/* 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: 18px;
  color: #FFF;
  background-color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000;
}
@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: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(24px, 7vw, 120px);
  text-transform: uppercase;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 15vw;
  }
}

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

.imgs5 {
  display: flex;
  flex-wrap: wrap;
}
.imgs5 div {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .imgs5 div {
    width: 50%;
  }
  .imgs5 div:first-of-type {
    width: 100%;
  }
}
@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.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 .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: 500px;
  width: 70%;
  opacity: 0.5;
}

/*-------------------------------*/
/*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: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  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-------------------*/
.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;
}
@keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}
@media screen and (max-width: 768px) {
  .noise_overlay {
    background-size: 200px;
  }
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*nav----------------------------*/
.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;
  }
}

.nav_bar {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
}
@media screen and (max-width: 768px) {
  .nav_bar {
    display: block;
  }
}

.gnav {
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 60px;
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .gnav {
    background-color: rgba(0, 0, 0, 0.95);
    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;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}
.gnav .gnav_list li a {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  display: block;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #FFF;
  letter-spacing: 0.1em;
  transition: 0.2s;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 2em;
    margin-bottom: 5px;
    padding: 10px 0;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
  transform: translateY(1px);
}
.gnav .gnav_list li a img {
  height: 22px;
  width: auto;
}

.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: #FFF;
  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-color: rgba(30, 30, 30, 0.8);
  padding: 40px 80px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 30px 20px 40px;
  }
}
footer .footer .title {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 0px;
  opacity: 0.6;
}
footer .footer .release {
  opacity: 0.6;
  width: 15%;
  max-width: 80px;
  margin: 0 auto 30px;
  filter: drop-shadow(0 0 34px #FF8000) drop-shadow(0 0 14px #FF8000);
}
@media screen and (max-width: 768px) {
  footer .footer .release {
    margin-bottom: 20px;
  }
}
footer .footer .billing {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

#top .nav_spacer {
  height: 60px;
  width: 100%;
}
#top .main_inner {
  position: relative;
  overflow: hidden;
}
#top .main_img {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: 0.4s;
  transform: scale(1.1);
}
#top .main_img.active {
  opacity: 1;
  transform: scale(1);
}
#top .copy_tate01 {
  position: absolute;
  width: 11.61%;
  top: 0%;
  left: 88.33%;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(20px);
}
@media screen and (max-width: 768px) {
  #top .copy_tate01 {
    width: 17.29%;
    top: 0%;
    left: 82.67%;
  }
}
#top .copy_tate01.active {
  opacity: 1;
  transform: translateX(0px);
}
#top .copy_tate02 {
  position: absolute;
  width: 11.04%;
  top: 0%;
  left: 0%;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(20px);
}
@media screen and (max-width: 768px) {
  #top .copy_tate02 {
    width: 16.46%;
    top: 0%;
    left: 0%;
  }
}
#top .copy_tate02.active {
  opacity: 1;
  transform: translateX(0px);
}
#top .copy_yoko {
  position: absolute;
  width: 35.16%;
  top: 3.8%;
  left: 9.64%;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(-20px);
}
@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 97.6%;
    top: 91.13%;
    left: 1.08%;
  }
}
#top .copy_yoko.active {
  opacity: 1;
  transform: translateX(0px);
}
#top .starring {
  position: absolute;
  width: 22.76%;
  top: 64%;
  left: 38.59%;
  filter: drop-shadow(0 0 14px #000) drop-shadow(0 0 34px #000);
  opacity: 0;
  transition: 0.3s;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #top .starring {
    width: 49.73%;
    top: 63.85%;
    left: 25.13%;
  }
}
#top .starring.active {
  opacity: 1;
  transform: scale(1);
}
#top .title_en {
  position: absolute;
  width: 62.6%;
  top: 62.8%;
  left: 19.01%;
  opacity: 0;
  transition: 2s;
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  #top .title_en {
    width: 90.43%;
    top: 65.57%;
    left: 4.78%;
  }
}
#top .title_en.active {
  opacity: 1;
  transform: scale(1);
}
#top .title_jp {
  position: absolute;
  width: 45.05%;
  top: 69.9%;
  left: 27.76%;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #top .title_jp {
    width: 65.1%;
    top: 69.03%;
    left: 17.45%;
  }
}
#top .title_jp.active {
  opacity: 1;
  transform: translateY(0px);
}
#top .release {
  position: absolute;
  width: 12.03%;
  top: 84.3%;
  left: 86.35%;
  filter: drop-shadow(0 0 34px #FF8000) drop-shadow(0 0 14px #FF8000);
  opacity: 0;
  transition: 0.3s;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 20.53%;
    top: 82.94%;
    left: 41.34%;
  }
}
#top .release.active {
  opacity: 1;
  transform: scale(1);
}

#info {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 30px 20px 40px;
  }
}
#info .btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #info .btns {
    margin-bottom: 30px;
  }
}
#info .btns li > a,
#info .btns #btn_trailer {
  position: relative;
  display: block;
  max-width: 250px;
  cursor: pointer;
}
#info .btns li > a::before, #info .btns li > a::after,
#info .btns #btn_trailer::before,
#info .btns #btn_trailer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FF4D00;
  transform: scaleX(1);
  transition: transform 0.4s ease;
}
#info .btns li > a::before,
#info .btns #btn_trailer::before {
  top: 0;
  left: 0;
  transform-origin: right center;
}
#info .btns li > a::after,
#info .btns #btn_trailer::after {
  bottom: 0;
  left: 0;
  transform-origin: left center;
}
#info .btns li > a:hover::before, #info .btns li > a:hover::after,
#info .btns #btn_trailer:hover::before,
#info .btns #btn_trailer:hover::after {
  transform: scaleX(0);
}
#info .tkt {
  margin: 0 auto 40px;
  max-width: 840px;
}
#info .tkt-des {
  max-width: 700px;
  width: 80%;
  margin: 0 auto 20px;
}
#info .btn_tkt {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#info .btn_tkt li {
  width: calc(33.33% - 16px);
  max-width: 320px;
  border: solid 1px #a8a8a8;
}
@media screen and (max-width: 768px) {
  #info .btn_tkt li {
    width: 90%;
  }
}
#info .btn_tkt li a {
  display: block;
  transition: 0.2s;
}
#info .btn_tkt li a:hover {
  opacity: 0.8;
}
#info .shares {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #info .shares {
    padding-bottom: 0px;
    flex-direction: column;
    align-items: center;
  }
}

#trailer {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.8);
}
#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: #FFF;
  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);
}

#intro {
  background-image: url(img/bg_story2.jpg);
  background-size: cover;
}
#intro .section_bg {
  position: sticky;
  width: 100%;
  top: 60px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #intro .section_bg {
    position: relative;
    top: 0;
    z-index: 1;
  }
}
#intro .section_bg img {
  height: 100vh;
  height: 100lvh;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
@media screen and (max-width: 768px) {
  #intro .section_bg img {
    height: auto;
  }
}
#intro h2 {
  opacity: 0.18;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #intro h2 {
    position: absolute;
    top: 10px;
    right: 10px;
    writing-mode: sideways-rl;
  }
}
#intro .section_inner {
  z-index: 2;
  position: relative;
}
#intro .section_inner .section_main {
  padding: 0px 0px 20vh;
  width: 50%;
  margin: 0 5% 0 auto;
  margin-top: -80vh;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    width: 100%;
    padding: 0 20px 40px;
    margin-top: 0;
  }
}
#intro .section_inner .section_main h3 {
  margin: -30px auto 16px;
}
#intro .section_inner .section_main h4 {
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h4 {
    width: 100%;
  }
}
#intro .section_inner .section_main .text_body {
  margin-bottom: 40px;
}
#intro .section_inner .section_main .text_body p {
  color: #000;
  font-weight: 800;
  font-style: italic;
}
#intro .section_inner .section_main .imgs2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .imgs2 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
#intro .section_inner .section_main .imgs2 img {
  width: 48%;
  height: auto;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .imgs2 img {
    width: 50%;
    margin-bottom: 0;
  }
}
#intro .section_inner .section_main .imgs2 img:last-of-type {
  margin-top: 5%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .imgs2 img:last-of-type {
    margin-top: 0;
  }
}

#story {
  position: relative;
}
#story .section_inner {
  padding: 120px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #story .section_inner {
    padding: 80px 20px;
  }
}
#story .section_inner .section_main {
  margin: 0 auto;
  text-align: center;
}
#story .section_inner .section_main h2 {
  writing-mode: sideways-rl;
  color: #afafaf;
  opacity: 0.5;
  text-align: center;
  margin: 0 auto 40px;
  display: inline-block;
}
#story .section_inner .section_main h3 {
  margin: 0 auto 30px;
  max-width: 600px;
}
#story .section_inner .section_main .text_body p {
  font-weight: 800;
  font-style: italic;
  opacity: 0.9;
  line-height: 2.4;
  text-align: center;
}

#casta {
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-position: center center;
}
#casta .section_inner {
  padding: 80px 50px;
}
@media screen and (max-width: 768px) {
  #casta .section_inner {
    padding: 60px 20px;
  }
}
#casta .section_inner .section_main {
  margin-bottom: 80px;
}
#casta .section_inner .section_main#cast {
  margin-bottom: 0;
}
#casta .section_inner .section_main .prof_box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#casta .section_inner .section_main .prof_box h2.title_staff {
  opacity: 0.7;
  position: absolute;
  top: -50px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_box h2.title_staff {
    top: -30px;
    left: -10px;
  }
}
#casta .section_inner .section_main .prof_box h2.title_staff img {
  height: 220px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_box h2.title_staff img {
    height: 112px;
    width: auto;
  }
}
#casta .section_inner .section_main .prof_box h2.title_cast {
  opacity: 0.7;
  position: absolute;
  top: -50px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_box h2.title_cast {
    top: -30px;
    right: -10px;
  }
}
#casta .section_inner .section_main .prof_box h2.title_cast img {
  height: 220px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_box h2.title_cast img {
    height: 112px;
    width: auto;
  }
}
#casta .section_inner .section_main .prof_box .prof_item {
  margin-bottom: 40px;
  position: relative;
  border: solid 1px #FFF;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_box .prof_item {
    padding: 40px 20px;
  }
}
#casta .section_inner .section_main .prof_box .prof_item:last-of-type {
  margin-bottom: 0;
}
#casta .section_inner .section_main .prof_box .prof_item .prof_img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_box .prof_item .prof_img {
    width: 80%;
    margin: 0 auto 40px;
  }
}
#casta .section_inner .section_main .prof_box .prof_item .prof_texts {
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_box .prof_item .prof_texts {
    width: 100%;
  }
}
#casta .section_inner .section_main .prof_box .prof_item .prof_texts .prof_names {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_box .prof_item .prof_texts .prof_names {
    display: block;
  }
}
#casta .section_inner .section_main .prof_box .prof_item .prof_texts .prof_name {
  color: #E52C25;
  font-weight: 900;
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_box .prof_item .prof_texts .prof_name {
    font-size: 1.3em;
  }
}
#casta .section_inner .section_main .prof_box .prof_item .prof_texts .prof_role {
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .prof_box .prof_item .prof_texts .prof_role {
    margin-bottom: 1em;
  }
}
#casta .section_inner .section_main .prof_box .prof_item .prof_texts .prof_body p {
  line-height: 2;
  text-align: justify;
}
#casta .section_inner .section_main .prof_box .prof_item .prof_texts .comment {
  margin-top: 20px;
}
#casta .section_inner .section_main .prof_box .prof_item .prof_texts .comment .comment_bars {
  display: flex;
  align-items: center;
  margin-bottom: 0.75em;
  width: 100%;
}
#casta .section_inner .section_main .prof_box .prof_item .prof_texts .comment .comment_bars div {
  width: 9em;
  font-weight: 700;
}
#casta .section_inner .section_main .prof_box .prof_item .prof_texts .comment .comment_bars div.bar {
  background-color: #fff;
  height: 1px;
  width: calc(100% - 9em);
}
#casta .section_inner .section_main .prof_box .prof_item .prof_texts .comment p {
  line-height: 2;
  text-align: justify;
}
#casta .section_inner .section_main .prof_box .prof_item.no-img .prof_texts {
  width: 100%;
}/*# sourceMappingURL=style.css.map */