@charset "UTF-8";
@import url("assets/scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
body {
  color: #292929 !important;
  letter-spacing: 0.02em;
  background-color: #FFEFDB;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
@media (max-width: 959px) {
  body {
    font-size: 3.733vw;
  }
}
body input,
body button {
  font-family: inherit;
}
body h3 {
  line-height: 1.6;
}
body a {
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body p {
  line-height: 1.8;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a:hover {
    opacity: 0.8;
  }
}

.container {
  width: 1260px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 5vw;
  }
}

.container-full {
  padding: 0;
  margin-left: auto;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .header {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .header {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.header.active .header__logo {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 959px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-left: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-left: 20px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__wrap {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__wrap {
    padding-right: calc(0 * 2 / 10 * 1vw);
  }
}
.header__logo {
  max-width: 230px;
}
@media screen and (max-width: 959px) {
  .header__logo {
    width: 30vw;
  }
}
.header__sp-menu {
  margin-left: auto;
  display: none;
}
@media screen and (max-width: 959px) {
  .header__sp-menu {
    display: block;
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__sp-menu {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .header__navi {
    display: none;
  }
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-navi__item {
  margin-left: 40px;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .header-navi__item {
    margin-left: calc(40 * 2 / 10 * 1vw);
  }
}
@media (max-width: 959px) {
  .header-navi__item {
    font-size: 5.333vw;
  }
}
.header-navi__item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(assets/images/navi-bar.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 5px;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  position: relative;
  vertical-align: middle;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .menu-trigger {
    width: 7vw;
    height: 5vw;
  }
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #292929;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.menu-trigger span:nth-of-type(3) {
  left: inherit;
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  top: 50%;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  top: 50%;
}

.sp-navi {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  padding-top: 5vw;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  pointer-events: none;
  background-color: #E95513;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .sp-navi {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .sp-navi {
    padding-top: 17vw;
  }
}
.sp-navi.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sp-navi__wrap {
  display: block !important;
}
.sp-navi__item {
  color: #fff;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 10px;
}
@media (max-width: 959px) {
  .sp-navi__item {
    font-size: 7.467vw;
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__item {
    margin-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__item {
    margin-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__item {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.sp-navi__item:not(:last-child) {
  border-bottom: 1px dotted #fff;
}
.sp-navi__item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .sp-navi__item:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.sp-navi__item:nth-of-type(5) {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .sp-navi__item:nth-of-type(5) {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
.sp-navi__logo {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  border-radius: 100px;
  max-width: 200px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .sp-navi__logo {
    padding: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__logo {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__logo {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.sp-navi__info-block {
  margin-top: 30px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .sp-navi__info-block {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media (max-width: 959px) {
  .sp-navi__info-block {
    font-size: 3.733vw;
  }
}

.normal-btn {
  display: inline-block;
  max-width: 350px;
  color: #292929;
  padding: 15px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  position: relative;
  border: 1px solid #292929;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .normal-btn {
    padding: 15px 0;
    width: 100%;
  }
}
.normal-btn:hover {
  background-color: #292929;
  color: #fff;
}

.footer {
  background-color: #E95513;
}
.footer__wrap {
  color: #fff;
  position: relative;
  z-index: 0;
  padding: 20px;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .footer__wrap {
    padding: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__wrap {
    padding-top: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__wrap {
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.footer__logo {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  border-radius: 100px;
  max-width: 200px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .footer__logo {
    padding: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__logo {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__logo {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.footer__info-block {
  margin-top: 30px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer__info-block {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media (max-width: 959px) {
  .footer__info-block {
    font-size: 3.733vw;
  }
}
.footer__to-top {
  position: absolute;
  top: -50px;
  right: 30px;
}
@media screen and (max-width: 959px) {
  .footer__to-top {
    top: -5.5vw;
    right: 3vw;
    width: 10vw;
  }
  .footer__to-top img {
    width: 100%;
  }
}
.footer__copyright {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: fixed;
  top: 40%;
  left: 10px;
  color: #A6FF3F;
  -webkit-transform: rotate(180deg) translate(0, -50%);
          transform: rotate(180deg) translate(0, -50%);
  font-size: 12px;
}
@media (max-width: 959px) {
  .footer__copyright {
    font-size: 3.2vw;
  }
}

.footer-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 959px) {
  .footer-navi {
    display: block;
  }
}
.footer-navi__item {
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
}
@media (max-width: 959px) {
  .footer-navi__item {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 959px) {
  .footer-navi__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
  }
  .footer-navi__item__item {
    width: 33.333%;
    padding: 20px 20px 20px 0;
  }
  .footer-navi__item:not(:first-child) {
    margin-top: 30px;
  }
}

.page {
  padding: 150px 0px 150px;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 80px 0px 80px;
  }
}
.page__heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .page__heading {
    margin-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page__heading {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.page--top {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  .page--top {
    padding-top: calc(100 * 2 / 10 * 1vw);
  }
}
.page--heading {
  padding: 110px 0 150px;
  position: relative;
  z-index: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .page--heading {
    padding: 7vw 0 2vw;
  }
}
@media screen and (max-width: 959px) {
  .page--heading {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page--heading {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.page--movie {
  padding-top: 20px;
}
@media screen and (max-width: 959px) {
  .page--movie {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
.page--tab {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .page--tab {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page--tab {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page--message {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page--message {
    padding-bottom: calc(0 * 2 / 10 * 1vw);
  }
}

#main-visual {
  position: relative;
  z-index: 1;
}

.main-visual__wrap {
  padding-top: 160px;
  padding-bottom: 380px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .main-visual__wrap {
    padding-top: calc(160 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__wrap {
    padding-bottom: calc(380 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__wrap {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__wrap {
    padding-top: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__wrap {
    padding-bottom: calc(200 * 2 / 10 * 1vw);
  }
}
.main-visual__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(assets/images/mv/mv-bg-img_pc.svg);
  background-position: bottom left 20%;
  background-repeat: no-repeat;
  background-size: auto 103%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .main-visual__wrap::after {
    background-image: url(assets/images/mv/mv-bg-img_sp.svg);
    background-position: bottom center;
    background-size: 100% auto;
    text-align: center;
  }
}
.main-visual__map {
  position: absolute;
  bottom: -100px;
  right: 0;
  opacity: 0.4;
  z-index: 0;
}
.main-visual__slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-visual__text-block {
  position: absolute;
  bottom: 250px;
  right: 100px;
  width: 50vw;
  z-index: 2;
}
.main-visual__text-block img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .main-visual__text-block {
    bottom: 18vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 90vw;
  }
}
.main-visual__to-top {
  position: absolute;
}
.main-visual__round-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.round-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.round-block__wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.round-block__wrap img {
  max-width: 100%;
  height: auto;
}
.round-block__top-left {
  position: absolute;
  top: 120px;
  left: 70px;
}
@media screen and (max-width: 959px) {
  .round-block__top-left {
    top: 18vw;
    left: 3vw;
  }
}
.round-block__top-right {
  position: absolute;
  top: 120px;
  right: 5vw;
}
.round-block__bottom-left {
  position: absolute;
  bottom: 320px;
  left: 5vw;
}
@media screen and (max-width: 959px) {
  .round-block__bottom-left {
    bottom: 25vw;
    left: 0;
  }
}
.round-block__bottom-right {
  position: absolute;
  bottom: 200px;
  right: 11vw;
}
.round-block__top-left-inner, .round-block__top-right-inner, .round-block__bottom-left-inner, .round-block__bottom-right-inner {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.round-block__obj {
  position: absolute;
}
.round-block__obj-01, .round-block__obj-02, .round-block__obj-03, .round-block__obj-04, .round-block__obj-05, .round-block__obj-06, .round-block__obj-07, .round-block__obj-08 {
  -webkit-animation: float 3s infinite;
          animation: float 3s infinite;
}
.round-block__obj-01 {
  top: 0px;
  left: 0px;
  width: 5vw;
}
@media screen and (max-width: 959px) {
  .round-block__obj-01 {
    top: 1vw;
    width: 10vw;
  }
}
.round-block__obj-02 {
  top: 3vw;
  left: 5.5vw;
  width: 3vw;
}
@media screen and (max-width: 959px) {
  .round-block__obj-02 {
    width: 8vw;
    left: 30vw;
  }
}
.round-block__obj-03 {
  top: 5vw;
  right: 1vw;
  width: 5vw;
}
.round-block__obj-04 {
  top: 0;
  right: -10vw;
  width: 10vw;
}
@media screen and (max-width: 959px) {
  .round-block__obj-04 {
    left: 80vw;
    right: 0;
    width: 15vw;
    top: -2vw;
  }
}
.round-block__obj-05 {
  top: 0;
  left: 0;
  width: 7vw;
}
@media screen and (max-width: 959px) {
  .round-block__obj-05 {
    top: -24vw;
    width: 12vw;
  }
}
.round-block__obj-06 {
  top: 2vw;
  left: 12vw;
  width: 3vw;
}
@media screen and (max-width: 959px) {
  .round-block__obj-06 {
    top: -25vw;
    left: 96vw;
    width: 6vw;
  }
}
.round-block__obj-07 {
  top: 6vw;
  left: 20vw;
  width: 4vw;
}
@media screen and (max-width: 959px) {
  .round-block__obj-07 {
    width: 6vw;
    left: 16vw;
  }
}
.round-block__obj-08 {
  top: 4vw;
  right: -8vw;
  width: 5vw;
}
@media screen and (max-width: 959px) {
  .round-block__obj-08 {
    top: -30vw;
    left: 85vw;
    width: 6vw;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.heading {
  overflow: hidden;
  text-align: center;
}
.heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(assets/images/movie/movie-heading-obj.svg);
  background-size: 60% 100%;
  background-repeat: no-repeat;
  background-position: top right -200px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .heading::after {
    background-position: top right;
    background-size: 40% 100%;
  }
}

@media screen and (min-width: 960px) {
  .movie-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(60px * -1);
  }
  .movie-list__item {
    margin-bottom: 60px;
    margin-right: 60px;
    width: calc((100% - 60px * (2 - 1)) / 2);
  }
  .movie-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .movie-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(6vw * -1);
  }
  .movie-list__item {
    margin-bottom: 6vw;
    margin-right: 6vw;
    width: calc((100% - 6vw * (1 - 1)) / 1);
  }
  .movie-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}

.movie-list-item__thumbnail-block {
  position: relative;
  z-index: 0;
}
.movie-list-item__thumbnail {
  -webkit-box-shadow: 6px 6px 0 #78fff6;
          box-shadow: 6px 6px 0 #78fff6;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.movie-list-item__thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/movie/video-start.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10%;
  z-index: 1;
}
.movie-list-item__thumbnail img {
  border-radius: 10px;
}
.movie-list-item__thumbnail-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}


.movie-list-item__thumbnail01 {
  -webkit-box-shadow: 6px 6px 0 #78fff6;
          box-shadow: 6px 6px 0 #78fff6;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}

.movie-list-item__thumbnail01 img {
  border-radius: 10px;
}




.movie-list-item__title, .movie-list-item__text {
  color: #E95513;
  font-weight: 600;
}
.movie-list-item__title {
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .movie-list-item__title {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media (max-width: 959px) {
  .movie-list-item__title {
    font-size: 4.8vw;
  }
}
.movie-list-item__text {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .movie-list-item__text {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media (max-width: 959px) {
  .movie-list-item__text {
    font-size: 3.733vw;
  }
}
.movie-list-item__item {
  display: none;
}
.movie-list-item__item.active {
  display: block;
}

.bg-img {
  position: relative;
  z-index: 0;
}
.bg-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(assets/images/bg-img.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .bg-img::after {
    height: 100vw;
  }
}

.message {
  padding-top: 200px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .message {
    padding-top: calc(200 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .message {
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.message__wrap {
  background-image: url(assets/images/message/message-box_pc.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 110px;
  padding-bottom: 120px;
  color: #E95513;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .message__wrap {
    padding-top: calc(110 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .message__wrap {
    padding-bottom: calc(120 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .message__wrap {
    background-image: url(assets/images/message/message-box_sp.svg);
  }
}
.message__wrap::after {
  content: "";
  background-image: url(assets/images/message/message-obj.svg);
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  background-position: top 250px right 160px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .message__wrap::after {
    background-size: 30%;
    background-position: bottom 104vw right;
  }
}
.message__wrap::before {
  content: "";
  background-image: url(assets/images/message/message-obj.svg);
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  background-position: bottom 30px left 120px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .message__wrap::before {
    background-size: 35%;
    background-position: bottom 22vw left 2vw;
  }
}
.message__block {
  position: relative;
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .message__block {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .message__block {
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .message__block {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .message__block {
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
.message__block::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  background-image: url(assets/images/message/ill.svg);
  background-position: bottom right 230px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .message__block::after {
    background-position: bottom center;
    background-size: 14%;
  }
}
.message__box {
  padding-left: 50px;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .message__box {
    padding-left: calc(50 * 2 / 10 * 1vw);
  }
}
.message__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 959px) {
  .message__title {
    font-size: 4.267vw;
  }
}
@media screen and (max-width: 959px) {
  .message__title {
    margin-left: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .message__title {
    margin-left: calc(30 * 2 / 10 * 1vw);
  }
}
.message__text {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .message__text {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media (max-width: 959px) {
  .message__text {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 959px) {
  .message__text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .message__text {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}

.curtain {
  opacity: 0;
}
.curtain.active {
  opacity: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.curtain.active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  width: 100%;
  height: 100%;
  background-color: #FFEFDB;
  -webkit-animation: slide 1s forwards ease-in;
          animation: slide 1s forwards ease-in;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@-webkit-keyframes slide {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /* 元の位置に戻る */
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes slide {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /* 元の位置に戻る */
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

.curtain-red.active::before {
  background-color: #E95513;
  -webkit-animation: slide 0.7s forwards ease-in;
          animation: slide 0.7s forwards ease-in;
}
@keyframes slide {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /* 元の位置に戻る */
  }
}

.curtain-obj {
  opacity: 0;
}
.curtain-obj.active {
  opacity: 1;
}
.curtain-obj.active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(assets/images/movie/movie-heading-obj.svg);
  background-size: 60% 100%;
  background-repeat: no-repeat;
  background-position: top right -200px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-animation: obj 1s forwards ease-in;
          animation: obj 1s forwards ease-in;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 959px) {
  .curtain-obj.active::before {
    background-position: top right;
    background-size: 40% 100%;
  }
}
@-webkit-keyframes obj {
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes obj {
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

.movie {
  padding-bottom: 40px;
  overflow-x: auto;
}
@media screen and (max-width: 959px) {
  .movie {
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
}
@media screen and (max-width: 959px) {
  .tab {
    gap: 0 2vw;
  }
}
.tab__link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  cursor: pointer;
  width: 20%;
  background-color: #fff;
  border: 2px solid #E95513;
  color: #E95513;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .tab__link {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .tab__link {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media (max-width: 959px) {
  .tab__link {
    font-size: 3.467vw;
  }
}
@media screen and (max-width: 959px) {
  .tab__link {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .tab__link {
    padding-left: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .tab__link {
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
.tab__link.current {
  background-color: #E95513;
  color: #fff;
  position: relative;
  z-index: 0;
}
.tab__link.current::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 16px solid #E95513;
  border-bottom: 0;
}
@media screen and (max-width: 959px) {
  .tab__link.current::after {
    bottom: -4vw;
    border-right: 2.5vw solid transparent;
    border-left: 2.5vw solid transparent;
    border-top: 5vw solid #E95513;
  }
}
.tab::-webkit-scrollbar {
  display: none;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.fade-in.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-delay {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fade-in-delay.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* モーダル */
.modal-open {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-open:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(41, 41, 41, 0.8);
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  border-radius: 10px;
  max-width: 800px;
  width: 100%;
  overflow-y: auto;
  padding: 20px;
  margin: 20px;
}
@media screen and (max-width: 959px) {
  .modal-container {
    padding: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .modal-container {
    margin: calc(20 * 2 / 10 * 1vw);
  }
}
.modal-container iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
}

.modal-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal-close {
  background: transparent;
  border: 0;
  font-size: 24px;
}
@media (max-width: 959px) {
  .modal-close {
    font-size: 5.333vw;
  }
}

.modal-header .modal-close::before {
  content: "✕";
}

.modal-content {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .modal-content {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

/* モーダル ここまで */
/* slider 縦並び解除 */
.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}/*# sourceMappingURL=style.css.map */


.hippy_link{
    text-align: center;
    margin: 0px 30px;
    margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
    .hippy_link{
    margin: 0;
    margin-bottom: 100px;
}
}
