@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0 auto;
}

body {
	overflow-x: hidden;
	background-color: #f4e4e9;
}

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 {
	padding: 0;
	width: 100%;
	margin-inline: auto;
	margin-bottom: 90px;
	position: relative;
}
.hero__staticimg img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.hero__staticimg {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 90px;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		top: 0;
		width: 100%;
		height: auto;
		margin-top: 0px;
		margin-bottom: 180px;
		z-index: 1;
	}
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 180px;
	position: relative;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	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-secone {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 180px;
	position: relative;
}
.item-wapper-secone img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-secone::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 90%;
	background-color: #f2abc5;
	top: -7%;
	left: 0%;
	z-index: 1;
}
.twocol_ovlimg__grdbx .items_price_right a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#fcf0f4;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#fcf0f4;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 700px;
		margin-bottom: 330px;
	}
	.item-wapper-mid {
		max-width: 700px;
		margin-bottom: 300px;	
	}
	.item-wapper-small {
		max-width: 700px;
		margin-bottom: 180px;
	}
	.item-wapper-secone {
		max-width: 700px;
		margin-bottom: 300px;
	}
	.item-wapper-secone::after {
		width: 100vw;
		height: 1800px;
		margin: 0 calc(50% - 50vw);
		top: -100px;
	}
}


/* ---------------------------------------------------------
	margin bottom
----------------------------------------------------------*/
.spmb_10 {
	margin-bottom: 10px;
}
.spmb_15 {
	margin-bottom: 13px;
}
.spmb_20 {
	margin-bottom: 20px;
}
.spmb_30 {
	margin-bottom: 30px;
}
.spmb_45 {
	margin-bottom: 45px;
}
.spmb_60 {
	margin-bottom: 60px;
}
.spmb_90 {
	margin-bottom: 90px;
}
.spmb_120 {
	margin-bottom: 120px;
}
.spmb_150 {
	margin-bottom: 150px;
}
.spmb_180 {
	margin-bottom: 180px;
}
.spmb_210 {
	margin-bottom: 210px;
}
.spmb_240 {
	margin-bottom: 240px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb90 {
	margin-bottom: 90px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.spmb_30 {
		margin-bottom: 60px;
	}
	.spmb_45 {
		margin-bottom: 75px;
	}
	.spmb_60 {
		margin-bottom: 90px;
	}
	.spmb_90 {
		margin-bottom: 120px;
	}
	.spmb_120 {
		margin-bottom: 150px;
	}
	.spmb_150 {
		margin-bottom: 180px;
	}
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.inner_wide__area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner_large__area {
	width: 92.3%;
	margin-inline: auto;
}

.inner_mid__area {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
}

.inner_reg__area {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
}

.inner_rside__bx {
	width: 76.9%;
	margin-left: auto;
}


.posabs_inner_imgbx {
	width: 100%;
	height: 370px;
	position: relative;
}
.posabs_left_lgimg {
	width: 76.9%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
}
.posabs_right_upside {
	width: 30.8%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.posabs_right_downside {
	width: 30.8%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}



/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.inner_large__area {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	static img
----------------------------------------------------------*/
.static_wide__box {
	width: 100%;
	margin-inline: auto;
}

.static_large__box {
	width: min(92.3%, 700px);
	margin-inline: auto;
}

.static_middle__box {
	width: 69.2%;
	margin-inline: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.flex_scbw_widebx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 8px;
	width: 100%;
	margin-inline: auto;
}
.flex_scbw_largebx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 8px;
	width: 92.3%;
	margin-inline: auto;
}
/* .flex_scbw_largebx::after {
	position: absolute;
	content: "";
	width: 15.4%;
	height: 1px;
	background-color: #241a0c;
	bottom: -60px;
	left: 42.3%;
} */

.flex_scbw_midbx {
	display: flex;
	justify-content: space-between;
	width: 84.6%;
	margin-inline: auto;
}

.twoimg_perp__flxbx {
	width: 69.2%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	/* row-gap: 20px; */
	position: relative;
}
/* .twoimg_perp__flxbx::after {
	position: absolute;
	content: "";
	width: 7.7%;
	height: 112%;
	background-color: #a8735b;
	top: -1.5%;
	left: -4.8%;
	z-index: 10;
} */

.twocolimg_half {
	width: 50%;
}
.twocolimg__spc {
	width: 48.5%;
}
.twocolimg__sspace {
	width: 49%;
}
.twocolimg__sspc {
	width: calc(50% - 5px)
}
.twoimg_perp__item {
	width: 100%;
	height: auto;
	z-index: 20;
}

.threecolimg__sspc {
	width: calc(100% / 3 - 5px);
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.flex_scbw_widebx {
		row-gap: 15px;
	}
	.twocolimg__sspc {
		width: calc(50% - 7.5px)
	}
	.threecolimg__sspc {
		width: calc(100% / 3 - 10px);
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.twohalfcol_hn__grdbx {
	display: grid;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	align-items: start;
}
.twohalfcol_hn__lefttop {
	grid-area: 1 / 1 / 2 / 2;
}
.twohalfcol_hn__leftund {
	grid-area: 2 / 1 / 3 / 2;
}
.twohalfcol_hn__right {
	grid-area: 1 / 2 / 3 / 3;
}

.leftupangle__grdbx {
	display: grid;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}
.leftupangle__left {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start; 
}
.leftupangle__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}
.leftupangle__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
	white-space: nowrap;
	z-index: 20;
}

.threeimg_vert_clarge__bx {
	width: min(100%, 700px);
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 30.8% 38.4% 30.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
	align-items: center;
}
.threeimg_vert_clarge__left {
	grid-area: 2 / 1 / 3 / 2;
	z-index: 10;
}
.threeimg_vert_clarge__center {
	grid-area: 1 / 2 / 4 / 3;
	z-index: 10;
}
.threeimg_vert_clarge__right {
	grid-area: 2 / 3 / 3 / 4;
	z-index: 10;
}
.threeimg_vert_clarge__prc {
	grid-area: 4 / 1 / 5 / 4;
	z-index: 10;
}

.threeimg_overlap__grdbx {
	display: grid;
	grid-template-columns: 46.2% 7.6% 46.2%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.threeimg_overlap__top {
	grid-area: 1 / 1 / 4 / 3;
	align-self: start;
}
.threeimg_overlap__center {
	grid-area: 3 / 2 / 6 / 4;
	align-self: center;
}
.threeimg_overlap__under {
	grid-area: 5 / 1 / 8 / 3;
	align-self: end;
}
.threeimg_overlap__prc {
	grid-area: 7 / 3 / 8 / 4;
	align-self: end;
	white-space: nowrap;
	z-index: 20;
}

.randtiles__grdbx {
	display: grid;
	grid-template-columns: 2.9% 37.5% 2.9% 2.9% 2.9% 38.4% 12.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.randtiles__lefttop {
	grid-area: 1 / 1 / 4 / 4;
	align-self: start;
}
.randtiles__leftund {
	grid-area: 5 / 2 / 6 / 3; 
	align-self: end;
}
.randtiles__righttop {
	grid-area: 1 / 6 / 3 / 8;
	align-self: start;
}
.randtiles__rightund {
	grid-area: 3 / 5 / 6 / 8;
	align-self: end;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__num01 {
	width: 23%;
	position: absolute;
	top: -10%;
	left: 1.6%;
	z-index: 50;
	pointer-events: none;	
}
.subheading__01-1 {
	width: 61.5%;
	position: absolute;
	top: -7%;
	right: 3.8%;
	z-index: 50;
	pointer-events: none;
}
.subheading__01-2 {
	width: 1.8%;
	position: absolute;
	top: 19%;
	left: 7.6%;
	z-index: 50;
	pointer-events: none;
}

.subheading__num02 {
	width: 23%;
	position: absolute;
	top: 0%;
	left: 4.8%;
	z-index: 50;
	pointer-events: none;	
}
.subheading__02-1 {
	width: 2.9%;
	position: absolute;
	top: 30%;
	right: 6.2%;
	z-index: 50;
	pointer-events: none;
}
.subheading__02-2 {
	width: 2.9%;
	position: absolute;
	top: 30%;
	left: 6.2%;
	z-index: 50;
	pointer-events: none;
}

.subheading__num03 {
	width: 23%;
	position: absolute;
	top: -10%;
	left: 1.6%;
	z-index: 50;
	pointer-events: none;	
}
.subheading__03-1 {
	width: 38.5%;
	position: absolute;
	top: -8%;
	right: 3.9%;
	z-index: 10;
	pointer-events: none;
}

.subheading__num04 {
	width: 23%;
	position: absolute;
	top: -12%;
	left: 1.6%;
	z-index: 50;
	pointer-events: none;	
}
.subheading__04-1 {
	width: 53.8%;
	position: absolute;
	top: -9%;
	right: 3.9%;
	z-index: 10;
	pointer-events: none;
}

.subheading__num05 {
	width: 23%;
	position: absolute;
	top: -10%;
	left: 1.6%;
	z-index: 50;
	pointer-events: none;	
}
.subheading__05-1 {
	width: 38.5%;
	position: absolute;
	top: -10%;
	right: 3.8%;
	z-index: 30;
	pointer-events: none;
}

.subheading__num06 {
	width: 23%;
	position: absolute;
	top: -5%;
	left: 1.6%;
	z-index: 50;
	pointer-events: none;	
}
.subheading__06-1 {
	width: 7.7%;
	position: absolute;
	top: 0%;
	right: 3.8%;
	z-index: 20;
	pointer-events: none;
}

.subheading__num07 {
	width: 23%;
	position: absolute;
	top: -15%;
	left: 1.6%;
	z-index: 50;
	pointer-events: none;	
}
.subheading__07-1 {
	width: 61.5%;
	position: absolute;
	top: -12%;
	right: 3.8%;
	z-index: 30;
	pointer-events: none;
}

.subheading__num08 {
	width: 23%;
	position: absolute;
	top: -13%;
	left: 1.6%;
	z-index: 50;
	pointer-events: none;	
}
.subheading__08-1 {
	width: 38.5%;
	position: absolute;
	top: -13%;
	right: 3.8%;
	z-index: 30;
	pointer-events: none;
}

.subheading__num09 {
	width: 23%;
	position: absolute;
	top: -5%;
	left: 1.6%;
	z-index: 50;
	pointer-events: none;	
}
.subheading__09-1 {
	width: 2.9%;
	position: absolute;
	/* top: 30%; */
	top: 7.5%;
	right: 4.8%;
	z-index: 30;
	pointer-events: none;
}
.subheading__09-2 {
	width: 2.9%;
	position: absolute;
	bottom: 16%;
	left: 4.8%;
	z-index: 30;
	pointer-events: none;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__num01 {
		width: 200px;
		top: -70px;
		left: -50px;
	}
	.subheading__01-1 {
		top: -50px;
		right: 0px;
	}
	.subheading__01-2 {
		top: 450px;
		left: 30px;
	}
	.subheading__num02 {
		width: 200px;
		top: -30px;
		left: 0px;
	}
	.subheading__02-1 {
		width: 20px;
		top: 250px;
		right: 40px;
	}
	.subheading__02-2 {
		width: 20px;
		top: 250px;
		right: 40px;
	}
	.subheading__num03 {
		width: 200px;
		top: -100px;
		left: -50px;
	}
	.subheading__03-1 {
		width: 270px;
		top: -80px;
		right: 0px;
	}
	.subheading__num04 {
		width: 200px;
		top: -160px;
		left: -50px;
	}
	.subheading__04-1 {
		width: 370px;
		top: -110px;
		right: 0px;
	}
	.subheading__num05 {
		width: 200px;
		top: -50px;
		left: -50px;
	}
	.subheading__05-1 {
		width: 270px;
		top: -50px;
		right: 0px;
	}
	.subheading__num06 {
		width: 200px;
		top: -50px;
		left: -50px;	
	}
	.subheading__06-1 {
		width: 65px;
		top: 0px;
		right: 0px;
	}
	.subheading__num07 {
		width: 200px;
		top: -50px;
		left: -50px;
	}
	.subheading__07-1 {
		width: 440px;
		top: -50px;
		right: 0px;
	}
	.subheading__num08 {
		width: 200px;
		top: -60px;
		left: -50px;
	}
	.subheading__08-1 {
		width: 270px;
		top: -80px;
		right: 0px;
	}
	.subheading__num09 {
		width: 200px;
		top: -50px;
		left: -50px;
	}
	.subheading__09-1 {
		width: 20px;
		/* top: 360px; */
		top: 100px;
		right: 15px;
	}
	.subheading__09-2 {
		width: 20px;
		bottom: 170px;
		left: 15px;
	}
}


/* ---------------------------------------------------------
	fade in text 
----------------------------------------------------------*/
.fade-in {
	opacity:0;
	-webkit-transform:translateY(20px);
	transform:translateY(20px);
}



/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper img {
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_wideprc__bx {
	width: min(100%, 650px);
	margin-inline: auto;
	z-index: 10;
}
.center_largeprc__bx {
	width: min(92.3%, 450px);
	margin-inline: auto;
}
.center_lrgwdprc__bx {
	width: min(84.6%, 450px);
	margin-inline: auto;
}
.center_smlwdprc__bx {
	width: min(100%, 500px);
	margin-inline: auto;
}

.right_largeprc__bx {
	width: min(92.3%, 450px);
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 3.9%;
	bottom: -20%;
}

.left_largeprc__bx {
	width: min(61.5%, 450px);
	margin-left: 3.85%;
}


/* ---------------------------------------------------------
	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.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.01em;
}

.items_price_center li:nth-child(even) {
	padding-left: 1em;
}

.items_price_center li:nth-child(n+3) {
	padding-top: 1em;
}

.items_price_center a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.01em;
	color:#c83138;
	text-decoration: underline;
	text-decoration-color:#c83138;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	items center(vertical)
----------------------------------------------------------*/
.items_price_vertcenter {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.items_price_vertcenter li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.01em;
}

.items_price_vertcenter li:not(:first-child) {
	padding-top: 1em;
}

.items_price_vertcenter a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#c83138;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.01em;
}
.items_price_right li:not(:first-child) {
	padding-top: 1em;
}
.items_price_right a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#c83138;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list pright(wrap)
----------------------------------------------------------*/
.items_price_wrapright {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.items_price_wrapright li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.01em;
}
.items_price_wrapright li:nth-child(n+3) {
	padding-top: 1em;
}
.items_price_wrapright li:nth-child(even) {
	padding-left: 1em;
}

.items_price_wrapright a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#c83138;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list left(wrap)
----------------------------------------------------------*/
.items_price_left {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.items_price_left li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.01em;
}
.items_price_left li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#c83138;
	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.40937500000000004rem + 1.0781249999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.05em;
}

.line_br {
	width: 100%;
}



/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.05em;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1em 0;
	margin: 0 auto;
	border: 1px #c83138 solid;
	border-radius: 100px;
	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: 300;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

.itembtn_wapper a {
	font-size: clamp( 0.96875rem, calc( 0.63453125rem + 1.6710937500000003vw ), 1.6371875rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	color: #c83138;
	text-decoration: none;
}
.itembtn_wapper span {
	font-size: 85%;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.05em;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 100%;
		padding: 1.5em 0;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	/*background-color: #c83138;*/
	padding: 60px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #f4e4e9;
}
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: #f4e4e9;
	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.15em;
	text-indent: 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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	text-indent: 0.01em;
	font-size: clamp(1rem, calc(0.691rem + 1.5450000000000002vw), 1.618rem);
	line-height: 1;
	color: #f4e4e9;
	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: #f4e4e9;
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	padding-top: 1em;
	line-height: 1;
	letter-spacing: 0.01em;
	text-indent: 0.01em;
}
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);
	}
}