@charset 'UTF-8';


#wrap{
    width: 100%;
    overflow: hidden;
}


.contests_box{
    width: 100%;
}

.m_25{
    margin: 0 ;
}

.p_t_space40{
    padding-top: 20px !important;
}

.p_b_space50{
    padding: 0 !important;
}

.m_b_space70{
    margin-bottom: 25px !important;
}

.m_t_space30{
    margin-top: 0px !important;
}

.m_b_space30{
margin-bottom: 0px !important;
}

.sp_spc_30{
    margin-bottom: 30px !important;
}

.link_color{
	color: #000000;
}



/*----ヘッダー------*/

header{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
}

.header_box{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.header_img{
	display: block;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

/*----トップバナー------*/
.sec_box01{
	width: 100%;
	text-align: center;
	margin: 0 auto;

}

.top_bnr_box{
	width: 100%;
}

.top_img{
	display: block;
	width: 100%;
}

.top_tle_box{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	padding: 0px 0px 15px 0px;
	box-sizing: border-box;
}


.top_logo_label_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 65%;
	text-align: center;
	margin: 0 auto 15px auto;
	
}

.top_logo_label_cell01{
	width: 35%;
}

.top_logo_label_cell01:first-child{
	margin-right: 9%;
}

.top_logo_label_cell01:last-child{
	margin-left: 9%;
}


.top_label_img01{
	display: block;
	width: 100%;
	max-width: 200px;
}

.top_label_img02{
	display: block;
	width: 76%;
	max-width: 120px;
	margin-top: 12%;
}


.top_kikan_bg{
	background-image: url(../img/top_bgground01@2x.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 510px;
	position: relative;
	background-position-x: 60%;
	/* background-position-y: 100%; */

	width: 100%;
	
}


.top_tle_box_in{
	text-align: center;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%;
}


.top_logo_img{
	display: block;
	width: 100%;
	max-width: 215px;
	text-align: center;
	margin: 0px auto;
	padding: 15px 0px;
	box-sizing: border-box;
}



.top_tle_img{
	display: block;
	width: 100%;
	max-width: 700px;
	text-align: center;
	margin: 0px auto 15px auto;
}

.top_tle_txt{
	display: block;
	font-size: 4.4vw;
	font-weight: 700;
	line-height: 1.5em;
	color: #FFFFFF;
	letter-spacing: -0.03em;
	margin-bottom: 15px;
}

.top_cap_box{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
	max-width: 700px;
}

.top_cap_box_in{
	display: table;
	max-width: 1100px;
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	border: 2px solid #FFFFFF;
	background-color: #231815;
}

.top_cap_sche{
	display: block;
	width: 100%;
}

.top_cap_tle{
	display: block;
	font-size: 4vw;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	background-color: #e60012;
	width: 100%;
	padding: 1%;
	box-sizing: border-box;
}

.top_cap_sche01{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 310px;
	padding: 3%;
	box-sizing: border-box;
}

.top_cap_sche02{
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 390px;
	width: 60%;
	padding: 10px;
	box-sizing: border-box;
}


/*----プレゼントセクション------*/


.sec_box02{
	width: 100%;
	background-color: #231815;
	padding: 0px 0px;
	box-sizing: border-box;
	margin: -1px auto 0px auto;
	text-align: center;
}

.pre_box{
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	margin: 0 auto 0px auto;
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;
}

.pre_tle_box{
	
	width: 100%;
}

.pre_tle_img{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

.pre_list_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.pre_list01{
	width: 100%;
	margin-bottom: 10px;
}

.pre_list02{
	width: 100%;
	margin-bottom: 10px;
}

.pre_list03{
	width: 100%;
	margin-bottom: 10px;
}

.img_size01{

	width: 100%;
}

.img_size02{

	width: 100%;
}

.img_size03{

	width: 100%;
}

.img_size04{

	width: 100%;
}


.img_size05{

	width: 100%;
}

.pre_list02:last-child{
	margin-bottom: 0px;
}


/*------応募-------*/

.sec_box03{
	width: 100%;
	
	padding: 0px ;
	box-sizing: border-box;
	margin: -1px auto 0 auto;
	text-align: center;	
}

.apply_box{
	display: block;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.apply_tle_box{
	width: 100%;
	text-align: center;
	margin: 0 auto 15px auto;
	background-color: #150201;
}

.apply_line{
	padding: 2.5px 0px;
	box-sizing: border-box;
	background-color: #e60012;
}

.apply_tle_txt{
	display: block;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #ffd900;
	padding: 10px;
	box-sizing: border-box;
}

.apply_cap_box{
	
	width: 90%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto 20px auto;
}

.apply_cap{
	display: block;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	line-height: 2em;
}

.apply_list_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
    margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.apply_list_cell01{
	max-width: 250px;
	min-width: 150px;
    width: 40%;
    
    padding: 0 1%;
	box-sizing: border-box;
	margin: 0 auto 25px auto;
}



.apply_list_btn{
	display:block;
    width:100%;
    height:100%;
	max-width: 200px;
	margin: 0 auto;
    background:#e60012;
    text-align:center;
    
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
	padding: 10px;
	box-sizing: border-box;
}

.apply_list_btn_txt{
	display: block;
	text-align: center;
	margin: 0 auto;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;

}




/*----応募方法------*/

.sec_box04{
	width: 100%;
	margin: 0 auto 0px auto;
	text-align: center;
}

.howto_box{
	width: 100%;
	background-color: #efefef;
	padding-bottom: 5px;
	box-sizing: border-box;
}

.howto_tle{
	display: block;
	text-align: center;
	padding: 5px 10px 5px 10px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #595757;
	margin: 0px auto 15px auto;
	border-radius: 50px;
	max-width: 95%;

}

.howto_cap{
	display: block;
	text-align: left;
	padding: 0px 15px;
	box-sizing: border-box;
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8em;
	margin-bottom: 25px;
}


.howto_bnr01{
	margin: 0 auto 10px auto;
	text-align: center;
	max-width: 250px;
	width: 100%;
}

.bnr_img01{
	display: block;
	
	width: 100%;
}


.contact_us_style{
	width: 100%;
	max-width: 220px;
	display: block;
	margin: 5px 0px;
}


.spa_80{
	margin-bottom: 40px;
}



.sec_box05{
	background-color: #efefef;
}




.sec_box06{
	background-color: #efefef;
	display: block;
	text-align: left;
	padding: 0px 15px 25px 15px;
	box-sizing: border-box;
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5em;
	
}


.otoiawase_title{
	font-size: 14px;
	font-weight: 600;
}





.todome_img01{
    display: inline-block;
    max-width: 300px;
    width: 100%;
    padding: 10px 50px;
}


.todome_box_list{
    display: flex;
    justify-items: center;
    justify-content: start;
    padding-bottom: 40px;
	box-sizing: border-box;
    padding-right: 50px;
}

.todome_list01{
    margin-left: 50px;
}

.todome_list02{
    margin-left: 0px;
}

.todome_img02{
    max-width: 300px;
    width: 100%;
}



	/*---フッター--*/

footer{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}


footer .c_right{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 300;
	box-sizing: border-box;
	padding: 20px;
	line-height: 1.5em;
}


/*---scroll---*/

#page-top {
    position: fixed;
    bottom: 55px;
    right: 10px;
    z-index: 100;
}

#page-top a img{

    text-decoration: none;
    width: 45px;
    padding: 0px 0;
    text-align: center;
    display: block;

}

#page-top a:hover {
    text-decoration: none;
}

.is-active{
	/* 表示する */
	opacity: 1;
	visibility: visible;
  }