@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* --------------------

#top

-------------------- */
#top {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 960px) {
  #top {
    min-width: 1024px;
    overflow: hidden;
    background: url("../img/top/top_bg_pc2.jpg") no-repeat bottom center fixed;
    background-size: cover;
    min-height: 100vh;
    padding: 0;
  }
}

.top-container {
  width: 85%;
  padding: 10% 0 0;
  margin: 0 auto;
  max-width: 750px;
  position: absolute;
  top: 3vw;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 1s linear;
}
@media screen and (min-width: 960px) {
  .top-container {
    position: absolute;
    top: -15vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 370px;
    padding: 0;
  }
}

.top-main {
  position: relative;
}

.logo {
  position: absolute;
  top: 90%;
  right: 0;
  left: 0;
  width: 87%;
  margin: 0 auto;
  transform: scale(1.1) rotate(10deg);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.03, 0.88, 0.35, 1.26);
}
@media screen and (min-width: 960px) {
  .logo {
    width: 40%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.logo.show {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.name {
  position: absolute;
  top: 3vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .name {
    max-width: 700px;
    top: 2vw;
  }
}

.lead {
  width: 11%;
  margin: 9% auto 0;
}
@media screen and (min-width: 960px) {
  .lead {
    position: absolute;
    width: 55px;
    top: 150px;
    right: -110px;
    margin: auto;
  }
}

.tw-link-sp {
  position: relative;
  padding: 50px 0 0;
}

.t-ttl {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  margin: 0 0 10px;
}

.tw-link {
  width: 70px;
  height: 70px;
  background: #fff;
  right: 2vw;
  top: 2vw;
  margin: auto;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
}
.tw-link a {
  color: #000;
  display: block;
  font-size: 1.8rem;
}
.tw-link a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .tw-link {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 2.5vw;
    top: 1vw;
    line-height: 75px;
  }
}

.rs {
  width: 65%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
}

.btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1.5rem 4rem;
  font-weight: bold;
  border: 2px solid #fdf050;
  background: #fdf050;
  font-size: 1.3rem;
  color: #000;
  transition: 0.5s;
}
.btn:hover {
  color: #0860aa;
  background: #fff;
}

.logo,
.rs {
  opacity: 0;
}

.theater-fix {
  position: fixed;
  bottom: 2vw;
  left: 2vw;
  width: 90px;
  z-index: 2;
}
.theater-fix a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .theater-fix {
    width: 150px;
  }
}

#photo {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#photo img {
  width: 100%;
}

.sub {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .sub {
    width: 33.3%;
  }
}

.top-info {
  background: #1ea1f1;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 5px 0 5px;
  font-size: 13px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.top-info span {
  font-size: 23px;
  display: inline-block;
  padding: 0.5em 0;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .top-info span {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .top-info {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    padding: 0.5em 0;
    background: rgba(30, 161, 241, 0.8509803922);
  }
}

.top-info-link {
  width: 90%;
  margin: 10px auto 5px;
  line-height: 1.5;
}
.top-info-link a {
  background: #000;
  color: #fff;
  padding: 5px;
  display: block;
}
.top-info-link a:hover {
  color: #1ea1f1;
}
@media screen and (min-width: 960px) {
  .top-info-link a {
    display: inline-block;
  }
}

/*-------------------------------

#intro

-------------------------------*/
#intro {
  margin: 0 auto;
  position: relative;
  background: #000 url(../img/intro/bg_sp.jpg) no-repeat center center;
  background-size: cover;
  padding: 0 0 60px;
}
@media screen and (min-width: 960px) {
  #intro {
    margin: 0 auto;
    background: #000 url(../img/intro/bg_pc.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 0;
  }
}

.intro-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .intro-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 100px;
  }
}

#intro .ttl {
  margin: 0 auto 12%;
  font-family: yu-mincho-pr6, YuMincho, "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 8px;
  color: #000;
}
@media screen and (min-width: 960px) {
  #intro .ttl {
    font-size: 2em;
    margin: 0 auto 30px;
    width: 500px;
  }
}

.intro-photo {
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.intro-main-photo {
  position: relative;
}

.photo-inner img {
  vertical-align: bottom;
}

.intro-lead {
  width: 95%;
  margin: 0 auto 25px;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .intro-lead {
    max-width: 800px;
    margin: 0 auto 30px;
  }
}

.intro-headline0 {
  width: 300px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .intro-headline0 {
    width: 470px;
    margin: 60px auto 40px;
  }
}

.intro-headline1 {
  width: 95%;
  max-width: 330px;
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  .intro-headline1 {
    max-width: 680px;
    margin: 50px auto 40px;
  }
}

.intro-headline2 {
  width: 330px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .intro-headline2 {
    width: 590px;
    margin: 50px auto 40px;
  }
}

.intro-txt {
  color: #fff;
  text-align: justify;
  letter-spacing: 1.3px;
  line-height: 2em;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  text-align: justify;
}
.intro-txt p {
  line-height: 2;
  margin: 0 auto 10px;
}
@media screen and (min-width: 960px) {
  .intro-txt {
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
  }
}

.i-photo {
  position: relative;
  height: 50vh;
  min-height: 470px;
}
@media screen and (min-width: 960px) {
  .i-photo {
    height: 40vh;
    max-width: 1280px;
    margin: 0 auto;
  }
}

#intro .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px;
}
@media screen and (min-width: 960px) {
  #intro .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 70px;
  }
}

.intro-prev, .intro-next {
  position: absolute;
  width: 35px;
  top: 55%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .intro-prev, .intro-next {
    top: 60%;
    margin: 280px;
  }
}

.intro-prev {
  left: 2px;
}

.intro-next {
  right: 2px;
}

.intro-prev.swiper-button-disabled, .intro-next.swiper-button-disabled {
  opacity: 0.1;
}

/*-------------------------------

#news

-------------------------------*/
#news {
  padding: 50px 0;
}
@media screen and (min-width: 960px) {
  #news {
    padding: 50px 0;
  }
}

#news-ttl {
  width: 105px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  #news-ttl {
    width: 120px;
  }
}

#news-container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

#news .contents-inner {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  #news .contents-inner {
    padding: 50px 10px;
    max-width: 1280px;
  }
}

#news .ttl {
  color: #fff;
  background: none;
}

.news-feed {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.news-feed-list {
  padding: 20px 0;
}
.news-txt-wrapper {
  width: 100%;
}

.news-date {
  color: #fff;
  text-align: justify;
  margin: 0 0 5px 0;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
}

.news_thumb {
  width: 100%;
  margin: 0 auto 20px;
}

.news_thumb a {
  width: 100%;
  height: 100%;
  display: block;
}

.news_thumb img {
  height: auto;
  width: 100%;
  top: 0;
  border: 1px solid #2f2f2f;
  transition: 0.3s all;
}

.news_thumb:hover img {
  opacity: 0.7;
  cursor: pointer;
}

.news-txt-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-txt-wrapper a:hover {
  cursor: pointer;
}

.newstxt {
  font-size: 14px;
  text-align: justify;
  color: #fff;
  line-height: 2em;
  text-decoration: underline;
}
.newstxt:hover {
  color: #009fde;
}

.more-btn {
  width: 180px;
  margin: 0 auto;
  color: #fff;
  width: 150px;
  margin: 30px auto 0;
  text-align: center;
}
.more-btn a {
  color: #fff;
  display: block;
  padding: 13px 0;
  border: 1px solid #fff;
  font-size: small;
  font-family: "Roboto Condensed", sans-serif;
}
.more-btn a:hover {
  color: #009fde;
  border: 1px solid #009fde;
}

@media only screen and (max-width: 750px) {
  .news_thumb {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.summary {
  width: 90%;
  margin: 30px auto 0;
  padding: 60px 20px;
  border: 1px solid #f14360;
  background: rgba(241, 67, 96, 0.0784313725);
}
@media screen and (min-width: 960px) {
  .summary {
    width: 80%;
    margin: 60px auto;
  }
}

.guide {
  text-align: center;
  padding: 40px 0 0;
  cursor: pointer;
  width: 80%;
  margin: 0 auto;
  line-height: 1.8;
}
.guide a {
  position: relative;
  color: #009fde;
  cursor: pointer;
  text-decoration: underline;
  transition: 0.5s;
}
.guide a:hover {
  color: #fff;
}

.guide2 {
  text-align: center;
  padding: 20px 0 40px;
  cursor: pointer;
}
.guide2 a {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #ff3f62 !important;
  cursor: pointer;
  text-decoration: underline;
  transition: 0.5s;
}
.guide2 a:hover {
  color: #fff !important;
}

.filmarks {
  padding: 0 0 20px 0;
  width: 75%;
  margin: 0 auto;
}
.filmarks a {
  transition: 0.5s;
}
.filmarks a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .filmarks {
    width: 300px;
  }
}

.top-btn-container {
  padding: 50px 0 0 0;
}

@media screen and (min-width: 960px) {
  .theater {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    max-width: 1280px;
  }
}

@media screen and (min-width: 960px) {
  .event {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    max-width: 1280px;
  }
  .event .btn__ {
    margin: 10px auto 0 !important;
  }
}

@media screen and (min-width: 960px) {
  .liveviewing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    max-width: 1280px;
  }
  .liveviewing .btn__ {
    margin: 30px auto 0 !important;
  }
}

.theater-link {
  background-color: #E990D8;
  border: 1px solid #E990D8;
}

.event-link {
  background-color: #FFF450;
  border: 1px solid #FFF450;
}

.present-link {
  background: #87cefa;
  border: 1px solid #87cefa;
}

.ss-link {
  background: #87cefa;
  border: 1px solid #87cefa;
}

.tokuten-link {
  background: #FFF450;
  border: 1px solid #FFF450;
}

.top-news-link {
  background: #009fde;
  border: 1px solid #009fde;
}

.goods-link {
  background: #08bbbb;
  border: 1px solid #08bbbb;
}

.liveviewing-link {
  background: #87cefa;
  border: 1px solid #87cefa;
  font-size: 16px !important;
  line-height: 1.3;
  max-width: 430px !important;
}

.bk-top-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 95%;
  max-width: 380px;
  margin: 0 auto;
  border: 1px solid #fff;
  background-color: #00a0dd;
  color: #000;
  font-size: 1em;
  font-weight: bold;
  padding: 1.5em 3em 1.5em 2em;
  border: 1px solid #fff;
  background-color: #fff;
}
.bk-top-link:hover {
  opacity: 0.7;
}

.btn-container {
  position: relative;
  margin: 100px 0 0;
}
.btn-container a {
  color: #000;
  font-weight: bold;
  background: #fff;
  border: 1px solid #fff;
  width: 90%;
  max-width: 400px;
  padding: 1em;
  margin: 25px auto;
  display: block;
  text-align: center;
}
.btn-container a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.news-prev, .news-next {
  position: absolute;
  width: 35px;
  top: 31%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #fff;
}

.news-prev {
  left: 2px;
}

.news-next {
  right: 2px;
}

.news-prev.swiper-button-disabled, .news-next.swiper-button-disabled {
  opacity: 0.1;
}

/*-------------------------------

#comment

-------------------------------*/
#comment {
  color: #fff;
  padding: 60px 0;
}

@media screen and (min-width: 960px) {
  .comment-list {
    padding: 60px 0;
  }
}

#comment-ttl {
  position: relative;
  width: 60%;
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  #comment-ttl {
    max-width: 250px;
  }
}

.c-name {
  font-family: "Roboto Condensed", sans-serif;
}

.kana {
  font-size: 60%;
  color: #7b7b7b;
  margin-bottom: 0.5em;
  display: block;
  padding: 10px 0 0;
}
@media screen and (min-width: 960px) {
  .kana {
    display: inline-block;
    padding: 0 0 0 10px;
  }
  .kana.ep {
    padding: 0 10px 0 0;
  }
}

.contents-inner {
  position: relative;
  margin: 0 auto;
  padding: 5%;
  max-width: 1024px;
}

.comment-box {
  display: block;
}
@media screen and (min-width: 960px) {
  .comment-box {
    padding: 30px 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}

.comment-img {
  width: 70%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  .comment-img {
    width: 280px;
    margin: 0 30px 0 0;
  }
}

.comment-txt-box {
  -webkit-flex: 1;
  flex: 1;
}

.comment-box {
  padding: 30px 0;
}

.comment-name {
  margin: 0 0 0.5em;
  padding: 0 0 8px;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .comment-name {
    text-align: justify;
    border-bottom: 1px solid #4c4c4c;
  }
}

.comment-txt {
  padding: 0.5em 0;
  line-height: 2em;
  text-align: justify;
}

.comment-column-name {
  padding: 13px 0 0 0;
  font-size: 1.3em;
  text-align: center;
}
.comment-column-name span {
  display: block;
  padding: 5px 0 0 0;
}
.comment-column-name .ep {
  font-size: xx-small;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .comment-column-name .ep {
    font-size: 60%;
  }
}

#cast {
  height: 100%;
  padding: 60px 0;
}

#cast .ttl {
  width: 140px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #cast .ttl {
    width: 180px;
  }
}

#cast-box {
  margin: 40px auto 0;
}
@media screen and (min-width: 960px) {
  #cast-box {
    margin: 70px auto 0;
    width: 90%;
  }
}

#cast .box {
  width: 44%;
  margin: 0 10px 20px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #cast .box {
    width: 20%;
    max-width: 340px;
    margin: 0 25px 20px;
  }
}

.comment-column {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .comment-column {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}

.cast-txt {
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
  padding: 0 0 60px 0;
}
@media screen and (min-width: 960px) {
  .cast-txt {
    float: right;
    width: 65%;
    padding: 0;
  }
}

.box {
  width: 44%;
  margin: 10px 10px 40px;
  transition: opacity 0.7s;
}
@media screen and (min-width: 960px) {
  .box {
    width: 23%;
    max-width: 340px;
  }
}

.scale img {
  transition: transform 0.5s linear;
}

.scale img:hover {
  opacity: 0.8;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.cast-photo {
  width: 70%;
  max-width: 300px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .cast-photo {
    width: 250px;
    float: left;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1c2731;
  z-index: 9;
}
@media screen and (min-width: 960px) {
  .modal-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

.modal-open:hover {
  cursor: pointer;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 999;
  margin: 10px;
  padding: 35px;
  border-radius: 2px;
  height: auto;
  margin-top: 100px !important;
}
@media screen and (min-width: 960px) {
  .modal-content {
    margin: 10px;
    padding: 45px;
    border-radius: 2px;
    width: 90%;
    width: 900px;
    height: 500px;
    overflow: auto;
    margin-top: 100px;
    z-index: 10;
  }
}

.cast-name {
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .cast-name {
    padding: 10px 0 !important;
    border-bottom: 1px solid #e60012;
  }
}

.role {
  margin: 10px 0;
}
@media screen and (min-width: 960px) {
  .role {
    margin: 10px 0;
  }
}

.comment-block {
  padding: 0 0 10px 0;
}

.comment-headline {
  margin: 10px 0;
  border-bottom: 1px solid #4c4c4c;
}
.comment-headline p {
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .comment-headline {
    margin: 10px 0;
  }
}

.role p {
  color: #7b7b7b !important;
  text-shadow: none !important;
  text-align: center !important;
}
@media screen and (min-width: 960px) {
  .role p {
    margin-bottom: 0;
    color: #fff;
    text-shadow: none;
    text-align: justify !important;
  }
}

.modal-content p {
  word-break: break-word;
  text-align: justify;
  color: #fff;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.cast-name span {
  font-size: 15px;
  display: block;
  padding: 8px 0 0 0;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .modal-close {
    top: 5px;
    right: 10px;
  }
}

.modal-close:hover {
  cursor: pointer;
}

.modal-content h2 {
  text-align: left !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #c00f18;
  margin: 0 0 10px 0;
}

#modal0, #modal1, #modal2, #modal3, #modal4, #modal5, #modal6, #modal7 {
  width: 95% !important;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (min-width: 960px) {
  #modal0, #modal1, #modal2, #modal3, #modal4, #modal5, #modal6, #modal7 {
    width: 900px !important;
    height: auto;
    overflow: auto;
    margin-top: 0px;
  }
}

.comment-btn {
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  padding: 13px 0;
  margin: 20px 0 0 0;
  border: 1px solid #fff;
  font-size: small;
  font-family: "Roboto Condensed", sans-serif;
}
.comment-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.comment-btn:hover {
  background: #fff;
  color: #000;
}

.comment-btn:hover:after {
  right: 1.4rem;
}

/*-------------------------------

#movie

-------------------------------*/
#trailer {
  padding: 20px 0 40px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #trailer {
    padding: 60px 0 50px;
  }
}

#trailer .ttl {
  width: 130px;
  margin: 0 auto 7%;
  color: #fff100;
}
@media screen and (min-width: 960px) {
  #trailer .ttl {
    width: 170px;
    margin: 0 auto 3%;
  }
}

.pc-modal-movie, .pc {
  display: none;
}

.sp {
  display: block;
}

.movie-inner {
  width: 90%;
  margin: 0 auto;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
#movie-container.swiper-container-horizontal {
  opacity: 1;
}
@media screen and (min-width: 960px) {
  #movie-container {
    width: 95%;
    max-width: 1440px;
  }
}

.movie-thumb-box {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  border: 2px solid #fff;
  aspect-ratio: 16/9;
}
.movie-thumb-box img, .movie-thumb-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}

.movie-cap {
  padding: 15px 0 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}
.movie-thumb-list .slider-arrow img {
  width: 100%;
}
.movie-thumb-list .slider-prev {
  left: 0;
}
.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}
#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}
#trailer-play a:hover {
  opacity: 1;
}

.swiper-container {
  padding: 0 0 20px;
}

.swiper-pagination {
  z-index: 2;
}

.swiper-pagination-bullet {
  background: #fff;
  width: 10px !important;
  height: 10px !important;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

#trailer .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px !important;
}

.trailer-prev, .trailer-next {
  position: absolute;
  width: 35px;
  top: 43%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #fff;
}

.trailer-prev {
  left: 2px;
}

.trailer-next {
  right: 2px;
}

.trailer-prev.swiper-button-disabled, .trailer-next.swiper-button-disabled {
  opacity: 0.1;
}

#cboxOverlay {
  background: #000;
}

.trailer-contents {
  position: relative;
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 4% 4% 4% 4%;
}

.trl-main {
  width: 100%;
  max-width: 920px;
}

.play-btn {
  display: block;
  width: 70px;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.play-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .play-btn {
    width: 100px;
    top: 45%;
    left: 50%;
  }
}

.play-btn.playActive {
  display: none;
}

#footer {
  padding: 7% 3%;
}

@media screen and (min-width: 960px) {
  #footer {
    padding: 3% 0 0;
  }
}
.billing {
  color: #fff;
  width: 95%;
  margin: 0 auto;
  padding: 0 0 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  font-size: 0.9rem;
}
.billing span {
  font-size: 0.6rem;
  display: block;
  margin: 20px 0;
}
@media screen and (min-width: 960px) {
  .billing {
    padding: 30px 0 0;
    margin: 0 auto 60px;
    width: 58%;
    max-width: 500px;
  }
}

.f-logo {
  width: 70%;
  margin: 10px auto 60px;
}
@media screen and (min-width: 960px) {
  .f-logo {
    width: 310px;
    bottom: 2vw;
    left: 2vw;
  }
}

.s-logo {
  width: 23%;
  margin: 60px auto;
}
@media screen and (min-width: 960px) {
  .s-logo {
    width: 80px;
    bottom: 2vw;
    left: 2vw;
  }
}

#sns-sp {
  width: 90%;
  margin: 0 auto;
}
#sns-sp li {
  margin: 15px 0;
}

#sns-pc {
  margin: 0 auto;
  position: absolute;
  top: 1vw;
  right: 1vw;
}
#sns-pc li {
  width: 100%;
  padding: 5px;
  max-width: 230px;
}

.tw-btn {
  display: block;
  max-width: 300px;
  background-color: rgba(0, 0, 0, 0.631372549);
  font-size: 15px;
  color: #fff;
  padding: 16px;
  text-align: center;
  transition: 0.4s;
  margin: 10px auto;
  border: 1px solid #6c6975;
  font-family: "Roboto Condensed", sans-serif;
}
.tw-btn:hover {
  color: #FD2E54;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .tw-btn {
    font-size: 13px;
    max-width: 200px;
    margin: 3px;
    padding: 10px 16px;
  }
}

/*-------------------------------

ticket

-------------------------------*/
.detail-box {
  width: 90%;
  max-width: 980px;
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
  color: #fff;
  z-index: 1;
}

.con-ttl {
  color: #00a0dd;
  letter-spacing: 5px;
  font-size: 42px;
  text-align: center;
  margin: 0 0 50px;
  font-style: italic;
  font-family: "Impact", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 960px) {
  .con-ttl {
    font-size: 55px;
    margin: 0 0 80px;
  }
}

.present-block {
  margin: 10px auto;
}

.con-block0 {
  margin: 40px auto;
}

.con-block {
  padding: 40px 10px;
  margin: 40px auto;
}
@media screen and (min-width: 960px) {
  .con-block {
    padding: 40px 0;
  }
}

.con-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0.9em 3em 0.9em 2em;
  border: 1px solid #fff;
  background-color: #00a0dd;
  color: #fff;
  font-size: 1em;
}
.con-link-btn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .con-link-btn {
    width: 380px;
  }
}

.con-link-btn::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: 0.5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}

.con-link-btn:hover::after {
  transform: translateY(-50%) scaleX(1.4);
}

.locations-inner p {
  text-align: center !important;
}
@media screen and (min-width: 960px) {
  .locations-inner {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
}

.present-photo0 {
  margin: 40px auto 0;
}

.present-photo1,
.present-photo2,
.present-photo3 {
  margin: 30px auto;
}

.ap {
  text-align: center;
  width: 100% !important;
  margin: 0 auto !important;
}
.ap img {
  max-width: 700px !important;
}
@media screen and (min-width: 960px) {
  .ap {
    width: 100% !important;
  }
}

.p-txt {
  margin: 20px auto !important;
  font-weight: bold;
}

.present-photo {
  width: 100%;
  margin: 0 auto 60px;
}
.present-photo p {
  text-align: center !important;
  font-size: 1.1em;
}
.present-photo p span {
  font-size: 1.4em !important;
}
@media screen and (min-width: 960px) {
  .present-photo p span {
    font-size: 1.3em !important;
  }
}
@media screen and (min-width: 960px) {
  .present-photo p {
    font-size: 1.3em !important;
  }
}
@media screen and (min-width: 960px) {
  .present-photo {
    width: 100%;
    margin: 0 auto 60px;
  }
}

@media screen and (min-width: 960px) {
  .mvtk-photo {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 30px auto 0;
  }
}

.mvtk {
  text-align: center;
  width: 50% !important;
  margin: 0 auto !important;
}
@media screen and (min-width: 960px) {
  .mvtk {
    width: 70% !important;
  }
}

.mvtk img {
  width: 100% !important;
  margin: 10px auto 10px !important;
}
@media screen and (min-width: 960px) {
  .mvtk img {
    margin: 10px auto 30px !important;
  }
}

.wallpaper {
  text-align: center;
  width: 50% !important;
  margin: 0 auto !important;
}
@media screen and (min-width: 960px) {
  .wallpaper {
    max-width: 220px;
  }
}
.wallpaper img {
  width: 100% !important;
  margin: 10px auto 10px !important;
}
@media screen and (min-width: 960px) {
  .wallpaper img {
    margin: 10px auto 0 !important;
  }
}

.notes {
  font-size: small;
  line-height: 27px;
  word-break: break-word;
  width: 90%;
  margin: 20px auto !important;
}

.detail-box .date {
  font-size: 15px;
  font-weight: bold;
}

.detail-box .cat {
  color: #fff;
  display: inline-block;
  background: #000;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50px;
  right: 50px;
  transition: all 0.2s ease-out;
}

.detail-box .cat:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}

.detail-box .ttl {
  margin: 20px 0 30px;
  padding: 0 0 10px;
  border-bottom: 2px dotted #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.detail-box .ttl a {
  color: #333;
}

.detail-box .ttl a:hover {
  color: #009fde;
}

.txt-area {
  font-size: 16px;
  line-height: 1.8;
}

.txt-area p {
  width: 95%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .txt-area p {
    text-align: center;
  }
}
.txt-area p span {
  font-size: small;
}

.txt-area strong {
  text-align: center;
  display: block;
}

.txt-area a {
  color: #00a0dd;
}

.txt-area a:hover {
  text-decoration: underline;
}

.txt-area img,
.txt-area iframe {
  /* max-width: 100%;
  /* height: auto; */
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.subtitle {
  margin: 60px 0 0;
  color: #00a0dd;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .subtitle {
    font-size: 26px;
  }
}

.cc {
  padding: 20px 0;
  font-size: 10px;
  color: #fff;
}

.headline {
  width: 100%;
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 0.5rem;
  letter-spacing: 2px;
  color: #000;
  background: #02a1dd;
  font-weight: 900;
}

.ttl2 {
  margin: 20px 0 30px;
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 37px;
  line-height: 1.4;
  color: #00a2dd;
  text-align: center;
}

.poster {
  text-align: center;
  margin: 0 auto 50px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .poster {
    width: 500px;
    margin: 0 auto 50px;
  }
}

.info {
  border: 1px solid #00a2dd;
  margin: 0 0 40px;
  text-align: center;
}
.info p {
  text-align: center;
  width: 95%;
  margin: 1em auto;
}

@media all and (max-width: 768px) {
  #main {
    width: 100%;
    min-width: inherit;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-template-areas: "head" "left" "right" "foot";
    display: block;
  }
  #bg {
    position: fixed;
    height: 100%;
    min-height: 100vh;
  }
  #head-area {
    height: auto;
    margin: 0;
  }
  #left-area {
    position: relative;
    height: 130px;
  }
  #right-area {
    margin: 0;
    padding: 0 3%;
  }
  .head-img {
    width: 100%;
    max-width: 520px;
  }
  .link-btn {
    width: 180px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
    z-index: 3;
    border-radius: 20px;
    /*    background: #000;*/
    margin: 0 auto;
    z-index: 1;
    transition: all 0.2s ease-out;
  }
  /*
    .link-btn:hover {
      color: #fff;
      background: #e71b0e;
    }
  */
  .detail-box {
    padding: 15vw 0 5vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 960px) {
  .detail-box {
    padding: 15vw 0 0;
  }
}
@media all and (max-width: 768px) {
  .detail-box .date {
    font-size: 14px;
  }
  .detail-box .cat {
    font-size: 12px;
    top: 5vw;
    right: 5vw;
  }
  .detail-box .cat:hover {
    background: #ffe46d;
    color: #7b7b7a;
  }
  .detail-box .ttl {
    margin: 20px 0;
    padding: 0 0 5px;
    font-size: 20px;
  }
  .detail-box .ttl a:hover {
    color: #4e4949;
  }
  .txt-area {
    font-size: 14px;
  }
  .txt-area a:hover {
    text-decoration: underline;
  }
  .info {
    margin: 0 0 20px;
  }
  .ttl2 {
    font-size: 24px;
    margin: 40px 0 10px;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 80px;
  }
  #trailer .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
  }
  .trailer-prev,
  .trailer-next {
    display: none;
  }
  .movie-inner {
    width: 60%;
    margin: 0 auto;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-inner {
    height: 338px;
  }
  .p-ttl {
    width: 50%;
  }
  .play-btn {
    top: 45%;
  }
  table {
    max-width: 430px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .roadshow {
    width: 8vw;
  }
}/*# sourceMappingURL=style.css.map */