@charset "utf-8";
/* CSS関数設定 */
:root {
	/* カラーパレット */
	--WHITE: #FFFFFF;
	--WHITE_OP60: rgba(255, 255, 255, 0.6);
	--WHITE_OP95: rgba(255, 255, 255, 0.95);
	--BLACK: #000000;

	--GRAY01: #DDDDDD;
	--GRAY02: #BABABA;
	--GRAY02_OP40: rgba(186, 186, 186, 0.4);
	--GRAY03: #7B7B7B;
	--GRAY04: #F5F5F5;
	--GRAY05: #3e3b3b;
	--GRAY06: #707070;
	--GRAY07: #f4f4f4;
	--GRAY08: #9f9f9f;

	--DARK01: #2F2F2F;

	--GOLD01: #9F917B;
	--GOLD01_OP25: rgba(159, 145, 123, 0.25);
	
	--LINKBLUE:#3589f7;

	--RED01: #B80033;

	/* テキストカラー */
	--TXT_COLOR_BASE: var(--DARK01);
	--TXT_COLOR_WHITE: var(--WHITE);
	--TXT_COLOR_GRAY: var(--GRAY03);
	--TXT_COLOR_GOLD: var(--GOLD01);

	/* ボーダーカラー */
	--BDCOLOR_GRAY_1: var(--GRAY03);
	--BDCOLOR_GRAY_2: var(--GRAY01);
	--BDCOLOR_GRAY_3: var(--GRAY05);

	/* 背景カラー */
	--BGCOLOR_GRAY_1: var(--GRAY04);

	/* ランキングカラー */
	--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', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	/* 英数字フォント */
	--FF_EN: var(--FF_MINCHO);
	--FF_NUM: var(--FF_BASE);
	--FF_NOTO: "Noto Sans", sans-serif;
	/* 明朝 */
	--FF_MINCHO:'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;

	/* フォントウェイト */
	--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_35: clamp( 20px, 2.5vw, 35px);
	--GAP_30: clamp( 20px, 2.5vw, 30px);
	--GAP_40: clamp( 30px, 3.5vw, 40px);
	--GAP_45: clamp( 30px, 3.5vw, 45px);
	--GAP_50: clamp( 30px, 3.5vw, 50px);
	--GAP_60: clamp( 40px, 4.5vw, 60px);
	--GAP_65: clamp( 50px, 5.5vw, 65px);
	--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: 800px;
	--PC_MAX_WIDTH_S: 1000px;
	--PC_MAX_WIDTH_M: 1200px;
	--PC_MAX_WIDTH_L: 1440px;

	/* SPマックス幅 */
	--SP_MAX_WIDTH: 275px;

	/* 親要素を超えて幅100% */
	--FULL_WIDTH: calc(50% - 50vw);

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

@media screen and (min-width: 768px){
	:root{
		--INNER_WIDTH: 95%;
		--GENERALSEC: clamp(60px, 8vw, 90px);
	}
}
@media screen and (max-width: 767px){
	:root{
	--INNER_WIDTH: 87.22%;
	--GENERALSEC: 50px;
	}
}
/* フェードインアニメーション */
@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_NUM);
} */
/* imgリセット */
.imgauto{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
}
/* フォント */
.ff-mincho{
	font-family: var(--FF_MINCHO);
}
/* セクション間隔*/
.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;
	line-height: 1;
}
.slick.slick-initialized{
	opacity: 1;
}
.g-inner--hasSlickGap{
	--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;
}
.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;
}
/* 非表示 */
.displaynone{
	display: none;
}
@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: 100px;
	}
	body{
		padding-top: clamp( 80px, 10vw, 120px);
		font-size: var(--FZ_16_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{
		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{
		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;
	}
	.hamburger{
		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{
		padding-top: 60px;
		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-inner--spSpread{
		width: 93.87%;
	}
	.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;
	}
	.formReset input[type="text"],
	.formReset input[type="text"]::placeholder{
		font-size: var(--FZ_16_CONST);
	}
}
/* ■■■■■■■■■■■■■■■■■■■■■■header■■■■■■■■■■■■■■■■■■■■■■ */
.g-searchForm{
	position: relative;
	z-index: 99;
}
.g-searchForm input[type="text"]{
	width: 100%;
	padding: 10px 35px 10px 15px;
	border: 1px solid var(--BDCOLOR_GRAY_2);
	background-color: var(--WHITE);
}
.g-searchForm input[type="text"]::placeholder{
	color: var(--TXT_COLOR_GRAY);
}
.g-searchForm button{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	--ICON: url(../images/common/icon_search.svg);
	--MASK: var(--ICON) no-repeat center center / 100%;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
	width: 15px;
	aspect-ratio: 1/1;
	border: none;
}
.hd-search__form button{
	background-color: var(--TXT_COLOR_BASE);
}
.g-search__hotword{
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 10px;
}
.g-search__hotword__ttl{
	background-color: var(--TXT_COLOR_BASE);
	color: var(--WHITE);
	font-family: var(--FF_EN);
	padding: 0 10px;
	font-size: var(--FZ_12);
}
.g-search__hotword__list{
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
}
.g-search__hotword__list li{
	flex: 0 0 auto;
	margin-right: 10px;
}
.g-search__hotword__list li a{
	font-size: var(--FZ_11);
	letter-spacing: 0px;
	display: flex;
	gap: 2px;
}
.g-search__hotword__list li a::before{
	content: "#";
	display: inline-block;
}
.hd-user__item,
.hd-user__item:visited{
	color: var(--TXT_COLOR_BASE);
}
@media (hover: hover){
	.hd-nav__item{
		display: block;
		position: relative;
	}
	.hd-nav__item::after{
		content: "";
		display: inline-block;
		background: var(--BDCOLOR_GRAY_1);
		width: 100%;
		height: 1px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0px;
		opacity: 0;
		transition: .5s;
	}
	.hd-nav__item:hover{
		opacity: 1;
	}
	.hd-nav__item:hover::after{
		opacity: 1;
	}
	.hd-user__item:hover{
		opacity: 1;
	}
	.hd-user__item:hover::after{
		opacity: 1;
	}
}
@media screen and (min-width: 768px){
	#headerarea{
		display: grid;
		grid-template-columns: clamp( 120px, 15vw, 210px) 1fr;
		gap: var(--GAP_30);
		align-items: center;
		position: fixed;
		top: 15px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 999;
		overflow-x: visible;
	}
	.hd-navContainer{
		max-width: 790px;
		height: clamp( 45px, 5vw, 60px);
		margin-left: auto;
		background-color: var(--WHITE_OP60);
		display: flex;
		align-items: center;
		gap: var(--GAP_45);
		padding: 0 var(--GAP_35) 0 var(--GAP_30);
		position: relative;
		top: 10px;
	}
	.hd-nav{
		width: fit-content;
		display: flex;
		align-items: center;
		gap: var(--GAP_50);
	}
	.hd-nav li{
		position: relative;
	}
	.hd-nav__item{
		font-family: var(--FF_EN);
		font-size: var(--FZ_14);
		letter-spacing: 0.05em;
		white-space: nowrap;
	}
	.hd-nav__dropdownContainer{
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		transition: .3s;
		--PADDING: 23px;
		padding-top: var(--PADDING);
		position: absolute;
		top: calc(-11px + var(--GAP_30));
		left: -33px;
		width: 130px;
	}
	.hd-nav > li[ontouchstart=""]:hover .hd-nav__dropdownContainer{
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
		z-index: 99;
	}
	.hd-nav__dropdown{
		background-color: var(--WHITE_OP60);
		padding-bottom: 1px;
	}
	.hd-nav__child li{
		margin-bottom: 10px;
		text-align: center;
	}
	.hd-nav__child li a{
		font-family: var(--FF_EN);
		font-size: var(--FZ_12);
	}
	.hd-user{
		width: fit-content;
		display: flex;
		align-items: center;
		gap: var(--GAP_30);
	}
	.hd-user li{
		position: relative;
	}
	.hd-user__item{
		display: block;
		aspect-ratio: 1/1;
		width: 17px;
		background: var(--ICON) no-repeat center center / 100%;
		position: relative;
	}
	.hd-user__item::after{
		content: var(--LABEL);
		display: inline-block;
		font-size: 8px;
		letter-spacing: 0px;
		white-space: nowrap;
		position: absolute;
		top: calc(100% + 3px);
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
		transition: .5s;
	}
	.hd-user__item .fs-client-cart-count{
		top: -5px;
		right: -10px;
	}
	.hd-search{
		position: absolute;
		top: 39px;
		z-index: 99;
		right: -20px;
		width: 350px;
		background-color: var(--BGCOLOR_GRAY_1);
		padding: 20px;
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		transition: .3s;
	}
	.hd-user li.is-active .hd-search{
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
		z-index: 99;
	}
	.hd-user li.is-active .hd-user__item--searchTrigger::after{
		content: var(--ACTIVE_LABEL);
		opacity: 1;
	}
	.hd-user li.is-active .hd-user__item--searchTrigger{
		background-image: var(--ACTIVE_ICON);
	}
	.hd-search__body{
		display: grid;
		gap: 10px;
	}
	.g-search__hotword__list::-webkit-scrollbar{
		height: 3px;
	}
	.g-search__hotword__list::-webkit-scrollbar-thumb{
		background-color: var(--GRAY01);
	}
	.g-search__hotword__list::-webkit-scrollbar-thumb:hover{
		cursor: grab;
	}
}
@media screen and (max-width: 767px){
	#headerarea{
		position: absolute;
		width: 100%;
		padding: 15px 0 0 20px;
		top: 0;
		left: 0;
		z-index: 999;
	}
	.hd-logo{
		width: 120px;
	}
	.hd-user{
		width: fit-content;
		display: flex;
		align-items: center;
		gap: var(--GAP_30);
	}
	.hd-user li{
		position: relative;
	}
	.hd-user__item{
		display: block;
		aspect-ratio: 1/1;
		width: 17px;
		background: var(--ICON) no-repeat center center / 100%;
		position: relative;
	}
	.hd-user__item::after{
		content: var(--LABEL);
		display: inline-block;
		font-size: 8px;
		letter-spacing: 0px;
		white-space: nowrap;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
		transition: .5s;
	}
	.hd-user__item .fs-client-cart-count{
		top: -5px;
		right: -10px;
	}
	.hd-search{
		position: absolute;
		top: 39px;
		z-index: 99;
		right: 0px;
		width: 320px;
		background-color: var(--BGCOLOR_GRAY_1);
		padding: 20px;
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		transition: .3s;
	}
	.hd-user li.is-active .hd-search{
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
		z-index: 99;
	}
	.hd-user li.is-active .hd-user__item--searchTrigger::after{
		content: var(--ACTIVE_LABEL);
		opacity: 1;
	}
	.hd-user li.is-active .hd-user__item--searchTrigger{
		background-image: var(--ACTIVE_ICON);
	}
	.hd-search__body{
		display: grid;
		gap: 10px;
	}
	.g-search__hotword__list::-webkit-scrollbar{
		height: 3px;
	}
	.g-search__hotword__list::-webkit-scrollbar-thumb{
		background-color: var(--GRAY01);
	}
	.g-search__hotword__list::-webkit-scrollbar-thumb:hover{
		cursor: grab;
	}
}


/* ■■■■■■■■■■■■■■■■■■■■■■footer■■■■■■■■■■■■■■■■■■■■■■ */
/* ページトップ */
.pagetop{
	position: fixed;
	z-index: 99;
	background-color: var(--WHITE);
	border-radius: 50%;
}
.pagetop a{
	display: block;
	aspect-ratio: 1/1;
	border-radius: 50%;
	--ICON: url(../images/common/pagetop.svg);
	--MASK: var(--ICON) no-repeat center center / 100%;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
	background-color: var(--TXT_COLOR_BASE);
}
@media screen and (min-width: 768px){
	.pagetop{
		width: 50px;
		bottom: 20px;
		right: 3%;
	}
}
@media screen and (max-width: 767px){
	.pagetop{
		width: 35px;
		bottom: 80px;
		right: 10px;
	}
}
/* footerarea */
#footerarea{
	background-color: var(--BLACK);
}
.g-sns{
	display: flex;
	gap: var(--GAP_20);
	align-items: center;
}
.g-sns li a{
	display: block;
	aspect-ratio: 1/1;
	--MASK: var(--ICON) no-repeat center center / 100%;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
	width: 26px;
}
.g-sns li:first-child a{
	width:40px;
}
.ft-sns li a{
	background-color: var(--WHITE);
}
.ft-copy{
	text-align: center;
	color: var(--WHITE);
	letter-spacing: 0px;
}
@media (hover: hover){
	.ft-link__lv1--link,
	.ft-link__lv2 li a{
		position: relative;
	}
	.ft-link__lv1--link::after,
	.ft-link__lv2 li a::after{
		content: "";
		display: inline-block;
		background: var(--BDCOLOR_GRAY_3);
		width: 0%;
		height: 1px;
		position: absolute;
		bottom: -3px;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.ft-link__lv1--link:hover,
	.ft-link__lv2 li a:hover{
		opacity: 1;
	}
	.ft-link__lv1--link:hover::after,
	.ft-link__lv2 li a:hover::after{
		opacity: 1;
		width: 100%;
	}
}
@media screen and (min-width: 1001px){
	.ft-link{
		grid-template-columns: 1fr 1fr 2fr;
	}
	.ft-link__box--ourThoughtAndContents{
		gap: var(--GAP_60);
	}
}
@media screen and (min-width: 768px) and (max-width: 1000px){
	.ft-link{
		grid-template-columns: 6fr 13fr 20fr;
	}
	.ft-link__box--ourThoughtAndContents{
		gap: var(--GAP_65);
	}
}
@media screen and (min-width: 768px){
	#footerarea{
		padding-top: var(--GAP_100);
	}
	.ft-inner{
		display: grid;
		grid-template-columns: 1fr 236px;
		align-items: flex-start;
		column-gap: 10px;
	}
	.ft-link{
		display: grid;
		--GAP: var(--GAP_20);
		--BORDER: 1px solid var(--BDCOLOR_GRAY_3);
		--BORDER_LEFT_PADDING: var(--GAP_10);
		max-width: 790px;
		column-gap: 5px;
	}
	.ft-link__box--linkContainer{
		display: flex;
		flex-direction: column;
		gap: var(--GAP);
	}
	.ft-link__lv1{
		font-weight: var(--FF_W_B);
		color: var(--WHITE);
		font-size: var(--FZ_13);
	}
	.ft-link__lv1--link{
		display: block;
		width: fit-content;
	}
	.ft-link__lv1--link:visited{
		color: var(--WHITE);
	}
	.ft-link__lv1--heading{
		margin-bottom: var(--GAP);
	}
	.ft-link__box--ourThoughtAndContents{
		border-left: var(--BORDER);
		padding-left: var(--BORDER_LEFT_PADDING);
	}
	.ft-link__box--ourThoughtAndContents{
		display: flex;
		flex-direction: column;
	}
	.ft-link__lv2{
		display: grid;
		gap: var(--GAP);
	}
	.ft-link__lv2 li a{
		display: block;
		width: fit-content;
		color: var(--WHITE);
		font-size: var(--FZ_13);
		position: relative;
		padding-left: 10px;
	}
	.ft-link__lv2 li a::before{
		content: '-';
		position: absolute;
		left: 0;
		top: 0;
	}
	.ft-link__lv2 li a:visited{
		color: var(--WHITE);
	}
	.ft-link__box--infomation{
		border-left: var(--BORDER);
		padding-left: var(--BORDER_LEFT_PADDING);
	}
	.ft-link__lv2Container{
		display: flex;
		align-items: flex-start;
	}
	.ft-link__lv2Container > ul{
		flex: 1;
	}
	.ft-link__lv2Container > ul:first-child{
		border-right: var(--BORDER);
	}
	.ft-link__lv2Container > ul:last-child{
		padding-left: var(--BORDER_LEFT_PADDING);
	}
	.ft-logoAndSns{
		grid-column: span 2;
		display: flex;
		align-items: baseline;
		gap: var(--GAP_40);
		margin: var(--GAP_60) 0 var(--GAP_35);
	}
	.ft-logo{
		width: 166px;
	}
	.ft-sns{
		width: fit-content;
		padding-top: 14px;
	}
	.ft-infoAndTerms{
		grid-column: span 2;
	}
	.ft-infoAndTerms{
		display: flex;
		align-items: flex-end;
	}
	.ft-info{
		color: var(--WHITE);
		font-size: 12px;
		width: fit-content;
	}
	.ft-terms{
		flex: 1;
		display: flex;
		justify-content: flex-end;
		gap: var(--GAP_50);
	}
	.ft-terms li a{
		color: var(--WHITE);
		font-size: 12px;
	}
	.ft-terms li a:visited{
		color: var(--WHITE);
	}
	.ft-copy{
		grid-column: span 2;
		font-size: 12px;
		padding: var(--GAP_50) 0 var(--GAP_20);
	}
}
@media screen and (max-width: 767px){
	.ft-inner{
		padding-top: 40px;
	}
	.ft-logo{
		width: 166px;
		margin: 0 auto;
	}
	.ft-sns{
		width: fit-content;
		margin: 40px auto;
	}
	.ft-copy{
		font-size: 10px;
		padding: 40px 0 90px;
	}
}
/* カレンダー */
.ft-calendar > div{
	background-color: var(--WHITE);
	--SUN_COLOR: #965050;
	--SAT_COLOR: #3A5A8D;
	padding: 13px 12px 10px;
}
.monthName{
	text-align: center;
	font-size: 14px;
	font-family: var(--FF_EN);
	padding-bottom: 7px;
	letter-spacing: 0.05em;
	border-bottom: 1px solid var(--BDCOLOR_GRAY_1);
}
.TableInner{
	padding-top: 5px;
}
#calendarTable{
	width: 100%;
	border-collapse: collapse;
}
#calendarTable th{
	font-weight: 400;
}
#calendarTable tbody tr{
	display: flex;
}
#calendarTable tbody tr > *{
	flex: 1;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.05em;
	padding: 3px 0;
}
#calendarTable tbody tr th{
	color: var(--DARK01);
}
#calendarTable tbody tr .youbi_0,
#calendarTable tbody tr td.public_holiday{
	color: var(--SUN_COLOR);
}
#calendarTable tbody tr .youbi_6{
	color: var(--SAT_COLOR);
}
.closed,
.kyugyobi{
	position: relative;
	z-index: 0;
}
.closed::after,
.kyugyobi::after{
	content: "";
	display: inline-block;
	background-color: var(--GOLD01_OP25);
	aspect-ratio: 1/1;
	width: 18px;
	position: absolute;
	z-index: -1;
}
.closed::after{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.kyugyobi::after{
	left: -25px;
	top: 3px;
}
.kyugyobi{
	color: var(--DARK01);
	width: fit-content;
	margin: 10px 0 0 auto;
	font-size: 14px;
}
@media screen and (max-width: 767px){
	.ft-calendar > div{
		max-width: 236px;
		margin: 0 auto;
	}
	.teikikyubi{
		text-align: center;
		font-size: 13px;
		color: var(--WHITE);
		margin-top: 10px;
	}
}

/* .ft-spMenuContainer */
@media screen and (max-width: 767px){
	:root{
		--SPMENU_HEIGHT: 70px;
	}
	.ft-spMenuContainer{
		position: fixed;
		width: 100%;
		background-color: var(--WHITE_OP95);
		bottom: 0;
		left: 0;
		height: var(--SPMENU_HEIGHT);
		z-index: 999;
	}
	.ft-spMenu{
		display: flex;
		height: 100%;
	}
	.ft-spMenu li{
		flex: 1;
		position: relative;
	}
	.ft-spMenu li::after{
		content: "";
		display: inline-block;
		background: var(--GRAY02_OP40);
		width: 1px;
		height: calc(100% - 20px);
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.ft-spMenu li a{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		gap: 2px;
	}
	.ft-spMenu li a::before{
		content: '';
		--MASK: var(--ICON) no-repeat center center / 100%;
		mask: var(--MASK);
		-webkit-mask: var(--MASK);
		background-color: var(--TXT_COLOR_BASE);
		aspect-ratio: 1/1;
		width: 28px;
		display: block;
	}
	.ft-spMenu li a.active::before{
		mask-image: var(--ACTIVE_ICON);
	}
	.ft-spMenu li a::after{
		display: block;
		text-align: center;
		content: var(--LABEL);
		font-family: var(--FF_EN);
		font-size: 10px;
		letter-spacing: 0.05em;
	}
	.ft-spMenu li a.active::after{
		content: var(--ACTIVE_LABEL);
	}
	.ft-spMenu li a .fs-client-cart-count{
		background-color: var(--RED01);
		top: 10px;
		left: 55%;
	}
}
/* ■■■■■■■■■■■■■■■■■■■■■■side■■■■■■■■■■■■■■■■■■■■■■ */


/* ■■■■■■■■■■■■■■■■■■■■■■全ページ共通部分■■■■■■■■■■■■■■■■■■■■■■ */
/* -----------------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;
}
.tab-btn{
	flex: 1;
}
.tab-contents {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-contents.show {
	cursor: auto;
  height: auto;
  overflow: unset;
  opacity: 1;
  transition: .5s opacity;
}
@media screen and (min-width: 768px){
	.tab-btn:hover{
		cursor: pointer;
	}
	.tab-btn.show{
		cursor: auto;
	}
}
/* -----------------ポップアップ共通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: #a7a7a7;
	--FS_BTN_COLOR_1: #333;
	--FS_BTN_COLOR_2: var(--GOLD01);
	--REVIEW_COLOR: var(--GOLD01);
}
/* 内部幅設定 */
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: var(--INNER_WIDTH);
	max-width: var(--PC_MAX_WIDTH);
	margin-bottom: var(--GENERALSEC);
}
#mainarea{
	flex: 1;
}
#sidearea{
	background-color: #f2f2f2;
}
@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: 15px;
	font-size: 11px;
	background-color: #000;
	color: var(--WHITE);
	border-radius: 50%;
	position: absolute;
}
/* 商品マークリセット */
.fs-c-productMarks{
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	--BDRS: 0px;
}

.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: 12px;
  background-color: var(--BGCOLOR_GRAY_1);
  border-radius: var(--BDRS);
}
.fs-c-productMark__mark,
.fs-c-productMarks > .fs-c-mark .fs-c-mark__label{
	display: inline-block;
	padding: 6px 8px 7px;
	line-height: 1;
}
.fs-c-productMark img{
	width: auto;
	height: 20px;
}
.fs-c-productMarks > .fs-c-mark{
	line-height: 1;
}
@media screen and (min-width: 768px){
	.fs-c-productMark{
		gap: 10px;
	}
	.fs-c-productMark li,
	.fs-c-productMark span,
	.fs-c-productMarks > .fs-c-mark .fs-c-mark__label{
		font-size: 12px;
	}
	.fs-c-productMark__mark,
	.fs-c-productMarks > .fs-c-mark .fs-c-mark__label{
		padding: 6px 8px 7px;
	}
}
@media screen and (max-width: 767px){
	.fs-c-productMark{
		gap: 5px;
	}
	.fs-c-productMark li,
	.fs-c-productMark span,
	.fs-c-productMarks > .fs-c-mark .fs-c-mark__label{
		font-size: 10px;
	}
	.fs-c-productMark__mark,
	.fs-c-productMarks > .fs-c-mark .fs-c-mark__label{
		padding: 4px 6px 5px;
	}
}
/* 1回のみ・定期 */
.fs-c-productMarks > .fs-c-mark--normalAndSubscription .fs-c-mark__label{
	background-color: var(--BROWN02);
	color: var(--WHITE);
	border-radius: var(--BDRS);
}
/* 定期販売 */
.fs-c-productMarks > .fs-c-mark--subscription .fs-c-mark__label{
	background-color: #D21341;
	color: var(--WHITE);
	border-radius: var(--BDRS);
}
/* 初回特別価格あり */
.fs-c-productMarks > .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,
.fs-c-breadcrumb li a {
	color: var(--TXT_COLOR_BASE);
}
.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: 12px;
    margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.fs-c-breadcrumb {
		padding: 8px 0;
		font-size: 11px;
		overflow: hidden;
		position: relative;
    margin-bottom: 7px;
	}
	.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;
	}
}
/* レビュー */
.fs-c-reviewStars::before{
	color: var(--REVIEW_COLOR);
}
/* 旧説明文閉じタグ抜け対策 */
.g-closeMissingTagForcedTable{
  width: 100%;
	table-layout: fixed;
}
/* ページャー */
.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;
}
.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);
	border: 1px solid 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{
	border: 1px solid var(--FS_BTN_COLOR_1);
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 0;
	position: relative;
	font-weight: 400;
}
#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;
  vertical-align: text-bottom;
	position: absolute;
	top: 50%;
	left: 55%;
	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: 45px;
		height: 45px;
	}
}
@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: 30px;
		height: 30px;
	}
}
/* aiレコメンドリセット */
.fs-p-heading--lv2,
.fr3-item .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-heading > span{
	display: block;
}
.g-heading--center > span{
	text-align: center;
}
.g-heading__en,
.g-heading__ja{
	font-family: var(--FF_EN);
	letter-spacing: 0.07em;
	line-height: 1.2;
}
.g-heading_note{
	text-align: center;
	font-size: 0.93em;
	font-family: var(--FF_MINCHO);
	letter-spacing:0.05em;
	margin-top: 10px;
}
.titledouble{
	margin-bottom: var(--GAP_40);
}
@media screen and (min-width: 768px){
  .g-headingContainer{
		margin-bottom: var(--GAP_40);
	}
	.g-heading__en,
	.g-heading__ja{
		font-size: var(--FZ_24);
	}
	h3 .g-heading__en,
	h3 .g-heading__ja{
		font-size: var(--FZ_22);
	}
}
@media screen and (max-width: 767px){
	.g-headingContainer{
		margin-bottom: 20px;
	}
	.g-heading__en,
	.g-heading__ja{
		font-size: 18px;
	}
}
/* g-headingContainer--pageTitle */
.g-headingContainer--pageTitle{
/* 	padding-bottom: var(--GENERALSEC_HALF); */
/* 	border-bottom: 1px solid var(--GRAY01); */
	margin-bottom: var(--GENERALSEC_HALF);
	width: var(--INNER_WIDTH);
	max-width: var(--PC_MAX_WIDTH);
	margin-left: auto;
	margin-right: auto;
}
.g-headingContainer--pageTitle .g-heading__ja{
	letter-spacing: 0.2em;
}
@media screen and (min-width: 768px){
	.g-headingContainer--pageTitle .g-heading__ja{
		font-size: var(--FZ_24);
	}
	.g-headingContainer--pageTitle .g-heading__ja+.g-heading__en{
		font-size: 12px;
		margin-top: 8px;
	}
}
@media screen and (max-width: 767px){
	.g-headingContainer--pageTitle .g-heading__ja{
		font-size: 18px;
	}
	.g-headingContainer--pageTitle .g-heading__ja+.g-heading__en{
		font-size: 12px;
		margin-top: 7px;
	}
}
/* -------------------g-btn-------------------- */
.g-btnContainer{
	display: grid;
}
.g-btnContainer--horizontal{
	display: flex;
	justify-content: center;
}
.g-btn,
.g-insta__link{
	width: 100%;
}
.g-btn--long{
	width: var(--INNER_WIDTH);
	max-width: 388px;
}
.g-btn a,
.g-insta__link a{
	display: block;
	text-align: center;
	border: 1px solid var(--GRAY08);
	position: relative;
	font-family: var(--FF_MINCHO);
}
.g-btn--white a,
.g-insta__link a{
	background-color: var(--WHITE);
}
.g-btn--black a{
	background-color: var(--BLACK);
	border: 1px solid var(--BLACK);
	color: var(--WHITE);
}
.g-btn--center{
	margin-left: auto;
	margin-right: auto;
}
.g-btn--arrow a{
	position: relative;
}
.g-btn--arrow a::after{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	content: '\f054';
	color: var(--BLACK);
	position: absolute;
}
.g-btn--black a::after{
	color: var(--WHITE);
}
.g-btn--anchor a::after{
	transform: rotate(90deg);
}
.g-btn--return a::after{
	transform: rotate(180deg) translateX(5px);
}
@media (hover: hover){
	.g-btn a:hover{
		opacity: 1;
	}
	.g-btn--white a:hover{
		opacity: 1;
		background-color: var(--FS_BTN_COLOR_1);
		color:  var(--WHITE);
	}
	.g-btn--black a:hover{
		opacity: 1;
		color: var(--BLACK);
		background-color: var(--WHITE);
	}
}
@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{
		max-width: 200px;
	}
	.g-btn a{
		font-size: var(--FZ_14_CONST);
		padding: 12px 0;
	}
	.g-btn--small{
		max-width: 150px;
	}
	.g-btn--small a{
		padding: 7px 0;
		font-size: var(--FZ_12_CONST);
	}
	.g-btn--arrow a::after{
		font-size: 12px;
		top: 28%;
		right: 5px;
	}
	.g-btn--anchor a::after{
		font-size: 10px;
		top: 35%;
		right: 10px;
	}
}
@media screen and (max-width: 767px){
	.g-btnContainer,
	.g-insta__link{
		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,
	.g-insta__link a{
		font-size: var(--FZ_15_CONST);
		padding: 9px 0;
	}
	.g-btn--longPc a{
		font-size: var(--FZ_12_CONST);
		letter-spacing: 0.05em;
	}
	.g-btn--small{
		max-width: 198px;
	}
	.g-btn--small a{
		padding: 7px 0;
		font-size: var(--FZ_12_CONST);
	}
	.g-btn--arrow a::after{
		font-size: 12px;
		top: 28%;
		right: 5px;
	}
	.g-btn--anchor a::after{
		font-size: 8px;
		top: 37%;
		right: 10px;
	}
	.g-btn--viewmore{
    width: 55%;
		max-width: 260px;
  }
}
/* -------------------g-slickArrow---------------------- */
[class*="g-slickArrow--"]{
	width: var(--SLICK_ARROW_SIZE);
	--MASK: url(../images/common/slider-part.svg) no-repeat center center / 100%;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
	background-color: var(--BLACK);
	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, 2.5vw, 30px);
		--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: 22px;
		--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: 10px;
}
.g-slickDots li{
	aspect-ratio: 1/1;
	position: relative;
}
.g-slickDots button{
	font-size: 0;
	width: 100%;
	aspect-ratio: 1/1;
	background-color: var(--GRAY01);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.g-slickDots button::after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.g-slickDots .slick-active button{
	background-color: var(--TXT_COLOR_BASE);
}
@media screen and (min-width: 768px){
	.g-slickDots{
		margin-top: 15px;
	}
	.g-slickDots li{
		width: 6px;
	}
}
@media screen and (max-width: 767px){
	.g-slickDots{
		margin-top: 10px;
	}
	.g-slickDots li{
		width: 6px;
	}
}
/* .g-slickDots--line */
.g-slickDots--line{
	margin-top: 20px;
}
.g-slickDots--line li{
	width: 20px;
	height: 2px;
}
.g-slickDots--line li,
.g-slickDots--line button{
	aspect-ratio: unset;
	border-radius: unset;
}
.g-slickDots--line .slick-active button{
	background-color: var(--GRAY03);
}
.g-slickDots--line button{
	width: 100%;
	height: 100%;
}
/* -------------------bgcolor-------------------- */
.bgcolor--gray{
	background-color: var(--BGCOLOR_GRAY_1);
}
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* -------------------g-topics-------------------- */
.g-topics__thumb img{
	aspect-ratio: 7/8;
	object-fit: cover;
}
.g-topics__ttl{
	font-family: var(--FF_MINCHO);
}
.g-topics__list--col3 article:nth-child(n+4){
  display:none;
}
.g-topics__date{
	font-size:12px;
	margin-top: 7px;
}
@media screen and (min-width: 768px){
	.g-topics__list{
		gap: var(--GAP_50) var(--GAP_10);
	}
	.g-topics__list--col3,
	.g-topics__list--col4{
		display: flex;
	}
	.g-topics__list--col3 > article{
		max-width: 34%;
	}
	.g-topics__list--col4 > article{
		max-width: 25%;
	}
	.g-topics__list--col3 article,.g-topics__list--col4 article{
		flex: 1;
	}
	
	
  .g-topics__list--row1{
		display: flex;
		justify-content: center;
	}
	.g-topics__list--row1 article{
		flex: 1;
		max-width: 292px;
	}
	.g-topics__list--col3row3{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.g-topics__list--col4row3{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.g-topics__list--col4row3 article{
		width: calc((100% - var(--GAP_30)) / 4);
	}
	.g-topics__list--col4row4{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
	.g-topics__ttl{
		font-size: var(--FZ_14);
		margin-top: 7px;
	}
}
@media screen and (max-width: 767px){
	.g-topics__list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 10px 15px;
	}
	.g-topics__ttl{
		font-size: 14px;
		margin-top: 8px;
	}
	.g-topics__list--col3{
		display:block;
		width: 92.98%;
		margin-left:auto;
		margin-right:auto;
		padding: 0 25px 0px 25px;
	}
	.g-topics__list--col3 article{
		margin-bottom: 15px;
	}
}
/* -------------------g-insta-------------------- */
.g-insta__list{
  display: grid;
}
.g-insta__list li a{
  display: block;
}
.g-insta__list li a img{
  aspect-ratio: 4 / 5;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.g-insta__list li a video{
 aspect-ratio: 4 / 5;
  display: block;
  width: 100%;
  height: 100%;
}
.g-insta__link a span{
	font-family: var(--FF_EN);
}
@media screen and (min-width: 768px){
	.g-insta{
		padding: calc(var(--GENERALSEC) / 3 * 2) 0;
	}
	.g-insta__list{
		grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    max-width:800px;
    margin-left:auto;
    margin-right: auto;
  }
	.g-insta__list li:nth-of-type(n+10){
    display: none;
  }
	.g-insta__link{
		text-align: center;
	}
	.g-insta__link a{
		display: inline-block;
		padding-left: 30px;
		margin-top: var(--GAP_40);
		position: relative;
		background-color: unset;
		border: none;
	}
	.g-insta__link a::before{
		content: "";
		display: inline-block;
		--ICON: url(../images/common/icon_insta.svg);
		--MASK: var(--ICON) no-repeat center center / 100%;
		mask: var(--MASK);
		-webkit-mask: var(--MASK);
		background-color: var(--TXT_COLOR_BASE);
		aspect-ratio: 4 / 5;
		width: 23px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.g-insta__link a span{
		line-height: 1.3;
		font-size: var(--FZ_16);
		padding: 0;
		border-bottom: 1px solid var(--TXT_COLOR_BASE);
	}
	.g-insta__link a span::after{
		content: none;
	}
}
@media screen and (max-width: 767px){
	.g-insta{
		padding: var(--GENERALSEC) 0;
	}
	.g-insta__list{
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
  }
	.g-insta__link a{
		background: unset;
		border: unset;
	}
}

/* -------------------is-targetBlank-------------------- */
.is-targetBlank{
	display: inline-block;
	position: relative;
	padding-right: 20px;
}
.is-targetBlank::after{
	content: "";
	display: inline-block;
	--ICON: url(../images//common/icon_targerBlank.svg);
	--MASK: var(--ICON) no-repeat center center / 100%;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
	aspect-ratio: 1/1;
	width: 13px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.is-targetBlank--black::after{
	background-color: var(--TXT_COLOR_BASE);
}
.is-targetBlank--white::after{
	background-color: var(--TXT_COLOR_WHITE);
}
/* -------------------t-allItems-------------------- */
.t-allItems__list.fs-c-productListCarousel,
.t-allItems__list .fs-c-productListCarousel__list{
  display: block;
}
.t-allItems__list .fs-c-productListCarousel__list__item{
	display: flex;
	flex-direction: column;
}
.t-allItems__list .fs-c-productListCarousel__ctrl{
  display: none;
}
.t-allItems__list .fs-c-button--addToWishList--icon{
  display: none;
}
.t-allItems__list h2.fs-c-productListItem__productName{
  padding-right: 0;
}
.t-allItems__list .fs-c-button--particular{
	display: none;
}
.t-allItems__list .fs-c-productMarks{
	margin-top: 0;
}
.t-allItems__list .fs-c-productMarks{
	display: none;
}
@media screen and (min-width: 768px){
	.t-allItems__list .fs-c-productListCarousel__list__itemTrack{
		display: grid;
    gap: var(--GAP_50) var(--GAP_10);
	}
}
@media screen and (max-width: 767px){
  .t-allItems__list .fs-c-productListCarousel__list__itemTrack{
		display: grid;
		grid-template-columns: repeat(2,1fr);
    gap: 10px 15px;
	}
  .t-allItems__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item:nth-of-type(n+5){
    display: none;
  }
}
/* -------------------t-voice-------------------- */
.t-voice{
  overflow: hidden;
}
.t-voice .slick-track{
	display: flex;
	align-items: center;
}
.t-voice__list__body{
  display: flex;
  align-items: center;
}
.t-voice__list__txt{
  flex: 1;
  display: grid;
}
.t-voice__list__txt p{
  line-height: 1.7;
  font-size:1.15em;
}
.t-voice__name{
	text-align: center;
	font-size:0.85em;
}
.t-voice__list__img img{
  aspect-ratio: 1/1;
}
.t-allItems_list{
	margin-left:15px;
}
.t-allItems_list li a{
	position: relative;
	padding-left:15px;
	font-family: var(--FF_EN);
	padding-bottom: 12px;
	display:block;
}

.t-allItems_list li a:before{
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
}


@media screen and (min-width: 768px) and (max-width: 1300px){
  .t-voice__list{
    width: 90%;
  }
}
@media screen and (min-width: 768px){
  .t-voice__list{
		--SLICK_ARROW_TO_BODY: -30px;
    --SLICK_GAP: 0px;
  }
  .t-voice__list .slick-list{
    padding: 0 var(--SLICK_GAP);
  }
  [class*="t-voice__list__arrow"]{
    top: 35%;
  }
  .t-voice__list__body{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    gap: var(--GAP_50);
  }
  .t-voice__list__txt{
    gap: 30px;
    font-size: var(--FZ_14);
  }
  .t-voice__list__txt__logo{
    width: 153px;
    margin: 0 auto;
  }
  .t-voice__list__img{
    width: 200px;
  }
}
@media screen and (max-width: 767px){
  .t-voice__list{
    --SLICK_ARROW_TO_BODY: 2px;
		--SLICK_ARROW_SIZE: 18px;
  }
  [class*="t-voice__list__arrow"]{
    top: 35%;
  }
  .t-voice__list__body{
    padding: 0 32px;
    gap: 20px;
  }
  .t-voice__list__txt{
    font-size: 12px;
    gap: 20px;
  }
  .t-voice__list__txt p{
	  font-size:11px;
  }
  .t-voice__list__txt__logo{
    width: 130px;
    margin: 0 auto;
  }
  .t-voice__list__img{
    width: 113px;
  }
}