@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: #333;
  background-color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #FFF 0%, #FFF 66.83%, #FFFDE4 100%);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    background: linear-gradient(90deg, #FFF 0%, #FFF 72.12%, #FFFDE9 100%);
  }
}

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;
}

h2 {
  color: #093378;
  font-family: "Bellota Text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.imgs {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .imgs {
    transform: translateY(0);
    margin-top: -40px;
    width: 100%;
    padding: 0 20px;
    max-width: 450px;
  }
}
.imgs div {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .imgs div {
    width: 80%;
    margin: 0 auto -10px 0;
  }
  .imgs div:nth-of-type(2n) {
    margin: 0 0 -10px auto;
  }
}

.imgs-b {
  display: flex;
  flex-wrap: wrap;
}
.imgs-b div {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .imgs-b div {
    width: 50%;
  }
}

@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;
  }
}

/*fixed_bg------------------------*/
/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  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 {
  max-width: 300px;
  width: 60%;
  opacity: 0.5;
}

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

.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: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square::before {
  font-family: "Bellota Text", sans-serif;
  font-weight: 400;
  font-style: normal;
  content: "Share:";
  letter-spacing: 0.1em;
  padding-right: 5px;
  font-size: 0.9em;
  text-transform: uppercase;
}
.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;
  }
}
.share_btns-square li img {
  transition: 0.2s;
}
.share_btns-square li img:hover {
  opacity: 0.5;
}

/*-------------------------------*/
/*-------------------------------*/
/*noiseOverlay-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-inview------------------------*/
.fadeIn {
  opacity: 0;
  transition: 0.5s;
}
.fadeIn.is-inview {
  opacity: 1;
}

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

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

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
/*nav----------------------------*/
.nav_bar {
  background: linear-gradient(90deg, #FFF 0%, #fff5da 10%, #e6df6b 50%, #c7b02e 100%);
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  height: 60px;
  position: fixed;
}

.nav_title {
  z-index: 105;
  max-width: 140px;
  position: fixed;
  top: 10px;
  left: 10px;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .nav_title {
    max-width: 100px;
  }
}
.nav_title.active {
  opacity: 1;
}

.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
}
@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.5s;
  }
}
.nav_btn.show {
  background-image: url(img/nav_icon-close.svg);
  opacity: 0.8;
}
.nav_btn.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .nav_btn.active {
    opacity: 1;
  }
}

.gnav {
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 60px;
  transition: 1s;
  background: linear-gradient(90deg, #FFF 0%, #fff5da 10%, #e6df6b 50%, #c7b02e 100%);
  font-family: serif;
}
@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.5s;
  }
  .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;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
}
.gnav .gnav_list li a, .gnav .gnav_list li #btn_trailer-menu {
  display: block;
  cursor: pointer;
  padding: 0 0.25em;
  transition: 0.2s;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #333;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a, .gnav .gnav_list li #btn_trailer-menu {
    height: 50px;
    font-size: 1.2em;
    padding: 0;
  }
}
.gnav .gnav_list li a:hover, .gnav .gnav_list li #btn_trailer-menu:hover {
  opacity: 0.6;
  transform: translateY(2px);
}

.top_btn {
  z-index: 99;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transform: scale(1, 0.6);
  color: #9F8549;
  cursor: pointer;
}
.top_btn:hover {
  transform: scale(1, 0.6) translateY(2px);
}
.top_btn.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top_btn.active {
    opacity: 1;
  }
}

/*-------------------------------*/
footer .footer {
  background-image: url(img/bg_footer.jpg);
  background-size: cover;
  background-position: center center;
  transition: 1s;
  padding: 50px;
}
footer .footer .title {
  max-width: 331px;
  width: 70%;
  margin: 0 auto 30px;
}
footer .footer .release {
  max-width: 186px;
  width: 15%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  footer .footer .release {
    max-width: 140px;
    width: 30%;
  }
}
footer .footer .shares {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  footer .footer .shares {
    padding-bottom: 0px;
    flex-direction: column;
    align-items: center;
  }
}

#top {
  overflow: hidden;
  position: relative;
  margin-top: 60px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #top {
    height: 240vw;
  }
}
#top .main {
  width: 73%;
  position: relative;
  transform: scale(1.1);
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #top .main {
    width: 100%;
  }
}
#top .main.active {
  transform: scale(1);
  opacity: 1;
}
#top .copy_tate {
  position: absolute;
  width: 5%;
  right: 65%;
  top: 36%;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 9%;
    right: 53%;
    top: 21%;
  }
}
#top .copy_tate.active {
  transform: translateY(0px);
  opacity: 1;
}
#top .title {
  position: absolute;
  width: 30%;
  right: 4%;
  top: 20%;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 70%;
    right: 15%;
    top: 46%;
  }
}
#top .title.active {
  opacity: 1;
}
#top .release {
  position: absolute;
  width: 12%;
  right: 4%;
  top: 46%;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 40%;
    right: 28%;
    top: 61%;
  }
}
#top .release.active {
  opacity: 1;
}
#top .copy_yoko {
  position: absolute;
  width: 35%;
  right: 4%;
  top: 57%;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 90%;
    right: 5%;
    top: 69%;
  }
}
#top .copy_yoko.active {
  opacity: 1;
}
#top .billing {
  position: absolute;
  width: 47%;
  right: 4%;
  top: 66%;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #top .billing {
    width: 80%;
    right: 10%;
    top: 84%;
  }
}
#top .billing.active {
  opacity: 1;
}
#top .award {
  position: absolute;
  top: 4%;
  right: 3%;
  width: 16%;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #top .award {
    width: 38%;
    top: 2%;
    right: 3%;
  }
  #top .award img {
    filter: drop-shadow(2px 2px 5px #000);
  }
}
#top .award.active {
  opacity: 1;
}

#info {
  background-color: #000;
  padding: 40px;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 20px 20px 30px;
  }
}
#info a.bnr_n {
  display: block;
  max-width: 320px;
  width: 80%;
  margin: 0 auto 0px;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #info a.bnr_n {
    width: 280px;
    margin: 0 auto 0px;
  }
}
#info a.bnr_n img {
  transition: 0.2s;
}
#info a.bnr_n img:hover {
  opacity: 0.5;
}
#info .btns {
  display: flex;
  margin: 0 auto 30px;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #info .btns {
    flex-wrap: wrap;
    gap: 14px;
  }
}
#info .btns .btn-trailer, #info .btns a {
  display: block;
  max-width: 235px;
  width: 40%;
  cursor: pointer;
  background: linear-gradient(90deg, #FFF 0%, #fff5da 10%, #e6df6b 50%, #c7b02e 100%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #info .btns .btn-trailer, #info .btns a {
    width: 230px;
  }
}
#info .btns .btn-trailer:hover, #info .btns a:hover {
  opacity: 0.7;
}
#info .mvtk #mvtk-widgets-container {
  margin: 0 auto 30px;
}

#trailer {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: linear-gradient(145deg, #ffffff 0%, #f8d47a 25%, #fff1cf 50%, #ceb97f 75%, #fff3b0 100%);
}
#trailer .trailer_inner {
  height: 100%;
  height: 100svh;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#trailer .trailer_inner .trailer_main {
  max-width: inherit;
  position: relative;
  z-index: 4;
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: auto;
  max-width: 150vh;
}
#trailer .trailer_inner .trailer_main .youtube_outer {
  margin: 0 auto;
  max-width: calc(100% - 8em);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
    border-radius: 0px;
  }
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer .trailer_inner .overlay_trailer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: 1;
}
#trailer .close_btn_trailer {
  position: fixed;
  cursor: pointer;
  z-index: 9998;
  top: 20px;
  right: 0px;
  width: 120px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer {
    width: 70px;
    height: 42px;
    top: 10px;
    right: 0px;
  }
}
#trailer .close_btn_trailer span {
  position: absolute;
  display: block;
  height: 1px;
  background-color: #333;
  transition: 0.3s;
  width: 120px;
  transform: rotate(-32deg) translate(-7px, 12px);
}
@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer span {
    width: 70px;
    transform: rotate(-32deg) translate(-7px, 12px);
  }
}
#trailer .close_btn_trailer span:last-of-type {
  transform: rotate(32deg) translate(7px, 12px);
}
@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer span:last-of-type {
    transform: rotate(32deg) translate(7px, 12px);
  }
}
#trailer .close_btn_trailer:hover span {
  transform: rotate(-26deg) translate(-6px, 13px);
}
#trailer .close_btn_trailer:hover span:last-of-type {
  transform: rotate(26deg) translate(6px, 13px);
}

.trailer_tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4px;
}
.trailer_tab li {
  width: calc(50% - 2px);
  margin: 0;
}
.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;
  color: #333;
  background-color: #e0d3bf;
  font-weight: 900;
  border-radius: 5px;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    height: 3em;
  }
}
.trailer_tab .tab.active a {
  color: #333;
  background-color: #9F8549;
}
.trailer_tab .tab.active a::before {
  content: "● ";
}
.trailer_tab .tab.active a:hover {
  transition: 0.4s;
}

#intro {
  z-index: 2;
}
#intro .section_inner {
  background-image: url(img/bg_note.jpg);
  background-repeat: repeat;
  background-size: 400px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner {
    padding: 0;
    padding-bottom: 40px;
    padding-top: 20px;
    overflow: hidden;
  }
}
#intro .section_inner .section_main {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
  padding-top: 5%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    padding: 0;
    max-width: 500px;
  }
}
#intro .section_inner .section_main .intro_imgs {
  width: 75%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .intro_imgs {
    width: 100%;
  }
}
#intro .section_inner .section_main .intro_imgs .intro_img {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  transform: rotate(-9deg) translateZ(0);
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .intro_imgs .intro_img {
    transform: rotate(-3deg) translateZ(0);
  }
}
#intro .section_inner .section_main .intro_imgs .intro_texts {
  transform: rotate(-9deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .intro_imgs .intro_texts {
    transform: rotate(-3deg);
  }
}
#intro .section_inner .section_main .intro_imgs h2 {
  position: absolute;
  width: 110px;
  top: 10%;
  right: -10%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .intro_imgs h2 {
    position: relative;
    width: 246px;
    top: 0;
    right: unset;
    margin-left: 20px;
    padding-bottom: 40px;
  }
}
#intro .section_inner .section_main .intro_imgs .arrow {
  position: absolute;
  width: 160px;
  top: 40%;
  right: -25%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .intro_imgs .arrow {
    position: relative;
    width: 90px;
    right: 0;
    left: 240px;
    top: -110px;
  }
}
#intro .section_inner .section_main .text_body {
  position: absolute;
  bottom: -5%;
  right: 0;
  width: 67%;
  background: #FFF;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 50px 50px;
  line-height: 2;
  font-weight: 700;
  transform: rotate(3deg);
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .text_body {
    transform: rotate(0deg);
    width: calc(100% - 20px);
    padding: 20px;
    margin: 0 auto;
    position: relative;
    margin-top: -106px;
  }
}
#intro .section_inner .section_main .text_body h3 {
  margin-bottom: 20px;
}
#intro .section_inner .section_main .text_body p span {
  --marker-color: #fff000; /* 好きな色に変更OK */
  --marker-height: 1em; /* 下からどれだけ塗るか（80%目安） */
  background: linear-gradient(var(--marker-color), var(--marker-color)) no-repeat;
  background-size: 100% var(--marker-height);
  background-position: 0 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#story .section_inner {
  background-image: url(img/bg_bd.jpg);
  background-size: cover;
  background-position: center center;
  padding: 200px 50px;
}
@media screen and (max-width: 768px) {
  #story .section_inner {
    padding: 80px 20px 120px;
  }
}
#story .section_inner .section_main h2 {
  width: 317px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main h2 {
    width: 159px;
  }
}
#story .section_inner .section_main p {
  font-weight: 700;
  color: #FFF;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main p {
    text-align: left;
    margin-bottom: 1em;
  }
}

#cast, #staff {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #cast, #staff {
    max-width: 500px;
    padding: 0 30px;
  }
}
#cast .section_inner, #staff .section_inner {
  padding: 0px 0 120px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner, #staff .section_inner {
    padding: 80px 0;
  }
}
#cast .section_inner .section_main h2, #staff .section_inner .section_main h2 {
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main h2, #staff .section_inner .section_main h2 {
    text-align: center;
  }
}
#cast .section_inner .section_main .prof-item, #staff .section_inner .section_main .prof-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof-item, #staff .section_inner .section_main .prof-item {
    flex-wrap: wrap;
  }
}
#cast .section_inner .section_main .prof-item:last-of-type, #staff .section_inner .section_main .prof-item:last-of-type {
  margin-bottom: 0;
}
#cast .section_inner .section_main .prof-item .prof-img, #staff .section_inner .section_main .prof-item .prof-img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof-item .prof-img, #staff .section_inner .section_main .prof-item .prof-img {
    margin: 0 auto 1em;
  }
}
#cast .section_inner .section_main .prof-item .prof-texts, #staff .section_inner .section_main .prof-item .prof-texts {
  width: calc(100% - 290px);
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof-item .prof-texts, #staff .section_inner .section_main .prof-item .prof-texts {
    width: 100%;
  }
}
#cast .section_inner .section_main .prof-item .prof-texts .name, #staff .section_inner .section_main .prof-item .prof-texts .name {
  font-family: serif;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0.5em;
  background: linear-gradient(45deg, #806d05 0%, #aa994c 12%, #d6a84f 26%, #be9429 40%, #8d8253 60%, #b8870b 78%, #6e6530 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; /* Firefox */
  -webkit-text-fill-color: transparent; /* Safari/Chrome 安全策 */
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  #cast .section_inner .section_main .prof-item .prof-texts .name, #staff .section_inner .section_main .prof-item .prof-texts .name {
    color: #d6a84f;
  }
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof-item .prof-texts .name, #staff .section_inner .section_main .prof-item .prof-texts .name {
    text-align: center;
  }
}
#cast .section_inner .section_main .prof-item .prof-texts .name span, #staff .section_inner .section_main .prof-item .prof-texts .name span {
  font-size: 0.6em;
}
#cast .section_inner .section_main .prof-item .prof-texts .prof-body, #staff .section_inner .section_main .prof-item .prof-texts .prof-body {
  line-height: 1.7;
  text-align: justify;
}
#cast .section_inner .section_main .prof-item .comment_btn, #staff .section_inner .section_main .prof-item .comment_btn {
  text-transform: uppercase;
  width: 160px;
  color: #FFF;
  padding: 0.75em 0 0.75em 0.75em;
  text-align: center;
  letter-spacing: 0.25em;
  margin: 0.5em 0 0 auto;
  border-radius: 20px;
  background: #aa994c;
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#cast .section_inner .section_main .prof-item .comment_btn:after, #staff .section_inner .section_main .prof-item .comment_btn:after {
  content: "";
  background-image: url(img/icon_window.svg);
  background-size: 1em;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof-item .comment_btn, #staff .section_inner .section_main .prof-item .comment_btn {
    margin: 0 auto 1em;
  }
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof-item .comment_btn, #staff .section_inner .section_main .prof-item .comment_btn {
    position: relative;
  }
}
#cast .section_inner .section_main .prof-item .comment_btn:hover, #staff .section_inner .section_main .prof-item .comment_btn:hover {
  background: #d8c56e;
}
#cast .section_inner .section_main .prof-item.noimg .prof-texts, #staff .section_inner .section_main .prof-item.noimg .prof-texts {
  width: 100%;
}

.modal_comment {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.modal_comment.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal_inner {
  max-width: 1100px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #fff;
  border: solid 1px #e4e2c7;
  border-radius: 20px;
  position: relative;
  padding: 50px 50px 30px 50px;
}
@media screen and (max-width: 768px) {
  .modal_inner {
    max-width: 500px;
    padding: 40px 20px 40px 20px;
    max-height: calc(100% - 40px);
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);
    width: calc(100% - 40px);
  }
}
.modal_inner .modal_content .modal_title {
  text-align: right;
  text-transform: uppercase;
  color: #55482c;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .modal_inner .modal_content .modal_title {
    text-align: center;
    margin-bottom: 1em;
  }
}
.modal_inner .modal_content .modal_name {
  font-family: serif;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  background: linear-gradient(45deg, #806d05 0%, #aa994c 12%, #d6a84f 26%, #be9429 40%, #8d8253 60%, #b8870b 78%, #6e6530 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; /* Firefox */
  -webkit-text-fill-color: transparent; /* Safari/Chrome 安全策 */
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .modal_inner .modal_content .modal_name {
    color: #d6a84f;
  }
}
@media screen and (max-width: 768px) {
  .modal_inner .modal_content .modal_name {
    text-align: center;
  }
}
.modal_inner .modal_content .modal_name span {
  font-size: 0.7em;
}
.modal_inner .modal_content .modal_body {
  line-height: 1.6;
  border-top: dashed 1px #e4e2c7;
  border-bottom: dashed 1px #e4e2c7;
  margin: 1em 0;
  padding: 1em 0;
}
.modal_inner .p-close {
  margin-top: 30px;
  text-align: center;
  color: #55482c;
  letter-spacing: 0.1em;
  cursor: pointer;
  letter-spacing: 0.2em;
  margin-left: -0.5em;
}
.modal_inner .p-close::before {
  content: "×";
}/*# sourceMappingURL=style.css.map */