@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

*:focus {
  outline: none;
}

body {
  background-image: url(img/bg01.jpg);
  background-size: 100%;
  font-size: 16px;
  color: #333;
  background-color: #FFF;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}
@media screen and (max-width: 768px) {
  body {
    background-size: 1920px;
    font-size: 14px;
  }
}

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

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

.contents {
  flex: 1;
}

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

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

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

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

.share_btns-square {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square::before {
  content: "Share:";
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
  color: #333;
}
.share_btns-square li {
  cursor: pointer;
  margin: 0 10px 0px;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 10px 10px;
  }
}

/*-------------------------------*/
.imgs3 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .imgs3 {
    display: block;
    padding: 20px;
  }
  .imgs3 div:first-of-type {
    width: 70%;
    margin: 0 0 20px auto;
  }
  .imgs3 div:last-of-type {
    width: 70%;
    margin: 20px auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .imgs3 {
    max-width: 500px;
    margin: 0 auto;
  }
}

.imgs5 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  .imgs5 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
  }
  .imgs5 div {
    width: 100%;
  }
  .imgs5 div:first-of-type, .imgs5 div:last-of-type {
    width: calc(40% - 10px);
  }
  .imgs5 div:first-of-type {
    margin: auto 0 0 0;
  }
  .imgs5 div:nth-of-type(2), .imgs5 div:nth-of-type(4) {
    width: calc(60% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .imgs5 {
    max-width: 500px;
    margin: 0 auto;
  }
}

.bg_hanabi-left {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background-image: url(img/bg_hanabi-left.webp);
  background-size: 100%;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .bg_hanabi-left {
    width: 80%;
    left: 10%;
  }
}

.bg_hanabi-right {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background-image: url(img/bg_hanabi-right.webp);
  background-size: 100%;
  background-repeat: repeat-y;
  display: none;
}

.loading {
  background-color: #fff;
  width: 100%;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  background-image: url(img/bg01.jpg);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loader {
  max-width: 200px;
  width: 32%;
}
.loading .loader img {
  opacity: 0.2;
}

/*nav----------------------------*/
.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    mix-blend-mode: exclusion;
    display: unset;
    top: 0px;
    right: 0px;
    background-image: url(img/nav_icon.svg);
    background-size: 100%, 100%;
    transition: 1s;
    position: fixed;
    width: 60px;
    height: 60px;
  }
}
.nav_btn span {
  transition: 1s;
  width: 2px;
  height: 32px;
  background-color: #fff;
  position: absolute;
}
.nav_btn span:first-of-type {
  left: 16px;
  top: 14px;
  transform-origin: center center;
}
.nav_btn span:nth-of-type(2) {
  top: 14px;
  right: 29px;
}
.nav_btn span:last-of-type {
  top: 14px;
  right: 16px;
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .nav_btn.active {
    opacity: 1;
  }
}
.nav_btn.show span:first-of-type {
  transform: rotate(-225deg);
  left: 29px;
}
.nav_btn.show span:nth-of-type(2) {
  opacity: 0;
}
.nav_btn.show span:last-of-type {
  transform: rotate(225deg);
  right: 29px;
}

.gnav {
  position: fixed;
  top: 0;
  right: 40px;
  z-index: 100;
  mix-blend-mode: difference;
  display: flex;
  gap: 0.8em;
  padding: 0 1.6em 0 0.8em;
  transition: 0.8s;
  opacity: 0;
  filter: brightness(200%) blur(10px);
  transform: translateY(20px);
  transition: 2s;
  clip-path: circle(0%);
}
@media screen and (max-width: 768px) {
  .gnav {
    transition: 0.8s;
    background-image: url(img/bg01.jpg);
    background-color: #fff;
    background-size: 1920px;
    mix-blend-mode: unset;
    right: 0%;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    padding: 0;
    padding-top: 60px;
    transform: scale(0.95) translateY(40px);
    transform-origin: center bottom;
    pointer-events: none;
    clip-path: circle(0%);
    z-index: 103;
    opacity: 0;
  }
}
.gnav.active {
  opacity: 1;
  filter: brightness(100%) blur(0);
  transform: translateY(0px);
  clip-path: circle(100%);
}
@media screen and (max-width: 768px) {
  .gnav.active {
    transform: scale(0.95) translateY(40px);
    transform-origin: center bottom;
    opacity: 0;
    clip-path: circle(0%);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .gnav.show {
    height: 100%;
    width: 100%;
    pointer-events: all;
    right: 0;
    opacity: 1;
    transform: scale(1) translateY(0px);
    filter: brightness(100%) blur(0);
    clip-path: circle(100%);
  }
}
.gnav .border-left, .gnav .border-right {
  position: absolute;
  top: 0;
  width: 1px;
  background: linear-gradient(to bottom, #FFF 0%, transparent 100%);
}
.gnav .border-left {
  height: 150px;
  left: 0;
}
.gnav .border-right {
  height: 250px;
  right: 0;
}
.gnav .title_nav {
  pointer-events: none;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .gnav .title_nav {
    display: block;
    opacity: 0.32;
  }
}
.gnav .hanabi_nav {
  pointer-events: none;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .gnav .hanabi_nav {
    display: block;
  }
}
.gnav .gnav_list {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 30px 0;
  }
}
.gnav .gnav_list li a {
  writing-mode: vertical-lr;
  letter-spacing: 0.5em;
  padding: 0 0.65em;
  color: #FFF;
  transition: 0.2s;
  display: block;
}
.gnav .gnav_list li a:hover {
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 1.125em;
    color: #333;
    font-weight: 800;
    min-width: 36px;
  }
}
.gnav .gnav_sns {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_sns {
    flex-direction: row;
    gap: 2em;
  }
}
.gnav .gnav_sns li a {
  transition: 0.2s;
  display: block;
}
.gnav .gnav_sns li a:hover {
  transform: translateY(4px);
}
.gnav .gnav_sns li a img {
  width: 22px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_sns li a img {
    mix-blend-mode: difference;
  }
}

.top_btn {
  z-index: 99;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  mix-blend-mode: difference;
  opacity: 0;
  transition: 0.4s;
  transform: translateY(10px);
}
.top_btn::before {
  content: "▲";
  top: 50%;
  left: 50%;
  font-size: 0.8em;
  transform: scale(1, 0.6) translate(-50%, -90%);
  position: absolute;
  color: #FFF;
}
.top_btn.active {
  transform: translateY(0px);
  opacity: 1;
}
.top_btn:hover {
  transform: translateY(-2px);
}

/*-------------------------------*/
h2.h2-default {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  h2.h2-default {
    margin-bottom: 40px;
  }
}
h2.h2-default .title_jp img {
  height: 32px;
  width: auto;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  h2.h2-default .title_jp img {
    height: 22px;
    width: auto;
  }
}
h2.h2-default .title_en {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  opacity: 0.5;
  font-size: 0.9em;
  text-indent: 0.5em;
}

section.section-radious {
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.section-radious {
    padding: 20px;
  }
}
section.section-radious .section_inner {
  border-radius: 30px;
  padding: 80px 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.section-radious .section_inner {
    border-radius: 20px;
    padding: 80px 20px;
  }
}
section.section-radious .section_inner .section_main {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  section.section-radious .section_inner .section_main {
    max-width: 500px;
  }
}

section.section-default {
  position: relative;
}
section.section-default .section_inner {
  padding: 120px 50px;
}
@media screen and (max-width: 768px) {
  section.section-default .section_inner {
    padding: 60px 20px;
  }
}
section.section-default .section_inner .section_main {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  section.section-default .section_inner .section_main {
    max-width: 500px;
  }
}

p {
  line-height: 2;
  text-align: justify;
  margin-bottom: 1em;
}
p:last-of-type {
  margin-bottom: 0;
}

.footer {
  padding: 80px 50px;
  background-image: url(img/bg_footer.webp);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_inner {
    max-width: 400px;
  }
}
.footer div {
  margin: 0 auto;
}
.footer .title_footer {
  width: 90%;
  max-width: 500px;
  margin-bottom: 30px;
}
.footer .billing_footer {
  max-width: 520px;
  width: 100%;
  margin-bottom: 20px;
}
.footer .release_footer {
  width: 50%;
  max-width: 200px;
  margin-bottom: 30px;
}
.footer .shares {
  margin-bottom: 30px;
}
.footer .link-org {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  transition: 0.4s;
}
.footer .link-org:hover {
  opacity: 0.8;
}

#top {
  position: relative;
  overflow: hidden;
}
#top .main {
  position: relative;
  transition: 1s;
  filter: brightness(200%);
  transition: transform 6s, filter 0.4s;
  transform: scale(1.2);
}
#top .main.in-view {
  filter: brightness(100%);
  transform: scale(1);
  opacity: 1;
}
#top .copy_tate {
  position: absolute;
  width: 2%;
  left: 2.5%;
  top: 5.5%;
  transition: 1s;
  opacity: 0;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    display: block;
    width: 6.1%;
    top: 4%;
    left: 4%;
  }
}
#top .copy_tate img {
  filter: drop-shadow(0 0 2px rgba(243, 154, 0, 0.1)) drop-shadow(0 0 2px rgba(243, 154, 0, 0.6)) drop-shadow(0 0 2px rgb(243, 154, 0));
}
#top .copy_tate.in-view {
  transform: translateY(0px);
  opacity: 1;
}
#top .title {
  position: absolute;
  width: 22%;
  top: 12%;
  left: 10.5%;
  transition: 4s;
  opacity: 0;
  transform: translateY(20px) scale(1.2);
}
@media screen and (max-width: 768px) {
  #top .title {
    left: unset;
    display: block;
    width: 35%;
    top: 2%;
    right: 3%;
  }
}
#top .title img {
  filter: drop-shadow(0px 0px 2px #000000) drop-shadow(0px 0px 2px #000000) drop-shadow(0px 0px 6px #171c61);
}
#top .title.in-view {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
#top .release {
  position: absolute;
  width: 23%;
  bottom: 3.8%;
  left: 3%;
  transition: 1s;
  opacity: 0;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  #top .release {
    left: unset;
    display: block;
    width: 44%;
    bottom: 12%;
    right: 5%;
  }
}
#top .release img {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 4px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.486));
}
#top .release.in-view {
  transform: translateY(0px);
  opacity: 1;
}
#top .copy_yoko {
  position: absolute;
  width: 67.5%;
  right: 3%;
  bottom: 4%;
  transition: 1s;
  opacity: 0;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  #top .copy_yoko {
    display: block;
    width: 90%;
    bottom: 3%;
    right: 5%;
  }
}
#top .copy_yoko img {
  filter: drop-shadow(0 0 2px rgba(243, 154, 0, 0.1)) drop-shadow(0 0 2px rgba(243, 154, 0, 0.6)) drop-shadow(0 0 2px rgb(243, 154, 0));
}
#top .copy_yoko.in-view {
  transform: translateY(0px);
  opacity: 1;
}

#info .section_inner {
  background-image: url(img/bg02.jpg);
  background-size: cover;
  padding: 60px 0px 40px;
}
@media screen and (max-width: 768px) {
  #info .section_inner {
    padding: 40px 0px 40px;
  }
}
#info .menu-list {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 60px;
  overflow: auto;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 768px) {
  #info .menu-list {
    padding: 20px 20px 20px;
    margin-bottom: 0px;
    justify-content: flex-start;
  }
}
#info .menu-list a {
  display: block;
  width: 70px;
  opacity: 0.9;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  #info .menu-list a {
    width: 82px;
    min-width: 82px;
  }
}
#info .menu-list a img {
  overflow: hidden;
  border-radius: 10px;
  transition: 0.4s;
}
#info .menu-list a img:hover {
  transform: translateY(6px);
}
#info .scroll-texts {
  display: none;
}
@media screen and (max-width: 768px) {
  #info .scroll-texts {
    display: block;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    gap: 1em;
    align-items: center;
    opacity: 1;
    transition: 1s ease;
    clip-path: inset(0);
  }
  #info .scroll-texts.is-hide {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
  }
  #info .scroll-texts .line {
    width: 100px;
    height: 1px;
    background-color: #333;
  }
}

#trailer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 50px;
}
@media screen and (max-width: 768px) {
  #trailer {
    padding: 40px 20px;
  }
}
#trailer h2 {
  margin-bottom: 40px;
}

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

.trailer_tabs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}
.trailer_tabs li {
  height: 2.8em;
  width: calc(33.33% - 3.33px);
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0B2644;
  background-color: #747474;
  font-weight: 900;
  border-radius: 5px;
  transition: 0.2s;
  cursor: pointer;
  font-size: 0.9em;
}
.trailer_tabs li:nth-of-type(4), .trailer_tabs li:nth-of-type(5) {
  width: calc(50% - 2.5px);
}
@media screen and (max-width: 768px) {
  .trailer_tabs li {
    height: 3em;
    width: calc(50% - 2.5px);
  }
  .trailer_tabs li:nth-of-type(5) {
    width: 100%;
  }
}
.trailer_tabs li:hover {
  background-color: #646464;
}
.trailer_tabs li.active {
  color: #333;
  background-color: #0B2644;
  cursor: default;
  pointer-events: none;
}
.trailer_tabs li.active::before {
  content: "● ";
}

#intro .section_inner {
  background-image: url(img/bg02-alt.jpg);
  background-size: cover;
}
#intro .section_inner .section_main .text_body p {
  font-weight: 600;
  text-align: center;
  line-height: 2.4;
  font-size: 0.95em;
}
#intro .section_inner .section_main .text_body p span {
  display: inline-block;
}

#story {
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  #story {
    margin-top: -20px;
  }
}
#story .section_inner {
  background-image: url(img/bg_story.jpg);
  background-position: center center;
  background-size: cover;
}
#story .section_inner .section_main .text_body p {
  line-height: 2.5;
  margin-bottom: 2.5em;
  text-align: center;
  font-weight: 700;
}
#story .section_inner .section_main .text_body p:last-of-type {
  margin-bottom: 0;
}
#story .section_inner .section_main .text_body p span {
  display: inline-block;
}

#cast .section_inner .section_main {
  max-width: 1500px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main {
    max-width: 500px;
  }
}
#cast .section_inner .section_main h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main h2 {
    margin-bottom: 40px;
  }
}
#cast .section_inner .section_main .cast_items {
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items {
    display: block;
  }
}
#cast .section_inner .section_main .cast_items .cast_item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item {
    width: 100%;
  }
  #cast .section_inner .section_main .cast_items .cast_item:first-of-type {
    margin-bottom: 60px;
  }
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 40px;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs .chara_prof {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 10px 20px;
  padding-left: calc(50% + 5px);
  width: 100%;
  background: linear-gradient(90deg, rgba(224, 245, 255, 0) 0%, rgba(237, 227, 246, 0.6) 50%, rgba(231, 238, 243, 0.8) 80%);
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item .cast_imgs .chara_prof {
    top: 0;
    padding-left: 50%;
    padding-right: 14px;
  }
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs .chara_prof p {
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 600;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs .chara {
  width: 50%;
  position: relative;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs .chara .chara_names {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs .chara .chara_names .chara_names_upper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 10px;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs .chara .chara_names .chara_names_upper .chara_name {
  white-space: nowrap;
  font-size: 1.5em;
  writing-mode: vertical-lr;
  letter-spacing: 0.25em;
  font-weight: 800;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs .chara .chara_names .chara_names_upper .chara_line {
  position: relative;
  width: 1px;
  height: 100%;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs .chara .chara_names .chara_names_upper .chara_line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #105d8d 0% 30%, rgba(87, 0, 22, 0.2) 50% 80%, transparent 95% 100%);
  z-index: 1;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs .chara .chara_names .chara_names_upper .chara_line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #fff 0 4px, transparent 4px 10px);
  z-index: 2;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs .chara .chara_name_en {
  writing-mode: sideways-lr;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.25em;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 6px;
  z-index: 2;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs .cast {
  width: 50%;
  position: relative;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs .cast .cast_name {
  margin: 0 auto 20px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item .cast_imgs .cast .cast_name {
    width: 36px;
  }
}
#cast .section_inner .section_main .cast_items .cast_item .cast_imgs .cast .cast_img {
  padding: 0 20px;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_texts .cast_prof .prof_titles {
  letter-spacing: 0.5em;
  font-size: 0.875em;
  text-align: right;
  font-weight: 800;
  border-bottom: dashed 1px #333;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item .cast_texts .cast_prof .prof_titles {
    letter-spacing: 0.3em;
  }
}
#cast .section_inner .section_main .cast_items .cast_item .cast_texts .cast_prof .prof_titles span {
  opacity: 0.5;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_texts .cast_comment {
  margin-top: 1em;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_texts .cast_comment .comment_titles {
  letter-spacing: 0.5em;
  font-size: 0.875em;
  text-align: right;
  font-weight: 800;
  border-bottom: dashed 1px #333;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item .cast_texts .cast_comment .comment_titles {
    letter-spacing: 0.3em;
  }
}
#cast .section_inner .section_main .cast_items .cast_item .cast_texts .cast_comment .comment_titles span {
  opacity: 0.5;
}
#cast .section_inner .section_main .cast_items .cast_item .cast_texts p {
  margin-bottom: 0.5em;
}

#staff {
  background: #0B2644;
  position: relative;
  color: #FFF;
}
#staff .bg_hanabi {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#staff .section_inner {
  padding-bottom: 0;
}
#staff .section_inner .section_main {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main {
    max-width: 500px;
  }
}
#staff .section_inner .section_main .staff_items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#staff .section_inner .section_main .staff_items .staff_item .staff_names {
  display: flex;
  align-items: flex-end;
  gap: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .staff_items .staff_item .staff_names {
    align-items: center;
  }
}
#staff .section_inner .section_main .staff_items .staff_item .staff_names .staff_role {
  color: #CBDB9A;
  font-size: 1.125em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .staff_items .staff_item .staff_names .staff_role {
    font-size: 1.1em;
  }
}
#staff .section_inner .section_main .staff_items .staff_item .staff_names .staff_name {
  font-size: 1.5em;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .staff_items .staff_item .staff_names .staff_name {
    line-height: 1.3;
    font-size: 1.4em;
  }
}
#staff .section_inner .section_main .staff_items .staff_item .staff_names .staff_name span {
  display: inline-block;
}
#staff .section_inner .section_main .staff_items .staff_item .staff_names .staff_name span.f-small {
  font-size: 0.7em;
}
#staff .section_inner .section_main .staff_items .staff_item .staff_comments {
  display: flex;
  position: relative;
}
#staff .section_inner .section_main .staff_items .staff_item .staff_comments .title_comment {
  position: relative;
  text-orientation: upright;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  font-size: 0.875em;
  opacity: 0.5;
  letter-spacing: 0.5em;
  padding-right: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
}
#staff .section_inner .section_main .staff_items .staff_item .staff_comments .title_comment::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #CBDB9A 0% 50%, transparent 95% 100%);
  z-index: 1;
}
#staff .section_inner .section_main .staff_items .staff_item .staff_comments .title_comment::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #0B2644 0 4px, transparent 4px 10px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #staff .img_story01 {
    height: 50vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 40% 0%;
       object-position: 40% 0%;
  }
}

.news-list_wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .news-list_wrapper {
    padding: 0 20px;
    max-width: 500px;
  }
}
.news-list_wrapper .news-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-list_wrapper .news-list li a {
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: flex;
  align-items: flex-start;
  gap: 3%;
  line-height: 1.4;
  transition: 0.4s;
}
.news-list_wrapper .news-list li a:hover {
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .news-list_wrapper .news-list li a {
    flex-direction: column;
    gap: 0.5em;
  }
}
.news-list_wrapper .news-list li a .news_date {
  margin-top: 1px;
  color: #333;
  width: 8%;
  min-width: 90px;
  font-weight: 800;
}
.news-list_wrapper .news-list li a .news_category {
  display: inline-block;
  background-color: #0B2644;
  text-transform: uppercase;
  width: 10%;
  min-width: 100px;
  font-size: 0.8em;
  padding: 0.2em;
  text-align: center;
}
.news-list_wrapper .news-list li a .news_title {
  flex: 1;
  font-weight: 700;
  color: #333;
}
.news-list_wrapper .link-news {
  text-align: center;
  display: block;
  color: #333;
  margin-top: 2em;
  font-weight: 700;
  transition: 0.2s;
}
.news-list_wrapper .link-news:hover {
  opacity: 0.5;
}

.page-nation {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  gap: 1em;
  width: 80%;
  margin: 40px auto 0;
}
.page-nation a {
  color: #333;
  transition: 0.2s;
}
.page-nation a:hover {
  opacity: 0.5;
}
.page-nation .is-disabled {
  opacity: 0.32;
}
.page-nation .current {
  opacity: 0.5;
}
.page-nation.number {
  justify-content: center;
}

.body_news .contents {
  position: relative;
}
.body_news .contents .hanabi-left, .body_news .contents .hanabi-right {
  position: absolute;
  width: 240px;
  position: fixed;
  opacity: 0.32;
}
@media screen and (max-width: 768px) {
  .body_news .contents .hanabi-left, .body_news .contents .hanabi-right {
    width: 120px;
  }
}
.body_news .contents .hanabi-left {
  top: 0;
  left: 0;
}
.body_news .contents .hanabi-right {
  bottom: 0;
  right: 0;
}

#news-archive .news-list_wrapper {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  #news-archive .news-list_wrapper {
    max-width: 500px;
    padding: 0;
  }
}
#news-archive .news-list_wrapper .news-list {
  gap: 1em;
}

#news-single {
  overflow: hidden;
}
#news-single .section_inner .section_main {
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news-single .section_inner .section_main {
    max-width: 500px;
  }
}
#news-single .section_inner .section_main .news-article_wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 50px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #news-single .section_inner .section_main .news-article_wrapper {
    padding: 40px 20px;
    border-radius: 20px;
  }
}
#news-single .section_inner .section_main .news-article_wrapper .news-article {
  width: 100%;
  gap: 1em;
  display: flex;
  flex-direction: column;
}
#news-single .section_inner .section_main .news-article_wrapper .news-article .news_date {
  margin-top: 1px;
  color: #333;
  width: 8%;
  font-weight: 800;
}
#news-single .section_inner .section_main .news-article_wrapper .news-article .news_category {
  display: inline-block;
  background-color: #0B2644;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8em;
  padding: 0.5em 1em;
  text-align: center;
  min-width: 100px;
}
#news-single .section_inner .section_main .news-article_wrapper .news-article .news_title {
  flex: 1;
  font-weight: 700;
  color: #333;
  font-size: 1.5em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #news-single .section_inner .section_main .news-article_wrapper .news-article .news_title {
    font-size: 1.3em;
  }
}
#news-single .section_inner .section_main .news-article_wrapper .news-article .news_content {
  width: 100%;
  line-height: 1.8;
  padding: 30px 0;
  margin: 10px auto 0;
  border-top: dashed 1px #333;
  border-bottom: dashed 1px #333;
}

.news_category.category-news {
  color: #C3FFF8;
}
.news_category.category-event {
  color: #FFE2F4;
}
.news_category.category-campaign {
  color: #F5FFD7;
}
.news_category.category-goods {
  color: #C3FFD3;
}
.news_category.category-tie-up {
  color: #C3C4FF;
}
.news_category.category-special {
  color: #FFF8C3;
}

.news_content .wp-embed-aspect-16-9, .news_content .embed-youtube {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.news_content .wp-embed-aspect-16-9 .wp-block-embed__wrapper, .news_content .wp-embed-aspect-16-9 .embed-youtube__inner, .news_content .embed-youtube .wp-block-embed__wrapper, .news_content .embed-youtube .embed-youtube__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_content .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .news_content .wp-embed-aspect-16-9 .embed-youtube__inner iframe, .news_content .embed-youtube .wp-block-embed__wrapper iframe, .news_content .embed-youtube .embed-youtube__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_content img {
  max-width: 100%;
  width: auto;
}
.news_content figure:first-of-type, .news_content .wp-block-image:first-of-type {
  margin-bottom: 2em;
}
.news_content p.has-background {
  padding: 0.25em 0.5em;
}
.news_content a {
  word-break: break-all;
  text-decoration: underline;
  transition: 0.2s;
  color: unset;
}
.news_content a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */