/* 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 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 {
  color: #000;
  font-family: "Bellota Text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.imgs {
  background-color: #000;
  overflow: hidden;
}
.imgs .img {
  overflow: hidden;
}
.imgs .imgs2 {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.imgs .imgs2 .img {
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .imgs .imgs2 .img {
    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/bgb.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: 300px;
  width: 60%;
  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: "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-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*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;
    opacity: 0;
  }
}
.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;
  opacity: 0;
  transition: 1s;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .gnav {
    z-index: 103;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.8s;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.active {
  opacity: 1;
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 50px;
  }
}
.gnav .gnav_list li a {
  display: block;
  padding: 20px 0.25em;
  font-size: 1.1em;
  transition: 0.2s;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 1.43em;
    margin-bottom: 5px;
    padding: 10px 0;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
  transform: translateY(2px);
}
.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: #CD1B1D;
  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 {
  position: relative;
}
footer .footer .img_footer {
  position: relative;
}
footer .footer .title_en {
  position: absolute;
  bottom: 20%;
  right: 40px;
  width: 31%;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  footer .footer .title_en {
    width: 80%;
    right: 20px;
    bottom: 18%;
  }
}
footer .footer .release {
  position: absolute;
  bottom: 2%;
  right: 40px;
  width: 14%;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  footer .footer .release {
    width: 40%;
    right: 20px;
    bottom: 6%;
  }
}

#top {
  position: relative;
  overflow: hidden;
}
#top .base {
  position: relative;
}
#top .top_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .top_inner .cap {
  position: absolute;
  width: 19.85%;
  top: 2.36%;
  left: 13.97%;
  transform: scale(1.1);
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #top .top_inner .cap {
    width: 78.05%;
    top: 0.8%;
    left: 11.03%;
  }
}
#top .top_inner .cap.active {
  transform: scale(1);
  opacity: 1;
}
#top .top_inner .title1 {
  position: absolute;
  width: 43.09%;
  top: 5.89%;
  left: 2.24%;
  transform: translateY(-50px) scale(1.1);
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #top .top_inner .title1 {
    width: 93.59%;
    top: 2.86%;
    left: 3.08%;
  }
}
#top .top_inner .title1.active {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
#top .top_inner .title2 {
  position: absolute;
  width: 43.09%;
  top: 35.84%;
  left: 2.24%;
  transform: scale(1.1);
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #top .top_inner .title2 {
    width: 93.59%;
    top: 18.91%;
    left: 3.08%;
  }
}
#top .top_inner .title2.active {
  transform: scale(1);
  opacity: 1;
}
#top .top_inner .release {
  position: absolute;
  width: 14.72%;
  top: 60.17%;
  left: 2.44%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .top_inner .release {
    width: 45.66%;
    top: 62%;
    left: 41.29%;
  }
}
#top .top_inner .release img {
  transition: 0.2s;
  opacity: 0;
  transform: translateY(100%);
}
#top .top_inner .release.active img {
  opacity: 1;
  transform: translateY(0%);
}
#top .top_inner .copy {
  position: absolute;
  width: 43.33%;
  top: 50.92%;
  left: 2.24%;
  transition: 0.2s;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
}
@media screen and (max-width: 768px) {
  #top .top_inner .copy {
    width: 95.14%;
    top: 69%;
    left: 2.56%;
  }
}
#top .top_inner .copy.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#top .top_inner .logo_klock {
  position: absolute;
  width: 3.91%;
  top: 95.11%;
  left: 47.6%;
  transform: scale(1.1);
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #top .top_inner .logo_klock {
    width: 14.87%;
    top: 69%;
    left: 81.74%;
  }
}
#top .top_inner .logo_klock.active {
  transform: scale(1);
  opacity: 1;
}
#top .top_inner .prot {
  position: absolute;
  width: 54.64%;
  top: 3.97%;
  left: 45.78%;
}
@media screen and (max-width: 768px) {
  #top .top_inner .prot {
    width: 100%;
    top: 24.5%;
    left: 0.26%;
  }
}
#top .top_inner .texts {
  position: absolute;
  width: 51.04%;
  top: 0%;
  left: 47.34%;
  transform: scale(1.1);
  opacity: 0;
  transition: 0.4s cubic-bezier(0.58, 0.9, 0, 0.94);
}
@media screen and (max-width: 768px) {
  #top .top_inner .texts {
    width: 95.13%;
    top: 24.75%;
    left: 2.43%;
  }
}
#top .top_inner .texts.active {
  transform: scale(1);
  opacity: 1;
}
#top .btns {
  position: absolute;
  max-width: 42%;
  top: 69.94%;
  left: 2.14%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #top .btns {
    max-width: unset;
    width: 94%;
    left: 3%;
    top: 85.5%;
    gap: 10px;
  }
}
#top .btns.active {
  opacity: 1;
}
#top .btns li {
  max-width: 200px;
  width: calc(33.33% - 7px);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top .btns li {
    max-width: 200px;
    width: calc(50% - 5px);
  }
}
#top .btns li:hover {
  opacity: 0.6;
}
#top .bnrs {
  position: absolute;
  top: 78%;
  left: 2.14%;
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #top .bnrs {
    display: none;
  }
}
#top .bnrs li {
  width: calc(40% - 7px);
  max-width: 250px;
}
#top .bnrs li a {
  display: block;
}
#top .bnrs li a:hover {
  opacity: 0.6;
}
#top .bnrs.active {
  opacity: 1;
}

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

#info {
  background-color: #000;
  color: #FFF;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 20px;
  }
}
#info .bnrs-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #info .bnrs-sp {
    display: flex;
    max-width: 500px;
    margin: 0 auto 20px;
    gap: 10px;
  }
}
#info .bnrs-sp li {
  width: calc(50% - 5px);
}
#info .bnrs-sp li a {
  display: block;
}
#info .bnrs-sp.active {
  opacity: 1;
}
#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 {
  overflow: hidden;
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, rgb(0, 0, 0) 100%);
}
#intro .section_inner {
  position: relative;
  padding: 60px 0px 120px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner {
    padding: 20px 0px 60px;
  }
}
#intro .section_inner .section_main h2 {
  max-width: 1200px;
  opacity: 0.18;
  position: absolute;
  right: 50px;
  top: 50px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h2 {
    right: -1%;
    top: 20px;
  }
}
#intro .section_inner .section_main h2 img {
  width: 220px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h2 img {
    width: 112px;
  }
}
#intro .section_inner .section_main h3 {
  max-width: 1200px;
  margin-bottom: 40px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h3 {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
#intro .section_inner .section_main h4 {
  max-width: 1200px;
  margin-bottom: 30px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h4 {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
#intro .section_inner .section_main .text_body {
  max-width: 1200px;
  margin-bottom: 30px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .text_body {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
#intro .section_inner .section_main .text_body p {
  line-height: 2;
  text-align: justify;
}
#intro .section_inner .section_main .dir-box {
  max-width: 1200px;
  padding: 10px;
  border: solid 1px #FFF;
  margin-left: 50px;
  width: calc(100% - 100px);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .dir-box {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
#intro .section_inner .section_main .dir-box p {
  line-height: 2;
}
#intro .section_inner .section_main .dir-box p:last-of-type {
  text-align: right;
  font-style: italic;
}
#intro .section_inner .section_main .img {
  margin: 40px 0;
}
#intro .section_inner .section_main .lim-box {
  max-width: 800px;
  width: calc(100% - 50px);
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .lim-box {
    width: calc(100% - 60px);
    margin: 60px auto 0;
  }
}
#intro .section_inner .section_main .lim-box .name {
  text-align: center;
  color: #CD1B1D;
  font-weight: 900;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
#intro .section_inner .section_main .lim-box .from {
  text-align: center;
  font-weight: 900;
  color: #CD1B1D;
  margin-bottom: 1em;
}
#intro .section_inner .section_main .lim-box p {
  line-height: 2.5;
  text-align: justify;
}

#story {
  background-color: #FAFEED;
  color: #333;
}
#story .section_inner .section_header {
  position: relative;
}
#story .section_inner .section_header .img_header {
  position: relative;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_header .img_header {
    padding-top: 40px;
  }
}
#story .section_inner .section_header h2 {
  position: absolute;
  mix-blend-mode: color-burn;
  top: calc(50% - 110px);
  left: 50px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_header h2 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
#story .section_inner .section_header h2 img {
  height: 220px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_header h2 img {
    height: 112px;
    width: auto;
  }
}
#story .section_inner .section_main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 50px 80px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    padding: 20px 20px 60px;
  }
}
#story .section_inner .section_main .text_body p {
  line-height: 2;
  text-align: justify;
}

#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 */