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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  color: #333;
  background-color: #FFF;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.contents {
  width: 100%;
}

main {
  flex: 1;
}

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

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

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

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

/*共通パーツ----------------------*/
section {
  width: 100%;
}
section.normal {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  section.normal {
    padding: 60px 0;
  }
}
section.normal .section_inner {
  width: 100%;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  section.normal .section_inner {
    padding: 0 30px;
  }
}

p {
  line-height: 2;
  margin-bottom: 0.5em;
}
p:last-of-type {
  margin-bottom: 0;
}

h2 {
  background-color: #FFF;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #1EA7A5;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  text-align: center;
}

.imgs3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
}
.imgs3 div {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .imgs3.first div:first-of-type {
    order: 2;
    width: 50%;
  }
  .imgs3.first div:nth-of-type(2) {
    order: 1;
    width: 100%;
  }
  .imgs3.first div:last-of-type {
    width: 50%;
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .imgs3.second div img {
    height: 36vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.imgs2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
}
.imgs2 div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .imgs2 div {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .imgb img {
    height: 120vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

span.hanaroku {
  color: #1EA7A5;
}

/*-------------------------------*/
/*UNIQUE-------------------------*/
.sono {
  width: 24px;
  margin: 20vh auto;
}
@media screen and (max-width: 768px) {
  .sono {
    width: 20px;
    margin: 10vh auto;
  }
}

footer .footer {
  padding: 80px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px;
  }
}
footer .footer .title_footer {
  max-width: 500px;
  width: 80%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  footer .footer .title_footer {
    max-width: 300px;
  }
}
footer .footer .release_footer {
  max-width: 240px;
  width: 50%;
  margin: 0 auto 30px;
  padding-left: 2%;
}
footer .footer .copyright {
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 40px;
}

/*-------------------------------*/
.nav_btn {
  display: none;
  z-index: 1004;
  position: fixed;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: flex;
    top: 10px;
    right: 10px;
    background-image: url(img/icon_menu.svg);
    background-size: 100%;
    width: 60px;
    height: 60px;
    transition: 0.4s;
    opacity: 1;
  }
  .nav_btn.active {
    opacity: 0.8;
  }
  .nav_btn.show {
    background-image: url(img/icon_close.svg);
    opacity: 1;
  }
}

.gnav_wrapper {
  z-index: 1000;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gnav_wrapper {
    position: relative;
  }
}
.gnav_wrapper.page {
  position: fixed;
}

.gnav {
  height: 70px;
  display: flex;
  z-index: 103;
}
@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.8s;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    background: rgba(0, 0, 0, 0.95);
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.gnav-home {
  margin-top: -70px;
}
@media screen and (max-width: 768px) {
  .gnav.gnav-home {
    margin-top: 0;
  }
}
.gnav .gnav_inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_inner {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: start;
  }
}
.gnav .gnav_inner ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_inner ul {
    flex-direction: column;
    margin: 30px auto;
  }
}
.gnav .gnav_inner ul li {
  position: relative;
}
.gnav .gnav_inner ul li::after {
  content: "・";
  position: absolute;
  bottom: 10px;
  color: #FFF;
  left: calc(50% - 0.5em);
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_inner ul li::after {
    content: "";
    display: none;
  }
}
.gnav .gnav_inner ul li:hover {
  filter: hue-rotate(90deg);
}
.gnav .gnav_inner ul li:hover::after {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_inner ul li:hover::after {
    content: "";
    display: none;
  }
}
.gnav .gnav_inner ul li a {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background: linear-gradient(to right, #F0F0F0, #fff5cb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_inner ul li a {
    font-size: 1.1em;
    height: 50px;
  }
}
.gnav .gnav_inner ul li.construction {
  opacity: 0.5;
  pointer-events: none;
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-nav {
    display: block;
    background: rgba(0, 0, 0, 0.95);
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
  }
  .sp-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    background: linear-gradient(to right, #F0F0F0, #fff5cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: 0.4s;
    height: 30px;
  }
  .sp-nav li a:hover {
    filter: hue-rotate(40deg);
  }
  .sp-nav li.construction {
    opacity: 0.5;
    pointer-events: none;
  }
}

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

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

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

/*fixed_bg------------------------*/
.fixed_bg {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url(img/bg_bub.png);
  background-size: 100%;
  background-repeat: repeat-y;
  filter: blur(2px);
}
@media screen and (max-width: 768px) {
  .fixed_bg {
    background-image: url(img/bg_bub-sp.png);
  }
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1010;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loading_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loader {
  width: 50px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #525252) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
  opacity: 0.5;
}
@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}

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

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

.share_btns-square {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square::before {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  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;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 10px 10px;
  }
}
.share_btns-square li:hover {
  opacity: 0.7;
}

/*-------------------------------*/
@keyframes flash {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
}
/*-inview------------------------*/
.fadeIn {
  opacity: 0;
  transition: 1.5s;
}
.fadeIn.is-inview {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1.5s;
  transform: translateY(10px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.brightIn {
  overflow: hidden;
  opacity: 0;
  transition: 1.5s;
  filter: brightness(200%);
}
.brightIn img {
  transition: 1.5s;
  transform: scale(1.05);
}
.brightIn.is-inview {
  filter: brightness(100%);
  opacity: 1;
}
.brightIn img {
  transition: 1.5s;
  transform: scale(1);
}

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
/*nav----------------------------*/
.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: unset;
    top: 0px;
    right: 0px;
    background-image: url(img/nav_icon.svg);
    background-size: 100%;
    width: 60px;
    height: 60px;
    transition: 0.4s;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .nav_btn.active {
    opacity: 1;
  }
}
.nav_btn.show {
  background-image: url(img/nav_icon-close.svg);
  opacity: 0.8;
}

.gnav {
  z-index: 100;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 50px;
  opacity: 0;
  transition: 1s;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .gnav {
    z-index: 103;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.8s;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.active {
  opacity: 1;
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.gnav .gnav_list li a, .gnav .gnav_list li .nav_trailer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  padding: 0 0.5em;
  font-size: 1em;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a, .gnav .gnav_list li .nav_trailer-inner {
    font-size: 1.1em;
  }
}
.gnav .gnav_list li a:hover, .gnav .gnav_list li .nav_trailer-inner:hover {
  opacity: 0.6;
}
.gnav .gnav_list li a.construction, .gnav .gnav_list li .nav_trailer-inner.construction {
  opacity: 0.6;
  pointer-events: none;
}
.gnav .gnav_list li a.external::after, .gnav .gnav_list li .nav_trailer-inner.external::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.2em;
  background-image: url(img/external-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.gnav .gnav_list li a img, .gnav .gnav_list li .nav_trailer-inner img {
  width: 16px;
}
.gnav .gnav_list li a .icon_menu, .gnav .gnav_list li .nav_trailer-inner .icon_menu {
  width: 24px;
  margin-bottom: 13px;
}
.gnav .gnav_list .current {
  opacity: 0.5;
  pointer-events: none;
}

.to_top {
  z-index: 99;
  margin: 0 auto;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .to_top {
    bottom: 10px;
    right: 10px;
  }
}
.to_top.active {
  opacity: 1;
}

/*-------------------------------*/
#top {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#top .main_vis {
  position: relative;
  top: 0;
  left: 0;
  width: 59.84%;
  transition: 3s;
  opacity: 0;
  filter: brightness(200%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .main_vis {
    width: 100%;
  }
}
#top .main_vis img {
  transition: 10s;
  transform: scale(1.1);
}
#top .main_vis.viewed {
  filter: brightness(100%);
  opacity: 1;
}
#top .main_vis.viewed img {
  transform: scale(1);
}
#top h1 {
  position: absolute;
  width: 36.35%;
  top: 34.79%;
  left: 52.4%;
  transition: 1s;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top h1 {
    width: 63.23%;
    top: 7.55%;
    left: 0%;
  }
}
#top h1.viewed {
  filter: blur(0px);
  opacity: 1;
}
#top .credit {
  position: absolute;
  width: 23.8%;
  top: 81.47%;
  left: 3.13%;
  transition: 1s;
  transform: translateX(-10px);
  filter: blur(10px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .credit {
    width: 54.25%;
    top: 79.22%;
    left: 4.13%;
  }
}
#top .credit.viewed {
  transform: translateX(0px);
  filter: blur(0px);
  opacity: 1;
}
#top .awards {
  position: absolute;
  width: 20.73%;
  top: 21.82%;
  left: 68.07%;
  transition: 1s;
  transform: translateX(-10px);
  filter: blur(10px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .awards {
    width: 48.72%;
    top: 2.23%;
    left: 3.33%;
  }
}
#top .awards.viewed {
  transform: translateX(0px);
  filter: blur(0px);
  opacity: 1;
}
#top .copy {
  position: absolute;
  width: 1.88%;
  top: 8.82%;
  left: 94.06%;
  transition: 1s;
  transform: translateY(-10px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .copy {
    width: 4.62%;
    top: 4.74%;
    left: 91.03%;
  }
}
#top .copy.viewed {
  transform: translateY(0px);
  opacity: 1;
}
#top .hash {
  position: absolute;
  width: 8.54%;
  top: 88.57%;
  left: 87.24%;
  transition: 1s;
  transform: translateX(10px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .hash {
    width: 23.85%;
    top: 88.5%;
    left: 71.54%;
  }
}
#top .hash.viewed {
  transform: translateY(0px);
  opacity: 1;
}
#top .release {
  position: absolute;
  width: 27.96%;
  bottom: 0;
  left: 67.82%;
  transition: 1s;
  transform: translateX(10px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 60.74%;
    top: 93.5%;
    left: 34.64%;
  }
}
#top .release.viewed {
  transform: translateY(0px);
  opacity: 1;
}

#info {
  background-color: rgba(0, 0, 0, 0.95);
  padding: 40px 30px 0;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 30px;
  }
}
#info .sqs {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #info .sqs {
    justify-content: space-between;
    display: block;
  }
}
#info .sqs .sq {
  transition: 0.2s;
  max-width: 280px;
  width: 50%;
  margin: 0 10px 20px;
}
@media screen and (max-width: 768px) {
  #info .sqs .sq {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
  }
}
#info .sqs .sq:hover {
  opacity: 0.7;
}
#info .sqs .sq2 {
  transition: 0.2s;
  max-width: 260px;
  width: 45%;
  margin: 0 10px 0;
}
@media screen and (max-width: 768px) {
  #info .sqs .sq2 {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 20px;
  }
  #info .sqs .sq2:last-of-type {
    margin-bottom: 0;
  }
}
#info .sqs .sq2:hover {
  opacity: 0.7;
}

#intro {
  position: relative;
  min-height: 100vh;
  min-height: 100lvh;
}
#intro .section_bg {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 0;
  position: sticky;
  z-index: -1;
  background-image: url(img/bg_intro.jpg);
  background-size: cover;
  background-position: center center;
}
#intro .section_inner {
  position: relative;
  margin-top: -30vh;
  margin-top: -30lvh;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  #intro .section_inner {
    padding: 80px 0 0;
  }
}
#intro .section_inner h2 {
  background-color: rgba(255, 255, 255, 0.8);
}
#intro .section_inner .section_main {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 120px 50px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    padding: 80px 30px;
  }
}
#intro .section_inner .section_main .section_body {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .section_body {
    max-width: 500px;
  }
}
#intro .section_inner .section_main .section_body p {
  text-align: justify;
}
#intro h2 {
  margin: 0 auto 40px;
  padding: 1em 0;
}

.body_news {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .body_news {
    margin-top: 0;
  }
}
.body_news .gnav_list {
  background-color: #fff;
}
.body_news .section_inner .section_header {
  position: relative;
}
.body_news .section_inner .section_header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em 0;
  transition: 2s;
  opacity: 0;
}
.body_news .section_inner .section_header h2.viewed {
  opacity: 1;
}
.body_news .section_main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 50px;
}
@media screen and (max-width: 768px) {
  .body_news .section_main {
    padding: 80px 30px;
    max-width: 500px;
  }
}
.body_news .footer {
  background-image: url(img/bg_pfooter.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.body_news .post_item {
  display: flex;
  background-color: #fff;
}

.archive_nav {
  justify-content: center;
  display: flex;
  margin-top: 40px;
}
.archive_nav .screen-reader-text {
  display: none;
}
.archive_nav .page-numbers {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  transition: 0.5s;
}
.archive_nav .page-numbers.current, .archive_nav .page-numbers:hover {
  opacity: 0.6;
}

.news_list li a {
  padding: 1em 0px 1em 0px;
  display: flex;
  transition: 0.4s;
  align-items: center;
}
.news_list li a .block {
  width: calc(100% - 2em);
  display: flex;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .news_list li a .block {
    flex-direction: column;
  }
}
.news_list li a .block .news_date {
  width: 9em;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .news_list li a .block .news_date {
    width: 100%;
  }
}
.news_list li a .block .news_title {
  width: calc(100% - 9em);
}
@media screen and (max-width: 768px) {
  .news_list li a .block .news_title {
    width: 100%;
  }
}
.news_list li a .arrow {
  color: #1EA7A5;
  width: 2em;
  padding-left: 1em;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
}
.news_list li:hover a {
  transform: translateX(5px);
}

.single_nav {
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #333;
}
.single_nav div a, .single_nav div span {
  height: 50px;
  align-items: center;
  justify-content: center;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  transition: 0.5s;
  font-size: 0.9em;
}
.single_nav div a:hover, .single_nav div span:hover {
  opacity: 0.6;
}
.single_nav div.next a {
  padding-left: 0;
  text-align: left;
}
.single_nav div.past a {
  padding-right: 0;
  text-align: right;
}

#single-news .section_inner .section_main .section_body .single_item .single_date {
  display: block;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
#single-news .section_inner .section_main .section_body .single_item .single_news-title {
  font-size: 1.5em;
  padding-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  #single-news .section_inner .section_main .section_body .single_item .single_news-title {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}

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

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

#news-top {
  padding: 80px 0 0;
  background: #FFF;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #news-top {
    padding: 40px 0 0;
  }
}
#news-top .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #news-top .section_inner {
    padding: 0 30px;
  }
}
#news-top .section_inner .section_main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  #news-top .section_inner .section_main {
    flex-direction: column;
  }
}
#news-top .section_inner .section_main .list_section {
  width: calc(100% - 240px);
  padding-bottom: 80px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #news-top .section_inner .section_main .list_section {
    width: 100%;
    padding-bottom: 30px;
  }
}
#news-top .section_inner .section_main .list_section h2 {
  margin: 1em 20px 0 0;
}
#news-top .section_inner .section_main .list_section .section_body {
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  #news-top .section_inner .section_main .list_section .section_body {
    width: 100%;
  }
}
#news-top .section_inner .section_main .hana {
  max-width: 200px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #news-top .section_inner .section_main .hana {
    margin: 0 auto;
  }
}
#news-top .btn_normal a {
  color: #1EA7A5;
  text-align: right;
  height: 60px;
  margin: 1.5em 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #news-top .btn_normal a {
    height: 50px;
    margin-top: 0;
    padding-right: 0;
  }
}
#news-top .btn_normal a:hover {
  transform: translateX(5px);
}

#trailer .section_inner .section_main {
  position: relative;
  cursor: pointer;
}
#trailer .section_inner .section_main h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em 0;
}
#trailer .section_inner .section_main h2 .play_arrow {
  font-size: 0.5em;
}
#trailer .section_inner .section_main .section_body {
  position: relative;
  font-size: 0;
}
#trailer .section_inner .section_main .section_body .thumb_vd {
  overflow: hidden;
  transition: 0.4s;
}
#trailer .section_inner .section_main .section_body .thumb_vd video {
  transition: 0.4s;
  width: 100%;
  height: 35vw;
  -o-object-fit: cover;
     object-fit: cover;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main .section_body .thumb_vd video {
    height: auto;
    min-height: 240px;
  }
}
#trailer .section_inner .section_main:hover .section_body .thumb_vd::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
#trailer .section_inner .section_main:hover .section_body .thumb_vd video {
  opacity: 0.5;
  position: relative;
  transform: scale(1.05);
}

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

.overlay_pv {
  display: none;
  background-color: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: 9995;
}

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

.pv_tab {
  color: #ffffff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pv_tab li {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.pv_tab li a {
  letter-spacing: 0.15em;
  line-height: 1.4;
  padding: 12px 5px;
  font-size: 1.1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #3b4e5a;
  color: #FFF;
  transition: 0.2s;
  height: 2.8em;
}
.pv_tab li.active a {
  background-color: #1EA7A5;
}
.pv_tab li.active a:before {
  content: "●";
  margin-right: 4px;
  font-weight: 900;
}

#story {
  margin-top: -1px;
}
#story .section_inner .section_main h2 {
  margin: 0 auto 40px;
}
#story .section_inner .section_main .section_body {
  margin-bottom: 60px;
}
#story .section_inner .section_main .section_body p {
  text-align: center;
  margin-bottom: 1em;
}
#story .section_inner .section_main .section_body p:last-of-type {
  margin-bottom: 0;
}
#story .section_inner .section_main .kaisetsu {
  text-align: center;
  padding: 20px 40px;
  border: solid 1px #B6FFFE;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .kaisetsu {
    padding: 20px;
  }
  #story .section_inner .section_main .kaisetsu p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #story .section_inner .section_main .kaisetsu p {
    font-size: 0.8em;
  }
}
#story .section_inner .section_main .kaisetsu .toha {
  color: #1EA7A5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .kaisetsu .toha {
    margin-bottom: 1em;
  }
}

#credit .section_inner .section_main h2 {
  margin: 0 auto 40px;
}
#credit .section_inner .section_main .section_body {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #credit .section_inner .section_main .section_body {
    max-width: 350px;
  }
}

#cast {
  position: relative;
}
#cast .section_inner {
  position: relative;
  padding: 120px 50px 120px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner {
    padding: 80px 30px 80px;
    margin-top: 0vh;
    margin-top: 0lvh;
  }
}
#cast .section_inner .section_main {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main {
    max-width: 500px;
  }
}
#cast .section_inner .section_main h2 {
  margin: 0 auto 40px;
}
#cast .section_inner .section_main .section_body {
  margin: 0 auto;
}
#cast .section_inner .section_main .section_body .cast_items {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item {
  width: calc(50% - 40px);
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .section_body .cast_items .cast_item {
    width: 100%;
  }
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .af_img {
  margin-bottom: 30px;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .af_img.half {
  width: 40%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .section_body .cast_items .cast_item .af_img.half {
    width: 50%;
  }
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .names {
  display: flex;
  align-items: baseline;
  margin-bottom: 1em;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .names .name {
  font-size: 1.5em;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .names .role {
  color: #1EA7A5;
  margin-left: 1em;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .comment {
  margin-bottom: 20px;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .comment p {
  text-align: justify;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .profile p {
  font-size: 0.9em;
  text-align: justify;
}

.centered_title5 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centered_title5 div {
  background: linear-gradient(to left, transparent, #8f8f8f 50%);
  height: 1px;
  width: 100%;
}

.centered_title5 p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 0 10px 0 0;
  letter-spacing: 0.25em;
}

#staff {
  position: relative;
  min-height: 100vh;
  min-height: 100lvh;
  color: #fefefe;
}
#staff .section_bg {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 0;
  position: sticky;
  z-index: -1;
  background-image: url(img/bg_cast.jpg);
  background-size: cover;
  background-position: 25% 50%;
}
#staff .section_inner {
  position: relative;
  margin-top: -50vh;
  padding: 120px 0 120px;
}
@media screen and (max-width: 768px) {
  #staff .section_inner {
    padding: 80px 0 80px;
    margin-top: 0vh;
    margin-top: 0lvh;
  }
}
#staff .section_inner .section_main {
  position: relative;
  width: 45%;
  max-width: 800px;
  margin: 0 5% 0 auto;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main {
    width: 90%;
    margin: 0 auto;
    max-width: 500px;
  }
}
#staff .section_inner .section_main h2 {
  background-color: transparent;
  margin: 0 auto 40px;
  padding: 1em 0;
  position: relative;
}
#staff .section_inner .section_main h2 .h2_blur {
  z-index: -1;
  background-color: rgba(21, 49, 73, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(5px);
}
#staff .section_inner .section_main .section_body {
  max-width: 550px;
  margin: 0 auto;
}
#staff .section_inner .section_main .section_body .cast_items .cast_item {
  margin-bottom: 60px;
  padding: 60px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .section_body .cast_items .cast_item {
    padding: 60px 20px;
  }
}
#staff .section_inner .section_main .section_body .cast_items .cast_item .section_main-blur {
  z-index: -1;
  background-color: rgba(21, 49, 73, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(5px);
}
#staff .section_inner .section_main .section_body .cast_items .cast_item:last-of-type {
  margin-bottom: 0;
}
#staff .section_inner .section_main .section_body .cast_items .cast_item .af_img {
  margin-bottom: 30px;
}
#staff .section_inner .section_main .section_body .cast_items .cast_item .names {
  display: flex;
  align-items: baseline;
  margin-bottom: 1em;
}
#staff .section_inner .section_main .section_body .cast_items .cast_item .names .name {
  font-size: 1.5em;
}
#staff .section_inner .section_main .section_body .cast_items .cast_item .names .role {
  color: #1EA7A5;
  margin-left: 1em;
}
#staff .section_inner .section_main .section_body .cast_items .cast_item .comment {
  margin-bottom: 20px;
}
#staff .section_inner .section_main .section_body .cast_items .cast_item .comment p {
  text-align: justify;
}
#staff .section_inner .section_main .section_body .cast_items .cast_item .profile p {
  font-size: 0.9em;
  text-align: justify;
}

.centered_title5 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centered_title5 div {
  background: linear-gradient(to left, transparent, #8f8f8f 50%);
  height: 1px;
  width: 100%;
}

.centered_title5 p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 0 10px 0 0;
  letter-spacing: 0.25em;
}

.body_media {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .body_media {
    margin-top: 0;
  }
}
.body_media .gnav_list {
  background-color: #fff;
}
.body_media .section_header {
  position: relative;
}
.body_media .section_header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em 0;
  transition: 2s;
  opacity: 0;
}
.body_media .section_header h2.viewed {
  opacity: 1;
}
.body_media .section_main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 50px;
}
@media screen and (max-width: 768px) {
  .body_media .section_main {
    padding: 40px 30px;
    max-width: 500px;
  }
}
.body_media .footer {
  background-image: url(img/bg_pfooter.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.body_media .cau {
  font-size: 0.9em;
  margin-top: 2em;
}

.media-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0 40px;
}
@media screen and (max-width: 768px) {
  .media-tabs {
    gap: 0.5em;
  }
}

.media-tab {
  padding: 0.5rem 1.5rem;
  border: none;
  background-color: #ccc;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

.media-tab.active {
  background-color: #1EA7A5;
  color: #fff;
}

.media-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.media-section {
  margin-bottom: 3rem;
}

.media-header {
  display: flex;
  font-weight: bold;
  background-color: #d6f7f0;
  padding: 0.8rem 0;
}

.media-header > div {
  flex: 1;
  padding: 0 0.5rem;
  font-size: 0.95rem;
}

.media-item {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 0.8rem 0;
  flex-wrap: wrap;
}

.media-item > div {
  flex: 1;
  padding: 0 0.5rem;
  font-size: 0.95rem;
  word-break: break-word;
  position: relative;
}

/* モバイル用（768px以下） */
@media screen and (max-width: 768px) {
  .media-tabs {
    flex-wrap: wrap;
  }
  .media-tab {
    width: 100%;
  }
  .media-header {
    display: none;
  }
  .media-item {
    display: block;
    border-bottom: none;
    border-bottom: 1px solid #ddd;
    margin: 0.5rem 0;
    padding: 0.5rem 0 0.5rem 0;
  }
  .media-item:first-of-type {
    border-top: 1px solid #ddd;
  }
  .media-item > div {
    display: flex;
    padding: 0.4rem 0;
  }
  .media-item > div::before {
    content: attr(data-label);
    flex: 0 0 4em;
    font-weight: bold;
    color: #555;
  }
}
.media-text a {
  color: #1EA7A5;
  text-decoration: underline;
}
.media-text a:hover {
  text-decoration: none;
}

.media-section h3 {
  font-size: 1.4rem;
  margin: 2rem 0 20px;
  border-left: 4px solid #1EA7A5;
  padding-left: 1rem;
  color: #333;
}/*# sourceMappingURL=style.css.map */