@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-sub01: #592916;
	--color-sub02: #B15F16;
	--color-accent: #ED9B40;
	--color-logo: #221E1F;
	--color-base: #F3F4EB;
	--color-line: #ccc;
	--font-serif: "Noto Serif JP", serif;
	--font-en: "Poppins", 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; }
.box {
	padding: 60px;
	border-radius: 2em;
	background: var(--color-base);
}

/* 見出し */
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-head-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}
.sec-head-wrap .sec-ttl {
	width: 50%;
}
.sec-head-wrap .sec-txt {
	flex: 1;
}

/* セクションタイトル */
.sec-ttl .en {
	display: block;
	margin: 0.25em 0 0;
	color: var(--color-main);
	font-size: 1.25rem;
	font-weight: 500;
	font-family: var(--font-en);
	line-height: 1.25;
}
.sec-ttl h2 {
	font-size: 2.5rem;
}
.sec-ttl-en h2 {
	display: inline-block;
	color: var(--color-main);
	font-size: 2rem;
	font-family: var(--font-en);
	line-height: 1.25;
}
.sec-ttl-en h2::before, .sec-ttl-en h2::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: calc(100% + 30px);
	transform: translateY(-50%);
	content: "";
	width: 100vw;
	height: 1px;
	background: var(--color-main);
}
.sec-ttl-en h2::after {
	left: auto;
	right: calc(100% + 30px);
}
h3.deco {
	display: inline-block;
	padding: 0 0 0 1.125em;
}
h3.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);
}
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: 1em;
	height: 2px;
	border-radius: 999px;
	background: var(--color-main);
}

/* テキスト */
.lead { color: var(--color-main); font-size: 2.25rem; 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.5; margin-bottom: 30px; }
.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); }
.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; }
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 { margin-bottom: 0.25em; font-weight: 700; line-height: 1.25; }
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: 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;
	color: var(--color-main);
	text-align: left;
}
.tb-base td {
	width: 70%;
	border-right: none;
	border-left: none;
}
.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 60px;
	border: 2px solid var(--color-main);
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	transition: all 0.3s;
}
.line-arrow {
	position: absolute;
	z-index: 1;
	top: 55%;
	right: 20px;
	transform: translateY(-55%);
	width: 20px;
	height: 1px;
	border-top: 1px solid #fff;
	transition: all 0.3s;
}
.line-arrow::before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	content: "";
	width: 45%;
	height: 1px;
	border-radius: 0 999px 999px 0;
	background: #fff;
	transform: rotateZ(45deg);
	transform-origin: right bottom;
	transition: all 0.3s;
}
.accent-btn {
	border-color: var(--color-main);
	background: var(--color-base);
	color: var(--color-main);
	transition: all 0.3s;
}
.accent-btn .line-arrow {
	border-color: #333;
}
.accent-btn .line-arrow::before {
	background: #333;
}
@media (hover: hover) {
	.btn-base:hover {
		background: #fff;
		color: var(--color-main);
	}
	.btn-base:hover .line-arrow {
		right: 15px;
		border-top-color: var(--color-main);
	}
	.btn-base:hover .line-arrow::before {
		background: var(--color-main);
	}
	.accent-btn:hover {
		color: #fff;
		border-color: var(--color-main-dark);
		background: var(--color-main-dark);
	}
}

.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;
}

/* 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: 1s; 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: 1s; 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: 1s; 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: 1s; 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; background-color: var(--color-base); 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;
	border-radius: 0.25em;
	background: var(--color-accent);
	color: var(--color-sub01);
	font-size: 0.7em;
	line-height: 1;
	vertical-align: middle;
}
.required.not-required {
	background: #ccc;
	color: #333;
}
.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-radius: 999px;
	background: #ccc;
	color: #666;
	font-size: 1.25rem;
	font-style: var(--font-maru);
	text-align: center;	
	cursor: pointer;
	transition: all 0.3s;
}
.tab:hover, .tab.active {
	background: var(--color-main);
	color: #fff;
}
.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 {
	padding-left: min(15vw,200px);
	box-shadow: none;
	transition: all 0.3s;
}
.site-header-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 10px 0 10px 20px;
}
.site-header--layout--nav-float .site-header-container {
	flex-direction: row-reverse !important;
	align-items: center;
	gap: 20px;
}
.site-header--layout--nav-float .site-header-logo {
	width: auto;
	margin-right: 0;
}
.site-header-logo img {
	display: inline-block;
	position: fixed;
	top: 10px;
	left: 10px;
	width: min(15vw, 180px);
	max-height: 100% !important;
	transition: all 0.3s;
}
.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 {
	color: #333;
	text-shadow: 0 0 10px #fff;
	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: none;
}
.header_scrolled .site-header-container {
	margin: 0;
	padding: 5px 0 5px 20px;
}
.header_scrolled .site-header-logo img {
	left: min(3.75vw,50px);
	width: min(7.5vw, 100px);
	opacity: 1 !important;
}

/* ヘッダー上部 */
.header-top {
	margin: 0;
	padding-top: 5px;
	border-bottom: 0;
	background: transparent;
}
.header-top .container {
	max-width: 100%;
	padding: 0 20px;
	align-items: center;
}
.header-top .header-top-description {
	top: 0;
	padding: 0;
	font-size: min(0.9vw,0.9rem);
	font-family: var(--font-maru);
}
.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;
}

/* ヘッダーお問い合わせボタン */
.header-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-height: 100%;
	text-align: center;
}
.header-contact .contact-btn {
	min-width: min(10vw,210px);
	padding: 10px 30px;
	border-radius: 999px;
	font-size: min(0.9vw,1rem);
}
/* ------------------------------ ヘッダー end ------------------------------ */


/* ------------------------------ ページヘッダー start ------------------------------ */
.page-header::before {
	background: linear-gradient(90deg, var(--color-sub01) 0%, transparent 100%);
	opacity: 0;
}
.page-header-inner {
	text-shadow: 0 0 2em var(--color-sub01);
}
.page-header-title, h1.page-header-title {
	margin-bottom: 0.25em;
	font-size: min(3vw,3rem);
}
.page-header-subtext {
	margin: 0;
	color: var(--color-main);
	font-size: min(1.5vw,1.5rem);
	font-weight: 500;
	font-family: var(--font-en);
	line-height: 1.25;
}
/* ------------------------------ ページヘッダー end ------------------------------ */


/* ------------------------------ パンくずリスト start ------------------------------ */
#breadcrumb {
	background: var(--color-base);
}
/* ------------------------------ パンくずリスト end ------------------------------ */


/* ------------------------------ フッター start ------------------------------ */
.site-footer {
	border-radius: 0 min(10vw, 180px) 0 0;
	background-color: var(--color-logo);
	font-size: 0.9em;
}
.site-footer-content {
	padding: 90px 0;
}
.site-footer .row {
	gap: 60px;
	margin-left: 0;
	margin-right: 0;
}
.site-footer .col-lg-6 {
	flex: 0 1 auto;
	max-width: 100%;
	padding: 0;
}
.site-footer .col-lg-6:first-child {
	width: 20%;
}
.site-footer .col-lg-6:last-child {
	flex: 1;
}
.site-footer .widget {
	margin-bottom: 30px;
}
.site-footer .widget:last-child {
	margin-bottom: 0;
}
.footer-btn-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 60px;
}
.footer-btn-wrap .btn-base {
	width: calc(50% - 15px);
	min-width: auto;
}
.ft-contents-wrap {
	margin-bottom: 60px;
}
.ft-contents-wrap:last-of-type {
	margin-bottom: 0;
}
.ft-logo {
	margin-bottom: 30px;
}
.ft-logo img {
	width: 100%;
	border: 1px solid var(--color-line);
	border-radius: 999px;
}
.ft-about address {
	margin-bottom: 20px;
}
.ft-about address a {
	display: inline-block;
	margin-right: 15px;
	padding: 10px;
	border-radius: 999px;
	background: #fff;
	color: var(--color-main);
	font-size: 1.25em;
	transition: all 0.3s;
}
.ft-about address a:hover {
	opacity: 0.5;
}
.ft-about address a .material-symbols-outlined {
	margin: 0;
}
.info-dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}
.info-dl .dli {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
	margin: 0;
}
.info-dl dt {
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #666;
}
.info-dl dd {
	padding: 0 10px;
}
#menu-footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
	margin-top: 30px;
}
#menu-footer-nav li a {
	padding: 0;
	border-bottom: none;
	font-size: 1.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.current_page_item a {
	background-color: transparent;
	color: var(--color-main);
}
.site-footer .widget_nav_menu>div>ul#menu-footer-sub-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.site-footer .widget_nav_menu>div>ul#menu-footer-sub-nav li a {
	display: inline-block;
	padding: 0;
	border-bottom: none;
	background-color: transparent;
	color: #999;
	font-size: 0.9rem;
	text-decoration: underline !important;
}
.site-footer .widget_nav_menu>div>ul#menu-footer-sub-nav li a:hover {
	opacity: 0.5;
}
.sns-links {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 20px;
}
.sns-links li a {
	display: block;
	padding: 7.5px;
	border-radius: 999px;
	background: #fff;
	transition: all 0.3s;
}
.sns-links li a:hover {
	opacity: 0.5;
}
.sns-links li a img {
	width: 20px;
	margin: 0;
}
.site-footer .link-txt {
	text-decoration: underline !important;
}

.site-footer-copyright {
	max-width: 100%;
	padding: 30px 20px;
	background: #fff;
}
.site-footer-copyright p {
	margin: 0;
	color: #333;
	font-family: var(--font-maru);
}
/* ------------------------------ フッター end ------------------------------ */


/* ------------------------------ CTA（お問い合わせ） start ------------------------------ */
.cta-contact {
	background: var(--color-base);
	border-radius: 8em;
}
.contact-ttl {
	margin-bottom: 60px;
	text-align: center;
}
.contact-ttl .contact-en {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.contact-ttl .contact-en .en {
	color: #fff;
	font-size: 10rem;
	line-height: 1;
}
.contact-ttl img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 125%;
}
.contact-ttl h2 {
	color: var(--color-main);
	font-size: 3rem;
}
.contact-method-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
}
.contact-method-item {
	position: relative;
	z-index: 1;
	width: calc(50% - 90px);
	margin-bottom: 60px !important;
	padding: 60px;
	border: 1px solid var(--color-line);
	border-radius: 2em;
	background: #fff;
	text-align: center;
}
.contact-method-item-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	width: 100%;
	height: 100%;
}
.contact-method-ttl .material-symbols-outlined {
	margin: 0 0 20px;
	color: var(--color-main);
	font-size: 60px;
}
.contact-method-num .tel-num {
	margin-bottom: 20px;
	font-size: 3rem;
}
.contact-method-item .contact-desc .fs-s {
	display: block;
}
.contact-method-item .btn-base {
	min-width: auto;
}
.contact-method-item .deco-workuma .workuma {
	position: absolute;
	z-index: 1;
	bottom: -60px;
	left: -60px;
	width: 120px;
	padding: 0 1% 2.5%;
}
.contact-method-item.mail .deco-workuma .workuma {
	left: auto;
	right: -60px;
}
/* ------------------------------ CTA（お問い合わせ） end ------------------------------ */


/* ------------------------------ ショートコード（お問い合わせ） start--------------------------- */
.contact-method-list.normal-contact {
	margin-bottom: 60px;
}
.contact-method-list.normal-contact .contact-method-item {
	width: calc(50% - 30px);
	margin-bottom: 0 !important;
}
/* ------------------------------ ショートコード（お問い合わせ） end ------------------------------ */


/* ------------------------------ フッター上部（ウィジェット） start ------------------------------ */
.site-body-bottom .widget {
	margin: 0;
}
.site-body-bottom .container {
	width: 100%;
	max-width: 100%;
}
.footer-top {
	position: relative;
	z-index: 1;
	padding: 90px 0 0;
	text-align: center;
}
canvas#waveCanvas2 {
	height: 100% !important;
}
.footer-top .deco-workuma {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	max-width: 200px;
	margin: 0 auto;
}
.footer-top .deco-workuma .workuma {
	width: calc(50% - 5px);
}
/* ------------------------------ フッター上部（ウィジェット） end ------------------------------ */


/* ------------------------------ フロントページ start ------------------------------ */
/* メインビジュアル */
.main-visual {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: min(85svh, 1080px);
	margin-bottom: 5vw;
}
.mv-left-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	max-width: 200px;
	height: 100%;
	padding-top: min(10vw,140px);
}
.mv-desc {
	max-height: calc(100% - 60px);
}
.mv-desc .txt {
	color: var(--color-main);
	font-size: min(1.25vw,1rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.125em;
	writing-mode: vertical-rl;
}
.mv-sns {
	width: 30px;
}
.mv-right-wrap {
	position: relative;
	z-index: 1;
	width: calc(100% - min(15vw, 200px));
	height: 100%;
}
.mv-ttl {
	position: absolute;
	z-index: 2;
	top: 5vw;
	left: 5vw;
}
.mv-ttl h2 {
	color: #fff;
	font-size: min(5vw,5rem);
	text-shadow: 0 0 1em var(--color-sub01), 0 0 1em var(--color-sub01);
}
.mv-chara {
	position: absolute;
	z-index: 2;
	bottom: -2.5vw;
	right: 2.5vw;
	width: 12.5vw;
	filter: drop-shadow(0px 0px 10px #fff) drop-shadow(0px 0px 10px #fff) drop-shadow(0px 0px 10px #fff);
}
.mv-chara img {
	transform: scale(-1,1);
}
.mv-swiper {
	width: 100%;
	height: 100%;
}
.mv-swiper .swiper-slide {
	width: 100%;
	height: 100%;
}
.mv-swiper .swiper-slide-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: min(2vw,90px) 0 0 min(10vw,180px);
	overflow: hidden;
}
.mv-swiper .swiper-slide-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* リード（ホーム） */
#pg-19-1 {
	position: relative;
	z-index: 1;
	background: linear-gradient(0deg, var(--color-base) 0%, transparent 100%);
}
.con-base#lead .bg-txt {
	position: absolute;
	z-index: -1;
	top: -0.25em;
	right: 0;
	color: var(--color-base);
	font-size: min(12vw,12rem);
	font-weight: 700;
	line-height: 1.5;
	text-align: right;
}
.lead-head .lead {
	margin-bottom: 0.5em;
	font-size: 4rem;
}
.lead-head .txt {
	color: var(--color-sub01);
	font-size: 1.5rem;
	font-weight: 700;
}
.lead-contents {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.lead-msg {
	max-width: 480px;
}
.lead-msg .msg-txt {
	font-size: 1.25em;
}
.lead-msg .btn-base {
	margin-top: 60px;
}
.lead-img-wrap {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding-top: 120px;
}
.lead-img {
	width: 80%;
	aspect-ratio: 3/2;
	margin: 0 0 0 auto;
}
.lead-img:nth-child(2) {
	margin: -2.5% auto 0 0;
}
.lead-img:nth-child(3) {
	margin: -2.5% -2.5% 0 auto;
	width: 60%;
}
.lead-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: min(1vw,45px);
}

/* ハラキンの特徴（ホーム） */
.features-wrap{
	display:flex;
	gap: 90px;
}

/* 左：ビューポート内で固定表示 */
.features-img-sticky {
	position: sticky;
	z-index: 2;
	top: 120px;
	height: calc(100svh - 180px);            /* 画面高にフィット */
	flex: 1 1 45%;
	min-width: 480px;         /* 画像領域が潰れないよう保険 */
}

.features-img-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	counter-reset: number 0;
}

.features-img {
	position:absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .6s ease;
}
.features-img.active{ opacity:1; z-index:1; }
.features-img::before {
	position: absolute;
	z-index: 1;
	top: min(1vw, 45px);
	right: -0.5em;
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	color: var(--color-main);
	font-size: min(7.5vw,7.5rem);
	font-family: var(--font-serif);
	font-weight: 700;
	line-height: 1;
}
.features-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 min(10vw, 180px) min(2vw, 90px) 0;
}

/* 右：縦に流れてスクロール */
.features-contents-wrap{
	flex: 1 1 55%;
	margin-bottom: 90px;
}

.features-contents {
	position: relative;
	z-index: 1;
	min-height: 100svh;
	padding: 180px 90px min(15vw,15rem) 0;
}
.features-contents::before {
	position: absolute;
	z-index: -1;
	top: 90px;
	right: 0;
	content: "";
	width: calc(100% + 180px);
	height: calc(100% - 90px);
	border-radius: min(10vw, 180px) 0 0 min(2vw, 90px);
	background: var(--color-base);
}
.features-contents::after {
	position: absolute;
	z-index: -1;
	bottom: 0.25em;
	right: 0.25em;
	content: "Feature";
	color: #fff;
	font-size: min(10vw,10rem);
	font-family: var(--font-serif);
	font-weight: 700;
	line-height : 1;
}
.features-contents .sp-img {
	display: none;
}
.features-contents .en {
	margin-bottom: 1em;
	color: var(--color-sub01);
	font-size: 1.5rem;
	font-weight: 500;
} 
.features-contents.is-current h3 {
	color: var(--color-main);
}
.features-contents h3 {
	margin-bottom: 60px;
	font-size: 3rem;
}
.features-contents > .txt {
	max-width: 480px;
	font-size: 1.25rem;
}
.features-contents > .btn-base {
	margin-top: 60px;
}

/* 商品紹介（ホーム） */
#pg-19-3 {
	background: var(--color-base);
}
.product-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	counter-reset: number 0;
}
.product-link-item {
	position: relative;
	z-index: 1;
	width: calc(50% - 15px);
}
.product-link-item::before {
	position: absolute;
	z-index: 1;
	top: 2vw;
	left: 0;
	counter-increment: number 1;
	content: "Product " counter(number, decimal-leading-zero);
	color: var(--color-main);
	font-size: 1.25rem;
	font-family: var(--font-en);
	font-weight: 500;
	line-height: 1;
}
.product-link-item a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 60px;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 60px;
	border-radius: min(10vw, 180px) min(2vw, 90px) min(2vw, 90px) min(2vw, 90px);
	background: #fff;
	color: #333;
	transition: all 0.3s;
}
.product-link-item a:hover {
	border: none;
	color: var(--color-main);
	box-shadow: 0 0 2vw var(--color-line);
}
.product-link-img img {
	filter: drop-shadow(0 0.25em 0.25em var(--color-line));
}
.product-link-contents {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 20px;
}
.product-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.product-tag-list li {
	padding: 2.5px 15px;
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 500;
}
.product-link-ttl .desc {
	color: #666;
	font-weight: 700;
}
.product-link-text .txt {
	color: #333;
}
.dummy-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 0 0 0 auto;
	border: 1px solid var(--color-line);
	border-radius: 999px;
	background: #fff;
	color: var(--color-main);
	transition: all 0.3s;
}
.product-link-item a:hover .dummy-btn {
	background: var(--color-main);
	color: #fff;
}
@media (hover: hover) {
	.product-link-item a:hover {
		top: -10px;
	}
}

/* サブページリンク（ホーム） */
.subpage-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.subpage-link-item {
	width: calc(50% - 30px);
}
.subpage-link-item a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #fff;
}
.subpage-link-item .en {
	position: absolute;
	z-index: 1;
	top: 1vw;
	right: 0;
	color: var(--color-main);
	font-size: 1.25rem;
	font-weight: 500;
}
.subpage-link-ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 30px;
	width: calc(100% - 60px);
}
.subpage-link-ttl .txt {
	flex: 1;
	font-size: 1.75rem;
	font-weight: 700;
}
.subpage-link-img {
	position: relative;
	z-index: -1;
	width: 100%;
	aspect-ratio: 3/2;
	border-radius: min(1vw, 45px) min(5vw, 90px) min(1vw, 45px) min(1vw, 45px);
	overflow: hidden;
}
.subpage-link-img::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, var(--color-main) 0%, transparent 50%);
}
.subpage-link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.subpage-link-item a:hover .subpage-link-img img {
	transform: scale(1.1,1.1);
}

/* 私たちについて（ホーム） */
#pg-19-5 {
	position: relative;
	z-index: 1;
	border-radius: 10vw 10vw 0 0;
	background: linear-gradient(0deg, transparent 0%, var(--color-base) 100%);
}
.con-base#about-us .deco-mark {
	position: absolute;
	z-index: -1;
	top: 10%;
	left: 10%;
	transform: translateX(-10%);
	content: "";
	width: min(40%,600px);
	max-height: 80%;
	aspect-ratio: 783/900;
}
.con-base#about-us .deco-mark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.about-us-head {
	margin-bottom: 60px;
}
.about-us-head h2 {
	display: inline-block;
	margin-bottom: 60px;
	font-size: 1.25rem;
}
.about-us-head h2::before, .about-us-head h2::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: calc(100% + 20px);
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 1px;
	background: var(--color-main);
}
.about-us-head h2::after {
	right: auto;
	left: calc(100% + 20px);
}
.about-us-head .deco-chara {
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
}
.about-us-head .serif {
	margin: 0.25em 0;
	color: var(--color-main);
	font-size: min(2.5vw,2.5rem);
	font-weight: 700;
}
.about-us-head .lead {
	color: var(--color-sub01);
	font-size: min(4.5vw,4.5rem);
}
.about-us-contents .msg-txt {
	font-size: 1.25rem;
}
.about-us-img {
	width: 100%;
	aspect-ratio: 3/1;
	border-radius: 2vw;
	overflow: hidden;
}
.about-us-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ------------------------------ フロントページ end ------------------------------ */


/* ------------------------------ サブページ共通 start ------------------------------ */
/* 背景 */
body:not(.home) .site-body {
	position: relative;
}
body:not(.home) .site-body::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 50svh;
	background: linear-gradient(0deg, transparent 0%, var(--color-base) 100%);
}

/* セクションタイトル */
.sec-ttl.sub {
	text-align: center;
}
.sec-ttl.sub h2 {
	padding-bottom: 20px;
}
.sec-ttl.sub h2::before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 54px;
	border-bottom: 10px dotted var(--color-main);
}

/* サブページ内リンク */
.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: #fff;
	color: var(--color-main);
	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;
}
.anchor-links li a:hover {
	background: var(--color-main);
	color: #fff;
}
.anchor-links li a:hover::before {
	top: 60%;
	transform: translateY(-60%);
	color: #fff;
}
/* ------------------------------ サブページ共通 end ------------------------------ */


/* ------------------------------ ハラキンの生きくらげ start ------------------------------ */
/* ハラキンの想い */
#pg-23-0 {
	z-index: 1;
}
#pg-23-0::before, #pg-23-0::after {
	position: absolute;
	z-index: -1;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-40%);
	content: "Made in Japan. Made in Japan. Made inJapan. Made in Japan.";
	width: 100%;
	color: var(--color-base);
	font-size: min(10vw,10rem);
	font-family: var(--font-serif);
	text-align: center;
	white-space: nowrap;
}
#pg-23-0::before {
	left: 0;
	animation: flowimg 120s linear infinite;
}
#pg-23-0::after {
	left: 250%;
	animation: flowimg 120s linear infinite;
}
@keyframes flowimg {
	0% { transform: translateX(0); }
	100% { transform: translateX(-330%); }
}
.thoughts-img-wrap {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	aspect-ratio: 1920/1370;
	border-radius: min(10vw,180px) min(10vw,180px) 0 0;
	overflow: hidden;
}
.thoughts-img-wrap::after {
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #fff 0%, transparent 50%);
}
.thoughts-img {
	position: relative;
	overflow: hidden;
	clip-path: inset(0 0 0 0);
	height: 100%;
}
.thoughts-img img {
	position: fixed;
	width: 100%;
	max-width: 1200px;
	height: 100vh;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	object-fit: cover;
	pointer-events: none;
}
.con-base#thoughts {
	position: relative;
	z-index: 1;
	padding-top: 0 !important;
}
.thoughts-head .txt {
	margin: 0.5em 0 0;
	color: var(--color-sub01);
	font-size: 1.25rem;
	font-weight: 700;
}
.thought-text {
	max-width: 800px;
	margin: 0 auto;
}
.thought-text .msg-txt {
	font-size: 1.125em;
}
.thought-img {
	position: absolute;
	z-index: 1;
	border-radius: min(1vw,45px);
	overflow: hidden;
	box-shadow: min(1.5vw,30px) min(1.5vw,30px) 0 var(--color-base);
}
.thought-img:first-child {
	top: 12.5%;
	left: calc(100% - 200px + 2.5vw);
	width: 25%;
}
.thought-img:nth-child(2) {
	top: 50%;
	right: calc(100% - 200px + 5vw);
	width: 20%;
}
.thought-img:last-child {
	bottom: 2.5%;
	left: calc(100% - 200px + 5.5vw);
	width: 15%;
}

/* ハラキンの特徴 */
.anchor-links.features {
	grid-template-columns: 1fr 1fr 1fr;
}
.feature-main {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
.feature-main-con h4 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-main);
}
.feature-main-con h4:first-letter {
	margin-right: 0.1em;
	color: var(--color-main);
	font-size: 1.125em;
}
.feature-main-box {
	padding: 30px;
	border-radius: min(1vw,45px);
	background: #fff;
}

/* ハラキンの生きくらげはどこで買える */
.buy-ttl {
	position: relative;
	z-index: 1;
	border-radius: min(1vw,45px);
	background: var(--color-base);
}
.buy-ttl::before {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 30px;
	height: 15px;
	background: var(--color-base);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.buy-ttl h2 {
	display: inline-block;
	padding: 1em;
}
.buy-ttl h2::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -0.5em;
	transform: translateY(-50%);
	content: "Q";
	color: var(--color-main);
	font-size: 3rem;
	font-family: var(--font-serif);
	font-weight: 700;
	line-height: 1;
}
.sales-method-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.sales-method-item {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 2/1;
	padding: 60px;
	border: 8px solid var(--color-base);
	border-radius: min(1vw, 45px);
	background: #fff;
	color: #333;
	overflow: hidden;
	transition: all 0.3s;
}
.sales-method-item::before, .sales-method-item::after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	content: "";
	width: 50%;
	height: 100%;
	background: url(/wp-content/uploads/2025/11/sales-method_supermarket.jpg) no-repeat center / cover;
}
.sales-method-item:nth-child(2)::before {
	background: url(/wp-content/uploads/2025/11/factory_main.jpg) no-repeat center / cover;
}
.sales-method-item:nth-child(3)::before {
	background: url(/wp-content/uploads/2025/11/sales-method_online-shop.jpg) no-repeat center / cover;
}
.sales-method-item::after {
	background: linear-gradient(90deg, #fff 0%, transparent 10%);
}
.sales-method-item-inner {
	width: 100%;
	height: 100%;
}
.sales-method-item .deco-txt {
	display: inline-block;
	margin-bottom: 15px;
	color: var(--color-main);
	font-size: 1.25rem;
	font-weight: 700;
}
.sales-method-ttl {
	margin-bottom: 20px;
}
.sales-method-text {
	max-width: calc(50% - 60px);
}
.sales-method-text ul {
	margin-top: 20px !important;
}
.sales-method-text p + a {
	display: inline-block;
	margin-top: 20px;
}
/* ------------------------------ ハラキンの生きくらげ end ------------------------------ */


/* ------------------------------ 商品紹介 start ------------------------------ */
.post-name-products .anchor-links {
	grid-template-columns: 1fr 1fr;
}
.product-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}
.product-head-img {
	width: calc(50% - 30px);
	text-align: center;
}
.product-head-img img {
	width: 100%;
	filter: drop-shadow(0 0.25em 0.25em var(--color-line));
}
.product-head-contents {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: calc(50% - 30px);
	text-align: center;
}
.product-head-ttl .amp-txt {
	margin-bottom: 1.25em;
	font-size: min(1.25vw,1.25rem);
	font-weight: 500;
}
.product-head-ttl h2 {
	font-size: min(3vw,3rem);
}
.product-head-contents .lead {
	font-size: min(1.75vw,1.75rem);
}
.product-head-contents .product-tag-list {
	justify-content: center;
	margin-top: 30px;
}
.product-head-contents .product-tag-list li {
	font-size: 1em;
}
.product-detail-box {
	padding: 60px;
	border-radius: min(2vw,45px);
	background: var(--color-base);
}
.product-detail-box h3 {
	display: inline-block;
	font-size: 1.125rem;
}
.product-detail-box h3::before, .product-detail-box h3::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: calc(100% + 20px);
	transform: translateY(-50%);
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--color-main);
}
.product-detail-box h3::after {
	right: auto;
	left: calc(100% + 20px);
}
.product-swiper-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}
.product-swiper {
	width: 100%;
	border-radius: 1vw;
	overflow: hidden;
}
.product-detail-tb :is(th,td) {
	padding: 1em;
}
.product-detail-box .buy-wrap {
	padding-top: 60px;
	border-top: 4px dotted var(--color-line);
}
.product-detail-box .lead .fs-s {
	display: block;
	margin: 0.5em 0 0;
	color: var(--color-sub01);
	font-size: 0.5em;
}
.detail-btn {
	display: inline-block;
	padding: 0.5em 1.5em;
	border-bottom: 1px solid var(--color-main);
	font-size: 0.9rem;
	font-weight: 700;
}
/* ------------------------------ 商品紹介 end ------------------------------ */


/* ------------------------------ 生産工程 start ------------------------------ */
/* きのこづくり */
.kinoko-dukuri-wrap {
	position: relative;
	z-index: 1;
	padding: 60px 30px;
	border-radius: min(2vw,45px);
	background: #fff;
	text-align: center;
}
.kinoko-dukuri-text .lead {
	margin-bottom: 1em;
	line-height: 2;
}
.kinoko-dukuri-text .msg-txt {
	font-size: 1.125em;
}
.kinoko-dukuri-text .deco-chara {
	position: absolute;
	z-index: 1;
	bottom: -2.5em;
	right: -2.5em;
	width: min(12.5%, 150px);
}
.kinoko-dukuri-text .deco-chara img {
	transform: scale(-1,1);
}

/* きのこができるまで */
.process-list {
	display: flex;
	flex-direction: column;
	gap: 60px;
	position: relative;
	z-index: 1;
	padding: 60px 0 !important;
	counter-reset: number number-big 0;
}
.process-list::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 4px;
	height: 100%;
	background: var(--color-line);
}
.process-item {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	position: relative;
	z-index: 1;
	margin-left: 5vw !important;
	padding: 60px;
	border-radius: min(10vw, 180px) min(2vw, 90px) min(2vw, 90px) min(2vw, 90px);
	background: var(--color-base);
}
.process-item::before {
	position: absolute;
	z-index: 1;
	top: 1vw;
	left: 0;
	counter-increment: number 1;
	content: "Step " counter(number, decimal-leading-zero);
	color: var(--color-main);
	font-size: 1.25rem;
	font-family: var(--font-en);
	font-weight: 500;
	line-height: 1;
}
.process-item::after {
	position: absolute;
	z-index: -1;
	top: 1vw;
	right: calc(100% + 1vw);
	content: "";
	width: 4.5vw;
	height: 1.25rem;
	border-radius: 999px 0 0 999px;
	background: var(--color-main);
}
.process-img {
	width: 25%;
	height: 100%;
	aspect-ratio: 1;
}
.process-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 999px;
}
.process-contents {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
.process-contents::before {
	position: absolute;
	z-index: -1;
	bottom: 0.125em;
	right: 0.25em;
	counter-increment: number-big 1;
	content: "" counter(number, decimal-leading-zero);
	color: #fff;
	font-size: min(10vw,10rem);
	font-family: var(--font-serif);
	font-weight: 700;
	line-height: 1;
}
.process-contents .process-ttl h3:first-letter {
	margin-right: 0.1em;
	color: var(--color-main);
	font-size: 1.25em;
}
.process-contents .process-text {
	padding-right: min(2.5vw,2.5rem);
}
/* ------------------------------ 生産工程 end ------------------------------ */


/* ------------------------------ よくある質問 start ------------------------------ */
.accordion-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.accordion-item {
	width: 100%;
}
.accordion-ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 1;
	padding: 20px 60px 20px 20px;
	border: 1px solid var(--color-line);
	border-radius: min(1vw,45px);
	background: var(--color-base);
	cursor: pointer;
	transition: all 0.3s;
}
.accordion-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40px;
	aspect-ratio: 1/1;
	border: 1px solid var(--color-main);
	border-radius: 50%;
	background: var(--color-main);
	color: #fff;
	text-align: center;
}
.accordion-icon.faq-a {
	background: #fff;
	color: var(--color-main);
}
.accordion-icon .en {
	font-weight: 700;
	line-height: 1;
}
.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-ttl h3 {
	flex: 1;
	font-size: 1.1rem;
}
.accordion-contents {
	display: none;
}
.accordion-contents-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
	padding: 20px;
}
.accordion-txt-outer {
	flex: 1;
	margin-top: 0.4em;
}
/* ------------------------------ よくある質問 end ------------------------------ */


/* ------------------------------ 会社案内 start ------------------------------ */
/* 代表挨拶 */
.con-base#top-message .lead {
	font-size: 3rem;
}
.message-name {
	text-align: right;
}
.message-name .txt {
	font-weight: 700;
}
.message-name .name-sign {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}
.message-name .name-sign img {
	width: auto;
	height: 50px;
}


/* 沿革 */
.history-dl .dli {
	display: flex;
	flex-wrap: wrap;
	gap: 90px;
	margin: 0;
	padding: 30px 0;
}
.history-dl dt {
	position: relative;
	z-index: 1;
	width: 17.5%;
	margin: 0;
	color: var(--color-sub01);
}
.history-dl dt::before {
	position: absolute;
	z-index: 1;
	top: -45px;
	left: calc(100% + 44px);
	content: "";
	width: 2px;
	height: calc(100% + 90px);
	background: var(--color-line);
}
.history-dl dt span {
	display: block;
}
.history-dl dt .num {
	margin: 0 0 0.1em;
	color: var(--color-main);
	font-size: 3.5rem;
	font-weight: 500;
}
.history-dl dd {
	flex: 1;
}
.history-month-list li {
	position: relative;
	z-index: 1;
	padding: 20px 0 0;
}
.history-month-list li::before {
	position: absolute;
	z-index: 1;
	top: 32.5px;
	right: calc(100% + 40px);
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--color-sub01);
}
.history-month-list li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}
.history-month-list li .history-month-ttl {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.history-month-list li .history-month-ttl .month {
	min-width: 60px;
	color: var(--color-main);
	font-size: 1.25em;
	font-weight: 700;
}
.history-month-list li .history-month-ttl .txt {
	flex: 1;
	padding-top: 0.25em;
}

/* 取引銀行・主要取引先 */
.deal-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
.deal-list li {
	width: calc(50% - 15px);
	padding: 1em;
	border-bottom: 1px solid var(--color-line);
}
/* ------------------------------ 会社案内 end ------------------------------ */


/* ------------------------------ 採用情報 start ------------------------------ */
/* 採用メッセージ */
#pg-5497-0 {
	z-index: 1;
}
#pg-5497-0::before {
	position: absolute;
	z-index: -1;
	bottom: -1%;
	right: -1%;
	content: "";
	width: 50%;
	max-width: 900px;
	height: auto;
	aspect-ratio: 783/900;
	background: url(/wp-content/uploads/2025/10/symbol-mark_base.png) no-repeat center / contain;
}
.recruit-ttl {
	position: relative;
	z-index: 1;
}
.recruit-ttl::before {
	position: absolute;
	z-index: -1;
	bottom: -0.45em;
	left: 50%;
	transform: translateX(-50%);
	content: "MESSAGE";
	color: var(--color-base);
	font-size: min(17.5vw,17.5rem);
	font-family: var(--font-serif);
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}
.recruit-ttl h2 {
	color: var(--color-main);
	font-size: min(5vw,5rem);
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.con-base#recruit-msg .lead {
	color: #333;
	font-size: 2.5rem;
	line-height: 1.8;
}
.con-base#recruit-msg .lead .color {
	margin: 0 0.1em;
	font-size: 1.1em;
}
.con-base#recruit-msg .msg-txt {
	font-size: 1.25em;
	font-weight: 500;
}
.recruit-img {
	position: relative;
	z-index: 1;
	width: 80%;
	margin: 0 auto;
}
.recruit-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 最優秀賞受賞!! */
#pg-5497-1 {
	background: url(/wp-content/uploads/2025/11/factory_kashima.jpg) no-repeat center / cover;
}
#pg-5497-1::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-main);
	opacity: 0.9;
}
.effort-head {
	color: #fff;
	text-align: center;
}
.effort-head h3 {
	margin-bottom: 30px;
	font-size: min(2.5vw,2.5rem);
}
.effort-head h3 .material-symbols-outlined {
	display: block;
	margin-bottom: 0.5em;
	font-weight: 700;
}

/* ハラキンの取り組み */
.effort-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	counter-reset: number 0;
}
.effort-item {
	position: relative;
	z-index: 1;
	width: calc(50% - 15px);
	padding: 60px;
	border-radius: min(5vw, 90px) min(1vw, 45px) min(1vw, 45px) min(1vw, 45px);
	background: var(--color-base);
}
.effort-item::before {
	position: absolute;
	z-index: 1;
	top: 1vw;
	left: 0;
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	color: var(--color-main);
	font-size: 1.25rem;
	font-family: var(--font-en);
	font-weight: 500;
	line-height: 1;
}
.effort-item h3 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-main);
}
.effort-item .txt {
	font-size: 1.125em;
	line-height: 2;
}
.effort-item .txt:last-child {
	margin: 0;
}

/* 募集要項 */
.recruit-tb :is(th,td) {
	font-size: 1.1em;
}
.recruit-tb th {
	background: var(--color-base);
	vertical-align: top;
}
.con-base#job-desc .amp-txt {
	font-size: 1.5rem;
	font-weight: 700;
}
.con-base#job-desc .btn-base {
	font-size: 1.25rem;
}
.con-base#job-desc .contact-btn .btn-icon span {
	font-size: 30px;
}
/* ------------------------------ 採用情報 end ------------------------------ */


/* ------------------------------ 投稿 start ------------------------------ */
/* サイドバー */
.widget-title.sub-section-title {
	padding: 0 10px 10px;
	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; border-radius: 5px; 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; }
.card-noborder .vk_post_imgOuter { aspect-ratio: 3/2; border-color: var(--color-line); border-radius: 0.5em; background-color: var(--color-base); background-size: contain; background-repeat: no-repeat; transition: all 0.3s; }
.card-noborder .vk_post:hover .vk_post_imgOuter { opacity: 0.5; }
.next-prev-prev .vk_post_imgOuter_singleTermLabel { right: auto; left: 5px; }
.vk_post_imgOuter_singleTermLabel { top: 5px; right: 5px; border-radius: 0.5em; }
.vk_post_imgOuter_singleTermLabel[style="color:#fff;background-color:#fee440"] { color: #333 !important; }
.vk_post .vk_post_title { margin: 0; font-size: 1.25rem; }

/* シングルページ */
.single .entry-header {
	margin-bottom: 60px;
}
.single:not(.single-voice) .entry-header h1 {
	margin: 0 0 0.5em;
}
.single:not(.single-voice) .entry-body h2 {
	padding-bottom: 0.25em;
	border-bottom: 2px dashed var(--color-main);
}
.single:not(.single-voice) .entry-body h3:not(.contact-method-ttl h3) {
	padding-left: 30px;
}
.single:not(.single-voice) .entry-body h3:not(.contact-method-ttl h3)::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 2px;
	background: var(--color-main);
}
.single .entry-body :is(ul,ol) li:not(:last-child) {
	margin-bottom: 0.5em;
}
.single .entry-body table td:first-child {
	width: 30% !important;
	border-right: none;
	border-left: none;
	background: var(--color-base);
	color: var(--color-main);
	font-weight: 700;
	text-align: left;
}
.single .entry-body table td {
	border-right: none;
	border-left: none;
}
.single .entry-body table td a {
	text-decoration: underline !important;
}
.single .entry-body .contact-method-list {
	gap: 30px;
}
.single .entry-body .contact-method-list .contact-method-item {
	width: 100%;
}
.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 ------------------------------ */
/* アーカイブページ */
.voice-sec .sec-ttl {
	margin-bottom: 60px;
}
.voice-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}
.voice-item {
	width: 100%;
	height: 100%;
}
.voice-item a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 30px;
	border: 1px solid var(--color-line);
	border-radius: 1em;
	background: #fff;
	color: #333;
	overflow: hidden;
	transition: all 0.3s;
}
@media (hover: hover) {
	.voice-item a:hover {
		background: var(--color-base);
	}
}
@media (hover: none) {
	.button {
		background-color: red;
	}
}
.voice-item-ttl {
	margin-bottom: 10px;
}
.voice-cat-label-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin-bottom: 0.5em;
}
.voice-cat-label {
	padding: 2.5px 20px;
	border-radius: 0.25em;
	background: #eee;
	font-size: min(0.9vw,0.9rem);
}
.voice-cat-label.man {
	background: var(--color-blue);
}
.voice-cat-label.woman {
	background: var(--color-pink);
}
.voice-item h3 {
	font-size: min(1.5vw,1.5rem);
}
.voice-item-desc .txt {
	color: #666;
	font-size: 0.8em;
	text-align: left;
}
.post-type-voice .pagination {
	margin-top: 60px;
}

/* シングルページ */
/* ------------------------------ よくある質問 end ------------------------------ */


/* ------------------------------ お問い合わせ start ------------------------------ */
.post-name-contact .anchor-links {
	grid-template-columns: 1fr 1fr;
}

/* お電話 */
.contact-tel-box {
	padding: 60px;
	border-radius: 10px;
	background: var(--color-base);
	text-align: center;
}
.tel-num {
	color: var(--color-main);
	font-size: 4rem;
	font-weight: 500;
	transition: all 0.3s;
}
.tel-num:hover {
	color: ;
}
.tel-num .fs-s {
	margin-left: 0;
	color: var(--color-main);
	font-size: 0.5em;
}
.contact-desc {
	color: #666;
	font-weight: 700;
}
.contact-desc .desc-ttl {
	margin-right: 1em;
	padding: 0.25em 1em;
	border-radius: 0.25em;
	background: var(--color-main);
	color: #fff;
	font-size: 0.9em;
}
/* ------------------------------ お問い合わせ end ------------------------------ */


/* ------------------------------ プライバシーポリシー & SNS運用ポリシー start ------------------------------ */
/* 共通 */
:is(.post-name-privacy-policy,.post-name-sns-policy ) .entry-body > div > div:not(:last-child) > .con-base {
	padding-bottom: 0 !important;
}
/* SNS運用ポリシー */
.sns-tb thead th {
	background: var(--color-base);
	color: #333;
}
.sns-tb thead th {
	width: 30%;
}
.sns-tb thead th:nth-child(2) {
	width: 70%;
}
.sns-tb tbody th {
	color: #333;
}
/* ------------------------------ プライバシーポリシー & SNS運用ポリシー end ------------------------------ */


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


/* ------------------------------ レスポンシブ対応（1260px以下） start ------------------------------ */
@media (max-width: 1260px) {
	/* コンテナ */
	.con-base, :is(.page-header, #breadcrumb, footer, body:not(.page) .site-body) .container:not(.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;
	}

	/* ヘッダーお問い合わせボタン */
	.header-contact {
		flex-direction: column-reverse;
		position: absolute;
		z-index: 1;
		top: calc(100% + 10px);
		right: 10px;
		width: 180px;
		max-height: none;
	}
	.header-contact .contact-btn {
		width: 100%;
		min-width: auto;
		padding: 10px 20px;
		font-size: 0.8rem;
	}

	/* ページヘッダー */
	.page-header {
		min-height: 22.5rem;
	}
	.page-header-inner {
		padding: 0;
	}
	.page-header-title, h1.page-header-title {
		font-size: 5vw;
	}
	.page-header-subtext {
		font-size: 2.25vw;
	}
	.breadcrumb .container {
		padding: 0;
	}

	/* フロントページ */
	.mv-ttl {
		top: 10vw;
	}
	.features-contents .en {
		font-size: 1.25rem;
	}
	.features-contents h3 {
		font-size: 2rem;
	}

	/* ハラキンの生きくらげ */
	.thoughts-img-wrap {
		aspect-ratio: 2/1;
	}
	.thought-img:first-child {
		left: 100%;
	}
	.thought-img:nth-child(2) {
		right: 100%;
	}
	.thought-img:last-child {
		bottom: 0;
	}
	.features-wrap {
		gap: 60px;
	}
	.features-contents {
		padding: 120px 20px min(15vw,15rem) 0;
	}
	.features-contents::before {
		top: 60px;
		width: calc(100% + 120px);
		height: calc(100% - 60px);
	}
	.sales-method-item {
		aspect-ratio: 1.5/1;
	}
}
/* ------------------------------ レスポンシブ対応（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; }

	/* モバイルナビ */
	.vk-mobile-nav {
		padding: 120px 20px 180px;
		text-align: center;
		background: var(--color-base);
	}
	.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: 100px;
		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: 20px 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-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;
		padding-right: 0;
	}
	.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;
	}

	/* ヘッダーお問い合わせボタン */
	.header-contact {
		display: none;
	}

	/* フッター */
	.site-footer .row {
		gap: 30px;
	}

	.page_top_btn {
		bottom: 81.6px;
	}

	/* ページヘッダー */
	.page-header-title, h1.page-header-title {
		font-size: 5vw;
	}
	.page-header-subtext {
		font-size: 2.75vw;
	}

	/* フロントページ */
	.mv-left-wrap {
		padding-top: min(12.5vw,140px);
	}
	.mv-desc .txt {
		font-size: min(1.75vw,1.5rem);
	}
	.site-header-logo img {
		width: min(12.5vw,140px);
	}
	.mv-ttl h2 {
		font-size: 6vw;
	}
	.mv-chara {
		bottom: -3vw;
		width: 20vw;
	}
	.lead-head .lead {
		font-size: 3.5rem;
	}
	.lead-img img {
		border-radius: min(2vw,45px);
	}
	.features-wrap {
		display: flex;
		flex-direction: column;
		gap: 60px;
	}
	.features-contents-wrap {
		margin: 0;
		counter-reset: number 0;
	}
	/* スティッキー解除 */
	.features-img-sticky {
		position: relative;
		height: auto;
		min-width: 0;
	}
	.features-img-wrap {
		height: auto;
		border-radius: 0;
		overflow: hidden;
	}
	.features-img {
		position: relative;
		opacity: 1;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.features-img img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	/* すべての画像を非表示にして、対応する1枚を各ブロック内で表示 */
	.features-img-wrap .features-img {
		display: none;
	}
	/* data-index属性と対応させて順番に表示 */
	.features-contents[data-index="0"] ~ .features-img-sticky .features-img:nth-child(1),
	.features-contents[data-index="1"] ~ .features-img-sticky .features-img:nth-child(2),
	.features-contents[data-index="2"] ~ .features-img-sticky .features-img:nth-child(3) {
		display: block;
	}
	/* もしくはHTML順序でまとめ直す方式（下記が推奨） */
	.features-img-sticky,
	.features-img-wrap {
		display: none;
	}
	.features-contents {
		min-height: auto;
		padding: 0 30px min(15vw,15rem);
	}
	.features-contents:not(:last-of-type) {
		margin-bottom: 60px;
	}
	.features-contents::before {
		width: 100%;
		border-radius: 0;
	}
	/* スマホ用：コンテンツ内の画像ブロックを新たに表示する場合 */
	.features-contents .sp-img {
		display: block;
		position: relative;
		z-index: 1;
		width: calc(100% + 30px);
		margin-bottom: 30px;
	}
	.features-contents .sp-img::before {
		position: absolute;
		z-index: 1;
		top: 0.5em;
		left: 0.5em;
		counter-increment: number 1;
		content: "" counter(number, decimal-leading-zero);
		color: var(--color-main);
		font-size: min(10vw, 10rem);
		font-family: var(--font-serif);
		font-weight: 700;
		line-height: 1;
	}
	.features-contents .sp-img img {
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: min(10vw,90px) 0 0 min(2vw,45px);
	}
	.feature-main-box {
		border-radius: min(2vw,45px);
	}
	.features-contents h3 {
		margin-bottom: 30px;
	}
	.features-contents > .btn-base {
		margin-top: 30px;
	}
	.subpage-link-list {
		gap: 30px;
	}
	.subpage-link-item {
		width: calc(50% - 15px);
	}
	.subpage-link-img {
		border-radius: min(2vw, 45px) min(10vw, 90px) min(2vw, 45px) min(2vw, 45px);
	}

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

	/* ハラキンの生きくらげ */
	.sales-method-item {
		aspect-ratio: auto;
		padding-bottom: calc(min(50svh,500px) + 60px);
		border-radius: min(2vw,45px);
	}
	.sales-method-item::before, .sales-method-item::after {
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: min(50svh,500px);
	}
	.sales-method-item::after {
		background: linear-gradient(180deg, #fff 0%, transparent 20%)
	}
	.sales-method-text {
		max-width: 100%;
	}

	/* 商品紹介 */
	.product-head {
		flex-direction: column-reverse;
		gap: 45px;
	}
	.product-head-img {
		width: 100%;
	}
	.product-head-img img {
		max-width: 600px;
	}
	.product-head-contents {
		gap: 15px;
		width: 100%;
	}
	.product-head-ttl .amp-txt {
		font-size: 1.25rem;
	}
	.product-head-ttl h2 {
		font-size: 3rem;
	}
	.product-head-contents .lead {
		font-size: 1.75rem;
	}
	.product-head-contents .product-tag-list {
		margin-top: 15px;
	}

	/* 生産工程 */
	.kinoko-dukuri-text .deco-chara {
		bottom: -60px;
		right: 0;
	}
	.process-item {
		gap: 30px;
	}
	.process-img {
		width: 100%;
		height: auto;
		aspect-ratio: auto;
		text-align: center;
	}
	.process-img img {
		max-width: 300px;
		aspect-ratio: 1;
	}
	.process-contents::before {
		bottom: 0.25em;
		right: 0.25em;
	}
	.process-ttl h3 {
		text-align: center;
	}

	/* 会社案内 */
	.history-dl dt {
		width: 20%;
	}

	/* 採用情報 */
	.recruit-img {
		width: 100%;
	}
	.con-base#recruit-msg .lead {
		font-size: 2.25rem;
	}
	.effort-head h3 {
		font-size: 2rem;
	}
	.effort-item {
		border-radius: min(10vw, 90px) min(2vw, 45px) min(2vw, 45px) min(2vw, 45px);
	}

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


/* ------------------------------ レスポンシブ対応（780px以下） start ------------------------------ */
@media (max-width: 780px) {
	/* 共通 */
	.sec-ttl .en { font-size: 1.125rem; }
	.sec-ttl h2 { font-size: 2.25rem; }
	.lead { font-size: 2rem; }
	.msg-txt { line-height: 2.25; }
	.cf7-tb th, .cf7-tb td { display: block; width: 100%; text-align: left; }
	.cf7-tb th { padding-bottom: 0; border-bottom: none; }
	.cf7-tb td { border-top: none; }

	/* コンテナ */
	.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; }

	/* ページヘッダー */
	.page-header {
		min-height: 20rem;
	}
	.page-header-inner {
		margin-top: 10vw;
	}
	.page-header-title, h1.page-header-title {
		font-size: 6vw;
	}
	.page-header-subtext {
		font-size: 3.25vw;
	}

	/* ヘッダー */
	.site-header-logo img {
		width: 120px;
	}
	.header_scrolled .site-header-logo img {
		left: 20px;
		width: 100px;
	}

	/* フッター */
	.site-footer .row {
		flex-direction: column-reverse;
		gap: 60px;
		margin: 0;
	}
	.site-footer .col-lg-6:first-child {
		width: 100%;
	}
	.site-footer .col-lg-6:last-child {
		flex: auto;
		width: 100%;
	}
	.site-footer .widget {
		margin-bottom: 30px;
	}
	.site-footer-content {
		padding: 60px 20px;
	}
	.ft-contents-wrap {
		margin-bottom: 30px;
	}
	#menu-footer-nav {
		gap: 20px 30px;
		margin: 0;
	}
	.ft-logo img {
		max-width: 150px;
	}
	.info-dl .dli {
		width: 100%;
	}
	.info-dl {
		gap: 10px 30px;
	}

	/* フロントページ */
	.main-visual {
		flex-direction: column-reverse;
		gap: 30px;
		height: auto;
		margin-bottom: 30px;
	}
	.mv-left-wrap {
		flex: auto;
		flex-direction: row;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 0 20px;
	}
	.mv-desc .txt {
		font-size: 1em;
		text-align: center;
		line-height: 1.25;
		writing-mode: horizontal-tb;
	}
	.mv-sns {
		width: 25px;
	}
	.mv-right-wrap {
		width: 100%;
		height: auto;
	}
	.mv-swiper {
		height: min(80svh,780px);
		margin-left: 20px;
	}
	.mv-ttl {
		top: 15vw;
		left: 10vw;
	}
	.mv-ttl h2 {
		font-size: 8vw;
	}
	.mv-swiper .swiper-slide-inner {
		border-radius: 0 0 0 10vw;
	}
	.lead-head .lead {
		font-size: 3rem;
	}
	.lead-msg .msg-txt {
		font-size: 1.1rem;
	}
	.con-base#lead .bg-txt {
		font-size: 15vw;
	}
	.lead-contents {
		gap: 30px;
	}
	.features-contents {
		padding: 0 20px min(15vw,15rem);
	}
	.features-contents > .txt {
		font-size: 1.1rem;
	}
	.product-link-item {
		width: 100%;
	}
	.product-link-img {
		text-align: center;
	}
	.product-link-img img {
		width: 100%;
		max-width: 320px;
	}
	.product-tag-list {
		justify-content: center;
	}
	.product-link-ttl {
		text-align: center;
	}
	.subpage-link-item {
		width: 100%;
	}
	.about-us-head {
		margin-bottom: 45px;
	}
	.about-us-head h2 {
		margin-bottom: 45px;
	}
	.about-us-head .deco-chara {
		max-width: 60px;
	}
	.about-us-contents .msg-txt {
		font-size: 1.1rem;
	}

	/* ハラキンの生きくらげ */
	.thoughts-img-wrap {
		aspect-ratio: 3/2;
	}
	.thoughts-img img {
		position: static;
		transform: none;
		height: auto;
	}
	.thought-text .msg-txt {
		font-size: 1em;
	}
	.thought-img {
		position: static;
		width: 100%;
	}
	.thought-img:first-child {
		width: 80%;
		margin: 0 0 0 auto;
	}
	.thought-img:nth-child(2) {
		width: 60%;
		margin: -90px auto 0 0;
	}
	.thought-img:last-child {
		width: 50%;
		margin: -90px 30px 0 auto;
	}
	.buy-ttl h2 .fs-s {
		display: block;
	}

	/* 商品紹介 */
	.product-detail-box .lead .fs-s {
		font-size: 0.75em;
	}

	/* 生産工程 */
	.kinoko-dukuri-text .deco-chara {
		bottom: -15vw;
		width: 20%;
	}
	.process-item {
		padding: 40px 30px;
	}

	/* 会社案内 */
	.con-base#top-message .lead {
		font-size: 2.5rem;
	}
	.history-dl .dli {
		position: relative;
		z-index: 1;
		gap: 0;
		margin-left: 40px;
	}
	.history-dl .dli::before {
		position: absolute;
		z-index: 1;
		top: 0;
		left: -30px;
		content: "";
		width: 2px;
		height: 100%;
		background: var(--color-line);
	}
	.history-dl dt {
		width: 100%;
	}
	.history-dl dt::before {
		display: none;
	}
	.history-dl dd {
		width: 100%;
	}
	.history-month-list li::before {
		right: auto;
		left: -34px;
	}
	.history-month-list li .history-month-ttl {
		flex-direction: column;
		gap: 0;
	}
	.history-month-list li .history-month-ttl .month {
		display: block;
		margin: 0 0 0.25em;
	}
	.deal-list li {
		width: 100%;
	}

	/* 採用情報 */
	#pg-5497-0::before {
		width: 80%;
	}
	.recruit-ttl h2 {
		font-size: 3rem;
	}
	.con-base#recruit-msg .lead {
		font-size: 2rem;
	}
	.effort-item {
		width: 100%;
	}

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

	/* 投稿（お知らせ） */
	.single .entry-header {
		margin-bottom: 45px;
	}
	.single .entry-header h1 {
		font-size: 1.5rem;
	}

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


/* ------------------------------ レスポンシブ対応（576px以下） start ------------------------------ */
@media (max-width: 576px) {
	/* 共通 */
	.sec-ttl .en { font-size: 1rem; }
	.sec-ttl h2 { font-size: 2rem; }
	.sec-ttl.sub h2::before { border-bottom-width: 5px; }
	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.75rem; }
	.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: 15px 30px;
		font-size: 0.9em;
	}
	.msg-txt {
		line-height: 2;
	}

	/* ヘッダー */
	.site-header-logo img {
		top: 5px;
		left: 5px;
		width: 80px;
	}
	.header_scrolled .site-header-logo img {
		left: 15px;
		width: 60px;
	}

	/* ページヘッダー */
	.page-header {
		min-height: 15rem;
	}
	.page-header-inner {
		margin-top: 12.5vw;
	}
	.page-header-title, h1.page-header-title {
		font-size: 6.5vw;
	}
	.page-header-subtext {
		font-size: 3.75vw;
	}

	/* フッター */
	.footer-btn-wrap {
		flex-direction: column;
		gap: 20px;
	}
	.footer-btn-wrap .btn-base {
		width: 100%;
	}

	/* フロントページ */
	.mv-swiper {
		height: min(60svh,540px);
	}
	.mv-ttl {
		top: 17.5vw;
		left: 12.5vw;
	}
	.mv-desc .txt span {
		display: block;
	}
	.lead-head .lead {
		font-size: 2.5rem;
	}
	.lead-contents {
		gap: 45px;
	}
	.lead-msg .btn-base {
		margin-top: 45px;
	}
	.lead-msg {
		max-width: 100%;
	}
	.lead-msg .msg-txt {
		font-size: 1em;
	}
	.lead-img-wrap {
		flex: auto;
		width: 100%;
		padding: 0;
	}
	.features-contents h3 {
		font-size: 1.75rem;
	}
	.product-link-item a {
		padding: 60px 30px 45px;
	}
	.product-link-img img {
		width: 80%;
	}
	.subpage-link-ttl {
		bottom: 20px;
		left: 20px;
		width: calc(100% - 40px);
	}
	.subpage-link-ttl .txt {
		font-size: 1.5rem;
	}
	.about-us-head .serif {
		font-size: 1.25rem;
	}
	.about-us-head .lead {
		font-size: 1.75rem;
	}

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

	/* ハラキンの生きくらげ */
	.thought-img:nth-child(2) {
		margin: -30px auto 0 0;
	}
	.thought-img:last-child {
		margin: -30px 0 0 auto;
	}
	.sales-method-item {
		padding: 40px 30px calc(min(30svh,300px) + 40px) 30px;
	}
	.sales-method-item::before, .sales-method-item::after {
		height: min(30svh,300px);
	}

	/* 商品紹介 */
	.product-head-ttl h2 {
		font-size: 2rem;
	}
	.product-head-contents .lead {
		font-size: 1.5rem;
	}
	.product-head-img img {
		width: 80%;
	}
	.product-detail-box {
		padding: 40px 30px;
	}

	/* 生産工程 */
	.kinoko-dukuri-text .lead {
		margin-bottom: 1.5em;
		text-align: left;
	}
	.kinoko-dukuri-text .lead br {
		display: none;
	}
	.kinoko-dukuri-text .msg-txt {
		font-size: 1em;
		text-align: left;
	}
	.process-img img {
		max-width: 200px;
	}
	.process-contents::before {
		font-size: 20vw;
	}

	/* よくある質問 */
	.accordion-ttl {
		padding: 15px 60px 15px 15px;
	}
	.accordion-contents-inner {
		gap: 10px;
	}
	.accordion-txt-outer {
		flex: auto;
		width: 100%;
	}

	/* 会社案内 */
	.con-base#top-message .lead {
		font-size: 2rem;
	}

	/* 採用情報 */
	.recruit-ttl h2 {
		font-size: 2.5rem;
	}
	.con-base#recruit-msg .lead {
		font-size: 1.75rem;
	}
	.con-base#recruit-msg .msg-txt {
		font-size: 1.125em;
	}
	.effort-head h3 {
		font-size: 1.75rem;
	}
	.effort-item {
		padding: 40px 30px;
	}
	.effort-item .txt {
		font-size: 1.1em;
	}
	.con-base#job-desc .amp-txt {
		font-size: 1.25rem;
	}

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

	/* お問い合わせ */
	.tel-num {
		font-size: 2.75rem;
	}
	.tel-num .fs-s {
		display: block;
		margin: 0 0 0.5em 0;
	}
	.contact-desc {
		font-size: 0.9em;
	}
	.cf7-btn .btn-base {
		min-width: 75%;
	}
}
/* ------------------------------ レスポンシブ対応（576px以下） end ------------------------------ */