/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: bottom;
}
/* all */
* {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
html,
body {
    height: 100%;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
    color: #000;
    background: #fff;
    min-width: 1220px;
    _display: inline;
    _zoom: 1;
    -webkit-font-smoothing: antialiased;
}
/* HTML5 tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
a:link {
    text-decoration: none;
    color: #333;
    font-weight: normal;
}
a:visited {
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #333;
}
a:active {
    color: #333;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End Hack */
li {
    list-style: none;
}
::-webkit-input-placeholder {
    color: #333;
}
:-moz-placeholder {
    color: #333;
}
h2 {
    word-break: break-all;
}
h3 {
    font-size: 170%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 0.8em 0;
    color: #000;
    word-break: break-all;
}
h3 span {
    padding: 0 1em 0 0;
}
p {
    font-size: 130%;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    word-break: break-all;
}
#container {
    background: url(../img/common/main_bg.gif) center 60px no-repeat #1a2000;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
/* Header
-----------------------------------------*/
header {
    background: url(../img/common/head_spacer.gif) left top repeat-y #00434f;
}
#header {
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
h1 {
    margin: 0;
    padding: 0;
    float: left;
    width: 215px;
    height: 90px;
    background: #fff;
}
h1 img {
    margin: 15px 0 10px 0;
    width: 140px;
    height: auto;
}
h1 span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #005b6a;
}
.button-toggle {
    display: none;
}
#top_nav {
    float: right;
    height: 90px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005b6a+45,00434f+100 */
    background: #005b6a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #005b6a 45%, #00434f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #005b6a 45%, #00434f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #005b6a 45%, #00434f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#005b6a', endColorstr='#00434f', GradientType=1);
    /* IE6-9 */
}
#top_nav li {
    font-size: 15px;
    font-weight: bold;
    width: 139px;
    float: left;
    text-align: center;
    height: 90px;
    line-height: 1.5;
    border-right: 1px #58818d solid;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
}
#top_nav span {
    font-size: 11px;
    display: block;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0;
}
#top_nav li a {
    padding: 30px 0 0;
    height: 60px;
    display: block;
    color: #fff;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
#top_nav li a:hover {
    background: #387f8b;
}
.active {
    background: url(../img/common/header_nav_active.png) 23px 67px no-repeat;
}
.active:hover {
    background: url(../img/common/header_nav_active.png) 23px 67px no-repeat!important;
}
.active a:hover {
    background: transparent!important;
}
#dropmenu {
    width: 139px;
    margin: 0;
    padding: 0;
}
#dropmenu li {
    position: relative;
    width: 100%;
    height: 60px!important;
    margin: 0!important;
    padding: 30px 0 0!important;
    text-align: center;
    display: block!important;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5!important;
    text-decoration: none;
}
#dropmenu li span {
    font-size: 11px;
    display: block;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0;
}
#dropmenu li ul {
    list-style: none;
    position: absolute!important;
    z-index: 1000;
    top: 90px!important;
    left: 0;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    width: 240px;
}
#dropmenu li ul li {
    overflow: hidden!important;
    width: 120px;
    margin: 0!important;
    padding: 0!important;
    height: 0!important;
    color: #fff;
    background: #005b6a!important;
    border: none!important;
}
#dropmenu li ul li a {
    display: block!important;
    margin: 0!important;
    padding: 0 5px!important;
    text-align: center;
    line-height: 34px!important;
    font-weight: bold!important;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    border-top: 1px #58818d solid;
    border-right: 1px #58818d solid;
    height: 34px!important;
    background: #005b6a;
}
#dropmenu li ul li:last-child a {
    border-right: none;
}
#dropmenu li ul li span {
    background: url(../img/common/link_allow_white.png) no-repeat right center;
    display: inline-block;
    padding: 0 15px 0 0;
    font-weight: bold!important;
    font-size: 12px!important;
}
#dropmenu li:hover ul li {
    overflow: visible!important;
    height: 34px!important;
    background: #387f8b!important;
}
.main_nav {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 10px 15px;
    position: relative;
}
.main_nav a {
    float: left;
    width: 197px;
    margin: 0 15px 0 0;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    filter: alpha(opacity=60);
    -ms-filter: alpha(opacity=60);
    opacity: 0.6;
    display: block;
}
.btn_active a {
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    opacity: 1.0;
}
.main_nav li img {
    width: 100%;
    height: auto;
}
/* TopPage Slider
----------------------------------------------------------- */
.slider_bg {
    background: #eee;
    position: relative;
    border-top: 2px #ccc solid;
    border-bottom: 2px #ccc solid;
}
.slider_outer {
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px 0;
}
.slider {
    height: 276px;
    margin: 0 0 0 48px;
}
.slide {
    height: 256px;
    padding: 10px 0;
}
.poster_cell {
    width: 258px;
    margin: 0 10px 0 0;
    float: left;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    padding: 5px;
}
.poster_cell:hover {
    background: #fff;
}
.main_poster {
    float: left;
    width: 174px;
    height: 246px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.main_poster li {
    width: 174px;
    height: 246px;
    overflow: hidden!important;
    text-align: center;
    top: -10px;
    display: table-cell;
    vertical-align: middle!important;
    margin: 0 auto;
    padding: 0;
}
.main_poster li img {
    text-align: center;
    margin: 0 auto;
    width: 174px;
    height: auto;
    max-height: none;
    max-width: none;
}
/* IE7以前向け */
head
/* */
body .main_poster li img {
    text-align: center;
    margin: 0 auto;
    width: 174px;
    height: auto;
    max-height: none;
    max-width: none;
}
/* IE8向け */
html:not(:target) .main_poster li img {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    max-height: 246px;
    max-width: 174px;
}
/* モダンブラウザ向け */
.poster_caption {
    float: right;
    width: 76px;
    font-size: 12px;
    line-height: 1.6;
}
.poster_caption p {
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 85px 5px 0 0;
    overflow: hidden;
    height: 79px;
    color: #333;
}
.btn_details {
    background: #222;
}
.icon_info {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 10px 20px;
    font-size: 13px;
}
.schedule_text {
    width: 356px;
    height: 69px;
    background: url(../img/top/schedule_bg.png) no-repeat center center;
    text-align: center;
    float: left;
    margin: 12px 20px 0 0;
}
.schedule_text img {
    width: 164px;
    height: auto;
    margin: 13px 20px 0 0;
}
.this_week,
.next_week {
    float: left;
    margin: 0 15px 0 0;
    width: 100px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.this_week:hover,
.next_week:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.this_week img,
.next_week img {
    width: 100%;
    height: auto;
}
.ticket_link {
    float: right;
    width: 530px;
    margin: 5px 0 0 0;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    border: 1px #333 solid;
}
.ticket_link:hover {
    border: 1px #fff solid;
}
.ticket_link img {
    width: 100%;
    height: auto;
}
/* トピックス詳細 */
#topics_bg {
    margin: 0 auto;
    background: #eee;
}
#topics_all {
    padding: 20px 10px 10px;
    width: 1200px;
    margin: 0 auto;
}
.topics_title {
    color: #005b6a;
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
    background: url(../img/top/news-topics-bar.png) no-repeat left bottom;
    height: 58px;
    padding: 0;
}
#topics_area {
    width: 725px;
    margin: 0;
    padding: 0;
    float: left;
}
.topics_inner {
    background: #fff;
    padding: 15px 25px;
    min-height: 200px;
}
.topics_cell {
    margin: 0 0 1.6em;
}
.topics_cell ul {
    margin: 0 0 5px;
}
.topics_cell li {
    float: left;
}
.topics_day {
    height: 17px;
    line-height: 17px;
    margin: 0;
    font-weight: normal;
    width: 9em;
    font-size: 12px;
    color: #666;
}
.topics_new {
    margin: 0 6px 0 0;
}
.topics_new img {
    width: 56px;
    height: auto;
}
.topics_cell p {
    font-size: 15px;
}
.topics_cell p a {
    text-decoration: underline;
}
.topics_cell p a:hover {
    text-decoration: none;
}
.social_btn {
    border-bottom: 5px #005b6a solid;
    margin: 0 0 15px;
    padding: 10px 0 0 120px;
    height: 29px;
}
.fb-like {
    margin: 0 10px 0 0;
}
#topics_banner {
    width: 425px;
    float: right;
}
#topics_banner li {
    margin: 0 0 10px;
}
#topics_banner li img {
    width: 425px;
    height: auto;
}
.bottom_banner {
    border-top: 5px #005b6a solid;
    margin: 15px 0 0;
    padding: 15px 0 0;
}
/* To TopPage
----------------------------------------------------------- */
.pagetop {
    clear: both;
    width: 1200px;
    margin: 0 auto 0;
    padding: 15px 0 20px;
    text-align: right;
    clear: both;
    cursor: pointer;
}
#pagetop_sp {
    display: none;
}
/*Footer
----------------------------------------------------------- */
footer {
    border-top: 1px #333 solid;
    background: #1a2000;
}
#footer {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 10px 50px 10px;
    color: #fff;
    font-size: 13px;
    background: #1a2000;
}
#footer a {
    color: #fff;
    font-weight: normal;
}
#footer ul {
    width: 800px;
    float: left;
}
#copyright {
    text-align: right;
    padding: 2px 0 0;
    font-size: 11px;
    float: right;
    width: 350px;
}
#footer li {
    background: url(../img/common/link_mark.png) left center no-repeat;
    margin: 0 2em 0 0;
    padding: 0 0 0 18px;
    float: left;
}
/*パンくず
----------------------------------------------------------- */
.pankuzu {
    color: #919191;
    font-size: 12px;
    margin: 0 0 30px;
}
.pankuzu li {
    float: left;
}
.pankuzu li a {
    color: #fff;
    background: url(../img/common/pankuzu_allow.png) right center no-repeat;
    margin: 0 0.7em 0 0;
    padding: 0 1em 0 0;
}
.pankuzu li a:hover {
    text-decoration: underline;
}
/*作品一覧ページ
----------------------------------------------------------- */
.movie_list {
    margin: 0 0 -1px;
    padding: 20px 0 15px;
    border-top: 1px #666 solid;
    border-bottom: 1px #666 solid;
    position: relative;
}
.movie_list h3 {
    font-size: 15px!important;
}
.movie_list_photo {
    display: table-cell;
    border-right: 20px transparent solid;
    vertical-align: top;
}
.movie_list_photo li {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
.movie_list_photo img {
    text-align: center;
    margin: 0 auto;
    width: 200px;
    height: auto;
    max-height: none;
    max-width: none;
}
/* IE7以前向け */
head
/* */
body .movie_list_photo img {
    text-align: center;
    margin: 0 auto;
    width: 200px;
    height: auto;
    max-height: none;
    max-width: none;
}
/* IE8向け */
html:not(:target) .movie_list_photo img {
    text-align: center;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 116px;
    max-width: 200px;
}
/* モダンブラウザ向け */
.movie_list_info {
    color: #333;
    display: table-cell;
    width: 680px;
    padding: 0 10px 0 0;
}
.movie_list_info h4 {
    position: absolute;
    right: 5px;
    top: 20px;
    color: #e96800;
    border: 2px #e96800 solid;
    font-weight: bold!important;
    font-size: 12px;
    line-height: 1!important;
    text-align: center;
    padding: 4px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 120px;
}
.movie_list_btn {
    display: table-cell;
    vertical-align: bottom;
    width: 130px;
}
.movie_list_btn li {
    width: 100%;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    background: #005b6a;
    margin: 0 0 5px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.movie_list_btn li img {
    width: 38px;
    height: auto;
    vertical-align: middle;
}
.movie_list_btn li:hover {
    background: #1a2000;
}
.movie_list_btn li a {
    padding: 10px 0;
    height: 20px;
    line-height: 20px;
    color: #fff;
    display: block;
    font-weight: bold;
}
.movie_info_s {
    margin: 10px 0 0;
}
.movie_info_s ul {
    margin: 0 0 5px;
}
.movie_info_s li {
    float: left;
}
.info_left_s {
    display: inline-block;
    background: #919191;
    width: 100px;
    height: 16px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #1a2000;
    line-height: 16px;
    margin: 0 10px 0 0;
    padding: 0;
}
.info_right_s {
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
    width: 565px;
}
/*PAGER
----------------------------------------------------------- */
.pager {
    clear: both;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    margin: 30px 0 0 0;
}
.pager li {
    display: inline;
    color: #999;
}
.pager li span {
    display: inline-block;
    padding: 4px 6px;
    border: 1px #ccc solid;
}
.pager li span.now {
    display: inline-block;
    padding: 4px 6px;
    border: 1px #ccc solid;
    background-color: #eee;
    font-weight: bold;
}
.pager li span.dot {
    display: inline-block;
    padding: 4px 6px;
    border: none;
    font-weight: bold;
}
.pager li a {
    display: inline-block;
    padding: 4px 6px;
    border: 1px #ccc solid;
}
.pager li a:hover {
    background-color: #005b6a;
    color: #fff;
}
/*作品詳細ページ
----------------------------------------------------------- */
#movie_bg {
    padding: 20px 0 0;
}
.movie_Area {
    width: 1120px;
    margin: 0 auto;
    padding: 10px 40px 0;
    color: #fff;
}
#movie_bg h2 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 5px;
}
#movie_bg h2 span {
    padding: 0 0.5em 0 0;
}
.date_and_now {
    font-size: 16px!important;
    line-height: 1!important;
    background: #e96800;
    vertical-align: middle;
    padding: 5px 10px!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    white-space: nowrap;
}
#movie_bg p {
    color: #fff;
    font-size: 14px;
}
.left_area {
    float: left;
    width: 400px;
    margin: 35px 0 0;
}
.movie_photo {
    width: 400px;
    text-align: center;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 50px;
}
.movie_photo img {
    text-align: center;
    margin: 0 auto;
    width: 400px;
    height: auto;
    max-height: none;
    max-width: none;
}
/* IE7以前向け */
head
/* */
body .movie_photo img {
    text-align: center;
    margin: 0 auto;
    width: 400px;
    height: auto;
    max-height: none;
    max-width: none;
}
/* IE8向け */
html:not(:target) .movie_photo img {
    text-align: center;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 300px;
    max-width: 400px;
}
/* モダンブラウザ向け */
.youtube {
    width: 400px;
    margin: 0 0 20px;
}
.youtube>iframe {
    width: 400px;
    height: 225px;
}
.right_area {
    float: right;
    width: 680px;
    margin: 35px 0 0;
}
.right_area h3 {
    font-size: 18px;
    color: #919191;
    vertical-align: bottom;
    border: 1px #919191 solid;
    margin: 0 0 25px;
    padding: 3px 20px;
    display: inline-block;
}
.right_area p {
    color: #fff;
    font-size: 14px!important;
    line-height: 1.8;
    margin: 0;
    padding: 0 0 1em;
}
.movie_info {
    margin: 60px 0 0;
}
.movie_info ul {
    margin: 0 0 20px;
}
.movie_info li {
    float: left;
}
.info_left {
    display: inline-block;
    background: #919191;
    width: 100px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #00001f;
    line-height: 20px;
    margin: 0 15px 0 0;
    padding: 0;
}
.info_right {
    padding: 2px 0;
    font-size: 13px;
    line-height: 1.4;
    width: 565px;
}
.social_btn_page {
    margin: 20px 0 10px;
    width: 400px;
    float: left;
}
.sa_social,
.ea_social {
    margin: 0 0 40px;
}
.internet_ticket {
    margin: 40px 0 20px;
}
.internet_ticket li {
    width: 500px;
    font-size: 0;
    margin: 0;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    border: 1px #333 solid;
}
.internet_ticket li:hover {
    border: 1px #fff solid;
}
.internet_ticket li img {
    width: 100%;
    height: auto;
}
/*ニュース＆トピックス詳細ページ
----------------------------------------------------------- */
#nnt_bg {
    padding: 20px 0 0;
}
.nnt_Area {
    width: 1120px;
    margin: 0 auto;
    padding: 10px 40px 0;
}
.nnt {
    background: #fff;
    margin: 0;
    padding: 25px 40px 35px;
    min-height: 400px;
}
.text_area {
    padding: 0;
    overflow: auto!important;
}
.text_area p {
    font-size: 14px!important;
}
.text_area span {
    font-size: 12px!important;
}
.nnt p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    padding: 0 0 1em;
}
.redat {
    color: #960000;
    display: block;
    font-size: 85%;
    font-weight: bold;
}
.icon_info_page {
    margin: 0 0 25px;
    padding: 0;
    font-size: 13px;
    color: #999;
    vertical-align: middle;
}
.icon_info_page li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.icon_info_page img {
    margin: 0 10px 0 0;
    height: 40px;
    vertical-align: middle;
}
.smalltext {
    color: #333;
    display: block;
    font-size: 75%;
    margin-bottom: 1.5em;
}
.nnt_cat {
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
}
.nnt_cat a {
    margin-left: 1.5em;
    color: #fff;
}
#theater_select_area {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.theater_btn h2 {
    float: left;
    margin: 0 30px 0 0!important;
}
#theater_select {
    float: left;
}
#theater_select li {
    float: left;
    cursor: pointer;
    max-width: 220px;
    height: 31px;
    margin: -3px 10px 0 0;
    display: block;
}
.movie_select {
    float: right;
}
.movie_select li {
    float: left;
    background: #005c6b;
    margin: -3px 0 0 10px;
    filter: alpha(opacity=60);
    -ms-filter: alpha(opacity=60);
    opacity: 0.6;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.movie_select li a {
    color: #fff;
    font-size: 13px;
    font-weight: bold!important;
    display: block;
    width: 150px;
    height: 31px;
    line-height: 31px!important;
    text-align: center;
}
.movie_select li a span {
    padding: 0 15px 0 0!important;
    background: url(../img/common/link_allow_white.png) no-repeat right center;
}
.theater_btn li:hover {
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    opacity: 1.0;
}
.theater_active,
#theater_select li:hover,
#theater_select li.active {
    filter: alpha(opacity=100)!important;
    -ms-filter: alpha(opacity=100)!important;
    opacity: 1.0!important;
}
.cinema01 {
    width: 219px;
    height: 31px;
    background: url(../img/movie/btn_cinema_pc_01.png) no-repeat right center;
    background-size: 100%;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    filter: alpha(opacity=60);
    -ms-filter: alpha(opacity=60);
    opacity: 0.6;
}
.cinema02 {
    width: 219px;
    height: 31px;
    background: url(../img/movie/btn_cinema_pc_02.png) no-repeat right center;
    background-size: 100%;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    filter: alpha(opacity=60);
    -ms-filter: alpha(opacity=60);
    opacity: 0.6;
}
.cinema01 img,
.cinema02 img {
    width: 219px;
    height: 31px;
}
.cinemaall {
    width: 95px;
    height: 31px;
    background: url(../img/movie/btn_cinema_pc_all.png) no-repeat right center;
    background-size: 100%;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    filter: alpha(opacity=60);
    -ms-filter: alpha(opacity=60);
    opacity: 0.6;
}
.cinemaall img {
    width: 95px;
    height: 31px;
}
.nnt_title {
    margin: 0 0 30px;
    padding: 0 0 15px;
    border-bottom: 1px #ccc solid;
}
.nnt_service h2 {
    color: #005b6a;
    font-weight: bold;
    font-size: 30px !important;
}
.nnt_service h3 {
    color: #005b6a;
    font-weight: bold;
    font-size: 20px !important;
}
.nnt_service h4 {
    color: #005b6a;
    font-weight: bold;
    font-size: 15px !important;
}
.nnt_subtitle {
    color: #ffff33;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    background: #005b6a;
    padding: 10px;
}
table.service_cell {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.service_cell td,
table.service_cell th {
    color: #000;
    border: 1px #999 solid;
    padding: 5px 5px;
    line-height: 1.6;
}
.servise_cel-t {
    width: 50%;
    vertical-align: middle;
    font-size: 16px;
}
.servise_cel-m {
    text-align: center;
    font-size: 16px;
}
.servise_cel-y {
    text-align: center;
    font-size: 16px;
}
#nnt_bg h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
#nnt_bg h3 {
    font-size: 29px;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#nnt_bg h3 span {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
.nnt_photo {
    width: 320px;
    margin: 0 40px 0 0;
    font-size: 0;
    float: left;
}
.nnt_photo img {
    width: 320px;
    height: auto;
    margin: 0 0 30px 0;
}
.nnt_photo img:last-child {
    margin: 0;
}
.nnt_photo2 {
    width: 640px;
    margin: 0;
    font-size: 0;
    float: left;
}
.nnt_photo2 img {
    width: 300px;
    height: auto;
    margin: 0 20px 30px 0;
}
.td_onp {
    margin: 20px 0 0 0;
    font-size: 13px;
    line-height: 1;
    width: 630px;
    float: left;
}
.td_onp li {
    margin: 0 0 15px 0;
}
.td_onp li a {
    text-decoration: underline;
}
.td_out {
    background: url(../img/common/link_mark_black.png) no-repeat left center;
    padding: 5px 0 3px 1.7em;
}
.td_pdf {
    background: url(../img/common/icon_pdf.gif) no-repeat left center;
    padding: 5px 0 3px 1.7em;
}
/* チケット案内 */
.text_area h3 {
    margin: 0 0 15px!important;
    padding: 0 0 5px!important;
    border-bottom: 5px #005b6a solid;
    color: #005b6a;
    font-size: 22px!important;
}
.text_area h3 img {
    width: 200px;
    height: auto;
    margin: 0 0 5px;
}
.ticket_area {
    margin: 30px 0 0;
    clear: both;
}
.ti_space {
    padding: 30px 0 0;
}
.ticket_area h4 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px #000 solid;
    margin: 0 0 30px;
    padding: 0 0 10px;
}
.ticket_area h4 span {
    border-left: 6px #000 solid;
    padding: 0 0 0 8px;
}
.ticket_caveat {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    margin: 0 0 30px;
}
.ticket_caveat a {
    font-weight: bold;
    color: #ff0000;
    text-decoration: underline;
}
.ticket_inner {
    width: 840px;
    margin: 0 auto 60px;
}
.ticket_left {
    float: left;
    width: 100px;
    height: 100px;
    font-weight: bold;
    font-size: 15px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    background: #005b6a;
    margin: 0 20px 0 0;
    padding: 10px;
}
.tl_two {
    line-height: 1.5;
    text-align: center;
    height: 70px;
    padding: 40px 10px 10px;
}
.tl_three {
    line-height: 1.5;
    text-align: center;
    height: 70px;
    padding: 25px 10px 25px;
}
.ticket_right {
    float: left;
    width: 700px;
}
.cel-t {
    width: 35%;
    font-weight: bold;
    font-size: 14px;
}
.cel-m {
    width: 50%;
    font-size: 13px;
}
.cel-y {
    width: 15%;
    text-align: right;
    vertical-align: middle!important;
    font-weight: bold;
    font-size: 14px;
}
.cel-o {
    width: 35%;
    font-weight: bold;
    font-size: 14px;
}
.cel-o span {
    font-size: 12px;
}
.cel-ob {
    width: 65%;
    font-weight: normal;
    font-size: 13px;
}
.cel-ob li {
    margin: 0.5em 0 0;
}
.cel-ob span {
    width: 7em;
    font-weight: bold;
    display: inline-block;
}
.muvichike_bg {
    border: 1px #999 solid;
    margin: 10px 0;
    padding: 15px 20px 5px!important;
}
.muvichike_at {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 0.7em!important;
    padding: 0!important;
}
.muvichike_at_s {
    font-size: 12px!important;
    line-height: 1.6!important;
    padding: 0 0 0.5em!important;
    text-indent: 0!important;
    word-break: normal;
}
.real_d {
    width: 110px;
    margin: 0 0 0 30px;
    float: right;
}
.real_d img {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
}
table.ticket_cell {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.ticket_cell p {
    font-size: 13px;
    padding-left: 1em;
    text-indent: -1em;
}
table.ticket_cell p:last-child {
    padding-bottom: 0;
}
table.ticket_cell td,
table.ticket_cell th {
    border-bottom: 1px #999 solid;
    padding: 5px 10px;
    vertical-align: top;
    line-height: 1.6;
}
.ticket_at p {
    margin: 0 0 0.5em;
    padding: 0 0 0 1em;
}
.example p {
    margin: 0 0 0.2em 1em!important;
    font-size: 12px!important;
}
.example p:last-child {
    margin-bottom: 1em!important;
}
.member_area {
    background: #eee;
    margin: 0 auto;
    padding: 20px 30px;
    width: 774px;
    border: 3px #005b6a solid;
}
.member_price {
    color: #005b6a;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 15px;
}
.member_price span {
    font-size: 16px;
}
.member_area p {
    margin: 0!important;
    padding: 0 0 0.2em!important;
    font-weight: bold;
}
.mp_at {
    font-size: 13px!important;
    font-weight: normal!important;
}
.mp_sub {
    margin: 25px 0 0;
}
.mp_sub p {
    font-weight: normal;
    font-size: 13px;
}
/* 交通案内 */
.map_outer {
    width: 500px;
    margin: 0 40px 0 0;
    float: left;
}
.map_outer p {
    font-size: 15px;
    font-weight: bold;
}
.map_outer p span {
    font-size: 14px;
    font-weight: normal;
    display: block;
}
#map_canvas {
    width: 500px;
    height: 450px;
    margin: 0 0 20px;
}
.text_area ul {
    padding: 0 0 20px;
}
.text_area li {
    list-style: square inside;
    margin: 0 0 1em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 1.6;
}
.access_link {
    list-style: none!important;
    text-indent: 0!important;
}
.access_link a {
    text-decoration: underline;
}
table.access {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    margin: 0 0 20px;
}
table.access td,
table.access th {
    border-bottom: 1px #999 solid;
    padding: 5px 10px;
    vertical-align: top;
    line-height: 1.6;
    text-align: left
}
.c_name {
    width: 6em;
}
/*劇場案内 */
.map_area {
    width: 840px;
    margin: 0 auto 60px;
    padding: 15px 0;
    background: url(../img/theater/map_bg.gif) left top;
    border: 1px #000 solid;
}
.map_area ul {
    width: 720px;
    margin: 0 auto;
    position: relative;
}
.square2map img {
    margin: 0 0 20px;
}
.map_area img {
    width: 100%;
    height: auto;
}
.map_area li {
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    position: absolute;
}
.map_area li span {
    font-size: 18px;
}
.android_text {
    display: none;
}
.map_area li a {
    color: #333;
    font-weight: bold;
    padding: 20px 5px;
    display: block;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.map_area li a:hover {
    color: #005b6a;
}
.theatar_name {
    top: 20px;
    left: 0;
    font-size: 16px!important;
    font-weight: bold;
    color: #005b6a;
    padding: 10px 30px;
    border: 1px #005b6a solid;
    background: #fff;
}
.s01 {
    top: 90px;
    right: 40px;
}
.s02 {
    bottom: 30px;
    right: 25px;
}
.s03 {
    bottom: 30px;
    right: 125px;
}
.s04 {
    bottom: 30px;
    right: 225px;
}
.s05 {
    bottom: 30px;
    right: 325px;
}
.s06 {
    bottom: 30px;
    right: 430px;
}
.s07 {
    bottom: 30px;
    right: 507px;
}
.tb {
    top: 185px;
    left: 95px;
}
.Conc {
    top: 170px;
    left: 260px;
}
.store {
    top: 180px;
    left: 200px;
}
.theatar_name2 {
    top: 20px;
    right: 0;
    font-size: 16px!important;
    font-weight: bold;
    color: #005b6a;
    padding: 10px 30px;
    border: 1px #005b6a solid;
    background: #fff;
}
.square2_2 {
    top: 120px;
    right: 170px;
    font-size: 14px!important;
    font-weight: bold;
    color: #fff;
    padding: 8px 20px;
    background: #005b6a;
}
.square2_4 {
    bottom: 410px;
    right: 170px;
    font-size: 14px!important;
    font-weight: bold;
    color: #fff;
    padding: 8px 20px;
    background: #005b6a;
}
.s08 {
    top: 360px;
    left: 90px;
}
.s09 {
    top: 110px;
    left: 90px;
}
.s10 {
    bottom: 110px;
    left: 60px;
}
.s11 {
    bottom: 260px;
    left: 60px;
}
.s12 {
    bottom: 390px;
    left: 60px;
}
.s13 {
    bottom: 140px;
    left: 300px;
}
.s14 {
    bottom: 100px;
    left: 430px;
}
.tb2 {
    top: 385px;
    right: 130px;
}
.Conc2 {
    top: 290px;
    left: 420px;
}
.store2 {
    top: 340px;
    right: 160px;
}
.spec_area {
    width: 840px;
    margin: 0 auto 60px;
    padding: 0;
}
table.ScreenSpec {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    margin: 0 0 20px;
}
table.ScreenSpec td,
table.ScreenSpec th {
    border-bottom: 1px #999 solid;
    padding: 5px 10px;
    vertical-align: top;
    line-height: 1.6;
}
table.ScreenSpec th {
    text-align: left;
}
.sc15 {
    width: 15%;
}
.sc16 {
    width: 16%;
}
.sc21 {
    width: 21%;
}
.sc32 {
    width: 32%;
}
.csscrenn {
    background: #eee;
    color: #999;
    font-weight: bold;
    text-align: center;
}
.sparea {
    display: none!important;
}
.screenName {
    font-weight: bold;
}
.spec_area span {
    margin: 0 5px 0 0;
    padding: 4px 2px;
    line-height: 1!important;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 9em;
    text-align: center;
}
.d5 {
    background: #0091a5;
}
.dlp {
    background: #b20000;
}
.d3 {
    background: #2882bd;
}
.reald {
    background: #00abe5;
}
.da {
    background: #000;
}
.dx {
    padding: 0!important;
    width: 55px!important;
    text-align: left!important;
}
.dx img {
    width: 55px;
    height: auto;
}
.lastchild {
    text-align: center;
    width: 32%;
}
.lastchild img {
    width: 50px;
    height: auto;
}
.spec_area h5 {
    font-size: 18px;
    font-weight: bold;
    color: #005b6a;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px #999 solid;
}
.spec_area p {
    overflow: auto;
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 1em;
}
.spec_area p:last-child {
    margin: 0;
}
.spec_area span {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}
/* 特定商取引法に基づく表記 */
table.Law_cell {
    border-collapse: collapse;
    border-spacing: 0;
    width: 80%;
    margin: 20px auto 40px;
    border-top: 1px #999 solid;
}
table.Law_cell td,
table.Law_cell th {
    border-bottom: 1px #999 solid;
    padding: 8px 10px;
    vertical-align: middle;
    line-height: 1.6;
    text-align: left;
    font-size: 13px;
}
table.Law_cell a {
    text-decoration: underline;
}
.Law_left {
    width: 25%;
}
.Law_text {
    margin: 0 auto 20px;
    width: 80%;
}
/*サービス案内 */
.Law_text p {
    font-size: 13px;
}
.service_out {
    width: 880px;
    margin: 0 auto 40px;
}
.service_area {
    width: 380px;
    margin: 0 30px 0;
    padding: 0;
    float: left;
}
.service_area_one {
    width: 840px;
    margin: 0 auto;
    padding: 0;
}
.c_menu_out {
    width: 338px;
    margin: 0 30px 30px;
    padding: 30px 20px 20px;
    border: 1px #333 solid;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.c_menu_out h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 1.5em;
}
.c_menu_out h5 span {
    font-size: 15px;
    margin: 0 0 0 1em;
    color: #666;
}
.service_area p {
    font-size: 14px;
}
.service_photo {
    width: 320px;
    margin: 0 auto;
    font-size: 0;
}
.service_photo img {
    width: 320px;
    height: auto;
    margin: 0 0 15px 0;
}
.c_menu {
    font-size: 13px;
    line-height: 1.6;
}
.c_menu li {
    margin: 0 0 0.8em;
    list-style: square inside;
    padding-left: 1em;
    text-indent: -1em;
}
.c_menu li span {
    display: block;
    padding-left: 0;
    text-indent: 0;
    font-size: 90%;
    font-weight: bold;
}
.manu {
    font-size: 85%!important;
    margin: 0 0 0.5em;
}
.conat {
    clear: both;
    font-size: 13px!important;
    padding-left: 1em;
    text-indent: -1em;
}
.ticketat {
    clear: both;
    padding-top: 2em!important;
    font-size: 12px!important;
}
.f_clear {
    clear: both;
}
.c_list {
    line-height: 1.6;
    margin: 15px 0;
}
.c_list li {
    font-size: 17px;
    margin: 0 0 1.3em;
    list-style: square inside;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: bold;
}
.c_list li p {
    font-size: 14px;
    margin: 0!important;
    padding: 0!important;
    text-indent: 0!important;
}
.service_area_one span {
    font-size: 80%;
    text-align: left;
    font-weight: bold;
    color: #960000;
    float: none;
    width: auto;
}
.please {
    font-size: 20px!important;
    font-weight: bold;
    margin: 0 0 5px!important;
    padding: 0!important;
}
/*チケットサイト遷移 */
#check {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: url(../img/common/main_bg.gif) center top no-repeat #1a2000;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
#check p {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
#check_inner {
    margin: 0 auto;
    padding: 50px 0;
}
#check_item {
    background: #fff;
    margin: 0 auto;
    padding: 140px 0;
    width: 960px;
    height: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#check_item p {
    font-size: 23px;
    font-weight: normal;
    line-height: 1.8em;
}
#check_item p strong {
    font-size: 170%;
    font-weight: bold;
    display: block;
    margin-bottom: 0.3em;
}
.check_yn {
    margin: 25px auto 0;
    width: 440px;
}
.check_yn li {
    float: left;
    color: #fff;
    background: #005b6a;
    margin: 0 10px;
    width: 200px;
    text-align: center;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.check_yn li span {
    text-align: center;
    background: url(../img/check/link_mark.png) left center no-repeat;
    padding: 0 0 0 15px;
}
.check_yn li a {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
}
.check_yn li:hover {
    background: #004452;
}
/*サイトマップ */
.sitemap {
    width: 80%;
    margin: 0 auto 40px;
}
.sitemap ul {
    width: 50%;
    font-size: 14px;
    float: left;
}
.sitemap li a {
    text-decoration: underline;
}
.sitemap li a:hover {
    text-decoration: none;
}
/* サービス紹介 */
.serviceArea {
    margin: 0 0 60px;
    padding: 0;
    min-height: 400px;
}
.mainimage img {
    width: 100%;
    height: auto;
}
.mainimageS {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.mainimageS img {
    width: 100%;
    height: auto;
}
.rdOuter {
    margin: 0 0 30px;
    min-height: auto;
}
.saOuter {
    margin: 0 0 20px;
    min-height: auto;
}
.eaOuter {
    margin: 0 0 15px;
    min-height: auto;
}
.explanationArea {
    background: #fff;
    padding: 35px 0 40px;
}
.eaLogo {
    width: 35%;
    margin: 0 auto 50px;
}
.eaLogo img {
    width: 100%;
    height: auto;
}
.explanationArea h2 {
    text-align: center;
    font-size: 28px!important;
    color: #000;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-weight: normal!important;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.explanationArea p {
    text-align: center;
    font-size: 15px;
    line-height: 2;
}
.serviceArea ul {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}
.serviceArea li {
    display: inline-block;
    width: 45%;
    font-size: 14px;
    margin: 0 2%;
}
.serviceArea li img {
    margin-bottom: 8px;
}
.serviceArea li p {
    text-align: left;
    font-size: 14px;
    color: #fff;
}
#cinema_area {
    position: relative;
    margin: 0;
    overflow: hidden;
    text-align: left;
    border-bottom: 1px #666 solid;
}
.btn_show {
    width: 200px;
    margin: 0 14px 0 0;
    float: left;
}
.btn_show img {
    width: 100%;
    height: auto;
}
.btn_show a {
    display: block;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    filter: alpha(opacity=40);
    -ms-filter: alpha(opacity=40);
    opacity: 0.4;
}
.btn_show a:hover {
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    opacity: 1.0;
}
.btn_active a {
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    opacity: 1.0;
}
#btn_cinemaOut {
    margin-bottom: 0;
}
#btn_cinemaOut li {
    filter: alpha(opacity=40);
    -ms-filter: alpha(opacity=40);
    opacity: 0.4;
}
#btn_cinemaOut .active {
    background: none!important;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    opacity: 1;
}
.cinema_icon {
    height: 43px;
    margin: 5px 0;
}
.cinema_icon li {
    float: left;
    margin: 0 3px 0 0;
}
.cinema_icon img {
    width: auto;
    height: 43px;
}
.program {
    color: #6f3522!important;
    border: 2px #6f3522 solid!important;
    background: #ccc;
}

img.slide_banner_img {
    width:390px;
}
.main_nav_service {
    width: 800px;
    margin: 0 auto;
    padding: 20px 0px 15px;
    position: relative;
}
.service_banner_cell {
	float: left;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
                  padding : 2px;
                  display:inline-block;
}
.service_banner_cell:hover {
	box-shadow: 0 0 0 1px #fff inset;
}
img.slide_banner_img, img.topics_banner {
    image-rendering: -webkit-optimize-contrast;/* Webkit (非標準の名前) */
}