@charset "utf-8";
/* CSS Document */
body{
	position: relative;
	z-index: 1;
}
.main_box{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
/*pop*/
.pc_hide{
	opacity: 0;
	transition: .3s;
}
.pc_hide.show{
	opacity: 1;
}
.pc_hide.hide{
	opacity: 0;
}
.pop_box {
    position: fixed;
    right: 2vw;
	bottom: 2rem;
	z-index: 9999;
    display: block;
    width: auto;
    height: auto;
}
.pop_box .pop_Btn {
	display: block;
	position: relative;
	color: #ff0;
	padding: 0;
	border-radius: 1rem;
	width: 12vw;
	min-width: 150px;
	font-size: 1.2rem;
	z-index: 1;
}
.pop_box .pop_Btn:hover{
	opacity: 1;
}
.pop_box .pop_Btn p .small{
	color: #fff;
}
.pop_box .pop_Btn .pop_inner{
	position: absolute;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	padding: 1rem 0;
	border-radius: 2rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.4rem;
	overflow: hidden;
	width: 100%;
	left: 55%;
	top: 75%;
	transform: translate(-50%,-50%);
	transition: .3s;
	z-index: 1;
}
.pop_box .pop_Btn .pop_inner::after {
/*	background: rgba(1,198,43, .6);*/
	background: rgba(255,94,0, 1);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 250%;
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	transform: skewY(-15deg) scale(1, 0);
	z-index: -1;
}
.pop_box .pop_Btn:hover .pop_inner::after {
	transform: skewY(-15deg) scale(1, 1);
}
.pop_box .pop_Btn .pop_inner span{
	color: #ff0;
	display: block;
}
/*mv*/
.mv_box_wrap{
	position: relative;
	z-index: 1;
	padding: 5rem 0 2rem;
}
.mv_box_wrap .mv_box{
	width: 70vw;
	max-width: 1250px;
	margin: 5rem auto;
}
.mv_box_wrap .mv_box::before, .mv_box_wrap .mv_box::after{
	display: block;
	content: "";
	background-image: url("../img/index_mvbg01.png");
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 21vw;
	height: 100%;
	opacity: 0;
	transition: 1s;
}
.mv_box_wrap .mv_box::after{
	background-image: url("../img/index_mvbg02.png");
	background-position: left center;
	right: auto;
	left: 0;
	transform: translateY(-47%);
}
.mv_box_wrap .mv_box.acttion::before, .mv_box_wrap .mv_box.acttion::after{
	animation: MvFdUpTrgIn .5s cubic-bezier(0.25, 1, 0.5, 1) forwards .5s;
}
@keyframes MvFdUpTrgIn {
	0% {
		opacity: 0;
		scale: .9;
	}
	100% {
		opacity: 1;
		scale: 1;
	}
}
/*banner*/
.banner{
	position: relative;
	z-index: 1;
	padding: 0 0 5rem;
}
.banner::before{
	display: block;
	content: "";
	background-color: #fffdd3;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 80%;
	z-index: -1;
}
.banner ul li{
	width: calc(95%/3);
}
.banner ul li img{
	display: block;
}
/*campaign*/
.campaign{
	position: relative;
	z-index: 1;
	padding-bottom: 0;
}
.campaign h2{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.campaign .ttl_wrap{
	position: relative;
	z-index: 1;
	padding-bottom: 17rem;
}
.campaign .ttl_wrap ul{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.campaign .ttl_wrap li{
	width: calc(70%/2);
}
.campaign .ttl_wrap li img{
	display: block;
	margin: 0 auto;
	max-width: 300px;
}
.campaign .ttl_wrap li:first-child img{
	max-width: none;
}
.campaign .wave_img{
	margin-top: -15rem;
	padding-top: 20rem;
	position: relative;
	z-index: 1;
}
.campaign .wave_img02{
	position: relative;
	z-index: 3;
}
.campaign .wave_img03{
	position: relative;
	z-index: -1;
	margin-top: 8rem;
}
.campaign .wave_img.mt_none{
	margin-top: 2rem;
}
.campaign .wave_img svg, .campaign .wave_img02 svg{
	fill: #daeeff;
}
.campaign .wave_img03 svg{
	fill: #0f367a;
}
.campaign .wave_img::before{
	display: block;
	content: "";
	background-image: url("../img/index_wavebg.png");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	left: 51%;
	top: -2rem;
	transform: translateX(-50%) rotate(-5deg);
	width: 20vw;
	height: 160%;
	z-index: -1;
}
.campaign .tanki{
	position: relative;
	z-index: 2;
	padding: 5rem 0 1rem;
	margin: -2rem auto 0;
	background-color: #daeeff;
}
.campaign .tanki .main_box{
	padding: 5rem;
	background-color: #fff;
	box-shadow: 0 0 6px 0 #aaa;
}
.campaign .tanki.swim::before{
	display: block;
	content: "";
	background-image: url("../img/index_camimg01.png");
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	right: 0;
	top: -28rem;
	width: 25vw;
	height: 100%;
	max-height: 500px;
	opacity: 0;
	transition: 1s;
}
.campaign .tanki.gym{
	margin-top: 0;
	padding: 0;
	background-color: #f1fce4;
}
.campaign .tanki.gym::before{
	display: block;
	content: "";
	background-image: url("../img/index_camimg02.png");
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 30rem;
	transform: translateY(-50%);
	width: 22vw;
	height: 100%;
	opacity: 0;
	transition: 1s;
}
.campaign .tanki.swim.acttion::before, .campaign .tanki.gym.acttion::before{
	animation: FdDwnTrgIn .5s cubic-bezier(0.25, 1, 0.5, 1) forwards .5s;
}
@keyframes FdDwnTrgIn {
	0% {
		opacity: 0;
		scale: 1.1;
	}
	100% {
		opacity: 1;
		scale: 1;
	}
}
.campaign .tanki .txt_box, .campaign .tanki table{
	position: relative;
	z-index: 10;
}
.campaign .tanki .tankittl{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.campaign .tanki .price dl{
	align-items: baseline;
	background-color: #fff000;
	box-shadow: 0 0 6px 0 #aaa;
	max-width: 360px;
	border-radius: 5rem;
	overflow: hidden;
	margin: 0 auto;
	padding: .5rem 0;
}
.campaign .tanki .price.wari dl{
	max-width: 500px;
}
.campaign .tanki .price dl.a_center{
	align-items: center;
}
.campaign .tanki .price dt{
	padding-right: 3rem;
}
.campaign .tanki .price.wari dt{
	padding-right: 2rem;
}
.campaign .tanki .price dd .big{
	font-size: 2.5rem;
}
.campaign .tanki .price.wari dd .big{
	font-size: 3rem;
}
.campaign .tanki .price.big_box dd{
	line-height: 1.3;
}
.campaign .tanki .txt_box{
	padding: 0 2rem 0 0;
	width: 40%;
}
.campaign .tanki table{
	width: 60%;
}
.campaign .table01, .campaign .table02{
	width: 100%;
	margin: 3rem auto;
	box-shadow: 0 0 6px 0 #aaa;
}
.campaign .table01 tr, .campaign .table02 tr{
	border-bottom: 1px solid #eee;
}
.campaign .table01 thead th, .campaign .table02 thead th{
	background-color: #0f367a;
	color: #fff;
	padding: 1rem 0;
	width: calc(69%/3);
	border-right: 1px solid #fff;
}
.campaign .table01 thead th:first-child, .campaign .table01 thead th:nth-child(4){
	width: 8%;
}
.campaign .table01 thead th:nth-child(3){
	width: 15%;
}
.campaign .table01 thead th:last-child, .campaign .table02 thead th:last-child{
	border-right: none;
}
.campaign .table01 tbody th, .campaign .table02 tbody th{
	padding: 1rem 0;
	color: #fff;
	border-right: 1px solid #fff;
}
.campaign .swim .table01 tbody th, .campaign .swim .table02 tbody th{
	background-color: #65aadd;
}
.campaign .gym .table01 tbody th, .campaign .gym .table02 tbody th{
	background-color: #9bcb60;
}
.campaign .table01 tbody td, .campaign .table02 tbody td{
	padding: .5rem 0;
	background-color: #fff;
	text-align: center;
	border-left: 1px dashed #eee;
}
.campaign .table02 thead th{
	width: calc(80%/2);
}
.campaign .table02 thead th:first-child, .campaign .table02 thead th:nth-child(4){
	width: 10%;
}
.campaign .tokuten{
	position: relative;
	z-index: 2;
	background-color: #0f367a;
	padding-bottom: 10rem;
	margin-top: -2rem;
}
.campaign .tokuten h2.tktn_ttl{
	margin-top: -5rem;
	position: relative;
	z-index: 3;
}
.campaign .tokuten .main_box{
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 3rem;
}
.campaign .tokuten ul{
	max-width: 900px;
	margin: 0 auto;
	padding: 5rem 0;
	background-color: rgba(255,255,255,.95);
	box-shadow: 0 0 6px #000;
}
.campaign .tokuten ul li{
	width: calc(100%/2);
	margin: 0;
}
.campaign .tokuten ul li.tktn_01{
	width: 50%;
}
.campaign .tokuten ul li.tktn_02{
	width: 30%;
}
.campaign .tokuten ul li.tktn_subttl, .campaign .tokuten ul li.tktn_pre{
	width: 100%;
}
.campaign .tokuten ul li.tktn_subttl{
	position: relative;
	z-index: 1;
}
.campaign .tokuten ul li img{
	max-width: 700px;
	display: block;
	margin: 0 auto;
}
.campaign .tokuten ul li.tktn_01 img{
	max-width: 450px;
	margin: 0 0 0 auto;
}
.campaign .tokuten ul li.tktn_02 img{
	max-width: 250px;
	margin: 0
}
.campaign .tokuten ul li.tktn_subttl img{
	max-width: 500px;
}
.campaign .tokuten .bus_box{
	width: 100%;
	max-width: 600px;
	margin: 5rem auto 0;
}
/*attack*/
.attack{
	background-image: url("../img/index_attackbg.png");
	background-size: 65%;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 10rem 0;
	box-shadow: 0 0 6px 0 #aaa;
	position: relative;
	z-index: 1;
}
.attack::before{
	display: block;
	content: "";
	background: #dff7f4;
	background: linear-gradient(136deg, rgba(223, 247, 244, 1) 50%, rgba(0,114,195, 20%) 50%);
	padding: 10rem 0;
	box-shadow: 0 0 6px 0 #aaa;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.attack .main_box{
	position: relative;
	z-index: 5;
}
.attack ul{
	position: relative;
	z-index: 1;
}
.attack ul dt{
	width: 45%;
	position: relative;
	z-index: 2;
}
.attack ul dd{
	width: 55%;
	margin-left: 0;
	position: relative;
	z-index: 1;
	justify-content: center;
}
.attack ul dd a.button{
	font-size: 2rem;
	display: block;
	max-width: none;
	width: calc(95%/2);
	border: none;
	background: -webkit-gradient(linear, left top, right top, from(#0d87c2), to(#48c8be));
    background: linear-gradient(to right, #0d87c2, #48c8be);
	color: #fff;
	padding: 2.5rem 0;
	margin: 0 auto 3rem;
}
.attack ul dd a.button::after{
	background-color: #0d87c2;
}
.attack ul dd a.button:nth-of-type(2){
	background: -webkit-gradient(linear, left top, right top, from(#f86c1b), to(#f8e635));
    background: linear-gradient(to right, #f86c1b, #f8e635);
}
.attack ul dd a.button:nth-of-type(2)::after{
	background-color: #f86c1b;
}
.attack ul dd a.button:nth-of-type(3){
	background: -webkit-gradient(linear, left top, right top, from(#f51060), to(#fcb1d5));
    background: linear-gradient(to right, #f51060, #fcb1d5);
	margin-bottom: 0;
}
.attack ul dd a.button:nth-of-type(3)::after{
	background-color: #f51060;
}
/*about*/
.about{
	padding-bottom: 0;
}
.about .sugoi{
	position: relative;
	z-index: 1;
}
.about .sugoi h2{
	width: 100%;
	max-width: 450px;
	margin-left: 13vw;
	position: relative;
	z-index: 5;
}
.about .sugoi h3{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.about .sugoi .txt_box{
	width: 60%;
}
.about .sugoi .img_box{
	width: 40%;
}
.about .sugoi .point_wrap01, .about .sugoi .point_wrap02, .about .sugoi .point_wrap03{
	position: relative;
	margin-top: -5rem;
	background-image: url("../img/index_ab_point01bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.about .sugoi .point_wrap01{
	padding-bottom: 30rem;
	z-index: 2;
}
.about .sugoi .point_wrap01::before{
	display: block;
	content: "";
	background-image: url("../img/index_ab_point01_img01.png");
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	right: 9vw;
	top: -18%;
	transform: rotate(-11deg);
	width: 20vw;
	height: 100%;
	max-width: 490px;
	z-index: 1;
	opacity: 0;
	transition: 1s;
}
.about .sugoi .point_wrap01.acttion::before{
	animation: FdUpIn2 .5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes FdUpIn2 {
	0% {
		opacity: 0;
		scale: 0.9;
	}
	100% {
		opacity: 1;
		scale: 1;
	}
}
.about .sugoi .point_wrap01::after{
	display: block;
	content: "";
	background-image: url("../img/index_ab_point02bg_wave.png");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	bottom: -18rem;
	transform: translateX(-50%) rotate(180deg);
	width: 100%;
	height: 35%;
	z-index: -1;
}
.about .sugoi .wave_img04{
	fill: #fff;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	height: auto;
}
.about .sugoi .point_wrap01 .txt_box{
	width: 60%;
	padding-right: 2rem;
}
.about .sugoi .point_wrap01 .img_box img{
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.about .sugoi .point_wrap01 .catch{
	margin-top: 8rem;
}
.about .sugoi .point_wrap01 .catch p, .about .sugoi .point_wrap02 .catch p, .about .sugoi .point_wrap03 .catch p{
	font-size: 3.4rem;
	font-family: "Klee One", cursive, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #0f367a;
	font-weight: 600;
	line-height: 1.5;
}
.about .sugoi .box01{
	margin-top: 5rem;
	background-color: #85d2eb;
	padding: 3rem;
	box-shadow: 0 0 6px 0 #aaa;
	border-radius: 0;
}
.about .sugoi .box01 p{
	font-size: 2.3rem;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
}
.about .sugoi .point_wrap01 .bt_water .img_box{
	width: 30%;
	max-width: 250px;
}
.about .sugoi .point_wrap01 .bt_water .txt_box{
	width: 40%;
	margin: 0 auto;
}
.about .sugoi .point_wrap01 .bt_water .txt_box p{
	font-size: 1.4rem;
}
.about .sugoi .point_wrap01 .bt_water .txt_box .bt_water_ttl{
	font-family: "Klee One", cursive, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 2.4rem;
	font-weight: 600;
	color: #0f367a;
	width: 100%;
	max-width: 300px;
	text-align: center;
	background-color: #fff;
	border-radius: 5rem;
	padding: 1rem 0;
	box-shadow: 0 0 6px 0 #fff;
	margin: 3rem auto 1rem;
}
.about .sugoi .point_wrap01 .bt_water ul{
	justify-content: space-between;
	align-items: center;
	margin-top: -3rem;
}
.about .sugoi .point_wrap01 .bt_water ul li{
	width: calc(96%/4);
	text-align: center;
	padding: 5rem 0;
	position: relative;
	z-index: 1;
}
.about .sugoi .point_wrap01 .bt_water ul li::before{
	display: block;
	content: "";
	background-image: url("../img/index_about_p1_li01.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.about .sugoi .point_wrap01 .bt_water ul li:nth-child(2){
	margin-top: 3rem;
}
.about .sugoi .point_wrap01 .bt_water ul li:nth-child(4){
	margin-top: 5rem;
}
.about .sugoi .point_wrap01 .bt_water ul li:nth-child(2)::before{
	background-image: url("../img/index_about_p1_li02.png");
}
.about .sugoi .point_wrap01 .bt_water ul li:nth-child(3)::before{
	background-image: url("../img/index_about_p1_li03.png");
}
.about .sugoi .point_wrap01 .bt_water ul li:nth-child(4)::before{
	background-image: url("../img/index_about_p1_li04.png");
}
.about .sugoi .point_wrap01 .bt_water ul li{
	color: #0f367a;
}
.about .sugoi .point_wrap01 .bt_water ul li span{
	display: block;
	font-size: 1.4rem;
	color: #02a7db;
	position: relative;
	z-index: 1;
	padding-top: 1rem;
}
.about .sugoi .point_wrap01 .bt_water ul li span::before{
	display: block;
	content: "";
	background-color: #fff;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 3px;
	transform: translateX(-50%);
}
.about .sugoi .point_wrap02{
	padding: 5rem 0;
	background: url("../img/index_ab_point02bg.jpg") center / cover no-repeat;
	background-color: transparent;
	z-index: 2;
}
.about .sugoi .point_wrap02 .main_box{
	margin-top: -30rem;
}
.about .sugoi .point_wrap02 .main_box .txt_box{
	position: relative;
	z-index: 3;
}
.about .sugoi .point_wrap02 .catch p{
	color: #f28805;
}
.about .sugoi .point_wrap02 .txt_box{
	position: relative;
	z-index: 3;
}
.about .sugoi .point_wrap02 .box01{
	background-color: #ffc26e;
}
.about .sugoi .point_wrap02 .txt_box_inr{
	padding-left: 3rem;
}
.about .sugoi .point_wrap02_wrap .class_li{
	background-color: #fff;
	position: relative;
	z-index: 5;
	padding: 10rem 0;
	margin: -5rem auto 0;
	--mask:
	radial-gradient(34.99px at 50% 48px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 51% repeat-x,
    radial-gradient(34.99px at 50% -18px,#0000 99%,#000 101%) 50% 30px/120px calc(51% - 30px) repeat-x,
    radial-gradient(34.99px at 50% calc(100% - 48px),#000 99%,#0000 101%) calc(50% - 60px) 100%/120px 51% repeat-x,
    radial-gradient(34.99px at 50% calc(100% + 18px),#0000 99%,#000 101%) 50% calc(100% - 30px)/120px calc(51% - 30px) repeat-x;
	-webkit-mask: var(--mask);
	mask: var(--mask);
}
.about .sugoi .point_wrap02_wrap .class_li .main_box{
	margin-top: 0;
}
.about .sugoi .point_wrap02_wrap .class_li li{
	width: calc(94%/8);
	text-align: center;
}
.about .sugoi .point_wrap02_wrap .class_li li span{
	display: block;
	font-size: 1.2rem;
}
.about .sugoi .point_wrap03{
	padding: 10rem 0 30rem;
	background: url("../img/index_ab_point03bg.jpg") center / cover no-repeat;
	z-index: 2;
}
.about .sugoi .point_wrap03::before, .about .sugoi .point_wrap03::after{
	display: block;
	content: "";
	background-image: url("../img/index_ab_point02bg_wave.png");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: -15rem;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.about .sugoi .point_wrap03::after{
	background-image: url("../img/index_ab_point03_img01.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	left: auto;
	right: 7vw;
	top: auto;
	bottom: 1rem;
	transform: translate(0,0) rotate(-5deg);
	width: 15vw;
	z-index: 1;
	opacity: 0;
	transition: 1s;
}
.about .sugoi .point_wrap03.acttion::after{
	animation: FdUpIn3 .5s cubic-bezier(0.25, 1, 0.5, 1) forwards 2s;
	opacity: 0;
}
@keyframes FdUpIn3 {
	0% {
		opacity: 0;
		scale: 0.9;
		transform: translate(0,0) rotate(-5deg);
	}
	100% {
		opacity: 1;
		scale: 1;
		transform: translate(0,0) rotate(-5deg);
	}
}
.about .sugoi .point_wrap03 .main_box .txt_box{
	position: relative;
	z-index: 3;
}
.about .sugoi .point_wrap03 .img_box{
	position: relative;
	z-index: -1;
}
.about .sugoi .point_wrap03 .catch p{
	color: #0f707a;
}
.about .sugoi .point_wrap03 .box01{
	background-color: #2dd0dc;
}
.about .sugoi .point_wrap03 .wave_img04{
	fill: #fff;
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) rotate(-180deg);
	width: 100vw;
	height: auto;
}
/*merit*/
.about .merit {
	padding-top: 0;
	position: relative;
	z-index: 1;
}
.about .merit::before, .merit::after {
	display: block;
	content: "";
	background-image: url("../img/index_merit_bg01.png");
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	width: 20vw;
	height: 100%;
	max-height: 500px;
	position: absolute;
	left: 8vw;
	top: 3%;
	z-index: -1;
}
.about .merit::after {
	background-image: url("../img/index_merit_bg02.png");
	background-size: contain;
	background-position: right top;
	left: auto;
	right: 8vw;
	top: 2%;
	transform: rotate(10deg);
}
.about .merit .h2_wrap .img_box{
	margin: 0 auto 2rem;
	width: 100%;
	max-width: 200px;
}
.about .merit .h2_wrap .catch{
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 1rem;
}
.about .merit .h2_wrap h2.ttl02{
	text-align: center;
	font-size: 3.4rem;
	font-family: "Klee One", cursive, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #0f367a;
	font-weight: 600;
	line-height: 1.5;
	margin: 3rem auto;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.about .merit .merit_wrap{
	position: relative;
	z-index: 1;
	background-color: #fff5fa;
}
.about .merit .merit_wrap .main_box{
	position: relative;
	z-index: 1;
	padding: 5rem;
}
.about .merit .merit_wrap .merit_ttl{
	position: absolute;
	left: 0;
	top: -6rem;
	transform: rotate(-10deg);
}
.about .merit .merit_box{
	position: relative;
	z-index: 1;
	padding: 50rem 0 10rem;
	border-radius: 80rem 80rem 0 0;
	box-shadow: 0 0 6px 0 #ccc;
}
.about .merit .merit_box .main_box{
	margin-top: -15rem;
	background-color: #fff;
}
.about .merit .merit_box .main_box::before{
	display: block;
	content: "";
	background-image: url("../img/index_merit01_img01.png");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 24vw;
	height: 100%;
	max-height: 300px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: -300px;
	transform: translateX(-50%);
}
.about .merit .merit_box .txt_box{
	width: 65%;
}
.about .merit .merit_box .img_box{
	width: 35%;
	padding-left: 2rem;
}
.about .merit .h3_wrap{
	margin: 0 auto 3rem;
	width: 100%;
	max-width: 600px;
	text-align: center;
}
.about .merit h3.ttl03{
	font-size: 3.3rem;
	position: relative;
	z-index: 1;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
}
.about .merit h3.ttl03::before{
	display: block;
	content: "";
	background-color: #ffeff7;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about .merit h3.ttl03::after{
	display: block;
	content: "";
	background-color: #f2bdcd;
	width: 20%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about .merit .voice{
	position: relative;
	z-index: 1;
	background: #fff5fa;
	background: linear-gradient(180deg, rgba(255, 245, 250, 1) 0%, rgba(232, 251, 255, 1) 100%);
}
.about .merit .voice::before{
	display: block;
	content: "";
	background-image: url("../img/index_merit02_bg.jpg");
	background-size: 45vw;
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-53%);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.about .merit .voice .main_box{
	padding-top: 2rem;
}
.about .merit .voice .merit_ttl{
	left: auto;
	right: 0;
	transform: rotate(10deg);
}
.about .merit .voice .h3_wrap{
	max-width: 80%;
	margin: 0 0 5rem 0;
}
.about .merit .voice h3.ttl03::before{
	background-color: #fff;
}
.about .merit .voice ul{
	width: 100%;
	max-width: 800px;
}
.about .merit .voice ul li{
	margin-bottom: 2rem;
}
.about .merit .voice ul li:last-child{
	margin-bottom: 0;
}
.about .merit .voice ul li dl dt{
	width: 20%;
	padding-right: 2rem;
}
.about .merit .voice ul li dl.reverse dt{
	padding-right: 0;
	padding-left: 2rem;
}
.about .merit .voice ul li dl dd{
	width: 80%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 3rem;
	border-radius: 2rem;
}
.about .merit .voice ul li dl dd::before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 25px solid #fff;
	border-left: 0;
	position: absolute;
	z-index: 1;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
}
.about .merit .voice ul li dl.reverse dd::before{
	border-left: 25px solid #fff;
	border-right: 0;
	position: absolute;
	z-index: 1;
	left: auto;
	right: -25px;
}
.about .merit .voice .wave_img03{
	position: absolute;
	left: 0;
	bottom: -2rem;
	width: 100vw;
	height: auto;
}
.about .merit .voice .wave_img03 svg{
	fill:#fff;
}
/*oneday*/
.oneday {
	position: relative;
	z-index: 1;
	padding-top: 25rem;
}
.oneday .oneday_bg {
	position: relative;
	z-index: 1;
	background-color: #d8eefc;
}
.oneday .wave_img03{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.oneday .wave_img03.hanten{
	top: auto;
	transform: translateX(-50%) rotate(180deg);
	bottom: -0.5px;
}
.oneday .wave_img03 svg{
	fill: #fff;
}
.oneday .main_box{
	position: relative;
	z-index: 1;
	padding: 20rem 0 25rem;
}
.oneday .main_box h2{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: absolute;
	top: -20rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.oneday .main_box .flow{
	background-color: rgba(255,255,255,.9);
	padding: 5rem;
}
.oneday .main_box .flow ul li{
	margin-bottom: 2rem;
}
.oneday .main_box .flow dt{
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 2rem;
	font-size: 2.2rem;
	line-height: 1.4;
	border-radius: 50%;
	width: 100px;
	text-align: center;
}
.oneday .main_box .flow dt::before{
	display: block;
	content: "";
	background-color: #25aae2;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.oneday .main_box .flow dt span{
	display: block;
	font-size: 1.2rem;
}
.oneday .main_box .flow dd{
	width: calc(100% - 100px);
	padding-left: 1rem;
}
.oneday .main_box .flow dd p:nth-of-type(1){
	font-size: 2rem;
	font-weight: 600;
	color: #0f367a;
	border-bottom: 1px dashed #c9e6f2;
}
.oneday .oneday_bg .txt_dez{
	font-size: 8vw;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.oneday .onedayBtn{
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	justify-content: space-between;
}
.oneday .onedayBtn p{
	width: calc(97%/2);
}
.oneday .onedayBtn p:nth-last-of-type(1) a{
	background-color: #9bcb60;
	border-color: #9bcb60;
}
.oneday .onedayBtn p:nth-last-of-type(1) a:hover{
	opacity: 1;
	background-color: rgba(155,203,96,.7);
}
/*access*/
.access {
	padding: 0 0 5rem;
}
.access .acc_txt, .access .acc_map{
	width: 50%;
}
.access .acc_txt{
	padding-right: 5rem;
}
.access .acc_txt h2.ttl02{
	margin-bottom: 0;
}
.access .acc_map{
	width: 50%;
}
.access .acc_txt ul li{
	padding-bottom: .5rem;
	border-bottom: 1px dashed #eee;
	margin-bottom: .5rem;
}
.access .acc_txt ul li h3{
	width: 90%;
	max-width: 270px;
	margin: 0 auto 2rem;
}
.access dt{
	width: 100px;
}
.access dd{
	width: calc(100% - 120px);
}
.access dd dl{
	padding-bottom: .5rem;
	border-bottom: 1px dashed #eee;
	margin-bottom: .5rem;
}
.access dd dl:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.access dd dt{
	width: 120px;
}
.access dd dd{
	width: calc(100% - 140px);
}
.access dd dl a{
	margin: .5rem auto;
}
@media screen and (max-width: 1499px){
	.mv_box_wrap .mv_box::before{
		width: 20vw;
	}
	.mv_box_wrap .mv_box::after{
		width: 21vw;
	}
	.campaign .wave_img::before{
		width: 23vw;
	}
	.campaign .tanki.swim::before, .campaign .tanki.gym::before{
		width: 32vw;
	}
	.campaign .tanki .main_box{
		margin-top: 10rem;
	}
	.about .sugoi h2{
		margin-left: 5vw;
	}
	.about .sugoi .point_wrap01::before{
		width: 27vw;
		right: 0;
	}
	.about .sugoi .point_wrap01::after{
		bottom: -25rem;
	}
	.about .sugoi .box01 p{
		font-size: 2.1rem;
	}
	.about .merit::before{
		left: 2vw;
	}
	.about .merit .merit_box{
		border-radius: 60rem 60rem 0 0;
	}
	.about .merit .merit_box .main_box::before{
		width: 27vw;
		top: -45%;
	}
	.about .merit .voice::before{
		background-size: 51vw;
		transform: translateY(-43%);
	}
	.about .merit .voice .main_box{
		padding: 5rem 0;
	}
	.oneday .main_box{
		padding-bottom: 20rem;
	}
	.oneday .oneday_bg .txt_dez{
		font-size: 9vw;
	}
}
@media screen and (max-width: 1199px){
	.campaign h2{
		max-width: 600px;
	}
	.campaign .wave_img::before{
		width: 29vw;
	}
	.campaign .tanki.swim::before{
		top: -9rem;
	}
	.campaign .tanki .main_box{
		padding: 3rem;
	}
	.attack{
		background-size: 85%;
	}
	.attack ul dd{
		padding-left: 2rem;
	}
	.attack ul dd a.button{
		width: 100%;
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
		padding: 2rem 0;
	}
	.about .sugoi h2{
		max-width: 350px;
	}
	.about .sugoi .point_wrap01::before{
		right: -7rem;
		top: -14%;
	}
	.about .sugoi h3{
		max-width: 300px;
	}
	.about .sugoi .point_wrap01 .catch p, .about .sugoi .point_wrap02 .catch p, .about .sugoi .point_wrap03 .catch p{
		font-size: 2.8rem;
	}
	.about .sugoi .box01{
		margin-top: 2rem;
		padding: 2rem;
	}
	.about .sugoi .box01 p{
		font-size: 1.8rem;
	}
	.about .sugoi .point_wrap01 .bt_water .txt_box{
		width: 100%;
	}
	.about .sugoi .point_wrap01 .bt_water ul li{
		width: calc(100%/4);
		padding: 3rem 0;
	}
	.about .sugoi .point_wrap01 .bt_water ul li p{
		font-size: 1.3rem;
	}
	.about .sugoi .point_wrap01 .bt_water ul li span{
		font-size: 1.2rem;
	}
	.about .sugoi .point_wrap02_wrap .class_li ul{
		max-width: 600px;
		margin: 0 auto;
	}
	.about .sugoi .point_wrap02_wrap .class_li ul li {
		width: calc(97%/4);
	}
	.about .sugoi .point_wrap03{
		padding-bottom: 17rem;
	}
	.about .merit::before, .merit::after{
		width: 24vw;
	}
	.about .merit::before{
		left: 1vw;
		top: 9%;
	}
	.about .merit::after{
		right: 6vw;
		top: 10%;
	}
	.about .merit .merit_wrap .merit_ttl{
		width: 60%;
		max-width: 270px;
	}
	.about .merit .merit_box{
		padding-top: 45rem;
	}
    .about .merit .merit_box .main_box::before {
		width: 28vw;
		top: -41%;
    }
	.about .merit h3.ttl03{
		font-size: 2.8rem;
	}
	.about .merit .voice .h3_wrap{
		max-width: none;
	}
	.oneday .main_box h2{
		max-width: 500px;
	}
	.oneday .main_box{
		padding: 15rem 0;
	}
}
@media screen and (max-width: 999px){
	.pop_box{
		display: none;
	}
	.mv_box_wrap .mv_box{
		width: 95vw;
	}
	.mv_box_wrap .mv_box::before{
		background-position: right top;
		top: -15%;
		right: -16%;
		width: 25vw;
		transform: translateY(0) rotate(-45deg);
	}
	.mv_box_wrap .mv_box::after{
		background-position: left bottom;
		top: auto;
		left: -20%;
		bottom: -20%;
		transform: translateY(0) rotate(-45deg);
	}
	.banner ul li {
		width: calc(98% / 3);
	}
	.campaign h2{
		max-width: 500px;
	}
	.campaign .wave_img::before {
		width: 39vw;
	}
	.campaign .tanki.swim::before, .campaign .tanki.gym::before {
		width: 40vw;
	}
	.campaign .tanki .txt_box{
		width: 70%;
		padding: 0;
		margin: 0 auto 1rem;
	}
	.campaign .tanki table{
		width: 100%;
	}
	.campaign .tanki.gym::before{
		top: 35rem;
	}
	.campaign .tokuten{
		padding-top: 5rem;
	}
	.attack{
		padding: 5rem 0;
	}
	.attack ul dt, .attack ul dd{
		width: 50%;
		padding-left: 0;
	}
	.about .sugoi .point_wrap01::before{
		width: 35vw;
		right: -12rem;
	}
	.about .sugoi h3{
		margin-top: 5rem;
	}
	.about .sugoi .point_wrap01 .catch{
		margin-top: 2rem;
	}
	.about .sugoi .point_wrap01 .txt_box, .about .sugoi .point_wrap02 .main_box .txt_box, .about .sugoi .point_wrap03 .main_box .txt_box{
		width: 100%;
	}
	.about .sugoi .point_wrap01 .txt_box{
		padding-right: 0;
	}
	.about .sugoi .point_wrap02 .txt_box_inr{
		padding-left: 0;
	}
	.about .sugoi .img_box{
		width: 60%;
		margin: 0 auto;
	}
	.about .sugoi .point_wrap01{
		padding-bottom: 25rem;
	}
	.about .sugoi .point_wrap01::after {
		bottom: -35rem;
	}
	.about .sugoi .point_wrap02 .main_box .reverse, .about .merit .merit_wrap.merit_box .reverse{
		flex-flow: column;
	}
	.about .sugoi .point_wrap03{
		padding-bottom: 8rem;
	}
	.about .sugoi .point_wrap03::before{
		top: -5rem;
	}
	.about .sugoi .point_wrap03 h3{
		margin-top: 0;
	}
	.about .sugoi .point_wrap03::after{
		width: 20vw;
		right: 10vw;
	}
	.about .merit::before{
		top: 12%;
	}
	.about .merit::after{
		top: 13%;
	}
	.about .merit .merit_box {
		padding-top: 40rem;
		border-radius: 40rem 40rem 0 0;
	}
	.about .merit .merit_box .main_box::before {
		width: 31vw;
		top: -18%;
		transform: translateX(-10%);
	}
	.about .merit .h2_wrap .img_box{
		max-width: 150px;
	}
	.about .merit .merit_box .txt_box{
		width: 100%;
		padding-right: 0;
	}
	.about .merit .merit_box .img_box{
		width: 70%;
		margin: 0 auto 1rem;
	}
	.about .merit .voice ul{
		margin-bottom: 30rem;
	}
	.about .merit .voice::before{
		background-position: right bottom;
		background-size: 67vw;
		top: auto;
		bottom: 0;
		transform: translateY(0);
	}
	.oneday{
		padding-top: 20rem;
	}
	.oneday .main_box {
		padding: 13rem 0;
	}
	.oneday .main_box h2{
		max-width: 400px;
		top: -15rem;
	}
	.oneday .main_box .flow{
		padding: 3rem;
	}
	.access .acc_txt, .access .acc_map{
		width: 100%;
	}
	.access .acc_txt{
		padding: 0;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 767px){
	.mv_box_wrap .mv_box::before{
		background-image: url("../img/index_mvbg01_sp.png");
		top: 0;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 110%;
	}
	.mv_box_wrap .mv_box::after{
		background-image: url("../img/index_mvbg02_sp.png");
		bottom: 0;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 110%;
	}
	.mv_box_wrap .mv_box{
		margin: 15rem auto;
	}
	.banner ul.j_sb, .about .sugoi .point_wrap02_wrap .class_li ul.j_sb{
		justify-content: space-around !important;
	}
	.banner ul li {
		width: calc(98% / 2);
	}
	.campaign .ttl_wrap ul{
		position: relative;
	}
	.campaign .ttl_wrap li {
		width: calc(95% / 2);
	}
	.campaign .wave_img::before {
        width: 60vw;
		top: -4rem;
    }
	.campaign .tanki.swim::before, .campaign .tanki.gym::before {
		width: 58vw;
	}
	.campaign .tanki.swim::before{
		right: -2rem;
	}
	.campaign .tanki.gym::before {
		left: -2rem;
	}
	.campaign .tanki .main_box{
		padding: 2rem;
	}
	.campaign .tanki .txt_box{
		width: 100%;
	}
	.campaign .tokuten ul li.tktn_01{
		width: 55%;
	}
	.campaign .tokuten ul li.tktn_02{
		width: 43%;
	}
	.attack ul dt, .attack ul dd{
		width: 100%;
	}
	.attack {
		background-size: cover;
	}
	.about .sugoi h2{
		max-width: none;
		width: 55vw;
	}
	.about .sugoi .point_wrap01::before{
		width: 47vw;
	}
	.about .sugoi .point_wrap01 .main_box{
		position: relative;
		z-index: 1;
	}
	.about .sugoi h3{
		max-width: 280px;
	}
	.about .sugoi .point_wrap01 .catch p, .about .sugoi .point_wrap02 .catch p, .about .sugoi .point_wrap03 .catch p{
		font-size: 2.2rem;
	}
	.about .sugoi .box01{
		padding: 1rem;
		font-size: 1.6rem;
	}
	.about .sugoi .point_wrap01 .bt_water ul li{
		width: calc(98%/2);
		padding: 5rem 0;
	}
	.about .sugoi .point_wrap01 .bt_water ul{
		margin: 2rem auto;
	}
	.about .sugoi .point_wrap01 .bt_water ul li:nth-child(2), .about .sugoi .point_wrap01 .bt_water ul li:nth-child(4) {
		margin-top: 0;
	}
	.about .sugoi .img_box{
		width: 90%;
	}
	.about .sugoi .point_wrap01::after {
		bottom: -48rem;
	}
	.about .sugoi .point_wrap02_wrap .class_li ul li {
        width: calc(97% / 3);
    }
	.about .sugoi .point_wrap03::before {
		top: -2rem;
	}
	.about .sugoi .point_wrap03::after {
		width: 30vw;
		right: 10vw;
	}
	.about .merit::before, .merit::after {
		width: 34vw;
	}
	.about .merit .merit_box{
		border-radius: 30rem 30rem 0 0;
	}
	.about .merit .merit_wrap .merit_ttl{
		width: 50%;
	}
	.about .merit .merit_box .main_box{
		padding: 3rem 2rem 2rem;
	}
	.about .merit .merit_box .main_box::before{
		width: 45vw;
		transform: translateX(-6%);
	}
	.about .merit .voice .main_box{
		padding-top: 3rem;
	}
	.about .merit .voice ul li dl dt{
		width: 40%;
	}
	.about .merit .voice ul li dl dd{
		width: 65%;
		padding: 1.5rem;
		margin-left: -5%;
	}
	.about .merit .voice ul li dl.reverse dd{
		margin-left: 0;
		margin-right: -5%;
	}
	.about .merit .voice::before{
		background-size: 77vw;
	}
	.about .merit .voice ul {
		margin-bottom: 20rem;
	}
	.oneday .main_box .flow{
		padding: 2rem;
	}
	.access .acc_txt ul li h3{
		max-width: 200px;
	}
}
@media screen and (max-width: 480px){
    .banner ul li {
        width: 100%;
    }
	.campaign .wave_img{
		padding-top: 13rem;
	}
	.campaign .tanki.swim::before {
		top: -5rem;
	}
	.campaign .tanki .price.wari dd .big {
		font-size: 2.6rem;
	}
	.campaign .tanki table{
		margin-top: 0;
	}
	.campaign .tanki table.table02{
		margin-bottom: 0;
	}
	.campaign .table01 thead th, .campaign .table02 thead th, .campaign .table01 tbody td, .campaign .table02 tbody td{
		font-size: 1.2rem;
	}
	.campaign .table01 thead th:first-child, .campaign .table01 thead th:nth-child(4){
		width: 11%;
	}
	.campaign .table01 thead th:nth-child(3) {
		width: 21%;
	}
	.campaign .table02 thead th:first-child, .campaign .table02 thead th:nth-child(4){
		width: 15%;
	}
	.campaign .table02 thead th{
		width: calc(70%/2);
	}
	.campaign .tanki.gym::before {
		top: 28rem;
	}
	.campaign .wave_img03{
		margin-top: 5rem;
	}
	.campaign .tokuten{
		padding-bottom: 5rem;
	}
	.campaign .tokuten .bus_box{
		margin-top: 3rem;
	}
	.about .sugoi .point_wrap01::before{
		right: -15rem;
		top: -9%;
	}
	.about .sugoi h3 {
		max-width: 180px;
	}
	.about .sugoi .point_wrap01 .catch p, .about .sugoi .point_wrap02 .catch p, .about .sugoi .point_wrap03 .catch p{
		font-size: 1.8rem;
	}
	.about .sugoi .box01 p{
		font-size: 1.6rem;
	}
	.about .sugoi .point_wrap01 .bt_water .txt_box .bt_water_ttl{
		font-size: 2rem;
	}
	.about .sugoi .point_wrap01 {
        padding-bottom: 15rem;
    }
	.about .sugoi .point_wrap01::after {
		bottom: -40rem;
	}
	.about .sugoi .point_wrap02 .main_box {
		margin-top: -17rem;
	}
	.about .merit .h2_wrap .catch{
		font-size: 1.8rem;
	}
	.about .merit .h2_wrap h2.ttl02{
		font-size: 2rem;
	}
	.about .merit::before, .about .merit::after {
		top: 9%;
	}
	.about .merit .merit_box {
		border-radius: 20rem 20rem 0 0;
		padding-top: 37rem;
	}
	.about .merit .merit_wrap .merit_ttl{
		top: -15rem;
	}
	.about .merit .merit_box .main_box::before{
		width: 56vw;
		top: -20%;
		transform: translateX(-35%);
	}
	.about .merit h3.ttl03{
		font-size: 2rem;
	}
	.about .merit .merit_wrap.voice .merit_ttl{
		top: -5rem;
	}
	.about .merit .voice .h3_wrap{
		margin-bottom: 2rem;
	}
	.oneday {
		padding-top: 15rem;
	}
	.oneday .main_box {
		padding: 13rem 0 8rem;
	}
	.oneday .main_box h2{
		top: -10rem;
	}
	.oneday .main_box .flow dd p:nth-of-type(1){
		font-size: 1.8rem;
	}
	.oneday .main_box .flow{
		padding: 1.5rem;
	}
}