@charset "UTF-8";

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container>blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }

  100% {
    opacity: .1;
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }

  100% {
    opacity: .1;
    transform: scale(1);
  }
}

.modaal-loading-spinner>div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner>div>div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner>div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner>div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner>div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner>div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner>div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/************************************

reset

************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  border: 0;
}

table {
  border-collapse: collapse;
}

address,
em {
  font-style: normal;
}

button {
  padding: 0;
  border: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000;
}

/************************************

base

************************************/
html {
  font-size: 625%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 580%;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #7c030c;
  color: #333;
  font-size: .16rem;
  font-family: sans-serif;
}

a {
  color: inherit;
  transition: 0.2s all ease 0s;
}

p {
  line-height: 1.6;
}

p a {
  text-decoration: underline;
}

p a:hover {
  color: #e4007f;
  text-decoration: none;
}

sub {
  vertical-align: baseline;
  font-size: .7em;
}

img {
  max-width: 100%;
  height: auto;
}

.bnr {
  padding: .2rem 0;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .bnr {
    overflow-x: auto;
    overflow-scrolling: touch;
    padding: .2rem;
  }
}

.bnr__container {
  display: flex;
  flex-wrap: nowrap;
  gap: .2rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .bnr__container {
    justify-content: flex-start;
  }

  .bnr__container::after {
    content: "";
    display: block;
    width: 0;
    height: .2rem;
    padding: 0 1px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .bnr__item {
    flex-shrink: 0;
    flex-basis: 75%;
  }
}

.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000;
  transition: 0.2s all ease 0s;
}

.btn:hover::after {
  transform: scale(1.08);
}

.btn-twitter {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .5rem;
  height: .5rem;
  margin: 4% 0 0;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: .24rem;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .btn-twitter {
    margin: 8% 0 0;
  }
}

.btn-twitter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000;
  transition: 0.2s all ease 0s;
}

.btn-twitter:hover::after {
  transform: scale(1.08);
}

.btn-human {
  display: inline-block;
  min-width: 7em;
  padding: .8em 1.5em;
  border-radius: 2px;
  background: #e7c338;
  color: #000;
  font-weight: bold;
  font-size: .15rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s all ease 0s;
}

.btn-human:hover {
  transform: scale(1.05);
}

.btn-interview {
  background: #c70606;
  color: #fff;
}

.cast {
  padding: min(1.1rem, 18vw) 0.2rem;
  background: #df0615;
}

.cast__heading {
  text-align: center;
}

.cast__list {
  display: flex;
  gap: .2rem 2%;
  justify-content: center;
  margin: .5rem 0 0;
}

@media screen and (max-width: 767px) {
  .cast__list {
    flex-wrap: wrap;
  }
}

.cast__item {
  transition: 0.2s all ease 0s;
}

.cast__item:hover {
  transform: scale(1.03);
}

@media screen and (max-width: 767px) {
  .cast__item {
    flex-basis: 100%;
  }

  .cast__list.-min .cast__item {
    flex-basis: 48%;
  }
}

.comment {
  padding: 0 4vw min(1.1rem, 18vw);
  background: #df0615;
}

@media screen and (max-width: 767px) {
  .comment {
    padding: 0 0 min(1.1rem, 18vw);
  }
}

.comment__heading {
  text-align: center;
}

.comment__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3vw 1fr 3vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw;
  margin: .5rem 0 0;
}

@media screen and (max-width: 767px) {
  .comment__list {
    display: flex;
    flex-wrap: nowrap;
    gap: .2rem;
    overflow-x: scroll;
    padding: 0 .15rem;
  }
}

.comment__item img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .comment__item {
    flex-shrink: 0;
    flex-basis: 88%;
  }
}

.human-profile {
  display: none;
}

.human-profile__container {
  padding: min(0.4rem, 6vw);
  background: radial-gradient(circle, #099073 50%, #0a7961 100%);
  color: #fff;
}

.human-profile__photo {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}

.human-profile__photo img {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .human-profile__photo {
    display: block;
  }
}

.human-profile__name {
  color: #fff;
  font-weight: bold;
  font-size: .15rem;
}

.human-profile__name em {
  margin: 0 .3em 0 0;
  color: #e7c338;
  font-size: 1.5em;
}

.human-profile__txt+.human-profile__name {
  margin: .3rem 0 0;
}

.human-profile__txt {
  margin: 1em 0 0;
  font-size: .14rem;
  line-height: 1.9;
}

.human {
  display: flex;
  margin: 0 auto;
  background: #00856c;
}

@media screen and (max-width: 767px) {
  .human {
    display: block;
  }
}

.human__main {
  position: relative;
  flex-basis: 50%;
}

.human__container {
  flex-basis: 50%;
  padding: 5% 4% .6rem;
}

.human__title {
  position: absolute;
  top: 7%;
  right: 7.5%;
}

@media screen and (max-width: 767px) {
  .human__title {
    top: 5%;
    left: 48%;
  }
}

.human__catch {
  margin: .4rem 0 0;
}

.human__txt {
  margin: .2rem 0 0;
  color: #dfdfdf;
  font-size: .14rem;
  line-height: 2.4;
}

.human__billing {
  margin: .2rem 0 0;
  font-size: .13rem;
}

.human__billing span {
  display: inline-block;
  font-size: .8em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .human__billing {
    font-size: .11rem;
  }
}

.human__link {
  display: flex;
  flex-wrap: wrap;
  gap: .1rem;
  justify-content: center;
  margin: .3rem 0 0;
}

.human__link a {
  flex: 1;
}

.human__link a.btn-interview {
  flex-basis: 100%;
}

@media screen and (max-width: 767px) {
  .human__link {
    flex-wrap: wrap;
  }

  .human__link a {
    flex-basis: 48%;
  }
}

.intro {
  padding: min(0.6rem, 6vw) 0 min(1rem, 8vw);
  background: #df0615;
}

.intro__container {
  max-width: 1200px;
  margin: 0 auto;
}

.intro__content {
  display: flex;
  gap: .44rem;
  padding: 0 .6rem 0 .9rem;
}

@media screen and (max-width: 767px) {
  .intro__content {
    flex-direction: column;
    gap: .2rem;
    padding: 0 .3rem;
  }
}

.intro__txt {
  flex: 1;
  margin: -8.8em 0 0;
  color: #fff;
  font-size: .15rem;
  line-height: 2.2;
  text-align: justify;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .intro__txt {
    margin: 0;
    line-height: 1.8;
  }
}

.intro__photo {
  flex-basis: 56.5%;
  margin: 2em 0 0;
}

@media screen and (max-width: 767px) {
  .intro__photo {
    margin: 0;
  }
}

.main__catch {
  padding: .5em;
  background: #000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main__catch {
    padding: .5em .5em .5em 4.5em;
    line-height: 0;
  }
}

.main {
  height: 100%;
  margin: 0 auto;
  padding: 5% 1% 0;
  background: #df0615;
}

.main__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .main__container {
    flex-direction: column;
  }
}

.main__photo {
  position: relative;
  z-index: -1;
  flex-basis: 56%;
  align-self: flex-end;
  margin: 0 -3% 0 0;
}

@media screen and (max-width: 1100px) {
  .main__photo {
    flex-basis: auto;
    align-self: flex-start;
    margin: 0;
  }
}

.main__content {
  flex-basis: 56%;
  margin: 0 0 0 -3%;
  padding: 0% 0 0;
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .main__content {
    flex-basis: auto;
    margin: 0;
  }
}

.main__btn {
  display: flex;
  gap: .1rem;
  justify-content: flex-end;
  margin: -15% 0 0;
}

.main__human {
  margin: 3% 0 0;
}

@media screen and (max-width: 1100px) {
  .main__human {
    display: none;
  }
}

.modaal-content-container {
  padding: 0;
}

.modaal-wrapper .modaal-close {
  background-color: transparent;
  color: #fff;
}

.modaal-close::before,
.modaal-close::after {
  width: 1px;
  height: 50px;
  background-color: #fff;
}

.modaal-close:focus::before,
.modaal-close:focus::after,
.modaal-close:hover::before,
.modaal-close:hover::after {
  background-color: #df0615;
}

.modaal-video-wrap {
  margin: auto 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease opacity;
}

.modal.is-show {
  opacity: 1;
  pointer-events: all;
}

.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.modal__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: .3rem;
  opacity: 0;
  transition: .5s ease opacity .1s, .5s ease transform .1s;
  transform: translate(0, 20px);
}

.is-show .modal__container {
  opacity: 1;
  transform: translate(0, 0);
}

.modal__movie iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1920 / 1080;
}

.modal__movie-btn {
  display: block;
  margin: .1rem 0 0;
  text-align: center;
}

.modal__movie-btn button {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: none;
  color: #fff;
  font-family: serif;
}

.modal__movie-btn button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}

.modal__movie-btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}

.movie {
  padding: 0 .2rem .4rem;
}

@media screen and (max-width: 767px) {
  .movie {
    background-size: cover;
  }
}

.movie__container {
  position: relative;
  max-width: 960px;
  margin: .4rem auto 0;
}

.movie__inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.movie__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie__inner:hover {
  opacity: .8;
  cursor: pointer;
}

.movie__control {
  display: flex;
  gap: .1rem;
  align-items: center;
  justify-content: center;
  margin-top: .2rem;
}

.movie__arrow {
  color: #fff;
  font-size: .2rem;
}

.movie__arrow:hover {
  cursor: pointer;
}

.movie__dots {
  position: relative;
}

@media screen and (max-width: 767px) {
  .movie__dots {
    flex-basis: auto;
    padding: 0 15px;
  }
}

.movie__dots .slick-dots {
  position: relative;
  bottom: 0;
}

.movie__dots .slick-dots li {
  display: inline-block;
}

.movie__dots .slick-dots li.slick-active button::before {
  color: #fff;
  opacity: 1;
}

.movie__dots .slick-dots li button {
  background: transparent;
  font-size: 0;
}

.movie__dots .slick-dots li button::before {
  content: "・";
  display: block;
  color: #fff;
  font-size: 20px;
  opacity: .5;
  transform: scale(1.5);
}

.movie__dots .slick-dots li button:hover {
  cursor: pointer;
}

.movie__dots .slick-dots li button:hover::before {
  opacity: 1;
}

.mvtk #mvtk-widgets-container {
  margin: .2rem auto;
}

.navigation__trigger {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.navigation__hum {
  position: relative;
  display: block;
  width: .8rem;
  height: .8rem;
  border: 0;
  background: transparent;
  outline: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}

.navigation__hum:hover {
  cursor: pointer;
}

.navigation__hum::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}

.navigation__hum span {
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 30%;
  height: 1px;
  margin: 0 0 0 .1rem;
  background: #000;
}

.navigation__hum span::before,
.navigation__hum span::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background: #000;
  transform-origin: center center;
  transition: 0.2s all ease 0s;
}

.navigation__hum span::before {
  width: 130%;
  transform: translate(0, -0.07rem);
}

.navigation__hum span::after {
  width: 50%;
  transform: translate(0, 0.07rem);
}

.is-open .navigation__hum span {
  height: 0;
}

.is-open .navigation__hum span::before {
  width: 100%;
  transform: translate(0, 0) rotate(-45deg);
}

.is-open .navigation__hum span::after {
  width: 100%;
  transform: translate(0, 0) rotate(45deg);
}

@-webkit-keyframes navi {
  50% {
    transform: rotate(180deg) scaleX(0.97);
  }

  100% {
    transform: rotate(360deg) scaleX(1);
  }
}

@keyframes navi {
  50% {
    transform: rotate(180deg) scaleX(0.97);
  }

  100% {
    transform: rotate(360deg) scaleX(1);
  }
}

.navigation__container {
  position: fixed;
  left: 0;
  z-index: 99;
  height: 100%;
  padding: 1.2rem .5rem .3rem .3rem;
  background: #fff url(images/story_bg.png);
  text-align: left;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1) all;
  transform: translate(-100%, 0);
}

.is-open .navigation__container {
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1) all;
  transform: translate(0, 0);
}

.navigation__item {
  display: block;
  margin-top: .3rem;
  padding: .1em .2em .2em;
  background: #df0615;
  color: #fff;
  font-size: .18rem;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1) transform;
  transform: translate(-130%, 0);
  font-family: "Noto Serif JP", serif;
}

.navigation__item.-human {
  background: #00856c;
}

.navigation__item a {
  text-decoration: none;
}

.navigation__item:hover {
  background: #fff;
  color: #df0615;
}

.is-open .navigation__item:nth-of-type(1) {
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1) transform 0.06s;
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(2) {
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1) transform 0.12s;
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(3) {
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1) transform 0.18s;
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(4) {
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1) transform 0.24s;
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(5) {
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1) transform 0.3s;
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(6) {
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1) transform 0.36s;
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(7) {
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1) transform 0.42s;
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(8) {
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1) transform 0.48s;
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(9) {
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1) transform 0.54s;
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(10) {
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1) transform 0.6s;
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(11) {
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1) transform 0.66s;
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(12) {
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1) transform 0.72s;
  transform: translate(0, 0);
}

.profile {
  display: none;
}

.profile__container {
  position: relative;
  z-index: 1;
  padding: .1rem;
  background: url(images/story_bg.png);
  background-size: 25%;
  color: #fff;
}

.profile__inner {
  padding: min(0.4rem, 6vw);
  background: #df0615;
}

.profile__name {
  color: #000;
  font-size: .17rem;
  font-family: "Noto Serif JP", serif;
}

.profile__name em {
  margin: 0 .3em 0 0;
  color: #fff;
  font-size: 1.6em;
}

@media screen and (max-width: 767px) {
  .profile__name em {
    display: block;
    margin: 0 0 .3em;
    font-size: 1.3em;
  }
}

.profile__txt {
  margin: 1.5em 0 0;
  font-size: .14rem;
  line-height: 1.9;
}

.sp-human-bnr {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-human-bnr {
    display: block;
    padding: .2rem;
    text-align: center;
  }
}

.staff {
  padding: 0 .2rem;
  background: #df0615;
}

.staff__container {
  display: flex;
  gap: 6%;
  max-width: 1200px;
  margin: 0 auto;
  padding: min(1.1rem, 18vw) 0;
  border-top: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .staff__container {
    flex-direction: column;
    gap: .25rem;
  }
}

.staff__column01 {
  text-align: center;
}

.staff__column02 {
  flex-basis: 30.4%;
}

.staff__column03 {
  flex-basis: 38.5%;
}

.staff__heading {
  margin: 0 0 1em;
  color: #000;
  font-size: .14rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .staff__heading {
    font-size: 1.2em;
  }
}

.staff__txt {
  color: #fff;
  font-size: .14rem;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
}

.staff__films {
  color: #fff;
  font-size: min(0.12rem, 2.7vw);
}

.story {
  position: relative;
  z-index: 1;
  padding: .8rem .2rem;
  background: url(images/story_bg.png);
}

@media screen and (max-width: 767px) {
  .story {
    padding: .8rem 1.2rem .8rem 0;
  }
}

.story__contaier {
  max-width: 660px;
  margin: 0 auto;
  padding: .4rem .5rem .5rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .story__contaier {
    padding: .2rem;
  }
}

.story__txt {
  padding: 0 .3rem;
  color: #c30311;
  line-height: 2.2;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .story__txt {
    padding: 0 .14rem;
    line-height: 1.8;
  }
}

.story__bg01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(images/story_photo.jpg) repeat-y left top;
  background-size: 287px;
  -webkit-animation: scroll01 20s linear infinite;
  animation: scroll01 20s linear infinite;
}

@media screen and (max-width: 767px) {
  .story__bg01 {
    display: none;
  }
}

.story__bg02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(images/story_photo.jpg) repeat-y right top;
  background-size: 287px;
  -webkit-animation: scroll02 20s linear infinite;
  animation: scroll02 20s linear infinite;
}

@media screen and (max-width: 767px) {
  .story__bg02 {
    background-size: 144px;
  }
}

@-webkit-keyframes scroll01 {
  100% {
    background-position: 0 -1122px;
  }
}

@keyframes scroll01 {
  100% {
    background-position: 0 -1122px;
  }
}

@-webkit-keyframes scroll02 {
  100% {
    background-position: right 1122px;
  }
}

@keyframes scroll02 {
  100% {
    background-position: right 1122px;
  }
}

.fade-in {
  opacity: 0;
}

.fade-in.is-show {
  opacity: 1;
  transition: .7s ease opacity 1s;
}

.up-in {
  opacity: 0;
  transform: translate(0, 0.2rem);
}

.up-in.is-show {
  opacity: 1;
  transition: .7s ease opacity .2s, .7s ease transform .2s;
  transform: translate(0, 0);
}

@-webkit-keyframes catchFrame {
  0% {
    width: 0%;
    transform: scaleX(1);
  }

  40% {
    width: 100%;
    transform: scaleX(1);
  }

  60% {
    width: 100%;
    transform: scaleX(1);
  }

  100% {
    width: 100%;
    transform: scaleX(0);
  }
}

@keyframes catchFrame {
  0% {
    width: 0%;
    transform: scaleX(1);
  }

  40% {
    width: 100%;
    transform: scaleX(1);
  }

  60% {
    width: 100%;
    transform: scaleX(1);
  }

  100% {
    width: 100%;
    transform: scaleX(0);
  }
}

@-webkit-keyframes catchText {
  0% {
    visibility: hidden;
  }

  40% {
    visibility: hidden;
  }

  60% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@keyframes catchText {
  0% {
    visibility: hidden;
  }

  40% {
    visibility: hidden;
  }

  60% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@-webkit-keyframes fade {
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blur {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0.97) skew(1.5deg);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) skew(0);
  }
}

@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0.97) skew(1.5deg);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) skew(0);
  }
}

@-webkit-keyframes mouseon {
  1% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mouseon {
  1% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes glitch {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scaleX(1.4);
  }

  50% {
    opacity: 1;
    transform: scaleX(1.2);
  }

  85% {
    opacity: 0;
    transform: scaleX(1);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes glitch {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scaleX(1.4);
  }

  50% {
    opacity: 1;
    transform: scaleX(1.2);
  }

  85% {
    opacity: 0;
    transform: scaleX(1);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

/************************************

Display switch

************************************/
.pc-block {
  display: block;
}

.pc-inline {
  display: inline;
}

.sp-block {
  display: none;
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }
}