@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0 auto;
}

body {
	overflow-x: hidden;
	background-color: #E2EAEB;
}

img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
}
@media screen and (min-width: 769px) {
	a:hover {
		opacity: 0.6;
		transition: all 0.4s;
	}
}

*, *::before, *::after {
  box-sizing: border-box;
}


/*---------------- indention ----------------*/
@media screen and (min-width: 768px){   
	.pcline-break { display:block; }
	.spline-break { display:none; }
}
@media screen and (max-width: 767px){   
	.pcline-break { display:none; }
	.spline-break { display:block; }
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
.hero__staticimg {
	padding: 0;
	width: 100%;
	margin-inline: auto;
	margin-bottom: 90px;
	position: relative;
	z-index: 200;
}
.hero__staticimg img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.hero__staticimg {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 90px;
		z-index: 200;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		top: 0;
		width: 100%;
		height: auto;
		margin-top: 0px;
		margin-bottom: 180px;
		z-index: 200;
	}
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 140px;
	position: relative;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	position: relative;
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-small {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
	position: relative;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-sec02 {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
	z-index: 1;
}
.item-wapper-sec02 img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-sec02::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff9db;
	top: 0px;
	left: 0%;
	z-index: 1;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 210px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 300px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 180px;
	}
	.item-wapper-sec02 {
		max-width: 600px;
		margin-bottom: 120px;
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.item-wapper-sec02::after {
		width: 100vw;
		height: 100%;
		margin: 0 calc(50% - 50vw);
	}
}


/* ---------------------------------------------------------
	margin bottom
----------------------------------------------------------*/
.spmb_10 {
	margin-bottom: 10px;
}
.spmb_15 {
	margin-bottom: 13px;
}
.spmb_20 {
	margin-bottom: 20px;
}
.spmb_30 {
	margin-bottom: 30px;
}
.spmb_45 {
	margin-bottom: 45px;
}
.spmb_50 {
	margin-bottom: 50px;
}
.spmb_60 {
	margin-bottom: 60px;
}
.spmb_90 {
	margin-bottom: 90px;
}
.spmb_120 {
	margin-bottom: 120px;
}
.spmb_150 {
	margin-bottom: 150px;
}
.spmb_180 {
	margin-bottom: 180px;
}
.spmb_210 {
	margin-bottom: 210px;
}
.spmb_240 {
	margin-bottom: 240px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb90 {
	margin-bottom: 90px;
}

.mt60 {
	margin-top: 60px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.spmb_30 {
		margin-bottom: 60px;
	}
	.spmb_45 {
		margin-bottom: 75px;
	}
	.spmb_60 {
		margin-bottom: 90px;
	}
	.spmb_90 {
		margin-bottom: 120px;
	}
	.spmb_120 {
		margin-bottom: 150px;
	}
	.spmb_150 {
		margin-bottom: 180px;
	}
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.inner_wide__area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.inner_large__area {
	width: 92.3%;
	margin-inline: auto;
}

.inner_mid__area {
	width: 84.6%;
	margin-inline: auto;
}

.inner_reg__area {
	width: 61.5%;
	margin-inline: auto;
}


.posabs_inner_imgbx {
	width: 100%;
	height: 370px;
	position: relative;
}
.posabs_left_lgimg {
	width: 76.9%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
}
.posabs_right_upside {
	width: 30.8%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.posabs_right_downside {
	width: 30.8%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}



/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.inner_large__area {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	static img
----------------------------------------------------------*/
.static_wide__box {
	width: 100%;
	margin-inline: auto;
}

.static_large__box {
	width: min(92.3%, 700px);
	margin-inline: auto;
}

.static_middle__box {
	width: 69.2%;
	margin-inline: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.flex_scbw_widebx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: fit-content;
	margin-inline: auto;
}
.flex_scbw_largebx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 8px;
	width: 92.3%;
	margin-inline: auto;
}

.flex_scbw_midbx {
	display: flex;
	justify-content: space-between;
	width: 84.6%;
	margin-inline: auto;
}

.twoimg_perp__flxbx {
	width: 69.2%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	position: relative;
}

.verttwoimg__fxbx {
	width: 76.9%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
}

.twocolimg_half {
	width: 50%;
}
.twocolimg__spc {
	width: 48.5%;
}
.twocolimg__sspace {
	width: 49%;
	z-index: 10;
}
.twocolimg__sspc {
	width: calc(50% - 5px)
}

.threecolimg__spc {
	width: calc(100% / 3 - 5px);
}
.threecolimg__sspc {
	width: calc(100% / 3 - 10px);
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.flex_scbw_widebx {
		row-gap: 15px;
	}
	.threecolimg__sspc {
		width: calc(100% / 3 - 15px);
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.lineup_item__wrapper {
	display: grid;
	grid-template-columns: calc(100% / 3 - 9px) calc(100% / 3 - 9px) calc(100% / 3 - 9px);
	grid-template-rows: auto;
	grid-column-gap: 15px;
	grid-row-gap: 0px;
	position: relative;
}
.lineup_item__wrapper::after {
	content:"";
	display: inline-block;
	width: 15.4%;
	height: 1px;
	background-color: #49516D;
	position: absolute;
	bottom: -70px;
	left: 42.3%;
	z-index: 10;
}
.lineup_item__inner {
	display: grid;
	place-content: center;
	place-items: center;
	grid-template-rows: subgrid;
	grid-row: span 4;
	grid-row-gap: 30px;
	position: relative;
}
.lineup_clipping_img {
	width: 76.9%;
	margin-inline: auto;
	pointer-events: none;
}
.buybtn__warp {
	display: block;
	width: 76.9%;
	margin-inline: auto;
}
.buy-btn {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp( 0.625rem, calc( 0.40937500000000004rem + 1.0781249999999998vw ), 1.05625rem );
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	border-radius: 100px;
	background-color: #49516D;
	color: #E2EAEB;
	transition: opacity 0.3s ease;
}
.buy-btn:hover {
	background-color: #E2EAEB;
	color: #49516D;
	border: 1px solid #49516D;
	opacity: 1;
}


.twocolov__grdbx {
	display: grid;
	grid-template-columns: 46.2% 7.6% 46.2%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocolov__left {
	grid-area: 1 / 1 / 4 / 3;
	align-self: start;
	z-index: 20;
}
.twocolov__right {
	grid-area: 3 / 2 / 6 / 4;
	align-self: end;
	z-index: 25;
}

.twoevencol_vert__gdbx {
	display: grid;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.twoevencol_vert__left {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.twoevencol_vert__rupper {
	grid-area: 1 / 2 / 2 / 3;
	align-self: start;
}
.twoevencol_vert__rlower {
	grid-area: 2 / 2 / 3 / 3;
	align-self: end;
}

.leftup_threeimg__grdbx {
	display: grid;
	grid-template-columns: 14.1% 14.1% 7.7% 28.2% 7.7% 14.1% 14.1%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.leftup_threeimg__left {
	grid-area: 1 / 1 / 4 / 4;
	align-self: start;
	z-index: 10;
}
.leftup_threeimg__center {
	grid-area: 3 / 3 / 6 / 6;
	align-self: start;
	z-index: 10;
}
.leftup_threeimg__right {
	grid-area: 5 / 5 / 8 / 8;
	align-self: end;
	z-index: 10;
}
.leftup_threeimg__prc {
	grid-area: 7 / 1 / 8 / 5;
	align-self: end;
	z-index: 30;
}

.archimg__threecol__grdbx {
	display: grid;
	grid-template-columns: 13.5% 13.4% 7.7% 30.8% 7.7% 13.4% 13.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.archimg__threecol__center {
	grid-area:1 / 3 / 4 / 6;
	align-self: start;
	z-index: 30;
}
.archimg__threecol__left {
	grid-area:2 / 1 / 5 / 4;
	align-self: end;
	z-index: 35;
}
.archimg__threecol__right {
	grid-area:2 / 5 / 5 / 8;
	align-self: end;
	z-index: 35;
}

.rightlrg__threeimg__grdbx {
	display: grid;
	grid-template-columns: calc(53.8% - 5px) calc(46.2% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.rightlrg__threeimg__inner {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
}
.rightlrg__threeimg__lupper {
	grid-area: 1 / 1 / 4 / 2;
	align-self: start;
	z-index: 10;
}
.rightlrg__threeimg__lower {
	grid-area: 4 / 1 / 7 / 2;
	align-self: end;
	z-index: 10;
}
.rightlrg__threeimg__right {
	grid-area: 2 / 2 / 6 / 3;
	align-self: start;
	z-index: 10;
}
.rightlrg__threeimg__prc {
	grid-area: 6 / 2 / 7 / 3;
	align-self: end;
	z-index: 10;
}

.portrait_three__grdbx {
	display: grid;
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}
.portrait_three__inner {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
}
.portrait_three__lupper {
	grid-area: 1 / 1 / 2 / 2;
	align-self: start;
}
.portrait_three__llower {
	grid-area: 3 / 1 / 4 / 2;
	align-self: start;
}
.portrait_three__right {
	grid-area: 1 / 2 / 4 / 3;
	align-self: center;
}

.rightup_threeimg__grdbx {
	display: grid;
	grid-template-columns: 14.1% 14.1% 7.7% 28.2% 7.7% 14.1% 14.1%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.rightup_threeimg__right {
	grid-area: 1 / 5 / 4 / 8;
	align-self: start;
	z-index: 10;
}
.rightup_threeimg__center {
	grid-area: 3 / 3 / 6 / 6;
	align-self: center;
	z-index: 15;
}
.rightup_threeimg__left {
	grid-area: 5 / 1 / 8 / 4;
	align-self: end;
	z-index: 10;
}

.twocol_lo__grdbx {
	display: grid;
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.twocol_lo__rupper {
	grid-area: 1 / 2 / 3 / 3;
	align-self: start;
}
.twocol_lo__rlower {
	grid-area: 3 / 2 / 5 / 3;
	align-self: end;
}
.twocol_lo__left {
	grid-area: 2 / 1 / 4 / 2;
	align-self: start;
}
.twocol_lo__price {
	grid-area: 4 / 1 / 5 / 2;
	align-self: end;
	padding-top: 1em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.lineup_item__wrapper {
		grid-template-columns: calc(100% / 3 - 10px) calc(100% / 3 - 10px) calc(100% / 3 - 10px);
		grid-column-gap: 20px;
	}
	.lineup_item__wrapper::after {
		width: 92px;
		height: 1px;
		bottom: -120px;
		left: 254px;
	}
	.lineup_item__inner {
		grid-row-gap: 60px;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__lineup {
	width: 61.5%;
	margin-inline: auto;
}

.subheading__lunum {
	width: 30.8%;
	position: absolute;
	top: -3%;
	left: -8%;
	z-index: 10;
	pointer-events: none;
}
.lineup_itemnm {
	width: 100%;
	margin-inline: auto;
	pointer-events: none;
}

.subheading__01-1 {
	width: 30.8%;
	position: absolute;
	top: 0%;
	right: 7.7%;
	z-index: 30;
	pointer-events: none;
}

.subheading__02-1 {
	width: 30.8%;
	position: absolute;
	top: 05%;
	right: 3.8%;
	z-index: 30;
	pointer-events: none;
}

.subheading__03-1 {
	width: 30.8%;
	position: absolute;
	top: -3.5%;
	right: 9.6%;
	z-index: 30;
	pointer-events: none;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__01-1 {
		width: 184px;
		right: 46.5px;
	}
	.subheading__02-1 {
		width: 186px;
		top: 121px;
		right: 0;
	}
	.subheading__03-1 {
		width: 184px;
		top: -63px;
		right: 58px;
	}
}


/* ---------------------------------------------------------
	scroll
----------------------------------------------------------*/
.scroll-container {
	width: 92.3%;
	margin-inline: auto;
	overflow: hidden;
}

.scroll-list {
	display: flex;
	white-space: nowrap;
	width: 200%;
	animation: scroll-left 20s linear infinite;
}

.scroll-list:hover {
	animation-play-state: running !important;
}

.scroll-list img {
	width: 1500px;
	height: auto;
	margin-right: 20px;
}

@keyframes scroll-left {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* ---------------------------------------------------------
	rotate
----------------------------------------------------------*/
.loopping_txt {
	width: 38.5%;
	animation: rotateAnimation 15s linear infinite;
	height: auto;
	position: absolute;
	top: 24%;
	left: 3.8%;
	z-index: 30;
}

@keyframes rotateAnimation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


/* ---------------------------------------------------------
	fade in text 
----------------------------------------------------------*/
.fade-in {
	opacity:0;
	-webkit-transform:translateY(20px);
	transform:translateY(20px);
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper img {
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_wideprc__bx {
	width: min(100%, 600px);
	margin-inline: auto;
}
.center_wpaprc__bx {
	width: min(92.3%, 600px);
	margin-inline: auto;
}
.center_wideprcbx__abs {
	width: min(92.3%, 600px);
	margin-inline: auto;
	position: absolute;
	z-index: 30;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}

/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#49516D;
	letter-spacing: 0.01em;
}

.items_price_center li:nth-child(even) {
	padding-left: 1em;
}

.items_price_center li:nth-child(n+3) {
	padding-top: 1em;
}

.items_price_center a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.01em;
	color:#49516D;
	text-decoration: underline;
	text-decoration-color:#49516D;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
	z-index: 30;
}


/* ---------------------------------------------------------
	items center(vertical)
----------------------------------------------------------*/
.items_price_vertcenter {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 10;
}
.items_price_vertcenter li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#49516D;
	letter-spacing: 0.01em;
	z-index: 10;
}

.items_price_vertcenter li:not(:first-child) {
	padding-top: 1em;
	z-index: 10;
}

.items_price_vertcenter a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#49516D;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#49516D;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
	z-index: 10;
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#49516D;
	letter-spacing: 0.01em;
}
.items_price_right li:not(:first-child) {
	padding-top: 1em;
}
.items_price_right a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#49516D;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#49516D;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list pright(wrap)
----------------------------------------------------------*/
.items_price_wrapright {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.items_price_wrapright li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #49516D;
	letter-spacing: 0.01em;
}
.items_price_wrapright li:nth-child(n+3) {
	padding-top: 1em;
}
.items_price_wrapright li:nth-child(even) {
	padding-left: 1em;
}

.items_price_wrapright a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #49516D;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color: #49516D;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list left(wrap)
----------------------------------------------------------*/
.items_price_left {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.items_price_left li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#49516D;
	letter-spacing: 0.01em;
}
.items_price_left li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#49516D;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#49516D;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp( 0.625rem, calc( 0.40937500000000004rem + 1.0781249999999998vw ), 1.05625rem );
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#49516D;
	letter-spacing: 0.05em;
}

.line_br {
	width: 100%;
}



/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	display: block;
	width: 92.3%;
	margin-inline: auto;
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#49516D;
	letter-spacing: 0.05em;
}

.itemlk {
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.5em 0;
	margin-inline: auto;
	border: 1px #49516D solid;
	border-radius: 100%;
	transition: all .3s ease-out;
	font-size: clamp( 0.96875rem, calc( 0.63453125rem + 1.6710937500000003vw ), 1.6371875rem );
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#49516D;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

.itembtn_wapper span {
	font-size: 85%;
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#49516D;
	letter-spacing: 0.05em;
	transition: opacity 0.3s ease;
}

.itemlk:hover {
	background-color: #49516D;
	color: #E2EAEB;
	opacity: 1;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 100%;
		padding: 1.5em 0;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/*background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;*/
	background-color: #49516D;
	padding: 60px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 100;
	color: #E2EAEB;
}
footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 20px;
}
footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;	
	margin-right: auto;
	margin-top: 1em;
}
footer .footer__p {
	display: block;
	text-align: center;
	color: #E2EAEB;
	font-size: clamp(1.5625rem, calc(1.0796875rem + 2.4140625000000004vw), 2.528125rem);
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	line-height: 1.5;
}
footer .footer__txtlink {
	display: block;
	padding: 1em 0 4em;
	text-align: center;
}
footer .footer__txtlink a {
	text-align: center;
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-indent: 0.01em;
	font-size: clamp(1rem, calc(0.691rem + 1.5450000000000002vw), 1.618rem);
	line-height: 1;
	color: #E2EAEB;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3ex;
	text-decoration-skip-ink: none;
}
footer .footer_r {
	display: block;
	text-align: center;
	color: #E2EAEB;
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	padding-top: 1em;
	line-height: 1;
	letter-spacing: 0.01em;
	text-indent: 0.01em;
	/* text-shadow: 1px 1px 6px #ffffff; */
}
footer #sns__area {
	list-style: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 15px;
}
footer #sns__area li {
	width: calc(100% / 4 - 35px);
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	footer #niceclaup_logo {
		width: 15%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 15px;
	}
	footer #sns__area li {
		width: calc(100% / 4 - 45px);
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	footer {
		/* background-image: url("../images/footer_bg_pcimg.jpg"); */
		padding: 90px 0 30px;
	}
	footer #niceclaup_logo {
		width: 130px;
	}
	footer #sns__area {
		width: 500px;
		max-width: 100%;
		column-gap: 110px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 440px) 960 * 100vw);
	}
}