@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	min-height: 100vh;
	overflow: clip;
}

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;
	}
}

* {
	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; }
}


/* ---------------------------------------------------------
	content wrap
----------------------------------------------------------*/
#content-wrap {
	width: 100%;
	margin-inline: auto;
	background-color: #ffffff;
	position: relative;
}


/* ---------------------------------------------------------
	section
----------------------------------------------------------*/
.secone {
	background-color: #eff9fd;
	position: sticky;
	top: 0;
	z-index: 1;
}

.sectwo {
	background: linear-gradient(180deg, #eff9fd 0%, #eff2fd 40%, #f9f3f4 50%, #fdeff2 85%, #f7f5f5 100%);
	position: relative;
	z-index: 1;
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
.hero__staticimg {
	width: 100%;
	height: auto;
	margin-inline: auto;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.hero__staticimg::-webkit-scrollbar {
	display:none;
}
.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;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
	}
}


/* ---------------------------------------------------------
	section
----------------------------------------------------------*/



/* ---------------------------------------------------------
	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: 60px;
	position: relative;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-nsp {
	width: 100%;
	margin-inline: auto;
	position: relative;
}
.item-wapper-nsp img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-first {
	width: 100%;
	margin-inline: auto;
	margin-bottom: 210px;
	position: relative;
}
.item-wapper-first img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-seventh {
	width: 100%;
	padding: 0;
	margin-inline: auto;
	margin-bottom: 90px;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}
.item-wapper-seventh img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-seventh::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fce0e5;
	top: 0px;
	left: 0%;
	z-index: -1;
}
.item-wapper-seventh .items_price_right a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "futura-100-book", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#fdfafc;
	letter-spacing: 0.01em;
	text-decoration: none;
	text-decoration-color:#fdfafc;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
	position: relative;
	display: inline-block;
}
.item-wapper-seventh .items_price_right a::after {
	content: "";
	position: absolute;
	bottom: -0.1em;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fdfafc;
	transition: width 0.2s;
}
.item-wapper-seventh .items_price_right a:hover::after {
	width: 100%;
}
.item-wapper-seventh .price_yen {
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "futura-100-book", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#fdfafc;
	letter-spacing: 0.05em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 300px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 240px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 180px;
	}
	.item-wapper-nsp {
		max-width: 600px;
	}
	.item-wapper-first {
		max-width: 600px;
	}
	.item-wapper-first::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;
}
.spmb_260 {
	margin-bottom: 260px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb90 {
	margin-bottom: 90px;
}

.pdg-t60 {
	padding-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;
	}
	.spmb_180 {
		margin-bottom: 210px;
	}
	.spmb_210 {
		margin-bottom: 240px;
	}
	.spmb_240 {
		margin-bottom: 270px;
	}
	.spmb_260 {
		margin-bottom: 300px;
	}

	.pdg-t120 {
		padding-top: 150px;
	}
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.inner_wide__area {
	width: 100%;
	margin-inline: auto;
	position: relative;
	z-index: 30;
}
.inner_large__area {
	width: 92.3%;
	margin-inline: auto;
}

.inner_lrg__area_blu {
	width: 92.3%;
	margin-inline: auto;
	position: relative;
}
.inner_lrg__area_blu::after {
	content: '';
	position: absolute;
	top: 5%;
	left: 5%;
	width: 30.8%;
	height: 15.4%;
	background-color: rgba(239, 249, 253, 0.5);
	z-index: 10;
}

.inner_mid__area {
	width: 84.6%;
	margin-inline: auto;
	position: relative;
}
.inner_reg__area {
	width: 61.5%;
	margin-inline: auto;
	position: relative;
}


/* ---------------------------------------------------------
	static img
----------------------------------------------------------*/
.static_wide__box {
	width: 100%;
	margin-inline: auto;
}
.static_large__box {
	width: 92.3%;
	margin-inline: auto;
}
.static_middle__box {
	width: 69.2%;
	margin-inline: auto;
	z-index: 10;
}
.static_reg__box {
	width: 61.5%;
	margin-inline: auto;
}


/* ---------------------------------------------------------
	lead
----------------------------------------------------------*/
.lead__wrap {
	width: 92.3%;
	margin-inline: auto;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.lead__wrap::after {
	content: "";
	width: 15.4%;
	height: 2px;
	display: inline-block;
	background-color: #f397ac;
	position: absolute;
	bottom: -30px;
	left: calc((100% - 15.4%) / 2);
}
.lead__wrap li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	line-height: 1.5;
	text-align: center;
	color: #f1859e;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.05em;
}
.lead__wrap li :first-child {
	width: 61.5%;
	margin-inline: auto;
	margin-bottom: 30px;
}
.lead__wrap li:not(:last-child) {
	margin-bottom: 0.5em;
}
.txt-lrg {
	font-size: 130%;
}
.txt-en {
	font-family: "Libre Caslon Text", serif;
	font-weight: 400;
	font-style: normal;
}

.decor_heart-light {
	width: 12%;
	position: absolute;
	top: 15%;
	left: 11.5%;
	pointer-events: none;
	transform: rotate(-10deg);
}
.decor_ribbon-charm {
	width: 11.5%;
	position: absolute;
	top: 11%;
	right: 11.5%;
	pointer-events: none;
	transform: rotate(15deg);
}


/* ---------------------------------------------------------
	rotate img
----------------------------------------------------------*/
.rotate_simg__rt-deg {
	width: 38.5%;
	position: absolute;
	right: 0%;
	bottom: -8%;
	transform: rotate(10deg);
	z-index: 30;
}
.rotate_simg__lt-deg {
	width: 38.5%;
	position: absolute;
	left: -7.7%;
	bottom: -13%;
	transform: rotate(-7deg);
	z-index: 30;
}



/* ---------------------------------------------------------
	position layout
----------------------------------------------------------*/
.fiveitm_clg__posbx {
	width: 100%;
	height: 465px;
	position: relative;
	top: 0;
}
.fiveitm_clg__centr {
	width: 76.9%;
	position: absolute;
	top: 135px;
	left: 11.5%;
	z-index: 30;
}
.fiveitm_clg__ltupper {
	width: 23.1%;
	position: absolute;
	top: 170px;
	left: 3.8%;
	z-index: 35;
}
.fiveitm_clg__ltlower {
	width: 53.8%;
	position: absolute;
	bottom: 0;
	left: 0%;
	z-index: 25;	
}
.fiveitm_clg__rtupper {
	width: 38.5%;
	position: absolute;
	top: 0%;
	right: 0%;
	z-index: 35;	
}
.fiveitm_clg__rtlower {
	width: 23.1%;
	position: absolute;
	top: 290px;
	right: 3.8%;
	z-index: 35;
}
.fiveitm_clg__prc {
	width: 61.5%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 50;
}


/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 1199px) {
	.fiveitm_clg__posbx {
		width: 100%;
		height: 620px;
		position: relative;
		top: 0;
	}
	.fiveitm_clg__rtupper {
		right: -20px;
	}
	.fiveitm_clg__rtlower {
		top: 360px;
	}
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.fiveitm_clg__posbx {
		width: 553.8px;
		height: 630px;
	}
	.fiveitm_clg__centr {
		width: 430px;
		top: 135px;
		left: 61.9px;
	}
	.fiveitm_clg__ltupper {
		width: 130px;
		top: 190px;
		left: 20px;
	}
	.fiveitm_clg__ltlower {
		width: 300px;
	}
	.fiveitm_clg__rtupper {
		width: 215px;
		right: -30px;
	}
	.fiveitm_clg__rtlower {
		width: 130px;
		top: 370px;
	}
}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.spcbtw__flxbx {
	width: 76.9%;
	margin-inline: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
}
.widspcbw__flxbx {
	width: fit-content;
	display: flex;
	justify-content: space-between;
}
.regspcbw__flxbx {
	width: 84.6%;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
}
.regspcctr__flxbx {
	width: 100%;
	margin-inline: auto;
	display: flex;
	justify-content: center;
	column-gap: 10px;
}

.flxitem__half {
	width: 50%;
}
.flxitem__largespc {
	width: calc(50% - 20px);
}
.flxitem__mediumspc {
	width: calc(50% - 10px);
}
.flxitem__smallspc {
	width: calc(50% - 5px);
}
.flxitem__tinyspc {
	width: calc(50% - 2.5px);
}

.threecolimg__spc {
	width: calc(100% / 3 - 5px);
}
.threecolimg__sspc {
	width: calc(100% / 3 - 10px);
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threecolimg__spc {
		width: calc(100% / 3 - 10px);
	}
	.threecolimg__sspc {
		width: calc(100% / 3 - 15px);
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.twocol_llrg__grdbx {
	display: grid;
	grid-template-columns: calc(53.8% - 10px) calc(46.2% - 10px);
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
}
.twocol_llrg__left {
	grid-area: 1 / 1 / 6 / 2;
	align-self: start;
}
.twocol_llrg__right {
	grid-area: 2 / 2 / 5 / 3;
	align-self: center;
}

.twocol__rrotate__grdbx {
	display: grid;
	grid-template-columns: 61.5% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol__rrotate__left {
	grid-area: 1 / 1 / 4 / 2;
	align-self: end;
}
.twocol__rrotate__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
	transform: rotate(5deg);
}

.fiveimg_clg__grdbx {
	display: grid;
	grid-template-columns: 7.7% 7.7% 15.4% 15.3% 7.7% 15.4% 15.4% 7.7% 7.7%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 10px;
}
.fiveimg_clg__center {
	grid-area: 2 / 3 / 7 / 8;
	align-self: center;
	z-index: 25;
}
.fiveimg_clg__rtupper {
	grid-area: 1 / 7 / 4 / 10;
	align-self: start;
	z-index: 20;
}
.fiveimg_clg__rtlower {
	grid-area: 5 / 7 / 6 / 9;
	align-self: end;
	z-index: 30;
}
.fiveimg_clg__ltupper {
	grid-area: 3 / 2 / 4 / 4;
	align-self: start;
	z-index: 30;
}
.fiveimg_clg__ltlower {
	grid-area: 6 / 1 / 9 / 5;
	align-self: start;
	z-index: 20;
}

.lowg_threeimg__grdbx {
	display: grid;
	grid-template-columns: 19.25% 23.1% 23.0% 15.4% 19.25%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}
.lowg_threeimg____center {
	grid-area: 1 / 2 / 5 / 5;
	align-self: start;
	z-index: 20;
}
.lowg_threeimg____left {
	grid-area: 4 / 1 / 7 / 3;
	align-self: end;
	z-index: 25;
}
.lowg_threeimg____right {
	grid-area: 3 / 4 / 6 / 6;
	align-self: end;
	z-index: 25;
	/* transform: rotate(5deg); */
}
.lowg_threeimg____prc {
	grid-area: 6 / 3 / 7 / 6;
	align-self: end;
	z-index: 50;
}

.oltwoimg__grdbx {
	width: 76.9%;
	display: grid;
	grid-template-columns: 53.8% 7.7% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.oltwoimg__left {
	grid-area: 1 / 1 / 3 / 3;
	align-self: start;
}
.oltwoimg__right {
	grid-area: 2 / 2 / 4 / 4;
	align-self: end;
}
.oltwoimg__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {

}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	clipping
----------------------------------------------------------*/
.clipping01-1 {
	width: 30.8%;
	position: absolute;
	bottom: -6%;
	left: 0%;
	z-index: 30;
}

.clipping03-1 {
	width: 46.2%;
	position: absolute;
	bottom: -7%;
	right: -11.5%;
	z-index: 30;
}

.clipping04-1 {
	width: 27%;
	position: absolute;
	top: -4%;
	left: 3.8%;
	z-index: 30;
}

.clipping05-1 {
	width: 27%;
	position: absolute;
	bottom: 0;
	right: 0%;
	z-index: 50;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__loopslide {
	width: 61.5%;
	margin-inline: auto;	
}

.subheading__num01 {
	width: 23.1%;
	position: absolute;
	top: 20%;
	right: 3.8%;
	z-index: 60;
	transform: rotate(-15deg);
	pointer-events: none;
}
.subheading__num01-2 {
	width: 2.9%;
	position: absolute;
	top: 3%;
	right: 9.6%;
	z-index: 60;
	transform: rotate(5deg);
	pointer-events: none;
}

.subheading__num02 {
	width: 15.3%;
	position: absolute;
	top: 0%;
	right: 3.8%;
	z-index: 60;
	pointer-events: none;
}

.subheading__num03 {
	width: 30.8%;
	position: absolute;
	top: 3%;
	left: 3.8%;
	z-index: 60;
	pointer-events: none;
}
.subheading__name03 {
	width: 46.2%;
	position: absolute;
	top: 10%;
	left: 3.8%;
	z-index: 60;
	pointer-events: none;	
}

.subheading__num04 {
	width: 30.8%;
	position: absolute;
	top: 0;
	left: 2.9%;
	z-index: 60;
	pointer-events: none;
}

.subheading__num05 {
	width: 23.1%;
	position: absolute;
	top: -1%;
	right: 3.8%;
	z-index: 50;
	pointer-events: none;
}

.subheading__num06 {
	width: 30.8%;
	position: absolute;
	top: 8%;
	left: 50%;
	z-index: 300;
	pointer-events: none;
}

.subheading__num07 {
	width: 15.3%;
	position: absolute;
	top: -9%;
	left: 1.6%;
	z-index: 60;
	pointer-events: none;
}
.subheading__name07 {
	width: 46.2%;
	position: absolute;
	top: 55%;
	right: 3.8%;
	z-index: 60;
	pointer-events: none;
}

.subheading__num08 {
	width: 23.1%;
	position: absolute;
	top: 5%;
	left: 1.6%;
	z-index: -1;
	pointer-events: none;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__num01 {
		width: 135px;
		top: 300px;
		right: -10px;
	}
	.subheading__num02 {
		width: 92px;
		top: -40px;
		right: 23px;
	}
	.subheading__num03 {
		width: 185px;
		top: 20px;
		right: 30px;
	}
	.subheading__num04 {
		width: 185px;
		top: 0px;
		left: 0;
	}
	.subheading__num05 {
		width: 140px;
		top: -30px;
		right: 0px;
	}
	.subheading__num06 {
		width: 175px;
		top: 40px;
		left: 300px;
	}
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper-looping {
}
.swiper {
	width: 100%;
	margin-inline: auto;
	overflow: hidden;
	z-index: 50;
}
.swiper-wrapper {
	transition-timing-function: linear;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-looping {
	height: 100%;
	overflow: hidden;
}
.swiper-slide {
    height: 100vh;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* ---------------------------------------------------------
	motion
----------------------------------------------------------*/
 .fade-left__motion {
	overflow: hidden;
	position: relative;
}
.fade-left__motion::before {
	animation: fade-left__motion 9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background: #fff;
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}
@keyframes fade-left__motion {
	100% {
		transform: translateX(100%);
	}
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_wideprc__bx {
	width: min(100%, 600px);
	margin-inline: auto;
}
.center_wpaprc__bx {
	width: min(92.3%, 600px);
	margin-inline: auto;
}
.center_hlfprcbx__bx {
	width: min(100%, 400px);
	margin-inline: auto;
	z-index: 30;
}
.center_midprcbx__bx {
	width: min(84.6%, 400px);
	margin-inline: auto;
	z-index: 30;
}


/* ---------------------------------------------------------
	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: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #94a5ab;
	letter-spacing: 0.03em;
}
.items_price_center li:nth-child(even) {
	padding-left: 1em;
}
.items_price_center li:nth-child(n+3) {
	padding-top: 0.5em;
}
.items_price_center a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
	color: #94a5ab;
	text-decoration: none;
	/* text-decoration-color: #94a5ab;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none; */
	white-space: nowrap;
	z-index: 30;
	position: relative;
	display: inline-block;
}
.items_price_center a::after {
	content: "";
	position: absolute;
	bottom: -0.05em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #94a5ab;
	transition: width 0.2s;
}
.items_price_center 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: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #94a5ab;
	letter-spacing: 0.03em;
}
.items_price_right li:not(:first-child) {
	padding-top: 0.5em;
}
.items_price_right a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #94a5ab;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #94a5ab;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none; */
	white-space: nowrap;
	position: relative;
	display: inline-block;
}
.items_price_right a::after {
	content: "";
	position: absolute;
	bottom: -0.05em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #94a5ab;
	transition: width 0.2s;
}
.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: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #94a5ab;
	letter-spacing: 0.03em;
}
.items_price_left li:not(:first-child) {
	padding-top: 0.5em;
}
.items_price_left a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #94a5ab;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #94a5ab;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none; */
	white-space: nowrap;
	position: relative;
	display: inline-block;
}
.items_price_left a::after {
	content: "";
	position: absolute;
	bottom: -0.05em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #94a5ab;
	transition: width 0.2s;
}
.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: 0.7em;
	}
	.items_price_right li:not(:first-child) {
		padding-top: 0.7em;
	}
	.items_price_left li:not(:first-child) {
		padding-top: 0.7em;
	}
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #94a5ab;
	letter-spacing: 0.05em;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	display: block;
	width: min(92.3%, 600px);
	margin-inline: auto;
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#a9e1f5;
	letter-spacing: 0.05em;
}
.itemlk {
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 92.3%;
	margin-inline: auto;
	padding: 1em 0;
	font-size: clamp( 1.373125rem, calc( 0.5513096874999999rem + 4.1090765625vw ), 3.016755625rem );
	/*font-size: clamp( 1.373125rem, calc( 0.8993968749999999rem + 2.3686406250000003vw ), 2.32058125rem );*/
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	font-style: normal;
	color: #63c8ed;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}
.itemlk::before{
	content: "";
	width: 92.3%;
	position: absolute;
	top: 0;
	left: 3.85%;
	right: 0;
	bottom: 0;
	border-radius: 50px;
	border: 5px solid transparent;
	background: linear-gradient(135deg,rgb(169,225,245) 0%,rgb(239,249,253) 20%,rgb(255,255,255) 40%,rgb(253,250,239) 50%,rgb(239,204,249) 80%,rgb(249,204,214) 100%) border-box border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	-webkit-mask-composite: destination-out;
	mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
}

.itembtn_wapper span {
	font-size: 85%;
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #a9e1f5;
	letter-spacing: 0.05em;
	transition: opacity 0.3s ease;
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 100%;
	}
}



/* ---------------------------------------------------------
	all btn
----------------------------------------------------------*/
.all-items__btn {
    display: flex;
    justify-content: center;
    position: relative;
	width: min(61.5%, 600px);
    margin-inline: auto;
    padding: 1em 2em;
    border: none;
    border-bottom: 1px solid #97daf3;
    background-color: transparent;
	/*font-size: clamp( 1.05625rem, calc( 0.8978124999999999rem + 0.7921875vw ), 1.373125rem );*/
	font-size: clamp( 1.05625rem, calc( 0.6918437499999999rem + 1.8220312500000002vw ), 1.7850625rem );
	font-family: "Petit Formal Script", cursive;
	font-weight: 400;
	font-style: normal;
	color: #97daf3;
	letter-spacing: 0.06em;
	text-indent: 0.06em;
}

.all-items__btn::after {
    width: 100%;
    height: 2px;
    margin-inline: auto;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: center left;
    background-color: #f397ac;
    content: '';
    transition: transform .3s ease;
}
.all-items__btn:hover {
	color: #f397ac;	
}
.all-items__btn:hover::after {
    transform: scaleX(1);
}



/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/* background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	background-color: #f7a7a5; */
	background: linear-gradient(180deg, #f9f3f4 0%, #fdeff2 100%,);
	padding: 60px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 100;
	color: #f397ac;
}
footer .separator_footer_ribbon {
	max-width: 100%;
	height: auto;
	margin-inline: auto;
}
footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 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: #f397ac;
	font-size: clamp(1.5625rem, calc(1.0796875rem + 2.4140625000000004vw), 2.528125rem);
	font-family: "Lora", 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: "Lora", 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: #f397ac;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3ex;
	text-decoration-skip-ink: none;
}
footer .footer_r {
	display: block;
	text-align: center;
	color: #f397ac;
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	padding-top: 1em;
	line-height: 1;
	letter-spacing: 0.01em;
	text-indent: 0.01em;
	/* text-shadow: 1px 1px 6px #ffffff; */
}
footer #sns__area {
	list-style: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 15px;
}
footer #sns__area li {
	width: calc(100% / 4 - 35px);
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	footer #niceclaup_logo {
		width: 15%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 15px;
	}
	footer #sns__area li {
		width: calc(100% / 4 - 45px);
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	footer {
		/* background-image: url("../images/footer_bg_pcimg.jpg"); */
		padding: 90px 0 30px;
	}
	footer #niceclaup_logo {
		width: 130px;
	}
	footer #sns__area {
		width: 500px;
		max-width: 100%;
		column-gap: 110px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 440px) 960 * 100vw);
	}
}