@charset "utf-8";


/*=======================================================
	Puana 商品紹介
=======================================================*/
/* cmn */
.cont_base p,
.cont_base li{
	color: #4d4d4d;
	font-size: 1.5rem;
	line-height: 2.2;
	letter-spacing: 0.05rem;
}
.cont_base p strong{
	color: #585858;
}
#brand_wrap .cont_base .width_s{
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}
.cont_base .note{
	margin-top: 10px;
	color: #646464;
	font-size: 0.9em;
	line-height: 1.5;
}
.cont_base .note li{
	font-size: 0.9em;
	line-height: 1.4;
}

/* header */
.puana_header{
	padding: 0;
	text-align: center;
}
.puana_header_cont{
	padding: 25px 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ttl{
	margin: 0 60px 13px 55px;
	overflow: hidden;
	width: 235px;
	height: 82px;
	background: url(../img/ttl.png) no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
}
.header_img{
	overflow: hidden;
	height: 504px;
	background: url(../img/header_bg.jpg) no-repeat center top;
	text-indent: 100%;
	white-space: nowrap;
}
.lead_cont{
	padding: 50px 95px 285px;
	overflow: visible;
}
.lead{
	float: left;
	width: 500px;
}
.lead1{
	margin: 0 0 40px;
	position: relative;
	z-index: 10;
}
.lead_img{
	margin: 10px -5px 0 0;
	float: right;
}

/* ページ内リンク */
.content_anchor_nav{
	padding: 25px 0 0;
	position: relative;
}
.content_anchor{
	padding: 0 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content_anchor li{
	display: flex;
	align-items: center;
}
.content_anchor li:nth-child(-n+3){
	padding-right: 15px;
}
.content_anchor li a{
	padding: 3px 10px 3px 23px;
	display: block;
	overflow: hidden;
	position: relative;
	height: 31px;
	border-bottom: 4px solid #fff;
	background: url(../img/content_anchor.png) no-repeat left top;
	text-indent: 140%;
	white-space: nowrap;
	transition: all  0.2s ease;
}
.content_anchor li:nth-child(1) a{
	width: 52px;
	background-position: 23px center;
}
.content_anchor li:nth-child(2) a{
	width: 84px;
	background-position: -78px center;
}
.content_anchor li:nth-child(3) a{
	width: 56px;
	background-position: -214px center;
}
.content_anchor li:nth-child(4) a{
	padding-right: 0;
	width: 134px;
	background-position: -324px center;
}
.content_anchor li a:before{
	content: ' ';
	margin: 8px 0 0;
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../img/nav_arrow.svg) no-repeat left center;
	background-size: 20px 20px;
}
.content_anchor li a:hover{
	border-bottom: 4px solid #fff84c;
	opacity: 0.8;
}

/* 本文 */
.point_main{
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	z-index: 2;
	width: 850px;
	border-radius: 20px;
	background: url(../img/bg.jpg) no-repeat center top,url(../img/bg2.jpg) repeat center top;
}
.point_main:before{
	content: ' ';
	display: block;
	position: absolute;
	z-index: -1;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px dashed #d3d2cf;
	border-radius: 10px;
}
.content_ttl_lv1{
	margin: 20px 0 0;
	padding: 0 30px 0 0;
	text-align: center;
}
.content_ttl_lv1 + p{
	margin: 0 0 20px;
}
.puana_lineup_list{
	margin: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.puana_lineup_list > li{
	padding: 0 10px;
	box-sizing: border-box;
	width: 33%;
	text-align: center;
}
.puana_lineup_list > li h3{
	margin: 0 0 10px;
}
.puana_lineup_list > li > ul{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.puana_lineup_list > li > ul > li{
	padding: 0 2px;
	box-sizing: border-box;
	text-align: center;
}
.puana_lineup_list li p{
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.4;
}
.puana_lineup_list + p.note{
	margin: 25px 0;
	padding-right: 20px;
	font-size: 1.1rem;
	text-align: right;
	line-height: 1.4;
}
.puana_lineup_cont,
.puana_cm_cont,
.puana_point_cont{
	margin: 0;
	padding: 30px 30px 60px;
	border-bottom: 1px dashed #989898;
}
.puana_point_cont{
	border: none;
}

/* CM */
/* 動画 */
.video_ttl{
	margin: 0 0 10px;
	text-align: center;
	line-height: 1.3;
}
.youtube_cont{
	margin: 0 50px;
	padding: 0;
	clear: both;
	background-color: #fff;
}
.video-container{
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	height: 0;
	background-color: #fff;
}
.video-container img,
.video-container iframe,
.video-container object,
.video-container embed{
	margin: auto;
	position: absolute;
	top: -0.5%;
	right: -0.5%;
	bottom: -0.5%;
	left: -0.5%;
	width: 101%;
	height: 101%;
}

/* 特長 */
.point_cont_wrap{
	padding: 20px 10px 0;
}
.point_box{
	margin: 0 0 70px;
	padding: 50px 40px 60px;
	position: relative;
	z-index: 10;
	border-radius: 10px;
	background-color: #fff;
}
.point_cont:last-child .point_box{
	margin-bottom: 20px;
	padding-bottom: 40px;
}
.point_ttl_lv1{
	margin: 0 0 20px;
	position: relative;
	text-align: center;
}
.point_ttl_lv2{
	margin: 60px 0 45px;
	position: relative;
	text-align: center;
}
.point_ttl_lv2:first-child{
	margin-top: 10px;
}
.point_ttl_lv2 img{
	padding: 0 20px;
	display: inline-block;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.point_ttl_lv2:before{
	content: ' ';
	margin: 0 auto;
	display: block;
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 81px;
	height: 1px;
	border-top: 3px dotted #ccc;
}
.point_img{
	margin-bottom: 15px;
	text-align: center;
}

/* point1 */
.component_wrap{
	margin: 0 auto;
	width: 90%;
}
.component_cont{
	margin: 20px 0 0;
	padding: 10px 40px 15px;
	position: relative;
	border: 1px solid #afafaf;
	background-color: #fff;
	box-shadow: 3px 3px 0 #f4f4f4;
	text-align: center;
}
.component_cont:before{
	content: ' ';
	margin: 0 auto;
	display: block;
	position: absolute;
	top: -17px;
	right: 0;
	left: 0;
	width: 18px;
	height: 28px;
	background: url(../img/pin.png) no-repeat left top;
	background-size: 17px auto;
}
.component_ttl{
	margin: 0 0 10px;
	padding-right: 40px;
}
.component_list li{
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

/* point2 */
.point2_wrap{
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
.point2_wrap > p{
	width: 138px;
	text-align: center;
}
.point2_wrap > div{
	width: 525px;
}
.type_text{
	margin: -3px 0 10px;
}
.use_step{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.use_step li{
	padding: 30px 0 0;
	box-sizing: border-box;
	position: relative;
	width: 27%;
	background: url(../img/step_bg.png) no-repeat center 0;
}
.use_step li:nth-child(-n+2){
	margin-right: 3%;
}
.use_step li:nth-child(-n+2):after{
	content: ' ';
	margin: auto 0;
	position: absolute;
	top: 0;
	right: -7px;
	bottom: 10px;
	width: 30px;
	height: 16px;
	background: url(../img/step_arrow.png) no-repeat left top;
}
.step_img{
	height: 110px;
	text-align: center;
}
.step_text span{
	display: block;
	position: absolute;
	left: 0;
}
.use_step .step_text{
	padding-left: 30px;
	font-size: 1.35rem;
	line-height: 1.4;
}

/* point3 */
.point_wrap{
	margin: 50px 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point_wrap > div{
	width: 44%;
}
.point_wrap h4{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4em;
}
.point_box .siaa{
	margin: 15px 0 0;
	padding: 20px 30px;
	border: 1px solid #ccc;
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.6;
}
.img_note{
	margin-top: 0;
	display: block;
	font-size: 1.2rem;
	text-align: center;
}
.point_box .youtube_cont{
	margin: 0 0 20px;
}
.point_wrap > div:first-child .point_img{
	margin-bottom: 6px;
}
.point_wrap > div:nth-child(2) .point_img{
	margin: 10px 0 30px;
}

/* select */
.select_cont{
	margin: 30px 5px 20px;
	padding-bottom: 5px;
}
.select_cont_header{
	margin: 0 0 10px;
	padding: 50px 0 0;
	background-color: #fff;
	text-align: center;
}
.select_cont_header h2{
	margin: 0 0 20px;
	text-align: center;
}
.questions_wrap{
	margin-top: 120px;
	padding: 20px 90px;
	background: url(../img/select_bg.png) repeat left top;
}
.type_img_list{
	margin: -120px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.type_img_list li{
	padding: 0 10px 10px;
	position: relative;
	width: 100px;
	text-align: center;
}
.type_img_list_img{
	position: relative;
	z-index: 1;
}
.shadow{
	margin: 0 auto;
	position: absolute;
	right: 5px;
	bottom: 0;
	left: 0;
}
.select_lead{
	text-align: center;
}
.questions_10{
	margin: 35px 0 15px;
	text-align: center;
}
.select_answer_cont{
	padding: 55px 40px 40px;
	position: relative;
	border-radius: 10px;
	background: url(../img/bord.png) repeat left top;
	box-shadow: 2px 2px 1px #ccc;
}
.select_answer_cont:before{
	content: ' ';
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 35px;
	right: 0;
	left: 0;
	width: 174px;
	height: 39px;
	background: url(../img/clip.png) no-repeat center top;
}
.check_list{
	padding: 35px 50px 30px;
	background-color: #fff;
}
.check_list > li{
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url(../img/line.png) no-repeat left bottom;
	font-size: 1.4rem;
}
.check_list > li:first-child{
	background: url(../img/line.png) no-repeat left top,url(../img/line.png) no-repeat left bottom;
}
.check_list p{
	width: 56%;
	vertical-align: middle;
}
.check_list p span{
	display: inline-block;
	width: 30px;
	vertical-align: middle;
}
.check_list p img{
	margin: -3px 0 0 ;
	vertical-align: middle;
}
.check_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 37%;
}
.select_answer li{
	padding: 6px 0 6px 25px;
	position: relative;
	width: 37%;
	opacity: 0.6;
	vertical-align: middle;
	line-height: 1.4;
	transition: all 0.1s ease;
}
.select_answer > li:hover,
.select_answer > li.check{
	opacity: 1.0;
}
.select_answer li:nth-child(2){
	width: 26%;
}
.select_answer li:first-child:after{
	content: '／';
	display: block;
	position: absolute;
	top: 0.6em;
	right: -21px;
	width: 18px;
	height: 18px;
	color: #afafaf;
}
.select_answer li:before{
	content: ' ';
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 18px;
	height: 18px;
	background: url(../img/select_box.png) no-repeat left top;
}
.select_answer li.check:before{
	background: url(../img/select_box.png) no-repeat left bottom;
}
.select_answer li img{
	vertical-align: middle;
}
.result_btn_cont{
	margin: 30px 0 30px;
	position: relative;
	min-height: 28px;
	text-align: center;
}
.result_btn_cont .result_btn{
	overflow: hidden;
	height: 0;
}
.result_btn_cont .result_btn.on{
	overflow: visible;
	height: auto;
}
.result_btn_cont .result_btn a{
	margin: 0 auto 15px;
	padding: 15px;
	display: block;
	overflow: hidden;
	width: 300px;
	height: 0;
	border: 1px solid #333;
	opacity: 0;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.22);
	line-height: 1.0;
	transition: all 0.3s ease;
}
.result_btn.on a{
	overflow: visible;
	height: auto;
	background-color: #fff;
	opacity: 1.0;
}
.result_btn_cont .allanswer{
	margin: 0 auto 15px;
	padding: 15px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 300px;
	border: 1px solid #b7b7b7;
	background-color: #fff;
	color: #6d6d6d;
	line-height: 1.0;
	transition: all 0.3s ease;
}
.result_arrow{
	margin-top: 0;
	visibility: hidden;
	overflow: hidden;
	min-height: 0;
	height: 0;
	opacity: 0;
	text-align: center;
	transition: visibility 0.5s ease, min-height 0.5s ease, height 0.5s ease, opasity 0.5s ease;
}
.result_arrow.on{
	margin-top: -25px;
	visibility: visible;
	overflow: visible;
	min-height: 50px;
	height: auto;
	opacity: 1;
	transition-delay: 0s;
}
.result_wrap{
	visibility: hidden;
	overflow: hidden;
	position: relative;
	min-height: 0;
	height: 0;
	opacity: 0;
	transition: all 0.5s ease;
}
.result_wrap.on{
	visibility: visible;
	min-height: 50px;
	height: auto;
	opacity: 1;
	transition-delay: 0s;
}
.result_type_wrap{
	margin: 0 auto;
	display: flex;
	width: 800px;
	;
}
.result_modal{
	margin-top: 35px;
	visibility: hidden;
	width: 0;
	height: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.result_wrap.on .result_modal.current.on{
	display: block;
	visibility: visible;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	opacity: 1.0;
}
.result_modal .result_type_info_img{
	opacity: 0;
}
.result_modal.current.on .result_type_info_img{
	opacity: 1;
	transition: opacity 0.3s ease;
	transition-delay: 0.5s;
	animation: bound 0.8s 1 ease-out;
	animation-delay: 0.5s;
}
@keyframes bound{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-5px);
	}
	100%{
		transform: translateY(0px);
	}
}
.result_item_name{
	position: relative;
	top: -2px;
	opacity: 0;
}
.result_modal.current.on .result_item_name{
	top: 0;
	opacity: 1;
	transition: all 0.8s ease;
	transition-delay: 1.6s;
}
.other{
	margin-bottom: 10px;
}
.chenge a{
	padding: 2px 0 2px 13px;
	display: inline-block;
	border-bottom: 1px dotted #163a88;
	background: url(../img/chenge_arrow.svg) no-repeat left center;
}
.chenge a:hover{
	opacity: 0.7;
	text-decoration: none;
}

/* 結果 */
.result_cont{
	padding: 40px 50px 30px;
	border: 3px solid #e2e6f0;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 3px 3px 0 #f4f4f4;
}
.result_type_ttl{
	margin: 0 0 30px;
	text-align: center;
}
.result_cont .result_type{
	margin: 0 0 30px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.5;
}
.result_cont .result_type span{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.result_cont .result_type span:after{
	content: ' ';
	display: inline-block;
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	left: 0;
	height: 5px;
	background-color: #fff84c;
}
.your{
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
.result_type_info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.result_cont .result_type_info_text{
	width: 63%;
	font-size: 1.5rem;
	line-height: 1.8;
}
.result_cont .result_item_name{
	margin-top: 10px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.4;
}
.scene_cont{
	margin: 50px 0 30px;
	padding: 20px 40px 35px;
	border: 1px solid #333;
	border-radius: 5px;
}
.scene_ttl{
	margin: -44px 0 10px;
	text-align: center;
}
.scene_ttl img{
	padding: 0 5px;
	display: inline-block;
	background-color: #fff;
}
.scene_details_cont{
	display: flex;
	flex-wrap: wrap;
	flex-flow: row-reverse;
	justify-content: space-between;
}
.scene_details{
	padding-right: 15px;
}
.scene_details h5{
	margin: 20px 0 5px;
	padding: 3px 0 0 28px;
	background: url(../img/scene_ttl_ico.png) no-repeat left 0;
	background-size: 20px 28px;
	font-size: 1.8rem;
}
.scene_details h5:first-child{
	margin-top: 0;
}
.scene_details_cont p{
	font-size: 1.5rem;
	line-height: 1.8;
}
.chenge{
	margin: 20px 0 40px;
	text-align: center;
}
#result_type_water .result_type,
#result_type_water .result_item_name,
#result_type_water .scene_details h5{
	color: #1e346a;
}
#result_type_non_alcohol .result_type,
#result_type_non_alcohol .result_item_name{
	color: #2f4630;
}
#result_type_alcohol .result_type,
#result_type_alcohol .result_item_name{
	color: #343064;
}

/* ご購入はこちら */
.cont_base .buy_ec{
	margin: 15px auto 5px;
	border-radius: 5px;
	line-height: 1.4;
}
.content_header .buy_ec{
	margin: 0 auto;
	width: 90%;
}
.buy_ec_btn{
	margin: 0 auto;
	padding: 15px 17px 15px 20px;
	width: 300px;
	border: none;
	border-radius: 0;
	background: #2f519c;
	box-shadow: none;
	color: #85807d;
	font-weight: bold;
	text-align: center;
}
.buy_ec_btn:hover{
	opacity: 0.8;
	text-decoration: none;
}
.buy_ec_btn img{
	position: relative;
	width: auto;
}
.buy_ec_btn:after{
	right: 20px;
}
.box_btm .buy_ec_btn{
	padding: 15px 17px 15px 20px;
	font-size: 1.8rem;
}
.onlineshop{
	margin-top: -50px;
	padding: 76px 0 100px;
	position: relative;
}
.onlineshop:before{
	content: ' ';
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 2px dotted #fff;
}
.onlineshop:after{
	content: ' ';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 2px dotted #fff;
}
.ecshop_list{
	margin: 10px auto 0;
	width: 700px;
	text-align: center;
}
.ecshop_list li{
	margin: 0 2px;
	display: inline-block;
	width: 300px;
	vertical-align: top;
}
.ecshop_list li a{
	margin: 0 0 10px;
	padding-top: 10px;
	display: block;
	box-sizing: border-box;
	height: 50px;
	border: 1px solid #d8d9d2;
	background-color: #fff;
	text-align: center;
}
.onlineshop_btn{
	padding: 0;
	background-color: #fff;
	text-align: center;
}
.ecshop_list li.onlineshop_btn a{
	margin: 0;
	padding: 5px 0 0;
	background-color: #f5fdff;
}
.onlineshop_btn img{
	width: 196px;
	height: auto;
}
.ecshop_list li a:hover{
	opacity: 0.7;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content{
	min-height: 150px;
}
.close{
	margin: 15px 0 0;
}


/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	/* cmn */
	#brand_wrap.brand_wrap_btm{
		padding-bottom: 40px;
	}
	.cont_base p,
	.cont_base li{
		font-size: 1.4rem;
		line-height: 2.0;
	}
	#brand_wrap .cont_base .width_s{
		width: 94%;
	}
	.cont_base .note,
	.cont_base .note li{
		font-size: 1.0rem;
	}

	/* header */
	.puana_header{
		margin: 0 0 0;
		padding: 10px 0 13px;
	}
	.puana_header_cont{
		padding: 11px 0 8px;
	}
	.ttl{
		margin: 0 auto 8px;
		padding-bottom: 20%;
		width: 60%;
		height: 0;
		background: url(../img/s/ttl.png) no-repeat left top;
		background-size: 100% auto;
	}
	.header_img{
		padding: 0 0 70%;
		height: 0;
		background: url(../img/s/header_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	.lead_cont{
		padding: 20px 13% 20px 9%;
	}
	.lead{
		float: none;
		width: 100%;
	}
	.lead1{
		margin-bottom: 30px;
	}
	.lead2{
		margin-bottom: 10px;
	}
	.lead_img{
		margin: 0;
		padding: 15px 50px 0;
		float: none;
		text-align: center;
	}

	/* ページ内リンク */
	.content_anchor_nav{
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.content_anchor{
		margin: 0 auto;
		padding-bottom: 5px;
		max-width: 450px;
		width: 94%;
	}
	.content_anchor li{
		margin: 0;
		padding: 0;
		width: 19%;
	}
	.content_anchor li:nth-child(-n+3){
		margin-right: 1.3%;
		padding: 0;
	}
	.content_anchor li:nth-child(4){
		margin-right: -2%;
		width: 24%;
	}
	.content_anchor li a{
		height: 2.5em;
		background: url(../img/s/content_anchor.png) no-repeat left top;
		background-size: 395% auto;
	}
	.content_anchor li:nth-child(1) a,
	.content_anchor li:nth-child(2) a,
	.content_anchor li:nth-child(3) a,
	.content_anchor li:nth-child(4) a{
		padding: 0 0 50% 0;
		width: 100%;
		height: 0;
	}
	.content_anchor li:nth-child(1) a{
		background-position: -8.5% center;
	}
	.content_anchor li:nth-child(2) a{
		background-position: 25% center;
	}
	.content_anchor li:nth-child(3) a{
		background-position: 58% center;
	}
	.content_anchor li:nth-child(4) a{
		background-position: 99% center;
		background-size: 312% auto;
	}
	.content_anchor li a:before{
		margin: -2% 0 0;
		padding-bottom: 50%;
		width: 24%;
		height: 110%;
		background-position: left center;
		background-size: 100% auto;
	}
	.content_anchor li:nth-child(4) a:before{
		width: 18%;
	}

	/* 本文 */
	.point_main{
		padding: 0;
		box-sizing: border-box;
		width: 100%;
		border-radius: 0;
		background-size: 110% auto, 441px auto;
	}
	.point_main:before{
		right: 0;
		left: 0;
		border: none;
		border-top: 1px dashed #d3d2cf;
		border-bottom: 1px dashed #d3d2cf;
		border-radius: 0;
	}
	.content_ttl_lv1{
		margin-top: 10px;
		padding: 0 0 13px 0;
	}
	.content_ttl_lv1 img{
		width: 70%;
	}
	.puana_lineup_list{
		margin: 10px -2% 0;
		justify-content: center;
	}
	.puana_lineup_list > li{
		margin-bottom: 20px;
		padding: 0;
		width: 50%;
	}
	.puana_lineup_list > li:first-child{
		margin-right: -1%;
	}
	.puana_lineup_list > li:nth-child(2){
		margin-left: -1%;
	}
	.puana_lineup_list > li h3{
		margin: 0 0 10px;
	}
	.puana_lineup_list > li img{
		width: 70%;
	}
	.puana_lineup_list > li h3 img{
		width: 90%;
	}
	.puana_lineup_list > li > ul{
		margin-top: 0;
	}
	.puana_lineup_list > li > ul > li{
		padding: 0 1px 0;
		width: 60%;
	}
	.puana_lineup_list > li > ul > li:nth-child(2n){
		padding: 0 1px 0;
		width: 25%;
	}
	.puana_lineup_list > li > ul > li p{
		font-size: 1.1rem;
		line-height: 1.3;
	}
	.puana_lineup_list > li > ul > li p:first-child{
		padding: 0 0 72%;
		position: relative;
		height: 0;
	}
	.puana_lineup_list > li > ul > li:nth-child(2n) p:first-child{
		padding: 0 0 177.5%;
	}
	#brand .puana_lineup_list > li > ul > li img{
		margin: 0 auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: auto !important;
		height: 100% !important;
		max-width: initial !important;
	}
	.puana_lineup_cont,
	.puana_cm_cont,
	.puana_point_cont{
		margin: 0 0 10px;
		padding: 10px 10px 30px;
	}
	.puana_lineup_cont{
		padding-top: 30px;
	}
	.puana_lineup_list + p.note{
		margin: 0 0 15px;
		padding-right: 0;
		text-align: center;
	}

	/* 動画 */
	.cm_cont{
		margin: 0 auto 20px;
	}
	.youtube_cont{
		margin: 0;
	}

	/* 特長 */
	.point_cont_wrap{
		padding: 10px 0 0;
	}
	.point_cont{
		margin: 50px 0 0;
	}
	.point_cont:first-child{
		margin-top: 0;
	}
	.point_box{
		padding: 40px 20px 40px;
		text-align: left;
	}
	.point_ttl_lv1 img{
		width: 250px;
	}
	.point_ttl_lv1{
		margin: 0 0 20px;
	}
	.point_ttl_lv2{
		margin: 40px -10px 35px;
		box-sizing: border-box;
	}
	.point_ttl_lv2:before{
		bottom: -11px;
	}
	.point_ttl_lv2:first-child{
		margin: 0 -10px 40px;
	}
	.point_ttl_lv2 img{
		padding: 0;
		box-sizing: border-box;
	}

	/* point1 */
	.component_wrap{
		width: 100%;
	}
	.component_cont{
		padding: 5px 20px 15px;
	}
	.component_cont:before{
		background: url(../img/pin.png) no-repeat center top;
		background-size: 14px auto;
	}
	.component_ttl{
		margin: 0 0 10px -10px;
		padding: 0;
	}
	.component_list li{
		padding: 10px 0;
		line-height: 1.3;
	}

	/* point2 */
	.sheet{
		margin: -15px 0;
	}
	.point2_wrap{
		display: block;
	}
	.point2_wrap > p:first-child{
		margin: -5px auto -2px;
		width: 35%;
		text-align: center;
	}
	.point2_wrap > div{
		margin: 0 auto;
		width: 94%;
	}
	.point2_wrap > div:nth-child(2){
		margin-top: 0;
	}

	/* point3 */
	.point_wrap{
		margin: 50px 3% 0;
		display: block;
	}
	.point_wrap > div{
		margin-bottom: 25px;
		width: 100%;
	}
	.point_wrap > div:last-child{
		margin-bottom: 0;
	}
	.point_box .siaa{
		padding: 15px;
		box-sizing: border-box;
	}
	.point_box .youtube_cont{
		margin: 0;
	}
	.use_step{
		margin: 10px 3% 0;
		display: block;
	}
	.use_step li{
		padding: 0 0 0;
		width: 100%;
		background: none;
	}
	.use_step li:nth-child(-n+2){
		margin: 0;
	}
	.use_step li:nth-child(-n+2):after{
		content: none;
	}
	.step_img{
		margin-bottom: -5%;
		padding: 10%;
		height: auto;
		background: url(../img/step_bg.png) no-repeat center 0;
		background-size: auto 100%;
		text-align: center;
	}
	.use_step .step_text{
		margin-bottom: 15px;
	}

	/* select */
	.select_cont{
		margin: 30px 0 20px;
		padding: 20px 0 10px;
	}
	.select_cont_header{
		padding: 0 30px 0;
		text-align: left;
	}
	.select_cont_header h2{
		box-sizing: border-box;
	}
	.questions_wrap{
		padding: 20px 10px;
	}
	.type_img_list li{
		padding: 0 10px 10px;
		box-sizing: border-box;
		width: auto;
	}
	.select_answer_cont{
		padding: 30px 15px 20px;
	}
	.select_answer_cont:before{
		top: 13px;
		background-size: 150px auto;
	}
	.check_list{
		padding: 20px 20px;
	}
	.check_list > li{
		padding: 10px 0;
		display: block;
		line-height: 1.4;
	}
	.result_type_info{
		display: block;
	}
	.scene_details_cont{
		display: block;
	}
	.check_list ul{
		justify-content: center;
		width: 100%;
	}
	.select_answer li{
		padding-left: 20px;
		width: auto;
	}
	.select_answer li:nth-child(2){
		width: auto;
	}
	.select_answer li:first-child{
		margin-right: 20px;
		padding-right: 10px;
	}
	.select_answer li:first-child:after{
		top: 0.2em;
		right: -13px;
		font-size: 18px;
	}
	.select_answer li:before,
	.select_answer li.check:before{
		top: 0.8em;
		left: -3px;
		width: 18px;
		height: 18px;
		background-size: 18px auto;
	}
	.check_list p{
		padding-left: 22px;
		box-sizing: border-box;
		width: 100%;
		text-indent: -22px;
		line-height: 1.5;
	}
	.check_list p span{
		width: 22px;
		text-indent: 0;
	}
	#brand .select_answer li img{
		width: auto;
		height: 15px !important;
	}

	/* 結果 */
	.result_type_wrap{
		width: 95%;
	}
	.result_cont .result_type{
		margin: 0 0 20px;
		font-size: 1.5rem;
	}
	.result_cont{
		padding: 30px 25px;
		box-sizing: border-box;
		width: 100%;
	}
	.result_cont .result_type_info_text{
		box-sizing: border-box;
		width: 100%;
		font-size: 1.5rem;
	}
	.result_type_info_img{
		margin-top: 20px;
		text-align: center;
	}
	.result_type_info{
	}
	.scene_cont{
		margin: 50px 0 0;
		padding: 20px 20px;
	}
	.result_type_scene_img{
		margin-bottom: 15px;
	}
	.scene_ttl img{
		width: 80%;
	}
	.scene_details{
		padding-right: 0;
	}
	.scene_details h5{
		padding: 5px 0 0 26px;
		font-size: 1.6rem;
	}
	.result_btn_cont{
		margin: 30px 0 10px;
		min-height: 45px;
	}
	.result_btn_cont .allanswer{
		margin: 0 auto 35px;
	}

	/* ご購入はこちら */
	.cont_base .buy_ec{
		margin: 15px auto 0;
	}
	.buy_ec_btn{
		margin: 0 auto;
		padding: 10px 17px 10px 0;
	}
	.buy_ec_btn img{
		position: relative;
		top: -2px;
		width: 100px;
	}
	.buy_ec_btn:after{
		right: 14px;
		width: 15px;
		height: 18px;
		background-size: 100% auto;
	}
	.box_btm .buy_ec_btn{
		line-height: 1.3;
	}
	.box_btm .buy_ec_btn img{
		margin-bottom: 5px;
		width: 130px;
	}
	.ecshop_list{
		width: 90%;
	}
	.ecshop_list li{
		margin-bottom: 5px;
		box-sizing: border-box;
		width: auto;
	}
	.ec_ttl{
		margin-bottom: 25px;
		width: 80%;
	}
	.ecshop_list li a{
		margin: 0;
	}
	.result_cont .buy_ec_btn{
		box-sizing: border-box;
		width: 100%;
	}
}
