@charset "utf-8";

/*
Theme Name: Lightning Child
Template: lightning
Author: pc-suketto.net
Version: 1.0.0
*/


/* ------------------------------ 共通 start ------------------------------ */
body {
	font-size: 16px;
	font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: 100%; /* safari用 */
	-webkit-text-size-adjust: 100%;
	overflow: clip; /* position:sticky用 */
}
.page-template-default .entry-body > div > div {
	border-bottom: 1px solid #ccc;
}

/* 変数 */
:root {
	--color-main: var(--vk-color-primary);
	--color-main-light: #CB233D;
	--color-main-dark: #751423;
	--color-sub: #333;
	--color-base: #f3f3f3;
}
:root { /* Lightningの変数 */
	--vk-width-col-2-main: calc(100% - 360px);
	--vk-width-col-2-sub: 300px;
}

/* タグ */
a { text-decoration: none !important; }
address { font-style: normal; }
p { margin: 0; line-height: 1.8; }
iframe { margin: 0; }
img { vertical-align: middle; }
input, textarea, input::placeholder, textarea::placeholder { font-family: "Roboto", "Noto Sans JP", sans-serif; }

/* コンテナ */
.container { padding-right: 0; padding-left: 0; }
.page .entry-body>div>div { position: relative; z-index: 1; }
.page .entry-body>div>div:first-child { z-index: auto; }
.page .site-body-container { max-width: 100%; padding: 0; }
.con-base { width: 1200px; margin: 0 auto; padding: 90px 0; }
.site-body { padding: 90px 0; }

/* 見出し */
p+h1, p+h2, p+h3, p+h4, ul+h1, ul+h2, ul+h3, ul+h4 { margin-top: 0; }
h1,h2,h3,h4,h5,h6 { position: relative; z-index: 1; margin: 0; font-weight: 700; line-height: 1.6; }
h2 { font-size: 1.75rem; /* 28px */ }
h3 { font-size: 1.5rem; /* 24px */ }
h4 { font-size: 1.25rem; /* 20px */ }
h5 { font-size: 1.125rem; /* 18px */ }

/* タイトル */
.sec-ttl {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.sec-ttl .en {
	color: var(--color-main);
	font-size: 3.5rem;
	line-height: 1.2;
	transition: all 0.3s;
}
.sec-ttl h2 {
	display: inline-block;
	margin: 0 0 0.25em 60px;
	font-size: 1.25rem;
}
.sec-ttl h2::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%) rotate(35deg);
	content: "";
	left: -30px;
	width: 1px;
	height: 80%;
	background: #666;
}
.sec-ttl-jp h2 {
	margin: 0;
	padding-bottom: 15px;
	font-size: 2rem;
}
.sec-ttl-jp h2::before, .sec-ttl-jp h2::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #eee;
}
.sec-ttl-jp h2::after {
	width: 7.5%;
	background: var(--color-main);
}
h3.deco {
	padding-bottom: 10px;
}
h3.deco::before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #eee;
}
h4.deco {
	padding-left: 30px;
}
h4.deco::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 2px;
	background: var(--color-main);
}

/* テキスト */
.lead { font-size: 2rem; font-weight: 700; }
.txt { display: block; margin-bottom: 10px; }
.txt a { border-bottom: 1px solid var(--color-main); transition: all 0.3s; }
.txt a:hover { opacity: 0.5; }
.msg-txt { line-height: 2.5; margin-bottom: 30px; }
div>.txt:last-of-type, div>.msg-txt:last-of-type { margin-bottom: 0; }
.fs-b { margin: 0 0.25em; font-size: 1.25em; }
.fs-s { margin: 0 0.25em; font-size: 0.8em; }
.fw-b { font-weight: 700; }
.en { display: inline-block; font-weight: 700; font-family: "Barlow", sans-serif; }
.num { display: inline-block; font-weight: 700; font-family: "Barlow", sans-serif; line-height: 1; }
.color { color: var(--color-main); }
.notes { font-size: 0.9em; }
.sp-br { display: none; }

/* ルビ */
ruby rt {
	margin-bottom: 0.5em;
	font-size: 0.35em;
}

/* リスト */
ol { margin: 0; }
ul { margin: 0; }
li, .widget li { margin: 0; }
:is(.ol-base, .ul-base) li:not(:last-child) { margin-bottom: 0.5em; }
li>:is(.ol-base, .ul-base) { margin-top: 0.5em; }
.nonstyle-list { list-style: none; padding: 0 !important; }

/* 注釈 */
.notes-ol, .notes-ul { list-style: none; padding-left: 2em !important; counter-reset: number 0; }
.notes-ul { padding-left: 1.5em !important; }
.notes-ol li, .notes-ul li { position: relative; font-size: 0.9em; }
.notes-ol li:not(:last-child), .notes-ul li:not(:last-child) { margin-bottom: 5px; }
.notes-ol li::before, .notes-ul li::before { display: block; position: absolute; left: -2.25em; font-size: 1em; counter-increment: number 1; content: "※" counter(number); }
.notes-ul li::before { left: -1.5em; content: "※"; }

/* 定義リスト */
dl { margin: 0; }
.dli:not(:last-child) { margin-bottom: 0.75em; }
dt { font-weight: 700; }
dd:not(:last-child) { margin-bottom: 0.25em; }
.about-dl .dli {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.about-dl .dli:not(:last-child) {
	margin-bottom: 20px;
}
.about-dl .dli dt {
	margin: 0;
	padding: 5px 20px;
	background: var(--color-sub);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 400;
}
.about-dl .dli dd {
	width: 100%;
}

/* テーブル */
:where(:not(.wp-block-table))>table:is(thead,tbody,tfoot,th,td) { border-color: #ccc; }
:where(:not(.wp-block-table))>table :is(th,td) { font-size: 0.9em; }
:where(:not(.wp-block-table))>table.tb-base :is(th,td) { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
:where(:not(.wp-block-table))>table { border-right: none; border-left: none; }
table { table-layout: fixed; }
table td, table th { padding: 1.5em; }
.tb-base th {
	width: 30%;
	border-right: none;
	border-left: none;
	background: var(--color-base);
	color: #333;
	text-align: left;
}
.tb-base td {
	width: 70%;
	border-right: none;
	border-left: none;
}

/* ボタン */
.btn-base {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 15px 30px;
	padding-right: 90px;
	color: #333;
	font-weight: 500;
	text-align: center;
	transition: all 0.3s;
}
.btn-base::before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: var(--color-main);
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.btn-base:hover::before {
	transform-origin: right top;
	transform: scale(0, 1);
}
.btn-base:hover {
	color: var(--color-main);
}

.line-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	border-top: 1px solid var(--color-main);
	transition: all 0.3s;
}
.line-arrow::before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	content: "";
	width: 10px;
	height: 1px;
	border-radius: 0 999px 999px 0;
	background: var(--color-main);
	transform: rotateZ(45deg);
	transform-origin: right bottom;
}
.btn-base:hover .line-arrow {
	right: 0;
}

/* text-align */
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

/* フェードアニメーション */
.fade-in, .fade-up, .fade-down, .fade-left, .fade-right { opacity: 0; }
/* フェードイン */
.fade-in.active { animation-name: fadeInAnime; animation-duration: 2s; animation-fill-mode: forwards; }
@keyframes fadeInAnime { from { opacity: 0; } to { opacity: 1; } }
/* フェードアップ */
.fade-up.active { animation-name: fadeUpAnime; animation-duration: 2s; animation-fill-mode: forwards; }
@keyframes fadeUpAnime { from { opacity: 0; transform: translateY(100px); } to { opacity: 1; transform: translateY(0); } }
/* フェードダウン */
.fade-down.active { animation-name: fadeDownAnime; animation-duration: 2s; animation-fill-mode: forwards; }
@keyframes fadeDownAnime { from { opacity: 0; transform: translateY(-100px); } to { opacity: 1; transform: translateY(0); } }
/* フェードレフト */
.fade-left.active { animation-name: fadeLeftAnime; animation-duration: 2s; animation-fill-mode: forwards; }
@keyframes fadeLeftAnime { from {opacity: 0; transform: translateX(-100px); } to { opacity: 1; transform: translateX(0); } }
/* フェードライト */
.fade-right.active { animation-name: fadeRightAnime; animation-duration: 2s; animation-fill-mode: forwards; }
@keyframes fadeRightAnime { from { opacity: 0; transform: translateX(100px); } to { opacity: 1; transform: translateX(0); } }
/* フェードのディレイ */
.delay-time02 { transition-delay: 0.2s; animation-delay: 0.2s; }
.delay-time04 { transition-delay: 0.4s; animation-delay: 0.4s; }
.delay-time06 { transition-delay: 0.6s; animation-delay: 0.6s; }
.delay-time08 { transition-delay: 0.8s; animation-delay: 0.8s; }
.delay-time10 { transition-delay: 1s; animation-delay: 1s; }

/* メニュー */
.widget_nav_menu>ul li { margin-top: 10px; }

/* Page Builder by SiteOrigin */
.row-reverse { flex-direction: row-reverse; } /* 2カラム時に左右のコンテンツ入れ替える */
.stretch-cell>div, .stretch-cell>div>div { height: 100%; } /* columnをストレッチさせる */

/* Contact Form 7 */
.txt-cf7 { display: inline-block; margin-bottom: 10px; font-size: 0.9em; }
.cf7-tb { overflow: hidden; table-layout: fixed; border-right: none; border-left: none; }
.cf7-tb input, .cf7-tb textarea { margin-bottom: 0; padding: 0.5em 1em; }
.cf7-tb textarea { border-radius: 5px; }
.cf7-tb select { width: 100%; margin: 0 0 1em 0; padding: 0.5em; }
.cf7-tb th, .cf7-tb td { font-size: 1rem; border-right: none; border-left: none; }
.cf7-tb th { width: 40%; text-align: left; vertical-align: top;}
.cf7-tb td { width: 60%; text-align: left; }
.cf7-tb .fsize-s { margin: 0; }
.input-zip { display: inline-block; width: 150px !important; max-width: 100%; margin: 0 0 10px 5px !important; }
.wpcf7-list-item { margin: 0 1em 0 0 !important; }
.required {
	margin-right: 10px;
	padding: 2.5px 5px;
	background: var(--color-main);
	color: #fff;
	font-size: 0.7em;
	line-height: 1;
}
.required.not-required {
	background: #999;
	color: #fff;
}
.cf7-btn {
	margin-top: 60px;
	text-align: center;
}
.cf7-btn .btn-base {
	min-width: 30%;
	padding: 25px 45px;
	border: none;
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	text-align: center;
}
.cf7-btn .btn-base:hover {
	background: var(--color-main-dark);
}
.wpcf7-spinner { display: block !important; margin: 0 auto !important; text-align: center; }

/* Lightbox */
.featherlight .featherlight-content { padding: 5px 5px 0; border-bottom: 5px solid transparent; }
.featherlight-next { top: 5px; right: 5px; }
.featherlight-previous { top: 5px; left: 5px; }
.rl-gallery-item img { transition: all 0.3s ease;}
.rl-gallery-item img:hover { opacity: 0.8; }
.rl-gallery-caption { display: block; font-size: 0.9em;}

/* Swiper */
.swiper-wrapper { transition-timing-function: linear !important; }

/* Material Symbols & Icons - Google Fonts */
.material-symbols-outlined { margin: 0 0.15em 0.1em; font-size: 1.3em; vertical-align: middle; }

/* Googleマップ */
.map iframe { width: 100%; height: auto !important; aspect-ratio: 3/1.25;}

/* モバイルナビ */
.vk-mobile-nav-menu-btn { display: none; } /* Lightning既存のナビは非表示 */

/* ページトップへ戻るボタン */
.page_top_btn {
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: var(--color-main);
	box-shadow: none;
}

/* タブ */
.tab-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	position: relative;
	z-index: 1;
	padding: 0 20px !important;
}
.tab-list::before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #ccc;
}
.tab-list li {
	margin: 0 !important;
}
.tab-list li .material-symbols-outlined {
	display: block;
	margin-bottom: 0.1em;
	font-size: 2em;
}
.tab {
	width: 100%;
	padding: 20px 30px;
	border: 1px solid #ccc;
	background: var(--color-base);
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;	
	cursor: pointer;
	transition: all 0.3s;
}
.tab:not(.active):hover {
	background: #fff;
	color: var(--color-main);
}
.tab.active {
	border-bottom-color: #fff;
	background: #fff;
	color: var(--color-main);
}
.tab-panel {
	display: none !important;
	padding-bottom: 0 !important;
}
.tab-panel.active {
	display: block !important;
	animation-name: tabFadeIn;
	animation-fill-mode: forwards;
	animation-duration: 0.3s;
}
@keyframes tabFadeIn{ 0% { opacity: 0; } 100% { opacity: 1; } }
/* ------------------------------ 共通 end ------------------------------ */


/* ------------------------------ ヘッダー start ------------------------------ */
.site-header {
	min-height: 125px;
	padding-right: clamp(290px, 20vw, 290px);
	box-shadow: none;
	transition: all 0.3s;
}
header .container {
	display: flex;
	align-items: center;
	max-width: 100%;
	padding: 0 20px;
}
.global-nav-list {
	padding: 0;
}
.global-nav-list>li::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	border-bottom: 1px solid var(--color-main);
	transition: all 0.3s ease-out;
}
.global-nav-list>li:hover::before, .global-nav-list>li[class*=current]::before {
	width: 100%;
}
.device-mobile .global-nav-list>li {
	padding: 20px;
}
.device-pc .global-nav-list>li>a {
	padding: 20px;
}
.global-nav-list>li>a {
	color: #333;
}
.global-nav-list>li .global-nav-description {
	margin-top: 0.25em;
	color: var(--color-main);
	font-weight: 700;
	font-family: "barlow", sans-serif;
	text-transform: capitalize;
	opacity: 1;
}
.device-mobile .global-nav-list .acc-btn {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* スクロール時ヘッダー */
.header_scrolled .site-header {
	position: fixed !important;
	max-width: 100%;
	padding-right: clamp(290px, 20vw, 290px);
	box-shadow: none;
}
.header_scrolled .site-header-logo img {
	max-height: 50px !important;
}

/* ヘッダー上部 */
.header-top {
	margin: 0;
	border-bottom: 0;
	background: transparent;
}
.header-top .container {
	align-items: center;
}
.header-top .header-top-description {
	top: 0;
	padding: 5px 0;
	font-size: min(1.2vw,14px);
}
.header-top nav {
	top: 0;
}
.header-top ul {
	margin: 0;
}
.header-top ul>li>a {
	padding: 4px 0 4px 20px;
	text-decoration: underline !important;
}
.header-top ul>li>a:hover {
	opacity: 0.5;
}

/* 固定ボタン */
.fixed-btn-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	width: clamp(290px, 20vw, 290px);
	height: 100%;
	transition: all 0.3s ease;
}
.fixed-btn {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.fixed-btn a {
	display: block;
	position: relative;
	z-index: 1;
	height: 100%;
	transition: all 0.3s;
}
.fixed-btn.fb-mail a {
	padding: 0 30px;
}
.fixed-btn .btn-icon .material-symbols-outlined {
	font-size: 30px;
	transition: all 0.3s;
}
.fixed-btn .btn-icon .mail-desc {
	display: block;
	margin-bottom: 0.75em;
	padding: 1.25px 5px;
	border-radius: 2.5px;
	background: #fff;
	color: var(--color-main);
	font-size: 0.8em;
	font-weight: 700;
}
.header_scrolled .fixed-btn .btn-icon .mail-desc {
	display: none;
}
.fixed-btn.fb-mail {
	text-align: center;
	transition: all 0.3s;
}
.fixed-btn.fb-mail a {
	display: flex;
	align-items: center;
	background: var(--color-main);
	color: #fff;
	transition: all 0.3s;
}
.fixed-btn.fb-mail a:hover {
	background: var(--color-main-dark);
}
.fixed-btn-inner {
	width: 100%;
}
.fixed-btn .btn-ttl .txt {
	font-size: 0.9em;
	font-weight: 700;
}

/* 固定ボタン（電話） */
.fixed-tel-wrap {
	position: fixed;
	z-index: 9999;
	top: 123.2px;
	right: 0;
	width: 290px;
	transition: all 0.2s;
}
.header_scrolled .fixed-tel-wrap {
	top: 76.1px;
}
.fixed-btn.fb-tel a {
	position: relative;
	z-index: 1;
	padding: 10px 20px;
	background: var(--color-sub);
	color: #fff;
	transition: all 0.3s;
}
.fixed-btn.fb-tel a:first-child::before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 100%;
	height: 1px;
	background: #555;
}
.fixed-btn.fb-tel a:hover .btn-ttl .num {
	color: var(--color-main);
}
.fixed-btn.fb-tel .fixed-btn-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.fixed-btn.fb-tel .btn-icon {
	width: calc(22.5% - 5px);
	text-align: center;
}
.fixed-btn.fb-tel .btn-icon .material-symbols-outlined {
	margin: 0 0 0.1em;
}
.fixed-btn.fb-tel .btn-icon .icon-desc {
	font-size: 0.65em;
	line-height: 1.25;
}
.fixed-btn.fb-tel .btn-ttl {
	width: calc(77.5% - 5px);
	text-align: center;
}
.fixed-btn.fb-tel .btn-ttl .num {
	font-size: 1.5rem;
	transition: all 0.3s;
}
.fixed-btn.fb-tel .btn-ttl .contact-desc {
	color: #fff;
	font-size: 0.65em;
}
/* ------------------------------ ヘッダー end ------------------------------ */


/* ------------------------------ ページヘッダー start ------------------------------ */
.page-header {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.page-header-title, h1.page-header-title {
	margin-bottom: 0.25em;
	color: #333;
	font-size: min(3vw,3em);
}
.page-header-subtext {
	margin: 0;
	color: var(--color-main);
	font-size: min(1.5vw,1.5em);
	font-weight: 700;
	font-family: "Barlow", sans-serif;
	line-height: 1.25;
}
.breadcrumb {
	border-top: 1px solid #ccc;
}
.breadcrumb-list {
	padding: 15px 65px 15px 0;
}
/* ------------------------------ ページヘッダー end ------------------------------ */


/* ------------------------------ フッター start ------------------------------ */
.site-footer {
	position: relative;
	z-index: 1;
	font-size: 0.9em;
}
.site-footer-content {
	padding: 90px 0;
}
#menu-footer_nav>li>.sub-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#menu-footer_nav>li>.sub-menu>li {
	width: 50%;
}
#menu-footer_nav>li>.sub-menu>li>a::before {
	left: 11px;
	height: 2px;
}
.ft-contents-wrap {
	margin-bottom: 30px;
}
.ft-logo img {
	width: 100%;
	max-width: 300px;
}
.ft-map a {
	padding: 5px 15px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 0.9em;
	transition: all 0.3s;
}
.ft-map a:hover {
	opacity: 0.5;
}
.site-footer .widget_nav_menu>div>ul#menu-header-top-nav-1 {
	margin-bottom: 60px;
}
.site-footer .widget_nav_menu>div>ul#menu-header-top-nav-1 li:not(:last-child) {
	margin-bottom: 10px;
}
.site-footer .widget_nav_menu>div>ul#menu-header-top-nav-1 li a {
	display: inline-block;
	padding: 0;
	background-color: transparent;
	text-decoration: underline !important;
}
.site-footer .widget_nav_menu>div>ul#menu-header-top-nav-1 li a:hover {
	opacity: 0.5;
}
#menu-footer-nav>li>.sub-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#menu-footer-nav>li>.sub-menu>li {
	width: 50%;
}
.site-footer .site-footer-title {
	margin-bottom: 10px !important;
}
.ft-banner-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	align-items: center;
	margin-top: 60px;
}
.banner a {
	display: block;
	text-align: center;
	transition: all 0.3s;
}
.banner a:hover {
	opacity: 0.5;
}

.site-footer-copyright {
	max-width: 100%;
	padding: 2.5px 20px;
}
.site-footer-copyright p {
	margin: 0;
	color: #fff;
	font-family: "Barlow", sans-serif;
}
/* ------------------------------ フッター end ------------------------------ */


/* ------------------------------ フッター上部（ウィジェット） start ------------------------------ */
.site-body-bottom {
	padding-top: 90px;
	background: #3d3f43;
}
.site-body-bottom .widget {
	margin: 0;
}
.contact-box {
	display: block;
	position: relative;
	z-index: 1;
	padding: 60px;
	background: #fff;
	color: #333;
	text-align: center;
	transition: all 0.3s;
}
.contact-box .sec-ttl {
	margin-bottom: 30px;
}
.contact-box .sec-ttl .en {
	width: 100%;
}
.contact-box .sec-ttl h2 {
	width: 100%;
	margin: 0.25em 0 0;
}
.contact-box .sec-ttl h2::before {
	display: none;
}
.contact-box-contents .txt {
	margin-bottom: 30px !important;
}
.contact-tel-mail-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.contact-tel {
	width: calc(50% - 15px);
}
.contact-tel-inner, .contact-mail-inner {
	width: 100%;
}
.contact-tel .contact-desc {
	margin-top: 0.5em;
	font-size: 0.9em;
}
.contact-mail {
	width: 100%;
}
.contact-mail a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: var(--color-main);
	color: #fff;
}
.contact-mail a:hover {
	background: var(--color-main-dark);
	color: #fff;
}
.contact-mail a .material-symbols-outlined {
	margin: 0 0.5em 0.1em 0;
}
.contact-mail a .line-arrow{
	border-top-color: #fff;
}
.contact-mail a .line-arrow::before {
	background: #fff;
}
/* ------------------------------ フッター上部（ウィジェット） end ------------------------------ */


/* ------------------------------ フロントページ start ------------------------------ */
/* メインビジュアル */
.mv-con {
	position: relative;
	z-index: 1;
}
.main-visual {
	position: relative;
	z-index: 1;
}
.mv-swiper {
	position: relative;
	z-index: 1;
	width: 100%;
	height: calc(100svh - 123.2px);
	min-height: 720px;
	max-height: 1080px;
}
.mv-swiper .swiper-slide, .mv-swiper .swiper-slide-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mv-swiper .swiper-slide-inner {
	background: var(--color-main);
}
.mv-swiper .swiper-slide-contents {
	position: absolute;
	z-index: 1;
	bottom: 7.5vw;
	left: 5vw;
	width: calc(100% - 10vw);
	color: #fff;
}
.mv-swiper .swiper-slide-contents .num {
	margin-bottom: 5svh;
	padding: 10px;
	background: #fff;
	color: var(--color-main);
	font-size: min(3vw,3rem);
	text-align: center;
}
.mv-swiper .swiper-slide-contents .num .fs-s {
	display: block;
	font-size: 0.35em;
}
.mv-swiper .swiper-slide-contents h2 {
	margin-bottom: 4.5svh;
	font-size: min(4vw,4rem);
	text-shadow: 0 0 30px var(--color-sub);
}
.mv-swiper .swiper-slide-contents h2 .fs-s {
	display: block;
	margin: 0 0 0.25em;
	font-size: 0.5em;
}
.mv-swiper .swiper-slide-contents .txt {
	width: 720px;
	max-width: calc(100% - 5vw);
	margin-bottom: 4.5svh;
	text-shadow: 0 0 15px var(--color-sub), 0 0 15px var(--color-sub);
}
.mv-swiper .swiper-slide-contents .btn-base {
	color: #fff;
}
.mv-swiper .swiper-slide-contents .btn-base {
	color: #fff;
}
.mv-swiper .swiper-slide .swiper-slide-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	height: 100%;
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}
.mv-swiper .bg-swiper-slide-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
	background: var(--color-sub);
}
.mv-swiper .swiper-slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 7s ease-in-out;
}
.mv-swiper .swiper-slide-active img {
	transform: scale(1.1);
}
.mv-swiper .swiper-pagination {
	top: auto;
	bottom: 5svh;
	left: 5vw;
	width: auto;
}
.mv-swiper .swiper-pagination-bullet {
	width: min(5vw,60px);
	height: 4px;
	border: 1px solid #fff;
	border-radius: 0;
	background: rgba(0,0,0,0.25);
	opacity: 1;
}
.mv-swiper .swiper-pagination-bullet-active {
	background: #fff;
}
.img-notes {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 10px;
	color: #fff;
	font-size: 0.8em !important;
	text-shadow: 0 0 10px #333, 0 0 10px #333;
}

/* 会社案内（ホーム） */
.about-us-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 60px;
}
.about-us-contents {
	position: relative;
	z-index: 1;
	width: 50%;
	margin-top: 90px;
	padding-bottom: 90px;
}
.about-us-contents .sec-ttl {
	margin-bottom: 60px;
}
.about-us-contents .lead-ttl {
	margin-bottom: 30px;
}
.about-us-contents .lead-ttl .lead {
	margin-bottom: 0.5em;
}
.about-us-txt {
	margin-bottom: 60px;
}
.about-us-img {
	width: 50%;
	padding-left: 60px;
}
.about-us-img-inner {
	position: relative;
	z-index: 1;
	width: 50vw;
	height: 100%;
	max-height: 780px;
	aspect-ratio: 3 / 2;
}
.about-us-img-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 商品情報（ホーム） */
#pg-19-1 {
	margin-top: 90px;
}
#pg-19-1::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 45%;
	background: var(--color-main);
}
.search-con .sec-ttl .en {
	color: #fff;
}
.search-con .sec-ttl h2::before {
	background: #fff;
}
.search-con .sec-ttl h2 {
	color: #fff;
}
.card-swiper {
	position: relative;
	padding-bottom: 60px;
}
.card-swiper .swiper-scrollbar {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #eee;
}
.card-swiper .swiper-scrollbar-drag {
	background-color: var(--color-main);
}
.card-swiper a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
	width: 100%;
	color: #fff;
	overflow: hidden;
	transition: all 0.3s ease;
}
.card-swiper .card-img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	margin-bottom: 10px;
	border-radius: 0;
	background: var(--color-base);
	overflow: hidden;
}
.card-swiper .card-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}
.card-swiper .card-img .img-notes {
	bottom: auto;
	top: 10px;
	font-size: 0.8em;
}
.card-swiper .card-ttl {
	color: #333;
}
.card-swiper .card-ttl h3 {
	padding: 0 60px 0 0;
	font-size: 1.25rem;
}
@media (hover: hover) {
	.card-swiper a:hover .card-img > img {
		transform: scale(1.1,1.1);
	}
	.card-swiper a:hover h3 .line-arrow {
		right: 0;
	}
}

/* 塗り壁を選ぶなら（ホーム） */
#pg-19-2 {
	background: url(/wp-content/uploads/2025/05/bg_fv-nurikabe.jpg) no-repeat center;
	background-size: cover;
}
.nurikabe-btn {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 60px;
	background: var(--color-main);
	color: #fff !important;
	text-align: center;
	transition: all 0.3s;
}
.nurikabe-btn::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
}
.nurikabe-btn::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: 30px;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	background: #fff;
}
.nurikabe-btn .txt.sub-ttl {
	display: inline-block;
	min-width: 80%;
	margin: 0.5em 0 0;
	padding: 0.15em 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 0.9em;
}
@media (hover: hover) {
	.nurikabe-btn:hover {
		background: var(--color-main-dark);
	}
}

/* 納品までの流れ（ホーム） */
.flow-wrap {
	position: relative;
	z-index: 1;
	padding: 90px;
	background: var(--color-sub);
	color: #fff;
	text-align: center;
}
.att-lead .lead {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 60px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.att-lead .lead::before, .att-lead .lead::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: "";
	width: 1px;
	height: 50%;
	background: #fff;
	transform: rotate(-35deg);
	transform-origin: top;
}
.att-lead .lead::after {
	left: auto;
	right: 0;
	transform: rotate(35deg);
}
.flow-ttl .txt {
	display: inline-block;
	margin-bottom: 1em !important;
	padding: 0 30px;
	border-radius: 999px;
	background: var(--color-main);
	font-size: 0.9em;
}
.flow-ttl h2 {
	font-size: 2rem;
}
.flow-wrap .btn-base {
	color: #fff;
}
.flow-wrap .btn-base:hover {
	color: var(--color-main);
}

/* 施工事例（ホーム） */
.works-grid.sc-works-grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
}
.works-grid.sc-works-grid .works-item h3 {
	font-size: 1rem;
}

/* 会社案内（ホーム） */
#pg-19-5 {
	border-bottom: none;
}
#pg-19-5::before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	content: "";
	width: 95%;
	height: 45%;
	background: var(--color-base);
}
.company-link-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
}
.company-link-item {
	width: 100%;
}
.company-link-item a {
	display: block;
	position: relative;
	z-index: 1;
	padding: 15px 90px 15px 30px;
	border-bottom: 1px solid #ccc;
	color: #333;
	transition: all 0.3s;
}
.company-link-item a:hover {
	border-color: var(--color-main);
	color: var(--color-main);
}
.company-link-item a::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 30px;
	transform: translate(-50%,-50%);
	content: "→";
	color: var(--color-main);
	font-size: 15px;
	line-height: 1;
	transition: all 0.3s;
}
.company-link-item a:hover::before {
	animation: loopAnimationRight 0.3s ease 1 normal forwards;
}
.company-link-item-inner {
	display: flex;
	flex-direction: column;

}
.company-link-item p {
	display: inline-block;
	line-height: 1.25;
}
.company-link-item .txt {
	margin: 0 0 0.25em 0;
	font-size: 1.25rem;
	font-weight: 700;
}
.company-link-item .en {
	font-size: 0.9em;
}

/* お知らせ（ホーム） */
.news-con .vk_posts-layout-postListText {
	margin-bottom: 0;
}
.news-con .vk_posts .postListText {
	padding: 30px;
	border-bottom: 1px solid #ccc;
}
.news-con .vk_posts .postListText:first-child {
	border-top: 1px solid #ccc;
}
.news-con .postListText_singleTermLabel_inner {
	border-radius: 0;
}
/* ------------------------------ フロントページ end ------------------------------ */


/* ------------------------------ サブページ共通 start ------------------------------ */
/* サブページ内リンク */
.anchor-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	align-items: center;
}
.anchor-links li {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 !important;
	text-align: center;
}
.anchor-links li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 10px 40px 10px 30px;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 0.8em;
	font-weight: 700;
	text-align: center;
	transition: all 0.3s;
}
.anchor-links li a::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 7.5px;
	transform: translateY(-50%);
	content: "↓";
	color: var(--color-main);
	font-size: 15px;
	line-height: 1;
	transition: all 0.3s;
}
.anchor-links li a:hover {
	border-color: var(--color-main);
	color: var(--color-main);
}
.anchor-links li a:hover::before {
	animation: loopAnimationBottom 0.3s ease 1 normal forwards;
}
.space-img-wrap {
	display: block;
	height: min(50svh, 1080px);
	width: 100%;
}
.space-img {
	position: relative;
	overflow: hidden;
	clip-path: inset(0 0 0 0);
	height: 100%;
}
.space-img img {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: bottom center;
	pointer-events: none;
}
/* ------------------------------ サブページ共通 end ------------------------------ */


/* ------------------------------ サン・ウォールとは start ------------------------------ */
/* ご挨拶 */
.con-base#greeting .msg-txt {
	width: 100%;
	max-width: 720px;
}

/* サン・ウォールの特徴 */
.post-name-about-us {
	counter-reset: number 0;
}
.post-name-about-us .about-us-wrap::before {
	position: absolute;
	z-index: -1;
	top: -0.125em;
	left: -10vw;
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero) "";
	color: var(--color-base);
	font-size: min(15vw,15rem);
	font-weight: 700;
	font-family: "Barlow", sans-serif;
	line-height: 1;
}
.about-us-feature-ttl {
	margin-bottom: 30px;
}
.about-us-feature-ttl .en {
	margin-bottom: 0.5em;
	color: var(--color-main);
}
.about-us-feature-ttl h3 {
	font-size: 2rem;
}
/* ------------------------------ サン・ウォールとは end ------------------------------ */


/* ------------------------------ 塗り壁のメリット start ------------------------------ */
/* 共通 */
.post-name-painted-wall .breadcrumb {
	border-bottom: 1px solid #ccc;
}
.nurikabe-con {
	padding-top: 0!important;
}
.nurikabe-ttl-outer {
	position: relative;
	z-index: 1;
}
.nurikabe-ttl-outer::before {
	position: absolute;
	z-index: 1;
	top: calc(100% - 1px);
	left: 50%;
	transform: translate(-50%);
	content: "";
	width: 90px;
	height: auto;
	aspect-ratio: 3/1;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: var(--color-main);
}
.nurikabe-ttl {
	margin-bottom: 30px;
	background: var(--color-main);
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.nurikabe-ttl-inner {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 60px;
}
.nurikabe-ttl-inner::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 80%;
	transform: translateY(-50%) rotate(-12.5deg);
	content: "";
	width: auto;
	height: 150%;
	aspect-ratio: 1/1;
	background: url(/wp-content/uploads/2025/05/logo-mark_white.png) no-repeat center;
	background-size: contain;
	opacity: 0.1;
}
.nurikabe-ttl h2 {
	margin-bottom: 0.25em;
	font-size: 2.5rem;
}
.nurikabe-ttl .txt {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 50px;
	font-size: 1.25rem;
	font-weight: 700;
}
.nurikabe-ttl .txt::before, .nurikabe-ttl .txt::after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 1px;
	background: #fff;
}
.nurikabe-ttl .txt::after {
	left: auto;
	right: 0;
}
.nurikabe-h3 {
	text-align: center;
}
.nurikabe-h3 h3 {
	display: inline-block;
	padding: 0 1em;
	border-bottom: 1px solid var(--color-main);
	color: var(--color-main);
	font-size: 2rem;
}
.lead-contents-wrap .lead {
	text-align: center;
}
.lead-txt-box {
	padding: 60px;
	background: var(--color-base);
	text-align: left;
}

/* ファーストビュー */
#pg-4496-0 {
	background: url(/wp-content/uploads/2025/05/bg_fv-nurikabe.jpg) no-repeat;
	background-size: cover;
}
.con-base#fv-nurikabe {
	padding-top: 25svh !important;
	padding-bottom: 25svh !important;
}
.fv-fukidashi {
	margin-bottom: 0.5em;
}
.fv-fukidashi .txt {
	display: inline-block;
	position: relative;
	z-index: 1;
	max-width: 50%;
	padding: 0 5%;
	color: var(--color-main);
	font-size: 1.75rem;
	font-weight: 700;
}
.fv-fukidashi .txt br {
	display: none;
}
.fv-fukidashi .txt::before, .fv-fukidashi .txt::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: "";
	width: 4px;
	height: 50%;
	background: var(--color-main);
	transform: rotate(-35deg);
	transform-origin: top;
}
.fv-fukidashi .txt::after {
	left: auto;
	right: 0;
	transform: rotate(35deg);
}
.fv-nurikabe-ttl {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 auto;
	padding: 60px;
	background: var(--color-main);
	color: #fff;
}
.fv-nurikabe-ttl::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
}
.fv-nurikabe-ttl h1 {
	font-size: 4rem;
	line-height: 1.25;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
.fv-nurikabe-ttl h1 .fs-s {
	display: block;
	margin: 0;
	font-size: 0.55em;
}
.fv-nurikabe-ttl h1 .sub-ttl {
	margin: 1em 0 0;
	padding: 0.25em 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 0.35em;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.fv-box {
	padding: 60px;
	background: #fff;
}

/* 塗り壁ってどんな壁？ */
.nurikabe-type-dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.nurikabe-type-dl .dli {
	position: relative;
	z-index: 1;
	width: calc(100%/3 - 20px);
	margin: 0;
	padding: 40px 30px 30px;
	border: 1px solid #ccc;
}
.nurikabe-type-dl .dli.rec-type {
	border: 4px solid var(--color-main);
}
.nurikabe-type-dl .dli dt {
	margin-bottom: 20px;
	font-size: 1.5rem;
	text-align: center;
}
.nurikabe-type-dl .dli dt .rec-tag {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-width: 30%;
	padding: 0 10px 5px;
	background: var(--color-main);
	color: #fff;
	font-size: 0.65em;
}
.nurikabe-type-dl .dli dd {
	font-size: 0.9em;
	line-height: 1.8;
}

/* 漆喰にまつわる3つの思い込み */
.omoikomi-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.omoikomi-item {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: calc(100%/3 - 20px);
	border: 1px solid #ccc;
}
.omoikomi-item .lead {
	text-align: center;
}
.omoikomi-item .lead .fs-s {
	display: block;
}
.omoikomi-top {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 30px;
	background: var(--color-main);
	color: #fff;
}
.omoikomi-top::after {
	position: absolute;
	z-index: -1;
	top: calc(100% - 1px);
	left: 0;
	content: "";
	width: 100%;
	height: 30px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: var(--color-main);
}
.omoikomi-bottom {
	width: 100%;
	padding: 30px;
}
.omoikomi-bottom .txt {
	font-size: 0.9em;
}

/* 漆喰のメリット・デメリット */
.perf-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.perf-item {
	width: calc(50% - 15px);
	padding: 60px;
	border: 4px solid var(--color-sub);
	box-shadow: 10px 10px 0 var(--color-base);
}
.perf-item.sunwall {
	--color-sub: var(--color-main);
}
.perf-item h3 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-sub);
	color: var(--color-sub);
	text-align: center;
}
.perf-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.useal .perf-list.merit {
	margin-bottom: 30px;
	padding-bottom: 30px !important;
	border-bottom: 2px dashed #ccc;
}
.useal .perf-list.demerit li::before {
	background: var(--color-sub);
}
.perf-list li {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-left: 25px;
	font-size: 1.25rem;
	font-weight: 700;
}
.perf-list li::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: auto;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--color-main);
}
.perf-list li del {
	text-decoration: line-through;
	text-decoration-color: red;
}
.perf-list li.new-merit {
	padding: 20px;
	background: var(--color-main);
	color: #fff;
	text-align: center;
}
.perf-list li.new-merit::before {
	display: none;
}
.perf-list li.new-merit .fs-s {
	display: block;
	font-size: 0.65em;
}
.perf-list li.first-new-merit {
	margin-top: 60px;
}
.perf-list li.first-new-merit::before {
	display: block;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	content: "+";
	width: auto;
	aspect-ratio: auto;
	border-radius: 0;
	background: transparent;
	color: var(--color-main);
	font-size: 60px;
}

/* 従来の漆喰を進化させた次世代の塗り壁材 */
.nurikabe-visual {
	position: relative;
	z-index: 1;
	width: calc(100% - 40px);
	height: 100%;
	aspect-ratio: 3/1;
	margin: 0 auto;
}
.nurikabe-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nurikabe-visual .product-icon {
	bottom: 1.5vw;
	right: 1.5vw;
	width: 15%;
}
.nurikabe-product-img {
	width: 40%;
	margin: -90px auto 0;
	padding: 60px;
	background: var(--color-base);
}
.nurikabe-feature-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.nurikabe-feature-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	border: 1px solid #ccc;
}
.nurikabe-feature-item .lead {
	text-align: left;
}
.nurikabe-feature-item .lead .fs-s {
	display: block;
}
.nurikabe-feature-top {
	position: relative;
	z-index: 1;
	width: 40%;
	padding: 30px;
	padding-right: 60px;
	background: var(--color-base);
}
.nurikabe-feature-top::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 60px;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	background: #fff;
}
.nurikabe-feature-top .lead .fs-s {
	margin: 0 0 0.25em 0;
	font-size: 0.5em;
}
.nurikabe-feature-bottom {
	flex: 1;
	width: 100%;
	padding: 30px 60px;
}
.nurikabe-feature-bottom .lead {
	margin-bottom: 20px;
	color: var(--color-main);
}
.nurikabe-feature-bottom .lead .fs-s {
	margin: 0 0 0.25em 0;
	color: #333;
	font-size: 0.5em;
}
.nurikabe-feature-bottom .txt {
	font-size: 0.9em;
}

/* CTAタイトル */
.nurikabe-con#cta {
	padding-bottom: 0 !important;
}
.nurikabe-con#cta .nurikabe-ttl{
	margin-bottom: -1px;
}
/* ------------------------------ 塗り壁のメリット end ------------------------------ */


/* ------------------------------ 商品情報 start ------------------------------ */
#pg-2-0 {
	background: var(--color-main);
	color: #fff;
}
.product-search-con .sec-ttl {
	justify-content: center;
}
.product-search-con .sec-ttl .en {
	color: #fff;
}
.product-search-con .sec-ttl h2::before {
	background: #fff;
}
.products-cat-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.products-cat-item {
	width: calc(25% - 22.5px);
	text-align: center;
}
.products-cat-item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.products-cat-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	aspect-ratio: 1/1;
	margin: 0 auto;
	padding: 30px;
	border-radius: 999px;
	background: #fff;
	text-align: center;
	transition: all 0.3s;
}
.products-cat-img img {
	width: 60px;
	margin: 0 auto;
}
.products-cat-item .txt {
	margin: 0.5em 0 0 !important;
	font-size: 0.9em;
}
@media (hover: hover) {
	.products-cat-item a:hover .products-cat-img {
		transform: scale(1.1,1.1);
	}
}
.product-panel-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.product-panel-item {
	width: calc(50% - 15px);
	border: 1px solid #ccc;
}
.product-panel-item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}
.product-panel-item-img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 3/2;
	overflow: hidden;
}
.product-panel-item-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.product-icon {
	position: absolute;
	z-index: 1;
	bottom: 15px;
	right: 15px;
	width: 25%;
	aspect-ratio: 1/1;
	border-radius: 999px;
	background: var(--color-sub);
}
.product-icon img {
	position: absolute;
	z-index: 1;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 110%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}
.product-panel-item-img .img-notes {
	bottom: auto;
	top: 10px;
}
.product-panel-item-contents {
	position: relative;
	z-index: 1;
	padding: 30px;
	padding-bottom: 60px;
	background: #fff;
}
.product-panel-item-ttl {
	margin-bottom: 15px;
}
.product-panel-item-ttl h3 {
	margin-bottom: 5px;
}
.product-panel-item-ttl .price {
	color: var(--color-main);
	font-size: 1.5rem;
	line-height: 1.25;
}
.product-panel-item-ttl .price .tax {
	font-size: 0.5em;
}
.product-panel-item-ttl .price .price-name {
	display: block;
	margin: 0 0 0.1em;
	font-size: 0.5em;
}
.product-panel-item-contents .txt {
	font-size: 0.9em;
}
.product-panel-item-contents .line-arrow {
	top: auto;
	bottom: 30px;
	transition: all 0.3s;
}
@media (hover: hover) {
	.product-panel-item a:hover .product-panel-item-img > img {
		transform: scale(1.1,1.1);
	}
	.product-panel-item a:hover .product-panel-item-contents .line-arrow {
		right: 15px;
	}
}
/* ------------------------------ 商品情報 end ------------------------------ */


/* ------------------------------ 商品個別ページ（共通） start ------------------------------ */
.parent-pageid-2 .page-header-subtext {
	font-size: min(2vw,2rem);
}
.parent-pageid-2 .page-header-subtext .price-name {
	display: block;
	margin: 0 0 0.1em;
	font-size: 0.5em;
}
.parent-pageid-2 .page-header-subtext .tax {
	font-size: 0.5em;
}
.parent-pageid-2 .entry-body > div > div {
	border: none;
}
.parent-pageid-2 .entry-body > div > div:not(:last-child) .con-base {
	padding-bottom: 0 !important;
}

/* 商品ビジュアル */
.product-visual {
	width: 100%;
	height: 50svh;
	max-height: 1080px;
	border-bottom: 1px solid #ccc;
}
.product-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 商品概要 */
.product-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 60px;
}
.product-contents {
	width: calc(50% - 30px);
}
.product-contents .lead {
	margin-bottom: 30px;
}
.product-img {
	width: calc(50% - 30px);
	padding: 60px;
	background: var(--color-base);
}
.product-img img {
	width: 100%;
	height: 100%;
	aspect-ratio: 3/2;
	object-fit: contain;
	object-position: center;
}

/* 商品動画 */
.youtube-video iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 560/315;
}

/* 特徴リスト */
.product-feature-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 30px;
	counter-reset: number 0;
}
.product-feature-list li {
	position: relative;
	z-index: 1;
	width: calc(50% - 15px);
	padding: 30px;
	padding-left: 5.5rem;
	border-bottom: 1px solid #ccc;
	background: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}
.product-feature-list li::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	counter-increment: number 1;
	content: counter(number) "";
	color: var(--color-base);
	font-size: 6rem;
	font-style: italic;
	font-family: "Barlow", sans-serif;
	line-height: 1;
}
.product-feature-list li .fs-s {
	display: block;
	margin: 0 0 0.25em 0;
	color: var(--color-main);
}

/* 特徴カード */
.feature-card-dl {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
.feature-card {
	width: calc(100%/3 - 20px/3);
	padding: 30px;
	border: 1px solid #ccc;
}
.feature-card dt {
	font-size: 1.5rem;
	text-align: center;
}
.feature-card.fc-boshu dt { color: #D84C4C; }
.feature-card.fc-kokin dt { color: #4CB3D8; }
.feature-card.fc-bouo dt { color: #F4B400; }
.feature-card.fc-taiki dt { color: #6ABF4B; }
.feature-card.fc-kuki dt { color: #6C88C4; }
.feature-card.fc-taiko dt { color: #8E8FB2	; }
.feature-card dt span {
	display: block;
	margin: 0 0 0.25em;
	font-size: 2em;
}
.feature-card dd {
	font-size: 0.9em;
}

/* 推移表 */
.trans-tb :is(th,td) {
	text-align: center;
}
.trans-tb thead th {
	background: var(--color-sub);
	color: #fff;
}
.trans-tb tbody tr:first-child {
	border: 4px solid var(--color-main);
	color: var(--color-main);
	font-weight: 700;
}
.trans-tb tbody tr:first-child th {
	color: var(--color-main);
}

/* 商品性能 */
.product-perf-tb thead th {
	background: var(--color-sub);
	color: #fff;
	text-align: center;
}
.product-perf-tb thead th:last-child {
	border: 4px solid var(--color-main);
	border-bottom: none;
	background: var(--color-main);
}
.product-perf-tb tbody th {
	background: var(--color-base);
	text-align: center;
}
.product-perf-tb tbody td:last-child {
	color: var(--color-main);
	font-weight: 700;
	text-align: center;
	border-left: 4px solid var(--color-main);
	border-right: 4px solid var(--color-main);
}
.product-perf-tb tbody tr:last-child td:last-child {
	border-bottom: 4px solid var(--color-main);
}

/* 商品詳細 */
.product-detail-tb thead th {
	background: var(--color-base);
	text-align: center;
}
.product-detail-tb tbody td {
	text-align: center;
}

/* 施工方法 */
.method-flow-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	counter-reset: number 0;
}
.method-flow-list li {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 20px 30px 20px 50px;
	font-weight: 700;
}
.method-flow-list li::before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: 12.5px;
	left: 0;
	counter-increment: number 1;
	content: counter(number) "";
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	font-size: 1.5rem;
	font-family: "Barlow", sans-serif;
	line-height: 1;
	text-align: center;
}
.method-flow-list li::after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 19.5px;
	content: "";
	width: 1px;
	height: 100%;
	background: #ccc;
}

/* 注意事項 */
.caution-list {
	padding: 30px !important;
	background: var(--color-base);
}
.caution-list li {
	position: relative;
	z-index: 1;
	padding-left: 25px;
	font-size: 1rem;
}
.caution-list li:not(:last-child) {
	margin-bottom: 0.75em;
}
.caution-list li::before {
	position: absolute;
	z-index: 1;
	top: 0.5em;
	left: 0;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--color-sub);
}
/* ------------------------------ 商品個別ページ（共通） end ------------------------------ */


/* ------------------------------ ビューティーベース start ------------------------------ */
.post-name-beauty-base .product-visual img {
	object-position: bottom center;
}
/* ------------------------------ ビューティーベース end ------------------------------ */


/* ------------------------------ 実績紹介（カスタム投稿） start ------------------------------ */
/* アーカイブページ */
.archive.post-type-works .site-body {
	padding: 0;
}
.works-sec .sec-ttl {
	margin-bottom: 30px;
}
.cat-products-list-wrap {
	margin-bottom: 60px;
	padding: 0 !important;
}
.cat-products-list-wrap .cat-group {
	display: flex;
}
.cat-products-list-wrap .cat-group:not(:last-child) {
	margin-bottom: 10px;
}
.cat-products-list-wrap .cat-parent {
	width: 10%;
	margin-right: 5px;
	border-bottom: 1px solid #ccc;
}
.cat-products-list-wrap .cat-parent a {
	display: inline-block;
	padding: 2.5px 5px;
	color: var(--color-main);
	font-weight: 700;
	transition: all 0.3s;
}
.cat-products-list-wrap .cat-parent a:hover {
	opacity: 0.5;
}
.cat-products-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 90%;
}
.cat-products-list li a {
	display: block;
	padding: 5px 30px;
	border: 1px solid #333;
	border-radius: 999px;
	color: #333;
	font-size: 1rem;
	transition: all 0.3s;
}
.cat-products-list li a:hover {
	border-color: var(--color-main);
	background: var(--color-main);
	color: #fff;
}
.cat-products-list li.current-term a {
	border-color: var(--color-main);
	background: var(--color-main);
	color: #fff;
}
.works-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.works-item a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	color: #333;
	overflow: hidden;
}
@media (hover: hover) {
	.works-item a:hover img {
		transform: scale(1.1,1.1);
	}
}
@media (hover: none) {
	.button {
		background-color: red;
	}
}
.works-item-img {
	width: 100%;
	aspect-ratio: 4/3;
	margin-bottom: 15px;
	overflow: hidden;
}
.works-item-img img {
	width: 100%;
	transition: all 0.3s;
}
.works-item .cat-products-label {
	display: inline-block;
	margin-bottom: 0.5em;
	padding: 2.5px 15px;
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	font-size: min(1vw,0.8em);
}
.works-item h3 {
	font-size: min(1.25vw,1.25rem);
}

/* シングルページ */
.single-works .cat-products-list {
	margin-bottom: 1em;
}
.single-works .cat-products-list li {
	padding: 5px 30px;
	border: 1px solid var(--color-main);
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	font-size: 1rem;
}
.works-single-visual {
	width: 100%;
	margin-bottom: 60px;
}
.works-single-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single.single-works .entry-header {
	margin-bottom: 60px;
}
.works-tb {
	margin-bottom: 60px;
}
.works-tb th {
	background: var(--color-base);
}
.single-works .entry-footer {
	display: none;
}
/* ------------------------------ 実績紹介（カスタム投稿） end ------------------------------ */


/* ------------------------------ 納品までの流れ start ------------------------------ */
.post-name-flow .entry-body > div > div {
	border-bottom: none;
}
.post-name-flow .entry-body > div > div:not(:last-child) > div {
	padding-bottom: 0 !important;
}
.step-con {
	padding-left: 60px;
	border-left: 1px solid #ccc;
}
.step-con .sec-ttl::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -67.5px;
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 999px;
	background: var(--color-main);
}
.step-con .sec-ttl .en {
	text-align: center;
}
.step-con .sec-ttl .en .fs-s {
	display: block;
	margin: 0;
	font-size: 0.35em;
}
.step-icon {
	position: relative;
	z-index: 1;
	width: 100px;
	aspect-ratio: 1/1;
	margin: 0 auto;
	border-radius: 999px;
	background: var(--color-main);
}
.step-icon span {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	color: #fff;
	font-size: 2rem;
}
/* ------------------------------ 納品までの流れ end ------------------------------ */


/* ------------------------------ 会社案内 start ------------------------------ */
/* 会社概要 */
.overview-tb th {
	vertical-align: top;
}

/* アクセス */
.access-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.access-img {
	display: none;
	width: 50%;
}
.access-contents {
	width: calc(50% - 30px);
}

/* 協力会社 */
.partner-tb :is(th,td) {
	padding: 1em 1.5em;
}
/* ------------------------------ 会社案内 end ------------------------------ */


/* ------------------------------ 投稿 start ------------------------------ */
/* サイドバー */
.widget-title.sub-section-title {
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 1rem;
	line-height: 1;
}

/* アーカイブページ */
:is(.blog, .single) .site-body { border-bottom: 1px solid #eee; }
.archive-header-title { margin-bottom: 60px; }
:is(.post-type-post, .archive, .single) .sub-section .widget_nav_menu>div>ul li a, :is(.post-type-post, .archive, .single) .widget_nav_menu>ul li a { padding: 0.85em 1em; border: 1px solid #ccc; color: #333; background-color: #fff; }
:is(.post-type-post, .archive, .single) .sub-section .widget_nav_menu>ul li>ul.children { margin-left: 1.5em; }
:is(.post-type-post, .archive, .single) .sub-section .widget_nav_menu>ul li.current-cat>a { border-color: var(--color-main); background: var(--color-main); color: #fff; }
.card-noborder .vk_post_imgOuter { border-color: #ccc; }
.next-prev-prev .vk_post_imgOuter_singleTermLabel { right: auto; left: 5px; }
.vk_post_imgOuter_singleTermLabel { top: 5px; right: 5px; border: 1px solid #fff; }
.vk_post .vk_post_title { margin: 0; font-size: 1.25rem; }
:is(.blog, .archive) .vk_posts {
	border-top: 1px solid #ccc;
}
:is(.blog, .archive) .postListText {
	margin: 0;
	padding: 30px;
	border-bottom: 1px solid #ccc;
}

/* シングルページ */
.single:not(.single-works) .entry-header {
	margin-bottom: 60px;
}
.single .entry-header h1 {
	margin: 0 0 0.25em;
}
.single .entry-body p:not(:last-of-type) {
	margin-bottom: 10px;
}
.entry-meta-data-list:first-child {
	margin: 60px 0 5px;
}
.single .main-section--margin-bottom--on {
	margin-bottom: 60px;
}
.single .site-body .entry-footer {
	margin-bottom: 60px;
}
/* ------------------------------ 投稿 end ------------------------------ */


/* ------------------------------ お問い合わせ start ------------------------------ */
.post-name-contact .site-body-bottom {
	display: none;
}
.form-tab-panel-wrap .sec-ttl-jp .txt {
	margin-bottom: 0.25em;
	color: var(--color-main);
	font-weight: 700;
}
.tel-num, .fax-num {
	color: #333;
	font-size: 3rem;
	transition: all 0.3s;
}
.tel-num:hover {
	color: var(--color-main);
}
.tel-num .fs-s, .fax-num .fs-s {
	margin-left: 0;
	color: var(--color-main);
	font-size: 0.5em;
}
.contact-desc {
	color: #666;
	font-weight: 700;
}

/* ご注文フォーム */
.quantity-wrap {
	display: none;
	padding: 8px 0;
	border-bottom: 1px solid var(--color-base);
}
.quantity-wrap p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.quantity-wrap label {
	width: 70%;
	margin-right: 4px;
	font-weight: bold;
}
.quantity-wrap .wpcf7-form-control-wrap {
	width: 25%;
}
.quantity-wrap .wpcf7-form-control-wrap input {
	margin-right: 4px;
}
.quantity-wrap .wpcf7-form-control-wrap .unit {
	width: 5%;
	text-align: center;
}
/* ------------------------------ お問い合わせ end ------------------------------ */

/* ------------------------------ プライバシーポリシー start ------------------------------ */
.post-name-privacy-policy .entry-body > div > div {
	border-bottom: none;
}
.post-name-privacy-policy .entry-body > div > div:not(:last-child) > div {
	padding-bottom: 0 !important;
}
/* ------------------------------ プライバシーポリシー end ------------------------------ */

/* ------------------------------ 404ページ start ------------------------------ */
/* ------------------------------ 404ページ end ------------------------------ */


/* ------------------------------ レスポンシブ対応（1260px以下） start ------------------------------ */
@media (max-width: 1260px) {
	/* コンテナ */
	.con-base, :is(.page-header, #breadcrumb, footer, body:not(.page) .site-body, .site-body-bottom) .container:not(.site-footer-copyright), .bg-line.container { width: 931px; max-width: 931px; }

	/* ヘッダー */
	.page-header-inner {
		padding-right: 30% !important;
	}
	.site-header, .header_scrolled .site-header {
		padding-right: 180px;
	}
	.site-header--layout--nav-float .site-header-logo {
		margin-right: 0;
	}
	.fixed-btn-wrap {
		width: 180px;
	}
	.fixed-btn .btn-icon .mail-desc {
		display: none;
	}
	.fixed-btn .btn-ttl .txt {
		font-size: 0.65em;
	}
	.header_scrolled .fixed-tel-wrap {
		top: 98.1px;
	}

	/* スクロール時ヘッダー */
	.header_scrolled .site-header-logo {
		margin-right: 0 !important;
	}

	/* ページヘッダー */
	.page-header-title, h1.page-header-title {
		font-size: 4vw;
	}
	.page-header-subtext {
		font-size: 2vw;
	}
	.parent-pageid-2 .page-header-subtext {
		font-size: 3vw;
	}

	/* フッター上部 */
	.contact-tel {
		width: 100%;
	}

	/* フロントページ */
	.home .fv-fukidashi .txt {
		max-width: 100%;
	}
	.home .fv-fukidashi .txt br {
		display: none;
	}

	/* サン・ウォールとは */
	.post-name-about-us .about-us-wrap::before {
		left: -5vw;
	}

	/* 塗り壁のメリット */
	.fv-fukidashi .txt br {
		display: block;
	}
	.nurikabe-type-dl {
		justify-content: center;
	}
	.nurikabe-type-dl .dli {
		width: calc(50% - 15px);
	}
	.omoikomi-list {
		justify-content: center;
	}
	.omoikomi-item {
		width: calc(50% - 15px);
	}

	/* 施工事例 */
	.works-item .cat-products-label {
		font-size: 0.8em;
	}
	.works-item h3 {
		font-size: 1.75vw;
	}
}
/* ------------------------------ レスポンシブ対応（1260px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（991px以下） start ------------------------------ */
@media (max-width: 991px) {
	/* コンテナ */
	.con-base, :is(.page-header, #breadcrumb, footer, body:not(.page) .site-body, .site-body-bottom) .container:not(.site-footer-copyright), .bg-line.container { width: 730px; max-width: 730px; }

	/* モバイルナビ */
	.vk-mobile-nav {
		padding: 90px 10px;
		text-align: center;
		background: #fff;
	}
	.vk-mobile-nav.vk-mobile-nav-open {
		display: block;
		transition: all 0.3s;
	}
	.vk-mobile-nav-widget:first-child {
		margin-bottom: 45px;
	}
	.mobile-logo img {
		width: 100%;
		max-width: 280px;
	}
	.vk-mobile-nav-menu-outer { opacity: 0; transition: all 0.3s;}
	.vk-mobile-nav-open .vk-mobile-nav-menu-outer { animation-name: opacityAnime; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; }
	@keyframes opacityAnime { 0% { opacity: 0; } 100% { opacity: 1; } }
	.vk-mobile-nav .btn-base { opacity: 0; width: 100%; }
	.vk-mobile-nav.vk-mobile-nav-open .btn-base { animation-name: opacityAnime; animation-duration: 1s; animation-delay: .3s; animation-fill-mode: forwards; }
	.vk-mobile-nav-menu-outer>ul>li a {
		position: relative;
		z-index: 1;
		padding: 15px 45px !important;
		color: #333 !important;
		font-size: 1.25rem;
		font-weight: 700;
		text-align: center !important;
		border-bottom: 1px solid #ccc !important;
	}
	.vk-mobile-nav-menu-outer>ul>li:last-child {
		margin: 0 0 45px;
	}
	.vk-mobile-nav-menu-outer>ul>li:last-child a {
		border: none !important;
		background: var(--color-main);
		color: #fff !important;
	}
	.vk-mobile-nav-menu-outer>ul>li a .fs-s {
		display: block;
		margin-top: 0.25em;
		color: var(--color-main);
		font-size: 0.65em;
		font-weight: 700;
		font-family: "barlow", sans-serif;
	}
	.vk-mobile-nav-menu-outer>ul>li:last-child a .fs-s {
		color: #fff;
	}
	.vk-menu-acc .acc-btn {
		top: 28px;
		border-color: #fff;
		border-radius: 50%;
		background: var(--vk-menu-acc-icon-open-white-bg-src) center 50% no-repeat;
		background-color: var(--color-main);
	}
	.vk-menu-acc .acc-btn.acc-btn-close {
		background: var(--vk-menu-acc-icon-close-white-bg-src) center 50% no-repeat;
		background-color: var(--color-main);
	}
	.vk-menu-acc ul.sub-menu li {
		margin-top: 10px;
	}
	.vk-menu-acc ul.sub-menu li:last-child {
		margin-bottom: 10px;
	}
	.vk-menu-acc ul.sub-menu li a {
		border: none !important;
		background: var(--color-base);
		font-size: 0.9em;
	}
	.vk-menu-acc ul.sub-menu li .acc-btn {
		top: 12.5px;
	}
	.vk-menu-acc ul.sub-menu li .sub-menu li {
		margin-bottom; 0;
	}
	.vk-menu-acc ul.sub-menu li .sub-menu li a {
		padding: 15px !important;
		background: transparent;
	}
	.vk-mobile-nav .widget_nav_menu ul.menu {
		border-top: 1px solid #ccc;
	}
	.vk-mobile-nav .widget_nav_menu ul li a {
		padding: 10px 20px;
		border-bottom: 1px solid #ccc;
	}
	.openbtn {
		position: fixed;
		top: 5px;
		right: 15px;
		transition: all 0.5s ease-out;
		cursor: pointer;
		width:  35px;
		height: 45px;
		z-index: 9999;
	}
	.openbtn span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: var(--color-main);
		box-sizing: content-box;
		transition: all 0.3s;
	}
	.openbtn span:nth-of-type(1) { top:13px; }
	.openbtn span:nth-of-type(2) { top:21px; }
	.openbtn span:nth-of-type(3) { top:29px; }
	.openbtn.active span:nth-of-type(1) { top: 16px; transform: translateY(6px) rotate(-45deg); }
	.openbtn.active span:nth-of-type(2) { opacity: 0; }
	.openbtn.active span:nth-of-type(3) { top: 28px; transform: translateY(-6px) rotate(45deg); }

	/* ヘッダー */
	.site-header {
		top: 0;
		left: 0;
		min-height: 55px;
		padding-right: 0;
	}
	header .container {
		min-height: 55px;
		padding: 0 130px 0 10px;
	}
	.site-header-logo {
		text-align: left;
	}
	.site-header-logo a {
		display: block;
		margin-right: 20px;
	}
	.site-header-logo span {
		padding: 5px 0;
	}
	.site-header-logo img {
		max-height: 40px;
	}

	/* スクロール時ヘッダー */
	.header_scrolled .site-header {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.header_scrolled .site-header-logo {
		display: block;
		max-height: 40px;
		margin: 7.5px 0;
		padding-top: 0;
		background-image: var(--vk-header-logo-url);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left;
	}
	.header_scrolled .site-header-logo img {
		opacity: 0;
	}

	/* ページヘッダー */
	.page-header-inner {
		padding-right: 5% !important;
	}
	.page-header-title, h1.page-header-title {
		font-size: 5vw;
	}
	.page-header-subtext {
		font-size: 2.5vw;
	}
	.parent-pageid-2 .page-header-title, .parent-pageid-2 h1.page-header-title {
		font-size: 4vw;
	}
	.parent-pageid-2 .page-header-subtext {
		font-size: 3.5vw;
	}

	/* 固定ボタン */
	.fixed-btn-wrap {
		top: 0;
		right: 65px;
		width: 65px;
		height: 55px;
		z-index: 1999;
	}
	.fixed-btn.fb-mail a {
		padding: 10px !important;
		border-right: none;
	}
	.fixed-btn.fb-mail .btn-icon .mail-desc {
		display:none;
	}
	.fixed-btn.fb-mail .btn-icon .material-symbols-outlined {
		margin: 0;
		font-size: 32px;
	}
	.fixed-btn.fb-mail .btn-ttl {
		display: none;
	}
	.fixed-tel-wrap {
		top: 75px;
		width: 65px;
		z-index: 1999;
	}
	.header_scrolled .fixed-tel-wrap {
		top: 75px;
	}
	.fixed-btn.fb-tel a {
		padding: 10px;
	}
	.fixed-btn.fb-tel a:first-child {
		margin-bottom: 5px;
	}
	.fixed-btn.fb-tel a:first-child::before {
		display: none;
	}
	.fixed-btn.fb-tel .btn-icon {
		width: 100%;
	}
	.fixed-btn.fb-tel .btn-icon .icon-desc {
		font-size: 0.5em;
	}
	.fixed-btn.fb-tel .btn-ttl {
		display: none;
	}

	/* フロントページ */
	.mv-swiper {
		height: 100%;
		min-height: 100%;
		max-height: 100%;
		padding: 80px 60px 60px;
		background: linear-gradient(75deg, var(--color-sub) 0%, var(--color-sub) 70%, var(--color-main) 70%, var(--color-main) 100%);
	}
	.mv-swiper .swiper-slide .swiper-slide-inner {
		display: flex;
		flex-wrap: wrap;
		background: transparent;
	}
	.mv-swiper .bg-swiper-slide-img {
		display: none;
	}
	.mv-swiper .swiper-slide .swiper-slide-img {
		position: relative;
		left: 30%;
		width: 70%;
		aspect-ratio: 3/2;
		clip-path: none;
		overflow: hidden;
	}
	.mv-swiper .swiper-pagination {
		top: 20px;
		bottom: auto;
		left: 60px;
	}
	.mv-swiper .swiper-slide-contents {
		position: static;
		width: 100%;
		margin-bottom: -60px;
	}
	.mv-swiper .swiper-slide-contents .num {
		font-size: 4.5vw;
	}
	.mv-swiper .swiper-slide-contents h2 {
		font-size: 5vw;
	}
	.flow-wrap {
		padding: 90px 20px;
	}
	.works-grid.sc-works-grid {
		grid-template-columns: 1fr 1fr;
	}
	#pg-19-5::before {
		height: 65%;
	}
	.about-us-wrap {
		flex-direction: column-reverse;
		gap: 60px;
		padding: 0;
	}
	.about-us-contents {
		width: 100%;
		margin: 0;
		padding: 0 calc(5% + 20px) 0 0;
	}
	.about-us-txt {
		margin: 0;
	}
	.about-us-img {
		width: 90%;
		padding: 0;
	}
	.about-us-img-inner {
		width: 100%;
	}
	.company-link-list {
		grid-template-columns: 1fr 1fr;
		padding: 0 calc(5% + 20px) 0 0 !important;
	}

	/* サブページ共通 */
	.anchor-links {
		grid-template-columns: 1fr 1fr;
	}

	/* サン・ウォールとは */
	.post-name-about-us .about-us-wrap {
		gap: 45px;
	}
	.post-name-about-us .about-us-wrap::before {
		top: auto;
		bottom: 0;
		left: auto;
		right: 0;
	}
	.post-name-about-us .about-us-img {
		width: 100%;
	}
	.post-name-about-us .about-us-contents {
		width: 100%;
	}

	/* 塗り壁のメリット */
	.nurikabe-ttl-inner::after {
		right: 60%;
	}
	.fv-fukidashi .txt {
		max-width: 100%;
		padding: 0 10%;
	}
	.fv-nurikabe-ttl h1 {
		font-size: 3rem;
	}
	.nurikabe-ttl h2 {
		font-size: 2rem;
	}
	.nurikabe-type-dl .dli {
		width: 100%;
	}
	.perf-item {
		width: 100%;
	}
	.omoikomi-item {
		width: 100%;
	}
	.nurikabe-feature-top {
		width: 100%;
		padding: 30px 60px;
	}
	.nurikabe-feature-top::after {
		top: auto;
		right: auto;
		bottom: 0;
		left: 60px;
		transform: none;
		width: 30px;
		height: 15px;
		clip-path: polygon(50% 0, 0 100%, 100% 100%);
	}

	/* 商品情報 */
	.products-cat-img {
		width: 80%;
	}

	/* 商品ページ（共通） */
	.product-contents {
		width: 100%;
	}
	.product-img {
		width: 100%;
	}
	.feature-card {
		width: calc(50% - 5px);
	}

	/* お問い合わせ */
	.cf7-btn .btn-base {
		min-width: 50%;
	}
	.post-name-contact :is(.tel-num, .mobile-num, .fax-num) .fs-s {
		display: block;
	}
}
/* ------------------------------ レスポンシブ対応（991px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（780px以下） start ------------------------------ */
@media (max-width: 780px) {
	/* 共通 */
	body { font-size: 15px; }
	.sec-ttl .en { font-size: 3.5rem; }
	.sec-ttl h2 { margin: 0 0 0.1em 45px; font-size: 1.1rem; }
	.sec-ttl h2::before { left: -25px; }
	.sec-ttl-jp h2 { font-size: 1.75rem; }
	.sec-ttl-jp h2::after { width: 15%; }
	.msg-txt { line-height: 2.25; }
	.cf7-tb th, .cf7-tb td { display: block; width: 100%; padding-right: 5px; padding-left: 5px; text-align: left; }
	.cf7-tb th { padding-bottom: 0; border-bottom: none; }
	.cf7-tb td { border-top: none; }
	.map iframe { aspect-ratio: 3/2; }
	.scroll-tb-wrap { overflow: scroll; }
	.scroll-tb-wrap table { width: 920px; }

	/* コンテナ */
	.con-base, .container, :is(body:not(.page) .site-body) .container { width: 100%; max-width: 100%; padding-right: 20px; padding-left: 20px; }
	:is(footer, .page-header, #breadcrumb, body:not(.page) .site-body) .container { width: 100%; max-width: 100% !important; }
	.con-base { padding-top: 60px; padding-bottom: 60px; }
	.site-body { padding: 60px 0; }
	.bg-line { width: calc(100% - 20px) !important; }

	/* ページヘッダー */
	.page-header-inner {
		padding-right: 12.5% !important;
	}
	.page-header-title, h1.page-header-title {
		font-size: 6vw;
	}
	.page-header-subtext {
		font-size: 3vw;
	}
	.parent-pageid-2 .page-header-title, .parent-pageid-2 h1.page-header-title {
		font-size: 5vw;
	}
	.parent-pageid-2 .page-header-subtext {
		font-size: 4vw;
	}

	/* フッター上部 */
	.site-body-bottom {
		padding-top: 60px;
		border-top: 1px solid #ccc;
		background: #fff;
	}
	.site-body-bottom .container {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
	}
	.contact-box {
		text-align: center;
	}
	.contact-box-contents .txt {
		padding: 0 20px;
	}
	.contact-mail a {
		padding: 45px 30px;
	}

	/* フッター */
	.site-footer-content {
		padding: 60px 20px 120px;
	}

	/* フロントページ */
	.mv-swiper {
		padding: 60px 40px 40px;
	}
	.mv-swiper .swiper-slide .swiper-slide-img {
		left: auto;
		width: 100%;
	}
	.mv-swiper .swiper-slide-contents {
		margin-bottom: 40px;
	}
	.mv-swiper .swiper-slide-contents .num {
		margin-bottom: 30px;
	}
	.mv-swiper .swiper-slide-contents h2, .mv-swiper .swiper-slide-contents .txt {
		margin-bottom: 2.25svh;
	}
	.mv-swiper .swiper-pagination {
		left: 40px;
	}
	.mv-swiper .swiper-pagination-bullet {
		width: 7.5vw;
	}
	#pg-19-1 {
		margin-top: 60px;
	}
	.flow-wrap {
		padding: 60px 20px;
	}
	.about-us-contents .sec-ttl {
		margin-bottom: 45px;
	}
	.news-con .vk_posts .postListText {
		padding: 30px 0;
	}

	/* サブページ共通 */
	.anchor-links {
		gap: 10px;
	}

	/* サン・ウォールとは */
	.about-us-wrap {
		gap: 45px;
	}
	.about-us-feature-ttl h3 {
		font-size: 1.75rem;
	}

	/* 塗り壁のメリット */
	.nurikabe-ttl-inner {
		padding: 45px 20px;
	}

	/* 商品情報 */
	.products-cat-list {
		gap: 15px;
	}
	.products-cat-item {
		width: calc(50% - 7.5px);
	}
	.products-cat-img {
		width: 50%;
	}
	.product-panel-item {
		width: 100%;
	}

	/* 商品ページ（共通） */
	.product-visual {
		height: 35svh;
		max-height: 540px;
	}
	.product-wrap {
		gap: 45px;
	}
	.product-img {
		padding: 45px;
	}
	.product-feature-list li {
		width: 100%;
	}

	/* 施工事例 */
	.single.single-works .entry-header, .works-single-visual {
		margin-bottom: 45px;
	}
	.cat-products-list-wrap .cat-parent {
		width: 20%;
	}
	.cat-products-list {
		width: 80%;
	}
	.works-item h3 {
		font-size: 2vw;
	}

	/* 納品までの流れ */
	.step-con {
		position: relative;
		z-index: 1;
		padding-left: 40px;
		border: none;
	}
	.step-con::before {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 20px;
		content: "";
		width: 1px;
		height: 100%;
		background: #ccc;
	}
	.step-con .sec-ttl::before {
		left: -27.5px;
	}
	.step-icon {
		margin: 0 0 auto 40px;
	}

	/* 会社案内 */
	.access-img, .access-contents {
		width: 100%;
	}

	/* 投稿（お知らせ） */
	.archive-header-title {
		margin-bottom: 45px;
	}
	.single:not(.single-works) .entry-header {
		margin-bottom: 45px;
	}
	.single .entry-header h1 {
		font-size: 1.5rem;
	}
	.entry-meta-data-list:first-child {
		margin: 45px 0 5px;
	}

	/* お問い合わせ */
	.post-name-contact :is(.tel-num, .mobile-num, .fax-num) .fs-s {
		display: inline-block;
	}
	.tel-num, .fax-num {
		font-size: 3rem;
	}

	/* プライバシーポリシー */
	.post-name-privacy-policy .sec-ttl h2 { font-size: 1.25rem; }
}
/* ------------------------------ レスポンシブ対応（780px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（576px以下） start ------------------------------ */
@media (max-width: 576px) {
	/* 共通 */
	h1 { font-size: 1.75rem; /* 28px */ }
	h2 { font-size: 1.5rem; /* 24px */ }
	h3 { font-size: 1.25rem; /* 20px */ }
	h4 { font-size: 1.125rem; /* 18px */ }
	h5 { font-size: 1.1rem; }
	.sec-ttl .en { font-size: 2.5rem; }
	.sec-ttl h2 { font-size: 1.125rem; }
	.sec-ttl-jp h2 { font-size: 1.5rem; }
	.lead { font-size: 1.5rem; }
	.rl-gallery-caption { font-size: 0.8em; }
	.pc-br { display: none; }
	.sp-br { display: block; }
	table td, table th { padding: 1.5em 1em; }

	.btn-base {
		padding-right: 65px;
	}
	.line-arrow {
		right: 15px;
	}

	/* ページヘッダー */
	.page-header-inner {
		padding-right: 17.5% !important;
	}
	.page-header {
		min-height: 10rem;
	}
	.page-header-title, h1.page-header-title {
		font-size: 7vw;
	}
	.page-header-subtext {
		font-size: 3.5vw;
	}
	.parent-pageid-2 .page-header-title, .parent-pageid-2 h1.page-header-title {
		font-size: 6vw;
	}
	.parent-pageid-2 .page-header-subtext {
		font-size: 5vw;
	}
	.breadcrumb-list {
		padding: 10px 65px 10px 0;
	}

	/* フッター */
	.ft-logo img {
		width: 240px;
	}
	.site-footer .widget_nav_menu>div>ul#menu-header-top-nav-1 {
		margin-bottom: 45px;
	}
	.ft-banner-wrap {
		grid-template-columns: 1fr 1fr;
	}

	/* フロントページ */
	.mv-swiper {
		padding: 60px 20px 20px;
	}
	.mv-swiper .swiper-slide-contents {
		margin-bottom: 30px;
	}
	.mv-swiper .swiper-pagination {
		top: 20px;
		left: 20px;
	}
	.mv-swiper .swiper-slide-contents .num {
		font-size: 6.5vw;
	}
	.mv-swiper .swiper-slide-contents h2 {
		font-size: 6.5vw;
	}
	.mv-swiper .swiper-slide-contents h2 .fs-s {
		font-size: 0.65em;
	}
	.mv-swiper .swiper-slide-contents .txt {
		font-size: 0.9em;
	}
	.mv-swiper .swiper-pagination-bullet {
		width: 10vw;
	}
	.att-lead .lead {
		padding: 0 45px;
	}
	.home .fv-fukidashi .txt br {
		display: block;
	}
	.nurikabe-btn {
		padding: 45px 60px;
	}
	.nurikabe-btn .txt.sub-ttl {
		padding: 0 30px;
	}
	.flow-ttl h2 {
		font-size: 1.75rem;
	}
	.flow-wrap .txt {
		text-align: left;
	}
	#pg-19-5::before {
		height: 90%;
		width: 100%;
	}
	.about-us-img {
		width: 100%;
	}
	.about-us-contents {
		padding: 0;
	}
	.company-link-list {
		grid-template-columns: 1fr;
		padding: 0 !important;
	}
	.news-con .vk_posts .postListText {
		padding: 20px 10px;
	}

	/* サブページ共通 */
	.anchor-links li a {
		padding: 10px 30px 10px 20px;
	}
	.anchor-links li a::before {
		right: 4.5px;
		font-size: 14px;
	}

	/* サン・ウォールについて */
	.about-us-feature-ttl h3 {
		font-size: 1.5rem;
	}
	.post-name-about-us .about-us-wrap::before {
		font-size: 30vw;
	}

	/* 塗り壁のメリット */
	.con-base#fv-nurikabe {
		padding-top: 15svh !important;
		padding-bottom: 15svh !important;
	}
	.nurikabe-ttl h2 {
		font-size: 1.75rem;
	}
	.nurikabe-h3 h3 {
		font-size: 1.25rem;
	}
	.nurikabe-ttl .txt {
		font-size: 1rem;
	}
	.fv-fukidashi .txt {
		font-size: 1.25rem;
	}
	.fv-nurikabe-ttl {
		min-width: 80%;
		padding: 40px;
	}
	.fv-nurikabe-ttl h1 {
		font-size: 2rem;
	}
	.fv-nurikabe-ttl h1 .sub-ttl {
		font-size: 0.5em;
	}
	.lead-txt-box {
		padding: 45px 20px;
	}
	.perf-item {
		padding: 30px;
	}
	.perf-list li.new-merit {
		padding: 10px 20px;
		text-align: left;
	}
	.nurikabe-visual {
		aspect-ratio: 4/3;
	}
	.nurikabe-visual .product-icon {
		bottom: 3vw;
		right: 3vw;
		width: 25%;
	}
	.nurikabe-feature-top, .nurikabe-feature-bottom {
		padding: 30px;
	}

	/* 商品情報 */
	.products-cat-img {
		width: 65%;
	}
	.products-cat-img {
		padding: 15px;
	}
	.product-panel-item-contents {
		padding: 30px 20px;
		padding-bottom: 60px;
	}

	/* 商品ページ（共通） */
	.feature-card {
		width: 100%;
	}
	.caution-list {
		padding: 30px 20px !important;
	}

	/* 施工事例 */
	.works-grid {
		grid-template-columns: 1fr;
	}
	.works-item h3 {
		font-size: 4vw;
	}

	/* 会社案内 */

	/* 納品までの流れ */
	.step-icon {
		width: 80px;
		margin: 0 auto 0 20px;
	}

	/* 投稿（お知らせ） */
	.entry-title {
		font-size: 1.5rem;
	}

	/* お問い合わせ */
	.tel-num, .fax-num {
		font-size: 2.5rem;
	}
	:is(.tel-num, .fax-num) .fs-s {
		display: block;
		margin: 0 0 0.5em 0;
	}
	.contact-desc {
		font-size: 0.9em;
	}
	.cf7-btn .btn-base {
		min-width: 75%;
	}
	.tab-list {
		gap: 5px;
		padding: 0 5px !important;
	}
	.tab {
		padding: 10px 5px;
		font-size: 0.8em;
	}
}
/* ------------------------------ レスポンシブ対応（576px以下） end ------------------------------ */