@charset "UTF-8";

.pcnone{
	display: none !important;
}

#header {
	position:absolute;
	width: 100%;
	top:0;
	left:50%;
	-webkit-transform:translate(-50%,0);
	    -ms-transform:translate(-50%,0);
	        transform:translate(-50%,0);
	z-index:100;
}
#header .inner{
	position: relative;
	min-height: 24px;
	max-width:994px;
	width: 100%;
	box-sizing: initial;
	margin: 0 auto;
	padding: 30px 0;
}
#header .logo{
	position: absolute;
	top: 27px;
	left:10px;
}
#header .sns{
	position: absolute;
	top: 29px;
	right:10px;
}
#header .sns li{
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
}
#header nav {
	display: none;
	padding: 3px 0;
}
#header nav ul{
	margin-left: -30px;
	font-size: 0;
}
#header nav li{
	display: inline-block;
	vertical-align: top;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 16px;
	margin-left: 30px;
	line-height: 1;
}
#header nav li a{
	text-decoration: none;
}
.scroll #header{
	position: fixed;
	top: 0;
	left:50%;
	width: 100%;
	max-width: 100%;
	background-color: rgba(0,0,0,.6);
}
.navon #header nav{
	display: block;
}
@media (max-width:940px){
	#header .logo{
		position: static;
		float: left;
		margin-left: 10px;
	}
	#header .sns{
		position: static;
		float: right;
		margin-right: 10px;
	}
}

#mainVisual{
	position:relative;
	height:600px;
	overflow:hidden;
}
#mainVisual h1{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	    -ms-transform:translate(-50%,-50%);
	        transform:translate(-50%,-50%);
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/top/main_ttl.png) no-repeat 0 0;
	background-size: 100% auto;
	width: 100%;
	max-width:807px;
	height: 0;
	padding-top:179px;
	z-index: 1000;
}
#mainVisual .scroll{
	position:absolute;
	bottom:10%;
	left:50%;
	-webkit-transform:translate(-50%,0);
	    -ms-transform:translate(-50%,0);
	        transform:translate(-50%,0);
	z-index: 1000;
}

#mainVisualImg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mainVisualImg .img{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:cover;
}
#mainVisualImg .slick-list,
#mainVisualImg .slick-track{
	height: 100%;
}
#mainVisual #photo1{
	background-image:url(../img/top/bg_img01.jpg);
}
#mainVisual #photo2 {
	background-image:url(../img/top/bg_img02.jpg);
}
#mainVisual #photo3 {
	background-image:url(../img/top/bg_img03.jpg);
}
#mainVisual #photo4 {
	background-image:url(../img/top/bg_img04.jpg);
}
#mainVisual #photo5 {
	background-image:url(../img/top/bg_img05.jpg);
}
#mainVisual #photo6 {
	background-image:url(../img/top/bg_img06.jpg);
}
/*
#mainVisual .img {
	position:fixed;
	width: 100%;
	height:100%;
	top:0;
	left:100%;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-animation: imgTrans 48s infinite;
	        animation: imgTrans 48s infinite;
}
#mainVisual #photo1{
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	background-image:url(../img/top/bg_img01.jpg);
}
#mainVisual #photo2 {
	-webkit-animation-delay: 8s;
	        animation-delay: 8s;
	background-image:url(../img/top/bg_img02.jpg);
}
#mainVisual #photo3 {
	-webkit-animation-delay: 16s;
	        animation-delay: 16s;
	background-image:url(../img/top/bg_img03.jpg);
}
#mainVisual #photo4 {
	-webkit-animation-delay: 24s;
	        animation-delay: 24s;
	background-image:url(../img/top/bg_img04.jpg);
}
#mainVisual #photo5 {
	-webkit-animation-delay: 32s;
	        animation-delay: 32s;
	background-image:url(../img/top/bg_img05.jpg);
}
#mainVisual #photo6 {
	-webkit-animation-delay: 40s;
	        animation-delay: 40s;
	background-image:url(../img/top/bg_img06.jpg);
}
@-webkit-keyframes imgTrans {
 0% { left:0%; opacity:0;}
 5% { left:0%;opacity:1; }
 20% { left:0%; opacity:1;}
 25% { left:0%;opacity:0; }
 26% { left:100%;opacity:0; }
 100% { left:100%; opacity:0;}
}

@keyframes imgTrans {
 0% { left:0%; opacity:0;}
 5% { left:0%;opacity:1; }
 20% { left:0%; opacity:1;}
 25% { left:0%;opacity:0; }
 26% { opacity:0;left:100%; }
 99.99% { opacity:0;left:100%; }
 100% { opacity:0;left:0%; }
}
*/

#mainVisual ~ *{
	position:relative;
	z-index:1;
}


#contentBody{
	max-width:994px;
	margin:0 auto;
	text-align:left;
	padding-top:70px;
	background:none;
}
#contentBody .box{
	background-color:rgba(0,0,0,.85);
	padding:40px 40px 30px;
	margin:0 auto;
	max-width:712px;
	color:#fff;
}
#contentBody .box p{
	line-height:1.85;
}
#contentBody .box a{
	display:inline-block;
	padding:3px 10px;
	color:#fff;
	text-decoration:none;
	background-color:#e60013;
	margin-top:15px;
}
#contentBody > .img{
	margin:70px auto 0;
	text-align:left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/top/img_present.png) no-repeat 0 0;
	background-size: 100% auto;
	width: 100%;
	max-width: 806px;
	height: 0;
	padding-top:536px;
}
@media (max-width:807px){
	#mainVisual h1{
		padding-top:22.2%;
	}
	#contentBody > .img{
		padding-top:66.5%;
	}
}
#contentBody h2{
	margin:100px auto 0;
	text-align:center;
	background: url(../img/top/ttl_h2.png) no-repeat center 0;
	width: 611px;
	height: 71px;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
	font-size: 0;
}

#contentBody nav{
	margin-top:30px;
}
#contentBody nav ul{
	margin:-2% 0 0 -2%;
	font-size:0;
}
#contentBody nav li{
	display:inline-block;
	vertical-align:top;
	margin:2% 0 0 2%;
	width: 23%;
}
#contentBody nav li a{
	display:block;
	text-align:left;
	text-decoration:none;
	text-indent:-999px;
	overflow:hidden;
	background:url(../img/top/btn_anchor.png) no-repeat 0 0;
	background-size: auto 100%;
	width:100%;
	height:0;
	padding-top: 27.35%;
}
#contentBody nav li:nth-child(2) a{
	background-position:33.2% 0;
}
#contentBody nav li:nth-child(3) a{
	background-position:66.7% 0;
}
#contentBody nav li:nth-child(4) a{
	background-position:right 0;
}

#contentBody section{
	background-color:rgba(0,0,0,.85);
	padding:20px 55px 40px;
	margin-top:40px;
}
#contentBody section ~ section{
	margin-top:100px;
}
#contentBody section:after{
	content:"";
	clear:both;
	display:block;
}
#contentBody h3{
	margin: 0 auto;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
	font-size: 0;
	width: 452px;
	height: 48px;
}
#grandPrix h3{
	background: url(../img/top/ttl_h3_01.png) no-repeat center 0;
}
#semiGrandPrix h3{
	background: url(../img/top/ttl_h3_02.png) no-repeat center 0;
}
#winningPrize h3{
	background: url(../img/top/ttl_h3_03.png) no-repeat center 0;
}
#niceAward h3{
	background: url(../img/top/ttl_h3_04.png) no-repeat center 0;
}
#contentBody .data:after{
	content:"";
	clear:both;
	display:block;
}
#contentBody .ttl{
	text-align:center;
	margin-top:30px;
	height:31px;
	line-height:31px;
}
#contentBody .ttl img{
	vertical-align:middle;
}
#contentBody #grandPrix .ttl{
	background:url(../img/top/bg_hd01.png) repeat-x 0 0;
}
#contentBody #semiGrandPrix .ttl{
	background:url(../img/top/bg_hd02.png) repeat-x 0 0;
}
#contentBody #niceAward .ttl{
	background:url(../img/top/bg_hd03.png) repeat-x 0 0;
}
#contentBody .name{
	text-align:center;
	margin:20px 0;
	font-size:18px;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
#contentBody .name strong{
	font-weight:normal;
	font-size:26px;
}
#contentBody .name strong:after{
	content:"/";
	margin:0 5px;
	font-size:18px;
}
#contentBody section .img{
	float:left;
	max-width:70%;
	width: 580px;
	height:auto;
	margin:0 28px 10px 0;
}
#contentBody section dl{
	overflow:hidden;
}
#contentBody section dt{
	color:#e60013;
	font-weight:bold;
}
#contentBody section dd ~ dt{
	margin-top:1em;
}

#grandPrix dt.review{
	color:#b48d41;
}
#semiGrandPrix dt.review{
	color:#909aa4;
}

#contentBody #winningPrize h3{
	margin-bottom:25px;
}
#contentBody #winningPrize ul{
	font-size:0;
	margin:-3% 0 0 -3%;
}
#contentBody #winningPrize li{
	display:inline-block;
	vertical-align:top;
	width:17%;
	margin:3% 0 0 3%;
	font-size:14px;
	line-height:1.4;
}
#contentBody #winningPrize li a{
	text-decoration:none;
}
#contentBody #winningPrize li a .imgO{
	display:block;
	margin:0 auto 5px;
	height: 110px;
	line-height:110px;
	text-align:center;
}
#contentBody #winningPrize li a .imgO img{
	max-height: 110px;
	max-width: 100%;
	vertical-align:middle;
}

#contentBody .block3{
	font-size: 0;
}
#contentBody .block3 > *{
	display: inline-block;
	width:32%;
	vertical-align: top;
	font-size: 14px;
}
#contentBody .block3 > *:nth-child(2){
	margin:0 2%;
}
#contentBody .block3 .data .name{
	font-size:12px;
	margin:5px 0;
}
#contentBody .block3 .data .name strong{
	font-size:17px;
}
#contentBody .block3 .data .img{
	display: block;
	float:none;
	margin:0 auto 20px;
	width:100%;
	max-width: none;
}

#contentFoot #pagetop{
	position: fixed;
	bottom:10%;
	right: 5%;
	z-index:100;
}
#contentFoot #pagetop a{
	display: inline-block;
	width: 34px;
	height: 21px;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
	background: url(../img/sp/top/pagetop.png) no-repeat 0 0;
	background-size: 100% auto;
}

#footer{
	position:relative;
	padding:90px 0 30px;
	text-align:center;
	font-size:10px;
}

[modal="$ctrl.modalOpen"]:not([flg]){
	cursor:pointer;
}

.modal-dialog{
	width:720px;
}
.modal-content{
	margin-top:100px;
	background-color:#f4ede9;
}
.modal-component{
	padding:20px;
}
.modal-component li,
.modal-component dt,
.modal-component dd,
.modal-component td,
.modal-component th,
.modal-component p{
	color:#333;
}
.modal-component .close {
	position:absolute;
	top:-60px;
	right:0;
	width:60px;
	height:60px;
	overflow:hidden;
	opacity: .8;
}
.modal-component .close:hover {
	opacity: 1;
}
.modal-component .close span{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:3px;
	background-color:#fff;
	-webkit-transform:translate(-50%,-50%) rotate(45deg);
	    -ms-transform:translate(-50%,-50%) rotate(45deg);
	        transform:translate(-50%,-50%) rotate(45deg);
	font-size:0;
}
.modal-component .close span:before{
	content:"";
	display:block;
	width:100%;
	height:3px;
	background-color:#fff;
	-webkit-transform:rotate(90deg);
	    -ms-transform:rotate(90deg);
	        transform:rotate(90deg);
}
.modal-component dl{
	border-bottom: 1px solid #a1a1a1;
	line-height: 1.5;
	margin: 20px auto;
	max-width: 800px;
	overflow: hidden;
	width: 90%;
	text-align:left;
}
.modal-component dt{
	border-top: 1px solid #a1a1a1;
	clear: left;
	color: #e50011;
	float: left;
	padding: 12px 0;
	width: 20%;
}
.modal-component dd{
	border-top: 1px solid #a1a1a1;
	margin-left: 20%;
	padding: 12px 0;
	width: 80%;
}
