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;
}

/*-------------------------
	Common
--------------------------*/
.wowbook-thumbnails,
#first,
nav li:nth-child(3),
nav li:nth-child(4),
#last,
#thumbs {
	display: none !important;
}
html {
	overflow: hidden;
}
body {
	position: relative;
	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;
}

/*-------------------------
	Header - portrait
--------------------------*/
@media only screen and (orientation : portrait) {
nav {
	z-index: 100;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #353535;
	box-shadow: 1px 0 2px 2px rgba(0,0,0,0.15) inset;
}
nav h1 a {
	width: 16%;
	height: 60px;
	text-align: center;
	background-color: #181818;
}
nav h1 a img {
	position: relative;
	top: 50%;
	width: 80%;
	max-width: 40px;
	height: auto;
	border-radius: 10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
nav ul {
	display: block;
	position: absolute;
	top: 0;
	left: 16%;
	width: 84%;
	list-style:none;
}
nav li {
	display: inline-block;
	position: absolute;
	top: 0;
	width: 25%;
}
nav li:nth-child(1) {
	left: 25%;
}
nav li:nth-child(2) {
	left: 0;
}
nav li:nth-child(5) {
	left: 50%;
}
nav li:nth-child(6) {
	left: 75%;
}
nav a {
	display: inline-block;
	color: #FFF;
	outline: none;
}
nav li a {
	position: relative;
	line-height: 25px;
	width: 100%;
	font-size: 12px;
	text-align: center;
	padding-top: 35px;
	border-right: 1px solid #111;
	background-size: 24px 24px;
	background-position: center 8px;
	background-repeat: no-repeat;
}
nav #next {
	background-image: url(../images/icons/arrow_right.png);
}
nav #back {
	background-image: url(../images/icons/arrow_left.png);
}
nav #zoomin {
	background-image: url(../images/icons/zoom_in.png);
}
nav #zoomout {
	background-image: url(../images/icons/zoom_out.png);
}
#movie_icon {
	position: absolute;
	bottom: 70px;
	right: 150px;
	width: 64px;
	height: 51px;
	text-indent: -9999px;
	background: url(../images/movie.png) 0 bottom no-repeat;
	background-size: 64px 100px;
}
#rescue_icon {
	position: absolute;
	bottom: 70px;
	right: 150px;
	width: 64px;
	height: 61px;
	text-indent: -9999px;
	background: url(../images/rescue.png) 0 bottom no-repeat;
	background-size: 64px 61px;
}
#login a {
    display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 75px;
    line-height: 130%;
    padding: 5px 8px;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    border-radius: 4px;
    background-color: #E73217;
}
#container {
	position: relative;
	height: 500px;
	margin: 0 auto;
}
#main {
	position: relative;
	top: 180px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#page img {
	height: 100%;
	width: auto;
}
}

/*-------------------------
	Header - landscape
--------------------------*/
@media only screen and (orientation : landscape) {
nav {
	z-index: 100;
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background-color: #353535;
	box-shadow: 1px 0 2px 2px rgba(0,0,0,0.15) inset;
}
nav h1 {
	height: 20%;
	min-height: 40px;
}
nav h1 a {
	display: block;
	height: 100%;
	background-color: #181818;
}
nav h1 a img {
	position: relative;
	top: 15%;
	left: 50%;
	width: auto;
	max-height: 70%;
	border-radius: 10%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
nav ul {
	display: block;
	height: 84%;
	list-style:none;
}
nav li {
	height: 23.6%;
}
nav a {
	display: inline-block;
	color: #FFF;
	outline: none;
}
nav li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
	border-bottom: 1px solid #555;
	border-top: 1px solid #111;
	background-size: 20px 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
nav #next {
	background-image: url(../images/icons/arrow_right.png);
}
nav #back {
	background-image: url(../images/icons/arrow_left.png);
}
nav #zoomin {
	background-image: url(../images/icons/zoom_in.png);
}
nav #zoomout {
	background-image: url(../images/icons/zoom_out.png);
	border-bottom: 1px solid #111;
}
#movie_icon {
	position: absolute;
	bottom: 110px;
	right: 70px;
	width: 40px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/movie.png) 0 bottom no-repeat;
	background-size: 40px 63px;
}
#rescue_icon {
	position: absolute;
	bottom: 95px;
	right: 70px;
	width: 40px;
	height: 38px;
	text-indent: -9999px;
	background: url(../images/rescue.png) 0 bottom no-repeat;
	background-size: 40px 38px;
}
#login a {
    display: inline-block;
	position: absolute;
	right: 70px;
    width: 36px;
    line-height: 130%;
    padding: 4px 2px;
    text-align: center;
    font-size: 9px;
    font-weight: normal;
    border-radius: 4px;
}
#login a:nth-child(1) {
	bottom: 55px;
    background-color: #555;
}
#login a:nth-child(2) {
	bottom: 10px;
    background-color: #E73217;
}
#container {
	position: relative;
	height: 275px;
	margin-right: 80px;
}
#page img {
	height: 100%;
	width: auto;
}
}

/*-------------------------
	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;
	text-align: center;
}
#movie h2 {
	margin-bottom: 30px;
	font-size: 28px;
	color: #FFF;
}
#movie iframe {
	width: 320px;
	height: 180px; 
	max-width: 100%;
	max-height: 100%;
	border: 0;
}

/*-------------------------
	Modal
--------------------------*/
.movie-modal {
    position: relative;
}
.movie-modal::before {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin-left: -35px;
    background-image: url(../images/video.png);
    background-size: 80px 80px;
	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: 20px;
    }
    50% {
    top: 0;
    }
    100% {
    top: 20px;
    }
}
#a03_1::before {
	right: 5px;
}
#a11_6::before {
	right: 0;
	margin-top: -10px;
}
.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: 280px;
    height: 200px;
}

/*-------------------------
	Member
--------------------------*/
.member ul {
	text-align: center;
}
.member li {
	display: inline-block;
	width: 140px;
	height: 140px;
	margin: 16% 40px 0 40px;
	background-color: #FFF;
	border-radius: 5px;
}
.member ul a {
	display: block;
	padding-top: 24px;
	text-align: center;
	color: #04C;
	text-decoration: underline;
}
.member ul a:hover {
	opacity: 0.7;
}
.member img {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto 10px auto;
}

/*-------------------------
	Backnumber
--------------------------*/
.backnumber {
    position: relative;
    text-align: center;
}
.backnumber span {
    display: inline-block;
    position: relative;
    width: 30%;
    margin: 12% 5% 0 5%;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}
.backnumber span b {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #FFF;
    background-color: rgba(0,0,0,0.7);
}
.backnumber span img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*-------------------------
	Sponsor
--------------------------*/
.subCatch {
	z-index: 8;
	width: 100%;
	height: 100px;
	text-align: right;
	background: url(../images/bg.jpg);
	background-size: 100% auto;
	background-position: center;
}
.subCatch h1 {
	margin: 0 6% 0 0;
	padding-top: 28px;
	font-size: 32px;
	color: #FFF;
}
.sponsor {
	position: relative;
	margin-top: 40px;
	padding-bottom: 30px;
}
.sponsor ul {
	display: inline-block;
	position: relative;
	left: 50%;
	line-height: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sponsor h2 {
	display: none;
}
.sponsor ul a {
	color: #04C;
	text-decoration: underline;
}
.sponsor ul a:hover {
	text-decoration: none;
}
.sponsor li:nth-child(n+2) {
	position: relative;
	margin: 0 0 20px 23px;
}
.sponsor li:nth-child(n+2)::before {
	display: block;
	position: absolute;
	bottom: 2px;
	left: -24px;
	width: 15px;
	height: 15px;
	content: '';
	background-color: #60C2D3;
	border-radius: 50%;
	overflow: hidden;
}
footer {
	z-index: 1;
	display: block;
	width: 100%;
	line-height: 30px;
	text-align: center;
	color: #AAA;
	background-color: #292C2E;
}
