@charset "UTF-8";

#contents {
	background: url(../about/images/bg.jpg) center top repeat-y;
}
@media screen and (min-width: 1367px) {
	#contents {
		background-size: cover;
	}
}
/* ========================================
	contents
======================================== */
.h1-title {
	padding-top: 60px;
	margin-bottom: 34px;
	text-align: center;
}
.about-copy {
	text-align: center;
}

#area1 {
	height: 500px;
}
#about-slider {
	position: absolute;
	top: 5px;
	left: -5px;
}
.about-image {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.about-image:first-child {
	opacity: 1;
}
.about-text {
	position: absolute;
	top: 55px;
	right: 0;
}


/* ========================================
	story
======================================== */
.story {
	position: relative;
	height: 768px;
	background-color: #333;
}
.story__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#story__video {
	width: 100%;
	height: auto;
}
.story__poster {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.no-js .story__poster {
	display: block;
}
.story__poster-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: center center no-repeat;
	background-size: cover;
}
.story__poster-item--01 {
	display: block;
	background-image: url(../about/images/movie_poster01.jpg);
}
.story__poster-item--02 {
	background-image: url(../about/images/movie_poster02.jpg);
}
.story__poster-item--03 {
	background-image: url(../about/images/movie_poster03.jpg);
}
.story__poster-item--04 {
	background-image: url(../about/images/movie_poster04.jpg);
}
.story__poster-item--05 {
	background-image: url(../about/images/movie_poster05.jpg);
}
.story__dot {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../about/images/movie_dot.png) repeat;
}
.story__front {
	position: relative;
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.story__title-wrap {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	text-align: center;
}
.isWiiU .story__title-wrap {
	display: none;
}
.story__title.is-fixed {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
}
.story__copy {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 698px;
	height: 263px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.story__copy p {
	position: absolute;
	top: 0;
}
.story__copy-text1 {
	right: 0;
}
.story__copy-text2 {
	right: 120px;
}
.story__copy-text3 {
	right: 280px;
}
.story__copy-text4 {
	left: 200px;
}
.story__copy-text5 {
	left: 80px;
}
.story__copy-text6 {
	left: 0;
}

.story__btn {
	position: absolute;
	bottom: 80px;
	left: 50%;
	width: 600px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	text-align: center;
}
.story__btn li {
	display:  inline-block;
	margin: 0 10px;
}

/* ========================================
	modal
======================================== */
.modal-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	cursor: pointer;
}
.modal {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9999;
	padding-top: 50px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.modal__close {
	position: absolute;
	top: 0;
	right: 10px;
}
.no-js .modal:target {
	position: fixed;
	width: 100%;
	height: 100%;
}

/* ========================================
	modal history
======================================== */

.no-js #history:target {
	display: block;
}
.no-js #history:target ~ .modal-bg {
	display: block;
}
.history__inner {
	position: relative;
}
h2#v-title{
	text-align: center;
	margin-bottom: 40px;
}
#history{
	width: 900px;	
}
#history-wrap01{
	width: 900px;
	margin:0 auto;
	background:url(../about/images/bg01.png) no-repeat center top;
	padding-top:51px;
}
#valencia{
	text-align: center;
	background:url(../about/images/bg02.png) no-repeat center top;
}
#history-wrap02{
	background:url(../about/images/bg03.png) no-repeat center bottom;
	padding-bottom: 87px;
}
#history-h{
	width: 760px;
	height: 151px;
	padding-left:287px;
	overflow: hidden;
	margin:0 auto;
	background:url(../about/images/history_img01.jpg) no-repeat left top;
}
#history-h h2{
	margin-bottom: 18px;
}
#valencia h3{
	padding:25px 0 20px 88px;
	margin-top: 50px;
	text-align: left;
	background:url(../about/images/line.jpg) no-repeat center top;
}
#valencia-bg01 ul{
	background:url(../about/images/line_y.jpg) no-repeat 232px 6px;
}
#valencia-bg02 ul{
	background:url(../about/images/line_y.jpg) no-repeat 232px bottom;
}
#valencia-bg02{
	background:url(../about/images/bg02b.png) no-repeat center top;
}
#valencia-txt01{
	padding-bottom: 7px;
}
#valencia-txt02{
	padding-bottom: 25px;
}
#valencia-txt03, #valencia-txt04, #valencia-txt05, #valencia-txt06{
	padding-bottom: 44px;
}
#btn-back{
	text-align: center;
	padding:20px 0 40px 0;
}