@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@400;500&display=swap');


/* --------
common
---------------*/

html{
   font-family:  "Hiragino Sans","Yu Gothic",sans-serif;
   font-size: 62.5%; /*基本のフォントサイズを10pxに指定 */
   color: #000;   
}

a:link,a:visited{
	color: #fff;
	text-decoration: underline;
}

a:hover,a:active{
	color: #fff;
	text-decoration: none;
}

.step_txt_black a:link,.step_txt_black a:visited{
	color: #333;
	text-decoration: underline;
}

.step_txt_black a:active,.step_txt_black a:hover{
	color: #333;
	text-decoration: none;
}

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

.color_white{
	color: #fff;
}

/* margin */
.mb0{margin-bottom: 0px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.auto{margin: 0 auto;}

.center{
	text-align: center;
}

.display-pc{
	display: none;
}
.display-sp{
	display: block;
}

/* --------
Main　Contents
---------------*/

body{
	background: #fff;
}

.sn_border_wrap img{
	height: 11px;
}

.kv_sp{
	/* padding: 30px 4%; */
}

.cp_day{
	background: #fff;
	padding: 8px 5.8%;
	margin-bottom: 50px;
}

/* --- h2 Title --- */
.h2_all{
	font-size: 2.4rem;
	text-align: center;
	border-radius: 40px;
	padding: 10px 48px;
	
}

.h2_title_entry{
	margin: 0 14% 30px;
	background: #78CF0F;
	color: #fff;
}

.h2_title_overview{
	margin: 0 11.7% 30px;
	background: #fff;
	color: #6DBF0A;	
}


/* --- STEP --- */
.match_h-box{
	width: 100%;	
	padding: 0 8.2%;
	box-sizing: border-box;
  }

  .h3_flow_step{
	background: #6DBF0A;
	border-radius: 10px 10px 0 0;
	border: 3px solid #6DBF0A;
	border-bottom: none;
  }

  .h3_flow_step img{
	width: 28%;
	margin: 0 auto;
	padding: 17px 0;
  }
  
  .match_h-box .items{
	display: block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 20px;
}


.match_h-box .items .inner{
	display: block;
	padding: 10px 15px 0 15px;
	background-color: #Fff;
	border: 3px solid #6DBF0A;
	border-top: none;
	border-radius: 0 0 10px 10px;
}

.step_txt{
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.5rem;
	color: #333;
	text-align: center;
	margin-bottom: 16px;
	 font-family: "M PLUS Rounded 1c";
	 font-weight: 400;
}

.step_txt_black{
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 17px;
	text-align: center;
}

.base_lp{
	width: 50%;
	margin: 0 auto 20px;
}

.store_icon{
	width:43.5%;
	margin: 15px auto;
}

.store_icon li:first-child{
	margin-bottom: 8px;
}

.att{
	font-size: 1.0rem;
	color: #333;
	white-space: nowrap;
}

.att2{
	font-size: 1.4rem;
	color: #333;
}

.att_share_step1{
	font-size: 1.0rem;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
}


/* --- parts --- */
.cta a{
	width: 78%;
	margin: 50px auto 30px;
	display: block;
	background: #C00000;
	border-radius: 40px;
	text-align: center;
	padding: 15px 8.5%;
	border: 3px #fff solid;
	font-size: 2.2rem;
	font-weight: 600;
	box-sizing: border-box;
	box-shadow: 0px 4.5px 4.5px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}

.user_btn a{
	width: 100%;
	margin: 15px auto 10px;
	display: block;
	background: #C00000;
	border-radius: 60px;
	text-align: center;
	padding: 15px 2.5%;
	border: 3px #fff solid;
	font-size: 1.8rem;
	font-weight: 600;
	box-sizing: border-box;
	box-shadow: 0px 4.5px 4.5px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}


/* --- overview --- */
.level4{
	background: #6DBF0A;
	font-size: 1.0rem;
	padding:30px 0 45px 0;
}

.overview_txt{
	color: #fff;
	padding: 0 5%;
	font-weight: 600;
	margin-bottom:40px;
}

.overview_txt dt{
	margin-bottom: 3px;
}

.overview_txt dd{
	margin-bottom: 20px;
}

.overview_txt ul li{
	margin-bottom: 5px;
}




/* --------
SNS Share
---------------*/
.share{
	background: #F5F5F5;
	padding: 20px 0;
}

.share p{
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
	color: #333;
}

.sns{
	width: calc(100% - 17.3%);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sns li{
	width: 14.2%;
}

.sns li:nth-child(2){
	margin: 0 16%;
}



@media screen and (min-width: 640px) {
/* --- parts --- */
.cta a{
	border-radius: 60px;
	padding: 23px 8.5%;
	font-size: 2.8rem;
}

}


@media screen and (min-width: 1025px){

/* --------
common
---------------*/
.display-pc{
	display: block;
}

.display-sp{
		display: none;
	}

/* --------
Main　Contents
---------------*/	
.pc_inner {
	padding: 0;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	/* background: #f00; */
}

.kv_pc {
	/* margin: 30px auto; */
	/* padding: 0 26%; */
}

.level1{
	background:url(../img/kv_pc_bg@3x.png) #78CF0F no-repeat 100% 100%;
	background-size: cover;
	background-position-y: bottom 0;
}

.cp_day{
	width: 100%;
}

.cp_day_bg_color{
	background: #fff;
}

.cp_day{
	width: 58.1%;
	max-width: 500px;
	margin: 0 auto 50px;
}

.h2_title_all {
	margin: 0 auto 30px;
	background: #fff;
}

.h2_title_entry {
	margin: 0 auto 30px;
	width: 30.6%;
	max-width: 264px;
	padding: 12px 0;
}

.h2_title_overview{
	margin: 0 auto 30px;
	width: 33.3%;
	max-width: 297px;	
}


/* --- Step --- */

.h3_flow_step {
	height: 40px;
	border-radius: 10px 10px 0 0;
}

.h3_flow_step img {
	width: 57px;
	margin: 0 auto;
	padding: 10px 0;
}

.match_h-box {
	/* width: 747px; */
	margin: 0 auto;
	padding: 0 22px;
	/* background: #00f;*/
} 

.match_h-box .items {
	display: inline-block;
	vertical-align: top;
	width: 234px;
	position: relative;
	margin-bottom: 40px;

}

.match_h-box .items:nth-child(2) {
	/* width: 310px; */
	width: 310px;
	margin: 0 12px;
}

.match_h-box .items .inner {
	display: block;
	padding: 15px 8px 0 8px;

}

.step_txt {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.8rem;
	margin-bottom: 0;
}

/* .pc_step3_size{
	display: block;
	font-size: 1.0rem;
} */

.qr_code {
	width: 95px;
	margin: 0 auto;
}

.pc_dl_btn {
	display: flex;
	align-items: center;
	padding: 0 25px 10px;
}

.pc_dl_btn li:first-child {
	margin-right: 10px;
}

.att {
	font-size: 1.0rem;
	margin-bottom: 10px;
	line-height: 1.2em !important;
	display: block;
	white-space:normal;
}

.att2{
	font-size: 1.0rem;
	line-height: 1.4rem !important;
	display: block;
}

.att_share_step1{
	font-size: 6px !important;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
}

.step_txt_black {
	font-size: 1.0rem;
	font-weight: 600;
	color: #333;
	text-align: center;
	padding-bottom: 5px;
	margin: 0;
}

.absolute_bottom {
	position: absolute;
	bottom: 3px;
	left: 8px;
	right: 8px;
}

.step2_flow_ul{
	width: 284px;
	margin: 0 auto;
}

.step3_flow_ul{
	width: 143px;
	margin: 0 auto;
}


/* --- parts --- */
.cta a{
	width: 100%;
	max-width: 280px;	
	margin: 0 auto 30px;
	padding: 15px 0;
	font-size: 2.2rem;
}

.icon_book {
	width: 73px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* --- overview --- */

.overview_txt{
	color: #fff;
	padding: 0 15%;
	font-weight: 600;
}


	
/* share */

.sns {
	width: calc(100% - 17.3%);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sns li {
	width: 50px;
}

.sns li:nth-child(2) {
	margin: 0 50px;
}


	

}

