@charset "UTF-8";
/* --------
base
---------------*/

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

img{
	width: 100%;
}

.display-pc{
	display: none;
}



/* --------
Share LP
---------------*/

.share_main_contents{
	background:#FDEDED;
}

#wrapper{
	
	padding-bottom: 40px;
}

.inner{
	padding: 0 5.3% ;
}

.share_main_title{
	font-weight: 600;
	font-size: calc(22.5rem + (767 - 360) * ((100vw - 18px) / (200 - 18)));
	text-align: center;
	padding: 30px 0 20px;
	font-size:1.8rem;
}

.area_share_logo_top{
	width: 30.7%;
	margin: 0 auto 15px;
}

.coupon_ch_btn{
	margin-top: 30px;
}

.coupon_ch_btn a{
	display: block;
	background: #329FE7;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 100px;
	text-align: center;
	padding:10px 0;
	font-weight: 600;
	margin-bottom: 30px;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
	text-decoration: none;
}


.step_wrap{
	background: #fff;
	padding: 13px 5.3% 50px 5.3%;
	border-radius: 0 0 30px 30px;
}

.cp_howto{
	font-weight: 600;
	font-size: 2.5rem;
	color: #fff;
	background: #FD4749;
	text-align: center;
	padding: 15px 0;
	border-radius: 30px 30px 0 0;
}

/*　Step Start　*/
.step_flow{
	display: flex;
	font-weight: 600;
	margin-bottom: 12px;
	align-items:flex-start;
	justify-content: flex-start;
}

.step_block{
	box-sizing:content-box;
	line-height: 1.2;
	border-radius:10px;
	font-size: 1.4rem;
	text-align: center;
	width: 16%;
	min-width: 60px;
	background: #FD4749;
	color: #fff;
	padding: 7px 2.2%;
	margin-right: 2.9%;	
}

.step_block span{
font-size: 3.0rem;
}

.step_sn{
	width: 20.6%;
	min-width: 60px;
	margin-right: 2.3%;	
}

.step_text{
	font-size: clamp(2.0rem, 5vw, 2.3rem);
}

.pink{
	color: #FD4749;
}

.share_att{
	font-size: 1.2rem;
	text-align: center;
	padding-top: 10px;
}

.arrow_down{
	text-align: center;
	width: 22.1%;
	margin: 30px auto 15px;
}

/*　Screening Start　*/
.screening_wrap{
	background: rgba(248, 184, 185, 0.26);
	border-radius:5px;
	padding: 10px 2.9%;
}

.screening_wrap p{
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.app_list{
	display: flex;
	align-items:center;
	padding: 0 8%;
}
.app_list li{
	margin: 0 auto;
}



/*　tablet　*/
	@media (min-width:768px){
/* --------
シェア LP
---------------*/
.share_main_title{
	font-size: 3.8em;
}

.step_text{
	font-size: 3.0em;
}

.step_sn{
	width: 16.6%;
}

.step_block{
	box-sizing:content-box;
	line-height: 1.2;
	border-radius:10px;
	font-size: 1.8rem;
	text-align: center;
	width: 10.4%;
	min-width: 80px;
	padding: 17px 2.2%;
	margin-right: 2.9%;	
}

	
}

/* デザインC(PC) */
@media screen and (min-width: 1025px) {
	/* --------
シェア LP
---------------*/
#wrapper{
	background:#FDEDED;
}

.inner{
	padding: 0;
	width:100%;
	margin:0 auto;
	max-width:820px;
}

.share_main_title{
	font-size: 4.0rem;
}

.area_share_logo_top{
	width: 25.5%;
	margin: 40px auto;
}

.step_wrap{
	background: #fff;
	padding: 30px 2.3% 50px 2.3%;
	border-radius: 0 0 30px 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 0;
	justify-content: space-between;
}

.step_item{
	border: 1px solid #ADADAD;
	border-radius: 20px;
	width: calc(100% / 2);
	width: 49.1%;
	padding:20px 2.4%;
}

.cp_howto{
	font-size: 3.0em;
}

/*　Step Start　*/
.step_flow{
	margin-bottom: 17px;
}

.step_block{
	box-sizing:border-box;
	line-height: 1.2;
	border-radius:10px;
	font-size: 1.4em;
	width: 8.5%;
	min-width: 70px;
	padding: 10px 2% 10px 2%;
	margin-right: 2.9%;	
}

.step_block span{
	font-size: 3.0rem;
}

.step_sn{
	width: 20.6%;
	min-width: 80px;
	margin-right: 2.3%;	
}

.step_text{
	font-size: 2.3rem;
}


/*　Screening Start　*/
.screening_wrap{
	padding: 20px 1.4%;
}

.screening_wrap p{
	 font-size: 1.6rem;
}

.qr_code{
	width: 40.1%;
	margin: 0 auto;
}

.pc_dl_btn{
	display: flex;
	align-items: center;
	padding: 0 8%;
}

.pc_dl_btn li{
	margin-left: 5px;
}



.brand_att{
	font-size: clamp(0.95rem, 0.9928rem + 0.64vw, 0.8rem);
	min-height: 0vw;
}

.overview_wrap{
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}

.overview_tittle{
	font-size:  1.2rem;
}

.dl_btn{
	display: flex;
}

.display-pc{
	display: block;
}

.display-sp{
	display: none;
}







	}
	