@charset "UTF-8";

/* CSS Document */

#bg {
	background: url(/images/bg.webp) center center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -999999;
}

/*====================================

	main

====================================*/

main {
	background: #fff;
	width: 600px;
	margin: 80px auto;
	border-radius: 20px;
	overflow: hidden;
}

/*====================================

	#fv

====================================*/ 

#fv {
	padding: 0;
	overflow: hidden;
}
#fv .main_slider {
	padding: 0;
	margin-top: 0px;
}
#fv .main_slider li {
	padding: 0;
}
#fv .slick-prev,
#fv .slick-next {
    display: none;
}
#fv .slick-dots li {
    width: 60px;
    height: 2px;
}
#fv .slick-dots .slick-active button {
    background: var(--pink);
}

/*====================================

	section

====================================*/

main section {
}
main section .inner {
}
main section .inner .sec_ttl {
}
main section .inner .sec_ttl h2 {
}
main section .inner .sec_ttl h2 span {
}

/*====================================

	#wp_concept

====================================*/

#wp_concept {
	padding: 80px;
}
#wp_concept .inner {
}
#wp_concept .inner h2 {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 160%;
	line-height: 1.85;
	margin-bottom: 60px;
}
#wp_concept .inner p {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
}

/*====================================

	#wp_lineup

====================================*/

#wp_lineup {
	background: var(--darkblown);
	border-radius: 100px;
}
#wp_lineup .inner {
	padding: 100px 0;
}
#wp_lineup .inner .text_ph {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 80px;
	margin-bottom: 40px;
}
#wp_lineup .inner .text_ph .ph {
	width: 30%;
}
#wp_lineup .inner .text_ph .text {
	width: 60%;
	text-align: center;
}
#wp_lineup .inner .text_ph .text h3 {
	color: #fff;
	font-weight: normal;
	margin-bottom: 40px;
}
#wp_lineup .inner .text_ph .text h3 span {
	display: block;
	font-size: 80%;
	color: #fff;
	font-weight: normal;
}
#wp_lineup .inner .text_ph .text p {
	color: #fff;
	font-size: 80%;
	border-top: 1px solid #fff;
}
#wp_lineup .inner .color_variations {
	padding: 0 40px;
	margin-bottom: 40px;
}
#wp_lineup .inner .color_variations .c_v_inner {
	padding: 0;
	background: rgba(255, 255, 255, .9);
	padding: 20px;
	border-radius: 10px;
}
#wp_lineup .inner .color_variations .c_v_inner h3 {
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	font-size: 160%;
}
#wp_lineup .inner .color_variations .c_v_inner h3 span {
	display: block;
	font-size: 50%;
	font-weight: normal;
}
#wp_lineup .inner .color_variations .c_v_inner ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
#wp_lineup .inner .color_variations .c_v_inner ul li {
	width: 32%;
	text-align: center;
}
#wp_lineup .inner .color_variations .c_v_inner ul li .ph {
	padding: 0 30px;
}
#wp_lineup .inner .color_variations .c_v_inner ul li .ph img {
	width: 100%;
	border-radius: 50%;
}
#wp_lineup .inner .color_variations .c_v_inner ul li h4 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 10px;
}
#wp_lineup .inner .color_variations .c_v_inner ul li h4 span {
	font-size: 80%;
	display: block;
	line-height: 1em;
}
#wp_lineup .inner .color_variations .c_v_inner ul li p {
	font-size: 80%;
	font-weight: normal;
}

/*====================================

	#wp_quick

====================================*/

#wp_quick {
	padding: 40px 0;
}
#wp_quick .inner {
	padding: 40px;
}
#wp_quick .inner h2 {
	font-weight: normal;
	font-size: 140%;
	text-align: center;
	margin-bottom: 40px;
}
#wp_quick .inner .ph {
	margin-bottom: 40px;
	border-radius: 20px;
	overflow: hidden;
}
#wp_quick .inner h3 {
	font-weight: normal;
	font-size: 110%;
	text-align: center;
	margin-bottom: 20px;
}
#wp_quick .inner h3 .marker {
	font-size: 120%;
	background-image: linear-gradient(0deg, var(--pink) 0.5em, transparent 0.5em);
}
#wp_quick .inner p {
	font-size: 90%;
}

/*====================================

	#wp_anxiety

====================================*/

#wp_anxiety {
	padding: 100px 0;
	background: #eee;
	border-radius: 100px;
}
#wp_anxiety .inner {
}
#wp_anxiety .inner h2 {
	font-weight: normal;
	text-align: center;
	font-size: 140%;
	margin-bottom: 40px;
}
#wp_anxiety .inner .list {
	padding: 0 40px;
}
#wp_anxiety .inner .list dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	border-top: 1px solid var(--darkblown);
	border-bottom: 1px solid var(--darkblown);
	padding: 10px;
	margin-bottom: -1px;
}
#wp_anxiety .inner .list dl dt {
	width: 120px;
}
#wp_anxiety .inner .list dl dd {
	flex: 1;
	padding: 0 0 0 40px;
}
#wp_anxiety .inner .list dl dd p {
	font-size: 120%;
}

/*====================================

	#wp_befo_aff

====================================*/

#wp_befo_aff {
	padding: 80px 0;
}
#wp_befo_aff .inner {
	padding: 0 20px;
}
#wp_befo_aff .inner .throwing {
	padding: 0 120px;
	margin-bottom: 40px;
}
#wp_befo_aff .inner .cell {
	border: 1px solid var(--darkblown);
	background: var(--darkblown);
	padding: 20px 20px 0 20px;
	border-radius: 20px;
}
#wp_befo_aff .inner .cell h3 {
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
#wp_befo_aff .inner .cell ul {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#wp_befo_aff .inner .cell ul:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	background: url(/images/arrow.svg) no-repeat center center;
	background-size: 40px;
}
#wp_befo_aff .inner .cell ul li {
	width: 49%;
}
#wp_befo_aff .inner .cell ul li img {
	border-radius: 10px;
}
#wp_befo_aff .inner .cell ul li p {
	color: var(--pink);
	font-size: 80%;
	text-align: center;
}

/*====================================

	.btn

====================================*/

.btn {
	width: 100%;
	text-align: center;
}
.btn a {
	display: inline-block;
	line-height: 1me;
	padding: 1em 6em;
	text-decoration: none;
	border-radius: 60px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.btn .pink {
	color: var(--darkblown);
	background: var(--pink);
	border: 1px solid var(--pink);
}
.btn .pink:hover {
	color: var(--pink);
	background: var(--darkblown);
	border: 1px solid var(--pink);
}

















