@charset "UTF-8";

.protect-box {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}
img.protect {
  pointer-events: none;
}

body.top .info{
  z-index: 12;
}
body.top .info-slider.slider-none .info__list-item{
  opacity: 1;
}
body.top .info__list-link.hover-none, body.top .notice__list-link.hover-none{
  opacity: 1!important;
}

body.top .info .info__list .info__list-link{
  display: inline-block;
  line-height: 1.4;
}
body.top .info__list-link[target="_blank"]::after{
  content: "";
  position: relative;
  display: inline-block;
  width: clamp(0.1rem, 100vw / 1424 * 14, 10000rem);
  height: clamp(0.1rem, 100vw / 1424 * 14, 10000rem);
  background-color: #C81E1D;
  mask-image: url(../img/common/icon_external_black.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: .5em;
  top: .1em;
}
body.top .notice .notice__inner .notice__list .notice__list-link{
  display: inline-block;
}
body.top .notice__list-link[target="_blank"]::after{
  content: "";
  position: relative;
  display: inline-block;
  width: clamp(0.1rem, 100vw / 1424 * 16, 10000rem);
  height: clamp(0.1rem, 100vw / 1424 * 16, 10000rem);
  background-color: #C81E1D;
  mask-image: url(../img/common/icon_external_black.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: .5em;
  top: .1em;
}
@media screen and (min-width: 768px) {
  body.top .info .info__list .info__list-link{
    margin-top: .25em;
  }
  body.top .notice .notice__inner .notice__list .notice__list-link{
    margin-top: .15em;
  }
}
@media screen and (max-width: 767.98px) {
  body.top .info .info__list .info__list-link{
    margin-top: .1em;
  }
  body.top .info__list-link[target="_blank"]::after{
    width: 3.7vw;
    height: 3.7vw;
  }
  body.top .notice__list-link[target="_blank"]::after{
    width: 4vw;
    height: 4vw;
  }
  body.top .notice__list-link[target="_blank"]::after{
    top: .1em;
  }
  body.top .notice__list-link{
    display: inline-block!important;
  }
}

body.theater-top .parts-second-banner-theater .second-banner {
  padding: 0 0 0;
}

body.article .article-table.article-table--detail+.article-table.article-table--detail{
  margin-top: clamp(0.1rem, 100vw / 1424 * 2, 10000rem);
}
@media screen and (max-width: 767.98px) {
  body.article .article-table.article-table--detail+.article-table.article-table--detail{
    margin-top: 0.5333333333vw;
  }
}

body.article .article-versatility{
  margin: 1.5em 0;
}

body.article *+.c-tag-heading{
  margin-top: 2em;
}

/* event */
body.event.article .article-date--event{
  gap: .5em;
}
body.event.article .article-date__note{
  color: #666;
  font-family: "museo-sans", sans-serif;
  font-size: clamp(0.1rem, 100vw / 1424 * 24, 10000rem);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  body.event.article .article-date__note{
    font-size: 3.9vw;
  }
}
body.event.article .article-date__note::before{
  display: none;
}

body.event.article .event-btn{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: clamp(0.1rem, 100vw / 1424 * 80, 10000rem);
  padding: 0px clamp(0.1rem, 100vw / 1424 * 32, 10000rem);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.1rem, 100vw / 1424 * 12, 10000rem);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #000;
  text-decoration: none;
  position: relative;
  margin-right: 1em;
  margin-top: 1em;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  body.event.article .event-btn {
    width: 100%;
    min-height: 16vw;
    padding: 0px 6.4vw;
    gap: 2.6666666667vw;
    margin-right: 0;
  }
}
body.event.article .event-btn[target=_blank]:not([href$=".pdf"])::after {
  content: "";
  display: inline-block;
  background-image: url("../img/common/icon_external.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: clamp(0.1rem, 100vw / 1424 * 12.2, 10000rem);
  height: clamp(0.1rem, 100vw / 1424 * 12.2, 10000rem);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  body.event.article .event-btn[target=_blank]:not([href$=".pdf"])::after {
    width: 3.2533333333vw;
    height: 3.2533333333vw;
  }
}
body.event.article .event-btn::after {
  content: "";
  display: inline-block;
  background-image: url("../img/common/icon_btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: clamp(0.1rem, 100vw / 1424 * 20, 10000rem);
  height: clamp(0.1rem, 100vw / 1424 * 14, 10000rem);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  body.event.article .event-btn::after {
    width: 4.5333333333vw;
    height: 3.2vw;
  }
}
body.event.article .event-btn::before {
  content: "";
  width: clamp(0.1rem, 100vw / 1424 * 24, 10000rem);
  height: clamp(0.1rem, 100vw / 1424 * 24, 10000rem);
  background-image: url("../img/common/icon_ticket.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: clamp(0.1rem, 100vw / 1424 * 24, 10000rem) clamp(0.1rem, 100vw / 1424 * 24, 10000rem);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: clamp(0.1rem, 100vw / 1424 * 3, 10000rem);
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  body.event.article .event-btn::before {
    width: 6.4vw;
    height: 6.4vw;
    background-size: 6.4vw 6.4vw;
    margin-top: 0.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.event.article .event-btn:hover::after {
    background-image: url("../img/common/icon_btn_arrow_hover.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  
  body.event.article .event-btn[target=_blank]:not([href$=".pdf"]):hover::after {
    background-image: url("../img/common/icon_external_hover.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  body.event.article .event-btn:hover::before {
    background-image: url("../img/common/icon_ticket_sgc.svg");
  }
}

body.event.article .event-btn .btn__label {
  color: #FFF;
  font-size: clamp(0.1rem, 100vw / 1424 * 22, 10000rem);
  font-weight: 900;
  line-height: 1;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
@media screen and (min-width: 768px) {
  body.event.article .event-btn:hover .btn__label {
    color: #FFE100;
  }
  body.event.article .event-btn[target=_blank]:not([href$=".pdf"]):hover .btn__label {
    color: #FFE100;
  }
}
@media screen and (max-width: 767.98px) {
  body.event.article .event-btn .btn__label {
    font-size: 4.8vw;
  }
}

.parts-second-banner-theater .second-banner {
  padding: 0 0 clamp(0.1rem, 100vw / 1424 * 80, 10000rem);
}
@media screen and (max-width: 767.98px) {
  .parts-second-banner-theater .second-banner {
    padding: 0 0 21.3333333333vw;
  }
}


/* news */
body.news.article .article-movie{
  margin-top: 2em;
}
body.news.article .article-movie .youtube-box{
  width: 50.56vw;
  height: 28.44vw;
  max-width: 720px;
  max-height: 405px;
  margin: 0 auto;
}
body.news.article .article-movie iframe{
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  body.news.article .article-movie .youtube-box{
    width: 89.33vw;
    height: 50.13vw;
    max-width: 100%;
    max-height: 100%;
  }
}

body.news.article .article-image{
  margin-top: 2em;
  text-align: center;
}

body.news.article .article-txt{
  margin-top: 1.5em;
}
body.news.article .article-table{
  margin-top: 2em;
}
body.news.article .article-table .article-table-th{
  width: 300px;
}
body.news.article .article-table .article-table-td{
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  body.news.article .article-table{
    width: 100%;
  }
  body.news.article .article-table tr{
    flex-direction: column;
  }
  body.news.article .article-table .article-table-th{
    width: 100%;
  }
}

.article-media{
  text-align: center;
}

body.infomation .biz-table{
  width: 100%;
  border: 1px solid #000;
}
body.infomation .biz-table th{
  padding: clamp(0.1rem, 100vw / 1424 * 12, 10000rem);
  background-color: #eee;
  font-size: clamp(0.1rem, 100vw / 1424 * 16, 10000rem);
  border: 1px solid #000;
  vertical-align: middle;
}
body.infomation .biz-table td{
  padding: clamp(0.1rem, 100vw / 1424 * 12, 10000rem);
  font-size: clamp(0.1rem, 100vw / 1424 * 16, 10000rem);
  text-align: center;
  border: 1px solid #000;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  body.infomation .biz-table th{
    padding: 3.2vw;
    font-size: 3.7333333333vw;
    width: 21.6vw;
    min-width: 21.6vw;
  }
  body.infomation .biz-table td{
    padding: 3.2vw;
    font-size: 3.7333333333vw;
    width: 21.6vw;
    min-width: 21.6vw;
  }
}

body.infomation .service__list .c-tag-heading__h3{
  margin: 1em 0;
  font-size: clamp(0.1rem, 100vw / 1424 * 24, 10000rem);
}
body.infomation .service__list .c-tag-heading__h3:nth-of-type(1){
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  body.infomation .service__list .c-tag-heading__h3{
    font-size: 5vw;
  }
}