#movie{
	position: relative;
}
#mv {
	width: 100%;
	position: relative;
}
#mv ul.social{
	position:absolute;
	right:33px;
	top:33px;
	z-index:50;
}
#mv .modal{
	position: fixed;
	background-color:rgba(0,0,0,.4);
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:100;
}
#mv .modal .banner{
	width:602px;
	height:402px;
	position: absolute;
	left:50%;
	top:50%;
	margin:-201px 0 0 -301px;
	border:solid 1px #FFF;
}
#mv .modal p.bt{
	position: absolute;
	right:-10px;
	top:-10px;
	z-index:2;
}
#mv .modal dl{
	text-align:center;
	padding:35px 20px 20px;
	font-size:.8rem;
}

#mv .modal dl dt{
	margin-bottom:10px;
	font-weight: bold;
}

#mv .modal dl dd{
	line-height:1.2rem;
}

#mv .modal p.bt a.btn {
    display: block;
    background-color:#000;
    padding: 3px 0 0;
    text-align: center;
    position: relative;
    font-size: .8rem;
	width:26px;
	height:26px;
	margin:0 auto;
	color:#FFF;
	border-radius:50%;
}
#mv .modal p.bt a.btn:hover{
	text-decoration: none;
	background-color:#888;
}
/*
#mv .modal p.bt a.btn:before {
    right: 10px;
    top: 8px;
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
}
*/
#mv h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -94px 0 0 -165px;
	z-index: 20;
}
#mv ul li {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}
#mv2, #mv3 {
	display: none;
	z-index: 1;
}
#block-nav {
	width: 100%;
	margin-bottom:35px;
}
#block-nav ul {
	width: 100%;
	overflow: hidden;
	height: auto;
}
#block-nav ul li {
	float: left;
	padding: 0;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
}
#block-nav ul li a {
	display: block;
}
#block-nav ul li a:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#block-nav ul li:last-child {
	margin: 0;
}
#block-nav ul li a:hover img {
	opacity: .8;
}
#block-nav ul li .title {
	color: #FFF;
	border: solid 1px #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 180px;
	padding: 20px 0;
	text-align: center;
	font-size: 1.1rem;
	margin: -31px 0 0 -90px;
	z-index: 2;
}
#block-nav ul li .sub {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #FFF;
	font-size: .8rem;
	display: block;
	width: 180px;
	padding: 20px 0;
	text-align: center;
	margin: 15px 0 0 -90px;
	z-index: 2;
}
#block-nav ul li .t1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -92px;
}
#block-nav ul li .t3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -92px;
}
#cob {
	width: 1099px;
	margin: 100px auto;
	padding: 0;
	position: relative;
}
#cob h2 {
	position: absolute;
	left: 180px;
	top: 100px;
}
#cob ul {
	overflow: hidden;
	height: auto;
}
#cob ul li {
	float: left;
	margin-right: 30px;
}
#cob ul li:last-child {
	margin: 0;
}

.banner{
	width:720px;
	margin:0 auto 35px;	
}

.banner p{
	margin-bottom:30px;
	text-align:center;
}

.banner ul{
	text-align: center;
}

.banner ul li{
	display:inline-block;
	margin:0 10px;
}
.banner ul li a:hover{
	opacity:.8;
}

@media (max-width: 767px) {
#mv ul.social{
	position:absolute;
	right:5%;
	top:15px;
	z-index:3;
}
#mv ul.social li{
	width:100%;
}
#mv h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15% 0 0 -25%;
	z-index: 5;
	width: 50%;
}
#mv .modal{
}
#mv .modal .banner{
	width:90%;
	height:auto;
	margin:0;
	padding:0;
	  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
#mv .modal p.close{
	position: absolute;
	right:10px;
	top:10px;
}
#mv .modal dl{
	text-align:center;
	padding:20px 5% 10px;
	font-size:.7rem;
	line-height:.9rem;
}

#mv .modal dl dt{
	margin-bottom:10px;
}
#mv .modal dl dd{
	font-size:.7rem;
	line-height:1rem;
}

#mv .modal p.bt a.btn {
    display: block;
    background-color:#000;
    padding: 7px 0 0;
    text-align: center;
    position: relative;
    font-size: .8rem;
	width:26px;
	height:26px;
	margin:0 auto;
	color:#FFF;
	border-radius:50%;
}
	
#mv .modal p.bt a.btn img{
	width:12px;
	height:12px;
}


	
#block-nav {
	width: 100%;
	margin-bottom:8%;
}
#block-nav ul {
	width: 100%;
	overflow: hidden;
	height: auto;
	margin: 1% 0 0;
}
#block-nav ul li {
	float: left;
	padding: 0;
	width: 49.5%;
	margin: 0 0 1.1%;
	overflow: hidden;
	position: relative;
}
#block-nav ul li:nth-child(even) {
	float: right;
	width: 49.5%;
}
#block-nav ul li:after {
	background-color: rgba(0,0,0,0.5);
}
#block-nav ul li .title {
	color: #FFF;
	border: solid 1px #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70%;
	padding: 6% 0;
	text-align: center;
	font-size: .9rem;
	margin: -20% 0 0 -35%;
}
#block-nav ul li .sub {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #FFF;
	font-size: .6rem;
	display: block;
	width: 100%;
	padding: 0 0;
	text-align: center;
	margin: 5% 0 0 -50%;
}
#block-nav ul li .t1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -92px;
}
#block-nav ul li .t3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -92px;
}
#cob {
	width: 100%;
	margin: 5% auto 10%;
	padding: 0;
	position: relative;
}
#cob h2 {
	position: static;
	width: 50%;
	margin: 0 auto 5%;
}
#cob ul {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: -webkit-box;
	display: box;
}
#cob ul li {
	float: none;
	margin: 0 1% 0 0;
	-webkit-box-flex: 1;
	box-flex: 1;
	width: 100%;
}
#cob ul li:last-child {
	margin: 0;
}
.banner{
	width:70%;
	margin:0 auto 8%;
	
}
.banner ul{
}
.banner ul li{
	width:100%;
	display:block;
	margin:0 0 15px;
}

}
