@charset "UTF-8";

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

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

body{
	background:#FDEDED;
}

img{
	width: 100%;
}

.display-pc{
	display: none;
}

/* ---  SN Color --- */
.sn_color {
	width: 100%;
	display: flex;
  }

  .kv_top div {
	flex: 1;
	height: 5px;
  }


  .sn_color div:nth-child(1) {
	background-color: #FD4749;
  }
  
  .sn_color div:nth-child(2) {
	background-color: #FB9200;
  }
  
  .sn_color div:nth-child(3) {
	background-color: #00CC8B;
  }
  
  .sn_color div:nth-child(4) {
	background-color: #329FE7;
  }


/* --------
/* Main contents
---------------*/
.inner{
	padding: 0 5.3% ;
}


/* ----------------
/* level1 KV 〜 Logo
-----------------------*/
.area_share_logo_top{
	width: 30.7%;
	margin: 15px auto;
}

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

/* ----------------
/* level2 New　User
-----------------------*/
.level2{
	background:#fff;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

.welcome{
	padding: 30px 3.2% 10px;
}

.share_tit_cp{
	font-size: 2.3rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;

}

.material-symbols-outlined {
	vertical-align: -5px;
	transform:rotate(180deg);    /* 中心を基準点に時計回りに回転する */
  font-variation-settings:
  'FILL' 1,
  'wght' 600,
  'GRAD' 0,
  'opsz' 48
}

.step_wrap_new_user{
	padding: 13px 5.3% 3px 5.3%;
	border: 2px solid #FD4749;
	border-top: none;
}

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

.level2 .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　block  1〜4　*/
.level2 .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: 2.0em;
	}

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

.new_step2_att{
	font-size: 1.2rem;
	color: #f00;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}


/* ----------------
/* level3 Existing user
-----------------------*/
.level3{
	padding-bottom: 60px;
} 

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

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

/*　Step　block  1〜4　*/
.level3 .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: #009D15;
	color: #fff;
	padding: 7px 2.2%;
	margin-right: 2.9%;	
}


/* App btn */
.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:25px 0;
	font-weight: 600;
	margin-bottom: 30px;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
	text-decoration: none;
}



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


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

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


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

	margin: 0 auto;
}

span.pink{
	color:rgba(255, 0, 0, 1);
}

.share_tit_bottom{
	text-align: center;
	margin: 30px 0 20px 0;
	font-size: 2.0rem;
}



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

/* .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.8em;
	text-align: center;
	width: 10.4%;
	min-width: 80px;
	padding: 17px 2.2%;
	margin-right: 2.9%;	
}



	.howto{
		font-size: clamp(1.5rem, 0.9rem + 1.25vw, 1.7rem);
		min-height: 0vw;
		/* font-size: 2.0em; */
	}

	.brand_att{
		font-size: clamp(1.3rem, 0.7rem + 1.25vw, 1.5rem);
	}

	.overview_tittle{
		font-size: clamp(1.5rem, 0.9rem + 1.25vw, 1.7rem);
		min-height: 0vw;
	}

	.overview_list li{
		margin-left: 1.4%;
	}
	
}

/* デザインC(PC) */
@media screen and (min-width: 1025px) {

/* --------
/* Common
---------------*/

/* ---  SN Color --- */
  .kv_top div {
	flex: 1;
	height: 15px;
  }	

/* --------
/* Main contents
---------------*/
.display-pc{
	display: block;
}

.display-sp{
	display: none;
}

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

/* ----------------
/* level1 KV 〜 Logo
-----------------------*/
.kv_inner{
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
}

.share_tit_main{
	font-weight: 600;
	font-size:4.0rem;
}

.area_share_logo_top{
	max-width: 220px;
	margin: 40px auto;
}


/* ----------------
/* level2 New　User
-----------------------*/
.level2{
	background:#FDEDED;
	margin: 0 auto;
}

.welcome{
	padding: 30px 0 10px;
	width: 350px;
	margin: 0 auto;
}


.step_wrap_new_user{
	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;
	border: none;
	margin-bottom: 30px;
}





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

.step_flow{
	margin-bottom: 17px;
}

/*　Step　block  1〜4　*/
.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: 2.0em;
}

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

/* App DL */
.bg_pink{
	background: rgba(248, 184, 185, 0.26);
	padding: 34px 0px;
}

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

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

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

/* スマートニュース アプリをお持ちでない〜 */
.dl_att{
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.1rem;
	font-weight: 300;
	letter-spacing:-0.05rem;
}

/*スマホ　Mock*/
.mock_phone{
	padding: 0 13%;
}

.coffee{
	padding: 0 13%;
}



/* ----------------
/* level3 Existing_user
-----------------------*/
.step_wrap_existing_user{
	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;
}






	}
	