@charset "UTF-8";
/* 
style.css
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* base */
html {
  font-size: 62.5%;
}

/* colorbox */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.7);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(../img/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  background: url(../img/overlay_close.png) no-repeat;
  text-indent: -9999px;
}

#cboxClose:hover {
  opacity: 0.8;
}

/* --------------------------------------

PC and TABLET

-------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  /* colorbox */
  #cboxContent {
    padding: 0 105px;
  }

  #cboxClose {
    right: 0;
    width: 50px;
    height: 50px;
  }

  .hidden_pc {
    display: none;
  }

  html {
    height: 100%;
  }

  body {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 980px;
    color: #fff;
    background: url(../img/bg_body.jpg) repeat 50% 0 #000419;
    font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  }

  body:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  body.page_top {
    background: url(../img/bg_body_top.jpg) repeat-x 50% 0 #000413;
  }

  body.page_about:before {
    background: url(../img/bg_body_about.png) no-repeat 50% 0;
  }

  body.page_cast:before {
    background: url(../img/bg_body_cast.png) no-repeat 50% 0;
  }

  body.page_ticket:before {
    background: url(../img/bg_body_ticket.png) no-repeat 50% 0;
  }

  body.page_guide:before {
    background: url(../img/bg_body_guide.png) no-repeat 50% 0;
  }

  body.page_goods:before {
    background: url(../img/bg_body_goods.png) no-repeat 50% 0;
  }

  body.page_special:before {
    background: url(../img/bg_body_special.png) no-repeat 50% 0;
  }

  body.page_dvd:before {
    background: url(../img/bg_body_dvd.png) no-repeat 50% 0;
  }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  a {
    color: #fff;
    text-decoration: none;
  }

  a:hover {
    color: rgba(250, 252, 222, 0.8);
  }

  a:hover img {
    opacity: 0.8;
  }

  /* nav */
  .nav_btn,
  .modal {
    display: none;
  }

  /* layout */
  #contents {
    position: relative;
    display: table;
    width: 100%;
  }

  #contents:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 617px;
    height: 100%;
    background: url(../img/side_bg_other.png) no-repeat;
    z-index: -1;
  }

  body.page_top #contents {
    margin-top: -850px;
  }

  body.page_top #contents:before {
    width: 337px;
    background: url(../img/side_bg_top.png) no-repeat;
  }

  #contents #main {
    display: table-cell;
    vertical-align: top;
    min-width: 730px;
    margin: 0 auto;
    text-align: left;
  }

  body.page_top #contents #main {
    padding-top: 850px;
  }

  #side {
    display: table-cell;
    width: 250px;
    min-width: 250px;
    background: url(../img/side_bg01.png) no-repeat 0 100%;
    vertical-align: top;
  }

  /* side */
  #side .logo {
    margin-right: -30px;
    padding: 29px 0 0 32px;
  }

  #side .logo img {
    width: 234px;
  }

  #side .nav {
    width: 250px;
    padding: 185px 0 70px;
  }

  #side #js-fix_nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

  #side .logo + .nav {
    padding-top: 165px;
  }

  #side .logo + #js-fix_nav.fixed .nav {
    padding-top: 80px;
  }

  #side .nav > ul > li {
    padding: 10px 0 10px 10px;
  }

  #side .nav > ul > li > a,
  #side .nav > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 0 10px 45px;
  }

  #side .nav > ul > li > a:before,
  #side .nav > ul > li > span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -6px;
    width: 48px;
    height: 48px;
    background: url(../img/side_nav_icon.png) no-repeat;
  }

  #side .nav > ul > li > a:hover:before {
    background-position: 0 -48px;
  }

  #side .nav > ul > li > span:before {
    background-position: 0 -96px;
  }

  #side .nav > ul > li.current > a:before {
    background-position: 0 -48px;
  }

  #side .nav > ul > li > ul {
    padding: 3px 0 0 58px;
  }

  #side .nav > ul > li > ul > li > a {
    display: block;
    padding: 8px 0;
  }

  #side .sns {
    display: table;
    padding: 0 0 70px 30px;
  }

  #side .sns li {
    display: table-cell;
    width: 30px;
    height: 30px;
    padding: 0 5px;
  }

  #side .sns li a {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
  }

  #side .sns li.share_twitter a {
    background-image: url(../img/side_sns_twitter.png);
  }

  #side .sns li.share_facebook a {
    background-image: url(../img/side_sns_facebook.png);
  }

  #side .sns li.share_line a {
    background-image: url(../img/side_sns_line.png);
  }

  #side .sns li a:hover {
    opacity: 0.8;
  }

  #side .movie {
    padding: 0 20px 15px;
  }

  #side .movie img {
    width: 210px;
  }

  #side .movie a {
    cursor: pointer;
  }

  #side .blog {
    padding: 0 20px 30px;
  }

  #side .blog img {
    width: 210px;
  }

  /* footer */
  #footer {
    margin-top: 110px;
    padding-bottom: 16px;
    border-top: 1px solid #af7861;
    text-align: center;
  }

  #footer .pagetop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 40px;
    width: 91px;
    cursor: pointer;
  }

  #footer .pagetop:hover img {
    opacity: 0.8;
  }

  #footer .logo {
    padding: 14px 0 20px;
  }

  #footer .logo img {
    width: 220px;
  }

  #footer small {
    display: block;
    font-size: 1.1rem;
  }

  /* top */
  .page_top #footer {
    margin-top: 80px;
  }

  .top_main {
    position: relative;
    height: 850px;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }

  .top_main img {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-40%);
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    max-width: none;
    z-index: -2;
  }

  .top_contents {
    display: table;
    max-width: 880px;
    min-width: 730px;
    width: 100%;
    margin: 50px auto 0;
  }

  .top_contents h2 {
    text-align: center;
  }

  .top_contents h2 img {
    width: 282px;
    margin: 0 auto;
  }

  .info, .twitter {
    display: table-cell;
    width: 50%;
    /*width: 320px;*/
    padding: 0 3%;
    vertical-align: top;
  }

  .info .box {
    position: relative;
    height: 392px;
    margin-top: 20px;
    border-top: 1px solid #af7861;
    border-bottom: 1px solid #af7861;
  }

  .info li {
    margin: 10px 10px 20px 10px;
  }

  .info time {
    display: block;
    margin: 0 0 3px;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .info a,
  .info span {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  /*.twitter {
  	display: table-cell;
  	width: 320px;
  	padding: 0 20px;
  	vertical-align: top;
  }*/
  .twitter .timeline {
    position: relative;
    height: 400px;
    /*height: 400px;*/
    margin-top: 20px;
    overflow: auto;
  }

  /* movie */
  #movie {
    clear: both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  #movie_inner {
    position: relative;
  }

  #movie_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
  }

  #movie .embed {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    margin-top: -321px;
    margin-left: -500px;
  }

  #movie .embed iframe {
    width: 100%;
    height: 562px;
  }

  #movie_close {
    margin: 20px 0 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: right;
  }

  #movie_close:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  /* about */
  .page_title {
    padding: 86px 8px 113px 0;
    text-align: center;
  }

  .page_title img {
    display: block;
    width: 495px;
    margin: 0 auto;
  }

  .subtitle {
    padding: 0 8px 40px 0;
    text-align: center;
  }

  .subtitle img {
    display: block;
    width: 412px;
    margin: 0 auto;
  }

  .about_contents .text {
    width: 490px;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
    letter-spacing: -0.03em;
  }

  .about_contents .text + .text {
    margin-top: 30px;
  }

  .about_contents .text span {
    font-size: 1.2rem;
  }

  .about_contents .box01 {
    margin: 65px auto 100px;
  }

  .box01 {
    position: relative;
    width: 500px;
    margin: 0 auto;
  }

  .box01:before,
  .box01:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
  }

  .box01:before {
    top: 0;
    height: 88px;
    background: url(../img/box01_bg_top.png) no-repeat 50% 0;
    background-size: 500px auto;
  }

  .box01:after {
    bottom: 0;
    height: 88px;
    background: url(../img/box01_bg_btm.png) no-repeat 50% 100%;
    background-size: 500px auto;
  }

  .box01_in {
    width: 480px;
    height: 231px;
    padding: 66px 10px 0;
    background: url(../img/box01_bg_base.png) repeat-y 50% 0;
    background-size: 500px auto;
    font-size: 1.4rem;
    line-height: 1.73;
    text-align: center;
    letter-spacing: -0.05em;
  }

  .coming {
    padding: 0 0 45px;
    text-align: center;
  }

  .coming img {
    width: 147px;
  }

  /* cast */
  .cast_contents {
    max-width: 1050px;
    margin: 0 auto 120px;
  }

  .cast_contents .tab {
    position: relative;
    max-width: 730px;
    margin: 0 auto -1.6%;
  }

  .cast_contents .tab ul {
    position: relative;
    display: table;
    width: 100%;
    z-index: 1;
  }

  .cast_contents .tab li {
    display: table-cell;
    vertical-align: bottom;
  }

  .cast_contents .tab li span {
    display: block;
    width: 195px;
    height: 186px;
    margin: 0 auto;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .cast_contents .tab li:nth-child(1) span {
    background-image: url(../img/cast_list01.png);
  }

  .cast_contents .tab.select2 li:nth-child(1) span {
    background-position: -390px 0;
  }

  .cast_contents .tab.select2 li:nth-child(1) span:hover {
    background-position: -585px 0;
  }

  .cast_contents .tab.select2 li:nth-child(2) span:hover {
    background-position: -195px 0;
  }

  .cast_contents .tab li:nth-child(2) span {
    background-image: url(../img/cast_list02.png);
  }

  .cast_contents .tab.select0 li:nth-child(2) span {
    background-position: -390px 0;
  }

  .cast_contents .tab.select0 li:nth-child(2) span:hover {
    background-position: -585px 0;
  }

  .cast_contents .tab.select0 li:nth-child(3) span:hover {
    background-position: -195px 0;
  }

  .cast_contents .tab li:nth-child(3) span {
    background-image: url(../img/cast_list03.png);
  }

  .cast_contents .tab.select1 li:nth-child(1):hover span {
    background-position: -195px 0;
  }

  .cast_contents .tab.select1 li:nth-child(3) span {
    background-position: -390px 0;
  }

  .cast_contents .tab.select1 li:nth-child(3) span:hover {
    background-position: -585px 0;
  }

  .cast_contents .tab li.current span {
    background-position: -780px 0;
    cursor: default;
  }

  .cast_contents .tab_cont li.hide {
    display: none;
  }

  .cast_contents .tab_cont li img {
    width: 100%;
    height: auto;
  }

  .cast_sub {
    margin: 0 auto 80px;
    text-align: center;
    width: 300px;
  }

  .cast_sub2 {
    margin: 0 auto 0;
    text-align: center;
    width: 400px;
  }

  .cast_sub_pic {
    text-align: center;
    width: 100%;
    margin: -50px auto 120px;
  }

  .page_cast #anchor02 {
    margin-top: 160px;
  }

  .staff_contents {
    margin: 100px 0 50px;
  }

  .staff_contents dl {
    width: 750px;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 2.13;
  }

  .staff_contents dl + dl {
    margin-top: 33px;
  }

  .staff_contents dl:after {
    content: "";
    display: table;
    clear: both;
  }

  .staff_contents dl dt {
    clear: left;
    float: left;
    width: 210px;
    padding-right: 15px;
    text-align: right;
  }

  .staff_contents dl dd {
    float: left;
    width: 525px;
  }

  /* ticket */
  .schedule_contents {
    width: 650px;
    margin: 0 auto 95px;
    text-align: center;
  }

  .schedule_contents .tokyo_theater {
    width: 378px;
    margin: 0 auto 50px;
  }

  .schedule_contents .tokyo_schedule {
    margin: 0 auto 50px;
  }

  .schedule_contents .kobe_theater {
    width: 371px;
    margin: 0 auto 50px;
  }

  .schedule_contents .kobe_schedule {
    margin: 0 auto 50px;
  }

  .schedule_contents .access {
    margin: 45px 0 0;
  }

  .schedule_contents .access p {
    margin: 25px 0 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2;
  }

  .schedule_contents .access p a {
    color: #fff;
  }

  .schedule_contents .access p a:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  .ticket_contents {
    color: #fff;
  }

  .ticket_type {
    width: 650px;
    margin: 0 auto 120px;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .ticket_type li {
    margin: 0 0 20px;
    padding-left: 30px;
    background: url(../img/bg_icon01.png) no-repeat;
    background-size: 15px auto;
  }

  .ticket_type li img {
    display: block;
    width: 398px;
    margin: 30px auto 50px;
  }

  .ticket_type .ticket_note {
    margin: 25px 0 60px 30px;
  }

  .ticket_type p {
    margin-bottom: 5px;
  }

  .ticket_type .btn {
    width: 664px;
    margin: 0 -7px;
    overflow: hidden;
  }

  .ticket_type .btn a {
    display: block;
    float: left;
    width: 318px;
    margin: 0 7px;
  }

  .ticket_type .btn a img {
    width: 100%;
  }

  .ticket_buy {
    width: 650px;
    margin: 0 auto;
  }

  .ticket_buy h3 {
    padding: 0 0 10px;
    color: #af7861;
    border-bottom: 1px solid #af7861;
  }

  .ticket_buy h3 img {
    width: 535px;
  }

  .ticket_buy .block {
    padding: 40px 0 0;
    border-bottom: 1px solid #af7861;
  }

  .ticket_buy .block h4 {
    margin: 0 0 15px;
  }

  .ticket_buy .block h4.sale01 img {
    width: 510px;
  }

  .ticket_buy .block h4.sale02 img {
    width: 361px;
  }

  .ticket_buy .block h4.sale03 img {
    width: 508px;
  }

  .ticket_buy .block h4.sale04 img {
    width: 374px;
  }

  .ticket_buy .block h4.sale_live img {
    width: 600px;
  }

  .ticket_buy .block a {
    text-decoration: underline;
  }

  .ticket_buy .block .note {
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .ticket_buy .block ul.note li {
    margin-left: 1em;
    text-indent: -1em;
  }

  .ticket_buy .block .period {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .ticket_buy .block h4 + .period {
    margin-top: 20px;
  }

  .ticket_buy .block .url {
    margin: 40px 0 60px;
    font-size: 1.5rem;
  }

  .ticket_buy .block .url dd {
    padding: 15px 0 40px 20px;
  }

  .ticket_buy .contact {
    padding: 50px 0 30px;
    font-size: 1.5rem;
    line-height: 2;
  }

  .ticket_buy .btn a,
  .ticket_buy .btn span {
    display: block;
    width: 491px;
    margin: 50px auto;
    text-align: center;
  }

  .ticket_buy .btn.soon {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }

  /* guide */
  .guide_contents {
    width: 590px;
    margin: 0 auto;
  }

  .guide_contents dl + h2 {
    margin-top: 70px;
  }

  .guide_contents dt {
    color: #af7861;
    font-size: 1.5rem;
    line-height: 1.77;
  }

  .guide_contents dd {
    padding-bottom: 30px;
    font-size: 1.5rem;
    line-height: 2.13;
  }

  .guide_contents dd a {
    text-decoration: underline;
  }

  .guide_contents dd a.tel {
    text-decoration: none;
  }

  /*goods========================================================*/
  .mincho {
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
  }

  .page_goods section.pg {
    margin-bottom: 150px;
  }

  .page_goods .goods_contents {
    width: 700px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 170%;
  }

  .page_goods ul.goods_list {
    background: url(../img/border.png) 0 0 repeat-x;
    font-size: 20px;
    line-height: 130%;
  }

  .page_goods ul.goods_list li {
    background: url(../img/border.png) 0 100% repeat-x;
    padding: 15px 10px;
    position: relative;
  }

  .page_goods ul.goods_list li .name {
    width: 72%;
    position: relative;
    font-size: 110%;
  }

  .page_goods ul.goods_list li .name .attention {
    display: block;
    font-size: 11px;
    line-height: 120%;
    margin-top: 5px;
    font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
    color: #ccc;
    padding-left: 1em;
    text-indent: -1em;
  }

  .page_goods ul.goods_list li .name:after {
    content: "・・・";
    position: absolute;
    right: -42px;
    font-size: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .page_goods ul.goods_list li .right {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .page_goods ul.goods_list li .right span {
    font-size: 70%;
    display: inline-block;
    margin: 0 2px;
  }

  .page_goods #time .goods_contents,
  .page_goods #annai .goods_contents,
  .page_goods #tuhan .goods_contents {
    text-align: center;
    font-size: 17px;
    line-height: 200%;
  }

  .page_goods #toiawase {
    border-top: 1px solid rgba(175, 120, 97, 0.8);
    border-bottom: 1px solid rgba(175, 120, 97, 0.8);
    font-size: 1.7rem;
    line-height: 170%;
    padding: 30px;
  }

  .page_special .movie_contents h3 {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 180%;
    margin-bottom: 8px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .page_special .movie_contents ul {
    padding: 0 30px;
    max-width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page_special .movie_contents ul li {
    display: inline-block;
    width: 47%;
    margin: 0 1.5% 40px;
  }

  .page_special .movie_contents ul li img {
    border: 1px solid #666;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .page_special .movie_contents ul li:hover h3 {
    color: #c49e4b;
  }

  .page_special .movie_contents ul li:hover img {
    border: 1px solid #c49e4b;
  }
}
/* @media */
/* --------------------------------------

PC only

-------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .js-scroll {
    position: relative;
    top: 0;
    left: 0;
    height: 392px;
    overflow: hidden;
  }

  .sc_bar {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    padding: 4px;
    background: transparent;
    z-index: 1000;
  }

  .sc_bar:after {
    display: block;
    content: "";
    position: relative;
    width: 3px;
    height: 100%;
    background: #af7861;
    border-radius: 5px;
  }
}
/* @media */
/* --------------------------------------

TABLET only

-------------------------------------- */
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .info .box {
    overflow: auto;
  }

  .info .box::-webkit-scrollbar {
    width: 3px;
  }

  .info .box::-webkit-scrollbar-track {
    background: transparent;
  }

  .info .box::-webkit-scrollbar-thumb {
    background: #af7861;
    border-radius: 3px;
  }

  #movie .embed {
    width: 960px;
    margin-left: -480px;
  }

  .staff_contents dl {
    width: 730px;
  }

  .staff_contents dl dt {
    width: 220px;
  }

  .staff_contents dl dd {
    width: 495px;
  }
}
/* @media */
/* --------------------------------------

SP only

-------------------------------------- */
@media print, screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  /* colorbox */
  #cboxContent {
    padding: 10px 0 40px;
  }

  #cboxClose {
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }

  .hidden_sp {
    display: none;
  }

  body {
    position: relative;
    min-width: 320px;
    width: 100%;
    height: 100%;
    color: #fff;
    background: url(../img/sp_bg_body.jpg) repeat-y #000;
    background-size: 100% auto;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
  }

  body:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  body.page_top {
    background-image: url(../img/sp_bg_body_top.jpg);
  }

  body.page_about:before {
    background: url(../img/bg_body_about.png) no-repeat;
    background-size: 172% auto;
    background-position: 84% 0;
  }

  body.page_cast:before {
    background: url(../img/bg_body_cast.png) no-repeat;
    background-size: 172% auto;
    background-position: 71% 0;
  }

  body.page_ticket:before {
    background: url(../img/bg_body_ticket.png) no-repeat;
    background-size: 172% auto;
    background-position: 82.5% 0;
  }

  body.page_guide:before {
    background: url(../img/bg_body_guide.png) no-repeat;
    background-size: 175% auto;
    background-position: 71% 0;
  }

  body.page_goods:before {
    background: url(../img/bg_body_goods.png) no-repeat;
    background-size: 175% auto;
    background-position: 71% 0;
  }

  body.page_special:before {
    background: url(../img/bg_body_special.png) no-repeat;
    background-size: 175% auto;
    background-position: 71% 0;
  }

  body.page_dvd:before {
    background: url(../img/bg_body_dvd.png) no-repeat;
    background-size: 175% auto;
    background-position: 71% 0;
  }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  a {
    color: #fff;
    text-decoration: none;
  }

  button {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    outline: none;
  }

  /* nav */
  .nav_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 55px;
    height: 50px;
  }

  .nav_btn img {
    display: block;
    width: 35px;
    padding: 14px 10px 7px 10px;
  }

  .nav {
    clear: right;
  }

  .nav ul {
    padding-bottom: 10%;
  }

  .nav ul li {
    width: 85.33%;
    margin: 0 auto;
  }

  .nav ul li a,
  .nav ul li span {
    display: block;
  }

  .nav_btn_close {
    float: right;
    width: 42px;
    height: 43px;
    margin: 5px 15px 15px 0;
  }

  .nav_btn_close img {
    display: block;
    width: 29px;
    padding: 8px 13px;
  }

  .modal-open {
    overflow: hidden;
  }

  .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }

  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }

  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .modal-dialog {
    position: relative;
    width: auto;
  }

  .modal-content {
    position: relative;
    background-clip: padding-box;
    outline: 0;
  }

  /* layout */
  #wrapper {
    background: url(../img/sp_wrapper_bg01.png) no-repeat 0 100%;
    background-size: 100% auto;
  }

  /* side */
  #side .logo {
    width: 62.4%;
    margin: 0 auto 9%;
    padding: 10% 0 0;
  }

  /* footer */
  #footer {
    position: relative;
    padding: 0.2% 0 0;
    text-align: center;
  }

  #footer .sns {
    display: table;
    margin: 0 auto 24%;
  }

  #footer .sns li {
    display: table-cell;
    width: 40px;
    height: 40px;
    padding: 0 10px;
  }

  #footer .sns li a {
    display: block;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  #footer .sns li.share_twitter a {
    background-image: url(../img/side_sns_twitter.png);
  }

  #footer .sns li.share_facebook a {
    background-image: url(../img/side_sns_facebook.png);
  }

  #footer .sns li.share_line a {
    background-image: url(../img/side_sns_line.png);
  }

  #footer .pagetop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 15px;
    width: 59px;
  }

  #footer .logo {
    clear: right;
    border-top: 1px solid #ff9c00;
  }

  #footer .logo img {
    display: block;
    width: 46%;
    margin: 0 auto 5%;
    padding: 5% 0 0;
  }

  #footer small {
    display: block;
    padding: 0 1% 2.2%;
    font-size: 0.8rem;
    font-size: 2.133vw;
    line-height: 1.2;
  }

  /* top */
  .top_main {
    padding: 50px 0 0;
    text-align: center;
  }

  .top_movie {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }

  .top_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .top_contents {
    margin: 8% 0;
  }

  .top_contents h2 {
    width: 64.66%;
    margin: 0 auto;
    text-align: center;
  }

  .info {
    width: 310px;
    margin: 0 auto 6%;
  }

  .info .box {
    height: 220px;
    /*border-top:1px solid #af7861;
    border-bottom:1px solid #af7861;*/
    /*height: 320px;*/
    overflow: auto;
  }

  .info .box::-webkit-scrollbar {
    width: 3px;
  }

  .info .box::-webkit-scrollbar-track {
    background: transparent;
  }

  .info .box::-webkit-scrollbar-thumb {
    background: #af7861;
    border-radius: 3px;
  }

  .info li {
    margin: 0 4.53%;
    padding: 0 3% 3.3% 0;
    font-size: 1.3rem;
    line-height: 2.3;
  }

  .info li + li {
    padding-top: 3.3%;
    border-top: 1px solid #af7861;
  }

  .info time {
    display: block;
  }

  .twitter {
    margin: 0 4.53% 16.4%;
  }

  .twitter .timeline {
    position: relative;
    width: 290px;
    margin: 4.53% auto 0;
  }

  .twitter .twitter-timeline {
    width: 290px !important;
    height: 150px !important;
  }

  .movie {
    margin: 0 4.53% 5.33%;
    text-align: center;
  }

  .blog {
    margin: 0 4.53% 15%;
    text-align: center;
  }

  /* about */
  .page_menu {
    position: relative;
    margin: 0 0 -5%;
    text-align: center;
    z-index: 1;
  }

  .page_menu li {
    width: 85.33%;
    margin: 0 auto;
  }

  .page_menu li + li {
    width: 85.33%;
    margin-top: 2.5%;
  }

  .page_title {
    margin: 0 0 13%;
    text-align: center;
  }

  .page_title img {
    display: block;
    width: 95.7%;
    margin: 0 auto;
  }

  .subtitle {
    padding: 0 0 5.5%;
    text-align: center;
  }

  .subtitle img {
    display: block;
    margin: 0 auto;
  }

  .about_contents .text {
    width: 104%;
    margin: -1% auto 0;
    font-size: 1.2rem;
    font-size: 3.2vw;
    line-height: 2.5;
    text-align: center;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }

  .about_contents .text + .text {
    margin-top: 8%;
  }

  .about_contents .text span {
    font-size: 1rem;
    font-size: 2.66vw;
  }

  .about_contents .box01 {
    margin: 8% auto 27%;
  }

  .box01 {
    position: relative;
  }

  .box01:before,
  .box01:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
  }

  .box01:before {
    top: 0;
    height: 29%;
    background: url(../img/box01_bg_top.png) no-repeat 50% 0;
    background-size: 100% auto;
  }

  .box01:after {
    bottom: 0;
    height: 29%;
    background: url(../img/box01_bg_btm.png) no-repeat 50% 100%;
    background-size: 100% auto;
  }

  .box01_in {
    padding: 5% 2%;
    background: url(../img/box01_bg_base.png) repeat-y 50% 0;
    background-size: 100% auto;
  }

  .box01_in p {
    font-size: 1.2rem;
    font-size: 3.2vw;
    line-height: 2;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
    text-align: center;
  }

  .coming {
    width: 34%;
    margin: 0 auto 26%;
  }

  /* cast */
  .cast_contents {
    margin: 0 0 15.2%;
  }

  .cast_contents .tab {
    position: relative;
    margin: 0 auto -2.4%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 100%;
    z-index: 1;
  }

  .cast_contents .tab.select0 {
    background-image: url(../img/cast_list01_sp.png);
  }

  .cast_contents .tab.select1 {
    background-image: url(../img/cast_list02_sp.png);
  }

  .cast_contents .tab.select2 {
    background-image: url(../img/cast_list03_sp.png);
  }

  .cast_contents .tab ul {
    display: table;
    width: 100%;
  }

  .cast_contents .tab li {
    display: table-cell;
    vertical-align: bottom;
    cursor: pointer;
  }

  .cast_contents .tab_cont li.hide {
    display: none;
  }

  .cast_sub {
    width: 46.6%;
    margin: 0 auto 50px;
  }

  .cast_sub2 {
    width: 70.0%;
    margin: 0 auto;
  }

  .cast_sub_pic {
    text-align: center;
    width: 86%;
    margin: -20px auto 60px;
  }

  .page_cast #anchor02 {
    margin-top: 100px;
  }

  .staff_contents {
    margin-bottom: 16%;
  }

  .staff_contents dl {
    width: 104%;
    margin: 0 auto 5%;
    font-size: 1.2rem;
    font-size: 3.2vw;
    line-height: 1.66;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }

  .staff_contents dl:after {
    content: "";
    display: table;
    clear: both;
  }

  .staff_contents dl dt {
    clear: left;
    float: left;
    width: 34%;
    margin: 0.6% 2% 0.6% 0;
    text-align: right;
  }

  .staff_contents dl dd {
    float: left;
    width: 64%;
    margin: 0.6% 0;
  }

  /* ticket */
  .schedule_contents {
    width: 90.9%;
    margin: 0 auto 26%;
    text-align: center;
  }

  .schedule_contents .tokyo_theater {
    width: 84.45%;
    margin: 0 auto 6%;
  }

  .schedule_contents .tokyo_schedule {
    width: 81.75%;
    margin: 0 auto 4%;
  }

  .schedule_contents .kobe_theater {
    width: 81.43%;
    margin: 0 auto 6%;
  }

  .schedule_contents .kobe_schedule {
    width: 82.6%;
    margin: 0 auto 4%;
  }

  .schedule_contents .access {
    margin: 4.6% 0 0;
  }

  .schedule_contents .access iframe {
    width: 100%;
    height: 140px;
  }

  .schedule_contents .access p {
    margin: 1.3% 0 0;
    color: #fff;
    font-size: 1rem;
    font-size: 2.66vw;
    line-height: 1.7;
  }

  .schedule_contents .access p a {
    color: #fff;
  }

  .ticket_contents {
    color: #fff;
  }

  .ticket_type {
    margin: -1% 4.5% 18%;
  }

  .ticket_type li {
    margin: 1% 0;
    padding-left: 25px;
    background: url(../img/bg_icon01.png) no-repeat 0 0.3em;
    background-size: 12px auto;
    font-size: 1rem;
    font-size: 2.66vw;
    line-height: 1.7;
  }

  .ticket_type li > img {
    display: block;
    width: 92%;
    margin: 3% 0 10%;
  }

  .ticket_type .ticket_note {
    margin: 4% 0 6% 25px;
  }

  .ticket_type p {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1rem;
    font-size: 2.66vw;
    line-height: 1.7;
  }

  .ticket_type .btn {
    margin: 0 -1%;
    overflow: hidden;
  }

  .ticket_type .btn a {
    display: block;
    float: left;
    width: 48%;
    margin: 0 1%;
  }

  .ticket_type .btn a img {
    display: block;
  }

  .ticket_buy {
    margin: 0 4.6%;
  }

  .ticket_buy h3 {
    padding: 0 0 15px;
    color: #af7861;
    border-bottom: 1px solid #af7861;
  }

  .ticket_buy .block {
    padding: 6% 0;
    border-bottom: 1px solid #af7861;
  }

  .ticket_buy .block h4 {
    margin-bottom: 4%;
  }

  .ticket_buy .block h4.sale01 img {
    width: 100%;
  }

  .ticket_buy .block h4.sale02 img {
    width: 70.7%;
  }

  .ticket_buy .block h4.sale03 img {
    width: 100%;
  }

  .ticket_buy .block h4.sale04 img {
    width: 73.3%;
  }

  .ticket_buy .block .note {
    margin-bottom: 5%;
    font-size: 1rem;
    font-size: 2.66vw;
    line-height: 1.7;
  }

  .ticket_buy .block ul.note li {
    margin: 0 -5% 2% 1em;
    text-indent: -1em;
    line-height: 1.7;
    letter-spacing: -0.05em;
  }

  .ticket_buy .block .period {
    margin: 0 0 2% 2em;
    font-size: 1rem;
    font-size: 2.66vw;
    line-height: 1.7;
    text-indent: -2em;
  }

  .ticket_buy .block h4 + .period {
    margin: 1% 0 3%;
    text-indent: 0;
  }

  .ticket_buy .block .url {
    margin: 8% 0 0;
    font-size: 1rem;
    font-size: 2.66vw;
    line-height: 1.7;
  }

  .ticket_buy .block .url dt {
    padding-left: 18px;
    background: url(../img/bg_icon01.png) no-repeat 0 0.3em;
    background-size: 12px auto;
  }

  .ticket_buy .block .url dd {
    padding: 1% 0 5% 10%;
  }

  .ticket_buy .contact {
    padding: 5% 0 15%;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1rem;
    font-size: 2.66vw;
    line-height: 1.7;
  }

  .ticket_buy .contact a {
    color: #fff;
  }

  .ticket_buy .btn a,
  .ticket_buy .btn span {
    display: block;
    margin: 3% auto 8%;
    text-align: center;
  }

  /* guide */
  .guide_contents dl {
    margin: -1% 4.6% 18%;
    font-size: 1.3rem;
    font-size: 3.466vw;
    line-height: 2.3;
  }

  .guide_contents dt {
    color: #af7861;
  }

  .guide_contents dd {
    padding-bottom: 8%;
  }

  .guide_contents dd a {
    text-decoration: underline;
  }

  .guide_contents dd.contact {
    color: #fff;
    padding-left: 2em;
  }

  .guide_contents dd.contact a {
    color: #fff;
    text-decoration: none;
  }

  /*goods========================================================*/
  .mincho {
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
  }

  .sp {
    display: block;
  }

  /*.sp{display:none}*/
  .page_goods section.pg {
    margin-bottom: 100px;
  }

  .page_goods .goods_contents {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 170%;
  }

  .page_goods ul.goods_list {
    background: url(../img/border.png) 0 0 repeat-x;
    font-size: 15px;
    line-height: 130%;
  }

  .page_goods ul.goods_list li {
    background: url(../img/border.png) 0 100% repeat-x;
    padding: 15px 5px;
    position: relative;
  }

  .page_goods ul.goods_list li .name {
    width: 68%;
    position: relative;
    font-size: 110%;
  }

  .page_goods ul.goods_list li .name .attention {
    display: block;
    font-size: 10px;
    line-height: 120%;
    margin-top: 5px;
    font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
    color: #ccc;
    padding-right: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .page_goods ul.goods_list li .right {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .page_goods ul.goods_list li .right span {
    font-size: 70%;
    display: inline-block;
    margin: 0 2px;
  }

  .page_goods #time .goods_contents,
  .page_goods #annai .goods_contents,
  .page_goods #tuhan .goods_contents {
    text-align: center;
    font-size: 13px;
    line-height: 200%;
  }

  .page_goods #toiawase {
    border-top: 1px solid rgba(175, 120, 97, 0.8);
    border-bottom: 1px solid rgba(175, 120, 97, 0.8);
    font-size: 1.3rem;
    line-height: 170%;
    padding: 20px 0;
    width: 90%;
    margin: 0 auto 50px;
  }

  .page_goods #toiawase p {
    padding: 0 10px;
  }

  .page_special h2.subtitle {
    margin: 20px 0 10px;
  }

  .page_special .movie_contents h3 {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 150%;
    margin-bottom: 8px;
  }

  .page_special .movie_contents ul {
    padding: 0 30px;
    margin-bottom: 80px;
  }

  .page_special .movie_contents ul li {
    width: 100%;
    margin: 0 0 40px;
  }

  .page_special .movie_contents ulpage_menu li img {
    border: 1px solid #666;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .page_special .movie_contents ul li img:hover {
    border: 1px solid #c49e4b;
  }
}
/* @media */
/* ================================================================ *
 * scss
 * ================================================================ */
.flatbtn a {
  position: relative;
  display: block;
  max-width: 300px;
  margin: 30px auto 20px;
  background: #af7861;
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  transition: all 0.3s ease-out;
}
.flatbtn a:before {
  content: "＞＞";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  font-weight: bold;
  -webkit-transform: translateY(-50%) scaleX(0.5);
  transform: translateY(-50%) scaleX(0.5);
  font-size: 13px;
  letter-spacing: -5px;
  line-height: 110%;
  transition: all 0.3s ease-out;
}
.flatbtn a:hover {
  background: #e29e7c;
}
.flatbtn a:hover:before {
  right: 15px;
}

.soukanzu {
  position: relative;
  width: 1041px;
  height: 919px;
  margin: 0 auto 140px;
  background: url(../../cast/img/pc_soukanzu_01.png) 50% 50% no-repeat;
  background-size: contain;
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}
.soukanzu .sp {
  display: none;
}
.soukanzu ul {
  position: absolute;
}
.soukanzu ul.sp {
  display: none;
}
.soukanzu li {
  position: absolute;
  width: 251px;
  height: 135px;
  display: block;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.soukanzu li.ori {
  width: 223px;
  height: 120px;
}
.soukanzu li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.soukanzu li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-size: contain;
}
.soukanzu li:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.soukanzu li.lazy {
  top: 232px;
  left: 25px;
}
.soukanzu li.lazy:after {
  background-image: url(../../cast/img/pc_main_lazy_on.png);
}
.soukanzu li.einsatz {
  top: 534px;
  left: 275px;
}
.soukanzu li.einsatz:after {
  background-image: url(../../cast/img/pc_main_einsatz_on.png);
}
.soukanzu li.sino {
  top: 232px;
  left: 524px;
}
.soukanzu li.sino:after {
  background-image: url(../../cast/img/pc_main_sino_on.png);
}
.soukanzu li.jasper {
  top: 22px;
  left: 39px;
}
.soukanzu li.jasper:after {
  background-image: url(../../cast/img/pc_ori_jasper_on.png);
}
.soukanzu li.spence {
  top: 22px;
  left: 538px;
}
.soukanzu li.spence:after {
  background-image: url(../../cast/img/pc_ori_spence_on.png);
}
.soukanzu li.zirconia {
  top: 541px;
  left: 773px;
}
.soukanzu li.zirconia:after {
  background-image: url(../../cast/img/pc_ori_zirconia_on.png);
}
.soukanzu li.germain {
  top: 746px;
  left: 289px;
}
.soukanzu li.germain:after {
  background-image: url(../../cast/img/pc_ori_germain_on.png);
}

@media screen and (max-width: 700px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .soukanzu {
    width: 370px;
    height: 519px;
    margin: 0 auto 80px;
    background: url(../../cast/img/sp_soukanzu_01.png) 50% 50% no-repeat;
    background-size: contain;
  }
  .soukanzu li {
    width: 135px;
    height: 73px;
  }
  .soukanzu li.ori {
    width: 120px;
    height: 65px;
  }
  .soukanzu li:after {
    display: none;
  }
  .soukanzu li.lazy {
    top: 136px;
    left: 32px;
  }
  .soukanzu li.einsatz {
    top: 308px;
    left: 32px;
  }
  .soukanzu li.sino {
    top: 136px;
    left: 202px;
  }
  .soukanzu li.jasper {
    top: 18px;
    left: 40px;
  }
  .soukanzu li.spence {
    top: 18px;
    left: 210px;
  }
  .soukanzu li.zirconia {
    top: 311px;
    left: 229px;
  }
  .soukanzu li.germain {
    top: 434px;
    left: 40px;
  }
}
.page_goods .pg {
  max-width: 750px;
  margin: 0 auto 150px;
}
.page_goods #goodslist .goods_list {
  background: rgba(36, 50, 115, 0.3);
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.page_goods #goodslist .goods_list:before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  border-left: 1px solid rgba(151, 105, 42, 0.3);
  border-right: 1px solid rgba(151, 105, 42, 0.3);
}
.page_goods #goodslist .box {
  position: relative;
  padding: 30px 0 60px;
}
.page_goods #goodslist .box .ttl {
  position: relative;
  padding: 0 0 5px 52px;
  margin-bottom: 10px;
  background: url(../img/goods_border.png) 0 100% repeat-x;
}
.page_goods #goodslist .box .ttl:after {
  content: "";
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  bottom: -5px;
  left: 30px;
  background: url(../img/goods_moon.png) 0 0 no-repeat;
}
.page_goods #goodslist .box .ttl h1 {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 23px;
  line-height: 110%;
}
.page_goods #goodslist .box .ttl .price {
  position: absolute;
  right: 25px;
  top: 50%;
  padding-bottom: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 21px;
  width: 130px;
  text-align: right;
}
.page_goods #goodslist .box .ttl .price span {
  font-size: 70%;
  display: inline-block;
  margin: 0 5px;
}
.page_goods #goodslist .box .img {
  padding: 5px;
  width: 85%;
  max-width: 560px;
  max-height: 380px;
  margin: 0 auto;
}
.page_goods #goodslist .box .imglst {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.page_goods #goodslist .box .imglst li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin: 0 2px;
  border: 1px solid rgba(250, 250, 250, 0.2);
}
.page_goods #goodslist .box .imglst li img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page_goods #goodslist .box table {
  font-size: 12px;
  line-height: 150%;
  width: 90%;
  max-width: 560px;
  margin: 20px auto 0;
  border-top: 1px solid #af7861;
  border-bottom: 1px solid #af7861;
}
.page_goods #goodslist .box table tr {
  border-bottom: 1px solid #af7861;
}
.page_goods #goodslist .box table tr:nth-last-child(1) {
  border-bottom: none;
}
.page_goods #goodslist .box table th {
  padding: 6px 15px;
  width: 70px;
}
.page_goods #goodslist .box table td {
  padding: 6px 15px;
}
.page_goods #goodslist .box .comp {
  width: 85%;
  max-width: 540px;
  margin: 20px auto 0;
  padding: 10px;
  border: 1px solid #af7861;
}
.page_goods #goodslist .box .comp dt {
  background: rgba(175, 120, 97, 0.9);
  text-align: center;
  padding: 5px 10px 2px;
  margin-bottom: 15px;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 18px;
  line-height: 110%;
}
.page_goods #goodslist .box .comp dd {
  text-align: center;
  padding: 0 10px 0;
  font-size: 12px;
  line-height: 150%;
}
.page_goods #goodslist .box .comp dd p {
  margin-top: 10px;
}
.page_goods #goodslist .attention {
  margin-top: 20px;
  font-size: 1.15rem;
  line-height: 150%;
}
.page_goods #goodslist .attention li {
  margin: 3px 0;
  font-size: 1.15rem;
  line-height: 150%;
  padding: 2px 2px 2px 1em;
  text-indent: -1em;
}
.page_goods #time h3 {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
  font-size: 25px;
  letter-spacing: 10px;
  margin: 10px 0 50px;
}
.page_goods #time h4 {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 21px;
  margin-bottom: 15px;
}
.page_goods .tokyo {
  margin-bottom: 60px;
}
.page_goods .inbox {
  margin-bottom: 40px;
}
.page_goods ul.goods_info {
  list-style: none;
  font-size: 1.35rem;
  line-height: 150%;
  padding: 30px 0;
  margin-bottom: 40px;
  border-top: 1px solid rgba(175, 120, 97, 0.8);
  border-bottom: 1px solid rgba(175, 120, 97, 0.8);
}
.page_goods ul.goods_info li {
  padding: 7px 25px 7px 50px;
  background: url(../img/bg_icon01.png) no-repeat 25px 0.7em;
  background-size: 15px;
}
.page_goods #info dl.attention {
  color: #ccc;
  border: 1px dotted rgba(175, 120, 97, 0.8);
  padding: 15px 15px 20px;
  margin-bottom: 25px;
}
.page_goods #info dl.attention dt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 150%;
  border-bottom: 1px solid rgba(175, 120, 97, 0.8);
  margin-bottom: 15px;
  padding: 3px 10px 5px;
}
.page_goods #info dl.attention dd {
  font-size: 1.15rem;
  line-height: 150%;
  padding: 2px 1em 2px 2em;
  text-indent: -1em;
}
.page_goods #tuhan .inbox {
  text-align: left;
  font-size: 1.55rem;
  line-height: 200%;
}
.page_goods #tuhan .inbox p {
  margin-bottom: 20px;
}
.page_goods #tuhan .inbox a {
  text-decoration: underline;
}
.page_goods #tuhan .inbox .item {
  margin: 20px 0;
}
.page_goods #tuhan .inbox .item dt {
  font-weight: bold;
}
.page_goods #tuhan .inbox .item dd {
  margin-bottom: 30px;
  line-height: 150%;
  padding-left: 1em;
}

@media screen and (max-width: 700px) {
  .page_goods .pg {
    width: 85%;
  }
  .page_goods #goodslist {
    width: 95%;
  }
  .page_goods #goodslist .goods_list {
    margin-bottom: 25px;
  }
  .page_goods #goodslist .goods_list:before {
    width: calc(100% - 20px);
    top: 0;
    left: 10px;
  }
  .page_goods #goodslist .box {
    padding: 30px 0;
  }
  .page_goods #goodslist .box .ttl {
    padding: 0 0 5px 32px;
    margin-bottom: 5px;
    background-size: auto 3px;
  }
  .page_goods #goodslist .box .ttl:after {
    width: 25px;
    height: 26px;
    bottom: -3px;
    left: 18px;
    background-size: 12px auto;
  }
  .page_goods #goodslist .box .ttl h1 {
    font-size: 17px;
    line-height: 110%;
  }
  .page_goods #goodslist .box .ttl h1 span {
    font-size: 90%;
    line-height: 110%;
  }
  .page_goods #goodslist .box .ttl .price {
    font-size: 17px;
    right: 15px;
  }
  .page_goods #goodslist .box .ttl .price span {
    font-size: 50%;
    display: inline-block;
    margin: 0 2px;
  }
  .page_goods #goodslist .box .imglst li {
    width: 40px;
    height: 40px;
  }
  .page_goods #goodslist .box table {
    border-top: 1px solid rgba(175, 120, 97, 0.9);
    border-bottom: 1px solid rgba(175, 120, 97, 0.9);
    font-size: 10px;
    line-height: 120%;
  }
  .page_goods #goodslist .box table tr {
    border-bottom: 1px solid rgba(175, 120, 97, 0.3);
  }
  .page_goods #goodslist .box table tr:nth-last-child(1) {
    border-bottom: none;
  }
  .page_goods #goodslist .box table th {
    padding: 5px 0 5px 10px;
    width: 55px;
  }
  .page_goods #goodslist .box table td {
    padding: 5px 10px;
  }
  .page_goods #goodslist .box .comp {
    padding: 5px 5px 15px;
  }
  .page_goods #goodslist .box .comp dt {
    font-size: 14px;
    line-height: 110%;
  }
  .page_goods #goodslist .box .comp dd {
    font-size: 10px;
    padding: 0;
  }
  .page_goods #goodslist .box .comp dd img {
    width: 50%;
  }
  .page_goods #goodslist .attention {
    margin-top: 20px;
  }
  .page_goods #goodslist .attention li {
    margin: 2px 0;
    font-size: 9px;
    line-height: 150%;
  }
  .page_goods #time h3 {
    font-size: 21px;
    letter-spacing: 10px;
    margin: 30px 0 25px;
  }
  .page_goods #time h4 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .page_goods ul.goods_info {
    font-size: 11px;
    line-height: 150%;
    padding: 10px 0;
    margin-bottom: 40px;
  }
  .page_goods ul.goods_info li {
    padding: 5px 10px 5px 25px;
    background: url(../img/bg_icon01.png) no-repeat 10px 0.7em;
    background-size: 11px;
  }
  .page_goods #info dl.attention {
    color: #ccc;
    border: 1px dotted rgba(175, 120, 97, 0.8);
    padding: 15px 15px 20px;
    margin-bottom: 25px;
  }
  .page_goods #info dl.attention dt {
    text-align: center;
    font-size: 1.5rem;
    line-height: 150%;
    border-bottom: 1px solid rgba(175, 120, 97, 0.8);
    margin-bottom: 15px;
    padding: 3px 10px 5px;
  }
  .page_goods #info dl.attention dd {
    font-size: 1.15rem;
    line-height: 150%;
    padding: 2px 1em 2px 2em;
    text-indent: -1em;
  }
  .page_goods #tuhan .inbox {
    text-align: left;
    font-size: 1.55rem;
    line-height: 200%;
  }
  .page_goods #tuhan .inbox p {
    margin-bottom: 20px;
  }
  .page_goods #tuhan .inbox a {
    text-decoration: underline;
  }
}
.page_dvd .dvd_contents, #screening .contents {
  max-width: 750px;
  margin: auto;
  font-size: 1.5rem;
  line-height: 2.13;
}
.page_dvd .dvd_contents h1, #screening .contents h1 {
  border-bottom: 1px solid #af7861;
  padding-bottom: 5px;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 25px;
  line-height: 130%;
  margin: 10px 0 35px;
}
.page_dvd .dvd_contents h1 span, #screening .contents h1 span {
  display: block;
  font-size: 70%;
  line-height: 130%;
}
.page_dvd .dvd_contents h2, #screening .contents h2 {
  margin: 35px 0 10px;
  color: #af7861;
  font-size: 120%;
  line-height: 100%;
}
.page_dvd .dvd_contents h2 span, #screening .contents h2 span {
  font-size: 70%;
  line-height: 100%;
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border: 1px solid #af7861;
  border-radius: 30px;
}
.page_dvd .dvd_contents h3, #screening .contents h3 {
  padding: 0 0 0 20px;
  margin-top: 30px;
  font-size: 110%;
  background: url(../img/bg_icon01.png) no-repeat 0px 40%;
  background-size: 16px auto;
  border-bottom: 1px dotted rgba(175, 120, 97, 0.5);
  margin-bottom: 10px;
}
.page_dvd .dvd_contents .item, #screening .contents .item {
  line-height: 180%;
  margin-bottom: 80px;
}
.page_dvd .dvd_contents .item p, #screening .contents .item p {
  font-size: 90%;
}
.page_dvd .dvd_contents .item dl.initem, #screening .contents .item dl.initem {
  position: relative;
  font-size: 90%;
  line-height: 150%;
}
.page_dvd .dvd_contents .item dl.initem dt, #screening .contents .item dl.initem dt {
  position: absolute;
  width: 100px;
}
.page_dvd .dvd_contents .item dl.initem dd, #screening .contents .item dl.initem dd {
  padding-left: 100px;
  line-height: 140%;
  margin-bottom: 10px;
}
.page_dvd .dvd_contents .item .tokuten, #screening .contents .item .tokuten {
  background: rgba(150, 150, 150, 0.2);
  padding: 20px 20px;
  margin-top: 50px;
}
.page_dvd .dvd_contents .item .tokuten dt, #screening .contents .item .tokuten dt {
  margin-bottom: 15px;
  padding: 0 10px 5px;
  text-align: center;
  border-bottom: 1px solid #af7861;
  font-size: 110%;
}
.page_dvd .dvd_contents .item .tokuten dd:nth-of-type(2), #screening .contents .item .tokuten dd:nth-of-type(2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #af7861;
}
.page_dvd .dvd_contents .item .tokuten dd p, #screening .contents .item .tokuten dd p {
  margin: 0 10px;
}
.page_dvd .dvd_contents .item .tokuten dd .img, #screening .contents .item .tokuten dd .img {
  text-align: center;
  margin: 15px 0;
}
.page_dvd .dvd_contents .item .attention, #screening .contents .item .attention {
  font-size: 80%;
  color: #ccc;
  line-height: 130%;
  margin: 0 10px;
}
.page_dvd .dvd_contents .item .attention li, #screening .contents .item .attention li {
  margin: 5px 0;
  padding-left: 1em;
  text-indent: -1em;
}
.page_dvd .dvd_contents .event h1, #screening .contents .event h1 {
  background: #af7861;
  margin: 0 0 30px;
  text-align: center;
  padding: 5px 10px;
  border: none;
}
.page_dvd .dvd_contents .event .wrap, #screening .contents .event .wrap {
  padding: 0 20px;
}
.page_dvd .dvd_contents .event p, #screening .contents .event p {
  line-height: 150%;
}
.page_dvd .dvd_contents .event table.gaiyou, #screening .contents .event table.gaiyou {
  border-top: 1px dotted #af7861;
  margin: 0px 0 60px;
  width: 100%;
  line-height: 130%;
}
.page_dvd .dvd_contents .event table.gaiyou tr, #screening .contents .event table.gaiyou tr {
  border-bottom: 1px dotted #af7861;
}
.page_dvd .dvd_contents .event table.gaiyou th, #screening .contents .event table.gaiyou th {
  padding: 10px 20px;
}
.page_dvd .dvd_contents .event table.gaiyou td, #screening .contents .event table.gaiyou td {
  padding: 10px;
}
.page_dvd .dvd_contents .event h2, #screening .contents .event h2 {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 130%;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.page_dvd .dvd_contents .event h3, #screening .contents .event h3 {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 20px;
}
.page_dvd .dvd_contents .event ul, #screening .contents .event ul {
  font-size: 90%;
  line-height: 130%;
}
.page_dvd .dvd_contents .event ul li, #screening .contents .event ul li {
  text-indent: -1em;
  padding: 5px 10px 2px 1em;
  line-height: 130%;
}
.page_dvd .dvd_contents .event ul li span, #screening .contents .event ul li span {
  display: inline-block;
  font-size: 95%;
  line-height: 120%;
  padding-left: 1em;
}
.page_dvd .dvd_contents .event table.detail, #screening .contents .event table.detail {
  border: 1px solid #af7861;
  background: rgba(255, 255, 255, 0.1);
  border-collapse: separate;
  padding: 1px;
  border-spacing: 2px;
  font-size: 95%;
  line-height: 130%;
  width: 100%;
}
.page_dvd .dvd_contents .event table.detail th, #screening .contents .event table.detail th {
  border: 1px solid #af7861;
  background: rgba(114, 79, 30, 0.3);
  text-align: left;
  padding: 10px;
}
.page_dvd .dvd_contents .event table.detail td, #screening .contents .event table.detail td {
  border: 1px solid #af7861;
  padding: 10px 20px;
}
.page_dvd .dvd_contents .event table.detail td span, #screening .contents .event table.detail td span {
  display: block;
}
.page_dvd .dvd_contents .event table.detail tr.koi th, #screening .contents .event table.detail tr.koi th {
  background: rgba(112, 91, 81, 0.6);
}
.page_dvd .dvd_contents .event table.detail tr.koi td, #screening .contents .event table.detail tr.koi td {
  background: rgba(255, 255, 255, 0.07);
}
.page_dvd .dvd_contents .event .attention, #screening .contents .event .attention {
  margin-top: 30px;
  font-size: 80%;
  border: 1px dotted #999;
  padding: 7px;
  color: #ccc;
}
.page_dvd .dvd_contents .event .attention li, #screening .contents .event .attention li {
  padding: 3px 0 3px 1.5em;
}
.page_dvd .dvd_contents #event, #screening .contents #event {
  border: 4px double #af7861;
  padding: 20px 20px 50px;
  margin-top: 70px;
}
.page_dvd .dvd_contents #event .noborder, #screening .contents #event .noborder {
  border: none;
  padding: 0;
  margin-top: 3px;
}
.page_dvd .dvd_contents #event .noborder li, #screening .contents #event .noborder li {
  padding: 3px 0 0 1em;
}

@media screen and (max-width: 700px) {
  .page_dvd .dvd_contents, #screening .contents {
    width: auto;
    margin: 0 4.6%;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .page_dvd .dvd_contents h1, #screening .contents h1 {
    font-size: 20px;
    line-height: 140%;
    margin: 10px 0 25px;
  }
  .page_dvd .dvd_contents h2, #screening .contents h2 {
    font-size: 120%;
    line-height: 130%;
  }
  .page_dvd .dvd_contents .item, #screening .contents .item {
    margin-bottom: 30px;
  }
  .page_dvd .dvd_contents .item dl.initem dt, #screening .contents .item dl.initem dt {
    position: absolute;
    width: 80px;
  }
  .page_dvd .dvd_contents .item dl.initem dd, #screening .contents .item dl.initem dd {
    padding-left: 80px;
    margin-bottom: 5px;
  }
  .page_dvd .dvd_contents .item .tokuten, #screening .contents .item .tokuten {
    padding: 20px 10px 15px;
    margin-top: 25px;
    font-size: 90%;
    line-height: 160%;
  }
  .page_dvd .dvd_contents .item .tokuten .img, #screening .contents .item .tokuten .img {
    padding: 0 30px;
  }
  .page_dvd .dvd_contents .event, #screening .contents .event {
    margin-bottom: 50px;
  }
  .page_dvd .dvd_contents .event .box, #screening .contents .event .box {
    margin: 0;
    padding: 10px 0;
  }
  .page_dvd .dvd_contents .event h1, #screening .contents .event h1 {
    font-size: 130%;
    margin-bottom: 20px;
  }
  .page_dvd .dvd_contents .event .wrap, #screening .contents .event .wrap {
    padding: 0 5px;
  }
  .page_dvd .dvd_contents .event table.gaiyou, #screening .contents .event table.gaiyou {
    font-size: 90%;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .page_dvd .dvd_contents .event table.gaiyou tr, #screening .contents .event table.gaiyou tr {
    border-bottom: 1px dotted #af7861;
  }
  .page_dvd .dvd_contents .event table.gaiyou th, #screening .contents .event table.gaiyou th {
    padding: 5px 10px 2px;
    display: block;
    color: #af7861;
    font-weight: bold;
  }
  .page_dvd .dvd_contents .event table.gaiyou td, #screening .contents .event table.gaiyou td {
    padding: 0px 10px 5px;
    display: block;
  }
  .page_dvd .dvd_contents .event h2, #screening .contents .event h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .page_dvd .dvd_contents .event ul, #screening .contents .event ul {
    font-size: 90%;
    line-height: 130%;
  }
  .page_dvd .dvd_contents .event ul li, #screening .contents .event ul li {
    text-indent: -1em;
    padding: 5px 10px 2px 1em;
    line-height: 130%;
  }
  .page_dvd .dvd_contents .event ul li span, #screening .contents .event ul li span {
    display: inline-block;
    font-size: 95%;
    line-height: 120%;
    padding-left: 1em;
  }
  .page_dvd .dvd_contents .event table.detail, #screening .contents .event table.detail {
    font-size: 90%;
    line-height: 130%;
  }
  .page_dvd .dvd_contents .event table.detail th, #screening .contents .event table.detail th {
    text-align: left;
    padding: 5px 5px;
    min-width: 95px;
  }
  .page_dvd .dvd_contents .event table.detail td, #screening .contents .event table.detail td {
    border: 1px solid #af7861;
    padding: 5px 5px;
  }
  .page_dvd .dvd_contents .event table.detail td span, #screening .contents .event table.detail td span {
    display: block;
  }
  .page_dvd .dvd_contents .event ul.attention, #screening .contents .event ul.attention {
    margin-top: 30px;
    font-size: 80%;
    border: 1px dotted #999;
    padding: 7px;
    color: #ccc;
  }
  .page_dvd .dvd_contents .event ul.attention li, #screening .contents .event ul.attention li {
    padding-left: 2em;
    text-indent: -1em;
  }
  .page_dvd .dvd_contents #event, #screening .contents #event {
    padding: 30px 20px 40px;
  }
}
