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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

*:focus {
  outline: none;
}

body {
  background-color: #fff;
  font-size: 16px;
  color: #191919;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  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;
}

h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(18px, 7vw, 22px);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 40px;
  }
}

.section-default {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .section-default {
    padding: 60px 0;
  }
}
.section-default .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .section-default .section_inner {
    padding: 0 30px;
  }
}
.section-default .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-default .section_inner .section_main {
    max-width: 500px;
  }
}

.section-bigger {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .section-bigger {
    padding: 60px 0;
  }
}
.section-bigger .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .section-bigger .section_inner {
    padding: 0 20px;
  }
}
.section-bigger .section_inner .section_main {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-bigger .section_inner .section_main {
    max-width: 500px;
  }
}

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

.imgs {
  display: flex;
}
@media screen and (max-width: 768px) {
  .imgs {
    flex-direction: column;
  }
}
.imgs .imgsb {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .imgs .imgsb {
    width: 100%;
  }
}
.imgs .imgss {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .imgs .imgss {
    width: 100%;
  }
}
.imgs .imgss div {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .imgs .imgss div {
    width: 50%;
  }
}

.imgb img {
  width: 100%;
  height: 30vw;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .imgb img {
    height: 80vw;
  }
}
.imgb.imgb01 img {
  -o-object-position: 50% 38%;
     object-position: 50% 38%;
}
.imgb.imgb02 img {
  -o-object-position: 50% 9%;
     object-position: 50% 9%;
}

@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------------------------*/
.fixed_bg {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(img/bg_review.jpg);
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
}

/*-------------------------------*/
/*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: 50%;
  opacity: 0.3;
}

/*-------------------------------*/
/*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: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square li svg {
  width: 22px;
  height: 22px;
}
.share_btns-square li.cap {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.share_btns-square li.cap svg {
  width: 20px;
  height: 20px;
}
.share_btns-square li path {
  fill: #314399;
}
.share_btns-square li a {
  cursor: pointer;
  display: block;
}
.share_btns-square li a:hover {
  opacity: 0.5;
}

/*-------------------------------*/
/*noiseOverlay-------------------*/
@keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}
.noise_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg_l.png);
  background-repeat: repeat;
  background-size: 200px;
  animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .noise_overlay {
    background-size: 200px;
  }
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
@keyframes flash {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
/*-inview------------------------*/
.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.imgIn {
  filter: brightness(200%);
  transition: 2s;
  opacity: 0;
  overflow: hidden;
}
.imgIn img {
  transition: 5s;
  transform: scale(1.1);
}
.imgIn.is-inview {
  filter: brightness(100%);
  opacity: 1;
}
.imgIn.is-inview img {
  transform: scale(1);
}

.delay1 {
  transition-delay: 0.1s;
}

.delay2 {
  transition-delay: 0.2s;
}

.delay3 {
  transition-delay: 0.3s;
}

.delay4 {
  transition-delay: 0.4s;
}

.delay5 {
  transition-delay: 0.4s;
}

.delay6 {
  transition-delay: 0.4s;
}

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
/*nav----------------------------*/
.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(3px);
}
@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;
    opacity: 0;
  }
}
.nav_btn.show {
  background-image: url(img/nav_icon-close.svg);
  opacity: 1;
}
.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;
}
@media screen and (max-width: 768px) {
  .gnav {
    z-index: 103;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.8s;
    background-color: rgb(255, 255, 255);
  }
  .gnav::before {
    content: "";
    background-image: url(img/main2-pc.jpg);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.32;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav .nav_title {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnav .nav_title {
    display: block;
    position: absolute;
    bottom: 0;
    right: 6%;
    width: 82%;
    opacity: 0.32;
  }
}
.gnav.active {
  opacity: 1;
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding: 0 20px;
    margin-bottom: 80px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    z-index: 104;
  }
}
.gnav .gnav_list li a {
  font-size: 1.1em;
  display: block;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #333;
  transition: 0.2s;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    height: 50px;
    font-size: 1.2em;
    letter-spacing: 0.1em;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
  transform: translateY(1px);
}
.gnav .gnav_list li a::before {
  color: #A8A11C;
  content: "◆";
  margin-right: 0.25em;
  display: inline-block;
}

.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: #A8A11C;
  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: #ECF4F5;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 20px;
  }
}
footer .footer .title_footer {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 30px;
}
footer .footer .release_footer {
  opacity: 0.6;
  width: 15%;
  max-width: 120px;
  margin: 0 auto 0px;
}

#top {
  width: 100%;
  height: 55vw;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #top {
    height: 181vw;
  }
}
#top .main1 {
  position: absolute;
  width: 43.7%;
  top: 0%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  #top .main1 {
    width: 100%;
    top: 0%;
    left: 0%;
  }
}
#top .main1 {
  overflow: hidden;
  opacity: 0;
  transition: 2s;
}
#top .main1 img {
  transition: 4s;
  transform: scale(1.1);
}
#top .main1.active {
  opacity: 1;
}
#top .main1.active img {
  transform: scale(1);
}
#top .main2 {
  position: absolute;
  width: 83.91%;
  bottom: 0;
  left: 16.04%;
}
@media screen and (max-width: 768px) {
  #top .main2 {
    width: 100%;
    left: 0%;
  }
}
#top .title {
  position: absolute;
  width: 37.76%;
  top: 23.92%;
  left: 51.51%;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 74.93%;
    top: 42.44%;
    left: 5.07%;
  }
}
#top .title {
  opacity: 0;
  transition: 2s;
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  #top .title {
    transform: translateX(-10px);
  }
}
#top .title.active {
  transform: translateX(0px);
  opacity: 1;
}
#top .logo_m {
  position: absolute;
  width: 9.11%;
  top: 4.24%;
  left: 2.71%;
}
@media screen and (max-width: 768px) {
  #top .logo_m {
    width: 19.73%;
    top: 1.62%;
    left: 3.2%;
  }
}
#top .logo_m {
  opacity: 0;
  transition: 1s;
  transform: translateX(10px);
}
#top .logo_m.active {
  transform: translateX(0px);
  opacity: 1;
}
#top .credit {
  position: absolute;
  width: 10.89%;
  top: 31.83%;
  left: 2.97%;
}
@media screen and (max-width: 768px) {
  #top .credit {
    width: 23.2%;
    top: 21.88%;
    left: 3.2%;
  }
}
#top .credit {
  opacity: 0;
  transition: 1s;
  transform: translateX(10px);
}
#top .credit.active {
  transform: translateX(0px);
  opacity: 1;
}
#top .copy_yoko {
  position: absolute;
  width: 25.94%;
  top: 45.2%;
  left: 45.99%;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 61.33%;
    top: 52.57%;
    left: 34.13%;
  }
}
#top .copy_yoko {
  opacity: 0;
  transition: 1s;
  transform: translateX(-10px);
}
#top .copy_yoko.active {
  transform: translateX(0px);
  opacity: 1;
}
#top .copy_tate {
  position: absolute;
  width: 1.05%;
  top: 12.9%;
  left: 93.96%;
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 2.49%;
    top: 4.7%;
    left: 91.47%;
  }
}
#top .copy_tate {
  opacity: 0;
  transition: 2s;
  transform: translateY(10px);
}
#top .copy_tate.active {
  transform: translateY(0px);
  opacity: 1;
}
#top .awards {
  position: absolute;
  width: 28.18%;
  top: 61.11%;
  left: 2.81%;
}
@media screen and (max-width: 768px) {
  #top .awards {
    width: 91.2%;
    top: 80.47%;
    left: 4.27%;
  }
}
#top .awards {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
#top .awards.active {
  transform: translateY(0px);
  opacity: 1;
}
#top .release {
  position: absolute;
  width: 53.35%;
  top: 69.61%;
  left: 2.9%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 90.79%;
    top: 75.62%;
    left: 4.41%;
  }
}
#top .release {
  opacity: 0;
  transition: 2s;
  transform: translateY(10px);
}
#top .release.active {
  transform: translateY(0px);
  opacity: 1;
}
#top .billing_jp {
  position: absolute;
  width: 72.14%;
  top: 78.06%;
  left: 2.66%;
}
@media screen and (max-width: 768px) {
  #top .billing_jp {
    width: 90.4%;
    top: 86.93%;
    left: 4.27%;
  }
}
#top .billing_jp {
  opacity: 0;
  transition: 2s;
  transform: translateY(10px);
}
#top .billing_jp.active {
  transform: translateY(0px);
  opacity: 1;
}
#top .billing_en {
  position: absolute;
  width: 70.1%;
  top: 84.46%;
  left: 2.66%;
}
@media screen and (max-width: 768px) {
  #top .billing_en {
    width: 91.2%;
    top: 92.45%;
    left: 4.27%;
  }
}
#top .billing_en {
  opacity: 0;
  transition: 2s;
  transform: translateY(10px);
}
#top .billing_en.active {
  transform: translateY(0px);
  opacity: 1;
}
#top .billing_logos {
  position: absolute;
  width: 75.21%;
  top: 95.57%;
  left: 2.66%;
}
@media screen and (max-width: 768px) {
  #top .billing_logos {
    width: 91.2%;
    top: 96.71%;
    left: 4.27%;
  }
}
#top .billing_logos {
  opacity: 0;
  transition: 2s;
  transform: translateY(10px);
}
#top .billing_logos.active {
  transform: translateY(0px);
  opacity: 1;
}

#info {
  padding: 40px 40px 80px;
  background: rgba(168, 161, 28, 0.1);
}
@media screen and (max-width: 768px) {
  #info {
    padding: 30px 20px 30px;
  }
}
#info .btns {
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}
#info .btns li a {
  line-height: 30px;
  padding: 0 2em 0 1.5em;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
  background: rgb(255, 255, 255);
}
#info .btns li a svg {
  width: 1.3em;
}
#info .btns li a path {
  fill: #314399;
}
#info .btns li a p {
  margin-left: 0.5em;
  padding: 0.75em 0 0.8em 0.75em;
  border-left: dashed 1px #314399;
  display: block;
  height: 100%;
  text-align: center;
  color: #314399;
  min-width: 160px;
}
#info .btns li a:hover {
  background: rgba(255, 255, 255, 0.32);
}
#info .shares {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #info .shares {
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }
}
#info .mvtk #mvtk-widgets-container {
  margin: 30px auto 30px;
}

.copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
  }
}

/*trailer------------------------*/
#trailer h2 {
  text-align: center;
  margin-bottom: 10px;
}
#trailer .youtube_outer {
  max-width: 900px;
  margin: 30px auto 40px;
}
@media screen and (max-width: 768px) {
  #trailer .youtube_outer {
    max-width: 500px;
    margin-bottom: 20px;
  }
}
#trailer .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #trailer .youtube_outer .youtube_embed {
    border-radius: 5px;
  }
}
#trailer .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer .trailer_tabs {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2px;
}
#trailer .trailer_tabs li {
  cursor: pointer;
  border-radius: 8px;
  width: calc(50% - 1px);
  margin: 0;
  height: 3em;
  display: block;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #399099;
  color: #FFF;
  background-color: #3D3000;
  font-weight: 700;
  font-size: 0.9em;
  transition: 0.4s;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_tabs li {
    border-radius: 5px;
    height: 3em;
  }
}
#trailer .trailer_tabs li:hover {
  opacity: 0.8;
}
#trailer .trailer_tabs .tab.active {
  color: #333;
  background-color: #399099;
  pointer-events: none;
}
#trailer .trailer_tabs .tab.active::before {
  content: "● ";
}

/*-------------------------------*/
#story {
  background-color: rgba(255, 255, 255, 0.9);
}
#story .section_inner .section_main h2 {
  color: #314399;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main h2 {
    margin-bottom: 20px;
  }
}

#intro {
  background: rgba(212, 215, 236, 0.6);
}
#intro .section_inner .section_main h2 {
  color: #A8A11C;
  text-align: center;
}
#intro .section_inner .section_main h3 {
  color: #399099;
  text-align: center;
  line-height: 1.6;
  font-size: 1.2em;
  margin-bottom: 30px;
}
#intro .section_inner .section_main h3 p {
  margin-bottom: 0.5em;
}
#intro .section_inner .section_main h3 p span {
  display: inline-block;
}

#director {
  background-image: url(img/bg_director.jpg);
  background-size: cover;
  background-position: center center;
}
#director .section_inner .section_main h2 {
  text-align: center;
  color: #314399;
}

.prof_items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.prof_items .prof_item {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .prof_items .prof_item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.prof_items .prof_item .prof_img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .prof_items .prof_item .prof_img {
    width: 200px;
  }
}
.prof_items .prof_item .prof_texts {
  flex: 1;
}
.prof_items .prof_item .prof_texts .prof_names {
  border-bottom: dashed 1px #399099;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.prof_items .prof_item .prof_texts .prof_names .prof_names-jp {
  display: flex;
  gap: 1em;
  align-items: flex-end;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .prof_items .prof_item .prof_texts .prof_names .prof_names-jp {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4em;
  }
}
.prof_items .prof_item .prof_texts .prof_names .prof_names-jp .prof_role {
  font-size: 0.9em;
}
.prof_items .prof_item .prof_texts .prof_names .prof_names-jp .prof_name {
  font-size: 1.1em;
  color: #399099;
  font-weight: 400;
}
.prof_items .prof_item .prof_texts .prof_names .prof_name-en {
  font-size: 0.8em;
  color: #A8A11C;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .prof_items .prof_item .prof_texts .prof_names .prof_name-en {
    letter-spacing: 0.25em;
  }
}
.prof_items .prof_item .prof_texts .prof_names .prof_name-en::before {
  content: "◆";
}
.prof_items .prof_item .prof_texts .prof_body p {
  line-height: 1.8;
  text-align: justify;
}

#cast {
  background: rgba(235, 253, 255, 0.774);
  backdrop-filter: blur(10px);
}
#cast .section_inner .section_main h2 {
  text-align: center;
  color: #314399;
}

#review .section_inner .section_main {
  text-align: center;
}
#review .section_inner .section_main h2 {
  color: #A8A11C;
}
#review .section_inner .section_main .review_items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#review .section_inner .section_main .review_items .review_item .review_body {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
}
#review .section_inner .section_main .review_items .review_item .review_body p {
  margin-bottom: 0.6em;
}
#review .section_inner .section_main .review_items .review_item .review_body p:last-of-type {
  margin-bottom: 0;
}
#review .section_inner .section_main .review_items .review_item .review_body span {
  display: inline-block;
}
#review .section_inner .section_main .review_items .review_item hr {
  border: 0;
  width: 20px;
  height: 2px;
  background-color: #A8A11C;
  margin: 1em auto;
}
#review .section_inner .section_main .review_items .review_item .reviewed_by {
  color: #399099;
  font-weight: 400;
}

#comment {
  background-color: rgba(201, 214, 211, 0.5);
  backdrop-filter: blur(5px);
}
#comment .section_inner .section_main h2 {
  text-align: center;
}

.comment_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.comment_list li {
  padding: 0.5em;
}
.comment_list li a {
  color: #314399;
}

.comment-cau {
  text-align: center;
  opacity: 0.8;
  font-size: 0.9em;
  margin-bottom: 40px;
}

.comment_items .comment_item {
  margin-bottom: 60px;
  background-color: rgb(255, 255, 255);
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .comment_items .comment_item {
    padding: 20px;
  }
}
.comment_items .comment_item:last-of-type {
  margin-bottom: 0;
}
.comment_items .comment_item .comment_names {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .comment_items .comment_item .comment_names {
    flex-direction: column;
    align-items: flex-end;
  }
}
.comment_items .comment_item .comment_names .comment_name {
  font-size: 1.5em;
  color: #314399;
  text-align: right;
}
.comment_items .comment_item .comment_names .comment_role {
  opacity: 0.8;
  font-size: 0.9em;
  text-align: right;
  color: #399099;
}
.comment_items .comment_item .comment_names .comment_role span {
  display: inline-block;
}
.comment_items .comment_item .comment_names .comment_cau {
  font-size: 0.8em;
  opacity: 0.7;
}
.comment_items .comment_item .comment_body {
  margin-bottom: 20px;
}
.comment_items .comment_item .comment_body p {
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0.6em;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .comment_items .comment_item .comment_body p {
    margin-bottom: 0.4em;
  }
}
.comment_items .comment_item .comment_body p:last-of-type {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */