@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@500;600&display=swap');

/* ===========================================
 * Common
 * ======================================== */

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

body{
	background: #fff;
}

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

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

/* display */
.display-sp{
	display: block;
}

.display-pc{
	display: none;
}

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

.red{
	color: #e50032;
}

/* ===========================================
 * Main　Contents
 * ======================================== */

/* level2 Campaign 1
-------------------------*/
.level2{
background: #edde8d;
padding: 13px 3.2% 74px;
}

.cp_01{
	margin-bottom: 9em;
}

/* How to */
.step_wrap_new_user{
	background: #fff;
	padding: 13% 4.2% 11px 4.2%;
	border: 5px solid #000;
	border-radius: 30px;
	position: relative;
}

.tit_howto{
	width: 71.8%;
	position: absolute;
	top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* STEP */
.step_flow{
	display: flex;
	margin-bottom: 12px;
	align-items:flex-start;
	justify-content: flex-start;
}

.step_block{
	width: 14.2%;
	min-width: 50px;
	margin-right: 7.9%;	
}

.step_text{
	flex: 1;
	font-weight: 700;
	/* font-size:5.0vw; */
	letter-spacing: 0.18rem;
	/* font-size: calc(1.25vw + 1.5rem); */
	font-size:clamp(2.0rem, 4vw, 4.0rem) ;
}

.mock_phone{
	width: 74.3%;
	margin: 0 auto;
}

.mock_phone3{
	width: 76.6%;
	margin: 0 auto;
}

.arrow_down{
	width: 16%;
	margin: 3.0rem auto 3.0rem;
}

.app_list{
	width: 80%;
	margin: 0 auto;
}

.dl_att{
	font-size: 1.0rem;
	text-align: center;
	margin-top: 20px;
}


/* level3 Campaign 2
-------------------------*/
.cp2_wrap{
	padding: 0px 3.2% 0px;
}

.special_offer{
	font-family: 'BIZ UDPGothic', sans-serif;
	padding: 28px 5.6%;
	font-size: 5vw;
	font-weight: 700;
	letter-spacing: 0.08rem;
}

.special_offer li{
	position:relative;
	padding-left:10vw;
}

.special_offer li:first-child{
	margin-bottom: 17px;
}

.special_offer li:before{
	content: '';
	display: block;
	width: 7.5vw; 
	height: 7.5vw;
	background-image: url(../img/checkbox.png);
	background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
}

.chikyukun_middle{
	width: 44.5%;
	margin:0 auto 4.5rem;
}


/* level4 SNS Share
-------------------------*/
.level4{
	background-image: url(../img/level4_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0 47px 0;
	margin-top: 58px;
}

.level4_share{
	background-image: url(../img/level4_bg_share.png);
	background-repeat: no-repeat;
	background-size:contain;
	padding: 20px 0 0px 0;
	margin-top: 58px;
}

.txt_chance{
	font-family: 'BIZ UDPGothic', sans-serif;
	font-weight: 700;
	/* font-size: 5vw; */
	font-size: calc(1.20vw + 1.5rem);
	text-align: center;
	letter-spacing: 0.16rem;
	margin-bottom: 16%;
}

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

.share_wrap{
	padding-top: 100px;
	position: relative;
}

.tit_share{
	width: 83%;
	margin:0 auto 5%;
	/* margin:0 auto 20px; */
}

.sns{
	background: #fff;
	padding: 20px 0;
	border-radius: 7.0rem;
	box-shadow: 2px 4px 0px 0px #C1AB31;
	width: calc(100% - 17.3%);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sns li{
	width: 19.3%;
}

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


/* level5 overview
-------------------------*/
.level5{
	font-family:  "Hiragino Sans","Yu Gothic",sans-serif;
	color: #222;
	padding: 47px 6% 0 6%;
	font-size: 1.2rem;
	font-weight: 400;
}

.tit_overview{
	font-size: 1.8rem;
	margin-bottom:20px ;
	text-align: center;
}

.ov_block_tit{
	font-weight: 700;
	font-size: 1.4rem;
}

.ov_list{
	padding-left: 10px;
	margin-bottom: 30px;
	margin-left: 2%;
	line-height: 2.0rem;
}

.ov_list li{
	list-style: disc;
}

.ov_att{
	margin-bottom: 10px;
}

.copy{
	text-align: center;
	margin-bottom: 20px;
}


@media screen and (min-width: 768px) {
	/* ===========================================
 * Common
 * ======================================== */
 /* display */
.display-pc{
	display: block;
}

.display-sp{
	display: none;
}

.wrapper{
	width: 768px;
	margin: 0 auto;
}

/* ===========================================
 * Main　Contents
 * ======================================== */

/* level2 Campaign 1
-------------------------*/
.level2{
	background: #edde8d;
	padding: 26px 3.2% 74px;
}
		
/* How to */
.step_wrap_new_user{
	background: #fff;
	padding: 13% 4.2% 11px 4.2%;
	border: 10px solid #000;
	border-width:1.3%;
	border-radius: 30px;
	position: relative;
}

.arrow_down{
	width: 16%;
	margin: 6.0rem auto 6.0rem;
}
	
.pc_dl_btn{
	display: flex;
	align-items: center;
	padding: 0 13.9%;
}
	
.pc_dl_btn li{
	margin-left: 5px;
}

.dl_att{
	font-size: 2.0rem;
	text-align: center;
	margin-top: 20px;
}

/* level3 Campaign 2
-------------------------*/
.special_offer{
	font-size: 38px;
}

.special_offer li{
	position:relative;
	padding-left:80px;
}

.special_offer li:before{
	width: 56px; 
	height: 56px;
}

.chikyukun_middle{
	margin-bottom: 10rem;
}

/* level4 SNS Share
-------------------------*/
.sns{
	padding: 30px 0;
	border-radius: 9.0rem;
	box-shadow: 4px 8px 0px 0px #C1AB31;
	margin: 0 auto 80px;
}

/* level5 overview
-------------------------*/
.ov_list{
	padding-left: 10px;
	margin-bottom: 30px;
	margin-left: 1%;
	line-height: 2.0rem;
}


}

