/* CSS Document */
html{
    
}
body{
	font-family:"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin:0;
	font-size:16px;
	color:#fff;
	line-height:180%;
    background-image: url("img/backimg.jpg") ;
    background-size: cover;
    margin-top: -5%;
}

ul,li{margin:0;list-style-type:none;}

a:link{
	color: #000000;
	text-decoration:underline;
}

a:hover{
	color:#ff2965;
}

a:visited{
	color:#000000;
	text-decoration:underline;
}

img{margin:0;}

.inner{
	margin:0 auto;
	text-align: center;
}

#container {
    width: 100%!important;
}



/* ======================================= 

レイアウト

 ======================================= */


#imgWrap{
	width: 970px;
	padding: 0 0  40px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.secPlayer {text-align: center;}
.secPlayer img {width: 100%;}
.main{
    margin: 5% auto 20px;
    padding: 0 0 40px 0;
    width: 1100px;
}
/* ======================================= 

メインビジュアル

 ======================================= */
.secMv{
	text-align:center;
	margin:40px auto 30px auto;
}
.secMv img {border-image-width: 100%;}
.mv_img{
    margin: 0 auto;
}
.cont1, .cont2,.cont3,.cont4,.cont5,.cont6,.cont7{
	width: 1050px;
	margin: 0 auto;
}
.src_logo{
    background-color: #fff;
    text-align: center;
}


.subtitle{
    color: #fff;
    background: #0070C0;
    font-size: 32px;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.special{
    position: absolute;
    margin-bottom: 50px;
    left: 0;
}
/* ======================================= 

リード分

 ======================================= */
p{
    font-size: 20px;
    font-weight: bold;
}
.secLead{
	text-align: center;
}
.secLead_2{
	margin-top: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.explanation{
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.blue{
    color: #C5E5FF;
}

.text_back{
    background: #C5E5FF;
    padding: 10px 0;
    width: 950px;
    margin: 30px auto;
    color: #0070C0;
}
/* ======================================= 

フッダー

 ======================================= */
 #pageTopbtn{ right:0; bottom:5px;}
 #pageTopbtn div {
    background:url(img/btn_page_top.png) no-repeat scroll 0 0 / 40px auto;
    cursor: pointer;
    display: block;
    height: 40px;
    opacity: 1;
    text-indent: -9999px;
    width: 50px;
}
.footer{
	text-align:center;
	padding:10px 0;
	background:#FFFFFF;
}



















