/*
Theme Name: ワワヤミー
Theme URI: 
Author: アクオス
Author URI: 
Description: アクオス
Version: 1.0
*/

html{
	scroll-behavior: smooth;
}
html.wf-loading h2,
html.wf-loading .header_inner{
	visibility: hidden;
}
html.wf-active h2,
html.wf-active .header_inner{
    visibility: visible;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	box-sizing: border-box;
	width:100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background: #fff;
	position: relative;
	font-weight: 450;
}
div, section, ul, li {
	box-sizing: border-box;
}
ul {
	list-style: none;
	padding-left: 0;
}
p, .answer{
    font-size: 18px;
    line-height: 1.5;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	max-width: 100%;
	display: block;
	margin: auto;
}
section {
	width: 100%;
	position: relative;
	margin: 0;
	box-sizing: border-box;
}
.inner {
	max-width: 650px;
	width: 90%;
	margin: auto;
	padding: 3rem;
}
.center {
	text-align: center;
}
h2 {
	text-align: center;
	font-size: 1.9rem;
	position: relative;
	padding-bottom: 2.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 550;
	color: #1B519F;
	line-height: 1.5;
}
h2::after {
	position: relative;
	content: "";
	display: block;
	width: 220px;
	height: 12px;
	background: url("img/head-after.png") no-repeat;
	bottom: -1rem;
	margin: auto;
	background-size: contain;
}
h3 {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
}
.btn {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 90%;
	height: 76px;
	margin: 2rem auto;
	text-align: center;
	max-width: 300px;
	background: #48BADC;
	font-size: 1.3rem;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 50px;
	font-weight: 600;
	color: #fff;
	transition: 0.5s;
}
.btn:hover {
	background: #F2AA88;
}
/*==================================================
motion
===================================*/
/* fadeUp */
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(80px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
	opacity: 0;
}
/*==================================================
ちらつき対策：ナビメニューは最初非表示
===================================*/
.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}
/*==================================================
header
===================================*/
header {}
.header_inner {
	font-family: fot-tsukuardgothic-std, sans-serif;
	color: #1B519F;
	font-size: 20px;
	font-weight: 600;
	position: fixed;
	text-align: center;
	top: 1rem;
	left: 2rem;
	z-index: 500;
}
.header_inner nav ul li {
	padding: 3px;
}
.header_inner nav a:hover {
	color: #F2AA88;
}
#toggle-btn {
	display: none;
}
/*==================================================
sec01
===================================*/
#sec01 {
	position: relative;
	background: url("img/bg_sec01.jpg") no-repeat;
background-size: 100% 100%;
    background-position: top;
}
#sec01 .mv{
	position: relative;
    padding-top: 10vh;
    padding-bottom: 15vh;
    width: fit-content;
    margin: auto;
    max-width: 90%;
}
#sec01 .title {
    position: absolute;
    right: -15%;
    padding: 0;
    top: 65%;
    width: 100%;
}
#sec01 .intro img{
	margin:3rem auto;
}
#sec01 .intro p {
	color:#584C3F;
}
#sec01 .desc {
	background: #F5F3F2;
	color: #1B519F;
	border-radius: 50px;
	position: relative;
	margin-top: 10rem;
	padding-top: 480px;
	padding-bottom: 200px;
}
#sec01 .desc .product-img {
	position: absolute;
	top: -15rem;
	width: 100%;
	left: 0;
}
#sec01 .reason p {
	color: #584C3F;
	margin: 2.8rem 0 3.5rem;
}
#sec01 .reason {
	background: #F2FBFD;
	color: #1B519F;
	border-radius: 50px;
	position: relative;
	box-shadow: 0px 10px 35px #00000029;
	position: relative;
	z-index: 100;
}
#sec01 .reason h3 {
	font-size: 2.5rem;
	color: #1B519F;
	text-align: left;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 550;
	margin: 2.5rem 0 1rem;
	position: relative;
	padding-left: 2rem;
}
#sec01 .reason h3::before {
	content: "〇";
	position: absolute;
	color: #F2AA88;
	left: 0;
	font-weight: 400;
	font-size: 1.7rem;
	top: 10%;
}
#sec01 .reason li .image {
	position: relative;
}
#sec01 .reason li img {
	width: 100%;
	border-radius: 25px;
}
#sec01 .reason li .image span {
	position: absolute;
	bottom: -12%;
	left: -5%;
	background: url(img/bg_white.png) no-repeat;
	background-size: 180px auto;
	transform: rotateZ(351deg);
	color: #0D9BC6;
	font-weight: 350;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.2;
	padding: 2rem 1.0rem;
	width: 200px;
	box-sizing: border-box;
	background-position: center;
}
#sec01 .reason .scene h3 {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 4rem;
	padding-left: 0;
}
#sec01 .reason .scene h3::before {
	display: none;
}
#sec01 .reason .scene ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	text-align: center;
	margin-top: 3rem;
	color: #584C3F;
}
#sec01 .reason .scene ul img {
	height: 100px;
	width: 100px;
	margin-bottom: 1rem;
	object-fit: contain;
	border-radius: 0;
}
/*==================================================
sec02
===================================*/
#sec02 {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: -12rem;
	background: url("img/bg_sec02.png") no-repeat;
	background-size: cover;
}
#sec02 h2 {
	color: #fff;
}
#sec02 .inner {
	padding-top: 16rem;
	color: #fff;
}
#sec02 li {
	margin: 3.5rem auto;
}
#sec02 li h3 {
	margin: 1rem 0 2rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 2.5rem;
	color: #fff;
}
#sec02 img:not(span img) {
	width: 100%;
	border-radius: 50px;
}
#sec02 span {
	position: relative;
	color: #F59466;
	margin: auto;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 110%;
	font-weight: 600;
}
#sec02 span::before, #sec02 span::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 40%;
	height: 3px;
	border-radius: 10px;
	background: #1B519F;
	top: 50%;
}
#sec02 span::before {
	left: 0;
}
#sec02 span::after {
	right: 0;
}
/*==================================================
sec03
===================================*/
#sec03 {
	background: url("img/bg_sec03.jpg") no-repeat;
	background-size: cover;
	background-position: center 20%;
	width: 100%;
	height: auto;
	aspect-ratio: 2.7/1;
}
/*==================================================
sec04
===================================*/
#sec04 {
	background: url("img/bg_sec04.jpg") no-repeat;
	background-size: cover;
	color: #fff;
	    background-attachment: fixed;
}
#sec04 ul li {
	color: #584C3F;
	margin-bottom: 4rem;
}
#sec04 ul li h3 {
	color: #1B519F;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
#sec04 ul li h3 span {
	color: #F2AA88;
	display: block;
	font-size: 1rem;
	margin-bottom: 0.8rem;
}
#sec04 ul li p {
	margin-bottom: 3rem;
}
/*==================================================
sec05
===================================*/
#sec05 {
	background: url("img/bg_sec05.jpg") no-repeat;
	width: 100%;
	height: auto;
	aspect-ratio: 3/1;
	background-size: cover;
	background-position: center;
}
/*==================================================
sec06
===================================*/
#sec06 {
	background: url("img/bg_sec06.png") no-repeat;
	width: 100%;
	height: auto;
	aspect-ratio: 2.4/1;
	background-size: cover;
	background-position: center;
	padding-bottom: 3rem;
}
#sec06 h2{
	    margin-top: -5rem;
}
#sec06 h2::after{
	display: none;
}
#sec06 h2::before{
    content: "";
    position: absolute;
    width: 300px;
    height: 250px;
    display: block;
    background: #fff;
        top: -55%;
    border-radius: 50%;
    left: 18%;
    margin: auto;
	padding: 1rem;
    z-index: -1;
}
#sec06 h3{
    font-size: 2rem;
    margin: 2.5rem 0;
	color:#1B519F;
}
#sec06 h3 span{
	display: block;
    font-size: 1rem;
    color: #F59466;
    margin-bottom: 1.2rem;
}
#sec06 .inner img{
	padding-bottom: 1rem;
}
#sec06 ul.price{
	    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #1B519F;
    gap: 5%;
    margin: 4rem auto;
    max-width: 440px;
}
#sec06 ul.price li{
	    background: #fff;
    border: 3px solid #1B519F;
    border-radius: 50%;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    box-shadow: 2px 5px 15px #00000040;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
}
#sec06 ul.price li h4{
	    font-size: 1.6rem;
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    width: 90%;
    margin-bottom: 12px;
}
#sec06 ul.price li h4 span {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #F4B394;
    padding-bottom: 12px;
}
#sec06 ul.apply li {
    box-shadow: 0px 10px 35px #00000029;
    border-radius: 50px;
    max-width: 480px;
    margin: 2rem auto 3.5rem;
    padding: 1.5rem;
}
#sec06 ul.apply li h4 {
    color: #1B519F;
    font-size: 2rem;
    text-align: center;
}
#sec06 ul.apply li strong {
    display: block;
    font-size: 2.2rem;
    color: #F2AA88;
    line-height: 2;
}
#sec06 ul.apply li span {
    color: #F2AA88;
    font-weight: 600;
    font-size: 1.15rem;
}
/*==================================================
sec07
===================================*/
#sec07 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#sec07 .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
#sec07 .inner {
	max-width: 1600px;
	width: 100%;
}
#sec07 ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-bottom: 2rem;
}
#sec07 ul li {
	background: #fff;
	box-shadow: 0px 10px 35px #00000029;
	border-radius: 50px;
	padding: 1.5rem;
	color: #1B519F;
}
#sec07 ul li h3 {
	color: #1B519F;
	text-align: left;
	font-size: 1.8rem;
}
#sec07 ul li h3 span {
	color: #F59466;
	display: block;
	font-size: 1rem;
	margin-bottom: 1rem;
}
/*==================================================
sec08
===================================*/
#sec08 {
	background-attachment: fixed;
	padding-bottom: 5vh;
}
#sec08 .inner {
	color: #1B519F;
	max-width: 710px;
}
summary::-webkit-details-marker {
    display: none;
}
#sec08 .inner details summary {
	background: #1B519F;
	color: #fff;
	font-size: 1.5rem;
	box-shadow: 0px 5px 12px #00000029;
	border-radius: 20px;
	padding: 1.1rem 1.5rem;
	margin: 1rem auto;
	display: block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
}
#sec08 .inner details summary span {
	position: absolute;
	display: block;
	width: 30px;
	height: 5px;
	background: #fff;
	border-radius: 30px;
	top: 48%;
	right: 2.5%;
	transition: 0.2s;
}
#sec08 .inner details summary span:nth-child(2) {
	transform: rotate(90deg);
}
#sec08 .inner details[open] summary span:nth-child(2) {
	transform: rotate(180deg);
}
#sec08 .inner details .answer {
	color: #1F1F1F;
	width: 95%;
	font-size: 1.1rem;
	margin: 1.5rem auto 3rem;
}
/*==================================================
footer
===================================*/
footer {
	background: #1B519F;
	color: #fff;
	text-align: center;
	position: relative;
}
footer .image {
	position: absolute;
	bottom: 92%;
	left: 0;
	height: 40vh;
	width: auto;
}
footer .image img {
	width: auto;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}
footer .footer_inner p {
	margin: 3rem 0 0;
}
footer .footer_inner nav{
	line-height: 1.8;
	margin:2rem 0;
}
footer .fixed_banner {
    position: fixed;
    bottom: 5%;
    right: 2%;
    width: 25vw;
    z-index: 300;
    max-width: 280px;
}
/*==================================================
SP
===================================*/
@media screen and (max-width: 980px) {
	.header_inner {
		display: none;
	}
	.openbtn {
		position: fixed;
		cursor: pointer;
		width: 40px;
		height: 40px;
		z-index: 600;
		top: 2%;
		right: 3%;
	}
	.openbtn span {
		display: inline-block;
		position: absolute;
		left: 0;
		height: 5px;
		border-radius: 10px;
		transition: all 0.4s;
		background: #1B519F;
		width: 100%;
	}
	.openbtn span:nth-of-type(1) {
		top: 8px;
	}
	.openbtn span:nth-of-type(2) {
		top: 22px;
	}
	.openbtn span:nth-of-type(3) {
		top: 36px;
	}
	header.active .openbtn span:nth-of-type(1) {
		transform: rotate(37deg);
		top: 20px;
		width: 110%;
		left: -5px;
	}
	header.active .openbtn span:nth-of-type(2) {
		display: none;
	}
	header.active .openbtn span:nth-of-type(3) {
		transform: rotate(-37deg);
		top: 20px;
		width: 110%;
		left: auto;
		right: 0;
	}
	header.active .header_inner {
		display: block;
		color: #1B519F;
		background: #FFFFFF;
		top: 0;
		left: auto;
		right: 0;
		height: 100vh;
		min-width: 50vw;
		padding: 4.5rem 1.5rem;
		box-shadow: 0px 3px 6px #00000029;
	}
	header.active .header_inner ul {
		width: max-content;
		margin: auto;
	}
	header.active .header_inner nav ul li {
		padding: 3px;
		font-size: 0.95rem;
	}
	header.active .header_inner nav {
		display: block;
		height: 100%;
		overflow-y: auto;
	}
	header.active .header_inner .btn {
		display: flex !important;
		width: 100%;
		height: 60px;
		margin: 3rem auto;
	}
	#sec07 ul {
		grid-template-columns: repeat(1, 1fr);
	}
	footer .fixed_banner {
		display: none;
	}
}
@media screen and (max-width: 760px) {
	.inner {
		width: 100%;
		max-width: 100%;
		padding: 2rem;
	}
	p{
		font-size: 16px;
	}
	h2 {
		font-size: 1.5rem;
		white-space: nowrap;
	}
	h3 {
		font-size: 1.2rem;
	}
	.btn {
		font-size: 1.1rem;
		height: 65px;
	}
	#sec01{
	background-size: cover;
    background-position: 0 -38vh;
	overflow-x: hidden;
	}
	#sec01 .inner {
		padding-top: 4rem;
	}
	#sec01 .mv{
		width: 90%;
	}
	#sec01 .mv .topimg{
		max-width: 100%;
	}

	#sec01 .title {
		top: 50%;
		right: -20%;
	}
	#sec01 .title  img{
		max-width: 140px;
	}
	#sec01 .reason h3{
		font-size: 1.5rem;
		padding-left: 1.7rem;
	}
	#sec01 .reason h3::before{
		font-size: 1.3rem;
	}
	#sec01 .reason li .image span{
		left: -10%;
    width: 145px;
    background-size: 140px auto;
    padding: 1.2rem 0.5rem;
    font-size: 0.9rem;
	}
		#sec01 .reason .scene h3{
		font-size: 1.3rem;
	}
	#sec01 .reason .scene ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem;
	}
	#sec01 .reason p{
		margin-top:2.2rem;
	}

	#sec01 .reason .scene ul img {
		height: 95px;
	}
	#sec02 li h3 {
		margin: 2rem 0;
		font-size: 1.5rem;
	}
	#sec02 span img{
		width: 60px;
	}
	#sec02 img:not(span img){
		border-radius: 25px;
	}
	#sec02 span::before, #sec02 span::after {
		width: 36%;
	}
	#sec03,#sec05{
		aspect-ratio: 1.8 / 1;
	}
	#sec04{
		background-attachment: scroll;
	}
	#sec06 h2 {
	        font-size: 1.5rem;
        height: auto;
        margin-top: 0;
        padding: 0;
	}
	#sec06 h2::before{
		display: none;
	}
	#sec06 .inner img {
		padding: 1rem;
		width: 90%;
        margin: auto;
		max-height: 240px;
        object-fit: contain;
	}
	#sec06 h3 {
		font-size: 1.5rem;
		margin: 1.5rem 0;
	}
	#sec06 ul.price {
		flex-direction: column;
		gap: 1.5rem;
		max-width: 220px;
		margin: 2rem auto;
	}
	#sec06 ul.apply li h4 {
		font-size: 1.5rem;
	}
	#sec06 ul.apply li {
		margin: 2rem auto;
		padding: 1rem;
	}
	#sec07 ul li{
		border-radius: 25px;
	}
	#sec07 ul li h3 {
		font-size: 1.5rem;
	}
	#sec08 .inner details summary {
		font-size: 1rem;
		padding: 15px 40px 15px 15px;
		border-radius: 10px;
	}
	#sec08 .inner details summary span {
		width: 20px;
		height: 4px;
		right: 3.5%;
	}
	#sec08 .inner details .answer {
		font-size: 0.9rem;
		margin: 1rem auto 2rem;
	}
	#sec08 {
		padding-bottom: 5vh;
	}
}