@charset "utf-8";
/* CSS関数設定 */
:root {
	/* カラーパレット */
	--WHITE: #FFFFFF;
	--BLACK: #000000;

	--GRAY01: #F0F0F0;
	--GRAY02: #D1D1D1;
	--GRAY03: #A7A7A7;

	--DARK01: #404040;
	--DARK02: #2F2F2F;

	--GREEN01: #0B2609;
	--GREEN02: #E5E5CA;
	--GREEN03: #5EB5A1;

	--RED01: #DE6262;

	--PINK01: #ff7ab8;
	--PINK01_OP30: rgba(255, 122, 184, 0.3);
	--PINK02: #FCEDED;
	--PINK03: #FFF0F0;

	--BROWN01: #5C493B;
	--BROWN01_OP30: rgba(92, 73, 59, 0.3);
	--BROWN02: #E0DAD5;
	--BROWN03: #8C7F75;

	--BEIGE01: #F7F3EC;
	--BEIGE02: #F8F2E1;

	--YELLOW01: #ffde68;
	--YELLOW02: #FFDE68;
	--YELLOW03: #FFF3C3;

	--BLUE01: #ECF7F7;

	/* テキストカラー */
	--TXT_COLOR_TOP: var(--BROWN01);
	--TXT_COLOR_BASE: var(--BROWN01);
	--TXT_COLOR_WHITE: var(--WHITE);
	--TXT_BGCOLOR_BROWN_1: var(--BROWN01);
	--TXT_COLOR_ALT: #111111;

	/* ボーダーカラー */
	--BDCOLOR_BROWN_1: var(--BROWN01);

	/* 背景カラー */
	--BGCOLOR_BEIGE_1: var(--BEIGE01);
	--BGCOLOR_GREEN: #F8FAF2;

	/* ランキングカラー */
	--RANKING_1ST: #BA9700;
	--RANKING_2ND: #A7A7A7;
	--RANKING_3RD: #B75400;
	--RANKING_OTHER: #002C1B;

	/* 共通角丸 */
	--COMMON_BDRS_S: 5px;
	--COMMON_BDRS_M: 10px;
	--COMMON_BDRS_L: 20px;

	/* 共通ボックス影 */
	--COMMON_BXSD: 0px 0px 15px -5px var(--GRAY02);
	--COMMON_BXSD_BTM: 0px 5px 15px -5px var(--GRAY02);

	/* ベースフォント */
	--FF_BASE: "Noto Sans JP", sans-serif;
	/* 英数字フォント */
	--FF_EN: "Montserrat", sans-serif;
	--FF_NUM: "Montserrat", sans-serif;
	--FF_GRAND: "Grandstander", cursive;
	--FF_FREDOKA: "Fredoka", sans-serif;
	--FF_CONCERT: "Concert One", cursive;

	/* フォントウェイト */
	--FF_WEIGHT_BASE: var(--FF_W_R);
	--FF_W_R: 400;
	--FF_W_M: 500;
	--FF_W_B: 700;
	
	/* アニメーション */
	--ANIME_FADEIN: fadeIn .5s ease-in-out 0s forwards;
	--ANIME_FADEOUT: fadeOut .5s ease-in-out 0s forwards;

	/* フォトサイズ */
	--FZ_11: clamp(10px, 1.1vw, 11px);
	--FZ_12: clamp(10px, 1.1vw, 12px);
	--FZ_13: clamp(11px, 1vw, 13px);
	--FZ_14: clamp(12px, 1.2vw, 14px);
	--FZ_15: clamp(13px, 1.4vw, 15px);
	--FZ_16: clamp(14px, 1.5vw, 16px);
	--FZ_18: clamp(15px, 1.6vw, 18px);
	--FZ_20: clamp(16px, 1.8vw, 20px);
	--FZ_22: clamp(18px, 2vw, 22px);
	--FZ_24: clamp(20px, 2vw, 24px);
	--FZ_25: clamp(20px, 2vw, 25px);
	--FZ_28: clamp(22px, 2.5vw, 28px);
	--FZ_30: clamp(25px, 3vw, 30px);
	--FZ_35: clamp(25px, 3vw, 35px);
	--FZ_40: clamp(30px, 3.5vw, 40px);
	--FZ_43: clamp(30px, 4vw, 43px);
	--FZ_50: clamp(30px, 4vw, 50px);
	--FZ_60: clamp(40px, 5vw, 60px);
	--FZ_70: clamp(50px, 6vw, 70px);
	--FZ_10_CONST: 10px;
	--FZ_12_CONST: 12px;
	--FZ_14_CONST: 14px;
	--FZ_15_CONST: 15px;
	--FZ_16_CONST: 16px;
	--FZ_18_CONST: 18px;
	--FZ_20_CONST: 20px;

	/* 行間 */
	--LINE_HEIGHT_S: 1.5;
	--LINE_HEIGHT_M: 1.7;
	--LINE_HEIGHT_L: 2;

	/* ブロック間 */
	--GAP_10: clamp( 5px, 1.1vw, 10px);
	--GAP_15: clamp( 10px, 1.2vw, 15px);
	--GAP_20: clamp( 15px, 1.7vw, 20px);
	--GAP_25: clamp( 15px, 1.7vw, 25px);
	--GAP_35: clamp( 20px, 2.5vw, 35px);
	--GAP_30: clamp( 20px, 2.5vw, 30px);
	--GAP_40: clamp( 30px, 3.5vw, 40px);
	--GAP_50: clamp( 30px, 3.5vw, 50px);
	--GAP_60: clamp( 40px, 4.5vw, 60px);
	--GAP_65: clamp( 50px, 5.5vw, 65px);
	--GAP_70: clamp( 50px, 5.5vw, 70px);
	--GAP_75: clamp( 60px, 6.5vw, 75px);
	--GAP_80: clamp( 50px, 5.5vw, 80px);
	--GAP_100: clamp( 60px, 6.5vw, 100px);
	--GAP_5_CONST: 5px;
	--GAP_10_CONST: 10px;
	--GAP_15_CONST: 15px;
	--GAP_20_CONST: 20px;
	--GAP_30_CONST: 30px;
	--GAP_40_CONST: 40px;

	/* マージン */
	--MG_5: 5px;
	--MG_10: 10px;
	--MG_15: 15px;
	--MG_20: 20px;
	--MG_30: 30px;
	--MG_40: 40px;
	--MG_50: 50px;
	--MG_60: 60px;
	--MG_80: 80px;

	/* PCマックス幅 */
	--PC_MAX_WIDTH: var(--PC_MAX_WIDTH_M);
	--PC_MAX_WIDTH_SS: 720px;
	--PC_MAX_WIDTH_S: 1000px;
	--PC_MAX_WIDTH_M: 1200px;
	--PC_MAX_WIDTH_L: 1440px;

	/* セクション間隔半分 */
	--GENERALSEC_HALF: calc(var(--GENERALSEC) / 2);
}

@media screen and (min-width: 768px){
	:root{
		--INNER_WIDTH: 95%;
		--GENERALSEC: clamp(70px, 8vw, 100px);
	}
}
@media screen and (max-width: 767px){
	:root{
	--INNER_WIDTH: 90%;
	--GENERALSEC: 30px;
	}
}
/* フェードインアニメーション */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* リセットCSS */
*{margin:0;padding:0;min-height: 0;min-width: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {height:100%;scroll-behavior: smooth;}
ul li ,ol li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight: var(--FF_WEIGHT_BASE);font-size: 100%;margin: 0;}
p{margin: 0;}
strong{font-weight: inherit;}
a:focus, *:focus{ outline:none; }
article, header, footer, aside, figure, figcaption, nav, section,main{ 
  display:block;
}
body{
	font-family: var(--FF_BASE);
	font-weight: var(--FF_WEIGHT_BASE);
	font-feature-settings: "palt" 1;
	letter-spacing: 0.1em;
	width:100%;
	color: var(--TXT_COLOR_BASE);
	position:relative;
	z-index: 0;
	overflow-x: clip;
}
body > *{
	overflow-x: clip;
}
a{
	text-decoration: none;
	outline: none;
	word-wrap: break-word;
	color: var(--TXT_COLOR_BASE);
}
a:visited{
	color: var(--TXT_COLOR_BASE);
}
a img,a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
img{
	height: auto;
	max-width: 100%;
	box-sizing: unset;
	vertical-align: bottom;
}
iframe{
	vertical-align: bottom;
}
.formReset button,
.formReset input[type="button"],
.formReset input[type="submit"],
.formReset input[type="text"],
.formReset input[type="image"],
.formReset select{
	background-color: unset;
	color: var(--TXT_COLOR_BASE);
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
}
.formReset input[type="text"],
.formReset input[type="text"]::placeholder{
	font-family: var(--FF_BASE);
	color: var(--TXT_COLOR_BASE);
}
time{
	font-family: var(--FF_BASE);
}
/* フォントCSS */
.ff-mincho{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
/* imgリセット */
.imgauto{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
}
/* セクション間隔*/
.g-mgt{
	margin-top: var(--GENERALSEC);
}
.g-mgb{
	margin-bottom: var(--GENERALSEC);
}
.g-pd{
	padding: var(--GENERALSEC) 0;
}
.g-pdt{
	padding-top: var(--GENERALSEC);
}
.g-pdb{
	padding-bottom: var(--GENERALSEC);
}
.g-mgt--half{
	margin-top: var(--GENERALSEC_HALF);
}
.g-mgb--half{
	margin-bottom: var(--GENERALSEC_HALF);
}
.g-pd--half{
	padding: var(--GENERALSEC_HALF) 0;
}
.g-pdt--half{
	padding-top: var(--GENERALSEC_HALF);
}
.g-pdb--half{
	padding-bottom: var(--GENERALSEC_HALF);
}
/* グリッド、フレックス */
.grid{
	display: grid;
}
.flex{
	display: flex;
}
.fxw{
	display: flex;
	flex-wrap: wrap;
}
.jcsb{
	display: flex;
	justify-content: space-between;
}
.aic{
	display: flex;
	align-items: center;
}
/* スライダー読み込みまで非表示 */
.slick{
	opacity: 0;
	transition: opacity .3s linear;
}
.slick.slick-initialized{
	opacity: 1;
}
.swiper{
	overflow: hidden;
  opacity: 0;
	transition: opacity .3s linear;
}
.swiper.swiper-initialized{
	opacity: 1;
}
/* 縦書き */
.tategaki{
	writing-mode: vertical-rl;
}
/* 文字間 */
::placeholder,
input[type="text"],
[class*="ttl"],
[class*="lead"],
[class*="heading"],
a{
  letter-spacing: 0.1em;
}
/* テキスト行間文字間 */
[class*="txt"]{
  line-height: var(--LINE_HEIGHT_L);
	letter-spacing: 0.1em;
}
/* スクロールバー消す */
.noscrollbar,
.noscrollbar{
	-ms-overflow-style: none;/* IE, Edge 対応 */
	scrollbar-width: none;/* Firefox 対応 */
}
.noscrollbar::-webkit-scrollbar,
.noscrollbar::-webkit-scrollbar{/* Chrome, Safari 対応 */
	display: none;
}
/* youtube */
.youtubeContainer iframe {
  display: block;
  width: 100%;
	height: auto;
	aspect-ratio: 10000/5625;
}
/* 改行用 */
.dib{
	display: inline-block;
}
@media (hover: hover){
	.formReset button:hover,
	.formReset input[type="button"]:hover,
	.formReset input[type="submit"]:hover,
	.formReset input[type="image"]:hover,
	.formReset select:hover{
		cursor: pointer;
	}
	a:hover{
		opacity: 0.7;
		text-decoration: none;
	}
	a:hover img{
		opacity:0.75 !important;
	}
}
html.no-smooth-scroll {
	scroll-behavior: auto;
}
@media screen and (min-width: 768px){
	html{
		scroll-padding-top: 80px;
	}
	body{
		font-size: var(--FZ_15_CONST);
		line-height: 1.7;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.g-inner,
	.g-inner--pc,
	.g-inner--l,
	.g-inner--m,
	.g-inner--s,
	.g-inner--ss,
	.g-inner--ssPc{
		width: var(--INNER_WIDTH);
		margin-left: auto;
		margin-right: auto;
	}
	.g-inner,
	.g-inner--pc{
		max-width: var(--PC_MAX_WIDTH_M);
	}
	.g-inner--l{
		max-width: var(--PC_MAX_WIDTH_L);
	}
	.g-inner--s{
		max-width: var(--PC_MAX_WIDTH_S);
	}
	.g-inner--ss,
	.g-inner--ssPc{
		max-width: var(--PC_MAX_WIDTH_SS);
	}
	.g-inner--pcHasSlickGap{
		--INNER_ADJUST: calc(var(--SLICK_GAP) * 2);
    width: calc(var(--INNER_WIDTH) + var(--INNER_ADJUST));
    max-width: calc(var(--PC_MAX_WIDTH_M) + var(--INNER_ADJUST));
		margin-left: auto;
		margin-right: auto;
	}
	.g-pd--halfPcOnly{
		padding: var(--GENERALSEC_HALF) 0;
	}
	.sp{
		display: none !important;
	}
	.tategaki--pc{
		writing-mode: vertical-rl;
	}
	/* pc順番付与 */
	.orderPc-1st { order: 1; }
	.orderPc-2nd { order: 2; }
	.orderPc-3rd { order: 3; }
	.orderPc-4th { order: 4; }
	.orderPc-5th { order: 5; }
	.orderPc-6th { order: 6; }
	.orderPc-7th { order: 7; }
	.orderPc-8th { order: 8; }
	.orderPc-9th { order: 9; }
	.orderPc-10th { order: 10; }
}
@media screen and (max-width: 767px){
	body{
		font-size: var(--FZ_14_CONST);
		line-height: 1.6;
	}
	.g-inner,
	.g-inner--sp,
	.g-inner--l,
	.g-inner--m,
	.g-inner--s,
	.g-inner--ss{
		width: var(--INNER_WIDTH);
		margin-left: auto;
		margin-right: auto;
	}
	.g-pd--halfPcOnly{
		padding: var(--GENERALSEC) 0;
	}
	.pc{
		display: none !important;
	}
	.sp-scroll--y{
		overflow-y: scroll;
		overflow-x: auto;
	}
	.sp-scroll--x{
		overflow-x: scroll;
		overflow-y: auto;
		padding-left: calc((100% - var(--INNER_WIDTH)) / 2);
		padding-right: calc((100% - var(--INNER_WIDTH)) / 2);
	}
	.tategaki--sp{
		writing-mode: vertical-rl;
	}
}
/* ■■■■■■■■■■■■■■■■■■■■■■全ページ共通部分■■■■■■■■■■■■■■■■■■■■■■ */
/* -----------------dummyImg----------------- */
.dummyImg{
	position: relative;
}
.dummyImg::before{
	content: "ダミー画像";
	display: inline-block;
	background: rgba(33, 33, 33, 0.5);
	color: #e81010;
	text-shadow: 0 0 5px #fff;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
/* -----------------タブ切り替え共通css----------------- */
.tab-nav{
	display: flex;
	position: relative;
}
.tab-btn{
	flex: 1;
	position: relative;
	z-index: 1;
}
.tab-contents {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-contents.show {
	cursor: auto;
  height: auto;
  overflow: unset;
  opacity: 1;
  transition: .5s opacity;
}
.tab-background{
  position: absolute;
  height: 100%;
  background-color: var(--SHOW_BG_COLOR);
  transition: all 0.3s ease;
  border-radius: 50px;
  z-index: 0;
}
.tab-background::after{
	content: "";
	display: inline-block;
	background: var(--SHOW_BG_COLOR);
	aspect-ratio: 2/1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 99%;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 768px){
	.tab-btn:hover{
		cursor: pointer;
	}
	.tab-btn.show{
		cursor: auto;
	}
	.tab-background::after{
		width: 20px;
	}
}
/* -----------------ポップアップ共通css----------------- */
body.fixed {
	position: fixed;
	width: 100%;
	overflow: hidden;
}
.popup-overlay {
  display: none; 
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup-overlay.fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--WHITE);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.popup-overlay .popup-box{
	overflow-y: scroll;
}
.popup-overlay button.closePopup{
	position: absolute;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: var(--TXT_COLOR_BASE);
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
}
.popup-overlay button.closePopup::before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	content: '\f00d';
	display: block;
	line-height: 1;
	height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
@media screen and (min-width: 768px){
	.popup-overlay .popup-content{
		width: 95%;
		max-width: 900px;
	}
	.popup-overlay .popup-box{
		padding: 50px 30px;
		max-height: 90vh;
	}
	.popup-overlay button.closePopup{
		width: 40px;
	}
	.popup-overlay button.closePopup::before{
		font-size: 23px;
	}
}
@media (hover: hover){
	.popup-overlay button.closePopup:hover{
		cursor: pointer;
	}
}
@media screen and (max-width: 767px){
	.popup-overlay .popup-content{
		width: 90%;
	}
	.popup-overlay .popup-box{
		padding: 30px 15px;
		max-height: 80vh;
	}
	.popup-overlay button.closePopup::before{
		font-size: 23px;
	}
	.popup-overlay button.closePopup{
		width: 30px;
	}
	.popup-overlay button.closePopup::before{
		font-size: 18px;
	}
}
/* -----------------フューチャー調整CSS----------------- */
/* 内部の色設定 */
:root{
	--WISH_COLOR: var(--RED01);
	--FS_BTN_COLOR_1: var(--BROWN01);
	--FS_BTN_COLOR_2: var(--BROWN02);
	--REVIEW_COLOR: #edc622;
}
/* 内部幅設定 */
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: var(--INNER_WIDTH);
	max-width: var(--PC_MAX_WIDTH);
	margin-bottom: var(--GENERALSEC);
}
#mainarea{
	flex: 1;
}
@media screen and (min-width: 1100px){
  #sidearea{
    width: 240px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1100px){
  #sidearea{
    width: 200px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 950px){
  #sidearea{
    display: none;
  }
}
@media screen and (min-width: 768px){
	#wrapper > .flex{
		align-items: flex-start;
	}
}
/* カートカウント */
.fs-client-cart-count{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	aspect-ratio: 1/1;
	width: 20px;
	font-size: 11px;
	background-color: var(--RED01);
	color: var(--WHITE);
	border-radius: 50%;
	position: absolute;
}
/* 商品マークリセット */
.fs-c-productMarks{
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	--BDRS: 70px;
}
.fs-c-productMark__mark{
	width: fit-content;
}
.fs-c-productMark li,
.fs-c-productMark span,
.fs-c-productMarks > .fs-c-mark .fs-c-mark__label{
	margin: 0;
	font-size: clamp( 8px, 1vw, 11px);
  border-radius: var(--BDRS);
}
.fs-c-productMark__mark,
.fs-c-productMarks > .fs-c-mark .fs-c-mark__label{
	display: inline-block;
	border: 1px solid var(--BROWN01);
	background-color: var(--WHITE);
	color: var(--BROWN01);
	padding: 6px 8px 7px;
	line-height: 1;
	letter-spacing: 0.05em;
}
.fs-c-productMark img{
	width: auto;
	height: 20px;
}
.fs-c-productMarks > .fs-c-mark{
	line-height: 1;
}
/* 1回のみ・定期 */
.fs-c-mark--normalAndSubscription .fs-c-mark__label{
	background-color: var(--BROWN02);
	color: var(--WHITE);
	border-radius: var(--BDRS);
}
/* 定期販売 */
.fs-c-mark--subscription .fs-c-mark__label{
	background-color: #D21341;
	color: var(--WHITE);
	border-radius: var(--BDRS);
}
/* 初回特別価格あり */
.fs-c-mark--firstTimeSpecialPrice .fs-c-mark__label{
	background-color: #FF506F;
	color: var(--WHITE);
	border-radius: var(--BDRS);
}
/* パンくずリセット  */
.fs-c-breadcrumb__list{
  padding: 0;
	width: var(--INNER_WIDTH);
	max-width: var(--PC_MAX_WIDTH);
	margin-left: auto;
	margin-right: auto;
}
#wrapper .fs-c-breadcrumb__list{
	width: unset;
}
.fs-c-breadcrumb__list > li {
  box-sizing: border-box;
}
.fs-c-breadcrumb__listItem {
  display: inline-block;
  word-break: break-all;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " > ";
}
.fs-c-breadcrumb li a{
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.fs-c-breadcrumb {
		margin: 0 auto;
		padding: 10px 0;
		font-size: 14px;
    margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.fs-c-breadcrumb {
		padding: 8px 0;
		font-size: 11px;
		overflow: hidden;
		position: relative;
    margin-bottom: 20px;
	}
	.fs-c-breadcrumb::after{
		content: "";
    right: 0;
    width: 6.25rem;
    height: 100%;
    position: absolute;
    /* background: linear-gradient(270deg,#fff 21.11%,hsla(0,0%,100%,0) 107.22%); */
    z-index: 10;
		top: 0;
	}
	.fs-c-breadcrumb__list{
		white-space: nowrap;
    overflow: scroll;
		padding-right: 40px;
		-ms-overflow-style: none;/* IE, Edge 対応 */
		scrollbar-width: none;/* Firefox 対応 */
	}
	.fs-c-breadcrumb__list::-webkit-scrollbar{
		display: none;
	}
}
/* レビュー */
.fs-c-rating__value{
	color: var(--REVIEW_COLOR);
}
.fs-c-reviewStars::before{
	color: var(--REVIEW_COLOR);
}
/* ページャー */
.fs-c-listControl {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 2;
	padding: 6px 15px 4px;
	margin: 10px 0 40px;
}
.wp-pagenavi{
	display: flex;
	justify-content: center;
	align-items: center;
}
#next > span.pages{
	display: block;
	text-align: center;
	margin-top: 10px;
	display: none;
}
.found-postContainer,
.fs-c-listControl__status,
#next .post_range{
	font-size: 13px;
	text-align: center;
	margin-bottom: 16px;
	color: var(--TXT_COLOR);
}
.fs-c-pagination > *,
.wp-pagenavi > *{
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: normal;
	border-radius: 50%;
}
.fs-c-pagination__item{
	padding: 0;
}
.fs-c-pagination__item.is-active,
.wp-pagenavi .current{
	background-color:var(--FS_BTN_COLOR_1);
	color: var(--WHITE);
}
.fs-c-pagination > *,
.wp-pagenavi > *{
	font-weight: 500;
}
.fs-c-pagination{
	font-weight: bold;
	align-items: center;
}
a.fs-c-pagination__item.fs-c-pagination__item--prev,
a.fs-c-pagination__item.fs-c-pagination__item--next,
#next a.previouspostslink,
#next a.nextpostslink{
	background-color: var(--GRAY02);
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 0;
	position: relative;
	font-weight: 400;
	width: 30px;
	height: 30px;
}
#next a.previouspostslink .navi-prev,
#next a.nextpostslink .navi-next{
	position: absolute;
	top: 50%;
	left: 52%;
	transform: translate(-50%, -50%);
}
.fs-c-pagination__item--prev::before,
.fs-c-pagination__item--next::before,
#next a.previouspostslink .navi-prev::before,
#next a.nextpostslink .navi-next::before{
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 400;
	display: inline-block;	color: var(--WHITE);
  vertical-align: text-bottom;
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fs-c-pagination__item--prev::before,
#next a.previouspostslink .navi-prev::before{
	content: "\f104";
}
.fs-c-pagination__item--next::before,
#next a.nextpostslink .navi-next::before{
	content: "\f105";
}
@media screen and (min-width: 768px){
	.fs-c-pagination,
	.wp-pagenavi{
		font-size: 18px;
		gap: 15px;
	}
	#next {
		margin: var(--MG_50) auto 0;
	}
	.fs-c-pagination > *,
	.wp-pagenavi > *{
		width: 45px;
	}
	.fs-c-pagination__item--next:hover{
		color: var(--WHITE);
	}
	a.fs-c-pagination__item.fs-c-pagination__item--prev,
	a.fs-c-pagination__item.fs-c-pagination__item--next,
	#next a.previouspostslink,
	#next a.nextpostslink{
		font-size: 13px;
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 767px){
	.fs-c-pagination,
	.wp-pagenavi{
		font-size: 12px;
		gap: 3px;
	}
	#next {
		margin: var(--MG_30) auto 0;
	}
	.fs-c-pagination > *,
	.wp-pagenavi > *{
		width: 30px;
	}
	a.fs-c-pagination__item.fs-c-pagination__item--prev,
	a.fs-c-pagination__item.fs-c-pagination__item--next,
	#next a.previouspostslink,
	#next a.nextpostslink{
		font-size: 10px;
		width: 25px;
		height: 25px;
	}
}
/* aiレコメンドリセット */
.fs-p-heading--lv2,
.fr3-item__rankContainer{
	display: none;
}
.fr3-productListStatic{
	padding: 0 !important;
}
.fr3-item__productPrice__price{
	font-size: unset;
}
@media (hover: hover){
	.fr3-item a:hover{
		color: var(--TXT_COLOR_BASE);
	}
}
/* -------------------g-heading-------------------- */
.g-headingContainer{
	position: relative;
}
.g-heading{
	color: var(--TXT_COLOR_TOP);
}
.g-heading__ja,
.g-heading__en{
	display: block;
	text-align: center;
}
.g-heading__badge{
	position: absolute;
}
.g-heading__ja{
	font-weight: var(--FF_W_B);
}
.g-heading__en{
	font-family: var(--HEADING_EN_FONT);
}
.g-heading__ja__deco{
	position: relative;
}
.g-heading__ja__deco::before,
.g-heading__ja__deco::after{
	content: "";
	display: inline-block;
	--MASK: var(--ICON) no-repeat center center / 100%;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
	position: absolute;
}
.g-heading__ja__deco--3point::before{
	--ICON: url(../images/furukawazakkaten/ttl_deco_left.svg);
	aspect-ratio: 136/298;
}
.g-heading__ja__deco--3point::after{
	--ICON: url(../images/furukawazakkaten/ttl_deco_right.svg);
	aspect-ratio: 136/299;
}
.g-heading__ja__deco--3pointYellow::before,
.g-heading__ja__deco--3pointYellow::after{
	background-color: var(--YELLOW01);
}
.g-heading__ja__deco--3pointRed::before,
.g-heading__ja__deco--3pointRed::after{
	background-color: var(--RED01);
}
.g-heading__ja__deco--kirakira::before,
.g-heading__ja__deco--kirakira::after{
	--ICON: url(../images/furukawaproduct/ttl_deco_kirakira.svg);
	aspect-ratio: 33/31;
	background-color: var(--BROWN02);
	top: 50%;
	transform: translateY(-50%);
}
.g-heading__ja__deco--sankaku::before,
.g-heading__ja__deco--sankaku::after{
	--ICON: url(../images/furukawaproduct/ttl_deco_sankaku.svg);
	aspect-ratio: 14/30;
	background-color: var(--BROWN02);
	top: 50%;
	transform: translateY(-50%);
}
.g-heading__ja__deco--sankaku::after{
	transform: translateY(-50%) rotate(180deg);
}
.g-heading__ja__deco--tensen::before,
.g-heading__ja__deco--tensen::after{
	--ICON: url(../images/fufufu/ttl_deco_tensen.svg);
	aspect-ratio: 300/44;
	background-color: var(--BROWN02);
	top: 55%;
	transform: translateY(-50%);
}
.g-heading__ja__deco--tensen::after{
	transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px){
  .g-headingContainer{
		margin-bottom: var(--GAP_50);
	}
	.g-heading__ja{
		font-size: var(--FZ_40);
	}
	.g-heading__en{
		font-size: var(--FZ_16);
	}
	.g-heading__ja__deco--3point::before,
	.g-heading__ja__deco--3point::after{
		width: 14px;
	}
	.g-heading__ja__deco--3point::before{
		top: 25%;
		left: -30px;
	}
	.g-heading__ja__deco--3point::after{
		top: 28%;
		right: -23px;
	}
	.g-heading__ja__deco--kirakira::before,
	.g-heading__ja__deco--kirakira::after{
		width: 33px;
	}
	.g-heading__ja__deco--kirakira::before{
		left: -45px;
	}
	.g-heading__ja__deco--kirakira::after{
		right: -40px;
	}
	.g-heading__ja__deco--sankaku::before,
	.g-heading__ja__deco--sankaku::after{
		width: 14px;
	}
	.g-heading__ja__deco--sankaku::before{
		left: -28px;
	}
	.g-heading__ja__deco--sankaku::after{
		right: -20px;
	}
	.g-heading__ja__deco--tensen::before,
	.g-heading__ja__deco--tensen::after{
		width: 38px;
	}
	.g-heading__ja__deco--tensen::before{
		left: -50px;
	}
	.g-heading__ja__deco--tensen::after{
		right: -45px;
	}
}
@media screen and (max-width: 767px){
	.g-headingContainer{
		margin-bottom: var(--GAP_50);
	}
	.g-heading__ja{
		font-size: 25px;
	}
	.g-heading__en{
		font-size: 14px;
	}
	.g-heading__ja__deco--3point::before,
	.g-heading__ja__deco--3point::after{
		width: 9px;
	}
	.g-heading__ja__deco--3point::before{
		top: 25%;
		left: -20px;
	}
	.g-heading__ja__deco--3point::after{
		top: 28%;
		right: -17px;
	}
	.g-heading__ja__deco--kirakira::before,
	.g-heading__ja__deco--kirakira::after{
		width: 23px;
	}
	.g-heading__ja__deco--kirakira::before{
		left: -35px;
	}
	.g-heading__ja__deco--kirakira::after{
		right: -30px;
	}
	.g-heading__ja__deco--sankaku::before,
	.g-heading__ja__deco--sankaku::after{
		width: 9px;
	}
	.g-heading__ja__deco--sankaku::before{
		left: -18px;
	}
	.g-heading__ja__deco--sankaku::after{
		right: -13px;
	}
	.g-heading__ja__deco--tensen::before,
	.g-heading__ja__deco--tensen::after{
		width: 25px;
	}
	.g-heading__ja__deco--tensen::before{
		left: -35px;
	}
	.g-heading__ja__deco--tensen::after{
		right: -30px;
	}
}
/* -------------------g-btn-------------------- */
.g-btnContainer{
	display: grid;
}
.g-btnContainer--horizontal{
	display: flex;
	justify-content: center;
}
.g-btn,
.fs-c-continueShopping{
	width: 100%;
	max-width: 238px;
}
.g-btn--long{
	width: var(--INNER_WIDTH);
	max-width: 388px;
}
.g-btn a,
.fs-c-continueShopping a.fs-c-button--standard{
	display: block;
	text-align: center;
	border: 1px solid var(--BDCOLOR_GRAY_1);
	border-radius: 2px;
	position: relative;
	border-radius: 70px;
}
.g-btn--black a{
	background-color: var(--BLACK);
	color: var(--WHITE);
}
.g-btn--brown a,
.fs-c-continueShopping a.fs-c-button--standard{
	color: var(--BROWN01);
	background-color: var(--BROWN02);
}
.g-btn--brown a:visited{
	color: var(--BROWN01);
}
.g-btn--brownReverse a{
	color: var(--WHITE);
	background-color: var(--BROWN01);
}
.g-btn--brownReverse a:visited{
	color: var(--WHITE);
}
.g-btn--center,
.fs-c-continueShopping{
	margin-left: auto;
	margin-right: auto;
}
.g-btn--link a{
	position: relative;
}
.fs-c-continueShopping a.fs-c-button--standard{
	letter-spacing: 0.1em;
}
.g-btn--link a::after,
.fs-c-continueShopping a.fs-c-button--standard::after{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	content: '\f054';
	color: var(--BDCOLOR_GRAY_2);
	position: absolute;
}
.g-btn--anchor a::after{
	transform: rotate(90deg);
}
.g-btn--return a::after,
.fs-c-continueShopping a.fs-c-button--standard::after{
	transform: rotate(180deg) translateX(5px);
}
.g-btn__icon{
	display: inline-block;
	position: relative;
}
.g-btn__icon::before{
	content: "";
	display: inline-block;
	background: no-repeat center center / 100%;
	aspect-ratio: 1/1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.g-btn__icon--deliveryPostage::before{
	background-image: url(../images/ec/top_kagu/about-haisoRyo.svg);
}
.g-btn__icon--deliveryArea::before{
	background-image: url(../images/ec/top_kagu/about-haisoKubun.svg);
}
@media (hover: hover){
	.g-btn a{
		transition: .3s;
	}
	.g-btn a:hover,
	.fs-c-continueShopping a.fs-c-button--standard:hover{
		opacity: 1;
	}
	.g-btn--black a:hover{
		opacity: 1;
		background-color: var(--BLUE01_OP80);
	}
	.fs-c-continueShopping a.fs-c-button--standard:hover,
	.g-btn--brown a:hover{
		opacity: 1;
		background-color: var(--BROWN01);
		color: var(--WHITE);
	}
	.g-btn--brownReverse a:hover{
		opacity: 1;
		color: var(--BROWN01);
		background-color: var(--BROWN02);
	}
}
@media screen and (min-width: 768px){
	.g-btnContainer{
		margin-top: var(--MG_50);
	}
	.g-btnContainer--horizontal{
		gap: var(--GAP_30);
	}
	.g-btnContainer--horizontalPc{
		display: flex;
		justify-content: center;
		gap: var(--GAP_30);
	}
	.g-btnContainer--vertical{
		gap: var(--GAP_20);
	}
	.g-btn--longPc{
		width: var(--INNER_WIDTH);
		max-width: 388px;
	}
	.g-btn a{
		font-size: var(--FZ_14_CONST);
		padding: 20px 0;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		font-size: var(--FZ_14_CONST);
		padding: 15px 0;
	}
	.g-btn--link a::after,
	.fs-c-continueShopping a.fs-c-button--standard::after{
		font-size: 12px;
		top: 28%;
		right: 5px;
	}
	.fs-c-continueShopping a.fs-c-button--standard::after{
		top: 36%;
		right: unset;
		left: 15px;
	}
	.g-btn--anchor a::after{
		font-size: 10px;
		top: 35%;
		right: 10px;
	}
	.g-btn__icon{
		padding-left: 40px;
	}
	.g-btn__icon::before{
		width: 30px;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		margin: 40px 0 var(--GENERALSEC);
	}
}
@media screen and (max-width: 767px){
	.g-btnContainer{
		margin-top: var(--MG_30);
	}
	.g-btnContainer--horizontal{
		gap: var(--GAP_20);
	}
	.g-btnContainer--vertical,
	.g-btnContainer--horizontalPc{
		gap: var(--GAP_20);
	}
	.g-btnContainer--vertical .g-btn,
	.g-btnContainer--horizontalPc .g-btn{
		margin-left: auto;
		margin-right: auto;
	}
	.g-btn a,
	.fs-c-continueShopping a.fs-c-button--standard{
		font-size: var(--FZ_14_CONST);
		padding: 10px 0;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		font-size: var(--FZ_14_CONST);
		padding: 15px 0;
	}
	.g-btn--longPc a{
		font-size: var(--FZ_12_CONST);
		letter-spacing: 0.05em;
	}
	.g-btn--link a::after,
	.fs-c-continueShopping a.fs-c-button--standard::after{
		font-size: 12px;
		top: 28%;
		right: 5px;
	}
	.fs-c-continueShopping a.fs-c-button--standard::after{
		top: 36%;
		right: unset;
		left: 12px;
	}
	.g-btn--anchor a::after{
		font-size: 8px;
		top: 37%;
		right: 10px;
	}
	.g-btn__icon{
		padding-left: 30px;
	}
	.g-btn__icon::before{
		width: 25px;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		margin: 20px 0 var(--GENERALSEC);
	}
}
/* -------------------g-slickArrow---------------------- */
[class*="g-slickArrow--"]{
	width: var(--SLICK_ARROW_SIZE);
	background: url(../images/common/slider-part.svg) no-repeat center center / 100%;
	aspect-ratio: 1/1;
	position: absolute;
	z-index: 2;
}
.g-slickArrow--prev{
	left: var(--SLICK_ARROW_TO_BODY);
}
.g-slickArrow--next{
	right: var(--SLICK_ARROW_TO_BODY);
	transform: rotate(180deg);
}
@media (hover: hover){
	[class*="g-slickArrow--"]:hover{
		cursor: pointer;
	}
}
@media screen and (min-width: 768px){
	.g-hasSlickArrow{
		--SLICK_ARROW_SIZE: clamp( 20px, 3vw, 40px);
		--SLICK_ARROW_TO_BODY: calc(0px - var(--SLICK_ARROW_SIZE) + var(--SLICK_GAP) - 5px);
	}
}
@media screen and (max-width: 767px){
	.g-hasSlickArrow{
		--SLICK_ARROW_SIZE: 25px;
		--SLICK_ARROW_TO_BODY: 5px;
		overflow-x: clip;
	}
}
/* -------------------g-slickDots-------------------- */
.slick:has(.g-slickDots){
	line-height: 1;
	margin-bottom: 0;
}
.g-slickDots{
	display: flex;
	justify-content: center;
	gap: 12px;
}
.g-slickDots button{
	display: block;
	font-size: 0;
	width: 10px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: var(--BROWN02);
	position: relative;
}
.g-slickDots .slick-active button{
	background: var(--BROWN01);
}
@media screen and (min-width: 768px){
	.g-slickDots{
		margin-top: var(--GAP_30);
	}
}
@media screen and (max-width: 767px){
	.g-slickDots{
		margin-top: 20px;
	}
}
/* -------------------bgcolor-------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* -------------------g-searchForm-------------------- */
.g-searchForm{
	position: relative;
}
.g-searchForm input[type="text"]{
	width: 100%;
	background-color: var(--GRAY01);
	border-radius: 70px;
	color: var(--TXT_COLOR_BASE);
}
.g-searchForm input[type="text"]::placeholder{
	color: var(--GRAY03);
}
.g-searchForm button{
	display: inline-block;
	aspect-ratio: 1/1;
	background: url(../images/common/icon_search.svg) no-repeat center center / 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
/* ------------------- -------------------- */
.g-searchKeyword{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.g-searchKeyword li a::before{
	content: '#';
}
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* -------------------g-news-------------------- */
.g-news__list li{

  position: relative;
  align-items: center;
}
.g-news__list li:not(:last-child)::after{
  content: "";
  --COLOR_1: var(--BROWN01);
  --COLOR_2: transparent;
  --WITDH: 4px;
  --HEIGHT: 1px;
  --SIZE: 1px;
  background-image: linear-gradient(to right, var(--COLOR_1), var(--COLOR_1) var(--SIZE), var(--COLOR_2) var(--SIZE), var(--COLOR_2) var(--WITDH));
  background-size: var(--WITDH) var(--HEIGHT);
  background-repeat: repeat-x;
  width: 100%;
  height: var(--HEIGHT);
  position: absolute;
  left: 0;
  bottom: 0;
}
.g-news__list__cat{
  display: inline-block;
}
.g-news__list__cat__item{
	display: block;
}
.g-news__list__cat__item:not(:last-child){
	margin-bottom: 5px;
}
.g-news__list__cat__item a{
  display: block;
  background-color: var(--BEIGE01);
  border-radius: 8px;
  text-align: center;
}
.g-news__list__time{
  display: inline-block;
  font-weight: var(--FF_W_M);
}
.g-news__list__ttl a{
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media screen and (min-width: 768px){
  .g-news{
    padding: var(--GAP_70) var(--GAP_100);
  }
  .g-news__list li{
		display: flex;
    padding-top: 27px;
  }
	.g-news__list__cat{
		width: fit-content;
	}
	.g-news__list__time{
		width: 170px;
	}
	.g-news__list__ttl{
		flex: 1;
	}
  .g-news__list li:not(:last-child){
    padding-bottom: 27px;
  }
  .g-news__list__cat__item a{
    font-size: var(--FZ_12);
    padding: 5px 20px;
  }
  .g-news__list__time{
    text-align: center;
    font-size: var(--FZ_14);
  }
  .g-news__list__ttl a{
    font-size: var(--FZ_16);
  }
	.g-news__list__spWrap{
		display: contents;
	}
}
@media screen and (max-width: 767px){
  .g-news{
    padding: 40px 20px;
  }
  .g-news__list li{
		display: grid;
    gap: 10px;
    padding-top: 17px;
  }
  .g-news__list li:not(:last-child){
    padding-bottom: 17px;
  }
	.g-news__list__spWrap{
		display: flex;
		width: 100%;
		gap: 7px;
	}
	.g-news__list__cat{
		width: fit-content;
		display: flex;
		gap: 3px;
	}
  .g-news__list__cat__item a{
    font-size: 11px;
    padding: 3px 15px;
  }
  .g-news__list__time{
    font-size: 11px;
		margin-top: 3px;
		flex: 1;
  }
  .g-news__list__ttl a{
    font-size: 12px;
  }
}
/* ---------------------------------------.g-furukawaproductSearchType__catLink--------------------------------------- */
.g-furukawaproductSearchType__catLink{
  display: grid;
}
.g-furukawaproductSearchType__catLink li a{
  display: grid;
  align-items: center;
}
.g-furukawaproductSearchType__catLink li a::before{
  content: '';
  display: inline-block;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background: var(--IMAGE) no-repeat center center / 100%;
}
.g-furukawaproductSearchType__catLink li a span{
  color: var(--TXT_COLOR_TOP);
  display: block;
  line-height: 1.5;
}
.g-furukawaproductSearchType__catLink li a span small{
  display: block;
}
.g-furukawaproductSearchType__catLink--series li:nth-of-type(n+13){
  display: none;
}
.g-furukawaproductSearchType dd.is-active .g-furukawaproductSearchType__catLink--series li{
  display: block;
}
.g-furukawaproductSearchType__toggle{
  display: block;
  background-color: var(--BROWN02);
	color: var(--TXT_COLOR_TOP);
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
  border-radius: 70px;
  position: relative;
}
.g-furukawaproductSearchType dd.is-active .g-furukawaproductSearchType__toggle{
  display: none;
}
.g-furukawaproductSearchType__toggle::after{
  content: "";
  display: inline-block;
  --ICON: url(../images/furukawaproduct/toggle.svg);
  --MASK: var(--ICON) no-repeat center center / 100%;
  mask: var(--MASK);
  -webkit-mask: var(--MASK);
  background-color: var(--GRAY03);
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (hover: hover){
  .g-furukawaproductSearchType__toggle{
    transition: .5s;
  }
  .g-furukawaproductSearchType__toggle:hover{
    background-color: var(--BROWN01);
    color: var(--WHITE);
    cursor: pointer;
  }
  .g-furukawaproductSearchType__toggle:hover::after{
    background-color: var(--WHITE);
  }
}
@media screen and (min-width: 768px){
  .g-furukawaproductSearchType__catLink{
    grid-template-columns: repeat(3, 1fr);
    gap: var(--GAP_30);
  }
  .g-furukawaproductSearchType__catLink li a{
    grid-template-columns: clamp( 50px, 6vw, 65px) 1fr;
    column-gap: var(--GAP_10);
  }
  .g-furukawaproductSearchType__catLink li a span{
    font-size: var(--FZ_16);
  }
  .g-furukawaproductSearchType__catLink li a span small{
    font-size: var(--FZ_12);
  }
  .g-furukawaproductSearchType__toggle{
    margin: 45px auto 0;
    width: 164px;
    font-size: var(--FZ_14);
    padding: 20px 0;
  }
  .g-furukawaproductSearchType__toggle::after{
    width: 10px;
    right: 20px;
  }
}
@media screen and (max-width: 767px){
  .g-furukawaproductSearchType__catLink{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
  .g-furukawaproductSearchType__catLink li a{
    grid-template-columns: 40px 1fr;
    column-gap: 8px;
  }
  .g-furukawaproductSearchType__catLink li a span{
    font-size: 12px;
  }
  .g-furukawaproductSearchType__catLink li a span small{
    font-size: 8px;
  }
  .g-furukawaproductSearchType__toggle{
    margin: 25px auto 0;
    width: 124px;
    font-size: 12px;
    padding: 15px 0;
  }
  .g-furukawaproductSearchType__toggle::after{
    width: 8px;
    right: 15px;
  }
}


#mainarea.slimcolumn{
	margin: 0 auto;
}
@media screen and (min-width: 768px){
	.slimcolumn{
		width: 85vw;
		max-width: 900px;
	}
}

/* 調整0917 */
.g-header_linkItem a{
	position: relative;
	display: block;
}
.fs-client-cart-count{
	top: -10px;
  right: -10px;
}
/* 2025.2.5追記 */
/* -------------------headerarea-------------------- */
.t-heading{
  display: grid;
}
.t-heading__en{
  display: block;
}
.t-heading__ja{
  font-weight: var(--FF_W_B);
}
@media screen and (min-width: 768px){
  .t-headingContainer{
    margin-bottom: var(--GAP_50);
  }
  .t-heading{
    gap: 10px;
  }
  .t-heading__en img{
    height: clamp( 40px, 5vw, 60px);
    width: auto;
  }
  .t-heading__ja{
    font-size: var(--FZ_22);
  }
  .t-heading--horizontal{
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  .t-heading--horizontal .t-heading__en img{
    height: clamp( 30px, 3.5vw, 45px);
  }
  .t-heading--horizontal .t-heading__ja{
    line-height: 1;
  }
  .t-headingContainer--hasBtn{
    display: flex;
    justify-content: space-between;
  }
  .t-headingContainer--hasBtn > .t-heading{
    flex: 1;
  }
  .t-headingContainer--hasBtn .g-btn{
    width: 180px;
  }
}
@media screen and (max-width: 767px){
  .t-headingContainer{
    margin-bottom: 20px;
  }
  .t-heading{
    gap: 10px;
  }
  .t-heading__en img{
    height: 25px;
    width: auto;
  }
}