@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

body {
	overflow-x: hidden;
	padding: 0;
	background-color: #ffffff;
}

img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	color: #141416;
}
@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: 0px;
	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: 0px;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 0px;
	}
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: 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-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;
	position: relative;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-blu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 150px 0 100px;
	z-index: 1;
	position: relative;
}
.item-wapper-blu::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0%;
	left: 0%;
	background-image: url("../images/wapbg_blu.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
.item-wapper-blu img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-grn {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 150px 0 100px;
	z-index: 1;
	position: relative;
}
.item-wapper-grn::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	background-image: url("../images/wapbg_grn.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
.item-wapper-grn img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-pur {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 150px 0 90px;
	z-index: 1;
	position: relative;
}
.item-wapper-pur::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	background-image: url("../images/wapbg_pur.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
.item-wapper-pur 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: 150px;	
	}
	.item-wapper-small {
		max-width: 500px;
		margin-bottom: 120px;
	}
	.item-wapper-blu {
		max-width: 500px;
	}
	.item-wapper-blu::after {
		content: "";
		display: inline-block;
		width: 100vw;
		height: 100%;
		margin: 0 calc(50% - 50vw);
		position: absolute;
		top: 0%;
		left: 0%;
		background-image: url("../images/wapbg_blu.jpg");
		background-position: center;
		background-size: cover;
		z-index: -1;		
	}
	.item-wapper-grn {
		max-width: 500px;
	}
	.item-wapper-grn::after {
		content: "";
		display: inline-block;
		width: 100vw;
		height: 100%;
		margin: 0 calc(50% - 50vw);
		position: absolute;
		top: 0%;
		left: 0%;
		background-image: url("../images/wapbg_grn.jpg");
		background-position: center;
		background-size: cover;
		z-index: -1;
	}
	.item-wapper-pur {
		max-width: 500px;
	}
	.item-wapper-pur::after {
		content: "";
		display: inline-block;
		width: 100vw;
		height: 100%;
		margin: 0 calc(50% - 50vw);
		position: absolute;
		top: 0%;
		left: 0%;
		background-image: url("../images/wapbg_pur.jpg");
		background-position: center;
		background-size: cover;
		z-index: -1;
	}
}


/* ---------------------------------------------------------
	margin bottom
----------------------------------------------------------*/
.spmb_10 {
	margin-bottom: 10px;
}
.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;
}

.mb30 {
	margin-bottom: 30px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb60 {
	margin-bottom: 60px;
}

.spmt_30 {
	margin-top: 30px;
}

.sppt_60 {
	padding-top: 50px;
}

/*---------------- 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;
	}
	.sppt_60 {
		padding-top: 80px;
	}
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.inner_wide__area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner_large__area {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.inner_large__area {
		width: 100%;
		padding-top: 120px;
	}
}


/* ---------------------------------------------------------
	static img
----------------------------------------------------------*/
.static_wide {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.static_large {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}
.static_big {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
}
.static_mid {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
}
.static_regular {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.threecol_img__bx {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px 5px;
}
.threecol_img__bx li {
	width: calc(100% / 3 - 5px);
}

.flexrow_wide__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
/*.flexrow_wide__box::after {
	content: "";
	width: 23%;
	position: absolute;
	left: 38.5%;
	bottom: -90px;
	border-bottom: 1px solid #d2c4bf;
	pointer-events: none;
	z-index: 30;	
}*/
.flexitem_spc__half {
	width: calc(50% - 5px)
}

.items_flatimg__img {
	width: calc(100% / 3 - 10px);
}

.twocol_flex__bx {
	display: flex;
	justify-content: space-between;
	width: 84.6%;
	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: 84.6%;
	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: calc(50% - 4.3px);
}

.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) {
	.twoimg_col__vertdir {
		width: 76.9%;
		max-width: 300px;
	}
	.items_flatimg__box::after {
		bottom: -140px;	
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.twocol_lup_spc__gdbx {
	display: grid;
	grid-template-columns: calc(38.5% - 5px) calc(61.5% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}
.twocol_luphalf_spc__gdbx {
	display: grid;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}
.twocol_rup_spc__gdbx {
	display: grid;
	grid-template-columns:  calc(61.5% - 5px) calc(38.5% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}
.twocol_oblimg__gdbx {
	display: grid;
	grid-template-columns: 38.5% 7.7% 53.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.twocol_lup_spc__left {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.twocol_lup_spc__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}
.twocol_lup_spc__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
}

.twocol_rup_spc__right {
	grid-area: 1 / 2 / 3 / 3;
	align-self: start;
}
.twocol_rup_spc__left {
	grid-area: 2 / 1 / 4 / 2;
	align-self: end;
}


.twocol_oblimg__right {
	grid-area: 1 / 2 / 3 / 4;
	align-self: start;
	z-index: 10;
}
.twocol_oblimg__left {
	grid-area: 2 / 1 / 4 / 3;
	align-self: end;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.fourimg_rightup__prc {
		padding-right: 0em;
	}
}


/* ---------------------------------------------------------
	slides box
----------------------------------------------------------*/
.center__widebox {
	width: 100%;
	margin-left: auto;	
	margin-right: auto;
	position: relative;
}

.center__largebox {
	width: 92.3%;
	margin-left: auto;	
	margin-right: auto;
}
.center__midbox {
	width: 76.9%;
	margin-left: auto;	
	margin-right: auto;
}
.center__box {
	width: 61.5%;
	margin-left: auto;	
	margin-right: auto;
}

.left__largebox {
	width: 84.6%;
	margin-right: auto;
}
.left__midbox {
	width: 76.9%;
	margin-right: auto;
}
.left__box {
	width: 61.5%;
	margin-right: auto;
}

.right__largebox {
	width: 84.6%;
	margin-left: auto;
}
.right__midbox {
	width: 69.2%;
	margin-left: auto;
}
.right__box {
	width: 61.5%;
	margin-left: auto;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__01-1 {
	width: 30.8%;
	position: absolute;
	top: 18%;
	right: -3%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;
}
.subheading__01-2 {
	width: 30.8%;
	position: absolute;
	top: -2%;
	left: -3%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;
}
.subheading__01-3 {
	width: 23%;
	position: absolute;
	top: 46%;
	left: -3%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;
}
.subheading__01-4 {
	width: 23%;
	position: absolute;
	top: 36%;
	left: 5%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;
}
.subheading__01-5 {
	width: 15.4%;
	position: absolute;
	top: 60%;
	right: -3%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;
}
.subheading__01-6 {
	width: 15.4%;
	position: absolute;
	bottom: 11.5%;
	left: -3%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;
}

.subheading__02-1 {
	width: 30.8%;
	position: absolute;
	top: -4%;
	left: 2%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;
}
.subheading__02-2 {
	width: 30.8%;
	position: absolute;
	top: 55%;
	left: -3%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;
}
.subheading__02-3 {
	width: 15.4%;
	position: absolute;
	top: 66%;
	right: -3%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;	
}
.subheading__02-4 {
	width: 38.5%;
	position: absolute;
	bottom: -3%;
	right: -3%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;
}

.subheading__03-1 {
	width: 30.8%;
	position: absolute;
	top: -3%;
	right: 0%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;
}
.subheading__03-2 {
	width: 30.8%;
	position: absolute;
	top: 17%;
	left: 3%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;
}
.subheading__03-3 {
	width: 15.4%;
	position: absolute;
	top: 27%;
	right: -3%;
	z-index: 30;
	overflow-x: hidden;
	pointer-events: none;
}
.subheading__03-4 {
	width: 23%;
	position: absolute;
	top: 38.5%;
	left: 1%;
	z-index: 30;
	overflow-x: hidden;
	pointer-events: none;
}
.subheading__03-5 {
	width: 23%;
	position: absolute;
	top: 49.5%;
	right: 7%;
	z-index: 30;
	overflow-x: hidden;
	pointer-events: none;
}
.subheading__03-6 {
	width: 30.8%;
	position: absolute;
	top: 68%;
	left: 5%;
	z-index: 30;
	overflow-x: hidden;
	pointer-events: none;
}

.subheading_title_right {
	width: 7.7%;
	position: absolute;
	top: -20%;
	right: -3%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;
}

.subheading__prc {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.decor_moon_center {
	width: 30.8%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__01-1 {
		top: 630px;
		right: -30px;
	}
	.subheading__01-2 {
		top: 50px;
		left: -30px;
	}
	.subheading__01-3 {
		top: 1420px;
		left: -10px;
	}
	.subheading__01-4 {
		top: 1150px;
		left: 25px;
	}
	.subheading__01-5 {
		top: 1820px;
		right: -25px;
	}
	.subheading__01-6 {
		bottom: 320px;
		left: -50px;
	}

	.subheading__02-1 {
		width: 38.5%;
		top: -10px;
		left: -25px;
	}
	.subheading__02-2 {
		top: 1550px;
		left: -25px;
	}
	.subheading__02-3 {
		width: 23%;
		position: absolute;
		top: 1820px;
		right: -70px;
	}
	.subheading__02-4 {
		bottom: -60px;
		right: -70px;
	}

	.subheading__03-1 {
		width: 46.2%;
		top: -10px;
		right: -10px;
	}
	.subheading__03-2 {
		width: 38.5%;
		top: 520px;
		left: -100px;
	}
	.subheading__03-3 {
		top: 990px;
		right: -20px;
	}
	.subheading__03-4 {
		top: 1280px;
		left: -60px;
	}
	.subheading__03-5 {
		top: 1710px;
		right: 40px;
	}
	.subheading__03-6 {
		width: 38.5%;
		top: 2250px;
		left: -50px;
	}
	
	.subheading_title_right {
		top: -20%;
		right: -29px;
	}
}


/* ---------------------------------------------------------
	swing
----------------------------------------------------------*/
.swing_ribbon img {
	animation: swing 3s infinite;
	transform: rotate(10deg);
}
@keyframes swing {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper img {
	max-width: 100%;
	height: auto;
	display: block;	
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.prc_center_widebx {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* ---------------------------------------------------------
	price
----------------------------------------------------------*/
.price__container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	row-gap: 1em;
}

.item_prc {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: clamp( 1rem, calc( 0.85rem + 0.7500000000000001vw ), 1.3rem );
	line-height: 1;
	letter-spacing: 0.05em;
	color: #f48b96;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}

.item_prc__left {
	flex-basis: 80%;
	font-size: clamp( 1rem, calc( 0.85rem + 0.7500000000000001vw ), 1.3rem );
	line-height: 1;
	letter-spacing: 0.05em;
	color: #f48b96;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}
.item_prc__right {
	flex-basis: 20%;
	padding: 0.5em 0em 0.4em;
	border: 1px solid;
	border-image: linear-gradient(to right, #f48b96, #8c98f3) 1;
	border-radius: 100px;
	background-color: rgba(254, 248, 249, 0.2);
	text-align: center;
}
.item_prc__right a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	color:#f48b96;	
}


/* ---------------------------------------------------------
	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 );
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1a1a1a;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}

.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: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color:#1a1a1a;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color:#1a1a1a;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.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 );
	line-height: 1;
	letter-spacing: 0.05em;
	color:#1a1a1a;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}
.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: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color:#1a1a1a;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color:#1a1a1a;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color:#f48b96;
	font-feature-settings: "palt" 1;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 1px solid;
	border-image: linear-gradient(to right, #f69da6, #9ea8f5) 1;
	border-radius: 100px;
	transition: all .3s ease-out;
	font-size: clamp( 1.25rem, calc( 1.0625rem + 0.9375vw ), 1.625rem );
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	background-color: rgba(253, 230, 232, 0.5);
}

.itembtn_wapper a {
	font-size: clamp( 1.25rem, calc( 1.0625rem + 0.9375vw ), 1.625rem );
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	color: #f48b96;
	text-decoration: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 60px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #ffffff;
}
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: #ffffff;
	font-size: clamp(1.5625rem, calc(1.0796875rem + 2.4140625000000004vw), 2.528125rem);
	font-family: "linotype-didot", 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: "Shippori Mincho", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-size: clamp(1rem, calc(0.691rem + 1.5450000000000002vw), 1.618rem);
	line-height: 1;
	color: #ffffff;
	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: #ffffff;
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "linotype-didot", 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 {
		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);
	}
}