@charset "UTF-8";
html,
body {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
}

body {
	overflow-x: hidden;
}

img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (min-width: 769px) {
	a:hover {
		opacity: 0.6;
		transition: all 0.4s;
	}
}

*, *::before, *::after {
  box-sizing: border-box;
}

/*---------------- 改行 ----------------*/
@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; }
}


/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
.hero__staticimg {
	padding: 0;
	width: 100%;
	height: auto;
	margin-top: 120px;
	margin-bottom: 150px;
	position: relative;
}
.hero__staticimg img {
	max-width: 100%;
	height: auto;
}

.hero__staticimg::after {
	content: "";
	width: 15.4%;
	height: auto;
	position: absolute;
	left: 42.3%;
	bottom: -60px;
	border-bottom: 1px solid #231815;
	pointer-events: none;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and (max-width: 959px) {
	.hero__staticimg {
		margin-top: 90px;
		margin-bottom: 200px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		margin-bottom: 300px;
		margin-top: 120px;
		max-width: 2000px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero__staticimg::after {
		width: 7.7%;
		left: 46.15%;
		bottom: -120px;
	}
}


/* ---------------------------------------------------------
	tem wapper
----------------------------------------------------------*/
.item-wapper {
	width: 92.3%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 180px;
	position: relative;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
	position: relative;
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;
}

.item-wapper-small {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	position: relative;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 270px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 150px;
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	contents
----------------------------------------------------------*/
.center_item {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
}
.center_item::after {
	content: url("../images/center_item__frame.svg");
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: -1;
	pointer-events: none;
}
.center_item .swiper {
	width: 61.5%;
	padding-top: 30px;
}

.twocol__slides {
	list-style: none;
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.twocol__items {
	width: 49%;
}
.twocol__items .swiper {
	background-color: #ffffff;
	/*border: 2px solid #231815;*/
}

.subheading__numL {
	width: 15.4%;
	height: auto;
	position: absolute;
	left: 7%;
	top: 0%;
	z-index: 10;
	pointer-events: none;
}

.subheading__numR {
	width: 15.4%;
	height: auto;
	position: absolute;
	right: 7%;
	top: 0%;
	z-index: 10;
	pointer-events: none;
}

.decor__Lheart {
	width: 7.7%;
	height: auto;
	position: absolute;
	top: 10%;
	left: 22%;
	z-index: 10;
	pointer-events: none;
}

.decor__Rheart {
	width: 7.7%;
	height: auto;
	position: absolute;
	top: 10%;
	right: 22%;
	z-index: 10;
	pointer-events: none;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.center_item {
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;	
}


/* ---------------------------------------------------------
	btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 61.5%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.itemlk {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	transition: .2s;
}

.itemlk {
	font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
	font-family: "abril-display", serif;
	font-weight: 400;
	font-style: normal;
	color: #221e1f;
	letter-spacing: 0.1em;
	text-decoration-line: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 0.25ex;
}

.price_yen {
	font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
	font-family: "abril-display", serif;
	font-weight: 400;
	font-style: normal;
	color: #221e1f;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		margin-top: 40px;
	}
}


/* ---------------------------------------------------------
	all item btn
----------------------------------------------------------*/
.allitmbtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: "abril-display", serif;
	font-weight: 400;
	font-style: normal;
	color: #e6002b;
}

.allitmlink {
	display: inline-block;
	width: 100%;
	padding: 1.25em 0;
	margin: 0 auto;
	border: 1px #e6002b solid;
	border-radius: 100px;
	transition: all .3s ease-out;
	font-size: clamp(1rem, calc(0.75rem + 1.25vw), 1.5rem);
	line-height: 1;
	letter-spacing: 0.2em;
	font-family: "abril-display", serif;
	font-weight: 400;
	font-style: normal;
	color: #e6002b;
	text-decoration: none;
}


