@charset "utf-8";

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

top

------------------------------*/
#wrapper {
	position: relative;
	min-height: 970px;
}

#navi {
	top: 40px;
}

#navi ul li {
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

#preloader {
	min-width: 1280px;
	z-index: 999;
}

#preloader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -420px;
    width: 700px;
	height: 150px;
	text-align: center;
}

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

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

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

#preloader-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	min-width: 1280px;
	height: 100%;
	background: url(../img/top/guevara.jpg) no-repeat center right, #000;
	background-size: 100% auto;
	animation: opacity 2s linear;
}

@-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;}
}

#top {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #000;
}

#ttl {
	position: absolute;
	min-width: 510px;
	max-width: 763px;
	z-index: 1;
}

#copy {
	position: absolute;
	min-width: 81px;
	max-width: 120px;
	z-index: 1;
}

#koukai {
	position: absolute;
	bottom: 80px;
	right: 20px;
	min-width: 150px;
	max-width: 225px;
	z-index: 1;
}

#award{
	position: absolute;
    z-index: 1;
    left: 52%;
    margin-left: -224px;
    top: 20px;
}

#top-bg {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	/*background: url(../img/top/main.jpg) no-repeat top center / cover, #fff;*/
	text-align: center;
}

#main-img {
	min-width: 100%;
	min-height: 100%;
	vertical-align: bottom;
}

#credit-btn {
	display: inline-block;
	position: absolute;
	bottom: 100px;
	right: 100px;
	font-family: 'Neuton', serif;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	z-index: 1;
}

#credit-btn span {
	margin: 0 0 0 5px;
}

#share-btn {
	position: absolute;
	bottom: 100px;
	right: 20px;
	display: inline-block;
	font-family: 'Neuton', serif;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	z-index: 1;
}

#share-btn span {
	margin: 0 0 0 5px;
}

#supporter {
	position: absolute;
	top: 200px;
	right: 20px;
	width: 300px;
	
	
	box-sizing: border-box;
	text-align: center;
	z-index: 1;
}

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

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

/*--------------------
trailer
--------------------*/
#trailer {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 300px;
	border: 1px solid #c30d23;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
	z-index: 1;
}

#trailer-box {
	position: relative;
	width: 100%;
	height: 165px;
	overflow: hidden;
}

#play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.4s;
	-moz-transition: all 0.4s; /* Firefox 4 */
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	-o-transition: all 0.4s; /* Opera */
	opacity: 0.2;
}

#play:hover {
	opacity: 0.9;
}

#play img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -29px 0 0 -28.5px;
}

#player {
	margin: -1.5% 0 0 -2.5%;
    width: 105%;
    height: 105%;
	box-sizing: border-box;
	cursor: pointer;
}

/*--------------------
credit
--------------------*/
#credit {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #c30d23;
	opacity: 0;
	z-index: 101;
}

#credit-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -210.5px 0 0 -512px;
	width: 1024px;
	height: 421px;
	text-align: center;
}

#credit-inner p {
	margin: 0 0 60px;
	font-family: "見出ミンMA31 JIS2004", serif;
	font-size: 14px;
	color: #fff;
	line-height: 2em;
}

.credit-middle {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 16px;
}

.credit-middle:first-child {
	margin: 0;
}

.credit-large {
	display: inline-block;
	margin: 0 0 20px;
	font-size: 20px;
}

#credit-close {
	cursor: pointer;
	vertical-align: bottom;
}

#buzzes-telop-container {
	z-index: 900!important;
}

#popup {

}

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

#popup .window {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 800px;
	height: 450px;
	z-index: 1000;
	text-align: center;
	padding: 40px 10px 0;
	box-sizing: border-box;
	opacity: 0;
	border: double 10px #c30d23;

}

#popup p {
	font-size: 2em;
	line-height: 1.8;
	font-weight: bold;
}

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

#popup p.cr span {
	font-size: 1.4em;
}

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

#popup a {
	text-decoration: none;
	display: inline-block;
	margin: 50px 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: 1.5em;
	border: solid 1px #c30d23;
	
}

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

.commentbnr {
    position: fixed;
    top: 600px;
    left: 70px;
    width: 150px;
    z-index: 100;
}

.commentbnr a {
	display: block;	
}

.commentbnr img {
	width: 100%;
}

@media screen and (max-height: 910px) {
   /* 高さ910px以下の場合 */
.commentbnr {
    position: fixed;
    top: 30px;
    left: 240px;
    width: 130px;
    z-index: 100;
}
	
	
	
	
}