@charset "utf-8";

body {
	background: url(../img/bg.jpg) no-repeat top center;
	background-size: cover;
	color: #fff;
}

.page_ttl {
	max-width: 280px;
	width: 94%;
	height: auto;
	padding: 100px 0 0;
	margin: 0 auto;
}

.main_box {
	position: relative;
}
.main_box h3 {
	position: absolute;
	width: 51.3029166666667%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.txt_box {
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	color: #000;
}
.txt_box span {
	font-size: clamp(25.6px, 1.6666666666666667vw, 32px);
	line-height: 2;
	display: block;
	margin: 100px 0 70px;
}
.w-90 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.w-70 {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}
.my-50 {
	margin: 50px auto;
}
.flex-box {
	display: flex;
}
.flex-center {
	justify-content: center;
	gap: 50px;
}
button {
	border: none;
	background: none;
	cursor: pointer;
}
.shadow {
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.accordion-content {
	display: flex;
	height: 0;
	overflow: hidden;
	flex-direction: column;
	transition: height 0.3s ease;
	padding: 0 8px;
	& a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 10px;
		align-items: center;
		width: 100%;
		background: linear-gradient(to bottom, #b8b8b8, #e6e6e6, #b8b8b8);
		border: #fff 1px solid;
		padding: 10px 0;
		cursor: pointer;
		& img {
			width: fit-content;
			max-width: 80px;
			height: 14px;
		}
		&:hover {
			filter: brightness(1.2);
		}
	}
}
.comming-soon {
	pointer-events: none;
	& img {
		opacity: 0.4;
	}
	&::before {
		content: '';
		display: block;
		background: url(../img/coming-soon.svg) no-repeat center;
		background-size: contain;
		width: 100%;
		max-width: 100px;
		height: 100%;
	}
}

.content-area {
	background: white;
	padding: 50px 0;
}
span {
	display: inline-block;
}

#point01 {
	background-image: url(../img/bg-point01.webp);
	background-size: cover;
}
#point02 {
	background-image: url(../img/bg-point02.webp);
	background-size: cover;
}
#point03 {
	background-image: url(../img/bg-point03.webp);
	background-size: cover;
}
#point04 {
	background-image: url(../img/bg-point04.webp);
	background-size: cover;
}
#point05 {
	background-image: url(../img/bg-point05.webp);
	background-size: cover;
}
#point-more {
	background-image: url(../img/bg-more_pc.webp);
	background-size: cover;
	background-position: center top;
}

span.highlight-yellow {
	background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
	font-weight: bold;
	display: inline;
}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {
	.page_ttl {
		padding: 50px 0;
		width: 68%;
	}

	.txt_box span {
		font-size: 19.2px;
		margin: 0px 0 30px;
	}
	.flex-box {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	#point01 {
		background-image: url(../img/bg-point01_sp.webp);
	}
	#point02 {
		background-image: url(../img/bg-point02_sp.webp);
	}
	#point03 {
		background-image: url(../img/bg-point03_sp.webp);
	}
	#point04 {
		background-image: url(../img/bg-point04_sp.webp);
	}
	#point05 {
		background-image: url(../img/bg-point05_sp.webp);
	}
	#point-more {
		background-image: url(../img/bg-more_sp.webp);
	}
}
