﻿@font-face {
	font-family: 'HG明朝E';
	/*src: url(../font/HGRME_0.TTC)*/
	src:url('../font/HGRME_0.woff') format('woff');
}


html {}

body {
	background-color: #fff;
	font-family: 'メイリオ', 'Meiryo', 'Noto Sans JP'
}

a {
	display: block;
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	opacity: 0;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

header {
	position: fixed;
	right: 0;
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	height: 52px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 10;

    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}

nav {
	opacity: 1;
	position: absolute;
	top: 15px;
	/* right: 30px; */
	right: 170px;
	width: 100%;
	min-width: 1200px;
	text-align: right;
	z-index: 10;
}

nav .menu {
	letter-spacing: -.4em;
}

nav .menu .item {
	color: #999999;
	display: inline-block;
	padding: 0 5px;
}

nav .menu .item img.over {
	top: 5px !important;
}


/* Lang */
.lang {
	opacity: 1;
	position: fixed;
	top: 15px;
	right: 30px;
	font-size: 0;
	z-index: 10;
}

.lang .item {
	display: inline-block;
	margin-right: 3px;
}

.lang .item:last-child {
	margin-right: 0;
}

/* Lang */
main {
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;

	background: url(../img/character/bg_character.jpg) no-repeat center top #fff;
	background-size: 100% auto;
	background-attachment: fixed;
	padding-bottom: 128px;
}

.title {
	margin: 0 auto;
	padding-top: 104px;
	text-align: center;
}

.season {
	margin: 40px auto 0;
	text-align: center;
	font-size: 0;
}

.season .item {
	display: inline-block;
	margin-right: 13px;
	cursor: pointer;
}

.season .item:last-child {
	margin-right: 0;
}

.season .item.active {
	cursor: default;
}

/*
.season .item:nth-child(1),
.season .item:nth-child(2),
.season .item:nth-child(3) {
	cursor: pointer;
}
*/
/*
.season .item:nth-child(4) {
	opacity: 0.6;
}
*/
.lace {
	position: relative;
	margin: 10px auto 0;
	text-align: center;
	z-index: 10;
}

.content {
	width: 1000px;
	margin: -23px auto 0;
	text-align: center;
	background-color: #fff;

	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);

	margin-bottom: 10px;

}

.lace.down {
	position: relative;
	margin: -35px auto 0;
	text-align: center;
	z-index: 10;
}


/*--------------------------------------------------*/
/* YouTube2 */
/*--------------------------------------------------*/
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 300;
}

.overlay.transparent {
	background-color: rgba(255, 255, 255, 0.9);
}

.overlay:after {
	position: relative;
}

.overlay .close {
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url(../img/close_off.png) no-repeat 0 0 transparent;
	cursor: pointer;
	z-index: 150;
}

.overlay .close:hover {
	background: url(../img/close_on.png) no-repeat 0 0 transparent;
}

/*
 .overlay .player {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	background-color: #fff;
	z-index: 100;
}
*/
.video {
	position: absolute;
	top: -120px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	width: 1000px;
	height: 560px;
	z-index: 150;
}

.video:after {
	position: relative;
}

.overlay .loader {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	width: 128px;
	height: 128px;
	z-index: 0;
}


.tabs {
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
	margin: auto auto;
	width: 100%;
	/*overflow: hidden;*/
	z-index: 200;
	
/*	position: absolute;
	top: 600px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;

	display: table;
	width: 100%;*/
}

.tabs .tab {
	float: left;
	color: #5b7bba;
	width: 33.33%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	padding: 2% 0;
	border: 1px solid #5b7bba;
	text-align: center;
	cursor: pointer;
	border-collapse: collapse;
	border-spacing: 0;
	
/*	color: #5b7bba;
	background-color: transparent;
	width: 50%;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	border: 1px solid #5b7bba;
	text-align: center;
	cursor: pointer;*/
}

.tabs .tab.active {
	color: #fff;
	background-color: #5b7bba;
	text-align: center;
	cursor: default;
}


/*--------------------------------------------------*/
/* inview.js */
/*--------------------------------------------------*/
/*
.inview,
.inview02,
.inview03 {
	opacity: 0;
}
*/

/*--------------------------------------------------*/
/* ページ内スクロール */
/*--------------------------------------------------*/
.to-top {
	display: none;
	opacity: 1;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
}



/*--------------------------------------------------*/
/* 切り替え用 */
/*--------------------------------------------------*/
.history .content {
	display: none;
}

.history .content.active {
	display: block;
}