@charset "UTF-8";
body, html {
	height: 100%;
	width: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
body {
	position: relative;
	-webkit-text-size-adjust: 100%;
	background-color: #000;
}
#container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
#main {
	position: relative;
	width: 100%;
	display: block;
}
h1.main {
	padding: 0;
}
#main .roadshow {
	position: absolute;
	bottom: 48px;
	right: 0;
	padding: 0;
	margin: 0;
}
#main .roadshow img {
	width:380px;
}
#main .bt-twitter {
	position: absolute;
	bottom: -8px;
	left: 0;
	z-index: 2;
	padding: 0;
	margin: 0;
}
#footer {
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	height: 28px;
	left: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 1;
}
.sns {
	text-align: center;
	width: 100%;
	max-width: 1200px;
	margin: 4px auto;
}
.sns li {
	display: inline-block;
	vertical-align: top;
}
#gNav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	background-color: #CDCDCD;
	padding: 4px 0 0;
}
#nav {
	text-align: center;
	display: inline-table;
	width: 100%;
	min-width: 980px;
	padding: 0;
	margin: 0;
}
#subnav {
	text-align: center;
	width: 100%;
	min-width: 980px;
	padding: 0;
	margin: 0;
	letter-spacing: -0.4em;
}
#nav li {
	width: 23%;
	/* width: 14.27%; */
	display: table-cell;
	text-align: center;
	line-height: 0;
	padding: 0;
	background-color: #fff;
	border: #CDCDCD solid 3px;
}
#nav li.about {
	width: 31%;
}
#nav li.last, #subnav li.last {
	background: transparent;
}
#nav li a {
	opacity: 1;
	position: relative;
	display: block;
	line-height: 1;
	padding: 8px 0 4px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#subnav li {
	width: 13%;
	display: inline-block;
	text-align: center;
	line-height: 0;
	padding: 0;
	background-color: #fff;
	border-left: #CDCDCD solid 3px;
	border-bottom: #CDCDCD solid 3px;
	border-right: #CDCDCD solid 3px;
	letter-spacing: normal;
}
#subnav li.intro {
	width: 15%;
}
#subnav li.prono {
	width: 17%;
}
#nav li a img {
	display: block;
	margin: 0 auto;
	height:40px;
}
#subnav li a img {
	display: block;
	margin: 0 auto;
	height:32px;
}
@media screen and (max-width : 1400px) {
#subnav li {
	width: 12.9%;
}
#subnav li.intro {
	width: 14.8%;
}
}
@media screen and (max-width : 1200px) {
#subnav li {
	width: 12.7%;
}
#subnav li a img {
	display: block;
	margin: 0 auto;
	height:28px;
}
}
#subnav li a {
	opacity: 1;
	position: relative;
	display: block;
	line-height: 1;
	padding: 8px 0 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#main .bt-twitter a:hover, #nav li a:hover, #subnav li a:hover, #nav li label img:hover {
	opacity: 0.8;
	-webkit-transform: scale3D(0.95, 0.95, 1);
	-moz-transform: scale3D(0.95, 0.95, 1);
	-ms-transform: scale3D(0.95, 0.95, 1);
	-o-transform: scale3D(0.95, 0.95, 1);
	transform: scale3D(0.95, 0.95, 1);
}
#legend {
	position: relative;
	width: 100%;
	height: 1270px;
	padding: 0;
	display: block;
	background-color: #000000;
}
.cre {
	position: relative;
	width: 100%;
	padding: 0 0 20px;
	display: block;
	background-color: #000000;
}
.cre p {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}
#trailer-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 3;
}
#trailer-container {
	width: 960px;
	height: 540px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -270px 0 0 -480px;
}
#trailer-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
#trailer {
	width: 100%;
	height: 100%;
	background: #000;
}
#trailer-wrapper .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
}
#trailer-nav {
	display: block;
	width: 100%;
	height: 33px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 10px;
}
#trailer-nav li {
	width: 20%;
	display: inline-block;
	padding: 0 5px;
	box-sizing: border-box;
}
#trailer-nav a {
	display: block;
	border: 1px solid #cbcbcb;
	height: 33px;
	color: #b8b8b8;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#trailer-nav span {
	display: block;
	height: 33px;
	line-height: 30px;
	box-sizing: border-box;
	font-size: 14px;
	border: 2px solid #fff;
}
#trailer-nav .cur a, #trailer-nav a:hover {
	background: #bbebf7;
}
.bt-maeuri {
    bottom: 18px;
    right: 20px;
    position: absolute;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,serif;
}
.bt-maeuri a  {
	background-color:#D60A3F;
	color:#fff;
	padding: 10px 14px 10px 18px;
	margin-left:10px;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}
.bt-maeuri a.fan  {
	background-color:#FC5300;
	color:#fff;
	padding: 10px 14px 10px 18px;
	margin-left:10px;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}
.bt-maeuri a:hover  {
	opacity:0.8;
}
.copy{
	text-indent: -9999px;
	position:absolute;
	font-size:0;
}

.banner{
	width: 100%;
	margin: 13px auto 0;
	text-align:center;
	font-size: 0;
}
.banner li{
	display: inline-block;
	font-size: 14px;
	margin:0 5px;
}
.banner li a:hover{
	opacity: 0.8;
}


#nav li label {
    padding: 4px 0 0;
    display: block;
    margin: 0;
	cursor:pointer;
    line-height: 1;
    opacity: 1;
    position: relative;
	height:34px;
}
#nav li label img {
    display: block;
    height: 40px;
    margin: 0 auto;
	transition: all 0.2s ease 0s;
}
input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
	text-align: center;
	width: 100%;
	min-width: 980px;
}

.menu li {
    padding: 5px;
}
input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}
input[type="checkbox"].on-off:checked + ul{
    height: 47px;
}
@media screen and (max-width : 1000px) {
#legend {
	display: none;
}
}