@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  line-height: 1.75;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.2rem;
  font-feature-settings: "palt";
  position: relative;
  color: #fff;
}
@media screen and (max-width: 840px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  width: 100%;
  height: auto;
}

p {
  text-align: justify;
  margin: 0 auto;
  position: relative;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 95%;
}

.df_row {
  display: flex;
  flex-flow: row wrap;
}

.df_col {
  display: flex;
  flex-flow: column;
}

.detail {
  font-size: 1rem;
  text-align: right;
}

main {
  overflow-x: hidden;
}

section {
  padding: 150px 0;
}
@media screen and (max-width: 600px) {
  section {
    padding: 50px 0;
  }
}

/*-------------------------*/
body {
  color: #2d2921;
  font-family: "kozuka-mincho-pr6n", serif;
  font-weight: 700;
  font-style: normal;
  color: #2d2921;
}
body.open {
  overflow: hidden;
}

.yt {
  height: -moz-fit-content;
  height: fit-content;
}
.yt .youtube_link {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  width: 100%;
}
.yt .youtube_link iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 840px) {
  .yt {
    width: 80%;
    margin: 0 auto;
  }
}

.thumnail,
.ph {
  background-color: #ddd;
}

header {
  background-color: #b7523b;
  margin: 0 auto;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.menu {
  display: flex;
  flex-flow: row wrap;
  width: 95%;
  gap: 10px 0px;
  justify-content: space-evenly;
  background-color: #b7523b;
  flex-flow: row;
  padding: 10px 0;
}
.menu a {
  color: #fff;
  font-size: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/0.3;
  background-image: url(images/menu_off.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.menu a:hover {
  background-image: url(images/menu_on.webp);
}
@media screen and (max-width: 840px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: initial;
    background-color: rgba(183, 82, 59, 0.8);
    display: flex;
    flex-flow: column;
    z-index: 101;
    height: 100vh;
    justify-content: space-evenly;
    opacity: 0;
    pointer-events: none;
    padding: 30px 0;
    transition: all 0.3s ease;
  }
  .menu a {
    background-image: none;
    width: 100%;
    padding: 5px;
    aspect-ratio: initial;
  }
  .menu a:hover {
    background-image: none;
    background-color: #3dbbf3;
  }
  .menu.open {
    opacity: 1;
    pointer-events: initial;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 840px) {
  .hamburger {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 45px;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 6px;
    z-index: 102;
  }
  .hamburger span {
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.3s ease;
    transform-origin: center;
  }
}
.hamburger.open span:nth-of-type(1), .hamburger.open span:nth-of-type(3) {
  transform: translateX(5px);
}
.hamburger.open span:nth-of-type(2) {
  transform: translateX(-5px);
}

.grad_back {
  background: linear-gradient(to right top, rgba(236, 170, 124, 0.8), rgba(202, 182, 134, 0.8), rgba(236, 170, 124, 0.8));
}

.txt_public {
  width: 100%;
  max-width: 470px;
  margin-top: 20px;
}

.release {
  background: linear-gradient(to right, #a32025, #dc3719);
  font-size: 5rem;
  color: #fff;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 9px BLACK;
  letter-spacing: 0.5rem;
  line-height: 1.3;
  padding: 14px 0;
  margin-top: 10px;
}
@media screen and (max-width: 1150px) {
  .release {
    font-size: 3.5rem;
  }
}

#mv {
  padding: 0;
  background-image: url(images/1main.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
#mv .grad_back {
  background: linear-gradient(to right bottom, rgba(230, 96, 57, 0.8), rgba(202, 182, 134, 0.8), rgba(230, 96, 57, 0.8));
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#mv .inner {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#mv .left,
#mv .right {
  width: 50%;
}
@media screen and (max-width: 840px) {
  #mv .left,
  #mv .right {
    width: 100%;
  }
}
#mv .left img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -o-object-position: right;
     object-position: right;
}
#mv .right {
  padding: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#mv .comingsoon {
  font-size: 5.2rem;
  color: #b7523b;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  filter: drop-shadow(0 0 5px #fff);
}
@media screen and (max-width: 600px) {
  #mv .comingsoon {
    font-size: 2.5rem;
  }
}
#mv .main_logo {
  max-height: 870px;
  height: 30vw;
}
#mv .main_logo img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 600px) {
  #mv .main_logo {
    display: none;
  }
}
#mv .cast_name {
  width: 85%;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  #mv .cast_name {
    display: none;
  }
}
#mv .cast {
  width: 85%;
  display: none;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 50px;
}
#mv .cast .item {
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  #mv .cast .item {
    width: 100%;
    text-align: center;
  }
}
#mv .cast .item span {
  font-size: 1.8rem;
}
#mv .cast .item span.large {
  font-size: 3.8rem;
}
@media screen and (max-width: 600px) {
  #mv .cast {
    display: flex;
  }
}
#mv .キャスト名_背景 {
  width: 100%;
}
#mv .キャスト名_背景 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#mv .yt_cont {
  width: 90%;
  background-image: url(images/yt_cont.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  aspect-ratio: 1/0.681;
  background-position: center;
}
#mv .yt_cont .yt {
  width: 65%;
  position: absolute;
  top: 56.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
}
#mv .yt_title {
  font-size: 2rem;
  width: 90%;
  background-color: rgba(27, 113, 245, 0.7);
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 10%;
}
#mv .yt_btn {
  width: 188px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(30%, 30%);
}
@media screen and (max-width: 840px) {
  #mv .yt_btn {
    width: 148px;
    bottom: 20px;
  }
}
#mv .loadshow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #3dbbf3, #3a8cf7, #d5559a);
  padding: 0 5%;
  width: 100%;
}
#mv .loadshow_wrap .loadshow {
  max-width: 50%;
}

.fix_back {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  background-image: url(images/youtubehaikei.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-image: url(images/line.webp);
  background-size: cover;
}

#info {
  position: relative;
}
#info .link_btn {
  margin-bottom: 100px;
}
#info .store {
  max-width: 800px;
  gap: 30px;
  margin: 100px auto;
}
#info .store .item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 600px) {
  #info .store {
    margin: 20px auto;
  }
  #info .store .item {
    width: 100%;
  }
}
#info .trailer {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/0.6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
#info .trailer .yt {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
}

h2 {
  font-size: 4.5rem;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  color: #2d2921;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
  line-height: 1.2;
  margin-bottom: 80px;
  position: relative;
  padding: 0 30px;
  text-align: center;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
h2 rt {
  font-size: 1.5rem;
  margin-bottom: 6px;
}
h2 .ja {
  font-size: 2rem;
  display: block;
  margin-top: 20px;
}
h2::before {
  content: "";
  width: 56px;
  height: 1px;
  background-color: #2d2921;
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
}
h2.ruby::before {
  top: 30px;
}
h2.small {
  font-size: 3.8rem;
}
h2.small::before {
  top: 7px;
}
@media screen and (max-width: 600px) {
  h2.small {
    font-size: 2rem;
    padding: 0 15px;
  }
  h2.small::before {
    top: 2px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 2.5rem;
  }
  h2 rt {
    font-size: 1rem;
  }
  h2 .ja {
    font-size: 1.5rem;
  }
  h2::before, h2::after {
    top: 3.5rem;
  }
  h2.ruby::before, h2.ruby::after {
    top: 18px;
  }
}

.news .thumnail {
  aspect-ratio: 16/9;
}
.news .thumnail img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.news .date {
  background-color: #b7523b;
  color: #fff;
  font-size: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0;
  padding: 0 10px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 600px) {
  .news .date {
    font-size: 1.3rem;
  }
}
.news .title {
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .news .title {
    font-size: 1.5rem;
  }
}

.w_cast {
  font-size: 3rem;
  width: 360px;
  height: 107px;
  background-image: url(images/w_cast.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #b7523b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}

.cast_inner {
  display: flex;
  gap: 50px;
  flex-flow: row wrap;
  justify-content: center;
}
.cast_inner .item {
  width: calc((100% - 50px) / 2);
  display: flex;
  flex-flow: column;
  align-items: center;
  aspect-ratio: 1/0.7;
  justify-content: center;
  max-width: 320px;
  position: relative;
}
.cast_inner .item .chara_yomi {
  font-size: 1.6rem;
}
.cast_inner .item .chara_name {
  font-size: 2.4rem;
}
.cast_inner .item .cast_name {
  font-size: 3rem;
  /* margin-top: 20px; */
  text-align: center;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.cast_inner .item .cast_name span {
  font-size: 1.8rem;
  display: block;
}
.cast_inner .item::before, .cast_inner .item::after {
  content: "";
  width: 8%;
  height: 100%;
  background-image: url(images/cast_border.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
.cast_inner .item::before {
  left: 0;
  transform: rotate(180deg);
}
.cast_inner .item::after {
  right: 0;
}
@media screen and (max-width: 600px) {
  .cast_inner .item {
    width: 100%;
  }
}

.theatre_info {
  margin: 50px auto;
  width: 677px;
  height: 99px;
  font-size: 2.6rem;
  color: #fff;
  background-image: url(images/gekijobuttun.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .theatre_info {
    width: 100%;
  }
}

.ticket_info {
  margin: 50px auto;
  width: 677px;
  height: 99px;
  font-size: 2.6rem;
  color: #fff;
  background-image: url(images/ticketbuttun.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .ticket_info {
    width: 100%;
  }
}

.moviticket_info {
  margin: 50px auto;
  width: 677px;
  height: 99px;
  font-size: 2.6rem;
  color: #fff;
  background-image: url(images/mojinashi.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .moviticket_info {
    width: 100%;
  }
}

#news_intro {
  background: none;
  background-image: url("images/nihaikei.webp");
  background-size: cover;
  background-position: center;
}
#news_intro .inner {
  padding: 50px 0;
}

.intro {
  position: relative;
  text-align: center;
}
.intro .border {
  width: 95%;
  margin: 0 auto;
  height: 1.5px;
  background-color: #cca546;
  position: relative;
}
.intro .border::before, .intro .border::after {
  content: "";
  width: 2%;
  aspect-ratio: 1/1;
  background-image: url(images/border_assets.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.2px;
}
.intro .border::before {
  left: -2%;
  transform: scale(-1, 1);
}
.intro .border::after {
  right: -2%;
}
@media screen and (max-width: 600px) {
  .intro .border {
    width: 92%;
  }
  .intro .border::before, .intro .border::after {
    width: 4%;
  }
  .intro .border::before {
    left: -4%;
  }
  .intro .border::after {
    right: -4%;
  }
}
.intro .border1 {
  margin-bottom: 100px;
}
.intro .border2 {
  margin-top: 100px;
}
.intro .border2::before, .intro .border2::after {
  top: initial;
  bottom: -0.2px;
  transform: rotate(90deg);
}
.intro .border2::before {
  transform: scale(-1, 1) rotate(90deg);
}
.intro .chara {
  position: absolute;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .intro .chara {
    width: 60%;
  }
}
.intro .chara1 {
  right: 0;
  top: 10%;
}
@media screen and (max-width: 600px) {
  .intro .chara1 {
    top: 16%;
  }
}
.intro .chara2 {
  left: 0;
  bottom: 10%;
}
@media screen and (max-width: 840px) {
  .intro .chara2 {
    bottom: initial;
    top: 30%;
  }
}
.intro .lead {
  font-size: 2.6rem;
  margin: 80px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .intro .lead {
    font-size: 1.8rem;
  }
}

.link_btn {
  padding: 1% 15% 1% 15%;
  border: 1px solid #2d2921;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 10px;
  display: block;
  position: relative;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  background-color: rgba(255, 255, 255, 0.6);
}
.link_btn:after {
  content: "";
  background-image: url(images/arrow.webp);
  width: 18%;
  aspect-ratio: 8/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 7%;
  top: 42%;
}

#about p {
  max-width: 800px;
}
#about p strong {
  font-size: 2.4rem;
}
#about p strong.txt_header {
  display: block;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #about p strong {
    font-size: 2.2rem;
  }
}
#about p span {
  font-size: 1.4rem;
}

#story {
  position: relative;
  padding-bottom: 20px;
}

#story p,
.intro p {
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 600px) {
  #story p,
  .intro p {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: justify;
  }
}

@media screen and (max-width: 600px) {
  .pc_br {
    display: none;
  }
}

/* スライドの動き等速 */
.scene_swiper {
  /* 画像のサイズ調整 */
}
.scene_swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.scene_swiper .swiper-slide img {
  height: auto;
  width: 100%;
}

#partner_banners {
  background-image: url("images/youtubehaikei.webp"); /* 画像パスに変更 */
  background-size: cover; /* セクション全体を覆う */
  background-position: center; /* 画像位置 */
  background-repeat: no-repeat; /* リピートなし */
  padding: 60px 0; /* 必要なら余白 */
}
#partner_banners p {
  text-align: center;
  font-size: 2.7rem;
  line-height: 2;
  letter-spacing: 0.3rem;
}
#partner_banners p span {
  font-size: 4rem;
}

.banner_inner {
  margin: 80px auto;
  display: flex;
  flex-flow: row wrap;
  gap: 80px;
  justify-content: center;
}
.banner_inner .item {
  width: 260px;
}

.chara_inner {
  display: flex;
  flex-flow: row wrap;
  gap: 50px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.chara_inner .item {
  width: calc((100% - 50px) / 2);
  background-image: url(images/chara_back.webp);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1.76;
  display: flex;
  flex-flow: column;
}
.chara_inner .item:hover .chara {
  animation: chara 0.5s forwards ease;
}
@keyframes chara {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: translateY(-30px);
  }
}
.chara_inner .chara {
  height: 73%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
}
.chara_inner .chara img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
.chara_inner .name {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #3dbbf3, #3a8cf7, #d5559a);
  padding: 3px 5%;
  font-size: 4.8rem;
  width: 100%;
}
.chara_inner .name rt {
  font-size: 1.2rem;
}
@media screen and (max-width: 840px) {
  .chara_inner .name {
    font-size: 3.2rem;
  }
}
.chara_inner .cv {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 5px;
}
.chara_inner .cv rt {
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  .chara_inner {
    justify-content: center;
  }
  .chara_inner .item {
    width: 80%;
  }
  .chara_inner .name {
    font-size: 2.5rem;
  }
  .chara_inner .cv {
    font-size: 1.5rem;
  }
  .chara_inner .cv rt {
    font-size: 0.8rem;
  }
}
.chara_inner.small {
  max-width: 800px;
  gap: 30px;
}
@media screen and (max-width: 840px) {
  .chara_inner.small {
    max-width: 600px;
  }
}
.chara_inner.small .item {
  width: calc((100% - 30px) / 2);
}
.chara_inner.small .name {
  font-size: 3.6rem;
}
.chara_inner.small .chara {
  padding: 15%;
}
.chara_inner.small .cv {
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .chara_inner.small {
    gap: 10px;
  }
  .chara_inner.small .item {
    width: calc((100% - 10px) / 2);
  }
  .chara_inner.small .name {
    font-size: 2rem;
  }
  .chara_inner.small .name rt {
    font-size: 0.6rem;
  }
  .chara_inner.small .chara {
    height: 68%;
  }
  .chara_inner.small .cv {
    font-size: 1.3rem;
  }
}

.column2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
}
.column2 .item {
  width: 100%;
  max-width: 420px;
  text-align: center;
}
.column2 .item img {
  margin-bottom: 20px;
}
.column2 .item .cv_name {
  color: black;
  font-size: 2.1rem;
  margin: 12px 0 8px;
}
.column2 .item .txt {
  color: black;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}
.column2 button {
  width: 100%;
  cursor: pointer;
}

.column4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}
.column4 .item {
  width: calc((100% - 120px) / 4);
}
.column4 .item .cv_name {
  color: black;
  font-size: 1.8rem;
  margin: 3px 0 8px;
}
.column4 .item .txt {
  color: black;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  min-height: 154px;
}
.column4 .item img {
  margin-bottom: 20px;
}
.column4 .item img:nth-of-type(2) {
  height: 32px;
  width: auto;
  margin-bottom: 0;
}
.column4 button {
  width: 100% !important;
  cursor: pointer;
}
@media screen and (max-width: 1120px) {
  .column4 .item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .column4 .item {
    width: 100%;
  }
}

.character_list {
  background-image: url(images/character_list.webp);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/0.365;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .character_list {
    background-image: none;
  }
}

.character_list_inner {
  max-width: 660px;
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.character_list_inner .item {
  font-size: 2.5rem;
  text-align: center;
  width: calc((100% - 16px) / 3);
}
.character_list_inner .item span {
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 840px) {
  .character_list_inner {
    max-width: 590px;
  }
  .character_list_inner .item {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .character_list_inner .item {
    font-size: 1.6rem;
  }
  .character_list_inner .item span {
    font-size: 1.1rem;
  }
}

.staff_list .item {
  color: #000;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 15px;
}
.staff_list .item span {
  color: #1b71f5;
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 600px) {
  .staff_list .item {
    font-size: 2rem;
    line-height: 1.5;
  }
  .staff_list .item span {
    font-size: 1.5rem;
  }
}

#song {
  background-color: #ffbb8d;
}

.song_wrap {
  align-items: start;
  gap: 50px;
  justify-content: center;
}
.song_wrap .ph {
  width: 450px;
  background-color: #ddd;
}
.song_wrap .txt {
  width: 455px;
}
.song_wrap .txt h3 {
  font-size: 6rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
.song_wrap .txt h3 span {
  font-size: 4rem;
}
.song_wrap .txt h3 span:nth-of-type(2) {
  font-size: 2.2rem;
  display: block;
}
@media screen and (max-width: 600px) {
  .song_wrap {
    gap: 30px;
  }
  .song_wrap .ph,
  .song_wrap .txt {
    width: 100%;
  }
  .song_wrap .ph h3,
  .song_wrap .txt h3 {
    font-size: 3rem;
  }
  .song_wrap .ph h3 span,
  .song_wrap .txt h3 span {
    font-size: 2rem;
  }
}
.song_wrap .artist {
  margin-top: 30px;
}

.goods_wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}
.goods_wrap .item {
  width: calc((100% - 90px) / 4);
  padding: 15px;
  background-color: #79d5fc;
  border-radius: 15px;
}
.goods_wrap .item .ph {
  aspect-ratio: 1/1.253;
  background-color: #ddd;
}
.goods_wrap .item .txt {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 5px;
}
.goods_wrap .item .txt span {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 600px) {
  .goods_wrap {
    gap: 15px;
  }
  .goods_wrap .item {
    width: calc((100% - 15px) / 2);
  }
  .goods_wrap .item .txt {
    font-size: 2rem;
  }
  .goods_wrap .item .txt span {
    font-size: 1.5rem;
  }
}

footer {
  background-color: #ffbb8d;
  padding: 70px 0 0;
}
footer .logo_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 70px;
}
footer .logo_wrap .logo {
  width: 255px;
  aspect-ratio: 1/0.427;
  border-radius: 10px;
  padding: 20px;
}
footer .logo_wrap .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 600px) {
  footer .logo_wrap {
    gap: 0;
  }
}
footer .sns {
  display: flex;
  flex-flow: row wrap;
  gap: 70px;
  justify-content: center;
  align-items: center;
}
footer .sns .item {
  width: 43px;
  aspect-ratio: 1/0.8;
}
footer .sns .item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 600px) {
  footer .sns {
    gap: 30px;
  }
}

.pp {
  font-size: 1.6rem;
  margin: 80px auto;
  border-bottom: 1px solid #2d2921;
  padding: 5px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.newsSwiper .swiper-wrapper {
  margin-bottom: 50px;
}

.fix_btn {
  width: 90px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
}
.fix_btn .sns {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.fix_btn .sns a {
  filter: drop-shadow(0 0 18px #fbb03b);
}
@media screen and (max-width: 840px) {
  .fix_btn {
    top: 150px;
  }
}
@media screen and (max-width: 600px) {
  .fix_btn {
    width: 70%;
    top: initial;
    bottom: 10px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
  .fix_btn .sns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .fix_btn .sns a {
    width: calc((100% - 20px) / 3);
  }
}

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

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

.copyright {
  margin-top: 60px;
  background-color: #b7523b;
  width: 100%;
  color: #fff;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.archive-news .news_wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}
.archive-news .news_wrap .item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 600px) {
  .archive-news .news_wrap .item {
    width: 100%;
  }
}

.single-news .title {
  font-size: 3rem;
}
.single-news .content {
  margin-top: 20px;
  color: #000;
}
.single-news #news .inner img {
  width: initial;
  height: auto;
}

.archive-news #news,
.single-news #news {
  min-height: 1000px;
}

.news_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.news_wrap .item {
  flex: 0 0 calc((100% - 32px) / 3);
}
@media screen and (max-width: 840px) {
  .news_wrap .item {
    flex: 0 0 calc((100% - 32px) / 2);
  }
}

.modal_layer {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
}
.modal_layer.is-active {
  opacity: 1;
  visibility: visible;
}
.modal_layer .close {
  z-index: 100;
  width: 110px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.modal_layer .close span {
  height: 1px;
  background-color: #fff;
  width: 100%;
  transform: rotate(45deg);
}
.modal_layer .close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.modal_layer .modal_inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 75px 85px;
  width: 90%;
  max-width: 1800px;
  position: relative;
}
.modal_layer .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
}
.modal_layer .wrap > .name {
  width: 100%;
  margin: 0 auto;
  padding: 3px 7% 3px 53%;
  font-size: 4rem;
}
.modal_layer .wrap .chara {
  width: 32%;
  aspect-ratio: 1/1.3;
}
.modal_layer .wrap .chara img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal_layer .wrap .txt {
  padding: 9rem;
  flex: 1;
  font-size: 1.6rem;
}
.modal_layer .wrap .txt .chara_name {
  color: #d3b365;
  font-size: 4.2rem;
  margin-bottom: 15px;
}
.modal_layer .wrap .txt .chara_name span {
  font-size: 1.6rem;
  padding-left: 1rem;
}
.modal_layer .wrap .txt .cast_name {
  font-size: 3rem;
  margin-bottom: 25px;
}
.modal_layer .wrap .txt .cast_name span {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 840px) {
  .modal_layer .close {
    width: 40px;
  }
  .modal_layer .modal_inner {
    height: 95%;
    overflow: scroll;
    padding: 0;
  }
  .modal_layer .wrap {
    flex-flow: column;
    padding-top: 110px;
    height: auto;
  }
  .modal_layer .wrap .chara {
    width: 75%;
  }
  .modal_layer .wrap .txt {
    width: 100%;
  }
  .modal_layer .wrap .txt > p {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .modal_layer .wrap {
    padding-top: 2rem;
  }
  .modal_layer .wrap .chara {
    width: 90%;
  }
  .modal_layer .wrap .txt {
    padding: 2rem;
  }
  .modal_layer .wrap .txt > p {
    font-size: 1.5rem;
  }
}

/* ========================================
   Header
======================================== */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  /* PCメニュー */
  /* ハンバーガー */
  /* SPドロワー */
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo img {
  height: 40px;
  display: block;
}
.header__nav .header__list {
  display: flex;
  gap: 40px;
}
.header__nav .header__list li a {
  font-size: 15px;
  text-decoration: none;
  color: #333;
  position: relative;
  padding: 5px 0;
}
.header__nav .header__list li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #333;
  transition: 0.3s;
}
.header__nav .header__list li a:hover:after {
  width: 100%;
}
.header__burger {
  width: 28px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 22px;
}
.header__burger span {
  width: 100%;
  height: 3px;
  background: #333;
  transition: 0.3s;
}
.header__burger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.header__burger.active span:nth-child(2) {
  opacity: 0;
}
.header__burger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.header__drawer {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.header__drawer .drawer__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.header__drawer .drawer__list li a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
.header__drawer.open {
  display: block;
}

/* ヘッダーショートカット全体 */
.header-shortcuts {
  width: 100%;
  display: flex;
  padding: 14px 0;
  background: linear-gradient(90deg, #d47b60, #c4503b);
}

/* リスト */
.shortcut-list {
  display: flex;
  gap: 40px; /* 画像と同じくらいの広めの間隔 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 各リンク（テキスト風） */
.shortcut-btn,
.shortcut-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em; /* 少し広め（上品に見える） */
  padding: 4px 0;
  transition: opacity 0.2s ease;
}

/* ホバー：うっすら薄くなる */
.shortcut-btn:hover,
.shortcut-list a:hover {
  opacity: 0.65;
}

/* アクティブ表示（任意） */
.shortcut-btn.active {
  opacity: 0.45; /* 選択中はさらに薄くして強調 */
}

/* ===========================
   表示切り替え
=========================== */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
header .menu a {
  font-size: 18px;
}

#staff {
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 0;
}

.staff_grid {
  display: flex;
  justify-content: center;
  gap: 40px 20px;
  margin: 0 auto;
  flex-flow: row wrap;
  max-width: 950px;
}
.staff_grid .staff_item {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 600px) {
  .staff_grid .staff_item {
    width: 100%;
  }
}

.staff_item h3 {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.staff_item p {
  font-size: 1.6rem;
  text-align: center;
}

.wp-block-code code {
  white-space: pre;
}

.info-text a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #000;
}
.info-text a:hover {
  color: #b7523b;
  text-decoration-color: #b7523b;
}

.ticket-note {
  font-size: 1.6rem;
  max-width: 800px;
  margin: 0 auto;
}

.ticket-bonus {
  text-align: center;
}

.watch {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.watch.active {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */