@charset "UTF-8";
.header {
  z-index: 15;
}
.header .twitter {
  z-index: 100;
}
.header .curtain--menu {
  z-index: 105;
}
.header .menu {
  z-index: 110;
}
.header .hamburger {
  z-index: 115;
}

.parts {
  z-index: 20;
}
.parts .curtain--popup {
  z-index: 205;
}
.parts .popup {
  z-index: 210;
}
.parts .curtain--trailer {
  z-index: 215;
}
.parts .trailer {
  z-index: 220;
}
.parts .curtain--fade02 {
  z-index: 225;
}
.parts .fade02 {
  z-index: 230;
}
.parts .curtain--fade01 {
  z-index: 235;
}
.parts .fade01 {
  z-index: 240;
}

.main {
  z-index: 5;
}

.footer {
  z-index: 10;
}

html {
  font-size: 62.5%;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  color: #0D4262;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.noScroll {
  overflow: hidden;
}

a {
  color: #0D4262;
}

img {
  vertical-align: bottom;
}

.header {
  max-width: 2200px;
  margin: 0 auto;
  background-color: #DDDDDD;
}
.header__inner {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .header__inner {
    flex-direction: column;
  }
}
.header__cont01 {
  width: 56.25%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .header__cont01 {
    width: 100%;
  }
}
.header__cont02 {
  width: 43.75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 16px;
}
@media (max-width: 1024px) {
  .header__cont02 {
    width: 100%;
    padding: 0 12px;
  }
}
.header__img01 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}
.header__img02 {
  position: absolute;
  top: 16px;
  left: 56px;
  width: 38%;
}
@media (max-width: 767px) {
  .header__img02 {
    width: 50%;
    top: 12px;
    left: 14px;
  }
}
.header__subtitle {
  position: absolute;
  top: 146px;
  right: 40px;
  width: 30px;
  height: auto;
  opacity: 0;
  transform: translateY(40px);
  filter: blur(8px);
  transition: opacity 0.5s 600ms, transform 0.5s 600ms, filter 0.5s 600ms;
}
.header__subtitle--opened {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (max-width: 767px) {
  .header__subtitle {
    width: 20px;
    top: 80px;
    right: 24px;
  }
}
.header__titleEng {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 768px;
  height: auto;
}
@media (max-width: 767px) {
  .header__titleEng {
    width: 94%;
    bottom: 16%;
    transform: translate(-50%, 50%);
  }
}
.header__title {
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  max-width: 600px;
  height: auto;
}
@media (max-width: 767px) {
  .header__title {
    width: 90%;
    bottom: 15%;
    transform: translate(-50%, 50%);
  }
}
.header__cont02-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.header__cont02-01-01 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .header__cont02-01-01 {
    flex-direction: column-reverse;
    margin-top: 16px;
    padding: 0 12px;
    width: 100%;
    align-items: center;
  }
}
.header__cont02-01-01-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .header__cont02-01-01-01 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 440px;
  }
}
.header__cont02-01-01-01-01 {
  margin-top: 78px;
  margin-left: 16px;
  text-align: center;
}
@media (max-width: 1024px) {
  .header__cont02-01-01-01-01 {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .header__cont02-01-01-01-01 {
    margin-top: 0;
    margin-left: 0;
    width: 28%;
    padding: 2px 0;
  }
}
.header__text01 {
  margin-top: 14px;
  margin-left: 6px;
  width: 100%;
  max-width: 440px;
  height: auto;
}
@media (max-width: 1024px) {
  .header__text01 {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .header__text01 {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.header__cont02-01-01-01-02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .header__cont02-01-01-01-02 {
    width: 68%;
    align-items: start;
    margin-top: 0;
    justify-content: space-between;
  }
}
.header__text02_01 {
  max-width: 288px;
  width: 100%;
}
@media (max-width: 767px) {
  .header__text02_01 {
    max-width: none;
  }
}
.header__text02_02 {
  max-width: 116px;
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .header__text02_02 {
    max-width: none;
    width: 40%;
    margin-top: 0;
  }
}
.header__date {
  width: 140px;
  height: auto;
}
@media (max-width: 767px) {
  .header__date {
    width: 70%;
  }
}
.header__day {
  width: 33px;
  height: auto;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .header__day {
    width: 23%;
    margin-left: 0;
  }
}
.header__cast {
  max-width: 477px;
  width: 100%;
  height: auto;
  margin-top: 91px;
}
@media (max-width: 1024px) {
  .header__cast {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .header__cast {
    margin-top: 48px;
  }
}
.header__staff {
  max-width: 477px;
  padding: 0 56px;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .header__staff {
    width: 100%;
    padding: 0 43px;
    margin-top: 24px;
  }
}
.header__staff02 {
  max-width: 527px;
  width: 100%;
  height: auto;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .header__staff02 {
    width: 100%;
    margin-top: 10px;
  }
}

.gallery {
  display: flex;
  width: 100%;
}
.gallery--01 {
  max-height: 672px;
}
@media (max-width: 1024px) {
  .gallery--01 {
    flex-direction: column;
    max-height: none;
  }
}
.gallery--02 {
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 800px;
}
@media (max-width: 1600px) {
  .gallery--02 {
    flex-direction: column;
    max-width: 316px;
  }
}
@media (max-width: 1200px) {
  .gallery--02 {
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 2000px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .gallery--02 {
    display: none;
  }
}
.gallery--03 {
  margin: 0 auto;
}
.gallery--04 {
  width: 100%;
}
.gallery__inner01 {
  display: flex;
  flex-direction: column;
  width: 25%;
}
@media (max-width: 1024px) {
  .gallery__inner01 {
    width: 100%;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .gallery__inner01 {
    flex-direction: column;
  }
}
.gallery__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.gallery__img--01-01 {
  width: 75%;
}
@media (max-width: 1024px) {
  .gallery__img--01-01 {
    width: 100%;
  }
}
.gallery__img--01-02 {
  max-height: 224px;
}
@media (max-width: 1024px) {
  .gallery__img--01-02 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .gallery__img--01-02 {
    width: 100%;
  }
}
.gallery__img--02 {
  width: 50%;
}
@media (max-width: 1600px) {
  .gallery__img--02 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .gallery__img--02 {
    width: 25%;
  }
}
.gallery__img--03 {
  width: 50%;
  height: 250px;
}
.gallery__img--03-1 {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.gallery__img--04 {
  height: 520px;
}
.gallery__img--04-1 {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}

.main {
  background-color: #DDDDDD;
  max-width: 2200px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .main {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.main__gallery--04 {
  margin-top: 112px;
}
@media (max-width: 1024px) {
  .main__gallery--04 {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .main__gallery--04 {
    margin-top: 40px;
  }
}

.slider {
  display: block;
  pointer-events: none;
}
@media (max-width: 767px) {
  .slider {
    display: none;
  }
}
.slider--sp {
  display: none;
}
@media (max-width: 767px) {
  .slider--sp {
    display: block;
  }
}
.slider__img {
  width: 400px;
  height: auto;
}
@media (min-width: 1601px) {
  .slider__img {
    width: 520px;
  }
}
@media (max-width: 767px) {
  .slider__img {
    width: 256px;
  }
}

.listCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  row-gap: 56px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (max-width: 1024px) {
  .listCont {
    max-width: 720px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .listCont {
    row-gap: 32px;
    -moz-column-gap: 0;
         column-gap: 0;
    max-width: 370px;
    justify-content: space-between;
  }
}
.listCont--wide {
  max-width: 1104px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 1024px) {
  .listCont--wide {
    max-width: 720px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .listCont--wide {
    max-width: 316px;
    row-gap: 32px;
    justify-content: space-between;
  }
}
.listCont--comment {
  flex-direction: column;
  max-width: 764px;
  row-gap: 80px;
}
@media (max-width: 1024px) {
  .listCont--comment {
    row-gap: 64px;
  }
}
@media (max-width: 767px) {
  .listCont--marginSp {
    margin-top: 24px;
  }
}

.section {
  padding: 112px 72px 80px;
  width: 100%;
}
@media (min-width: 1601px) {
  .section {
    padding: 112px 104px 80px;
  }
}
@media (max-width: 1024px) {
  .section {
    padding: 112px 72px 80px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 80px 18px 40px;
  }
}
.section--texture {
  background-color: #fff;
  background-image: url(../img/parts/03_texture/racePaper.png);
}
.section--pd {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .section--pd {
    padding-bottom: 96px;
  }
}
.section__heading {
  height: 75px;
  line-height: 75px;
  margin-left: -32px;
  display: block;
}
@media (max-width: 767px) {
  .section__heading {
    margin-left: -8px;
    height: 44px;
    line-height: 44px;
  }
}
.section__subTitle {
  padding-top: 16px;
  font-size: 3rem;
  display: block;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .section__subTitle {
    font-size: 1.8rem;
    padding-top: 8px;
  }
}
.section__textWrapper {
  margin-top: 40px;
  line-height: 2;
  max-width: 784px;
  position: relative;
  height: auto;
}
@media (max-width: 1024px) {
  .section__textWrapper {
    max-width: 1025px;
    widows: 100%;
  }
}
@media (max-width: 767px) {
  .section__textWrapper {
    margin-top: 20px;
  }
}
.section__textWrapper--center {
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .section__textWrapper--center {
    margin-top: 32px;
  }
}
.section__textWrapper p:not(:first-child) {
  padding-top: 24px;
}
.section__textWrapperImgWrapper {
  display: none;
}
@media (max-width: 1024px) {
  .section__textWrapperImgWrapper {
    display: block;
    margin-top: 24px;
    margin-bottom: 48px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section__textWrapperImgWrapper {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.section__textWrapperImg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__textWrapperInner {
  padding-top: 24px;
}
.section__name {
  max-width: 828px;
  margin: 32px auto 0;
  font-size: 2rem;
  display: block;
  text-align: right;
}
@media (max-width: 767px) {
  .section__name {
    font-size: 1.7rem;
    margin-top: 24px;
  }
}
.section__inner {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 1200px) {
  .section__inner {
    flex-direction: column;
  }
}
.section__imgWrapper--01 {
  margin-top: 80px;
}
.section__imgWrapper--03 {
  margin-top: 96px;
}
.section__imgWrapper--04 {
  margin-top: 112px;
}
.section__table {
  margin: 40px auto 16px;
}
@media (max-width: 767px) {
  .section__table {
    margin: 32px auto 0;
  }
}
.section__listCont--comment {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .section__listCont--comment {
    margin-top: 32px;
  }
}
.section__gallery--01 {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .section__gallery--01 {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .section__gallery--01 {
    margin-top: 32px;
  }
}
.section__gallery--02 {
  margin-left: 96px;
  margin-top: 96px;
}
@media (max-width: 1200px) {
  .section__gallery--02 {
    margin-left: 0;
    margin-top: 64px;
  }
}
@media (max-width: 1024px) {
  .section__gallery--02 {
    margin: 0;
  }
}
.section__gallery--03 {
  margin-top: 104px;
}
@media (max-width: 1024px) {
  .section__gallery--03 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .section__gallery--03 {
    margin-top: 56px;
  }
}
.section__comingSoon {
  width: 100%;
  text-align: center;
  padding: 180px 0;
}
@media (max-width: 767px) {
  .section__comingSoon {
    padding: 160px 0 96px;
  }
}
.section__comingSoonText {
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .section__comingSoonText {
    width: 120px;
  }
}

.list01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  width: 224px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .list01 {
    padding: 24px 12px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .list01 {
    padding: 24px 8px;
    width: 160px;
  }
}
.list01--wide {
  flex-direction: row;
  justify-content: center;
  width: 424px;
}
@media (max-width: 767px) {
  .list01--wide {
    width: 344px;
  }
}
.list01--noImg {
  width: 186px;
  padding: 24px 6px;
}
@media (max-width: 767px) {
  .list01--noImg {
    padding: 24px 6px;
    width: 142px;
  }
}
.list01__imgWrapper {
  width: 176px;
  height: 176px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .list01__imgWrapper {
    width: 144px;
    height: 144px;
  }
}
.list01__img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.list01__name {
  font-size: 1.9rem;
  margin-top: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .list01__name {
    font-size: 1.5rem;
    margin-top: 8px;
  }
}
.list01__name--lessMargin {
  margin-top: 4px;
}
.list01__role {
  font-size: 1.3rem;
  margin-top: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .list01__role {
    font-size: 1.2rem;
  }
}
.list01__btn {
  background-color: #061e2c;
  display: block;
  width: 174px;
  height: 40px;
  display: flex;
  justify-content: center;
  margin-top: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .list01__btn {
    width: 130px;
    height: 32px;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .list01__btn--02 {
    width: 130px;
    height: 32px;
    margin-top: 8px;
  }
}
.list01__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
}
.list01__btnImg {
  width: 122px;
  height: auto;
  fill: #DCDCDC;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  margin: 2px 0 0 -8px;
}
@media (max-width: 767px) {
  .list01__btnImg {
    width: 94px;
    margin: 2px 0 0 -6px;
  }
}
.list01__btnImg--short {
  width: 44px;
  margin: 2px 0 0 -4px;
}
@media (max-width: 767px) {
  .list01__btnImg--short {
    width: 34px;
  }
}
.list01__btnArrow {
  width: 4px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  .list01__btnArrow {
    width: 3px;
    right: 8px;
  }
}

.list02 {
  width: 100%;
}
.list02__textWrapper {
  line-height: 2;
}
.list02__name {
  font-size: 2rem;
  margin-top: 24px;
  text-align: right;
  display: block;
  width: 764px;
}
@media (max-width: 1024px) {
  .list02__name {
    margin-top: 24px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .list02__name {
    font-size: 1.7rem;
  }
}
.list02__namePosition {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .list02__namePosition {
    font-size: 1.4rem;
  }
}

.table {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  width: 680px;
  line-height: 96px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .table {
    width: 100%;
    font-size: 1.2rem;
    line-height: 72px;
  }
}
.table__th {
  font-weight: bold;
  border-bottom: 1px solid #0D4262;
  line-height: 72px;
}
@media (max-width: 767px) {
  .table__th {
    line-height: 40px;
  }
}
.table__link {
  color: #197fbc;
  text-decoration: underline;
  display: block;
}
.table__underline {
  width: 680px;
  border: none;
  height: 1px;
  background-color: #0D4262;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .table__underline {
    width: 100%;
  }
}

.footer {
  max-width: 2200px;
  margin: 0 auto;
  background-color: #000;
  font-family: sans-serif;
  height: 980px;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    height: 528px;
  }
}
.footer__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
  display: block;
  height: 498px;
}
@media (max-width: 767px) {
  .footer__img {
    height: 140px;
    -o-object-position: 50% 75%;
       object-position: 50% 75%;
  }
}
.footer__imgWrapper {
  position: relative;
  width: 100%;
  height: 498px;
}
@media (max-width: 767px) {
  .footer__imgWrapper {
    height: 140px;
  }
}
.footer__imgWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 0 70%, #000 100%);
}
.footer__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .footer__inner {
    padding: 0 16px;
  }
}
.footer__title {
  width: 613px;
  width: 613px;
  height: auto;
  margin: 440px auto 0;
  display: block;
}
@media (max-width: 767px) {
  .footer__title {
    width: 294px;
    margin: 160px auto 0;
  }
}
.footer__cast01 {
  margin: 64px auto 0;
  display: block;
  width: 100%;
  max-width: 660px;
  padding: 0 144px;
  height: auto;
}
@media (max-width: 767px) {
  .footer__cast01 {
    width: 262px;
    padding: 0;
    margin-top: 48px;
  }
}
.footer__cast02 {
  display: block;
  margin: 16px auto 0;
  width: 100%;
  max-width: 660px;
  height: auto;
}
@media (max-width: 767px) {
  .footer__cast02 {
    max-width: 340px;
    width: 100%;
    height: auto;
    margin-top: 16px;
    display: none;
  }
}
.footer__cast02--sp {
  display: none;
}
@media (max-width: 767px) {
  .footer__cast02--sp {
    display: block;
  }
}
.footer__staff01 {
  display: block;
  margin: 56px auto 0;
  width: 100%;
  max-width: 660px;
  height: auto;
  padding: 0 128px;
}
@media (max-width: 767px) {
  .footer__staff01 {
    display: block;
    padding: 0 40px;
    width: 340px;
    margin-top: 24px;
  }
}
.footer__staff02 {
  display: block;
  margin: 20px auto 0;
  width: 100%;
  max-width: 980px;
  height: auto;
}
@media (max-width: 767px) {
  .footer__staff02 {
    margin-top: 12px;
    width: 100%;
    display: none;
  }
}
.footer__staff02--sp {
  display: none;
}
@media (max-width: 767px) {
  .footer__staff02--sp {
    display: block;
  }
}
.footer__credit {
  display: block;
  margin: 14px auto 0;
  width: 100%;
  max-width: 980px;
  padding: 0 270px;
}
@media (max-width: 767px) {
  .footer__credit {
    margin-top: 8px;
    max-width: 325px;
    padding: 0 48px;
  }
}
.footer__icon {
  width: 53.87px;
  height: auto;
  margin: 40px auto 0;
  display: block;
}
@media (max-width: 767px) {
  .footer__icon {
    width: 28px;
    margin: 32px auto 0;
  }
}

@media (min-width: 1025px) {
  .table__link:hover {
    opacity: 0.7;
  }
  .menu__globalNavLink:hover {
    opacity: 0.6;
  }
  .menu__iconNavLink:hover {
    opacity: 0.6;
  }
  .list01__btn {
    transition: background-color 0.2s;
  }
  .list01__btnImg {
    transition: fill 0.2s;
  }
  .list01__btnArrow {
    transition: margin 0.3s;
  }
  .list01__img {
    transition: 0.3s;
  }
  .list01:hover .list01__btn {
    background-color: #eeeeee;
  }
  .list01:hover .list01__btnImg {
    fill: #0D4262;
  }
  .list01:hover .list01__btnArrow {
    margin-right: -5px;
  }
  .list01:hover .list01__img {
    transform: scale(1.1);
  }
}
.JS-scroll .scroll01 {
  position: relative;
}
.JS-scroll .scroll01::after {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  content: "";
  background-color: #dcdcdc;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
}
.JS-scroll .scroll01__inner {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(100%);
  transition: transform 400ms 1000ms ease-out;
}
@media (max-width: 1024px) {
  .JS-scroll .scroll01__inner {
    transition: transform 600ms 800ms ease-out;
  }
}
.JS-scroll .scroll02 {
  transform: translateY(64px);
  opacity: 0;
  transition: transform 1000ms 1800ms ease-out, opacity 1000ms 1800ms ease-out;
}
@media (max-width: 767px) {
  .JS-scroll .scroll02 {
    transform: translateY(20px);
    transition: transform 500ms 1800ms ease-out, opacity 500ms 1800ms ease-out;
  }
}
.JS-scroll.scroll03 .scroll03__01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 500ms, transform 500ms;
}
@media (max-width: 767px) {
  .JS-scroll.scroll03 .scroll03__01 {
    transform: translateY(20px);
  }
}
.JS-scroll.scroll03 .scroll03__02 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 500ms 500ms, transform 500ms 500ms;
}
@media (max-width: 767px) {
  .JS-scroll.scroll03 .scroll03__02 {
    transform: translateY(20px);
  }
}
.JS-scroll.scroll03 .scroll03__03 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 500ms 1000ms, transform 500ms 1000ms;
}
@media (max-width: 767px) {
  .JS-scroll.scroll03 .scroll03__03 {
    transform: translateY(20px);
  }
}
.JS-scroll.scroll03 .scroll03__04 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 500ms 1500ms, transform 500ms 1500ms;
}
@media (max-width: 767px) {
  .JS-scroll.scroll03 .scroll03__04 {
    transform: translateY(20px);
  }
}
.JS-scroll .scroll04__01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s 3000ms, transform 0.5s 3000ms;
}
@media (max-width: 767px) {
  .JS-scroll .scroll04__01 {
    transform: translateY(20px);
  }
}
.JS-scroll .scroll04__02 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s 4000ms, transform 0.5s 4000ms;
}
@media (max-width: 767px) {
  .JS-scroll .scroll04__02 {
    transform: translateY(20px);
  }
}
.JS-scroll .scroll04__03 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s 5000ms, transform 0.5s 5000ms;
}
@media (max-width: 767px) {
  .JS-scroll .scroll04__03 {
    transform: translateY(20px);
  }
}
.JS-scroll .scroll04__04 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s 6000ms, transform 0.5s 6000ms;
}
@media (max-width: 767px) {
  .JS-scroll .scroll04__04 {
    transform: translateY(20px);
  }
}
.JS-scroll .scroll05 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 500ms 1000ms, transform 500ms 1000ms ease-out;
}
@media (max-width: 767px) {
  .JS-scroll .scroll05 {
    transform: translateY(20px);
    transition: opacity 500ms 500ms, transform 500ms 500ms ease-out;
  }
}
.JS-scroll .scroll06 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1000ms, transform 1000ms ease-out;
}
@media (max-width: 767px) {
  .JS-scroll .scroll06 {
    transform: translateY(20px);
    transition: opacity 500ms, transform 500ms ease-out;
  }
}
.JS-scroll.scroll07 .scroll07__01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 500ms, transform 500ms;
}
@media (max-width: 767px) {
  .JS-scroll.scroll07 .scroll07__01 {
    transform: translateY(20px);
  }
}
.JS-scroll.scroll07 .scroll07__02 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 500ms, transform 500ms;
}
@media (max-width: 767px) {
  .JS-scroll.scroll07 .scroll07__02 {
    transform: translateY(20px);
  }
}
@media (max-width: 1024px) {
  .JS-scroll .scroll08 {
    opacity: 0;
    transform: translateY(40px);
    transition: transform 500ms ease-out, opacity 500ms ease-out;
  }
}
@media (max-width: 767px) {
  .JS-scroll .scroll08 {
    transform: translateY(20px);
  }
}
@media (max-width: 1024px) {
  .JS-scroll .scroll08 .scroll08__02 {
    opacity: 0;
    transform: translateY(40px);
    transition: transform 500ms 1200ms ease-out, opacity 500ms 1200ms ease-out;
  }
}
@media (max-width: 767px) {
  .JS-scroll .scroll08 .scroll08__02 {
    transform: translateY(20px);
  }
}

.is-scrolled .scroll01__inner {
  transform: translateY(0);
}
.is-scrolled .scroll02 {
  transform: translateY(0);
  opacity: 1;
}
.is-scrolled.scroll03 .scroll03__01 {
  opacity: 1;
  transform: translateY(0);
}
.is-scrolled.scroll03 .scroll03__02 {
  opacity: 1;
  transform: translateY(0);
}
.is-scrolled.scroll03 .scroll03__03 {
  opacity: 1;
  transform: translateY(0);
}
.is-scrolled.scroll03 .scroll03__04 {
  opacity: 1;
  transform: translateY(0);
}
.is-scrolled .scroll04__01 {
  opacity: 1;
  transform: translateY(0);
}
.is-scrolled .scroll04__02 {
  opacity: 1;
  transform: translateY(0);
}
.is-scrolled .scroll04__03 {
  opacity: 1;
  transform: translateY(0);
}
.is-scrolled .scroll04__04 {
  opacity: 1;
  transform: translateY(0);
}
.is-scrolled .scroll05 {
  opacity: 1;
  transform: translateY(0);
}
.is-scrolled.scroll06 {
  opacity: 1;
  transform: translateY(0);
}
.is-scrolled.scroll07 .scroll07__01 {
  opacity: 1;
  transform: translateY(0);
}
.is-scrolled.scroll07 .scroll07__02 {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .is-scrolled.scroll08 {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .is-scrolled.scroll08 .scroll08__02 {
    opacity: 1;
    transform: translateY(0);
  }
}

.hamburger {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: fixed;
  cursor: pointer;
  mix-blend-mode: difference;
  background-blend-mode: soft-light;
  top: 24px;
  right: 24px;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .hamburger {
    width: 40px;
    height: 40px;
    top: 12px;
    right: 12px;
  }
}
.hamburger__line {
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
@media (max-width: 767px) {
  .hamburger__line {
    width: 20px;
  }
}
.hamburger__line--01 {
  top: calc(50% - 7px);
  right: calc(50% - 12px);
  transition: transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .hamburger__line--01 {
    top: calc(50% - 6px);
    right: calc(50% - 10px);
  }
}
.hamburger__line--02 {
  width: 15px;
  top: calc(50% - 1px);
  right: calc(50% - 12px);
  transition: width 0.1s ease-in;
}
@media (max-width: 767px) {
  .hamburger__line--02 {
    width: 12px;
    top: calc(50% - 1px);
    right: calc(50% - 10px);
  }
}
.hamburger__line--03 {
  top: calc(50% + 5px);
  right: calc(50% - 12px);
  transition: transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .hamburger__line--03 {
    top: calc(50% + 4px);
    right: calc(50% - 10px);
  }
}
.hamburger--opened .hamburger__line--01 {
  transform: translateY(6px) rotate(-27deg);
}
@media (max-width: 767px) {
  .hamburger--opened .hamburger__line--01 {
    transform: translateY(5px) rotate(-25deg);
  }
}
.hamburger--opened .hamburger__line--02 {
  width: 0;
}
.hamburger--opened .hamburger__line--03 {
  transform: translateY(-6px) rotate(27deg);
}
@media (max-width: 767px) {
  .hamburger--opened .hamburger__line--03 {
    transform: translateY(-5px) rotate(25deg);
  }
}
.hamburger--closed .hamburger__line--01 {
  transform: rotate(0);
}
.hamburger--closed .hamburger__line--02 {
  width: 15px;
}
.hamburger--closed .hamburger__line--03 {
  transform: rotate(0);
}
.hamburger--active {
  opacity: 1;
}

.twitter {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: fixed;
  cursor: pointer;
  mix-blend-mode: difference;
  top: 24px;
  right: 88px;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .twitter {
    width: 40px;
    height: 40px;
    top: 12px;
    right: 66px;
  }
}
.twitter__img {
  width: 24px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .twitter__img {
    width: 18px;
  }
}
.twitter--active {
  opacity: 1;
}

.menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain; /* スクロール可能な要素に付与する必要有り */
}
.menu--active {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.menu--inactive {
  pointer-events: none;
  opacity: 0;
}
.menu__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 1024px) {
  .menu__inner {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.menu__globalNavList {
  display: block;
  width: auto;
}
@media (max-width: 1024px) {
  .menu__globalNavList {
    width: 100%;
  }
}
.menu__globalNavLink {
  display: flex;
  padding: 12px 24px;
  width: 470px;
}
@media (max-width: 767px) {
  .menu__globalNavLink {
    width: 100%;
    padding: 8px;
  }
}
.menu__globalNavImg--trailer {
  width: 134.4px;
  height: auto;
}
@media (max-width: 767px) {
  .menu__globalNavImg--trailer {
    width: 80.6px;
  }
}
.menu__globalNavImg--introduction {
  width: 250.1px;
  height: auto;
}
@media (max-width: 767px) {
  .menu__globalNavImg--introduction {
    width: 150px;
  }
}
.menu__globalNavImg--story {
  width: 102.9px;
  height: auto;
}
@media (max-width: 767px) {
  .menu__globalNavImg--story {
    width: 61.7px;
  }
}
.menu__globalNavImg--cast {
  width: 86.15px;
  height: auto;
}
@media (max-width: 767px) {
  .menu__globalNavImg--cast {
    width: 51.6px;
  }
}
.menu__globalNavImg--staff {
  width: 107.5px;
  height: auto;
}
@media (max-width: 767px) {
  .menu__globalNavImg--staff {
    width: 64.5px;
  }
}
.menu__globalNavImg--comment {
  width: 191.6px;
  height: auto;
}
@media (max-width: 767px) {
  .menu__globalNavImg--comment {
    width: 114.9px;
  }
}
.menu__globalNavImg--statement {
  width: 203.1px;
  height: auto;
}
@media (max-width: 767px) {
  .menu__globalNavImg--statement {
    width: 121.8px;
  }
}
.menu__globalNavImg--theater {
  width: 150.85px;
  height: auto;
}
@media (max-width: 767px) {
  .menu__globalNavImg--theater {
    width: 90.5px;
  }
}
.menu__globalNavText {
  font-size: 1.7rem;
  display: block;
  color: #2E2E2E;
  margin-top: 16px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .menu__globalNavText {
    font-size: 1rem;
    margin-top: 12px;
    margin-left: 8px;
  }
}
.menu__globalNavListUnit {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  -moz-column-gap: 72px;
       column-gap: 72px;
  row-gap: 24px;
}
@media (min-width: 1025px) {
  .menu__globalNavListUnit {
    width: 1012px;
    height: 408px;
    transform: translateX(56px);
  }
}
@media (max-width: 1024px) {
  .menu__globalNavListUnit {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .menu__globalNavListUnit {
    row-gap: 12px;
  }
}
.menu__globalNav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 64px;
}
@media (max-width: 1024px) {
  .menu__globalNav {
    justify-content: flex-start;
    padding: 72px 72px 0;
  }
}
@media (max-width: 767px) {
  .menu__globalNav {
    padding: 56px 32px 0;
  }
}
.menu__iconNavWrapper {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #2E2E2E;
  position: relative;
}
@media (max-width: 767px) {
  .menu__iconNavWrapper {
    width: 40px;
    height: 40px;
  }
}
.menu__iconNavImg {
  display: block;
  width: 31px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .menu__iconNavImg {
    width: 20px;
  }
}
.menu__iconNavText {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .menu__iconNavText {
    margin-top: 4px;
  }
}
.menu__iconNavText--news {
  width: 54.29px;
  height: auto;
}
@media (max-width: 767px) {
  .menu__iconNavText--news {
    width: 33.4px;
  }
}
.menu__iconNavText--contact {
  width: 79.09px;
  height: auto;
}
@media (max-width: 767px) {
  .menu__iconNavText--contact {
    width: 48.6px;
  }
}
.menu__iconNavLink {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu__iconNavListUnit {
  display: flex;
  gap: 40px;
}
.menu__iconNav {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .menu__iconNav {
    margin: 64px auto 16px;
  }
}

.closeIcon {
  width: 48px;
  height: 48px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .closeIcon {
    width: 40px;
    height: 40px;
  }
}
.closeIcon__line {
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  background-color: #dcdcdc;
  top: 50%;
  left: 50%;
}
.closeIcon__line--01 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.closeIcon__line--02 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  background-color: #000;
}
.curtain--menu {
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  background-image: url(../img/parts/03_texture/naturalPaper.png);
  background-repeat: repeat;
}
.curtain--menu--active {
  pointer-events: auto;
  opacity: 1;
}
.curtain--menu--inactive {
  pointer-events: none;
  opacity: 0;
}
.curtain--trailer {
  opacity: 0.9;
  pointer-events: auto;
}
.curtain--trailer--inactive {
  opacity: 0;
  pointer-events: none;
}
.curtain--popup {
  opacity: 0;
  pointer-events: none;
}
.curtain--popup--active {
  opacity: 0.9;
  pointer-events: auto;
}
.curtain--fade02 {
  background-color: #fff;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s;
}
.curtain--fade02--inactive {
  opacity: 0;
  pointer-events: none;
}
.curtain--fade01 {
  background-color: #fff;
  opacity: 1;
  pointer-events: auto;
}
.curtain--fade01--inactive {
  opacity: 0;
  pointer-events: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
@media (min-width: 1601px) {
  .popup {
    padding-top: 112px;
  }
}
@media (max-width: 1024px) {
  .popup {
    padding: 88px;
  }
}
@media (max-width: 767px) {
  .popup {
    padding: 64px 18px;
  }
}
.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup__article {
  z-index: 10;
  transition: width 0.5s;
  max-height: 576px;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain; /* スクロール可能な要素に付与する必要有り */
  -webkit-overflow-scrolling: auto;
  background-color: #DCDCDC;
}
@media (max-width: 1024px) {
  .popup__article {
    width: 100%;
    margin: 0;
    max-height: none;
    height: 100%;
  }
}
.popup__inner {
  padding: 56px 48px 16px;
  display: flex;
  gap: 40px;
}
.popup__inner--noImg {
  flex-direction: column;
}
@media (max-width: 1024px) {
  .popup__inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .popup__inner {
    padding: 24px 18px 24px;
    gap: 8px;
  }
}
.popup__cont01 {
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .popup__cont01 {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .popup__cont01 {
    padding-top: 0;
  }
}
.popup__imgWrapper {
  width: 264px;
  height: 264px;
}
@media (max-width: 767px) {
  .popup__imgWrapper {
    width: 144px;
    height: 144px;
  }
}
.popup__img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.popup__name {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 2.2rem;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .popup__name {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.popup__role {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  margin-top: 12px;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .popup__role {
    font-size: 1.2rem;
    margin-top: 8px;
    margin-bottom: -6px;
  }
}
.popup__cont02-01 {
  margin-bottom: 56px;
}
.popup__text {
  font-size: 1.5rem;
  line-height: 2.2;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .popup__text {
    font-size: 1.3rem;
    line-height: 2.1;
  }
}
.popup__text--gothic {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 2.1;
  margin-top: 0;
}
@media (max-width: 767px) {
  .popup__text--gothic {
    font-size: 1.2rem;
  }
}
.popup__heading {
  height: auto;
}
.popup__heading--profile {
  width: 73.5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .popup__heading--profile {
    width: 52px;
  }
}
.popup__heading--comment {
  width: 114.9px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .popup__heading--comment {
    width: 86px;
  }
}
.popup__closeIcon {
  position: absolute;
  top: 32px;
  right: 50%;
  transform: translateX(508px);
  z-index: 5;
}
@media (min-width: 1601px) {
  .popup__closeIcon {
    top: 64px;
  }
}
@media (max-width: 1024px) {
  .popup__closeIcon {
    transform: translateX(0);
    top: 40px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .popup__closeIcon {
    position: fixed;
    top: 12px;
    right: 12px;
  }
}
.popup__inner {
  opacity: 0;
  transition: opacity 0.2s;
}
.popup__article {
  width: 0;
  transition: width 0.5s;
}
.popup__closeIcon {
  opacity: 0;
  transition: opacity 0.2s;
}
.popup--active {
  opacity: 1;
  pointer-events: auto;
}
.popup--active .popup__inner--active {
  opacity: 1;
}
.popup--active .popup__article--active {
  width: 928px;
}
@media (max-width: 1024px) {
  .popup--active .popup__article--active {
    width: 100%;
  }
}
.popup--active .popup__closeIcon--active {
  opacity: 1;
}

.trailer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
}
.trailer--inactive {
  opacity: 0;
  pointer-events: none;
}
.trailer__inner {
  width: 100%;
  max-width: 800px;
  border: 4px solid #111;
  background-color: #111;
  position: relative;
}
@media (max-width: 1024px) {
  .trailer__inner {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .trailer__inner {
    width: 90%;
    margin-top: -32px;
  }
}
.trailer__inner--landscape {
  margin-top: 0;
}
.trailer__closeIcon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  transform: translate(48px, -48px);
}
@media (max-width: 767px) {
  .trailer__closeIcon {
    transform: translate(4px, -56px);
  }
}
.trailer__closeIcon--landscape {
  position: fixed;
  transform: translate(0);
  top: 12px;
  right: 12px;
}

/* youtube */
.youtube__wrapper {
  z-index: 1;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #111;
}
.youtube__wrapper iframe {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.fade02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.fade02__imgWrapper {
  opacity: 0;
  transform: translateX(48px);
  transition: opacity 0.3s, transform 0.3s;
  width: 64px;
  height: 104px;
}
@media (max-width: 767px) {
  .fade02__imgWrapper {
    width: 48px;
    height: 78px;
  }
}
.fade02__imgWrapper--active {
  opacity: 1;
  transform: translateX(0);
}
.fade02__imgWrapper--inactive {
  opacity: 0;
  transform: translateX(-48px);
}
.fade02__illust {
  width: 64px;
  height: auto;
}
@media (max-width: 767px) {
  .fade02__illust {
    width: 48px;
  }
}
.fade02__imgWrapper02 {
  opacity: 0;
  transition: opacity 0.4s;
  width: 320px;
  height: 40px;
}
@media (max-width: 767px) {
  .fade02__imgWrapper02 {
    width: 240px;
    height: 30px;
  }
}
.fade02__imgWrapper02--active {
  opacity: 1;
}
.fade02__imgWrapper02--inactive {
  opacity: 0;
}
.fade02__title {
  width: 320px;
  height: auto;
}
@media (max-width: 767px) {
  .fade02__title {
    width: 240px;
  }
}

.fade01 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.fade01--active {
  opacity: 1;
}
.fade01--inactive {
  opacity: 0;
}

.loader008,
.loader008:after {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.loader008 {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(34, 33, 33, 0.2);
  border-right: 4px solid rgba(34, 33, 33, 0.2);
  border-bottom: 4px solid rgba(34, 33, 33, 0.2);
  border-left: 4px solid #2e2e2e;
  transform: translateZ(0);
  animation: load8 1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#introduction {
  width: 413px;
  height: auto;
}
@media (max-width: 767px) {
  #introduction {
    width: 228px;
  }
}
#introduction__base path {
  fill: #0D4262; /* 塗りの色 */
}
#introduction__mask path {
  fill: none; /* 塗りの色 */
  stroke: #ffffff; /* 線の色 */
  stroke-width: 8px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}

#story {
  width: 240px;
  height: auto;
}
@media (max-width: 767px) {
  #story {
    width: 127px;
  }
}
#story__base path {
  fill: #0D4262; /* 塗りの色 */
}
#story__mask path {
  fill: none; /* 塗りの色 */
  stroke: #ffffff; /* 線の色 */
  stroke-width: 8px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}

#cast {
  width: 224px;
  height: auto;
}
@media (max-width: 767px) {
  #cast {
    width: 117px;
  }
}
#cast__base path {
  fill: #0D4262; /* 塗りの色 */
}
#cast__mask path {
  fill: none; /* 塗りの色 */
  stroke: #ffffff; /* 線の色 */
  stroke-width: 8px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}

#staff {
  width: 245px;
  height: auto;
}
@media (max-width: 767px) {
  #staff {
    width: 130px;
  }
}
#staff__base path {
  fill: #0D4262; /* 塗りの色 */
}
#staff__mask path {
  fill: none; /* 塗りの色 */
  stroke: #ffffff; /* 線の色 */
  stroke-width: 8px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}

#comment {
  width: 346px;
  height: auto;
}
@media (max-width: 767px) {
  #comment {
    width: 189px;
  }
}
#comment__base path {
  fill: #0D4262; /* 塗りの色 */
}
#comment__mask path {
  fill: none; /* 塗りの色 */
  stroke: #ffffff; /* 線の色 */
  stroke-width: 8px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}

#statement {
  width: 356px;
  height: auto;
}
@media (max-width: 767px) {
  #statement {
    width: 195px;
  }
}
#statement__base path {
  fill: #0D4262; /* 塗りの色 */
}
#statement__mask path {
  fill: none; /* 塗りの色 */
  stroke: #ffffff; /* 線の色 */
  stroke-width: 8px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}

#theater {
  width: 302px;
  height: auto;
}
@media (max-width: 767px) {
  #theater {
    width: 163px;
  }
}
#theater__base path {
  fill: #0D4262; /* 塗りの色 */
}
#theater__mask path {
  fill: none; /* 塗りの色 */
  stroke: #ffffff; /* 線の色 */
  stroke-width: 8px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}/*# sourceMappingURL=styles.css.map */