@charset "utf-8";

#mv {
	width: 100%;
	height: 53vw;
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url("../images/top/mv_pc.jpg");
	margin-bottom: 100px;
}

/*----------------------------------------------------------------------------------
pickupセクション
----------------------------------------------------------------------------------*/
.center {
	text-align: center;
}

#l-pickup.section_base {
	 padding-top: 180px; 
	padding-bottom: 170px;
	background-position: 0 120px;
	padding-right: 67%;

}

#l-pickup h2 {
	text-align: center;
}

@media screen and (max-width:1200px) and (min-width:641px) {

	#l-pickup.section_base {
		padding: 34vw 5% 10px;
		margin: 100px 0 20px;
		background-size: 140% auto;
		background-position: right -20px;
	}
}

@media screen and (max-width: 640px) {
	#l-pickup {
		background-image: url("../images/top/pickup-bg_sp.jpg");
	}

	#l-pickup.section_base {
		background-position: 0 0;
		padding: 105vw 5% 10px;
		margin: 80px 0 20px;
	}

}








.section_base {
	/*text-align: center;*/
	position: relative;
	background-position: 0 145px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 100px 70% 100px 2%;
	margin-bottom: 100px;
}

.section_base.reverse {
	padding: 150px 1.5% 100px 72.5%;
}

.section_base.reverse .pickup_img {
	margin: 100px 0 20px;
}

.section_base p {
	margin-bottom: 30px;
	padding: 0 12%;
}

/*.section_base.reverse .pickup_img img {
	padding: 0 12%;
}*/

.section_base .section_eng {
	display: block;
	position: absolute;
	height: 120px;
	width: auto;
	top: 0;
	right: 2%;
}

.section_base.reverse .section_eng {
	top: 0;
	right: auto;
	left: 2%;
}

#l-pickup {
	background-image: url("../images/top/pickup-bg_pc.jpg");
	/* background-size: 71.8%;
	background-position: right bottom; */
}

#section1 {
	background-image: url("../images/top/section1_bg_pc.jpg");
}

#section2 {
	background-image: url("../images/top/pickup-bg_pc.jpg");
}

/*#section2.section_base p {
	text-align: left;
}*/


#sns_section {
	background-color: #e0dbce;
	padding: 50px 5%;
	text-align: center;
}

#sns_section p {
	font-size: 1.2em;
}

/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1201px) {
	#header header h1 {
		transition: .4s;
	}

	#header.smaller header h1 {
		max-width: 200px;

	}

}

/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1200px) {
	.section_base.reverse .pickup_img {
		margin: 12vw 0 20px 10%;
	}

	.section_base.reverse img {
		padding: 0!important;
	}
}

/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:1200px) and (min-width:641px) {

	.section_base {
		padding: 35vw 5% 10px;
		margin: 100px 0 20px;
		background-size: 140% auto;
		background-position: right 0;
	}

	.section_base.reverse {
		padding: 35vw 5% 50px;
		background-position: left 0;
	}

	.section_base h2 {
		width: 400px;
		margin: 0 auto;
	}

	.section_base .section_eng,
	.section_base.reverse .section_eng {
		top: -60px;
	}

	.section_base p {
		padding: 0 5%;
	}

	.section_base .section_eng img {
		height: 60px;
	}

	.section_base.reverse .pickup_img {
		text-align: center;
	}

}

/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#mv {
		height: 130vw;
		background-image: url("../images/top/mv_sp.jpg");
		margin-bottom: 40px;
	}

	.section_base {
		background-position: 0 0;
		padding: 105vw 5% 10px;
		margin: 80px 0 20px;
	}
	#l-pickup.section_base {
		padding: 132vw 5% 10px;
	}

	.section_base.reverse {
		padding: 132vw 5% 40px
	}

	.section_base p {
		text-align: left;
		margin-bottom: 20px;
		padding: 0;
	}
	#section2.section_base p{text-align: center;}

	.section_base .section_eng {
		top: -40px;
		right: 2%;
	}

	.section_base .section_eng img {
		height: 40px;
	}

	.section_base.reverse .section_eng {
		top: -40px;
	}

	#l-pickup {
		background-image: url("../images/top/pickup-bg_sp.jpg");
	}

	/* #section1 {
		background-image: url("../images/top/section1_bg_sp.jpg");
	} */
	/* 上記キャンペーン終了[３名のモニターさまが体験！]の画像入れ替え */
	#section1 {
		background-image: url("../images/top/section1_bg_resultreport_sp.jpg");
	}

	#section2 {
		background-image: url("../images/top/pickup-bg_sp.jpg");
	}

	#section1 h2,#section2 h2 {
		display: none;
	}
}