@charset "UTF-8";

body {
    background: url(../images/bg.jpg);
}

/*====================================

    section

====================================*/ 

section {
}
section > .inner h2,
section > .inner_wide h2 {
    text-align: center;
    width: 200px;
    margin: 0 auto 20px;
    display: block;
}

/*====================================

    main

====================================*/ 

.main {
    width: 100%;
    padding: 30px;
}

/*====================================

    top_banner

====================================*/ 

.top_banner {
    padding: 0 30px;
    margin-top: -20px;
    margin-bottom: 20px;
}

/*====================================

    movie

====================================*/ 

#movie {
    background: url(../images/bg_y.jpg);
    padding: 40px 20px;
    position: relative;
}
#movie .fumakilla_man_yoko {
    position: absolute;
    top: -20px;
    left: -7px;
    width: 40px;
    height: 70px;
    background: url(../images/fumakilla_man_yoko_hover.png) no-repeat;
    background-size: 100%;
}
#movie .inner {
}
#movie .inner ul {
    margin-bottom: 40px;
}
#movie .inner ul li {
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #0097e0;
}
#movie .inner ul li:last-child {
    margin-bottom: 0px;
}
#movie .inner ul li .commongsoon_icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    background: rgba(255,255,255,.8);
}
#movie .inner ul li .commongsoon_icon span {
    background: url(../images/btn_commingsoon.svg) no-repeat center center;
    background-size: 40%;
    display: block;
    width: 100%;
    height: 100%;
}
#movie .inner ul li a,
#movie .inner ul li .commongsoon {
    display: table;
    text-decoration: none;
    color: #000;
    zoom:1;
    position: relative;
}
#movie .inner ul li a .ph,
#movie .inner ul li .commongsoon .ph {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
}
#movie .inner ul li a .text,
#movie .inner ul li .commongsoon .text {
    width: 55%;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    color: #0097e0;
    padding-left: 1em;l
}
#movie .inner .wrap_ntv {
    width: 100%;
    border: 2px solid #0097e0;
    position: relative;
}
#movie .inner .wrap_ntv .ph {
    text-align: center;
    width: 100%;
    background: url(../images/bg.jpg);
}
#movie .inner .wrap_ntv .ph .ttl {
    display: table;
    width: 100%;
    padding: 8px 20px;
}
#movie .inner .wrap_ntv .ph .ttl .cell:first-child {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}
#movie .inner .wrap_ntv .ph .ttl .cell:last-child {
    display: table-cell;
    vertical-align: middle;
}
#movie .inner .wrap_ntv .ph p {
    width: 100%;
    text-align: left;
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
}
#movie .inner .wrap_ntv .text {
    background: #fff;
    width: 100%;
    padding: 20px;
}
#movie .inner .wrap_ntv .text dl {
    border-bottom: 1px solid #eee;
    width: 100%;
}
#movie .inner .wrap_ntv .text dl dt {
    vertical-align: middle;
    width: 100%;
    font-weight: bold;
    color: #0097e0;
    text-align: left;
    font-size: 90%;
    margin-bottom: -4px;
}
#movie .inner .wrap_ntv .text dl dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 100%;
    width: 100%;
}
#movie .inner .wrap_ntv .narration {
    width: 90px;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
}
#banner {
    padding: 0 20px;
}

/*====================================

    special

====================================*/ 

#special {
    padding: 40px 20px;
}
#special .inner {
}
#special .inner ul {
    width: 100%;
}
#special .inner ul li {
    width: 100%;
    position: relative;
    background: url(../common/images/logo_playactive_w.svg) no-repeat center center #eee;
    background-size: 70%;
    margin-bottom: 20px;
}
#special .inner ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    zoom:1;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#special .inner ul li a:hover {
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    zoom:1;
}
#special .inner ul li a img {
    line-height: 0em;
    display: block;
}
