@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--------------------------*/
/*fontsize-----------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  font-size: clamp(14px, 0.8383027523rem + 0.1834862385vw, 18px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  background-color: #FFF;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

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 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 30px;
  }
}
h2 .sec_title-jp {
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  h2 .sec_title-jp {
    font-size: 1.5em;
  }
}
h2 .sec_title-en {
  font-size: 1.2em;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
@media screen and (max-width: 768px) {
  h2 .sec_title-en {
    font-size: 1em;
  }
}

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

.imgs5 {
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .imgs5 {
    padding: 20px;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
  }
}
.imgs5 div {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .imgs5 div {
    width: 70%;
    margin: 0 auto 20px 20px;
  }
  .imgs5 div:nth-of-type(2n) {
    margin: 0 20px 20px auto;
  }
}

.imgs4 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .imgs4 {
    max-width: 500px;
    padding: 0px 0 20px;
    flex-direction: column;
  }
}
.imgs4 div {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .imgs4 div {
    width: 70%;
    margin: 0 auto 10px 20px;
  }
  .imgs4 div:nth-of-type(2), .imgs4 div:nth-of-type(4) {
    margin: 0px 20px 10px auto;
  }
}
@media screen and (max-width: 768px) {
  .imgs4.imgs4-2 {
    padding: 0 0 60px;
  }
}

.contents {
  opacity: 0;
  transition: 3s;
  transition-timing-function: linear;
  overflow: hidden;
}
.contents.active {
  opacity: 1;
}

@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: 500px;
  width: 80%;
  opacity: 0.5;
}

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

.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: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square::before {
  content: "Share:";
  letter-spacing: 0.1em;
  padding-right: 5px;
  font-size: 1em;
}
.share_btns-square li {
  cursor: pointer;
  margin: 0 10px 0px;
  width: 24px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 10px 10px;
  }
}
.share_btns-square li:hover {
  opacity: 0.5;
}

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

.fadeInUp {
  opacity: 0;
  transition: 1.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_top {
  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: #333;
  cursor: pointer;
}
.nav_top:hover {
  transform: scale(1, 0.6) translateY(2px);
}
.nav_top.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .nav_top.active {
    opacity: 1;
  }
}

/*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/icon_menu.svg);
    background-size: 100%, 100%;
    width: 60px;
    height: 60px;
    transition: 1s;
  }
}
.nav_btn.show {
  background-image: url(img/icon_menu-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;
  letter-spacing: 0.1em;
  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;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 1s;
    background-color: #fff;
  }
  .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;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    background-color: transparent;
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.gnav .gnav_list li a, .gnav .gnav_list li #btn_trailer-menu {
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
  transition: 0.2s;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a, .gnav .gnav_list li #btn_trailer-menu {
    font-size: 1.2em;
    margin-bottom: 5px;
    padding: 1em 0;
    height: auto;
  }
}
.gnav .gnav_list li a:hover, .gnav .gnav_list li #btn_trailer-menu:hover {
  opacity: 0.6;
  transform: translateY(2px);
}

/*-------------------------------*/
footer .footer {
  background-image: url(img/bg_footer.jpg);
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  padding: 60px 50px 80px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 30px 60px;
  }
}
footer .footer .footer_inner {
  margin: 0 auto;
  max-width: 500px;
}
footer .footer .footer_inner .footer_title {
  margin-bottom: 30px;
}
footer .footer .footer_inner .footer_release {
  width: 80%;
  margin: 0 auto 20px;
}
footer .footer .footer_inner .billing {
  width: 90%;
  margin: 0 auto 40px;
}

#top {
  position: relative;
  height: 45vw;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #top {
    height: 183vw;
    width: 100%;
    margin-top: 20px;
  }
}
#top .main {
  position: absolute;
  width: 72.5%;
  top: 0%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  #top .main {
    width: 90%;
    top: 9%;
    left: unset;
    right: 0%;
  }
}
#top h1 {
  position: absolute;
  width: 40.86%;
  top: 65.02%;
  left: 6.15%;
  filter: drop-shadow(0px 0px 10px oklch(0% 0 0deg / 0.5));
}
@media screen and (max-width: 768px) {
  #top h1 {
    filter: drop-shadow(0px 0px 5px #000);
    width: 71.76%;
    top: 20.3%;
    left: 19%;
  }
}
#top .copy_yoko {
  position: absolute;
  width: 59.17%;
  top: 90.58%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 86%;
    top: 79.5%;
    left: 9.95%;
  }
}
#top .copy_tate {
  position: absolute;
  width: 1.1%;
  top: 0.5%;
  left: 78.5%;
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 4%;
    top: 10%;
    left: 3%;
  }
}
#top .release {
  position: absolute;
  width: 17.08%;
  top: 68%;
  left: 78.5%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 85.43%;
    top: 83.7%;
    left: 9.95%;
  }
}
#top .linkk {
  position: absolute;
  width: 17.08%;
  top: 81%;
  left: 78.5%;
  border-top: solid 1px #757575;
  border-bottom: solid 1px #757575;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #top .linkk {
    width: 62%;
    top: 90%;
    left: 33%;
  }
}
#top .linkk:hover {
  opacity: 0.5;
}
#top .awas {
  position: absolute;
  width: 9.9%;
  top: -0.62%;
  left: 85.73%;
  gap: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top .awas {
    flex-direction: row;
    width: 64.27%;
    top: 1%;
    left: 10%;
    gap: 2%;
  }
  #top .awas .awa {
    width: 48%;
  }
}

#info {
  padding: 0px 20px 40px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 0 20px 20px;
  }
}
#info .mvtk {
  margin: 0 auto;
}
#info .mvtk #mvtk-widgets-container {
  margin: 0 auto;
}
#info ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #info ul {
    gap: 10px;
  }
}
#info ul li a {
  border-top: solid 1px #757575;
  border-bottom: solid 1px #757575;
  display: block;
  max-width: 82px;
  transition: 0.3s;
}
#info ul li a:hover {
  opacity: 0.5;
}

/*trailer------------------------*/
#trailer {
  background-image: url(img/bg_trailer.jpg);
  background-size: cover;
  background-position: 100% 100%;
  padding: 120px 50px;
}
@media screen and (max-width: 768px) {
  #trailer {
    padding: 60px 20px;
    margin-bottom: 20px;
  }
}
#trailer .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main {
    max-width: 500px;
  }
}
#trailer .section_inner h2 {
  text-align: center;
}
#trailer .section_inner .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#trailer .section_inner .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer .trailer_tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
}
#trailer .trailer_tab li {
  width: calc(50% - 2.5px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_tab li {
    width: 100%;
    margin-bottom: 3px;
  }
}
#trailer .trailer_tab li a {
  pointer-events: all;
  background-color: #E8ECED;
  height: 3em;
  width: 100%;
  display: block;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_tab li a {
    height: 3em;
  }
}
#trailer .trailer_tab li a:hover {
  opacity: 0.5;
}
#trailer .trailer_tab .tab.active a {
  pointer-events: none;
  background-color: #FFF;
}
#trailer .trailer_tab .tab.active a::before {
  content: "● ";
}
#trailer .trailer_tab .tab.active a:hover {
  transition: 0.4s;
}

/*-------------------------------*/
#music {
  background-image: url(img/bg_music.jpg);
  background-size: cover;
}
#music .section_inner .section_main h2 {
  text-align: center;
}
#music .section_inner .section_main .music_img {
  max-width: 800px;
  margin: 0 auto 40px;
}
#music .section_inner .section_main .music_title {
  display: flex;
  justify-content: center;
  font-size: 2em;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #music .section_inner .section_main .music_title {
    font-size: 1.4em;
  }
}
#music .section_inner .section_main .text_body {
  line-height: 2;
}

.comment_body {
  border: solid 1px #D9D9D9;
  margin-top: 10px;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .comment_body {
    padding: 20px;
  }
}
.comment_body p {
  line-height: 1.8;
  text-align: justify;
}
.comment_body .comment-t {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  margin-bottom: 0.3em;
  opacity: 0.8;
  font-size: 0.9em;
  padding-left: 0.1em;
}
.comment_body .comment-by {
  text-align: right;
  font-style: italic;
}

.snss {
  margin-top: 0.8em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.snss p {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 0.8em;
  padding-left: 0.5em;
}
.snss a {
  display: block;
  width: 40px;
  transition: 0.5s;
}
.snss a:hover {
  opacity: 0.5;
}

.inst #intro .section_inner, .inst #story .section_inner {
  max-width: 1200px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .inst #intro .section_inner, .inst #story .section_inner {
    max-width: 500px;
    margin: 40px auto;
  }
}
.inst #intro .section_inner .section_main, .inst #story .section_inner .section_main {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .inst #intro .section_inner .section_main, .inst #story .section_inner .section_main {
    padding: 0 30px;
  }
}
.inst #intro .section_inner .section_main h2, .inst #story .section_inner .section_main h2 {
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 1em;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .inst #intro .section_inner .section_main h2, .inst #story .section_inner .section_main h2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.inst #intro .section_inner .section_main h2 p, .inst #story .section_inner .section_main h2 p {
  display: block;
}
.inst #intro .section_inner .section_main h2 p.sec_title-jp, .inst #story .section_inner .section_main h2 p.sec_title-jp {
  margin-bottom: 0;
  text-indent: 0;
}
.inst #intro .section_inner .section_main h2 p.sec_title-en, .inst #story .section_inner .section_main h2 p.sec_title-en {
  text-indent: 0;
}
.inst #intro .section_inner .section_main .img_intro, .inst #story .section_inner .section_main .img_intro {
  margin-bottom: 20px;
  max-width: 920px;
}
.inst #intro .section_inner .section_main .text_body p, .inst #story .section_inner .section_main .text_body p {
  line-height: 2;
  text-align: justify;
}
.inst #intro .section_inner .section_main .copy_intro {
  max-width: 800px;
  margin-bottom: 20px;
}
.inst #story .section_inner .section_main {
  margin: 0 0 0 auto;
}
.inst #story .section_inner .section_main h2 {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .inst #story .section_inner .section_main h2 {
    align-items: flex-end;
  }
}
.inst #story .section_inner .section_main .text_body {
  max-width: 900px;
  margin: 0 0 0 auto;
}
.inst #story .section_inner .section_main .text_body p {
  text-align: justify;
}

#cast .section_inner .section_main h2 {
  text-align: center;
}
#cast .section_inner .section_main .pro_cas {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cast .section_inner .section_main .pro_cas .cas_btn {
  width: calc(20% - 32px);
  position: relative;
  margin-bottom: 80px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .pro_cas .cas_btn {
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }
}
#cast .section_inner .section_main .pro_cas .cas_btn.invalid {
  pointer-events: none;
}
#cast .section_inner .section_main .pro_cas .cas_btn .cas_img {
  transition: 1s;
  filter: brightness(100%);
  position: relative;
}
#cast .section_inner .section_main .pro_cas .cas_btn .cas_img .cas_plus {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
}
#cast .section_inner .section_main .pro_cas .cas_btn .cas_names {
  text-align: center;
  padding: 1em 0 10px;
}
#cast .section_inner .section_main .pro_cas .cas_btn .cas_names .cas_name {
  font-size: 1.6em;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .pro_cas .cas_btn .cas_names .cas_name {
    font-size: 1.5em;
  }
}
#cast .section_inner .section_main .pro_cas .cas_btn .cas_names .cas_role .cas_role-jp {
  font-size: 1.1em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .pro_cas .cas_btn .cas_names .cas_role .cas_role-jp {
    font-size: 1.1em;
  }
}
#cast .section_inner .section_main .pro_cas .cas_btn .cas_names .cas_role .cas_role-jp .yaku {
  font-size: 0.8em;
}
#cast .section_inner .section_main .pro_cas .cas_btn:hover .cas_img {
  filter: brightness(160%);
}

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

.cast_modal.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 #333;
  position: relative;
  padding: 50px 50px 30px 50px;
}
@media screen and (max-width: 768px) {
  .modal_inner {
    padding: 40px 20px 40px 20px;
    height: calc(100% - 40px);
    height: calc(100vh - 40px);
    height: calc(100dvh - 40px);
    width: calc(100% - 40px);
  }
}
.modal_inner hr {
  border: 0;
  margin: 0 auto 30px;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.modal_inner .modal_names {
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1em;
}
.modal_inner .modal_names .modal_name-jp {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
.modal_inner .modal_names .modal_role-jp {
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.modal_inner .modal_names .modal_role-jp .yaku {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .modal_inner .modal-prof {
    max-width: 500px;
    margin: 0 auto;
  }
}
.modal_inner .modal-prof p {
  text-align: justify;
  line-height: 1.8;
}
.modal_inner .modal-com {
  margin-top: 20px;
  padding-top: 20px;
  margin-top: 1em;
  background: linear-gradient(90deg, #FFFEF5 0%, #EEFFF8 51.44%, #FFFAFE 100%);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .modal_inner .modal-com {
    max-width: 500px;
    margin: 1em auto 0;
  }
}
.modal_inner .modal-com p.com-t {
  margin-bottom: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.modal_inner .modal-com p {
  line-height: 1.8;
  text-align: justify;
}
.modal_inner .p-close {
  margin-top: 30px;
  text-align: center;
  color: #CCC;
  letter-spacing: 0.1em;
  cursor: pointer;
  letter-spacing: 0.2em;
}
.modal_inner .modal_close {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #464646;
}

#staff .section_inner .section_main h2 {
  text-align: center;
}
#staff .section_inner .section_main .comment_body {
  border: 0;
  background-image: url(img/bg_com.jpg);
  background-size: cover;
}

.prof_items .prof_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .prof_items .prof_item {
    flex-wrap: wrap;
  }
}
.prof_items .prof_item:last-of-type {
  margin-bottom: 0;
}
.prof_items .prof_item .prof_img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .prof_items .prof_item .prof_img {
    width: 220px;
    margin: 0 auto 20px;
  }
}
.prof_items .prof_item .prof_texts {
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  .prof_items .prof_item .prof_texts {
    width: 100%;
  }
}
.prof_items .prof_item .prof_texts .names {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1em;
  margin-bottom: 1em;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .prof_items .prof_item .prof_texts .names {
    margin-bottom: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  .prof_items .prof_item .prof_texts .names {
    justify-content: center;
  }
}
.prof_items .prof_item .prof_texts .names .name {
  font-size: 2em;
}
.prof_items .prof_item .prof_texts .names .role {
  font-size: 1.1em;
}
.prof_items .prof_item .prof_texts .prof_body p {
  line-height: 1.8;
  text-align: justify;
}
.prof_items .prof_item.noimg .prof_texts {
  width: 100%;
}/*# sourceMappingURL=style.css.map */