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

	--GRAY01: #F0F0F0;
	--GRAY02: #D1D1D1;
	--GRAY03: #BCBCBC;
	--GRAY04: #9F9F9F;
	--GRAY05: #F8F8F8;

	--GOLD01: #A28864;

	--DARK01: #2E2E2E;

	--GREEN01: #0B2609;

	--RED01: #A0353D;
	--RED02: #D4767D;

	--PINK01: #FFEEEF;
	--PINK02: #F9F1F1;
	--PINK03: #ECD6D8;
	--PINK04: #FCFBFB;

	--BROWN01: #3D2123;
	--BROWN02: #311819;
	/* テキストカラー */
	--TXT_COLOR_BASE: var(--DARK01);
	--TXT_COLOR_WHITE: var(--WHITE);

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

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

	/* ランキングカラー */
	--RANKING_1ST: #B89A5A;
	--RANKING_2ND: #9F9F9F;
	--RANKING_3RD: #6F493C;
	--RANKING_OTHER: #D4767D;

	/* 共通角丸 */
	--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: 'Modern No. 20', sans-serif;
	--FF_NUM: var(--FF_BASE);
	--FF_SERIF: 'NoTo Serif JP', sans-serif;
	--FF_MUNDARI: "Noto Sans Nag Mundari", sans-serif;

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

	/* フォトサイズ */
	--FZ_11: clamp(10px, 1.1vw, 11px);
	--FZ_12: clamp(10px, 1.1vw, 12px);
	--FZ_13: clamp(11px, 1vw, 13px);
	--FZ_14: clamp(12px, 1.2vw, 14px);
	--FZ_15: clamp(13px, 1.4vw, 15px);
	--FZ_16: clamp(14px, 1.5vw, 16px);
	--FZ_18: clamp(15px, 1.6vw, 18px);
	--FZ_20: clamp(16px, 1.8vw, 20px);
	--FZ_22: clamp(18px, 2vw, 22px);
	--FZ_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_80: clamp(50px, 6vw, 80px);
	--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( 20px, 2.5vw, 25px);
	--GAP_35: clamp( 20px, 2.5vw, 35px);
	--GAP_30: clamp( 20px, 2.5vw, 30px);
	--GAP_40: clamp( 30px, 3.5vw, 40px);
	--GAP_50: clamp( 30px, 3.5vw, 50px);
	--GAP_60: clamp( 40px, 4.5vw, 60px);
	--GAP_65: clamp( 50px, 5.5vw, 65px);
	--GAP_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: 1080px;
	--PC_MAX_WIDTH_M: 1030px;
	--PC_MAX_WIDTH_L: 1320px;

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

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

@media screen and (min-width: 768px){
	:root{
		--INNER_WIDTH: 95%;
		--GENERALSEC: clamp(60px, 7vw, 80px);
	}
}
@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.05em;
	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: 100px;
	}
	body{
		font-size: var(--FZ_15_CONST);
		line-height: 1.7;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.g-inner,
	.g-inner--pc,
	.g-inner--l,
	.g-inner--m,
	.g-inner--s,
	.g-inner--sPc{
		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,
	.g-inner--sPc{
		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-postageGuide */
.hd-postageGuide{
	background-color: var(--RED01);
	color: var(--WHITE);
	text-align: center;
}
@media screen and (min-width: 768px){
	.hd-postageGuide{
		font-weight: var(--FF_W_M);
		font-size: var(--FZ_12_CONST);
		padding: 8px 0;
	}
}
@media screen and (max-width: 767px){
	.hd-postageGuide{
		flex-wrap: var(--FF_W_M);
		font-size: var(--FZ_12_CONST);
		padding: 6px 0 7px;
	}
}
/* headerarea */
#headerarea{
	position: relative;
}
.hd-inner{
	display: flex;
	align-items: center;
}
.hd-logo a{
	display: grid;
	align-items: center;
	grid-template-columns: 234fr 140fr;
}
.hd-logo span{
	display: block;
}
.hd-logo__elgon{
	position: relative;
}
.hd-logo__elgon::after{
	content: "";
	display: inline-block;
	background: var(--BDCOLOR_GRAY_1);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.hd-user{
	display: flex;
}
.hd-user li{
	position: relative;
}
.hd-user__item{
	display: block;
	aspect-ratio: 1/1;
	background: var(--URL) no-repeat center center / 100%;
	transition: 0s;
	position: relative;
}
.hd-user__item::after{
	content: attr(data-text);
	display: block;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	line-height: 1;
	height: 12px;
	letter-spacing: 0;
	opacity: 0;
	transition: .1s;
	color: var(--GRAY04);
}
.hd-user__item--search.is-active{
	background-image: var(--ACTIVE_URL);
}
.hd-user__item--search.is-active::after{
	content: attr(data-active_text);
	opacity: 1;
}
.hd-user li .fs-client-cart-count{
	top: 0;
	right: 0;
}
@media screen and (min-width: 1301px){
	.hd-logo a{
		gap: var(--GAP_50);
	}
	.hd-logo__elgon::after{
		right: calc(0px - var(--GAP_25));
	}
	.hd-navContainer{
		padding-right: var(--GAP_40);
		margin-right: var(--GAP_40);
	}
	.hd-nav{
		gap: var(--GAP_20);
	}
	.hd-nav__item{
		font-size: var(--FZ_14);
	}
	p.hd-nav__item::after{
		top: 2px;
	}
	.hd-user{
		gap: var(--GAP_20);
	}
	.hd-user__item{
		width: 25px;
	}
	p.hd-nav__item{
		padding-right: 18px;
	}
	.hd-user__item::after{
		font-size: 9px;
		margin-top: 3px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1300px){
	.hd-logo a{
		gap: var(--GAP_30);
	}
	.hd-logo__elgon::after{
		right: calc(0px - var(--GAP_15));
	}
	.hd-navContainer{
		padding-right: var(--GAP_20);
		margin-right: var(--GAP_20);
	}
	.hd-nav{
		gap: var(--GAP_10);
	}
	.hd-nav__item{
		font-size: var(--FZ_13);
	}
	p.hd-nav__item::after{
		top: 5px;
	}
	.hd-user{
		gap: var(--GAP_15);
	}
	.hd-user__item{
		width: 20px;
	}
	p.hd-nav__item{
		padding-right: 12px;
	}
	.hd-user__item::after{
		font-size: 8px;
		margin-top: 3px;
	}
}
@media screen and (min-width: 768px){
	body{
		--HEADER_HEIGHT: 60px;
	}
	#headerarea{
		background-color: var(--WHITE);
		box-shadow: 0px 10px 8px -11px #e0e0e0;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 99;
	}
	.hd-inner{
		width: var(--INNER_WIDTH);
		max-width: 1320px;
		margin: 0 auto;
		height: var(--HEADER_HEIGHT);
	}
	.hd-logo{
		width: clamp( 100px, 15vw, 325px);
	}
	.hd-navContainer{
		margin-left: auto;
		border-right: 1px solid var(--BDCOLOR_GRAY_1);
		line-height: 1.2;
	}
	.hd-nav{
		display: flex;
	}
	.hd-nav__item{
		font-weight: var(--FF_W_M);
		position: relative;
		height: 19px;
		display: flex;
		align-items: center;
	}
	a.hd-nav__item::after{
		content: "";
		display: inline-block;
		background: var(--RED01);
		width: 0;
		height: 1px;
		position: absolute;
		bottom: -5px;
		left: 0;
		transition: .3s;
	}
	a.hd-nav__item:hover{
		opacity: 1;
		color: var(--RED01);
	}
	a.hd-nav__item:hover::after{
		width: 100%;
	}
	p.hd-nav__item::after{
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		content: '\f107';
		position: absolute;
		right: 0;
		transition: .3s;
	}
	.hd-nav > li[ontouchstart=""]:hover p.hd-nav__item::after{
		transform: rotate(180deg);
	}
	.hd-nav__dropdownContainer{
		width: 100%;
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		transition: .3s;
		padding-top: 33px;
		position: absolute;
		top: calc(100% - 33px);
		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(--GRAY05);
		padding: 30px 0;
	}
	.hd-nav__dropdown .g-item__list{
		width: var(--INNER_WIDTH);
		max-width: var(--PC_MAX_WIDTH_M);
		margin: 0 auto;
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	}
	.hd-nav__dropdown .g-item__list li a{
		background-color: var(--WHITE);
	}
	.hd-user__item:hover{
		opacity: 1;
	}
	.hd-user__item:hover::after{
		opacity: 1;
	}
	.hd-user li .fs-client-cart-count{
		transform: translate(20%, -30%);
	}
}
@media screen and (max-width: 767px){
	.hd-logo{
		width: 193px;
	}
	.hd-logo a{
		gap: var(--GAP_30);
	}
	.hd-logo__elgon::after{
		right: calc(0px - var(--GAP_15));
	}
	.hd-inner{
		height: 46px;
	}
	.hd-user{
		margin-left: auto;
		gap: 15px;
	}
	.hd-user__item{
		width: 20px;
	}
	.hd-user li .fs-client-cart-count{
		transform: translate(40%, -50%);
		width: 15px;
		font-size: 7px;
	}
	.hd-user__item::after{
		font-size: 8px;
	}
}
/* .g-search--header */
.g-search--header{
	background-color: var(--GRAY05);
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	display: none;
}
.g-search__form{
	display: grid;
	align-items: center;
}
.g-search__form.formReset input[type="text"]{
	width: 100%;
	border-bottom: 1px solid var(--GRAY03);
}
.g-search__form.formReset input[type="text"]::placeholder{
	color: var(--GRAY04);
}
.g-search__form.formReset button{
	background-color: var(--RED01);
	color: var(--WHITE);
	border-radius: 70px;
}
.g-search__hotword{
	display: flex;
	flex-wrap: wrap;
	gap: var(--GAP_10_CONST);
}
.g-search__hotword li a{
	display: block;
	background-color: var(--WHITE);
	border-radius: 70px;
	display: flex;
	align-items: center;
	font-size: var(--FZ_12_CONST);
	padding: 2px 15px;
}
.g-search__hotword li a::before{
	content: "#";
}
@media (hover: hover){
	.g-search__hotword li a:hover{
		background-color: var(--RED01);
		color: var(--WHITE);
		opacity: 1;
	}
}
@media screen and (min-width: 768px){
	.g-search--header{
		padding: 30px 0;
	}
	.g-search__wrap{
		display: grid;
		gap: var(--GAP_25);
		width: var(--INNER_WIDTH);
		max-width: 860px;
		margin: 0 auto;
	}
	.g-search__form{
		gap: var(--GAP_20);
		grid-template-columns: 14fr 6fr;
	}
	.g-search__form.formReset input[type="text"]{
		padding-bottom: 15px;
	}
	.g-search__form.formReset input[type="text"],
	.g-search__form.formReset input[type="text"]::placeholder{
		font-size: var(--FZ_14_CONST);
	}
	.t-item .g-search__form.formReset input[type="text"]{
		border-color: var(--GOLD01);
	}
	.g-search__form.formReset button{
		height: 40px;
		font-size: var(--FZ_14_CONST);
		width: 130px;
	}
}
@media screen and (max-width: 767px){
	.g-search--header{
		padding: 20px 0;
	}
	.g-search__wrap{
		display: grid;
		width: var(--INNER_WIDTH);
		max-width: 330px;
		margin: 0 auto;
		gap: 15px;
	}
	.t-item .g-search{
		border-radius: 5px;
	}
	.g-search__form{
		grid-template-columns: 1fr 80px;
		gap: 15px;
	}
	.g-search__form.formReset input[type="text"]{
		padding-bottom: 15px;
	}
	.g-search__form.formReset input[type="text"],
	.g-search__form.formReset input[type="text"]::placeholder{
		font-size: var(--FZ_12_CONST);
	}
	.g-search__form.formReset button{
		height: 35px;
		font-size: var(--FZ_12_CONST);
	}
	.g-search__hotword li a{
		font-size: var(--FZ_12_CONST);
		padding: 2px 5px;
	}
}
/* hd-newsContainer */
.hd-newsContainer{
	width: 100%;
	position: sticky;
	left: 0;
	background-color: var(--GRAY05);
	z-index: 98;
}
.hd-news::before{
	content: "";
	display: inline-block;
	background: url(../images/common/news_icon.svg) no-repeat center center / 100%;
	aspect-ratio: 1/1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px){
	.hd-newsContainer{
		top: var(--HEADER_HEIGHT);
		padding: 12px 0;
	}
	.hd-news{
		width: var(--INNER_WIDTH);
		max-width: 1000px;
		margin: 0 auto;
		padding-left: 30px;
	}
	.hd-news::before{
		width: 20px;
	}
	.hd-news li,
	.hd-news li a{
		font-size: var(--FZ_16_CONST);
	}
}
@media screen and (max-width: 767px){
	.hd-newsContainer{
		top: 0;
		padding: 8px 0;
	}
	.hd-news{
		width: var(--INNER_WIDTH);
		margin: 0 auto;
		padding-left: 20px;
	}
	.hd-news::before{
		width: 15px;
	}
	.hd-news li,
	.hd-news li a{
		font-size: var(--FZ_14_CONST);
	}
}
/* ■■■■■■■■■■■■■■■■■■■■■■footer■■■■■■■■■■■■■■■■■■■■■■ */
#footerarea{
	background-color: var(--BROWN01);
}
.ft-container{
	display: grid;
}
.g-guideLink__item{
	display: block;
}
.g-guideLink__child{
	display: grid;
}
.g-guideLink__child li a{
	text-decoration: underline;
}
.ft-container .g-guideLink__item,
.ft-container .g-guideLink__child li a{
	color: var(--WHITE);
}
.ft-logo a{
	display: grid;
	align-items: center;
	grid-template-columns: 293fr 187fr;
}
.ft-logo a span{
	display: block;
}
.ft-container .g-sns__ttl{
	color: var(--WHITE);
}
.g-sns__list{
	display: flex;
}
.g-sns__list li a{
	display: block;
	aspect-ratio: 1/1;
	--MASK: var(--URL) no-repeat center center / 100%;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
}
.ft-container .g-sns__list li a{
	background-color: var(--WHITE);
}
.ft-terms li a{
	color: var(--WHITE);
	text-decoration: underline;
}
.ft-copy{
	color: var(--GRAY04);
}
@media screen and (min-width: 951px){
	.g-guideLink{
		gap: var(--GAP_80);
	}
}
@media screen and (min-width: 768px) and (max-width: 950px){
	.ft-container{
		gap: var(--GAP_30);
	}
	.g-guideLink{
		display: flex;
		gap: var(--GAP_50);
	}
}
@media screen and (min-width: 768px){
	.ft-container{
		align-items: flex-start;
		grid-template-columns: 1fr clamp( 300px, 35vw, 530px);
		column-gap: 50px;
		padding: 60px 0;
	}
	.g-guideLink{
		display: flex;
	}
	.g-guideLink li{
		width: fit-content;
	}
	.g-guideLink__item{
		margin-bottom: 15px;
		font-size: var(--FZ_16);
	}
	.g-guideLink__child{
		margin-left: 5px;
		gap: 10px;
	}
	.g-guideLink__child li a{
		font-size: var(--FZ_14);
	}
	.ft-logo a{
		gap: var(--GAP_50);
	}
	.ft-container .g-sns,
	.ft-btm{
		grid-column: span 2;
	}
	.ft-container .g-sns{
		border: 1px dotted var(--GRAY03);
		border-left: none;
		border-right: none;
		margin: 40px 0;
		padding: 40px 0;
		display: flex;
		align-items: center;
		gap: var(--GAP_50);
	}
	.g-sns__list{
		gap: var(--GAP_20);
	}
	.g-sns__list li a{
		width: 35px;
	}
	.ft-btm{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.ft-terms{
		gap: var(--GAP_20);
		display: flex;
	}
	.ft-terms li a{
		font-size: var(--FZ_14);
	}
	.ft-copy{
		font-size: var(--FZ_14);
	}
}
@media screen and (max-width: 767px){
	.ft-container{
		padding: 40px 0 100px;
	}
	.g-guideLink{
		border-bottom: 1px dotted var(--GRAY03);
	}
	.ft-container .g-guideLink{
		margin-bottom: 25px;
	}
	.g-guideLink__item--hasChild{
		padding: 15px 10px;
		border-top: 1px dotted var(--GRAY03);
		position: relative;
	}
	.g-guideLink__item--hasChild::after{
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		content: '\f107';
		font-size: 12px;
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		transition: .3s;
	}
	.g-guideLink__item--hasChild.is-active::after{
		transform: translateY(-50%) rotate(180deg) ;
	}
	.g-guideLink__child{
		display: none;
		border-top: 1px dotted var(--GRAY03);
		padding: 12px 10px;
	}
	.ft-container .g-guideLink__child{
		background-color: var(--BROWN02);
	}
	.g-guideLink__child li:not(:last-child){
		margin-bottom: 5px;
	}
	.g-guideLink__child li a{
		font-size: var(--FZ_12_CONST);
	}
	.ft-container .g-sns__ttl{
		display: none;
	}
	.ft-container .g-sns__list{
		margin-bottom: 25px;
	}
	.g-sns__list{
		gap: var(--GAP_20);
		justify-content: center;
	}
	.g-sns__list li a{
		width: 35px;
	}
	.ft-logo a{
		width: 297px;
		margin: 0 auto 25px;
		gap: var(--GAP_30);
	}
	.ft-btm{
		padding-top: 25px;
		border-top: 1px dotted var(--GRAY03);
	}
	.ft-terms{
		gap: var(--GAP_20);
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.ft-terms li a{
		font-size: var(--FZ_14);
	}
	.ft-copy{
		font-size: var(--FZ_14);
		text-align: center;
	}
}
/* ft-fixedbnr */
.ft-fixedbnr{
	position: fixed;
	z-index: 99;
	display: grid;
	overflow: visible;
}
.ft-fixedbnr li{
	position: relative;
}
.ft-fixedbnr.formReset button[type="button"]{
	display: block;
	aspect-ratio: 1/1;
	background: url(../images/common/close.svg) no-repeat center center / 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	transform: translate(-45%, -45%);
	opacity: 0.5;
}
/* ログアウト中 */
body:has(.login.my-false) .ft-fixedbnr__item--login{
	display: none;
}
/* ログイン中 */
body:has(.login.my-true) .ft-fixedbnr__item--logout{
	display: none;
}
@media (hover: hover){
	.ft-fixedbnr.formReset button[type="button"]:hover{
		opacity: 1;
	}
}
@media screen and (min-width: 768px){
	.ft-fixedbnr{
		width: 160px;
		gap: var(--GAP_20);
		bottom: 30px;
		right: 2%;
	}
	.ft-fixedbnr.formReset button[type="button"]{
		width: 25px;
	}
}
@media screen and (max-width: 767px){
	.ft-fixedbnr{
		width: 90px;
		gap: 5px;
		bottom: 90px;
		right: 2.5%;
	}
	.ft-fixedbnr.formReset button[type="button"]{
		width: 15px;
	}
}
/* ft-spMenu */
@media screen and (max-width: 767px){
	.ft-spMenuContainer{
		--SPMENU_HEIGHT: 80px;
		position: fixed;
		width: 100%;
		background-color: var(--WHITE);
		bottom: 0;
		left: 0;
		height: var(--SPMENU_HEIGHT);
		z-index: 999;
		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{
		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: 9px;
		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);
	}
}
/* ■■■■■■■■■■■■■■■■■■■■■■side■■■■■■■■■■■■■■■■■■■■■■ */


/* ■■■■■■■■■■■■■■■■■■■■■■全ページ共通部分■■■■■■■■■■■■■■■■■■■■■■ */
/* -----------------dummyImg----------------- */
.dummyImg{
	position: relative;
}
.dummyImg::before{
	content: "ダミー画像";
	display: inline-block;
	background: rgba(33, 33, 33, 0.5);
	color: #e81010;
	text-shadow: 0 0 5px #fff;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
/* -----------------タブ切り替え共通css----------------- */
.tab-nav{
	display: flex;
}
.tab-btn{
	flex: 1;
}
.tab-contents {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-contents.show {
	cursor: auto;
  height: auto;
  overflow: unset;
  opacity: 1;
  transition: .5s opacity;
}
@media screen and (min-width: 768px){
	.tab-btn:hover{
		cursor: pointer;
	}
	.tab-btn.show{
		cursor: auto;
	}
}
/* -----------------ポップアップ共通css----------------- */
body.fixed {
	position: fixed;
	width: 100%;
	overflow: hidden;
}
.popup-overlay {
  display: none; 
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup-overlay.fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--WHITE);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.popup-overlay .popup-box{
	overflow-y: scroll;
}
.popup-overlay button.closePopup{
	position: absolute;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: var(--TXT_COLOR_BASE);
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
}
.popup-overlay button.closePopup::before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	content: '\f00d';
	display: block;
	line-height: 1;
	height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
@media screen and (min-width: 768px){
	.popup-overlay .popup-content{
		width: 95%;
		max-width: 900px;
	}
	.popup-overlay .popup-box{
		padding: 50px 30px;
		max-height: 90vh;
	}
	.popup-overlay button.closePopup{
		width: 40px;
	}
	.popup-overlay button.closePopup::before{
		font-size: 23px;
	}
}
@media (hover: hover){
	.popup-overlay button.closePopup:hover{
		cursor: pointer;
	}
}
@media screen and (max-width: 767px){
	.popup-overlay .popup-content{
		width: 90%;
	}
	.popup-overlay .popup-box{
		padding: 30px 15px;
		max-height: 80vh;
	}
	.popup-overlay button.closePopup::before{
		font-size: 23px;
	}
	.popup-overlay button.closePopup{
		width: 30px;
	}
	.popup-overlay button.closePopup::before{
		font-size: 18px;
	}
}
/* -----------------フューチャー調整CSS----------------- */
/* 内部の色設定 */
:root{
	--WISH_COLOR: var(--RED01);
	--FS_BTN_COLOR_1: var(--RED01);
	--FS_BTN_COLOR_2: var(--RED02);
	--REVIEW_COLOR: #edc622;
}
/* 内部幅設定 */
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: var(--INNER_WIDTH);
	max-width: var(--PC_MAX_WIDTH);
	margin-bottom: var(--GENERALSEC);
}
#mainarea{
	flex: 1;
}
#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: 10px;
	background-color:	var(--RED01);
	color: var(--WHITE);
	border-radius: 50%;
	border: 1px solid var(--WHITE);
	position: absolute;
	letter-spacing: 0;
}
/* 商品マークリセット */
.fs-c-productMarks{
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	--BDRS: 0px;
}
.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;
}
.fs-c-productMark__mark,
.fs-c-productMarks > .fs-c-mark .fs-c-mark__label{
	display: inline-block;
	padding: 4px 8px 6px;
	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: #3070ca;
	color: var(--WHITE);
	border-radius: var(--BDRS);
}
/* パンくずリセット  */
.fs-c-breadcrumb__list{
  padding: 0;
	width: var(--INNER_WIDTH) !important;
	max-width: var(--PC_MAX_WIDTH);
	margin-left: auto;
	margin-right: auto;
}
#wrapper .fs-c-breadcrumb__list{
	width: unset !important;
	max-width: unset !important;
}
.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 !important;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.fs-c-breadcrumb {
		padding: 8px 0 !important;
		font-size: 11px;
		/* overflow: hidden; */
		position: relative;
	}
	/* .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;
}
.fr3-item__productPrice__price{
	font-size: unset;
}
.fr3-productListStatic.slick-slider{
	display: block;
	opacity: 0;
	transition: opacity .3s linear;
	line-height: 1;
}
.fr3-productListStatic.slick-slider.slick-initialized{
	opacity: 1;
}
.fr3-productListStatic.slick-slider .fr3-item{
	min-width: var(--WIDTH);
  max-width: var(--WIDTH);
}
.fr3-item__productName{
	line-height: 1.5;
}
.fr3-item__productPrice{
	margin-top: 10px;
	padding-bottom: 5px;
	gap: 0px;
}
.fr3-item__productPrice .fr3-item__productPrice__addon{
	font-size: 0;
}
.fr3-item__productPrice__addon::after{
	content: '[税込]';
}
[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;
	display: inline-block;
	aspect-ratio: 1/1;
	color: var(--WHITE);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	z-index: 2;
}
[data-frame-id*="rank_"] .slick-slide:nth-of-type(1) .fr3-item::before{
	background-color: var(--RANKING_1ST);
}
[data-frame-id*="rank_"] .slick-slide:nth-of-type(2) .fr3-item::before{
	background-color: var(--RANKING_2ND);
}
[data-frame-id*="rank_"] .slick-slide:nth-of-type(3) .fr3-item::before{
	background-color: var(--RANKING_3RD);
}
[data-frame-id*="rank_"] .slick-slide:nth-of-type(n+4) .fr3-item::before{
	background-color: var(--RANKING_OTHER);
}
.t-ranking__btm{
	width: var(--INNER_WIDTH);
	max-width: var(--PC_MAX_WIDTH);
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.t-ranking section:not(:last-child) .t-ranking__btm{
	border-bottom: 1px dotted var(--GRAY04);
}
.t-ranking__arrows{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.formReset .t-ranking__arrow{
	aspect-ratio: 1/1;
	border: 1px solid var(--GRAY03);
	border-radius: 50px;
	position: relative;
}
.formReset .t-ranking__arrow::before{
	content: "";
	display: inline-block;
	--MASK: url(../images/common/product_arrow.svg) no-repeat center center / 100%;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
	background-color: var(--DARK01);
	aspect-ratio: 1/2;
	width: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.formReset .t-ranking__arrow.is-disabled::before{
	background-color: var(--GRAY04);
}
.formReset .t-ranking__arrow--prev::before{
	transform: translate(-50%, -50%) rotate(180deg);
}
@media (hover: hover){
	.fr3-item a:hover{
		color: var(--TXT_COLOR_BASE);
	}
}
@media screen and (min-width: 768px){
	.t-ranking__wrap{
		overflow: hidden;
	}
	.fr3-productListStatic.slick-slider{
		width: var(--INNER_WIDTH);
		max-width: var(--PC_MAX_WIDTH);
		margin-left: auto;
		margin-right: auto;
	}
	.fr3-productListStatic .slick-list{
		overflow: visible;
	}
	.fr3-productListStatic.slick-slider .fr3-item{
		--WIDTH: clamp( 150px, 20vw, 250px);
	}
	.fr3-productListStatic.slick-slider .slick-slide{
		margin: 0 var(--GAP_15);
	}
	.fr3-productListStatic .fr3-item__productName{
		margin-top: 8px;
		font-size: var(--FZ_14);
	}
	.fr3-productListStatic .fr3-item__productPrice__price{
		font-size: var(--FZ_14);
	}
	.fr3-item__productPrice__addon::after{
		font-size: var(--FZ_12_CONST);
	}
	.t-ranking > section:not(:last-child){
		margin-bottom: var(--GENERALSEC_HALF);
	}
	.t-ranking__btm{
		padding: var(--GENERALSEC_HALF) 0;
		justify-content: space-between;
	}
	.t-ranking__arrows{
		gap: var(--GAP_15);
	}
	.formReset .t-ranking__arrow{
		width: 50px;
	}
	[data-frame-id*="rank_"] .fr3-item::before{
		width: 40px;
		top: 10px;
		left: 10px;
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.fr3-productListStatic .slick-list{
    padding-left: calc((100% - var(--INNER_WIDTH)) / 2);
  }
  .fr3-productListStatic.slick-slider .fr3-item{
    --WIDTH: 140px;
  }
	.fr3-productListStatic.slick-slider .slick-slide{
		margin: 0 8px;
	}
	.fr3-productListStatic .fr3-item__productName{
		margin-top: 8px;
		font-size: var(--FZ_12_CONST);
	}
	.fr3-productListStatic .fr3-item__productPrice__price{
		font-size: var(--FZ_12_CONST);
	}
	.fr3-item__productPrice__addon::after{
		font-size: var(--FZ_10_CONST);
	}
	.t-ranking__arrows{
		display: none;
	}
	[data-frame-id*="rank_"] .fr3-item::before{
		width: 25px;
		top: 5px;
		left: 5px;
		font-size: 10px;
	}
	.t-ranking > section:not(:last-child){
		margin-bottom: var(--GENERALSEC);
	}
	.t-ranking__btm{
		padding: var(--GENERALSEC) 0;
		justify-content: center;
	}
}
/* -------------------g-heading-------------------- */
.g-heading > span{
	display: block;
}
.g-heading--center > span{
	text-align: center;
}
.g-heading__en{
	color: var(--RED01);
	font-family: var(--FF_EN);
	line-height: 1.3;
	letter-spacing: 0.01em;
}
.g-heading--jaPrimary .g-heading__en{
	font-family: var(--FF_BASE);
	color: var(--TXT_COLOR_BASE);
	font-weight: var(--FF_W_R);
}
.g-heading--jaPrimary .g-heading__ja{
	font-family: var(--FF_SERIF);
	color: var(--RED01);
	font-weight: var(--FF_W_B);
}
@media screen and (min-width: 768px){
  .g-headingContainer{
		margin-bottom: var(--GAP_40);
	}
	.g-heading__en{
		font-size: var(--FZ_22);
	}
	.g-heading__ja{
		font-size: var(--FZ_35);
	}
	.g-heading--jaPrimary .g-heading__en{
		font-size: var(--FZ_32);
	}
	.g-heading--jaPrimary .g-heading__ja{
		font-size: var(--FZ_35);
	}
}
@media screen and (max-width: 767px){
	.g-headingContainer{
		margin-bottom: var(--GAP_50);
	}
	.g-heading__en{
		font-size: 20px;
	}
	.g-heading__ja{
		font-size: 26px;
	}
	.g-heading--jaPrimary .g-heading__en{
		font-size: 14px;
	}
	.g-heading--jaPrimary .g-heading__ja{
		font-size: 23px;
	}
}
/* -------------------g-btn-------------------- */
.g-btnContainer{
	display: grid;
}
.g-btnContainer--horizontal{
	display: flex;
	justify-content: center;
}
.g-btn,
.fs-c-continueShopping{
	width: 100%;
	max-width: 180px;
}
.g-btn a,
.fs-c-continueShopping a.fs-c-button--standard{
	display: block;
	text-align: center;
	letter-spacing: 0.01em;
	border: 1px solid var(--RED01);
	border-radius: 70px;
	position: relative;
}
.g-btn--white a,
.fs-c-continueShopping a.fs-c-button--standard{
	background-color: var(--WHITE);
	color: var(--RED01);
}
.g-btn--red a{
	background-color: var(--RED01);
	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.1em;
}
.g-btn--arrow a::after,
.fs-c-continueShopping a.fs-c-button--standard::after{
	content: "";
	display: inline-block;
	aspect-ratio: 1/2;
	clip-path: polygon(0 100%, 0 0, 100% 50%);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.g-btn--white.g-btn--arrow a:after{
	background-color: var(--RED01);
}
.g-btn--red.g-btn--arrow a:after{
	background-color: var(--WHITE);
}
.g-btn--red a::after{
	color: var(--WHITE);
}
.g-btn--anchor a::after{
	content: "";
	display: inline-block;
	aspect-ratio: 2/1;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.g-btn--white.g-btn--anchor a:after{
	background-color: var(--RED01);
}
.g-btn--red.g-btn--anchor a:after{
	background-color: var(--WHITE);
}
.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;
		background-color: var(--RED01);
		color: var(--WHITE);
	}
	.g-btn--red a:hover{
		opacity: 1;
		color: var(--RED01);
		background-color: var(--WHITE);
	}
	.g-btn--anchor a::after{
		transition: .4s;
	}
	.g-btn--white.g-btn--anchor a:hover::after{
		background-color: var(--WHITE);
	}
	.g-btn--red.g-btn--anchor a:hover::after{
		background-color: var(--RED01);
	}
	.g-btn--white.g-btn--arrow a:hover::after{
		background-color: var(--WHITE);
	}
	.g-btn--red.g-btn--arrow a:hover::after{
		background-color: var(--RED01);
	}
}
@media screen and (min-width: 768px){
	.g-btnContainer{
		margin-top: var(--MG_50);
	}
	.g-btnContainer--horizontal{
		gap: var(--GAP_30);
	}
	.g-btnContainer--horizontalPc{
		display: flex;
		justify-content: center;
		gap: var(--GAP_30);
	}
	.g-btnContainer--vertical{
		gap: var(--GAP_20);
	}
	.g-btn--longPc{
		width: var(--INNER_WIDTH);
		max-width: 388px;
	}
	.g-btn a{
		font-size: var(--FZ_14_CONST);
		padding: 12px 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,
	.fs-c-continueShopping a.fs-c-button--standard::after{
		width: 6px;
		right: 20px;
	}
	.fs-c-continueShopping a.fs-c-button--standard::after{
		top: 36%;
	}
	.g-btn--anchor a::after{
		width: 12px;
		right: 20px;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		margin: 40px 0 var(--GENERALSEC);
	}
	.g-btn--long{
		width: var(--INNER_WIDTH);
		max-width: 420px;
	}
	.g-btn--semilong{
		width: var(--INNER_WIDTH);
		max-width: 230px;
	}
}
@media screen and (max-width: 767px){
	.g-btnContainer{
		margin-top: var(--MG_30);
	}
	.g-btnContainer--horizontal{
		gap: var(--GAP_20);
	}
	.g-btnContainer--vertical,
	.g-btnContainer--horizontalPc{
		gap: var(--GAP_20);
	}
	.g-btnContainer--vertical .g-btn,
	.g-btnContainer--horizontalPc .g-btn{
		margin-left: auto;
		margin-right: auto;
	}
	.g-btn a,
	.fs-c-continueShopping a.fs-c-button--standard{
		font-size: var(--FZ_12_CONST);
		padding: 8px 0;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		font-size: var(--FZ_12_CONST);
		padding: 8px 0;
	}
	.g-btn--longPc a{
		font-size: var(--FZ_12_CONST);
	}
	.g-btn--small{
		max-width: 198px;
	}
	.g-btn--small a{
		padding: 7px 0;
		font-size: var(--FZ_12_CONST);
	}
	.g-btn--arrow a::after,
	.fs-c-continueShopping a.fs-c-button--standard::after{
		width: 4px;
		right: 12px;
	}
	.fs-c-continueShopping a.fs-c-button--standard::after{
		top: 36%;
	}
	.g-btn--anchor a::after{
		width: 8px;
		right: 12px;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		margin: 20px 0 var(--GENERALSEC);
	}
	.g-btn--long{
		width: var(--INNER_WIDTH);
		max-width: 220px;
	}
}
/* ------------------g-txt------------------ */
.g-txt{
	display: grid;
}
.g-txt mark{
	background: linear-gradient(transparent 70%, #fff799 30%);
}
.g-txt__list > li{
	position: relative;
	margin-left: 10px;
}
.g-txt__list > li::before{
	content: '';
	display: inline-block;
	background: var(--BLACK);
	aspect-ratio: 1/1;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.g-txt__note li{
	position: relative;
	color: var(--RED01);
}
.g-txt__note li::before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.g-txt__order{
	counter-reset: original-counter;
}
.g-txt__order > li::before{
	content: counter(original-counter)'.';
	counter-increment: original-counter;
}
@media screen and (min-width: 768px){
	.g-txt *{
		font-size: var(--FZ_15);
	}
	.g-txt p:has(mark){
		line-height: 2.5;
	}
	.g-txt > p:not(:first-child){
		margin-top: var(--GAP_20);
	}
	.g-txt > *+.g-txt__list{
		margin-top: var(--GAP_20);
	}
	.g-txt mark{
		padding: 2px 5px 3px;
	}
	.g-txt__list > li{
		padding-left: 10px;
	}
	.g-txt__list > li::before{
		width: 4px;
		top: 13px;
	}
	.g-txt__note li{
		font-size: var(--FZ_14);
		padding-left: 15px;
	}
}
@media screen and (max-width: 767px){
	.g-txt *{
		font-size: var(--FZ_14_CONST);
	}
	.g-txt p:has(mark){
		line-height: 2.5;
	}
	.g-txt > p:not(:first-child){
		margin-top: var(--GAP_20);
	}
	.g-txt > *+.g-txt__list{
		margin-top: var(--GAP_20);
	}
	.g-txt mark{
		padding: 2px 5px 3px;
	}
	.g-txt__list > li{
		padding-left: 12px;
	}
	.g-txt__list > li::before{
		width: 5px;
		top: 13px;
	}
	.g-txt__note li{
		font-size: var(--FZ_12_CONST);
		padding-left: 15px;
	}
}
/* ------------------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;
}
.g-slickDots li{
	aspect-ratio: 1/1;
	position: relative;
}
.g-slickDots button{
	font-size: 0;
	width: 100%;
	height: 100%;
	border: 1.5px solid var(--GRAY03);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.g-slickDots .slick-active button{
	border: 1.5px solid var(--RED01);
	background-color: var(--RED01);
}
@media screen and (min-width: 768px){
	.g-slickDots{
		gap: 15px;
		margin-top: 20px;
	}
	.g-slickDots li{
		width: 12px;
	}
}
@media screen and (max-width: 767px){
	.g-slickDots{
		gap: 5px;
		margin-top: 15px;
	}
	.g-slickDots li{
		width: 9px;
	}
}
/* -------------------bgcolor-------------------- */
.bgcolor--pink{
	background-color: var(--PINK02);
}
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
.g-historyContainer{
	overflow: hidden;
}
[data-frame-id="g-history"] .fr3-item__productName,
[data-frame-id="g-history"] .fr3-item__productPrice{
	display: none;
}
@media screen and (min-width: 768px){
  [data-frame-id="g-history"] .fr3-productListStatic.slick-slider .fr3-item{
		--WIDTH: 180px;
	}
	[data-frame-id="g-history"] .fr3-productListStatic.slick-slider .slick-slide{
		margin: 0 5px;
	}
}
@media screen and (max-width: 767px){
	[data-frame-id="g-history"] .fr3-productListStatic.slick-slider .fr3-item{
		--WIDTH: 80px;
	}
	[data-frame-id="g-history"] .fr3-productListStatic.slick-slider .slick-slide{
		margin: 0 3px;
	}
	[data-frame-id="g-history"] .fr3-item__imageContainer img{
		border-radius: 5px;
	}
}
/* ------------------- -------------------- */
/* t-item */
.t-item__type dt{
  font-weight: var(--FF_W_B);
}
.g-item__list{
  display: grid;
  border: 1px solid var(--PINK03);
  border-right: none;
  border-bottom: none;
}
.g-item__list li{
  border: 1px solid var(--PINK03);
  border-top: none;
  border-left: none;
}
.g-item__list li a{
  display: grid;
  align-items: center;
  position: relative;
}
.g-item__list li a::after{
  font-family: 'Font Awesome 5 Pro';
  font-weight: 500;
  content: '\f054';
  color: var(--RED01);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.g-item__list__thumb{
  display: inline-block;
  aspect-ratio: 1/1;
	background: no-repeat center center;
}
.g-item__list__thumb--icon{
  background-color: var(--PINK03);
}
.g-item__list__thumb--photo{
	background-size: 100%;
}
.g-item__list__name{
  font-weight: var(--FF_W_B);
	display: grid;
	align-items: baseline;
	grid-template-columns: auto 1fr;
}
.g-item__list__name small{
	display: block;
	font-weight: var(--FF_W_R);
	letter-spacing: 0;
	grid-column: span 2;
}
@media screen and (min-width: 768px){
  .g-search--item{
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .t-item__type dt{
    font-size: var(--FZ_18);
    margin-bottom: 15px;
  }
  .t-item__type dd:not(:last-child){
    margin-bottom: 40px;
  }
  .g-item__list{
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  }
  .g-item__list li a{
    padding: 6px;
    grid-template-columns: 68px 1fr;
    gap: 15px;
  }
	.g-item__list li a::after{
		right: 10px;
		font-size: var(--FZ_14);
	}
  .g-item__list__thumb--icon{
    border-radius: 5px;
		background-size: 75%;
  }
  .g-item__list__name{
    font-size: var(--FZ_16);
  }
	.g-item__list__name small{
		margin-bottom: 5px;
	}
	.g-item__list__name span{
		font-size: var(--FZ_12);
	}
}
@media screen and (max-width: 767px){
	.g-search--item{
		padding: 20px 0;
		margin-bottom: 30px;
	}
	.t-item__type dt{
		font-size: var(--FZ_16);
		margin-bottom: 10px;
	}
	.t-item__type dd:not(:last-child){
		margin-bottom: 20px;
	}
	.g-item__list{
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}
	.g-item__list li a{
		padding: 3px;
		grid-template-columns: 40px 1fr;
		gap: 5px;
	}
	.g-item__list li a::after{
		right: 2px;
		font-size: 8px;
	}
	.g-item__list__thumb--icon{
		border-radius: 5px;
		background-size: 80%;
	}
	.g-item__list__name{
		font-size: 11px;
		letter-spacing: 0.5px;
	}
	.g-item__list__name span{
		font-size: 8px;
	}
}
/* ------------------- -------------------- */
/* ------------------- -------------------- */
.t-topics{
  position: relative;
  overflow-x: clip;
}
.t-topics__illust{
  background: url(../images/top/topics_bg-illust.png) no-repeat center center / 100%;
  aspect-ratio: 944/836;
  position: absolute;
  top: 0;
  left: 0;
	opacity: 0.3;
}
.t-topics__wrap{
  overflow: hidden;
}
.g-topics__list__ttl{
  line-height: 1.3;
}
.g-topics__list .slick-slide{
	margin: 0 var(--SLICK_GAP);
}
[class*="g-topics__list__arrow"]{
	top: 45%;
}
@media screen and (min-width: 768px){
  .t-topics__illust{
    width: clamp( 200px, 36vw, 472px);
    transform: translate(-5%, -25%);
  }
	.g-topics__list{
		--SLICK_GAP: 12px;
	}
  .g-topics__list .slick-list{
    overflow: visible;
  }
  .g-topics__list__thumb img{
    border-radius: 10px;
  }
  .g-topics__list__ttl{
    font-size: var(--FZ_16);
    margin-top: 10px;
		line-height: 1.5;
  }
}
@media screen and (max-width: 767px){
  .t-topics__illust{
    width: 173px;
    transform: translate(-5%, -25%);
  }
	.g-topics__list{
		--SLICK_GAP: 7px;
	}
  .g-topics__list .slick-list{
    padding-left: calc((100% - var(--INNER_WIDTH)) / 2);
  }
  .g-topics__list li{
    --WIDTH: 160px;
		min-width: var(--WIDTH);
		max-width: var(--WIDTH);
  }
  .g-topics__list__thumb img{
    border-radius: 5px;
  }
  .g-topics__list__ttl{
    font-size: var(--FZ_14);
    margin-top: 5px;
  }
}
/* -------------------g-column-------------------- */
.g-column__list{
  display: grid;
}
.g-column__list li a{
  background-color: var(--PINK04);
  display: grid;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--BDRS);
}
.g-column__list li a::after{
  content: "";
  display: inline-block;
  background: var(--RED01) url(../images/common/column_link.svg) no-repeat center center / 50%;
  border-radius: var(--BDRS) 0 var(--BDRS) 0;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.g-column__list__thumb img{
  aspect-ratio: 1/1;
  object-fit: cover;
}
.g-column__list__date{
  display: block;
	letter-spacing: 0.05em;
}
.g-column__list__ttl{
  font-weight: var(--FF_W_M);
}
@media screen and (min-width: 768px){
  .g-column__list{
    grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
    gap: var(--GAP_20);
  }
  .g-column__list li a{
    --BDRS: 5px;
    grid-template-columns: clamp( 120px, 15vw, 180px) 1fr;
    gap: var(--GAP_30);
    padding: var(--GAP_30);
  }
  .g-column__list li a::after{
    width: 50px;
  }
  .g-column__list__thumb img{
    border-radius: 5px;
  }
  .g-column__list__date{
    font-size: var(--FZ_14);
    padding: 5px 0 8px;
  }
  .g-column__list__ttl{
    font-size: var(--FZ_14);
  }
}
@media screen and (max-width: 767px){
  .g-column__list{
    grid-template-columns: 1fr;
    gap: var(--GAP_20);
  }
  .g-column__list li:nth-of-type(n+4){
    display: none;
  }
  .g-column__list li a{
    --BDRS: 3px;
    grid-template-columns: 110px 1fr;
    gap: var(--GAP_20);
    padding: var(--GAP_20);
  }
  .g-column__list li a::after{
    width: 25px;
  }
  .g-column__list__thumb img{
    border-radius: 3px;
  }
  .g-column__list__date{
    font-size: var(--FZ_12_CONST);
    padding: 2px 0 5px;
  }
  .g-column__list__ttl{
    font-size: var(--FZ_14_CONST);
  }
}

/* おすすめ商品調整 */
.fs-c-featuredProduct .fs-c-featuredProduct__title{
  font-size: var(--FZ_25);
  font-family: var(--FF_SERIF);
  font-weight: var(--FF_W_B);
  color: var(--RED01);
  letter-spacing: 0.1em;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-price__currencyMark, .fs-c-productListCarousel__list__item span.fs-c-price__value{
  font-size: var(--FZ_16) !important;
  font-weight: normal;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__addon__label{
  font-size: var(--FZ_12_CONST);
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__addon__label::before{
  content: "[";
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__addon__label::after{
  content: "]";
}
.fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--member.fs-c-productPrice--stageUndetermined::before{
  content: none;
}
.fs-c-featuredProduct .fs-c-productPrice--member{
  display: none;
}
@media screen and (min-width: 768px){
  .fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack .slick-slide{
    margin: 0 10px;
  }
  .fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item{
    --WIDTH: 200px;
    min-width: var(--WIDTH);
    max-width: var(--WIDTH);
  }
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}

.g-heading__en--logo{
	margin: 0 auto;
}
@media screen and (min-width: 768px){
	.g-heading__en--logo{
		width: 130px;
	}
}
@media screen and (max-width: 767px){
	.g-heading__en--logo{
		width: 100px;
	}
}

/* 履歴 */
.history-list .fr3-productListStatic__responsive_1 {
	grid-template-columns: repeat(8, 1fr);
	overflow-x: scroll;
}
.history-list .fr3-item {
	min-width: 200px;
}
.flywheel-recommend__frame.history-list .fr3-item__productName,
.flywheel-recommend__frame.history-list .fr3-item__productPrice {
  display: none;
}
@media screen and (min-width: 768px){
	.history-list .fr3-productListStatic__responsive_1 {
	padding: 0 5% 0 10% !important;
	}
}
@media screen and (max-width: 767px){
	.history-list .fr3-productListStatic__responsive_1 {
		padding: 0 5% 0 5% !important;
	}
	.fat-nav__wrapper .history-list .fr3-item{
		min-width: 130px;
	}
	.fat-nav__wrapper .fr3-item__productName {
		display: none;
	}
	.fat-nav__wrapper .fr3-item__productPrice {
		display: none;
	}
}

/* 2024.11.27 */
.fn-aboutUs__Banner{
	max-width: 92%;
	margin: 10px auto;
}