@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用 */
}

/* 変数 */
:root {
	--color-main: var(--vk-color-primary);
	--color-main-light: var(--vk-color-primary-vivid);
	--color-main-dark: var(--vk-color-primary-dark);
	--color-sub: #584338;
	--color-base: #f3f3f3;
	--color-line: #ccc;
	--color-price: var(--color-main);
	--color-reuse: #FEC601;
	--color-outlet: #008BF8;
	--color-brand-new: #F42C04;
	--font-en: "Figtree", sans-serif;
}
: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: "Noto Sans JP", sans-serif; }

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

/* 見出し */
dl+h1, dl+h2, dl+h3, dl+h4, dl+h5, dl+h6, ol+h1, ol+h2, ol+h3, ol+h4, ol+h5, ol+h6, p+h1, p+h2, p+h3, p+h4, p+h5, p+h6, table+h1, table+h2, table+h3, table+h4, table+h5, table+h6, ul+h1, ul+h2, ul+h3, ul+h4, ul+h5, ul+h6 { 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: 2rem; /* 32px */ }
h3 { font-size: 1.75rem; /* 28px */ }
h4 { font-size: 1.5rem; /* 24px */ }
h5 { font-size: 1.25rem; /* 20px */ }

/* セクションタイトル */
.sec-ttl {
	font-size: min(3.5vw,3.5rem);
}
.sec-ttl .en {
	display: block;
	position: relative;
	z-index: 1;
	margin: 0 0 0.25em;
	color: var(--color-main);
	font-size: 1em;
	font-weight: 700;
	line-height: 1.25;
}
.sec-ttl h2 {
	font-size: 0.35em;
}
.sec-ttl.jp {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	gap: 0.75em;
	padding: 0 0.25em 0.25em;
	border-bottom: 1px solid var(--color-line);
	font-size: 2rem;
}
.sec-ttl.jp .en {
	flex: 1;
	margin: 0;
	font-size: 0.5em;
}
.sec-ttl.jp h2 {
	max-width: 80%;
	font-size: 1em;
}
.sec-ttl.jp.is-icon .sec-icon {
	order: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
}
.sec-ttl.jp.is-icon .sec-icon .material-symbols-outlined {
	margin: 0;
	font-size: 0.8em;
}
h3.deco {
	padding: 0.5em 0 0 0;
}
h3.deco::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 0.75em;
	height: 4px;
	background: var(--color-main);
}
h4.deco {
	display: inline-block;
	padding: 0 0 0 1.5em;
}
h4.deco::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: auto;
	height: 40%;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--color-main);
}

/* テキスト */
.lead { color: var(--color-main); font-size: 1.75rem; font-weight: 700; line-height: 1.5;}
.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; margin-bottom: 1.8em; }
.link-txt { color: #666; text-decoration: underline !important; }
.link-txt:hover { opacity: 0.5; }
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; }
.serif { font-family: var(--font-serif); }
.en { display: inline-block; font-family: var(--font-en); font-weight: 700; }
.num { display: inline-block; font-family: var(--font-en); line-height: 1; }
.color { color: var(--color-main); }
.color-accent { color: var(--color-accent); }
.notes { color: #666; font-size: 0.9em; }
.notes-mark { margin: 0 0.25em; font-size: 0.5em; vertical-align: top; }
.sp-br { display: none; }

.amp-txt {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 5%;
	color: var(--color-main);
}
.amp-txt::before, .amp-txt::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: "";
	width: 1px;
	height: 80%;
	background: var(--color-main);
	transform: rotate(-35deg);
	transform-origin: top;
}
.amp-txt::after {
	left: auto;
	right: 0;
	transform: rotate(35deg);
}

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

/* 注釈 */
.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: 1em; }
dt { margin-bottom: 0.5em; font-weight: 700; line-height: 1.25; }
dd { line-height: 1.5; }
dd:not(:last-child) { margin-bottom: 0.25em; }
.about-dl .dli { display: flex; flex-wrap: wrap; gap: 10px; }
.about-dl .dli dt {
	margin: 0;
	padding: 2.5px 5px;
	border-bottom: 1px solid var(--color-main);
	color: var(--color-main);
	font-size: 0.9em;
}
.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: #333;
	color: #fff;
	text-align: left;
}
.tb-base td {
	width: 70%;
	border-right: none;
	border-left: none;
	background: #fff;
}
.tb-base td .notes-ul {
	margin-top: 10px;
}
.tb-base td a {
	text-decoration: underline !important;
}
.overview-tb th { vertical-align: top; }
.scroll-tb-wrap .txt.notes { display: none; }

/* ボタン */
.btn-base {
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 280px;
	padding: 20px 40px;
	border-radius: 999px;
	background: #333;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s;
}
.btn-base::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 7.5px;
	transform: translateY(-50%);
	content: "\e315";
	color: var(--color-main);
	font-size: 20px;
	font-family: "Material Symbols Outlined";
	transition: all 0.3s;
}
.contact-btn {
	width: 100%;
	min-width: auto;
	background: var(--color-main);
}
.contact-btn::before {
	color: #fff;	
}
.contact-btn-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.contact-btn .btn-icon span {
	margin: 0;
	font-size: 25px;
}
@media (hover: hover) {
	.btn-base:hover {
		color: var(--color-main);
	}
	.btn-base:hover::before {
		right: 5px;
	}
	.contact-btn:hover {
		background: var(--color-main-dark);
		color: #fff;
	}
}

/* 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: 1s; animation-fill-mode: forwards; }
@keyframes fadeInAnime { from { opacity: 0; } to { opacity: 1; } }
/* フェードアップ */
.fade-up.active { animation-name: fadeUpAnime; animation-duration: 0.5s; 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: 0.5s; 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: 0.5s; 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: 0.5s; 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; border: none; border-radius: 0; background-color: #fff; line-height: 1.5; }
.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 .fs-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;
	vertical-align: middle;
}
.required.not-required {
	background: #ccc;
	color: #666;
}
.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;
}
.tab-list li {
	margin: 0 !important;
}
.tab {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 20px 30px;
	border: 2px solid var(--color-line);
	border-bottom: 0;
	border-radius: 0.5em 0.5em 0 0;
	background: #fff;
	color: #666;
	font-size: 1.125rem;
	text-align: center;	
	cursor: pointer;
	transition: all 0.3s;
}
.tab:hover {
	background: var(--color-main);
	color: #fff;
}
.tab.active {
	border-color: var(--color-main);
	background: var(--color-main);
	color: #fff;
}
.tab-panel-wrap {
	border-top: 4px solid var(--color-main);
	background: var(--color-base);
}
.tab-panel {
	display: none !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 {
	border-top: 5px solid var(--color-main);
	box-shadow: none;
	transition: all 0.3s;
}
.site-header-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 10px 20px 15px;
}
.site-header--layout--nav-float .site-header-container {
	align-items: center;
	gap: 20px;
}
.site-header--layout--nav-float .site-header-logo {
	width: auto;
	margin: 0;
	padding: 0;
}
.global-nav-list {
	padding: 0;
}
.device-mobile .global-nav-list>li {
	padding: 20px;
}
.global-nav-list>li .global-nav-name {
	font-size: 16px;
}
.device-mobile .global-nav-list .acc-btn {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.device-pc .global-nav-list>li>a {
	padding: 15px;
}
.device-pc .global-nav-list>li>a:hover {
	transition: color .3s cubic-bezier(.23,1,.32,1);
}
.global-nav-list>li>a {
	font-family: "Inter", "Roboto", "Noto Sans JP", sans-serif;
	transition: all 0.3s;
}
.global-nav-list>li>a:hover, .global-nav-list>li[class*=current]>a {
	color: var(--color-main) !important;
}
.global-nav-list>li::before { /* ヘッダーナビのアニメーション用 */
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: "";
	width: 0;
	border-bottom: 1px solid var(--vk-color-primary);
	transition: all .3s ease-out;
}
.global-nav-list>li:hover::before, .global-nav-list>li[class*=current]::before {
	width: 100%;
}

/* スクロール時ヘッダー */
.header_scrolled .site-header {
	position: fixed !important;
	top: 0;
	max-width: 100%;
	box-shadow: var(--box-shadow-primary);
}
.header_scrolled .site-header-container {
	margin: 0;
	padding: 5px 20px;
}
.header_scrolled .site-header-logo img {
	max-height: 40px !important;
}
.header_scrolled .global-nav-list>li>a {
	text-shadow: none;
}

/* ヘッダー上部 */
.header-top {
	margin: 0;
	padding-top: 5px;
	border-bottom: 0;
	background: transparent;
}
.header-top .container {
	max-width: 100%;
	padding: 0 20px;
	align-items: center;
	gap: 0 20px;
}
.header-top .header-top-description {
	flex: 1;
	top: 0;
	padding: 0;
	font-size: min(0.9vw,0.9rem);
	font-weight: 700;
}
.contact-info-dl {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	font-size: 1em;
}
.contact-info-dl .dli {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.contact-info-dl dt {
	margin: 0;
	padding: 0.25em 1em;
	background: #333;
	color: #fff;
	font-size: 0.85em;
}
.header-top-info .contact-info-dl dt {
	font-size: 1em;
}
.contact-info-dl dd {
	line-height: 1.8;
}
.header-top-info :is(.contact-info-dl, .contact-info-dl .dli) {
	flex-wrap: nowrap;
}
.header-top-info .contact-info-dl dd {
	font-size: 1.25em;
	font-weight: 700;
} 
.header-top nav { top: 0; }
.header-top ul { align-items: center; gap: 15px; margin: 0; }
.header-top ul>li>a { padding: 0; text-decoration: underline !important; }
.header-top ul>li>a:hover { opacity: 0.5; }
/* ------------------------------ ヘッダー end ------------------------------ */


/* ------------------------------ ページヘッダー start ------------------------------ */
.page-header-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	font-size: min(3vw,3rem);
}
.page-header-title, h1.page-header-title {
	margin-top: 0.25em;
	font-size: 1em;
}
.page-header-subtext {
	margin: 0;
	font-size: 0.5em;
	font-weight: 700;
	font-family: var(--font-en);
	line-height: 1.25;
}
/* ------------------------------ ページヘッダー end ------------------------------ */


/* ------------------------------ パンくずリスト start ------------------------------ */
/* ------------------------------ パンくずリスト end ------------------------------ */


/* ------------------------------ フッター start ------------------------------ */
.site-footer { position: relative; z-index: 1; border-top: 5px solid var(--color-sub); background-color: #333; font-size: 1rem; }
.site-footer::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 5px;
	background: var(--color-main);
}
.site-footer-content { padding: 90px 0; }
.site-footer .row { margin-left: 0; margin-right: 0; }
.site-footer .row > div { padding: 0; }
.site-footer .widget { margin-bottom: 30px; }
.ft-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px;
	margin-bottom: 60px;
	padding: 0 60px;
}
.ft-company-contents {
	width: calc(50% - 30px);
	text-align: center;
}
.ft-description {
	margin-bottom: 30px;
}
.ft-description .txt {
	font-size: 1.25rem;
	font-weight: 700;
}
.ft-logo {
	margin-bottom: 30px;
}
.ft-logo img {
	width: 100%;
	max-width: 300px;
}
.ft-cta-contents {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: calc(50% - 30px);
	text-align: center;
}
.ft-cta-ttl .txt {
	font-size: 1.25rem;
	font-weight: 700;
}
.ft-cta-tel .tel-num {
	margin-bottom: 20px;
	color: #fff;
	font-size: 3rem;
}
.ft-cta-tel .contact-info-dl {
	justify-content: center;
}
.ft-cta-tel .contact-info-dl dt {
	border: 1px solid #666;
}
.ft-bottom-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.ft-calendar {
	width: 300px;
}
.ft-calendar .biz-cal-title {
	color: #fff;
}
.ft-map {
	flex: 1;
}
.ft-map .txt {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}
#menu-footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#menu-footer-nav li a {
	padding: 20px;
	border-bottom: none;
	font-size: 1rem;
	font-weight: 700;
	transition: all 0.3s;
}
#menu-footer-nav li a:hover {
	background-color: transparent;
	color: var(--color-main);
}
#menu-footer-nav li:first-child a {
	font-family: "Figtree", "Roboto", "Noto Sans JP", sans-serif;
}
#menu-footer-nav li.current_page_item a {
	background-color: transparent;
	color: var(--color-main);
}
#menu-footer-sub-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
#menu-footer-sub-nav li a {
	display: inline-block;
	padding: 0;
	border-bottom: none;
	background-color: transparent;
	color: #ccc;
	font-size: 0.9rem;
	text-decoration: underline !important;
}
#menu-footer-sub-nav li a:hover {
	opacity: 0.5;
}
.site-footer-copyright {
	max-width: 100%;
	padding: 5px 20px;
	background: var(--color-sub);
}
.site-footer-copyright p {
	margin: 0;
	color: #fff;
	font-family: var(--font-en);
}
/* ------------------------------ フッター end ------------------------------ */


/* ------------------------------ フッター上部（ウィジェット） start ------------------------------ */
.site-body-bottom .widget { margin: 0; }
.site-body-bottom .container { width: 100%; max-width: 100%; }
/* ------------------------------ フッター上部（ウィジェット） end ------------------------------ */


/* ------------------------------ フロントページ start ------------------------------ */
/* メインビジュアル */
.pickup-slider {
	padding: 30px 0;
	background: var(--color-base);
}
.slick-dotted.pickup-slider {
	margin-bottom: 60px;
}
.pickup-slide {
	padding: 0 15px;
}
.pickup-slide a {
	display: block;
	position: relative;
	z-index: 1;
	/* 	border: 1px solid var(--color-line); */
	border-radius: 1em;
	color: #fff;
	font-size: min(1.25vw,1.1rem);
	font-weight: 700;
	overflow: hidden;
	transition: all 0.3s;
}
.first-slide-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: min(2vw,20px);
	width: 100%;
	padding: 7.5svh 20px;
	text-align: center;
}
.first-slide-contents h2 {
	font-size: 1.125em;
	text-shadow: 0 0 0.5em var(--color-main-dark);
}
.first-slide-contents .mv-logo {
	width: 45%;
	max-width: 300px;
	margin: 0 auto;
}
.first-slide-contents .txt {
	text-shadow: 0 0 0.5em var(--color-main-dark);
}
.first-slide-contents .contact-info-dl dd {
	text-shadow: 0 0 0.5em var(--color-main-dark);
}
.first-slide-contents :is(.shop-tag-list, .contact-info-dl) {
	justify-content: center;
	font-size: 0.9em;
}
.first-slide-contents :is(.tel-num, .tel-num .fs-s) {
	color: #fff;
}
@media (hover: hover) {
	.pickup-slide.first-slide a:hover {
		opacity: 0.5;
	}
}
.pickup-img {
	position: absolute;
	z-index: -1;
	width: 100%;
	aspect-ratio: 4/3;
	background: var(--color-base);
	overflow: hidden;
}
.pickup-slide.first-slide .pickup-img::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,127,196,0.75);
	transition: all 0.3s;
}
.pickup-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: all 0.3s;
}
.slick-dots {
	bottom: -60px;
}
.slick-dots li, .slick-dots li button {
	width: 30px;
}
.slick-dots li button:before {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 14px;
}
.slick-dots li.slick-active button:before {
	color: var(--color-main);
}
@media (hover: hover) {
	.pickup-img:hover img {
		opacity: 0.5;
	}
}

.slick-dotted.pickup-slider.no-posts {
	margin-bottom: 0 !important;
	padding: 0;
}
.pickup-slider.no-posts .slick-list {
	padding: 0 !important;
}
.pickup-slider.no-posts .slick-dots {
	display: none;
}
.first-slide.is-only {
	width: 100% !important;
	padding: 0;
}
.first-slide.is-only a {
	border-radius: 0;
	pointer-events: none;
}
.first-slide.is-only .pickup-img {
	aspect-ratio: auto;
	height: 100%;
}
.first-slide.is-only .pickup-img img {
	object-fit: cover;
}

/* せいみやの特徴（ホーム） */
.con-base#feature {
	padding-top: 30px !important;
	padding-bottom: 0 !important;
}
.feature-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.feature-lead {
	width: 50%;
}
.feature-lead .txt {
	margin-bottom: 1em !important;
	color: var(--color-main);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}
.feature-lead h2 {
	font-size: 3.5rem;
}
.feature-contents {
	flex: 1;
}
.feature-list {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 30px 0 !important;
}
.feature-list::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	height: 100%;
	background: var(--color-main);
}
.feature-item {
	position: relative;
	z-index: 1;
	width: calc(50% - 15px);
	padding: 60px;
	padding-bottom: min(4.5vw,4.5rem);
	border: 1px solid var(--color-line);
	border-radius: 0.5em;
	background: #fff;
	overflow: hidden;
}
.feature-num {
	margin-bottom: 0.5em;
}
.feature-num .num {
	margin-left: 0.25em;
	color: var(--color-main);
	font-size: 2em;
}
.feature-icon .material-symbols-outlined {
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	margin: 0;
	color: var(--color-base);
	font-size: min(10vw,10rem);
}
.feature-item h3 {
	margin-bottom: 0.75em;
	font-size: 1.5em;
}
.feature-item .txt {
	margin-bottom: 0 !important;
	text-align: left;
}
.biz-cal-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	padding: 30px;
	background: var(--color-base);
}
.biz-cal-ttl .txt {
	padding: 0 1em;
	background: var(--color-main);
	color: #fff;
	font-weight: 700;
}

/* おすすめ商品（ホーム） */
.recommend-slider .slick-list {
	overflow: visible;
}
.recommend-slider :is(.slick-prev, .slick-next) {
	display: none !important;
}
.slick-dotted.recommend-slider {
	margin-bottom: 60px;
}
.recommend-slide {
	padding: 0 5px;
}
.recommend-slide a {
	display: block;
	color: #333;
}
.recommend-slide-img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 4/3;
	margin-bottom: 15px;
	border: 1px solid var(--color-line);
	background: var(--color-base);
	overflow: hidden;
}
.recommend-slide-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.3s;
}
.recommend-slide-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 5px;
}
.recommend-slide-condition {
	margin-bottom: 5px;
}
.recommend-slide-condition .condition-tag {
	display: inline-block;
	padding: 0.5em 1em;
	background: var(--color-main);
	color: #fff;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1;
}
.recommend-slide-condition .condition-tag.reuse {
	color: #333;
}
.recommend-slide-maker .txt {
	color: #666;
	font-size: 0.9em;
	font-weight: 700;
}
.recommend-slide-ttl .txt {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
}
.recommend-slide-price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	margin-top: 5px;
}
.recommend-slide-price .price {
	flex: 1;
	color: var(--color-price);
	font-size: 1.5em;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}
.recommend-slide-price .price .yen {
	margin-right: 0.25em;
	font-size: 0.8em;
}
.recommend-slide-price .price .tax {
	font-size: 0.5em;
}

/* 取扱商品（ホーム） */
.con-base#products {
	padding-bottom: 0 !important;
}
.con-base#products .tab-panel-wrap .products-link-list {
	margin-bottom: 60px;
}

/* ご利用ガイド（ホーム） */
.guide-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
.guide-link-item {
	width: calc(50% - 15px);
}
.guide-link-item a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 30px;
	border-bottom: 1px solid var(--color-line);
	color: #333;
	transition: all 0.3s;
}
.guide-link-item a::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 7.5px;
	transform: translateY(-50%);
	content: "\e315";
	color: var(--color-main);
	font-size: 20px;
	font-family: "Material Symbols Outlined";
	transition: all 0.3s;
}
.guide-link-item .link-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
}
.guide-link-item .link-icon span {
	margin: 0;
}
.guide-link-item .txt {
	flex: 1;
	margin: 0 !important;
	font-size: 1.25rem;
	font-weight: 700;
}
@media (hover: hover) {
	.guide-link-item a:hover {
		border-color: var(--color-main);
		color: var(--color-main);
	}
	.guide-link-item a:hover::before {
		right: 5px;
	}
}

/* お知らせ（ホーム） */
#pg-19-4 {
	background: var(--color-base);
}
.con-base#news .vk_posts-layout-postListText {
	margin-bottom: 0;
}
.con-base#news .vk_posts .postListText {
	margin: 0;
	padding: 30px 60px;
	border-bottom: 1px solid var(--color-line);
}
.con-base#news .vk_posts .postListText:first-child {
	border-top: 1px solid var(--color-line);
}
.con-base#news .postListText_singleTermLabel_inner {
	border-radius: 0;
	line-height: 1.6;
}
.con-base#news :is(.postListText_date, .postListText_title) {
	font-size: 15px;
}

/* スタッフブログ（ホーム） */
.con-base#staff-blog  .panel-grid-cell .widget-title {
	display: none;
}
.con-base#staff-blog .vk_post .vk_post_title {
	font-size: 1rem;
}
/* ------------------------------ フロントページ end ------------------------------ */


/* ------------------------------ サブページ共通 start ------------------------------ */
/* 背景 */
body:not(.home,.post-name-contact,.post-name-privacy-policy) .entry-body > div > div:not(:first-child) .con-base {
	padding-top: 0 !important;
}

/* サブページ内リンク */
.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 30px;
	border: 1px solid var(--color-line);
	border-radius: 999px;
	background: var(--color-base);
	color: #333;
	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: 5px;
	transform: translateY(-50%);
	content: "\e313";
	color: var(--color-main);
	font-size: 17.5px;
	font-family: "Material Symbols Outlined";
	transition: all 0.3s;
}
@media (hover: hover) {
	.anchor-links li a:hover {
		border-color: var(--color-main);
		color: var(--color-main);
	}
	.anchor-links li a:hover::before {
		top: 60%;
		transform: translateY(-60%);
	}	
}

/* biz opening calendar 営業日カレンダー*/
.biz-cal-inner {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.biz-cal-head {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	margin-bottom: 10px;
}
.biz-cal-title {
	color: var(--color-main);
	font-weight: 700;
}
.biz-cal-table {
	background: #fff;
}
.biz-cal-table :is(th,td) {
	padding: 0.5em 0;
	border: 1px solid var(--color-line);
	color: #333;
	text-align: center;
}
.biz-cal-table thead th {
	background: #7094bc;
}
.biz-cal-table thead th:first-child {
	color: red;
}
.biz-cal-table thead th:last-child {
	color: blue;
}
.is-today {
	border: 2px solid var(--color-main) !important;
}
.is-closed {
	color: #DF3B57 !important;
	background: #ffe4e4;
}
.is-empty {
	background: #eee;
}
.is-override-open {
	background: ;
}
.biz-cal-legend {
	margin-top: 5px;
}
.biz-cal-legend-item {
	display: inline-block;
	padding: 0.1em 0.5em;
	color: #333;
	font-size: 0.8rem;
}
/* ------------------------------ サブページ共通 end ------------------------------ */


/* ------------------------------ おすすめ商品一覧（カスタム投稿） start ------------------------------ */
/* アーカイブページ */
.post-type-recommend .main-section--col--two {
	float: right;
}
.post-type-recommend .sub-section--col--two {
	float: left;
}
.recommend-archive-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 10px;
}
.recommend-archive-item {
	width: calc(50% - 5px);
}
:is(.recommend-archive-item, .recommend-slide) a {
	display: block;
	color: #333;
	transition: all 0.3s;
}
@media (hover: hover) {
	:is(.recommend-archive-item, .recommend-slide) a:hover {
		color: var(--color-main);
	}
	:is(.recommend-archive-item, .recommend-slide) a:hover .recommend-slide-img img {
		transform: scale(1.1,1.1);
	}
}
.is-soldout .recommend-slide-img::after {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "SOLD OUT";
	width: 100%;
	padding: 2em 1em;
	background: rgba(102,102,102,0.8);
	color: #fff;
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	text-align: center;
}
.is-soldout .recommend-slide-price .price {
	color: #666;
}

/* シングルページ */
.recommend-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.product-slider {
	width: 50%;
}
.product-slider .slick-track {
	background: var(--color-base);
}
.product-slider .slick-slide {
	width: 100%;
	aspect-ratio: 4/3;
}
.product-slider .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-slider-main .slick-track {
	margin-bottom: 20px;
}
.product-slider-main-slide.no-gallery {
	border: 1px solid var(--color-line);
}
.recommend-contents {
	flex: 1;
}
.recommend-main {
	margin-bottom: 30px;
}
.product-condition {
	margin-bottom: 30px;
}
.product-condition .condition-tag {
	display: inline-block;
	padding: 0.5em 1em;
	background: var(--color-main);
	color: #fff;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.product-condition .condition-tag.reuse {
	color: #333;
}
.product-maker {
	margin-bottom: 0.5em;
	color: #666;
	font-weight: 700;
}
.product-name {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--color-line);
}
.product-name h1 {
	font-size: 1.75rem;
	line-height: 1.25;
}
.maker-price {
	margin-bottom: 10px;
	color: #666;
	font-weight: 700;
}
.maker-price .price {
	font-size: 1.1em;
	font-family: "Roboto", sans-serif;
}
.maker-price .price .tax {
	font-size: 0.8em;
}
.product-price {
	margin-bottom: 30px;
}
.product-price .price {
	color: var(--color-price);
	font-size: 1.75em;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}
.product-price .price .yen {
	margin-right: 0.25em;
	font-size: 0.8em;
}
.product-price .price .tax {
	font-size: 0.5em;
}
.product-stock {
	margin-bottom: 30px;
	padding: 0 1em;
	border-radius: 0.25em;
	background: var(--color-base);
}
.product-stock .txt {
	color: var(--color-main);
	font-weight: 700;
}
.product-notes {
	color: #666;
}
.recommend-contact {
	margin-top: 30px;
}
.single.post-type-recommend .entry-body {
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 0.5em;
	background: var(--color-base);
}
.recommend-wrap.is-soldout :is(.product-price .price,.product-stock .txt) {
	color: #666;
}
.recommend-wrap.is-soldout .recommend-contact .contact-btn {
	background: #666;
}
.recommend-wrap.is-soldout .recommend-contact .contact-btn::before {
	display: none;
}
/* ------------------------------ おすすめ商品一覧（カスタム投稿） end ------------------------------ */


/* ------------------------------ 取扱商品（カスタム投稿） start ------------------------------ */
/* アーカイブページ */
.archive.post-type-products .site-body {
	padding: 0;
}
.con-base#products-fv {
	text-align: center;
}
.products-message {
	padding: 60px;
	border: 1px solid var(--color-line);
	border-radius: 0.5em;
}
.products-message .lead {
	margin-bottom: 30px;
}
.condition-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin-bottom: 20px;
}
.condition-list li {
	padding: 0.25em 1em;
	background: var(--color-main);
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.condition-list li.reuse {
	color: #333;
}
.reuse { --color-main: var(--color-reuse); }
.outlet { --color-main: var(--color-outlet); }
.brand-new { --color-main: var(--color-brand-new); }
.product-sub-wrap {
	margin-top: 60px;
}
.product-sub-wrap h2 {
	margin-bottom: 30px;
	color: var(--color-main);
	font-size: 1.5rem;
}
.product-sub-wrap .txt {
	margin-top: 10px;
}
.product-contents-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.product-contents-list li {
	width: calc(100%/3 - 10px/3);
	padding: 15px 30px;
	background: var(--color-base);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.25;
}
.tab-panel-wrap {
	text-align: center;
}
.tab-panel-wrap h3 {
	margin-bottom: 30px;
	color: var(--color-main);
}
.products-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.products-link-item {
	width: calc(25% - 30px/4);
}
.products-link-item a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 15px;
	height: 100%;
	padding: 30px;
	border: 1px solid var(--color-line);
	border-radius: 10px;
	background: #fff;
	color: #333;
	font-weight: 700;
	text-align: center;
	transition: all 0.3s;
}
.products-link-img {
	width: 60%;
	height: auto;
	aspect-ratio: 1;
	margin: 0 auto;
	border: 1px solid var(--color-line);
	border-radius: 999px;
	overflow: hidden;
	transition: all 0.3s;
}
.products-link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.products-others h3 {
	margin-bottom: 60px;
}
@media (hover: hover) {
	.products-link-item a:hover {
		border-color: var(--color-main);
		color: var(--color-main);
	}
	.products-link-item a:hover .products-link-img {
		transform: scale(1.1,1.1);
	}
}
.brand-new-wrap {
	margin-top: 90px;
}

/* シングルページ */
.post-type-products .entry-footer {
	display: none;
}
.product-wrap {
	display: flex;
	flex-wrap: wrap;
}
.product-contents {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 60px;
	background: var(--color-base);
}
.product-contents .condition-list {
	justify-content: flex-start;
}
.single.post-type-products .entry-header {
	margin-bottom: 0;
}
.single.post-type-products .entry-header h1 {
	margin: 0;
	padding-bottom: 0.75em;
	border-bottom: 1px solid var(--color-line);
}
.product-description {
	height: 100%;
}
.product-main-thumbnail {
	width: 40%;
	aspect-ratio: 4/3;
	border: 1px solid var(--color-line);
	background: var(--color-base);
}
.product-main-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single.post-type-products .entry-body {
	margin-top: 60px;
}
.single.post-type-products .recommend-archive {
	margin: 60px 0;
}
.recommend-archive h2 {
	margin-bottom: 30px;
	color: var(--color-main);
	font-size: 1.5rem;
	text-align: center;
}
.single.post-type-products .recommend-archive .btn-base {
	margin-top: 30px;
}
.products-cta {
	margin-top: 60px;
	padding: 60px;
	border: 4px solid var(--color-main);
	background: #fff;
}
.products-cta .main-maker-list {
	justify-content: center;
	margin-bottom: 30px;
}
.products-cta .txt {
	margin-top: 1em;
}
.products-cta .btn-base {
	margin-top: 30px;
}
/* ------------------------------ 取扱商品（カスタム投稿） end ------------------------------ */


/* ------------------------------ ご利用ガイド start ------------------------------ */
/* 共通 */
.guide-contents-dl {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.guide-contents-dl .dli {
	flex: auto;
	margin: 0;
	padding: 30px;
	border: 1px solid var(--color-line);
	border-radius: 0.5em;
	background: #fff;
}
.guide-contents-dl .dli dt {
	margin-bottom: 0.75em;
	color: var(--color-main);
	font-size: 1.25rem;
}

/* よくある質問 */
.accordion-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.accordion-item {
	width: 100%;
}
.accordion-ttl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	position: relative;
	z-index: 1;
	border-radius: 0.5em;
	background: var(--color-base);
	cursor: pointer;
	transition: all 0.3s;
}
.accordion-ttl-inner {
	padding: 20px 60px 20px 80px;
}
.accordion-ttl-inner::before, .accordion-contents-inner::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40px;
	height: 40px;
	content: "Q";
	border: 1px solid var(--color-main);
	border-radius: 50%;
	background: var(--color-main);
	color: #fff;
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	text-align: center;
}
.accordion-ttl::before, .accordion-ttl::after {
	position: absolute;
	content:'';
	width: 20px;
	height: 2px;
	background-color: var(--color-main);
	transition: all 0.3s;
}
.accordion-ttl::before {
	top: 49%;
	right: 20px;
	transform: rotate(0deg);
}
.accordion-ttl::after {
	top: 49%;
	right: 20px;
	transform: rotate(90deg);
}
.accordion-ttl.close::before {
	transform: rotate(45deg);
}
.accordion-ttl.close::after {
	transform: rotate(-45deg);
}
.accordion-ttl .txt {
	flex: 1;
	font-size: 1.1rem;
	font-weight: 700;
}
.accordion-contents {
	display: none;
	position: relative;
	z-index: 1;
}
.accordion-contents-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
	padding: 20px 20px 20px 80px;
}
.accordion-contents-inner::before {
	top: 1.25em;
	transform: none;
	content: "A";
	border-color: var(--color-main);
	background: #fff;
	color: var(--color-main);
}
.accordion-txt-outer {
	flex: 1;
	margin-top: 0.4em;
}

/* ------------------------------ ご利用ガイド end ------------------------------ */


/* ------------------------------ 買取について start ------------------------------ */
/* 買取のポイント */
.sell-point-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.sell-point-item {
	width: calc(100%/3 - 20px);
	padding: 30px;
	border: 1px solid var(--color-line);
}
.sell-point-ttl {
	margin-bottom: 20px;
	color: var(--color-main);
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
.sell-point-ttl .en {
	margin-bottom: 10px;
	font-size: 0.6em;
}
.sell-point-ttl .material-symbols-outlined {
	display: block;
	font-size: 3rem;
}

/* 買取の流れ */
.flow-list {
	display: flex;
	flex-wrap: wrap;
	counter-reset: number 0;
}
.flow-item {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	position: relative;
	z-index: 1;
	width: 100%;
	padding-bottom: 60px !important;
}
.flow-item::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 44.5px;
	content: "";
	width: 1px;
	height: 100%;
	background: var(--color-line);
}
.flow-icon {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--color-base);
}
.flow-icon::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	color: var(--color-main);
	font-family: "Figtree", sans-serif;
	font-weight: 700;
}
.flow-icon .material-symbols-outlined {
	color: var(--color-main);
	font-size: 2rem;
}
.flow-contents {
	flex: 1;
	padding-top: 1.75em;
}
.flow-contents h3 {
	margin-bottom: 15px;
	font-size: 1.25rem;
}
/* ------------------------------ 買取について end ------------------------------ */


/* ------------------------------ 店舗案内 start ------------------------------ */
/* せいみやについて */
.about-us-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
.about-us-ttl h2 {
	margin-bottom: 0.5em;
	color: var(--color-main);
	text-align: center;
}
.about-us-ttl .shop-tag-list {
	justify-content: center;
}
.about-us-ttl .shop-tag-list li {
	width: 120px;
	text-align: center;
}
.about-us-logo {
	max-width: 360px;
	margin: 0 auto;
}
.about-us-text {
	max-width: 800px;
	margin: 0 auto;
}
.about-us-text .lead {
	margin-bottom: 30px;
}
.about-us-text .shop-tag-list {
	margin-bottom: 60px;
}
.shop-tag-list {
	display: flex;
	gap: 10px;
}
.shop-tag-list li {
	padding: 0.1em 2em;
	background: var(--color-sub);
	color: #fff;
	font-weight: 700;
}
.about-us-photo-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 10px;
}
.about-us-photo-list li {
	width: calc(25% - 30px/4);
}
/* ------------------------------ 店舗案内 end ------------------------------ */


/* ------------------------------ 投稿 start ------------------------------ */
/* サイドバー */
.widget-title.sub-section-title {
	color: var(--color-main);
	font-size: 1rem;
	line-height: 1.25;
}

/* アーカイブページ */
.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 1.5em; border: 1px solid #ccc; background-color: #fff; color: #333; transition: all 0.3s; }
: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:hover { color: var(--color-main); }
: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; }
.vk_post_imgOuter.media-img { aspect-ratio: 4/3; border-color: var(--color-line); background-color: var(--color-base); background-size: contain; background-repeat: no-repeat; transition: all 0.3s; }
.next-prev-prev .vk_post_imgOuter_singleTermLabel { right: auto; left: 5px; }
.vk_post_imgOuter_singleTermLabel { top: 5px; right: 5px; }
.vk_post .vk_post_title { margin: 0; font-size: 1.35rem !important; }

/* シングルページ */
.single .entry-header {
	margin-bottom: 30px;
}
.single .entry-header h1 {
	margin: 0 0 0.5em;
}
.post-img-wrap {
	width: 100%;
	margin-bottom: 45px;
	border: 1px solid var(--color-line);
}
.post-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.single .entry-body :is(ul,ol) li:not(:last-child) {
	margin-bottom: 0.5em;
}
.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: 90px;
}
/* ------------------------------ 投稿 end ------------------------------ */

/* ------------------------------ スタッフブログ start ------------------------------ */
.post-type-staff-blog .vk_posts.next-prev {
	margin-top: 60px;
}
/* ------------------------------ スタッフブログ end ------------------------------ */


/* ------------------------------ お問い合わせ start ------------------------------ */
.post-name-contact .entry-body > div > div:nth-child(even) {
	background: var(--color-base);
}

/* お電話 */
.tel-num {
	color: #333;
	font-size: 3.5rem;
	font-weight: 700;
	transition: all 0.3s;
}
.tel-num:hover {
	color: var(--color-main);
}
.tel-num .fs-s {
	margin-left: 0;
	color: var(--color-main);
	font-size: 0.5em;
}
.con-base#tel .contact-info-dl {
	justify-content: center;
}
.con-base#tel .contact-info-dl dd {
	font-weight: 700;
}
/* ------------------------------ お問い合わせ end ------------------------------ */


/* ------------------------------ プライバシーポリシー start ------------------------------ */
/* 共通 */
.post-name-privacy-policy .entry-body > div > div:not(:last-child) > .con-base {
	padding-bottom: 0 !important;
}
.post-name-privacy-policy .sec-ttl h2 {
	font-size: 1.5rem;
}
/* ------------------------------ プライバシーポリシー end ------------------------------ */


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


/* ------------------------------ レスポンシブ対応（1260px以下） start ------------------------------ */
@media (max-width: 1260px) {
	/* 共通 */
	.sec-ttl {
		font-size: 3rem;
	}

	/* コンテナ */
	.con-base, :is(.page-header, #breadcrumb, footer, body:not(.page) .site-body) .container:not(.site-footer-content, .site-footer-copyright) { width: 931px; max-width: 931px; }

	/* ヘッダー */
	.device-mobile .global-nav-list>li {
		padding: 20px 10px;
	}

	/* ヘッダー上部 */
	.header-top .header-top-description {
		font-size: 12px;
	}

	/* フッター */
	.ft-wrap {
		padding: 0 30px;
	}
	.ft-cta-tel .tel-num {
		font-size: 2.5rem;
	}

	/* ページヘッダー */

	/* メインビジュアル */
	.feature-lead h2 {
		font-size: 2.5rem;
	}
	.feature-icon .material-symbols-outlined {
		font-size: 12.5vw;
	}

	/* 投稿 */
	.vk_post .vk_post_title {
		font-size: 1.125rem !important;
	}
	.single .entry-header h1 {
		font-size: 1.5rem;
	}
}
/* ------------------------------ レスポンシブ対応（1260px以下） end ------------------------------ */


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

	/* 共通 */
	.map iframe { aspect-ratio: 3/2; }
	.scroll-tb-wrap { overflow: scroll; }
	.scroll-tb-wrap .txt.notes { display: block; }
	.scroll-tb-wrap table { width: 990px; }
	.tab { font-size: 1rem; }
	.biz-cal-ttl { width: 100%; }

	/* モバイルナビ */
	.vk-mobile-nav {
		padding: 90px 20px;
		text-align: center;
	}
	.vk-mobile-nav.vk-mobile-nav-open {
		display: block;
		transition: all 0.3s;
	}
	.vk-mobile-nav-widget:first-child {
		margin-bottom: 45px;
	}
	.mobile-nav-logo {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.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.vk-mobile-nav-open .btn-base { animation-name: opacityAnime; animation-duration: 1s; animation-delay: .3s; animation-fill-mode: forwards; }
	.vk-mobile-nav nav>ul { border-top: none; }
	.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;
		font-family: var(--font-maru);
		text-align: center !important;
		border-bottom: none !important;
	}
	.vk-mobile-nav-menu-outer>ul>li:first-child a { font-family: "Inter", sans-serif; }
	.vk-menu-acc .acc-btn {
		top: 26px;
		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 a {
		font-size: 0.9em;
		border-bottom-style: dashed !important;
		border-bottom-width: 2px !important;
	}
	.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 {
		background: transparent;
		color: #333 !important;
	}
	.mobile-nav-contact {
		display: flex;
		flex-direction: column;
		gap: 20px;
		width: 80%;
		margin: 0 auto;
	}
	.vk-mobile-nav .widget_nav_menu ul.menu {
		margin: 45px 0;
		border-top: none;
	}
	.vk-mobile-nav .widget_nav_menu ul li a {
		padding: 10px 20px;
		text-decoration: underline !important;
		border-bottom: none;
	}
	.vk-mobile-nav .sns-links {
		justify-content: center;
	}
	.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;
		border-radius: 999px;
		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 {
		min-height: 55px;
		border-top: none;
	}
	.site-header-container {
		min-height: 55px;
		padding: 0 10px;
		overflow: visible;
	}
	.site-header--layout--nav-float .site-header-container {
		display: flex;
		gap: 10px;
		padding-right: 65px;
	}
	.site-header-logo {
		text-align: left;
	}
	.site-header-logo a {
		display: block;
	}
	.site-header-logo img {
		max-height: 40px;
	}

	/* スクロール時ヘッダー */
	.header_scrolled .site-header {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.header_scrolled .site-header-container {
		padding: 0 65px 0 10px;
	}
	.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;
	}

	/* フッター */
	.site-footer .row {
		gap: 30px;
	}
	.ft-wrap {
		gap: 30px;
		padding: 0;
	}
	.ft-company-contents, .ft-cta-contents {
		width: calc(50% - 15px);
	}

	/* ページヘッダー */
	.page-header-inner {
		font-size: 4vw;
	}

	/* フロントページ */
	.slick-dotted.pickup-slider {
		margin-bottom: 45px;
	}
	.slick-dots {
		bottom: -45px;
	}
	.pickup-slide a {
		font-size: min(2vw,1.125rem);
	}
	.feature-wrap {
		gap: 45px;
	}
	.feature-lead {
		width: 100%;
	}
	.about-us-photo-list {
		margin: 0;
	}
	.about-us-photo-list li {
		width: calc(50% - 5px);
	}
	.slick-dotted.recommend-slider {
		margin-bottom: 45px;
	}
	.tab-list.container {
		width: 100%;
		max-width: 100%;
		padding: 0 20px !important;
	}
	.products-link-item {
		width: calc(50% - 5px);
	}
	.con-base.tab-panel {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.guide-link-item a {
		padding: 20px 30px 20px 0;
	}
	.con-base#news .vk_posts .postListText {
		padding: 30px 20px;
	}
	.con-base#news .postListText_title {
		padding-top: 0.5em;
	}

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

	/* 取扱商品 */
	.brand-new-wrap {
		margin-top: 60px;
	}

	/* おすすめ商品 */
	.recommend-sec {
		margin-bottom: 60px;
	}

	/* お問い合わせ */
	.cf7-btn .btn-base {
		min-width: 50%;
	}
}
/* ------------------------------ レスポンシブ対応（991px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（780px以下） start ------------------------------ */
@media (max-width: 780px) {
	/* 共通 */
	.sec-ttl { font-size: 3rem; }
	.sec-ttl.jp { font-size: 1.75rem; }
	.msg-txt { line-height: 2.25; }
	.cf7-tb th, .cf7-tb td { display: block; width: 100%; text-align: left; font-size: 1em; padding-left: 5px; padding-right: 5px; }
	.cf7-tb th { padding-bottom: 0; border-bottom: none; }
	.cf7-tb td { border-top: none; }
	.line-arrow-btn { width: 40px; height: 40px; }

	/* コンテナ */
	.con-base, :is(.page-header, #breadcrumb, footer, body:not(.page) .site-body) .container:not(.site-body-bottom .container, .site-footer-copyright) { 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; }
	.box { padding: 45px; }

	/* ヘッダー */

	/* フッター */
	.ft-wrap {
		flex-direction: column-reverse;
		gap: 45px;
		margin-bottom: 30px;
	}
	.site-footer-content {
		padding: 60px 20px;
	}
	.ft-company-contents, .ft-cta-contents {
		width: 100%;
	}
	.ft-logo {
		margin-bottom: 30px;
	}
	.ft-logo img {
		max-width: 260px;
	}
	.ft-calendar {
		width: 100%;
	}
	.ft-menu-contents {
		flex: auto;
		width: 100%;
		padding: 0;
	}
	#menu-footer-nav li a {
		padding: 15px 20px;
	}
	#menu-footer-sub-nav {
		margin-top: 45px;
	}

	/* フロントページ */
	.pickup-slide a {
		font-size: min(3vw,1.125rem);
	}
	.first-slide-contents {
		gap: min(2.5vw,20px);
	}
	.feature-lead h2 {
		font-size: 2rem;
	}
	.feature-item {
		width: 100%;
		padding: 30px;
		padding-bottom: calc(30px + 7vw);
	}
	.feature-icon .material-symbols-outlined {
		font-size: 30vw;
	}
	.con-base.tab-panel {
		padding-top: 45px !important;
	}
	.con-base#products .tab-panel-wrap .products-link-list {
		margin-bottom: 30px;
	}
	.guide-link-item a {
		gap: 20px;
	}

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

	/* おすすめ商品 */
	.archive-header-title {
		margin-bottom: 30px;
	}
	.recommend-slide-condition .condition-tag {
		font-size: 0.7em;
	}
	.recommend-slide-ttl .txt {
		font-size: 1.25rem;
	}
	.recommend-wrap {
		gap: 30px;
	}
	.product-slider {
		width: 100%;
	}
	.products-cta {
		margin-top: 45px;
		padding: 45px;
	}
	.product-condition {
		margin-bottom: 15px;
	}
	.product-name {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.product-price {
		margin-bottom: 15px;
	}

	/* 取扱商品 */
	.products-message {
		padding: 40px 30px;
	}
	.single.post-type-products .recommend-archive {
		margin: 45px 0;
	}
	.product-wrap {
		flex-direction: column-reverse;
	}
	.product-contents {
		padding: 45px;
	}
	.product-main-thumbnail {
		width: 100%;
	}
	.products-others h3 {
		margin-bottom: 45px;
	}
	.brand-new-wrap {
		margin-top: 45px;
	}
	.product-contents-list li {
		width: calc(50% - 2.5px);
	}

	/* 法人買取 */
	.sell-point-item {
		width: 100%;
	}

	/* 投稿（お知らせ） */
	.single .entry-header {
		margin-bottom: 45px;
	}
	.single .entry-header h1 {
		font-size: 1.5rem;
	}
	.post-img-wrap {
		margin-bottom: 30px;
	}
	.vk_post.media .vk_post_title {
		font-size: 1.25rem !important;
	}
	.vk_post.media .vk_post_excerpt {
		font-size: 1rem;
	}

	/* 店舗案内 */
	.about-us-ttl h2 {
		font-size: 1.75rem;
	}
	.about-us-ttl .shop-tag-list li {
		width: 140px;
	}
	.about-us-logo {
		max-width: 240px;
	}

	/* お問い合わせ */
	.tel-num {
		font-size: 3rem;
	}
	.cf7-btn {
		margin-top: 45px;
	}
}
/* ------------------------------ レスポンシブ対応（780px以下） end ------------------------------ */


/* ------------------------------ レスポンシブ対応（576px以下） start ------------------------------ */
@media (max-width: 576px) {
	/* 共通 */
	.sec-ttl { font-size: 2.25em; }
	h1 { font-size: 2rem; /* px */ }
	h2 { font-size: 1.75rem; /* px */ }
	h3 { font-size: 1.5rem; }
	h4 { font-size: 1.25rem; }
	h5 { font-size: 1.125rem; }
	.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 {
		min-width: 240px;
		padding: 15px 30px;
	}
	.msg-txt { line-height: 2; }

	.sec-ttl .en {
		margin-bottom: 0.125em;
		font-size: 1.25em;
	}
	.sec-ttl h2 {
		font-size: 0.5em;
	}

	.mobile-nav-logo { max-width: 200px; }

	/* ヘッダー */

	/* ページヘッダー */
	.page-header {
		min-height: 12.5rem;
	}
	.page-header-inner {
		font-size: 6.5vw;
	}

	/* フッター */
	.ft-logo img {
		max-width: 200px;
	}
	#menu-footer-nav {
		justify-content: flex-start;
	}
	#menu-footer-nav li {
		width: 50%;
	}
	#menu-footer-nav li a {
		text-align: center;
	}

	/* フロントページ */
	.slick-dotted.pickup-slider {
		padding: 10px;
	}
	.pickup-slide {
		padding: 0 5px;
	}
	.pickup-slide a {
		font-size: min(4vw, 1rem);
	}
	.first-slide-contents {
		gap: 15px;
	}
	.first-slide-contents .tel-num {
		font-size: 2.5rem;
	}
	.feature-wrap {
		gap: 30px;
	}
	.feature-lead .txt {
		margin-bottom: 0.5em !important;
	}
	.feature-lead h2 {
		line-height: 1.6;
	}
	.products-link-list {
		gap: 5px;
	}
	.products-link-item a {
		gap: 10px;
		padding: 15px 10px;
	}
	.products-link-item a p {
		font-size: 1rem;
		line-height: 1.25;
	}
	.products-link-img {
		width: 80%;
	}
	.tab {
		padding: 15px 20px;
	}
	.guide-link-item {
		width: 100%;
	}
	.con-base#news .vk_posts .postListText {
		padding: 20px;
	}

	/* サブページ（共通） */
	.anchor-links {
		gap: 5px;
	}
	.anchor-links li a {
		padding: 7.5px 20px;
	}
	.biz-cal-group {
		gap: 15px;
	}

	/* おすすめ商品 */
	.recommend-archive .recommend-slide-img {
		margin-bottom: 10px;
	}
	.recommend-archive .recommend-slide-ttl .txt {
		font-size: 1.125rem;
	}
	.recommend-archive .recommend-slide-maker .txt {
		font-size: 0.8em;
		line-height: 1.25;
	}
	.recommend-archive .recommend-slide-price .price {
		font-size: 1.25em;
	}
	.product-price .price {
		font-size: 1.5em;
	}
	.single.post-type-recommend .entry-body {
		padding: 30px 20px;
	}
	.products-cta {
		padding: 45px 20px;
	}

	/* 取扱商品 */
	.products-message {
		padding: 30px 20px;
	}
	.products-message .txt {
		text-align: left;
	}
	.brand-new-wrap .txt {
		text-align: left;
	}
	.condition-list {
		gap: 5px;
	}
	.main-maker-wrap {
		width: 100%;
	}
	.product-contents {
		padding: 30px 20px;
	}
	.product-sub-wrap {
		margin-top: 45px;
	}
	.product-contents-list li {
		padding: 10px 15px;
	}

	/* ご利用ガイド */
	.sec-ttl.jp.is-icon {
		justify-content: flex-end;
	}
	.sec-ttl.jp.is-icon h2 {
		flex: 1;
	}
	.sec-ttl.jp.is-icon .sec-icon {
		width: 40px;
		height: 40px;
	}
	.sec-ttl.jp.is-icon .en {
		display: none;
	}

	/* 店舗案内 */
	.about-us-ttl h2 {
		font-size: 1.35rem;
	}
	.about-us-logo {
		max-width: 200px;
	}

	/* 投稿（お知らせ） */
	.entry-title {
		font-size: 1.5rem;
	}
	.vk_post.media {
		flex-wrap: wrap;
		gap: 15px;
	}
	.vk_post.media .media-img {
		width: 100%;
	}
	.vk_post-btn-display .vk_post_body {
		height: auto;
	}


	/* お問い合わせ */
	.post-name-contact .contact-info-dl .dli {
		flex-direction: column;
		gap: 2.5px;
	}
	.ft-cta-tel .tel-num {
		font-size: 2.75rem;
	}
	.tel-num .fs-s {
		display: block;
		margin: 0 0 0.5em 0;
	}
	.cf7-btn .btn-base {
		min-width: 75%;
	}
}
/* ------------------------------ レスポンシブ対応（576px以下） end ------------------------------ */