@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.poppin {
	font-family: "Poppins", sans-serif;
}
.bgBox {
	position: fixed;
	pointer-events: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: space-between;
}
.bgBox li {
	width: calc((100% - 35rem) / 2);
}
.bgBox li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}
.wrap {
	margin: 0 auto;
	width: 35rem;
	max-width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg,#B5AED5 0%,#C5BBD4 20%,#CFB6C3 40%,#D1B39F 60%,#DDDCB6 80%,#B6C8B1 100%);
}
.wrap::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/index/bg03.png) repeat center top / 10rem;
	mix-blend-mode: overlay;
	pointer-events: none;
}
.comBtn {
	margin: 0 auto;
	width: 26.6rem;
	position: relative;
	z-index: 1;
}
.comBtn a {
	display: block;
}
.comBtn img {
	width: 100%;
}
.headLine {
	margin: 0 auto 2.4rem;
	padding: 0.2rem 2.3rem;
	border-radius: 2rem;
	color: #fff;
	text-align: center;
	width: fit-content;
	min-width: 17.1rem;
	font-size: 1.772rem;
	letter-spacing: 0.075em;
	background: linear-gradient(-120deg,#92FFB3 0%,#0080C4 100%);
}
.comBox {
	margin-bottom: 5.8rem;
	position: relative;
	z-index: 1;
}
.headLine.en,
.comBox .headLine {
	margin-bottom: 3.6rem;
	padding: 0.3rem 2.3rem;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
.comBox .scrollBox {
	margin-bottom: 4.8rem;
}
.comBox .scrollBox:last-child {
	margin-bottom: 0;
}
.comBox .imgList {
	display: flex;
	align-items: flex-start !important;
}
.comBox .imgList li {
	margin: 0 0.5rem;
	width: 15rem;
	text-align: center;
	flex-shrink: 0;
}
.comBox .imgList .photo {
	margin-bottom: 1.1rem;
	border-radius: 1.5rem;
	overflow: hidden;
	aspect-ratio: 1/1;
	background: #808080;
}
.comBox .imgList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comBox .imgList p {
	font-size: 1.276rem;
	letter-spacing: 0.02em;
	line-height: 1.199;
	font-weight: 700;
	color: #4D4D4D;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}