@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Murecho:wght@100..900&display=swap');

/* 使用フォント

font-family: "Murecho", sans-serif;

font-family: "IBM Plex Sans JP", sans-serif;

*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*マージン*/

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mt60{
	margin-top:60px;
}

.mt70{
	margin-top:70px;
}

.mt80{
	margin-top:80px;
}

.mt90{
	margin-top:90px;
}

.mt100{
	margin-top:100px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}

.mb60{
	margin-bottom:60px;
}

.mb70{
	margin-bottom:70px;
}

.mb80{
	margin-bottom:80px;
}

.mb90{
	margin-bottom:90px;
}

.mb100{
	margin-bottom:100px;
}

/*マージン*/

/*IMG*/

.img_ma{
	margin-right:auto;
	margin-left:auto;
	display:block;
	max-width: 100%;
}

img{
	max-width: 100%;
	height:auto;
}

/*IMG*/

a{
	transition:.2s;
}

body{
	min-height: 100vh;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size:13px;
	line-height:1.6;
	font-weight: 500;
}

header{
	display: none;
}

.pc_bg{
	width:100%;
	height: 100vh;
	position: fixed;
	top:0;
	left: 0;
	bottom:0;
	right: 0;
	z-index: 0;
	background: url("images/bg1.webp") no-repeat center/cover;
}

.pc_left{
	position: fixed;
	top:0;
	left: 0;
	width:calc( 50% - 250px );
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: .5s;
}

.pc_left img{
	display: block;
	max-width: 450px;
	max-height: 95%;
}

@media screen and (max-width:1400px) {
	.pc_left img{
		max-width: 95%;
	}
}

.pc_right{
	position: fixed;
	top:0;
	right: 0;
	width:calc( 50% - 250px );
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:50px 0 20px;
	padding-left: 20px;
}

.pc_right_box{
	width:100%;
	max-width: 420px;
	padding-right:50px;
	padding-bottom: 150px;
	position: relative;
}

.pc_menu_wrap{
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
}

.pc_menu{
	width:100%;
	height: 450px;
	background: #fff;
	border-radius: 20px;
	border:3px solid #3a2db2;
	padding:50px 10px 40px;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pc_menu_wrap::after{
	display: block;
	content:"";
	width:calc( 100% - 20px );
	height: 440px;
	position: absolute;
	right: 0;
	bottom:0;
	z-index: 1;
	border-radius: 20px;
	border:3px solid #3a2db2;
}

.pc_menu_h{
	display: block;
	position: absolute;
	top:-20px;
	left: 50%;
	width:150px;
	margin-left: -75px;
}

.pc_menu_list{
	width:100%;
	padding:0 10px;
	text-align: center;
}

.pc_menu_list li{
	margin-top: 20px;
}

.pc_menu_list li:first-of-type{
	margin-top: 0px;
}

.pc_menu_list li a{
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color:#3a2db2;
	text-decoration: none;
}

.pc_menu_list li a:hover{
	color:#ec6b00;
}

.pc_right_app{
	display: block;
	width:190px;
	position: absolute;
	bottom:0;
	right: 0;
	z-index: 3;
}

.pc_right_app img{
	transition: .2s;
}

.pc_right_app:hover img{
	transform: scale(0.9);
}

@media screen and (max-width:1150px) {
	.pc_right{
		padding-right: 20px;
	}
	
	.pc_menu_list li a{
		font-size: 16px;
	}
	
	.pc_menu_list li{
		margin-top: 15px;
	}
	
	.pc_right_box{
		padding-right: 0;
		padding-bottom: 80px;
	}
	
	.pc_right_app{
		width:150px;
	}
}

@media screen and (min-height:500px) {
	.pc_menu_list .simplebar-track.simplebar-vertical{
		display: none;
	}
}

@media screen and (max-height:650px) {
	.pc_right{
		padding:20px;
	}
	
	.pc_right_app{
		display: none;
	}
	
	.pc_right_box{
		padding:0;
		max-width: 320px;
	}
	
	.pc_menu_wrap{
		height: calc( 100vh - 60px );
		max-height: 460px;
	}
	
	.pc_menu{
		height: calc( 100vh - 70px );
		max-height: 450px;
	}
	
	.pc_menu_wrap::after{
		height: calc( 100vh - 80px );
		max-height: 440px;
	}
	
	.pc_menu_list{
		max-height: 100%;
	}
}

@media screen and (max-width:980px) {
	.pc_left , .pc_right{
		display: none;
	}
}

.app_fix{
	display: none;
	width:100px;
	position: fixed;
	bottom:10px;
	right: 50%;
	margin-right: -240px;
	z-index: 12;
	opacity: 0;
	pointer-events: none;
}

.app_fix img{
	transition: .2s;
}

.app_fix:hover img{
	transform: scale(0.9);
}

.go_top{
	display: block;
	width:50px;
	position: fixed;
	bottom:20px;
	right: 50%;
	margin-right: -220px;
	z-index: 12;
	opacity: 0;
	pointer-events: none;
}

.go_top img{
	transition: .2s;
}

.go_top:hover img{
	transform: scale(0.9);
}

@media screen and (max-width:980px) {
	.app_fix{
		display: block;
	}
	
	.go_top{
		bottom:120px;
	}
}

@media screen and (max-height:650px) {
	.app_fix{
		display: block;
	}
	
	.go_top{
		bottom:120px;
	}
}

@media screen and (max-width:500px) {
	.app_fix{
		width:90px;
		margin-right: 0;
		right: 10px;
	}
	
	.go_top{
		width:40px;
		margin-right: 0;
		right: 20px;
		bottom:110px;
	}
}

/*ハンバーガー*/
.ham_btn{
	width:50px;
	height: 50px;
	position: fixed;
	top:0;
	right: 0;
	cursor: pointer;
	display: none;
	background: url("images/ham_close.svg") no-repeat center/contain
}

.ham_btn > img{
	transition: .2s;
}

.ham_open .ham_btn > img{
	opacity: 0;
}

.ham_bg{
	position: fixed;
	top:0;
	left:0;
	z-index: 20;
	background:url("images/sp_ham_bg.webp") no-repeat center/cover;
	width:100%;
	height: 100dvh;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}

.ham_open .ham_bg{
	opacity: 1;
	pointer-events: auto;
}

.ham_open header{
	background: #fff !important;
}

.ham_open .h_logo a img:nth-of-type(1){
	display: block !important;
}

.ham_open .h_logo a img:nth-of-type(2){
	display: none !important;
}

.ham_wrap{
	position: fixed;
	right:0;
	top:0;
	z-index: 50;
	width:100%;
	height: 100dvh;
	padding-top:0;
	transition: .4s;
	cursor: default;
	opacity: 0;
	pointer-events: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding-top: 20px;
}

.ham_open .ham_wrap{
	opacity: 1;
}

.ham_box{
	width:100%;
	max-width: 300px;
	pointer-events: none;
}

.ham_open .ham_box{
	pointer-events: auto;
}

.ham_box .pc_menu_list li{
	margin-top: 18px;
}

.ham_box .pc_menu_list li a{
	font-size: 18px;
}

.ham_box .pc_menu_wrap{
	height: calc( 100vh - 170px );
	max-height: 440px;
}

.ham_box .pc_menu{
	height: calc( 100vh - 180px );
	max-height: 430px;
}

.ham_box .pc_menu_wrap::after{
	height: calc( 100vh - 190px );
	max-height: 420px;
}

.sp_ham_spp{
	display: block;
	width:100%;
	margin-top: 30px;
}

.sp_ham_spp img{
	transition: .2s;
}

.sp_ham_spp:hover img{
	transform: scale(0.9);
}

@media screen and (max-width:980px) {
	header{
		display: block;
		position: fixed;
		top:0;
		left: 0;
		z-index: 60;
		pointer-events: none;
		width:100%;
	}
	
	.ham_btn_wrap{
		max-width: 500px;
		margin:0 auto;
		position: relative;
	}
	
	.ham_btn{
		display: block;
		width:50px;
		position: absolute;
		right: 10px;
		top:10px;
		pointer-events: auto;
	}
}

@media screen and (max-height:600px) and (max-width:980px) {
	.pc_menu_list .simplebar-track.simplebar-vertical{
		display: block;
	}
}

.main_box{
	position: relative;
	z-index: 10;
	width:100%;
	max-width: 500px;
	background: #fff;
	margin:0 auto;
}

.top_img{
	position: relative;
}

.top_img_logo{
	position: absolute;
	top:15px;
	left: 15px;
	z-index: 5;
	width:200px;
}

.top_img_box{
	position: relative;
}

.top_img_bg1{
	width:100%;
	display: block;
}

.top_img_bg2{
	width:100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
}

.top_img_hito{
	width:100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
}

.top_img_text{
	width:100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 3;
}

.top_img_app{
	width:106px;
	position: absolute;
	bottom:40px;
	right: 10px;
	z-index: 5;
}

.top_img_app img{
	transition: .2s;
}

.top_img_app:hover img{
	transform: scale(0.9);
}

.camp_wrap{
	padding-top: 40px;
}

.camp_h{
	margin-bottom: 20px;
}

.camp_h img{
	display: block;
	width:250px;
	margin:0 auto;
}

.camp{
	padding:40px 20px 70px;
	background: url("images/bg2.webp") no-repeat top/cover;
}

.camp_text1{
	width:94%;
	font-size: 12px;
	line-height: 160%;
	color:#fff;
	padding-bottom: 35px;
	border-bottom: 1px solid #fff;
	margin:20px auto 40px;
	text-align: justify;
}

.camp_app > img{
	display: block;
	width:280px;
	margin:0 auto 20px;
}

.camp_app > a{
	display: block;
}

.camp_app > a img{
	display: block;
	transition: .2s;
}

.camp_app > a:hover img{
	transform: scale(0.9);
}

.kitaeru{
	position: relative;
	z-index: 2;
	padding: 80px 20px 100px;
}

.kitaeru_h{
	max-width: 400px;
	margin: 0 auto 20px;
	background: url("images/kitaeru_h_img.webp") no-repeat center/contain;
}

.kitaeru_text{
	font-size: 18px;
	line-height: 2;
	font-weight: 600;
	text-align: center;
}

.kitaeru_text_h{
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin-bottom: 28px;
}

.kitaeru_text > p span{
	display: inline-block;
}

.kitaeru_img1{
	position: absolute;
	top:-10px;
	left: 30px;
	width:80px;
	display: block;
}

.kitaeru_img2{
	position: absolute;
	bottom:-30px;
	left: 30px;
	width:150px;
	display: block;
}

.kitaeru_mov_btn{
	display: block;
	width:300px;
	height: 300px;
	position: relative;
	border-radius: 200px;
	margin:60px auto 0;
	background: #ccc;
	cursor: pointer;
	overflow: hidden;
}

.kitaeru_mov_btn:hover{
	transition: .3s;
	transform: scale(0.9);
}

.kitaeru_mov_btn_img{
	z-index: 2;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -20px;
	width:54px;
}

.kitaeru_mov_btn_text{
	z-index: 2;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -45px;
	width:56px;
}

.kitaeru_mov_btn video{
	width:100%;
	height: 100%;
	object-fit: cover;
}

.what{
	padding: 80px 15px 0;
	border-radius: 50px;
	overflow: hidden;
	background: #e6f1ff;
	margin-bottom: 100px;
}

.what_h{
	width:100%;
	max-width: 320px;
	margin:0 auto 40px;
}

.what_list{
	max-width: 400px;
	margin:0 auto;
}

.what_box{
	position: relative;
	width:100%;
	min-height: 200px;
	border-radius: 30px;
	border: 1.5px solid #3a2db2;
	background: #3a2db2;
	color:#fff;
	padding-right: 130px;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.what_box_text{
	width:100%;
	padding:20px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.what_box_text_p1{
	display: table;
	margin:0 auto;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}

.what_box_text_p2{
	margin-top: 6px;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	position: relative;
	padding-left: 16px;
}

.what_box_text_p2 span{
	position: absolute;
	top:0;
	left: 0;
}

.what_box:nth-of-type(1) .what_box_text_p1 , .what_box:nth-of-type(3) .what_box_text_p1{
	margin:0 !important;
}

.what_box:nth-of-type(1) .what_box_text_p2{
	margin:6px 0 0 !important;
}

.what_box:nth-of-type(2n){
	justify-content: flex-end;
	padding-left: 0 !important;
}

.what_box:nth-of-type(2) .what_box_text{
	padding-left: 0;
	width:50%;
}

.what_box:nth-of-type(4) .what_box_text{
	padding-left: 0;
	width:46%;
}

.what_box:nth-of-type(2n) .what_box_text_p1 , .what_box:nth-of-type(2n) .what_box_text_p1{
	margin:0 !important;
}

.what_box:nth-of-type(2n) .what_box_text_p2{
	margin:6px 0 0 !important;
}

.what_box_img1{
	width:160px;
	position: absolute;
	top:-10px;
	right: 10px;
}

.what_box_img2{
	width:30%;
	position: absolute;
	top:50%;
	left: 11%;
	transform: translateY(-50%);
}

.what_box_img3{
	width:220px;
	position: absolute;
	bottom:5px;
	right: -20px;
}

.what_box_img4{
	width:36%;
	position: absolute;
	top:50%;
	left: 10%;
	transform: translateY(-50%);
}

.what_box:nth-of-type(2n){
	background: #fff;
	color:#3a2db2;
	padding-right: 0;
	padding-left: 130px;
}

.what_ft_img{
	display: block;
	width:100%;
}

@media screen and (max-width:450px) {
	.what_box4{
		padding-left: 100px !important;
	}
	
	.what_box_text{
		padding:20px 10px;
	}
	
	.what_box:nth-of-type(1) .what_box_text{
		padding-left: 15px;
		padding-right: 0;
	}
	
	.what_box:nth-of-type(2) .what_box_text{
		width:47%;
	}
	
	.what_box:nth-of-type(3) .what_box_text{
		padding-left: 15px;
		padding-right: 0;
	}
	
	.what_box:nth-of-type(4) .what_box_text{
		width:44%;
	}
	
	.what_box_text_p1{
		font-size: 4.4vw;
	}
	
	.what_box_text_p2{
		font-size: 3vw;
	}
	
	.what_box_text_p2{
		padding-left: 4vw;
	}
	
	.what_box_img1{
		width:50%;
		top:50%;
		right:-0px;
		transform: translateY(-50%);
	}
	
	.what_box_img2{
		width:36%;
		left: 9%;
	}
	
	.what_box_img3{
		width:64%;
		bottom:10%;
	}
	
	.what_box_img4{
		width:40%;
		left: 10%;
	}
}

.cospa{
	padding:0 20px;
	margin-bottom: 60px;
}

.cospa_h{
	width:280px;
	display: block;
	margin:0 auto 22px;
}

.cospa_img{
	display: block;
	width:100%;
	margin:0 auto 20px;;
}

.use_wrap{
	position: relative;
	z-index: 2;
}

.slide1_bg{
	display: block;
	width:100%;
}

.use{
	background: #045dd3;
	padding:60px 0;
}

.use_h{
	width:270px;
	margin:0 auto 40px;
}

.slider1_img{
	margin-top: -50px;
}

.slider1_img .slick-prev{
	width:46px;
	height: 46px;
	background: url("images/slide1_ar_l.svg");
	left: 20px;
	z-index: 3;
}

.slider1_img .slick-prev::before{
	display: none;
}

.slider1_img .slick-next{
	width:46px;
	height: 46px;
	background: url("images/slide1_ar_r.svg");
	right: 20px;
	z-index: 3;
}

.slider1_img .slick-next::before{
	display: none;
}

.price_wrap{
	margin-top: -60px;
	margin-bottom: 70px;
}

.price{
	padding: 120px 20px 60px;
	background: #e6f1ff;
}

.price_h{
	width: 120px;
	margin:0 auto 30px;
}

.price_ft{
	display: block;
	width:100%;
}

.price_list_wrap{
	border-radius: 26px;
	background: #fff;
	padding:10px 20px;
	max-width: 400px;
	margin:0 auto;
}

.price_list{
	max-width: 340px;
	margin:0 auto;
}

.price_box{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:30px 0;
	border-bottom: 1px solid #b3b3b3;
}

.price_box:last-of-type{
	border-bottom: 0;
}

.price_box_h{
	width:150px;
	margin-right: 20px;
}

.price_box_h > div{
	width:100%;
	height: 30px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #548bff;
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	padding-top: 2px;
}

.price_box_h > div + div{
	margin-top: 8px;
}

.price_box_text{
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
}

.price_box_text > span:nth-of-type(1){
	font-size: 22px;
	padding-right: 1px;
}

.price_kome{
	display: table;
	margin:20px auto 0;
}

.price_kome > li{
	position: relative;
	padding-left: 16px;
}

.price_kome > li::before{
	content: "※";
	display: block;
	position: absolute;
	top:0;
	left: 0;
}

@media screen and (max-width:370px) {
	.price_box_h{
		margin-right: 10px;
	}
	
	.price_box_h{
		width:130px;
	}
	
	.price_box_h > div{
		font-size: 14px;
	}
	
	.price_box_text{
		font-size: 28px;
	}
}

.goriyou{
	padding:70px 20px;
	background: #f6eead;
	margin-bottom: 70px;
}

.goriyou_text_wrap{
	background: #fff;
	padding:40px 20px;
	max-width: 370px;
	margin:0 auto;
}

.goriyou_h{
	width:150px;
	margin:0 auto 24px;
}

.goriyou_text{
	max-width: 310px;
	height: 180px;
	margin:0 auto;
	color:#000;
	overflow: auto;
	padding-right: 12px;
}

.goriyou_text p{
	text-align: justify;
}

.simplebar-track.simplebar-vertical {
	background:#dddddd;/*バーの背景色*/
	width:4px;/*バーの太さ*/
}

.simplebar-scrollbar{
	background:#26167b;/*バーの色*/
}

.faq{
	padding:70px 20px 80px;
	border-radius: 60px;
	background: #548bff;
	margin-bottom: 80px;
}

.faq_h{
	width:210px;
	margin:0 auto 40px;
}

.faq_box{
	max-width: 390px;
	margin:0 auto 15px;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.faq_box_q{
	width:100%;
	height: 100px;
	display: flex;
	align-items: center;
	background: #fff;
	padding-left: 20px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition: .3s;
}

.faq_box_q img:nth-of-type(1){
	width:44px;
	margin-right: 14px;
}

.faq_box_q img:nth-of-type(2){
	position: absolute;
	top:50%;
	right: 20px;
	width: 18px;
	margin-top: -9px;
	transition: .3s;
}

.faq_open{
	background: #e6f1ff;
}

.faq_open img:nth-of-type(2){
	transform: rotate(180deg);
	opacity: 0;
}

.faq_box_a{
	padding:30px 20px;
	display: flex;
	align-items: flex-start;
}

.faq_box_a img{
	display: block;
	width:44px;
	margin-right: 14px;
}

.faq_box_a p{
	width:calc( 100% - 58px );
	font-size: 16px;
}

.faq_box_a p a{
	position: relative;
	color:#26167b;
	text-decoration: none;
}

.faq_box_a p a::before{
	content:"";
	display: block;
	width:100%;
	height: 1px;
	background: #26167b;
	position: absolute;
	bottom:2px;
	left: 0;
}

.faq_box_a p a:hover{
	color:#ff9900;
}

.faq_box_a p a:hover::before{
	background: #ff9900;
}

@media screen and (max-width:400px) {
	.faq{
		padding-bottom: 60px;
	}
	
	.faq_box_q{
		height: 86px;
		padding-right: 34px;
		padding-left: 10px;
		font-size: 16px;
	}
	
	.faq_box_q img:nth-of-type(1){
		width:36px;
		margin-right: 8px;
	}
	
	.faq_box_q img:nth-of-type(2){
		width:14px;
		right: 10px;
		margin-top: -7px;
	}
	
	.faq_box_q p{
		width:calc( 100% - 44px );
	}
	
	.faq_box_a{
		padding:20px 10px;
	}
	
	.faq_box_a img{
		width:36px;
		margin-right: 8px;
	}
	
	.faq_box_a p{
		width:calc( 100% - 44px );
		font-size: 14px;
	}
}

.taiken_wrap{
	padding:0 20px;
	margin-bottom: 80px;
}

.taiken_line{
	max-width: 400px;
	margin:0 auto;
	border-top:2px solid #26167b;
	border-bottom:2px solid #26167b;
	padding:10px 0;
}

.taiken{
	padding:30px 20px;
	background: url("images/taiken_bg.svg") no-repeat center/cover;
	font-size: 18px;
	font-weight: 600;
}

.taiken_h{
	width:100%;
	max-width:290px;
	margin:0 auto 20px;
}

.taiken > p{
	margin-bottom: 20px;
	text-align: center;
}

.taiken_btn{
	display: block;
	width:100%;
	max-width: 330px;
	margin:0 auto;
}

.taiken_btn img{
	display: block;
	transition: .2s;
}

.taiken_btn:hover img{
	transform: scale(0.9);
}

.shop{
	padding:0 20px;
	margin-bottom: 80px;
}

.shop_h{
	width:150px;
	margin:0 auto 30px;
}

.shop_list{
	max-width: 410px;
	margin:0 auto;
	border-top: 1px solid #cccccc;
}

.shop_box{
	padding: 25px 10px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.shop_name{
	font-size: 20px;
	font-weight: 600;
}

.shop_box p{
	font-size: 14px;
	color:#111;
}

.shop_tel{
	display: table;
	font-size: 24px;
	color:#26167b;
	text-decoration: none;
	padding-left: 20px;
	background: url("images/tel.svg") no-repeat left 45%;
	background-size: 15px 20px;
}

.shop_tel:hover{
	color:#ff9900;
}

.shop_btn{
	display: block;
	width:114px;
	position: absolute;
	bottom:20px;
	right: 10px;
	background: url("images/shop_link2.svg") no-repeat center/contain;
}

.shop_btn img{
	transition: .2s;
}

.shop_btn:hover img{
	opacity: 0;
}

.ft_app{
	padding:0 20px;
	margin-bottom: 120px;
}

.ft_app > img{
	display: block;
	width:100%;
	max-width: 300px;
	margin:0 auto 20px;
}

.ft_app > a{
	display: block;
	width:100%;
	max-width: 400px;
	margin:0 auto;
}

.ft_app > a img{
	display: block;
	transition: .2s;
}

.ft_app > a:hover img{
	transform: scale(0.9);
}

.ft_top{
	display: block;
	width:100%;
}

.footer{
	padding:30px 20px 100px;
	background: #26167b;
}

.ft_logo{
	display: block;
	width:100%;
	max-width: 300px;
	margin:0 auto 30px;
}

.copy_r{
	color:#fff;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
}

@media screen and (max-width:500px) {
	.ft_logo{
		max-width: 240px;
	}
}

@media screen and (max-width:350px) {
	.shop_btn{
		right:0;
	}
}


/* move */

.move_up{
	transition: .5s;
	opacity: 0;
	position: relative;
	top:40px;
}

.fade{
	transition: .5s;
	opacity: 0;
}

.camp_img{
	transition: .5s;
	transition-delay: .5s;
	opacity: 0;
}

.kitaeru_img1 , .kitaeru_h{
	transition: .5s;
	opacity: 0;
}

.kitaeru_h img{
	position: relative;
	top:20px;
	transition: .5s;
	transition-delay: .5s;
	opacity: 0;
}

.what_box_img{
	transition: .5s;
	transition-delay: .3s;
	opacity: 0;
}

.faq_box{
	transition: .5s;
	opacity: 0;
	position: relative;
	top:40px;
}

.shop_box{
	transition: .5s;
	opacity: 0;
	position: relative;
	top:40px;
}

.top_img_bg2{
	opacity: 0;
	top:50px;
	transition: .8s;
}

.top_img_logo{
	opacity: 0;
	left: -30px;
	transition: .6s;
}

.top_img_hito{
	opacity: 0;
	top:50px;
	transition: .8s;
	transition-delay: .8s;
}

.top_img_text{
	top:-70px;
	opacity: 0;
	transition: .8s;
	transition-delay: .8s;
}

.top_img_app{
	display: none;
	opacity: 0;
	transition: .6s;
	transition-delay: 1.6s;
}

.top_img_open .top_img_logo{
	opacity: 1;
	left: 20px;
}

.top_img_open .top_img_bg2{
	top:0;
	opacity: 1;
}

.top_img_open .top_img_hito{
	top:0;
	opacity: 1;
}

.top_img_open .top_img_text{
	opacity: 1;
	top:0;
}

.top_img_open .top_img_app{
	opacity: 1;
}

/* move end */
















