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

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

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

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

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

html

-------------------------------*/
html,
body {
  background-color: #050816;
  font: 13px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 960px) {
  html,
  body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

/* WordPress 6.7 画像サイズ問題対策 - 最高優先度 */
/* ブラウザのユーザーエージェントスタイルを強制的に上書き */
img:is([sizes=auto i], [sizes^="auto," i], [sizes*=auto i]) {
  contain: none !important;
  width: auto !important;
  height: auto !important;
}

/* 画像のサイズを正常に戻す */
img[sizes*=auto] {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}

/* WordPress 6.7 画像サイズ問題対策 */
/* ブラウザのユーザーエージェントスタイルを強制的に上書き */
img:is([sizes=auto i], [sizes^="auto," i], [sizes*=auto i]) {
  contain: none !important;
  width: auto !important;
  height: auto !important;
}

/* 画像のサイズを正常に戻す */
img[sizes*=auto] {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}

/************************************************

@PC - common.css v5.0.0

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

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

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

#header

-------------------------------*/
#header {
  width: 100%;
  height: 58px;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}

.logo {
  background-image: url(../img/common/logo_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  display: inline-block;
  width: 44%;
  height: 140px;
  padding-bottom: 6%;
  z-index: 999;
}
@media screen and (min-width: 960px) {
  .logo {
    width: 180px;
    height: 83px;
    max-width: none;
  }
}
.logo a {
  padding: 3px 0 0 12px;
}
@media screen and (min-width: 960px) {
  .logo a {
    padding: 0;
  }
}
.logo img {
  width: 70%;
}
@media screen and (min-width: 960px) {
  .logo img {
    width: 71%;
    padding-left: 12px;
  }
}

.main-navigation {
  display: none;
}
@media screen and (min-width: 960px) {
  .main-navigation {
    display: flex;
    justify-content: flex-end;
    padding: 17px 20px 17px 0;
  }
}

@media screen and (min-width: 960px) {
  .main-navigation-item {
    margin-right: 30px;
  }
}
.main-navigation-item a {
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.3s all linear;
  margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .main-navigation-item a {
    margin-bottom: 0;
    font-size: 1.25rem;
  }
}
.main-navigation-item a:hover {
  color: #0c8bde;
}
.main-navigation-item:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/navi.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}
.main-navigation-item:after {
  content: "";
  width: 100%;
  height: 20px;
  display: inline-block;
  background-image: url(../img/intro/deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .main-navigation-item:after {
    display: none;
  }
}

#drawer-btn {
  position: fixed;
  z-index: 1100;
  top: 7px;
  right: 12px;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 960px) {
  #drawer-btn {
    display: none;
  }
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 50px;
  height: 28px;
  padding: 4px 0 0;
}

.drawer-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 2px;
  background: #FFF;
  display: block;
  margin: 0;
  border-radius: 10px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.45s ease, opacity 0.3s ease;
  transition: transform 0.45s ease, opacity 0.3s ease;
}

.drawer-line:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 8px));
  transform: translate(-50%, calc(-50% - 8px));
}

.drawer-line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.drawer-line:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 8px));
  transform: translate(-50%, calc(-50% + 8px));
}

.drawer-line.open:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-line.open:nth-child(2) {
  opacity: 0;
}

.drawer-line.open:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sub-contents-header {
  background-image: url(../img/common/ttl_bg_sp.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 15px 0;
  width: 95%;
  margin: 3.25rem auto 2.5rem;
}
@media screen and (min-width: 960px) {
  .sub-contents-header {
    background-image: url(../img/common/ttl_bg.webp);
    width: 100%;
    margin: 3.25rem auto 3rem;
  }
}
.sub-contents-header h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 1.625rem;
  margin-bottom: 4px;
}

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

@nav

-------------------------------*/
#nav {
  font-size: 14px;
}

.nav-box {
  position: relative;
  height: 14px;
  padding: 18px 15px;
}

.nav-btn {
  display: block;
  color: #000;
}

.nav-btn.selected,
.nav-btn:not(.coming):hover {
  color: #ff0000;
}

.nav-btn.coming {
  opacity: 0.5;
}

.nav-icon {
  font-size: 100%;
  padding: 0 15px 0 0;
}

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

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #000;
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  padding: 35% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.main-navigation-item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  .main-navigation-item {
    margin-bottom: 0;
  }
}

.drawer-nav-box {
  display: block;
  margin: 0 0 3% 0;
}

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.drawer-nav-btn.selected {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}

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

#footer

-------------------------------*/
#footer {
  background: #000;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
#footer .cc {
  font-size: 9px;
  margin: 0;
  padding: 0 16px;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  #footer .cc {
    font-size: 0.625rem;
  }
}
#footer .cc-notice {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #footer .cc-notice {
    text-align: center;
  }
}

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

#main

-------------------------------*/
#main {
  display: block;
  padding-top: 100px;
}

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

#preloader

-------------------------------*/
html.skip-preloader #preloader {
  display: none !important;
}

#preloader {
  position: fixed;
  z-index: 10000;
  inset: 0;
  overflow: hidden;
  background: #000;
  opacity: 1;
  transition: opacity 0.5s linear;
}
#preloader.is-bg-out {
  opacity: 0;
  pointer-events: none;
}

#preloader-inner {
  position: absolute;
  z-index: 10005;
  top: 50%;
  left: 50%;
  width: min(360px, 86vw);
  height: 300px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  #preloader-inner {
    width: 600px;
  }
}

.preloader-logo {
  display: block;
  width: 100%;
  height: auto;
}

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

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

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

@SNS

-------------------------------*/
#social-container {
  margin: 20px;
}

.sns-btn {
  display: block;
  height: 20px;
  padding: 0 10px 0 0;
}

.sns-btn:nth-last-child(1) {
  padding: 0;
}

.share-link-btn {
  color: #000;
  transition: all 0.1s ease;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.share-link-btn:active {
  transform: scale(0.95);
}

.custom-line-btn {
  transform: scale(1.2);
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

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

@modules

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

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
}

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

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

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

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

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

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

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

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

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

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

.fadein {
  transform: none;
  opacity: 1;
}

.fadein.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

#error404 {
  width: 100%;
  min-height: calc(100vh - 106px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-content {
  text-align: center;
  opacity: 0;
}

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.bg {
  position: relative;
  background-color: transparent;
  z-index: 10;
  --moon-x: 42%;
  --moon-y: 34vh;
  --moon-r: 20vmax;
}
@media screen and (min-width: 960px) {
  .bg {
    --moon-x: 26%;
    --moon-y: 24vh;
  }
}
.bg:before {
  content: "";
  position: fixed;
  inset: 0;
  width: auto;
  height: auto;
  background-image: url(../img/common/bg_sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media screen and (min-width: 960px) {
  .bg:before {
    background-image: url(../img/common/bg.webp);
  }
}

/* 星のランダム点滅 + テキスト時の背景ディム */
.bg-dim {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.45s ease;
}

.bg.is-dimmed .bg-dim {
  background: rgba(5, 5, 35, 0.4);
}
@media screen and (max-width: 960px) {
  .bg.is-dimmed .bg-dim {
    background: rgba(34, 24, 58, 0.55);
  }
}

/* ローディング後：暗い夜 → 月から光が広がる */
.bg-night {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at var(--moon-x) var(--moon-y), rgba(6, 9, 24, 0.38) 0, rgba(6, 9, 22, 0.68) var(--moon-r), rgba(4, 6, 18, 0.88) calc(var(--moon-r) + 36vmax), rgba(2, 3, 12, 0.97) 100%);
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.45, 0.02, 0.18, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
}

.bg.is-night:not(.is-lit) .bg-night {
  opacity: 1;
  transition: none;
}

.bg-moon-glow {
  pointer-events: none;
  position: absolute;
  left: var(--moon-x);
  top: var(--moon-y);
  z-index: 1;
  width: 46vmax;
  height: 46vmax;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle, rgba(255, 248, 230, 0.28) 0%, rgba(190, 205, 240, 0.12) 34%, transparent 70%);
  mix-blend-mode: normal;
  transition: opacity 2.6s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
}

.bg.is-moon-lit:not(.is-lit) .bg-moon-glow {
  opacity: 0.9;
}

.bg.is-revealing .bg-moon-glow {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.45, 0.02, 0.18, 1);
}

.bg.is-lit .bg-night {
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .bg-night {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: radial-gradient(circle at var(--moon-x) var(--moon-y), rgba(6, 9, 24, 0.42) 0, rgba(6, 9, 22, 0.7) var(--moon-r), rgba(4, 6, 18, 0.9) calc(var(--moon-r) + 36vmax), rgba(2, 3, 12, 0.98) 100%);
    transition: opacity 1.8s cubic-bezier(0.45, 0.02, 0.18, 1);
    will-change: opacity;
  }
  .bg-moon-glow,
  .bg-moon-glow::after,
  .bg.is-moon-alive .bg-moon-glow,
  .bg.is-moon-alive .bg-moon-glow::after {
    display: none !important;
    animation: none !important;
  }
}
.bg.is-moon-alive .bg-moon-glow {
  width: 52vmax;
  height: 52vmax;
  opacity: 0.4;
  transition: none;
  background: radial-gradient(circle, rgba(255, 250, 230, 0.42) 0%, rgba(220, 228, 255, 0.2) 28%, rgba(160, 180, 230, 0.08) 52%, transparent 72%);
  animation: moon-breathe 5.2s ease-in-out infinite;
}

.bg.is-moon-alive .bg-moon-glow::after {
  content: "";
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 252, 240, 0.45) 0%, rgba(210, 220, 255, 0.16) 40%, transparent 70%);
  animation: moon-core 3.8s ease-in-out infinite;
}

@keyframes moon-breathe {
  0%, 100% {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(0.92);
  }
  45% {
    opacity: 0.48;
    transform: translate(-49%, -51%) scale(1.1);
  }
  70% {
    opacity: 0.3;
    transform: translate(-51%, -49%) scale(1.02);
  }
}
@keyframes moon-core {
  0%, 100% {
    opacity: 0.35;
    transform: scale(0.94);
  }
  50% {
    opacity: 0.75;
    transform: scale(1.12);
  }
}
html {
  overflow-y: scroll;
}

html.is-intro-locked,
html.is-intro-locked body {
  overscroll-behavior: none;
  touch-action: none;
}

/* 下層は常時表示（月明かりイントロなし） */
.bg-stars {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

/* コンテンツは演出より手前 */
.bg > *:not(.bg-dim):not(.bg-stars):not(.bg-night):not(.bg-moon-glow) {
  position: relative;
  z-index: 2;
}

.bg-star {
  position: absolute;
  border-radius: 50%;
  background: rgba(120, 175, 255, 0.95);
  opacity: 0;
  transform: scale(0.4);
  filter: none;
  box-shadow: 0 0 1px 0.5px rgba(170, 210, 255, 0.95), 0 0 3px 1px rgba(80, 140, 255, 0.75);
  will-change: opacity, transform;
}

.bg-star.is-flash {
  animation: bg-star-flash 1.6s ease-in-out forwards;
}

.bg-star.is-flash-long {
  animation: bg-star-flash-long 2.4s ease-in-out forwards;
}

@keyframes bg-star-flash {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  35% {
    opacity: 0.95;
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
    transform: scale(0.55);
  }
}
@keyframes bg-star-flash-long {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  28% {
    opacity: 1;
    transform: scale(1);
  }
  55% {
    opacity: 0.45;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bg-star,
  .bg-star.is-flash,
  .bg-star.is-flash-long {
    animation: none !important;
    opacity: 0 !important;
  }
  .bg-dim,
  .bg-night,
  .bg-moon-glow,
  .bg-moon-glow::after {
    transition: none;
    animation: none !important;
  }
  .bg.is-subpage main,
  .bg.is-subpage #footer {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}
#rippleCanvas {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -5;
  /* 必要に応じて調整 */
  filter: blur(8px);
}
@media screen and (min-width: 960px) {
  #rippleCanvas {
    filter: blur(5px);
  }
}

.mv-contents {
  position: relative;
  margin: 0 auto;
  z-index: 500;
  text-align: center;
  padding-top: 58px;
}
@media screen and (min-width: 960px) {
  .mv-contents {
    margin: 0 auto;
  }
}
.mv-contents-img {
  width: 100%;
  margin: 0 auto 4rem;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: relative;
  height: 74.6666666667vw;
}
.mv-contents-img.show {
  animation: shrinkAndFadeIn 2s ease-out forwards;
  visibility: visible;
}
.mv-contents-img.swiper-initialized {
  visibility: visible;
  overflow: visible;
}
@media screen and (min-width: 960px) {
  .mv-contents-img {
    width: 100%;
    margin: 0 auto 4rem;
    height: 70.3125vw;
  }
}
.mv-contents-img .swiper-wrapper {
  margin: 0;
  padding: 0;
}
.mv-contents-img .swiper-slide {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv-contents-img picture {
  display: block;
  margin: 0;
  padding: 0;
}
.mv-contents-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}
.mv-contents-img .swiper-slide:nth-child(n+2) {
  opacity: 0;
  visibility: hidden;
}
.mv-contents-img.swiper-initialized .swiper-slide {
  opacity: 0 !important;
  visibility: visible !important;
  transition: opacity 1s ease;
}
.mv-contents-img.swiper-initialized .swiper-slide-active {
  opacity: 1 !important;
}
.mv-contents-img.mv-contents-logo {
  height: auto;
  overflow: visible;
  width: 98%;
  max-width: 1100px;
  margin: 40vw auto 8.5rem;
}
@media screen and (min-width: 960px) {
  .mv-contents-img.mv-contents-logo {
    width: 54%;
    max-width: 1200px;
    height: auto;
    margin: 9vh auto 4rem;
  }
}
.mv-contents-img.mv-contents-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mv-contents-texts {
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 100;
}
.mv-contents-texts-inner {
  width: 100%;
  max-width: 960px;
}

@keyframes shrinkAndFadeIn {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.mv-texts {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 95%;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .mv-texts {
    margin: 0 auto 2rem;
  }
}
.mv-texts.show {
  animation: blurin 1.5s ease-out forwards;
}

.mv-texts-upper {
  position: relative;
  margin: 0 auto 2.5rem;
  width: 95%;
  padding-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  .mv-texts-upper {
    margin: 0 auto 2rem;
    padding-bottom: 1rem;
    width: 100%;
  }
}
.mv-texts-upper::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #fff;
}
.mv-texts-upper .mv-texts-upper-item {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.mv-texts-upper .mv-texts-upper-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .mv-texts-upper .mv-texts-upper-item {
    margin-bottom: 0.5rem;
  }
  .mv-texts-upper .mv-texts-upper-item:last-child {
    margin-bottom: 0.5rem;
  }
}
.mv-texts-upper .mv-texts-upper-item .place-text {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.mv-texts-upper .mv-texts-upper-item .place-text::after {
  content: "|";
  display: none;
  margin: 0 0.4em;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .mv-texts-upper .mv-texts-upper-item .place-text::after {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .mv-texts-upper .mv-texts-upper-item .place-text {
    font-size: 1.97rem;
    margin-bottom: 0;
    text-align: right;
    margin-right: 0;
    width: fit-content;
  }
}
.mv-texts-upper .mv-texts-upper-item .place-span {
  border: solid 1px #fff;
  font-size: 1.41rem;
  padding: 1px 5px;
  margin-right: 0.5em;
  vertical-align: text-bottom;
  letter-spacing: 1px;
}
@media screen and (min-width: 960px) {
  .mv-texts-upper .mv-texts-upper-item .place-span {
    font-size: 1.41rem;
    padding: 5px;
  }
}
.mv-texts-upper .mv-texts-upper-item .date-text {
  font-size: 2.25rem;
}
@media screen and (min-width: 960px) {
  .mv-texts-upper .mv-texts-upper-item .date-text {
    font-size: 2.81rem;
    margin-bottom: 0;
    text-align: left;
    width: fit-content;
  }
}
.mv-texts-upper .mv-texts-upper-item .date-text .span-small {
  font-size: 1.125rem;
}
.mv-texts-upper .date {
  font-size: clamp(2.125rem, 1.163rem + 4.1vw, 3.625rem);
  width: fit-content;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 960px) {
  .mv-texts-upper .date {
    font-size: 3rem;
    width: fit-content;
  }
}
.mv-texts-upper .date span {
  font-size: 1.75rem;
}
@media screen and (min-width: 960px) {
  .mv-texts-upper .date span {
    font-size: 2rem;
  }
}

.mv-texts-lower .billing {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .mv-texts-lower .billing {
    font-size: 1.24rem;
  }
}
.mv-texts-lower .billing .billing-span {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .mv-texts-lower .billing .billing-span {
    font-size: 1.875rem;
  }
}
.mv-texts-lower .billing .billing-span-small {
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .mv-texts-lower .billing .billing-span-small {
    font-size: 0.987rem;
  }
}
.mv-texts-lower .billing02 {
  margin-bottom: 1rem;
}

.billing-small {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .billing-small {
    font-size: 1rem;
  }
}
.billing-small-spacing {
  letter-spacing: -0.02em;
}

@keyframes blurin {
  0% {
    opacity: 0;
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
#info {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  #info {
    margin-bottom: 10rem;
  }
}

/* トップのセクションタイトルを一回り小さく */
#top-page .contents-ttl-box {
  font-size: 1.625rem;
}
@media screen and (min-width: 960px) {
  #top-page .contents-ttl-box {
    font-size: 1.375rem;
  }
}

#top-page .sub-contents-header {
  padding: 13.5px 0;
  width: 95%;
}
@media screen and (min-width: 960px) {
  #top-page .sub-contents-header {
    padding: 15px 0;
    width: 100%;
  }
}

#top-page .bnr-header .sub-contents-header {
  width: 95%;
}
@media screen and (min-width: 960px) {
  #top-page .bnr-header .sub-contents-header {
    width: 360px;
  }
}

.top-side-col {
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .top-side-col {
    width: 450px;
    margin: 0;
  }
}

/*
#top-news
---------------------------------------*/
#top-news {
  width: 95%;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #top-news {
    width: 450px;
    margin: 0 40px 0 0;
  }
}
#top-news .top-news-container-inner {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 5%;
}
#top-news .top-news-container {
  width: 100%;
  min-height: 360px;
  height: auto;
  position: relative;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 1%;
}
#top-news .top-news-container:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
#top-news .top-news-container:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}
@media screen and (min-width: 960px) {
  #top-news .top-news-container {
    min-height: 420px;
    height: auto;
  }
}
#top-news .news-box {
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}
#top-news .news-box-contents {
  color: #fff;
  @inlcude font-min;
  padding: 1rem;
}
#top-news .news-txt-box {
  margin-bottom: 1rem;
  line-height: 1.5;
}
#top-news .news-box-date {
  font-size: 0.875rem;
}
#top-news .more-btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-image: url(../img/caststaff/btn_comment.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  padding: 10px;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
#top-news .no-news {
  color: #fff;
}

/*
#twitter / #archive
---------------------------------------*/
#twitter,
#archive {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto 5.5rem;
}
@media screen and (min-width: 960px) {
  #twitter,
  #archive {
    margin: 0 auto 2rem;
  }
}

@media screen and (min-width: 960px) {
  #twitter {
    margin-bottom: 6rem;
  }
}
#twitter .twitter-timeline-box {
  background: linear-gradient(135deg, #0a91de 0%, #0a21ce 100%);
  color: #fff;
  padding: 7% 5%;
  text-align: center;
  font-size: 1.125rem;
  border-radius: 0;
  width: 90%;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.6));
}
@media screen and (min-width: 960px) {
  #twitter .twitter-timeline-box {
    width: 80%;
    padding: 5%;
  }
}
#twitter .twitter-timeline-box:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}
#twitter .twitter-timeline {
  color: #fff;
  line-height: 1.5;
}
#twitter .twitter-timeline svg {
  width: 25px;
  fill: #fff;
  margin-right: 10px;
  vertical-align: middle;
}

#archive .archive-bnr-box {
  text-align: center;
}
#archive .archive-bnr-box .archive-bnr-link {
  display: inline-block;
  width: 90%;
  transition: opacity 0.5s ease;
  filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.6));
}
#archive .archive-bnr-box .archive-bnr-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  #archive .archive-bnr-box .archive-bnr-link {
    width: 80%;
  }
}
#archive .archive-bnr-box .archive-bnr-link img {
  width: 100%;
  height: auto;
  display: block;
}

.bnr-header {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 3.5rem;
}
.bnr-header::before, .bnr-header::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  min-width: 0;
}
@media screen and (max-width: 960px) {
  .bnr-header::before, .bnr-header::after {
    display: none;
  }
}
.bnr-header::before {
  margin-right: 12px;
}
.bnr-header::after {
  margin-left: 12px;
}
.bnr-header .sub-contents-header {
  flex: 0 0 auto;
  max-width: 450px;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .bnr-header {
    display: block;
    width: 95%;
    margin: 0 auto 2.5rem;
  }
  .bnr-header .sub-contents-header {
    max-width: none;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .bnr-header {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .bnr-header::before {
    margin-right: -10px;
  }
  .bnr-header::after {
    margin-left: -10px;
  }
}
.bnr-container {
  display: flex;
  justify-content: center;
  margin: 0 auto 3rem;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .bnr-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    width: 93.515625vw;
    max-width: 1344px;
  }
}
.bnr-item {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .bnr-item {
    width: auto;
    grid-column: span 2;
  }
  .bnr-item:nth-child(1) {
    grid-column: 2/span 2;
  }
  .bnr-item:nth-child(2) {
    grid-column: 4/span 2;
  }
  .bnr-item:nth-child(3) {
    grid-column: 6/span 2;
  }
  .bnr-item:nth-child(4) {
    grid-column: 3/span 2;
  }
  .bnr-item:nth-child(5) {
    grid-column: 5/span 2;
  }
  .bnr-item:nth-child(6) {
    grid-column: 4/span 2;
  }
}
.bnr-item:hover {
  opacity: 0.7;
  transition: all 0.5s ease;
}
.bnr-item img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .bnr-item img {
    width: 95%;
  }
}

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

#movie

-------------------------------*/
#trailer {
  padding: 30px 0;
}

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

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 51.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}

.movie-thumb-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #095365;
  font-size: 16px;
  font-weight: bold;
}

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

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

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

.movie-thumb-list .slider-arrow img {
  width: 100%;
}

.movie-thumb-list .slider-prev {
  left: 0;
}

.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}

#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}

#trailer-play a:hover {
  opacity: 1;
}

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}

.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}

.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn-container li a:hover {
  color: #7f1e1e;
}

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

.swiper-pagination-bullet {
  background: #ccc;
}

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

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0;
    width: 1024px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.intro-content {
  margin: 4% auto 10%;
  width: 95%;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  padding: 0.5%;
}
@media screen and (min-width: 960px) {
  .intro-content {
    width: 66%;
    max-width: 960px;
    text-align: center;
  }
}

.intro-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 5%;
}
.intro-content-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
.intro-content-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}

.intro-subttl {
  color: #fff;
  font-size: 1.625rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.intro-subttl-1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .intro-subttl-1 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.intro-subttl-2 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  .intro-subttl-2 {
    margin-bottom: 3rem;
  }
}

.intro-txt-lead {
  font-size: 1.5rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .intro-txt-lead {
    line-height: 2;
    margin-bottom: 2rem;
  }
}

.intro-txt {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #fff;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.intro-txt-1 {
  margin-bottom: 1rem;
}
.intro-txt-1 :nth-child(3) {
  margin-bottom: 3.75rem !important;
}
.intro-txt-1:after {
  content: "";
  width: 100%;
  height: 20px;
  display: inline-block;
  background-image: url(../img/intro/deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10% 0 0;
}
@media screen and (min-width: 960px) {
  .intro-txt-1:after {
    width: 90%;
    margin: 8% 0 5%;
  }
}

.intro-txt-2 {
  margin-bottom: 3rem;
}

.intro-txt-2 span {
  font-size: 12px;
  display: block;
}

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

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.caststaff-header {
  margin-top: 3.25rem;
}

.cast-content {
  margin: 4% auto 10%;
  width: 95%;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.5%;
}
@media screen and (min-width: 960px) {
  .cast-content {
    width: 66%;
    max-width: 900px;
  }
}

.cast-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 15% 5%;
}
@media screen and (min-width: 960px) {
  .cast-content-inner {
    padding: 10% 5% 9%;
  }
}
.cast-content-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
.cast-content-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}

.cast-content-list {
  --cast-col-gap: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 5.5rem;
  gap: 5.5rem var(--cast-col-gap);
}
@media screen and (min-width: 960px) {
  .cast-content-list {
    --cast-col-gap: 2.5rem;
    margin-bottom: 4.5rem;
    gap: 2rem var(--cast-col-gap);
  }
}
.cast-content-list:last-child {
  margin-bottom: 0;
}

.cast-content-list-item {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .cast-content-list-item {
    width: calc((100% - var(--cast-col-gap) * 2) / 3);
  }
}

.cast-content-list-item-img {
  margin-bottom: 1rem;
  text-align: center;
}
.cast-content-list-item-img img {
  width: 65%;
}
@media screen and (min-width: 960px) {
  .cast-content-list-item-img img {
    width: 80%;
  }
}

.cast-content-list-item-texts {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.cast-content-list-item-texts p {
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .cast-content-list-item-texts p {
    font-size: 1rem;
  }
}
.cast-content-list-item-texts span {
  font-size: 1.5rem;
  display: block;
}

.cast-content-list-item-texts-btn {
  background-image: url(../img/caststaff/btn_comment.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  display: inline-block;
}
.cast-content-list-item-texts-btn a {
  display: inline-block;
  padding: 13px 13px;
  width: 225px;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .cast-content-list-item-texts-btn a {
    font-size: 1rem;
    padding: 8px 13px;
  }
}
.cast-content-list-item-texts-btn a:after {
  content: "";
  width: 9px;
  height: 13px;
  display: inline-block;
  background-image: url(../img/common/arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 9px;
  vertical-align: middle;
}

.ensemble-ttl {
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.ensemble-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 2%;
  max-width: 960px;
  margin: 0 auto;
}
.ensemble-wrapper-cast {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 19%;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 960px) {
  .ensemble-wrapper-cast {
    font-size: 1.5rem;
    width: 20%;
  }
}
.ensemble-wrapper-cast:first-child {
  width: 25%;
}
@media screen and (min-width: 960px) {
  .ensemble-wrapper-cast:first-child {
    width: 20%;
  }
}
.ensemble-wrapper-cast:nth-child(2) {
  width: 21%;
}
@media screen and (min-width: 960px) {
  .ensemble-wrapper-cast:nth-child(2) {
    width: 20%;
  }
}
.ensemble-wrapper-cast:last-child {
  width: 16%;
}
@media screen and (min-width: 960px) {
  .ensemble-wrapper-cast:last-child {
    width: 20%;
  }
}

.andmore {
  font-size: 1.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .andmore {
    font-size: 1.5rem;
  }
}

.staff-header {
  margin-top: 10rem !important;
}

.staff-content {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  width: 95%;
  margin: 0 auto 6rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.25%;
}
@media screen and (min-width: 960px) {
  .staff-content {
    width: 63%;
    max-width: 900px;
    margin: 0 auto 8rem;
  }
}

.staff-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 15% 2% 15%;
}
@media screen and (min-width: 960px) {
  .staff-content-inner {
    padding: 7% 5% 7%;
  }
}
.staff-content-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
.staff-content-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}

.staff-content-inner-text {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}
.staff-content-inner-text .staff-content-inner-text-span {
  font-size: 1.5rem;
}
@media screen and (min-width: 960px) {
  .staff-content-inner-text .staff-content-inner-text-span {
    font-size: 1.5rem;
  }
}
.staff-content-inner-text .staff-content-inner-text-span-conami {
  letter-spacing: -0.05em;
  line-height: 1.25;
}
.staff-content-inner-text .staff-content-inner-text-span-conami-small {
  font-size: 0.85rem;
}
@media screen and (min-width: 960px) {
  .staff-content-inner-text .staff-content-inner-text-span-conami-small {
    font-size: 1.5rem;
  }
}
.staff-content-inner-text .staff-content-inner-text-span-small {
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .staff-content-inner-text .staff-content-inner-text-span-small {
    font-size: 0.875rem;
  }
}
.staff-content-inner-text .staff-content-inner-text-span-middle {
  font-size: 0.9rem;
}
@media screen and (min-width: 960px) {
  .staff-content-inner-text .staff-content-inner-text-span-middle {
    font-size: 1.5rem;
  }
}

.staff-content-inner-text-1 {
  margin-bottom: 3rem;
}

.staff-content-inner-text-2 .staff-content-inner-text {
  letter-spacing: -0.025rem;
  white-space: nowrap;
}
.staff-content-inner-text-2 .staff-content-inner-text-span {
  font-size: 1.125rem !important;
}
@media screen and (min-width: 960px) {
  .staff-content-inner-text-2 .staff-content-inner-text-span {
    font-size: 1.5rem !important;
  }
}

#comment-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 2.5% 35%;
  /* 左右2.5% + 中身100% = 画面幅の95%で中央 */
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 960px) {
  #comment-modal {
    padding: 58px 0 40px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1100;
    -webkit-overflow-scrolling: touch;
  }
}

#comment-modal.active {
  display: block;
}
@media screen and (min-width: 960px) {
  #comment-modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: safe center;
  }
}

@media screen and (min-width: 960px) {
  body:has(#comment-modal.active) #header {
    z-index: 5;
  }
}
.comment-box {
  /* コメントボックスのスタイル */
  display: none;
  /* 初期状態では非表示 */
}

.comment-box.active {
  display: block;
  /* activeクラスを持つ要素は表示 */
}

.comment-modal-bg {
  /* 背景 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
}
@media screen and (min-width: 960px) {
  .comment-modal-bg {
    background-image: url(../img/common/bg.webp);
    position: fixed;
    inset: 0;
    z-index: 0;
  }
}
.comment-modal-bg {
  /* モーダル背景より後ろ */
}

.comment-container {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  top: 100px;
  margin: 4% auto 10%;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  padding: 5px;
  z-index: 1001;
}
@media screen and (min-width: 960px) {
  .comment-container {
    position: relative;
    top: 0;
    margin: 24px 0;
    width: 90%;
    max-width: 960px;
    max-height: none;
    overflow: visible;
    flex-shrink: 0;
    z-index: 1;
  }
}

/*------閉じる丸ボタンの背景を白にするため----*/
.js-modal-close {
  position: absolute;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  right: 20px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .js-modal-close {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 20px;
  }
}
.js-modal-close::before, .js-modal-close::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 10px;
  left: 30px;
  width: 2px;
  height: 32px;
  border-radius: unset;
}
@media screen and (min-width: 960px) {
  .js-modal-close::before, .js-modal-close::after {
    width: 3px;
    height: 45px;
  }
}
.js-modal-close::before:hover, .js-modal-close::after:hover {
  opacity: 0.7;
}
.js-modal-close:before {
  transform: rotate(45deg);
}
.js-modal-close::after {
  transform: rotate(-45deg);
}

.js-modal-close:hover::before, .js-modal-close:hover::after {
  background: #fff !important;
}

.comment-container-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 14% 6% 5%;
}
@media screen and (min-width: 960px) {
  .comment-container-inner {
    padding: 5% 5% 7%;
  }
}
.comment-container-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
.comment-container-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}

.comment-box-prof {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2% 0 0;
  flex-wrap: wrap;
  gap: 1.5rem 4%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  margin: 0 auto;
}

.comment-box-prof-img {
  width: 60%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .comment-box-prof-img {
    width: 30%;
    margin-bottom: 0;
  }
}
.comment-box-prof-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.comment-box-prof-txt {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .comment-box-prof-txt {
    width: 55%;
    padding: 1rem 0;
  }
}
.comment-box-prof-txt p {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2rem;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 960px) {
  .comment-box-prof-txt p {
    text-align: left;
  }
}
.comment-box-prof-txt span {
  font-size: 2rem;
  display: block;
  margin: 1rem 0;
}

.comment-box-comment {
  text-align: left;
}
.comment-box-comment:before {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  background-image: url(../img/intro/deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 3% 0;
}
.comment-box-comment .comment-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 1.25rem;
  letter-spacing: normal;
}
.comment-box-comment .comment-txt {
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 1rem;
}

.modal-close {
  cursor: pointer;
}

.comment-box {
  color: #fff;
}

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
body.post-type-archive-news_2027 #wrapper {
  min-height: 100vh;
  min-height: 100svh;
  height: auto;
  display: flex;
  flex-direction: column;
}
body.post-type-archive-news_2027 #main {
  flex: 1 0 auto;
}

#news {
  margin-bottom: 8rem;
}
#news .top-news-container {
  background-color: rgba(0, 0, 0, 0.6);
  width: 95%;
  margin: 0 auto;
  padding: 0.5%;
}
@media screen and (min-width: 960px) {
  #news .top-news-container {
    width: 75%;
    max-width: 960px;
  }
}
#news .top-news-container-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 5%;
}
#news .top-news-container-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
#news .top-news-container-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}
#news .news-box {
  padding: 5% 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#news .news-box-contents {
  color: #fff;
}
#news .news-txt-box {
  font-size: 1.375rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
#news .news-box-date {
  font-size: 1rem;
  margin-bottom: 1rem;
}

#news-container {
  margin-bottom: 2rem;
}

.page-numbers {
  display: flex;
  justify-content: center;
  color: #fff;
}
.page-numbers li {
  padding: 0 10px;
}
.page-numbers a {
  text-decoration: none;
}

.page-numbers.current {
  border-bottom: solid 1px #fff;
}

#news-single-page {
  padding-top: 100px;
  width: 95%;
  margin: 0 auto 2rem;
}
#news-single-page .sub-contents-header {
  width: 100%;
}
@media screen and (min-width: 960px) {
  #news-single-page {
    width: 75%;
    padding-top: 100px;
  }
}

.info-container {
  border-bottom: 1px solid #fff;
  margin-bottom: 3rem;
  padding: 5% 0% 5%;
}

.detail-box {
  background: rgba(0, 0, 0, 0.6);
  padding: 0.5%;
  max-width: 960px;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 960px) {
  .detail-box {
    margin: 0 auto 8rem;
  }
}

.detail-box-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 5%;
}
.detail-box-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
.detail-box-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}

.news-ttl {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
}

.date {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1rem;
}

.txt-area {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.txt-area p {
  margin-bottom: 1.5rem;
}
.txt-area img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 1rem auto;
  width: 100%;
}
.txt-area .wp-image-xxx,
.txt-area .alignleft,
.txt-area .alignright,
.txt-area .aligncenter,
.txt-area .alignnone {
  max-width: 100% !important;
  height: auto !important;
}
.txt-area .alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}
.txt-area .alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
.txt-area .aligncenter {
  display: block;
  margin: 1rem auto;
}

#control {
  display: flex;
  justify-content: space-between;
}

.control-link-btn {
  color: #fff;
}

.wp-block-heading {
  background: #fff;
  border-radius: 30px;
  color: #000 !important;
  display: inline-block;
  padding: 5px 10px;
}

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.schedule-content,
.ticket-content {
  margin: 4% auto 10%;
  width: 95%;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.5%;
}
@media screen and (min-width: 960px) {
  .schedule-content,
  .ticket-content {
    width: 66%;
    max-width: 960px;
    text-align: center;
  }
}

.schedule-content-inner,
.ticket-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 5%;
}
.schedule-content-inner:before,
.ticket-content-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
.schedule-content-inner:after,
.ticket-content-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}

.ticket-coming-soon {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.5rem;
  margin: 3rem auto;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .ticket-coming-soon {
    font-size: 2rem;
    margin: 4rem auto;
  }
}

.schedule-content-inner-box-1:after {
  content: "";
  width: 100%;
  height: 20px;
  display: inline-block;
  background-image: url(../img/intro/deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10% 0 0;
}
@media screen and (min-width: 960px) {
  .schedule-content-inner-box-1:after {
    width: 90%;
    margin: 8% 0 5%;
  }
}

.schedule-subttl,
.ticket-subttl {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  margin: 2rem auto 2rem;
  border: solid 1px #fff;
  padding: 0.5rem 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: fit-content;
}
@media screen and (min-width: 960px) {
  .schedule-subttl,
  .ticket-subttl {
    margin: 0 auto 2rem;
  }
}

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

.schedule-texts,
.ticket-texts {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 960px) {
  .schedule-texts,
  .ticket-texts {
    margin-bottom: 1.25rem;
  }
}
.schedule-texts-date,
.ticket-texts-date {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .schedule-texts-date,
  .ticket-texts-date {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
.schedule-texts-date .span-small,
.ticket-texts-date .span-small {
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .schedule-texts-date .span-small,
  .ticket-texts-date .span-small {
    font-size: 1.5rem;
  }
}
.schedule-texts-place,
.ticket-texts-place {
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .schedule-texts-place,
  .ticket-texts-place {
    font-size: 2.5rem;
  }
}
.schedule-texts-place .span-small,
.ticket-texts-place .span-small {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
}
.schedule-texts-name, .schedule-texts-price,
.ticket-texts-name,
.ticket-texts-price {
  font-size: 2.125rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .schedule-texts-name, .schedule-texts-price,
  .ticket-texts-name,
  .ticket-texts-price {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.schedule-texts-name,
.ticket-texts-name {
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 960px) {
  .schedule-texts-name,
  .ticket-texts-name {
    margin-bottom: 1rem;
  }
}
.schedule-texts-price,
.ticket-texts-price {
  margin-bottom: 0.75rem;
}
.schedule-texts-price .span-small,
.ticket-texts-price .span-small {
  font-size: 1rem;
}

.ticket-texts-2 {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .ticket-texts-2:after {
    margin: 4% 0 0;
  }
}

.schedule-map {
  margin-bottom: 3rem;
}
.schedule-map iframe {
  width: 100%;
  height: 210px;
}
@media screen and (min-width: 960px) {
  .schedule-map iframe {
    width: 90%;
    height: 360px;
  }
}

.schedule-time {
  margin-bottom: 2rem;
}
.schedule-time img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .schedule-time img {
    width: 90%;
  }
}

.ticket-texts:after {
  content: "";
  width: 100%;
  height: 20px;
  display: inline-block;
  background-image: url(../img/intro/deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10% 0 0;
}
@media screen and (min-width: 960px) {
  .ticket-texts:after {
    width: 90%;
    margin: 5% 0 0;
  }
}
.ticket-texts-note {
  text-align: center;
}

.ticket-caution {
  text-align: left;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 960px) {
  .ticket-caution {
    width: 90%;
    margin: 0 auto 5rem;
  }
}
.ticket-caution .ticket-texts-note {
  line-height: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  letter-spacing: -0.001em;
}
@media screen and (min-width: 960px) {
  .ticket-caution .ticket-texts-note {
    letter-spacing: 0.08em;
  }
}
.ticket-caution a {
  color: #0ba7ff;
  border-bottom: #0ba7ff solid 1px;
  display: inline;
}

.ticket-link {
  padding: 8% 5%;
  font-size: 2rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  margin: 0 auto 4rem;
  text-align: center;
  background: linear-gradient(-135deg, rgba(0, 60, 255, 0.4) 0%, rgba(0, 153, 204, 0.8) 100%);
}
@media screen and (min-width: 960px) {
  .ticket-link {
    width: 90%;
    padding: 5%;
  }
}
.ticket-link-name {
  margin-bottom: 1rem;
  color: #fff;
  line-height: 1.5;
}
.ticket-link-date {
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .ticket-link-date {
    margin-bottom: 1.5rem;
  }
}
.ticket-link .span-small {
  font-size: 1.25rem;
}
.ticket-link .ticket-link-url-box {
  margin: 0 auto;
}
.ticket-link-url-box {
  padding: 1.25rem 0;
}
.ticket-link-url-name {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0.5rem 1.5rem 0;
}
@media screen and (min-width: 960px) {
  .ticket-link-url-name {
    font-size: 1.125rem;
    margin: 0 0.5rem 0.5rem 0;
    line-height: 1.8;
  }
}
.ticket-link-url {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .ticket-link-url {
    margin-bottom: 0.75rem;
  }
}
.ticket-link-url-code {
  font-size: 0.875rem;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (min-width: 960px) {
  .ticket-link-url-code {
    margin-top: 0;
  }
}
.ticket-link-url-note {
  font-size: 0.875rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .ticket-link-url-note {
    text-align: center;
    margin-top: 5px;
  }
}
.ticket-link a {
  color: #fff;
  border-bottom: #fff solid 1px;
  font-size: 1rem;
  letter-spacing: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: normal;
}

.ticket-link-over {
  background: linear-gradient(-135deg, rgba(0, 60, 255, 0.4) 0%, rgba(0, 153, 204, 0.5) 100%);
}
.ticket-link-over .ticket-link-name,
.ticket-link-over .ticket-link-date {
  color: #848484 !important;
  margin-bottom: 0;
}
.ticket-link-over .ticket-link-name {
  line-height: 1.25;
}

.over {
  color: rgb(251, 30, 30);
  border: rgb(251, 30, 30) solid 1px;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 8px;
  padding: 3px 5px;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .over {
    margin-left: 10px;
    margin-bottom: 8px;
    margin-top: 0;
  }
}

.contact {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
}
.contact p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

/* Q&A アコーディオン */
.qa-content {
  margin: 4% auto 10%;
  width: 95%;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  padding: 0.5%;
}
@media screen and (min-width: 960px) {
  .qa-content {
    width: 66%;
    max-width: 960px;
    text-align: center;
  }
}

.qa-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 15% 5% 5%;
}
@media screen and (min-width: 960px) {
  .qa-content-inner {
    padding: 5%;
  }
}
.qa-content-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
.qa-content-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}

.qa-content-inner-box {
  margin: 0 auto 5rem;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .qa-content-inner-box {
    width: 90%;
  }
}

.qa-subttl {
  font-size: 1.625rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 3rem;
}

.accordion-container {
  width: 100%;
}

.accordion-item {
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: linear-gradient(-135deg, rgba(0, 60, 255, 0.4) 0%, rgba(0, 153, 204, 0.8) 100%);
}

.accordion-button {
  width: 100%;
  padding: 15px;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.accordion-button:hover {
  color: rgba(255, 255, 255, 0.5);
}
.accordion-button:focus {
  outline: 2px solid #007cba;
  outline-offset: -2px;
}
@media screen and (min-width: 960px) {
  .accordion-button {
    padding: 24px;
    font-size: 18px;
  }
}

.accordion-question {
  flex: 1;
  margin-right: 10px;
  line-height: 1.5;
  text-indent: -1.375em;
  padding-left: 1.75em;
}
@media screen and (min-width: 960px) {
  .accordion-question {
    padding-left: 2.5em;
    text-indent: -1.375em;
    margin-right: 20px;
  }
}
.accordion-question-q {
  font-size: 1.5rem;
  font-weight: normal;
}

.accordion-icon {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transition: transform 0.3s ease;
  min-width: 30px;
  text-align: center;
}

.accordion-content {
  display: none;
  margin: 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 3% 0;
}
@media screen and (min-width: 960px) {
  .accordion-content {
    padding: 0;
  }
}

.accordion-answer {
  padding: 3% 5% 5% 4%;
}
@media screen and (min-width: 960px) {
  .accordion-answer {
    padding: 3% 5% 5% 4%;
  }
}
.accordion-answer-texts {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #fff;
  text-indent: -1.5em;
  padding-left: 1.375em;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .accordion-answer-texts {
    font-size: 1rem;
    text-indent: -1.5em;
    padding-left: 1.625em;
  }
}
.accordion-answer .accordion-answer-a {
  font-size: 1.5rem;
  font-weight: normal;
}
.accordion-answer-text {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #fff;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .accordion-answer-text {
    font-size: 1rem;
  }
}
.accordion-answer-text-example {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #fff;
  text-align: justify;
  letter-spacing: -0.015em;
}
@media screen and (min-width: 960px) {
  .accordion-answer-text-example {
    font-size: 1rem;
  }
}
.accordion-answer-caution {
  font-size: 0.875rem !important;
  line-height: 1.6;
  color: #fff;
  text-align: justify;
}
.accordion-answer-text-ttl {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border-bottom: solid 1px #fff;
  color: #fff !important;
  margin-top: 1rem;
  padding: 5px 0 !important;
  text-align: left;
}
.accordion-answer ul {
  margin-bottom: 2rem;
}
.accordion-answer ul li {
  color: #fff;
  margin-bottom: 0.5rem;
  text-align: justify;
  text-indent: -0.625em;
  padding-left: 0.5em;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .accordion-answer ul li {
    font-size: 1rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.accordion-answer-other {
  text-indent: 0 !important;
  padding-left: 0 !important;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .accordion-answer-other {
    font-size: 1rem;
  }
}
.accordion-answer-contact {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  padding-left: 0;
  text-indent: 0;
}
@media screen and (min-width: 960px) {
  .accordion-answer-contact {
    font-size: 0.875rem;
  }
}
.accordion-answer-block {
  margin-bottom: 2rem;
}
.accordion-answer-block-1 {
  margin-top: 2rem;
}

.ticket-url {
  text-align: left !important;
  margin-bottom: 1rem !important;
}
@media screen and (min-width: 960px) {
  .ticket-url {
    margin-bottom: 0.5rem !important;
  }
}

.qa-link {
  color: #fff;
  border-bottom: #fff solid 1px;
  display: inline;
  text-decoration: none;
  text-indent: 0;
  letter-spacing: -0.02em;
  text-align: left !important;
  margin-left: 0.5rem;
}

.qa-margin {
  margin-left: 0.125rem !important;
}

/* アニメーション用のクラス */
.accordion-content.slide-down {
  display: block;
}

.accordion-content.slide-up {
  display: none;
}

.goods-bnr {
  width: 100%;
  text-align: center;
  margin: 0 auto 3rem;
}
.goods-bnr a {
  width: 80%;
  max-width: 360px;
  background: linear-gradient(-135deg, rgb(0, 60, 255) 0%, rgb(0, 153, 204) 100%);
  display: inline-block;
  padding: 30px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold !important;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  border: solid 2px #fff;
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.4)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.4)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.4)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.4));
}
@media screen and (min-width: 960px) {
  .goods-bnr a {
    width: 100%;
    max-width: 400px;
  }
}
.goods-bnr a:hover {
  opacity: 0.7;
  transition: all 0.5s ease;
}
.goods-bnr a .letter-spacing {
  letter-spacing: -0.05em;
  margin-right: 3px;
}
.goods-bnr a .goods-icon {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .goods-bnr a .goods-icon {
    width: 13px;
    height: 13px;
  }
}
.goods-bnr a .goods-icon img {
  width: 100%;
  object-fit: contain;
  vertical-align: bottom;
}

/* Q&A アコーディオン */
.goods-content {
  margin: 3% auto 10%;
  width: 95%;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  padding: 0.5%;
}
@media screen and (min-width: 960px) {
  .goods-content {
    width: 66%;
    max-width: 960px;
    text-align: center;
  }
}

.qa-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 15% 5% 5%;
}
@media screen and (min-width: 960px) {
  .qa-content-inner {
    padding: 5%;
  }
}
.qa-content-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
.qa-content-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}

.goods-content-inner-item {
  width: 90%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 960px) {
  .goods-content-inner-item {
    width: 80%;
  }
}
.goods-content-inner-item:after {
  content: "";
  width: 100%;
  height: 20px;
  display: inline-block;
  background-image: url(../img/intro/deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10% 0 0;
}
@media screen and (min-width: 960px) {
  .goods-content-inner-item:after {
    width: 100%;
    margin: 8% 0 5%;
  }
}
.goods-content-inner-item:last-child:after {
  display: none;
}
.goods-content-inner-item:first-child {
  margin-top: 3rem;
}
@media screen and (min-width: 960px) {
  .goods-content-inner-item:first-child {
    margin-top: 5rem;
  }
}
.goods-content-inner-item-img {
  margin-bottom: 1.5rem;
  text-align: center;
}
.goods-content-inner-item-img img {
  width: 100%;
  vertical-align: bottom;
}
.goods-content-inner-item .goods-image-popup {
  cursor: pointer;
}
.goods-content-inner-item-texts {
  text-align: center;
}
.goods-content-inner-item-texts p {
  color: #fff;
  margin-bottom: 0.5rem;
}
.goods-content-inner-item-texts-ttl {
  font-size: 2rem;
  font-weight: 500 !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem !important;
  letter-spacing: -0.05em;
}
.goods-content-inner-item-texts-price {
  font-size: 1.5rem;
  font-weight: 500 !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.5rem !important;
}
.goods-content-inner-item-texts-price-tax {
  font-size: 0.875rem;
  color: #fff;
}
.goods-content-inner-item-texts-shiyou {
  font-size: 1.125rem;
  line-height: 2;
  text-align: left;
  text-indent: -2.875em;
  padding-left: 2.875em;
}
@media screen and (min-width: 960px) {
  .goods-content-inner-item-texts-shiyou {
    font-size: 1rem;
    width: fit-content;
    margin: 0 auto;
    text-indent: -3.5em;
    padding-left: 3.5em;
  }
}
.goods-content-inner-item-texts-shiyou-span {
  font-size: 0.875rem;
  color: #fff !important;
  background: rgb(0, 153, 204);
  padding: 3px 5px;
  margin-right: 10px;
}
.goods-content-inner-item-texts-shiyou-caution {
  font-size: 0.875rem;
  display: block;
  text-align: left;
  line-height: 1.5;
}
.goods-content-inner-item-texts-notes {
  text-align: left;
  line-height: 1.8;
  font-size: 1.125rem;
  filter: drop-shadow(4px 4px 6px black);
}

@media screen and (max-width: 960px) {
  #colorbox {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    position: fixed !important;
  }
  #cboxWrapper {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    position: fixed !important;
  }
  #cboxContent {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    position: fixed !important;
  }
  #cboxLoadedContent {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    position: fixed !important;
  }
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  display: none !important;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.9) !important;
  opacity: 1 !important;
}

#colorbox,
#cboxWrapper {
  overflow: visible !important;
}

#cboxContent {
  border: none !important;
  background: transparent !important;
  margin-top: 0 !important;
  overflow: visible !important;
}

#cboxLoadedContent {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
}

#cboxLoadingOverlay {
  background: rgba(0, 0, 0, 0.9) !important;
}

#cboxClose {
  position: fixed !important;
  top: 5% !important;
  right: -5% !important;
  z-index: 10002 !important;
  background: rgba(0, 0, 0, 0.7) !important;
  color: white !important;
  border-radius: 50% !important;
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  text-align: center !important;
  font-size: 6rem !important;
  font-weight: 100 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  cursor: pointer !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-indent: 0 !important;
  transform: scale(0.6) !important;
}
@media screen and (min-width: 960px) {
  #cboxClose {
    top: 0% !important;
    right: -8% !important;
  }
}

#cboxClose:hover {
  background: rgba(0, 0, 0, 0.9) !important;
}

.cboxPhoto {
  border: none !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
  border-radius: 0 !important;
}
