@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0 auto;
}

body {
	overflow-x: hidden;
}

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; }
}


/* ---------------------------------------------------------
	contents container
----------------------------------------------------------*/
.contents_container {
	max-width: 100%;
	height: 100%;
	margin-inline: auto;
	background-color: #f7efe7;
	background-image: url("../images/sp-bg_heartcollection.png");
	background-size: contain;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.contents_container {
		background-image: url("../images/pc-bg_heartcollection.png");
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
.hero__staticimg {
	padding: 0;
	width: 100%;
	margin-inline: auto;
	margin-bottom: 90px;
	position: relative;
	background-color: #f7efe7;
}
.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;
		background-color: #f7efe7;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		top: 0;
		width: 100%;
		height: auto;
		margin-top: 0px;
		margin-bottom: 180px;
		z-index: 1;
		background-color: #f7efe7;
	}
}


/* ---------------------------------------------------------
	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: 500px;
		margin-bottom: 330px;
	}
	.item-wapper-mid {
		max-width: 500px;
		margin-bottom: 300px;	
	}
	.item-wapper-small {
		max-width: 500px;
		margin-bottom: 180px;
	}
	.item-wapper-secone {
		max-width: 500px;
		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;
}
.mt30 {
	margin-top: 30px;
}

/*---------------- 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;
	}
}



/* ---------------------------------------------------------
	info
----------------------------------------------------------*/
.info__box {
	width: 69.2%;
	margin-inline: auto;
	background-color: #f7efe7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 0.5em;
	padding: 2em 0;
	border: 1px solid #dec29d;
	border-radius: 10px;
	position:relative;
}
.info__box::after{
	content: "Information";
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translate(-50%);
	background: #f7efe7;
	padding: 0 2em;
	font-size: 13px;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #dec29d;
}

.info__box li {
	color: #3d3535;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}

.info__box .txtred {
	color: #c83138;
}
.info__box .txtjp {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.info__box li:nth-child(2) {
	letter-spacing: 0.15em;
	text-indent: 0.15em;
}
.info__box li:nth-child(3) {
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.info__box {
		width: 100%;
		padding: 3em 0;
	}
	.info__box::after{
		top: -11px;
		font-size: 17px;
	}
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.inner_wide__area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.inner_large__area {
	width: 92.3%;
	margin-inline: auto;
	position: relative;
}
.inner_large__area a {
	color:#c83138;
	transition: opacity 0.3s;
	opacity: 1;
}
.inner_large__area a:hover {
	opacity: 0.5;
}

.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;
}

.point_sec01 {
	width: 30%;
	height: auto;
	position: absolute;
	right: 5.1%;
	bottom: 15%;
	pointer-events: none;
}
.point_sec03 {
	width: 30%;
	height: auto;
	position: absolute;
	right: 8.1%;
	bottom: 8%;
	pointer-events: none;
}
.point_sec04 {
	width: 23%;
	height: auto;
	position: absolute;
	right: 3.2%;
	bottom: 0%;
	pointer-events: none;
}



/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.inner_large__area {
		width: 100%;
	}
	.point_sec01 {
		width: 115px;
		bottom: 130px;
		right: 78px;
	}
	.point_sec03 {
		width: 115px;
		right: 0px;
		bottom: 90px;
	}
	.point_sec04 {
		width: 150px;
		right: 0px;
		bottom: 10px;
	}
}


/* ---------------------------------------------------------
	static img
----------------------------------------------------------*/
.static_wide__box {
	width: 100%;
	margin-inline: auto;
}

.static_large__box {
	width: 84.6%;
	margin-inline: auto;
}

.static_middle__box {
	width: 69.2%;
	margin-inline: auto;
}

.right_slide__box {
	width: 76.9%;
	margin-left: auto;
}
.left_static__img {
	width: 38.5%;
	position: absolute;
	left: 0;
	bottom: -0%;
	z-index: 20;
}

/*---------------- 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_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;
	position: relative;
}

.twocolimg_half {
	width: 50%;
}
.twocolimg__spc {
	width: calc(50% - 10px);
}
.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__spc {
		width: calc(50% - 15px);
	}
	.twocolimg__sspc {
		width: calc(50% - 10px);
	}
	.threecolimg__sspc {
		width: calc(100% / 3 - 10px);
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.twocol_tile__gdbx {
	display: grid;
	grid-template-columns: 41.4% 4.8% 53.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 5px;
}
.twocol_tile__leftupper {
	grid-area: 1 / 1 / 2 / 2;
}
.twocol_tile__leftlower {
	grid-area: 3 / 1 / 4 / 2;
}
.twocol_tile__right {
	grid-area: 1 / 3 / 4 / 4;
}

.evenlyrow__container {
	width: 100%;
	margin-inline: auto;
}
.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;
}
.twohalfcol_hn__lefttop {
	grid-area: 1 / 1 / 2 / 2;
	background-color: #f7efe7;
}
.twohalfcol_hn__leftund {
	grid-area: 2 / 1 / 3 / 2;
	background-color: #f7efe7;
}
.twohalfcol_hn__right {
	grid-area: 1 / 2 / 3 / 3;
	background-color: #f7efe7;
}

.fourimg__olp__gdbx {
	display: grid;
	/* grid-template-columns: 23.1% 23.1% 7.6% 23.1% 23.1%; */
	grid-template-columns: 21.4% 21.4% 4.8% 4.8% 4.8% 21.4% 21.4%;
	grid-template-rows:auto;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}
.fourimg__olp__leftupper {
	grid-area: 1 / 1 / 4 / 6;
	align-self: start;
	z-index: 10;
}
.fourimg__olp__leflower {
	grid-area: 4 / 1 / 6 / 4;
	align-self: end;
	z-index: 15;
}
.fourimg__olp__rightupper {
	grid-area: 1 / 5 / 3 / 8; 
	align-self: end;
	z-index: 15;
}
.fourimg__olp__rightlower {
	grid-area: 3 / 3 / 6 / 8;
	align-self: end;
	z-index: 10;
}

.twocol_threeimg__gdbx {
	display:grid;
	/* grid-template-columns: 38.6% 7.6% 53.8%; */
	grid-template-columns: 41.4% 4.8% 53.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol_threeimg__leftupper {
	grid-area: 1 / 1 / 5 / 3; 
	align-self: start;
	z-index: 20;
}
.twocol_threeimg__leftlower {
	grid-area: 5 / 1 / 9 / 3;
	align-self: end;
	z-index: 10;
}
.twocol_threeimg__rightcenter {
	grid-area: 3 / 2 / 7 / 4;
	align-self: start;
	z-index: 15;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.point_txt01 {
	width: 15.4%;
	position: absolute;
	bottom: 28%;
	right: -3%;
	z-index: 50;
	pointer-events: none;	
}
.point_txt03 {
	width: 15.4%;
	position: absolute;
	bottom: 20%;
	right: 0%;
	z-index: 50;
	pointer-events: none;	
}
.point_txt04 {
	width: 15.4%;
	position: absolute;
	bottom: 10%;
	right: -3%;
	z-index: 50;
	pointer-events: none;	
}

.subheading__num01 {
	width: 15.4%;
	position: absolute;
	top: -9%;
	left: 1.6%;
	z-index: 50;
	pointer-events: none;	
}
.subheading__01-1 {
	width: 61.5%;
	position: absolute;
	top: -5%;
	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: 15.4%;
	position: absolute;
	top: -7%;
	left: 1.6%;
	z-index: 50;
	pointer-events: none;
}
.subheading__02-1 {
	width: 38.5%;
	position: absolute;
	top: -6%;
	right: 1.9%;
	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: 15.4%;
	position: absolute;
	top: -2%;
	right: 3.8%;
	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: 15.4%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	z-index: 50;
	pointer-events: none;	
}
.subheading__04-1 {
	width: 61.5%;
	margin-inline: auto;
	z-index: 10;
	pointer-events: none;
}

.subheading__num05 {
	width: 15.4%;
	position: absolute;
	top: 0%;
	left: 1.6%;
	z-index: 50;
	pointer-events: none;	
}
.subheading__05-1 {
	width: 38.5%;
	position: absolute;
	top: 18%;
	left: 1.6%;
	z-index: 30;
	pointer-events: none;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.point_txt01 {
		width: 77px;
		right: 30px;
		bottom: 200px;
	}
	.point_txt03 {
		width: 57px;
		right: -35px;
		bottom: 160px;
	}
	.point_txt04 {
		width: 77px;
		bottom: 100px;
		right: -30px;
	}
	.subheading__num01 {
		width: 115px;
		top: -80px;
		left: -45px;
	}
	.subheading__01-1 {
		width: 346px;
		right: 0px;
		bottom: 100px;		
	}
	.subheading__num02 {
		width: 115px;
		top: -65px;
		left: -45px;
	}
	.subheading__02-1 {
		width: 310px;
		top: -50px;
		right: -50px;
	}
	.subheading__num03 {
		width: 77px;
		top: -40px;
		right: 0;
	}
	.subheading__03-1 {
		width: 226px;
		top: 40px;
		right: 0px;
	}
	.subheading__num04 {
		width: 77px;
		margin-bottom: 30px;
	}
	.subheading__04-1 {
		width: 307px;
		margin-inline: auto;
	}
	.subheading__num05 {
		width: 77px;
		top: 0px;
		left: 0px;
	}
	.subheading__05-1 {
		width: 195px;
		top: 90px;
		left: 0;
	}
}


/* ---------------------------------------------------------
	animation
----------------------------------------------------------*/
.swing_img img {
	animation: swing 5s infinite;
	transform: rotate( 15deg );	
}
@keyframes swing {
    0% {
        transform: rotate( 15deg );
    }
    50% {
        transform: rotate( 0deg );
    }
    100% {
        transform: rotate( 15deg );
    }
}

.bound_UpDown img {
	animation: bound 5s ease;
	animation-iteration-count: 4;
}
@keyframes bound {
	0% {
		transform: translate(0, 0);
	}
	5% {
		transform: translate(0, 0);
	}
	10% {
		transform: translate(0, 0);
	}
	20% {
		transform: translate(0, -15px);
	}
	25% {
		transform: translate(0, 0);
	}
	30% {
		transform: translate(0, -15px);
	}
	50% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(0, 0);
	}
}

.fuwa_Updown img {
	animation: fuwafuwa 3s ease-in-out infinite;
}
@keyframes fuwafuwa {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(0, 13px);
	}
	100% {
		transform: translate(0, 0);
	}
}


/* ---------------------------------------------------------
	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;
}
.cright_largeprc__bx {
	width: min(61.5%, 500px);
	margin-inline: auto;
	padding: 0.25em;
	background-color: rgba(247, 239, 231, 1);
}
.center_lrgwdprc__bx {
	width: min(50%, 290px);
}
.left_smlwdprc__bx {
	width: min(100%, 500px);
}

.right_largeprc__bx {
	width: min(42%, 450px);
	margin-left: 50%;
	background-color: rgba(247, 239, 231, 1);
}

.left_largeprc__bx {
	width: min(61.5%, 450px);
	margin-left: 3.85%;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.cright_largeprc__bx {
		padding: 0.5em;
		background-color: rgba(247, 239, 231, 1);
	}	
}


/* ---------------------------------------------------------
	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: 400;
	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: 400;
	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: 400;
	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: 400;
	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: 400;
	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: 400;
	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: 400;
	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: 400;
	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: 400;
	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: 400;
	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: 400;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.05em;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 92.3%;
	margin-inline: auto;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#c83138;
	letter-spacing: 0.3em;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-inline: auto;
	border: 1px #b61825 solid;
	border-radius: 100%;
	background-color: #b61825;
	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:#f7efe7;
	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: 400;
	font-style: normal;
	letter-spacing: 0.3em;
	color: #c83138;
	text-decoration: none;
	transition: opacity 0.3s;
	opacity: 1;
}
.itemlk span {
	font-size: 77%;
}

.itemlk:hover {
	border: 2px #c83138 solid;
	background-color: #f7efe7;
	color:#c83138;
	opacity: 1;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 100%;
		letter-spacing: 0.1em;
	}
	.itemlk {
		width: 110%;
	}
	.itembtn_wapper a {
		letter-spacing: 0.25em;
	}
}


/* ---------------------------------------------------------
	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: #f7efe7;
}
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: #f7efe7;
	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: 400;
	font-style: normal;
	text-indent: 0.1em;
	font-size: clamp(1rem, calc(0.691rem + 1.5450000000000002vw), 1.618rem);
	line-height: 1;
	color: #f7efe7;
	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: #f7efe7;
	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;
}
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);
	}
}