@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

.test {
  color: rgba(255, 255, 255, 0.14);
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
  margin: 0 auto 0;
  padding: 0 0 0;
  overflow: hidden;
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    margin: 0 auto 0;
    padding: 0 0 0;
  }
}

.l-bg {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url() top center repeat;
  background-size: cover;
  pointer-events: none;
}

.l-outer {
  position: relative;
}

.l-section {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 151px 0 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    width: 100%;
    padding-top: 73px;
  }
}
.l-section__inner {
  position: relative;
}
.l-section__contents {
  position: relative;
}
.l-section__head {
  width: 90%;
  max-width: 1050px;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translate(0, 6px);
  transition: opacity 0.6s 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-scroll-sa].is-active .l-section__head {
  opacity: 1;
  transform: translate(0, 0px);
}
.l-section__body {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  opacity: 0;
  transform: translate(0, 6px);
  transition: opacity 0.6s 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-scroll-sa].is-active .l-section__body {
  opacity: 1;
  transform: translate(0, 0px);
}
@media screen and (max-width: 767px) {
  .l-section__body {
    width: 92%;
  }
}
.l-section__title {
  position: relative;
  text-align: center;
}
.l-section__title-txt-b {
  position: relative;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  font-weight: 900;
  color: #fa0019;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-section__title-txt-b {
    font-size: 50px;
    letter-spacing: 0.08em;
  }
}
.l-section__title-txt-s {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #000;
  padding: 0 1.9em;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.01em;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-section__title-txt-s {
    padding: 0.1em 1.3em 0.2em;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.01em;
  }
}
.l-section__lead {
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-section__lead {
    margin: 10px auto 0;
  }
}
.l-section__lead__txt {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .l-section__lead__txt {
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.01em;
  }
}
.l-section__contents {
  position: relative;
  margin: 28px auto 0;
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  .l-section__contents {
    margin-top: 14px;
    padding: 0 0;
  }
}

.l-footer {
  width: 100%;
  position: relative;
  margin: auto auto 0;
  padding-top: 101px;
  background-color: transparent;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin: auto auto 0;
    padding-top: 79px;
  }
}
.l-footer__inner {
  padding: 60px 0% 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0 0 40px;
  }
}
.l-footer__tl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
.l-footer__tl-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__tl-list {
    display: block;
  }
}
.l-footer__tl-list-item {
  position: relative;
}
.l-footer__tl-list-item:nth-of-type(2n + 1)::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__tl-list-item:nth-of-type(n + 2) {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__tl-list-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #000;
    transform: translate(0%, -50%);
  }
}
.l-footer__tl-link {
  display: block;
  padding: 0 40px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  letter-spacing: -0.015em;
  text-decoration: none;
}
.l-footer__cookie {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 41px auto 0;
}
@media screen and (max-width: 767px) {
  .l-footer__cookie {
    margin-top: 30px;
  }
}
.l-footer__cookie-link {
  display: block;
  border: 1px solid #a0cb29;
  padding: 10px 24px 11px;
  box-sizing: border-box;
  font-size: 10px;
  color: #a0cb29;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__cookie-link:hover {
    background-color: #a0cb29;
    color: #fff;
  }
}
.l-footer__copy {
  margin-top: 80px;
  padding: 8px 0 10px;
  background-color: #000;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 60px;
    padding: 9px 0 11px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.01em;
  }
}

.p-mv {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0 auto 0;
  padding: 0 0;
}
.p-mv__contents {
  width: 80%;
  height: auto;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.p-mv img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-mv__logo {
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv__pict {
  position: relative;
}
.p-mv__copy {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.p-mv__copy__txt {
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-mv__copy__txt {
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.01em;
  }
}

.p-movie {
  width: 80%;
  max-width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-movie {
    width: 90%;
    margin-top: 30px;
  }
}
.p-movie__link {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
}

.p-btnList {
  display: flex;
  width: 90%;
  max-width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-btnList {
    flex-wrap: wrap;
    max-width: 315px;
    margin: 30px auto 0;
  }
}
.p-btnList__item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-btnList__item {
    width: 100%;
  }
}
.p-btnList__item + .p-btnList__item {
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .p-btnList__item + .p-btnList__item {
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-attention {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-attention {
    margin-top: 30px;
  }
}
.p-attention__list__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-attention__list__item {
    display: block;
  }
}
.p-attention__list__item + .p-attention__list__item {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .p-attention__list__item + .p-attention__list__item {
    margin-top: 20px;
  }
}
.p-attention__first {
  width: 30%;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .p-attention__first {
    width: 100%;
    margin: 0 auto;
  }
}
.p-attention__last {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-attention__last {
    margin: 16px auto 0;
    width: 100%;
  }
}
.p-attention__cap {
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-attention__cap {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.01em;
  }
}
.p-attention__txt-b {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-attention__txt-b {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.01em;
  }
}
.p-attention__txt-b + .p-attention__txt-b {
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .p-attention__txt-b + .p-attention__txt-b {
    margin-top: 12px;
  }
}
.p-attention__txt-s + .p-attention__txt-b {
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .p-attention__txt-s + .p-attention__txt-b {
    margin-top: 16px;
  }
}
.p-attention__txt-s {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-attention__txt-s {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
.p-attention__txt-s + .p-attention__txt-s {
  margin: 12px auto 0;
}
@media screen and (max-width: 767px) {
  .p-attention__txt-s + .p-attention__txt-s {
    margin-top: 10px;
  }
}
.p-attention__txt-b + .p-attention__txt-s {
  margin: 14px auto 0;
}
@media screen and (max-width: 767px) {
  .p-attention__txt-b + .p-attention__txt-s {
    margin-top: 12px;
  }
}
.p-attention__txt-n {
  padding-left: 1em;
  text-indent: -1em;
}

.m-modal__bg {
  opacity: 0.95 !important;
  background: linear-gradient(90deg, #fbd100 0%, #ffe251 100%) !important;
}
.m-modal__content {
  width: 65% !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-modal__content {
    width: 89.5% !important;
  }
}
.m-modal__close-btn {
  position: fixed !important;
  top: 14px !important;
  right: 14px !important;
  width: 42px !important;
  height: 42px !important;
}
@media screen and (max-width: 767px) {
  .m-modal__close-btn {
    width: 32px !important;
    height: 32px !important;
    top: 7px !important;
    right: 7px !important;
  }
}
.m-modal__close-btn:hover::before {
  transform: rotate(-55deg) !important;
}
.m-modal__close-btn:hover::after {
  transform: rotate(55deg) !important;
}
.m-modal__close-btn::before, .m-modal__close-btn::after {
  width: 2px !important;
  height: 42px !important;
  background-color: #000 !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .m-modal__close-btn::before, .m-modal__close-btn::after {
    width: 2px !important;
    height: 32px !important;
  }
}

.p-movieModal__logo {
  width: 52.3%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-movieModal__logo {
    width: 83.43%;
  }
}
.p-movieModal__lead {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 15px auto 38px;
  font-family: "bryant-web", sans-serif;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead {
    margin: 7px auto 28px;
    font-size: 16px;
  }
}
.p-movieModal__lead-txt.--size-s {
  font-size: 22px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead-txt.--size-s {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
}
.p-movieModal__lead-txt.--size-b {
  margin-left: 0.6em;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead-txt.--size-b {
    margin-left: 0.55em;
    letter-spacing: -0.03em;
  }
}
.p-movieModal__movie .video-js {
  height: auto;
}
.p-movieModal__movie .video-js .vjs-big-play-button {
  margin-left: -65px;
  margin-top: -65px;
  width: 130px;
  height: 130px;
  background: url(../img/play_icon.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-movieModal__movie .video-js .vjs-big-play-button {
    margin-left: -33px;
    margin-top: -33px;
    width: 66px;
    height: 66px;
  }
}
.p-movieModal__movie .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: none !important;
}

.c-btn {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 90%;
  }
}
.c-btn + .c-btn {
  margin-top: 20px;
}
.c-btn.--jp {
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.c-btn.--eg {
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.c-btn.--nl {
  filter: brightness(0.5);
  pointer-events: none;
}
.c-btn__link {
  display: block;
  position: relative;
  border-radius: 20px;
  border: 2px solid #fa0019;
  padding: 21px 0 21px;
  text-align: center;
  text-decoration: none;
  background-color: #fa0019;
  box-sizing: border-box;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.05em;
  transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .c-btn__link:hover {
    background-color: #fff;
    color: #fa0019;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    padding: 19px 3% 20px;
    border-radius: 15px;
    font-size: 24px;
    letter-spacing: 0.07em;
  }
}
.c-btn__txt {
  position: relative;
}
.c-btn form {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-btn input[type=submit] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  opacity: 0;
}

.u-bp__spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-bp__pcOnly {
    display: none;
  }
  .u-bp__spOnly {
    display: block;
  }
}
.u-font-debug {
  position: relative;
  display: inline-block;
  font-weight: 900;
  transform: rotate(0.01deg);
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
[data-op-left] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-op-left] {
  opacity: 1;
  transform: translateX(0);
}

[data-op-right] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-op-right] {
  opacity: 1;
  transform: translateX(0);
}

[data-scroll-txt] {
  transition: background-position 1.2s cubic-bezier(0.25, 0.96, 0.46, 0.98);
}
[data-scroll].is-active [data-scroll-txt] {
  background-position: 0 center;
}

[data-scroll-fade-up] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-scroll].is-active [data-scroll-fade-up] {
  opacity: 1;
  transform: translateY(0);
}

[data-scroll-fade-left] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-scroll-fade-left] {
  opacity: 1;
  transform: translateX(0);
}

[data-scroll-fade-right] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-scroll-fade-right] {
  opacity: 1;
  transform: translateX(0);
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
.p-hero {
  position: relative;
  background-color: #b5d953;
}
@media screen and (max-width: 767px) {
  .p-hero {
    padding-top: 108%;
  }
}
.p-hero__inner {
  padding: 5.6vw 0 0;
}
@media screen and (max-width: 767px) {
  .p-hero__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0;
  }
}
.p-hero__sky {
  width: 100%;
  height: 35.76vw;
  max-height: 506px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bg_sky_repeat.jpg) repeat-x left top;
  background-size: 866px 507px;
  animation: sky_pc 28s linear infinite forwards;
}
@media screen and (max-width: 767px) {
  .p-hero__sky {
    height: 71.76vw;
    background-size: 85vw auto;
    animation: sky_sp 28s linear infinite forwards;
  }
}
@keyframes sky_pc {
  0% {
    background-position-x: 866px;
  }
  100% {
    background-position-x: 0px;
  }
}
@keyframes sky_sp {
  0% {
    background-position-x: 85vw;
  }
  100% {
    background-position-x: 0;
  }
}
.p-hero__tree {
  width: 100%;
  height: 35.76vw;
  max-height: 506px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bg_tree_repeat.png) repeat-x left bottom;
  background-size: auto 8.2vw;
}
@media screen and (max-width: 767px) {
  .p-hero__tree {
    height: 71.76vw;
    background: url(../img/bg_tree_repeat.png) repeat-x center bottom;
    background-size: 136% auto;
  }
}
.p-hero__contents {
  width: 100%;
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-hero__contents {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__pict {
    width: 140%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -41%);
  }
}
.p-hero__pict-img {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s 0s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.6s 0s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.js-load .p-hero__pict-img {
  opacity: 1;
  transform: scale(1);
}
.p-hero__sub {
  width: 17.6%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -245%);
}
@media screen and (max-width: 767px) {
  .p-hero__sub {
    width: 53%;
    left: 50%;
    top: 0%;
    position: absolute;
    transform: translate(-50%, 13%);
  }
}
.p-hero__sub-img {
  opacity: 0;
  transform: translate(0, 6px);
  transition: opacity 0.6s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.6s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.js-load .p-hero__sub-img {
  opacity: 1;
  transform: translate(0, 0);
}
.p-hero__logo {
  width: 52.2%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -70%);
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    width: 57.5%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -46.5%);
  }
}
.p-hero__logo-img {
  opacity: 0;
  transform: translate(0, 6px);
  transition: opacity 0.6s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.6s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.js-load .p-hero__logo-img {
  opacity: 1;
  transform: translate(0, 0);
}
.p-hero__entry {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-hero__entry {
    right: 20px;
    top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__entry {
    width: 71%;
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 186%);
  }
}
.p-hero__entry-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-hero__entry-wrap {
    justify-content: space-between;
  }
}
.p-hero__entry-btn {
  width: 136px;
  margin-left: 8px;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
}
.p-hero__entry-btn:nth-of-type(2n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-hero__entry-btn {
    width: 48.5%;
  }
}
.p-hero__entry-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 767px) {
  .p-hero__entry-link {
    font-size: 13px;
  }
}
.--red-btn .p-hero__entry-link {
  border: 2px solid #fa0019;
  border-radius: 8px;
  background-color: #fa0019;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .--red-btn .p-hero__entry-link:hover {
    background-color: #fff;
    color: #fa0019;
  }
}
.--white-btn .p-hero__entry-link {
  border: 2px solid #fa0019;
  border-radius: 8px;
  background-color: #fff;
  color: #fa0019;
}
@media screen and (min-width: 768px) {
  .--white-btn .p-hero__entry-link:hover {
    background-color: #fa0019;
    color: #fff;
  }
}
.p-hero__deco {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.6s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-hero__deco.--deco-l {
  width: 20%;
  left: 7.3%;
  bottom: -9%;
}
@media screen and (max-width: 767px) {
  .p-hero__deco.--deco-l {
    width: 30.2%;
    left: 3.3%;
    bottom: -15%;
  }
}
.p-hero__deco.--deco-r {
  width: 19.4%;
  right: 7.2%;
  bottom: -8.9%;
}
@media screen and (max-width: 767px) {
  .p-hero__deco.--deco-r {
    width: 29.5%;
    right: 3.5%;
    bottom: -15%;
  }
}
.js-load .p-hero__deco {
  opacity: 1;
  transform: scale(1);
}
.p-message {
  position: relative;
  margin-top: -0.7%;
  padding: 0.5vw 0 17vw;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 0.5vw 0 36.2vw;
    border-radius: 0 0 88px 88px;
  }
}
.p-message__inner {
  position: relative;
  background-color: #b5d953;
}
.p-message__inner::before {
  content: "";
  display: block;
  width: 104vw;
  height: 13.4vw;
  position: absolute;
  left: 50%;
  bottom: 0%;
  border-radius: 0 0 60% 60%;
  background-color: #b5d953;
  transform: translate(-50%, calc(100% - 1px));
}
@media screen and (max-width: 767px) {
  .p-message__inner::before {
    width: 104vw;
    height: 22vw;
    border-radius: 0 0 60% 60%;
    transform: translate(-50%, calc(100% - 1px));
  }
}
@media screen and (max-width: 767px) {
  .p-message__head {
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-message__title {
    text-align: left;
    z-index: 1;
  }
}
.p-message__title-txt-b {
  font-size: 190px;
  line-height: 1;
  letter-spacing: 0.056em;
  color: rgba(255, 255, 255, 0.14);
}
@media screen and (max-width: 767px) {
  .p-message__title-txt-b {
    font-size: 96px;
  }
}
.p-message__title-txt-s {
  left: 12%;
  top: 50%;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.01em;
  transform: translate(0%, -50%);
  padding: 0 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-message__title-txt-s {
    left: 3%;
    top: 19%;
    font-size: 15px;
    letter-spacing: 0.155em;
    transform: translate(0%, 0%);
  }
}
.p-message__lead {
  width: 80%;
  margin: -52px auto;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-message__lead {
    width: 94%;
    margin-top: -121px;
    font-size: 14px;
  }
}
.p-message__lead-txt + .p-message__lead-txt {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-message__lead-txt + .p-message__lead-txt {
    margin-top: 28px;
  }
}

.p-overview {
  padding-top: 133px;
}
@media screen and (max-width: 767px) {
  .p-overview {
    padding-top: 74px;
  }
}
.p-overview__title-txt-s {
  position: relative;
  left: auto;
  top: auto;
}
.p-overview__limited {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-overview__limited {
    display: block;
    margin-top: 34px;
  }
}
.p-overview__limited-wrap {
  width: 49%;
  padding: 21px 10px 10px;
  text-align: center;
  background-color: #eceeec;
}
@media screen and (max-width: 767px) {
  .p-overview__limited-wrap {
    width: 100%;
    padding: 14px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-overview__limited-wrap + .p-overview__limited-wrap {
    margin-top: 15px;
  }
}
.p-overview__limited-cap {
  padding-bottom: 17px;
  font-size: 24px;
  font-weight: bold;
  color: #fa0019;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-overview__limited-cap {
    padding-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
.p-overview__limited-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 140px;
  margin: 0 auto 0;
  padding: 21px 12px 23px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-overview__limited-body {
    padding: 21px 12px 20px;
  }
}
.p-overview__limited-day {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-overview__limited-day {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.75;
  }
}
.p-overview__limited-txt-b {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-overview__limited-txt-b {
    padding-top: 3px;
    font-size: 13px;
  }
}
.p-overview__limited-txt-s {
  width: 100%;
  font-size: 13px;
  padding: 17px 0 0;
}
@media screen and (max-width: 767px) {
  .p-overview__limited-txt-s {
    padding: 11px 0 2px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.p-time_table__title-txt-s {
  position: relative;
  left: auto;
  top: auto;
}

.p-coming {
  margin: 20px auto 20px;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  font-weight: bold;
  color: #fa0019;
  letter-spacing: 0.05em;
}
.p-table {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  background-color: #eceeec;
  padding: 20px 2% 8px;
}
@media screen and (max-width: 767px) {
  .p-table {
    margin: 33px auto 0;
    padding: 0px 0% 1px;
  }
}
.p-table__head {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 6.1%;
}
@media screen and (max-width: 767px) {
  .p-table__head {
    border-bottom: 3px solid #ed537c;
    padding-left: 0;
  }
  .js-calc_pink .p-table__head {
    border-color: #ed537c;
  }
  .js-calc_green .p-table__head {
    border-color: #a0cb29;
  }
  .js-calc_blue .p-table__head {
    border-color: #24b4f0;
  }
}
.p-table__head-calc {
  width: 33.28%;
  margin-left: 0.08%;
  padding: 16px 10px 15px;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-table__head-calc {
    padding: 14px 1% 14px;
    cursor: pointer;
  }
}
.p-table__head-calc:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-table__head-calc-day {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-table__head-calc-day {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
}
.p-table__head-calc-day span {
  margin-left: 0.5em;
  font-size: 14px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-table__head-calc-day span {
    margin-left: 0.5em;
    font-size: 10px;
  }
}
.p-table__head-calc-stage {
  margin: 7px auto 0;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767px) {
  .p-table__head-calc-stage {
    margin: 8px auto 0;
    font-size: 17px;
    letter-spacing: 0.045em;
  }
}
.p-table__head-calc.--calc-pink {
  background-color: #ed537c;
}
@media screen and (max-width: 767px) {
  .p-table__head-calc.--calc-pink {
    background-color: transparent;
    color: #ed537c;
  }
  .js-calc_pink .p-table__head-calc.--calc-pink {
    background-color: #ed537c;
    color: #fff;
  }
}
.p-table__head-calc.--calc-green {
  background-color: #a0cb29;
}
@media screen and (max-width: 767px) {
  .p-table__head-calc.--calc-green {
    background-color: transparent;
    color: #a0cb29;
  }
  .js-calc_green .p-table__head-calc.--calc-green {
    background-color: #a0cb29;
    color: #fff;
  }
}
.p-table__head-calc.--calc-blue {
  background-color: #24b4f0;
}
@media screen and (max-width: 767px) {
  .p-table__head-calc.--calc-blue {
    background-color: transparent;
    color: #24b4f0;
  }
  .js-calc_blue .p-table__head-calc.--calc-blue {
    background-color: #24b4f0;
    color: #fff;
  }
}
.p-table__time {
  width: 6.1%;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-table__time {
    width: 20%;
    margin-top: 4px;
  }
}
.p-table__time-calc {
  display: flex;
  align-items: center;
  height: 82.5px;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-table__time-calc {
    justify-content: center;
    height: 76px;
    font-size: 13px;
  }
}
.p-table__time-calc.--13 {
  align-items: flex-start;
  padding-top: 22%;
}
.p-table__time-calc.--14 {
  align-items: flex-start;
}
.p-table__time-calc.--15 {
  align-items: flex-start;
}
.p-table__time-calc.--16 {
  align-items: flex-end;
}
.p-table__time-calc.--17 {
  align-items: flex-end;
  padding-bottom: 22%;
}
.p-table__bodyArea {
  display: flex;
  flex-wrap: wrap;
  width: 93.9%;
  position: relative;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-table__bodyArea {
    width: 80%;
    margin-top: 4px;
  }
}
.p-table__body {
  position: relative;
  width: 33.28%;
  margin-left: 0.08%;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-table__body {
    width: 100%;
    padding-right: 5.6%;
  }
}
.p-table__body:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-table__body.--day-01 {
    opacity: 0;
  }
  .js-calc_pink .p-table__body.--day-01 {
    opacity: 1;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-table__body.--day-02 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .js-calc_green .p-table__body.--day-02 {
    opacity: 1;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-table__body.--day-03 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .js-calc_blue .p-table__body.--day-03 {
    opacity: 1;
    z-index: 1;
  }
}
.p-table__body-calc {
  height: 82.5px;
  padding: 8px 5px 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-table__body-calc {
    height: 76px;
    border-bottom: 1px dashed #93a393;
    padding: 8px 5px 11px;
  }
}
.p-table__body-calc.--long-calc {
  height: 165px;
}
@media screen and (max-width: 767px) {
  .p-table__body-calc.--long-calc {
    height: 152px;
  }
}
.p-table__body-calc.--long-calc-3 {
  height: 195px;
}
@media screen and (max-width: 767px) {
  .p-table__body-calc.--long-calc-3 {
    height: 304px;
  }
}
.p-table__body-calc-txt {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #fff;
  background-color: #fff;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  box-sizing: border-box;
  text-align: left;
  padding-left: 4%;
}
@media screen and (max-width: 767px) {
  .p-table__body-calc-txt {
    font-size: 13px;
  }
}
.p-table__body-calc-txt a {
  display: block;
  color: #000;
}
.p-table__body-calc-txt.big {
  font-size: 16.5px;
}
.--special-red .p-table__body-calc-txt {
  border-color: #ed537c;
  color: #ed537c;
}
.--special-green .p-table__body-calc-txt {
  border-color: #a0cb29;
  color: #a0cb29;
}
.--special-blue .p-table__body-calc-txt {
  border-color: #24b4f0;
  color: #24b4f0;
}
.--tp-calc .p-table__body-calc-txt {
  background-color: transparent;
  border-color: transparent;
}

.p-table__note {
  margin: 10px auto 0;
}
.p-table__note-txt {
  font-size: 14px;
  line-height: 1.5;
}

.p-entry__lead {
  margin: 51px auto 0;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-entry__lead {
    margin: 28px auto 0;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.9;
  }
}
.p-entry__title-txt-s {
  position: relative;
  left: auto;
  top: auto;
}
.p-entry__btn {
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .p-entry__btn {
    margin-top: 25px;
  }
}
.p-entry__btn.-cm .c-btn {
  max-width: 600px;
}
.p-entry__btn.-cm .c-btn__link {
  color: #fa0019;
  background-color: #fff;
  padding: 4.5% 3%;
}
@media screen and (max-width: 767px) {
  .p-entry__btn.-cm .c-btn__link {
    padding: 5% 3%;
  }
}
.p-entry__btn.-cm .c-btn__txt {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .p-entry__btn.-cm .c-btn__txt {
    font-size: 24px;
  }
}
.p-entry__note {
  margin: 140px auto 0;
  border: 2px solid #eceeec;
  padding: 39px 3.9% 34px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-entry__note {
    margin-top: 80px;
    border: 1px solid #eceeec;
    padding: 19px 5.7% 20px;
  }
}
.p-entry__note-cap {
  color: #fa0019;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.p-entry__note-list {
  margin: 12px auto 0;
}
.p-entry__note-list-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-entry__note-list-item {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.4;
  }
}
.p-entry__note-list-item + .p-entry__note-list-item {
  margin-top: 9px;
}

.p-fixed__entry {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 1;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  transform: translate(-50%, 0%);
}
[data-scroll-sa-pos="1"] .p-fixed__entry {
  opacity: 1;
  transform: translate(-50%, 100%);
}
.p-fixed__entry-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-fixed__entry-wrap {
    justify-content: space-between;
  }
}
.p-fixed__entry-btn {
  width: 50%;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
}
.p-fixed__entry-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  text-decoration: none;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-fixed__entry-link {
    font-size: 13px;
  }
}
.--red-btn .p-fixed__entry-link {
  border: 2px solid #fa0019;
  border-radius: 0;
  background-color: #fa0019;
  color: #fff;
}
.--white-btn .p-fixed__entry-link {
  border: 2px solid #fa0019;
  border-radius: 0;
  background-color: #fff;
  color: #fa0019;
}