@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0 auto;
}

body {
	overflow-x: hidden;
	background-color: #ffffff;
}

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 {
	width: 100%;
	margin-inline: auto;
	position: relative;
	z-index: 100;
}
.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;
		z-index: 100;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
		z-index: 100;
	}
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-inline: auto;
	margin-bottom: 210px;
	position: relative;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-inline: auto;
	margin-bottom: 150px;
	position: relative;
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-small {
	width: 100%;
	margin-inline: auto;
	margin-bottom: 90px;
	position: relative;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-first {
	width: 100%;
	margin-inline: auto;
	position: relative;
}
.item-wapper-first img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-first::after {
	display: inline-block;
	position: absolute;
	content: "";
	width: 100%;
	height: 110%;
	top: -5%;
	left: 0;
	background-color: #0f1113;
	z-index: -1;
}

.item-wapper-second {
	width: 100%;
	margin-inline: auto;
	position: relative;
}
.item-wapper-second img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-second::after {
	display: inline-block;
	position: absolute;
	content: "";
	width: 100%;
	height: 110%;
	top: -7%;
	left: 0;
	background-color: #0f1113;
	z-index: -1;
}
.item-wapper-second .items_price_center a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fbfbfd;
	text-decoration: none;
	white-space: nowrap;
	z-index: 30;
	position: relative;
	display: inline-block;
}
.item-wapper-second .items_price_center a::after {
	content: "";
	position: absolute;
	bottom: -0.15em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fbfbfd;
	transition: width 0.3s;
}
.item-wapper-second .items_price_center a:hover::after {
	width: 100%;
}
.item-wapper-second .price_yen {
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fbfbfd;
	letter-spacing: 0.05em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 300px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 240px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 180px;
	}
	.item-wapper-first {
		max-width: 600px;
	}
	.item-wapper-first::after {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.item-wapper-second {
		max-width: 600px;
	}
	.item-wapper-second::after {
		width: 100vw;
		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;
}

.first_inner__area {
	width: 92.3%;
	margin-inline: auto;
	position: relative;
}

.inner_large__area {
	width: min(92.3%, 600px);
	margin-inline: auto;
}
.inner_mid__area {
	width: 84.6%;
	margin-inline: auto;
}
.inner_reg__area {
	width: 61.5%;
	margin-inline: auto;
}


/* ---------------------------------------------------------
	static img
----------------------------------------------------------*/
.static_wide__box {
	width: 100%;
	margin-inline: auto;
}

.static_large__box {
	width: min(92.3%, 600px);
	margin-inline: auto;
}

.static_middle__box {
	width: 69.2%;
	margin-inline: auto;
}

.static_small__box {
	width: 46.2%;
	margin-inline: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.items_spcbw__flxbx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-inline: auto;
}

.items_cntbw__flxbx {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-inline: auto;
}

.twocolimg_half {
	width: 50%;
}
.twocolimg__spc {
	width: 48.5%;
}
.twocolimg__sspace {
	width: 49%;
	z-index: 10;
}
.twocolimg__sspc {
	width: calc(50% - 5px);
}
.twocolimg__lsmall {
	width: calc(46.2% - 5px);
}
.twocolimg__rlarge {
	width: calc(53.8% - 5px);
}

.threecolimg__sspc {
	width: calc(100% / 3 - 5px);
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.lineup_items__flxbx {
		row-gap: 20px;
	}
	.threecolimg__spc {
		width: calc(100% / 3 - 10px);
	}
	.threecolimg__sspc {
		width: calc(100% / 3 - 15px);
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.threeimg_rnd__grdbx {
	display: grid;
	grid-template-columns: 4.8% 15.9% 25.5% 7.6% 13.1% 4.8% 28.3%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.threeimg_rnd__left {
	grid-area: 1 / 1 / 4 / 4;
	align-self: start;
	z-index: 25;
}
.threeimg_rnd__right {
	grid-area: 3 / 5 / 6 / 8;
	align-self: end;
	z-index: 15;
}
.threeimg_rnd__center {
	grid-area: 6 / 3 / 9 / 6;
	align-self: end;
	z-index: 20;
}
.threeimg_rnd__txt {
	grid-area: 4 / 1 / 6 / 5;
	align-self: start;
	pointer-events: none;
	z-index: 5;
}

.item_summary_rimg__grdbx {
	display: grid;
	grid-template-columns: calc(46.2% - 10px) calc(53.8% - 10px);
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
}
.item_summary_rimg__num {
	grid-area: 1 / 1 / 2 / 2;
	align-self: start;
	pointer-events: none;
}
.item_summary_rimg__description {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #0f1113;
}
.item_summary_rimg__img {
	grid-area: 1 / 2 / 4 / 3;
	align-self: end;
}

.threeimg_rlrg__grdbx {
	display: grid;
	grid-template-columns: 3.9% 3.8% 35.6% 2.9% 7.7% 7.6% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	position: relative;
}
.threeimg_rlrg__grdbx::after {	
	content: "";
	background-image: url("../images/sec01bg-ribbon.png");
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}
.threeimg_rlrg__left {
	grid-area: 1 / 1 / 4 / 4;
	align-self: start;
}
.threeimg_rlrg__right {
	grid-area: 3 / 5 / 6 / 8;
	align-self: start;
	z-index: 20;
}
.threeimg_rlrg__center {
	grid-area: 5 / 3 / 8 / 6;
	align-self: end;
	background-color: #ffffff;
	z-index: 30;
}
.threeimg_rlrg__prc {
	grid-area: 7 / 5 / 8 / 8;
	align-self: end;
	z-index: 50;
	padding-bottom: 1em;
}

.item_summary_limg__grdbx {
	display: grid;
	grid-template-columns: calc(53.8% - 10px) calc(46.2% - 10px);
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
}
.item_summary_limg__img {
	grid-area: 1 / 1 / 4 / 2;
	align-self: start;
}
.item_summary_limg__num {
	grid-area: 1 / 2 / 2 / 3;
	align-self: start;
	pointer-events: none;
}
.item_summary_limg__description {
	grid-area: 3 / 2 / 4 / 3;
	align-self: end;
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #fbfbfd;
}

.threerndimg_llrg__grdbx {
	display: grid;
	grid-template-columns: 15.3% 20.6% 17.9% 7.7% 12.8% 12.8% 12.9%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	position: relative;
}
.threerndimg_llrg__grdbx::after {	
	content: "";
	background-image: url("../images/sec03bg-ribbon.png");
	position: absolute;
	top: -50px;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}
.threerndimg_llrg__left {
	grid-area: 1 / 1 / 3 / 4;
	align-self: start;
}
.threerndimg_llrg__center {
	grid-area: 4 / 2 / 6 / 5;
	align-self: end;
}
.threerndimg_llrg__right {
	grid-area: 2 / 5 / 4 / 8;
	align-self: end;
}
.threerndimg_llrg__prc {
	grid-area: 5 / 5 / 6 / 8;
	align-self: end;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__title {
	width:100%;
	position: absolute;
	top: 1%;
	right: 0%;
	z-index: 5;
	pointer-events: none;
}
.subheading__itemnm {
	width: 2.9%;
	position: absolute;
	top: 7%;
	right: 0%;
	z-index: 5;
	pointer-events: none;	
}

.subheading__num01 {
	width: 23.1%;
	position: absolute;
	top: 27%;
	left: 1.6%;
	z-index: -1;
	pointer-events: none;
}
.subheading__name01 {
	width: 38.5%;
	position: absolute;
	top: 27%;
	left: 23.1%;
	z-index: 1;
	pointer-events: none;	
}

.subheading__num02 {
	width: 23.1%;
	position: absolute;
	top: -23%;
	right: 1.6%;
	z-index: -1;
	pointer-events: none;
}

.subheading__num03 {
	width: 23.1%;
	position: absolute;
	top: -10%;
	right: 1.6%;
	z-index: -1;
	pointer-events: none;
}
.subheading__name03 {
	width: 38.5%;
	position: absolute;
	top: 20%;
	left: 7.7%;
	z-index: 1;
	pointer-events: none;
}

.subheading__underinfo {
	width: 84.6%;
	margin-inline: auto;
	z-index: 1;
	pointer-events: none;
	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper img {
	width: 100%;
	height: auto;
	display: block;
}


/* ---------------------------------------------------------
	swing ribbon
----------------------------------------------------------*/
.swing_ribbon__warp {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	position: relative;
}
.swing_ribbon {
	width: 15.4%;
	position: absolute;
	top: 10%;
	right: 19.2%;
	z-index: 10;
}
.swing_ribbon img {
	animation: swing 5s infinite;
	transform: rotate(25deg);	
}
@keyframes swing {
    0% {
        transform: rotate(25deg);
    }
    50% {
        transform: rotate(-25deg);
    }

    100% {
        transform: rotate(25deg);
    }
}


/* ---------------------------------------------------------
	info(top)
----------------------------------------------------------*/
.top_info__box {
	width: 92.3%;
	margin-inline: auto;
	position: relative;
	padding: 60px 0 30px;
}

.top_info__txt {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 1em;
	color: #3a424a;
}

.top_info__txt li {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.05em;
}

.top_info__txt li:nth-child(1) {
	font-size: clamp( 0.8125rem, calc( 0.6784375rem + 0.6703124999999999vw ), 1.080625rem );
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.8em;
	text-indent: 0.8em;
	border: 1px solid #4b5660;
	border-radius: 100px;
	padding: 0.5em 0em;
	width: 61.5%;
	text-align: center;
}

.top_info__txt li:nth-child(2) {
	font-size: clamp( 1.05625rem, calc( 0.6918437499999999rem + 1.8220312500000002vw ), 1.7850625rem );
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	padding-bottom: 0.5em;
}
.top_info__txt li:nth-child(5) {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	border: 1px solid #4b5660;
	border-radius: 100px;
	padding: 0.5em 0em;
	width: 61.5%;
	text-align: center;
	margin-top: 4em;
}
.top_info__txt li:nth-child(6) {
	font-size: clamp( 1.05625rem, calc( 0.6918437499999999rem + 1.8220312500000002vw ), 1.7850625rem );
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	text-align: center;
}

.infomore_date {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;	
}


/* ---------------------------------------------------------
	info(under)
----------------------------------------------------------*/
.under_info__box {
	width: 92.3%;
	margin-inline: auto;
	position: relative;
	padding: 0 2em;
}
.under_info__box::after {
	content: "";
	width: 100%;
	height: 120%;
	position: absolute;
	left: 0%;
	top: -10%;
	border: 1px solid #f4f4f1;
	background-color: #f4f4f1; 
	/* border: 1px solid #f1f3f4;
	background-color: #f1f3f4; */
	border-radius: 15px;
	z-index: -1;
	pointer-events: none;
}

.under_info__txt {
	list-style: none;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 1em;
	color: #212529;
}

.under_info__txt li {
	font-size: clamp(0.8125rem, calc(0.690625rem + 0.6093749999999998vw), 1.05625rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.1em;
}

.under_info__txt li:nth-child(1) {
	font-size: clamp(1.05625rem, calc(0.8978124999999999rem + 0.7921875vw), 1.373125rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	padding-top: 0.5em;
}
.under_info__txt li:nth-child(2) {
	font-size: clamp(1.373125rem, calc(1.16715625rem + 1.0298437500000002vw), 1.7850625rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.01em;
	padding-bottom: 1em;
}
.under_info__txt li:nth-child(3) {
	font-size: clamp(0.8125rem, calc(0.690625rem + 0.6093749999999998vw), 1.05625rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.8em;
	text-indent: 0.8em;
	width: 100%;
	border: 1px solid #212529;
	border-radius: 50px;
	padding: 0.5em 0em;
	text-align: center;
}
.under_info__txt li:nth-child(5) {
	padding-bottom: 3em;
}
.under_info__txt li:nth-child(6) {
	font-size: clamp(0.8125rem, calc(0.690625rem + 0.6093749999999998vw), 1.05625rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.3em;
	width: 100%;
	border: 1px solid #212529;
	border-radius: 50px;
	padding: 0.5em 0em;
	text-align: center;
}
.under_info__txt li:nth-child(7) {
	letter-spacing: 0.15em;
}
.under_info__txt li:nth-child(n + 9) {
	font-size: clamp(0.625rem, calc(0.53125rem + 0.46875vw), 0.8125rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	font-feature-settings: "palt" 1;
}

.infotxt__szxl {
	font-size: 169%;
	letter-spacing: 0.05em;
}

.infotxt__szs {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 70%;
	letter-spacing: 0.05em;
}

.infotxt__dark {
	/* color: #f8afc5; */
	color: #0f1113;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
}

.txt-en {
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;	
}

.solidbg {
	display: inline-block;
	background-color: #bac1c9;
	border-radius: 50px;
	color: #fbfbfd;
	padding: 0.5em 0.75em;
	font-size: clamp( 0.5rem, calc( 0.4175rem + 0.4125000000000001vw ), 0.665rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}

.under_info__box .solidbg {
	display: inline-block;
	background-color: #55606a;
	border-radius: 50px;
	color: #f4f4f1;
	padding: 0.5em 0.75em;
	font-size: clamp( 0.5rem, calc( 0.4175rem + 0.4125000000000001vw ), 0.665rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}
.under_info__box .infotxt__dark {
	/* color: #f58bab; */
	color: #0f1113;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.under_info__box {
		width: 100%;
		padding: 0 2em;
	}
	.under_info__box::after {
		border-radius: 20px;
	}
	.under_info__txt {
		row-gap: 1.5em;
	}
}




/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_wideprc__bx {
	width: min(100%, 600px);
	margin-inline: auto;
}
.center_wpaprc__bx {
	width: min(92.3%, 600px);
	margin-inline: auto;
}


/* ---------------------------------------------------------
	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.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.03em;
}
.items_price_center li:nth-child(even) {
	padding-left: 1em;
}
.items_price_center li:nth-child(n+3) {
	padding-top: 0.5em;
}
.items_price_center a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
	color: #0f1113;
	text-decoration: none;
	/* text-decoration-color: #c2c4c3;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none; */
	white-space: nowrap;
	z-index: 30;
	position: relative;
	display: inline-block;
}
.items_price_center a::after {
	content: "";
	position: absolute;
	bottom: -0.15em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #0f1113;
	transition: width 0.3s;
}
.items_price_center a:hover::after {
	width: 100%;
}

/* ---------------------------------------------------------
	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.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.03em;
	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.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #c2c4c3;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none; */
	white-space: nowrap;
	z-index: 10;
	position: relative;
	display: inline-block;
}
.items_price_vertcenter a::after {
	content: "";
	position: absolute;
	bottom: -0.1em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #0f1113;
	transition: width 0.3s;
}
.items_price_vertcenter a:hover::after {
	width: 100%;
}

/* ---------------------------------------------------------
	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.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.03em;
}
.items_price_right li:not(:first-child) {
	padding-top: 0.5em;
}
.items_price_right a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #c2c4c3;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none; */
	white-space: nowrap;
	position: relative;
	display: inline-block;
}
.items_price_right a::after {
	content: "";
	position: absolute;
	bottom: -0.1em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #0f1113;
	transition: width 0.3s;
}
.items_price_right a:hover::after {
	width: 100%;
}


/* ---------------------------------------------------------
	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.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.03em;
}
.items_price_wrapright li:nth-child(n+3) {
	padding-top: 0.5em;
}
.items_price_wrapright li:nth-child(even) {
	padding-left: 1em;
}
.items_price_wrapright a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.03em;
	text-decoration: underline;
	text-decoration-color: #0f1113;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}
.items_price_wrapright a::after {
	content: "";
	position: absolute;
	bottom: -0.1em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #0f1113;
	transition: width 0.3s;
}
.items_price_wrapright a:hover::after {
	width: 100%;
}


/* ---------------------------------------------------------
	list left(cloumn)
----------------------------------------------------------*/
.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.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.03em;
}
.items_price_left li:not(:first-child) {
	padding-top: 0.5em;
}
.items_price_left a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #c2c4c3;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none; */
	white-space: nowrap;
	position: relative;
	display: inline-block;
}
.items_price_left a::after {
	content: "";
	position: absolute;
	bottom: -0.1em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #0f1113;
	transition: width 0.3s;
}
.items_price_left a:hover::after {
	width: 100%;
}

/* ---------------------------------------------------------
	list left(Horizontal)
----------------------------------------------------------*/
.items_price_left_hz {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.items_price_left_hz li {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.03em;
}
.items_price_left_hz li:nth-child(even) {
	padding-left: 1em;
}
.items_price_left_hz li:nth-child(n + 3) {
	padding-top: 0.5em;
}
.items_price_left_hz a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #c2c4c3;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none; */
	white-space: nowrap;
	position: relative;
	display: inline-block;
}
.items_price_left_hz a::after {
	content: "";
	position: absolute;
	bottom: -0.1em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #0f1113;
	transition: width 0.3s;
}
.items_price_left_hz a:hover::after {
	width: 100%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.items_price_center li:nth-child(n+3) {
		padding-top: 0.5em;
	}
	.items_price_vertcenter li:not(:first-child) {
		padding-top: 0.5em;
	}
	.items_price_right li:not(:first-child) {
		padding-top: 0.5em;
	}
	.items_price_wrapright li:nth-child(n+3) {
		padding-top: 0.5em;
	}
	.items_price_left li:not(:first-child) {
		padding-top: 0.5em;
	}
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.05em;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	display: block;
	width: min(92.3%, 600px);
	margin-inline: auto;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#0f1113;
	letter-spacing: 0.05em;
}
.itemlk {
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.25em 0;
	margin-inline: auto;
	border: 1px #0f1113 solid;
	background-color: #fbfbfd;
	border-radius: 100px;
	transition: all .3s ease-out;
	font-size: clamp( 0.96875rem, calc( 0.63453125rem + 1.6710937500000003vw ), 1.6371875rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}
.itembtn_wapper span {
	font-size: 85%;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #0f1113;
	letter-spacing: 0.3em;
	transition: opacity 0.3s ease;
}
.itemlk:hover {
	background-color: #0f1113;
	border: 1px solid #0f1113;
	color: #fbfbfd;
	opacity: 1;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/* background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto; */
	background-image: linear-gradient(0deg, #f4f4f1, #fcfcfa 50%, #ffffff);
	/* background-color: #ffffff; */
	width: 100%;
	max-width: 9999px;
	z-index: 100;
	color: #0f1113;
}
footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px 0 20px;
}
footer .footer-ribbon {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;	
	margin-right: auto;
	margin-top: 1em;
}
footer .footer__p {
	display: block;
	text-align: center;
	color: #0f1113;
	font-size: clamp(1.5625rem, calc(1.0796875rem + 2.4140625000000004vw), 2.528125rem);
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1rem, calc(0.691rem + 1.5450000000000002vw), 1.618rem);
	line-height: 1;
	color: #0f1113;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	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: #0f1113;
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	font-family: "Libre Bodoni", 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 .footer-ribbon {
		width: 100%;
		height: auto;
		margin-bottom: 90px;
	}
	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);
	}
}