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

	--GRAY01: #F0F0F0;
	--GRAY01_OP60: rgba(240, 240, 240, 0.6);
	--GRAY02: #CBCBCB;
	--GRAY02_OP80: rgba(203, 203, 203, 0.8);
	--GRAY03: #868686;
	--GRAY04: #B1B5BF;
	--GRAY05: #AAAAAA;
	--GRAY06: #707070;
	--GRAY07: #FCFCFC;
	--GRAY08: #717171;
	--GRAY09: #A7A7A7;

	--DARK01: #1F1E1E;
	--DARK02: #3E3E3E;
	--DARK03: #222222;

	--BLUE01: #12445B;
	--BLUE01_OP90: rgba(18, 68, 91, 0.9);
	--BLUE01_OP80: rgba(18, 68, 91, 0.8);
	--BLUE01_OP70: rgba(18, 68, 91, 0.7);
	--BLUE01_OP10: rgba(18, 68, 91, 0.1);

	--BLUE02: #E7ECEF;
	
	--GOLD01: #A8A17C;
	--GOLD01_OP20: rgba(168, 161, 124, 0.2);

	--YELLOW01: #FFEB00;

	--PINK01: #F8CFDF;

	--GREEN01: #DBEF9E;
	--GREEN02: #295731;

	--ORANGE01: #F7CBAB;

	--RED01: #A20000;
	--RED02: #A87C7C;
	--RED03: #A00000;

	--BROWN01: #A3762C;

	--PURPLE01: #664271;

	/* テーマカラー */
	--THEME_COLOR_1: var(--BLUE01);

	/* テキストカラー */
	--TXT_COLOR_BASE: var(--DARK01);
	--TXT_COLOR_WHITE: var(--WHITE);
	--TXT_COLOR_GRAY: var(--GRAY03);
	--TXT_COLOR_GOLD: var(--GOLD01);
	--TXT_COLOR_RED: var(--RED01);
	--TXT_BGCOLOR_BROWN_1: var(--BROWN01);
	--TXT_BGCOLOR_YELLOW_1: var(--YELLOW01);
	--TXT_BGCOLOR_GREEN_1: var(--GREEN01);

	/* ボーダーカラー */
	--BDCOLOR_BLUE_1: var(--BLUE01);
	--BDCOLOR_GRAY_1: var(--GRAY02);
	--BDCOLOR_GRAY_2: var(--GRAY05);
	--BDCOLOR_GRAY_3: var(--GRAY06);
	--BDCOLOR_WHITE_1: var(--WHITE_OP30);

	/* 背景カラー */
	--BGCOLOR_GRAY_1: var(--GRAY01);
	--BGCOLOR_GRAY_2: var(--GRAY01_OP60);
	--BGCOLOR_GOLD_1: var(--GOLD01_OP20);
	--BGCOLOR_BLUE_1: var(--BLUE01_OP10);

	/* マスクカラー */
	--MASK_GRAY_1: var(--GRAY02_OP80);

	/* ランキングカラー */
	--RANKING_1ST: var(--GOLD01);
	--RANKING_2ND: var(--GRAY04);
	--RANKING_3RD: var(--RED02);
	--RANKING_OTHER: var(--THEME_COLOR_1);

	/* 共通角丸 */
	--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: 'Open Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	/* 英数字フォント */
	--FF_EN: "Crimson Text", serif;
	--FF_NUM: var(--FF_BASE);
	--FF_SERIF: "Noto Serif JP", serif;
	--FF_LATO: "Lato", 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_10: clamp(9px, 1vw, 10px);
	--FZ_11: clamp(10px, 1.1vw, 11px);
	--FZ_12: clamp(10px, 1.1vw, 12px);
	--FZ_13: clamp(11px, 1vw, 13px);
	--FZ_14: clamp(12px, 1.2vw, 14px);
	--FZ_15: clamp(13px, 1.4vw, 15px);
	--FZ_16: clamp(14px, 1.5vw, 16px);
	--FZ_18: clamp(15px, 1.6vw, 18px);
	--FZ_20: clamp(16px, 1.8vw, 20px);
	--FZ_22: clamp(18px, 2vw, 22px);
	--FZ_24: clamp(20px, 2vw, 24px);
	--FZ_25: clamp(20px, 2vw, 25px);
	--FZ_27: clamp(22px, 2.5vw, 27px);
	--FZ_28: clamp(22px, 2.5vw, 28px);
	--FZ_30: clamp(25px, 3vw, 30px);
	--FZ_35: clamp(25px, 3vw, 35px);
	--FZ_36: clamp(25px, 3vw, 36px);
	--FZ_38: clamp(30px, 3.5vw, 38px);
	--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_11_CONST: 11px;
	--FZ_12_CONST: 12px;
	--FZ_13_CONST: 13px;
	--FZ_14_CONST: 14px;
	--FZ_15_CONST: 15px;
	--FZ_16_CONST: 16px;
	--FZ_18_CONST: 18px;
	--FZ_20_CONST: 20px;
	--FZ_22_CONST: 22px;
	--FZ_26_CONST: 26px;
	--FZ_28_CONST: 28px;
	--FZ_30_CONST: 30px;

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

	/* ブロック間 */
	--GAP_10: clamp( 5px, 1.1vw, 10px);
	--GAP_15: clamp( 10px, 1.2vw, 15px);
	--GAP_20: clamp( 15px, 1.7vw, 20px);
	--GAP_25: clamp( 15px, 1.7vw, 25px);
	--GAP_35: clamp( 20px, 2.5vw, 35px);
	--GAP_30: clamp( 20px, 2.5vw, 30px);
	--GAP_40: clamp( 30px, 3.5vw, 40px);
	--GAP_50: clamp( 30px, 3.5vw, 50px);
	--GAP_60: clamp( 40px, 4.5vw, 60px);
	--GAP_65: clamp( 50px, 5.5vw, 65px);
	--GAP_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_SSS: 610px;
	--PC_MAX_WIDTH_SS: 800px;
	--PC_MAX_WIDTH_S: 1000px;
	--PC_MAX_WIDTH_M: 1200px;
	--PC_MAX_WIDTH_L: 1440px;

	/* セクション間隔半分 */
	--GENERALSEC_HALF: calc(var(--GENERALSEC) / 2);
}
@media screen and (min-width: 1301px){
	:root{
		--INNER_WIDTH: 97%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1300px){
	:root{
		--INNER_WIDTH: 92%;
	}
}
@media screen and (min-width: 768px){
	:root{
		--GENERALSEC: clamp(70px, 8vw, 100px);
	}
}
@media screen and (max-width: 767px){
	:root{
	--INNER_WIDTH: 92%;
	--GENERALSEC: 50px;
	}
}
/* フェードインアニメーション */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* リセットCSS */
*{margin:0;padding:0;min-height: 0;min-width: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {height:100%;scroll-behavior: smooth;}
ul li ,ol li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight: var(--FF_WEIGHT_BASE);font-size: 100%;margin: 0;}
p{margin: 0;}
strong{font-weight: inherit;}
a:focus, *:focus{ outline:none; }
article, header, footer, aside, figure, figcaption, nav, section,main{ 
  display:block;
}
body{
	font-family: var(--FF_BASE);
	font-weight: var(--FF_WEIGHT_BASE);
	font-feature-settings: "palt" 1;
	letter-spacing: 0.1em;
	width:100%;
	color: var(--TXT_COLOR_BASE);
	position:relative;
	z-index: 0;
	overflow-x: hidden;
}
body > *{
	overflow-x: clip;
}
a{
	text-decoration: none;
	outline: none;
	word-wrap: break-word;
	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{
	width: 100%;
	vertical-align: bottom;
}
.formReset button,
.formReset input[type="button"],
.formReset input[type="submit"],
.formReset input[type="text"],
.formReset input[type="image"],
.formReset input[type="checkbox"],
.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-notoSerif{
	font-family: "Noto Serif JP", serif;
}
.ff-crimsonText{
	font-family: "Crimson Text", serif;
}
.ff-lato{
	font-family: "Lato", 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"],
[class*="excerpt"]{
  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 input[type="checkbox"]: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: 20px;
	}
	body{
		font-size: var(--FZ_15_CONST);
		line-height: 1.7;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.g-inner,
	.g-inner--pc,
	.g-inner--l,
	.g-inner--m,
	.g-inner--s,
	.g-inner--ss,
	.g-inner--sss{
		width: var(--INNER_WIDTH);
		margin-left: auto;
		margin-right: auto;
	}
	.g-inner,
	.g-inner--pc{
		max-width: var(--PC_MAX_WIDTH_M);
	}
	#headerarea .g-inner--l,
	.g-inner--lPc{
		width: 97%;
		margin-left: auto;
		margin-right: auto;
	}
	.g-inner--l,
	.g-inner--lPc{
		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--sss{
		max-width: var(--PC_MAX_WIDTH_SSS);
	}
	.g-inner--pcHasSlickGap{
		--INNER_ADJUST: calc(var(--SLICK_GAP) * 2);
    width: calc(var(--INNER_WIDTH) + var(--INNER_ADJUST));
    max-width: calc(var(--PC_MAX_WIDTH_M) + var(--INNER_ADJUST));
		margin-left: auto;
		margin-right: auto;
	}
	.g-pd--halfPcOnly{
		padding: var(--GENERALSEC_HALF) 0;
	}
	.sp{
		display: none !important;
	}
	.hamburger{
		display: none !important;
	}
	.tategaki--pc{
		writing-mode: vertical-rl;
	}
	/* pc順番付与 */
	.orderPc-1st { order: 1; }
	.orderPc-2nd { order: 2; }
	.orderPc-3rd { order: 3; }
	.orderPc-4th { order: 4; }
	.orderPc-5th { order: 5; }
	.orderPc-6th { order: 6; }
	.orderPc-7th { order: 7; }
	.orderPc-8th { order: 8; }
	.orderPc-9th { order: 9; }
	.orderPc-10th { order: 10; }
}
@media screen and (max-width: 767px){
	body{
		font-size: var(--FZ_14_CONST);
		line-height: 1.6;
	}
	.g-inner,
	.g-inner--sp,
	.g-inner--l,
	.g-inner--m,
	.g-inner--s,
	.g-inner--ss,
	.g-inner--sss{
		width: var(--INNER_WIDTH);
		margin-left: auto;
		margin-right: auto;
	}
	.g-pd--halfPcOnly{
		padding: var(--GENERALSEC) 0;
	}
	.pc{
		display: none !important;
	}
	.sp-scroll--y{
		overflow-y: scroll;
		overflow-x: auto;
	}
	.sp-scroll--x{
		overflow-x: scroll;
		overflow-y: auto;
		padding-left: calc((100% - var(--INNER_WIDTH)) / 2);
		padding-right: calc((100% - var(--INNER_WIDTH)) / 2);
	}
	.tategaki--sp{
		writing-mode: vertical-rl;
	}
}

/* ■■■■■■■■■■■■■■■■■■■■■■全ページ共通部分■■■■■■■■■■■■■■■■■■■■■■ */
/* -----------------dummyImg----------------- */
.dummyImg{
	position: relative;
}
.dummyImg::before{
	content: "ダミー画像";
	display: inline-block;
	background: rgba(33, 33, 33, 0.5);
	color: #e81010;
	text-shadow: 0 0 5px #fff;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
/* -----------------タブ切り替え共通css----------------- */
.tab-nav,
.hd-spEcCpSwitch{
	display: flex;
}
.tab-btn,
.hd-spEcCpSwitch > li{
	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/ec/common/close.svg) no-repeat center center / 100%;
}
@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: 25px;
		top: 10px;
		right: 10px;
	}
}
@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{
		width: 20px;
		top: 10px;
		right: 10px;
	}
}
/* -----------------パンくずリセット-----------------  */
#wrapper .fs-c-breadcrumb{
	width: 100vw;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.fs-c-breadcrumb__list{
  padding: 0;
	width: var(--INNER_WIDTH);
	max-width: var(--PC_MAX_WIDTH_L);
	margin-left: auto;
	margin-right: auto;
}
.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;
	}
}
@media screen and (max-width: 767px) {
	.fs-c-breadcrumb {
		padding: 8px 0;
		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-listControl {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 2;
	padding: 6px 15px 4px;
	margin: 10px 0 40px;
}
.wp-pagenavi{
	display: flex;
	justify-content: center;
	align-items: center;
}
#next > span.pages{
	display: block;
	text-align: center;
	margin-top: 10px;
	display: none;
}
.found-postContainer,
.fs-c-listControl__status,
#next .post_range{
	font-size: 13px;
	text-align: center;
	margin-bottom: 16px;
	color: var(--TXT_COLOR);
}
.fs-c-pagination > *,
.wp-pagenavi > *{
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: normal;
	border-radius: 50%;
}
.fs-c-pagination__item{
	padding: 0;
}
.fs-c-pagination__item.is-active,
.wp-pagenavi .current{
	background-color:var(--THEME_COLOR_1);
	color: var(--WHITE);
}
.fs-c-pagination > *,
.wp-pagenavi > *{
	font-weight: 500;
}
.fs-c-pagination{
	font-weight: bold;
	align-items: center;
}
a.fs-c-pagination__item.fs-c-pagination__item--prev,
a.fs-c-pagination__item.fs-c-pagination__item--next,
#next a.previouspostslink,
#next a.nextpostslink{
	background-color: var(--GRAY02);
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 0;
	position: relative;
	font-weight: 400;
}
#next a.previouspostslink .navi-prev,
#next a.nextpostslink .navi-next{
	position: absolute;
	top: 50%;
	left: 52%;
	transform: translate(-50%, -50%);
}
.fs-c-pagination__item--prev::before,
.fs-c-pagination__item--next::before,
#next a.previouspostslink .navi-prev::before,
#next a.nextpostslink .navi-next::before{
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 400;
	display: inline-block;	color: var(--WHITE);
  vertical-align: text-bottom;
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fs-c-pagination__item--prev::before,
#next a.previouspostslink .navi-prev::before{
	content: "\f104";
}
.fs-c-pagination__item--next::before,
#next a.nextpostslink .navi-next::before{
	content: "\f105";
}
@media screen and (min-width: 768px){
	.fs-c-pagination,
	.wp-pagenavi{
		font-size: 18px;
		gap: 15px;
	}
	#next {
		margin: var(--MG_50) auto 0;
	}
	.fs-c-pagination > *,
	.wp-pagenavi > *{
		width: 45px;
	}
	.fs-c-pagination__item--next:hover{
		color: var(--WHITE);
	}
	a.fs-c-pagination__item.fs-c-pagination__item--prev,
	a.fs-c-pagination__item.fs-c-pagination__item--next,
	#next a.previouspostslink,
	#next a.nextpostslink{
		font-size: 13px;
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 767px){
	.fs-c-pagination,
	.wp-pagenavi{
		font-size: 12px;
		gap: 3px;
	}
	#next {
		margin: var(--MG_30) auto 0;
	}
	.fs-c-pagination > *,
	.wp-pagenavi > *{
		width: 30px;
	}
	a.fs-c-pagination__item.fs-c-pagination__item--prev,
	a.fs-c-pagination__item.fs-c-pagination__item--next,
	#next a.previouspostslink,
	#next a.nextpostslink{
		font-size: 10px;
		width: 25px;
		height: 25px;
	}
}
/* -----------------aiレコメンドリセット----------------- */
.fs-p-heading--lv2,
.fr3-item .fr3-item__rankContainer{
	display: none;
}
.fr3-productListStatic{
	padding: 0 !important;
}
.fr3-productListStatic.slick-slider{
	display: block;
}
@media (hover: hover){
	.fr3-item a:hover{
		color: var(--TXT_COLOR_BASE);
	}
}
.fr3-productListStatic:has(.slick-list){
	opacity: 0;
	transition: opacity .3s linear;
}
.fr3-productListStatic.slick-initialized{
	opacity: 1;
}
[data-frame-id*="ranking"] .fr3-productListStatic{
	counter-reset: original-counter;
}
[data-frame-id*="ranking"] .slick-slide{
	position: relative;
}
[data-frame-id*="ranking"] .slick-slide::before,[data-frame-id="ranking_all"] .fr3-productListStatic > article::before{
	content: counter(original-counter);
	counter-increment: original-counter;
	position: absolute;
	background-color: var(--THEME_COLOR_1);
	color: var(--TXT_COLOR_WHITE);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	z-index: 2;
	font-weight: 300;
}
[data-frame-id*="ranking"] .slick-slide:nth-of-type(1)::before{
	background-color: var(--RANKING_1ST);
}
[data-frame-id="ranking_all"] .fr3-productListStatic > article:nth-of-type(1)::before{
	background-color: var(--RANKING_1ST);
}
[data-frame-id*="ranking"] .slick-slide:nth-of-type(2)::before{
	background-color: var(--RANKING_2ND);
}
[data-frame-id="ranking_all"] .fr3-productListStatic > article:nth-of-type(2)::before{
	background-color: var(--RANKING_2ND);
}
[data-frame-id*="ranking"] .slick-slide:nth-of-type(3)::before{
	background-color: var(--RANKING_3RD);
}
[data-frame-id="ranking_all"] .fr3-productListStatic > article:nth-of-type(3)::before{
	background-color: var(--RANKING_3RD);
}
[data-frame-id*="new_arrival"] .fr3-item{
	position: relative;
}
[data-frame-id*="new_arrival"] .fr3-item::before{
	content: "NEW";
	position: absolute;
	background-color: var(--TXT_BGCOLOR_YELLOW_1);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	z-index: 2;
}
[data-frame-id="restock"] .fr3-item{
	position: relative;
}
[data-frame-id="restock"] .fr3-item::after{
	content: "再入荷";
	display: block;
	width: fit-content;
	background-color: var(--TXT_BGCOLOR_GREEN_1);
	border: 1px solid var(--TXT_BGCOLOR_GREEN_1);
	border-radius: 1px;
	line-height: 1;
}
.fr3-item__productPrice{
	justify-content: flex-end;
}
.g-saleSection .g-heading__en,
[data-frame-id="sale"] .fr3-item__productPrice{
	color: var(--TXT_COLOR_RED);
}
[data-frame-id="sale"] .fr3-item{
	position: relative;
}
[data-frame-id="sale"] .fr3-item::after{
	content: "SALE";
	display: block;
	width: fit-content;
	border: 1px solid var(--TXT_COLOR_RED);
	color: var(--TXT_COLOR_RED);
	border-radius: 1px;
	line-height: 1;
}
[data-frame-id="g_history"] .fr3-item__productName,
[data-frame-id="g_history"] .fr3-item__productPrice{
	display: none;
}
.g-favorite .fs-c-productListItem__prices.fs-c-productPrices{
	align-items: flex-start;
}
.g-favorite .fs-c-productPrice__addon__label::before{
	content: "(";
}
.g-favorite .fs-c-productPrice__addon__label::after{
	content: ")";
}
@media screen and (min-width: 768px){
	.tab-contents.show:has(.fr3-productListStatic){
		padding-top: var(--GAP_30);
	}
	.g-inner--pcHasSlickGap:has(.fr3-productListStatic.slick-slider){
		--SLICK_GAP: var(--GAP_10)
	}
	.fr3-productListStatic.slick-slider .slick-slide{
		margin: 0 var(--SLICK_GAP);
	}
	.g-inner--pcHasSlickGap:has(.fr3-productListStatic.slick-slider) [class*="g-slickArrow--"]{
		top: 40%;
	}
	.fr3-item__productName,
	.g-favorite .fs-c-productName__name{
		font-size: var(--FZ_13_CONST) !important;
	}
	.fr3-item__productPrice__price,
	.g-favorite .fs-c-productPrices span.fs-c-productPrice__main__price{
		font-size: var(--FZ_16_CONST) !important;
	}
	.fr3-item__productPrice__addon,
	.g-favorite .fs-c-productPrice__addon__label{
		font-size: var(--FZ_12) !important;
	}
	[data-frame-id*="ranking"] .slick-slide::before,[data-frame-id*="ranking"] .fr3-productListStatic > article::before{
		top: 10px;
		left: 10px;
		width: 40px;
		height: 40px;
		font-size: var(--FZ_20);
	}
	[data-frame-id*="new_arrival"] .fr3-item::before{
		top: 5px;
		left: 5px;
		width: 35px;
		height: 35px;
		font-size: var(--FZ_10_CONST);
	}
	[data-frame-id="restock"] .fr3-item::after{
		margin-top: 5px;
		font-size: var(--FZ_12);
		padding: 4px 8px 3px;
	}
	[data-frame-id="sale"] .fr3-item::after{
		margin-top: 5px;
		font-size: var(--FZ_12);
		padding: 4px 8px 3px;
	}
	[data-frame-id="g_history"] .fr3-productListStatic{
		grid-template-columns: repeat(7,1fr);
	}
	[data-frame-id="g_history"] .fr3-productListStatic .fr3-item:nth-of-type(n+8){
		display: none;
	}
	[data-frame-id="fp_history"] .fr3-productListStatic,
	.g-favorite .fs-c-productList__list{
		grid-template-columns: repeat(5,1fr);
	}
	.g-favorite h2.fs-c-productListItem__productName{
		margin-top: 8px;
	}
}
@media screen and (max-width: 767px){
	.tab-contents.show:has(.fr3-productListStatic){
		padding-top: 15px;
	}
	.g-inner--pcHasSlickGap:has(.fr3-productListStatic.slick-slider) .slick-list{
		padding: 0 10% 0 calc((100% - var(--INNER_WIDTH)) / 2);
	}
	.g-inner--pcHasSlickGap:has(.fr3-productListStatic.slick-slider) .slick-slide{
		margin-right: var(--MG_10);
	}
	.g-inner--pcHasSlickGap:has(.fr3-productListStatic.slick-slider) [class*="g-slickArrow--"]{
		top: 35%;
	}
	[data-frame-id*="new_arrival"] .fr3-productListStatic{
		gap: 30px 17px;
	}
	.fr3-item__productName,
	.g-favorite .fs-c-productName__name{
		font-size: var(--FZ_12_CONST) !important;
	}
	.fr3-item__productPrice__price,
	.g-favorite .fs-c-productPrices span.fs-c-productPrice__main__price{
		font-size: var(--FZ_14_CONST) !important;
	}
	.fr3-item__productPrice__addon,
	.g-favorite .fs-c-productPrice__addon__label{
		font-size: 8px !important;
	}
	[data-frame-id*="ranking"] .slick-slide::before,[data-frame-id*="ranking"] .fr3-productListStatic > article::before{
		top: 5px;
		left: 5px;
		width: 30px;
		height: 30px;
		font-size: var(--FZ_16_CONST);
	}
	[data-frame-id*="new_arrival"] .fr3-item::before{
		top: 5px;
		left: 5px;
		width: 35px;
		height: 35px;
		font-size: var(--FZ_10_CONST);
	}
	[data-frame-id="restock"] .fr3-item::after{
		margin-top: 5px;
		font-size: var(--FZ_12);
		padding: 4px 8px 3px;
	}
	[data-frame-id="sale"] .fr3-item::after{
		margin-top: 5px;
		font-size: var(--FZ_12);
		padding: 4px 8px 3px;
	}
	[data-frame-id="g_history"]{
		-ms-overflow-style: none;/* IE, Edge 対応 */
		scrollbar-width: none;/* Firefox 対応 */
		overflow-x: scroll;
		overflow-y: auto;
		padding-left: calc((100% - var(--INNER_WIDTH)) / 2);
		padding-right: calc((100% - var(--INNER_WIDTH)) / 2);
	}
	[data-frame-id="g_history"]::-webkit-scrollbar{
		display: block;
	}
	[data-frame-id="g_history"] .fr3-productListStatic{
		white-space: nowrap;
		display: block;
	}
	[data-frame-id="g_history"] .fr3-item{
		min-width: 92px;
		max-width: 92px;
	}
	.g-favorite .fs-c-productList__list{
		gap: 16px;
		margin: 0;
	}
	.g-favorite h2.fs-c-productListItem__productName{
		margin-bottom: 3px;
	}
}
/* -------------------g-heading-------------------- */
.g-heading--horizontal{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: var(--GAP_10);
}
.g-heading > span{
	display: block;
}
.g-heading--center > span{
	text-align: center;
}
.g-heading__en{
	font-family: var(--FF_EN);
	line-height: 1;
	letter-spacing: 0.05em;
}
.g-lead p a{
	text-decoration: underline;
}
@media screen and (min-width: 768px){
  .g-headingContainer{
		margin-bottom: var(--GAP_30);
	}
	.g-headingContainer--pageHeading{
		margin-bottom: var(--GAP_80);
	}
	.g-heading--horizontalPc{
		display: flex;
		align-items: flex-end;
		gap: var(--GAP_10);
	}
	.g-heading__en{
		font-size: var(--FZ_30);
	}
	.g-heading__en:first-letter{
		font-size: var(--FZ_38);
	}
	.g-heading__ja{
		font-size: var(--FZ_14);
	}
	.g-headingContainer--pageHeading .g-heading__en{
		font-size: var(--FZ_40);
	}
	.g-headingContainer--pageHeading .g-heading__en:first-letter{
		font-size: var(--FZ_50);
	}
	.g-heading--vertical .g-heading__ja{
		margin-top: 3px;
	}
	.g-lead{
		margin-top: var(--GAP_10);
	}
	.g-lead--centerPc{
		text-align: center;
	}
	.g-lead p{
		font-size: var(--FZ_14);
	}
}
@media screen and (max-width: 767px){
	.g-headingContainer{
		margin-bottom: var(--GAP_20);
	}
	.g-headingContainer--pageHeading{
		margin-bottom: var(--GAP_50);
	}
	.g-heading--verticalSp{
		display: block;
	}
	.g-heading__en{
		font-size: var(--FZ_22_CONST);
	}
	.g-heading__en:first-letter{
		font-size: var(--FZ_28_CONST);
	}
	.g-heading__ja{
		font-size: var(--FZ_14_CONST);
	}
	.g-headingContainer--pageHeading .g-heading__en{
		font-size: var(--FZ_50);
	}
	.g-headingContainer--pageHeading .g-heading__en:first-letter{
		font-size: 38px;
	}
	.g-headingContainer--pageHeading .g-heading__ja{
		font-size: 12px;
	}

	.g-heading--vertical .g-heading__ja,
	.g-heading--horizontalPc .g-heading__ja,
	.g-heading--verticalSp .g-heading__ja{
		margin-top: 2px;
	}
	.g-lead{
		margin-top: var(--GAP_15);
	}
	.g-lead p{
		font-size: var(--FZ_12_CONST);
	}
	.g-headingContainer--hasMore{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: flex-end;
	}
	.g-headingMore{
		line-height: 1;
		margin-bottom: 2px;
	}
	.g-headingMore a{
		display: inline-block;
		line-height: 1;
		color: var(--THEME_COLOR_1);
		font-size: var(--FZ_11_CONST);
		background: url(../images/ec/common/article-arrow-blue.svg) no-repeat right bottom / 10px;
		padding: 10px 15px 0 0;
	}
	.g-headingContainer--hasMore .g-lead{
		grid-column: span 2;
	}
}
/* -------------------g-btn-------------------- */
.g-btnContainer{
	display: grid;
}
.g-btnContainer--horizontal{
	display: flex;
	justify-content: center;
}
.g-btn,
.fs-c-continueShopping{
	width: 100%;
}
.fs-c-continueShopping{
	max-width: 200px;
}
.g-btn{
	max-width: 250px;
}
.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: 600;
	letter-spacing: 0.2em;
	border-radius: 2px;
	position: relative;
}
.fs-c-continueShopping a.fs-c-button--standard{
	border: 1px solid var(--BDCOLOR_GRAY_1);
}
.g-btn a{
	border: 1px solid var(--DARK01);
	border-radius: 100px;
}
.g-btn--white a,
.fs-c-continueShopping a.fs-c-button--standard{
	background-color: var(--WHITE);
}
.g-btn--blue a{
	background-color: var(--THEME_COLOR_1);
	color: var(--WHITE);
	border: 1px solid var(--THEME_COLOR_1);
}
.g-btn--center,
.fs-c-continueShopping{
	margin-left: auto;
	margin-right: auto;
}
.g-btn--link a{
	position: relative;
}
.fs-c-continueShopping a.fs-c-button--standard{
	letter-spacing: 0.1em;
}
.g-btn--link a::after,
.fs-c-continueShopping a.fs-c-button--standard::after{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	content: '\f054';
	position: absolute;
}
.fs-c-continueShopping a.fs-c-button--standard::after{
	color: var(--BDCOLOR_GRAY_2);
}
.g-btn--link a::after{
	color: var(--DARK01);
}
.g-btn--anchor a::after{
	transform: rotate(90deg);
}
.g-btn--return a::after,
.fs-c-continueShopping a.fs-c-button--standard::after{
	transform: rotate(180deg) translateX(5px);
}
.g-btn__icon{
	display: inline-block;
	position: relative;
}
.g-btn__icon::before{
	content: "";
	display: inline-block;
	background: no-repeat center center / 100%;
	aspect-ratio: 1/1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.g-btn__icon--deliveryPostage::before{
	background-image: url(../images/ec/top_kagu/about-haisoRyo.svg);
}
.g-btn__icon--deliveryArea::before{
	background-image: url(../images/ec/top_kagu/about-haisoKubun.svg);
}
 @media (hover: hover){
	.g-btn a:hover{
		background-color: var(--THEME_COLOR_1);
		color: var(--TXT_COLOR_WHITE);
		opacity: 1;
	}
	.g-btn--link a:hover::after{
		color: var(--WHITE);
	}
 }
/* @media (hover: hover){
	.g-btn__anime{
		display: inline-block;
		position: absolute;
		transition: .2s;
	}
	.g-btn--white .g-btn__anime{
		background-color: var(--BLACK);
	}
	.g-btn--blue .g-btn__anime{
		background-color: var(--WHITE);
	}
	.g-btn__anime--topLeft,
	.g-btn__anime--bottomRight{
		width: 0;
		height: 1px;
	}
	.g-btn__anime--topRight,
	.g-btn__anime--bottomLeft{
		height: 0;
		width: 1px;
	}
	.g-btn__anime--topLeft{
		top: -1px;
		left: -1px;
	}
	.g-btn__anime--topRight{
		top: 0;
		right: -1px;
	}
	.g-btn__anime--bottomRight{
		bottom: -1px;
		right: -1px;
	}
	.g-btn__anime--bottomLeft{
		bottom: 0;
		left: -1px;
	}
	.g-btn a:hover .g-btn__anime--topLeft,
	.g-btn a:hover .g-btn__anime--bottomRight{
		width: calc(100% + 2px);
	}
	.g-btn a:hover .g-btn__anime--topRight,
	.g-btn a:hover .g-btn__anime--bottomLeft{
		height: 100%;
	}
	.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--blue a:hover{
		opacity: 1;
		background-color: var(--BLUE01_OP80);
	}
} */
@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: 10px 0;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		font-size: var(--FZ_14_CONST);
		padding: 15px 0;
	}
	.g-btn--link a::after,
	.fs-c-continueShopping a.fs-c-button--standard::after{
		font-size: 12px;
		top: 28%;
		right: 5px;
	}
	.fs-c-continueShopping a.fs-c-button--standard::after{
		top: 36%;
	}
	.g-btn--return a::after{
		right: unset;
		left: 10px;
	}
	.g-btn--anchor a::after{
		font-size: 10px;
		top: 35%;
		right: 10px;
	}
	.g-btn__icon{
		padding-left: 40px;
	}
	.g-btn__icon::before{
		width: 30px;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		margin: 40px 0;
	}
}
@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_14_CONST);
		padding: 15px 0;
	}
	.g-btn--longPc a{
		font-size: var(--FZ_12_CONST);
		letter-spacing: 0.05em;
	}
	.g-btn--link a::after,
	.fs-c-continueShopping a.fs-c-button--standard::after{
		font-size: 12px;
		right: 5px;
	}
	.g-btn--link a::after{
		top: 24%;
	}
	.fs-c-continueShopping a.fs-c-button--standard::after{
		top: 28%;
	}
	.g-btn--return a::after{
		right: unset;
		left: 10px;
	}
	.fs-c-continueShopping a.fs-c-button--standard::after{
		top: 36%;
	}
	.g-btn--anchor a::after{
		font-size: 8px;
		top: 37%;
		right: 10px;
	}
	.g-btn__icon{
		padding-left: 30px;
	}
	.g-btn__icon::before{
		width: 25px;
	}
	.fs-c-continueShopping a.fs-c-button--standard{
		margin: 20px 0 40px;
	}
}
/* ------------------g-txt------------------ */
.g-txt{
	display: grid;
}
.g-txt mark{
	background: linear-gradient(transparent 70%, #fff799 30%);
}
.g-txt__list > li{
	position: relative;
}
.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__dot > li{
	position: relative;
}
.g-txt__dot > li::before{
	content: '・';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.g-txt__note li{
	position: relative;
	color: var(--GRAY03);
}
.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_14);
	}
	.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: 15px;
	}
	.g-txt__list > li::before{
		width: 7px;
		top: 13px;
	}
	.g-txt__dot > li{
		padding-left: 12px;
	}
	.g-txt__note li{
		font-size: var(--FZ_12);
		padding-left: 15px;
	}
}
@media screen and (max-width: 767px){
	.g-txt *{
		font-size: var(--FZ_14);
	}
	.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: 11px;
	}
	.g-txt__dot > li{
		padding-left: 10px;
	}
	.g-txt__note li{
		font-size: var(--FZ_12);
		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: no-repeat center center / 100%;
	aspect-ratio: 1/1;
	position: absolute;
	z-index: 2;
}
.g-hasSlickArrow{
	position: relative;
}
.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){
	[class*="g-slickArrow--"]{
		background-image: url(../images/ec/common/slide-arrow.svg);
	}
	.g-hasSlickArrow{
		--SLICK_ARROW_SIZE: clamp( 20px, 2.5vw, 30px);
		--SLICK_ARROW_TO_BODY: calc(0px - var(--SLICK_ARROW_SIZE) + var(--SLICK_GAP) - 5px);
	}
}
@media screen and (max-width: 767px){
	[class*="g-slickArrow--"]{
		background-image: url(../images/ec/common/sp/slide-arrow.png);
	}
	.g-hasSlickArrow{
		--SLICK_ARROW_SIZE: 30px;
		--SLICK_ARROW_TO_BODY: 0px;
	}
}
/* -------------------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;
	width: 6px;
	height: 6px;
	position: relative;
}
.g-slickDots button::before{
	content: "";
	display: inline-block;
	background: var(--GRAY02);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.g-slickDots .slick-active button::before{
	background: var(--THEME_COLOR_1);
}
/* -------------------bgcolor-------------------- */
.bgcolor--gray{
	background-color: var(--BGCOLOR_GRAY_1);
}
.bgcolor--blue{
	background-color: var(--BGCOLOR_BLUE_1);
}
.bgcolor--darkblue{
	background-color: var(--THEME_COLOR_1);
}
.bgcolor--gold{
	background-color: var(--BGCOLOR_GOLD_1);
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
	.g-antique{
    --SLICK_GAP: var(--GAP_10)
  }
  .g-antique .fr3-productListStatic .slick-slide{
    margin: 0 var(--SLICK_GAP);
  }
}
@media screen and (max-width: 767px){
  
}
/* -------------------is-targetBlank-------------------- */
.is-targetBlank{
	display: inline-block;
	position: relative;
	padding-right: 20px;
}
.is-targetBlank::after{
	content: "";
	display: inline-block;
	mask: url(../images/ec/common/icon_linkBlack.svg) no-repeat center center / 100%;
	-webkit-mask: url(../images/ec/common/icon_linkBlack.svg) no-repeat center center / 100%;
	aspect-ratio: 1/1;
	width: 13px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.is-targetBlank--black::after{
	background-color: var(--TXT_COLOR_BASE);
}
.is-targetBlank--white::after{
	background-color: var(--TXT_COLOR_WHITE);
}
/* --------------------tab-wrap--common-------------------- */
.tab-wrap--common .tab-nav,
.hd-spEcCpSwitch{
	border-bottom: 1px solid var(--THEME_COLOR_1);
}
.tab-wrap--common .tab-btn,
.hd-spEcCpSwitch__item{
	background-color: var(--BGCOLOR_GRAY_1);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.tab-wrap--common .tab-btn::after,
.hd-spEcCpSwitch__item::after{
	content: "";
	display: inline-block;
	background: var(--WHITE);
	aspect-ratio: 1/1;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	position: absolute;
	top: -1px;
	right: -1px;
}
.tab-wrap--common .tab-btn.show,
.is-current .hd-spEcCpSwitch__item{
	background-color: var(--THEME_COLOR_1);
	color: var(--TXT_COLOR_WHITE);
}
.tab-wrap--common .tab-btn a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: var(--TXT_COLOR_GRAY);
}
.tab-wrap--common .tab-btn.show a{
	color: var(--TXT_COLOR_WHITE);
}
.tab-wrap--common .tab-btn span{
	line-height: 1.2;
}
.g-tabCurrent{
	display: inline-block;
	position: relative;
	z-index: 0;
}
.g-tabCurrent::before,
.g-tabCurrent::after{
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	z-index: 2;
}
.g-tabCurrent--white::before,
.g-tabCurrent--white::after{
	background: var(--WHITE);
}
.g-tabCurrent--blue::before,
.g-tabCurrent--blue::after{
	background: var(--THEME_COLOR_1);
}
.tab-wrap--common .tab-btn.show .g-tabCurrent::before,
.tab-wrap--common .tab-btn.show .g-tabCurrent::after,
.tab-wrap--magazine .tab-btn.show .g-tabCurrent::before,
.tab-wrap--magazine .tab-btn.show .g-tabCurrent::after,
.is-current .g-tabCurrent::before,
.is-current .g-tabCurrent::after{
	opacity: 1;
}
.g-tabCurrent::before{
	width: 8px;
	aspect-ratio: 1/1;
	clip-path: polygon(100% 0, 0 0, 50% 70%);
	bottom: -7px;
}
.g-tabCurrent::after{
	width: 100%;
	height: 1px;
	bottom: 0;
}
.g-tabCurrent--short::after{
	max-width: 26px;
}
.g-tabCurrent--long::after{
	max-width: 118px;
}
@media (hover: hover){
	.tab-wrap--common .tab-btn,
	.hd-spEcCpSwitch__item{
		transition: .3s;
	}
	.tab-wrap--common .tab-btn:not(.show):hover,
	.hd-spEcCpSwitch__item:not(.show):hover{
		background-color: var(--BLUE01_OP10);
	}
}
@media screen and (min-width: 768px){
	.tab-wrap--common .tab-nav{
		padding: 0 20px;
		gap: var(--GAP_5_CONST);
	}
	.tab-wrap--common .tab-btn,
	.tab-wrap--common .tab-btn:has(>a) a{
		padding: 19px 0 15px;
	}
	.tab-wrap--common .tab-btn:has(>a){
		padding: 0;
	}
	.tab-wrap--common .tab-btn::after{
		width: 12px;
	}
	.tab-wrap--common .tab-btn span{
		font-size: var(--FZ_14);
		letter-spacing: 0.05em;
	}
	.g-tabCurrent{
		padding-bottom: 5px;
	}
	.tab-wrap--pcTabBtnMax200 .tab-btn{
		max-width: 228px;
	}
}
@media screen and (max-width: 767px){
	.tab-wrap--common .tab-nav,
	.hd-spEcCpSwitch{
		padding: 0 calc((100% - var(--INNER_WIDTH)) / 2);
		gap: 3px;
	}
	.tab-wrap--common .tab-btn::after,
	.hd-spEcCpSwitch__item::after{
		width: 8px;
	}
	.hd-spEcCpSwitch__item{
		padding: 7px 0 7px;
	}
	.hd-spEcCpSwitch__item > span{
		background: no-repeat top 0px left / 20px;
		padding-left: 25px;
		font-size: var(--FZ_11_CONST);
		letter-spacing: 0.05em;
		padding-bottom: 3px;
	}
	.tab-wrap--common .tab-btn{
		font-size: var(--FZ_12_CONST);
		letter-spacing: 0.05em;
	}
	.tab-wrap--common .tab-btn,
	.tab-wrap--common .tab-btn:has(>a) a{
		padding: 12px 8px;
	}
	.tab-wrap--common .tab-btn:has(>a){
		padding: 0;
	}
	.tab-wrap--common .tab-btn::before{
		content: "";
		display: inline-block;
		background: var(--WHITE);
		width: 100%;
		height: 5px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.tab-wrap--common .tab-btn.show::before{
		opacity: 0;
	}
	.tab-wrap--common .tab-btn > span,
	.tab-wrap--common .tab-btn > a > span{
		padding-bottom: 3px;
	}
	.tab-wrap--common .tab-btn > span small{
		display: none;
	}
	.tab-navSpScroll{
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.tab-navSpScroll{
		border-bottom: 1px solid var(--THEME_COLOR_1);
	}
	.tab-navSpScroll .tab-nav{
		display: block;
		white-space: nowrap;
		border: none;
	}
	.tab-navSpScroll .tab-btn{
		display: inline-block;
		vertical-align: bottom;
		min-width: 100px;
		text-align: center;
	}
}
/* -------------------g-styling-------------------- */
.g-styling__link{
	position: relative;
}
.g-styling__thumb img{
	aspect-ratio: 5/3;
	object-fit: cover;
}
.g-styling__label{
	width: 100%;
	text-align: right;
	border: 1px solid var(--BDCOLOR_GRAY_1);
	margin-top: 4px;
	z-index: 2;
	letter-spacing: 0.05em;
	display:none;
}
.g-styling__items__price{
	text-align: center;
	letter-spacing: 0px;
}
.g-styling__items{
  display: grid;
}
@media screen and (min-width: 1301px){
	.g-styling__items{
		grid-template-columns: repeat(5,1fr);
	}
	.g-styling__items li:nth-of-type(n+6){
		display: none;
	}
}
@media screen and (min-width: 951px) and (max-width: 1300px){
	.g-styling__items{
		grid-template-columns: repeat(4,1fr);
	}
	.g-styling__items li:nth-of-type(n+5){
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 950px){
	.g-styling__items{
		grid-template-columns: repeat(3,1fr);
	}
	.g-styling__items li:nth-of-type(n+4){
		display: none;
	}
}
@media screen and (min-width: 768px){
	.g-styling{
    --SLICK_GAP: var(--GAP_10)
  }
  .g-styling .slick-slide{
    margin: 0 var(--SLICK_GAP);
  }
  [class*="g-styling__arrow"]{
		top: 40%;
	}
	.g-styling__label{
		font-size: var(--FZ_12_CONST);
		padding: 7px 25px 6px 0;
	}
	.g-styling__items{
		margin-top: var(--MG_15);
		gap: var(--GAP_10);
	}
	.g-styling__items__price{
		margin-top: 1px;
		font-size: var(--FZ_14_CONST);
	}
}
@media screen and (max-width: 767px){
	[class*="g-styling__arrow"]{
		top: 25%;
	}
	.g-styling__label{
		font-size: var(--FZ_12_CONST);
		padding: 7px 25px 6px 0;
	}
	.g-styling__items{
		margin-top: var(--MG_10);
		gap: 8px;
    grid-template-columns: repeat(5,1fr);
  }
	.g-styling__items li:nth-of-type(n+6){
		display: none;
	}
	.g-styling__items__price{
		margin-top: 1px;
		font-size: var(--FZ_13_CONST);
	}
}
/* -------------------g-magazine-------------------- */
.g-historySection+.g-magazineSection .g-magazineHeading{
	border-top: 1px solid var(--BDCOLOR_GRAY_1);
}
.g-magazineHeading__label{
	background-color: var(--THEME_COLOR_1);
	display: block;
	width: fit-content;
	color: var(--TXT_COLOR_WHITE);
	letter-spacing: 0.3em;
}
.g-magazine{
	display: grid;
}
.g-magazine article a{
	display: grid;
}
.g-magazine__thumb{
	position: relative;
}
.g-magazine__thumb img{
	aspect-ratio: 1/1;
	object-fit: cover;
}
.g-magazine__thumb--hasNewTag{
	position: relative;
}
.g-magazine__thumb--hasNewTag::before{
	content: "NEW";
	position: absolute;
	background-color: var(--TXT_BGCOLOR_YELLOW_1);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	z-index: 2;
}
.g-magazineSection .g-magazine article:nth-of-type(n+2) .g-magazine__thumb--hasNewTag::before{
	content: none;
}
.g-magazine__cat li{
	width: fit-content;
	border: 1px solid var(--THEME_COLOR_1);
	color: var(--THEME_COLOR_1);
	background-color: var(--WHITE);
}
.g-magazine__cat li:nth-of-type(n+2){
	display: none;
}
.g-magazine__more{
	text-align: right;
	color: var(--THEME_COLOR_1);
	background: url(../images/ec/common/article-arrow-blue.svg) no-repeat right center / 15px;
	padding-right: 20px;
}
.g-magazine__excerpt{
	line-height: 1.7;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
@media screen and (min-width: 768px){
  .g-magazineHeading__logo{
		width: 305px;
		margin: 0 auto;
	}
	.g-magazineHeading__label{
		margin: 15px auto 10px;
		padding: 0 20px;
	}
	.g-magazineBackground{
		background: linear-gradient(to right, var(--BGCOLOR_GOLD_1) 50%, var(--BGCOLOR_BLUE_1) 50%);
		position: relative;
	}
	.g-magazineBackground::before,
	.g-magazineBackground::after{
		content: "";
		display: inline-block;
		background: var(--WHITE);
		aspect-ratio: 1/1;
		clip-path: polygon(100% 0, 0 0, 100% 100%);
		position: absolute;
		top: -1px;
		width: 40px;
	}
	.g-magazineBackground::before{
		right: 50%;
	}
	.g-magazineBackground::after{
		right: 0;
	}
	.g-magazineWrap{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.g-magazineWrap > section{
		display: flex;
		flex-direction: column;
	}
	.g-magazineWrap > section:first-child{
		padding-right: var(--GAP_50);
	}
	.g-magazineWrap > section:last-child{
		padding-left: var(--GAP_50);
	}
	.g-magazineWrap > section .g-lead{
		min-height: 48px;
		font-weight: 700;
	}
	.g-magazine{
		row-gap: var(--GAP_30);
	}
	.g-magazine article a{
		gap: var(--GAP_10) var(--GAP_15);
	}
	.g-magazine__thumb--hasNewTag::before{
		top: 5px;
		left: 5px;
		width: 35px;
		height: 35px;
		font-size: var(--FZ_10_CONST);
	}
	.g-magazine article a{
		grid-template-columns: clamp( 80px, 12vw, 190px) 1fr;
	}
	.g-magazine__meta{
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
	}
	.g-magazine__ttl,
	.g-magazine__excerpt,
	.g-magazine__more{
		grid-column: span 2;
	}
	.g-magazine__time{
		font-size: var(--FZ_12_CONST);
		margin-right: 10px;
	}
	.g-magazine__cat li{
		font-size: var(--FZ_12_CONST);
		padding: 2px 8px;
	}
	.g-magazine__ttl{
		font-size: var(--FZ_16);
		margin: 6px 0 2px;
	}
	.g-magazine__excerpt{
		font-size: var(--FZ_14);
		margin-bottom: 10px;
	}
	.g-magazine__more{
		font-size: var(--FZ_14);
	}
}
@media screen and (max-width: 767px){
	.g-magazineHeading{
		padding-bottom: var(--GENERALSEC_HALF);
	}
	.g-magazineHeading__logo{
		width: 180px;
		margin: 0 auto;
	}
	.g-magazineHeading__label{
		margin: 10px auto 8px;
		padding: 0 20px;
	}
	.tab-wrap--magazine .tab-nav{
		gap: 2px;
	}
	.tab-wrap--magazine .tab-btn{
		padding: 20px calc((100% - var(--INNER_WIDTH)) / 2) 10px;
		position: relative;
		display: flex;
		justify-content: center;
	}
	.tab-wrap--magazine .tab-btn::after{
		content: "";
		display: inline-block;
		background: var(--WHITE);
		aspect-ratio: 1/1;
		clip-path: polygon(100% 0, 0 0, 100% 100%);
		position: absolute;
		right: -1px;
		top: -1px;
		width: 20px;
	}
	.tab-wrap--magazine .tab-btn:nth-child(1),
	.g-magazine__spTab--buyersBlog{
		background-color: var(--BGCOLOR_GOLD_1);
	}
	.tab-wrap--magazine .tab-btn:nth-child(2),
	.g-magazine__spTab--journal{
		background-color: var(--BGCOLOR_BLUE_1);
	}
	.tab-wrap--magazine .tab-btn .g-heading__en{
		font-size: 17px;
	}
	.tab-wrap--magazine .tab-btn .g-heading__en::first-letter{
		font-size: 22px;
	}
	.tab-wrap--magazine .tab-btn .g-tabCurrent{
		padding-bottom: 10px;
	}
	.g-magazine__spTab{
		padding-bottom: 30px;
	}
	.g-magazine__spTab .g-lead{
		margin-top: 0;
		padding: 25px 0 30px;
	}
	.g-magazine{
		grid-template-columns: repeat(3,1fr);
		gap: 20px 8px;
	}
	.g-magazine article:first-child{
		grid-column: span 3;
	}
	.g-magazine article:first-child a,
	.t-eventInfo .g-magazine article a{
		grid-template-columns: 175px 1fr;
		column-gap: 10px;
	}
	.t-eventInfo .g-magazine{
		grid-template-columns: unset;
	}
	.t-eventInfo .g-magazine article:first-child{
		grid-column: unset;
	}
	.g-magazine__thumb--hasNewTag::before{
		top: 5px;
		left: 5px;
		width: 35px;
		height: 35px;
		font-size: var(--FZ_10_CONST);
	}
	.g-magazine__time{
		font-size: var(--FZ_11_CONST);
		margin-bottom: 3px;
	}
	.g-magazine__cat li{
		font-size: var(--FZ_10_CONST);
		padding: 2px 3px 1px;
	}
	.g-magazine__ttl{
		font-size: var(--FZ_12_CONST);
		margin: 3px 0 5px;
	}
	.g-magazine__excerpt{
		font-size: 9px;
		margin-bottom: 10px;
	}
	.g-magazine__more{
		font-size: var(--FZ_11_CONST);
		background-size: 10px;
		padding-right: 13px;
	}
}
/* g-articleSection */
@media screen and (min-width: 768px){
	.g-articleSection .g-magazine{
		display: grid;
		grid-template-columns: repeat(4,1fr);
		gap: var(--GAP_50) var(--GAP_20);
	}
	.g-articleSection .g-magazine a{
		grid-template-columns: 1fr;
	}
}
/* ------------------- -------------------- */
.g-instaSection .g-headingContainer{
	position: relative;
}
.g-instaSection .g-headingContainer::before{
	content: 'DOUBLEDDAY';
	font-family: var(--FF_EN);
}
.g-instaSection .g-headingContainer::after{
	content: "";
	display: inline-block;
	aspect-ratio: 1/1;
	background: url(../images/ec/common/insta.png) no-repeat center center / 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.g-instaSection .g-heading__en,
.g-instaSection .g-heading__ja{
	line-height: 0.7;
}
#g-insta{
  display: grid;
}
#g-insta li a{
  display: block;
}
#g-insta li a img{
  aspect-ratio: 1 / 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#g-insta li a video{
  aspect-ratio: 1 / 1;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 951px){
  #g-insta{
		grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 950px){
  #g-insta{
    grid-template-columns: repeat(4, 1fr);
  }
  #g-insta li:nth-of-type(n+9){
    display: none;
  }
}
@media screen and (min-width: 768px){
	.g-instaSection .g-headingContainer{
		padding-left: 50px;
	}
	.g-instaSection .g-headingContainer::before{
		font-size: var(--FZ_13_CONST);
	}
	.g-instaSection .g-headingContainer::after{
		width: 30px;
	}
	.g-instaSection .tab-btn{
		padding: 15px 0 10px;
		max-width: 180px;
	}
	.g-instaSection .g-tabCurrent{
		padding-bottom: 8px;
	}
	.g-instaSection .tab-btn span{
		font-size: var(--FZ_13_CONST);
	}
	.g-instaSection .tab-contents.show{
		padding-top: var(--GAP_30);
	}
	#g-insta{
    gap: 10px;
  }
}
@media screen and (max-width: 767px){
	#g-insta{
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
	#g-insta li:nth-of-type(n+10){
		display: none;
	}
	.g-instaSection .tab-btn{
		padding: 12px 0 10px;
	}
	.g-instaSection span.g-tabCurrent{
		padding-bottom: 7px;
	}
	.g-instaSection .tab-btn span{
		font-size: var(--FZ_12_CONST);
	}
	.g-instaSection .tab-contents.show{
		padding-top: 10px;
	}
}
/* -------------------g-brand-------------------- */
.g-brandSection{
	border-bottom: 1px solid var(--BDCOLOR_GRAY_1);
}
.g-simpleLink li a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid var(--BDCOLOR_GRAY_1);
}
.g-simpleLink__item--txt{
	font-family: var(--FF_SERIF);
	line-height: 1.5;
}
@media (hover: hover){
	.g-simpleLink li a:hover{
		background-color: var(--GRAY01);
	}
}
@media screen and (min-width: 768px){
  .g-simpleLink{
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		gap: 20px;
	}
	.g-simpleLink li a{
		min-height: 100px;
	}
	.g-simpleLink__item--txt{
		font-size: var(--FZ_20);
	}
}
@media screen and (max-width: 767px){
  .g-simpleLink{
		grid-template-columns: repeat(3,1fr);
		gap: 10px;
	}
	.g-simpleLink li a{
		height: 100%;
		border-radius: 2px;
		min-height: 40px;
	}
	.g-simpleLink__item--txt{
		font-size: var(--FZ_11_CONST);
	}
}
/* -------------------g-antiqueColumn-------------------- */
.g-imgLink__name{
	display: block;
	text-align: center;
}
@media screen and (min-width: 768px){
	.g-antiqueFurnitureMv{
		margin-bottom: var(--GAP_20);
	}
	.g-imgLink{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		gap: var(--GAP_40) var(--GAP_20);
	}
	.g-imgLink__name{
		margin-top: 3px;
		font-size: var(--FZ_13_CONST);
	}
}
@media screen and (max-width: 767px){
	.g-antiqueColumn .g-heading__ja{
		margin-top: 3px;
	}
	.g-antiqueFurnitureMv{
		margin-bottom: var(--GAP_20);
	}
	.g-antiqueCategorySection .g-btn{
		max-width: 230px;
	}
	.g-antiqueCategorySection .g-btn a{
		font-size: var(--FZ_12_CONST);
	}
	.g-antiqueCategorySection .g-btn--link a::after{
		font-size: 10px;
	}
	.g-imgLink{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 18px 9px;
	}
	.g-imgLink__name{
		margin-top: 2px;
		font-size: var(--FZ_11_CONST);
	}

}
/* -------------------g-pointSection-------------------- */
.g-download{
	display: flex;
}
.g-download li a{
	width: auto;
}
.g-point__appDownload li a img{
	width: auto;
}
@media screen and (min-width: 768px){
	.g-pointSection{
		border: 1px solid var(--BDCOLOR_GRAY_1);
		border-left: none;
		border-right: none;
		margin-bottom: var(--GENERALSEC);
	}
	.g-point{
		display: grid;
		grid-template-columns: 1fr auto;
		column-gap: var(--GAP_40);
	}
	.g-point__appDownload{
		gap: var(--GAP_20);
	}
	.g-point__appDownload li a img{
		height: 50px;
	}
}
@media screen and (max-width: 767px){
	.g-point__appDownload{
		margin-top: 20px;
		gap: var(--GAP_20);
	}
	.g-point__appDownload{
		justify-content: center;
	}
	.g-point__appDownload li a img{
		height: 40px;
	}
}
/* -------------------g-snsArea-------------------- */
.g-sns__heading{
	font-family: var(--FF_EN);
	color: var(--TXT_COLOR_WHITE);
	text-align: center;
}
.g-sns{
	display: flex;
	justify-content: center;
}
.g-sns li:not(:last-child){
	border-right: 1px solid var(--BDCOLOR_WHITE_1);
}
.g-sns li a{
	display: block;
	aspect-ratio: 1/1;
}
@media screen and (min-width: 768px){
	.g-sns{
		gap: 30px;
	}
	.g-sns li:not(:last-child){
		padding-right: 30px;
	}
	.g-sns li a{
		width: 31px;
	}
}
@media screen and (max-width: 767px){
	.g-sns__heading{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.g-sns__heading::first-letter{
		font-size: 26px;
	}
	.g-snsArea{
		padding: 25px 0;
	}
	.g-sns{
		gap: 20px;
	}
	.g-sns li:not(:last-child){
		padding-right: 20px;
	}
	.g-sns li a{
		width: 26px;
	}
}
/* -------------------g-pickup-------------------- */
.g-pickup__meta{
  background-color: var(--WHITE);
  position: relative;
}
.g-pickup__cat{
  background-color: var(--WHITE);
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 3px 8px;
}
.g-pickup__cat li{
  font-size: var(--FZ_10_CONST);
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
}
.g-pickup__ttl{
  line-height: 1.5;
}
@media screen and (min-width: 768px){
  .g-pickup{
    --SLICK_GAP: var(--GAP_10)
  }
  .g-pickup .slick-slide{
    margin: 0 var(--SLICK_GAP);
  }
  [class*="g-pickup__arrow"]{
    top: 40%;
  }
  .g-pickup__meta{
    padding: 18px;
  }
  .g-pickup__time{
    font-size: var(--FZ_12_CONST);
  }
  .g-pickup__ttl{
    font-size: var(--FZ_18);
		min-height: 54px;
  }
}
@media screen and (max-width: 767px){
  .g-pickup .slick-list{
		padding: 0 30% 0 calc((100% - var(--INNER_WIDTH)) / 2);
  }
  .g-pickup .slick-slide{
    margin-right: var(--GAP_15_CONST);
  }
  [class*="g-pickup__arrow"]{
    top: 40%;
  }
  .g-pickup__meta{
    padding: 8px;
  }
  .g-pickup__time{
    font-size: var(--FZ_10_CONST);
  }
  .g-pickup__ttl{
    font-size: var(--FZ_11_CONST);
		min-height: 33px;
  }
}
/* -------------------g-fpLink-------------------- */
.g-fpLink{
  display: flex;
  justify-content: center;
}
.g-fpLink li a{
  display: block;
  background-color: var(--BGCOLOR_GRAY_1);
}
.g-fpLink__ttl{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.g-fpLink__ttl__en{
  display: block;
  font-family: var(--FF_EN);
  position: relative;
	text-align: center;
	line-height: 1.2;
}
.g-fpLink__ttl__en::after{
  content: "";
  display: inline-block;
  background: var(--BDCOLOR_GRAY_1);
  height: 2px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.g-fpLink__ja{
  font-family: var(--FF_SERIF);
}
.g-fpLink__img{
	background: no-repeat center center / cover;
}
.g-fpLink--spHasPhoto .g-fpLink__ttl{
	position: relative;
}
.g-fpLink--spHasPhoto .g-fpLink__ttl::after{
	content: "";
	display: inline-block;
	background: url(../images/ec/common/arrow-wh.svg) no-repeat center center / 100%;
	aspect-ratio: 1/1;
}
@media screen and (min-width: 768px){
  .g-fpLink{
    margin: var(--GENERALSEC_HALF) auto 0;
    gap: var(--GAP_20);
  }
  .g-fpLink li{
    flex: 1;
		max-width: 386px;
  }
  .g-fpLink li a{
    height: 263px;
    display: grid;
    grid-template-columns: 1fr clamp( 100px, 11vw, 130px);
  }
  .g-fpLink__ttl__en{
    font-size: var(--FZ_30);
		padding-bottom: 15px;
		margin-bottom: 15px;
  }
	.g-fpLink__ttl__en small{
		font-size: var(--FZ_30);
	}
  .g-fpLink__ttl__en::first-letter{
    font-size: var(--FZ_38);
  }
  .g-fpLink__ja{
    font-size: var(--FZ_18);
  }
	.g-fpLink--spHasPhoto{
		width: 100%;
		max-width: unset;
	}
	.g-fpLink--spHasPhoto .g-fpLink__ttl::after{
		margin: -20px;
		width: 20px;
		position: relative;
		bottom: -35px;
	}
}
@media screen and (max-width: 767px){
  .g-fpLink{
    gap: 8px;
    margin-top: 15px;
  }
	.g-fpLink li{
		flex: 1;
		max-width: 110px;
	}
	.g-fpLink li.g-fpLink__guide a{
		background-color: var(--BGCOLOR_GRAY_2);
	}
  .g-fpLink li a{
    aspect-ratio: 1/1;
		border-radius: 2px;
  }
  .g-fpLink__ttl__en{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .g-fpLink__ttl__en::first-letter{
    font-size: 25px;
  }
  .g-fpLink__ja{
    font-size: 10px;
  }
	.g-fpLink--spHasPhoto{
		width: 100%;
		display: grid;
		justify-content: stretch;
		margin-top: 0;
	}
	.g-fpLink--spHasPhoto li{
		width: 100%;
		max-width: unset;
	}
	.g-fpLink--spHasPhoto li a{
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 100px;
		aspect-ratio: unset;
	}
	.g-fpLink--spHasPhoto .g-fpLink__ttl{
		padding: 12px 0 15px;
	}
	.g-fpLink--spHasPhoto .g-fpLink__ttl::after{
		width: 15px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 7px;
	}
	.g-fpLink--spHasPhoto .g-fpLink__ttl__en{
		font-size: 30px;
		letter-spacing: 0.05em;
		line-height: 1;
		padding-bottom: 5px;
		margin-bottom: 7px;
	}
	.g-fpLink--spHasPhoto .g-fpLink__ttl__en::first-letter{
		font-size: 38px;
	}
}
/* 下層ガイドリンク非表示 */
.ft-guideSection+.pc .g-fpLink__guide{
	display: none;
}
/* インテリアのみpc&sp別写真 */
@media screen and (min-width: 768px){
	.g-fpLink__img--interior{
		background-image: url(../images/ec/top_interior/interior_img.jpg);
	}
}
@media screen and (max-width: 767px){
	.g-fpLink__img--interior{
		background-image: url(../images/ec/top_interior/interior_img_sp.jpg);
	}
}
/* -------------------g-payment-------------------- */
.g-payment{
	align-items: center;
}
@media screen and (max-width: 767px){
  .g-payment{
		gap: 10px;
	}
}
/* -------------------g-about-------------------- */
.g-aboutLogo{
  background-color: var(--THEME_COLOR_1);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px){
  .g-aboutHeading{
    margin-bottom: var(--GENERALSEC_HALF);
  }
  .g-aboutLogo{
    width: 150px;
    margin: 0 auto 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px){
  .g-aboutHeading{
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    gap: var(--GAP_15_CONST);
    margin-bottom: 13px;
  }
  .g-aboutLogo{
    padding: 10px;
  }
  .g-aboutHeading .g-heading > span{
    text-align: left;
  }
}
/* ------------------g-catAroundLink--------------------- */
.g-catAroundLink{
	display: grid;
}
.g-catAroundLink li a{
	display: grid;
	align-items: center;
	border: 1px solid var(--BDCOLOR_GRAY_1);
	border-radius: 2px;
	position: relative;
	height: 100%;
}
.g-catAroundLink li a::after{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	content: '\f054';
	color: var(--BDCOLOR_GRAY_1);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.g-catAroundLink__icon{
	display: block;
	background: var(--BGCOLOR_BLUE_1) no-repeat center center / 50%;
	border-radius: 50%;
	aspect-ratio: 1/1;
}
.g-catAroundLink__name{
	line-height: 1.7;
	font-weight: 600;
}
@media screen and (min-width: 768px){
	.g-catAroundLink{
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
		gap: var(--GAP_20);
	}
	.g-catAroundLink li a{
		grid-template-columns: 70px 1fr;
		gap: var(--GAP_10);
		padding: 12px 30px 12px 10px;
	}
	.g-catAroundLink__name{
		font-size: var(--FZ_14);
	}
	.g-catAroundLink li a::after{
		right: 7px;
		font-size: 12px;
	}
}
@media screen and (max-width: 767px){
	.g-catAroundLink{
		gap: var(--GAP_20);
	}
	.g-catAroundLink li a{
		grid-template-columns: 70px 1fr;
		gap: var(--GAP_20_CONST);
		padding: 12px 30px 12px 10px;
	}
	.g-catAroundLink__name{
		font-size: var(--FZ_14_CONST);
	}
	.g-catAroundLink li a::after{
		right: 7px;
		font-size: 12px;
	}
}
/* ------------------g-searchType--------------------- */
.g-searchType dt{
	font-weight: 600;
}
@media screen and (min-width: 768px){
	.g-searchType dt{
		margin-bottom: var(--GAP_20);
		font-size: var(--FZ_18);
	}
	.g-searchType dd:not(:last-child){
		margin-bottom: var(--GAP_50);
	}
}
@media screen and (max-width: 767px){
	.g-searchType dt{
		margin-bottom: var(--GAP_20);
	}
	.g-searchType dd:not(:last-child){
		margin-bottom: var(--GAP_50);
	}
}
/* ------------------g-fixPopupBlog--------------------- */
.g-fixPopupBlog{
	border: 1px solid var(--BDCOLOR_GRAY_1);
	background-color: var(--WHITE);
	border-radius: 2px;
	position: fixed;
	z-index: 99;
}
.g-fixPopupBlog__list li a{
	display: grid;
}
.g-fixPopupBlog__list__thumb img{
	aspect-ratio: 1/1;
	object-fit: cover;
}
.g-fixPopupBlog__list__ttl,
.g-fixPopupBlog__list__txt{
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.g-fixPopupBlog__list__ttl{
	-webkit-line-clamp: 1;
}
.g-fixPopupBlog__list__txt{
	-webkit-line-clamp: 2;
	line-height: 1.7;
}
.g-fixPopupBlog__close{
	display: inline-block;
	aspect-ratio: 1 / 1;
	background: url(../images/ec/common/close_2.png) no-repeat center center / 30%;
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (min-width: 768px){
	.g-fixPopupBlog{
		width: clamp( 300px, 50vw, 500px);
		bottom: 80px;
		left: 5%;
		padding: clamp( 15px, 1.8vw, 23px);
	}
	.g-fixPopupBlog__list li a{
		grid-template-columns: 100px 1fr;
		gap: var(--GAP_5_CONST) var(--GAP_15);
	}
	.g-fixPopupBlog__list__ttl{
		font-size: var(--FZ_18);
	}
	.g-fixPopupBlog__list__txt{
		font-size: var(--FZ_14);
	}
	.g-fixPopupBlog__close{
		width: 30px;
	}
}
@media screen and (max-width: 767px){
	.g-fixPopupBlog{
		width: 200px;
		bottom: 130px;
		left: 10px;
		padding: 7px 21px 7px 8px;
	}
	.g-fixPopupBlog__list li a{
		grid-template-columns: 50px 1fr;
		gap: var(--GAP_5_CONST) var(--GAP_15);
	}
	.g-fixPopupBlog__list__ttl{
		font-size: 10px;
	}
	.g-fixPopupBlog__list__txt{
		font-size: 8px;
	}
	.g-fixPopupBlog__close{
		width: 30px;
	}
}
/* -------------------g-staffCoordinate-------------------- */
.g-staffCoordinate__excerpt{
	line-height: 1.7;
}
@media screen and (min-width: 768px){
	.g-staffCoordinate{
		grid-template-columns: repeat(3,1fr);
		gap: var(--GAP_20);
	}
	.g-staffCoordinate li:nth-of-type(n+4){
		display: none;
	}
	.g-staffCoordinate__excerpt{
		font-size: var(--FZ_14);
		margin-top: 5px;
	}
}
@media screen and (max-width: 767px){
	.g-staffCoordinate{
		grid-template-columns: repeat(2,1fr);
		gap: var(--GAP_15);
	}
	.g-staffCoordinate__excerpt{
		display: none;
	}
}
/* --------------------g-giftSection------------------- */
.g-giftSection{
	display: grid;
}
@media screen and (min-width: 768px){
	.g-giftMv{
		width: var(--INNER_WIDTH);
		max-width: var(--PC_MAX_WIDTH_SSS);
		margin: 0 auto;
	}
	.g-giftMv li:nth-of-type(n+2){
		display: none;
	}
}
@media screen and (max-width: 767px){
	.g-giftSection .g-headingContainer{
		margin-bottom: 0;
	}
	[class*="g-giftMvArrow"]{
		top: 45%;
	}
	.g-giftMv{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.g-giftMv .slick-list{
		padding: 0 30px;
	}
	.g-giftMv .slick-slide{
		margin: 0 2px;
	}
}
/* -------------------g-giftImageSection-------------------- */
.g-giftImage__attention{
	background-color: var(--BGCOLOR_GRAY_1);
}
.g-giftImage__explain__noshi{
	grid-template-columns: repeat(2,1fr);
	gap: var(--GAP_20);
}
.g-giftImage__explain__list{
	line-height: 1.7;
}
.g-giftImage__attention__list{
	line-height: 1.5;
}
@media screen and (min-width: 768px){
	.g-giftImage{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: var(--GAP_30);
	}
	.g-giftImage__explain__list{
		margin-bottom: var(--GAP_50);
	}
	.g-giftImage__attention{
		grid-column: span 2;
	}
	.g-giftImage__explain__noshi li{
		font-size: var(--FZ_14);
	}
	.g-giftImage__explain__noshi li img{
		margin-bottom: 3px;
	}
	.g-giftImage__attention{
		font-size: var(--FZ_12_CONST);
		padding: 20px;
	}
}
@media screen and (max-width: 767px){
	.g-giftImage__thumb{
		margin-bottom: var(--MG_20);
	}
	.g-giftImage__explain{
		margin-bottom: var(--MG_20);
	}
	.g-giftImage__explain__list{
		margin-bottom: var(--MG_30);
		font-size: var(--FZ_12_CONST);
	}
	.g-giftImage__explain__noshi li{
		font-size: var(--FZ_14);
	}
	.g-giftImage__explain__noshi li img{
		margin-bottom: 3px;
	}
	.g-giftImage__attention{
		font-size: var(--FZ_11_CONST);
		padding: 20px;
	}
}

/* -------------------g-giftImageSection-------------------- */
.g-antiqueMv{
	background: no-repeat center center / cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--TXT_COLOR_WHITE);
}
.g-antiqueMv__heading{
	font-family: var(--FF_LATO);
	font-weight: 700;
}
.g-antiqueMv__lead{
	width: var(--INNER_WIDTH);
}
@media screen and (min-width: 768px){
	.g-antiqueMv{
		background-image: url(../images/ec/antique/mv.jpg);
		height: 400px;
	}
	.g-antiqueMv__heading{
		font-size: var(--FZ_50);
		margin-bottom: var(--GAP_15);
	}
	.g-antiqueMv__lead{
		max-width: 650px;
		margin: 0 auto;
		font-size: var(--FZ_16);
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	.g-antiqueMv{
		background-image: url(../images/ec/antique/sp/mv.jpg);
		height: 200px;
	}
	.g-antiqueMv__heading{
		font-size: var(--FZ_28_CONST);
		margin-bottom: var(--GAP_15);
	}
	.g-antiqueMv__lead{
		font-size: var(--FZ_12_CONST);
	}
}
/* -------------------g-explainCard-------------------- */
.g-explainCard{
	display: grid;
}
.g-explainCard li{
	display: grid;
	background-color: var(--BGCOLOR_GRAY_1);
}
.g-explainCard__img{
	background: no-repeat center center / cover;
}
.g-explainCard__body__txt__link{
	display: block;
}
.g-explainCard__body__txt__link a{
	text-decoration: underline;
}
@media screen and (min-width: 768px){
	.g-explainCard{
		grid-template-columns: repeat(2,1fr);
		gap: var(--GAP_20);
	}
	.g-explainCard li{
		grid-template-columns: 1fr clamp( 100px, 15vw, 190px);
	}
	.g-explainCard__body{
		padding: var(--GAP_40) var(--GAP_30);
	}
	.g-explainCard__body__txt{
		font-size: var(--FZ_14);
	}
}
@media screen and (max-width: 767px){
	.g-explainCard{
		grid-template-rows: repeat(2,1fr);
		gap: var(--GAP_20_CONST);
	}
	.g-explainCard li{
		grid-template-columns: 1fr 116px;
	}
	.g-explainCard__body{
		padding: 24px 27px;
		display: flex;
		align-items: center;
	}
	.g-explainCard__body__txt{
		font-size: var(--FZ_12_CONST);
		line-height: 1.7;
	}
	.g-explainCard__body__txt__link{
		margin-top: 20px;
		text-align: right;
	}
}

/* --------------------g-beforeContact------------------- */
.g-beforeContact__heading{
	font-family: var(--FF_SERIF);
	border-bottom: 1px solid var(--BDCOLOR_GRAY_1);
}
.g-beforeContact__body,
.g-beforeContact__body a{
	color: var(--THEME_COLOR_1);
}
.g-beforeContact__list li,
.g-beforeContact__summaryLink{
	line-height: 1.7;
}
.g-beforeContact__list{
	display: grid;
	gap: var(--BEFORE_CONTACT_GAP);
}
.g-beforeContact__summaryLink{
	margin-top: var(--BEFORE_CONTACT_GAP);
}
.g-beforeContact__link{
	display: inline;
	background: url(../images/ec/common/article-arrow-blue.svg) no-repeat center right;
}
.g-beforeContact__summaryLink--right{
	text-align: right;
}
@media screen and (min-width: 768px){
	.g-beforeContact{
		grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
		gap: var(--GAP_20);
		margin-top: var(--MG_40);
	}
	.g-beforeContact > li{
		padding: var(--GAP_30) var(--GAP_20);
		background-color: var(--BGCOLOR_GRAY_1);
	}
	.g-beforeContact__heading{
		padding-bottom: var(--GAP_20);
		font-size: var(--FZ_18);
		margin-bottom: var(--GAP_20);
		text-align: center;
	}
	.g-beforeContact__body{
		--BEFORE_CONTACT_GAP: var(--GAP_10);
	}
	.g-beforeContact__body,
	.g-beforeContact__body a{
		font-size: var(--FZ_14);
	}
	.g-beforeContact__link{
		background-size: 12px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px){
	.g-beforeContact{
		gap: 40px;
		margin-top: 40px;
	}
	.g-beforeContact__heading{
		padding-bottom: var(--GAP_10);
		font-size: var(--FZ_16_CONST);
		margin-bottom: var(--GAP_15);
	}
	.g-beforeContact__heading br{
		display: none;
	}
	.g-beforeContact__body{
		--BEFORE_CONTACT_GAP: 5px;
	}
	.g-beforeContact__body,
	.g-beforeContact__body a{
		font-size: var(--FZ_13_CONST);
		letter-spacing: 0.1px;
	}
	.g-beforeContact__link{
		background-size: 11px;
		padding-right: 15px;
	}
}
/* -------------------g-startContact------------------- */
.g-startContact__heading{
	font-weight: 600;
	margin-bottom: var(--GAP_30);
	font-size: var(--FZ_18);
}
.g-startContact__list li{
	font-size: var(--FZ_14);
}
/* -------------------g-info-------------------- */
.g-info{
  border: 1px solid var(--BDCOLOR_GRAY_3);
  border-left: none;
  border-right: none;
}
.g-info li{
  display: grid;
  grid-template-columns: auto 1fr;
}
.g-info li:not(:last-child){
  border-bottom: 1px dotted var(--GRAY03);
}
.g-info__time{
  font-weight: 100;
}
.g-info__ttl{
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media screen and (min-width: 768px){
  .g-info li{
    padding: 10px 30px;
    gap: var(--GAP_50);
  }
}
@media screen and (max-width: 767px){
  .g-info li{
    padding: 10px 0px;
    gap: var(--GAP_20);
  }
  .g-info__time,
  .g-info__ttl{
    font-size: var(--FZ_11_CONST);
  }
}
/* --------------------g-antiqueFurnitureRealshop-------------------- */
.g-antiqueFurnitureRealshop{
	margin-top: var(--GENERALSEC);
}
.g-antiqueFurnitureRealshop__heading{
	font-family: var(--FF_SERIF);
}
.g-antiqueFurnitureRealshop__mino__name{
	font-weight: 600;
}
@media screen and (min-width: 768px){
  .g-antiqueFurnitureRealshop__heading{
		font-size: var(--FZ_24);
		margin-bottom: var(--GAP_20);
	}
	.g-antiqueFurnitureRealshop__mino{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: var(--GAP_50);
	}
	.g-antiqueFurnitureRealshop__mino__name{
		font-size: var(--FZ_18);
		margin-bottom: var(--GAP_30);
	}
}
@media screen and (max-width: 767px){
	.g-antiqueFurnitureRealshop__heading{
		font-size: var(--FZ_16);
		margin-bottom: var(--GAP_20);
	}
	.g-antiqueFurnitureRealshop__mino{
		display: grid;
		gap: var(--GAP_20);
	}
	.g-antiqueFurnitureRealshop__mino__name{
		font-size: var(--FZ_18);
		margin-bottom: var(--GAP_20);
	}
}
/* --------------------g-search__suggest-------------------- */
.g-search__suggest{
	display: flex;
	flex-wrap: wrap;
}
.g-search__suggest li a{
	display: inline-block;
	border: 1px solid var(--BDCOLOR_GRAY_1);
	border-radius: 70px;
	position: relative;
}
.g-search__suggest li a::after{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	/* color: var(--BDCOLOR_GRAY_1); */
	content: '\f105';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media (hover: hover){
	.g-search__suggest li a:hover{
		background-color: var(--BDCOLOR_GRAY_1);
		opacity: 1;
	}
	/* .g-search__suggest li a:hover::after{
		color: var(--WHITE);
	} */
}
@media screen and (min-width: 768px){
	.g-search__suggest{
		gap: var(--GAP_10) var(--GAP_5_CONST);
		margin-top: var(--GAP_20);
	}
	.g-search__suggest li a{
		background-color: var(--WHITE);
		font-size: var(--FZ_12);
		padding: 5px 20px 4px 15px;
	}
	.g-search__suggest li a::after{
		right: 8px;
	}
}
@media screen and (max-width: 767px){
	.g-search__suggest{
		gap: var(--GAP_10) var(--GAP_5_CONST);
		margin-top: var(--GAP_15);
	}
	.g-search__suggest li a{
		background-color: var(--WHITE);
		font-size: var(--FZ_12_CONST);
		padding: 5px 15px 4px 10px;
	}
	.g-search__suggest li a::after{
		right: 5px;
	}
}

/* ----------------------調整---------------------- */
.g-historySection+.g-magazineSection{
	margin-top: var(--GENERALSEC);
}
@media screen and (max-width: 767px){
	.t-mvSlide{
		margin-top: 10px;
	}
	.g-historySection+.sp{
		margin-top: var(--GENERALSEC);
	}
}


@media screen and (min-width:768px) {
.sp_only{display:none;}
}
@media screen and (max-width:767px) {
.pc_only{display:none;}
}


/* NEW ARRIVAL(コーディネートピック) */
#top_new_item_js_section{
	--SLICK_GAP: var(--GAP_10);

	.fr3-item::before {
		top: 5px;
		left: 5px;
		width: 35px;
		height: 35px;
		font-size: var(--FZ_10_CONST);
	}
	.fr3-item::before {
		content: "NEW";
		position: absolute;
		background-color: var(--TXT_BGCOLOR_YELLOW_1);
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-radius: 50%;
		z-index: 2;
	}
	.slick-slider .slick-slide{
		margin: 0 var(--SLICK_GAP);
		position: relative;
	}
	.g-ranking__arrow--prev,
	.g-ranking__arrow--next
	{
		top: 40%;
	}
}

#styling-area{
	.g-styling__title{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: var(--FZ_14);
		padding:4px 0;
		text-align: center;
	color: var(--WHITE);
	background: var(--BLUE01_OP80);
	}
}


@media screen and (max-width:767px) {
#top_new_item_js_slider{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 17px;
	padding: 0 !important;
}
#top_new_item_js_slider .fr3-item{
	position:relative;
}
}

/* ポップアップ */
#popup-div {
display: none;
background-color: #fff;
position: fixed;
padding: 12px;
border-radius: 10px;
z-index: 9999;
box-shadow: rgb(0 0 0 / 20%) 0px 4px 20px, rgb(255 255 255 / 20%) 0px 0px 0px 1px inset !important;
font-size: 14px;
line-height: 1.4;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
overflow: visible;
}

#popup-div .popup-body img {
margin: 5px 0
}
#popup-div .popup-text {
  padding: 5px 0;
  text-align: center;
}
.popup-hide-btn {
position: absolute;
border-radius: 50%;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.popup-hide-btn::before {
font-family: "Font Awesome 5 Pro";
font-weight: 100;
content: "\f00d";
color: #525252;
}

body.no-scroll {
overflow: hidden;
}

body.no-scroll::before {
background: rgba(0, 0, 0, .5);
content: '';
display: block;
height: 100%;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 100;
-webkit-overflow-scrolling: touch;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s;
}

@media screen and (min-width:768px) {
#popup-div {
width: 500px;
}
.popup-hide-btn {
cursor: pointer;
top: -20px;
right: -19px;
font-size: 40px;
width: 50px;
height: 50px;
}
}

@media screen and (max-width:767px) {
#popup-div {
width: 70%;
max-width: 350px;
}
.popup-hide-btn {
top: -15px;
right: -17px;
font-size: 25px;
width: 40px;
height: 40px;
}
}

#fs_ProductSearch .tab-wrap--allCat .tab-contents {
background-color: var(--BGCOLOR_GRAY_1);
}

#fs_ProductSearch .tab-wrap--allCat .tab-contents.show{
padding-bottom: var(--GAP_50);
margin-top: 5px;
}
#fs_ProductSearch .g-fpLink{
	margin: 0;
	padding-top: var(--GENERALSEC_HALF);
	width: 90%;
	margin: 0 auto;
}
#fs_ProductSearch .tab-wrap--allCat .g-fpLink li a{
	background-color: #fff;
}
#fs_ProductSearch .g-catLink__item__thumb--illust{
	background: #fff no-repeat center center / 60%;
}

/* amazonバナー */
@media screen and (min-width: 768px){
	.cartAmazon-bnr{
		margin-bottom: 50px;
	}
}
	@media screen and (max-width: 767px){
		.cartAmazon-bnr{
			margin-bottom: 30px;
		}
	}



/* cp-INFOMATION-イベント- */
.g-info-var2{
	display: grid;
}
@media screen and (min-width: 768px){
	.g-info-var2{
		grid-template-columns: repeat(3,1fr);
		gap: var(--GAP_50);
	}
	.g-info__time-var2{
		font-size: var(--FZ_13);
		margin-block: 3px;
	}
}
@media screen and (max-width: 767px){
	.g-info-var2{
		grid-template-columns: repeat(2,1fr);
		gap: 30px 15px;
	}
	.g-info__time-var2{
		font-size: 11px;
		margin-block: 3px;
	}
}



/* 関連記事 */
.relatedArticle{
	margin-top: var(--GAP_100);
}
.relatedArticleList{
	margin-top: var(--GAP_30);
}
.relatedArticleList .magazine-posts{
	display: grid;
}
.magazine-post-item a{
	display: block;
}
.magazine-post-item a .post-title{
	font-size: var(--FZ_18);
	margin-block: 5px;
}
.magazine-post-item a .post-excerpt{
	font-size: var(--FZ_12);
}
.magazine-post-item a .post-thumbnail img{
	aspect-ratio: 1/1;
	object-fit: cover;
}
@media screen and (min-width: 768px){
	.relatedArticle{
		margin-top: 100px;
	}
	.relatedArticleList .magazine-posts{
		grid-template-columns: repeat(2,1fr);
		gap: var(--GAP_40);
	}
	.magazine-post-item a{
		display: grid;
		grid-template-columns: 180px 1fr;
		column-gap: 10px;
	}
}
@media screen and (max-width: 767px){
	.relatedArticle{
		margin-top: 50px;
	}
	.relatedArticleList .magazine-posts{
		grid-template-columns: repeat(2,1fr);
		gap: 30px 15px;
	}
}

/* -----------------スタイルポイント----------------- */
/* ヘッダー・フッター */
.header--stylePoint{
	border-bottom: 1px solid var(--BDCOLOR_GRAY_1);
}
.header--stylePoint__addon{
	text-align: center;
}
.footer--stylePoint{
	border-top: 1px solid var(--BDCOLOR_GRAY_1);
}
@media screen and (min-width: 768px){
	.header--stylePoint{
		padding: 20px 0 30px;
	}
	.header--stylePoint__addon{
		font-size: var(--FZ_12);
		margin-bottom: 7px;
	}
	.header--stylePoint__logo{
		width: 200px;
		margin: 0 auto;
	}
	.footer--stylePoint{
		padding: 80px 0;
	}
	.footer--stylePoint__links{
		grid-template-columns: repeat(4,1fr);
	}
}
@media screen and (max-width: 767px){
	.header--stylePoint{
		padding: 15px 0 20px;
	}
	.header--stylePoint__addon{
		font-size: var(--FZ_10);
		margin-bottom: 5px;
	}
	.header--stylePoint__logo{
		width: 150px;
		margin: 0 auto;
	}
	.footer--stylePoint{
		padding: 50px 0;
	}
	.footer--stylePoint__links{
		grid-template-columns: repeat(2,1fr);
		gap: 5px;
	}
	.footer--stylePoint__links li{
		display: grid;
		grid-template-columns: 40px 1fr;
		gap: 10px;
		align-items: center;
		border: 1px solid var(--GRAY01);
		padding: 5px;
	}
}

/* スタイルポイント */
.footer--stylePoint__body > span,.footer--stylePoint__body > a{
	display: block;
	width: fit-content;
}
.footer--stylePoint__body > a{
	font-weight: 600;
}
@media screen and (min-width: 768px){
	.footer--stylePoint__links{
		gap: var(--GAP_50);
	}
	.footer--stylePoint__industry{
		font-size: var(--FZ_12);
		margin-block: 10px 7px;
	}
	.footer--stylePoint__body > a{
		font-size: var(--FZ_14);
	}
}
@media screen and (max-width: 767px){
	.footer--stylePoint__body{
		display: grid;
		gap: 2px;
	}
	.footer--stylePoint__industry{
		font-size: 8px;
	}
	.footer--stylePoint__body > a{
		font-size: 10px;
	}
	.stylepointDoubleday{
		line-height: 1.2 !important;
		margin-top: 3px !important;
	}
}
/* スタイルポイント-会員登録完了画面 */
.footer--stylePoint__lead{
	margin-bottom: var(--GAP_40);
	text-align: center;
}
@media screen and (max-width: 767px){
	.footer--stylePoint__lead{
		font-size: 11px;
	}
}

/* スタイルポイント-マイページ */
.footer--stylePoint__lead--mypage{
	margin-top: var(--GAP_40);
}

/* ダブルデイマガジン */
.post-date{
	color: var(--GRAY03);
	font-size: var(--FZ_10);
}
.post-title{
	font-weight: 600;
	font-size: var(--FZ_14);
}

.wp-single__links{
	font-weight: 600;
	width: fit-content;
}

.wp-single__link__allMagazine{
	text-align: center;
}
.wp-single__dtl > span{
	display: block;
}

.wp-single__link__allMagazine a{
	position: relative;
	display: block;
}
.wp-single__link__allMagazine a::before{
	content: '»';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 600;
}
.wp-single__links__text{
	color: var(--THEME_COLOR_1);
}
@media screen and (min-width: 768px){
	.wp-singleWrap{
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	#wp-single__link__previous > a,#wp-single__link__next > a{
		display: flex;
		gap: var(--GAP_30);
		align-items: center;
	}
	.wp-singleWrap a img{
		display: inline-block;
	}
	#wp-single__link__previous a{
		flex-direction: row-reverse;
	}
	.wp-single__body{
		display: flex;
		align-items: center;
		gap: 8px;
		flex: 1;
	}
	
	.wp-single__dtl{
		flex: 1;
		text-align: left;
	}
	.wp-singleWrap{
		padding-inline: 20px;
	}
	.wp-singleWrap:has(#wp-single__link__next){
		border-right: 1px solid var(--GRAY02);
	}
	.wp-singleWrap:has(#wp-single__link__previous){
		border-left: 1px solid var(--GRAY02);
	}
	.wp-singleWrap a .wp-single__pic{
		width: 60px;
	}
	
	.wp-single__link__allMagazine{
		width: 30%;
		text-align: center;
		border-right: 1px solid var(--GRAY02);
		border-left: 1px solid var(--GRAY02);
		margin-inline: 25px;
	}
	.wp-single__link__allMagazine .g-heading__en{
		font-size: var(--FZ_27);
	}

	.wp-single__links{
		font-size: var(--FZ_13);
	}
	
	.wp-single__link__allMagazine a::before{
		font-size: var(--FZ_13);
		right: 15px;
	}
}
@media screen and (max-width: 767px){
	.wp-singleWrap{
		display: grid;
	}
	.wp-single__link__allMagazine{
		order: 2;
	}
	#wp-single__link__previous a,#wp-single__link__next a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 30px;
	}
	#wp-single__link__previous a{
		flex-direction: row-reverse;
	}
	.wp-single__links{
		font-size: 12px;
		text-align-last: left;
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.wp-single__body{
		width: 250px;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.wp-single__pic{
		width: 50px;
	}
	.wp-single__dtl{
		flex: 1;
		text-align: left;
	}
	
	#wp-single__link__previous,#wp-single__link__next{
		padding-block: 20px;
		border-bottom: 1.5px solid var(--GRAY02);
	}
	#wp-single__link__previous{
		border-top: 1.5px solid var(--GRAY02);
	}

	.wp-single__link__allMagazine{
		padding-block: 15px;
		border-bottom: 1.5px solid var(--GRAY02);
	}
	.g-heading--allMagazine{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.wp-single__links > span{
		display: inline-block;
	}
	.wp-single__links__arrow{
		width: fit-content;
	}
	.wp-single__links__text{
		flex: 1;
		white-space: nowrap;
	}

	.wp-single__link__allMagazine a::before{
		font-size: 12px;
		right: 0px;
	}
}

/* お買い物ガイド */
.mgbUnder{
	margin-bottom: -15px !important;
}
.mgbUnderSpace{
	padding-bottom: 10px;
}
.guideSubHeding{
	font-size: var(--FZ_16);
}

/* coordinatepage */
.cp-coordinate__list__item__title{
	font-size: 13px !important;
}


/* ----------wp-投稿ページ - type-A------------ */
.wp-magazineType__type{
	font-weight: bold;
	font-size: var(--FZ_50);
	margin-bottom: 30px;
}
/* wp-投稿ページ - type-A - h2 */
.wp-magazineTypeAH2{
	background-color: var(--GRAY01);
	padding: 10px;
	border-left: 2px solid var(--BLUE01);
	margin-block: 25px;
	font-weight: bold;
	font-size: 18px;
}
/* wp-投稿ページ - type-A - h3 */
.wp-magazineTypeAH3{
	font-weight: bold;
	border-bottom: 1px solid var(--BLUE01);
	font-size: 16px;
	margin-block: 25px;
}
/* wp-投稿ページ - type-A - h4 */
.wp-magazineTypeAH4{
	font-weight: bold;
	font-size: 14px;
	margin-block: 20px 15px;
}
.wp-magazineTypeAH4::before{
	content: "";
	display: inline-block;
	background: var(--wp-typeA-arrow) no-repeat center center / 100%;
	aspect-ratio: 1/1;
	width: 16px;
	margin-right: 10px;
	transform: translateY(2px);
}

/* ----------wp-投稿ページ - type-B------------ */
/* wp-投稿ページ - type-B - h2 */
.wp-magazineTypeBH2{
	font-weight: bold;
	color: var(--BLUE01);
	padding: 10px;
	border-top: 1px solid var(--BLUE01);
	border-bottom: 1px solid var(--BLUE01);
	margin-block: 25px;
	font-size: 18px;
}
/* wp-投稿ページ - type-B - h3 */
.wp-magazineTypeBH3{
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	border-left: 1px solid var(--BLUE01);
	margin-block: 25px;
}
/* wp-投稿ページ - type-B - h4 */
.wp-magazineTypeBH4{
	font-weight: bold;
	font-size: 14px;
	margin-block: 20px 15px;
}
.wp-magazineTypeBH4::before{
	content: "";
	display: inline-block;
	background: var(--wp-typeB-check) no-repeat center center / 100%;
	aspect-ratio: 1/1;
	width: 16px;
	margin-right: 10px;
	transform: translateY(2px);
}

/* ----------wp-投稿ページ - type-C------------ */
/* wp-投稿ページ - type-C - h2 */
.wp-magazineTypeCH2{
	position: relative;
	font-weight: bold;
	color: var(--BLUE01);
	font-size: 18px;
	margin-block: 25px;
	padding-bottom: 5px;
}
.wp-magazineTypeCH2::before,.wp-magazineTypeCH2::after{
	content: "";
	display: inline-block;
	background: var(--BLUE01);
	width: 100%;
	height: 1px;
	position: absolute;
}
.wp-magazineTypeCH2::before{
	bottom: 0;
	left: 0;
}
.wp-magazineTypeCH2::after{
	bottom: -3px;
	left: 0;
}
/* wp-投稿ページ - type-C - h3 */
.wp-magazineTypeCH3{
	font-weight: bold;
	color: var(--BLUE01);
	font-size: 16px;
	margin-block: 25px;
}
.wp-magazineTypeCH3::before{
	content: "";
	display: inline-block;
	background: var(--wp-typeC-line) no-repeat center center / 100%;
	aspect-ratio: 16/21;
	width: 17px;
	margin-right: 8px;
	transform: translateY(4px);
}
/* wp-投稿ページ - type-C - h4 */
.wp-magazineTypeCH4{
	font-weight: bold;
	font-size: 14px;
	margin-block: 20px 15px;
}
.wp-magazineTypeCH4::before{
	content: "";
	display: inline-block;
	background: var(--wp-typeC-arrow) no-repeat center center / 100%;
	aspect-ratio: 1/1;
	width: 14px;
	margin-right: 10px;
	transform: translateY(2px);
}

/* pick-up */
.g-pickupSection .g-pd{
	padding: var(--GENERALSEC_HALF) 0;
}

/* ■■■■■■■■■■■■■■■■■■■■■■footer■■■■■■■■■■■■■■■■■■■■■■ */
/* ページトップ */
.pagetop{
	position: fixed;
	z-index: 99;
	border-radius: 50%;
}
.pagetop a{
	display: block;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: rgba(18, 68, 91, .85);
	position: relative;
}
.pagetop a::before{
	content: "";
	display: inline-block;
	background: url(../images/ec/common/top-arrow.svg) no-repeat center center / 100%;
	aspect-ratio: 127/75;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.pagetop a::after{
	content: 'TOP';
	color: var(--WHITE);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 768px){
	.pagetop{
		width: 50px;
		bottom: 20px;
		right: 45px;
	}
	.pagetop a::before{
		width: 12px;
    top: 14px;
	}
	.pagetop a::after{
		font-size: 11px;
    bottom: 9px;
	}
}
@media screen and (max-width: 767px){
	.pagetop{
		width: 45px;
		bottom: 80px;
		right: 3%;
	}
	.pagetop a::before{
		width: 11px;
    top: 12px;
	}
	.pagetop a::after{
		font-size: 10px;
    bottom: 9px;
	}
}