@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap');
bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 1.8rem;
	color: #333333;
	font-weight: 600;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	opacity:0.6;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.in{
	width: 92%;
	position: relative;
	margin:0 auto;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
.gold_txt {
    color: #e6c255;
	background-image: -moz-linear-gradient(95deg, rgb(197, 151, 47) 0%, rgb(250, 223, 118) 50%, rgb(212, 169, 58) 100%);
	background-image: -webkit-linear-gradient(95deg, rgb(197, 151, 47) 0%, rgb(250, 223, 118) 50%, rgb(212, 169, 58) 100%);
	background-image: -ms-linear-gradient(95deg, rgb(197, 151, 47) 0%, rgb(250, 223, 118) 50%, rgb(212, 169, 58) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
	body {
			font-size: 1.4rem;
	}
	#wrap{
		width: 100vw;
	}
}

.main_container{
	width: 640px;
	margin: auto;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	.main_container {
		width: 100%;
	}
}

#header{
	position: fixed;
	width: 640px;
	background: rgba(0, 0, 0, 0);
	padding: 10px 0;
	z-index: 99999;
	transition: 0.25s;
}
#header.sc{
	background: rgba(0, 0, 0, .75);
}
#header .flex{
	justify-content: space-between;
	align-items: center;
}
#header h1 img{
	width: 180px;
}
#header .shops_btn{
	width: 200px;
}
#header .r_area{
	align-items: center;
}
.hum {
	margin-top: 5px;
	display: block;
	position: relative;
	z-index: 999;
	margin-left: 20px;
}
.hum span {
	width: 30px;
	height: 2px;
	background: #fff;
	display: block;
	margin-bottom: 10px;
	transition: 0.5s;
}
.hum span:last-child {
	margin-bottom: 0px;
}
.hum.active span:nth-of-type(1) {
	transform: rotate(45deg);
	margin-top: 3px;
}
.hum.active span:nth-of-type(2) {
	opacity: 0;
}
.hum.active span:nth-of-type(3) {
	transform: rotate(-45deg);
	margin-top: -24px;
}
.menu{
	background: #000;
	padding: 5%;
	width: 50%;
	box-sizing: border-box;
	position: fixed;
	right: -100%;
	top:0;
	z-index: 9999;
	transition: 0.25s;
}
.menu.active{
	right: 0%;
}
.menu .hum{
	margin-right:0;
	width: 30px;
	margin-left: auto;
	position: relative;
	z-index: 999;
}
.menu ul li{
	border-bottom: 1px solid #fff;
}
.menu ul li a{
	padding: 10px;
	display: block;
}
.menu ul li:nth-last-of-type(1){
	border-bottom: 0;
}
@media screen and (max-width: 750px) {
	#header{
		width: 100%;
	}
	#header h1 img{
		width: 130px;
	}
	#header .shops_btn{
		width: 150px;
	}
	.menu{
	background: #000;
	padding: 5%;
	width: 80%;
	}
}

#main{}
#fv_u_refund{}
@media screen and (max-width: 750px) {}

#trouble{
	background-image: url(../images/trouble_bg.png);
    padding: 40px 0 90px;
    background-size: cover;
    background-position: bottom;
	position: relative;
	z-index: 2;
}
#trouble h2{
	margin-bottom: 30px;
	text-align: center;
}
#trouble h2 img{
	width: 90%;
}
#trouble ul{
	background: rgba(255,255,255,0.6);
	padding: 40px;
}
#trouble ul li{
	margin-bottom: 15px;
	display: flex;
	font-size: 2.0rem;
}
#trouble ul li:before{
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/check.png);
	display: block;
	background-size: cover;
	margin-top: 5px;
	margin-right: 20px;
	flex-shrink: 0;
}
@media screen and (max-width: 750px) {
	#trouble {
		padding: 40px 0 60px;
	}
	#trouble ul{
		padding: 7.5%;
	}
	#trouble ul li:before{
		margin-right: 10px;
	}
	#trouble ul li {
		font-size: 1.6rem;
		line-height: 1.25;
		align-items: center;
	}
}

#solution{
	padding: 80px 0 40px;
	background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(253, 214, 85) 0%, rgb(200, 62, 25) 100%);
	background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(253, 214, 85) 0%, rgb(200, 62, 25) 100%);
	background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(253, 214, 85) 0%, rgb(200, 62, 25) 100%);
	margin-top: -80px;
}
#solution .txtarea{
	width: 70%;
}
#solution .imgarea{
	position: absolute;
	right: -5%;
	bottom:-40px;
	width: 35%;
}
@media screen and (max-width: 750px) {}

.cta {
	background-image: url(../images/cta_bg.jpg);
	padding: 70px 0 40px;
	background-size: cover;
	background-position: center;
}

.cta h2 {
	text-align: center;
	margin-bottom: 30px;
}

.cta_w {
	background: #fff;
	border-radius: 10px;
	position: relative;
	padding-top: 50px;
}

.cta_w .baloon {
	position: absolute;
	top: -42px;
	width: 70%;
	left: 50%;
	transform: translate(-50%, 0px);
}

.cta_w .cta_plan_w {
	padding: 0 0 0%;
}

.cta_w .cta_plan_w .imgarea {
	margin-bottom: 10px;
	padding: 0 0% 0%;
}

.cta_w .cta_plan_w .btn_w_shop {
	justify-content: space-between;
	padding: 5%;
}
.cta_w .cta_plan_w .btn_w_shop a{
	width: 32%;
}
.cta_w .cta_plan_w .btn_w_shop a.w100 {
	width: 100%;
}
.cta_w .cta_plan_w .caution_txt {
	text-align: right;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	padding-right: 5%;
}

.cta_w .btn_w {
	padding: 5%;
}

@media screen and (max-width: 750px) {
	.cta_w .baloon {
		top: -30px;
		width: 95%;
	}

	.cta h2 img {
		width: 75%;
	}
}

#merit{
	background-image: url(../images/merit_bg.jpg);
    padding: 40px 0 40px;
    background-size: cover;
    background-position: top;
}
#merit h2{
	text-align: center;
	margin-bottom: 30px;
}
#merit h2 img {
	width: 90%;
}
#merit .merit_i{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
#merit .merit_i .txtarea{
	padding: 0 7.5% 7.5%;
}
#merit .merit_i h3{
	font-size: 4.0rem;
	font-weight: 800;
	font-style: italic;
	text-align: center;
	line-height: 1;
	margin-bottom: 5%;
}
#merit .merit_i h3 span.gold_txt{
	padding: 0 5px;
}
#merit .merit_i h3 span.s_txt{
	font-size: 3.4rem;
}
#merit .merit_i .txtarea .txt{
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	#merit .merit_i h3{
		font-size: 2.8rem;
	}
	#merit .merit_i h3 span.s_txt {
		font-size: 2.4rem;
	}
}

#difference{
	background-image: url(../images/difference_bg.jpg);
    padding: 40px 0 40px;
    background-size: cover;
    background-position: top;
}
#difference h2{
	text-align: center;
	margin-bottom: 60px;
}
.difference_w{
	position: relative;
}
.difference_w .baloon{
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%,0);
    width: 75%;
}
.difference_i{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	.difference_w .baloon {
		top: -30px;
		width: 85%;
	}
}

#points{
    padding: 0px 0 40px;
}
#points h2{
	text-align: center;
	margin-bottom: 60px;
}
#points .points_i{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ececee;
}
#points .points_i:nth-last-of-type(1){
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #ececee;
}
#points .points_i .sub_ttl_w{
	align-items: center;
	margin-bottom: 30px;
}
#points .points_i .sub_ttl_w .icon{
	width: 80px;
	flex-shrink: 0;
	margin-right: 20px;
}
#points .points_i .sub_ttl_w h3{
	font-size: 3.2rem;
	font-weight: 800;
	font-style: italic;
	line-height: 1.25;
}
#points .points_i .txt{
	font-weight: 500;
	margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
	#points .points_i .sub_ttl_w h3{
		font-size: 2.1rem;
	}
	#points .points_i .sub_ttl_w .icon {
		width: 65px;
		flex-shrink: 0;
		margin-right: 10px;
	}
}

#athlete {
	background-image: url(../images/bg_01.jpg);
	padding: 40px 0 40px;
	background-size: cover;
	background-position: center;
}
#athlete h2{
	margin-bottom: 30px;
}
#athlete .athlete_i{
	background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
#athlete .athlete_i.athlete_02{
	padding: 5%;
}
#athlete .athlete_i .imgarea{
	margin-bottom: 20px;
}
#athlete .athlete_i h3{
	font-size: 3.4rem;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 30px;
	font-style: italic;
	
}
#athlete .athlete_i h3 .gold_txt{
	padding: 0 5px;
}
#athlete .athlete_i h3 .s_txt{
	font-size: 2.2rem;
	margin-right: 10px;
}
#athlete .athlete_i .lead_txt{
	text-align: center;
	margin-bottom: 30px;
}
#athlete .athlete_i ul{
	padding: 0 5% 5%;
}
#athlete .athlete_i ul li{
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 10px;
	display: flex;
}
#athlete .athlete_i ul li:before{
	content: "";
	width: 12px;
	height: 12px;
	background-image: -moz-linear-gradient(0deg, rgb(255, 153, 53) 0%, rgb(251, 87, 77) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(255, 153, 53) 0%, rgb(251, 87, 77) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(255, 153, 53) 0%, rgb(251, 87, 77) 100%);
	display: block;
	margin-top: 8px;
	border-radius: 100px;
	margin-right: 10px;
}
#athlete .athlete_i .graph_i{
	padding: 0 5%;
	margin-bottom: 40px;
}
#athlete .athlete_i .caution_txt {
	text-align: right;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
}
#athlete .athlete_i .comment_w{
	padding: 0 5% 5%;
}
#athlete .athlete_i .comment_w .line{
	margin-bottom: 20px;
}
#athlete .athlete_i .comment_w{
	font-weight: 500;
}
@media screen and (max-width: 750px) {}

#voice{
	background-image: url(../images/bg_01.jpg);
	padding: 40px 0 40px;
	background-size: cover;
	background-position: center;
}
#voice h2{
	color: #fff;
	font-size: 4.0rem;
	text-align: center;
	font-style: italic;
	text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.6);
	margin-bottom: 30px;
}
#voice h2 .s_txt{
	font-size: 3.4rem;
}
.voice_i{
	position: relative;
	margin-bottom: 60px;
}
.voice_i:nth-last-of-type(1){
	margin-bottom: 0;
}
.voice_i .age{
	color: #fff;
	padding-left: 150px;
	margin-bottom: 15px;
}
.voice_i .imgarea {
	position: absolute;
    width: 20%;
    top: -35px;
    left: 20px;
}
.voice_i .txt {
	border: 2px solid #fff;
	padding: 20px;
	padding-top: 50px;
	color: #fff;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	.voice_i .imgarea {
    position: absolute;
    width: 27%;
    top: -15px;
    left: 20px;
	}
	.voice_i .age{
	    padding-left: 130px;
	}
}


#flow{
	background-image: url(../images/bg_02.jpg);
	padding: 40px 0 40px;
	background-size: cover;
	background-position: center;
}
#flow h2{
	color: #fff;
	font-size: 4.0rem;
	text-align: center;
	font-style: italic;
	text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.6);
	margin-bottom: 60px;
}
#flow h2 .s_txt{
	font-size: 3.4rem;
}
#flow .flow_i{
	background: #fff;
	padding: 20px;
	padding-top: 40px;
	border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom: 60px;
}
#flow .flow_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#flow .flow_i:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	border-top: 20px solid #fff;
	border-bottom: 0;
	position: absolute;
    top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}
#flow .flow_i:nth-last-of-type(1):after {
	display: none;
}
#flow .flow_i .num{
	position: absolute;
	width: 70px;
	left: 50%;
	top:-20px;
	transform: translate(-50%,0);
}
#flow .flow_i .flow_h{
	align-items: center;
	margin-bottom: 20px;
}
#flow .flow_i .flow_h .imgarea{
	width: 200px;
	margin-right: 20px;
}
#flow .flow_i .flow_h h3 {
	font-size: 2.6rem;
	font-weight: 800;
	font-style: italic;
	line-height: 1.25;
}
#flow .flow_i .txt{
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	#flow .flow_i .num{
		width: 55px;
		left: 50%;
		top: -25px;
	}
	#flow .flow_i .flow_h .imgarea{
		width: 33%;
		margin-right: 10px;
	}
	#flow .flow_i .flow_h h3{
		font-size: 1.8rem;
	}
}

#faq{
	background-image: url(../images/bg_02.jpg);
	padding: 40px 0 40px;
	background-size: cover;
	background-position: center;
}
#faq h2{
	color: #fff;
	font-size: 4.0rem;
	text-align: center;
	font-style: italic;
	text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.6);
	margin-bottom: 60px;
}
.faq_i {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 30px;
	margin-bottom: 30px;
	padding-right: 60px;
	transition: 0.5s;
	background: #fff;
}

.faq_i.open {
	border-radius: 30px;
}

.faq_i .ico {
	background-image: -moz-linear-gradient(-90deg, rgb(234, 91, 91) 0%, rgb(205, 27, 27) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(234, 91, 91) 0%, rgb(205, 27, 27) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(234, 91, 91) 0%, rgb(205, 27, 27) 100%);
	color: #fff;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 20px;
	font-weight: 600;
	flex-shrink: 0;
}
.faq_i h3 {
	margin-top: 5px;
}

.faq_i p {
	margin-top: 5px;
}

.faq_i .q {
	position: relative;
	cursor: pointer;
}

.faq_i .q:after {
	content: "×";
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: rotate(45deg) translate(-10px, -50%);
	color: #333;
	transition: 0.5s;
}

.faq_i.open .q:after {
	top: 50%;
	right: -40px;
	transform: rotate(0) translate(0, -50%);
}

.faq_i .a {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	display: none;
	font-weight: 500;
}
@media screen and (max-width: 750px) {

	.faq_i {
		border-radius: 30px;
		padding: 7.5% 5%;
	}
	.faq_i .q .flex {
		padding-right: 30px;
	}
	.faq_i h3 {
		margin-top: 0;
		font-size: 1.4rem;
	}
	.faq_i .ico {
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
}

#shops{
	background-image: url(../images/bg_01.jpg);
	padding: 40px 0 40px;
	background-size: cover;
	background-position: center;
}
#shops h2{
	color: #fff;
	font-size: 4.0rem;
	text-align: center;
	font-style: italic;
	text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.6);
	margin-bottom: 60px;
}
#shops .shop_i{
	padding:30px 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
}
#shops .shop_i .shop_i_h{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ececee;
}
#shops .shop_i .shop_i_h h3{
	font-size: 2.0rem;
	margin-bottom: 10px;
}
#shops .shop_i .baloon{
	text-align: center;
}
#shops .shop_i .btns{
	justify-content: space-between;
}
#shops .shop_i .btns a{
	width: 48%;
}
@media screen and (max-width: 750px) {}

footer{
	font-size: 1.2rem;
	text-align: center;
	padding: 20px;
}