@charset "utf-8";
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('//fonts.googleapis.com/css?family=Russo+One');
@font-face {
  font-family: 'icon-font';
  src:  url('../fonts/icon.eot?1s9kpx');
  src:  url('../fonts/icon.eot?1s9kpx#iefix') format('embedded-opentype'),
    url('../fonts/icon.ttf?1s9kpx') format('truetype'),
    url('../fonts/icon.woff?1s9kpx') format('woff'),
    url('../fonts/icon.svg?1s9kpx#icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
	font-family:'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;/*	outline: 0;*/
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: none;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
a {
	-webkit-tap-highlight-color: transparent;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	/*\*/
	overflow: hidden;/**/
}
option {
	padding-right: 10px;
}
a {
	outline: none;
	color: #0297dc;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.spmain a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
a:focus {
	outline: none;
}
fieldset, img {
	border: 0;
}
/* Chromeで画像がぼやける現象を回避 */
img{
-webkit-backface-visibility: hidden;
}
.guard {
	pointer-events: none;
	cursor: default;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}
/* ------------------------------
	コンテンツ
------------------------------ */
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
	display: block;
}
html, body {
	width: 100%;
	height: 100%;
}
.loadingWrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #020910;
}
.loadingWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
}
body {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	color: #333;
	background-color: #020910;
	font-family:'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a {
	text-decoration: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: none;
	margin: 80px 0 60px;
	padding: 0;
	border-bottom: 1px dashed #FFC200;
}
/* --------------------------------
	コンテンツ
-------------------------------- */
body {
	background-color: #000e25;
}
#container {
	width: 100%;
	min-height: 1130px;
	margin: 0;
	position: relative;
	color: #fff;
}
#top #container {
	background: #000e25 url("../images/top/main.jpg?02") no-repeat center top scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#intro #container {
	background: #040c20 url('../images/intro/bg.jpg') no-repeat center top;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
#story #container:before, #cast #container:before {
	background: url('../images/story/bg.jpg') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	transition: 0.2s;
}
#container .inner {
	width: 91%;
	margin: 0 auto;
}
#container .inner.smart {
	max-width: 800px;
}
#cast #container .inner {
	max-width: 1200px;
}
#cast #container .inner.smart {
	max-width: 980px;
}
#intro .ttl{
	text-align: right;
	margin-bottom: 20px;
}
#story .ttl, #cast .ttl {
	text-align: center;
	padding: 100px 0 20px;
}
#story #container p, #story #container .ph {
	margin-bottom: 30px;
}
#story #container .txt {
	max-width: 800px;
	margin: 0 auto 30px;
}
#story #container .ph_meg {
	margin: 0 auto 30px;
	display: block;
}
#cast #container p {
	margin-bottom: 20px;
}
#cast #container br {
	line-height: 3em;
}
.megbox {
	text-align: center;
	font-size: 0;
	padding: 10px;
}
.megbox li {
	width: 33%;
	padding: 0 10px 20px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 15px;
}
/*キャスト*/
#cast .box {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 10px auto 30px;
    padding: 40px 5% 20px;
    width: 100%;
	box-sizing: border-box;
}
.phR {
	float: right;
	margin: 8px 0 30px 30px;
	width: 45%;
}
.phR.s {
	width: 30%;
}
.name {
	color: #fff;
	font-family: 'Russo One','Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	margin-bottom: 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.04em;
}
.name_jp {
	color: #ffff00;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
}
.name span, .name_jp span {
	font-family: 'Russo One','Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 0.6em;
}
.tabs {
    margin: 0 0 30px -1%;
	font-size: 0;
	text-align: center;
}
.tabs li {
	display: inline-block;
	width: 15.6%;
	font-size: 14px;
	margin-left: 1%;
	margin-bottom: 8px;
}
.tabs li a:hover, 
.tabs li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;	
}
.more .open, .close {
	margin-top: -20px;
	text-align: right;
}
.more .open a, .close a {
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #00ccff;
    color: #000;
    font-family: 'Russo One', sans-serif;
    letter-spacing: 0.05em;
    padding: 2px 12px;
    text-decoration: none;
}
.answer .open  {
	margin-top: -20px;
	text-align: left;
}

.ttl img{
	height: 40px;
	width: auto;
}
.logo {
	width: 100%;
	position: absolute;
	bottom: 200px;
	text-align: center;
}
.logo a:hover img {
	opacity: 1;
}
.banner_cp_L  {
	width: 220px;
	position: absolute;
	top: 160px;
	left: 10px;
}
.banner_cp_R  {
	width: 150px;
	position: absolute;
	top: 160px;
	right: 10px;
}
.banner_big {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.banner_big li {
	margin-bottom: 15px;
}
.banner_cp_L li, .banner_cp_R li {
	margin-bottom: 10px;
}
.banner_cp_L li.w50 {
	width: 50%;
	display: inline-block;
}
.banner_cp_L img, .banner_cp_R img {
	width: 100%;
	vertical-align: top;
	border: 1px solid #ccc;
}
.txt-cast {
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
	position: absolute;
	top: 65px;
	text-align: center;
}
.txt-catch {
	width: 100%;
	position: absolute;
	top: 200px;
	text-align: center;
}
.txt-catch02 {
    width: 240px;
    position: absolute;
    top: 120px;
    right: 20px;
}
@media screen and (min-width: 1400px) {
.txt-catch02 {
    width: 260px;
    top: 70px;
	right: 10px;
}
}
#container img {
	max-width: 100%;
	margin: 0 auto;
}
#container .txt-catch img {
	width: 100%;
	max-width: 30px;
}
.billing {
	position: relative;
	margin-top: 28%;
	width: 90%;
	margin: 4% auto 3%;
}
.billing .roadshow {
    margin: 0 auto;
    max-width: 670px;
    text-align: center;
}
.billing img {
	max-width: 100%;
}
.menu {
	position: fixed;
	top: 5px;
	left: 0;
	text-align: center;
	font-size: 0;
}
.menu li {
	display: inline-block;
	margin: 0 5px;
}
.menu li a {
	display: inline-block;
	width: 120px;
	border: 1px solid #fff;
	color: #fff;
	font-family: 'Russo One', sans-serif;
    letter-spacing: 0.08em;
	line-height: 1em;
	padding: 6px 4px 4px;
}
.snslink {
	width: 90%;
	display: block;
	margin: 2% auto 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	position: relative;
	text-align: center;
	padding: 8px 0;
}
.snslink li {
	display: inline-block;
	margin: 0 5%;
}
.snslink li a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;
}
.snslink li.tw a:hover {
	color: #1b95e0;
}
.snslink li.fb a:hover {
	color: #4267b2;
}

.sns {
	font-size: 0;
	width: 100%;
	display: block;
	line-height: 30px;
	padding: 20px 0;
	text-align: center;
}
.sns li {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 2px;
	line-height: 1em;
}
/* ワーナーSNS */
.color-wb {
	fill: #4d717f;
	color: #4d717f;
	font-size: 22px;
	vertical-align: middle;
	position: absolute;
    top: -15px;
}
.color-facebook {
    color: #3b5998;
}
.color-twitter {
    color: #00b6f1;
}
.color-youtube {
    color: #ce2020;
}
.color-line {
    color: #00c300;
}
.color-google-plus {
    color: #dd4b39;
}
.color-tumblr {
    color: #37465d;
}
.color-pinterest {
    color: #bd081c;
}
.sns-bx {
	display: inline-block;
	margin-right: 10px;
}
.sns-bx .sns-ttl {
	font-family: 'Russo One', sans-serif;
	letter-spacing: 0.08em;
	font-size: 10px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
}
.sns-bx ul {
	text-align: center;
	display: inline-block;
}
.sns-bx ul li {
	display: inline-block;
	margin: 0 5px;
	position: relative;
}
.sns-bx ul li::after {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 18px;
    width: 18px;
    left: 1px;
    top: 1px;
    z-index: -1;
}
.sns-bx ul li a {
	text-decoration: none;
	font-size: 22px;
}
.sns-bx ul li a:hover {
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8
}
#footerAll {
	position: absolute;
	bottom: 70px;
    width: 100%;
    z-index: 20;
	color: #4d717f;
}
.banner {
    width: 80%;
	margin: 0 auto 30px;
	text-align: center;
}
#snsall {
    line-height: 0;
    width: 100%;
    z-index: 1;
	text-align: center;
	margin-bottom: 20px;
}
#snsall #sns {
	display: inline;
    height: 20px;
    margin: 0;
}
#snsall #sns li, .banner li {
    padding: 0 2px;
	display: inline-block;
	vertical-align: top;
}
#container .banner li img {
	width: 300px;
}
#warner {
    width: 30px;
    z-index: 20;
	position: relative;
}
#warner a {
	text-decoration: none;
}
#privacy {
    line-height: 20px;
	width: 100%;
    text-align: center;
    top: 7px;
    z-index: 2;
	font-size: 0;
}
#privacy li {
    border-left: 1px solid #4d717f;
    display: inline-block;
    padding: 0 10px;
    font-size: 9px;
    line-height: 1.2em;
}
#privacy li:first-child {
	border: none;
}
#privacy li a {
	font-size: 11px;
	color: #4d717f;
	display: block;
}
.copy {
	margin: 0 auto;
	padding: 40px 0 20px;
    font-size: 9px;
    line-height: 1.2em;
	color: #4d717f;
	text-align: center;
	clear: both;
}
.common-link-nav {
	display: block;
	text-align: center;
}
.common-link-nav li {
	display: inline-block;
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 0;
	height: 20px;
}
.common-link-nav li .link {
	color: #333;
	font-size: 12px;
}
.common-link-nav li iframe {
	margin: 0 !important;
}
.menu-logo {
    position: absolute;
    top: 10px;
    left: 7%;
    width: 86%;
}
.link-comment {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: 1001;
}
@media screen and (min-width: 769px) {
.common-link-nav {
	z-index: 20;
	margin: 0 auto 20px;
}
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
body {
	font-size: 15px;
}
.sp {
	display: block;
}
.pc {
	visibility: hidden;
	display: none;
}
#container {
	min-height: 100%;
	min-width: 100%;
	margin: 0 auto;
	background-image: none;
}
#top #container {
	background-image: none;
}
.ttl img{
	height: 30px;
}
#intro .ttl{
	text-align: center;
	margin: 20px auto 10px;
}
.meg .ttl img{
	height: 24px;
}
.megbox {
	padding: 0;
}
.megbox li {
	width: 100%;
	padding: 0 0 10px;
}
#story #container .ph_meg {
	margin-bottom: 0;
}
/*キャスト*/
.phR {
	float: none;
	margin: 0 auto 20px;
	width: 80%;
}
.phR.s {
	width: 40%;
}
.name {
	font-size: 26px;
	margin-bottom: 5px;
}
.name_jp {
	font-size: 18px;
	margin-bottom: 10px;
}
.name span, .name_jp span {
	font-size: 0.6em;
	display: block;
}
.banner_cp {
	width: 100%;
	margin: 0 auto;
}
.banner_cp_L, .banner_cp_R {
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	float: left;
	text-align: center;
}
.banner_cp_L li, 
.banner_cp_L li.w50, 
.banner_cp_R li {
	max-width: 320px;
	width: 43%;
	margin: 0 2% 10px;
	display: inline-block;
}
.banner_cp_L li.pc {
	display: none;
}
/*
#container:before {
	background: url('../images/top/main.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	transition: 0.2s;
}*/
.billing {
	margin: 40px auto 10px;
	text-align: center;
	display: block;
}
.menu {
	display: block;
	margin: 0 auto 30px;
	width: 100%;
}
.menu li {
	display: inline-block;
	width: 46%;
	margin: 0 2% 10px;
}
.snslink {
	width: 100%;
}
.snslink li {
	display: inline-block;
	margin: 0 2%;
}
.snslink li a {
	font-size: 15px;
}
.sns {
	padding: 30px 0 10px;
	text-align: center;
}
#footerAll {
	position: relative;
	padding-top: 10px;
	bottom: 0;
	padding-bottom: 50px;
}
.icon-font {
	vertical-align: top;
}
.pic {
	padding-top: 20px;
}
#snsall, #privacy {
    height: auto;
    line-height: 0;
    position: relative;
    width: 100%;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	text-align: center;
}
#snsall {
	overflow: visible;
}
#snsall #sns {
    height: auto;
    margin: 0;
    width: 100%;
}
#snsall #sns ul {
	text-align: center;
	padding-top: 10px;
}
#snsall #sns li {
	padding-bottom: 10px;
}
#snsall, #privacy {
	margin-top: 20px;
    line-height: 2em;
}
.sns-bx {
	display: block;
	margin-right: 0;
}
.sns-bx .sns-ttl {
	line-height: 1.8em;
	margin: 0 0 5px;
	display: block;
}
.color-wb {
    top: -5px;
}
#privacy li {
    float: none;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}
#privacy .c {
	display: block;
	border: none;
	margin-top: 10px;
}
.main .read {
    margin: -50px 0 10px -50px;
}
}
/* 動画 */
#trailer{
	height:200px;
}
#trailer-slider{
	position: relative;
	height:100%;
	box-sizing:border-box;
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;
	display: block;
	padding:15px;
}
#trailer-slider ul{
	display: -webkit-box;
	height:100%;
}
#trailer-slider li{
	display: block;
	width:92%;
	height:100%;
	box-sizing:border-box;
	padding-right:10px;
}
#trailer-slider li:last-child{
	padding-right:15px;
}
#trailer-slider .container{
	position: relative;
	height:100%;
	width:100%;
	padding: 0;
	box-sizing:border-box;
}
#trailer-slider .player{
	width:100%;
	height:100%;
	background:#000;
}
#trailer-slider .player video{
	display: block;
	width:100%;
	height:100%;
}
#trailer-slider .thumb{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	pointer-events: none;
	opacity: 1;
	background:no-repeat center center;
	background-size:cover;
}
#trailer-slider .mark{
	position: absolute;
	width:88px;
	height:88px;
	left:50%;
	top:50%;
	margin:-44px 0 0 -44px;
	background:url(../mov/img/bt_play.png) no-repeat center center;
	background-size: contain;
}
#trailer-slider .thumb.active .mark{
	opacity: 0.5;
}
#trailer-slider .name{
	width:100%;
	font-size:14px;
	height:50px;
	position: absolute;
	top:0;
	left:0;
	color:#fff;
	padding:6px 10px;
	background-size:100% 100%;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
	letter-spacing: 0.05em;
	box-sizing:border-box;
	text-align: left;
}
#trailer-slider .container{
	border-color:#999;
}
#trailer-slider .mark{
	top:auto;
	bottom:6px;
	left:10px;
	width:60px;
	height:60px;
	margin:0;
}

/* メニュー ---------------- */
#global-head {
	position: fixed;
	color: #033560;
	width: 16%;
	text-align: center;
	padding-top: 60px;
	z-index: 100;
}

#sidebar {
	font-size: 15px;
	width: 100%;
	height: 40px;
	position: fixed;
	color: #033560;
	background: #fff;
	text-align: center;
	z-index: 10;
	opacity: 0.7;
}
#global-nav ul {
	list-style: none;
	margin-left: 0;
	display: table;
	height: 40px;
	margin: 0 auto;
}
#global-nav > ul > li {
    display: table-cell;
    vertical-align: middle;
	height: 100%;
}

#global-nav a {
	font-family: 'Russo One','Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.1em;
	color: #033560;
	text-decoration: none;
	display: block;
	padding: 0 25px;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
	height: 40px;
	line-height: 40px;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	background: #033560;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 230px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #033560;
	border-right: 1px solid #033560;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* sub-menu */
#global-nav .sub-menu-nav {
	position: fixed;
	background: #033560;
	color: #fff;
	top: 0;
	padding-top: 90px;
	left: 16%;
	width: 0;
	height: 100%;
	overflow: hidden;

	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .sub-menu-nav a {
	color: #fff;
}
#global-nav .sub-menu-nav a:hover {
	color: #033560;
	background: #fff;
}


/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 768px) {
#global-nav ul {
    display: inherit;
	height: 100%;
}
#global-nav > ul > li {
    display: inherit;
}
#global-nav > ul > li.pc {
    display: none;
}
#global-nav a {
    display: block;
    padding: 8px 0;
}

	#global-head {
		width: 100%;
		padding: 10px;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #333;
		background: #fff;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		opacity: 1;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span {
		background: #033560;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}


}

@media screen and (max-width: 400px) {
	#sidebar {
		right: -200px;
		width: 200px;
		padding-top: 60px;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0);
	}
}
/* 印刷時調整 ---------------- */
@media print {
#corner {
	display: none !important;
}
#intro ul.thumb img {
	opacity: 1 !important;
}
}