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

	--GRAY01: #F0F0F0;
	--GRAY02: #D1D1D1;
	--GRAY03: #A7A7A7;
	--GRAY04: #969696;
	--GRAY05: #F5F5F5;
	--GRAY06: #eee;
	--GRAY07: #AEA8B4;

	--DARK01: #3E3E3E;
	--DARK02: #2F2F2F;
	--RED01: #DE6262;
	--RED02: #AC5454;
	--RED03: #F4E4E4;

	--YELLOW01: #AC9F6D;
	--YELLOW02:#F4F1E2;

	--GREEN01: #0B2609;


	/* カラーチップ */
	--COLOR_CHIP_WHITE:#FFFFFF;
	--COLOR_CHIP_BLACK:#000000;
	--COLOR_CHIP_GRAY:#D9D9D9;
	--COLOR_CHIP_NUTURAL:#EBCA89;
	--COLOR_CHIP_BEIGE:#D9C6A2;
	--COLOR_CHIP_BROWN:#955322;
	--COLOR_CHIP_RED:#D62425;
	--COLOR_CHIP_PINK:#F4B4BF;
	--COLOR_CHIP_YELLOW:#E7DD40;
	--COLOR_CHIP_GREEN:#009600;
	--COLOR_CHIP_BLUE:#060F80;
	--COLOR_CHIP_PURPLE:#6C1E99;
	--COLOR_CHIP_GOLD: linear-gradient(90deg, rgba(245,233,206,1) 0%, rgba(180,142,55,1) 100%);

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

	/* ボーダーカラー */
	--BDCOLOR_GRAY_1: var(--GRAY02);

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

	/* ランキングカラー */
	--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: "Jost", sans-serif;
	--FF_NUM: "Jost", sans-serif;

	--FF_CURSIVE: "Cedarville Cursive", 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_17: clamp(14px, 1.6vw, 17px);
	--FZ_18: clamp(15px, 1.6vw, 18px);
	--FZ_20: clamp(16px, 1.8vw, 20px);
	--FZ_22: clamp(18px, 2vw, 22px);
	--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_55: clamp( 40px, 4.5vw, 55px);
	--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_90: clamp( 60px, 6.5vw, 90px);
	--GAP_100: clamp( 70px, 7.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: 1100px;
	--PC_MAX_WIDTH_L: 1440px;

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

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

@media screen and (min-width: 768px){
	:root{
		--INNER_WIDTH: 95%;
		--GENERALSEC: clamp(70px, 8vw, 120px);
	}
}
@media screen and (max-width: 767px){
	:root{
	--INNER_WIDTH: 88%;
	--GENERALSEC: 70px;
	}
}
/* フェードインアニメーション */
@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);
	letter-spacing: 0.03em;
}
/* フォントCSS */
.ff-mincho{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.ff-jost{
	font-family: 'Jost', 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;
}
@media screen and (min-width: 768px){
	.youtube_curtain{
		width: 70%;
		margin: 0 auto;
	}
}
/* 改行用 */
.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{
	scroll-padding-top: var(--HEADER_HEIGHT);
}
html.no-smooth-scroll {
	scroll-behavior: auto;
}
@media screen and (min-width: 768px){
	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-pcMaxWrapper{
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		overflow-x: clip;
		overflow-y: visible;
	}
	.g-inner,
	.g-inner--pc,
	.g-inner--l,
	.g-inner--m,
	.g-inner--s{
		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;
	}
	.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; }
	[class*="spWrap"]{
		display: contents;
	}
}
@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{
		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;
	}
	.formReset input[type="text"],
	.formReset input[type="text"]::placeholder{
		font-size: var(--FZ_16_CONST);
	}
	[class*="pcWrap"]{
		display: contents;
	}
}
/* ■■■■■■■■■■■■■■■■■■■■■■header■■■■■■■■■■■■■■■■■■■■■■ */
body{
	padding-top: var(--HEADER_HEIGHT);
}
body:not(:has(.hd-message *)){
	padding-top: calc(var(--HEADER_HEIGHT) - var(--HD_MESSAGE_HEIGHT));
}
#headerarea{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	overflow-x: unset;
}
.fs-l-page{
	/* overflow: hidden; */
}
@media screen and (min-width: 768px){
	:root{
		--HD_MESSAGE_HEIGHT: 40px;
		--HD_CONTAINER_HEIGHT: clamp( 60px, 7vw, 80px);
		--HD_GAP: var(--GAP_20);
		--HEADER_HEIGHT: calc(var(--HD_MESSAGE_HEIGHT) + var(--HD_CONTAINER_HEIGHT) + var(--HD_GAP));
	}
}
@media screen and (max-width: 767px){
	:root{
		--HD_MESSAGE_HEIGHT: 31px;
		--HD_CONTAINER_HEIGHT: 56px;
		--HEADER_HEIGHT: calc(var(--HD_MESSAGE_HEIGHT) + var(--HD_CONTAINER_HEIGHT));
	}
	#headerarea{
		background-color: var(--WHITE);
	}
}
/* .hd-message */
.hd-message{
	background-color: var(--THEME_COLOR_1);
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--HD_MESSAGE_HEIGHT);
	transition: .2s;
}
.hd-message:not(:has(*)){
	display: none;
}
body.scroll .hd-message{
	margin-top: calc(0px - var(--HD_MESSAGE_HEIGHT));
}
.hd-message p a{
	color: var(--WHITE);
}
@media screen and (min-width: 768px){
	.hd-message{
		margin-bottom: var(--HD_GAP);
	}
	.hd-message p a{
		font-size: var(--FZ_13);
		font-weight: var(--FF_W_M);
	}
}
@media screen and (max-width: 767px){
	.hd-message p a{
		font-size: 11px;
		letter-spacing: 0.07em;
	}
}
/* hd-container */
.hd-container{
	display: flex;
	align-items: center;
	height: var(--HD_CONTAINER_HEIGHT);
}
@media (hover: hover){
	.hd-nav__name{
		position: relative;
	}
	.hd-nav__name::after{
		content: "";
		display: inline-block;
		background: var(--THEME_COLOR_1);
		width: 0;
		height: 1px;
		position: absolute;
		bottom: -5px;
		left: 0;
		transition: .3s;
	}
	.hd-nav > li[ontouchstart=""]:hover .hd-nav__name,
	.hd-nav__name:hover{
		opacity: 1;
		color: var(--THEME_COLOR_1);
	}
	.hd-nav > li[ontouchstart=""]:hover .hd-nav__name::after,
	.hd-nav__name:hover::after{
		width: 100%;
	}
}
@media screen and (min-width: 1001px){
	.hamburger-ps,
	.fat-nav{
		display: none;
	}
	.hd-navContainer{
		flex: 1;
		display: flex;
		justify-content: flex-end;
		margin-right: var(--GAP_40);
	}
	.hd-nav{
		display: flex;
		gap: var(--GAP_30);
	}
	.hd-nav__name span{
		display: block;
	}
	.hd-nav__name__ja{
		font-size: var(--FZ_11);
		margin-bottom: 2px;
	}
	.hd-nav__name__en{
		font-size: var(--FZ_18);
		font-family: var(--FF_EN);
		font-weight: var(--FF_W_M);
		line-height: 1;
	}
}
@media screen and (max-width: 1000px){
	.hd-navContainer{
		display: none;
	}
}
@media screen and (min-width: 768px){
	.hd-container{
		width: var(--INNER_WIDTH);
		max-width: 1300px;
		padding: 0 var(--GAP_50);
		margin: 0 auto;
		border-radius: 60px;
		background-color: var(--WHITE_OP95);
		position: relative;
		margin-top: var(--HD_GAP);
	}
	.hd-logo{
		width: clamp( 70px, 8vw, 106px);
	}
	.hd-nav__dropdownContainer{
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		transition: .3s;
		--PADDING: 31px;
		padding-top: var(--PADDING);
		width: 100%;
		position: absolute;
		top: calc(100% - var(--PADDING) + 8px);
		left: 0;
	}
	.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_OP95);
		box-shadow: 0px 0px 15px -5px #c9c9c9;
		border-radius: 30px;
		padding: var(--GAP_50);
		max-height: calc(100vh - 170px);
		overflow-y: scroll;
	}
}
@media screen and (max-width: 767px){
	.hd-container{
		position: relative;
	}
	.hd-logo{
		width: 70px;
	}
}
/* hd-user */
.hd-user{
	display: flex;
	width: fit-content;
	margin-left: auto;
}
.hd-user > li{
	aspect-ratio: 1/1;
}
.hd-user__item{
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	background-color: var(--TXT_COLOR_BASE);
	border-radius: 50%;
	position: relative;
}
.hd-user__item::before{
	content: "";
	display: inline-block;
	--MASK: var(--ICON) no-repeat center center;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
	background-color: var(--WHITE);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hd-user__item::after{
	content: var(--LABEL);
	white-space: nowrap;
	display: block;
	font-size: 9px;
	letter-spacing: 0.02em;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	opacity: 0;
	transition: .5s;
	color: var(--THEME_COLOR_1);
}
.hd-user__item .fs-client-cart-count{
	top: 0;
	right: 0;
	transform: translate(-10%, -10%);
}
.hd-search{
	position: absolute;
	z-index: 99;
	background-color: var(--WHITE_OP95);
	border-radius: 10px;
	box-shadow: 0px 0px 15px -5px #c9c9c9;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: .3s;
}
.hd-user > li.is-active	.hd-user__item{
	background-color: var(--THEME_COLOR_1);
}
.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-search__hotword{
	overflow: hidden;
}
.hd-search__hotword li{
	line-height: 1;
}
@media (hover: hover){
	.hd-user__item:hover{
		opacity: 1;
		background-color: var(--THEME_COLOR_1);
	}
	.hd-user__item:hover::after{
		opacity: 1;
	}
}
@media screen and (min-width: 1001px){
	.hd-user > li{
		--WIDTH: clamp( 25px, 3vw, 36px);
	}
}
@media screen and (min-width: 768px) and (max-width: 1000px){
	.hd-user > li{
		--WIDTH: 32px;
	}
}
@media screen and (min-width: 768px){
	.hd-user{
		width: fit-content;
		gap: var(--GAP_10);
	}
	.hd-user > li{
		width: var(--WIDTH);
		min-width: 	var(--WIDTH);
		position: relative;
	}
	.hd-user__item{
		--ICON: var(--PC_ICON);
	}
	.hd-user > li.is-active .hd-user__item--searchTrigger{
		--ICON: var(--ACTIVE_ICON);
	}
	.hd-user__item::before{
		mask-size: 50%;
	}
	.hd-search{
		top: 67px;
		right: -73px;
		width: 380px;
		padding: 25px;
	}
	.hd-search__form input[type="text"]{
		padding: 10px 30px 10px 15px;
	}
	.hd-search__form button[type="submit"]{
		width: 18px;
		right: 10px;
	}
	.hd-search__body{
		display: grid;
		gap: 10px;
	}
	.hd-search__hotword{
		gap: 8px 13px;
		height: 62px;
	}
	.hd-search__hotword li a{
		font-size: 12px;
	}
}
@media screen and (max-width: 767px){
	.hd-user{
		width: fit-content;
		gap: 10px;
	}
	.hd-user > li{
		width: 30px;
	}
	.hd-user__item{
		--ICON: var(--SP_ICON);
	}
	.hd-user > li.is-active .hd-user__item--searchTrigger{
		--ICON: var(--SP_ACTIVE_ICON);
	}
	.hd-user__item:not(.active)::after{
		content: none;
	}
	.hd-user__item::before{
		mask-size: 50%;
	}
	.hd-search{
		top: 64px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		max-width: 375px;
		padding: 20px;
	}
	.hd-search__form input[type="text"]{
		padding: 10px 30px 10px 15px;
	}
	.hd-search__form button[type="submit"]{
		width: 18px;
		right: 10px;
	}
	.hd-search__body{
		display: grid;
		gap: 10px;
	}
	.hd-search__hotword{
		gap: 8px 13px;
		height: 62px;
	}
	.hd-search__hotword li a{
		font-size: 12px;
	}
}
/* g-catLink */
.g-catLink__lv1{
	border-bottom: 1px solid var(--BDCOLOR_GRAY_1);
}
.g-catLink__lv1 a{
	display: grid;
	align-items: center;
	line-height: 1.3;
}
.g-catLink__lv1 a::before{
	content: "";
	display: inline-block;
	background: var(--THEME_COLOR_1) var(--ICON) no-repeat center center / 70%;
	border-radius: 50%;
	aspect-ratio: 1/1;
}
.g-catLink__lv2 ul{
	display: grid;
}
.g-catLink__lv2 ul li a{
	font-weight: var(--FF_W_M);
}
@media (hover: hover){
	.g-catLink__lv2 ul li a{
		position: relative;
	}
	.g-catLink__lv2 ul li a::after{
		content: "";
		display: inline-block;
		background: var(--BDCOLOR_GRAY_1);
		width: 0%;
		height: 1px;
		transition: .3s;
		position: absolute;
		left: 0;
		bottom: -2px;
	}
	.g-catLink__lv2 ul li a:hover{
		opacity: 1;
	}
	.g-catLink__lv2 ul li a:hover::after{
		width: 100%;
	}
	.fat-nav .g-catLink__lv2 ul li a::after{
		content: none;
	}
}
@media screen and (min-width: 1001px){
	.g-catLink{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
		gap: var(--GAP_40) var(--GAP_30);
	}
	.g-catLink__lv1{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.g-catLink__lv1 a{
		grid-template-columns: 37px 1fr;
		gap: 7px;
		font-size: var(--FZ_15);
		font-weight: var(--FF_W_B);
	}
	.g-catLink__lv1__en{
		display: none;
	}
	.g-catLink > li:has(a[href="/c/tableware"]){
		grid-column: span 2;
	}
	.g-catLink__lv2{
		display: flex;
		gap: var(--GAP_50);
	}
	.g-catLink__lv2 ul{
		flex: 1;
	}
	.g-catLink__lv2 ul li a{
		display: inline;
		font-size: var(--FZ_12);
	}
}
@media screen and (max-width: 1000px){
	.g-catLink{
		border-top: 1px solid var(--BDCOLOR_GRAY_1);
	}
	.g-catLink__lv1{
		position: relative;
		padding: 10px 0;
		transition: .3s;
	}
	.g-catLink__lv1::before,
	.g-catLink__lv1::after{
		content: "";
		display: inline-block;
		background: var(--TXT_COLOR_BASE);
		width: 10px;
		height: 1px;
		position: absolute;
		top: 30px;
		right: 20px;
		transition: .3s;
	}
	.g-catLink__lv1.is-active{
		border-color: transparent;
	}
	.g-catLink__lv1::after{
		transform: rotate(90deg);
	}
	.g-catLink__lv1.is-active::after{
		transform: rotate(0deg);
	}
	.g-catLink__lv1 a{
		pointer-events: none;
	}
	.g-catLink__lv1 a{
		grid-template-columns: 40px 1fr;
		column-gap: 10px;
		font-size: var(--FZ_15);
	}
	.g-catLink__lv1 a::before{
		grid-row: span 2;
	}
	.g-catLink__lv1__en{
		font-family: var(--FF_EN);
		font-size: 18px;
	}
	.g-catLink__lv1__ja{
		font-size: 10px;
		font-weight: var(--FF_W_M);
	}
	.g-catLink__lv2{
		display: none;
		border-bottom: 1px solid var(--BDCOLOR_GRAY_1);
		padding: 10px 0 10px 50px;
	}
	.g-catLink__lv2 ul:not(:last-child){
		margin-bottom: 8px;
	}
	.g-catLink__lv2 ul{
		display: grid;
		gap: 8px;
	}
	.g-catLink__lv2 ul li a{
		font-size: 13px;
		padding: 3px 0;
		display: block;
	}
}

/* ■■■■■■■■■■■■■■■■■■■■■■footer■■■■■■■■■■■■■■■■■■■■■■ */
/* ページトップ */
.pagetop{
	position: fixed;
	z-index: 99;
	border-radius: 50%;
	opacity: 0;
	transition: .5s;
}
body.scroll .pagetop{
	opacity: 0;
	animation: var(--ANIME_FADEIN);
}
body.scroll.returnTop .pagetop{
	opacity: 1;
	animation: var(--ANIME_FADEOUT);
}
.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(--THEME_COLOR_1);
	position: relative;
}
.pagetop::before{
	content: "";
	display: inline-block;
	background: var(--WHITE);
	width: 80%;
	border-radius: 50%;
	aspect-ratio: 1/1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
@media screen and (min-width: 768px){
	.pagetop{
		width: 50px;
		bottom: 20px;
		right: 3%;
	}
}
@media screen and (max-width: 767px){
	.pagetop{
		width: 35px;
		bottom: 20px;
		right: 10px;
	}
}
/* フッター */
#footerarea{
	background-color: var(--GRAY04);
}
.ft-menu a{
	display: block;
	color: var(--WHITE);
}
.ft-menu a:visited{
	color: var(--WHITE);
}
.g-sns li a{
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	--MASK: var(--ICON) no-repeat center center / 100%;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
}
.ft-copy{
	color: var(--WHITE);
}
.ft-terms li a{
	color: var(--WHITE);
}
.ft-terms li a:visited{
	color: var(--WHITE);
}
@media screen and (min-width: 951px){
	.ft-container{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 768px) and (max-width: 950px){
	.ft-container{
		grid-template-columns: 2fr 1fr;
	}
}
@media screen and (min-width: 768px){
	.ft-logo{
		padding: var(--GAP_90) 0;
	}
	.ft-logo img{
		width: 130px;
		margin: 0 auto;
	}
	.ft-container{
		display: grid;
		align-items: flex-start;

		gap: var(--GAP_75) var(--GAP_60);
	}
	.ft-menu{
		display: flex;
		align-items: flex-start;
	}
	.ft-menu__pcWrap{
		flex-grow: 1;
		display: grid;
		gap: var(--GAP_10);
	}
	.ft-menu a{
		font-size: var(--FZ_14);
	}
	.ft-sns{
		margin-top: var(--GAP_50);
	}
	.ft-sns__ttl{
		width: 88px;
		position: relative;
		transform: translateX(-10px);
		margin-bottom: 10px;
	}
	.ft-sns__sns{
		display: flex;
		gap: var(--GAP_15);
	}
	.ft-sns__sns li{
		width: 24px;
	}
	.ft-sns__sns li a{
		background-color: var(--WHITE);
	}
	.ft-bottom{
		grid-column: span 2;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 20px;
	}
	.ft-copy{
		font-size: var(--FZ_12);
	}
	.ft-terms{
		display: flex;
		gap: var(--GAP_50);
	}
	.ft-terms li a{
		font-size: var(--FZ_12);
	}
}
@media screen and (max-width: 767px){
	.ft-logo{
		padding: 50px 0;
	}
	.ft-logo img{
		width: 140px;
		margin: 0 auto;
	}
	.ft-menu{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: flex-start;
	}
	.ft-menu__spWrap{
		display: grid;
		gap: 7px;
	}
	.ft-menu a{
		font-size: 14px;
	}
	.ft-sns{
		margin: 60px 0;
	}
	.ft-sns__ttl{
		width: 88px;
		margin: 0 auto 5px;
	}
	.ft-sns__sns{
		display: flex;
		justify-content: center;
		gap: var(--GAP_15);
	}
	.ft-sns__sns li{
		width: 30px;
	}
	.ft-sns__sns li a{
		background-color: var(--WHITE);
	}
	.ft-bottom{
		display: grid;
		gap: 50px;
	}
	.ft-terms{
		display: grid;
		gap: 5px;
	}
	.ft-terms li{
		text-align: center;
	}
	.ft-terms li a{
		font-size: 12px;
	}
	.ft-copy{
		text-align: center;
		font-size: 12px;
		padding-bottom: 20px;
	}
}
/* カレンダー */
.ft-calendarContainer{
	display: grid;
}
.ft-calendar{
	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(--GRAY06);
	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: 2px;
}
.kyugyobi{
	color: var(--DARK01);
	width: fit-content;
	margin: 10px 0 0 auto;
	font-size: 14px;
}
@media screen and (min-width: 951px){
	.ft-calendarContainer{
		grid-template-columns: repeat(2, 1fr);
		gap: var(--GAP_20);
	}
}
@media screen and (min-width: 768px) and (max-width: 950px){
	.ft-calendarContainer .ft-calendar:last-child{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.ft-calendarContainer{
		gap: 30px;
		margin-bottom: 47px;
	}
	.ft-calendar{
		width: 280px;
		margin: 0 auto;
	}
	.teikikyubi{
		text-align: center;
		font-size: 13px;
		color: var(--WHITE);
		margin-top: 10px;
	}
}


/* ■■■■■■■■■■■■■■■■■■■■■■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----------------- */
.logout.my-false { display: none; }
.login.my-true { display: none; }
.fs-client-cart-count--0{display: none;}

/* 内部の色設定 */
:root{
	--WISH_COLOR: var(--THEME_COLOR_1);
	--FS_BTN_COLOR_1: var(--TXT_COLOR_BASE);
	--FS_BTN_COLOR_2: var(--YELLOW01);
	--REVIEW_COLOR: var(--YELLOW01);
}
/* 内部幅設定 */
#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: 9px;
	background-color: var(--RED01);
	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;
  background-color: var(--GRAY01);
  border-radius: var(--BDRS);
}
.fs-c-productMark li:has(.g-productMark--special),
.fs-c-productMark .g-productMark--special,
.g-productMark--special span{
	background-color: var(--RED03);
	color: var(--RED02);
}
.fs-c-productMark li:has(.g-productMark--campaign),
.fs-c-productMark .g-productMark--campaign,
.g-productMark--campaign span{
	background-color: var(--YELLOW02);
	color: var(--YELLOW01);
}
.fs-c-productMark__mark,
.fs-c-productMarks > .fs-c-mark .fs-c-mark__label{
	display: inline-block;
}
.fs-c-productMark img{
	width: auto;
	height: 20px;
}
.fs-c-productMarks > .fs-c-mark{
	line-height: 1;
}
/* 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);
}
@media screen and (min-width: 768px){
	.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: 7px 8px 8px;
		line-height: 1;
	}
}
@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: 9px;
		letter-spacing: 0.05em;
	}
	.fs-c-productMark__mark,
	.fs-c-productMarks > .fs-c-mark .fs-c-mark__label{
    padding: 5px 6px 5px;
		line-height: 1;
	}
}
/* パンくずリセット  */
.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,
#wrapper .fs-c-breadcrumb__list{
	width: 100%;
}
.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: 8px 0;
		font-size: 12px;
    margin-bottom: 10px;
	}
}
@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;
	}
}
/* レビュー */
.fs-c-rating__value{
	font-size: 13px;
	letter-spacing: 0px;
}
.fs-c-reviewStars::before{
	color: var(--REVIEW_COLOR);
}
/* 旧説明文閉じタグ抜け対策 */
.g-closeMissingTagForcedTable{
  width: 100%;
	table-layout: fixed;
}
/* ページャー */
.fs-c-listControl {
	display: flex;
	gap: 10px;
	flex-grow: 2;
	padding: 6px 0 4px;
	margin: 10px 0 40px;
}
#next{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}
.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: var(--FZ_13);
	text-align: center;
}
.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%;
	font-family: var(--FF_NUM);
}
.fs-c-pagination__item,
.wp-pagenavi > *{
	padding: 0;
	background-color: var(--GRAY01);
}
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: unset;
}
.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{
	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-listControl{
		justify-content: flex-end;
		align-items: center;
	}
	.fs-c-pagination,
	.wp-pagenavi{
		font-size: 18px;
		gap: 10px;
	}
	#next {
		margin: var(--MG_50) auto 0;
	}
	.fs-c-pagination > *,
	.wp-pagenavi > *{
		width: 38px;
		font-size: 16px;
	}
	.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: 25px;
		width: 25px;
		height: 38px;
	}
}
@media screen and (max-width: 767px){
	.fs-c-listControl{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.fs-c-pagination,
	.wp-pagenavi{
		font-size: 15px;
		gap: 8px;
	}
	#next {
		margin: var(--MG_30) auto 0;
	}
	.fs-c-pagination > *,
	.wp-pagenavi > *{
		width: 35px;
	}
	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: 17px;
		width: 17px;
		height: 35px;
	}
}
/* aiレコメンドリセット */
.fs-p-heading--lv2,
.fr3-item .fr3-item__rankContainer{
	display: none;
}
.fr3-productListStatic{
	padding: 0 !important;
}
.fr3-item .fr3-item__productPrice{
	gap: 0;
}
.fr3-item__productPrice__price{
	display: flex;
	align-items: baseline;
	font-family: var(--FF_NUM);
}
.fr3-item__productPrice__value{
	letter-spacing: 0.05em;
}
.fr3-item__productPrice .fr3-item__productPrice__addon{
	font-size: 0;
	letter-spacing: 1px;
}
.fr3-item__productPrice__addon::after{
	content: '税込';
}
@media (hover: hover){
	.fr3-item a:hover{
		color: var(--TXT_COLOR_BASE);
	}
}
@media screen and (min-width: 768px){
	.fr3-item .fr3-item__link{
		gap: 5px;
		margin-bottom: 5px;
	}
	.fr3-item__productName{
		font-size: 12px;
		line-height: 1.5;
	}
	.fr3-item__productPrice__currencyMark{
		font-size: 12px;
	}
	.fr3-item__productPrice__value{
		font-size: 16px;
	}
	.fr3-item__productPrice__addon::after{
		font-size: 12px;
	}
}
@media screen and (max-width: 767px){
	.fr3-item .fr3-item__link{
		gap: 5px;
		margin-bottom: 5px;
	}
	.fr3-item__productPrice__currencyMark{
		font-size: 10px;
	}
	.fr3-item__productPrice__value{
		font-size: 13px;
	}
	.fr3-item__productPrice__addon::after{
		font-size: 9px;
	}
}


/* 閲覧履歴 */
[data-frame-id="history"] .fr3-item__productName,
[data-frame-id="history"] .fr3-item__productPrice{
	display: none;
}
[data-frame-id="history"] .fr3-item__image{
	border-radius: 50%;
}
.fn-history [data-frame-id="history"]{
	margin-top: 0;
}
.fn-history [data-frame-id="history"] .fr3-productListStatic.fr3-productListStatic__responsive_1{
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
	-ms-overflow-style: none;/* IE, Edge 対応 */
	scrollbar-width: none;/* Firefox 対応 */
	padding: 0 calc((100% - var(--INNER_WIDTH)) / 2) !important;
	gap: 0px;
}
.fn-history [data-frame-id="history"] .fr3-productListStatic.fr3-productListStatic__responsive_1::-webkit-scrollbar{
	display: none;
}
.fn-history [data-frame-id="history"] .fr3-item{
	--WIDTH: 100px;
	min-width: var(--WIDTH);
	max-width: var(--WIDTH);
	flex: 0 0 auto;
	margin-right: 10px;
}
@media screen and (min-width: 768px){
	[data-frame-id="history"]{
		margin-top: var(--GAP_60);
	}
	[data-frame-id="history"] .fr3-productListStatic.fr3-productListStatic__responsive_1{
		grid-template-columns: repeat(6,1fr);
		gap: 25px;
	}
	[data-frame-id="history"] .fr3-productListStatic .fr3-item:nth-of-type(n+7){
		display: none;
	}
}
@media screen and (max-width: 767px){
	[data-frame-id="history"] .fr3-productListStatic.fr3-productListStatic__responsive_1{
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
		-ms-overflow-style: none;/* IE, Edge 対応 */
		scrollbar-width: none;/* Firefox 対応 */
		padding: 0 calc((100% - var(--INNER_WIDTH)) / 2) !important;
		gap: 0px;
	}
	[data-frame-id="history"] .fr3-productListStatic.fr3-productListStatic__responsive_1::-webkit-scrollbar{
		display: none;
	}
	[data-frame-id="history"] .fr3-item{
		--WIDTH: 100px;
		min-width: var(--WIDTH);
		max-width: var(--WIDTH);
		flex: 0 0 auto;
		margin-right: 10px;
	}
}

/* ランキング */
.g-ranking__category:not(:last-child){
	margin-bottom: var(--GENERALSEC_HALF);
}
@media screen and (min-width: 768px){
	.g-ranking__category .g-headingContainer{
		margin-bottom: var(--GAP_20);
	}
	.g-ranking__category .g-heading__en{
		font-size: var(--FZ_30);
	}
	.g-ranking__product{
		--SLICK_GAP: 5px;
	}
	[data-frame-id*="ranking"] .fr3-productListStatic{
		display: block;
		opacity: 0;
		transition: opacity .3s linear;
	}
	[data-frame-id*="ranking"] .fr3-productListStatic.slick-initialized{
		opacity: 1;
	}
	[data-frame-id*="ranking"] .slick-list{
		overflow: visible;
	}
	[data-frame-id*="ranking"] .slick-track{
		counter-reset: original-counter;
	}
	[data-frame-id*="ranking"] .slick-slide{
		margin-inline: var(--SLICK_GAP);
		position: relative;
	}
	[data-frame-id*="ranking"] .slick-slide::before{
		content: ''counter(original-counter);
		counter-increment: original-counter;
		background-color: var(--THEME_COLOR_1);
		width: 26px;
		height: 26px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-radius: 50%;
		color: var(--WHITE);
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 2;
	}
	[data-frame-id*="ranking"] .slick-slide:nth-of-type(1)::before{
		background-color: var(--RANKING_1ST)
	}
	[data-frame-id*="ranking"] .slick-slide:nth-of-type(2)::before{
		background-color: var(--RANKING_2ND)
	}
	[data-frame-id*="ranking"] .slick-slide:nth-of-type(3)::before{
		background-color: var(--RANKING_3RD);
	}
}
@media screen and (max-width: 767px){
	.g-ranking__category .g-headingContainer{
		margin-bottom: 15px;
	}
	.g-ranking__category .g-heading__en{
		font-size: 20px;
		margin-bottom: 0;
	}
	[data-frame-id*="ranking"] .fr3-productListStatic{
		display: flex;
		gap: 0px;
		overflow-x: scroll;
		overflow-y: hidden;
		padding-left: calc((100% - var(--INNER_WIDTH)) / 2) !important;
		-ms-overflow-style: none;
		scrollbar-width: none;
		counter-reset: original-counter;
	}
	[data-frame-id*="ranking"] .fr3-productListStatic::-webkit-scrollbar{
		display: none;
	}
	[data-frame-id*="ranking"] .fr3-productListStatic .fr3-item{
		--WIDTH: 90px;
		min-width: var(--WIDTH);
		max-width: var(--WIDTH);
		flex: 0 0 auto;
		margin-right: 5px;
		position: relative;
	}
	[data-frame-id*="ranking"] .fr3-productListStatic .fr3-item::before{
		content: ''counter(original-counter);
		counter-increment: original-counter;
		background-color: var(--THEME_COLOR_1);
		width: 18px;
		height: 18px;
		font-size: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-radius: 50%;
		color: var(--WHITE);
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 2;
	}
	[data-frame-id*="ranking"] .fr3-productListStatic .fr3-item:nth-of-type(1)::before{
		background-color: var(--RANKING_1ST);
	}
	[data-frame-id*="ranking"] .fr3-productListStatic .fr3-item:nth-of-type(2)::before{
		background-color: var(--RANKING_2ND);
	}
	[data-frame-id*="ranking"] .fr3-productListStatic .fr3-item:nth-of-type(3)::before{
		background-color: var(--RANKING_3RD);
	}
}
/* -------------------g-heading-------------------- */
.g-headingContainer{
	position: relative;
	z-index: 0;
}
.g-heading > span{
	display: block;
}
.g-heading--center > span{
	text-align: center;
}
.g-heading__en{
	font-family: var(--FF_EN);
	letter-spacing: 0.05em;
}
.g-heading__ja{
	font-weight: var(--FF_W_M);
	letter-spacing: 0.25em;
}
@media screen and (min-width: 768px){
  .g-headingContainer{
		margin-bottom: var(--GAP_40);
	}
	.g-heading__en{
		font-size: var(--FZ_40);
		margin-bottom: 3px;
	}
	.g-heading__ja{
		font-size: var(--FZ_14);
	}
}
@media screen and (max-width: 767px){
	.g-headingContainer{
		margin-bottom: 35px;
	}
	.g-heading__en{
		font-size: 28px;
		margin-bottom: 5px;
	}
	.g-heading__ja{
		font-size: 12px;
	}

}
/* -------------------g-btn-------------------- */
.g-btnContainer{
	display: grid;
}
.g-btnContainer--horizontal{
	display: flex;
	justify-content: center;
}
.g-btn--long{
	width: var(--INNER_WIDTH);
	max-width: 388px;
}
.fs-c-continueShopping{
	max-width: 239px;
}
.g-btn a,
.fs-c-continueShopping a.fs-c-button--standard{
	display: block;
	text-align: center;
	font-family: var(--FF_EN);
	position: relative;
}
.g-btn--white a,
.fs-c-continueShopping a.fs-c-button--standard{
	background-color: var(--WHITE);
}
.g-btn--black a{
	background-color: var(--BLACK);
	color: var(--WHITE);
}
.g-btn--center,
.fs-c-continueShopping{
	margin-left: auto;
	margin-right: auto;
}
.g-btn--arrow a{
	position: relative;
}
.fs-c-continueShopping a.fs-c-button--standard{
	letter-spacing: 0.2em;
}
.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,
.fs-c-continueShopping a.fs-c-button--standard::after{
	transform: rotate(180deg) translateX(5px);
}
@media (hover: hover){
	.g-btn a:hover,
	.fs-c-continueShopping a.fs-c-button--standard:hover{
		opacity: 1;
	}
	.g-btn--white a:hover,
	.fs-c-continueShopping a.fs-c-button--standard:hover{
		opacity: 1;
	}
	.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_40);
	}
	.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,
	.fs-c-continueShopping{
		width: 100%;
	}
	.g-btn{
		max-width: 109px;
	}
	.g-btn--longPc{
		width: var(--INNER_WIDTH);
		max-width: 388px;
	}
	.g-btn a{
		font-size: var(--FZ_15);
		padding: 6px 0;
	}
	.g-btn--small{
		max-width: 150px;
	}
	.g-btn--small a{
		padding: 7px 0;
		font-size: var(--FZ_12_CONST);
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		font-size: var(--FZ_14_CONST);
		padding: 17px 0 15px;
	}
	.g-btn--arrow 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%;
	}
	.g-btn--anchor a::after{
		font-size: 10px;
		top: 35%;
		right: 10px;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		margin: 50px 0 57px;
	}
	.g-btn--widthFitContents{
		max-width: unset;
		width: fit-content;
	}
	.g-btn--widthFitContents a{
		white-space: nowrap;
		font-size: var(--FZ_14);
		padding: 13px 23px 12px;
	}
	.g-btn--returnTop{
		max-width: 239px;
	}
	.g-btn--returnTop a{
		padding: 15px 0;
	}
	.g-btn--search{
		max-width: 240px;
	}
	.g-btn--search a{
		font-size: var(--FZ_14);
		padding: 12px 0;
	}
}
@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{
		width: 90%;
	}
	.g-btn a{
		font-size: var(--FZ_14_CONST);
		padding: 12px 0 11px;
	}
	.fs-c-continueShopping{
		width: 200px;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		font-size: 12px;
		padding: 10px 0 9px;
		margin: 0px 0 30px;
	}
	.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: 12px 0;
		font-size: var(--FZ_12_CONST);
	}
	.g-btn--arrow 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%;
	}
	.g-btn--anchor a::after{
		font-size: 8px;
		top: 37%;
		right: 10px;
	}
}
/* g-btn__anime */
.g-btn__anime{
	display: inline-block;
	position: absolute;
	transition: .2s;
}
.g-btn--white .g-btn__anime,
.g-searchForm__anime{
	background-color: var(--BLACK);
}
.fs-c-continueShopping .g-btn__anime{
	background-color: var(--BLACK);
}
.g-btn--blue .g-btn__anime{
	background-color: var(--WHITE);
}
.g-btn__anime--topLeft{
	top: 0;
	left: 0;
}
.g-btn__anime--topRight{
	bottom: 0;
	right: 0;
}
.g-btn__anime--bottomRight{
	bottom: 0;
	right: 0;
}
.g-btn__anime--bottomLeft{
	top: 0;
	left: 0;
}
@media (hover: hover){
	.g-btn a:hover .g-btn__anime--topLeft,
	.g-btn a:hover .g-btn__anime--bottomRight{
		width: 100%;
	}
	.g-btn a:hover .g-btn__anime--topRight,
	.g-btn a:hover .g-btn__anime--bottomLeft{
		height: 100%;
	}
	.fs-c-continueShopping a:hover .g-btn__anime--topLeft,
	.fs-c-continueShopping a:hover .g-btn__anime--bottomRight{
		width: 100%;
	}
	.fs-c-continueShopping a:hover .g-btn__anime--topRight,
	.fs-c-continueShopping a:hover .g-btn__anime--bottomLeft{
		height: 100%;
	}
}
@media screen and (min-width: 768px){
	.g-btn__anime--topLeft,
	.g-btn__anime--bottomRight{
		height: 1px;
	}
	.g-btn__anime--topRight,
	.g-btn__anime--bottomLeft{
		width: 1px;
	}
	.g-btn__anime--topLeft,
	.g-btn__anime--bottomRight{
		width: calc(100% - 20px);
	}
	.g-btn__anime--topRight,
	.g-btn__anime--bottomLeft{
		height: calc(100% - 10px);
	}
}
@media screen and (max-width: 767px){
	.g-btn__anime--topLeft,
	.g-btn__anime--bottomRight{
		height: 1px;
	}
	.g-btn__anime--topRight,
	.g-btn__anime--bottomLeft{
		width: 1px;
	}
	.g-btn__anime--topLeft,
	.g-btn__anime--bottomRight{
		width: calc(100% - 25px);
	}
	.g-btn__anime--topRight,
	.g-btn__anime--bottomLeft{
		height: calc(100% - 15px);
	}
}
/* -------------------g-slickArrow---------------------- */
[class*="g-slickArrow--"]{
	width: var(--SLICK_ARROW_SIZE);
	aspect-ratio: 1/1;
	background-color: var(--WHITE);
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}
[class*="g-slickArrow--"]::before{
	content: "";
	display: inline-block;
	background: var(--WHITE);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	--ICON: url(/asset2024/images/common/slide-parts.svg);
	--MASK: var(--ICON) no-repeat center center;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
	background-color: var(--TXT_COLOR_BASE);
}
.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--"],
	[class*="g-slickArrow--"]::before{
		transition: .3s;
	}
	[class*="g-slickArrow--"]:hover{
		cursor: pointer;
		background-color: var(--THEME_COLOR_1);
	}
	[class*="g-slickArrow--"]:hover::before{
		background-color: var(--WHITE);
	}
}
@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);
	}
	[class*="g-slickArrow--"]::before{
		mask-size: 35%;
	}
}
@media screen and (max-width: 767px){
	.g-hasSlickArrow{
		--SLICK_ARROW_SIZE: 30px;
		--SLICK_ARROW_TO_BODY: 5px;
		overflow-x: clip;
	}
	[class*="g-slickArrow--"]::before{
		mask-size: 37%;
	}
}
/* -------------------g-slickDots-------------------- */
.slick:has(.g-slickDots){
	line-height: 1;
	margin-bottom: 0;
}
.g-slickDots{
	display: flex;
	justify-content: center;
}
.g-slickDots li{
	aspect-ratio: 1/1;
	position: relative;
}
.g-slickDots button{
	font-size: 0;
	width: 100%;
	aspect-ratio: 1/1;
	background-color: var(--GRAY02);
	border-radius: 50%;
	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: 10px;
		gap: 12px;
	}
	.g-slickDots li{
		width: 8px;
	}
}
@media screen and (max-width: 767px){
	.g-slickDots{
		margin-top: 10px;
		gap: 10px;
	}
	.g-slickDots li{
		width: 6px;
	}
}
/* g-slickDots--vertical */
.g-slickDots--vertical{
	width: fit-content;
	flex-direction: column;
	position: absolute;

}
@media screen and (min-width: 768px){
	.g-slickDots--vertical{
		left: -22px;
		bottom: 4px;
	}
}
@media screen and (max-width: 767px){
	.g-slickDots--vertical{
		left: -20px;
		bottom: 3px;
	}
}
/* -------------------bgcolor-------------------- */
.bgcolor--gray{
	background-color: var(--BGCOLOR_GRAY_1);
}
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* -------------------g-sns-------------------- */
.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);
}
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* -------------------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);
}
/* -------------------SVGアニメ-------------------- */
/* コンテナのスタイル */
.g-svgAnime {
	opacity: 0;
	transition: opacity 0.5s ease-out;
	transform: scaleX(1);
	position: absolute;
}
.g-svgAnime svg{
	width: 100%;
	height: auto;
}
.g-journal__svgAnime,.s-aboutus__fvSvgAnime{
	--STROKE_DASH: 586.7089233398438;
	--TIME: 2s;
}
.g-coordinate__svgAnime,
.l-scene__svgAnime{
	--STROKE_DASH: 903.352294921875;
	--TIME: 2s;
}
.g-featured__svgAnime{
	--STROKE_DASH: 582.0637817382812;
	--TIME: 5s;
}
.g-popularItem__svgAnime{
	--STROKE_DASH: 499.8326110839844;
	--TIME: 2s;
}
.g-allProduct__svgAnime{
	--STROKE_DASH: 1715.4268798828125;
	--TIME: 3s;
}
.g-staffRecommend__svgAnime{
	--STROKE_DASH: 586.7089233398438;
	--TIME: 5s;
}
.g-aboutUs__svgAnime1{
	--STROKE_DASH: 540.9747924804688;
	--TIME: 5s;
}
.g-aboutUs__svgAnime2{
	--STROKE_DASH: 335.4296569824219;
	--TIME: 5s;
}
.g-gallery__svgAnime{
	--STROKE_DASH: 582.0637817382812;
	--TIME: 5s;
}
.g-aboutUs__svgAnime{
	position: absolute;
	z-index: -1;
}
.g-aboutUs__svgAnime_1{
	position: static;
}
@media screen and (min-width: 768px){
	.g-journal__svgAnime{
		width: 35%;
		top: 0;
		right: 0;
		transform: translateY(-90%);
	}
	.g-coordinate__svgAnime{
		width: 40%;
		top: 0;
		right: 0;
		transform: translate(-1%, -26%);
	}
	.g-popularItem__svgAnime{
    width: 31%;
    top: 25%;
		right: 0;
		z-index: -1;
  }
	.g-allProduct__svgAnime{
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: -1;
	}
	.g-staffRecommend__svgAnime{
		width: 32%;
		right: 0;
		top: 10%;
		z-index: -1;
	}
	.g-aboutUs__svgAnime{
		width: 30%;
		top: 5%;
		left: 0;
	}
	.g-aboutUs__svgAnime_2{
		top: -29%;
		width: 50%;
	}
	.g-gallery__svgAnime{
		width: 35%;
		top: 0;
		left: 0;
	}
}
@media screen and (max-width: 767px){
	.g-coordinate__svgAnime{
		width: 65%;
		top: 0;
		right: 0;
		transform: translateY(-90%);
	}
	.g-allProduct__svgAnime{
		width: 90%;
		left: 0;
		top: 0;
		transform: translateY(-20%);
		z-index: -1;
	}
	.g-staffRecommend__svgAnime{
		width: 65%;
		right: 0;
		transform: translateY(-70%);
		z-index: -1;
	}
	.g-aboutUs__svgAnime{
		width: 60%;
		top: 2%;
		left: 0;
	}
	.g-aboutUs__svgAnime_2{
		top: -29%;
		width: 60%;
	}
	.g-gallery__svgAnime{
		width: 70%;
		top: 0;
		left: 0;
		transform: translateY(-100%);
	}
}
/* パスのスタイル */
.animated-path {
	stroke-dasharray: var(--STROKE_DASH); /* パスの長さに合わせて調整 */
	stroke-dashoffset: var(--STROKE_DASH);
	transition: stroke-dashoffset var(--TIME) ease;
}
/* アニメーションを開始するクラス */
.g-svgAnime.animate .animated-path {
	stroke-dashoffset: 0;
}
/* アニメーションを開始するクラスでコンテナを表示 */
.g-svgAnime.animate {
	opacity: 1;
}
/* -------------------g-journal-------------------- */
.g-journal__list{
	display: grid;
}
@media screen and (min-width: 768px){
	.g-journal__list{
		grid-template-columns: repeat(3, 1fr);
		gap: var(--GAP_50) var(--GAP_40);
		--AJDUST: var(--GAP_35);
		padding-bottom: var(--AJDUST);
	}
	.g-journal__list article:nth-child(2),
	.g-journal__list article:nth-child(5){
		position: relative;
		transform: translateY(var(--AJDUST));
	}
	.g-journal__list__ttl{
		font-size: var(--FZ_16);
		margin-top: 6px;
	}
}
@media screen and (max-width: 767px){
	.g-journal__list{
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 15px;
	}
	.g-journal__list__ttl{
		font-size: 12px;
		margin-top: 5px;
		line-height: 1.4;
	}
}
/* -------------------g-coordinate-------------------- */
/* .g-coordinate__list */
.g-coordinate__list{
	width: var(--INNER_WIDTH);
	margin: 0 auto;
}
.g-coordinate__listContainer{
	overflow: hidden;
}
.g-coordinate__list--top .slick-list{
	overflow: visible;
}
.g-coordinate__list__ttl{
	font-weight: var(--FF_W_M);
}
.g-coordinate__list__ttl{
	padding-right: var(--TXT_PADDING);
}
.g-coordinate__list__excerpt{
	padding-right: var(--TXT_PADDING);
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.g-coordinate__keywords{
	padding-right: var(--TXT_PADDING);
}
.g-coordinate__keywords{
	display: flex;
	flex-wrap: wrap;
}
.g-coordinate__keywords li a{
	display: block;
	background-color: var(--GRAY01);
	border-radius: 50px;
}
.g-coordinate__keywords li a::before{
	content: '#';
}
.g-coordinate__list__thumb img{
	aspect-ratio: 352/235;
  object-fit: cover;
}
@media (hover: hover){
	.g-coordinate__keywords li a:hover{
		opacity: 0.5;
	}
}
@media screen and (min-width: 768px){
	.g-coordinate__list--top{
		max-width: 675px;
		--SLICK_ARROW_TO_BODY: -20px;
		--TXT_PADDING: 30px;
	}
	[class*="g-coordinate__list__arrow"]{
		top: 35%;
	}
	.g-coordinate__list__ttl{
		font-size: var(--FZ_18);
		margin: 8px 0 5px;
	}
	.g-coordinate__list__excerpt{
		font-size: var(--FZ_12);
	}
	.g-coordinate__keywords{
		margin-top: 10px;
		gap: var(--GAP_10);
	}
	.g-coordinate__keywords li a{
		font-size: var(--FZ_12);
		padding: 5px 8px;
	}
}
@media screen and (max-width: 767px){
	.g-coordinate__list--top{
		overflow-x: visible;
		--SLICK_ARROW_TO_BODY: -20px;
		--TXT_PADDING: 20px;
	}
	[class*="g-coordinate__list__arrow"]{
		top: 35%;
	}
	.g-coordinate__list__ttl{
		font-size: 14px;
		margin: 7px 0 4px;
	}
	.g-coordinate__list__excerpt{
		font-size: 12px;
	}
	.g-coordinate__keywords{
		margin-top: 10px;
		gap: 12px 5px;
	}
	.g-coordinate__keywords li a{
		font-size: 12px;
		padding: 5px 8px;
	}
}

/* .g-coordinate__list--product */
@media screen and (min-width: 768px){
	.g-coordinate__list--product{
		--SLICK_GAP: var(--GAP_10);
		--SLICK_ARROW_TO_BODY: -20px;
	}
	[class*="g-coordinate__list--product__arrow"]{
		top: 35%;
	}
	.g-coordinate__list--product .slick-slide{
		padding: 0 var(--SLICK_GAP);
	}
	.g-coordinate__list--product .g-coordinate__keywords{
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px){
	.g-coordinate__list--product{
		--SLICK_ARROW_TO_BODY: -20px;
		overflow-x: visible;
	}
	[class*="g-coordinate__list--product__arrow"]{
		top: 35%;
	}
	.g-coordinate__list--product .g-coordinate__keywords{
		margin: 20px auto 0;
		width: 80%;
	}
}

/* .g-coordinate__search */
.g-coordinate__search{
	overflow: hidden;
	position: relative;
	border: 1px solid var(--BDCOLOR_GRAY_1);
	border-left: none;
	border-right: none;
	transition: .5s;
}
.g-coordinate__search__heading{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.g-coordinate__search__heading::before{
	content: "";
	display: block;
	background: url(../images/top/coordinate_keyword.svg?10251706) no-repeat center center / 100%;
	aspect-ratio: 271/51;
}
.g-coordinate__keywords{
	position: relative;
	z-index: 1;
}
.g-coordinate__search.open{
	height: auto;
	overflow: visible;
}
.g-coordinate__search__more{
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0.5), white) repeat scroll 0 0;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
	z-index: 2;
}
.g-coordinate__search.open .g-coordinate__search__more{
	/* background: transparent; */
}
.g-coordinate__search__more span{
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.g-coordinate__search__more span::before{
	content: 'さらに見る';
}
.g-coordinate__search__more span::after{
	content: "";
	display: inline-block;
	background: url(../images/common/open.svg) no-repeat center center / 100%;
	aspect-ratio: 1/1;
}
.g-coordinate__search.open .g-coordinate__search__more span::before{
	content: '閉じる';
}
.g-coordinate__search.open .g-coordinate__search__more span::after{
	transform: rotate(180deg);
}
@media (hover: hover){
	.g-coordinate__search__more span:hover{
		cursor: pointer;
	}
}
@media screen and (min-width: 768px){
	.g-coordinate__search{
		margin-top: var(--GAP_100);
		padding-block: 40px;
		/* height: 300px; */
	}
	.g-coordinate__search.open{
		padding-bottom: 120px;
	}
	.g-coordinate__search__heading{
		font-size: 12px;
		gap: 5px;
		margin-bottom: var(--GAP_30);
	}
	.g-coordinate__search__heading::before{
		width: 290px;
	}
	.g-coordinate__search .g-coordinate__keywords{
		max-width: 740px;
		margin: 0 auto;
	}
	.g-coordinate__search__more{
		padding: 30px 0 55px;
	}
	.g-coordinate__search__more span{
		gap: 5px;
	}
	.g-coordinate__search__more span::before{
		font-size: 14px;
	}
	.g-coordinate__search__more span::after{
		width: 14px;
	}
}
@media screen and (max-width: 767px){
	.g-coordinate__search{
		margin-top: 70px;
		padding-block: 40px;
		/* height: 320px; */
	}
	.g-coordinate__search.open{
		padding-bottom: 83px;
	}
	.g-coordinate__search__heading{
		font-size: 12px;
		gap: 5px;
		margin-bottom: 40px;
	}
	.g-coordinate__search__heading::before{
		width: 290px;
	}
	.g-coordinate__search .g-coordinate__keywords{
		margin: 0 auto;
		width: var(--INNER_WIDTH);
	}
	.g-coordinate__search__more{
		padding: 30px 0;
	}
	.g-coordinate__search__more span{
		gap: 5px;
	}
	.g-coordinate__search__more span::before{
		font-size: 14px;
	}
	.g-coordinate__search__more span::after{
		width: 14px;
	}
}
/* 一旦不要 */
.g-coordinate__search__more{
	display: none;
}
/* -------------------g-space-------------------- */
.g-space__list--top .g-space__list__body{
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: .5s;
}
.g-space__list--top .slick-slide.slick-current .g-space__list__body,
.g-space__list--top .slick-slide.is-active-next .g-space__list__body{
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1;
}
.g-space__list__item{
	display: grid;
}
.g-space__list__item__thumb img{
	border-radius: 50%;
}
.g-space__list__item__price{
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.g-space__list__item__price__value{
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px){
	.g-space__list{
		--SLICK_ARROW_TO_BODY: 5px;
	}
	[class*="g-space__list__arrow"]{
		top: 35%;
	}
	.g-space__list--top .g-space__list__body{
		width: 85%;
		margin: var(--GAP_30) auto 0;
	}
  .g-space__list__item{
		grid-template-columns: repeat(6,1fr);
		gap: 9px;
	}
	.g-space__list--top .slick-slide > div{
		--WIDTH: 570px;
		min-width: var(--WIDTH);
		max-width: var(--WIDTH);
	}
	.g-space__list__item__price{
		margin-top: 5px;
	}
	.g-space__list__item__price__currencyMark{
		font-size: 12px;
	}
	.g-space__list__item__price__value{
		font-size: 12px;
	}
}
@media screen and (max-width: 767px){
	.g-space{
		overflow: hidden;
	}
  .g-space__list{
		--SLICK_ARROW_TO_BODY: -18px;
		overflow: visible;
	}
	.g-space__list .slick-list{
		overflow: visible;
	}
	[class*="g-space__list__arrow"]{
		top: 30%;
	}
	.g-space__list__body{
		margin: 20px auto 0;
	}
	.g-space__list__item{
		grid-template-columns: repeat(6,1fr);
		gap: 5px;
	}
	.g-space__list__item__price{
		margin-top: 3px;
	}
	.g-space__list__item__price__currencyMark{
		font-size: 10px;
	}
	.g-space__list__item__price__value{
		font-size: 11px;
	}
}
/* g-space__list--product */
@media screen and (min-width: 768px){
	.g-space__list--product{
		--SLICK_GAP: var(--GAP_10);
		--SLICK_ARROW_TO_BODY: -20px;
	}
	[class*="g-space__list--product__arrow"]{
		top: 35%;
	}
	.g-space__list--product .slick-slide{
		padding: 0 var(--SLICK_GAP);
	}
	.g-space__list--product .g-space__list__body{
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px){
	.g-space__list--product{
		--SLICK_ARROW_TO_BODY: -20px;
	}
	[class*="g-space__list--product__arrow"]{
		top: 35%;
	}
	.g-space__list--product .g-space__list__item{
		grid-template-columns: repeat(4,1fr);
		gap: 10px;
	}
}
/* ------------------- -------------------- */
.g-insta__list{
	grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.g-insta__list li a{
  display: block;
}
.g-insta__list li a img{
  aspect-ratio: 1 / 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.g-insta__list li a video{
  aspect-ratio: 1 / 1;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px){
	.g-insta__list{
    gap: 6px;
  }
}
@media screen and (max-width: 767px){
	.g-insta__list{
    gap: 3px;
  }
}
/* -------------------g-allproducts-------------------- */
/* g-allproducts__cat */
.g-allproducts__cat li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.g-allproducts__cat li a::before{
	content: "";
	display: block;
	background: var(--THEME_COLOR_1) var(--ICON) no-repeat center center / 80%;
	aspect-ratio: 1/1;
	border-radius: 50%;
}
.g-allproducts__cat li a span{
	display: block;
	font-family: var(--FF_EN);
	letter-spacing: 0.03em;
	white-space: nowrap;
}
@media screen and (min-width: 1101px){
	.g-allproducts__cat li a{
		font-size: var(--FZ_14);
	}
	.g-allproducts__cat li a span{
		font-size: var(--FZ_16);
	}
}
@media screen and (min-width: 768px) and (max-width: 1100px){
	.g-allproducts__cat li a{
		font-size: var(--FZ_12);
	}
	.g-allproducts__cat li a span{
		font-size: var(--FZ_14);
	}
}
@media screen and (min-width: 768px){
	.g-allproducts__cat{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		justify-content: center;
		row-gap: var(--GAP_20);
		margin-top: var(--GAP_65);
		max-width: 785px;
		margin-left: auto;
		margin-right: auto;
	}
	.g-allproducts__cat li a{
		text-align: center;
	}
	.g-allproducts__cat li a::before{
		width: 60%;
		margin-bottom: var(--GAP_10);
	}
}
@media screen and (max-width: 767px){
	.g-allproducts{
		padding: 50px 0;
	}
	.g-allproducts__cat{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		row-gap: 20px;
	}
	.g-allproducts__cat li a::before{
		width: 55%;
		margin-bottom: 5px;
	}
	.g-allproducts__cat li a{
		font-size: 10px;
	}
	.g-allproducts__cat li a span{
		font-size: 13px;
	}
}
/* g-allproducts__search */
.g-allproducts__searchFormContainer{
	display: grid;
}
.g-searchForm{
	position: relative;
}
.g-searchForm input[type="text"]{
	width: 100%;
	height: 100%;
	background-color: var(--WHITE);
	position: relative;
	z-index: 1;
}
.g-searchForm button[type="submit"]{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	--ICON: url(../images/common/hdr-icon_search.svg);
	--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;
}
.g-searchForm__anime{
	display: inline-block;
	position: absolute;
	transition: .2s;
	z-index: 2;
}
.g-searchForm__anime--topLeft,
.g-searchForm__anime--bottomRight{
	width: 100%;
}
.g-searchForm__anime--topLeft{
	top: 0;
	left: 0;
}
.g-searchForm__anime--topRight{
	top: 0;
	right: 0;
}
.g-searchForm__anime--bottomRight{
	bottom: 0;
	right: 0;
}
.g-searchForm__anime--bottomLeft{
	bottom: 0;
	left: 0;
}
.g-searchForm:has(input[type="text"]:focus) .g-searchForm__anime--topLeft,
.g-searchForm:has(input[type="text"]:focus) .g-searchForm__anime--bottomRight{
	width: 100%;
}
.g-searchForm:has(input[type="text"]:focus) .g-searchForm__anime--topRight,
.g-searchForm:has(input[type="text"]:focus) .g-searchForm__anime--bottomLeft{
	height: 100%;
}
.g-keywords{
	display: flex;
	flex-wrap: wrap;
}
.g-keywords li a::before{
	content: '#';
}
@media screen and (min-width: 768px){
	.g-allproducts__searchFormContainer{
		max-width: 700px;
		margin: 0 auto;
		margin-top: var(--GAP_50);
		gap: var(--GAP_15);
	}
	.g-allproducts__searchForm{
		height: clamp( 50px, 5.5vw, 60px);
	}
	.g-allproducts__searchForm input[type="text"]{
		padding: 0 40px 0 20px;
	}
	.g-allproducts__searchForm button{
		width: 25px;
		right: 15px;
	}
	.g-searchForm__anime--topLeft,
	.g-searchForm__anime--bottomRight{
		height: 1px;
	}
	.g-searchForm__anime--topRight,
	.g-searchForm__anime--bottomLeft{
		width: 1px;
	}
	.g-searchForm__anime--bottomLeft,
	.g-searchForm__anime--topRight{
		height: calc(100% - 20px);
	}
	.g-allproducts__keywords{
		gap: var(--GAP_10) var(--GAP_20);
	}
	.g-allproducts__keywords li a{
		font-size: var(--FZ_14);
	}
}
@media screen and (max-width: 767px){
	.g-allproducts__searchFormContainer{
		margin-top: 30px;
		gap: 10px;
	}
	.g-allproducts__searchForm{
		height: 50px;
	}
	.g-allproducts__searchForm input[type="text"]{
		padding: 0 40px 0 20px;
	}
	.g-allproducts__searchForm button{
		width: 25px;
		right: 15px;
	}
	.g-searchForm__anime--topLeft,
	.g-searchForm__anime--bottomRight{
		height: 1px;
	}
	.g-searchForm__anime--topRight,
	.g-searchForm__anime--bottomLeft{
		width: 1px;
	}
	.g-searchForm__anime--bottomLeft,
	.g-searchForm__anime--topRight{
		height: calc(100% - 10px);
	}
	.g-allproducts__keywords{
		gap: 2px var(--GAP_20);
	}
	.g-allproducts__keywords li a{
		font-size: 12px;
	}
}

/* -------------------g-guide-------------------- */
.g-guide__ttl{
	display: flex;
	font-weight: var(--FF_W_B);
}
.g-guide__ttl::before{
	content: "";
	display: inline-block;
	background: var(--THEME_COLOR_1) var(--ICON) no-repeat center center / 50%;
	aspect-ratio: 1/1;
	border-radius: 50%;
}
.g-guide__link{
	width: fit-content;
}
.g-guide__link a{
	display: block;
	background: url(../images/common/link-arrow.svg) no-repeat left bottom;
}
@media (hover: hover){
	.g-guide__link a{
		padding: 0 18px 3px 0 !important;
		transition: .3s;
	}
	.g-guide__link a:hover{
		background-position: left 5px bottom;
		opacity: 1;
	}
}
@media screen and (min-width: 768px){
	.g-guide{
		display: flex;
	}
	.g-guide li{
		flex: 1;
		padding: 0 var(--GAP_50);
		display: flex;
		flex-direction: column;
	}
	.g-guide li:not(:last-child){
		border-right: 1px solid var(--BDCOLOR_GRAY_1);
	}
	.g-guide__ttl{
		flex-direction: column;
		align-items: center;
		font-size: var(--FZ_17);
		gap: var(--GAP_20);
		margin-bottom: var(--GAP_15);
	}
	.g-guide__ttl::before{
		width: 76px;
	}
	.g-guide__explain{
		font-size: var(--FZ_13);
		flex: 1;
	}
	.g-guide__link{
		margin: 26px auto 0;
	}
	.g-guide__link a{
		font-size: 12px;
		padding: 0 11px 3px 0;
		background-size: 70px;
	}
}
@media screen and (max-width: 767px){
	.g-guide{
		display: grid;
		gap: 20px;
	}
	.g-guide__ttl{
		align-items: center;
		gap: 8px;
		font-size: 16px;
		margin-bottom: 9px;
	}
	.g-guide__ttl::before{
		width: 40px;
	}
	.g-guide__explain{
		font-size: 12px;
	}
	.g-guide__link{
		margin: 10px 0 0 auto;
	}
	.g-guide__link a{
		font-size: 12px;
		padding: 0 11px 3px 0;
		background-size: 100%;
	}
}

.fs-c-wishlistProduct__list.fs-c-productListCarousel,
.fs-c-wishlistProduct__list .fs-c-productListCarousel__list,
.fs-c-featuredProduct__list.fs-c-productListCarousel,
.fs-c-featuredProduct__list .fs-c-productListCarousel__list{
	display: block;
}
/* おすすめ商品 */
#fs_ShoppingCart .fs-c-featuredProduct{
	--OYA: calc(50% - 50vw);;
	margin-left: var(--OYA);
	margin-right: var(--OYA);
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item{
	min-width: unset;
	max-width: unset;
	margin: 0;
}
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl{
  display: none;
}
.fs-c-featuredProduct .fs-c-productMarks,
.fs-c-featuredProduct .fs-c-productListItem__control,
.fs-c-featuredProduct .fs-c-productListItem__productDescription{
  display: none;
}
.fs-c-featuredProduct .fs-c-productPrices span.fs-c-productPrice__main__price,
.fs-c-featuredProduct .fs-c-productPrice span.fs-c-productPrice__main__price,
.fs-c-featuredProduct .fs-c-productPrice .fs-c-productPrice__addon{
  font-weight: var(--FF_W_R);
}
.fs-c-featuredProduct .fs-c-productPrice .fs-c-productPrice__addon:before,
.fs-c-featuredProduct .fs-c-productPrice .fs-c-productPrice__addon:after{
  content: none;
}
.fs-c-featuredProduct .slick-slide{
  margin: 0 var(--SLICK_GAP);
}
.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--listed{
	margin-bottom: 0;
}
.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main{
	display: flex;
	align-items: baseline;
	gap: 3px;
}
.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main__price{
	gap: 1px;
}
.fs-c-featuredProduct .fs-c-price__currencyMark,
.fs-c-featuredProduct .fs-c-price__value{
  font-family: var(--FF_NUM);
}
.fs-c-featuredProduct .fs-c-productPrice__addon__label{
	display: inline-block;
	font-weight: 500;
}
.fs-c-featuredProduct .fs-c-productPrice__addon__label::before{
	content: '(';
}
.fs-c-featuredProduct .fs-c-productPrice__addon__label::after{
	content: ')';
}
.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--selling .fs-c-price{
	gap: 3px;
}
@media screen and (min-width: 768px){
  .fs-c-featuredProduct{
    margin-top: var(--GAP_100);
  }
  .fs-c-featuredProduct__list{
    --SLICK_GAP: 5px;
    --SLICK_ARROW_TO_BODY: -20px;
  }
  [class*="fs-c-featuredProduct__arrow"]{
    top: 30%;
  }
  .fs-c-featuredProduct .fs-c-productListCarousel__list{
    overflow: visible;
  }
  .fs-c-featuredProduct .fs-c-productListItem__productName{
    margin-top: 10px;
  }
  .fs-c-featuredProduct .fs-c-productName__name{
    font-size: var(--FZ_14);
  }
	.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main__label{
		font-size: 12px;
	}
	.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main__price .fs-c-price__currencyMark{
		font-size: 11px;
	}
	.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main__price .fs-c-price__value{
		font-size: 13px;
	}
	.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__price .fs-c-price__currencyMark{
		font-size: 12px;
	}
	.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__addon__label{
		font-size: 11px;
	}
	.fs-c-featuredProduct .fs-c-productPrice--selling .fs-c-price__value{
    font-size: 18px;
  }
  .fs-c-featuredProduct .fs-c-productListItem__prices{
    margin-top: 10px;
  }
  .fs-c-featuredProduct .fs-c-productPrices .fs-c-productPrice__addon,
  .fs-c-featuredProduct .fs-c-productPrice .fs-c-productPrice__addon{
    font-size: 12px;
  }
}
@media screen and (max-width: 767px){
  .fs-c-featuredProduct{
    margin-top: var(--GAP_70);
  }
  .fs-c-featuredProduct__list{
    --SLICK_GAP: 5px;
    --SLICK_ARROW_TO_BODY: 0;
  }
  [class*="fs-c-featuredProduct__arrow"]{
    top: 30%;
  }
  .fs-c-featuredProduct .slick-list{
    padding: 0 80px 0 calc((100% - var(--INNER_WIDTH)) / 2);
  }
  .fs-c-featuredProduct .fs-c-productListItem__productName{
    margin-top: 8px;
  }
  .fs-c-featuredProduct .fs-c-productName__name{
    font-size: 12px;
  }
	.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main__label{
		font-size: 10px;
	}
	.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main__price .fs-c-price__currencyMark{
		font-size: 11px;
	}
	.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main__price .fs-c-price__value{
		font-size: 13px;
	}
	.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__price .fs-c-price__currencyMark{
		font-size: 12px;
	}
	.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__addon__label{
		font-size: 11px;
	}
	.fs-c-featuredProduct .fs-c-productPrice--selling .fs-c-price__value{
    font-size: 18px;
  }
  .fs-c-featuredProduct .fs-c-productListItem__prices{
    margin-top: 10px;
  }
  .fs-c-featuredProduct .fs-c-productPrices .fs-c-productPrice__addon,
  .fs-c-featuredProduct .fs-c-productPrice .fs-c-productPrice__addon{
    font-size: 12px;
  }
}



/* お気に入り商品 */
#fs_ShoppingCart .fs-c-wishlistProduct{
	--OYA: calc(50% - 50vw);;
	margin-left: var(--OYA);
	margin-right: var(--OYA);
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item{
	min-width: unset;
	max-width: unset;
	margin: 0;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl{
  display: none;
}
.fs-c-wishlistProduct .fs-c-productMarks,
.fs-c-wishlistProduct .fs-c-productListItem__control,
.fs-c-wishlistProduct .fs-c-productListItem__productDescription{
  display: none;
}
.fs-c-wishlistProduct .fs-c-productPrices span.fs-c-productPrice__main__price,
.fs-c-wishlistProduct .fs-c-productPrice span.fs-c-productPrice__main__price,
.fs-c-wishlistProduct .fs-c-productPrice .fs-c-productPrice__addon{
  font-weight: var(--FF_W_R);
}
.fs-c-wishlistProduct .fs-c-productPrice .fs-c-productPrice__addon:before,
.fs-c-wishlistProduct .fs-c-productPrice .fs-c-productPrice__addon:after{
  content: none;
}
.fs-c-wishlistProduct .slick-slide{
  margin: 0 var(--SLICK_GAP);
}
.fs-c-wishlistProduct .fs-c-price__currencyMark,
.fs-c-wishlistProduct .fs-c-price__value{
  font-family: var(--FF_NUM);
}
@media (hover: hover){
	.fs-c-wishlistProduct .fs-c-productListItem__productName a:hover{
		color: var(--TXT_COLOR_BASE);
	}
}
@media screen and (min-width: 768px){
  .fs-c-wishlistProduct{
    margin-top: var(--GAP_100);
  }
  .fs-c-wishlistProduct__list{
    --SLICK_GAP: 5px;
    --SLICK_ARROW_TO_BODY: -20px;
  }
  [class*="fs-c-wishlistProduct__arrow"]{
    top: 30%;
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel__list{
    overflow: visible;
  }
  .fs-c-wishlistProduct .fs-c-productListItem__productName{
    margin-top: 10px;
  }
  .fs-c-wishlistProduct .fs-c-productName__name{
    font-size: var(--FZ_14);
  }
  .fs-c-wishlistProduct .fs-c-price__currencyMark{
    font-size: 12px;
  }
  .fs-c-wishlistProduct .fs-c-price__value{
    font-size: 18px;
  }
  .fs-c-wishlistProduct .fs-c-productListItem__prices{
    margin-top: 10px;
  }
  .fs-c-wishlistProduct .fs-c-productPrices .fs-c-productPrice__addon,
  .fs-c-wishlistProduct .fs-c-productPrice .fs-c-productPrice__addon{
    font-size: 12px;
  }
}
@media screen and (max-width: 767px){
  .fs-c-wishlistProduct{
    margin-top: var(--GAP_70);
  }
  .fs-c-wishlistProduct__list{
    --SLICK_GAP: 5px;
    --SLICK_ARROW_TO_BODY: 0;
  }
  [class*="fs-c-wishlistProduct__arrow"]{
    top: 30%;
  }
  .fs-c-wishlistProduct .slick-list{
    padding: 0 80px 0 calc((100% - var(--INNER_WIDTH)) / 2);
  }
  .fs-c-wishlistProduct .fs-c-productListItem__productName{
    margin-top: 8px;
  }
  .fs-c-wishlistProduct .fs-c-productName__name{
    font-size: 12px;
  }
  .fs-c-wishlistProduct .fs-c-price__currencyMark{
    font-size: 10px;
  }
  .fs-c-wishlistProduct .fs-c-price__value{
    font-size: 16px;
  }
  .fs-c-wishlistProduct .fs-c-productListItem__prices{
    margin-top: 8px;
  }
  .fs-c-wishlistProduct .fs-c-productPrice__main span{
    gap: 0px;
  }
  .fs-c-wishlistProduct .fs-c-productPrices .fs-c-productPrice__addon,
  .fs-c-wishlistProduct .fs-c-productPrice .fs-c-productPrice__addon{
    font-size: 12px;
  }
	#fs_MyPageTop .fs-c-wishlistProduct{
		width: 100vw;
		--OYA: calc(50% - 50vw);
		margin-left: var(--OYA);
		margin-right: var(--OYA);
	}
}