html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
footer,
header,
nav,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	text-decoration: none;
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
h1,
h2,
h3,
h4,
p {
	margin: 0;
}
b,
strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding:0;
	list-style: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/*-------------------------
	Header
--------------------------*/
html {
	overflow: hidden;
}
body {
	font: normal 14px 'Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
	background-image: url('../images/bg.jpg');
	background-position: 50% top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}
a {
	outline: none;
	cursor: pointer;
}
nav {
	z-index: 10000;
	position: fixed;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	background-color: #353535;
	box-shadow: 1px 0 2px 2px rgba(0,0,0,0.15) inset;
}
nav h1 a {
	padding: 25px 25px 15px 25px;
	background-color: #181818;
}
nav h1 a:hover img {
	transform: rotateY(180deg);
}
nav h1 a img {
	border-radius: 10%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
nav ul {
	display: block;
	list-style:none;
	border-bottom: 1px solid #555;
	border-top: 1px solid #111;
}
nav a {
	display: inline-block;
	color: #FFF;
	outline: none;
}
nav li a {
	display: block;
	position: relative;
	line-height: 35px;
	padding-top: 35px;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #555;
	border-bottom: 1px solid #111;
	background-position: center 8px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
nav li a:hover {
	background-color: #222;
}
nav li a:active {
	background-color: #1A1A1A;
}
nav #first {
	background-image: url(../images/icons/arrow_double_left.png);
}
nav #next {
	background-image: url(../images/icons/arrow_right.png);
}
nav #back {
	background-image: url(../images/icons/arrow_left.png);
}
nav #last {
	background-image: url(../images/icons/arrow_double_right.png);
}
nav #zoomin {
	background-image: url(../images/icons/zoom_in.png);
}
nav #zoomout {
	background-image: url(../images/icons/zoom_out.png);
}
nav #thumbs {
	background-image: url(../images/icons/thumbs.png);
}
#movie_icon {
	position: absolute;
	bottom: 125px;
	left: 18px;
	width: 64px;
	height: 90px;
	text-indent: -9999px;
	background-image: url(../images/movie.png);
}
#movie_icon:hover {
	background-image: url(../images/movie_ov.png);
}
#rescue_icon {
	position: absolute;
	bottom: 125px;
	left: 18px;
	width: 64px;
	height: 61px;
	text-indent: -9999px;
	background-image: url(../images/rescue.png);
}
#rescue_icon:hover {
	opacity: 0.7;
}
#login {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #181818;
	box-shadow: 0 2px 2px rgba(0,0,0,0.6) inset;
}
#login a {
	display: block;
	width: 86%;
	line-height: 32px;
	margin: 14px auto 0 auto;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	border-radius: 4px;
	background-color: #E73217;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#login a:hover {
	opacity: 0.7;
}
#login a br {
	display: none;
}

/*-------------------------
	Contents
--------------------------*/
#container {
	position: relative;
	max-width: 1260px;
	height: 1792px;
	margin: 0 auto;
	padding: 0 130px 0 280px;
}
#main {
	position: relative;
	top: 28%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#page img {
	height: 100%;
	width: auto;
}

/*-------------------------
	Thumbnails
--------------------------*/
.wowbook-thumbnails {
	position: fixed;
	top: 0;
	left: 0;
	background: none repeat scroll 0 0 #333;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	border-top: 1px solid white;
	border-top-color: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid gray;
	border-bottom-color: rgba(64, 64, 64, 0.5);
	box-shadow: 2px 0 15px rgba(0, 0, 0, 0.4);
}
.wowbook-vertical .wowbook-thumbnail {
	margin: 8px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.wowbook-vertical .wowbook-thumbnail:hover {
	opacity: 0.7;
}
.wowbook-vertical .wowbook-thumbnail img {
	width: 100%;
}

/*-------------------------
	Movie
--------------------------*/
#movie {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background-color: rgba(0,0,0,0.8);
}
#movie span {
	display: block;
	margin: 60px 0;
}
#movie video {
	display: block;
	margin: 0 auto 100px auto;
	max-width: 95%;
}
#movie h2 {
	margin: 0 auto 50px auto;
	line-height: 130%;
	text-align: center;
	font-size: 36px;
	color: #FFF;
}
#movie iframe {
	display: block;
	width: 672px;
	height: 378px; 
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 auto 100px auto;
	border: 0;
}
#movie ul {
	width: 640px;
	max-width: 100%;
	margin: 60px auto 35px auto;
	text-align: center;
}
#movie li {
	display: inline-block;
	margin: 0 10px 15px 10px;
}
#movie li a {
	display: block;
	position: relative;
	line-height: 44px;
	padding: 0 20px;
	text-indent: 14px;
	color: #FFF;
	background-color: rgba(0,0,0,0.6);
	border: 1px solid #FFF;
	border-radius: 5px;
}
#movie li a::before,
#movie li a::after {
	display: block;
	position: absolute;
	top: 17px;
	left: 15px;
	width: 10px;
	height: 4px;
	content: '';  
	background: none;
	background-color: #DDD;
}
#movie li a::before {
	opacity: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); 
}
#movie li a::after {
	margin-top: 4px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); 
}
#movie li:nth-child(1) a {
	background-color: #E73217;
}
#movie li:nth-child(1) a:hover {
	background-color: #EC523C;
}
#movie li:nth-child(2) a:hover {
	background-color: #222;
}

/*-------------------------
	Modal
--------------------------*/
.movie-modal {
	position: relative;
}
.movie-modal::before {
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	background-image: url(../images/video.png);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	border-radius: 50%;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	content: "";
	animation-name: jump;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
@keyframes jump {
	0% {
	top: -36px;
	}
	50% {
	top: -30px;
	}
	100% {
	top: -36px;
	}
}
#a1-1::before {
	left: 0px;
}
.tbox {
	position: relative;
	display: none;
	padding: 14px 17px;
	z-index: 100000;
}
.tinner {
	background-color: #FFF;
	box-shadow: 0 0 0 9000px rgba(0,0,0,0.7);
	border-radius: 5px;
}
.tclose {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/close.png) no-repeat
}
#bluemask {
	background: #000
}
#frameless {
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#frameless .tclose {
	right: 6px;
}
iframe {
	width: 600px;
	height: 270px;
}

/*-------------------------
	Backnumber
--------------------------*/
.backnumber {
	position: relative;
	text-align: center;
}
.backnumber span {
	display: inline-block;
	position: relative;
	width: 10%;
	min-width: 200px;
	margin: 10% 2% 0 2%;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}
.backnumber span b {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 80px;
	font-size: 24px;
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
}
.backnumber span img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}