@charset "UTF-8";
html,
body {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	transition: all 1.6s ease 0s;
	color: #808080;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

img,
video {
	width: 100%;
	height: auto;
	display: block;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	color: #808080;
}

/*---------------- 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; }
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 210px;
}
.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;	
}
.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-tiny {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.item-wapper-tiny img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 350px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 300px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 250px;
	}
	.item-wapper-tiny {
		max-width: 600px;
		margin-bottom: 200px;
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#smrcol24_hero {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 120px;
	position: relative;
}
#smrcol24_hero img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#smrcol24_hero {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 150px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#smrcol24_hero {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 180px
	}
}


/* ---------------------------------------------------------
	hero video
----------------------------------------------------------*/
.summer_herovideo__wrap {
	padding: 0;
	width: 100%;
	height: 100vh;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.summer__herovideo {
	pointer-events: none;
	padding: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.esmr__heading {
	pointer-events: none;
	/*width: 61.5%;*/
	width: 53.8%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.summer_herovideo__wrap {
		padding: 0;
		width: 84.6%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 90px;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.summer_herovideo__wrap {
		padding: 0;
		width: 38.4%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.twoimg__inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

.subheading_right01 {
	width: 2.9%;
	position: absolute;
	top: 0;
	right: 4.35%;
	pointer-events: none;
}

.twoimg_dislocate__box {
	display: grid;
	grid-template-columns: 51.5% 10% 38.5%;
	grid-template-rows: auto auto 60px auto auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twoimg_dislocate__left {
	grid-area: 1 / 1 / 4 / 3;
	align-self: start;
	z-index: 10;
}
.twoimg_dislocate__right {
	grid-area: 3 / 2 / 7 / 4;
	align-self: end;
}
.twoimg_dislocate__prc {
	grid-area: 6 / 1 / 7 / 3;
	align-self: end;
	padding-left: 0.5em;
}



.twocol_img__box {
	width: 100%;
	display: grid;
	grid-template-columns: 2.9% 35.6% 7.7% 20% 33.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol_img__left {
	grid-area: 1 / 1 / 3 / 4;
}
.twocol_img__right {
	grid-area: 2 / 3 / 4 / 6;
	z-index: 10;
}
.twocol_img__leftprice {
	grid-area: 3 / 2 / 4 / 4;
	white-space: nowrap;
	z-index: 20;
}

.twocol_img_b__box {
	width: 100%;
	display: grid;
	/*grid-template-columns: 38.5% 7.6% 53.9%;*/
	grid-template-columns: 46.2% 4.8% 49%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol_img_b__left {
	grid-area: 1 / 1 / 4 / 3;
}
.twocol_img_b__right {
	grid-area: 3 / 2 / 6 / 4;
	z-index: 10;
}
.twocol_img_b__leftprice {
	grid-area: 5 / 1 / 6 / 3;
	padding-left: 0.5em;
	z-index: 20;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg_dislocate__prc {
		padding-left: 0em;
	}
}


/* ---------------------------------------------------------
	sec#02
----------------------------------------------------------*/
.two_col_img__box {
	width: 100%;
	position: relative;
}

.two_col__horizonimg {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;	
}

.two_col__item {
	width: 50%;
}

.twospacecol__item {
	width: 49%;
}


/* ---------------------------------------------------------
	sec#03
----------------------------------------------------------*/
.twoimg_vertical__wrap {
	width: 100%;
	position: relative;
}

.twoimg_vertical__box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
	position: relative;
}

.twoimg_vertical__mintbox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
	position: relative;
}
.twoimg_vertical__mintbox::after {
	content: "";
	width: 100%;
	height: 80%;
	position: absolute;
	top: 10%;
	background-color: #f7ffff;
	z-index: -1;
}

.twoimg_vertical__bluebox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
	position: relative;
}
.twoimg_vertical__bluebox::after {
	content: "";
	width: 100%;
	height: 80%;
	position: absolute;
	top: 10%;
	background-color: #f7fcff;
	z-index: -1;
}

.twoimg_vertical__pastelwhtbox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
	position: relative;
}
.twoimg_vertical__pastelwhtbox::after {
	content: "";
	width: 100%;
	height: 80%;
	position: absolute;
	top: 10%;
	background-color: #fdfcfb;
	z-index: -1;
}

.twoimg_vertical__item {
	width: 69.2%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_vertical_row__box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
}
.twoimg_vertical_row__item {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_vertical_nsrow__box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
}
.twoimg_vertical_nsrow__item {
	width: 69.2%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg_vertical_row__box {
		row-gap: 40px;
	}
}


/* ---------------------------------------------------------
	sec#04
----------------------------------------------------------*/
.revtwocol_img__box {
	display: grid;
	grid-template-columns: 49% 4.8% 46.2%;
	/*grid-template-columns: 51.5% 10% 38.5%;*/
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.revtwocol_img__right {
	grid-area: 1 / 2 / 4 / 4;
	align-content: start;
	z-index: 10;
}

.revtwocol_img__left {
	grid-area: 3 / 1 / 6 / 3;
	align-content: end;
}

.revtwocol_img__price {
	grid-area: 5 / 2 / 6 / 4;
	align-content: end;
	padding-right: 0.5em;
	z-index: 10;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.revtwocol_img__price {
		padding-right: 0em;
	}
}




/* ---------------------------------------------------------
	
----------------------------------------------------------*/
.twocolimg__leftup {
	display: grid;
	grid-template-columns: 53.8% 46.2%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.twocolimg__leftside { 
	grid-area: 1 / 1 / 5 / 2;
	align-self: start;
}
.twocolimg__rightside { 
	grid-area: 3 / 2 / 7 / 3;
	align-self: end;
}
.twocolimg__leftprc { 
	grid-area: 6 / 1 / 7 / 2;
	align-self: end;
	padding-left: 0.5em;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twocolimg__leftprc {
		padding-left: 0em;
	}
	.twocolimg__leftprc {
		padding-left: 0em;
	}
}




.fourimg__box {
	position: relative;
	display: grid;
	grid-template-columns: 20% 28.5% 3% 38.5% 10%;
	grid-template-rows: auto auto 15px auto 15px auto auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: start;
}
.fourimg__box::after {
	content: "";
	width: 76.9%;
	height: 84.6%;
	position: absolute;
	top: 29%;
	/*background-color: #f3f8fa;*/
	background-color: #f7fffd;
	z-index: -1;
}
.fourimg__leftt { 
	grid-area: 2 / 1 / 5 / 3;
}
.fourimg__leftu {
	grid-area: 6 / 2 / 8 / 3;
}
.fourimg__rightt {
	grid-area: 1 / 4 / 3 / 5;
}
.fourimg__rightu {
	grid-area: 4 / 4 / 9 / 6;
}

.right_prc__box {
	width: 80%;
	margin-left: auto;
	margin-top: 30px;
	padding-right: 1em;
}
.center_prc__box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-right: 1em;
}



.threeimgprc__warp {
	width: 100%;
	position: relative;
}
.threeimgprc__subheading {
	width: 30%;
	position: absolute;
	top: 4%;
	left: 2%;
}
.threeimgprc__box {
	display: grid;
	grid-template-columns: 48.5% 3% 48.5%;
	grid-template-rows: auto auto auto 10px auto auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: end;
}
.threeimgprc__leftt {
	grid-area: 2 / 1 / 6 / 2;
}
.threeimgprc__rightt {
	grid-area: 1 / 3 / 4 / 4;
}
.threeimgprc__rightu {
	grid-area: 5 / 3 / 8 / 4;
}
.threeimgprc__prc {
	grid-area: 7 / 1 / 8 / 2;
	padding-left: 0.5em;
}


.threerandimg__revbox {
	display: grid;
	grid-template-columns: 48.5% 3% 48.5%;
	grid-template-rows: auto auto 120px 10px auto auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: start;
}
.threerandimg__ltop { 
	grid-area: 1 / 1 / 4 / 2;
}
.threerandimg__lund {
	grid-area: 5 / 1 / 8 / 2;
}
.threerandimg__rtop {
	grid-area: 3 / 3 / 6 / 4;
}
.threerandimg__prc {
	grid-area: 6 / 3 / 8 / 4;
	padding-right: 0.5em;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threeimgprc__prc {
		padding-left: 0em;
	}
	.threerandimg__prc {
		padding-right: 0em;
	}
}




.leftpointed_triangle__box {
	display: grid;
	grid-template-columns: 47% 3% 50%;
	grid-template-rows: auto auto auto auto 15px auto auto auto auto; 
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.leftpointed_triangle__left {
	grid-area: 3 / 1 / 8 / 2;
	align-self: start;
}
.leftpointed_triangle__rtop {
	grid-area: 1 / 3 / 5 / 4;
	align-self: start;
}
.leftpointed_triangle__rund {
	grid-area: 6 / 3 / 10 / 4;
	align-self: end;
}
.leftpointed_triangle__prc {
	grid-area: 9 / 1 / 10 / 2;
	align-self: end;
	padding-left: 0.5em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.leftpointed_triangle__prc {
		padding-left: 0em;
	}
}



.threerandomimg__position {
	width: 100%;
	position: relative;
}

.subheading_threeleft {
	width: 30.7%; 
	position: absolute;
	top: 4.2%;
	left: 2.6%;
}

.threerandomimg__box {
	display: grid;
	grid-template-columns: 20% 20% 5% 5% 45% 5%;
	grid-template-rows: auto auto 30px auto auto auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: end;
}
.threerandomimg__leftt {
	grid-area: 2 / 1 / 5 / 4;
	z-index: 10;
}
.threerandomimg__rightt {
	grid-area: 1 / 5 / 3 / 6;
}
.threerandomimg__rightu {
	grid-area: 4 / 3 / 8 / 7;
}
.threerandomimg__prc {
	grid-area: 7 / 1 / 8 / 4;
	padding-left: 1em;
}


.subheading_right05 {
	width: 23.2%; 
	position: absolute;
	top: 0%;
	right: 2.9%;	
}
.threerndrtimg__box {
	display: grid;
	grid-template-columns: 5% 40% 5% 5% 45%;
	grid-template-rows: auto 200px 10px 20px 150px 50px auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: end;
}
.threerndrtimg__ltop {
	grid-area: 1 / 2 / 4 / 3;
}
.threerndrtimg__lund {
	grid-area: 5 / 1 / 8 / 5;
}
.threerndrtimg__rtop {
	grid-area: 3 / 4 / 6 / 6;
}
.threerndrtimg__tprc {
	grid-area: 7 / 4 / 8 / 6;
	padding-right: 0.5em;
}



/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threerndrtimg__box {
		grid-template-rows: auto 250px 10px 30px 200px 100px auto;
	}
	.threerndrtimg__tprc {
		padding-right: 0em;
	}
}







.fourrandomimg__position {
	width: 100%;
	position: relative;
}

.fourrandomimg__box {
	display: grid;
	grid-template-columns: 5% 28.5% 5% 10% 5% 16.5% 25% 5%;
	grid-template-rows: auto auto auto auto auto auto auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.fourrandomimg__ltop {
	grid-area: 2 / 1 / 5 / 5;
	align-self: start;
}
.fourrandomimg__rtop {
	grid-area: 1 / 6 / 3 / 8;
	align-self: start;
}
.fourrandomimg__rmiddle {
	grid-area: 4 / 4 / 7 / 9;
	align-self: start;
}
.fourrandomimg__lund {
	grid-area: 6 / 1 / 9 / 4;
	align-self: end;
}
.fourrandomimg__prc { 
	grid-area: 8 / 4 / 9 / 9;
	align-self: end;
	padding-right: 0.5em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.fourrandomimg__prc {
		padding-right: 0em;
	}
}







.threeimgrand__warp {
	display: grid;
	grid-template-columns: 38.5% 4.2% 15.3% 34.3% 7.7%;
	grid-template-rows: auto auto 10px auto auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.threeimgrand__left {
	grid-area: 2 / 1 / 5 / 2;
	align-self: start;
}
.threeimgrand__rtop {
	grid-area: 1 / 3 / 3 / 5;
	align-self: end;
}
.threeimgrand__rund {
	grid-area: 4 / 4 / 7 / 6;
	align-self: end;
}
.threeimgrand__prc {
	grid-area: 6 / 1 / 7 / 4;
	align-self: end;
	padding-left: 0.5em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threeimgrand__prc {
		padding-left: 0em;
	}
}


/* ---------------------------------------------------------
	loopslide
----------------------------------------------------------*/
.loopslide__pos {
	width: 100%;
	position: relative;
}
.loopslide__wrapper .loopslides .swiper-wrapper {
    transition-timing-function: linear !important;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading_right03 {
	width: 2.9%;
	position: absolute;
	top: 0;
	right: 6%;
	pointer-events: none;
}

.subheading_left06 {
	width: 2.9%;
	position: absolute;
	top: 0;
	left: 5%;
	pointer-events: none;
}

.subheading_smrop_center {
	width: 53.8%;
	position: absolute;
	top: -15%;
	left: 2.85%;
	pointer-events: none;	
}

.subheading_left04 {
	width: 2.9%;
	position: absolute;
	top: 0%;
	right: 53.9%;
	pointer-events: none;
	z-index: 30;
}
.subheading_left04-2 {
	width: 20.3%;
	position: absolute;
	top: -2.9%;
	right: 30.7%;
	pointer-events: none;
	z-index: 30;	
}
.subheading_right04 {
	width: 2.9%;
	position: absolute;
	bottom: 18%;
	left: 1.45%;
	pointer-events: none;
	z-index: 30;
}

.subheading_right07 {
	width:26.1%;
	position: absolute;
	top: 0%;
	right: 2.9%;
	pointer-events: none;
	z-index: 30;	
}

.subheading_season_left {
	width: 2.9%;
	position: absolute;
	bottom: 0;
	left: 6%;
	pointer-events: none;
}

.subheading_season_right {
	width: 2.9%;
	position: absolute;
	bottom: 0;
	right: 6%;
	pointer-events: none;
}

.subheading_season_right07 {
	width: 2.9%;
	position: absolute;
	top: 5.8%;
	right: 1.6%;
	pointer-events: none;
	z-index: 20;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}



/* ---------------------------------------------------------
	
----------------------------------------------------------*/
.twocol_spc_warp {
	width: 100%;
	position: relative;
}

.subheading__center {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.subheading__left {
	width: 38.5%;
	z-index: 10;
	position: absolute;
	left: 3.85%;
	top: -5%;
}

.twocol_spc__box {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	line-height: 0;/*　下の謎余白を消す！ */
	font-size: 0;/*　下の謎余白を消す！ */
}

.twocol_spc__item {
	width: 49%;
	position: relative;
}
.twocol_spc__item::after {
	content: '';
	width: 100%;
	height: 5px;
	display: inline-block;
	background-color: #08111a;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper img{
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	
----------------------------------------------------------*/

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.right_price__box {
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1em;
}

.right_price__hlfbox {
	width: 70%;
	margin-top: 20px;
	margin-left: auto;
	padding-right: 0.5em;
}

.center_price__box {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.leftund__price {
	margin-top: 20px;
	padding-left: 1em;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.right_price__hlfbox {
		padding-right: 0em;
	}
	.right_price__box {
		margin-top: 30px;
	}
	.center_price__box {
		width: 61.5%;
	}
	.center_price__midbox {
		width: 50%;
	}
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.items_price_right li {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #151212;
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_right li:nth-child(even) {
	padding-left: 1em;
}
.items_price_right li:nth-child(n+3) {
	padding-top: 1em;
}

.items_price_right a {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #151212;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right_col li {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #151212;
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_right_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right_col a {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #151212;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center li {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #151212;
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
}

.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.875rem, 0.784rem + 0.45vw, 1.125rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #151212;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list center col
----------------------------------------------------------*/
.items_price_center_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.items_price_center_col li {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #151212;
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_center_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_center_col a {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #151212;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.items_price_left_col li {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #151212;
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_left_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left_col a {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #151212;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_right_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right_col li {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #151212;
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_right_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right_col a {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #151212;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp(0.625rem, 0.511rem + 0.57vw, 0.938rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #151212;
	font-feature-settings: "palt" 1;
}

.space_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 1px #151212 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.7em;
	color: #151212;
	text-decoration: none;
	vertical-align: middle;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 90%;
	}
	.itemlk {
		padding: 2em 1em;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/* background-color: #aec4d8; */
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 60px 0 40px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #151212;
}
footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 20px;
}
footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
footer #footer__box {
	width: 100%;
	margin: 0 auto;
	padding: 40px 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: #151212;
	font-size: clamp(1.375rem, 1.057rem + 1.59vw, 2.25rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 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: "Noto Serif JP", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	line-height: 1;
	color: #151212;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}
footer .footer_r {
	display: block;
	text-align: center;
	color: #151212;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	font-feature-settings: "palt" 1;
}
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 #niceclaup_logo {
		width: 10%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 110px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 330px) 960 * 100vw);
	}
}