@charset "UTF-8";
/**
 * reset
 */
html, body, div, main, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
strong {
	font-weight: bolder;
}
a:link, a:visited, a:active, a:hover {
	outline: none;
	text-decoration: none;
}

/**
 * micro clearfix
 */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }

.clear {
	clear: both;
}

/**
 * contents
 */
html {
	font-size:62.5%;
}
body {
	background-color: #000;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	letter-spacing:  0.1em;
	line-height: 1.8;
	color:#d1d1d1;
	font-feature-settings:"palt";
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.4;
}
.inner {
	box-sizing: border-box;
	max-width: 1600px;
	padding: 0 60px;
	margin: auto;
}
.inner .inner {
	max-width: 960px;
	padding: 0;
}
.an {
	font-family: 'Lato', sans-serif;
}
@media only screen and (min-width:768px) {
	.sp {
		display:none !important;
	}
}
@media only screen and (min-width:374px) {
	.sp_s {
		display:none !important;
	}
}
@media only screen and (max-width:767px) {
	body {
		font-size:1.4rem;
	}
	.pc {
		display:none !important;
	}
	.inner {
		width: 100%;
		padding: 0 15px;
	}
}
/**/
@media print {
	.inner {
		width:1000px;
	}
	.sp {
		display: none;
	}
}

body.pointer {
	cursor: pointer;
}

/**
 * header
 */
header {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	justify-content: space-between;
	z-index: 100;
}
header img {
	vertical-align: middle;
}
header h1 {
	position: absolute;
	top: 35px;
	left: 60px;
	width: 218px;
	transition: opacity 1s ease-in-out;
}
header h1 img {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 1s ease-in-out;
	width: 100%;
}
header .ttl1 {
	opacity: 0;
}
header .btns {
	position: absolute;
	top: 30px;
	right: 60px;
}
header .btn_official::before {
	box-sizing: border-box;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 7px;
	border: solid 5px #fff;
	border-radius: 100px;
	vertical-align: middle;
	content: '';
	transform: scale(1);
	transition: transform 0.2s;
}
header .btn_official:hover::before {
	transform: scale(1.2);
}
@media only screen and (max-width:767px) {
	header h1 {
		top: 25px;
		left: 25px;
		width: 164px;
	}
	header .btns {
		top: 16px;
		right: 25px;
	}
	header .btns img {
		width: 51px;
	}
	header .btn_official::before {
		width: 8px;
		height: 8px;
		margin-right: 4px;
		border: solid 2px #fff;
	}
}

#btn_back {
	position: absolute;
	top: 65px;
	left: 60px;
	padding-left: 26px;
	line-height: 0;
	cursor: pointer;
}
#btn_back::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 22px;
	margin: auto;
	background: url('../img/icon_arrow0.png') no-repeat center center / contain;
	content: '';
	transition: left 0.2s;
}
#btn_back:hover::before {
	transition: left 0.3s;
	left: -6px;
}
@media only screen and (max-width:767px) {
	#btn_back {
		top: 45px;
		left: 25px;
		padding-left: 20px;
	}
	#btn_back img {
		width: 90px;
	}
	#btn_back::before {
		width: 10px;
		height: 17px;
	}
}

#select_index {
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translate(-50%, 15px);
	opacity: 0;
	transition: all 1s ease-out;
	text-align: center;
}
#select_index.on {
	transform: translate(-50%, 0);
	opacity: 1;
}
#select_index ul {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#select_index li {
	width: 17px;
	height: 28px;
	margin: 0 15px;
	cursor: pointer;
}
#select_index li:first-child {
	transform: rotate(180deg);
}
#select_index li img {
	position: relative;
	vertical-align: top;
	left: 0;
	transition: left 0.3s ease-out;
}
#select_index li:hover img {
	left: 10px;
}
@media only screen and (max-width:767px) {
	#select_index {
		top: 45px;
	}
	#select_index ul {
		margin-top: 20px;
	}
	#select_index li {
		width: 13px;
		height: 21px;
		margin: 0 10px;
	}
}

#select {
	display: flex;
	position: absolute;
	top: 35px;
	right: 60px;
	line-height: 0;
	opacity: 0;
	pointer-events: none;
}
#select.on {
	transition: opacity 1s ease-in;
	opacity: 1;
	pointer-events: all;
}
#select li {
	box-sizing: border-box;
	height: 57px;
	width: 55px;
	background: no-repeat center center / cover;
	margin-left: 10px;
	opacity: 0.5;
	cursor: pointer;
	border: solid 1px #000;
	transition: all 0.2s;
}
#select li[data-id="2011"] {
	background-image: url('../img/img1.jpg');
}
#select li[data-id="2015"] {
	background-image: url('../img/img0.jpg');
}
#select li:hover,
#select li.act {
	opacity: 1;
	border: solid 1px #7a7a7a;
}
@media only screen and (max-width:767px) {
	#select {
		top: 25px;
		right: 25px;
	}
	#select li {
		height: 43px;
		width: 42px;
		margin-left: 5px;
	}
}

/**
 * footer
 */
footer {
	box-sizing: border-box;
	display: flex;
	position: absolute;
	bottom: 30px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 0 60px;
	line-height: 1;
	transition: opacity 1s ease-in-out;
	z-index: 100;
}
footer img {
	vertical-align: middle;
}
footer .btns {
	position: relative;
	z-index: 1;
}
footer .btns a::before {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 3.5px transparent;
	border-left: solid 5px #fff;
	margin-right: 4px;
	content: '';
	left: 0;
	transition: left 0.2s;
}
footer .btns a:hover:before {
	transition: left 0.3s;
	left: 4px;
}
footer .copy {
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	color: #888;
}
footer .sns {
	display: flex;
	position: relative;
	z-index: 1;
}
footer .sns li {
	margin: 0 10px;
	vertical-align: middle;
	transition: opacity 0.2s;
}
footer .sns li a:hover {
	transition: opacity 0.3s;
	opacity: 0.5;
}
@media only screen and (max-width:1023px) {
	footer {
		display: block;
		bottom: 25px;
		padding: 0 10px;
	}
	footer .btns {
		text-align: center;
	}
	footer .btns img {
		width: 160px;
	}
	footer .btns a::before {
		margin-right: 3px;
	}
	footer .copy {
		position: static;
		top: 0;
		font-size: 8px;
		line-height: 1.5;
	}
	footer .sns {
		justify-content: center;
		margin: 25px 0 20px 0;
	}
	footer .sns li {
		margin: 0 10px;
		vertical-align: middle;
	}
	footer .sns li img {
		width: 24px;
	}
}


/**
 * main
 */
main {
	width: 100vw;
	height: 100vh;
}
main .btn_close {
	width: 67px;
	height: 67px;
	background-color: transparent;
	cursor: pointer;
	transition: transform 0.3s ease-out;
}
main .btn_close:hover {
	transform: rotate(180deg);
}
main .btn_close::before,
main .btn_close::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform-origin: center center;
	content: '';
}
main .btn_close::before {
	transform: rotate(45deg);
}
main .btn_close::after {
	transform: rotate(-45deg);
}
@media only screen and (max-width:767px) {
	main .btn_close {
		width: 33px;
		height: 33px;
	}
	main .btn_close::before,
	main .btn_close::after {
		height: 2px;
	}
}

#bg,
#blur,
#light,
#scene {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#bg {
	background: radial-gradient(circle, rgba(34,39,47,1) 0%, rgba(12,14,17,1) 60%);
	transition: opacity 1s ease-in-out;
}
#blur {
	pointer-events: none;
	transition: all 0.8s ease-in-out;
}
#blur.blur {
	opacity: 0.45;
	filter: blur(16px);
}
#light {
	pointer-events: none;
	opacity: 0.5;
	mix-blend-mode: screen;
	filter: blur(8px);
	z-index: 2;
}
#page #light {
	opacity: 0;
}
@media only screen and (max-width:767px) {
	#blur.blur {
		filter: blur(10px);
	}
}

#album_ttl {
	position: absolute;
	width: 100%;
	top: 50%;
	filter: blur(15px);
	opacity: 0;
	transform: translateY(200px);
	text-align: center;
	z-index: 2;
	pointer-events: none;
}
#album_ttl.on {
	transition: all 1.2s ease-in-out;
	filter: blur(0);
	opacity: 1;
}
#album_ttl img {
	width: 296px;
}
#album_ttl img:first-child {
	margin-right: 150px;
}
#album_ttl img:last-child {
	margin-left: 150px;
}
@media only screen and (max-width:1023px) {
	#album_ttl {
		top: 56.5%;
		filter: blur(10px);
		transform: none;
	}
	#album_ttl img {
		width: 30%;
	}
	#album_ttl img:first-child {
		margin-right: 9%;
	}
	#album_ttl img:last-child {
		margin-left: 9%;
	}
}

/**
 * #news
 */
#news {
	position: absolute;
	width: 100%;
	bottom: 100px;
	opacity: 0;
	transform: translateY(15px);
	z-index: 2;
}
#news.on {
	transition: 0.8s ease-out;
	opacity: 1;
	transform: translateY(0);
}
#news > div {
	display: flex;
	justify-content: center;
	transition: opacity 1s ease-in-out;
}
#news h2 {
	margin-right: 10px;
	line-height: 1;
	font-size: 1.4rem;
	font-weight: 700;
	vertical-align: middle;
}
#news ol {
	line-height: 1;
	vertical-align: middle;
}
#news li {
	font-size: 1.2rem;
}
@media only screen and (max-width:767px) {
	#news {
		bottom: 160px;
	}
	#news > div {
		display: block;
		text-align: center;
	}
	#news h2 {
		margin: 0 0 1em 0;
		font-size: 1.2rem;
	}
	#news li {
		font-size: 1.1rem;
	}
}


/**
 * #enter
 */
body.enter header h1,
body.enter footer,
body.enter #bg,
body.enter #news > div {
	opacity: 0.45;
}
body.enter #select_index {
	opacity: 0.3;
	pointer-events: none;
}
body.enter #album_ttl {
	transition-duration: 0.6s;
	opacity: 0;
}

#enter {
	display: none;
	position: absolute;
	top: 45%;
	transform: translate(0, -50%);
	width: 100%;
	text-align: center;
	z-index: 300;
}
body.enter #enter {
	display: block;
}
#enter > div {
	position: relative;
}
#enter h2 {
	font-size: 2.6rem;
}
#enter p {
	margin: 1.5em 0;
	font-size: 1.2rem;
}
#enter .err {
	margin: 0.2em 0 0 0;
	text-align: center;
	color: #f00;
	opacity: 0;
}
#enter .input {
	position: relative;
	display: inline-flex;
	justify-content: center;
}
#enter input {
	box-sizing: border-box;
	position: relative;
	width: 340px;
	padding: 15px 30px;
	background-color: #dadada;
	border: none;
	border-radius: 0;
	text-align: center;
	font-size: 2.8rem;
	color: #838383;

	border: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
}
#btn_enter {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 6px;
	width: 110px;
	background-color: #0a1061;
	color: #fff;
	cursor: pointer;
}
#enter .btn_close {
	position: absolute;
	bottom: -120px;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width:767px) {
	body.enter header h1,
	body.enter footer,
	body.enter #bg,
	body.enter #news > div {
		opacity: 0.25;
	}
	body.enter #select_index {
		opacity: 0.2;
		z-index: 0;
	}
	body.enter #scene {
		z-index: 200;
	}

	#enter {
		top: 55%;
	}
	#page #enter {
		top: 45%;
	}
	#enter h2 {
		font-size: 2rem;
	}
	#enter p {
		font-size: 0.9rem;
	}
	#enter input {
		width: calc(80% - 60px);
		padding: 10px 20px;
		font-size: 1.8rem;
	}
	#btn_enter {
		margin: 0 0 0 3px;
		width: 65px;
		font-size: 1rem;
	}
	#enter .btn_close {
		bottom: -60px;
	}
}


/**
 * #movie
 */
body.video header h1,
body.video footer,
body.video #bg {
	opacity: 0.45;
}
body.video #select {
	pointer-events: none;
	opacity: 0.3;
}
body header .ttl1 {
	opacity: 0.5;
}
#movie {
	position: absolute;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 2;
}
body.video #movie {
	display: block !important;
}
#movie > div {
	box-sizing: border-box;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate( -50%, -50%);
	width: 640px;
	text-align: center;
	z-index: 2;
}
#movie > div > div {
	position: relative;
	z-index: 2;
}
#movie .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: none;
	z-index: 1;
}
#movie h2 {
	margin-bottom: 1em;
	line-height: 1;
	font-size: 2.4rem;
}
#movie h2 span {
	font-size: 1.8rem;
}
#movie .video {
	position: relative;
	width: 640px;
	margin: auto;
}
#movie .player {
	position: relative;
	background-color: #ccc;
}
#movie .player::before {
	display: block;
	padding-top: 54.6875%;
	content: '';
}
#movie .video_wrap,
#movie .video-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*#movie .player::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	background: url('../img/icon_play.png') no-repeat center center / contain;
	content: '';
}*/
.video-js .vjs-big-play-button {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#movie .btn_prev,
#movie .btn_next {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	margin: auto;
	cursor: pointer;
}
#movie .btn_prev {
	left: -70px;
}
#movie .btn_next {
	right: -70px;
}
#movie .btn_prev::before,
#movie .btn_next::before {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	content: '';
	transition: all 0.3s ease-out;
}
#movie .btn_prev::before {
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	transform: rotate(-45deg);
	left: 0;
}
#movie .btn_next::before {
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	right: 0;
}
#movie .btn_prev:hover::before {
	left: -10px;
}
#movie .btn_next:hover::before {
	right: -10px;
}
#movie .btn_close {
	position: absolute;
	bottom: -120px;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width:1023px) {
	#movie > div {
		box-sizing: border-box;
		top: 38%;
		padding: 0 25px;
		width: 100%;
	}
	#movie .bg {
		padding: 0;
	}
	#movie h2 {
		font-size: 1.5rem;
	}
	#movie h2 span {
		font-size: 1.1rem;
	}
	#movie .video {
		width: 100%;
	}
	#movie .btn_prev,
	#movie .btn_next {
		width: 20px;
		height: 20px;
		top: auto;
		bottom: -53px;
	}
	#movie .btn_prev,
	#movie .btn_prev:hover::before {
		left: 0;
	}
	#movie .btn_next,
	#movie .btn_next:hover::before {
		right: 0;
	}
	#movie .btn_prev::before {
		border-top: solid 2px #fff;
		border-left: solid 2px #fff;
	}
	#movie .btn_next::before {
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
	#movie .btn_close {
		bottom: -60px;
	}
	main #movie .btn_close {
		width: 33px;
		height: 33px;
	}
	main #movie .btn_close::before,
	main #movie .btn_close::after {
		height: 2px;
	}
}


#browser {
	display: none;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 500;
}
#browser strong {
	font-weight: 700;
	color: #fff;
}
.ie #browser {
	display: block;
}
.ie #scene,
.ie #light,
.ie #blur,
.ie #album_ttl,
.ie #enter,
.ie #select_index,
.ie #select {
	display: none;
}