@charset "utf-8";
/*---------------------------------
	Reset
---------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:none; }
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display:block; }
body { line-height:1.5; }
ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
img,a img{ border:none; vertical-align:bottom; }
input, select { vertical-align:middle; }
a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
iframe { border: 0; }
/*---------------------------------
	clearfix
---------------------------------*/
.clearfix {
	zoom:1;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
/*---------------------------------
	common
---------------------------------*/
body {
	width: 100%;
	height: 100vh;
	background: #000;
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:14px;
	-webkit-text-size-adjust: 100%;
}
body.second {
	background: rgb(153, 208, 246);
  overflow: hidden;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
/*---------------------------------
	layout - index
---------------------------------*/
.index {
	background: url(../img/index/bg.jpg) no-repeat center top #000 fixed;
	background-size: 100%;
	text-align: center;
}
.index .title {
	width: 30vw;
	min-width: 450px;
	margin: 10vw auto 1vw auto;
}
.index .title img {
	width: 100%;
	height: auto;
}
.index main {
	display: block;
	width: 40vw;
	min-width: 600px;
	margin: 0 auto;
	border: 1px solid rgba(64, 64, 64, 0.3);
	border-top: none;
	background: rgba(0,0,0,0.8);
	box-shadow:0px 0px 10px 3px rgba(255,255,255,0.1);
	-moz-box-shadow:0px 0px 10px 3px rgba(255,255,255,0.1);
	-webkit-box-shadow:0px 0px 10px 3px rgba(255,255,255,0.1);
}
.index section h2 {
	margin: 0;
	border-top: 1px solid rgb(41, 41, 41);
	border-bottom: 1px solid rgb(41, 41, 41);
	background: rgba(0, 0, 0, 1);
	font-size: 1.5vw;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 3vw;
}
.index section ul {
	padding: 0 0.5%;
	text-align: center;
}
.index section li {
	display: inline-block;
	width: 18%;
	margin: 1vw 0.5% 0.5vw 0.5%;
	border-radius: 4px;
	border: 1px solid rgba(64, 64, 64, 1);
	text-indent: -9999px;
	overflow: hidden;
	transition: background 0.5s ease,border 0.5s ease;
}
.index section li:hover {
	border: 1px solid rgb(255, 255, 255);
}
.index section li.ps4,
.index section li.ps3 {
	background: #302972;
}
.index section li.xbox_one,
.index section li.xbox_360 {
	background: #147D3B;
}
.index section li.pc {
	background: #da7618;
	vertical-align: top;
	text-indent: 0;
}
.index section li a {
	display: block;
	position: relative;
	height: 3vw;
	min-height: 40px;
}
.index section li.ps4 a {
	background: url(../img/logo_ps4.png) no-repeat center center;
	background-size: auto 1vw;
}
.index section li.ps3 a {
	background: url(../img/logo_ps3.png) no-repeat center center;
	background-size: auto 1vw;
}
.index section li.xbox_one a {
	background: url(../img/logo_xbox_one.png) no-repeat center center;
	background-size: auto 1.2vw;
}
.index section li.xbox_360 a {
	background: url(../img/logo_xbox_360.png) no-repeat center center;
	background-size: auto 1.2vw;
}
.index section li.nsw a {
	background: url(../img/logo_nsw.png) no-repeat center center;
	background-size: auto 1.2vw;
}

.index section li.pc a {
	display: table;
	width: 100%;
}
.index section li.pc span {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
.index section .attention {
	margin: 0 2% 1vw 2%;
	color: #888;
	font-size: 12px;
	text-align: left;
}
.index footer {
	position: relative;
	width: 40vw;
	min-width: 600px;
	margin: 1vw auto;
}
.index footer .right {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 75px;;
	border: 1px solid #404040;
	background: rgba(0,0,0,0.8);
	font-size: 12px;
	cursor: pointer;
}
.index footer .right label {
	display: block;
	padding: 0.2vw 0.5vw;
	cursor: pointer;
}
.index footer .right:hover {
	background: rgba(45,45,45,0.5);
}
.index footer span {
	display: block;
	padding: 0.2vw 0 0 0;
	color: #fff;
	font-size: 12px;
	text-align: left;
	text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000;
}
.index footer img {
	width: 10vw;
	height: auto;
	margin: 1vw 0 0 0;
}
@media (max-width: 1500px) and (min-width: 769px) {
	.index {
		background: url(../img/index/bg.jpg) no-repeat center top #000 fixed;
		background-size: 1500px;
	}
	.index .title {
		margin: 150px auto 15px auto;
	}
	.index section h2 {
		font-size: 16px;
		line-height: 30px;
	}
	.index section li {
		margin: 10px 0.5% 7px 0.5%;
	}
	.index section li.ps4 a {
		background: url(../img/logo_ps4.png) no-repeat center center;
		background-size: auto 15px;
	}
	.index section li.ps3 a {
		background: url(../img/logo_ps3.png) no-repeat center center;
		background-size: auto 15px;
	}
	.index section li.xbox_one a {
		background: url(../img/logo_xbox_one.png) no-repeat center center;
		background-size: auto 20px;
	}
	.index section li.xbox_360 a {
		background: url(../img/logo_xbox_360.png) no-repeat center center;
		background-size: auto 20px;
	}
  .index section li.nsw a {
		background: url(../img/logo_nsw.png) no-repeat center center;
		background-size: auto 20px;
	}

}
/*---------------------------------
	layout - right
---------------------------------*/
.rightMdl {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
}
#rightToggle:checked ~ .rightMdl {
	display: block;
}
.rightMdl label {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.rightMdl .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40vw;
	min-width: 600px;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.rightMdl .inner h2 {
	position: relative;
	margin: 0 0 1vw 0;
	color: #fff;
	font-size: 2.5vw;
	font-weight: normal;
	text-shadow: 0 0 2px #e60012;
}
.rightMdl .inner h2 span.close {
	display: block;
	position: absolute;
	top: 0.4vw;
	right: 0;
	width: 2.5vw;
	height: 2.5vw;
	border: 1px solid #404040;
	cursor: pointer;
	transition: background 0.3s;
}
.rightMdl .inner h2 span.close:hover {
	background: rgba(45,45,45,0.5);
}
.rightMdl .inner h2 span.close:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 1.2vw;
	width: 2px;
	height: 2.5vw;
	background: #404040;
	transform: rotate(45deg);
}
.rightMdl .inner h2 span.close:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 1.2vw;
	width: 2px;
	height: 2.5vw;
	background: #404040;
	transform: rotate(135deg);
}
.rightMdl .inner ul {
	padding: 2vw 4.1vw 0 4.1vw;
	border: 1px solid #404040;
	background: rgba(35,24,21,0.2);
}
.rightMdl .inner ul li {
	margin: 0 0 4vw 0;
	text-align: left;
}
.rightMdl .inner ul li img {
	width: 10vw;
}
.rightMdl .inner ul li:nth-of-type(1) img {
	width: 24vw;
	margin: 35px 0;
}
@media all and (max-width: 1500px) and (min-width: 769px) {
	.rightMdl .inner h2 {
		margin: 0 0 15px 0;
		font-size: 37px;
	}
	.rightMdl .inner h2 span.close {
		top: 5px;
		width: 37px;
		height: 37px;
	}
	.rightMdl .inner h2 span.close:before {
		left: 18px;
		height: 37px;
	}
	.rightMdl .inner h2 span.close:after {
		left: 19px;
		height: 37px;
	}
	.rightMdl .inner ul {
		padding: 30px 61px 0 61px;
	}
	.rightMdl .inner ul li {
		margin: 0 0 59px 0;
	}
	.rightMdl .inner ul li img {
		width: 150px;
	}
	.rightMdl .inner ul li:nth-of-type(1) img {
		width: 360px;
	}
}
/*---------------------------------
	layout - second
---------------------------------*/
.second header {
	position: relative;
	height: 48px;
	background: #3f86cd;
	/*box-shadow: 0 0 35px 3px rgba(0, 0, 0, 0.5);*/
	text-align: center;
	z-index: 10;
}
.second header h1 a {
	display: inline-block;
	height: 33px;
  margin: 7px 0;
}
.second header h1 img {
	width: auto;
	height: 100%;
	vertical-align: top;
}
.second header .ptf {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 48px;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
}
.second header .ptf.ps4 {
	background: url(../img/logo_ps4.png) no-repeat 10px center;
	background-size: auto 40%;
}
.second header .ptf.ps3 {
	background: url(../img/logo_ps3.png) no-repeat 10px center;
	background-size: auto 40%;
}
.second header .ptf.xbox_one {
	background: url(../img/logo_xbox_one.png) no-repeat 10px center;
	background-size: auto 50%;
}
.second header .ptf.xbox_360 {
	background: url(../img/logo_xbox_360.png) no-repeat 10px center;
	background-size: auto 50%;
}
.second header .ptf.nsw {
	background: url(../img/logo_nsw.png) no-repeat 10px center;
	background-size: auto 35%;
}
.second header .ptf.pc {
	text-indent: 0;
}
.second header .ptf.pc span {
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 16px;
	font-weight: bold;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.second #menu-state {
	display: none;
}
.second nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 240px;
	height: 100%;
	background: rgba(0,0,0,1);
	letter-spacing: -1em;
	z-index: 100;
	-webkit-transform: translate(240px);
	transform: translate(240px);
	transition: transform 0.2s ease;
}
.second :checked + nav {
	-webkit-transform: translate(0);
	transform: translate(0);
}
.second nav label.toggle {
	display: inline-block;
	position: absolute;
	top: 0;
	left: -40px;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #000;
	border: 1px solid rgba(255,255,255,0.5);
	letter-spacing: normal;
	vertical-align: top;
	cursor: pointer;
}
.second :checked + nav label.toggle {
	margin: 1px 1px 0 0;
}
.second nav label.toggle span {
	display: block;
	position: absolute;
	left: 4px;
	width: 30px;
	height: 2px;
	border-radius: 2px;
	background: rgba(255,255,255,1);
	transition: top 0.3s,transform 0.3s,opacity 0.3s;
}
.second nav label.toggle span.top {
	top: 10px;
}
.second nav label.toggle span.mid {
	top: 18px;
}
.second nav label.toggle span.btm {
	top: 26px;
}
.second :checked + nav label.toggle span.top {
	top: 18px;
	transform: rotate(45deg);
}
.second :checked + nav label.toggle span.mid {
	opacity: 0;
}
.second :checked + nav label.toggle span.btm {
	top: 18px;
	transform: rotate(-45deg);
}
.second nav .column {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-left: 1px solid rgb(41, 41, 41);
	letter-spacing: normal;
	visibility: hidden;
	overflow: auto;
	transition: visibility 0.3s;
}
.second :checked + nav .column {
	visibility: visible;
}
.second nav .column dt {
	border-bottom: 2px solid rgba(255, 255, 255,0.3);
	background: rgba(255,255,257,0.1);
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}
.second nav .column dd {
	border-bottom: 1px solid rgb(41, 41, 41);
}
.second nav .column .toTop,
.second nav .column dd li {
	border-bottom: 1px solid rgb(41, 41, 41);
	transition: background 0.5s;
}
.second nav .column dd li {
	text-indent: -9999px;
}


.second nav .column dd li.ps4 {
	background: url(../img/logo_ps4.png) no-repeat center center;
	background-size: auto 50%;
}
.second nav .column dd li.ps3 {
	background: url(../img/logo_ps3.png) no-repeat center center;
	background-size: auto 50%;
}
.second nav .column dd li.xbox_one {
	background: url(../img/logo_xbox_one.png) no-repeat center center;
	background-size: auto 60%;
}
.second nav .column dd li.xbox_360 {
	background: url(../img/logo_xbox_360.png) no-repeat center center;
	background-size: auto 60%;
}
.second nav .column dd li.pc {
	text-indent: 0;
}


.second nav .column .toTop {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(65,15,13,0.5) 50%, rgba(157,9,9,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(65,15,13,0.5) 50%,rgba(157,9,9,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(65,15,13,0.5) 50%,rgba(157,9,9,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#9d0909',GradientType=0 );
	transition: opacity 0.5s;
}
.second nav .column .toTop:hover {
	opacity: 0.8;
}
.second nav .column dd li:hover {
	background: rgba(255,255,255,0.1);
}

.second nav .column dd li.ps4:hover {
	background: url(../img/logo_ps4.png) no-repeat center center rgba(255,255,255,0.1);
	background-size: auto 50%;
}
.second nav .column dd li.ps3:hover {
	background: url(../img/logo_ps3.png) no-repeat center center rgba(255,255,255,0.1);
	background-size: auto 50%;
}
.second nav .column dd li.xbox_one:hover {
	background: url(../img/logo_xbox_one.png) no-repeat center center rgba(255,255,255,0.1);
	background-size: auto 60%;
}
.second nav .column dd li.xbox_360:hover {
	background: url(../img/logo_xbox_360.png) no-repeat center center rgba(255,255,255,0.1);
	background-size: auto 60%;
}








.second nav .column dd li:last-of-type {
	border-bottom: none;
}
.second nav .column .toTop a,
.second nav .column dd li a {
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: center;
}
.second nav .column .toTop a::after,
.second nav .column dd li a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin: -4px 0 0 0;
	border-top: 2px solid rgba(255, 255, 255,0.3);
	border-right: 2px solid rgba(255, 255, 255,0.3);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.3s;
}
.second nav .column dd li a img {
	width: auto;
	height: 20px;
	vertical-align: top;
}
.second nav .column dd li.xbox_one a img,
.second nav .column dd li.xbox_360 a img {
	height: 25px;
}
.second main {
	display: block;
	height: calc(100% - 40px);
	text-align: center;
	overflow: hidden;
}
.js-enabled .second main {
	overflow: hidden;
}
.second main .manual {
	max-width: 100%;
	max-height: 100%;
	transition: opacity 0.3s;
	cursor: move;
}
.second aside.controls {
	position: fixed;
	top: 50%;
	left: 20px;
	padding: 0 8px;
	border-radius: 4px;
	background:rgba(41, 96, 190, .8);
	text-align: center;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	opacity: 0.4;
	transition: opacity 0.5s;
}
.second aside.controls:hover {
	opacity: 1;
}
.second aside.controls button,
.second aside.controls li:not(.num) a {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 8px 0;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid rgb(153, 208, 246);
	background: rgba(41, 96, 190, 0.8);
	vertical-align: middle;
	text-indent: -9999px;
	outline: 0;
	transition: background 0.5s;
	cursor: pointer;
}
.second aside.controls li a:not([href]) {
	background: rgba(0,0,0,0.8);
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}
.second aside.controls .reset {
	background: url(../img/icon_reset.png) no-repeat center center rgba(41, 96, 190, 0.8);
}
.second aside.controls .fullscreen {
	background: url(../img/icon_fullscreen.png) no-repeat center center rgba(41, 96, 190, 0.8);
}
.second aside.controls li.first a::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	width: 0;
	height: 0;
	margin: -11px 0 0 0;
	border-style: solid;
	border-width: 11.5px 17px 11.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
.second aside.controls li.first a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 22px;
	width: 0;
	height: 0;
	margin: -11px 0 0 0;
	border-style: solid;
	border-width: 11.5px 17px 11.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
.second aside.controls li.previous a::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: -11px 0 0 -11px;
	border-style: solid;
	border-width: 11.5px 17px 11.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
.second aside.controls li.next a::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	width: 0;
	height: 0;
	margin: -11px -11px 0 0;
	border-style: solid;
	border-width: 11.5px 0 11.5px 17px;
	border-color: transparent transparent transparent #ffffff;
}
.second aside.controls li.last a::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	width: 0;
	height: 0;
	margin: -11px 0 0 0;
	border-style: solid;
	border-width: 11.5px 0 11.5px 17px;
	border-color: transparent transparent transparent #ffffff;
}
.second aside.controls li.last a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 0;
	height: 0;
	margin: -11px 0 0 0;
	border-style: solid;
	border-width: 11.5px 0 11.5px 17px;
	border-color: transparent transparent transparent #ffffff;
}
.second aside.controls li.num {
	margin: 16px 0;
	font-size: 16px;
}
.second aside.controls .track {
	display: inline-block;
	position: relative;
	width: 10px;
	height: 140px;
	margin: 16px 8px;
	border-radius: 4px;
	background: #444;
	vertical-align: middle;
	transition: background 0.5s;
}
.second aside.controls .track:before {
	content: '-';
	position: absolute;
	top: 0;
	left: -15px;
}
.second aside.controls .track:after {
	position: absolute;
	content: '+';
	bottom: 0;
	left: -15px;
}
.second aside.controls .thumb {
	position: relative;
	top: 0;
	left: -6px;
	width: 30px;
	height: 31px;
	background: url(../img/icon_zoom.png) no-repeat center center;
	cursor: pointer;
}
/*---------------------------------
	mobile
---------------------------------*/
@media (max-width: 768px) {
/*---------------------------------
	layout - index
---------------------------------*/
	.index main {
		width: 96vw;
		min-width: auto;
	}
	.index .title {
		width: 72vw;
		min-width: auto;
		margin: 26vw auto 1vw auto;
		text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
	}
	.index section h2 {
		font-size: 4.5vw;
		line-height: 10vw;
	}
	.index section ul {
		padding: 0.5vw 0;
	}
	.index section li {
		width: 44%;
		height: 8vw;
		min-height: auto;
		margin: 2vw 0 0 2%;
	}
	.index section li a {
		height: 8vw;
		min-height: auto;
		background-size: auto 5vw;
	}
	.index section li.ps4 a {
		background: url(../img/logo_ps4.png) no-repeat center center;
		background-size: auto 3vw;
	}
	.index section li.ps3 a {
		background: url(../img/logo_ps3.png) no-repeat center center;
		background-size: auto 3vw;
	}
	.index section li.xbox_one a {
		background: url(../img/logo_xbox_one.png) no-repeat center center;
		background-size: auto 5vw;
	}
	.index section li.xbox_360 a {
		background: url(../img/logo_xbox_360.png) no-repeat center center;
		background-size: auto 5vw;
	}
	.index section .attention {
		margin: 2vw 4%;
		font-size: 3vw;
	}
	.index footer {
		min-width: auto;
		margin: 2vw 0;
	}
	.index footer span {
		font-size: 3vw;
		text-align: center;
	}
	.index footer img {
		width: 30vw;
	}
/*---------------------------------
	layout - second
---------------------------------*/
	.second aside.controls {
		opacity: 1;
	}
	.second aside.controls {
		display: flex;
		top: auto;
		bottom: 5vw;
		left: 50%;
		padding: 8px 0;
		-webkit-transform: transformY(0);
		transform: translateY(0);
		-webkit-transform: transformX(-50%);
		transform: translateX(-50%);
	}
	.second aside.controls ul {
		display: flex;
	}
	.second aside.controls button,
	.second aside.controls li:not(.num) a {
		margin: 0 8px;
	}
	.second aside.controls li.num {
		margin: 0 8px;
		line-height: 50px;
	}
	.second aside.controls .fullscreen,
	.second aside.controls .track,
	.second aside.controls .first,
	.second aside.controls .last {
		display: none;
	}
	.rightMdl .inner {
		min-width: auto;
	}
	.rightMdl .inner h2 {
		font-size: 8vw;
	}
	.rightMdl .inner h2 span.close {
		width: 8vw;
		height: 8vw;
	}
	.rightMdl .inner h2 span.close:before {
		left: 4vw;
		height: 8vw;
	}
	.rightMdl .inner h2 span.close:after {
		left: 4vw;
		height: 8vw;
	}
	.rightMdl .inner {
		width: 96vw;
	}
	.rightMdl .inner ul {
		padding: 4vw 8.1vw;
	}
	.rightMdl .inner ul li:nth-of-type(1) img {
		width: 52vw;
		margin: 7vw 0;
	}
	.rightMdl .inner ul li:nth-of-type(2) img {
		width: 24vw;
	}
	.index footer .right {
		position: relative;
		width: 96vw;
		max-width: none;
		margin: 4vw 0 2vw 0;
		padding: 0;
		font-size: 4vw;
	}
	.index footer .right label {
		padding: 1vw 0;
	}
	.index footer {
		width: 96vw;
		margin: 2vw;
	}
}
@media (orientation: landscape) and (max-width: 768px) {
	.rightMdl label {
		overflow: scroll;
	}
	.rightMdl .inner {
		position: absolute;
		top: 0;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.second aside.controls {
		display: block;
		top: 50%;
		bottom: auto;
		left: 1vw;
		padding: 0 8px;
		-webkit-transform: transformX(0);
		transform: translateX(0);
		-webkit-transform: transformY(-50%);
		transform: translateY(-50%);
	}
	.second aside.controls ul {
		display: block;
	}
	.second aside.controls button,
	.second aside.controls li:not(.num) a {
		margin: 8px 0;
	}
	.second aside.controls li.num {
		margin: 8px 0;
		line-height: normal;
	}
}
