@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 {
  font-size: 16px;
  color: #FFF;
  background-color: #000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  body {
    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;
}

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

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
.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;
  }
}
footer {
  background-image: url(img/bg_footer.jpg);
  background-color: #000811;
  background-size: cover;
  background-position: 50% 50%;
}

footer .footer {
  padding: 80px;
}

@media screen and (max-width: 768px) {
  footer .footer {
    padding: 60px 80px;
  }
}
footer .footer .title {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  footer .footer .title {
    max-width: 300px;
  }
}
footer .release {
  width: 70%;
  margin: 0 auto;
  max-width: 400px;
  padding-left: 1%;
}

@media screen and (max-width: 768px) {
  footer .release {
    max-width: 200px;
  }
}
h2 {
  color: #F7CC7A;
  font-size: 8em;
  opacity: 0.9;
  font-family: "Babylonica", cursive;
  font-weight: 400;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: clamp(2em, 20vw, 5em);
  }
}
.imgs5 {
  display: flex;
  flex-wrap: wrap;
}

.imgs5 img {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .imgs5 img {
    width: 50%;
  }
  .imgs5 img:nth-of-type(3) {
    width: 100%;
  }
}
/*fixed_bg------------------------*/
.fixed_bg {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(img/bg2.jpg);
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading .loadeing_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading .loadeing_inner .loader {
  animation: loadingFlash 1s infinite;
}

.loading .loader {
  width: 50px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #CCC) 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);
}

@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}
/*-------------------------------*/
/*trailer------------------------*/
#trailer .section_inner {
  max-width: 900px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  #trailer .section_inner {
    max-width: 500px;
  }
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
  padding: 0 0px 0px;
}

@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main {
    padding: 0 0px 0px;
  }
}
#trailer .section_inner .section_main .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: solid 1px #3c3c3c;
}

#trailer .section_inner .section_main .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------*/
/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .shares {
    flex-direction: column;
    margin-right: 0;
  }
}
.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 2.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share_btns li img {
  height: 20px;
  width: auto;
}

.share_btns li:hover {
  opacity: 0.7;
}

.share_btns-square {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
    justify-content: flex-end;
  }
}
.share_btns-square::before {
  content: "Share:";
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
}

.share_btns-square li {
  cursor: pointer;
  margin: 0 0px 0px 20px;
  width: 24px;
}

@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 10px 10px;
  }
}
.share_btns-square li:hover {
  opacity: 0.7;
}

/*-------------------------------*/
/*noiseOverlay-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
@keyframes flash {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes main_flash {
  0% {
    transform: none;
  }
  36% {
    transform: none;
  }
  36.2% {
    transform: skewX(8deg);
  }
  36.4% {
    transform: skewX(-8deg);
  }
  36.6% {
    transform: none;
  }
  66% {
    transform: none;
  }
  66.2% {
    transform: skewX(10deg);
  }
  66.4% {
    transform: skewX(-10deg);
  }
  66.6% {
    transform: none;
  }
  76% {
    transform: none;
  }
  76.2% {
    transform: skewX(40deg);
  }
  76.4% {
    transform: skewX(-40deg);
  }
  76.6% {
    transform: none;
  }
  97% {
    transform: none;
  }
  97.2% {
    transform: skewX(5deg);
  }
  97.4% {
    transform: skewX(-5deg);
  }
  97.6% {
    transform: none;
  }
}
/*-inview------------------------*/
.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}

.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.coloring {
  transition: 1s;
  filter: brightness(50%) grayscale(100%);
}

.coloring.is-inview {
  filter: brightness(100%) grayscale(0%);
}

.fadeFromLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translateX(-20px);
}

.fadeFromLeft.is-inview {
  transform: translateX(0);
  opacity: 1;
}

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
/*trailer------------------------*/
#trailer .section_inner {
  max-width: 900px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  #trailer .section_inner {
    max-width: 500px;
  }
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
}

#trailer .section_inner .section_main .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: double 4px #3D3000;
}

#trailer .section_inner .section_main .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer_tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2px;
}

.trailer_tab li {
  width: 33.33%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .trailer_tab li {
    width: 100%;
  }
}
.trailer_tab li a {
  height: 3em;
  width: 100%;
  display: block;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  background-color: #3a3a3a;
  color: #FEFEFE;
  border: solid 2px #000;
}

@media screen and (max-width: 768px) {
  .trailer_tab li a {
    height: 3em;
  }
}
.trailer_tab .tab.active a {
  background-color: #002007;
  pointer-events: none;
}

.trailer_tab .tab.active a::before {
  content: "● ";
}

.trailer_tab .tab.active a:hover {
  transition: 0.4s;
}

/*-------------------------------*/
/*nav----------------------------*/
.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
  opacity: 0;
  mix-blend-mode: exclusion;
}

@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: 1;
  }
}
.nav_btn.show {
  background-image: url(img/nav_icon-close.svg);
}

.gnav {
  z-index: 100;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  position: sticky;
  top: 0px;
  left: 0;
  height: 60px;
  transition: 1s;
}

@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.4s;
    background-color: #000;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.active {
  opacity: 1;
}

.gnav .gnav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #5B3E08;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    border-bottom: 0;
  }
}
.gnav .gnav_list li a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 0.5em;
  font-size: 1.2em;
  color: #F7CC7A;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 1.3em;
    line-height: 50px;
    height: 50px;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
}

.gnav .gnav_list li a.construction {
  opacity: 0.6;
  pointer-events: none;
}

.gnav .gnav_list li a .icon_menu {
  width: 24px;
  margin-bottom: 13px;
}

a.to_top {
  opacity: 0;
  z-index: 99;
  margin: 0 auto;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  transition: 1s;
  color: #FFF;
  mix-blend-mode: exclusion;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.to_top.active {
  opacity: 1;
}

/*-------------------------------*/
#top {
  position: relative;
  overflow: hidden;
}

#top .main {
  position: relative;
  transition: 1s;
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.1);
}

#top .main.active {
  filter: blur(0px);
  opacity: 1;
  transform: scale(1);
}

#top .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#top .cannes {
  position: absolute;
  top: 10.78%;
  left: 5.99%;
  width: 4.14%;
}

@media screen and (max-width: 768px) {
  #top .cannes {
    top: 5.97%;
    left: 8.97%;
    width: 11.79%;
  }
}
#top .copy_tate {
  position: absolute;
  top: 19.46%;
  left: 7.08%;
  width: 1.3%;
}

@media screen and (max-width: 768px) {
  #top .copy_tate {
    top: 7.39%;
    left: 83.59%;
    width: 4.87%;
  }
}
#top .title {
  position: absolute;
  top: 22.36%;
  left: 42.14%;
  width: 50.75%;
}

@media screen and (max-width: 768px) {
  #top .title {
    top: 52.13%;
    left: 6.92%;
    width: 87.69%;
  }
}
#top .credit {
  position: absolute;
  top: 49.54%;
  left: 53.69%;
  width: 26.61%;
}

@media screen and (max-width: 768px) {
  #top .credit {
    top: 65.34%;
    left: 23.85%;
    width: 55.5%;
  }
}
#top .release {
  position: absolute;
  top: 65.66%;
  left: 50.35%;
  width: 32.38%;
}

@media screen and (max-width: 768px) {
  #top .release {
    top: 72.83%;
    left: 10.4%;
    width: 78.95%;
  }
}
#top .billing_en {
  position: absolute;
  top: 76.57%;
  left: 41.72%;
  width: 49.65%;
}

@media screen and (max-width: 768px) {
  #top .billing_en {
    top: 79.69%;
    left: 9.74%;
    width: 80.26%;
  }
}
#top .billing_jp {
  position: absolute;
  top: 81.74%;
  left: 41.67%;
  width: 49.8%;
}

@media screen and (max-width: 768px) {
  #top .billing_jp {
    top: 82.67%;
    left: 9.74%;
    width: 80.35%;
  }
}
#top .copy_yoko {
  position: absolute;
  top: 86.53%;
  left: 39.22%;
  width: 54.69%;
}

@media screen and (max-width: 768px) {
  #top .copy_yoko {
    top: 88.36%;
    left: 9.74%;
    width: 80.26%;
  }
}
#top .cannes, #top .copy_tate, #top .title, #top .credit, #top .release, #top .billing_en, #top .billing_jp, #top .copy_yoko {
  opacity: 0;
  transition: 2s;
}

#top .cannes.active, #top .copy_tate.active, #top .title.active, #top .credit.active, #top .release.active, #top .billing_en.active, #top .billing_jp.active, #top .copy_yoko.active {
  opacity: 1;
}

#info {
  padding: 40px 10px;
}

@media screen and (max-width: 768px) {
  #info {
    padding: 20px;
  }
}
.bkbnr {
  margin: 0 auto 30px;
  max-width: 600px;
  width: 100%;
  display: block;
  transition: 0.2s;
}
.bkbnr:hover {
  opacity: 0.8;
}

#info .mvtk #mvtk-widgets-container {
  margin: 0 auto 40px;
}

#info .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0px 40px auto;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  #info .btns {
    margin: 0 auto 30px;
  }
}
#info .btns .btn_item {
  max-width: 200px;
  width: calc(50% - 10px);
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #info .btns .btn_item {
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
  }
}
#info .btns .btn_item a {
  display: block;
}

#info .btns .btn_item a:hover {
  opacity: 0.6;
}

.bnr_twin {
  display: block;
  width: 100px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .bnr_twin {
    margin: 0 auto 40px;
  }
}
.bnr_twin:hover {
  opacity: 0.7;
}

.shares {
  margin-bottom: 20px;
}

#intro .section_inner {
  background-image: url(img/bg_intro-pc.jpg);
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  #intro .section_inner {
    background-image: url(img/bg_intro-sp.jpg);
    background-size: 100%;
    background-position: 50% 0;
    padding: 80px 0 20px;
  }
}
#intro .section_inner .section_main {
  max-width: 1200px;
  padding: 0 50px;
  width: 43%;
  min-width: 500px;
  margin: 0 8% 0 auto;
}

@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    margin-top: 50vw;
    min-width: unset;
  }
}
#intro .section_inner .section_main h2 {
  text-align: center;
}

#intro .section_inner .section_main h3 {
  text-align: center;
  color: #F7CC7A;
  font-weight: 900;
  font-size: 1.8em;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h3 {
    font-size: clamp(1em, 6vw, 2em);
  }
}
#intro .section_inner .section_main h3 span {
  display: inline-block;
}

#intro .section_inner .section_main p {
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0.2em;
}

#intro .section_inner .section_main p:last-of-type {
  margin-bottom: 0;
}

#story {
  background-color: #000;
}

#story .section_inner {
  padding: 80px 0 120px;
}

@media screen and (max-width: 768px) {
  #story .section_inner {
    padding: 60px 0;
  }
}
#story .section_inner .section_main {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    max-width: 500px;
    padding: 0 20px;
  }
}
#story .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: 40px;
}

#story .section_inner .section_main h4 {
  text-align: center;
  color: #F7CC7A;
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  #story .section_inner .section_main h4 {
    font-size: clamp(1em, 5vw, 1.8em);
  }
}
#story .section_inner .section_main h4 span {
  display: inline-block;
}

#story .section_inner .section_main h3 {
  text-align: center;
  color: #F7CC7A;
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #story .section_inner .section_main h3 {
    font-size: clamp(1em, 6vw, 2em);
  }
}
#story .section_inner .section_main h3 span {
  display: inline-block;
}

#story .section_inner .section_main p {
  line-height: 2.2;
  text-align: justify;
  margin-bottom: 0.5em;
}

#story .section_inner .section_main p:last-of-type {
  margin-bottom: 0;
}

#cast {
  background-size: cover;
}

#cast .section_inner {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  #cast .section_inner {
    padding: 60px 0;
  }
}
#cast .section_inner .section_main {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main {
    max-width: 500px;
    padding: 0 20px;
  }
}
#cast .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: 60px;
}

#cast .section_inner .section_main .cast_items {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  justify-content: center;
}

#cast .section_inner .section_main .cast_items .cast_item {
  width: 29.33%;
  position: relative;
  line-height: 1.3;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item {
    width: 47%;
  }
}
#cast .section_inner .section_main .cast_items .cast_item .name-en {
  font-family: "Babylonica", cursive;
  font-weight: 400;
  font-size: 3em;
  position: absolute;
  top: 0;
  left: 0.75em;
  transform-origin: top left;
  transform: rotate(90deg);
  mix-blend-mode: exclusion;
  white-space: nowrap;
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item .name-en {
    font-size: 2em;
  }
}
#cast .section_inner .section_main .cast_items .cast_item .name {
  font-size: 1.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item .name {
    font-size: 0.9em;
  }
}
#cast .section_inner .section_main .cast_items .cast_item .name span {
  display: block;
  font-size: 0.8em;
}

#cast .section_inner .section_main .cast_items .cast_item .desc {
  margin-top: 0.5em;
  line-height: 1.6;
  opacity: 0.8;
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item .desc {
    font-size: 0.8em;
  }
}
#cast .section_inner .section_main .cast_items .cast_item .cast_img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

#cast .section_inner .section_main .cast_items .cast_item .cast_img::after {
  content: "＋";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  line-height: 1;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item .cast_img::after {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
}
#cast .section_inner .section_main .cast_items .cast_item .cast_img img {
  transition: 0.2s;
}

#cast .section_inner .section_main .cast_items .cast_item .role {
  color: #F7CC7A;
  text-align: center;
  font-weight: 700;
  font-size: 1.3em;
  margin-top: 20px;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item .role {
    font-size: 1em;
  }
}
#cast .section_inner .section_main .cast_items .cast_item .role span {
  display: inline-block;
}

#cast .section_inner .section_main .cast_items .cast_item:hover .cast_img::after {
  background-color: rgba(255, 255, 255, 0.2);
}

#cast .section_inner .section_main .cast_items .cast_item:hover .cast_img img {
  transform: scale(1.1);
}

.cast_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.cast_modal.active {
  display: block;
}

.cast_modal .cast_modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.cast_modal .cast_modal_content {
  position: relative;
  z-index: 1001;
  max-width: 1000px;
  width: calc(100% - 40px);
  max-height: calc(100vh - 80px);
  max-height: calc(100svh - 80px);
  overflow: auto;
  background: #eaf4f3;
  border-radius: 12px;
  padding: 40px;
  line-height: 1.7;
  color: #111;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .cast_modal .cast_modal_content {
    padding: 60px 20px;
  }
}
.cast_modal .cast_modal_content .names {
  display: flex;
  gap: 1em;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #333;
  flex-wrap: wrap;
}

.cast_modal .cast_modal_content .names .role {
  line-height: 1;
  font-size: 1.3em;
  font-weight: 700;
}

.cast_modal .cast_modal_content .names .name {
  line-height: 1;
  font-size: 1em;
  font-weight: 600;
}

.cast_modal .cast_modal_content .names .name span {
  font-size: 1rem;
  color: #444;
}

.cast_modal .cast_modal_content .prof_body p {
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
}

.cast_modal .cast_modal_content .cast_modal_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #333;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease;
}

.cast_modal .cast_modal_content .cast_modal_close:hover {
  background: #f0f0f0;
}

#staff {
  background-image: url(img/bg2.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#staff .section_inner {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  #staff .section_inner {
    padding: 80px 0;
  }
}
#staff .section_inner .section_main {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #staff .section_inner .section_main {
    max-width: 500px;
    padding: 0 20px;
  }
}
#staff .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: 40px;
}

#staff .section_inner .section_main .prof_img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .prof_img {
    margin: 0 auto 40px;
  }
}
#staff .section_inner .section_main .prof_items .prof_item {
  margin-bottom: 40px;
}

#staff .section_inner .section_main .prof_items .prof_item:last-of-type {
  margin-bottom: 0;
}

#staff .section_inner .section_main .prof_items .prof_item .names {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  line-height: 1;
  gap: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .prof_items .prof_item .names {
    flex-direction: column;
    align-items: flex-start;
  }
}
#staff .section_inner .section_main .prof_items .prof_item .names .name {
  font-size: 1.2em;
  font-weight: 700;
  color: #F7CC7A;
}

#staff .section_inner .section_main .prof_items .prof_item .names .role {
  opacity: 0.8;
}

#staff .section_inner .section_main .prof_items .prof_item .prof_body p {
  line-height: 1.8;
  text-align: justify;
}

#news .section_inner {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  #news .section_inner {
    padding: 80px 0;
  }
}
#news .section_inner .section_main {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}

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

#news .section_inner .section_main .news_items .news_item {
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #news .section_inner .section_main .news_items .news_item {
    padding: 20px;
  }
}
#news .section_inner .section_main .news_items .news_item .date {
  margin-bottom: 0.75em;
}

#news .section_inner .section_main .news_items .news_item .news-title {
  font-size: 1.3em;
  font-weight: 700;
  color: #F7CC7A;
  line-height: 1.6;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #616161;
}

#news .section_inner .section_main .news_items .news_item .news-body p {
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.5em;
}

#news .section_inner .section_main .news_items .news_item .news-body p:last-of-type {
  margin-bottom: 0;
}

#news .section_inner .section_main .news_items .news_item .news-body .news_img {
  margin: 40px auto;
  max-width: 500px;
}

#news .section_inner .section_main .news_items .news_item .news-body p.cau {
  text-align: center;
  margin-top: -30px;
  font-size: 0.8em;
  opacity: 0.8;
}

#news .section_inner .section_main .news_items .news_item:last-of-type {
  margin-bottom: 0;
} 
/*breakpointes-------------------*/
/*-------------------------------*/
#comment {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}
#comment .section_inner {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #comment .section_inner {
    padding: 80px 0;
  }
}
#comment .section_inner .section_main {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main {
    padding: 0 20px;
  }
}
#comment .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #573718;
}
#comment .section_inner .section_main p.cau {
  text-align: center;
  font-size: 0.9em;
  opacity: 0.7;
  margin-bottom: 40px;
}
#comment .section_inner .section_main .comment_items .comment_item {
  border: solid 1px #CCC;
  padding: 30px 40px;
  max-width: 900px;
  margin: 0 auto 40px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .comment_items .comment_item {
    padding: 30px 20px;
    margin: 0 auto 20px;
  }
}
#comment .section_inner .section_main .comment_items .comment_item:last-of-type {
  margin-bottom: 0;
}
#comment .section_inner .section_main .comment_items .comment_item .names {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
}
#comment .section_inner .section_main .comment_items .comment_item .names .name {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 0.25em;
}
#comment .section_inner .section_main .comment_items .comment_item .names .role {
  font-size: 0.9em;
  font-weight: 700;
  color: #38230e;
}
#comment .section_inner .section_main .comment_items .comment_item .comment_body {
  line-height: 2;
}/*# sourceMappingURL=style.css.map */