@charset "utf-8";
body{
	width: 100%;
}
.wrap{
	width: 650px;
	margin: 0 auto;
}

/* アニメーションスタイル */
/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}

/*header*/
.p_head{
	background-color: #C67768;
	padding: 10px 0 0 0;
}
.p_head p{
	width: 340px;
	margin: 0 auto;
}
.head{
	background: url("../images/pc/fv_bg.png") no-repeat top right;
	background-size: contain;
}
.head .wrap{
	width:90%;
	max-width: 1000px;
	margin: 0 auto;
}
.head .wrap h1 img{
	width:100%;
}
.head .wrap h2 img{
	max-width:450px;
}
@media screen and (min-width: 1000px) {
	.head .wrap{
		width:1000px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	.head{
		background: none;
		background-size:auto;
	}
	.wrap{
		width: 90%;
	}
	.p_head{
		padding: 0 0 10px 0;
	}
	.head .wrap{
		width:100%;
		min-width:auto;
	}
	.head .wrap h1 img{
		width:100%;
		min-width: auto;
	}
}

/*RD area*/
.rd_box{ /*RD areaのサイズ*/
	width: 650px;
	height: 464px;
	margin: 0 auto;
	position: relative;
}
.rd_box img{ /*RD areaのピンク枠の画像サイズ*/
	width: 100%;
}
.rd_box .btn_box{
	position: absolute;
	bottom: 15px;
	right: 60px;
	cursor: pointer;
}
.rd_box .btn_box p{
	display: inline-block;
	min-width: 100%;
}
.rd_box .btn_box img{
	width: 100%;
}
@media screen and (max-width: 640px) {
	.rd_box{
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.rd_box .btn_box{
		bottom: 10px;
		right:80px;
	}
	.rd_box .btn_box p{
		display: inline-block;
		min-width: 100%;
	}
	.rd_box .btn_box img{
		width: 100%;
		transition-duration: 0.5s;
	}
}
@media screen and (max-width: 620px) {
	.rd_box .btn_box{
		right:60px;
	}
	.rd_box .btn_box img{
		max-width: 300px;
	}
}
@media screen and (max-width: 540px) {
	.rd_box .btn_box{
		right:40px;
	}
	.rd_box .btn_box img{
		max-width: 280px;
	}
}
@media screen and (max-width: 470px) {
	.rd_box .btn_box{
		right:40px;
	}
	.rd_box .btn_box img{
		max-width: 230px;
	}
}
@media screen and (max-width: 400px) {
	.rd_box .btn_box img{
		max-width: 200px;
	}
}
@media screen and (max-width: 360px) {
	.rd_box .btn_box{
		bottom: 5px;
		right:30px;
	}
	.rd_box .btn_box img{
		max-width: 180px;
	}
}
@media screen and (max-width: 310px) {
	.rd_box .btn_box{
		bottom: 5px;
		right:30px;
	}
	.rd_box .btn_box img{
		max-width: 150px;
	}
}
.shiny-btn1 {
    display: block;
    position: relative;
    overflow: hidden;
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    90% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    91% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
#btn_area{
	background-color: #DBACA4;
}
#btn_area_2{
	background-color: #D04976;
}
#btn_area,#btn_area_2{
	width: 100%;
	padding: 30px 0 20px 0;
}
#btn_area .btn,#btn_area_2 .btn{
	position: static;
	max-width: 450px;
	margin: 0 auto;
	cursor: pointer;
}
#btn_area .btn img,#btn_area_2 .btn img{
	width: 100%;
	transition-duration: 0.5s;
}
@media screen and (max-width: 640px) {
	#btn_area .btn,#btn_area_2 .btn{
		max-width: 350px;
	}
}
/*RD areaここまで*/
#section1{
	margin-top: 100px;
}
#section1 .worry{
	background: url("../images/pc/s_1_bg.jpg") #E6E5E9 no-repeat top center;
	width: 100%;
}
#section1 h1 img{
	width:476px;
	margin: 0 auto;
}
#section1 .pink_box{
	width: 100%;
	background-color: #D04976;
}
#section1 .change{
	width: 100%;
	background: url("../images/pc/s_1_6_bg.png") #fff no-repeat top center/cover;
	padding-top: 800px;
	position: relative;
}
#section1 .change p{
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
	#section1{
		margin-top: 50px;
	}
	#section1 .change{
		width: 100%;
		height: 0;
		background: url("../images/sp/s_1_6_bg.png") #fff no-repeat top center/cover;
		padding-top: calc(741 / 641 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
		position: relative;
	}
	#section1 .change p{
		width: 100%;
		position: absolute;
		top: 10%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}
@media screen and (min-width: 1000px) {
	#section1 .change{
		width: 100%;
		height: 0;
		background: url("../images/pc/s_1_6_bg.png") #fff no-repeat top center/contain;
		padding-top: calc(783 / 1366 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
		position: relative;
	}
	#section1 .change p{
		position: absolute;
		top: 10%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}
#section2 img.w_210{
	max-width: 210px;
}
#section3 .center_box{
	text-align: center;
}
@media screen and (max-width: 640px) {
	div.flexbox{
		display: block;
	}
	#section3 .center_box{
		text-align:left;
	}
}
#section4 .happy{
	background: url("../images/pc/s_4_bg.png") #fff no-repeat top center/cover;
}
#section4 .happy h2{
	width: 650px;
	margin: 0 auto;
}
#section4 .pink_box{
	font-size: 26px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#section4 .pink_box{
		font-size: 19px;
		text-align: left;
	}
	#section4 .happy h2{
		width: 100%;
	}
}
#section7 .chance_box{
	width: 100%;
	background: url("../images/pc/s_7_bg.png") #fff no-repeat top center;
}
#section7 .chance_box img{
	max-width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	#section7{
		margin-top: 20px;
	}
	#section7 .wrap{
		margin-top: 20px;
		background: url("../images/sp/s_7_2.png") #fff no-repeat top center;
	}
	#section7 .wrap .flexbox{
		width: 90%;
		margin: 0 auto;
	}
	#section7 .wrap .flexbox p{
		padding: 30px 0;
	}
	#section7 .chance_box{
		width: 100%;
		background: url("../images/sp/s_7_bg.png") #fff no-repeat top center/cover;
		height: 0;
		margin-top: 0 !important;
		padding-top: calc(315 / 650 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
		position: relative;
	}
	#section7 .chance_box h2{
		width: 100%;
		position: absolute;
		top: 5%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	#section7 .chance_box img{
		width: 90%;
		margin: 0 auto;
	}
}
#rd_area{
	width: 100%;
	background: url("../images/pc/box_bg_top.png") #fff no-repeat top center;
}
#rd_area .tokuten{
	width: 100%;
	background: url("../images/pc/box_bg_bottom.png") #fff no-repeat bottom center;
}
@media screen and (max-width: 640px) {
	#rd_area{
		background: url("../images/sp/box_bg_top.png") #fff no-repeat top center;
	}
	#rd_area .tokuten{
		width: 100%;
		background: url("../images/sp/box_bg_bottom.png") #fff no-repeat bottom center;
	}
}
#section8{
	width: 100%;
	background: url("../images/pc/s_8_2.png") #fff no-repeat top center;
	padding-top: 1300px;
}
@media screen and (max-width: 640px) {
	#section8{
		width: 100%;
		height: 0;
		background: url("../images/sp/s_8_2.png") #fff no-repeat top center/cover;
		padding-top: calc(2936 / 650 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	}
}
#section11{
	width: 100%;
	background: url("../images/pc/s_11_bg.png") #fff no-repeat top center;
	margin-top: 0;
}
@media screen and (max-width: 640px) {
	#section11{
		background: url("../images/sp/s_11_bg.png") #fff no-repeat top center;
	}
	#section11 .fs_32{
		font-size: 22px;
	}
}
footer{
	background-color: #D04976;
	font-size: 12px;
	padding: 5px 0;
	color: #fff;
}
footer p{
	width:650px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	footer p,footer ul{
		width: 80%;
	}
}