@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  color: #000;
  font-family: akzidenz-grotesk-next-pro, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img, picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  line-height: 1.3;
  margin-bottom: 40px;
}
h2 .h2-en {
  font-size: 2.5em;
  font-weight: 800;
}
h2 .h2-jp {
  color: #F01941;
  font-weight: 800;
}

section.section-default {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  section.section-default {
    padding: 80px 0;
  }
}
section.section-default .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  section.section-default .section_inner {
    padding: 0 30px;
  }
}
section.section-default .section_inner .section_main {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.section-default .section_inner .section_main {
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/*fixed_bg------------------------*/
.fixed_bg {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 200lvh;
  background-image: url(img/bg2.jpg?Ver=1.0.1);
  background-size: 100%;
  background-position: top center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .fixed_bg {
    background-size: 1920px;
  }
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loading_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loader {
  max-width: 200px;
  width: 30%;
  opacity: 0.32;
}

/*-------------------------------*/
/*nav----------------------------*/
/*-------------------------------*/
/*sharebtn-----------------------*/
/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .shares {
    flex-direction: column;
  }
}

.share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  gap: 20px;
}
.share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

.share_btns-square {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.share_btns-square::before {
  font-family: akzidenz-grotesk-next-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "";
  letter-spacing: 0.1em;
  padding-right: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(img/asset-light/share.svg);
  background-size: contain;
  background-position: center center;
}
.share_btns-square li {
  cursor: pointer;
  width: 24px;
}
.share_btns-square li img {
  transition: 0.2s;
}
.share_btns-square li img:hover {
  opacity: 0.5;
}

/*-------------------------------*/
/*noiseOverlay-------------------*/
@keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}
.noise_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg_l.webp);
  background-repeat: repeat;
  background-size: 200px;
  animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.4;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .noise_overlay {
    background-size: 200px;
  }
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-inview------------------------*/
.fadeIn {
  opacity: 0;
  transition: 0.5s;
}
.fadeIn.is-inview {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translateY(5px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.fadeFromLeft {
  opacity: 0;
  transition: 1s;
  transform: translateX(-20px);
}
.fadeFromLeft.is-inview {
  transform: translateX(0);
  opacity: 1;
}

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
.sub-nav {
  font-family: akzidenz-grotesk-next-conden, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #FFF;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
}
.sub-nav ul {
  display: flex;
  justify-content: space-between;
}
.sub-nav ul li {
  height: 60px;
  overflow: hidden;
  width: calc(20% - 1px);
  background-color: #000;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sub-nav ul li {
    width: calc(17.5% - 1px);
  }
}
.sub-nav ul li {
  transition: 0.2s;
}
.sub-nav ul li:hover {
  background-color: rgb(82, 82, 82);
}
.sub-nav ul li a {
  padding: 5px 0;
  display: flex;
  color: #FFF;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .sub-nav ul li a {
    flex-direction: column;
    font-size: 0.9em;
    gap: 0.25em;
  }
}
.sub-nav ul li .nav-texts {
  color: #FFF;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .sub-nav ul li .nav-texts {
    align-items: center;
  }
}
.sub-nav ul li .nav-texts .nav-en {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .sub-nav ul li .nav-texts .nav-en {
    font-size: 12px;
  }
}
.sub-nav ul li .nav-texts .nav-jp {
  font-size: 11px;
  color: #CCC;
}
@media screen and (max-width: 768px) {
  .sub-nav ul li .nav-texts .nav-jp {
    font-size: 9px;
  }
}
.sub-nav ul li img {
  width: 22px;
  opacity: 0.8;
  display: none;
}
@media screen and (max-width: 768px) {
  .sub-nav ul li img {
    width: 16px;
  }
}
.sub-nav ul li.menu-theater {
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .sub-nav ul li.menu-theater {
    padding: 5px 0 3px;
    width: 30%;
    flex-direction: column;
    justify-content: space-between;
  }
}
.sub-nav ul li.menu-theater:hover {
  background-color: #000;
}
.sub-nav ul li.menu-theater .upper {
  display: flex;
  gap: 4px;
  width: 50%;
  justify-content: center;
}
.sub-nav ul li.menu-theater .upper .nav-texts {
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .sub-nav ul li.menu-theater .upper {
    width: auto;
    height: 24px;
  }
}
.sub-nav ul li.menu-theater .lower {
  width: 50%;
  gap: 2px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sub-nav ul li.menu-theater .lower {
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 8px);
    height: 24px;
  }
}
.sub-nav ul li.menu-theater .lower a {
  background-color: rgb(240, 240, 240);
  color: #000;
  flex: 1;
  flex-direction: row;
  border-radius: 3px;
  height: 50%;
  width: calc(100% - 4px);
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .sub-nav ul li.menu-theater .lower a {
    height: 24px;
    width: 100%;
  }
}
.sub-nav ul li.menu-theater .lower a::after {
  content: "";
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-image: url(img/icon_external-b.svg);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sub-nav ul li.menu-theater .lower a::after {
    font-size: 0.7em;
    width: 10px;
    height: 10px;
  }
}
.sub-nav ul li.menu-theater .lower a {
  transition: 0.2s;
}
.sub-nav ul li.menu-theater .lower a:hover {
  background-color: rgb(190, 190, 190);
}

.top_btn {
  z-index: 99;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transform: scale(1, 0.6);
  color: #FFF;
  mix-blend-mode: difference;
  cursor: pointer;
}
.top_btn.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top_btn.active {
    opacity: 1;
  }
}
.top_btn:hover {
  transform: scale(1, 0.6) translateY(2px);
  opacity: 0.5;
}

/*-------------------------------*/
footer .footer {
  color: #FFF;
  text-align: center;
  padding: 80px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 80px 20px;
  }
}
footer .footer .link-x {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto 20px;
}
footer .footer .link-x img {
  width: 32px;
}
footer .footer .link-x span {
  height: 25px;
  width: 1px;
  background-color: #FFF;
}
footer .footer .link-x p {
  color: #FFF;
  font-family: akzidenz-grotesk-next-conden, sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer .footer .link-x {
  transition: 0.2s;
}
footer .footer .link-x:hover {
  opacity: 0.7;
}
footer .footer .logos {
  width: 140px;
  margin: 0 auto 20px;
}
footer .footer p.credit {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-bottom: 30px;
  font-size: 0.8em;
  flex-wrap: wrap;
}
footer .footer p.credit span {
  display: inline-block;
}
footer .footer p.copyright {
  font-size: 0.8em;
}

#top {
  padding: 0 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top {
    padding: 0;
  }
}
#top .top_inner {
  max-width: 900px;
  margin: 5% auto;
}
@media screen and (max-width: 768px) {
  #top .top_inner {
    padding: 20px 20px 20px;
  }
}
#top .top_inner .title {
  width: 100%;
  margin: 0 auto 5%;
  opacity: 0;
  transition: 1s;
  transform: scale(1.3);
}
#top .top_inner .title.active {
  transform: scale(1);
  opacity: 1;
}
#top .top_inner .liveviewing {
  width: 46%;
  margin: 0 auto 5%;
}
@media screen and (max-width: 768px) {
  #top .top_inner .liveviewing {
    width: 60%;
  }
}
#top .top_inner .liveviewing {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(10px);
}
#top .top_inner .liveviewing.active {
  transform: translateY(0);
  opacity: 1;
}
#top .top_inner .logo {
  width: 60%;
  margin: 0 auto 0;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(10px);
}
#top .top_inner .logo.active {
  transform: translateY(0);
  opacity: 1;
}
#top .live {
  width: 50%;
  max-width: 360px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #top .live {
    margin: 0 auto 20px;
  }
}
#top .live {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(10px);
}
#top .live.active {
  transform: translateY(0);
  opacity: 1;
}
#top ul {
  display: flex;
  justify-content: center;
  gap: 4%;
  margin-bottom: 100px;
  flex-wrap: wrap;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(10px);
}
#top ul.active {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #top ul {
    padding: 0 20px;
    gap: 10px;
  }
}
#top ul li {
  width: 48%;
  max-width: 580px;
  transition: 0.2s;
  transform: translateY(0px);
}
#top ul li:hover {
  transform: translateY(2px);
  filter: brightness(120%);
}
@media screen and (max-width: 768px) {
  #top ul li {
    width: 80%;
  }
}
#top-japan, #top-goyang {
  padding: 60px 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top-japan, #top-goyang {
    padding: 0;
    overflow: visible;
  }
}
#top-japan .top_inner--pc, #top-goyang .top_inner--pc {
  max-width: 1500px;
  margin: 5% auto;
  opacity: 0;
  transition: 2s;
}
#top-japan .top_inner--pc.active, #top-goyang .top_inner--pc.active {
  opacity: 1;
}
#top-japan .top_inner--pc .title, #top-goyang .top_inner--pc .title {
  width: 100%;
  margin: 0 auto 3%;
  opacity: 0;
  transition: 1s;
  transform: scale(1.3);
}
#top-japan .top_inner--pc .title.active, #top-goyang .top_inner--pc .title.active {
  transform: scale(1);
  opacity: 1;
}
#top-japan .top_inner--pc .title-live, #top-goyang .top_inner--pc .title-live {
  width: 77%;
  margin: 0 auto 3%;
}
#top-japan .top_inner--pc .logo, #top-goyang .top_inner--pc .logo {
  width: 60%;
  margin: 0 auto 3%;
}
#top-japan .top_inner--pc .logos, #top-goyang .top_inner--pc .logos {
  width: 12%;
  margin: 0 auto;
}
#top-japan > .sp-only, #top-goyang > .sp-only {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.32);
}
#top-japan .space, #top-goyang .space {
  position: relative;
  width: 100%;
  height: 60px;
}
#top-japan .top_inner--sp, #top-goyang .top_inner--sp {
  position: relative;
  display: block;
  overflow: hidden;
}
#top-japan .top_inner--sp .kv_img, #top-goyang .top_inner--sp .kv_img {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
#top-japan .top_inner--sp .kv_img img, #top-goyang .top_inner--sp .kv_img img {
  display: block;
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition: 1s;
}
#top-japan .top_inner--sp .kv_img.active img, #top-goyang .top_inner--sp .kv_img.active img {
  opacity: 1;
  transform: scale(1);
}
#top-japan .top_inner--sp .title, #top-goyang .top_inner--sp .title {
  width: 90%;
  position: absolute;
  top: 4%;
  right: 5%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
#top-japan .top_inner--sp .title.active, #top-goyang .top_inner--sp .title.active {
  opacity: 1;
  transform: translateY(0);
}
#top-japan .top_inner--sp .logo, #top-goyang .top_inner--sp .logo {
  width: 40%;
  position: absolute;
  bottom: 2%;
  right: 30%;
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
#top-japan .top_inner--sp .logo.active, #top-goyang .top_inner--sp .logo.active {
  opacity: 1;
  transform: translateY(0);
}

#info {
  background-color: #FFF;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 80px 0 80px;
  }
}
#info .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #info .section_inner {
    padding: 0 30px;
  }
}
#info .section_inner .section_main {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main {
    max-width: 500px;
  }
}
#info .section_inner .section_main .info-items {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main .info-items {
    font-size: 1.15em;
  }
}
#info .section_inner .section_main .info-items li.info-item {
  display: flex;
  gap: 1em;
  padding: 30px 0;
  border-bottom: solid 1px #000;
  line-height: 1.6;
}
#info .section_inner .section_main .info-items li.info-item:first-of-type {
  border-top: solid 1px #000;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main .info-items li.info-item {
    padding: 20px 0;
    flex-direction: column;
    gap: 0em;
  }
}
#info .section_inner .section_main .info-items li.info-item .th {
  color: #F01941;
  width: 8em;
  font-weight: 800;
}
#info .section_inner .section_main .info-items li.info-item .td {
  font-weight: 800;
  flex: 1;
}
#info .section_inner .section_main .info-items li.info-item .td ul.cau {
  font-weight: 500;
  margin-top: 0.25em;
  font-size: 0.6em;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main .info-items li.info-item .td ul.cau {
    font-size: 0.7em;
  }
}
#info .section_inner .section_main .info-items li.info-item .td ul.cau li {
  line-height: 1.4;
  text-align: justify;
}
#info .section_inner .section_main .info-items li.info-item .td.td-novelty {
  display: flex;
  gap: 1.5em;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main .info-items li.info-item .td.td-novelty {
    gap: 1em;
    margin-top: 0.5em;
  }
}
#info .section_inner .section_main .info-items li.info-item .td.td-novelty .novelty-img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main .info-items li.info-item .td.td-novelty .novelty-img {
    width: 45%;
    max-width: 200px;
  }
}
#info .section_inner .section_main .info-items li.info-item .td.td-novelty .novelty-texts {
  flex: 1;
  line-height: 1.4;
}
#info .section_inner .section_main .info-items li.info-item .td.td-novelty .novelty-texts span {
  display: inline-block;
}
#intro {
  background-color: #FFF;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #intro {
    padding: 0 30px;
  }
}
#intro .section_inner .section_main {
  padding: 80px 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    padding: 60px 0;
    max-width: 500px;
  }
}
#intro .section_inner .section_main h2 {
  display: none;
}
#intro .line {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #intro .line {
    width: 200px;
  }
}

/*trailer------------------------*/
#trailer {
  background: rgba(178, 178, 178, 0.1);
  padding: 60px 50px 0px;
}
@media screen and (max-width: 768px) {
  #trailer {
    padding: 40px 20px 0px;
  }
}
#trailer .section_inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner {
    max-width: 500px;
    padding: 0px;
  }
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
}
#trailer .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: -0.25em;
}

.youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 3px;
}
.youtube_embed.youtube_news {
  border: 0;
  border-radius: 0px;
}
.youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer_tabs {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .trailer_tabs {
    gap: 2px;
    margin-top: 2px;
  }
}
.trailer_tabs li {
  border: 1px solid #666;
  border-radius: 3px;
  margin-top: 2px;
  height: 3em;
  flex: 1 1 calc(50% - 4px);
}
@media screen and (max-width: 768px) {
  .trailer_tabs li {
    flex: 1 1 100%;
  }
}
.trailer_tabs li {
  display: block;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 900;
  background-color: #3a3a3a;
  color: #FEFEFE;
}
@media screen and (max-width: 768px) {
  .trailer_tabs li {
    height: 3em;
  }
}
.trailer_tabs .tab.active {
  background-color: #161616;
  pointer-events: none;
}
.trailer_tabs .tab.active::before {
  content: "▶";
  color: #e60012;
  font-size: 0.9em;
  margin-right: 0.6em;
  display: inline-block;
  transform: translateY(-0.05em);
}
.trailer_tabs .tab.active:hover {
  transition: 0.4s;
}

/*-------------------------------*/
#ticket {
  background: rgba(178, 178, 178, 0.1);
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #ticket {
    padding: 80px 0;
  }
}
#ticket .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner {
    padding: 0 20px;
  }
}
#ticket .section_inner .section_main {
  max-width: 1200px;
  margin: 0 auto;
}
#ticket .section_inner .section_main .blocks {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .blocks {
    gap: 20px;
  }
}
#ticket .section_inner .section_main .blocks .block {
  padding: 50px;
  text-align: center;
  background-color: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .blocks .block {
    padding: 30px 20px;
  }
}
#ticket .section_inner .section_main .blocks .block .midashi-h4 {
  line-height: 1.4;
  margin-bottom: 20px;
}
#ticket .section_inner .section_main .blocks .block .midashi-h4 p {
  font-size: 2em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .blocks .block .midashi-h4 p {
    font-size: 1.5em;
  }
}
#ticket .section_inner .section_main .blocks .block .midashi-h4 p:last-of-type {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .blocks .block .midashi-h4 p:last-of-type {
    font-size: 1.1em;
  }
}
#ticket .section_inner .section_main .blocks .block .prod {
  font-weight: 800;
  padding: 30px 0 40px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .blocks .block .prod {
    line-height: 1.4;
    padding: 20px 0 30px;
  }
}
#ticket .section_inner .section_main .blocks .block .prod p:nth-of-type(2) {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .blocks .block .prod p:nth-of-type(2) {
    font-size: 1.2em;
    margin-top: 0.25em;
  }
}
#ticket .section_inner .section_main .blocks .block .prod p:nth-of-type(2) span {
  display: inline-block;
}
#ticket .section_inner .section_main .blocks .block .prod span.sent:nth-of-type(2) {
  margin-top: 0.25em;
}
#ticket .section_inner .section_main .blocks .block .prod .link-sale a {
  margin: 1em auto 0;
  background-color: #000;
  color: #FFF;
  padding: 20px 30px;
  border-radius: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .blocks .block .prod .link-sale a {
    margin: 0.5em auto 0;
    min-width: 90%;
    padding: 20px 10px;
  }
}
#ticket .section_inner .section_main .blocks .block .prod .link-sale a {
  transition: 0.2s;
  transform: translateY(0px);
}
#ticket .section_inner .section_main .blocks .block .prod .link-sale a:hover {
  background-color: #474747;
  filter: brightness(120%);
}
#ticket .section_inner .section_main .blocks .block .aft {
  margin-top: 30px;
  line-height: 1.4;
}
#ticket .section_inner .section_main .blocks .block .aft p {
  margin-bottom: 0.5em;
}
#ticket .section_inner .section_main .blocks .block .aft p span {
  display: inline-block;
}
#ticket .section_inner .section_main .blocks .block .aft p:last-of-type {
  margin-bottom: 0;
}
#ticket .section_inner .section_main h3 {
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
#ticket .section_inner .section_main .qa ul.qa-items {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .qa ul.qa-items {
    flex-direction: column;
    gap: 20px;
  }
}
#ticket .section_inner .section_main .qa ul.qa-items li.qa-item {
  width: calc(50% - 25px);
  padding: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .qa ul.qa-items li.qa-item {
    width: 100%;
    padding: 40px 20px 30px;
  }
}
#ticket .section_inner .section_main .qa ul.qa-items li.qa-item p:first-of-type {
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .qa ul.qa-items li.qa-item p:first-of-type {
    font-size: 1.2em;
  }
}
#ticket .section_inner .section_main .qa ul.qa-items li.qa-item ul.cau {
  margin-top: 20px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
#ticket .section_inner .section_main .qa ul.qa-items li.qa-item ul.cau li {
  font-size: 0.85em;
  text-align: justify;
}
#ticket .section_inner .section_main .qa ul.qa-items li.qa-item .link-qa {
  margin: 20px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
#ticket .section_inner .section_main .qa ul.qa-items li.qa-item .link-qa a {
  text-align: center;
  min-width: 320px;
  padding: 20px;
  display: block;
  border-radius: 10px;
  background-color: #000;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .qa ul.qa-items li.qa-item .link-qa a {
    min-width: 90%;
  }
}
#ticket .section_inner .section_main .qa ul.qa-items li.qa-item .link-qa a {
  transition: 0.2s;
  transform: translateY(0px);
}
#ticket .section_inner .section_main .qa ul.qa-items li.qa-item .link-qa a:hover {
  background-color: #474747;
  filter: brightness(120%);
}
#ticket .section_inner .section_main .caution ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#ticket .section_inner .section_main .caution ul li {
  text-align: justify;
  line-height: 1.4;
  font-size: 0.9em;
}

#news-list {
  background: rgba(178, 178, 178, 0.1);
  padding: 60px 50px 60px;
}
@media screen and (max-width: 768px) {
  #news-list {
    padding: 40px 20px 40px;
  }
}
#news-list h2 {
  margin-bottom: 20px;
}
#news-list .news-list {
  font-size: 1.125em;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #news-list .news-list {
    font-size: 1em;
    max-width: 500px;
  }
}
#news-list .news-list li a {
  display: flex;
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px;
  gap: 1em;
  line-height: 1.4;
  transition: 0.3s;
  transform: translateY(0px);
  opacity: 1;
}
#news-list .news-list li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #news-list .news-list li a {
    flex-direction: column;
    gap: 0.1em;
  }
}
#news-list .news-list li a .news-date {
  color: #F01941;
  width: 6em;
  font-weight: 800;
}
#news-list .news-list li a .news-title {
  color: #000;
  flex: 1;
}
#news-list .link-news {
  max-width: 1100px;
  margin: 20px auto 0;
  text-align: right;
  font-weight: 800;
}
#news-list .link-news a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
  transition: 0.2s;
  display: inline-block;
}
#news-list .link-news a:hover {
  opacity: 0.6;
}

#news {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #news {
    padding: 120px 0 80px;
  }
}
#news .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #news .section_inner {
    padding: 0 20px;
  }
}
#news .section_inner .section_main {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news .section_inner .section_main {
    max-width: 500px;
  }
}
#news .section_inner .section_main .news-articles {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#news .section_inner .section_main .news-articles li {
  padding: 40px 40px 30px;
  background-color: #FFF;
  border-radius: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #news .section_inner .section_main .news-articles li {
    padding: 30px 20px 20px;
  }
}
#news .section_inner .section_main .news-articles li .news-date {
  color: #F01941;
  font-size: 1.125em;
  margin-bottom: 10px;
  font-weight: 800;
}
#news .section_inner .section_main .news-articles li .news-title {
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #news .section_inner .section_main .news-articles li .news-title {
    font-size: 1.3em;
  }
}
#news .section_inner .section_main .news-articles li .news-body {
  padding: 20px 0;
  border-top: solid 2px #F01941;
}
#news .section_inner .section_main .news-articles li .news-body p {
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.5em;
}
#news .section_inner .section_main .news-articles li .news-body p:last-of-type {
  margin-bottom: 0;
}
#news .section_inner .section_main .news-articles li .news-body .news-img {
  margin: 2em auto;
  max-width: 700px;
}
#news .section_inner .section_main .news-articles li .news-body .news-video {
  margin: 2em auto;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 3px;
}
#news .section_inner .section_main .news-articles li .news-body .news-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news .section_inner .section_main .news-articles li .news-body a {
  color: #F01941;
  text-decoration: underline;
  transition: 0.2s;
  word-break: break-all;
}
#news .section_inner .section_main .news-articles li .news-body a:hover {
  text-decoration: none;
}

#theater {
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #theater {
    padding: 60px 0;
  }
}
#theater .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #theater .section_inner {
    padding: 0 20px;
  }
}
#theater .section_inner .section_main .link-theater {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #theater .section_inner .section_main .link-theater {
    gap: 10px;
  }
}
#theater .section_inner .section_main .link-theater a {
  background-color: #000;
  color: #FFF;
  padding: 20px 30px;
  border-radius: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  min-width: 320px;
  transition: 0.2s;
  transform: translateY(0px);
}
#theater .section_inner .section_main .link-theater a:hover {
  background-color: #474747;
  filter: brightness(120%);
}
@media screen and (max-width: 768px) {
  #theater .section_inner .section_main .link-theater a {
    min-width: 90%;
  }
}
#theater .section_inner .section_main .link-theater a p::after {
  content: "";
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-image: url(img/icon_external.svg);
  display: inline-block;
  margin-left: 0.25em;
}
@media screen and (max-width: 768px) {
  #theater .section_inner .section_main .link-theater a p::after {
    width: 10px;
    height: 10px;
  }
}
#theater .section_inner .section_main .link-theater a img {
  height: 16px;
}
@media screen and (max-width: 768px) {
  #theater .section_inner .section_main .link-theater a img {
    height: 14px;
  }
}/*# sourceMappingURL=style.css.map */