tokuten_01@charset "UTF-8";
/* CSS Document */
.news .l-sec {
	padding: 0;
	background: linear-gradient(to bottom,#08164c,#85d0ff 20%,#FFF);
	background-size: cover;
	background-position:center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;

}
.first_vew{
	background: url("../img/bg00.png");
	background-size:5%;
	background-position:top;
	position: relative;
	z-index: 2;
}
.star{
	position: absolute;
	opacity: 50%;
	top:0;
	width: 100%;
	z-index: 3;
	background-size: cover;
}
.moon{
	z-index: 4;
	position: absolute;
	top:-23%;
	left: 10%;
	right: 10%;
}
.moon img{
	opacity: 50%;
}

/*==============================*/
.top-container {
	position: relative;
  	overflow: hidden;
	margin: 0 auto;
	width: 800px;
	height: 490px;
	padding: 0;
}

.rei_title{
	z-index: 5;
	position: absolute;
	top:25%;
	width: 67%;
}
.rei_title img{
	width: 100%;
}
.rei {
	z-index: 6;
	position: absolute;
	width: 45%;
	right: 0;
	
}
.rei img{
	width: 100%;
}

/*==============h2================*/

.second-content{
	position: relative;
	background:url("../img/h2_bk.png");
	top: -150px;
	text-align: center;
	z-index: 7;
}



/*===============キャンペーン===============*/
.bk_emmergency{
	background-image:url("../img/bk_emmergency.png");
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	padding: 0;
}


.campagn-rei{
	position: relative;
/*
	background-image:url("../img/campaign_bk.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
*/
	
}

.campagn-rei_banner{
	position: relative;
    display: block;
	margin: 0 auto;
	text-align: center;
	z-index: 8;
}
.campagn-rei_banner img{
    display: block;
	margin: 0 auto;
	text-align: center;
}

/*
.campagn-rei_banner a:hover {
    opacity: .7;
}
*/


/*===============コンテンツ===============*/
.content-rei{
	position: relative;
	text-align: center;
	margin-bottom: 150px;
	}

.content-rei-bnner{
	display: flex;
	margin: 0 auto;
	text-align: center;
}

.mobile-content{
	padding: 5px;
}

.movie-content{
	padding: 5px;
}

/*===============SNS===============*/

.reinohi-sns{
	height: 150px;
	text-align: center;
}

.reinohi-sns img{
	width: 40px;
	height: 40px;
	margin: 30px;
	
}


/*==============SP===================*/

.top-container-sp{
	display: block;
	margin-bottom: 10px;
	
}
.top-container-sp img{
		width: 100%;
}

.campaign_bk_sp{
	background-image:url("../img/campaign_bk_sp.png");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: top center;
}

.tokuten_01{
	width: 80%;
	z-index: 8;
}
.tokuten_01_2{
	width: 70%;
	z-index: 9;
}


/*=================================*/
@media screen and (max-width: 600px) {
	
.campagn-rei_banner{
	margin-bottom: 0px;
	margin: 0 auto;
	display: block;
}
	
.content-rei-bnner{
	display:block;
	margin: 0 auto;
	text-align: center;
	}
.mobile-content{
	padding: 0px;
}

.movie-content{
	padding: 0px;
}
}

/* --------------------------------------------------
		utility 767
-------------------------------------------------- */
.u-pc {
	display:block;
	margin: 0 auto;
}
.u-sp {
	display: none;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
	
.u-pc {
	display: none;
	margin: 0 auto;
}
.u-sp {
	display: block;
	margin: 0 auto;
}
}

/* --------*/

img.u-pc {
	display: block;
	margin: 0 auto;
}
img.u-sp {
	display: none;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
img.u-pc {
	display: none;
	margin: 0 auto;
}
img.u-sp {
	display: block;
	margin: 0 auto;
}
}

/* --------------------------------------------------
-------------------------------------------------- */