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


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

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

body{
	background: #fff;
}

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

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

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

/* font */
.bold{
	font-weight: 600;
}

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

.display-pc{
	display: none;
}


/* Contents
-------------------------*/
/* KV */
.kv{
	position: relative;
}

h1{
	position: absolute;
	bottom: 23px;
	left: 0;
	right: 0;
}

h1 img{
	width: 97.3%;
	margin: 0 auto;
}

 /* Blue Button Size */
.btn_all img{
	width: 88.5%;
	margin: 0 auto;
}

.btn_all{
	animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}
  @keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.95);
    }
}

 /* Share */
.share{
	position: relative;
}

.sns_wrap{
	position: absolute;
	left:0;
	right: 0;
	bottom:36px;
}

.sns{
	width: 88.2%;
	background: #fff;
	padding: 16px 0;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.sns li{
	width: 17.6%;
}

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

/* ===========================================
 * Quiz＆Goods LP
 * ======================================== */

/* Quiz＆Goods Background */
.cp_quiz_goods{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #def1f8 calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), #def1f8 calc(100% - 1px));
	background-size: 49px 49px;
	background-repeat: repeat;
	background-position: center top;
	padding-bottom: 45px;
}


/* Quiz
-------------------------*/
.quiz_wrap{
	position: relative;
}

.btn_quiz{
	position: absolute;
	left:0;
	right: 0;
	bottom:30px;	
}

/* Goods
-------------------------*/
.goods_wrap{
	position: relative;
}

.btn_goods{
	position: absolute;
	left:0;
	right: 0;
	bottom:39px;
}


/* Overview
-------------------------*/
.overview{
	color: #222;
	padding: 47px 6% 0 6%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
}

.tit_overview{
	width: 68.5%;
	margin: 0 auto 20px;
}

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

.ov_list{
	padding-left: 10px;
	margin-bottom: 30px;
	margin-left: 2%;

}

.ov_list li{
	list-style: disc;
}

/* Footer
-------------------------*/
footer{
	background:#38beef;
	color: #fff;
}

.copy{
	font-size: 1.4rem;
	padding: 40px 0;
	text-align: center;
}

/* ===========================================
 * Ad LP
 * ======================================== */
.ad_wrap{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* SN DL
-------------------------*/
.sn_dl{
	padding:21px 4.8% 25px;
}

.btn_dl{
	margin: 13px 0 10px;
}

.user {
	font-size: 1.3rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
}

.user a:link,.user a:visited{	
	color: #91999f;
}

/* How to
-------------------------*/
.howto_txt{
	background:#7cdcff;
	color: #fff;
	font-size: 1.3rem;
	padding: 0 10% 40px;
}

/* Flow
-------------------------*/
.flow{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #def1f8 calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), #def1f8 calc(100% - 1px));
	background-size: 49px 49px;
	background-repeat: repeat;
	background-position: center top;
	padding:60px 0 45px;
}

.tit_flow{
	width: 86.1%;
	margin: 0 auto 24px;
}

.flow_inner_wrap{
	background: #fff;
	margin:0 5.3%;
	padding: 11px 7.4% 23px;
	border: #61cff7 5px solid;
	border-radius: 15px;
}

.tit_step{
	margin-bottom: 13px;
}

.step_txt{
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: -0.05em;
}

.down_arrow{
	width: 14.6%;
	margin: 12px auto 20px;
}

.store_icon_wrap{
	background: #d8f5ff;
	border-radius: 15px;
	padding: 20px 0%;
}

.app_list {
    display: flex;
    align-items: center;
    padding: 10px 8% 0;
}

.mock_step2{
	width:90%;
	margin: 0 auto;
}

.mock_step3{
	width:96%;
	margin: 0 auto;
}



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

.display-sp{
	display: none;
}

/* --------
Ad LP
---------------*/
.ad_wrap{
	width: 768px;
	margin: 0 auto;
}

/* SN DL
-------------------------*/
.user {
	font-size: 1.6rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
}

/* How to
-------------------------*/
.howto_txt{
	font-size: 1.8rem;
}

/* Flow
-------------------------*/
.flow{
	background-size: 100px 100px;
}

.flow_inner_wrap{
	padding: 22px 7.4% 46px;
}

.step_txt{
	font-size: 1.6rem;
	letter-spacing: 0;
}

.store_wrap{
	padding: 0 6.5%;
}

.qr_code{
	width: 40%;
	margin: 15px auto 0;
}

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

.dl_att{
	font-size: 1.4rem;
	text-align: center;
}
	/* .catch{
		
		max-width: 820px;
		width: 100%;
		margin: 0 auto;
	}

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

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

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

	.share{
		padding: 0px 30%;
	} */



	

}