@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0 auto;
}

body {
	overflow-x: hidden;
	font-size: 16px;
}

img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	color: #27100b;
}
@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%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 90px;
	position: relative;
}
.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: 120px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
		margin-top: 0px;
		margin-bottom: 150px
	}
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 180px;
	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: 120px;
	position: relative;
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-small {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-pnk {
	width: 100%;
	margin-bottom: 90px;
	z-index: 1;
	position: relative;
}
.item-wapper-pnk::after {
	content: "";
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0%;
	top: -9%;
	background-color: #faf2f1;
	z-index: -1;
}
.item-wapper-pnk img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 500px;
		margin-bottom: 310px;
	}
	.item-wapper-mid {
		max-width: 500px;
		margin-bottom: 210px;	
	}
	.item-wapper-small {
		max-width: 500px;
		margin-bottom: 120px;
	}
	.item-wapper-pnk {
		margin-bottom: 120px;
	}
	.item-wapper-pnk::after {
		width: 100vw;
		height: 76.9%;
	}
}


/* ---------------------------------------------------------
	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_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;
}

.spmt_60 {
	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__box {
	width: min(92.3%, 500px);
	margin-inline: auto;
	position: relative;
	z-index: 10;
}

.inner_rbox {
	width: 61.5%;
	margin-inline: auto;
}
.inner_mbox {
	width: 76.9%;
	margin-inline: auto;
}

.inner_large__area {
	width: 92.3%;
	margin-inline: auto;
}

/*---------------- 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: 92.3%;
	margin-inline: auto;
}
.static_medlarge__box {
	width: 84.6%;
	margin-inline: auto;
}

.inner__mint__sec01 {
	width: 100%;
	margin-inline: auto;
	padding-bottom: 30px;
	position: relative;
}
.inner__mint__sec01::after {
	content: "";
	width: 100%;
	height: 140%;
	position: absolute;
	left: 0%;
	top: -40%;
	background-image: linear-gradient(315deg, #e2f3ed, #f2faf7);
	z-index: -1;
}

.inner__mint__sec01 .items_price_center_vert a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.01em;
	color:#8ed1b9;
	text-decoration: underline;
	text-decoration-color:#8ed1b9;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}
.inner__mint__sec01 .price_yen {
	font-size: clamp( 0.5625rem, calc( 0.3684375rem + 0.9703125000000001vw ), 0.950625rem );
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	color: #8ed1b9;
	letter-spacing: 0.05em;
}

.inner__mint__sec03 {
	width: 100%;
	margin-inline: auto;
	position: relative;
}
.inner__mint__sec03::after {
	content: "";
	width: 100%;
	height: 110%;
	position: absolute;
	left: 0%;
	top: -5%;
	/* background-color: #e2f3ed; */
	background-image: linear-gradient(45deg, #e2f3ed, #f2faf7);
	z-index: -1;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.inner__mint__sec01::after {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.inner__mint__sec03::after {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.items_flatimg__wdbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.items_flatimg__box {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 45px;
	position: relative;
}
.items_flatimg__box::after {
	content: "";
	width: 15.4%;
	height: 1px;
	position: absolute;
	left: 42.3%;
	bottom: -45px;
	background-color: #d4ede4;
}

.items_flatimg__quartering {
	width: calc(100% / 4 - 5px);
}
.items_flatimg__three {
	width: calc(100% / 3 - 5px);
}

.lineup_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lineup_inner li a {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	color:#8ed1b9;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
	text-align: center;
}
.lineup_inner li:nth-child(2) {
	padding: 1em 0 0.25em;
}
.lineup_inner li:nth-child(3) {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	color:#8ed1b9;
	letter-spacing: 0.05em;
}

.vertimg__container {
	display: flex;
	flex-direction: column;
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_rightdir__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_aligncenter__midbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/*
.twoimg_aligncenter__midbox::after {
	content: "";
	width: 93.6%;
	height: 85.0%;
	position: absolute;
	left: 3.2%;
	top: 1.6%;
	border: 1px solid #332824;
	pointer-events: none;
	z-index: 30;	
}
*/

.twoimg_centerdir__lrgbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_rightdir__widebox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_rightdir__midbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_bborder_dir__midbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid #c83138;
}

.twoimg_rightdir {
	width: 50%;
	background-color: #ffffff;
	z-index: 20;
}
.twoimg_rightdir__spc {
	width: 49%;
	background-color: #ffffff;
}

.twoimg_rightdir__large {
	width: 61.8%;
}
.twoimg_rightdir__big {
	width: 53.8%;
}
.twoimg_rightdir__small {
	width: 46.2%;
}
.twoimg_rightdir__tiny {
	width: 38.5%;
}
.twoimg_rightdir__nspcsmall {
	width: 46.2%;
}
.twoimg_rightdir__start_small {
	width: 43.2%;
	align-self: flex-start;
}

.twoimg_col__vertdir {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.twoimg_col__vertleft {
	width: 69.2%;
}
.twoimg_col__vertright {
	width: 76.9%;
	margin-left: auto;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.items_flatimg__box {
		width: 100%;
		row-gap: 60px;
	}
	.items_flatimg__box::after {
		bottom: -60px;
	}
	.twoimg_col__vertdir {
		width: 76.9%;
		max-width: 300px;
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.twoimgsoverlap_lup__box {
	display: grid;
	grid-template-columns: 53.8% 7.7% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 30px;
}
.twoimgsoverlap_lup__left {
	grid-area: 1 / 1 / 3 / 3;
	align-self: start;
}
.twoimgsoverlap_lup__right {
	grid-area: 2 / 2 / 4 / 4;
	align-self: end;
}
.twoimgsoverlap_lup__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
}

.threeimg_even__grdbx {
	display: grid;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.threeimg_even__right {
	grid-area: 1 / 2 / 5 / 3;
	align-self: center;
}
.threeimg_even__lupper {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.threeimg_even__llower {
	grid-area: 3 / 1 / 5 / 2;
	align-self: end;
}

.twoimg_rup__box {
	display: grid;
	grid-template-columns: 53.8% 46.2%;
	grid-template-rows: auto;
	grid-column-gap: 0%;
	grid-row-gap: 0px;
	position: relative;
}
.twoimg_rup__right {
	grid-area: 1 / 2 / 3 / 3;
	align-self: start;
	background-color: #ffffff;
	z-index: 10;
}
.twoimg_rup__left {
	grid-area: 2 / 1 / 4 / 2;
	align-self: end;
	z-index: 10;
}

.twoimg_lup__box {
	display: grid;
	grid-template-columns: 61.5% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 30px;
}
.twoimg_lup__left {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.twoimg_lup__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}
.twoimg_lup__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
	padding-left: 0.5em;
	white-space: nowrap;
}

.twoimg_slup__box {
	display: grid;
	grid-template-columns: 46.2% 53.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 30px;
}
.twoimg_slup__left {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.twoimg_slup__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}
.twoimg_slup__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
	padding-left: 1em;
}

.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; 
}
.leftup_threeimg__center {
	grid-area: 3 / 3 / 6 / 6;
	align-self: start; 
}
.leftup_threeimg__right {
	grid-area: 5 / 5 / 8 / 8;
	align-self: end;
}
.leftup_threeimg__prc {
	grid-area: 7 / 1 / 8 / 5;
	align-self: end;
}
.leftup_threeimg__ctrrtv {
	grid-area: 3 / 3 / 6 / 6;
	align-self: start;
	position: relative;
}
.leftup_threeimg__ctrrtv::after {
	content: "";
	width: 70%;
	height: 70%;
	background-image: url("../images/fabricimg_stripe.jpg");
	position: absolute;
	left: -25px;
	bottom: -15px;
	z-index: -2;
}

.treeimg_llrg__grdbx {
	display: grid;
	grid-template-columns: calc(46.2% - 5px) calc(53.8% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.treeimg_llrg__left {
	grid-area: 2 / 1 / 4 / 2;
	align-self: center; 
}
.treeimg_llrg__rupper {
	grid-area: 1 / 2 / 3 / 3;
	align-self: start; 
}
.treeimg_llrg__lower {
	grid-area: 3 / 2 / 5 / 3;
	align-self: end;
}

.treeimg_rlrg__grdbx {
	display: grid;
	/* grid-template-columns: calc(46.2% - 5px) calc(53.8% - 5px); */
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.treeimg_rlrg__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: center;
}
.treeimg_rlrg__lupper {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.treeimg_rlrg__llower {
	grid-area: 3 / 1 / 5 / 2;
	align-self: end;
}
.treeimg_rlrg__prc {
	grid-area: 4 / 2 / 5 / 3;
	align-self: end;
}

.treeimg_hlf__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;
}
.treeimg_hlf__left {
	grid-area: 1 / 1 / 5 / 2;
	align-self: center;
}
.treeimg_hlf__rupper {
	grid-area: 1 / 2 / 3 / 3;
	align-self: start;
}
.treeimg_hlf__rlower {
	grid-area: 3 / 2 / 5 / 3;
	align-self: end;
}



/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg_lup__prc {
		padding-left: 0em;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__flatimg {
	width: 61.5%;
	margin-inline: auto;
	pointer-events: none;
}

.subheading__01 {
	width: 23%;
	position: absolute;
	top: 3.2%;
	left: 1.6%;
	z-index: 10;
	pointer-events: none;
}
.subheading__01-2 {
	width: 30.8%;
	position: absolute;
	top: 22%;
	right: 1.6%;
	z-index: 10;
	pointer-events: none;
}
.subheading__itemnm01 {
	width: 46.2%;
	position: absolute;
	top: 0%;
	right: 4.8%;
	z-index: 10;
	pointer-events: none;	
}

.subheading__02 {
	width: 23%;
	position: absolute;
	top: 4.8%;
	right: 10.2%;
	z-index: 10;
	pointer-events: none;
}
.subheading__02-2 {
	width: 38.5%;
	position: absolute;
	top: 32%;
	left: 3.8%;
	z-index: 10;
	pointer-events: none;	
}
.subheading__itemnm02 {
	width: 46.2%;
	position: absolute;
	top: 0%;
	right: 4.8%;
	z-index: 10;
	pointer-events: none;	
}

.subheading__03 {
	width: 38.5%;
	position: absolute;
	top: 34%;
	right: 16.5%;
	z-index: 10;
	pointer-events: none;
}
.subheading__03-2 {
	width: 30.8%;
	position: absolute;
	top: 40%;
	right: 3.8%;
	z-index: 10;
	pointer-events: none;	
}
.subheading__itemnm03 {
	width: 50%;
	position: absolute;
	top: 0%;
	right: 4.8%;
	z-index: 10;
	pointer-events: none;	
}

.subheading__04 {
	width: 30.8%;
	position: absolute;
	top: 32%;
	right: 8%;
	z-index: 10;
	pointer-events: none;	
}
.subheading__04-2 {
	width: 30.8%;
	position: absolute;
	top: 65%;
	left: 3.8%;
	z-index: 10;
	pointer-events: none;
}
.subheading__itemnm04 {
	width: 46.2%;
	position: absolute;
	top: -1%;
	left: 3.8%;
	z-index: 10;
	pointer-events: none;	
}

.subheading__underinfo {
	width: 46.2%;
	position: absolute;
	top: -26%;
	left: 26.9%;
	z-index: 10;
	pointer-events: none;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__01 {
		width: 115px;
		top: 58px;
		left: 8px;
	}
	.subheading__01-2 {
		width: 155px;
		top: 390px;
		right: 8px;
	}
	.subheading__itemnm01 {
		width: 230px;
		right: 30px;	
	}
	.subheading__02 {
		width: 115px;
		top: 97px;
		right: 51px;
	}
	.subheading__02-2 {
		width: 195px;
		top: 650px;
		left: 19px;
	}
	.subheading__itemnm02 {
		width: 231px;
		top: 0px;
		right: 24px;
	}
	.subheading__03 {
		width: 193px;
		top: 565px;
		right: 80px;
	}
	.subheading__03-2 {
		width: 155px;
		top: 645px;
		right: -30px;
	}
	.subheading__itemnm03 {
		width: 269px;
		top: 0px;
		right: 0px;
	}
	.subheading__04 {
		width: 155px;
		top: 534px;
		right: 39px;
	}
	.subheading__04-2 {
		width: 155px;
		top: 1085px;
		left: 19px;
	}
	.subheading__itemnm04 {
		width: 231px;
		top: -10px;
		left: 16px;
	}
}


/* ---------------------------------------------------------
	slides box
----------------------------------------------------------*/
.centerslide__widebox {
	width: 100%;
	margin-left: auto;	
	margin-right: auto;
}

.centerslide__largebox {
	width: 84.6%;
	margin-left: auto;	
	margin-right: auto;
}

.centerslide__midbox {
	width: 76.9%;
	margin-left: auto;	
	margin-right: auto;
}

.centerslide__box {
	width: 61.5%;
	margin-left: auto;	
	margin-right: auto;
}

.leftslide__largebox {
	width: 84.6%;
	margin-right: auto;
}
.leftslide__midbox {
	width: 76.9%;
	margin-right: auto;
}
.leftslide__box {
	width: 61.5%;
	margin-right: auto;
}

.rightslide__largebox {
	width: 84.6%;
	margin-left: auto;
}
.rightslide__midbox {
	width: 69.2%;
	margin-left: auto;
}
.rightslide__box {
	width: 61.5%;
	margin-left: auto;
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper img {
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}


/* ---------------------------------------------------------
	info(top)
----------------------------------------------------------*/
.top_info__box {
	width: 100%;
	margin-inline: auto;
	position: relative;
}
/*
.top_info__box::after {
	content: "";
	width: 30.7%;
	position: absolute;
	left: 34.65%;
	top: -30%;
	border-top: 1px solid #dedbdb;
	z-index: 1;
	pointer-events: none;
}
.top_info__box::before  {
	content: "";
	width: 30.7%;
	position: absolute;
	left: 34.65%;
	bottom: -30%;
	border-top: 1px solid #dedbdb;
	z-index: 1;
	pointer-events: none;
}
*/

.top_info__txt {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0.5em;
	color: #8ed1b9;
}

.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.3em;
	text-indent: 0.3em;
}

.top_info__txt li:nth-child(2) {
	/* 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.05em;
	text-indent: 0.05em;
	padding-bottom: 0.5em;
}
.top_info__txt li:nth-child(5) {
	/* font-size: clamp(1.7850625rem, calc(1.517303125rem + 1.338796875vw), 2.32058125rem); */
	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;
	padding-top: 4em;
}
.top_info__txt li:nth-child(6) {
	/* font-size: clamp(1.7850625rem, calc(1.517303125rem + 1.338796875vw), 2.32058125rem); */
	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-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;	
}


/* ---------------------------------------------------------
	info(under)
----------------------------------------------------------*/
.under_info__box {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 2em;
}
.under_info__box::after {
	content: "";
	width: 100%;
	height: 130%;
	position: absolute;
	left: 0%;
	top: -15%;
	border: 1px solid #9cd7c2;
	border-radius: 13px;
	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: #9cd7c2;
}

.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.05em;
}

.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.1em;
	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.25em;
	width: 100%;
	border: 1px solid #9cd7c2;
	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.25em;
	width: 100%;
	border: 1px solid #9cd7c2;
	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+8) {
	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__szs {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 75%;
}

.infotxt__dark {
	color: #f8afc5;
	font-family: "Libre Baskerville", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 130%;
}

.solidbg {
	display: inline-block;
	background-color: #b8e2d3;
	border-radius: 50px;
	color: #ffffff;
	padding: 0.5em 0.75em;
	font-size: clamp( 0.5rem, calc( 0.4175rem + 0.4125000000000001vw ), 0.665rem );
	font-family: "Libre Baskerville", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}

/*---------------- 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%, 550px);
	margin-inline: auto;
	z-index: 100;
}
.center_lrgwdprc__bx {
	width: min(84.6%, 450px);
	margin-inline: auto;
	z-index: 100;
}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center li {
	font-size: clamp( 0.75rem, calc( 0.4616625rem + 1.4416875vw ), 1.326675rem );
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	color:#050c09;
	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.75rem, calc( 0.4616625rem + 1.4416875vw ), 1.326675rem );
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.01em;
	color:#050c09;
	text-decoration: underline;
	text-decoration-color:#050c09;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	items center(vert)
----------------------------------------------------------*/
.items_price_center_vert {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.items_price_center_vert li {
	font-size: clamp( 0.75rem, calc( 0.4616625rem + 1.4416875vw ), 1.326675rem );
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	color:#050c09;
	letter-spacing: 0.01em;
}

.items_price_center_vert li:not(:first-child) {
	padding-top: 1em;
}

.items_price_center_vert a {
	font-size: clamp( 0.75rem, calc( 0.4616625rem + 1.4416875vw ), 1.326675rem );
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.01em;
	color:#050c09;
	text-decoration: underline;
	text-decoration-color:#050c09;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	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.75rem, calc( 0.4616625rem + 1.4416875vw ), 1.326675rem );
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	color:#050c09;
	letter-spacing: 0.01em;
}
.items_price_right li:not(:first-child) {
	padding-top: 1em;
}
.items_price_right a {
	font-size: clamp( 0.75rem, calc( 0.4616625rem + 1.4416875vw ), 1.326675rem );
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	color:#050c09;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#050c09;
	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-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	color:#050c09;
	letter-spacing: 0.01em;
}
.items_price_left li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left a {
	font-size: clamp( 0.75rem, calc( 0.4616625rem + 1.4416875vw ), 1.326675rem );
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	color:#050c09;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#050c09;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp( 0.5625rem, calc( 0.346246875rem + 1.0812656250000001vw ), 0.99500625rem );
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	color:#050c09;
	letter-spacing: 0.05em;
}

.line_br {
	width: 100%;
}



/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	color:#f8afc5;
	letter-spacing: 0.1em;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.25em 0;
	margin: 0 auto;
	border: 1px #f8afc5 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
	font-size: clamp( 0.9975rem, calc( 0.6140111250000001rem + 1.9174443749999999vw ), 1.76447775rem );
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	color: #f8afc5;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

.itembtn_wapper a {
	font-size: clamp( 0.9975rem, calc( 0.6140111250000001rem + 1.9174443749999999vw ), 1.76447775rem );
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	color: #f8afc5;
	text-decoration: none;
}
.itembtn_wapper span {
	font-size: 85%;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	color:#f8afc5;
	letter-spacing: 0.05em;
}

/* --------------- 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: #c83138;*/
	padding: 60px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 100;
	color: #8ed1b9;
}
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: #8ed1b9;
	font-size: clamp(1.5625rem, calc(1.0796875rem + 2.4140625000000004vw), 2.528125rem);
	font-family: "Libre Baskerville", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	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 Baskerville", 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: #8ed1b9;
	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: #8ed1b9;
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	font-family: "Libre Baskerville", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	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);
	}
}