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

	--BEIGE01: #F7F3EC;
	--BEIGE01_OP95: rgba(247, 243, 236, 0.95);
	--BEIGE02: #F2F1ED;
	--GRAY01: #F0F0F0;
	--GRAY02: #D1D1D1;
	--GRAY03: #A7A7A7;
	--GRAY04: #707070;
	--GRAY05: #626262;

	--DARK01: #212121;
	--DARK01_OP40: rgba(33, 33, 33, 0.4);

	--RED01: #C0504D;
	--PINK01: #F9EDED;
	--YELLOW01: #FFCE00;
	--YELLOW02: #FFFF00;

	--GREEN01: #4F838D;


	/* マーカー */
	--MARKER_YELLOW: var(--YELLOW02);
	/* カラーチップ */
	--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_NAVY:#060F80;
	--COLOR_CHIP_PURPLE:#6C1E99;

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

	/* ボーダーカラー */
	--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_SIGNIKA: 'Signika', sans-serif;
	--FF_MONT: 'Montserrat', sans-serif;
	/* 英数字フォント */
	--FF_EN: var(--FF_SIGNIKA);
	--FF_NUM: var(--FF_BASE);

	/* フォントウェイト */
	--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_25: clamp(20px, 2vw, 25px);
	--FZ_28: clamp(22px, 2.5vw, 28px);
	--FZ_30: clamp(25px, 3vw, 30px);
	--FZ_32: clamp(25px, 3vw, 32px);
	--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_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_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;

	/* 親要素を超えて幅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, 100px);
	}
}
@media screen and (max-width: 767px){
	:root{
	--INNER_WIDTH: 92%;
	--GENERALSEC: 40px;
	}
}
/* フェードインアニメーション */
@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);
}
/* フォントCSS */
.ff-mincho{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
/* imgリセット */
.imgauto{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
}
/* セクション間隔*/
.g-mgt{
	margin-top: var(--GENERALSEC);
}
.g-mgb{
	margin-bottom: var(--GENERALSEC);
}
.g-pd{
	padding: var(--GENERALSEC) 0;
}
.g-pdt{
	padding-top: var(--GENERALSEC);
}
.g-pdb{
	padding-bottom: var(--GENERALSEC);
}
.g-mgt--half{
	margin-top: var(--GENERALSEC_HALF);
}
.g-mgb--half{
	margin-bottom: var(--GENERALSEC_HALF);
}
.g-pd--half{
	padding: var(--GENERALSEC_HALF) 0;
}
.g-pdt--half{
	padding-top: var(--GENERALSEC_HALF);
}
.g-pdb--half{
	padding-bottom: var(--GENERALSEC_HALF);
}
/* グリッド、フレックス */
.grid{
	display: grid;
}
.flex{
	display: flex;
}
.fxw{
	display: flex;
	flex-wrap: wrap;
}
.jcsb{
	display: flex;
	justify-content: space-between;
}
.aic{
	display: flex;
	align-items: center;
}
/* スライダー読み込みまで非表示 */
.slick{
	opacity: 0;
	transition: opacity .3s linear;
	line-height: 1;
}
.slick.slick-initialized{
	opacity: 1;
}
.swiper{
	overflow: hidden;
  opacity: 0;
	transition: opacity .3s linear;
}
.swiper.swiper-initialized{
	opacity: 1;
}
/* 縦書き */
.tategaki{
	writing-mode: vertical-rl;
}
/* 文字間 */
::placeholder,
input[type="text"],
[class*="ttl"],
[class*="lead"],
[class*="heading"],
a{
  letter-spacing: 0.1em;
}
/* テキスト行間文字間 */
[class*="txt"]{
  line-height: var(--LINE_HEIGHT_L);
	letter-spacing: 0.1em;
}
/* スクロールバー消す */
.noscrollbar,
.noscrollbar{
	-ms-overflow-style: none;/* IE, Edge 対応 */
	scrollbar-width: none;/* Firefox 対応 */
}
.noscrollbar::-webkit-scrollbar,
.noscrollbar::-webkit-scrollbar{/* Chrome, Safari 対応 */
	display: none;
}
/* youtube */
.youtubeContainer iframe {
  display: block;
  width: 100%;
	height: auto;
	aspect-ratio: 10000/5625;
}
/* 改行用 */
.dib{
	display: inline-block;
}
/* 非表示 */
.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: 80px;
	}
	body{
		font-size: var(--FZ_15_CONST);
		line-height: 1.7;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.g-inner,
	.g-inner--pc,
	.g-inner--l,
	.g-inner--m,
	.g-inner--s{
		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){
	html{
		scroll-padding-top: 30px;
	}
	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);
	}
}
/* ■■■■■■■■■■■■■■■■■■■■■■header■■■■■■■■■■■■■■■■■■■■■■ */
/* hd-message */
.hd-message{
	background-color: var(--DARK01);
	color: var(--WHITE);
	text-align: center;
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 102;
}
@media screen and (min-width: 768px){
	.hd-message{
		font-size: var(--FZ_14);
		font-weight: var(--FF_W_B);
		padding: 5px 0;
	}
}
@media screen and (max-width: 767px){
	.hd-message{
		font-size: var(--FZ_14);
		font-weight: var(--FF_W_M);
		padding: 5px 0;
	}
}
/* headerarea */
#headerarea{
	border-bottom: 1px solid var(--GRAY04);
}
.hd-user{
	display: flex;
}
.hd-user li{
	flex: 1;
}
.hd-user li a{
	display: block;
	background: var(--URL) no-repeat;
	position: relative;
}
.hd-user li a::after{
	content: var(--LABEL);
	white-space: break-spaces;
	letter-spacing: 0px;
	line-height: 1.2;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
}
@media (hover: hover){
	.hd-user li a:hover{
		color: var(--TXT_COLOR_BASE);
	}
}
@media screen and (min-width: 1301px){
	.hd-inner{
		height: 135px;
	}
	.hd-logo{
		width: clamp( 150px, 15vw, 230px);
		margin-right: var(--GAP_40);
	}
	.hd-nav{
		gap: 8px;
	}
	.hd-nav__sub{
		gap: var(--GAP_30);
	}
	.hd-nav__sub__item{
		font-size: var(--FZ_14);
	}
	.hd-nav__main{
		gap: var(--GAP_40);
	}
	.hd-nav__main li a{
		font-size: var(--FZ_16);
	}
	.hd-user li a{
		width: 73px;
		height: 70px;
		background-size: 20px;
		background-position: top 10px center;
	}
	.hd-user li a::after{
		font-size: 11px;
		top: 36px;
	}
	.hd-nav__sub__dropdownContainer{
		top: 57px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1300px){
	.hd-inner{
		height: 100px;
	}
	.hd-logo{
		width: clamp( 120px, 14vw, 180px);
		margin-right: var(--GAP_20);
	}
	.hd-nav{
		gap: 5px;
	}
	.hd-nav__sub{
		gap: var(--GAP_20);
	}
	.hd-nav__sub__item{
		font-size: var(--FZ_12);
	}
	.hd-nav__sub__dropdownContainer{
		top: 40px;
	}
}
@media screen and (min-width: 951px) and (max-width: 1300px){
	.hd-nav__main{
		gap: var(--GAP_30);
	}
	.hd-nav__main li a{
		font-size: var(--FZ_14);
	}
	.hd-user li a{
		width: 55px;
		height: 50px;
		background-size: 16px;
		background-position: top 7px center;
	}
	.hd-user li a::after{
		font-size: 9px;
		top: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 950px){
	.hd-nav > ul li{
		line-height: 1;
	}
	.hd-nav__main{
		gap: var(--GAP_20);
	}
	.hd-nav__main li a{
		font-size: var(--FZ_12);
	}
	.hd-user li a{
		width: 50px;
		height: 45px;
		background-size: 15px;
		background-position: top 4px center;
	}
	.hd-user li a::after{
		font-size: 8px;
		top: 25px;
	}
}
@media screen and (min-width: 768px){
	.hd-inner{
		display: flex;
		align-items: center;
		position: relative;
	}
	.hd-nav{
		display: grid;
	}
	.hd-nav > ul{
		display: flex;
	}
	.hd-nav__sub__item{
		position: relative;
		font-weight: var(--FF_W_M);
		line-height: 1.5;
		display: block;
	}
	.hd-nav__main li a{
		font-weight: var(--FF_W_M);
	}
	.hd-user{
		margin-left: auto;
	}
	.hd-nav__sub__item::after{
		content: "";
		display: inline-block;
		background-color: var(--TXT_COLOR_BASE);
		width: 0;
		height: 1px;
		position: absolute;
		bottom: -2px;
		left: 0;
		transition: .3s;
	}
	.hd-nav__sub__item:hover::after{
		width: 100%;
	}
	.hd-nav__sub__dropdownContainer{
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		transition: .3s;
		padding-top: 17px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: var(--INNER_WIDTH);
		max-width: var(--PC_MAX_WIDTH_S);
	}
	.hd-nav__sub > li[ontouchstart=""]:hover .hd-nav__sub__dropdownContainer{
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
		z-index: 99;
	}
	.hd-nav__sub__dropdown{
		background-color: var(--BEIGE01_OP95);
		padding: 20px 0;
		display: grid;
		grid-template-columns: clamp( 180px, 20vw, 230px) 1fr;
	}
	.hd-nav__sub__dropdown__heading{
		display: flex;
		justify-content: center;
		align-items: center;
		border-right: 1px solid var(--BDCOLOR_GRAY_1);
	}
	.hd-nav__sub__dropdown__heading .g-heading__en{
		font-size: var(--FZ_22);
	}
	.hd-nav__sub__dropdown__heading .g-heading__ja{
		font-size: var(--FZ_16);
		font-weight: var(--FF_W_R);
	}
	.hd-nav__sub__dropdown__body{
		display: flex;
		align-items: center;
	}
	.hd-nav__sub__dropdown__news{
		width: 100%;
		padding: var(--GAP_30) var(--GAP_50);
	}
	.hd-nav__sub__dropdown__news li:not(:last-child){
		padding-bottom: 10px;
		border-bottom: 1px solid var(--BDCOLOR_GRAY_1);
		margin-bottom: 10px;
	}
	.hd-nav__sub__dropdown__news li a{
		display: grid;
		grid-template-columns: auto 1fr;
		gap: var(--GAP_40);
		font-size: var(--FZ_14);
	}
	.hd-nav__sub__dropdown__help{
		display: flex;
		align-items: center;
		width: 100%;
		padding: var(--GAP_20) var(--GAP_50) var(--GAP_20) 0;
	}
	.hd-nav__sub__dropdown__help__link{
		flex: 1;
	}
	.hd-nav__sub__dropdown__help__btn{
		flex: 1.5;
	}
	.hd-nav__sub__dropdown__help li a{
		display: block;
		text-align: center;
		font-size: var(--FZ_14);
	}
	.hd-nav__sub__dropdown__help__btn a{
		background-color: var(--GRAY05);
		color: var(--WHITE);
		padding: 12px 0;
	}
	.hd-user li a .fs-client-cart-count{
		top: 0;
		right: 0;
	}
}
@media screen and (max-width: 767px){
	.hd-logo{
		width: 130px;
		margin: 10px auto;
	}
}

/* g-advancedSearch */
.g-advancedSearch__form{
	border-top: 1px solid var(--BDCOLOR_GRAY_1);
}
.g-advancedSearch__form__ttl,
.g-advancedSearch__form__stock p{
	font-weight: var(--FF_W_M);
}
.g-advancedSearch__form.formReset .g-advancedSearch__form__select{
	position: relative;
}
.g-advancedSearch__form.formReset .g-advancedSearch__form__select::after{
	content: "";
	display: inline-block;
	background: url(../images/common/select.svg) no-repeat center center / 100%;
	aspect-ratio: 1/1;
	width: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.g-advancedSearch__form.formReset .g-advancedSearch__form__select select,
.g-advancedSearch__form.formReset .g-advancedSearch__form__keyword{
	display: block;
	width: 100%;
	background-color: var(--WHITE);
	height: var(--INPUT_HEIGHT);
}
.g-advancedSearch__form.formReset .g-advancedSearch__form__keyword{
	border-radius: 70px;
}
.g-advancedSearch__form.formReset .g-advancedSearch__form__keyword::placeholder{
	color: var(--GRAY03);
}
.g-advancedSearch__form.formReset .g-advancedSearch__form__price{
	display: grid;
	align-items: center;
	grid-template-columns: 1fr auto 1fr;
}
.g-advancedSearch__form.formReset .g-advancedSearch__form__price input[type="text"]{
	display: block;
	background-color: var(--WHITE);
	height: var(--INPUT_HEIGHT);
}
.g-advancedSearch__form__color{
	display: grid;
}
.g-advancedSearch__form__color li,
.g-advancedSearch__form__size li,
.g-advancedSearch__form__stock{
	position: relative;
}
.g-advancedSearch__form__color input[type="checkbox"],
.g-advancedSearch__form__size input[type="checkbox"],
.g-advancedSearch__form__stock input[type="checkbox"]{
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}
.g-advancedSearch__form__color i{
	display: block;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.g-advancedSearch__form__color i::after{
	content: "";
	display: inline-block;
	background: var(--GRAY03);
	--URL: url(../images/common/checkbox.svg);
	--MASK: var(--URL) no-repeat center center / 100%;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
	width: 20px;
	aspect-ratio: 1/1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-10deg);
	opacity: 0;
}
.g-advancedSearch__form__color input[type="checkbox"]:checked + label i::after{
	opacity: 1;
}
.g-advancedSearch__form__color span{
	display: block;
	text-align: center;
	font-size: var(--FZ_11);
	letter-spacing: 0px;
	white-space: nowrap;
}
.g-advancedSearch__form__size{
	display: grid;
}
.g-advancedSearch__form__size label{
	display: block;
	background-color: var(--WHITE);
	letter-spacing: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid var(--BEIGE01);
}
.g-advancedSearch__form__size input[type="checkbox"]:checked + label{
	border-color: var(--GRAY03);
}
.g-advancedSearch__form__stock label{
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 11px;
}
.g-advancedSearch__form__stock label span{
	display: inline-block;
	aspect-ratio: 1/1;
	border: 1px solid var(--TXT_COLOR_BASE);
	background-color: var(--WHITE);
	width: 20px;
	position: relative;
}
.g-advancedSearch__form__stock label span::after{
	content: "";
	display: inline-block;
	background: var(--RED01);
	--URL: url(../images/common/checkbox.svg);
	--MASK: var(--URL) no-repeat center center / 100%;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
	width: 20px;
	aspect-ratio: 1/1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.g-advancedSearch__form__stock input[type="checkbox"]:checked + label span::after{
	opacity: 1;
}
.g-advancedSearch__form.formReset > button[type="submit"]{
	background-color: var(--GRAY04);
	color: var(--WHITE);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: var(--FF_W_M);
}
@media (hover: hover){
	.g-advancedSearch__form__color label:hover,
	.g-advancedSearch__form__size label:hover,
	.g-advancedSearch__form__stock label:hover{
		cursor: pointer;
	}
	.g-advancedSearch__form__color label i::after{
		transition: .1s;
	}
	.g-advancedSearch__form__color label:hover i::after{
		opacity: 0.7;
	}
	.g-advancedSearch__form.formReset > button[type="submit"]{
		transition: .2s;
		border: 1px solid var(--GRAY04);
	}
	.g-advancedSearch__form.formReset > button[type="submit"]:hover{
		background-color: var(--TXT_COLOR_BASE);
	}
}
@media screen and (min-width: 768px){
	#popup-advancedSearch .popup-content{
		max-width: 1200px;
	}
	#popup-advancedSearch .popup-box{
		padding: 0;
	}
	.g-advancedSearch{
		padding: 50px 0;
	}
	.g-advancedSearch__form{
		width: var(--INNER_WIDTH);
		max-width: 800px;
		margin: 0 auto;
		padding-top: 20px;
		margin-top: 30px;
		--INPUT_HEIGHT: 50px;
	}
	.g-advancedSearch__form__pcWrap{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		align-items: flex-start;
		gap: var(--GAP_50);
	}
	.g-advancedSearch__form__pcWrap > div{
		display: grid;
	}
	.g-advancedSearch__form__pcWrap__left{
		gap: var(--GAP_20);
	}
	.g-advancedSearch__form__pcWrap__right{
		gap: var(--GAP_20);
	}
	.g-advancedSearch__form__ttl,
	.g-advancedSearch__form__stock p{
		font-size: var(--FZ_14);
	}
	.g-advancedSearch__form__ttl{
		margin-bottom: 10px;
	}
	.g-advancedSearch__form.formReset .g-advancedSearch__form__select select,
	.g-advancedSearch__form.formReset .g-advancedSearch__form__keyword{
		padding: 0 20px;
	}
	.g-advancedSearch__form.formReset .g-advancedSearch__form__price{
		gap: 8px;
	}
	.g-advancedSearch__form.formReset .g-advancedSearch__form__price span{
		font-size: var(--FZ_14);
	}
	.g-advancedSearch__form__color{
		grid-template-columns: repeat(6,1fr);
		gap: 10px;
	}
	.g-advancedSearch__form__color i{
		width: 80%;
		margin: 0 auto;
	}
	.g-advancedSearch__form__size{
		grid-template-columns: repeat(3,1fr);
		gap: 10px 5px;
	}
	.g-advancedSearch__form__size label{
		font-size: var(--FZ_11);
	}
	.g-advancedSearch__form__size label{
		height: 40px;
	}
	.g-advancedSearch__form__stock,
	.g-advancedSearch__form.formReset > button[type="submit"]{
		width: 300px;
	}
	.g-advancedSearch__form__stock{
		margin: 20px auto 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
	.g-advancedSearch__form.formReset > button[type="submit"]{
		height: 50px;
		margin: 0 auto;
		font-size: var(--FZ_14);
	}
}
@media screen and (max-width: 767px){
	.ft-spSearchBox{
		position: fixed;
		width: 100%;
		top: 100%;
		left: 0;
		transition: 0.3s;
		z-index: 1300;
	}
	.ft-spSearchBox__contents{
		padding-top: 30px;
		height: calc(100vh - var(--SPMENU_HEIGHT));
        overflow-y: scroll;
	}
	.ft-spSearchBox.is-active{
		display: block;
		top: 0;
	}
	.ft-spSearchBox .g-keywordSearch{
		width: 100%;
	}
	.ft-spSearchBox .g-keywordSearch__form{
		width: var(--INNER_WIDTH);
		margin: 0 auto;
	}
	.ft-spSearchBox .g-keywordSearch__keyword__ttl{
		display: none;
	}
	.ft-spSearchBox .g-keywordSearch__keyword__list{
		flex-wrap: unset;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		-ms-overflow-style: none;/* IE, Edge 対応 */
		scrollbar-width: none;/* Firefox 対応 */
		padding-left: 20px;
		justify-content: flex-start;
		gap: 10px;
	}
	.ft-spSearchBox .g-keywordSearch__keyword__list::-webkit-scrollbar{
		display: none;
	}
	.ft-spSearchBox .g-keywordSearch__keyword__list li{
		flex: 0 0 auto;
	}
	.g-advancedSearch__form{
		width: var(--INNER_WIDTH);
		margin: 35px auto;
		padding: 30px 0;
		--INPUT_HEIGHT: 50px;
		display: grid;
		gap: 30px;
		border-bottom: 1px solid var(--BDCOLOR_GRAY_1);
	}
	.g-advancedSearch__form__pcWrap,
	.g-advancedSearch__form__pcWrap > div{
		display: contents;
	}
	.g-advancedSearch__form__ttl,
	.g-advancedSearch__form__stock p{
		font-size: var(--FZ_14_CONST);
	}
	.g-advancedSearch__form__ttl{
		margin-bottom: 5px;
	}
	.g-advancedSearch__form.formReset .g-advancedSearch__form__select select,
	.g-advancedSearch__form.formReset .g-advancedSearch__form__keyword{
		padding: 0 20px;
	}
	.g-advancedSearch__form.formReset .g-advancedSearch__form__price{
		gap: 8px;
	}
	.g-advancedSearch__form.formReset .g-advancedSearch__form__price span{
		font-size: var(--FZ_14);
	}
	.g-advancedSearch__form__color{
		grid-template-columns: repeat(5,1fr);
		gap: var(--GAP_20);
	}
	.g-advancedSearch__form__size{
		grid-template-columns: repeat(3,1fr);
		gap: 8px 3px;
	}
	.g-advancedSearch__form__size label{
		font-size: var(--FZ_11);
	}
	.g-advancedSearch__form__size label{
		height: 40px;
	}
	.g-advancedSearch__form__stock,
	.g-advancedSearch__form.formReset > button[type="submit"]{
		width: 100%;
	}
	.g-advancedSearch__form__stock{
		display: grid;
		gap: 10px;
		margin-bottom: -15px;
	}
	.g-advancedSearch__form.formReset > button[type="submit"]{
		height: 50px;
		margin: 0 auto;
		font-size: var(--FZ_14);
	}
	.ft-spSearchBox__rcmd{
		padding-bottom: 40px;
	}
	[data-frame-id*="spmenu_"] .fr3-productListStatic{
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
		overflow-y: hidden;
		-ms-overflow-style: none;/* IE, Edge 対応 */
		scrollbar-width: none;/* Firefox 対応 */
		padding-left: calc((100% - var(--INNER_WIDTH)) / 2) !important;
	}
	[data-frame-id*="spmenu_"] .fr3-productListStatic::-webkit-scrollbar{
		display: none;
	}
	[data-frame-id*="spmenu_"] .fr3-item{
		flex: 0 0 auto;
		--WITDH: 160px;
		min-width: var(--WITDH);
		max-width: var(--WITDH);
	}
	[data-frame-id*="spmenu_"] .fr3-item__productName{
		white-space: normal;
	}
	.ft-spSearchBox__rcmd__link{
		text-align: right;
		margin-top: 30px;
	}
	.ft-spSearchBox__rcmd__link a{
		position: relative;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 5px;
	}
	.ft-spSearchBox__rcmd__link a::after{
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		content: '\f105';
		font-size: 12px;
	}
}


/* ■■■■■■■■■■■■■■■■■■■■■■footer■■■■■■■■■■■■■■■■■■■■■■ */
/* ft-spMenu */
@media screen and (max-width: 767px){
	:root{
		--SPMENU_HEIGHT: 70px;
	}
	.ft-spMenuContainer{
		position: fixed;
		width: 100%;
		background-color: var(--WHITE);
		bottom: 0;
		left: 0;
		height: var(--SPMENU_HEIGHT);
		z-index: 1000;
		box-shadow: 0px -10px 8px -11px #e0e0e0;
	}
	.ft-spMenu{
		display: flex;
	}
	.ft-spMenu li{
		flex: 1;
	}
	.ft-spMenu li a{
		display: grid;
		height: 100%;
		padding: 10px 0;
		gap: 3px;
		position: relative;
	}
	.ft-spMenu li a span:nth-of-type(1){
		display: block;
	}
	.ft-spMenu li a span:nth-of-type(2){
		display: block;
	}
	.ft-spMenu li a .fs-client-cart-count{
		position: absolute;
		left: 55%;
		top: 5px;
	}
	.ft-spMenu__icon{
		aspect-ratio: 1/1;
		width: 30px;
		margin: 0 auto;
		--MASK: var(--URL) no-repeat center center / 100%;
		mask: var(--MASK);
		-webkit-mask: var(--MASK);
		background-color: #707070;
	}
	.ft-spMenu__label::after{
		content: attr(data-text);
		display: block;
		text-align: center;
		font-size: 11.5px;
		letter-spacing: 0;
	}
	.g-search--spMenu{
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		width: 100%;
		position: absolute;
		bottom: 100%;
		left: 0;
		padding: 20px 0;
		transition: .3s;
	}
	.ft-spMenuContainer.is-active .g-search--spMenu{
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
		z-index: 999;
	}
	.ft-spMenuContainer.is-active .ft-spMenu__search .ft-spMenu__icon{
		mask-image: var(--ACTIVE_URL);
	}
	.ft-spMenuContainer.is-active .ft-spMenu__search .ft-spMenu__label::after{
		content: attr(data-active_text);
	}
	.ft-spMenu__search.is-active .ft-spMenu__label::after{
		content: attr(data-active_text);
	}
}
/* ft-fixedBnr  */
.ft-fixedBnr{
	position: fixed;
	display: grid;
	opacity: 0;
	transition: .5s;
	pointer-events: none;
	z-index: -1;
}
body.scroll .ft-fixedBnr{
  opacity: 0;
  animation: var(--ANIME_FADEIN);
	pointer-events: auto;
	z-index: 120;
}
body.scroll.returnTop .ft-fixedBnr{
  opacity: 1;
  animation: var(--ANIME_FADEOUT);
	pointer-events: none;
	z-index: -1;
}
.ft-fixedBnr li{
	position: relative;
	z-index: 0;
}
.ft-fixedBnr.formReset li button{
	background: url(../images/common/bnr_close.svg) no-repeat center center;
	aspect-ratio: 1/1;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.ft-fixedBnr li a{
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 768px){
	.ft-fixedBnr{
		width: clamp( 110px, 10vw, 150px);
		bottom: 120px;
		right: 2%;
		gap: 20px;
	}
	.ft-fixedBnr.formReset li button{
		width: 30px;
		background-size: 30%;
	}
}
@media screen and (max-width: 767px){
	.ft-fixedBnr{
		width: 100px;
		bottom: 80px;
		left: 10px;
		gap: 10px;
	}
	.ft-fixedBnr.formReset li button{
		width: 20px;
		background-size: 50%;
	}
	body.footer-visible .ft-fixedBnr{
		opacity: 1;
		animation: var(--ANIME_FADEOUT);
		pointer-events: none;
		z-index: -1;
	}
}
/* ページトップ */
.pagetop{
	position: fixed;
	z-index: 99;
	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;
	background: url(../images/common/anchor.svg) no-repeat center center / 100%;
	aspect-ratio: 202/300;
}
@media screen and (min-width: 768px){
	.pagetop{
		width: 45px;
		bottom: 20px;
		right: 2%;
	}
}
@media screen and (max-width: 767px){
	.pagetop{
		width: 35px;
		bottom: 80px;
		right: 10px;
	}
}
/* footerarea */
.ft-link{
	display: flex;
	justify-content: center;
	line-height: 1.65;
}
.ft-link__lv1{
	display: block;
	font-weight: var(--FF_W_B);
}
.g-sns{
	display: flex;
}
.g-sns li a{
	display: block;
	aspect-ratio: 1/1;
	background: no-repeat center center / 100%;
}
.ft-contact{
	background-color: var(--TXT_COLOR_BASE);
}
.ft-contact__list li{
	color: var(--WHITE);
}
.ft-contact__list li::before{
	content: "※";
}
@media screen and (min-width: 768px){
	.ft-icon{
		width: 150px;
		margin: 0 auto;
	}
	.ft-link{
		gap: clamp( 40px, 8vw, 120px);
		background: url(../images/common/illust_ft.svg) no-repeat bottom 20px center / 20%;
		padding-bottom: var(--GENERALSEC);
	}
	.ft-link__lv1{
		font-size: var(--FZ_14);
		margin-bottom: 10px;
	}
	.ft-link__lv2{
		display: grid;
		gap: 10px;
		margin-top: 10px;
	}
	.ft-link__lv2 li a{
		font-size: var(--FZ_12);
	}
	.ft-link__sns{
		margin-top: 20px;
	}
	.g-sns{
		gap: var(--GAP_20);
	}
	.g-sns li a{
		width: 28px;
	}
	.ft-contact__wrap{
		padding: 35px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: var(--GAP_20);
	}
	.ft-contact__btn.g-btnContainer--horizontal{
		width: 620px;
		gap: var(--GAP_20);
	}
	.ft-contact__list li{
		font-size: var(--FZ_14);
	}
	.ft-copyContainer{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.ft-copy{
		padding: 35px 0;
		font-size: var(--FZ_14);
		width: fit-content;
	}
	.ft-terms{
		display: flex;
	}
	.ft-terms li{
		position: relative;
	}
	.ft-terms li:not(:last-child){
		padding-right: 20px;
		margin-right: 20px;
	}
	.ft-terms li:not(:last-child)::after{
		content: "";
		display: inline-block;
		background: var(--BDCOLOR_GRAY_1);
		width: 1px;
		height: 14px;
		position: absolute;
		top: 58%;
		transform: translateY(-50%);
		right: 0;
	}
	.ft-terms li a{
		font-size: 12px;
	}
}
@media screen and (max-width: 767px){
	.ft-icon{
		width: 100px;
		margin: 0 auto;
	}
	.ft-link__sns{
		justify-content: center;
		margin-bottom: 40px;
	}
	.ft-link{
		gap: 50px;
		padding-bottom: 40px;
	}
	.ft-link__lv1{
		font-size: var(--FZ_14);
		margin-bottom: 5px;
	}
	.ft-link__lv2{
		display: grid;
		gap: 5px;
		margin-top: 5px;
	}
	.ft-link__lv2 li a{
		font-size: var(--FZ_12);
	}
	.g-sns{
		gap: 30px;
	}
	.g-sns li a{
		width: 28px;
	}
	.ft-contact__wrap{
		padding: 20px calc((100% - var(--INNER_WIDTH)) / 2);
		display: grid;
		align-items: center;
		gap: 15px;
	}
	.ft-contact__btn .g-btn a{
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	.ft-contact__list li{
		font-size: var(--FZ_12);
	}
	.ft-copy{
		padding: 20px 0 100px;
		text-align: center;
		font-size: var(--FZ_12);
	}
	.ft-contact .g-btn{
		margin: 0 auto;
	}
}

/* ■■■■■■■■■■■■■■■■■■■■■■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;
	background: url(../images/common/bnr_close.svg) no-repeat center center;
	aspect-ratio: 1 / 1;
	top: 10px;
	right: 9px;

}
@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;
		background-size: 50%;
		top: 10px;
		right: 10px;
	}
	.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: 12px;
	}
	.popup-overlay button.closePopup::before{
		font-size: 18px;
	}
}
/* -----------------フューチャー調整CSS----------------- */
/* 内部の色設定 */
:root{
	--WISH_COLOR: #d42929;
	--FS_BTN_COLOR_1: var(--DARK01);
	--FS_BTN_COLOR_2: var(--GRAY02);
	--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: 20px;
	font-size: 11px;
	background-color: var(--RED01);
	color: var(--WHITE);
	border-radius: 50%;
	position: absolute;
	letter-spacing: 0;
}
.fs-client-cart-count--0{
	display: none !important;
}
/* 商品マークリセット */
.fs-c-productMarks{
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	--BDRS: 70px;
}
.fs-c-productMark{
	gap: 5px;
}
.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: 11px;
  background-color: var(--BEIGE01);
  border-radius: var(--BDRS);
}
.fs-c-productMark__mark,
.fs-c-productMarks > .fs-c-mark .fs-c-mark__label{
	display: inline-block;
	padding: 4px 17px 5px;
	line-height: 1;
}
.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);
}
/* セール */
.g-mark__sale{
	color: var(--RED01);
}
/* カラーチップ */
.fs-c-productColorChip{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}
[class*="g-mark__color--"]{
	padding: 0;
	aspect-ratio: 1/1;
	width: 18px;
	margin: 0;
	border-radius: 50%;
	display: block;
}
[class*="g-mark__color--"]{
	border: 1px solid #000;
}
.g-mark__color--white{
	background-color: var(--COLOR_CHIP_WHITE);
	border-color: var(--BDCOLOR_GRAY_1);
}
.g-mark__color--black{
	background-color: var(--COLOR_CHIP_BLACK);
	border-color: var(--COLOR_CHIP_BLACK);
}
.g-mark__color--gray{
	background-color: var(--COLOR_CHIP_GRAY);
	border-color: var(--COLOR_CHIP_GRAY);
}
.g-mark__color--natural{
	background-color: var(--COLOR_CHIP_NUTURAL);
	border-color: var(--COLOR_CHIP_NUTURAL);
}
.g-mark__color--beige{
	background-color: var(--COLOR_CHIP_BEIGE);
	border-color: var(--COLOR_CHIP_BEIGE);
}
.g-mark__color--brown{
	background-color: var(--COLOR_CHIP_BROWN);
	border-color: var(--COLOR_CHIP_BROWN);
}
.g-mark__color--red{
	background-color: var(--COLOR_CHIP_RED);
	border-color: var(--COLOR_CHIP_RED);
}
.g-mark__color--pink{
	background-color: var(--COLOR_CHIP_PINK);
	border-color: var(--COLOR_CHIP_PINK);
}
.g-mark__color--yellow{
	background-color: var(--COLOR_CHIP_YELLOW);
	border-color: var(--COLOR_CHIP_YELLOW);
}
.g-mark__color--green{
	background-color: var(--COLOR_CHIP_GREEN);
	border-color: var(--COLOR_CHIP_GREEN);
}
.g-mark__color--navy{
	background-color: var(--COLOR_CHIP_NAVY);
	border-color: var(--COLOR_CHIP_NAVY);
}
.g-mark__color--purple{
	background-color: var(--COLOR_CHIP_PURPLE);
	border-color: var(--COLOR_CHIP_PURPLE);
}
[class*="g-mark__color--"] .fs-c-productMark__label{
	font-size: 0;
}
/* パンくずリセット  */
.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: 14px;
    margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.fs-c-breadcrumb {
		padding: 8px 0;
		font-size: 11px;
		overflow: hidden;
		position: relative;
    margin-bottom: 20px;
	}
	.fs-c-breadcrumb::after{
		content: "";
    right: 0;
    width: 6.25rem;
    height: 100%;
    position: absolute;
    background: linear-gradient(270deg,#fff 21.11%,hsla(0,0%,100%,0) 107.22%);
    z-index: 10;
		top: 0;
	}
	.fs-c-breadcrumb__list{
		white-space: nowrap;
    overflow: scroll;
		padding-right: 40px;
	}
}
/* レビュー */
.fs-c-rating__value{
	color: var(--REVIEW_COLOR);
}
.fs-c-reviewStars::before{
	color: var(--REVIEW_COLOR);
}
/* ページャー */
.fs-c-listControl {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 2;
	padding: 6px 15px 4px;
	margin: 10px 0 40px;
}
.wp-pagenavi{
	display: flex;
	justify-content: center;
	align-items: center;
}
#next > span.pages{
	display: block;
	text-align: center;
	margin-top: 10px;
	display: none;
}
.found-postContainer,
.fs-c-listControl__status,
#next .post_range{
	font-size: 13px;
	text-align: center;
	margin-bottom: 16px;
}
.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__rankContainer{
	display: none;
}
.fr3-productListStatic{
	padding: 0 !important;
}
[data-frame-id*="rank"] .fr3-productListStatic{
	counter-reset: original-counter;
}
[data-frame-id*="rank"] .fr3-item{
	position: relative;
}
[data-frame-id*="rank"] .fr3-item::before{
	content: ''counter(original-counter);
	counter-increment: original-counter;
	aspect-ratio: 300/269;
	display: flex;
	justify-content: center;
	text-align: center;
	font-family: var(--FF_SIGNIKA);
	background: no-repeat center center / 100%;
	position: absolute;
	z-index: 2;
}
[data-frame-id*="rank"] .fr3-item:nth-of-type(1)::before{
	background-image: url(../images/common/dec_ranking01.svg);
}
[data-frame-id*="rank"] .fr3-item:nth-of-type(2)::before{
	background-image: url(../images/common/dec_ranking02.svg);
}
[data-frame-id*="rank"] .fr3-item:nth-of-type(3)::before{
	background-image: url(../images/common/dec_ranking03.svg);
}
[data-frame-id*="rank"] .fr3-item:nth-of-type(n+4)::before{
	color: var(--WHITE);
	background-image: url(../images/common/dec_ranking04.svg);
}
.fr3-item__productPrice{
	line-height: 1;
	margin-top: 5px;
}
.fr3-item__productPrice__currencyMark{
	display: none;
}
.fr3-item__productPrice .fr3-item__productPrice__addon::before{
	content: '円';
}
@media (hover: hover){
	.fr3-item a:hover{
		color: var(--TXT_COLOR_BASE);
	}
}
@media screen and (min-width: 951px){
	.fr3-productListStatic.fr3-productListStatic__responsive_1{
		grid-template-columns: repeat(5,1fr);
	}
}
@media screen and (min-width: 768px) and (max-width: 950px){
	.fr3-productListStatic.fr3-productListStatic__responsive_1{
		grid-template-columns: repeat(4,1fr);
	}
	.fr3-productListStatic.fr3-productListStatic__responsive_1 .fr3-item:nth-of-type(n+9){
		display: none;
	}
}
@media screen and (min-width: 768px){
	.fr3-productListStatic.fr3-productListStatic__responsive_1{
		gap: 40px 20px;
	}
	[data-frame-id*="rank"] .fr3-item::before{
		font-size: 17px;
		padding-top: 15px;
		width: 37px;
		left: 10px;
		top: -15px;
	}
	.fr3-item__link .fr3-item__productName{
		font-size: 12px;
		line-height: 1.5;
	}
	.fr3-item__productPrice .fr3-item__productPrice__value{
		font-size: 16px;
	}
	.fr3-item__productPrice .fr3-item__productPrice__addon{
		font-size: 11px;
	}
}
@media screen and (max-width: 767px){
	.fr3-productListStatic.fr3-productListStatic__responsive_1{
		grid-template-columns: repeat(2,1fr);
		gap: 30px 12px;
	}
	.fr3-productListStatic.fr3-productListStatic__responsive_1 .fr3-item:nth-of-type(n+5){
		display: none;
	}
	[data-frame-id*="rank"] .fr3-item::before{
		font-size: 14px;
		padding-top: 12px;
		width: 30px;
		left: 5px;
		top: -15px;
		letter-spacing: 0.01em;
	}
	.fr3-item__link .fr3-item__productName{
		font-size: 12px;
	}
	.fr3-item__productPrice .fr3-item__productPrice__value{
		font-size: 14px;
	}
	.fr3-item__productPrice .fr3-item__productPrice__addon{
		font-size: 10px;
	}
}
/* tab-wrap--rank */
.tab-wrap--rank .tab-btn{
	text-align: center;
	color: var(--GRAY05);
}
.tab-wrap--rank .tab-btn.show{
	color: var(--TXT_COLOR_BASE);
	background: var(--BEIGE01);
}
@media screen and (min-width: 768px){
	.tab-wrap--rank .tab-nav{
		margin-bottom: 40px;
		border-right: 1px solid var(--GRAY03);
		border-left: 1px solid var(--GRAY03);
	}
	.tab-wrap--rank .tab-btn{
		font-size: var(--FZ_14);
	}
	.tab-wrap--rank .tab-btn:not(:last-child){
		border-right: 1px solid var(--GRAY03);
	}
}
@media screen and (max-width: 767px){
	.tab-wrap--rank .tab-nav{
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		margin-bottom: 20px;
		padding: 0 calc((100% - var(--INNER_WIDTH)) / 2);
		-ms-overflow-style: none;/* IE, Edge 対応 */
		scrollbar-width: none;/* Firefox 対応 */
		gap: 5px;
		border-bottom: 1px solid var(--TXT_COLOR_BASE);
	}
	.tab-wrap--rank .tab-nav::-webkit-scrollbar{
		display: none;
	}
	.tab-wrap--rank .tab-btn{
		border: 1px solid var(--GRAY03);
		border-bottom: none;
		flex: 0 0 auto;
		display: inline-block;
		font-size: 11px;
		padding: 7px 10px 7px;
	}
	.tab-wrap--rank .tab-btn.show{
		border-color: var(--TXT_COLOR_BASE);
		background-color: var(--TXT_COLOR_BASE);
		color: var(--WHITE);
	}
}
/* g-sale */
.g-sale .g-heading,
.g-sale .fr3-item__productPrice{
	color: var(--RED01);
}
/* -------------------g-heading-------------------- */
.g-headingContainer--hasIllust{
	position: relative;
}
.g-headingContainer--hasIllust::before{
	content: "";
	display: inline-block;
	background: var(--URL) no-repeat center center / 100%;
	position: absolute;
}
.g-headingContainer--cat::before{
	aspect-ratio: 300/238;
	top: 0;
	left: 0;
}
.g-headingContainer--insta::before{
	aspect-ratio: 264/300;
	left: 0;
	bottom: 0;
}
.g-heading--horizontal{
	display: flex;
	align-items: baseline;
}
.g-heading > span{
	display: block;
}
.g-heading--center > span{
	text-align: center;
}
.g-heading__en{
	font-family: var(--FF_EN);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.g-heading__ja{
	font-weight: var(--FF_W_B);
}
@media screen and (min-width: 768px){
  .g-headingContainer{
		margin-bottom: var(--GAP_20);
	}
	.g-headingContainer--cat{
		margin-bottom: var(--GAP_50);
	}
	.g-headingContainer--cat::before{
		width: 81px;
		transform: translate(-53%, -83%);
	}
	.g-headingContainer--insta{
		padding-left: 70px;
	}
	.g-headingContainer--insta::before{
		width: 50px;
	}
	.g-heading--horizontal{
		gap: var(--GAP_10);
	}
	.g-heading--horizontalPc{
		display: flex;
		align-items: baseline;
		gap: var(--GAP_10);
	}
	.g-heading__en{
		font-size: var(--FZ_40);
	}
	.g-heading__ja{
		font-size: var(--FZ_18);
	}
}
@media screen and (max-width: 767px){
	.g-headingContainer{
		margin-bottom: 20px;
	}
	.g-headingContainer--cat::before{
		width: 41px;
		transform: translate(-33%, -83%);
	}
	.g-headingContainer--insta{
		padding-left: 40px;
	}
	.g-headingContainer--insta::before{
		width: 30px;
	}
	.g-heading--horizontal{
		gap: var(--GAP_10);
	}
	.g-heading__en{
		font-size: 24px;
	}
	.g-heading__ja{
		font-size: var(--FZ_12_CONST);
	}
}
/* -------------------g-btn-------------------- */
.g-btnContainer{
	display: grid;
}
.g-btnContainer--horizontal{
	display: flex;
	justify-content: center;
}
.g-btn,
.fs-c-continueShopping{
	width: 100%;
}
.g-btn--long{
	width: var(--INNER_WIDTH);
	max-width: 388px;
}
.g-btn a,
.fs-c-continueShopping a.fs-c-button--standard{
	display: block;
	text-align: center;
	font-weight: var(--FF_W_M);
	letter-spacing: 0.2em;
	border: 1px solid var(--TXT_COLOR_BASE);
	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{
	content: "";
	display: inline-block;
	background: url(../images/common/yajirushi.svg) no-repeat center center / 100%;
	aspect-ratio: 300/47;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}
.g-btn--black a::after{
	color: var(--WHITE);
}
.g-btn--anchor a::after{
	transform: rotate(90deg);
}
.g-btn--arrow a::after{
	transform: translateY(-50%) translateX(5px);
}
.g-btn--arrow-top a::after{
	transform: translateY(-50%) translateX(5px) scale(-1,1);
}
.g-btn--arrow.g-btn--arrow-top a::after{
	left: -30px;
	right: unset;
}
@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--arrow a::after{
		transition: .3s;
	}
	.g-btn--white a:hover::after,
	.fs-c-continueShopping a.fs-c-button--standard:hover::after{
		right: -25px;
	}
	.g-btn--black a:hover{
		opacity: 1;
		color: var(--BLACK);
		background-color: var(--WHITE);
	}
	.g-btn--arrow.g-btn--arrow-top a:hover::after{
		left: -45px;
	}
}
@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,
	.fs-c-continueShopping{
		max-width: 310px;
	}
	.g-btn a{
		font-size: var(--FZ_14_CONST);
		padding: 10px 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: 15px 0;
	}
	.g-btn--arrow a::after{
		width: 50px;
		right: -15px;
	}
	
	.g-btn--anchor a::after{
		font-size: 10px;
		top: 35%;
		right: 10px;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		margin-top: 40px;
	}
}
@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,
	.fs-c-continueShopping{
		max-width: 280px;
	}
	.g-btn a,
	.fs-c-continueShopping a.fs-c-button--standard{
		font-size: var(--FZ_12_CONST);
		padding: 10px 0;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		font-size: var(--FZ_14_CONST);
		padding: 15px 0;
	}
	.g-btn--longPc a{
		font-size: var(--FZ_12_CONST);
		letter-spacing: 0.05em;
	}
	.g-btn--small{
		max-width: 198px;
	}
	.g-btn--small a{
		padding: 7px 0;
		font-size: var(--FZ_12_CONST);
	}
	.g-btn--arrow a::after{
		width: 50px;
		right: -15px;
	}
	.g-btn--anchor a::after{
		font-size: 8px;
		top: 37%;
		right: 10px;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		margin-top: 30px;
	}
}
/* ------------------g-descWithImg------------------ */
.g-descWithImg{
	display: grid;
	gap: var(--GENERALSEC);
}
.g-descWithImg__desc{
	display: grid;
}
@media screen and (min-width: 768px){
	.g-descWithImg li{
		display: flex;
		gap: var(--GAP_40);
		align-items: flex-start;
	}
	.g-descWithImg--crossList li:nth-child(even){
		flex-direction: row-reverse;
	}
	.g-descWithImg li > *{
		flex: 1;
	}
	.g-descWithImg__desc{
		gap: var(--GAP_30);
	}
}
@media screen and (max-width: 767px){
	.g-descWithImg li{
		display: grid;
		gap: var(--GAP_20_CONST);
	}
	.g-descWithImg__desc{
		gap: var(--GAP_30);
	}
}
/* -------------------g-slickArrow---------------------- */
[class*="g-slickArrow--"]{
	width: var(--SLICK_ARROW_SIZE);
	background: url(../images/common/slider-part.svg) no-repeat center center / 100%;
	aspect-ratio: 1/1;
	position: absolute;
	z-index: 2;
}
.g-slickArrow--prev{
	left: var(--SLICK_ARROW_TO_BODY);
}
.g-slickArrow--next{
	right: var(--SLICK_ARROW_TO_BODY);
	transform: rotate(180deg);
}
@media (hover: hover){
	[class*="g-slickArrow--"]:hover{
		cursor: pointer;
	}
}
@media screen and (min-width: 768px){
	.g-hasSlickArrow{
		--SLICK_ARROW_SIZE: clamp( 20px, 3vw, 40px);
		--SLICK_ARROW_TO_BODY: calc(0px - var(--SLICK_ARROW_SIZE) + var(--SLICK_GAP) - 5px);
	}

}
@media screen and (max-width: 767px){
	.g-hasSlickArrow{
		--SLICK_ARROW_SIZE: 25px;
		--SLICK_ARROW_TO_BODY: 5px;
		overflow-x: clip;
	}
}
/* -------------------g-slickDots-------------------- */
.slick:has(.g-slickDots){
	line-height: 1;
	margin-bottom: 0;
}
.g-slickDots{
	display: flex;
	justify-content: center;
	gap: var(--GAP_10);
}
.g-slickDots button{
	font-size: 0;
	position: relative;
}
.g-slickDots button::before{
	content: "";
	display: inline-block;
	background: var(--GRAY03);
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.g-slickDots .slick-active button::before{
	background: var(--DARK01);
}
@media screen and (min-width: 768px){
	.g-slickDots button{
		width: 50px;
		height: 20px;
	}
}
@media screen and (max-width: 767px){
	.g-slickDots button{
		width: 30px;
		height: 10px;
	}
}
/* -------------------bgcolor-------------------- */
.bgcolor--beige{
	background-color: var(--BEIGE01);
}
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* -------------------g-cat__list-------------------- */
.g-cat__list{
	display: grid;
}
.g-cat__list__icon{
	display: block;
}
.g-cat__list__name{
	display: block;
	text-align: center;
}
@media screen and (min-width: 768px){
  .g-cat__list{
		grid-template-columns: repeat(6,1fr);
		gap: var(--GAP_60) var(--GAP_20);
	}
	.g-cat__list__icon{
		width: 70%;
		margin: 0 auto;
	}
	.g-cat__list__name{
		font-size: var(--FZ_14);
	}
}
@media screen and (max-width: 767px){
	.g-cat__list{
		grid-template-columns: repeat(3,1fr);
		gap: 20px 10px;
	}
	.g-cat__list__icon{
		width: 60%;
		margin: 0 auto 5px;
	}
	.g-cat__list__name{
		font-size: var(--FZ_12_CONST);
	}
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}
@media (hover: hover){
	.g-cat__list li:hover{
		animation: shake 0.5s;
	}
}
/* -------------------g-keywordSearchArea-------------------- */
.g-keywordSearchArea{
	position: relative;
}
.g-keywordSearchArea::after{
	content: "";
	display: inline-block;
	background: url(../images/common/illust_serchWindow.svg) no-repeat center center / 100%;
	aspect-ratio: 263/300;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.g-keywordSearch{
	display: grid;
	width: var(--INNER_WIDTH);
}
.g-keywordSearch__form{
	position: relative;
}
.g-keywordSearch__form.formReset input[type="text"]{
	width: 100%;
	background-color: var(--WHITE);
	border-radius: 70px;
}
.g-keywordSearch__form.formReset input[type="text"]::placeholder{
	color: var(--GRAY03);
}
.g-keywordSearch__form.formReset button[type="submit"]{
	background: url(../images/common/icon_searchWindow.svg) no-repeat center center / 100%;
	aspect-ratio: 1/1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.g-keywordSearch__keyword__list{
	display: flex;
	flex-wrap: wrap;
}
.g-keywordSearch__keyword__list li a{
	display: block;
	background-color: var(--WHITE);
	border: 1px solid var(--GRAY02);
	border-radius: 70px;
	position: relative;
}
.g-keywordSearch__keyword__list li a::after{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	content: '\f054';
	color: var(--GRAY02);
	position: absolute;
}
@media screen and (min-width: 768px){
  .g-keywordSearchArea::after{
		width: clamp( 60px, 8vw, 108px);
		right: 5%;
	}
	.g-keywordSearch{
		max-width: 650px;
		margin: 0 auto;
		gap: var(--GAP_20);
	}
	.g-keywordSearch__form.formReset input[type="text"]{
		padding: 12px 40px 12px 20px;
	}
	.g-keywordSearch__form.formReset button[type="submit"]{
		width: 20px;
		right: 15px;
	}
	.g-keywordSearch__keyword{
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
	}
	.g-keywordSearch__keyword__ttl{
		font-size: var(--FZ_14_CONST);
	}
	.g-keywordSearch__keyword__list{
		padding-left: 15px;
		border-left: 1px solid var(--GRAY02);
		margin-left: 15px;
		gap: var(--GAP_10);
	}
	.g-keywordSearch__keyword__list li a{
		font-size: var(--FZ_12_CONST);
		padding: 5px 17px 5px 13px;
	}
	.g-keywordSearch__keyword__list li a::after{
		font-size: 7px;
		top: 10px;
		right: 3px;
	}
}
@media screen and (max-width: 767px){
  .g-keywordSearchArea::after{
		width: 60px;
		right: 5%;
	}
	.g-keywordSearch{
		width: var(--INNER_WIDTH);
		margin: 0 auto;
		gap: var(--GAP_20);
	}
	.g-keywordSearch__form.formReset input[type="text"]{
		padding: 12px 40px 12px 20px;
	}
	.g-keywordSearch__form.formReset button[type="submit"]{
		width: 20px;
		right: 15px;
	}
	.g-keywordSearch__keyword{
		display: grid;
		gap: 10px;
		align-items: center;
	}
	.g-keywordSearch__keyword__ttl{
		text-align: center;
		font-size: var(--FZ_12_CONST);
	}
	.g-keywordSearch__keyword__list{
		gap: var(--GAP_10);
	}
	.g-keywordSearch__keyword__list li a{
		font-size: var(--FZ_10_CONST);
		padding: 5px 12px 5px 8px;
	}
	.g-keywordSearch__keyword__list li a::after{
		font-size: 7px;
		top: 10px;
		right: 3px;
	}
}
/* -------------------g-special-------------------- */
.g-special__list{
	display: grid;
}
@media screen and (min-width: 768px){
  .g-special__list{
		grid-template-columns: repeat(4,1fr);
		gap: var(--GAP_20);
	}
	.g-special__list__thumb{
		margin-bottom: 5px;
	}
	.g-special__list__ttl{
		font-size: var(--FZ_16);
	}
}
@media screen and (max-width: 767px){
	.g-special__list{
		gap: 20px;
	}
	.g-special__list a{
		display: grid;
		grid-template-columns: 120px 1fr;
		gap: 10px
	}
	.g-special__list__ttl{
		font-size: var(--FZ_14_CONST);
	}
}
/* -------------------g-insta-------------------- */
.g-insta__list{
  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%;
}
.g-insta__link a{
	display: block;
	width: fit-content;
	margin: 0 auto;
	font-family: var(--FF_MONT);
	font-weight: 300;
	background: linear-gradient(transparent 70%, var(--WHITE) 30%);
}
@media screen and (min-width: 768px){
	.g-insta__list{
    gap: var(--GAP_20);
		grid-template-columns: repeat(6, 1fr);
  }
	.g-insta__link{
		margin-top: 30px;
	}
	.g-insta__link a{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.g-insta__list{
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
	.g-insta__list li:nth-of-type(n+10){
		display: none;
	}
	.g-insta__link{
		margin-top: 20px;
	}
	.g-insta__link a{
		font-size: 16px;
	}
}
/* -------------------g-review-------------------- */
.g-review__ttl__ja{
	display: block;
	font-weight: var(--FF_W_B);
}
.g-review__box{
	border: 1px solid var(--GRAY03);
}
.g-review__box__inner{
	overflow-y: scroll;
}
.g-review:not(:has(.g-review__list li)){
  display: none;
}
@media screen and (min-width: 768px){
	.g-review__ttl{
		position: relative;
	}
	.g-review__ttl::after{
		content: "";
		display: inline-block;
		background: url(../images/common/illust_review.svg) no-repeat center center / 100%;
		aspect-ratio: 300/276;
		width: 169px;
		position: absolute;
		top: calc(100% + 50px);
		left: 0;
	}
  .g-review__wrap{
		display: grid;
		grid-template-columns: 234px 1fr;
		gap: var(--GAP_20);
		align-items: center;
	}
	.g-review__ttl__ja{
		margin-top: var(--GAP_20);
		font-size: var(--FZ_18);
	}
	.g-review__box{
		padding: 42px 20px 42px 48px;
	}
	.g-review__box__inner{
		max-height: 400px;
	}
	.g-review__box__inner::-webkit-scrollbar{
		height: 5px;
	}
	.g-review__box__inner::-webkit-scrollbar-thumb{
		background-color: var(--GRAY01);
	}
	.g-review__box__inner::-webkit-scrollbar-thumb:hover{
		cursor: grab;
	}
}
@media screen and (max-width: 767px){
	.g-review__ttl{
		margin-bottom: 30px;
	}
	.g-review__ttl__en{
		display: block;
		width: 150px;
		margin: 0 auto 20px;
	}
	.g-review__ttl__ja{
		text-align: center;
	}
	.g-review__box{
		padding: 22px 15px 22px 15px;
	}
	.g-review__box__inner{
		max-height: 250px;
		-ms-overflow-style: none;/* IE, Edge 対応 */
		scrollbar-width: none;/* Firefox 対応 */
	}
	.g-review__box__inner::-webkit-scrollbar{
		display: none;
	}
}
/* -------------------g-history-------------------- */
.g-history{
	overflow-x: clip;
}
[data-frame-id="history"] .fr3-productListStatic{
	display: block;
	position: relative;
}
.g-history__frame .slick-slide{
	margin: 0 var(--SLICK_GAP);
}
@media screen and (min-width: 768px){
	.g-history__frame{
		--SLICK_ARROW_SIZE: 20px;
		--SLICK_GAP: var(--GAP_10);
	}
	[class*="g-history__arrow--"]{
		top: 40%;
	}
}
@media screen and (max-width: 767px){
	.g-history__frame{
		--SLICK_ARROW_SIZE: 20px;
		--SLICK_GAP: 6px;
	}
	.g-history__frame .slick-list{
		padding: 0 calc((100% - var(--INNER_WIDTH)) / 2);
	}
	[class*="g-history__arrow--"]{
		top: 30%;
	}
}

/* -------------------g-cartRcmd-------------------- */
.g-cartRcmd{
	overflow-x: clip;
}
[data-frame-id="cart_recommend"] .fr3-productListStatic{
	display: block;
	position: relative;
}
.g-cartRcmd__frame .slick-slide{
	margin: 0 var(--SLICK_GAP);
}
@media screen and (min-width: 768px){
	.g-cartRcmd__frame{
		--SLICK_ARROW_SIZE: 20px;
		--SLICK_GAP: var(--GAP_10);
	}
	[class*="g-cartRcmd__arrow--"]{
		top: 40%;
	}
}
@media screen and (max-width: 767px){
	.g-cartRcmd__frame{
		--SLICK_ARROW_SIZE: 20px;
		--SLICK_GAP: 6px;
	}
	.g-cartRcmd__frame .slick-list{
		padding: 0 calc((100% - var(--INNER_WIDTH)) / 2);
	}
	[class*="g-cartRcmd__arrow--"]{
		top: 30%;
	}
}
/* -------------------g-shopping-------------------- */
.g-shopping__wrap{
	display: grid;
}
.g-shopping__list__icon{
	display: block;
	background: var(--WHITE) no-repeat center center / 50%;
	aspect-ratio: 1/1;
}
@media screen and (min-width: 768px){
	.g-shopping__wrap{
		grid-template-columns: clamp( 200px, 30vw, 350px) 1fr;
		gap: var(--GAP_50);
	}
	.g-shopping__explain{
		font-size: var(--FZ_14);
	}
	.g-shopping__list{
		display: flex;
		gap: var(--GAP_20);
	}
	.g-shopping__list li{
		flex: 1;
	}
	.g-shopping__list__icon{
		margin-bottom: 5px;
	}
	.g-shopping__list__ttl{
		font-size: var(--FZ_14);
	}
}
@media screen and (max-width: 767px){
	.g-shopping__wrap{
		gap: var(--GAP_20);
	}
	.g-shopping__explain{
		font-size: var(--FZ_12_CONST);
	}
	.g-shopping__list{
		display: grid;
		grid-template-columns: repeat(6,1fr);
		gap: var(--GAP_20);
	}
	.g-shopping__list li:nth-of-type(1),
	.g-shopping__list li:nth-of-type(2){
		grid-column: span 3;
	}
	.g-shopping__list li:nth-of-type(n+3){
		grid-column: span 2;
	}
	.g-shopping__list__icon{
		margin-bottom: 5px;
	}
	.g-shopping__list__ttl{
		font-size: var(--FZ_12_CONST);
	}
}
/* -------------------ft-guide-------------------- */
.ft-guide__list{
	display: grid;
}
.ft-guide__list__icon{
	background: var(--BEIGE01) no-repeat center center / 70%;
	aspect-ratio: 1/1;
	border-radius: 50%;
}
.ft-guide__list__explain{
	letter-spacing: 0.03em;
}
@media screen and (min-width: 768px){
	.ft-guide__list{
		grid-template-columns: repeat(4,1fr);
		gap: var(--GAP_60);
	}
	.ft-guide__list__icon{
		width: 55%;
		margin: 0 auto 20px;
	}
	.ft-guide__list__ttl{
		font-size: var(--FZ_20);
		text-align: center;
		margin-bottom: 15px;
	}
	.ft-guide__list__explain{
		font-size: var(--FZ_16);
	}
	.ft-guide__list__explain small{
		font-size: var(--FZ_11);
	}
}
@media screen and (max-width: 767px){
	.ft-guide__list{
		gap: 20px;
	}
	.ft-guide__list li{
		display: grid;
		grid-template-columns: 80px 1fr;
		gap: 2px 20px;
	}
	.ft-guide__list__icon{
		grid-row: span 2;
	}
	.ft-guide__list__ttl{
		font-size: 16px;
		font-weight: var(--FF_W_B);
	}
	.ft-guide__list__explain{
		font-size: 12px;
		line-height: 1.8;
	}
	.ft-guide__list__explain small{
		font-size: 10px;
	}
}
/* -------------------g-txtLink-------------------- */
.g-txtLink a{
	position: relative;
}
.g-txtLink a::after{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: '\f054';
	position: absolute;
	right: 0;
	top: 57%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px){
	.g-txtLinkContainer{
		margin-top: var(--MG_30);
	}
	.g-txtLinkContainer--horizontal{
		display: flex;
		justify-content: center;
		gap: var(--GAP_40);
	}
	.g-txtLink a{
		font-size: 13px;
		padding-right: 15px;
	}
	.g-txtLink a::after{
		font-size: 10px;
	}
}
@media screen and (max-width: 767px){
	.g-txtLinkContainer{
		margin-top: var(--MG_10);
	}
	.g-txtLinkContainer--horizontal{
		display: flex;
		justify-content: center;
		gap: var(--GAP_40);
	}
	.g-txtLink a{
		font-size: 13px;
		padding-right: 15px;
	}
	.g-txtLink a::after{
		font-size: 10px;
	}
}
@media (hover: hover){
	.g-txtLink a:hover::after{
		right: -10px;
		transition: .3s;
	}
}
@media (hover: hover){
	.g-txtLink a:hover{
		color: var(--TXT_COLOR_BASE);
	}
}
/* -------------------g-about-------------------- */
.g-about__list{
  display: grid;
}
@media screen and (min-width: 768px){
  .g-about__lead{
    font-size: var(--FZ_14);
    margin-bottom: 30px;
  }
  .g-about__list{
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
  .g-about__list__thumb{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px){
  .g-about__lead{
    font-size: 11px;
		line-height: 1.8;
    margin-bottom: 20px;
  }
  .g-about__list{
    gap: 40px;
  }
  .g-about__list__thumb{
    margin-bottom: 20px;
  }
}
/* -------------------g-for__list-------------------- */
.g-fors{
  border-bottom: 1px solid var(--GRAY02);
}
.g-for__list{
	display: grid;
}
.g-for__list__name{
	text-align: center;
}
@media screen and (min-width: 768px){
	.g-for__list{
		gap: var(--GAP_20);
	}
	.g-for__list--col3{
		grid-template-columns: repeat(3,1fr);
	}
  .g-for__list--col5{
		grid-template-columns: repeat(5,1fr);
	}
	.g-for__list__thumb{
		margin-bottom: 8px;
	}
	.g-for__list__name{
		font-size: var(--FZ_16);
	}
}
@media screen and (max-width: 767px){
  .g-for__list{
    grid-template-columns: repeat(2,1fr);
		gap: 20px 10px;
	}
  .g-for__list li:first-child{
    grid-column: span 2;
  }
  .g-for__list__thumb{
		margin-bottom: 3px;
	}
  .g-for__list__thumb img{
    aspect-ratio: 2/1;
    object-fit: cover;
  }
	.g-for__list__name{
		font-size: var(--FZ_12_CONST);
	}
}
/* -------------------g-review__list-------------------- */
.g-review__list .fs-c-reviewList__item:not(:last-child) {
  border-bottom: 1px solid var(--BDCOLOR_GRAY_1);
}
.g-review__list .fs-c-reviewList__item__product {
  display: contents;
}
.g-review__list .fs-c-reviewer__profile,
.g-review__list .fs-c-reviewInfo__date {
  display: none;
}
.g-review__list .fs-c-productName__name {
  font-weight: var(--FF_W_B);
}
.g-review__list .fs-c-reviewList__item__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--BDCOLOR_GRAY_1);
}
@media screen and (min-width: 768px) {
	.g-review__list{
		padding-right: 20px;
	}
  .g-review__list .fs-c-reviewList__item {
    display: grid;
    grid-template: auto auto 1fr/clamp(80px, 15vw, 180px) 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .g-review__list .fs-c-reviewList__item:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .g-review__list .fs-c-reviewProduct__image {
    grid-row: span 3;
  }
  .g-review__list .fs-c-productName__name {
    font-size: var(--FZ_16);
  }
  .g-review__list .fs-c-reviewList__item__info {
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .g-review__list .fs-c-reviewer__name a,
  .g-review__list .fs-c-reviewList__item__body {
    font-size: var(--FZ_14);
  }
}
@media screen and (max-width: 767px) {
  .g-review__list .fs-c-reviewList__item {
    display: grid;
    grid-template: auto auto 1fr/clamp(80px, 15vw, 180px) 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .g-review__list .fs-c-reviewList__item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .g-review__list .fs-c-reviewList__item__info {
    grid-column: span 2;
    margin-top: 10px;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
  .g-review__list .fs-c-reviewList__item__body {
    grid-column: span 2;
  }
  .g-review__list .fs-c-reviewer__name a,
  .g-review__list .fs-c-reviewList__item__body {
    font-size: 12px;
  }
}

/* 調整 */
@media screen and (max-width: 767px) {
	[data-frame-id*="rank"] .fr3-productListStatic {
			display: flex;
			overflow-x: auto;
			white-space: nowrap;
			overflow-y: hidden;
			-ms-overflow-style: none;
			scrollbar-width: none;
			padding-left: calc((100% - var(--INNER_WIDTH)) / 2) !important;
			padding-top: 10px !important;
	}
	[data-frame-id*="rank"] .fr3-item {
		flex: 0 0 auto;
		--WITDH: 160px;
		min-width: var(--WITDH);
		max-width: var(--WITDH);
	}
	[data-frame-id*="rank"] .fr3-item__productName {
		white-space: normal;
	}
	[data-frame-id*="rank"] .fr3-productListStatic.fr3-productListStatic__responsive_1 .fr3-item:nth-of-type(n+5) {
		display: block;
	}
}
