@charset "UTF-8";

/* CSS Document */

.sp {
	display: none;
}

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

	main

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

main {
}

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

	section

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

main section {
}
main section .sec_ttl {
	margin: 0 auto 60px;
}
main section .sec_ttl h2 {
	width: 100%;
	text-align: center;
	font-size: 600%;
	font-weight: 200;
	line-height: 1em;
	font-family: "Questrial", sans-serif;
	color: var(--pink);
}
main section .sec_ttl h3 {
	width: 100%;
	text-align: center;
	line-height: 1em;
	font-weight: normal;
	color: var(--pink);
}
main section .sec_ttl .ex {
	margin: 40px 0;
	width: 100%;
	text-align: center;
	font-size: 110%;
}

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

	#fv

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

#fv {
	position: relative;
	width: 100%;
	height: 90vh;
	background: #fff;
}
.scroll {
	position: absolute;
	left: 50%;
	bottom: 40px;
	writing-mode: vertical-rl;
}

.scroll::before {
	animation: scroll 2s infinite;
	background-color: #e3bbbe;
	bottom: -115px;
	content: "";
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
	z-index: 2;
}
/* 線の背景色 */
.scroll::after {
	background-color: #545251;
	bottom: -115px;
	content: "";
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#fv .inner {
	width: 100%;
	height: 100%;
	padding: 0!important;
	position: relative;
	background-color: #f7f7f7;
	overflow: hidden;
	border-radius: 0 0 60px 60px;
}
#fv .main_slider {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
#fv .main_slider li {
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
}
#fv .main_slider li:nth-child(1) {
	background: url(/images/fv_01.webp) center center;
	background-size: cover;
}
#fv .main_slider li:nth-child(2) {
	background: url(/images/fv_02.webp) center center;
	background-size: cover;
}
#fv .main_slider li:nth-child(3) {
	background: url(/images/fv_03.webp) center center;
	background-size: cover;
}
#fv .slick-prev,
#fv .slick-next {
    display: none;
}
#fv .slick-dots {
	display: none !important;
}
#fv .slick-list,
#fv .slick-track {
    height: 100%;
}

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

	#wp_concept

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

#wp_concept {
	padding: 140px;
}
#wp_concept .inner {
}
#wp_concept .inner h2 {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 250%;
	line-height: 1.85;
	margin-bottom: 30px;
}
#wp_concept .inner h2 span {
	font-size: 40%;
	line-height: 1em;
	display: block;
	font-weight: normal;
}
#wp_concept .inner p {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	line-height: 2em;
}

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

	.wp_lineup

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

.wp_lineup {
	padding: 80px 10%;
	background: url(/images/lineup_bg.webp) #e3bbbe;
	background-size: cover;
}
.wp_lineup .inner {
	width: 100%;
	align-items: center;
	background: var(--beige);
	border-radius: 40px;
	padding-bottom: 80px;
	box-shadow: 0 0px 25px 0 rgba(150, 100, 105, .5);
}
.wp_lineup .inner .product {
	padding: 80px 0;
}
.wp_lineup .inner .product:last-child {
}
.wp_lineup .inner .product .sec_ttl {
}
.wp_lineup .inner .product .sec_ttl h2 {
	width: 600px;
	margin: 0 auto;
}
.wp_lineup .inner .product .text_ph {
	text-align: center;
}
.wp_lineup .inner .product .text_ph .ph {
	margin-bottom: 40px;
}
.wp_lineup .inner .product .text_ph .ph img {
	width: 160px;
	margin: 0 auto;
}
.wp_lineup .inner .product .text_ph .text {
}
.wp_lineup .inner .product .text_ph .text h3 {
	font-weight: normal;
	margin-bottom: 10px;
}
.wp_lineup .inner .product .text_ph .text h3 span {
	display: block;
	font-size: 80%;
	font-weight: normal;
}
.wp_lineup .inner .product .text_ph .text p {
	font-size: 80%;
}
.wp_lineup .inner .color_variations {
	margin: 0 auto 80px;
	padding: 0 10%;
}
.wp_lineup .inner .color_variations .c_v_inner {
	padding: 50px 50px;
	border-radius: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .3);
	margin-bottom: 40px;
}
.wp_lineup .inner .color_variations .c_v_inner h3 {
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 260%;
	font-family: "Questrial", sans-serif;
	border-bottom: 1px solid var(--pink);
	color: var(--pink);
}
.wp_lineup .inner .color_variations .c_v_inner h3 span {
	display: block;
	font-size: 30%;
	font-weight: normal;
	color: var(--dark_brown);
}
.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: 30%;
	text-align: center;
}
.wp_lineup .inner .color_variations .c_v_inner ul li .ph {
	margin-bottom: 10px;
}
.wp_lineup .inner .color_variations .c_v_inner ul li .ph img {
	width: 140px;
	border-radius: 50%;
	margin: 0 auto;
}
.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_lineup .inner .color_variations .component {
}
.wp_lineup .inner .color_variations .component dl {
}
.wp_lineup .inner .color_variations .component dl dt {
	font-size: 90%;
}
.wp_lineup .inner .color_variations .component dl dd {
	font-size: 80%;
	line-height: 1.65em;
	color: #444;
}

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

	#wp_anxiety

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

#wp_anxiety {
	padding: 80px 10%;
	background: #eee;
}
#wp_anxiety .inner {
	width: 100%;
	align-items: center;
	background: #fff;
	border-radius: 40px;
	padding: 100px 0px;
	box-shadow: 0 0px 25px 0 rgba(0, 0, 0, .3);
}
#wp_anxiety .inner h2 {
	font-weight: normal;
	text-align: center;
	font-size: 200%;
	margin-bottom: 40px;
	line-height: 1.5em;
	color: var(--pink);
}
#wp_anxiety .inner .list {
	padding: 0 40px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#wp_anxiety .inner .list dl {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	border: 1px solid #ccc;
	padding: 10px 30px;
	margin-bottom: -1px;
	border-radius: 200px;
	overflow: hidden;
	margin-bottom: 10px;
}
#wp_anxiety .inner .list dl dt {
	width: 80px;
}
#wp_anxiety .inner .list dl dd {
	flex: 1;
	padding: 0 0 0 20px;
}
#wp_anxiety .inner .list dl dd p {
	font-size: 120%;
}

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

	#wp_point

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

#wp_point {
	padding: 80px 10%;
	background: url(/images/quick_img.webp) center center #eee;
	background-size: cover;
	position: relative;
}
#wp_point .inner {
}
#wp_point .inner .text_ph {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#wp_point .inner .text_ph .ph {
	width: 50%;
	background: url(/images/concept.webp) center center;
	background-size: cover;
	border-radius: 20px;
}
#wp_point .inner .text_ph .text {
	width: 50%;
	padding: 80px 0px;
}
#wp_point .inner .text_ph .text h2 {
	font-weight: normal;
	font-size: 140%;
	text-align: center;
	margin-bottom: 40px;
}
#wp_point .inner .text_ph .text h3 {
	font-weight: normal;
	font-size: 110%;
	text-align: center;
	margin-bottom: 20px;
}
#wp_point .inner .text_ph .text h3 .marker {
	font-size: 120%;
	background-image: linear-gradient(0deg, #E9BBBF 0.5em, transparent 0.5em);
}
#wp_point .inner .text_ph .text p {
	width: 100%;
	text-align: center;
}
#wp_point .inner .list {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#wp_point .inner .list .cell {
	width: 49%;
	margin-bottom: 30px;
	overflow: hidden;
}
#wp_point .inner .list .cell .cell_ttl {
	background: var(--pink);
	padding: 10px 20px;
	border-radius: 40px;
}
#wp_point .inner .list .cell .cell_ttl h3 {
	color: #fff;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
#wp_point .inner .list .cell .cell_content {
}
#wp_point .inner .list .cell .cell_content ul {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#wp_point .inner .list .cell .cell_content 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 top 20% left 31%;
	background-size: 80px;
}
#wp_point .inner .list .cell .cell_content ul li {
	position: relative;
}
#wp_point .inner .list .cell .cell_content ul li:first-child {
	width: 30%;
}
#wp_point .inner .list .cell .cell_content ul li:first-child img {
	border: 4px solid #fff;
}
#wp_point .inner .list .cell .cell_content ul li:last-child {
	width: 65%;
}
#wp_point .inner .list .cell .cell_content ul li:last-child img {
	border: 4px solid var(--pink);
}
#wp_point .inner .list .cell .cell_content ul li img {
}
#wp_point .inner .list .cell .cell_content ul li p {
	color: #fff;
	display: inline-block;
	line-height: 1em;
	background: var(--pink);
	padding: .2em .4em;
}
#wp_point .inner .cap {
	width: 100%;
	text-align: right;
	font-size: 70%;
}

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

	#wp_commitment

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

#wp_commitment {
	padding: 80px 10%;
	background: #f7f7f7;
}
#wp_commitment .inner {
	width: 100%;
}
#wp_commitment .inner .list {
}
#wp_commitment .inner .list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
#wp_commitment .inner .list ul li:nth-child(1) {
	width: 100%;
}
#wp_commitment .inner .list ul li {
	width: 32%;
	margin-bottom: 20px;
	border: 1px solid var(--pink);
	background: #fff;
}
#wp_commitment .inner .list ul li h2 {
	font-weight: normal;
	font-size: 130%;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	background: var(--pink);
	padding: 10px 0;
}
#wp_commitment .inner .list ul li:nth-child(1) h2 {
	font-size: 180%;
	padding: 20px 0;
}
#wp_commitment .inner .list ul li>p {
	padding: 20px;
}
#wp_commitment .inner .list ul li>p img {
	width: 50%;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#wp_commitment .inner .list ul li .ph_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 40px 20px 40px;
	border-radius: 20px;
}
#wp_commitment .inner .list ul li .ph_area .cell {
	width: 32%;
	margin-bottom: 20px;
	background: var(--beige);
	padding: 20px;
	border: 1px solid var(--pink);
}
#wp_commitment .inner .list ul li .ph_area .cell h4 {
	margin-bottom: 10px;
	font-size: 120%;
}
#wp_commitment .inner .list ul li .ph_area .cell h4 sup {
	font-size: 60%;
	font-weight: normal;
}
#wp_commitment .inner .list ul li .ph_area .cell .ph {
	overflow: hidden;
	margin-bottom: 10px;
}
#wp_commitment .inner .list ul li .ph_area .cell p {
	font-size: 90%;
	line-height: 1.5em;
}
#wp_commitment .inner .list ul li .ph_area .cell p span {
	font-size: 80%;
}
#wp_commitment .inner .list ul li .ph_area .cell p:before {
	content: '●';
	font-size: 50%;
}
#wp_commitment .cap {
	font-size: 80%;
	text-align: right;
	width: 100%;
}

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

	#wp_howto

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

#wp_howto {
	padding: 80px 10%;
}
#wp_howto .inner {
}
#wp_howto .inner .serve_step {
	margin-bottom: 40px;
}
#wp_howto .inner .serve_step h4 {
	font-weight: normal;
	background: var(--pink);
	display: inline-block;
	padding: 0 2em;
	color: #fff;
}
#wp_howto .inner .serve_step ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
#wp_howto .inner .serve_step ul li {
	width: 24%;
}
#wp_howto .inner .serve_step ul li .ph {
	margin-bottom: 10px;
}
#wp_howto .inner .serve_step ul li .text h3 {
	font-weight: normal;
	font-size: 90%;
	line-height: 1.5em;
}
#wp_howto .inner .step {
	margin-bottom: 40px;
}
#wp_howto .inner .step ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
#wp_howto .inner .step ul li {
	width: 32%;
	position: relative;
}
#wp_howto .inner .step ul li .icon_step {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 50%;
	transform: rotate(-10deg);
}
#wp_howto .inner .step ul li .ph {
	margin-bottom: 10px;
	position: relative;
}
#wp_howto .inner .step ul li .ph p {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Questrial", sans-serif;
	line-height: 1em;
	padding: 8px;
	background: var(--pink);
	color: #fff;
	font-size: 120%;
	font-weight: 800;
}
#wp_howto .inner .step ul li .text {
}
#wp_howto .inner .step ul li .text h3 {
	font-weight: normal;
	font-size: 100%;
}
#wp_howto .inner #howtomovie {
	padding-top: 80px;
}
#wp_howto .inner #howtomovie .movie {
	padding: 40px 100px;
}
#wp_howto .inner #howtomovie .movie .wp_video {
	position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}
#wp_howto .inner #howtomovie .movie .wp_video video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .3);
}

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

	#wp_faq

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

#wp_faq {
	padding: 120px 80px;
	background: #eee;
}
#wp_faq .inner {
}
#wp_faq .inner .list {
	padding: 0 160px;
}
#wp_faq .inner .list dl {
	border-top: 1px solid #ccc;
	padding: 20px 0;
}
#wp_faq .inner .list dl:last-child {
	border-bottom: 1px solid #ccc;
}
#wp_faq .inner .list dl dt {
	font-size: 120%;
	margin-bottom: 10px;
}
#wp_faq .inner .list dl dt:before {
	content: 'Q.';
}

































