@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
BREAKPOINTS-----------------------
*/
/*
横幅での表示変更-----------------------
*/
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.tb-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .tb-only {
    display: unset;
  }
}
@media screen and (max-width: 768px) {
  .tb-only {
    display: unset;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: unset;
  }
}

/*
横幅での改行部分変更-----------------------
*/
.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;
  }
}

/*
シェアボタン設定-----------------------
*/
.share_btns {
  width: 100%;
  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 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

.share_btns-square {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share_btns-square::before {
  content: "Share:";
  font-family: var(--baseFont_en);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
}
.share_btns-square li {
  cursor: pointer;
  margin: 0 12px 0px;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 10px 10px;
  }
}

ul {
  padding-inline-start: 0px;
}

#trailer {
  position: relative;
  width: 100%;
}
#trailer .section_inner {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner {
    padding: 0;
  }
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main {
    max-width: 500px;
  }
}
#trailer .section_inner .section_main h2 {
  margin-bottom: 0;
}
#trailer .section_inner .section_main .youtube_outer {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
  }
}
#trailer .section_inner .section_main .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: solid 2px #E85298;
  overflow: hidden;
}
#trailer .section_inner .section_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer_tab {
  color: #d1d1d1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trailer_tab li {
  width: calc(50% - 2px);
  margin: 3px 0 0 0;
}
.trailer_tab li:first-of-type {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .trailer_tab li {
    width: 100%;
  }
}
.trailer_tab li a {
  height: 3em;
  width: 100%;
  display: block;
  justify-content: center;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #E85298;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    height: 3em;
  }
  .trailer_tab li a::before {
    content: "";
  }
}
.trailer_tab li.tab6 {
  width: 100%;
}
.trailer_tab li.tab6 a {
  background-color: #05bdeb;
}
.trailer_tab .tab.active a {
  color: #FFF;
}
.trailer_tab .tab.active a:hover {
  transition: 0.4s;
}
.trailer_tab .tab.active a::before {
  content: "●";
}

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  min-height: 100vh;
  color: #303030;
  background-color: rgb(200, 231, 241);
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

*:focus {
  outline: none;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: middle;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFE100;
}
.loading .loader {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #E85298;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: unset;
    top: 10px;
    right: -50px;
    background-image: url(img/menu_open.svg);
    background-color: #E85298;
    background-size: 100%;
    width: 50px;
    height: 50px;
    transition: 0.4s;
    opacity: 0;
    border-radius: 20px;
  }
  .nav_btn.active {
    opacity: 1;
  }
  .nav_btn.active {
    right: 10px;
    opacity: 1;
  }
}
.nav_btn.show {
  background-image: url(img/menu_close.svg);
  opacity: 1;
}

.gnav {
  z-index: 100;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 50px;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .gnav {
    background-color: #FFF;
    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 .title {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnav .title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.1;
  }
}
.gnav .gnav_list {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    justify-content: center;
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .gnav .gnav_list {
    margin-bottom: 40px;
  }
}
.gnav .gnav_list li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 0.5em;
  color: #E85298;
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
}
.gnav .gnav_list li a.construction {
  opacity: 0.3;
  pointer-events: none;
}
.gnav .gnav_list li a .icon_menu {
  width: 18px;
  margin-bottom: 17px;
}

.to_top {
  z-index: 99;
  width: 80px;
  margin: 0 auto;
  transition: 0.4s;
  position: fixed;
  bottom: 10px;
  right: -50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: 1s;
  border-radius: 20px;
}
.to_top:hover {
  opacity: 0.3;
}
.to_top.active {
  right: 10px;
  opacity: 1;
}

#top {
  position: relative;
}
#top .main_img {
  position: relative;
}
#top .title {
  position: absolute;
  width: 49.01%;
  top: 23.34%;
  left: 45.78%;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 92.39%;
    top: 4.42%;
    left: 3.73%;
    transform: rotate(-6.6deg);
  }
}
#top .credit {
  position: absolute;
  width: 21.46%;
  top: 44.52%;
  left: 59.58%;
}
@media screen and (max-width: 768px) {
  #top .credit {
    width: 60.27%;
    top: 77.96%;
    left: 19.73%;
  }
}
#top .release {
  position: absolute;
  width: 8.8%;
  top: 62.98%;
  left: 65.89%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 30.4%;
    top: 60.64%;
    left: 2.67%;
  }
}
#top .billing {
  position: absolute;
  width: 28.65%;
  top: 71.51%;
  left: 55.99%;
}
@media screen and (max-width: 768px) {
  #top .billing {
    width: 93.07%;
    top: 88.66%;
    left: 3.47%;
  }
}
#top .copy {
  position: absolute;
  width: 51.2%;
  top: 85.38%;
  left: 45.1%;
}
@media screen and (max-width: 768px) {
  #top .copy {
    width: 89.96%;
    top: 68.66%;
    left: 5.07%;
  }
}
#top .copy_tate {
  position: absolute;
  width: 8.02%;
  top: 14.56%;
  left: 33.96%;
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 26.11%;
    top: 20.89%;
    left: 70.13%;
  }
}

#info {
  padding: 40px 40px 40px;
  background-color: #FFE100;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 20px 40px;
  }
}
#info .bnrs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  flex-wrap: wrap;
}
#info .bnrs a {
  display: block;
  width: calc(50% - 20px);
  margin: 0 10px 10px;
  max-width: 280px;
  border: solid 1px #000;
}
#info .bnrs a:hover {
  filter: hue-rotate(10deg);
}
#info .mvtk {
  width: 100%;
}
#info .mvtk #mvtk-widgets-container {
  margin: 0 auto 30px;
}
#info .kokuchi {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  text-decoration: underline;
  font-weight: 900;
  color: #E85298;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #info .kokuchi {
    font-size: 1.1em;
  }
}
#info .kokuchi:hover {
  text-decoration: none;
}
#info .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#info .sns a {
  display: block;
  max-width: 230px;
  width: 100%;
  margin: 0 10px 10px;
  transition: 0.4s;
}
#info .sns a:hover {
  filter: hue-rotate(40deg);
}
#info .share_btns {
  margin-bottom: 40px;
}

#info .sports a {
  display: block;
  max-width: 230px;
  width: 100%;
  margin: 0 10px 10px;
  transition: 0.4s;
}

section h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section h2 {
    margin-bottom: 40px;
  }
}
section h2 img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 768px) {
  section h2 img {
    height: 24px;
  }
}
section p {
  text-align: justify;
  margin-bottom: 1em;
  line-height: 2;
}
section p:last-of-type {
  margin-bottom: 0;
}
section .section_inner .section_main {
  padding: 120px 50px 120px;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_main {
    padding: 80px 20px 80px;
  }
}

#intro, #story {
  background-color: #fff;
}
#intro .section_main, #story .section_main {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #intro .section_main, #story .section_main {
    max-width: 500px;
  }
}
#intro h2, #story h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #intro h2, #story h2 {
    margin-bottom: 30px;
  }
}
#intro h3, #story h3 {
  color: #E85298;
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 30px;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #intro h3, #story h3 {
    margin-bottom: 10px;
    font-size: 1.4em;
  }
}
#intro h3 p, #story h3 p {
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
}
#story .section_inner {
  padding-bottom: 0;
}
#story .section_inner .section_main {
  margin-top: -80px;
  padding: 0px 50px 80px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    margin-top: 0;
    padding: 20px 20px 60px;
  }
}

#intro .section_inner .section_main {
  padding: 0px 50px 80px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    margin-top: 0;
    padding: 20px 20px 60px;
  }
}

.imgb01, .imgb02 {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .imgb01, .imgb02 {
    padding-top: 0;
  }
}

#cast, #staff {
  background-color: #FFE100;
}
#cast .section_main, #staff .section_main {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cast .section_main, #staff .section_main {
    max-width: 600px;
  }
}

.btn_profs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .btn_profs {
    max-width: 530px;
    margin: 0 auto;
  }
}

.btn_prof {
  position: relative;
  width: 250px;
  margin: 0 30px 60px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .btn_prof {
    width: 200px;
    margin: 0 10px 40px;
  }
}
.btn_prof .prof_img {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.btn_prof .prof_img img {
  transition: 0.4s;
  transform: scale(1);
}
.btn_prof .prof_img::after {
  content: "＋";
  font-weight: 900;
  color: #E85298;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 32px;
}
.btn_prof .prof_role {
  margin-bottom: 0.5em;
  color: #E85298;
}
.btn_prof .prof_role span {
  font-size: 0.9em;
}
.btn_prof .prof_name {
  font-weight: 800;
  font-size: 1.4em;
}
.btn_prof.btn_prof-b {
  width: 200px;
  height: 100px;
  display: flex;
  margin: 0 20px 60px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.4);
  align-items: center;
  transition: 0.4s;
  font-size: 0.9em;
}
.btn_prof.btn_prof-b:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .btn_prof.btn_prof-b {
    margin: 0 10px 30px;
    width: 130px;
    height: 80px;
  }
}
.btn_prof.btn_prof2 {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .btn_prof.btn_prof2 {
    width: 160px;
  }
}
.btn_prof.btn_prof2 .prof_name {
  font-size: 1.2em;
}
.btn_prof:hover .prof_img img {
  transform: scale(1.1);
}

#staff .section_inner .section_main {
  padding: 0 50px 120px;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main {
    padding: 0 20px 80px;
  }
}
#staff .section_inner .section_main .section_body {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#staff .section_inner .section_main .section_body .prof_staff_item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .section_body .prof_staff_item {
    display: block;
  }
}
#staff .section_inner .section_main .section_body .prof_staff_item .prof_img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .section_body .prof_staff_item .prof_img {
    margin: 0 auto 20px;
    width: 220px;
  }
}
#staff .section_inner .section_main .section_body .prof_staff_item .prof_img img {
  overflow: hidden;
}
#staff .section_inner .section_main .section_body .prof_staff_item .prof_texts {
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .section_body .prof_staff_item .prof_texts {
    width: 100%;
    margin-top: 40px;
  }
}
#staff .section_inner .section_main .section_body .prof_staff_item .prof_texts .names {
  display: flex;
  align-items: center;
}
#staff .section_inner .section_main .section_body .prof_staff_item .prof_texts .role {
  margin-bottom: 1em;
  margin-right: 1em;
  font-weight: 700;
  color: #E85298;
}
#staff .section_inner .section_main .section_body .prof_staff_item .prof_texts .name {
  margin-bottom: 1em;
  font-size: 1.7em;
  font-weight: 800;
  letter-spacing: 0.1em;
}
#staff .section_inner .section_main .section_body .prof_staff_item .prof_texts .comment {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed #FFF;
}
#staff .section_inner .section_main .section_body .prof_staff_item .prof_texts .comment .title_comment {
  color: #E85298;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 1em;
}
#staff .section_inner .section_main .section_body .prof_staff_item .prof_texts .awards {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed #FFF;
}
#staff .section_inner .section_main .section_body .prof_staff_item .prof_texts .awards .title_awards {
  color: #E85298;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 1em;
}
#staff .section_inner .section_main .section_body .prof_staff_item .prof_texts .awards .awards_body p {
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-size: 0.85em;
}

#cast .section_inner {
  padding-bottom: 0;
}

.slides_outer {
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #FFF 50%, #FFE100 50%);
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .slides_outer {
    padding-top: 10px;
  }
}
.slides_outer.bottom {
  background-image: linear-gradient(to top, #FFF 50%, #FFE100 50%);
}

.slides_container {
  display: flex;
  overflow: hidden;
  width: 100%;
  width: 200vw;
}
.slides_container .slides {
  width: 100vw;
  min-width: 2500px;
  display: flex;
  max-width: unset;
  padding: 0px 0 0px;
}
@media screen and (max-width: 768px) {
  .slides_container .slides {
    min-width: 1300px;
  }
}
.slides_container .slides li {
  transform: skew(-20deg);
  width: 16.66%;
  padding-right: 10px;
  padding-bottom: 10px;
}
.slides_container .slides:first-child {
  animation: loop 100s -50s linear infinite;
}
.slides_container .slides:last-child {
  animation: loop2 100s linear infinite;
}
.slides_container.reverse .slides:first-child {
  animation: loop 100s -50s linear infinite reverse;
}
.slides_container.reverse .slides:last-child {
  animation: loop2 100s linear infinite reverse;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
footer {
  background-color: #fff;
}
footer .footer {
  padding: 40px;
}
footer .footer .title_footer {
  width: 80%;
  margin: 0 auto 20px;
  max-width: 400px;
}
footer .footer .release_footer {
  width: 25%;
  margin: 0 auto 20px;
  max-width: 130px;
}
footer .footer .eiteki {
  max-width: 60px;
  width: 100%;
  margin: 0 auto;
}

.prof_window {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  z-index: -10;
  display: none;
}
.prof_window.on {
  display: block;
}
.prof_window.on .close_btn_prof {
  cursor: pointer;
  position: fixed;
  width: 40px;
  height: 40px;
  background-image: url(img/cross_wt.svg);
  background-size: 20px;
  background-position: center center;
  background-color: #E85298;
  background-repeat: no-repeat;
  top: 10px;
  right: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .prof_window.on .close_btn_prof {
    right: 10px;
  }
}
.prof_window.on .prof_window_inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 50px;
}
@media screen and (max-width: 768px) {
  .prof_window.on .prof_window_inner {
    padding: 80px 30px 60px;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .prof_window.on .prof_window_inner .prof {
    padding-bottom: 80px;
  }
}
.prof_window.on .prof_window_inner .prof .prof_img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 30px;
}
.prof_window.on .prof_window_inner .prof .prof_img img {
  overflow: hidden;
}
.prof_window.on .prof_window_inner .prof .prof_name {
  text-align: center;
  margin-bottom: 2em;
}
.prof_window.on .prof_window_inner .prof .prof_name .name {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
.prof_window.on .prof_window_inner .prof .prof_name .name ruby rt {
  font-size: 40%;
}
.prof_window.on .prof_window_inner .prof .prof_name .role {
  letter-spacing: 0.1em;
  color: #E85298;
  font-weight: 700;
}
.prof_window.on .prof_window_inner .prof .prof_name .role span {
  font-size: 0.9em;
}
.prof_window.on .prof_window_inner .prof .prof_title {
  text-align: center;
  margin-bottom: 40px;
  font-style: italic;
  letter-spacing: 0.25em;
  color: #E85298;
}
.prof_window.on .prof_window_inner .prof .prof_body p {
  line-height: 2;
  text-align: justify;
}
.prof_window.on .prof_window_inner .prof .comment {
  margin-top: 40px;
}
.prof_window.on .prof_window_inner .prof .comment .comment_title {
  margin: 0 auto 20px;
  letter-spacing: 0.25em;
  background-size: 40px 10px;
  background-repeat: no-repeat;
  color: #E85298;
  font-style: italic;
}
.prof_window.on .prof_window_inner .prof .comment .comment_body p {
  line-height: 2;
  text-align: justify;
}
.prof_window.on .prof_window_inner .prof .comment .comment_body p.ichig {
  margin-bottom: 0.8em;
}
.prof_window.on .prof_window_inner .prof .line-film2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .prof_window.on .prof_window_inner .prof .line-film2 {
    display: none;
    margin-top: 0;
  }
}
.prof_window.on .window_nav {
  padding-bottom: 80px;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #E85298;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #333;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .prof_window.on .window_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    background-color: #fff;
    padding: 0 40px;
    align-items: center;
    background-image: url(img/line-film2.svg);
    background-size: 1920px 10px;
    background-position: top center;
    background-repeat: no-repeat;
    height: 60px;
  }
}
.prof_window.on .window_nav .window_nav_prev {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  width: 33.33%;
  transition: 0.4s;
}
.prof_window.on .window_nav .window_nav_prev::before {
  content: "≪";
}
.prof_window.on .window_nav .window_nav_prev:hover {
  opacity: 0.4;
}
.prof_window.on .window_nav .window_nav_close {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  cursor: pointer;
  width: 33.33%;
  text-align: center;
}
.prof_window.on .window_nav .window_nav_close::before {
  content: "×";
}
.prof_window.on .window_nav .window_nav_close:hover {
  opacity: 0.4;
}
.prof_window.on .window_nav .window_nav_next {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.4s;
  cursor: pointer;
  width: 33.33%;
  text-align: right;
}
.prof_window.on .window_nav .window_nav_next::after {
  content: "≫";
}
.prof_window.on .window_nav .window_nav_next:hover {
  opacity: 0.4;
}
.prof_window.on .window_nav .invalid {
  opacity: 0.3;
  pointer-events: none;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
  transform: translateY(0px);
}
.fadeIn.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.fadeInS {
  opacity: 0.2;
  transition: 6s;
  filter: grayscale(100%);
  overflow: hidden;
}
.fadeInS img {
  transform: scale(1.1);
  transition: 6s;
}
.fadeInS.is-inview {
  filter: grayscale(0%);
  opacity: 1;
}
.fadeInS.is-inview img {
  transform: scale(1);
}

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

.clipLeft {
  transition: 2s;
  transform: translateX(10px);
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.clipLeft.is-inview {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transform: translateX(0px);
}/*# sourceMappingURL=style.css.map */