@charset "UTF-8";
body {
  font-size: min(3.7333333333vw, 15.5px);
  color: #454c50;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../img/lp-wrap2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  font-weight: 300;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  body {
    background-position: top left;
  }
}

@media screen and (min-width: 768px) {
  html,
  body {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .pc__main {
    position: relative;
    z-index: 50;
  }
}

@media screen and (min-width: 768px) {
  .scroll__canvas {
    width: max(29.1666666667vw, 379px);
    max-width: 534px;
    height: calc(100vh - 150px);
    position: absolute;
    overflow-y: scroll;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(47, 45, 49, 0.3921568627);
    border-radius: 20px;
    border: 3px solid #0c0b0b;
  }
}

.scroll__canvas::-webkit-scrollbar {
  background: rgba(47, 45, 49, 0.3921568627);
  width: 5px;
  border-radius: 100px;
}

.scroll__canvas::-webkit-scrollbar-thumb {
  background-color: rgba(169, 220, 224, 0.5490196078);
  height: 4px;
  border-radius: 30px;
}

.scroll__canvas::-webkit-scrollbar-track {
  margin-top: 12px;
  margin-bottom: 8px;
}

.inner {
  padding-left: 4vw;
  padding-right: 4vw;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.heading {
  text-align: center;
  padding-top: 60px;
}

.heading__en {
  font-family: "Lora", sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 3.85px;
}

.heading__img {
  width: 32px;
  height: 31px;
  margin: 0 auto;
  margin-top: 7px;
}

.heading__ja {
  font-size: 13px;
  font-weight: 350;
  letter-spacing: 1.3px;
  margin-top: 10px;
}

.clear {
  padding-top: 0;
}

.button {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 100;
  font-weight: 400;
  letter-spacing: 1.8px;
  width: 224px;
  border-radius: 25px;
  background: #e87c77;
  height: 41px;
  color: #fff;
  line-height: 20px; /* 111.111% */
  letter-spacing: 3px;
  vertical-align: middle;
  box-shadow: 8px 8px 5.2px 0px rgba(135, 27, 27, 0.21);
  transition: opacity 0.3s;
}
.button:hover {
  opacity: 0.7;
}
.button img {
  width: 15px;
  stroke-width: 1.5px;
  stroke: #fff;
  margin-bottom: 2px;
  margin-left: 4px;
}

.header {
  width: 100vw;
  background-color: #454c50;
  position: fixed;
  z-index: 100;
  top: 0;
  box-shadow: 5px 6px 8.2px 0px rgba(19, 19, 20, 0.523);
}
@media screen and (min-width: 768px) {
  .header {
    display: none;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  padding: 16px 15px;
}

.header__logo a img {
  width: 17.3333333333vw;
  display: block;
}

.header__link:hover {
  color: #f5810e;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(30deg);
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(-30deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: #111;
  transition: transform 0.3s linear, top 0.3s linear;
}

.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}

.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.header__nav {
  display: none;
}

.header__link {
  font-family: "Lora", sans-serif;
  color: #fff;
  line-height: 300%;
  display: flex;
  justify-content: right;
  letter-spacing: 2px;
  font-size: 17px;
  transition: color 0.3s;
}

.drawer-content {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #22292e;
  z-index: 50;
  padding: 86px 20px 30px;
  transform: translateX(100%);
  transition: transform 0.3s linear;
}

.drawer-content.is-checked {
  transform: translateX(0);
}

.header__open {
  margin-top: 8px;
}

.drawer-icon {
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 51;
}

.header-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1.5px;
  border-radius: 7px;
  background: #fafafa;
}
.header-icon__bar:nth-of-type(2) {
  top: 9px;
}
.header-icon__bar:nth-of-type(3) {
  top: 18px;
}

.pc__main {
  height: 100vh;
}

.lp-wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .lp-wrap {
    display: block;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: -99;
  }
}

.lp-wrap-nav {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: min(3.4722222222vw, 50px);
}

.lp-wrap-logo {
  width: min(19.0972222222vw, 275px);
  margin-left: auto;
}
.lp-wrap-logo img {
  width: 100%;
}

.nav-link-items {
  margin-top: min(5.2083333333vw, 75px);
}

.nav__link {
  display: flex;
  flex-direction: column;
  text-align: right;
  color: #9ca2ad;
  font-family: "Lora", sans-serif;
  font-size: min(1.5277777778vw, 22px);
  font-weight: 450;
  letter-spacing: 3.3px;
  margin-top: 20px;
  transition: color 0.3s;
}

.nav__link:hover {
  color: #f5810e;
}

.nav__button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 30px;
  gap: 20px;
}

.nav__btn {
  height: min(2.9166666667vw, 42px);
  background: #d1e9f7;
  width: min(16.1805555556vw, 233px);
  color: #102a3c;
  font-size: min(1.3888888889vw, 20px);
  font-weight: 500;
  letter-spacing: 2.53px;
  border-radius: 10px;
  transition: color 0.3s, opacity 0.3s;
}

.nav__btn:hover {
  background: #f5810e;
  color: #fff;
}

.btn2 {
  width: min(21.5277777778vw, 310px);
  font-size: min(1.3194444444vw, 19px);
  letter-spacing: 2.53px;
}

.fv {
  margin-top: 68.88px;
}

.mv {
  position: relative;
}
.mv img {
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .mv {
    display: none;
  }
}

.mv__text {
  writing-mode: vertical-rl;
  color: #fff;
  font-family: "Shippori Mincho";
  font-size: min(3.2vw, 17px);
  font-style: normal;
  position: absolute;
  letter-spacing: 3px;
  top: 12.8vw;
  left: 68vw;
}

.titel-logo {
  width: 48vw;
  margin: 0 auto;
  padding: 9.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .titel-logo {
    display: none;
  }
}

.fv__body {
  margin-top: 6.1333333333vw;
  position: relative;
}

.fv__body::before {
  content: "";
  position: absolute;
  border-radius: 18px;
  right: 35px;
  bottom: 23px;
  width: 100%;
  height: 100%;
  background: #d1e9f7;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .fv__body::before {
    right: 75px;
    bottom: 27px;
  }
}

.fv__story {
  padding: 10.6666666667vw 8vw;
  border-radius: 18px;
  background: #fafdff;
}
@media screen and (min-width: 768px) {
  .fv__story {
    padding: 40px 30px;
  }
}

.fv__text {
  font-weight: 300;
  line-height: 28px; /* 214.286% */
  letter-spacing: 0.42px;
  font-size: 13px;
  text-align: center;
}

.fv__catch {
  font-family: "Shippori Mincho";
  font-size: min(4.2666666667vw, 15px);
  font-weight: 100;
  line-height: 30px;
  margin: 30px auto;
  color: #fafafa;
  background: #6e777c;
  height: 37px;
  width: min(82.9333333333vw, 300px);
  display: flex; /**/
  align-items: center; /* 上下中央寄せ */
  justify-content: center;
}
.fv__card {
  margin: 40px 0 30px;
  background: #6e777c;
  color: #fff;
  padding: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv__card {
    margin-top: 60px;
  }
}

.fv__card-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}

.fv__card-text2 {
  font-size: 16px;
  margin-top: 6px;
  position: relative;
  letter-spacing: 0.7px;
}
.fv__card-text2 span {
  font-size: 14px;
}

.fv__card-text2::after {
  position: absolute;
  content: "";
  background-color: #d7e0f0;
  width: 270px;
  height: 0.6px;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.fv__name {
  display: flex;
  flex-direction: row;
  gap: 12px;
  place-content: center;
  place-items: center;
  margin-top: 23px;
}

.fv__name-text {
  font-size: 16px;
}

.fv__name-text2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}

.cast {
  padding-bottom: 60px;
  color: #ffffff;
}

.cast__content {
  position: relative;
}

@media screen and (min-width: 768px) {
  .cast__title {
    padding-top: 150px;
    margin-bottom: 110px;
  }
}

.cast__list {
  position: relative;
  margin-top: 35px;
}

.cast__list::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 97%;
  bottom: 24px;
  background: #1b233b;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast__list::before {
    display: none;
  }
}

.cast__list-item {
  text-align: right;
}
.cast__list-item img {
  width: 80.8vw;
}
@media screen and (min-width: 768px) {
  .cast__list-item img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cast__list-item {
    margin-bottom: 110px;
  }
}

.schedule {
  padding-top: 46px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .schedule {
    padding-top: 60px;
  }
}

.schedule__title {
  color: #fff;
  background: #6e777c;
  padding-top: 19px;
  padding-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .schedule__title {
    margin-bottom: 80px;
  }
}

.schedule__table {
  margin-top: 50px;
  text-align: center;
}
.schedule__table img {
  width: 345px;
}

.schedule__text {
  padding-top: 20px;
  letter-spacing: 0.7px;
  width: min(92vw, 325px);
  margin: 0 auto;
  font-size: 14.5px;
  color: white;
}

.access {
  padding-bottom: 60px;
  background: #fafdff;
}
@media screen and (min-width: 768px) {
  .access {
    margin-top: 150px;
    margin-bottom: 60px;
  }
}

.access__address {
  margin-top: 35px;
}

.access__address-name {
  font-size: 18px;
  letter-spacing: 1.44px;
  color: #6b819b;
  font-weight: 450;
}

.access__address-text {
  margin-top: 2px;
  letter-spacing: 0.42px;
}

.access__iframe {
  margin-top: 20px;
  text-align: center;
}

.ticket {
  padding-bottom: 60px;
  color: white;
}
@media screen and (min-width: 768px) {
  .ticket {
    margin-top: 150px;
  }
}

.ticket__img {
  width: 42px;
  height: 31.08px;
}

.ticket__content {
  background: #fff;
  border-radius: 5px;
  margin: 38px auto;
  width: min(71.7333333333vw, 269px);
  height: 214px;
  padding: 21px 23px;
}

.ticket__table {
  border-collapse: collapse;
  color: #454c50;
}
.ticket__table th {
  font-size: 4.2666666667;
  text-align: left;
  width: 113px;
  height: 40px;
  vertical-align: middle;
}
.ticket__table td {
  font-size: min(4.8vw, 18px);
  text-align: right;
  padding-left: 45px;
  font-weight: 500;
  letter-spacing: 0.54px;
  vertical-align: middle;
}
.ticket__table td span {
  font-size: 14px;
}
.ticket__table tr {
  border-bottom: 0.3px solid #454c50;
}

.ticket__content-text {
  line-height: 21px;
  letter-spacing: 0.7px;
  width: min(85.3333333333vw, 320px);
  margin: 0 auto;
  font-size: 14px;
}

.ticket__button {
  text-align: center;
}

.comment {
  padding-bottom: 60px;
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .comment {
    margin-top: 150px;
  }
}

.comment::before {
  content: "";
  position: absolute;
  width: 92vw;
  height: 100%;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .comment::before {
    width: 100%;
  }
}

.comment__profile {
  text-align: center;
  margin-top: 35px;
  position: relative;
}
.comment__profile img {
  width: 45.0666666667vw;
}
@media screen and (min-width: 768px) {
  .comment__profile {
    width: 250px;
    margin: 35px auto 0;
  }
}

.comment__profile::after {
  position: absolute;
  content: "";
  background-color: #ffefcf;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14.6666666667vw;
  width: 100%;
  height: 26.6666666667vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .comment__profile::after {
    display: none;
  }
}

.comment__profile-text {
  letter-spacing: 0.42px;
  margin-top: 4vw;
  position: relative;
}
.comment__profile-text span {
  font-size: min(4.2666666667vw, 20px);
  letter-spacing: 2.4px;
}
@media screen and (min-width: 768px) {
  .comment__profile-text {
    margin-top: 1.6vw;
  }
}

.comment__profile-text::after {
  position: absolute;
  content: "";
  background-color: #454c50;
  width: 35.2vw;
  height: 0.3px;
  bottom: -1.6vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .comment__profile-text::after {
    width: 10.2vw;
    bottom: -0.8vw;
    background-color: #f6af23;
  }
}

.comment__text {
  font-size: min(3.2vw, 15px);
  width: 83.2vw;
  margin: 6.9333333333vw auto 0;
}
@media screen and (min-width: 768px) {
  .comment__text {
    font-size: 15px;
    margin-top: 50px;
    width: 25vw;
    max-width: 423px;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.crowdfunding {
  margin-top: 60px;
  padding-top: 60px;
  margin-bottom: 80px;
}

.crowdfunding__head {
  color: #4b6083;
  font-size: min(4.8vw, 23px);
  font-weight: 700;
  letter-spacing: 0.849px;
  padding-left: 4vw;
}
@media screen and (min-width: 768px) {
  .crowdfunding__head {
    padding-left: 30px;
    font-size: max(1.5972222222vw, 20px);
  }
}

.crowdfunding__body {
  background: #fafdff;
  position: relative;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .crowdfunding__body {
    border-radius: 10px;
    margin-left: 20px;
  }
}

.crowdfunding__body::before {
  content: "";
  position: absolute;
  border-radius: 18px;
  right: 55px;
  bottom: -47px;
  width: 100%;
  height: 120%;
  background: #d1e9f7;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .crowdfunding__body::before {
    right: 57px;
    width: 90%;
    height: 123%;
  }
}

.crowdfunding__text {
  line-height: 23px;
  margin-top: 21px;
  padding: 12vw 4vw 8vw;
}
@media screen and (min-width: 768px) {
  .crowdfunding__text {
    padding: 60px 35px 25px;
  }
}

.crowdfunding__img {
  text-align: center;
  padding: 0 4vw;
}
.crowdfunding__img img {
  width: 485px;
}
@media screen and (min-width: 768px) {
  .crowdfunding__img {
    padding: 0 15px;
  }
}

.crowdfunding__button {
  text-align: center;
  padding-bottom: 45px;
  padding-top: 10px;
}
.crowdfunding__button button {
  background: #4b6083;
  width: min(80vw, 300px);
  font-size: min(4.2666666667vw, 16px);
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 1.6px;
  box-shadow: 5px 6px 8.2px 0px rgba(14, 14, 66, 0.21);
}

.contact {
  background-image: url(../img/contact-pc_img.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 40px;
  flex-shrink: 0;
  padding-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 281px;
    flex-shrink: 0;
    padding-bottom: 117px;
  }
}

@media screen and (min-width: 768px) {
  .contact__inner {
    padding: 0 15px;
  }
}

.contact__title {
  margin-bottom: 40px;
  color: white;
}

.contact__link {
  width: 154px;
  display: flex;
  gap: 12px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin: auto;
  padding-bottom: 30px;
  transition: opacity 0.3;
}
.contact__link a {
  transition: opacity 0.3s;
}
.contact__link a:hover {
  opacity: 0.5;
}
.contact__link a img {
  width: 71px;
}

.contact__yutosatori {
  background: #ffffff;
  padding: 6.6666666667vw 4vw;
  margin: 0 auto;
  width: min(92vw, 450px);
}
@media screen and (min-width: 768px) {
  .contact__yutosatori {
    width: clamp(334px, 26vw, 420px);
    padding: 50px 25px;
  }
}

.yutosatori__heading {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}

.yutosatori_heading-title {
  display: flex;
  flex-direction: column;
  gap: 11px;
  justify-content: center;
}

.yutosatori_heading-title-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .yutosatori_heading-title-text {
    font-size: max(1.3888888889vw, 16px);
    margin-left: 1.0416666667vw;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

.yutosatori_heading-title-text::after {
  position: absolute;
  content: "";
  background-color: #454c50;
  width: 132px;
  height: 0.3px;
  bottom: -9px;
  left: 45%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .yutosatori_heading-title-text::after {
    width: max(9.1666666667vw, 95px);
  }
}

.yutosatori_heading-title-img {
  width: 89px;
  margin: 0 auto;
  padding-top: 3px;
}

.yutosatori__heading-img {
  width: 158.02px;
  height: 105px;
}

.contact__yutosatori-text {
  margin-top: min(2.6666666667vw, 13px);
  font-size: min(3.2vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: min(5.8666666667vw, 27px); /* 183.333% */
  letter-spacing: 0.96px;
}

.staff {
  color: #fff;
}

.staff__body {
  text-align: center;
  line-height: 25px; /* 192.308% */
  margin-top: 35px;
}

.staff__1,
.staff__2,
.staff__3,
.staff__4,
.staff__5 {
  line-height: 28px;
  letter-spacing: 0.5;
}
.staff__1 span,
.staff__2 span,
.staff__3 span,
.staff__4 span,
.staff__5 span {
  font-size: 12.5px;
}

.staff__2 {
  margin-top: 10px;
}

.staff__3 {
  margin-top: 10px;
}

.staff__4 {
  margin-top: 10px;
}

.staff__5 {
  margin-top: 10px;
}

.footer {
  background: #454c50;
  color: #ebebeb;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}

@media screen and (min-width: 768px) {
  .footer__text {
    font-size: clamp(13px, 1.0763888889vw, 14px);
    font-weight: 200;
  }
}
