@charset "utf-8";

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

top

------------------------------*/
body:before {
  background: url(../img/top/bg.jpg) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}

#wrapper {
	padding: 0;
}

#main {
	width: 100%;
}

#main h1 img {
	width: 100%;
}

#award{
	position: absolute;
    top: 10px;
}

#preloader-inner {
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
	padding: 10% 0 5%;
    width: 100%;
	height: auto;
	text-align: center;
}

#preloader-inner p {
	font-family: "見出ミンMA31 JIS2004", serif;
	font-size: 18px;
	color: #fff;
	line-height: 1.8em;
}

#preloader-inner p span {
	font-size: 28px;
	letter-spacing: -5px;
}

#preloader-inner p span span {
	color: #c30d23;
}

#preloader-bg {
	width: 100%;
	animation: opacity 3s linear;
}

#preloader-bg img {
	width: 100%;
}

@-webkit-keyframes opacity {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes opacity {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-ms-keyframes opacity {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes opacity {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes opacity {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#supporter {
	margin: 0 auto;
	width: 94%;
}

#supporter a img {
	width: 100%;
	vertical-align: bottom;
}

#supporter a {
	display: block;
	border: 1px solid #c30d23;
	margin-bottom: 10px;
}

/*--------------------
trailer
--------------------*/
#trailer {
    margin: 8% auto;
	width: 94%;
	border: 1px solid #c30d23;
	overflow: hidden;
}

#trailer iframe {
	display: block;
	margin: 0 auto;
	padding: 0;
}

/*--------------------
navi
--------------------*/
#top-navi {
	margin: 0 auto;
	width: 94%;
}

.top-navi-contents {
	margin: 0 0 2%;
	border: 1px solid #c30d23;
	overflow: hidden;
}

.top-navi-contents:last-child {
	margin: 7% 0;
}

.top-navi-contents img {
	width: 100%;
	vertical-align: bottom;
}

#buzzes-telop-container {
	margin-bottom: 4%;
}

#popup {

}

#popup .bg {
	opacity: .7;
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	z-index: 999;
	opacity: 0;
}

#popup .close {
	font-size: 80px;
	color: #c30d23;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1000;
	opacity: 0;	
}

#popup .window {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 90%;
	height: calc(100vh - 150px);
	z-index: 1000;
	text-align: center;
	padding: 30px 10px ;
	box-sizing: border-box;
	opacity: 0;
	border: double 10px #c30d23;
	overflow-y: scroll;
}

#popup p {
	font-size: 15px;
	line-height: 1.8;
	font-weight: bold;
}

#popup p.midashi,#popup p.cr {
	font-weight: bold;
	line-height: 1.5;
	font-size: 20px;
	margin: 10px 0 10px;
}

#popup p.cr span {
	font-size: 25px;
}

#popup p.midashi {
	font-weight: bold;
	line-height: 1.5;
	font-size: 20px;
	margin: 10px 0 10px;
	color: #c30d23;
}

#popup a {
	text-decoration: none;
	display: inline-block;
	margin: 30px auto 0;
	background: #c30d23;
	color: #fff;
	padding: 15px 20px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 22px;
	border: solid 1px #c30d23;
	
}

#popup a:hover {
	background: #fff;
	color: #c30d23;	
}