@charset "UTF-8";
:root {
  --color-main: #000000;
  --font-base: "Noto Sans JP", serif;
  --font-notosan: "Noto Sans JP", serif;
  --font-ebgaramond: "EB Garamond", serif;
  --line-height-default: 1;
  --z-index-default: 1;
  --padding-side-pc:20px;
  --padding-side-sp:7.6923076923vw;
  --header-height-pc: 88px;
  --header-height-sp: 50px;
}

/* ==========================================================================
  base
========================================================================== */
html {
  font-size: 62.5%;
}

body {
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  overscroll-behavior-y: none;
}

.page-130th main {
  color: var(--color-main);
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .page-130th main {
    font-size: clamp(13px, 1.2068965517vw + 0.6896551724px, 20px);
  }
}
@media screen and (max-width: 767px) {
  .page-130th main {
    margin-top: 0;
    font-size: 4.1025641026vw;
  }
}

.h {
  background-color: #fff;
}

/* ==========================================================================
   utility
========================================================================== */
.u-show-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-show-mobile {
    display: initial;
  }
}

.u-show-desktop {
  display: initial;
}
@media screen and (max-width: 767px) {
  .u-show-desktop {
    display: none;
  }
}

/* ==========================================================================
  component
========================================================================== */
.c-hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-hover:hover {
  opacity: 0.7;
}

.c-header--bk .c-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}
@media screen and (max-width: 1600px) {
  .c-header--bk .c-header__title {
    gap: clamp(15px, 1.5517241379vw + -0.8275862069px, 24px) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-header--bk .c-header__title {
    gap: 4.1025641026vw 0;
  }
}

.c-header--bksmall .c-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}
@media screen and (max-width: 1600px) {
  .c-header--bksmall .c-header__title {
    gap: clamp(15px, 1.5517241379vw + -0.8275862069px, 24px) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-header--bksmall .c-header__title {
    gap: 4.1025641026vw 0;
  }
}
.c-header--bksmall .c-header__title {
  gap: 8px 0;
}
@media screen and (max-width: 1600px) {
  .c-header--bksmall .c-header__title {
    gap: clamp(3px, 0.3448275862vw + -0.5172413793px, 5px) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-header--bksmall .c-header__title {
    gap: 2.0512820513vw 0;
  }
}
.c-header--bksmall .c-header__title--en {
  font-size: 5rem;
  line-height: 0.7;
}
@media screen and (max-width: 1600px) {
  .c-header--bksmall .c-header__title--en {
    font-size: clamp(32px, 3.1034482759vw + 0.3448275862px, 50px);
  }
}
@media screen and (max-width: 767px) {
  .c-header--bksmall .c-header__title--en {
    font-size: 9.7435897436vw;
  }
}

.c-header--wt {
  color: #fff;
  text-align: center;
}
.c-header--wt .c-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}
@media screen and (max-width: 1600px) {
  .c-header--wt .c-header__title {
    gap: clamp(15px, 1.5517241379vw + -0.8275862069px, 24px) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-header--wt .c-header__title {
    gap: 4.1025641026vw 0;
  }
}
.c-header--wt .c-header__title {
  gap: 12px 0;
}
@media screen and (max-width: 1600px) {
  .c-header--wt .c-header__title {
    gap: clamp(8px, 0.6896551724vw + 0.9655172414px, 12px) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-header--wt .c-header__title {
    gap: 2.0512820513vw 0;
  }
}

.c-header__title--en {
  font-family: var(--font-ebgaramond);
  font-size: 9rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 0.8;
}
@media screen and (max-width: 1600px) {
  .c-header__title--en {
    font-size: clamp(58px, 5.5172413793vw + 1.724137931px, 90px);
  }
}
@media screen and (max-width: 767px) {
  .c-header__title--en {
    font-size: 12.8205128205vw;
  }
}

.c-header__title--jp {
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .c-header__title--jp {
    font-size: clamp(11px, 1.2068965517vw + -1.3103448276px, 18px);
  }
}
@media screen and (max-width: 767px) {
  .c-header__title--jp {
    font-size: 4.1025641026vw;
  }
}

.c-header__title--sticky {
  position: sticky;
  top: 38vh;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-header__title--sticky {
    position: static;
    padding-bottom: 0;
  }
}
.c-130th-wrapper {
  contain: paint; /* overflow */
  position: relative;
  width: max(100%, 1020px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-130th-wrapper {
    width: 100%;
  }
}

.c-130th-section {
  position: relative;
}

.c-130th-inner {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-130th-inner {
    display: block;
    padding: 0 var(--padding-side-sp);
  }
}

.c-130th-container {
  width: 1398px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .c-130th-container {
    width: clamp(904px, 85.1724137931vw + 35.2413793103px, 1398px);
  }
}
@media screen and (max-width: 767px) {
  .c-130th-container {
    width: 100%;
  }
}

.c-130th-inner__subtitle {
  color: #2C2C2C;
  font-size: 3.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .c-130th-inner__subtitle {
    font-size: clamp(21px, 2.2413793103vw + -1.8620689655px, 34px);
  }
}
@media screen and (max-width: 767px) {
  .c-130th-inner__subtitle {
    font-size: 5.641025641vw;
    line-height: 1.8;
    white-space: nowrap;
  }
}

.c-130th-inner__title {
  width: 657px;
}
@media screen and (max-width: 1600px) {
  .c-130th-inner__title {
    width: clamp(424px, 40.1724137931vw + 14.2413793103px, 657px);
  }
}
@media screen and (max-width: 767px) {
  .c-130th-inner__title {
    width: 100%;
  }
}

.c-130th-inner__texts {
  width: 741px;
  line-height: 2.2;
}
@media screen and (max-width: 1600px) {
  .c-130th-inner__texts {
    width: clamp(506px, 40.5172413793vw + 92.724137931px, 741px);
  }
}
@media screen and (max-width: 767px) {
  .c-130th-inner__texts {
    width: 100%;
    padding-top: 18.2051282051vw;
  }
}

.c-130th-inner__texts-text {
  padding-top: 40px;
}
@media screen and (max-width: 1600px) {
  .c-130th-inner__texts-text {
    padding-top: clamp(26px, 2.4137931034vw + 1.3793103448px, 40px);
  }
}
@media screen and (max-width: 767px) {
  .c-130th-inner__texts-text {
    padding-top: 7.6923076923vw;
  }
}

.c-130th-inner__texts-inner:not(:nth-last-of-type(1)) {
  padding-bottom: 226px;
}
@media screen and (max-width: 1600px) {
  .c-130th-inner__texts-inner:not(:nth-last-of-type(1)) {
    padding-bottom: clamp(146px, 13.7931034483vw + 5.3103448276px, 226px);
  }
}
@media screen and (max-width: 767px) {
  .c-130th-inner__texts-inner:not(:nth-last-of-type(1)) {
    padding-bottom: 23.3333333333vw;
  }
}

/* slide splide */
.c-130th__slide-main {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .c-130th__slide-main {
    margin-bottom: clamp(13px, 1.2068965517vw + 0.6896551724px, 20px);
  }
}
@media screen and (max-width: 767px) {
  .c-130th__slide-main {
    margin-bottom: 2.3076923077vw;
  }
}
.c-130th__slide-main img {
  width: 100%;
  height: 100%;
  aspect-ratio: 741/417;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-130th__slide-main img {
    border-radius: 0.5128205128vw;
  }
}

.c-130th__slide-thumb {
  width: 100%;
}
.c-130th__slide-thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 174px;
  aspect-ratio: 174/98;
  border-radius: 4px;
}
.c-130th__slide-thumb img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-130th__slide-thumb img {
    border-radius: 0.5128205128vw;
  }
}

.splide__track--nav > .splide__list > .splide__slide {
  border: none !important;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important;
}

.splide__arrow {
  width: 2.5em !important;
  height: 2.5em !important;
  background: #fff !important;
}
@media screen and (max-width: 767px) {
  .splide__arrow {
    width: 7.1794871795vw !important;
    height: 7.1794871795vw !important;
  }
}
.splide__arrow svg {
  width: 0.85em !important;
  height: 0.85em !important;
}
@media screen and (max-width: 767px) {
  .splide__arrow svg {
    width: 3.3333333333vw !important;
    height: 3.0769230769vw !important;
  }
}

.splide__arrow--prev {
  left: 0.5em !important;
}

.splide__arrow--next {
  right: 0.5em !important;
}

/* ==========================================================================
  130th　=> fv load
========================================================================== */
.is-loading .p-130th-loading {
  opacity: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: #fff;
  -webkit-transition: opacity 2.5s 0.75s cubic-bezier(0.4, 0.4, 0, 1);
  transition: opacity 2.5s 0.75s cubic-bezier(0.4, 0.4, 0, 1);
}
.is-loading.is-loaded .p-130th-loading {
  opacity: 0;
}

/* ==========================================================================
  130th　=> bg 
========================================================================== */
.bg-future {
  position: relative;
  z-index: 0;
}
.bg-future::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 3000px;
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/img/lp/130th/bg_future_pc@2x.webp");
}
@media screen and (max-width: 1600px) {
  .bg-future::before {
    width: clamp(1940px, 182.7586206897vw + 75.8620689655px, 3000px);
  }
}
@media screen and (max-width: 767px) {
  .bg-future::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bg-future::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    width: 3000px;
    height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("/img/lp/130th/bg_future_sp@2x.webp");
  }
}
@media screen and (max-width: 767px) and (max-width: 1600px) {
  .bg-future::before {
    width: clamp(1940px, 182.7586206897vw + 75.8620689655px, 3000px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bg-future::before {
    width: 100%;
  }
}

.bg-story {
  position: relative;
  z-index: 0;
}
.bg-story::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 3000px;
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/img/lp/130th/bg_story_pc@2x.webp");
}
@media screen and (max-width: 1600px) {
  .bg-story::before {
    width: clamp(1940px, 182.7586206897vw + 75.8620689655px, 3000px);
  }
}
@media screen and (max-width: 767px) {
  .bg-story::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bg-story::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    width: 3000px;
    height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("/img/lp/130th/bg_story_sp@2x.webp");
  }
}
@media screen and (max-width: 767px) and (max-width: 1600px) {
  .bg-story::before {
    width: clamp(1940px, 182.7586206897vw + 75.8620689655px, 3000px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bg-story::before {
    width: 100%;
  }
}
.bg-story::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: rgb(254, 254, 254);
}
@media screen and (max-width: 767px) {
  .bg-story::after {
    background-color: rgb(250, 250, 250);
  }
}

.bg-history {
  position: relative;
}
.bg-history::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 3000px;
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/img/lp/130th/bg_history_pc.webp");
}
@media screen and (max-width: 1600px) {
  .bg-history::before {
    width: clamp(1940px, 182.7586206897vw + 75.8620689655px, 3000px);
  }
}
@media screen and (max-width: 767px) {
  .bg-history::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bg-history::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    width: 3000px;
    height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("/img/lp/130th/bg_history_sp@2x.webp");
  }
}
@media screen and (max-width: 767px) and (max-width: 1600px) {
  .bg-history::before {
    width: clamp(1940px, 182.7586206897vw + 75.8620689655px, 3000px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bg-history::before {
    width: 100%;
  }
}

.bg-green::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 3000px;
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/img/lp/130th/bg_contents_pc.webp");
}
@media screen and (max-width: 1600px) {
  .bg-green::before {
    width: clamp(1940px, 182.7586206897vw + 75.8620689655px, 3000px);
  }
}
@media screen and (max-width: 767px) {
  .bg-green::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bg-green::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    width: 3000px;
    height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("/img/lp/130th/bg_contents_sp@2x.webp?v3");
  }
}
@media screen and (max-width: 767px) and (max-width: 1600px) {
  .bg-green::before {
    width: clamp(1940px, 182.7586206897vw + 75.8620689655px, 3000px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bg-green::before {
    width: 100%;
  }
}

.back {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
  width: 100%;
  height: 500%;
}

.pin-spacer {
  pointer-events: none;
}

/* ==========================================================================
  130th
========================================================================== */
.p-130th-fv-stop {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 300%;
}

.p-130th-space {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-130th-space {
    height: 140vh;
  }
}

.p-130th-fv {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-130th-fv {
    top: var(--header-height-sp);
    height: 100vh;
  }
}

.p-130th-fv__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  will-change: transform;
}
@media screen and (max-height: 910px) {
  .p-130th-fv__bg {
    -o-object-position: 50% 80%;
       object-position: 50% 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-130th-fv__bg {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-130th-fv__middles {
    position: absolute;
    bottom: auto;
    top: 47%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 20vh;
  }
}

.p-130th-fv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-130th-fv__logo {
    top: 0;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    width: 35.1282051282vw;
  }
}

.p-130th-swallow {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 221px;
}
@media screen and (max-width: 1600px) {
  .p-130th-swallow {
    width: clamp(143px, 13.4482758621vw + 5.8275862069px, 221px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-swallow {
    top: 8vh;
    width: 28.9743589744vw;
  }
}

.p-130th-contents {
  width: 100%;
}

.p-130th-window {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-130th-window {
    height: 100vh;
    padding-top: var(--header-height-sp);
  }
}

.p-130th-window__window {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-130th-window__window {
    width: 100%;
  }
}
.p-130th-window__window::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 16%;
  left: 0;
  width: 1111px;
  aspect-ratio: 2222/1445;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(/img/lp/130th/window_salvia_pc@2x.png);
}
@media screen and (max-width: 1600px) {
  .p-130th-window__window::before {
    width: clamp(718px, 67.7586206897vw + 26.8620689655px, 1111px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-window__window::before {
    top: 13.0769230769vw;
    left: 8.4615384615vw;
    width: 98.9743589744vw;
    background-image: url(/img/lp/130th/window_salvia_sp@2x.png);
  }
}

.p-130th-window__window-titleen {
  padding-top: 0.8em;
  padding-bottom: 0.35em;
  font-family: var(--font-ebgaramond);
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 0.8;
}
@media screen and (max-width: 1600px) {
  .p-130th-window__window-titleen {
    font-size: clamp(31px, 2.9310344828vw + 1.1034482759px, 48px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-window__window-titleen {
    padding-bottom: 0.2em;
    font-size: 9.7435897436vw;
    line-height: 1.05;
  }
}

.p-130th-window__window-titlejp {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .p-130th-window__window-titlejp {
    font-size: clamp(13px, 1.2068965517vw + 0.6896551724px, 20px);
  }
}

.p-130th-window__window-window {
  width: 305px;
}
@media screen and (max-width: 1600px) {
  .p-130th-window__window-window {
    width: clamp(197px, 18.6206896552vw + 7.0689655172px, 305px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-window__window-window {
    width: 39.4871794872vw;
  }
}

.p-130th-window__load {
  pointer-events: none;
  position: absolute;
  right: 50%;
  top: -10%;
  width: 1506px;
  aspect-ratio: 3012/2574;
}
@media screen and (max-width: 1600px) {
  .p-130th-window__load {
    width: clamp(975px, 91.5517241379vw + 41.1724137931px, 1506px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-window__load {
    right: 16%;
    top: -5%;
    width: 185.641025641vw;
  }
}

.p-130th-window__load-load {
  mix-blend-mode: lighten;
  -webkit-filter: blur(22px);
          filter: blur(22px);
}
@media screen and (max-width: 767px) {
  .p-130th-window__load-load {
    -webkit-filter: none;
            filter: none;
  }
}

.p-130th-window__load-flower {
  display: block;
  position: absolute;
  right: 26%;
  top: 66%;
  width: 215px;
}
@media screen and (max-width: 1600px) {
  .p-130th-window__load-flower {
    width: clamp(139px, 13.1034482759vw + 5.3448275862px, 215px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-window__load-flower {
    right: -10.2564102564vw;
    top: 46.1538461538vw;
    width: 24.6153846154vw;
  }
}

.p-130th-ever {
  padding-top: 100px;
}
@media screen and (max-width: 1600px) {
  .p-130th-ever {
    padding-top: clamp(65px, 6.0344827586vw + 3.4482758621px, 100px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-ever {
    padding-top: 23.0769230769vw;
  }
}

.p-130th-ever__illust {
  position: relative;
  width: 575px;
  padding-top: 150px;
}
@media screen and (max-width: 1600px) {
  .p-130th-ever__illust {
    width: clamp(371px, 35.1724137931vw + 12.2413793103px, 575px);
    padding-top: clamp(65px, 6.0344827586vw + 3.4482758621px, 100px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-ever__illust {
    width: 94vw;
    margin: 0 calc(50% - 47vw);
    padding-top: 34.358974359vw;
  }
}

.p-130th-ever__illust-01 {
  display: block;
  position: absolute;
  left: -17%;
  top: 0;
  width: 250px;
  aspect-ratio: 250/271;
}
@media screen and (max-width: 1600px) {
  .p-130th-ever__illust-01 {
    width: clamp(162px, 15.1724137931vw + 7.2413793103px, 250px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-ever__illust-01 {
    left: 0;
    top: 2.8205128205vw;
    width: 33.5897435897vw;
  }
}

.p-130th-ever__illust-02 {
  display: block;
  position: absolute;
  right: -35%;
  bottom: -26%;
  width: 447px;
  aspect-ratio: 447/300;
}
@media screen and (max-width: 1600px) {
  .p-130th-ever__illust-02 {
    width: clamp(289px, 27.2413793103vw + 11.1379310345px, 447px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-ever__illust-02 {
    right: -2.0512820513vw;
    bottom: -33.3333333333vw;
    width: 52.8205128205vw;
  }
}

.p-130th-ever__textend {
  padding-top: 164px;
  padding-bottom: 164px;
  font-size: 2.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .p-130th-ever__textend {
    padding-top: clamp(107px, 9.8275862069vw + 6.7586206897px, 164px);
    padding-bottom: clamp(107px, 9.8275862069vw + 6.7586206897px, 164px);
    font-size: clamp(17px, 1.5517241379vw + 1.1724137931px, 26px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-ever__textend {
    padding-top: 42.5641025641vw;
    padding-bottom: 38.4615384615vw;
    font-size: 4.6153846154vw;
  }
}

.p-130th-future {
  padding-top: 220px;
}
@media screen and (max-width: 1600px) {
  .p-130th-future {
    padding-top: clamp(143px, 13.275862069vw + 7.5862068966px, 220px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-future {
    padding-top: 39.4871794872vw;
  }
}

.p-130th-future__slider--comingsoon {
  padding-top: 10px;
  padding-bottom: 94px;
}
@media screen and (max-width: 1600px) {
  .p-130th-future__slider--comingsoon {
    padding-top: 0.625vw;
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-130th-future__slider--comingsoon {
    padding-top: 0;
    padding-bottom: 11.5384615385vw;
  }
}

@media screen and (max-width: 767px) {
  .p-130th-future__slider {
    margin-top: 8.9743589744vw;
  }
}

.p-130th-future__illust-position {
  position: relative;
}

.p-130th-future__illust-01 {
  display: block;
  position: absolute;
  right: 92%;
  bottom: 96%;
  width: 178px;
  aspect-ratio: 178/153;
}
@media screen and (max-width: 1600px) {
  .p-130th-future__illust-01 {
    width: clamp(115px, 10.8620689655vw + 4.2068965517px, 178px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-future__illust-01 {
    right: auto;
    left: 0;
    bottom: 69.2307692308vw;
    width: 30.5128205128vw;
  }
}

.p-130th-future__illust-02 {
  display: block;
  position: absolute;
  right: 2%;
  bottom: 57%;
  width: 178px;
  aspect-ratio: 178/140;
}
@media screen and (max-width: 1600px) {
  .p-130th-future__illust-02 {
    width: clamp(115px, 10.8620689655vw + 4.2068965517px, 178px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-future__illust-02 {
    right: -1.2820512821vw;
    bottom: -20.5128205128vw;
    width: 27.1794871795vw;
  }
}

.p-130th-future__illust {
  width: 515px;
  padding-top: 66px;
}
@media screen and (max-width: 1600px) {
  .p-130th-future__illust {
    width: clamp(333px, 31.3793103448vw + 12.9310344828px, 515px);
    padding-top: clamp(43px, 3.9655172414vw + 2.5517241379px, 66px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-future__illust {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-top: 23.0769230769vw;
  }
}

.p-130th-future__illustend {
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-130th-future__illustend {
    margin-top: 17.6923076923vw;
    padding-bottom: 7.6923076923vw;
  }
}
.p-130th-future__illustend img {
  display: inline-block;
  -webkit-transform: translateX(-12%);
          transform: translateX(-12%);
  width: 707px;
}
@media screen and (max-width: 1600px) {
  .p-130th-future__illustend img {
    width: clamp(457px, 43.1034482759vw + 17.3448275862px, 707px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-future__illustend img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 83%;
  }
}

.p-130th-story {
  height: 735px;
  padding-top: 219px;
}
@media screen and (max-width: 1600px) {
  .p-130th-story {
    height: clamp(476px, 44.6551724138vw + 20.5172413793px, 735px);
    padding-top: clamp(125px, 15.5172413793vw + -33.275862069px, 215px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-story {
    height: auto;
    padding-top: 33.0769230769vw;
    padding-bottom: 20.5128205128vw;
  }
}

.p-130th-story__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 37px;
}
@media screen and (max-width: 1600px) {
  .p-130th-story__inner {
    gap: 0 clamp(25px, 2.0689655172vw + 3.8965517241px, 37px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-story__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.1282051282vw 0;
    padding: 0 var(--padding-side-sp);
  }
}

.p-130th-story__header {
  padding-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .p-130th-story__header {
    padding-bottom: clamp(35px, 2.5862068966vw + 8.6206896552px, 50px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-story__header {
    padding-bottom: 7.6923076923vw;
  }
}

.p-130th-story__photo {
  width: 440px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1600px) {
  .p-130th-story__photo {
    width: clamp(300px, 24.1379310345vw + 53.7931034483px, 440px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-story__photo {
    width: 100%;
    margin-bottom: 0;
    border-radius: 2.0512820513vw;
  }
}

.p-130th-history {
  width: 100%;
  height: 361px;
  padding-top: 100px;
}
@media screen and (max-width: 1600px) {
  .p-130th-history {
    height: clamp(233px, 22.0689655172vw + 7.8965517241px, 361px);
    padding-top: clamp(65px, 6.0344827586vw + 3.4482758621px, 100px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-history {
    height: auto;
    padding: 15.3846153846vw var(--padding-side-sp);
  }
}

.p-130th-history__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 68px;
}
@media screen and (max-width: 1600px) {
  .p-130th-history__inner {
    gap: 0 clamp(44px, 4.1379310345vw + 1.7931034483px, 68px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-history__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.6923076923vw 0;
  }
}

.p-130th-history__header {
  width: 188px;
}
@media screen and (max-width: 1600px) {
  .p-130th-history__header {
    width: clamp(121px, 11.5517241379vw + 3.1724137931px, 188px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-history__header {
    width: 100%;
  }
}

.p-130th-history__photo {
  width: 908px;
}
@media screen and (max-width: 1600px) {
  .p-130th-history__photo {
    width: clamp(587px, 55.3448275862vw + 22.4827586207px, 908px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-history__photo {
    width: 100%;
  }
}

.p-130th-history__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  width: 100%;
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 2.2;
  border: 1px solid var(--color-main);
  border-radius: 50px;
}
@media screen and (max-width: 1600px) {
  .p-130th-history__link {
    font-size: clamp(11px, 1.2068965517vw + -1.3103448276px, 18px);
  }
}
@media screen and (max-width: 767px) {
  .p-130th-history__link {
    margin-top: 3.8461538462vw;
    padding: 0.7692307692vw 0;
    font-size: 3.5897435897vw;
  }
}