@charset "utf-8";

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul li,
ol li {
	list-style: none;
}
html, body {
	background: #fff;
	height: 100%;
}
h1 {
	text-indent: -9999px;
	background: url('../images/logo.png') no-repeat;
	width: 163px;
	height: 49px;
	display: block;
	float: left;
}
header {
	width: 100%;
	min-width: 1200px;
	position: absolute;
	padding: 22px 30px 25px;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 1000;
}
header nav {
	padding: 14px 0 0 36px;
	float: left
}
header nav ul li {
	float: left;
	padding: 0 15px;
}
header aside {
	border-left: dotted 2px #400001;
	float: left;
	margin-top: 18px;
	margin-left: 12px;
	padding-left: 9px;
	height: 14px;
	display: block;
}
header aside ul li {
	float: left;
	padding: 0 0 0 12px;
	margin-top: -4px;
}
header nav ul li a,
header aside ul li a {
	background-image: url("../images/header_b.png");
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 25px;
	color: #420000;
}
header nav ul li.active a {
	border-bottom: solid 2px;
}
header nav ul li#hd1 a {
	background-position: 0 0;
	width: 41px;
}
header nav ul li#hd2 a {
	background-position: -70px 0;
	width: 114px;
}
header nav ul li#hd3 a {
	background-position: -206px 0;
	width: 94px;
}
header nav ul li#hd4 a {
	background-position: -270px 0;
	width: 91px;
}
header aside ul li.fb a {
	background-position: -350px 0;
	width: 21px;
}
header aside ul li.tw a {
	background-position: -381px 0;
	width: 21px;
}
header #collaboration {
	float: right;
	width: 182px;
	height: 49px;
	overflow: hidden;
	background: url("../images/by.png") 76px center no-repeat;
}
header #collaboration a.mos {
	float: left;
	margin-top: 2px;
}
header #collaboration a.mrd {
	float: right;
}
footer {
	width: 100%;
	min-width: 1200px;
	padding: 25px 30px 20px;
	position: static;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: #fff;
	z-index: 1001;
}
footer nav ul li {
	float: left;
	border-right: solid 1px #400001;
	padding: 0 10px;
}
footer nav ul li#ft1 {
	padding-left: 0;
}
footer nav ul li a {
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 10px;
}
footer nav ul li#ft1 a {
	background-position: 0 0;
	width: 115px;
}
footer nav ul li#ft2 a {
	background-position: -136px 0;
	width: 134px;
}
footer nav ul li#ft3 a {
	background-position: -289px 0;
	width: 76px;
}
footer nav ul li#ft4 a {
	background-position: -390px 0;
	width: 158px;
}
footer nav ul li#ft5 {
	background-position: -568px 0;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	border: none;
	display: block;
	text-indent: -9999px;
	height: 10px;
	width: 44px;
	cursor: pointer;
	margin-left: 10px;
}
footer nav ul li:hover {
	opacity: 0.5;
}
footer p.cr {
	text-indent: -9999px;
	background: url('../images/cr.png') no-repeat;
	width: 364px;
	height: 8px;
	display: block;
	float: right;
}
aside.banner {
	position: fixed;
	width: 273px;
	height: 72px;
	border-radius: 10px;
	display: block;
	right: 30px;
	bottom: 78px;
	z-index: 2001;
	background: #fff;
	opacity: 0;
}
aside.banner a:hover {
	opacity: 0.75;
}

section {
	margin-top: 96px;
}

/***** top *****/
.top {
	min-height: 600px;
}
.share {
	min-height: 800px;
	overflow: scroll;
}
.top header {
	position: absolute;
	background: none;
	z-index: 2000;
}

.top footer {
	position: fixed;
	background: none;
	display: block;
	z-index: 4000;
}

.share footer {
	position: fixed;
	display: block;
	z-index: 4000;
}

.top header aside {
	border-left: dotted 2px #fff;
}

.top header nav ul li a,
.top header aside ul li a {
	color: #fff;
	background-image: url("../images/header_w.png");
}

.top section,
.share section {
	margin-top: 0;
}

.top #stage {
	background: #ead451;
	min-height: 600px;
	height: 100%;
	position: relative;
}
.share #stage {
	height: 100%;
	position: relative;
}

#loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
}

article {
	height: 100%;
}

/**** video ****/
.vid {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 600px;
	height: 100%;
	opacity: 0;
}
.cov:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.01);
	width: 100%;
	height: 100%;
	z-index: 1500;
}
.vid .container {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	min-width: 1315px;
	min-height: 600px;
}
.vid .play_btn {
	background: url("../images/bt_play.png") no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -100px;
	width: 200px;
	height: 200px;
	display: block;
	z-index: 2000;
	cursor: pointer;
}
.vid h2 {
	position: absolute;
	left: 30px;
	bottom: 80px;
	z-index: 2500;
	opacity: 0;
}

.vmd, .rmd, .smd {
	width: 1px;
	height: 1px;
	background: rgba(0,0,0,0.95);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
}

.rmd {
	background: rgba(0,0,0,0.7);
}

aside.vmd iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -282px 0 0 -502px;
	opacity: 0;
}

aside .close {
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
}

aside .close:hover {
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.vmd .sns {
	background: url("../images/txt_share.png") center top no-repeat;
	width: 41px;
	height: 116px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -58px;
	padding-top: 22px;
}
.vmd .sns li a {
	text-indent: -9999px;
	width: 41px;
	height: 41px;
	display: block;
}
.vmd .sns li.tw a {
	background: url("../images/tw.png") no-repeat;
	margin-bottom: 10px;
}

.vmd .sns li.fb a {
	background: url("../images/fb.png") no-repeat;
}

/**** about ****/
#about {
	background: #9fd8eb;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-bottom: 40px;
}
#about h2 {
	width: 100%;
	text-align: center;
}
#about h2 img {
	margin-top: 67px;
}
#about .bnr {
	text-align: center;
	margin-top: 30px;
}
#about .bnr a {
	display: inline-block;
}
#backgrounds {
	width: 100%;
	min-width: 1200px;
}
li.last {
	/*float: none!important;*/
}
li.last:after {
	content: '';
	clear: right;
	display: block;
	height: 0;
	visibility: hidden;
}

/**** movies ****/
#movies {
	overflow-x: hidden;
}
#movies ul {
	width: -webkit-calc(100%);
	width: 	  -moz-calc(100%);
	width: 		   calc(101%);
	height: 100%;
	overflow: hidden;
}
#movies li {
	width: -webkit-calc(100% / 3);
	width: 	  -moz-calc(100% / 3);
	width: 		   calc(33.3%);
	height: -webkit-calc(100% / 3);
	height:    -moz-calc(100% / 3);
	height: 		calc(100% / 3);
	display: block;
	float: left;
	background-color: #f4f1ec;
	/*background-image: url('../images/cs.png');*/
	background-image: url('../images/logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
#movies li:nth-child(2n) {
	background-color: #ece6db;
}
#movies li img {
	width: 100%;
}
#movies li dd img {
	-moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
}
#movies li dd img:hover {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#movies li.movie,
#movies li.share_movie {
	cursor: pointer;
}
#movies li.movie:after,
#movies li.share_movie:after {
	background: url('../images/bt_play.png') no-repeat;
	-webkit-background-size: 80px 80px;
	   -moz-background-size: 80px 80px;
		-ms-background-size: 80px 80px;
			background-size: 80px 80px;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
	display: block;
}
#movies li dl dt {
	/*position: absolute;*/
}
#movies li dl dt img {
	width: auto;
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 500;
}
#movie_share {
	background: url('../images/history_bg.jpg');
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	background-size: 100% auto;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 600px;
	overflow: scroll;
}
#movie_share #yt {
	width: 800px;
	height: 540px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -270px 0 0 -400px;
	display: block;
}
#movie_share #yt p {
	margin-top: 30px;
	text-align: center;
}
#history {
	background: url('../images/history_bg.jpg');
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	background-size: 100% auto;
	padding-bottom: 100px;
}
#history div {
	/*background: url('../images/history_store.png') center bottom no-repeat;*/
}
#history dl {
/*	width: 1064px;/* 908px */
	margin: 0 auto;
	padding: 80px 0 0;
}
#history dl dt {
	text-align: center;
	margin-bottom: 30px;
}
#history dl dd {
	background: url('../images/history_divider.png') center bottom no-repeat;
	overflow: hidden;
	padding-bottom: 133px;
	width: 908px;
	margin: 0 auto 43px;
}
#history dl dd:last-child {
	padding-bottom: 50px; /* 300px */
	margin-bottom: 0;
	background: none;
	text-align: center;
}
#history dl dd img {
	float: left;
}
#history dl dd img:last-child {
	float: right;
}
#history dl dd.center {
	text-align: center;
}
#history dl dd.large {
	width: 1064px;
}
#history dl dd.center img {
	float: none;
}
#history .bnr {
	text-align: center;
}
#history .bnr a {
	display: inline-block;
}
#required {
	background: url('../images/required.png') no-repeat;
	width: 800px;
	height: 578px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -289px;
	opacity: 0;
}
