@charset "UTF-8";
/*
Theme Name: jin the movie
Author: EMIKO AMANO
Version: 1.0.0
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

*:focus {
  outline: none;
}

body {
  color: #221F20;
  background-color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: clamp(14px, 14px + 5 * (100vw - 400px) / 1520, 19px);
}
main {
  flex: 1;
}

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

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

h2 {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.5em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 3em;
  }
}

.btn_default a {
  background-color: #00B7D0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFF;
  width: 100%;
  height: 60px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.btn_default a:hover {
  opacity: 0.8;
}
.btn_default.font-en {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
}
.btn_default.external a::after {
  content: "";
  background-image: url(img/external.svg);
  background-size: 100%;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}

.btn_rf {
  background-color: #00B7D0;
  margin: -1em 1em auto auto;
  text-transform: uppercase;
  padding: 0 1em;
  border: solid 2px #FFF;
  height: 50px;
  line-height: 50px;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  z-index: 2;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  text-align: center;
}
.btn_rf a {
  color: #FFF;
}
.btn_rf.font-en {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
}
.btn_rf:hover {
  border: solid 2px #00B7D0;
}

.pink {
  color: #EA5098;
}

.blue {
  color: #00B7D0;
}

.f-big {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .f-big {
    font-size: 1.1em;
  }
}

#theater {
  position: relative;
  margin-top: -50px;
}
#theater .section_inner {
  padding: 80px 50px 120px;
  background-color: rgb(33, 33, 33);
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  #theater .section_inner {
    padding: 60px 20px 120px;
  }
}
#theater .section_inner .theater_top img {
  height: 50px;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
#theater .section_inner .section_main {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #theater .section_inner .section_main {
    max-width: 500px;
  }
}
#theater .section_inner .section_main h2 {
  color: #EA5098;
  position: relative;
  margin: 0 auto 0.2em;
}
#theater .section_inner .section_main h2::after {
  content: "Theater";
  position: absolute;
  top: -5%;
  left: -0.05em;
  color: transparent; /* 塗りつぶし無し */
  -webkit-text-stroke: 1px #FFF; /* 白い線 */
}

/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@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;
  box-sizing: border-box;
}
.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: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square::before {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
  content: "Share:";
  letter-spacing: 0.1em;
  font-size: 0.8wm;
  text-transform: uppercase;
  padding-right: 6.5px;
  color: #FFF;
}
.share_btns-square li {
  cursor: pointer;
  margin: 0 10px 0px;
  width: 24px;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 10px 10px;
  }
}
.share_btns-square li:hover {
  opacity: 0.7;
}

/*-------------------------------*/
.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;
  }
}

.btn_normal a {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 160px;
  display: block;
  margin-top: 20px;
  text-align: center;
  transition: 0.4s;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .btn_normal a {
    width: 100%;
    max-width: 160px;
  }
}
.btn_normal a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/*fixed_bg------------------------*/
.fixed_bg {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url(img/bg1.svg);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .fixed_bg {
    background-size: 300%;
  }
}
.fixed_bg img {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  filter: blur(32px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .fixed_bg img {
    filter: blur(24px);
  }
}

.fixed_vd {
  z-index: -9;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100vh;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.fixed_vd video {
  width: 100%;
  height: 100lvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .fixed_vd video {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}

.overlayv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 25%, transparent 25%);
  background-size: 4px 4px;
  pointer-events: none;
  z-index: 1;
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1010;
  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 {
  width: 40px;
  aspect-ratio: 1;
  --c: linear-gradient(#EA5098 0 0);
  --r1: radial-gradient(farthest-side at bottom,#EA5098 93%,#0000);
  --r2: radial-gradient(farthest-side at top ,#EA5098 93%,#0000);
  background: var(--c), var(--r1), var(--r2), var(--c), var(--r1), var(--r2), var(--c), var(--r1), var(--r2);
  background-repeat: no-repeat;
  animation: l2 1s infinite alternate;
}
@keyframes l2 {
  0%, 25% {
    background-size: 8px 0, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px;
    background-position: 0 50%, 0 calc(50% - 2px), 0 calc(50% + 2px), 50% 50%, 50% calc(50% - 2px), 50% calc(50% + 2px), 100% 50%, 100% calc(50% - 2px), 100% calc(50% + 2px);
  }
  50% {
    background-size: 8px 100%, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px;
    background-position: 0 50%, 0 calc(0% - 2px), 0 calc(100% + 2px), 50% 50%, 50% calc(50% - 2px), 50% calc(50% + 2px), 100% 50%, 100% calc(50% - 2px), 100% calc(50% + 2px);
  }
  75% {
    background-size: 8px 100%, 8px 4px, 8px 4px, 8px 100%, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px;
    background-position: 0 50%, 0 calc(0% - 2px), 0 calc(100% + 2px), 50% 50%, 50% calc(0% - 2px), 50% calc(100% + 2px), 100% 50%, 100% calc(50% - 2px), 100% calc(50% + 2px);
  }
  95%, 100% {
    background-size: 8px 100%, 8px 4px, 8px 4px, 8px 100%, 8px 4px, 8px 4px, 8px 100%, 8px 4px, 8px 4px;
    background-position: 0 50%, 0 calc(0% - 2px), 0 calc(100% + 2px), 50% 50%, 50% calc(0% - 2px), 50% calc(100% + 2px), 100% 50%, 100% calc(0% - 2px), 100% calc(100% + 2px);
  }
}

/*-------------------------------*/
/*nav----------------------------*/
.to_top {
  width: 80px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.to_top img {
  transition: 0.4s;
}
.to_top img:hover {
  transform: translateY(-2px);
  opacity: 0.7;
}

/*-------------------------------*/
/*noiseOverlay-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
footer {
  background-color: #EA5098;
}
footer .footer {
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 30px 40px;
  }
}
footer .btn_x {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.4s;
}
footer .btn_x:hover {
  background: rgba(255, 255, 255, 0.1);
}
footer .copyright {
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto 30px;
  color: #FFF;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
}
footer .logos {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 20px;
}
footer .dist {
  text-align: center;
  font-size: 0.9em;
}

@keyframes flash {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
}
/*-inview------------------------*/
.fadeInUp {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(10px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

@keyframes pixel1 {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(2px, 2px);
  }
}
@keyframes pixel2 {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(2px, -2px);
  }
}
@keyframes pixel3 {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-2px, 2px);
  }
}
@keyframes pixel4 {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-2px, -2px);
  }
}
@keyframes pixelb {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-2px, 2px);
  }
}
.pixel1 {
  animation: pixel1 1s steps(2) infinite;
}

.pixel1-r {
  animation: pixel1 1s steps(2) infinite reverse;
}

.pixel2 {
  animation: pixel2 1s steps(2) infinite;
}

.pixel2-r {
  animation: pixel2 1s steps(2) infinite reverse;
}

.pixel3 {
  animation: pixel3 1s steps(2) infinite;
}

.pixel3-r {
  animation: pixel3 1s steps(2) infinite reverse;
}

.pixel4 {
  animation: pixel4 1s steps(2) infinite;
}

.pixel4-r {
  animation: pixel4 1s steps(2) infinite reverse;
}

.pixel-b {
  animation: pixelb 1s steps(2) infinite;
}

.nav_btn {
  display: none;
  z-index: 1004;
  position: fixed;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: flex;
    top: 0px;
    right: 0px;
    background-image: url(img/icon_menu.svg);
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    opacity: 1;
    background-color: #EA5098;
  }
  .nav_btn.show {
    background-size: 50px 50px;
    background-image: url(img/icon_close.svg);
  }
}

.gnav {
  height: 50px;
  display: flex;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #221F20;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .gnav {
    mix-blend-mode: unset;
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.1);
  }
}
.gnav.show {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.gnav .stars {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnav .stars {
    display: block;
    position: absolute;
    width: 120px;
    bottom: -10px;
    right: -10px;
    opacity: 1;
    pointer-events: none;
  }
}
.gnav .title {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnav .title {
    display: block;
    opacity: 0.2;
    position: absolute;
    top: -2%;
    left: -5%;
    width: 110%;
    pointer-events: none;
  }
}
.gnav .gnav-list {
  display: flex;
  justify-content: flex-end;
  padding: 0 40px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gnav .gnav-list {
    justify-content: center;
    flex-direction: column;
  }
}
.gnav .gnav-list li a {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
  height: 50px;
  padding: 0 0.5em;
  font-size: 24px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #EA5098;
}
@media screen and (max-width: 768px) {
  .gnav .gnav-list li a {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
    font-size: 2em;
  }
}
.gnav .gnav-list li a:hover {
  opacity: 0.8;
}

.to_top {
  position: sticky;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  background-color: #EA5098;
  margin: -50px 0 0 auto;
}
.to_top::before {
  content: "▲";
  position: absolute;
  display: block;
  top: 45%;
  left: 50%;
  font-size: 14px;
  transform: scaleY(0.6) translate(-50%, -50%);
  color: #FFF;
}

.body_sub .gnav {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .body_sub .gnav {
    background-color: #fff;
  }
}

#top {
  margin-top: 50px;
  overflow: hidden;
  width: 100%;
  height: 49.48vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top {
    margin-top: 0;
    height: 147.87vw;
  }
}
#top .top_inner {
  background-color: #EA5098;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100%;
}
#top .lights {
  position: absolute;
  width: 5.42%;
  top: 34.84%;
  left: 4.9%;
}
#top .lights img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  #top .lights {
    width: 9.87%;
    top: 35.89%;
    left: 2.13%;
  }
}
#top .pale_stars {
  position: absolute;
  width: 11.67%;
  top: 1.05%;
  left: 6.25%;
}
#top .pale_stars img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  #top .pale_stars {
    width: 11.45%;
    top: 2.33%;
    left: 6.84%;
  }
}
#top .notes {
  position: absolute;
  width: 6.72%;
  top: 35.23%;
  left: 26.91%;
}
#top .notes img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  #top .notes {
    width: 13.07%;
    top: 35.35%;
    left: 42.93%;
  }
}
#top .speak {
  position: absolute;
  width: 10.6%;
  top: 56.82%;
  left: 60%;
}
#top .speak img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  #top .speak {
    width: 15.73%;
    top: 29.76%;
    left: 72.27%;
  }
}
#top .white_stars {
  position: absolute;
  width: 6.46%;
  top: 44.81%;
  left: 69.06%;
}
#top .white_stars img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  #top .white_stars {
    width: 6.34%;
    top: 31.13%;
    left: 86.37%;
  }
}
#top .pale_star {
  position: absolute;
  width: 4.76%;
  top: 15.1%;
  left: 88.93%;
}
#top .pale_star img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  #top .pale_star {
    width: 4.67%;
    top: 16.86%;
    left: 88.81%;
  }
}
#top .white_star {
  position: absolute;
  width: 4.01%;
  top: 70.87%;
  left: 92.39%;
}
#top .white_star img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  #top .white_star {
    width: 6.34%;
    top: 76.01%;
    left: 90.37%;
  }
}
#top .title {
  position: absolute;
  width: 52.97%;
  top: 3.42%;
  left: 37.29%;
  z-index: 9;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 86.67%;
    top: 4.51%;
    left: 9.87%;
  }
}
#top .main1 {
  position: absolute;
  width: 51%;
  top: 0%;
  left: 0%;
  z-index: 2;
  transform: translate(-20px, 20px) scale(1.1);
  opacity: 0;
  transition: 0.5s;
}
#top .main1 img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  #top .main1 {
    width: 84.09%;
    top: 15.4%;
    left: 0%;
  }
}
#top .main1.active {
  transform: translate(0px, 0px) scale(1);
  opacity: 1;
}
#top .main1-b {
  position: absolute;
  width: 21%;
  top: 0%;
  left: -10%;
  z-index: 1;
  transform: translate(-20px, 20px) scale(1.1);
  opacity: 0;
  transition: 0.5s;
}
#top .main1-b img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  #top .main1-b {
    width: 34.09%;
    top: 15.4%;
    left: -17%;
  }
}
#top .main1-b.active {
  transform: translate(0px, 0px) scale(1);
  opacity: 1;
}
#top .main2 {
  position: absolute;
  width: 40.67%;
  top: 31.71%;
  left: 72.33%;
  z-index: 3;
  transform: translate(-20px, 20px) rotate(20deg);
  transform-origin: bottom right;
  opacity: 0;
  transition: 0.5s;
}
#top .main2 img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  #top .main2 {
    width: 56.95%;
    top: 39.83%;
    left: 61.05%;
  }
}
#top .main2.active {
  transform: translate(0px, 0px) rotate(0);
  opacity: 1;
}
#top .main3 {
  position: absolute;
  width: 10.4%;
  top: 33.47%;
  left: 33.3%;
  z-index: 4;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.5s;
}
#top .main3 img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  #top .main3 {
    width: 21.74%;
    top: 50.49%;
    left: 33.98%;
  }
}
#top .main3.active {
  transform: translateY(0px);
  opacity: 1;
}
#top .main4 {
  position: absolute;
  width: 18.84%;
  top: 40.03%;
  left: 41.34%;
  z-index: 5;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.5s;
}
#top .main4 img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  #top .main4 {
    width: 39.07%;
    top: 55.18%;
    left: 50.97%;
  }
}
#top .main4.active {
  transform: translateY(0px);
  opacity: 1;
}
#top .black_bottom {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 0%;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  #top .black_bottom {
    width: 100%;
    bottom: 0%;
    left: 0%;
  }
}
#top .release {
  position: absolute;
  width: 37.86%;
  top: 77.32%;
  left: 60.96%;
  z-index: 7;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 89.93%;
    top: 84.5%;
    left: 7.11%;
  }
}
#top .logos {
  z-index: 8;
  position: absolute;
  width: 25%;
  bottom: 0;
  left: 73.44%;
}
@media screen and (max-width: 768px) {
  #top .logos {
    width: 59.38%;
    left: 36.75%;
  }
}
#top .lf {
  z-index: 8;
  position: absolute;
  width: 22%;
  top: 89%;
  left: 76%;
}
@media screen and (max-width: 768px) {
  #top .lf {
    width: 63%;
    top: 93.5%;
    left: 34%;
  }
}
#top .beep {
  position: absolute;
  width: 9%;
  top: 40%;
  left: 51%;
  z-index: 2;
  opacity: 0.5;
}
#top .beep img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  #top .beep {
    width: 19%;
    top: 55%;
    left: 71%;
  }
}
#top .kira {
  position: absolute;
  width: 5%;
  top: 33%;
  left: 39%;
  z-index: 9;
}
#top .kira img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  #top .kira {
    width: 9%;
    top: 52%;
    left: 46%;
  }
}

#intro {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-top: -1px;
}
#intro h2 {
  color: #00B7D0;
  position: relative;
  margin: 0 auto 0.5em;
}
#intro h2::after {
  content: "Introduction";
  position: absolute;
  top: -5%;
  left: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1px #000;
}
#intro .section_inner {
  position: relative;
  padding: 80px 50px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner {
    padding: 60px 0px;
  }
}
#intro .section_inner .pink_top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
#intro .section_inner .blue_bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.6;
}
#intro .section_inner .section_main {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .main-bottom img {
    height: 10vw;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .main-top img {
    height: 10vw;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
#intro .section_inner .section_main .main-main {
  margin-top: -1px;
  padding: 80px 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .main-main {
    padding: 60px 20px;
  }
}
#intro .section_inner .section_main .main-main .stars {
  font-size: 1.5em;
  letter-spacing: 1em;
  margin-bottom: 1em;
  text-align: center;
}
#intro .section_inner .section_main .main-main h3 {
  width: 100%;
  margin: 0 auto 2em;
}
#intro .section_inner .section_main .main-main .text_body p {
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.8;
  text-align: justify;
}
#intro .section_inner .section_main .main-main .text_body p span {
  font-weight: 900;
}
#intro .section_inner .section_main .main-main .text_body p:last-of-type {
  margin-bottom: 0;
}

#news-top .section_inner, #news-archive .section_inner, #news-single .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #news-top .section_inner, #news-archive .section_inner, #news-single .section_inner {
    padding: 0 20px;
  }
}
#news-top .section_inner .section_main, #news-archive .section_inner .section_main, #news-single .section_inner .section_main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news-top .section_inner .section_main, #news-archive .section_inner .section_main, #news-single .section_inner .section_main {
    max-width: 500px;
  }
}
#news-top h2, #news-archive h2, #news-single h2 {
  z-index: 2;
  line-height: 1;
  color: #EA5098;
  position: absolute;
  top: -0.6em;
  left: -0.1em;
}
#news-top h2::after, #news-archive h2::after, #news-single h2::after {
  content: "News";
  position: absolute;
  top: -5%;
  left: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
#news-top .news_list, #news-archive .news_list, #news-single .news_list {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  #news-top .news_list, #news-archive .news_list, #news-single .news_list {
    padding: 40px 20px;
  }
}
#news-top .news_list li, #news-archive .news_list li, #news-single .news_list li {
  margin-bottom: 1em;
  width: 100%;
}
#news-top .news_list li:last-of-type, #news-archive .news_list li:last-of-type, #news-single .news_list li:last-of-type {
  margin-bottom: 0;
}
#news-top .news_list li a, #news-archive .news_list li a, #news-single .news_list li a {
  display: flex;
  transition: 0.4s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news-top .news_list li a, #news-archive .news_list li a, #news-single .news_list li a {
    display: block;
  }
}
#news-top .news_list li a .block, #news-archive .news_list li a .block, #news-single .news_list li a .block {
  width: 100%;
  display: flex;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #news-top .news_list li a .block, #news-archive .news_list li a .block, #news-single .news_list li a .block {
    flex-direction: column;
  }
}
#news-top .news_list li a .block .news_date, #news-archive .news_list li a .block .news_date, #news-single .news_list li a .block .news_date {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
  width: 10em;
  color: #EA5098;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #news-top .news_list li a .block .news_date, #news-archive .news_list li a .block .news_date, #news-single .news_list li a .block .news_date {
    width: 100%;
  }
}
#news-top .news_list li a .block .news_title, #news-archive .news_list li a .block .news_title, #news-single .news_list li a .block .news_title {
  flex: 1;
  width: calc(100% - 10em);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #news-top .news_list li a .block .news_title, #news-archive .news_list li a .block .news_title, #news-single .news_list li a .block .news_title {
    width: 100%;
  }
}

.body_news {
  background-color: rgba(34, 31, 32, 0.9);
  position: relative;
}
.body_news::before {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(img/blue_top.svg);
  width: 100%;
  height: 100vh;
  background-size: 60%;
  background-position: top left;
  content: "";
  background-repeat: no-repeat;
  z-index: -9;
}
.body_news .fixed_bg {
  opacity: 0.32;
}
@media screen and (max-width: 768px) {
  .body_news {
    margin-top: 0;
  }
}
.body_news #news-archive, .body_news #news-single {
  padding: 180px 0;
}
@media screen and (max-width: 768px) {
  .body_news #news-archive, .body_news #news-single {
    padding: 120px 0;
  }
}
.body_news #news-archive .section_inner .section_main, .body_news #news-single .section_inner .section_main {
  position: relative;
}
.body_news #news-archive .section_inner .section_main h2, .body_news #news-single .section_inner .section_main h2 {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.body_news #news-archive .section_inner .section_main .speak, .body_news #news-single .section_inner .section_main .speak {
  position: absolute;
  width: 20%;
  max-width: 120px;
  bottom: calc(100% - 0.5em);
  left: calc(50% + 5em);
}
@media screen and (max-width: 768px) {
  .body_news #news-archive .section_inner .section_main .speak, .body_news #news-single .section_inner .section_main .speak {
    bottom: 99%;
  }
}
.body_news #news-archive .section_inner .section_main .post_item, .body_news #news-single .section_inner .section_main .post_item {
  display: flex;
  background-color: #fff;
}

#news-archive .section_inner .section_main {
  transform: translateY(20px);
  transition: 0.5s;
  opacity: 0;
}
#news-archive .section_inner .section_main .news_list {
  padding-bottom: 50px;
}
#news-archive .section_inner .section_main.active {
  transform: translateY(0px);
  opacity: 1;
}

.archive_nav {
  justify-content: center;
  display: flex;
  margin-top: -25px;
}
.archive_nav .nav-links {
  gap: 20px;
  display: flex;
}
.archive_nav .page-numbers {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border: solid 2px #FFF;
  color: #FFF;
  background-color: #00B7D0;
  text-transform: uppercase;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.1em;
  animation: pixel1 1s steps(2) infinite;
}
.archive_nav .page-numbers.current, .archive_nav .page-numbers:hover {
  border: solid 2px #00B7D0;
  animation: pixel1 1s steps(2) infinite reverse;
}
.archive_nav .page-numbers:nth-of-type(3n) {
  transform: rotate(-1deg);
  animation: pixel4 1s steps(2) infinite reverse;
}
.archive_nav .page-numbers:nth-of-type(2n) {
  transform: rotate(1deg);
  animation: pixel3 1s steps(2) infinite;
}

.single_nav {
  margin-top: -25px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.single_nav div a, .single_nav div span {
  height: 50px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border: solid 2px #FFF;
  color: #FFF;
  background-color: #00B7D0;
  text-transform: uppercase;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .single_nav div a, .single_nav div span {
    padding: 0 20px;
  }
}
.single_nav div a:hover, .single_nav div span:hover {
  border: solid 2px #00B7D0;
}
.single_nav div.next {
  transform: rotate(1deg);
}
.single_nav div.past {
  transform: rotate(-1deg);
}

#news-single .section_inner .section_main {
  transform: translateY(20px);
  transition: 0.5s;
  opacity: 0;
}
#news-single .section_inner .section_main .section_body {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px;
}
@media screen and (max-width: 768px) {
  #news-single .section_inner .section_main .section_body {
    padding: 40px 20px 60px;
  }
}
#news-single .section_inner .section_main .section_body .single_item .single_date {
  display: block;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  color: #EA5098;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 0.5em;
}
#news-single .section_inner .section_main .section_body .single_item h3.article-title {
  font-size: 1.3em;
  line-height: 1.6;
  font-weight: 900;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 5px #EA5098;
}
#news-single .section_inner .section_main.active {
  transform: translateY(0px);
  opacity: 1;
}

.single_content * {
  all: unset; /* すべてのプロパティをリセット */
  all: initial; /* 初期値に戻す */
  all: revert; /* ブラウザのデフォルトに戻す */
}
.single_content * p, .single_content * h1, .single_content * h2, .single_content * h3, .single_content * h4, .single_content * h5, .single_content * h6, .single_content * a, .single_content * img, .single_content * ul, .single_content * ol, .single_content * li {
  all: revert; /* 必要な要素だけを戻す */
}

.single_content {
  line-height: 1.8;
}
.single_content a:hover {
  text-decoration: none;
}
.single_content p {
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
}
.single_content img {
  max-width: 100%;
}
.single_content .has-iframe {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  overflow: hidden;
  z-index: 2;
  display: block;
}
.single_content .has-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#news-top {
  padding: 60px 0 40px;
  background-color: #221F20;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  #news-top {
    padding: 60px 0;
  }
}
#news-top .section_inner .section_main .news_list {
  transform: rotate(-1deg);
  z-index: 1;
}

#photo {
  background: linear-gradient(to bottom, rgba(0, 39, 37, 0.9) calc(100% - 160px), transparent calc(100% - 160px));
  overflow: hidden;
  padding: 120px 0 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #photo {
    padding: 80px 0 60px;
    background: rgba(0, 39, 37, 0.9);
  }
}
#photo .section_inner {
  padding: 0;
}
#photo .section_inner > .section_main, #photo .section_inner > .section_main > .section_body {
  padding: 0;
  width: 100%;
  max-width: unset;
}

.swiper-all-container {
  position: relative;
}

.swiper-base {
  position: absolute;
  top: 0;
  left: calc(20% + 25px);
  width: calc(60% - 50px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .swiper-base {
    width: 100%;
    left: 0;
  }
}
.swiper-base h2 {
  display: inline-block;
  position: absolute;
  bottom: 100px;
  left: -253px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .swiper-base h2 {
    bottom: unset;
    top: -50px;
    left: 40px;
    margin-bottom: 0;
  }
}
.swiper-base .circle {
  position: absolute;
  width: 214px;
  bottom: 40px;
  left: -121px;
}
.swiper-base .circle img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .swiper-base .circle {
    width: 132px;
    width: 40%;
    bottom: 49%;
    left: 3%;
  }
}

.swiper-container {
  width: 100%;
  margin: 0 auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  position: relative;
}
.swiper {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.swiper.swiper-backface-hidden {
  overflow: visible;
}

.swiper-slide {
  transition: 0.3s;
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: flex-start; /* 垂直方向の中央揃え */
  height: auto;
  transform: scale(0.7);
  transform-origin: top center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    transform: scale(1);
    margin-top: 10px;
  }
}
.swiper-slide.swiper-slide-next {
  justify-content: flex-start;
}
.swiper-slide.swiper-slide-prev {
  justify-content: flex-end;
}
.swiper-slide.swiper-slide-active {
  transform: scale(1);
  margin-top: 0;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 60px;
  width: 200px;
  margin-top: 0;
  top: calc(100% - 90px);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 100px;
    height: 30px;
    top: calc(100% - 20px);
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60px;
  margin: auto;
  width: 200px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    height: 30px;
    width: 100px;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(img/arrow_left.svg);
}

.swiper-button-prev:before {
  content: "PREV";
  font-family: "jost", "san-serif";
  font-size: 16px;
  text-align: center;
  color: #fffbc7;
  letter-spacing: 0.2em;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev:before {
    letter-spacing: 0em;
    font-size: 12px;
  }
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(img/arrow_right.svg);
}

.swiper-button-next::before {
  content: "NEXT";
  font-family: "jost", "san-serif";
  font-size: 16px;
  text-align: center;
  color: #fffbc7;
  letter-spacing: 0.2em;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .swiper-button-next::before {
    letter-spacing: 0em;
    font-size: 12px;
  }
}

.swiper-button-prev {
  left: -100px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 20px;
  }
}
.swiper-button-prev:hover::after {
  transform: translateX(-20px);
}

.swiper-button-next {
  right: -120px;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 20px;
  }
}
.swiper-button-next:hover::after {
  transform: translateX(20px);
}

.swiper-pagination {
  bottom: 20px;
  font-size: 14px;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    bottom: 10px;
    font-size: 12px;
  }
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #FFF;
  width: 5px;
  height: 5px;
  margin: 2px 2px 5px 2px !important;
}

.swiper-pagination-bullet-active {
  background-color: #fffbc7;
}

#ticket {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
#ticket .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #127797;
  opacity: 0.6;
}
#ticket .section_inner {
  width: 100%;
  margin: 0 auto;
  padding: 80px 50px 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner {
    width: 100%;
    padding: 0px 20px 120px;
  }
}
#ticket .section_inner .section_main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main {
    max-width: 500px;
  }
}
#ticket .section_inner .section_main h2 {
  color: #EA5098;
  position: relative;
  margin: 0 auto 0.2em;
}
#ticket .section_inner .section_main h2::after {
  content: "Ticket";
  position: absolute;
  top: -5%;
  left: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
}
#ticket .block {
  background-color: #FFF;
  padding: 50px;
  border: solid 5px #00B7D0;
  max-width: 900px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #ticket .block {
    padding: 40px 16px;
  }
}
#ticket .block:last-of-type {
  margin-bottom: 0;
}
#ticket .block .title {
  color: #EA5098;
  font-size: 2em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #ticket .block .title {
    font-size: 1.8em;
  }
}
#ticket .block .mvtk_title {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 20px;
}
#ticket .block .mvtk_title span {
  font-weight: 700;
  font-size: 1.5em;
}
#ticket .block .price {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #ticket .block .price {
    margin-bottom: 20px;
  }
}
#ticket .block .price span {
  font-size: 3.75em;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
}
#ticket .block .setsu {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
  font-weight: 900;
}
#ticket .block .cau {
  font-size: 0.85em;
  line-height: 1.6;
  font-weight: 500;
}
#ticket .block ul {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#ticket .block ul.cau li {
  margin-bottom: 0.25em;
}
#ticket .block .mvtk_title-b {
  font-size: 2em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
#ticket .block .howto {
  margin-top: 20px;
}
#ticket .mvtk_items {
  margin-top: 50px;
}
#ticket .mvtk_items .mvtk_item {
  background-image: url(img/bg3.jpg);
  background-size: 800px;
  margin-bottom: 40px;
  padding: 40px 50px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-top: solid 2px #EA5098;
  border-bottom: solid 2px #EA5098;
}
@media screen and (max-width: 768px) {
  #ticket .mvtk_items .mvtk_item {
    padding: 30px 20px;
  }
}
#ticket .mvtk_items .mvtk_item:last-of-type {
  margin-bottom: 0;
}
#ticket .mvtk_items .mvtk_item .mvtk_title {
  font-weight: 900;
  font-size: 1.1em;
  color: #EA5098;
}
#ticket .mvtk_items .mvtk_item .mvtk_title span {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 2.2em;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #ticket .mvtk_items .mvtk_item .mvtk_title span {
    display: block;
    font-size: 1.6em;
    margin-right: 0;
    margin-bottom: 0.25em;
  }
}
#ticket .mvtk_items .mvtk_item .img_mvtkcard {
  max-width: 250px;
  width: 80%;
  margin: 0 auto 20px;
}
#ticket .mvtk_items .mvtk_item .mvtk_block {
  margin-top: 20px;
}
#ticket .mvtk_items .mvtk_item .mvtk_block:last-of-type {
  margin-bottom: 0;
}
#ticket .mvtk_items .mvtk_item .mvtk_block .mvtk-head {
  background-color: #EA5098;
  color: #FFF;
  padding: 0.5em;
  letter-spacing: 0.1em;
  text-align: center;
}
#ticket .mvtk_items .mvtk_item .mvtk_block .mvtk-cont {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  padding: 1em;
}
#ticket .mvtk_w {
  width: 100%;
  margin-top: 20px;
}
#ticket .mvtk_w #mvtk-widgets-container {
  margin: 0 auto;
}

#movie {
  padding: 0 0 0px;
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 80px, rgb(43, 34, 0) 80px, rgb(43, 34, 0) calc(100% - 80px), rgba(0, 39, 37, 0.9) calc(100% - 80px));
}
@media screen and (max-width: 768px) {
  #movie {
    overflow: hidden;
    padding: 50px 0 80px;
    background: rgba(43, 34, 0, 0.9);
  }
}
@media screen and (max-width: 768px) {
  #movie .section_inner {
    padding: 0 20px 0 0;
  }
}
#movie .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
  position: relative;
  max-width: 1500px;
  padding-right: 250px;
}
@media screen and (max-width: 768px) {
  #movie .section_inner .section_main {
    max-width: 500px;
    padding-right: 0;
  }
}
#movie .section_inner .section_main .youtube_embed {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 2;
}
#movie .section_inner .section_main .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie .section_inner .section_main h2 {
  position: absolute;
  right: 0;
  bottom: 110px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #movie .section_inner .section_main h2 {
    right: 0%;
    bottom: -50px;
    margin: 0;
  }
}
#movie .section_inner .section_main .circle {
  width: 214px;
  position: absolute;
  right: 113px;
  bottom: 40px;
}
#movie .section_inner .section_main .circle img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #movie .section_inner .section_main .circle {
    width: 132px;
    width: 40%;
    right: 15%;
    bottom: -40%;
  }
}

#merch {
  margin-top: 50vw;
  background-color: #161515;
}
@media screen and (max-width: 768px) {
  #merch {
    margin-top: 120vw;
  }
}
#merch h2 {
  transform: translateY(-110px);
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #merch h2 {
    transform: translateY(-80px);
  }
}
#merch .section_inner {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #merch .section_inner {
    padding: 0 20px;
  }
}
#merch .section_inner .section_main {
  max-width: unset;
}
#merch .section_body {
  margin: -100px auto 0;
  max-width: 1100px;
  width: 100%;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #merch .section_body {
    margin: -70px auto 0;
    max-width: 500px;
  }
}
#merch .section_body .cau_m {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  opacity: 0.7;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #merch .section_body .cau_m {
    margin-bottom: 40px;
  }
}
#merch .section_body .sites p {
  font-size: 1.3em;
}
#merch .section_body .sites .sites_items {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#merch .section_body .sites .sites_items .site_item {
  width: calc(50% - 10px);
  padding: 20px 30px 30px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #merch .section_body .sites .sites_items .site_item {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
}
#merch .section_body .sites .sites_items .site_item .site_title {
  font-size: 1.1em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#merch .section_body .sites .sites_items .site_item .date {
  font-size: 1.2em;
  padding-bottom: 20px;
}
#merch .section_body .sites .sites_items .site_item .date span {
  display: block;
  font-size: 0.8em;
}
#merch .section_body .sites .sites_items .site_item .cau {
  font-size: 0.8em;
  text-align: left;
}
#merch .gentei_items {
  margin-top: 20px;
}
#merch .gentei_items.geki {
  margin-bottom: 80px;
}
#merch .gentei_items.geki .items .item .item_texts .merch_en {
  text-indent: -0.5em;
}
#merch .gentei_items .gentei_title {
  background: linear-gradient(to bottom, transparent calc(50% - 1px), rgba(255, 255, 255, 0.25) 1px, transparent calc(50% + 1px)); /* 中央に1pxの白線 */
  background-color: transparent; /* 背景色を透明に */
  background-repeat: no-repeat; /* 繰り返しを無効にする */
  background-size: 100% 1px; /* 線の幅を指定 */
  background-position: center; /* 中央に配置 */
  margin-bottom: 10px;
}
#merch .gentei_items .gentei_title span {
  display: inline-block;
  text-align: center;
  background-color: #161515;
  padding: 0 1em;
  font-size: 1.3em;
  color: #effada;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #merch .gentei_items .gentei_title span {
    letter-spacing: 0em;
    font-size: 1.1em;
    padding: 0 0.5em;
  }
}
#merch .gentei_items .items {
  text-align: left;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#merch .gentei_items .items .item {
  padding: 30px 0px;
  width: calc(50% - 40px);
}
#merch .gentei_items .items .item:first-of-type {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #merch .gentei_items .items .item {
    padding: 0 20px;
    width: 100%;
    margin-bottom: 60px;
  }
  #merch .gentei_items .items .item:last-of-type {
    margin-bottom: 0;
  }
}
#merch .gentei_items .items .item .item_img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #merch .gentei_items .items .item .item_img {
    margin-bottom: 10px;
  }
}
#merch .gentei_items .items .item .item_texts .merch_en {
  color: #effada;
  font-size: 1.3em;
}
#merch .gentei_items .items .item .item_texts .merch_jp {
  opacity: 0.8;
}
#merch .gentei_items .items .item .item_texts .price {
  color: #f9ffed;
  font-style: italic;
  margin-top: 0.4em;
}
#merch .gentei_items .items .item .item_texts .tokuten {
  margin-top: 12px;
  font-size: 1.2em;
}
#merch .gentei_items .items .item .item_texts .tokuten span {
  font-size: 0.8em;
  opacity: 0.9em;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 0.5em;
  padding: 0 0.25em;
}
#merch .gentei_items .items .item .item_texts .setsu {
  font-size: 0.9em;
  margin-top: 5px;
  opacity: 0.8;
  text-align: justify;
}
#merch .gentei_items .cau {
  margin-top: 10px;
  font-size: 0.9em;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #merch .gentei_items .cau {
    margin-bottom: 30px;
  }
}
#merch .gentei_items .btn_normal a {
  margin: 30px auto 0px;
  width: unset;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9em;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  #merch .gentei_items .btn_normal a {
    width: -moz-fit-content;
    width: fit-content;
    max-width: unset;
    margin: 60px auto 0px;
  }
}
#merch .btn_normal a {
  margin: 0px auto 0px;
  width: unset;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  #merch .btn_normal a {
    width: -moz-fit-content;
    width: fit-content;
    max-width: unset;
  }
}

#novelty {
  margin-top: -1px;
  background-color: rgba(0, 0, 0, 0.95);
}
#novelty h2 {
  text-align: center;
  margin-bottom: 40px;
}
#novelty .section_inner .section_main {
  text-align: center;
  line-height: 2;
}
#novelty .section_inner .section_main .section_body .cau_n {
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
#novelty .section_inner .section_main .section_body .dan_items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#novelty .section_inner .section_main .section_body .dan_items a {
  padding: 20px 20px 10px 20px;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.4s;
}
#novelty .section_inner .section_main .section_body .dan_items a.wide {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .dan_items a {
    padding: 20px 10px 10px;
  }
}
#novelty .section_inner .section_main .section_body .dan_items a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#novelty .section_inner .section_main .section_body .dan_items a .dan {
  background-color: #000;
  margin-bottom: 0.5em;
}
#novelty .section_inner .section_main .section_body .dan_items a .day_title {
  opacity: 0.8;
  font-size: 0.9em;
}
#novelty .section_inner .section_main .section_body .dan_items a .day {
  font-size: 1.2em;
}
#novelty .section_inner .section_main .section_body .dan_items a .day span {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .dan_items a .day {
    line-height: 1.6;
  }
}
#novelty .section_inner .section_main .section_body .dan_items a .arrow {
  color: #fffbe2;
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block {
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  padding: 20px 20px 50px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .dan_blocks .dan_block {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block .dan_title {
  background-color: #000;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block .haifubi {
  letter-spacing: 0.1em;
  font-size: 1.2em;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block .haifubi span {
  font-size: 0.8em;
  margin-right: 0.5em;
  padding: 0.1em;
  display: inline-block;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .dan_blocks .dan_block .haifubi span {
    display: block;
  }
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block .haifubutsu_en {
  font-size: 2em;
  text-transform: uppercase;
  color: #fffbe2;
  letter-spacing: 0.1em;
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block .haifubutsu_jp {
  font-size: 1.2em;
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block .haifubutsu_jp span {
  display: inline-block;
  font-size: 0.9em;
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block.yet {
  opacity: 0.7;
}
#novelty .section_inner .section_main .section_body .caus {
  margin-top: 40px;
  text-align: left;
  opacity: 0.8;
}
#novelty .section_inner .section_main .section_body .caus li {
  font-size: 0.8em;
  line-height: 2;
}
#novelty .section_inner .section_main .section_body .tokuten {
  padding: 20px 50px 0;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten {
    padding: 30px 20px 0;
  }
}
#novelty .section_inner .section_main .section_body .tokuten .img_poster {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
#novelty .section_inner .section_main .section_body .tokuten .imgs_photo {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten .imgs_photo {
    flex-direction: column;
  }
}
#novelty .section_inner .section_main .section_body .tokuten .imgs_photo .ptx {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
}
#novelty .section_inner .section_main .section_body .tokuten .imgs_photo .back {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .back {
    width: 50%;
    text-align: center;
    margin: 0 auto 0px;
  }
}
#novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 64%;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front {
    width: 100%;
    margin-bottom: 10px;
  }
}
#novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front.w100 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front.w100 {
    width: 100%;
  }
}
#novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front .f1, #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front .f2 {
  width: 47%;
}
#novelty .section_inner .section_main .section_body .imgs_photo2 {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 50px 0;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .imgs_photo2 {
    padding: 30px 0 0;
  }
}
#novelty .section_inner .section_main .section_body .imgs_photo2 div {
  width: 30%;
}
#novelty .section_inner .section_main .section_body .imgs_photo3 {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 50px 20px;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .imgs_photo3 {
    padding: 10px 0 20px;
  }
}
#novelty .section_inner .section_main .section_body .imgs_photo3 div {
  width: 30%;
}
#novelty .section_inner .section_main .section_body .imgs_photo3 p.al {
  text-align: center;
  display: block;
  margin-top: 0.5em;
  color: #FF0000;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .imgs_photo3 p.al {
    font-size: 1em;
  }
}
#novelty .f08 {
  font-size: 0.8em;
}/*# sourceMappingURL=style.css.map */