@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;
	padding: 60px 0;
	background-color: #fce5ec;
	z-index: 200;
}
.hero__staticimg img {
	max-width: 100%;
	height: auto;
}

.hero__flxcntr {
	width: 100%;
	height: auto;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 60px;
}

.hero__inner {
	width: 92.3%;
	height: 600px;
	margin-inline: auto;
	position: relative;
}

.hero_tile-01 {
	width: 46.2%;
	transform: rotate(7deg);
	position: absolute;
	top: -3%;
	left: 1%;
	z-index: 10;
}
.hero_tile-02 {
	width: 38.5%;
	transform: rotate(-5deg);
	position: absolute;
	top: 4%;
	right: 1%;
	z-index: 15;
}
.hero_tile-03 {
	width: 53.8%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.hero_tile-04 {
	width: 38.5%;
	transform: rotate(-7deg);
	position: absolute;
	bottom: 7%;
	left: 3%;
	z-index: 15;
}
.hero_tile-05 {
	width: 46.2%;
	transform: rotate(5deg);
	position: absolute;
	bottom: 0%;
	right: 0;
	z-index: 5;
}
.hero_heading__title {
	width: 61.5%;
	margin-inline: auto;
	pointer-events: none;	
}


/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.hero__staticimg {
		width: 100%;
		height:auto;
		z-index: 200;
	}
	.hero__inner {
		width: 92.3%;
		height: 700px;
	}
	.hero_tile-01 {
		width: 30.8%;
		top: 0%;
	}
	.hero_tile-02 {
		width: 30.8%;
	}
	.hero_tile-03 {
		width: 46.2%;
	}
	.hero_tile-04 {
		width: 30.8%;
		bottom: -10%;
	}
	.hero_tile-05 {
		width: 38.5%;
		bottom: -20%;
	}
	.hero_heading__title {
		width: 46.2%;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		top: 0;
		width: 100%;
		height: auto;
		padding: 90px 0;
		z-index: 200;
	}
	.hero__flxcntr {
		width: 984px;
		height: 700px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		row-gap: 0px;
		column-gap: 120px;
	}
	.hero__inner {
		width: calc(712px - 60px);
	}
	.hero_tile-01 {
		width: 241px;
		top: -100px;
		left: -10px;
	}
	.hero_tile-02 {
		width: 170px;
		transform: rotate(-10deg);
		top: -50px;
		right: 40px
	}
	.hero_tile-03 {
		width: 301px;
	}
	.hero_tile-04 {
		width: 221px;
		left: 20px;
		bottom: -180px;
	}
	.hero_tile-05 {
		width: 241px;
		right: 0px;
		bottom: -100px
	}
	.hero_heading__title {
		width: calc(444px - 60px);
	}
}


/* ---------------------------------------------------------
	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: 120px;
	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-fifth {
	width: 100%;
	margin-inline: auto;
	margin-bottom: 90px;
	position: relative;
}
.item-wapper-fifth img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-fifth::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 77%;
	top: 7%;
	left: 0;
	background-color: #fce5ec;
	z-index: -1;
}

.item-wapper-fifth .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:#b88fc2;
	letter-spacing: 0.03em;
	text-indent: 0.03em;
	text-decoration: underline;
	text-decoration-color:#b88fc2;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.5ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
	position: relative;
	display: inline-block;
}

.item-wapper-fifth .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:#b88fc2;
	letter-spacing: 0.03em;
	text-indent: 0.03em;
	text-decoration: underline;
	text-decoration-color:#b88fc2;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

.item-wapper-fifth .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: #b88fc2;
	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: 300px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 180px;
	}
	.item-wapper-fifth {
		max-width: 600px;
		margin-inline: auto;
		margin-bottom: 180px;
	}
	.item-wapper-fifth::after {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.item-wapper-seventh {
		max-width: 600px;
		margin-inline: auto;
		margin-bottom: 90px;
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.item-wapper-seventh::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;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.spmb_120 {
		margin-bottom: 240px;
	}
}

/*---------------- 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: 240px;
	}
	.spmb_150 {
		margin-bottom: 210px;
	}
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.inner_wide__area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.first_inner__area {
	width: 92.3%;
	margin-inline: auto;
}

.inner_large__area {
	width: min(92.3%, 600px);
	margin-inline: auto;
}
.inner_mid__area {
	width: min(84.6%, 600px);
	margin-inline: auto;
	position: relative;
}
.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;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.lineup_items__flxbx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 10px;
	width: fit-content;
	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)
}

.threecolimg__spc {
	width: calc(100% / 3 - 5px);
}
.threecolimg__sspc {
	width: calc(100% / 3 - 10px);
}

/*---------------- 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
----------------------------------------------------------*/
.threetiles_rslide__grdbx {
	display: grid;
	grid-template-columns: calc(46.2% - 4px) calc(38.5% - 4px) calc(15.3% - 4px);
	/* grid-template-columns: 46.2% 38.5% 15.3%; */
	grid-template-rows: auto;
	grid-column-gap: 12px;
	grid-row-gap: 9px;
}
.threetiles_rslide__left {
	grid-area: 2 / 1 / 6 / 2;
	align-self: start;
}
.threetiles_rslide__rupper {
	grid-area: 1 / 2 / 4 / 4;
	align-self: start;
}
.threetiles_rslide__center {
	grid-area: 5 / 2 / 8 / 3;
	align-self: end;
}
.threetiles_rslide__prc {
	grid-area: 7 / 1 / 8 / 2;
	align-self: end;
	padding-left: 1em;
	z-index: 10;
}

.slat_twocol__grdbx {
	display: grid;
	grid-template-columns: calc(53.8% - 6px) calc(46.2% - 6px);
	grid-template-rows: auto;
	grid-column-gap: 12px;
	grid-row-gap: 20px;
}
.slat_twocol__left {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.slat_twocol__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}
.slat_twocol__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
	padding-left: 1em;
}

.slat_twocol_rcv__grdbx {
	display: grid;
	grid-template-columns: calc(50% - 6px) calc(50% - 6px);
	grid-template-rows: auto;
	grid-column-gap: 12px;
	grid-row-gap: 0px;
}
.slat_twocol_rcv__right {
	grid-area: 1 / 2 / 3 / 3;
	align-self: start;
}
.slat_twocol_rcv__left {
	grid-area: 2 / 1 / 4 / 2;
	align-self: end;
}
.slat_twocol_rcv__prc {
	grid-area: 3 / 2 / 4 / 3;
	align-self: end;
	padding-right: 1em;
}

/*
.slat_threecol_lcv__grdbx {
	display: grid;
	grid-template-columns: 14% 13.9% 2.9% 38.4% 4.8% 26%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.slat_threecol_lcv__left {
	grid-area: 1 / 1 / 4 / 3;
	align-self: start;
}
.slat_threecol_lcv__right {
	grid-area: 2 / 5 / 5 / 7;
	align-self: start;
	z-index: 20;
}
.slat_threecol_lcv__center {
	grid-area: 4 / 4 / 7 / 6;
	align-self: end;
	z-index: 10;
}
.slat_threecol_lcv__prc {
	grid-area: 5 / 1 / 7 / 4;
	align-self: end;
	padding-left: 1em;
	z-index: 30;
}
*/
.slat_threecol_lcv__grdbx {
	display: grid;
	grid-template-columns: calc(15.4% - 10px) calc(15.4% - 10px) calc(38.5% - 10px) 7.7% calc(23% - 10px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}
.slat_threecol_lcv__left {
	grid-area: 1 / 1 / 4 / 3;
	align-self: start;
	z-index: 10;
}
.slat_threecol_lcv__center {
	grid-area: 3 / 3 / 6 / 5;
	align-self: end;
	z-index: 20;
}
.slat_threecol_lcv__right {
	grid-area: 2 / 4 / 5 / 6;
	align-self: start;
	z-index: 30;
}

.twotiles_leftlrg__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: 0px;
}
.twotiles_leftlrg__left {
	grid-area: 1 / 1 / 5 / 2;
	align-self: start;
}
.twotiles_leftlrg__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: center;
}

.twotiles_leftsld__grdbx {
	display: grid;
	grid-template-columns: 46.2% 4.8% 49.0%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 10px;
}
.twotiles_leftsld__left {
	grid-area: 1 / 1 / 4 / 3;
	align-self: start;
	z-index: 10;
}
.twotiles_leftsld__right {
	grid-area: 3 / 2 / 6 / 4;
	align-self: end;
	z-index: 20;
}
.twotiles_leftsld__prc {
	grid-area: 4 / 1 / 6 / 2;
	align-self: center;
	z-index: 30;
}

.threeimg_overlap__grdbx {
	display: grid;
	grid-template-columns: 20.8% 10% 4.8% 28.8% 4.8% 10% 20.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.threeimg_overlap__left {
	grid-area: 1 / 1 / 5 / 4;
	align-self: start;
	z-index: 10;
}
.threeimg_overlap__right {
	grid-area: 2 / 5 / 4 / 8;
	align-self: start;
	z-index: 20;
}
.threeimg_overlap__center {
	grid-area: 3 / 3 / 7 / 6;
	align-self: end;
	z-index: 25;
}
.threeimg_overlap__prc {
	grid-area: 5 / 5 / 7 / 8;
	align-self: end;
	z-index: 30;
	padding-bottom: 1em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threetiles_rslide__prc {
		padding-left: 0em;
	}
	.slat_twocol__prc {
		padding-left: 0em;
	}
	.slat_twocol_rcv__prc {
		padding-right: 0em;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__num01 {
	width: 30.8%;
	position: absolute;
	top: 0%;
	left: 3.8%;
	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: 15.4%;
	position: absolute;
	top: 0%;
	right: 3.8%;
	z-index: 1;
	pointer-events: none;
}

.subheading__num03 {
	width: 30.8%;
	position: absolute;
	top: 0%;
	left: 3.8%;
	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__num04 {
	width: 30.8%;
	position: absolute;
	top: 0%;
	right: 1.6%;
	z-index: 30;
	pointer-events: none;
}
.subheading__name04 {
	width: 30.8%;
	position: absolute;
	bottom: 8%;
	left: 3.8%;
	z-index: 1;
	pointer-events: none;	
}

.subheading__num05 {
	width: 23.1%;
	position: absolute;
	top: -10%;
	right: -7.0%;
	z-index: 5;
	pointer-events: none;
}

.subheading__num06 {
	width: 23.1%;
	position: absolute;
	top: 0%;
	right: 1.6%;
	z-index: 1;
	pointer-events: none;
}

.subheading__num07 {
	width: 23.1%;
	position: absolute;
	top: -15%;
	left: -7.7%;
	z-index: 30;
	pointer-events: none;
}

.com_spr__left {
	width: 38.5%;
	position: absolute;
	top: 75%;
	left: 15.3%;
	z-index: 30;
	pointer-events: none;	
}
.com_spr__left04 {
	width: 38.5%;
	position: absolute;
	top: 70%;
	left: 3.8%;
	z-index: 30;
	pointer-events: none;	
}
.com_spr__left06 {
	width: 38.5%;
	position: absolute;
	top: 63%;
	left: 15.3%;
	z-index: 30;
	pointer-events: none;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__num01 {
		left: 0;
	}
	.subheading__num02 {
		right: 0%;
	}
	.subheading__num03 {
		left: 0%;
	}
	.subheading__name03 {
		width: 230px;
		top: 110px;
		left: 45px;
	}
	.subheading__num04 {
		right: 0%;
	}
	.subheading__name04 {
		width: 185px;
		bottom: 30px;
		left: 23px;
	}
	.subheading__num05 {
		width: 92px;
		top: -30px;
		right: -30px;
	}
	.subheading__name05 {
		width: 30px;
		top: 60px;
		left: 20px;
	}
	.subheading__num06 {
		width: 92px;
		right: 0%;
	}
	.subheading__num07 {
		width: 92px;
		top: -60px;
		left:-30px;
	}
	.subheading__name07 {
		width: 230px;
		bottom: 150px;
		left: 23px;	
	}
	.com_spr__left {
		width: 231px;
		top: 590px;
		left: 82px;
	}
	.com_spr__left04 {
		width: 231px;
		top: 450px;
		left: 0px;
	}
	.com_spr__left06 {
		width: 277px;
		top: 63%;
		left: 46px;
	}
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper img {
	width: 100%;
	height: auto;
	display: block;
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_wideprc__bx {
	width: min(100%, 500px);
	margin-inline: auto;
}
.center_wpaprc__bx {
	width: min(92.3%, 600px);
	margin-inline: auto;
}
.center_hlfprcbx__bx {
	width: min(100%, 500px);
	position: absolute;
	z-index: 30;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center li {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fad3df;
	letter-spacing: 0.03em;
}
.items_price_center li:nth-child(even) {
	padding-left: 1em;
}
.items_price_center li:nth-child(n+3) {
	padding-top: 1em;
}
.items_price_center a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
	text-indent: 0.03em;
	color: #fad3df;
	text-decoration: underline;
	text-decoration-color: #fad3df;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
	z-index: 30;
}

/* .items_price_center a::after {
	content: "";
	position: absolute;
	bottom: -0.15em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fad3df;
	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: #b88fc2;
	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: #b88fc2;
	letter-spacing: 0.03em;
	text-indent: 0.03em;
	text-decoration: underline;
	text-decoration-color: #b88fc2;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
	z-index: 10;
}

/*
.items_price_vertcenter a::after {
	content: "";
	position: absolute;
	bottom: -0.1em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fad3df;
	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: #fad3df;
	letter-spacing: 0.03em;
}
.items_price_right li:not(:first-child) {
	padding-top: 1em;
}
.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: #fad3df;
	letter-spacing: 0.03em;
	text-indent: 0.03em;
	text-decoration: underline;
	text-decoration-color: #fad3df;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}
/*
.items_price_right a::after {
	content: "";
	position: absolute;
	bottom: -0.1em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fad3df;
	transition: width 0.3s;
}
.items_price_right 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: #fad3df;
	letter-spacing: 0.03em;
}
.items_price_left li:not(:first-child) {
	padding-top: 1em;
}
.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: #fad3df;
	letter-spacing: 0.03em;
	text-indent: 0.03em;
	text-decoration: underline;
	text-decoration-color: #fad3df;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

/*
.items_price_left a::after {
	content: "";
	position: absolute;
	bottom: -0.1em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fad3df;
	transition: width 0.3s;
}
.items_price_left a:hover::after {
	width: 100%;
}
*/


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.items_price_center li:nth-child(n+3) {
		padding-top: 1em;
	}
	.items_price_vertcenter li:not(:first-child) {
		padding-top: 1em;
	}
	.items_price_right li:not(:first-child) {
		padding-top: 1em;
	}
	.items_price_wrapright li:nth-child(n+3) {
		padding-top: 1em;
	}
	.items_price_left li:not(:first-child) {
		padding-top: 1em;
	}
}


/* ---------------------------------------------------------
	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: #fad3df;
	letter-spacing: 0.03em;
}

.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:#b88fc2;
	letter-spacing: 0.05em;
}
.itemlk {
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.5em 0;
	margin-inline: auto;
	border: 1px #b88fc2 solid;
	background-color: #ffffff;
	border-radius: 100%;
	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: #b88fc2;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	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: #b88fc2;
	letter-spacing: 0.3em;
	transition: opacity 0.3s ease;
}
.itemlk:hover {
	background-color: #b88fc2;
	border: 1px solid #b88fc2;
	color: #f8f5f9;
	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(340deg, #fce5ec, #fdf7f9);*/
	padding: 60px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 100;
	color: #fad3df;
}
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: #fad3df;
	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: #fad3df;
	letter-spacing: 0.08em;
	text-indent: 0.08em;
	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: #f8c2d2;
	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 1px rgba(254, 246, 246, 0.5);
}
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);
	}
}