@charset "utf-8";
/*--------------------------*/
/* メインビジュアル */
/*--------------------------*/
#main {
	position: relative;
}
#mv {
	position: relative;
	padding-bottom: 20vw;
	background-color: transparent;
	overflow-x: hidden;
}
#mv .content-wrap-inner {
	padding-top: 27.5vw;
	padding-bottom: 10vw;
	background: #dcdde1 url('../images/mv-bg.png') no-repeat top 13vw center;
	background-size: 125%;
}
#mv::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #dcdde1;
	width: 125%;
	height: 20vw;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#mv .mv-check {
	width: 80vw;
	margin: 0 auto;
}
#mv .mv-why {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 90vw;
	height: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#mv-foot {
	position: relative;
}
#mv-foot .content-wrap-inner {
	padding-top: 2.5rem;
}
#mv-foot .section-title {
	margin-bottom: 1.5rem;
}
#mv-foot .mv-people {
	width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 480px) {
	#mv .content-wrap-inner {
		padding-top: 22.5vw;
		padding-bottom: 0;
		background-position: top 9vw center;
		background-size: 95%;
	}
	#mv .mv-check {
		width: 55vw;
	}
	#mv .mv-why {
		width: 60vw;
	}
	#mv-foot .section-title {
		margin-bottom: 2rem;
	}
	#mv-foot .mv-people {
		width: 60vw;
	}
}
@media only screen and (min-width: 1025px) {
	#mv {
		padding-bottom: 175px;
	}
	#mv .content-wrap-inner {
		padding-top: 110px;
		max-width: 100%;
		background-position: top 80px center;
		background-size: 60%
	}
	#mv::after {
		width: 115%;
		height: 175px;
	}
	#mv .mv-check {
		max-width: 400px;
	}
	#mv .mv-why {
		max-width: 520px;
	}
	#mv-foot .section-title {
		margin-top: 1rem;
	}
	#mv-foot .mv-people {
		width: 640px;
	}
}

#about {
	padding-top: 7.5vw;
	background-color: #e5f4fb;
}
#about .manga-slick {
	margin-top: 3.5rem;
}
@media only screen and (min-width: 480px) {
	#about .manga-slick {
		margin-top: 5rem;
	}
}
@media only screen and (min-width: 1025px) {
	#about .manga-slick {
		margin-top: 7.5rem;
	}
}
#faq {
	padding-top: 7.5vw;
	background-color: #dcdde1;
}
#faq .ac-menu {
	margin-top: 3.5rem;
}
#faq .ac-menu li:not(:last-child) {
	margin-bottom: 1rem;
}
#faq .ac-menu h2 {
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 2rem 1.5rem;
	cursor: pointer;
	background-color: #004a95;
	border-radius: 0.75rem;
	color: #fff;
}
#faq .ac-menu h2::before,
#faq .ac-menu h2::after {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 2px;
	background-color: #fff;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#faq .ac-menu h2::after {
	background-color: #fff;;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
#faq .ac-menu h2.active {
	background-color: #003061;
}
#faq .ac-menu h2.active::before {
	opacity: 0;
}
#faq .ac-menu h2.active::after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#faq .ac-menu li > div {
	display: none;
	background: #fff;
	padding: 1.5rem;
	border-radius: 0.75rem;
	margin-top: 1rem;
}
#faq .ac-menu li > div p {
	font-size: 1.6rem;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
@media only screen and (min-width: 480px) {
	#faq .ac-menu {
		margin-top: 5rem;
	}
	#faq .ac-menu li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#faq .ac-menu h2 {
		font-size: 2rem;
		line-height: 64px;
		padding: 0 2.5rem;
	}
	#faq .ac-menu h2::before,
	#faq .ac-menu h2::after {
		width: 20px;
		right: 2.5rem;
	}
	#faq .ac-menu li > div {
		padding: 3.5rem;
		margin-top: 1.5rem;
	}
}
@media only screen and (min-width: 1025px) {
	#faq .ac-menu {
		margin: 7.5rem auto 0 auto;
		max-width: 780px;
	}
	#faq .ac-menu h2 {
		font-size: 2.2rem;
		line-height: 78px;
		padding: 0 3rem;
	}
	#faq .ac-menu h2::before,
	#faq .ac-menu h2::after {
		width: 24px;
		right: 3rem;
	}
	#faq .ac-menu li > div p {
		font-size: 1.8rem;
	}
}

#manga {
	padding-top: 2.5vw;
	background-color: #fff;
}
@media only screen and (min-width: 480px) {
	#manga {
		padding-top: 3.5vw;
	}
}

.wc-area {
	background-color: #004a95;
}
.wc-area::before {
	content: '';
	display: block;
	width: 100%;
	height: 47.5vw;
	background: url('../images/wc-girls01.jpg?2022') no-repeat center center;
	background-size: cover;
}
.wc-area::after {
	content: '';
	display: block;
	width: 100%;
	height: 47.5vw;
	background: url('../images/wc-girls02.jpg?2022') no-repeat center center;
	background-size: cover;
}
.wc-area .content-wrap-inner .head-lead {
	font-size: 4.5vw;
	font-weight: 500;
	color: #fff34b;
	text-align: center;
	margin: 3rem auto 2.5rem;
}
.wc-area .content-wrap-inner .head-lead::after {
	content: '';
	display: block;
	width: 100%;
	height: 7.5vw;
	margin: 0.35rem auto 0;
	background: url('../images/wc-fukidashi.png') no-repeat center center;
	background-size: contain;
}
.wc-area .content-wrap-inner .section-title h1 {
	color: #fff;
	margin-bottom: 3.5rem;
}
.wc-area .content-wrap-inner .section-title h1 em {
	background: none;
}
.wc-area .content-wrap-inner figcaption {
	color: #fff;
}
.wc-area .content-wrap-inner .link-btn a,
.wc-area .content-wrap-inner .link-btn span {
	background-color: #ee847d;
}

@media only screen and (min-width: 480px) {
	.wc-area::before {
		height: 30vw;
	}
	.wc-area::after {
		height: 30vw;
	}
	.wc-area .content-wrap-inner .head-lead {
		font-size: 3.2vw;
		margin: 3.5rem auto 2.5rem;
	}
	.wc-area .content-wrap-inner .head-lead::after {
		height: 6vw;
		margin: 0 auto 0;
	}
}
@media only screen and (min-width: 1025px) {
	.wc-area::before {
		height: 260px;
		background-repeat: repeat-x;
		background-size: contain;
	}
	.wc-area::after {
		height: 260px;
		background-repeat: repeat-x;
		background-size: contain;
	}
	.wc-area .content-wrap-inner .head-lead {
		font-size: 2.5rem;
	}
	.wc-area .content-wrap-inner .head-lead::after {
		height: 45px;
	}
}

#link-area {
	background-color: #fff;
	overflow: hidden;
}
#link-area .link-title {
	position: relative;
	width: 90vw;
	text-align: center;
	margin: 5vw auto 1.5vw;
	padding: 5vw 0;
	background: url('../images/title-fukidashi.png') no-repeat center center;
	background-size: contain;
}
#link-area .link-title h2 {
	font-size: 5vw;
	font-weight: 500;
	color: #004a95;
	line-height: 16vw;
	padding-bottom: 4vw;
}
#link-area .link-title h2::after {
	position: absolute;
	content: '';
	top: 0;
	right: -7.5vw;
	display: block;
	width: 22.5vw;
	height: 100%;
}
#link-area .link-title.girl01 h2::after {
	background: url('../images/girl-fig01.png') no-repeat top center;
	background-size: contain;
}
#link-area .link-title.girl02 h2::after {
	background: url('../images/girl-fig02.png') no-repeat top center;
	background-size: contain;
}
#link-area .link-title.girl03 h2::after {
	background: url('../images/girl-fig03.png') no-repeat top center;
	background-size: contain;
}
#link-area .flex-wrap .flex-block > a {
	display: block;
	margin-bottom: 2.5rem;
	padding: 0 5vw;
	text-decoration: underline;
}
#link-area .link-photo-area {
	padding: 0 5vw;
	margin-bottom: 2.5rem;
}
#link-area .link-photo-area p a {
	display: block;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 2.5rem;
	text-decoration: underline;
	font-size: 1.6rem;
	font-weight: 500;
}
@media only screen and (min-width: 480px) {
	#link-area .link-title {
		width: 60vw;
		padding: 2.5vw 0 1.5vw;
	}
	#link-area .link-title h2 {
		font-size: 3.2vw;
		line-height: 12vw;
		padding-bottom: 3.5vw;
	}
	#link-area .link-title h2::after {
		right: -12.5vw;
		width: 22.5vw;
	}
	#link-area .flex-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 0 2.5vw;
	}
	#link-area .flex-wrap > .flex-block {
		width: 47.5%;
		margin: 0 auto;
	}
	#link-area .flex-wrap > .flex-block .banner {
		width: 100%;
	}
	#link-area .flex-wrap .flex-block a {
		margin-bottom: 2.5rem;
		padding: 0 0;
	}
	#link-area .link-photo-area {
		padding: 0 0;
		margin-bottom: 2.5rem;
	}
}
@media only screen and (min-width: 1025px) {
	#link-area {
		padding-bottom: 5rem;
	}
	#link-area .link-title {
		width: 460px;
		margin: 5rem auto 2.5rem;
		padding: 4rem 0 2.5rem;
	}
	#link-area .link-title h2 {
		font-size: 2.8rem;
		line-height: 6rem;
		padding-bottom: 3.5rem;
	}
	#link-area .link-title h2::after {
		right: -10rem;
		width: 20rem;
	}
	#link-area .flex-wrap {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 2rem;
	}
}

.shadow {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
