@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--------------------------*/
/*fontsize-----------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
/*mixin--------------------------*/
/*-------------------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-family: "Yuji Syuku", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(14px, 0.8199541284rem + 0.2752293578vw, 20px);
  color: #000;
  min-height: 100vh;
}

body.fixed {
  overflow: hidden;
  touch-action: none;
  height: 100vh;
}

body.body_sub .page-wrapper {
  padding-top: 120px;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

main {
  flex: 1;
}

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

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

.h2-default {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
}
.h2-default .title_frame-top, .h2-default .title_frame-bottom {
  width: 80px;
}
.h2-default p {
  font-size: 2em;
}
.h2-default.h2-white {
  color: #FEFEFE;
}

.section-default {
  background-image: url(../img/bg_w.jpg);
  background-size: 100%;
  width: calc(100% - 50px);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  margin: 0 auto 80px 0;
  filter: drop-shadow(0pc 2px 3px #000);
}
@media screen and (max-width: 768px) {
  .section-default {
    width: calc(100% - 20px);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 60px;
    background-size: 1500px;
  }
}
.section-default.section-right {
  margin: 0 0 80px auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media screen and (max-width: 768px) {
  .section-default.section-right {
    margin: 0 0 60px auto;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.section-default .section_inner .section_main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .section-default .section_inner .section_main {
    padding: 60px 20px;
    max-width: 500px;
  }
}

.btn-kazari {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #765600;
  border: solid 1px #523F00;
  color: #fff;
  text-decoration: none;
  min-width: 12em;
  padding: 0.6em 2em;
  height: 2.5em;
  overflow: hidden;
  transition: 0.2s;
  letter-spacing: 0.1em;
}
.btn-kazari::before, .btn-kazari::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  background: url("../img/btn-circle.svg") no-repeat center/contain;
  pointer-events: none;
  transform: translateY(-50%);
  transition: 0.4s;
  transform-origin: center center;
  opacity: 0.5;
}
.btn-kazari::before {
  left: -23px;
}
.btn-kazari::after {
  right: -23px;
}
.btn-kazari:hover {
  background: #5f4600;
}
.btn-kazari:hover::before {
  transform: translateY(-50%) rotate(90deg);
}
.btn-kazari:hover::after {
  transform: translateY(-50%) rotate(-90deg);
}
.btn-kazari.kazari-red {
  border: double 3px #000;
  background: #BF0008;
  height: 3em;
  padding: 0.6em 1em;
  min-width: 240px;
  width: 100%;
  max-width: 320px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn-kazari.kazari-red {
    height: 3.5em;
    padding: 0.9em 1em;
  }
}
.btn-kazari.kazari-red::before, .btn-kazari.kazari-red::after {
  opacity: 1;
  background: url("../img/btn-circle3.svg") no-repeat center/contain;
}
.btn-kazari.kazari-red:hover {
  background: #910007;
}

.f-small {
  font-size: 0.9em;
}

.f-smaller {
  font-size: 0.8em;
}

.f-bigger {
  font-size: 1.2em;
}

span.no-br {
  display: inline-block;
}

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

@media screen and (max-width: 768px) {
  span.no-br-sp {
    display: inline-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;
  }
}

#credit {
  margin-bottom: 80px;
  text-align: center;
  color: #FEFEFE;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #credit {
    margin-bottom: 60px;
  }
}
#credit .block {
  margin-bottom: 1em;
}
#credit .block .caption {
  opacity: 0.7;
  text-transform: uppercase;
}
/* ScrollTrigger 用（初期は隠す） */
.js-fade {
  opacity: 0;
  will-change: opacity;
}

.js-fadeUp {
  opacity: 0;
  will-change: opacity, transform;
}

.js-fadeUpBig {
  opacity: 0;
  will-change: opacity, transform;
}

/* 共通の見た目・最適化だけ */
.reveal-clip {
  will-change: clip-path, opacity;
}

.reveal-clip img,
.reveal-clip video {
  display: block;
  width: 100%;
  height: auto;
}

/* ページ遷移直後（ローディング明け）に順番表示するやつ */
.js-reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.js-reveal.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* LESS MOTION */
@media (prefers-reduced-motion: reduce) {
  .js-reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
/* 正方向（0→180度） */
@keyframes spin180 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
/* 逆方向（180→0度） */
@keyframes spin180Reverse {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.page-wrapper {
  max-width: calc(100% - 210px);
  min-width: calc(100% - 250px);
  width: 85%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
}

.gnav {
  z-index: 100;
  padding: 20px;
  min-width: 210px;
  max-width: 250px;
  width: 15%;
  position: fixed;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  background-image: url(../img/bg_nav.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .gnav {
    background-size: 350%;
    background-position: left top;
    padding: 10px 20px 20px;
    z-index: 1001;
    min-width: unset;
    max-width: unset;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  .gnav.active {
    pointer-events: all;
    opacity: 1;
  }
}
.gnav .gnav_logo {
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_logo {
    width: 100%;
    max-width: 320px;
    padding: 0 80px;
  }
}
.gnav .gnav_logo a {
  display: block;
}
.gnav .gnav_inner {
  margin: 0 auto 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_inner {
    margin: 0 auto 20px;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.gnav .gnav_inner .gnav_item a, .gnav .gnav_inner .gnav_item button {
  line-height: 1.3;
  padding: 0.5em;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  text-align: center;
  color: #FFF;
  display: block;
  width: 100%;
  border: solid 1px #765600;
  white-space: nowrap;
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_inner .gnav_item a, .gnav .gnav_inner .gnav_item button {
    font-size: 1.1em;
    padding: 0.75em 0;
  }
}
.gnav .gnav_inner .gnav_item a::before, .gnav .gnav_inner .gnav_item a::after, .gnav .gnav_inner .gnav_item button::before, .gnav .gnav_inner .gnav_item button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  background: url("../img/btn-circle2.svg") no-repeat center/contain;
  pointer-events: none;
  transform: translateY(-50%);
  transition: 0.4s;
  transform-origin: center center;
  opacity: 0.5;
  z-index: 0;
  mix-blend-mode: lighten;
}
.gnav .gnav_inner .gnav_item a::before, .gnav .gnav_inner .gnav_item button::before {
  left: -23px;
}
.gnav .gnav_inner .gnav_item a::after, .gnav .gnav_inner .gnav_item button::after {
  right: -23px;
}
.gnav .gnav_inner .gnav_item a:hover, .gnav .gnav_inner .gnav_item button:hover {
  filter: brightness(1.2);
  background-color: rgba(255, 255, 255, 0.1);
}
.gnav .gnav_inner .gnav_item a:hover::before, .gnav .gnav_inner .gnav_item button:hover::before {
  transform: translateY(-50%) rotate(90deg);
}
.gnav .gnav_inner .gnav_item a:hover::after, .gnav .gnav_inner .gnav_item button:hover::after {
  transform: translateY(-50%) rotate(-90deg);
}

.sns-nav-pc {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.sns-nav-pc li {
  width: 40px;
}
.sns-nav-pc li a {
  width: 40px;
  display: block;
  transition: 0.2s;
}
.sns-nav-pc li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sns-nav-pc {
    display: none;
  }
}

.sns-nav-sp {
  display: none;
  justify-content: center;
  margin-bottom: 16px;
  z-index: 1012;
}
.sns-nav-sp li {
  width: 40px;
  padding: 10px;
}
.sns-nav-sp li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns-nav-sp li a img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .sns-nav-sp {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.movie_btn-menu {
  border: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .movie_btn-menu {
    margin: 0 auto;
  }
}
.movie_btn-menu .movie_btn-base {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
}
@media screen and (max-width: 768px) {
  .movie_btn-menu .movie_btn-base {
    padding-top: 32%;
  }
}
.movie_btn-menu .movie_btn-base video, .movie_btn-menu .movie_btn-base img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.movie_btn-menu .play-circle {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.movie_btn-menu .play-circle .play-circle-base {
  position: relative;
  transition: 0.4s;
}
.movie_btn-menu .play-circle .play-circle-arrow {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.movie_btn-menu:hover .play-circle .play-circle-base {
  transform: rotate(90deg);
}
.movie_btn-menu:hover .movie_btn-base video, .movie_btn-menu:hover .movie_btn-base img {
  transform: scale(1.1);
  filter: brightness(120%);
}

.nav_bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #000;
  background-image: url(../img/bg_nav.jpg);
  background-size: cover;
  background-size: 350%;
  background-position: left top;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .nav_bar {
    display: block;
  }
}

.nav_btn {
  z-index: 1011;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: block;
    box-shadow: none;
    background-image: none;
  }
}
.nav_btn .bar {
  position: absolute;
  background-color: #FEFEFE;
  transition: 0.2s;
  height: 3px;
  width: 28px;
  left: 16px;
}
.nav_btn .bar.bar1 {
  top: 19px;
}
.nav_btn .bar.bar2 {
  transition-delay: 0.05s;
  top: 29px;
}
.nav_btn .bar.bar3 {
  transition-delay: 0.1s;
  top: 39px;
}
.nav_btn .bar.bar4 {
  width: 0;
  transition-delay: 0.2s;
  transform-origin: left top;
  transform: rotate(45deg);
  top: 19px;
  left: 21px;
}
.nav_btn .bar.bar5 {
  width: 0;
  transition-delay: 0.15s;
  transform-origin: right top;
  transform: rotate(-45deg);
  top: 19px;
  left: unset;
  right: 21px;
}
.nav_btn.active {
  background-image: none;
}
.nav_btn.active .bar.bar1, .nav_btn.active .bar.bar2, .nav_btn.active .bar.bar3 {
  width: 0;
}
.nav_btn.active .bar.bar4, .nav_btn.active .bar.bar5 {
  width: 28px;
}

/* SPメニュー開時に本体スクロール止める */
body.nav-open {
  overflow: hidden;
}

/* アニメ前の見た目を少しだけ調整（transform原点） */
.gnav_logo img {
  transform-origin: center;
}

.gnav_inner .gnav_item {
  transform-origin: center;
}

.movie_btn-menu {
  transform-origin: center;
}

.loading {
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  /* ラインを走らせるだけ（ロゴは消さない） */
  /* ライン終了→即パネル開いて消える + ロゴは拡大しながら消える */
}
.loading::before, .loading::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  background: #000;
  z-index: 10;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.22s ease-out;
}
.loading::before {
  top: 0;
  height: 51%;
}
.loading::after {
  bottom: 0;
  height: 51%;
}
.loading .loader {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loading .loader img {
  display: block;
  opacity: 0.32;
  transform: scale(1);
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}
.loading .loader-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(155, 155, 155, 0.95);
  transform: translate(-101%, -50%);
  opacity: 1;
  visibility: visible;
  z-index: 19;
  will-change: transform, opacity;
}
.loading.is-started .loader-line {
  animation: runLine 0.5s ease-out forwards;
}
.loading.is-exit .loader img {
  opacity: 0;
  transform: scale(2);
  transition: transform 0.55s ease, opacity 0.55s ease;
}
.loading.is-exit::before {
  transform: translateY(-100%);
}
.loading.is-exit::after {
  transform: translateY(100%);
}

@keyframes runLine {
  0% {
    transform: translate(-101%, -50%);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translate(100%, -50%);
    opacity: 0.6;
  }
}
/* ローディング共通ロゴサイズ */
.loading .loader img {
  width: clamp(160px, 28vw, 340px);
  height: auto;
}

/* ローディング共通ロゴサイズ */
.loader img {
  max-width: 340px;
  min-width: 160px;
  width: 50%;
  width: clamp(160px, 28vw, 340px);
  height: auto;
  display: block;
}

/* ========== サブページ簡易ローダー ========== */
.body_sub .loading-sub {
  position: fixed;
  background-color: #000;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 1;
  will-change: opacity;
}
.body_sub .loading-sub .loader {
  opacity: 0.32;
  transform: scale(1);
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}
.body_sub .loading-sub.is-out {
  opacity: 0;
  transition: opacity 0.55s ease;
}
.body_sub .loading-sub .loader.is-out {
  transform: scale(2);
  opacity: 0;
  transition: transform 0.55s ease, opacity 0.55s ease;
}

.fixed_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(../img/bg.jpg);
  background-size: 1000px;
  z-index: -10;
}

.flame_layer {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  mix-blend-mode: screen;
  opacity: 0.4;
}
.flame_layer video {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes scalebgPc {
  0% {
    transform: scale(2);
    background-position: 0% 100%;
  }
  100% {
    transform: scale(1);
    background-position: 100% 100%;
  }
}
@keyframes scalebgSp {
  0% {
    background-position: 0% 100%;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
    background-position: 100% 100%;
  }
}
.bg_sub .fixed_bg {
  background-image: url(../img/bg_sub-pc.jpg);
  background-size: cover;
  background-position: 100% 100%;
  transform-origin: 0% 100%;
  background-repeat: no-repeat;
  transform: scale(2);
  animation: scalebgPc 120s linear infinite alternate;
}
@media screen and (max-width: 768px) {
  .bg_sub .fixed_bg {
    transform: scale(2);
    animation: scalebgSp 80s linear infinite alternate;
    background-image: url(../img/bg_sub-sp.jpg);
  }
}

.fixed_bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0; /* マイナスにしない（iOS合成で事故ることがある） */
}

/* コンテンツ側を“別レイヤーの前面”として固定 */
.page-wrapper {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

footer {
  z-index: 11;
}

#footer {
  position: relative;
  padding: 50px 50px 50px;
  background-color: #000;
  color: #FEFEFE;
  font-size: 14px;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  #footer {
    font-size: 12px;
    padding: 40px 20px 60px;
  }
}
#footer a {
  color: #FEFEFE;
}
#footer .to_top {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin: 0 auto 40px;
  display: block;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 768px) {
  #footer .to_top {
    width: 45px;
    height: 45px;
  }
}
#footer .to_top .to_top-base {
  position: relative;
  transition: 0.4s;
}
#footer .to_top .to_top-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s;
}
#footer .to_top:hover .to_top-arrow {
  transform: translateY(-3px);
}
#footer .to_top:hover .to_top-base {
  transform: rotate(90deg);
}
#footer ul.tieup_bnrs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 30px;
  max-width: 1200px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #footer ul.tieup_bnrs {
    max-width: 400px;
  }
}
#footer ul.tieup_bnrs li {
  width: calc(20% - 8px);
}
@media screen and (max-width: 768px) {
  #footer ul.tieup_bnrs li {
    width: calc(50% - 5px);
  }
}
#footer ul.tieup_bnrs li a {
  transition: 0.4s;
  display: block;
}
#footer ul.tieup_bnrs li a:hover {
  opacity: 0.8;
}
#footer ul.share-texts {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 32px;
}
#footer ul.share-texts .icon-share {
  width: 16px;
}
#footer ul.share-texts a, #footer ul.share-texts button {
  font-family: "Yuji Syuku", serif;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  color: #FFF;
  cursor: pointer;
  transition: 0.1s;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  #footer ul.share-texts a, #footer ul.share-texts button {
    font-size: 12px;
  }
}
#footer ul.share-texts a:hover, #footer ul.share-texts button:hover {
  opacity: 0.5;
}
#footer .wb_logo {
  width: 80px;
  margin: 0 auto 20px;
}
#footer ul.wb_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #footer ul.wb_sns {
    gap: 14px;
  }
}
#footer ul.wb_sns li a {
  transition: 0.1s;
  display: block;
}
#footer ul.wb_sns li a:hover {
  opacity: 0.5;
}
#footer ul.wb_sns li a img {
  height: 40px;
  width: auto;
}
#footer ul.policies {
  display: flex;
  justify-content: center;
  gap: 1.4em;
  margin: 0 auto 20px;
  margin-left: -1em;
}
#footer ul.policies a {
  transition: 0.1s;
}
#footer ul.policies a:hover {
  opacity: 0.5;
}
#footer .copyright-footer {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #footer .copyright-footer {
    max-width: 260px;
  }
}

#toast {
  position: fixed;
  left: 56.5%;
  bottom: 80px;
  bottom: calc(80px + env(safe-area-inset-bottom));
  transform: translateX(-50%) translateY(10px);
  /* 見やすさ最優先 */
  background: rgba(228, 0, 0, 0.88);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 99999;
  /* 文字が長い時も破綻しにくい */
  max-width: min(92vw, 520px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  #toast {
    left: 50%;
  }
}

#toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.content img {
  width: auto;
}
.content p {
  font-weight: 500;
  text-align: justify;
}
.content p.has-text-align-center {
  text-align: center;
}
.content p.has-text-align-right {
  text-align: right;
}
.content p.has-text-align-left {
  text-align: left;
}
.content strong {
  font-weight: 800;
}
.content .embed-youtube,
.content .wp-embed-aspect-16-9,
.content .wp-block-embed.is-type-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.content .embed-youtube iframe,
.content .wp-embed-aspect-16-9 iframe,
.content .wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .wp-block-embed-x iframe,
.content .wp-block-embed-twitter iframe,
.content .wp-block-embed-instagram iframe,
.content .wp-block-embed-wordpress iframe,
.content .wp-block-embed-spotify iframe,
.content .wp-block-embed-facebook iframe {
  width: 100%;
  height: auto;
}
.content blockquote.twitter-tweet {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
  margin: 2em auto;
}
.content blockquote.twitter-tweet iframe {
  width: 100% !important;
  height: auto !important;
}
.content .has-text-color:not([class*=-color]) {
  color: inherit !important;
}
.content .has-background:not([class*=-background-color]) {
  background-color: inherit !important;
}
.content .has-text-color.has-white-color {
  color: #fff !important;
}
.content .has-text-color.has-black-color {
  color: #000 !important;
}
.content .has-text-color.has-red-color {
  color: red !important;
}
.content .has-black-color {
  color: #000000 !important;
}
.content .has-white-color {
  color: #ffffff !important;
}
.content .has-pale-pink-color {
  color: #f78da7 !important;
}
.content .has-vivid-red-color {
  color: #cf2e2e !important;
}
.content .has-luminous-vivid-orange-color {
  color: #ff6900 !important;
}
.content .has-luminous-vivid-amber-color {
  color: #fcb900 !important;
}
.content .has-light-green-cyan-color {
  color: #7bdcb5 !important;
}
.content .has-vivid-green-cyan-color {
  color: #00d084 !important;
}
.content .has-pale-cyan-blue-color {
  color: #8ed1fc !important;
}
.content .has-vivid-cyan-blue-color {
  color: #0693e3 !important;
}
.content .has-very-light-gray-color {
  color: #eeeeee !important;
}
.content .has-cyan-bluish-gray-color {
  color: #abb8c3 !important;
}
.content .has-very-dark-gray-color {
  color: #313131 !important;
}
.content .has-vivid-purple-color {
  color: #9b51e0 !important;
}
.content .has-black-background-color {
  background-color: #000000 !important;
}
.content .has-white-background-color {
  background-color: #ffffff !important;
}
.content .has-pale-pink-background-color {
  background-color: #f78da7 !important;
}
.content .has-vivid-red-background-color {
  background-color: #cf2e2e !important;
}
.content .has-luminous-vivid-orange-background-color {
  background-color: #ff6900 !important;
}
.content .has-luminous-vivid-amber-background-color {
  background-color: #fcb900 !important;
}
.content .has-light-green-cyan-background-color {
  background-color: #7bdcb5 !important;
}
.content .has-vivid-green-cyan-background-color {
  background-color: #00d084 !important;
}
.content .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc !important;
}
.content .has-vivid-cyan-blue-background-color {
  background-color: #0693e3 !important;
}
.content .has-very-light-gray-background-color {
  background-color: #eeeeee !important;
}
.content .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3 !important;
}
.content .has-very-dark-gray-background-color {
  background-color: #313131 !important;
}
.content .has-vivid-purple-background-color {
  background-color: #9b51e0 !important;
}
.content .has-background {
  padding: 20px;
}
.content .has-small-font-size {
  font-size: 0.8em;
}
.content .has-medium-font-size {
  font-size: 1em;
}
.content .has-large-font-size {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .content .has-large-font-size {
    font-size: 1.2em;
  }
}
.content .has-huge-font-size {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .content .has-huge-font-size {
    font-size: 1.3em;
  }
}
.content .has-x-large-font-size {
  font-size: 2.5em;
}
@media screen and (max-width: 768px) {
  .content .has-x-large-font-size {
    font-size: 1.5em;
  }
}
.content .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content .alignleft {
  float: left;
}
.content .alignright {
  float: right;
}
.content .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.content .wp-block-image.alignfull img,
.content .wp-block-image.alignwide img,
.content .size-large img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.content a {
  color: #0693e3;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  word-break: break-all;
}
.content a:hover {
  opacity: 0.7;
}
.content em {
  font-style: italic;
}
.content p, .content figure {
  min-height: 1.5em;
  margin: 1em 0;
}
.content p:empty::before {
  content: " ";
}
.content .twitter-tweet {
  margin: 0 auto;
}
.content .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
  margin-bottom: 2em;
}
.content .wp-block-columns .wp-block-column {
  flex: 0 0 auto;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}
.content .wp-block-columns .wp-block-column[style*="50%"] {
  max-width: calc(50% - 0em);
}
.content .wp-block-columns .wp-block-column[style*="33.33%"], .content .wp-block-columns .wp-block-column[style*="33.34%"] {
  max-width: calc(33.333% - 0em);
}
@media screen and (max-width: 768px) {
  .content .wp-block-columns {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content .wp-block-columns.columns-2up .wp-block-column {
    width: 50% !important;
    max-width: 50% !important;
  }
  .content .wp-block-columns:not(.columns-2up) .wp-block-column {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.content .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content .wp-block-gallery .blocks-gallery-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.content .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
}
.content .wp-block-gallery .blocks-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
.content .wp-block-gallery.columns-2 .blocks-gallery-item {
  width: calc(50% - 0.5em);
}
.content .wp-block-gallery.columns-3 .blocks-gallery-item {
  width: calc(33.333% - 0.67em);
}
.content .wp-block-gallery.columns-4 .blocks-gallery-item {
  width: calc(25% - 0.75em);
}
@media screen and (max-width: 768px) {
  .content .wp-block-gallery .blocks-gallery-item {
    width: 100% !important;
  }
}
.content .wp-block-quote {
  border-left: 3px solid #000;
  padding-left: 20px;
}
.content sup {
  font-size: 0.75em;
  vertical-align: super;
}
.content sub {
  font-size: 0.75em;
  vertical-align: sub;
}
.content s, .content del {
  text-decoration: line-through;
}
.content code {
  font-family: monospace;
  background-color: #f4f4f4;
  padding: 2px 4px;
  border-radius: 3px;
}

#top {
  padding-bottom: 40px;
  background-color: #000;
  pointer-events: none;
  position: relative;
  /* ===== base（ここで切る）===== */
}
@media screen and (max-width: 768px) {
  #top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top .spacer {
    width: 100%;
    height: 60px;
  }
}
#top .top_inner {
  position: relative;
  aspect-ratio: 1650/951;
}
@media screen and (max-width: 768px) {
  #top .top_inner {
    aspect-ratio: unset;
    height: 154vw;
  }
}
#top .base {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#top .base .base_img {
  transition: 1s;
  transform: scale(1.15);
}
#top .base .base_img.is-show {
  transform: scale(1);
}
#top h1.title {
  position: absolute;
  width: 48%;
  left: 26%;
  bottom: calc(-10% - 40px);
  will-change: transform, opacity;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1s;
  transform: scale(1.4);
}
@media screen and (max-width: 768px) {
  #top h1.title {
    width: 86%;
    left: 7%;
    bottom: -5.5%;
  }
}
#top h1.title.is-show {
  transform: scale(1);
  opacity: 1;
}
#top .copy_tate {
  position: absolute;
  width: 2.5%;
  top: 6.7%;
  right: 7%;
  will-change: transform, opacity;
  opacity: 0;
  transform: translateY(10px);
  transition: 1s;
  transition-delay: 0.5s;
  filter: blur(5px);
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 6%;
    left: 27%;
    top: 32%;
    right: unset;
  }
}
#top .copy_tate.is-show {
  filter: blur(0px);
  transform: translateY(0px);
  opacity: 1;
}
#top .copy_tate img {
  filter: drop-shadow(0px 0px 1px #000) drop-shadow(0px 0px 3px #000) drop-shadow(0px 0px 6px #000) drop-shadow(0px 0px 8px #000);
}
#top .release {
  position: absolute;
  bottom: 3%;
  right: 2%;
  width: 14%;
  transition: 0.7s;
  transition-delay: 1.2s;
  will-change: transform, opacity;
  transform: translateX(40px);
  opacity: 0;
  filter: drop-shadow(0px 0px 1px #FFF) drop-shadow(0px 0px 2px #FFF) drop-shadow(0px 0px 4px #FFF) drop-shadow(0px 0px 6px #FFF) drop-shadow(0px 0px 2px #FFF);
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 24%;
    right: 2%;
    bottom: 1%;
    filter: drop-shadow(0px 0px 1px #FFF) drop-shadow(0px 0px 2px #FFF) drop-shadow(0px 0px 3px #FFF) drop-shadow(0px 0px 3px #FFF);
  }
}
#top .release.is-show {
  opacity: 1;
  transform: translateX(0px);
}

#info {
  padding: 0px 0 20px;
  margin-bottom: 80px;
  background-color: #000;
  position: relative;
  /* ブレット */
  /* 共通 bullet スタイル */
  /* アクティブ bullet */
}
@media screen and (max-width: 768px) {
  #info {
    padding: 0px 0 20px;
    margin-bottom: 60px;
  }
}
#info .mvtk {
  width: 100%;
}
#info .mvtk #mvtk-widgets-container {
  margin: 0 auto 10px;
}
#info .tkt_bnrs {
  padding-top: 10px;
  max-width: 840px;
  margin: 0px auto 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #info .tkt_bnrs {
    max-width: 342px;
  }
}
#info .tkt_bnrs a {
  display: block;
  width: calc(50% - 5px);
  border-radius: 4px;
  overflow: hidden;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #info .tkt_bnrs a {
    width: 100%;
    margin-bottom: 10px;
  }
  #info .tkt_bnrs a:last-of-type {
    margin-bottom: 0;
  }
}
#info .tkt_bnrs a:hover {
  filter: brightness(90%);
}
#info .swiper-bnrs {
  width: calc(100% - 0px);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#info .swiper-bnrs .swiper-slide {
  width: calc(33.33% - 20px);
  width: calc(25% - 20px);
}
@media screen and (max-width: 768px) {
  #info .swiper-bnrs .swiper-slide {
    width: 280px; /* 固定幅 */
  }
}
#info .swiper-bnrs img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.2s;
}
#info .swiper-bnrs img:hover {
  opacity: 0.7;
}
#info .swiper-bnrs .swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
#info .swiper-bnrs .swiper-pagination-bullet {
  background: #666;
  opacity: 0.4;
}
#info .swiper-bnrs .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
#info .swiper-bnrs .swiper-pagination-bullet {
  width: 24px; /* 画像の大きさに合わせる */
  height: 24px;
  background: url("../img/bullet.svg") no-repeat center/contain;
  background-size: 18px 18px;
  background-position: center center;
  opacity: 1;
}
#info .swiper-bnrs .swiper-pagination-bullet-active {
  opacity: 0.5; /* アクティブ時は濃く */
}

ul#news-list, #top-news-list {
  position: relative;
}
ul#news-list li.news-item, #top-news-list li.news-item {
  width: 100%;
  will-change: transform, opacity;
}
ul#news-list li.news-item:first-of-type, #top-news-list li.news-item:first-of-type {
  border-top: solid 1px #765600;
}
ul#news-list li.news-item a, #top-news-list li.news-item a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: solid 1px #765600;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  ul#news-list li.news-item a, #top-news-list li.news-item a {
    padding: 10px 0 16px;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
ul#news-list li.news-item a:hover, #top-news-list li.news-item a:hover {
  transform: translateX(5px);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  ul#news-list li.news-item a:hover, #top-news-list li.news-item a:hover {
    transform: translateX(0px);
  }
}
ul#news-list li.news-item a .date, #top-news-list li.news-item a .date {
  width: 10em;
}
@media screen and (max-width: 768px) {
  ul#news-list li.news-item a .date, #top-news-list li.news-item a .date {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 0.25em;
  }
}
ul#news-list li.news-item a .date span, #top-news-list li.news-item a .date span {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  ul#news-list li.news-item a .date span, #top-news-list li.news-item a .date span {
    font-size: 1.5em;
  }
}
ul#news-list li.news-item a .post-title, #top-news-list li.news-item a .post-title {
  width: calc(100% - 9em);
  font-size: 1.125em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  ul#news-list li.news-item a .post-title, #top-news-list li.news-item a .post-title {
    width: 100%;
  }
}

#news-pager {
  margin-top: 40px;
}
#news-pager .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#news-pager .pager a {
  background-color: #765600;
  color: #FEFEFE;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #news-pager .pager a {
    font-size: 14px;
  }
}
#news-pager .pager a.is-current {
  opacity: 0.5;
  pointer-events: none;
  filter: grayscale(100%);
}
#news-pager .pager a:hover {
  filter: brightness(1.2);
}

#post-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#post-nav .nav-link-prev, #post-nav .nav-link-next, #post-nav .invalid {
  width: 2.5em;
  height: 2.5em;
  padding: 12px 0;
  background-color: #765600;
  color: #FEFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
#post-nav .nav-link-prev:hover, #post-nav .nav-link-next:hover, #post-nav .invalid:hover {
  filter: brightness(1.2);
}
#post-nav .btn-kazari {
  margin: 0;
}
#post-nav .invalid {
  opacity: 0.5;
  pointer-events: none;
  filter: grayscale(100%);
}

#news-top .section_inner .section_main {
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #news-top .section_inner .section_main {
    padding: 30px 20px;
  }
}
#news-top .section_inner .section_main h2 {
  margin-bottom: 20px;
}
#news-top .section_inner .section_main ul {
  text-align: left;
  margin-bottom: 40px;
}

.body_news h2 {
  margin-bottom: 4em;
}

#news-article .section_inner .section_main #post-detail .news-titles {
  display: flex;
  align-items: flex-end;
  line-height: 1.4;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news-article .section_inner .section_main #post-detail .news-titles {
    flex-wrap: wrap;
  }
}
#news-article .section_inner .section_main #post-detail .news-titles .news-date {
  width: 10em;
}
#news-article .section_inner .section_main #post-detail .news-titles .news-date span {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  #news-article .section_inner .section_main #post-detail .news-titles .news-date {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
#news-article .section_inner .section_main #post-detail .news-titles .post-title {
  width: calc(100% - 6.5em);
  font-size: 1.5em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #news-article .section_inner .section_main #post-detail .news-titles .post-title {
    width: 100%;
    font-size: 1.35em;
  }
}
#news-article .section_inner .section_main .content {
  border-top: solid 1px #765600;
  border-bottom: solid 1px #765600;
  margin: 1em 0;
  padding: 1.5em 0;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

#movie {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #movie {
    margin-bottom: 60px;
  }
}
#movie h2 {
  margin-bottom: 20px;
}
#movie .movie_btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
#movie .movie_btn .movie_btn-base {
  position: relative;
  padding-top: 32%;
  width: 100%;
  height: 0;
}
@media screen and (max-width: 768px) {
  #movie .movie_btn .movie_btn-base {
    padding-top: 50%;
  }
}
#movie .movie_btn .movie_btn-base video, #movie .movie_btn .movie_btn-base img {
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#movie .movie_btn .play-circle {
  position: absolute;
  width: 10%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.32;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #movie .movie_btn .play-circle {
    width: 25%;
  }
}
#movie .movie_btn .play-circle .play-circle-base {
  position: relative;
  transition: 0.2s;
}
#movie .movie_btn .play-circle .play-circle-arrow {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#movie .movie_btn:hover .play-circle .play-circle-base {
  transform: rotate(90deg);
}
#movie .movie_btn:hover .movie_btn-base video, #movie .movie_btn:hover .movie_btn-base img {
  transform: scale(1.05);
  filter: brightness(120%);
}

#movie-window .youtube_outer {
  display: none;
  z-index: 9997;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #movie-window .youtube_outer {
    margin-bottom: 0px;
    max-width: unset;
  }
}
#movie-window .youtube_outer .youtube_embed {
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#movie-window .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-movie {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: 9995;
}

.close_btn-movie {
  cursor: pointer;
  display: none;
  z-index: 9996;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}

.close_btn-movie::before,
.close_btn-movie::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%; /* ボタンサイズに応じて長さ調整 */
  height: 3px;
  background: #fff; /* 色はお好みで */
  transform-origin: center;
}

.close_btn-movie::before {
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.2s;
}

.close_btn-movie::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.2s;
}

.close_btn-movie:hover::before {
  transform: translate(-50%, -50%) rotate(35deg);
}
.close_btn-movie:hover::after {
  transform: translate(-50%, -50%) rotate(-35deg);
}

/* SPサイズ（768px以下） */
@media (max-width: 768px) {
  .close_btn-movie {
    width: 60px;
    height: 60px;
  }
  .close_btn-movie::before,
  .close_btn-movie::after {
    width: 70%;
    height: 3px;
  }
}
.movie-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
@media screen and (max-width: 768px) {
  .movie-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.movie-tabs button.movie-tab {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.88);
  height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: transform 0.15s, background-color 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s, filter 0.15s;
  position: relative;
}
.movie-tabs button.movie-tab::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  height: 2px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
  opacity: 0;
  transform: scaleX(0.6);
  transition: 0.15s;
}
.movie-tabs button.movie-tab:hover {
  filter: brightness(1.12);
  border-color: rgba(255, 255, 255, 0.28);
}
.movie-tabs button.movie-tab:active {
  transform: translateY(0px);
}
.movie-tabs button.movie-tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}
.movie-tabs button.movie-tab.is-active {
  background: rgba(255, 255, 255, 0.92);
  color: #000;
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}
@media (max-width: 768px) {
  .movie-tabs {
    gap: 5px;
    padding: 5px;
  }
  .movie-tabs button {
    height: 40px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 14px;
  }
}

body.body_intro.body_sub {
  background-color: #000;
}
body.body_intro.body_sub .page-wrapper {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  body.body_intro.body_sub .page-wrapper {
    padding-top: 60px;
  }
}

#intro {
  position: relative;
}
#intro .section_inner .section_main .intro_upper {
  position: relative;
}
#intro .section_inner .section_main .intro_upper .img_intro {
  position: relative;
}
#intro .section_inner .section_main .intro_upper .catch {
  position: absolute;
  top: 0;
  left: 2%;
  width: 81%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .intro_upper .catch {
    width: 104%;
    left: -2%;
  }
}
#intro .section_inner .section_main .intro_upper .copy_intro {
  position: absolute;
  bottom: 4%;
  right: 4%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .intro_upper .copy_intro {
    bottom: 0%;
    width: 100%;
    right: 0;
    margin-bottom: 20px;
  }
}
#intro .section_inner .section_main .intro_upper .copy_intro img {
  filter: drop-shadow(0 0 74px rgba(255, 0, 0, 0.3)) drop-shadow(0 0 5px #F00) drop-shadow(0 0 10px #F00);
}
#intro .si-swiper {
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #intro .si-swiper {
    padding: 4px 0;
  }
}
#intro .si-swiper::before, #intro .si-swiper::after {
  content: "";
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #CCC 50.48%, rgba(153, 153, 153, 0) 100%);
  position: absolute;
  left: 0;
}
#intro .si-swiper::after {
  bottom: 0;
}
#intro .si-swiper::before {
  top: 0;
}
#intro .si-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
#intro .si-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#intro .intro_lower {
  padding-top: 80px;
  padding-bottom: 35vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #intro .intro_lower {
    padding-top: 30px;
    padding-bottom: 98vw;
  }
}
#intro .intro_lower .copy_intro2 {
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #intro .intro_lower .copy_intro2 {
    margin: 0 auto 20px;
    width: 90%;
  }
}
#intro .intro_lower .copy_intro2 img {
  filter: drop-shadow(0 0 74px rgba(255, 0, 0, 0.5)) drop-shadow(0 0 30px rgba(255, 0, 0, 0.6)) drop-shadow(0 0 10px #F00);
}
#intro .intro_lower p {
  text-align: center;
  color: #FEFEFE;
  line-height: 2;
  padding: 0 20px;
}
#intro .intro_lower p span {
  display: inline-block;
}
#intro .intro_about {
  background-image: url(../img/bg_w.jpg);
  text-align: center;
  line-height: 2;
  position: relative;
  padding: 50px 50px 50px;
}
@media screen and (max-width: 768px) {
  #intro .intro_about {
    padding: 40px 20px 40px;
  }
}
#intro .intro_about .intro_about-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
#intro .intro_about .intro_about-inner .honmei {
  position: absolute;
  top: -110px;
  right: 0;
  width: 35%;
}
@media screen and (max-width: 768px) {
  #intro .intro_about .intro_about-inner .honmei {
    top: -110px;
    right: -10%;
    width: 55%;
    min-width: 180px;
    max-width: 240px;
  }
}
#intro .intro_about .intro_about-inner .what {
  overflow: hidden;
  position: relative;
  width: 52%;
  margin: 0 auto 20px;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  #intro .intro_about .intro_about-inner .what {
    width: 100%;
  }
}
#intro .intro_about .intro_about-inner .text_body {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.9em;
}
#intro .intro_about .intro_about-inner .text_body span {
  display: inline-block;
}

#intro .intro_lower {
  padding-top: 80px;
  padding-bottom: 35vw;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #intro .intro_lower {
    padding-top: 30px;
    padding-bottom: 98vw;
  }
}
#intro .intro_lower::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/intro_bg2-pc.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  transform: scale(1.14);
  transform-origin: 50% 100%;
  will-change: transform;
  transition: transform 10s linear;
}
@media screen and (max-width: 768px) {
  #intro .intro_lower::before {
    background-image: url(../img/intro_bg2-sp.jpg);
  }
}
#intro .intro_lower.is-bgzoomout::before {
  transform: scale(1);
}

#intro .text_body span {
  will-change: transform, opacity;
}

/* 既に .js-fadeUp {opacity:0} 系があるなら被らない命名で */
.js-slideL, .js-slideR, .js-pop {
  opacity: 0;
  will-change: transform, opacity;
}

/* pictureはimgに効かせる */
.js-zoomin img {
  will-change: transform, filter;
}

.body_music #music {
  position: relative;
  color: #FEFEFE;
  padding: 0px 0 120px;
}
@media screen and (max-width: 768px) {
  .body_music #music {
    padding: 0px 0 80px;
  }
}
.body_music #music .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .body_music #music .section_inner {
    padding: 0 20px;
  }
}
.body_music #music .section_inner .section_main {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .body_music #music .section_inner .section_main {
    max-width: 500px;
  }
}
.body_music h2 {
  margin-bottom: 5em;
}
.body_music .name {
  line-height: 1.4;
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .body_music .name {
    font-size: 2em;
  }
}
.body_music .rub {
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.8em;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .body_music .rub {
    font-size: 0.9em;
    letter-spacing: 0.9em;
  }
}
.body_music .song-title {
  line-height: 1;
  text-align: center;
  font-size: 4em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .body_music .song-title {
    font-size: 3.5em;
  }
}
.body_music .label {
  font-size: 1.1em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .body_music .label {
    font-size: 1em;
  }
}
.body_music .music_img {
  margin-bottom: 3em;
}
.body_music .box_prof {
  line-height: 2;
  text-align: justify;
  margin-bottom: 2.5em;
}
.body_music .box_comment {
  line-height: 2;
  border: solid 1px rgba(254, 254, 254, 0.5);
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body_music .box_comment {
    text-align: justify;
  }
}
.body_music .box_comment p span {
  display: inline-block;
}
.body_music .sub-title {
  text-align: center;
  color: #E50012;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.music_img {
  overflow: hidden;
}

.music_img img {
  transform: scale(1.1);
  filter: blur(3px);
  will-change: transform, filter;
  transition: transform 3s ease, filter 3s ease;
}

.music_img.is-zoomout img {
  transform: scale(1);
  filter: blur(0);
}

.body_caststaff #caststaff {
  position: relative;
  padding: 0px 0 120px;
}
@media screen and (max-width: 768px) {
  .body_caststaff #caststaff {
    padding: 0px 0 80px;
  }
}
.body_caststaff #caststaff .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .body_caststaff #caststaff .section_inner {
    padding: 0 20px;
  }
}
.body_caststaff #caststaff .section_inner .section_main {
  max-width: 1200px;
  margin: 0 auto;
}
.body_caststaff h2 {
  margin-bottom: 5em;
}
.body_caststaff .block:first-of-type {
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .body_caststaff .block:first-of-type {
    margin-bottom: 3em;
  }
}
.body_caststaff .block:last-of-type {
  margin-top: 7em;
}
@media screen and (max-width: 768px) {
  .body_caststaff .block:last-of-type {
    margin-top: 5em;
  }
}
.body_caststaff h3 {
  font-size: 1.8em;
  text-align: center;
  color: #FEFEFE;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .body_caststaff h3 {
    margin-bottom: 2em;
  }
}
.body_caststaff hr {
  border: none;
  height: 1px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, #999 50%, rgba(153, 153, 153, 0) 100%);
}
@media screen and (max-width: 768px) {
  .body_caststaff hr {
    max-width: 300px;
  }
}
.body_caststaff .name_items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .body_caststaff .name_items {
    max-width: 500px;
    margin: 0 auto;
  }
}
.body_caststaff .name_items.name_items-staff .name_item {
  margin-bottom: 3.75em;
}
@media screen and (max-width: 768px) {
  .body_caststaff .name_items.name_items-staff .name_item {
    margin-bottom: 2.5em;
  }
}
.body_caststaff .name_items.name_items-staff4 .name_item {
  margin-bottom: 3.75em;
}
@media screen and (max-width: 768px) {
  .body_caststaff .name_items.name_items-staff4 .name_item {
    margin-bottom: 2.5em;
  }
}
.body_caststaff .name_items.name_items-cast {
  margin-bottom: 60px;
}
.body_caststaff .name_items.name_items-cast .name_item {
  margin-bottom: 3.2em;
}
@media screen and (max-width: 768px) {
  .body_caststaff .name_items.name_items-cast .name_item {
    margin-bottom: 2.4em;
  }
}
.body_caststaff .name_items .name_item {
  text-align: center;
}
.body_caststaff .name_items .name_item .role {
  color: #FF0000;
}
.body_caststaff .name_items .name_item .role span {
  display: inline-block;
}
.body_caststaff .name_items .name_item .name {
  color: #FEFEFE;
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  .body_caststaff .name_items .name_item .name {
    font-size: 1.7em;
  }
}
.body_caststaff .name_items .name_item .name span {
  font-size: 0.4em;
  display: block;
  margin-top: 0.5em;
}
.body_caststaff h3.is-show {
  opacity: 0.8;
}

#ticket {
  position: relative;
  color: #FEFEFE;
  padding: 0px 0 120px;
}
@media screen and (max-width: 768px) {
  #ticket {
    padding: 0px 0 80px;
  }
}
#ticket .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main {
    max-width: 500px;
    margin: 0 auto;
  }
}
#ticket .section_inner .section_main h2 {
  margin-bottom: 5em;
}
#ticket .section_inner .section_main ul.ticket-type {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 40px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main ul.ticket-type {
    gap: 5px;
    font-size: 1.5em;
  }
}
#ticket .section_inner .section_main ul.ticket-type li {
  cursor: pointer;
  padding: 0.5em 0;
  position: relative;
  background-color: #fff;
  color: #FFF;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, #000 50%, rgba(0, 0, 0, 0.5) 100%);
  transition: 0.2s;
  pointer-events: all;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main ul.ticket-type li {
    padding: 0.75em 0;
  }
}
#ticket .section_inner .section_main ul.ticket-type li::before, #ticket .section_inner .section_main ul.ticket-type li::after {
  content: "";
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, rgba(65, 65, 65, 0) 0%, #000000 50.48%, rgba(153, 153, 153, 0) 100%);
  position: absolute;
  left: 0;
}
#ticket .section_inner .section_main ul.ticket-type li::after {
  bottom: 0;
}
#ticket .section_inner .section_main ul.ticket-type li::before {
  top: 0;
}
#ticket .section_inner .section_main ul.ticket-type li.disabled {
  pointer-events: none;
  opacity: 0.32;
  position: relative;
}
#ticket .section_inner .section_main ul.ticket-type li.disabled span {
  width: 100%;
  display: block;
  font-size: 0.5em;
  letter-spacing: 0.2em;
  margin-top: 0.25em;
  text-transform: uppercase;
  color: #FFF000;
}
#ticket .section_inner .section_main ul.ticket-type li.is-active {
  opacity: 1;
  pointer-events: none;
  background-color: #1f1f1f;
}
#ticket .section_inner .section_main ul.ticket-type li.is-active::before, #ticket .section_inner .section_main ul.ticket-type li.is-active::after {
  content: "";
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #CCC 50.48%, rgba(153, 153, 153, 0) 100%);
  position: absolute;
  left: 0;
}
#ticket .section_inner .section_main ul.ticket-type li.is-active::after {
  bottom: 0;
}
#ticket .section_inner .section_main ul.ticket-type li.is-active::before {
  top: 0;
}
#ticket .section_inner .section_main ul.ticket-type li:hover {
  opacity: 1;
  color: #a5a5a5;
}
#ticket .section_inner .section_main .block ul.ticket-ver {
  max-width: 1000px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block ul.ticket-ver {
    grid-template-columns: repeat(1, 1fr);
  }
}
#ticket .section_inner .section_main .block ul.ticket-ver li a {
  padding: 0.75em;
  background: rgba(255, 255, 255, 0.32);
  color: #FFF;
  display: block;
  transition: 0.2s;
}
#ticket .section_inner .section_main .block ul.ticket-ver li a span {
  display: inline-block;
  padding-right: 0.25em;
}
#ticket .section_inner .section_main .block ul.ticket-ver li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
#ticket .section_inner .section_main .block .ticket_items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item {
  width: 100%;
  position: relative;
  color: #FEFEFE;
  padding: 40px 0;
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .ticket_items .ticket_item {
    padding: 20px 0;
    gap: 20px;
  }
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item::before, #ticket .section_inner .section_main .block .ticket_items .ticket_item::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #CCC 50.48%, rgba(153, 153, 153, 0) 100%);
  position: absolute;
  left: 0;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item::after {
  bottom: 0;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item::before {
  top: 0;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .item_head {
  color: #FEFEFE;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.32);
  text-align: center;
  padding: 0.5em 2em;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .ticket_items .ticket_item .item_head {
    padding: 0.5em;
    line-height: 1.2;
  }
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .item_head span {
  display: inline-block;
  padding-right: 0.25em;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .item_head2 {
  color: #FEFEFE;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.4;
  margin-bottom: -20px;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .item_head2 span {
  display: inline-block;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .item_head2 span.smaller {
  font-size: 0.8em;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner {
  color: #FEFEFE;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_img {
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_img {
    width: 80%;
    max-width: 300px;
  }
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_img.img_square {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_img.img_square {
    max-width: 500px;
    width: 100%;
  }
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts {
  flex: 1;
  line-height: 1.3;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul {
    align-items: center;
    gap: 1em;
  }
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li {
  font-size: 1.125em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li {
    justify-content: center;
  }
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li a {
  display: block;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li p {
    text-align: center;
  }
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li.cau {
  font-size: 0.85em;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li .cau {
  font-size: 0.85em;
  display: inline-block;
  margin-left: 0.25em;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li.space05 {
  margin-top: -0.2em;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li.set {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li.set {
    flex-wrap: wrap;
    text-align: center;
  }
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li.set p:first-of-type {
  width: 6em;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li.set p:first-of-type {
    width: 100%;
  }
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li.set p:last-of-type {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li.set p:last-of-type {
    width: 100%;
    flex: unset;
  }
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li.set p .shiyo {
  font-size: 0.8em;
  display: block;
  margin-top: 0.5em;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li .mvtk {
  width: 100%;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner .ticket_texts ul li .mvtk #mvtk-widgets-container {
  margin: 0 auto;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner.noimg {
  text-align: center;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner.noimg p {
  text-align: center;
}
#ticket .section_inner .section_main .block .ticket_items .ticket_item .ticket_item-inner.noimg .ticket_texts ul li {
  justify-content: center;
}

/* タブ中身：基本は非表示 */
#ticket .block {
  display: none;
}

/* アクティブだけ表示 */
#ticket .block.is-active {
  display: block;
}

/* 毎回フェードさせるためのクラス（JSで付け外し） */
#ticket .block.is-active.is-fade {
  animation: ticketFadeIn 1s ease both;
}

@keyframes ticketFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 動き苦手な人には優しく */
@media (prefers-reduced-motion: reduce) {
  #ticket .block.is-active.is-fade {
    animation: none;
  }
}
.body_original #original {
  position: relative;
  color: #FEFEFE;
  padding: 0px 0 120px;
}
@media screen and (max-width: 768px) {
  .body_original #original {
    padding: 0px 0 80px;
  }
}
.body_original #original .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .body_original #original .section_inner {
    padding: 0 20px;
  }
}
.body_original #original .section_inner .section_main {
  max-width: 1000px;
  margin: 0 auto;
}
.body_original h2 {
  margin-bottom: 5em;
}/*# sourceMappingURL=style.css.map */