.go-top {
  bottom: 60px !important;
}

#header {
  display: none;
}

.landing_content {
  --color1: #333333;
  --color2: #fff;
  --color3: #FAEDCE;
}

.js-scroll_lock {
  overflow: hidden;
}

.main-area {
  overflow: initial;
}

#page-top {
  display: none;
}

@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * 100vw / 1280);
  }
}
@media screen and (min-width: 768px) {
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translate3d(-15%, 0, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translate3d(15%, 0, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInBottom {
    from {
      opacity: 0;
      transform: translate3d(0, 15%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .landing_content .js-fadeIn,
  .landing_content .js-fadeInLeft,
  .landing_content .js-fadeInRight,
  .landing_content .js-fadeInBottom {
    opacity: 0;
    animation-delay: 0.3s;
    animation-duration: 3s;
    animation-fill-mode: both;
  }
  .landing_content .js-fadeInGroupFirst {
    opacity: 0;
    animation-delay: 0.3s;
    animation-duration: 3s;
    animation-fill-mode: both;
  }
  .landing_content .js-fadeInGroup {
    opacity: 0;
    animation-delay: 0.3s;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .landing_content .js-fadeIn--active,
  .landing_content .js-fadeInGroupFirst--active,
  .landing_content .js-fadeInGroup--active {
    animation-name: fadeIn;
  }
  .landing_content .js-fadeInLeft--active {
    animation-name: fadeInLeft;
  }
  .landing_content .js-fadeInRight--active {
    animation-name: fadeInRight;
  }
  .landing_content .js-fadeInBottom--active {
    animation-name: fadeInBottom;
  }
  .landing_content .css-gsap_area__wrap {
    padding-top: calc((92.3vh - 35.7142857143%) / 2);
    position: sticky;
    top: 0rem;
  }
  .landing_content .css-gsap_area__wrap.inview--enter .css-gsap_area__ph--1 {
    filter: none;
    transform: translate3d(0, 0, 0);
  }
  .landing_content .css-gsap_area__dummy {
    width: auto;
    height: 150vh;
  }
  .landing_content .css-gsap_area__cont {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 35.7142857143%;
    overflow: hidden;
  }
  .landing_content .css-gsap_area__ph {
    position: absolute;
    top: 0;
    width: 30%;
    background-color: #fff;
    filter: alpha(opacity=0);
  }
  .landing_content .css-gsap_area__ph--1 {
    left: 0;
    transform: translate3d(10%, 0, 0);
  }
  .landing_content .css-gsap_area__ph--2 {
    opacity: 0;
    left: 25%;
  }
  .landing_content .css-gsap_area__ph--3 {
    opacity: 0;
    left: 50%;
  }
  .landing_content .css-gsap_area__ph--4 {
    opacity: 0;
    right: 0;
  }
  body,
  html {
    overflow: visible;
    contain: paint;
  }
  .s-view {
    display: none;
  }
  .bredlist.lp {
    margin: 0;
  }
  .container {
    height: 100vh;
    scrollbar-width: none;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }
  .landing_content img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  .landing_content .css-firstview {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
    overflow: hidden;
  }
  .landing_content .css-firstview img {
    object-fit: cover;
  }
  .landing_content .css-firstview--image {
    width: 100%;
    height: 100%;
  }
  .landing_content .horizontal-container {
    position: relative;
    scroll-snap-align: start;
    overflow: visible;
    contain: paint;
  }
  .landing_content .horizontal-container_rapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    width: 100%;
    height: 100vh;
    top: 0;
  }
  .landing_content .css-title {
    position: absolute;
    font-family: "Times New Roman", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.2rem;
    letter-spacing: 0em;
    left: 0;
    top: 0.1%;
  }
  .landing_content .css-logo {
    position: absolute;
    width: 17.8rem;
    aspect-ratio: 178/21.74;
    left: 0;
    top: 31.4%;
  }
  .landing_content .css-slide_content {
    position: absolute;
    width: calc(1200 / 1280 * 100%);
  }
  .landing_content .css-slide_content .js-slide {
    position: absolute;
    height: 100%;
    aspect-ratio: 540/720;
    left: 0%;
    bottom: -0.2rem;
    transition: all 1.5s;
    transform-origin: left bottom;
    opacity: 0;
    box-sizing: border-box;
  }
  .landing_content .css-slide_content .js-slide.js-current {
    opacity: 1;
    transform: scale(1);
  }
  .landing_content .css-slide_content .js-slide.js-next {
    transition: all 0.8s;
    opacity: 1;
    transform: scale(0.278) translateX(0%) translateY(0%);
  }
  .landing_content .css-slide_content .js-slide.js-prev_next {
    opacity: 0;
    transform: scale(0.278) translateX(-140%) translateY(0%);
  }
  .landing_content .css-slide_content .js-slide.js-prev {
    opacity: 0;
    transition: all 0.5s;
  }
  .landing_content .css-slide_content .css-credit {
    position: absolute;
    top: 38.4%;
    left: 4.1%;
    transform-origin: left top;
    opacity: 0;
    z-index: -1;
  }
  .landing_content .css-slide_content .css-credit.js-active {
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 2;
  }
  .landing_content .css-slide_content .css-credit .css-credit_link,
  .landing_content .css-slide_content .css-credit .css-slash {
    font-family: "Times New Roman", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.3rem;
    letter-spacing: 0em;
  }
  .landing_content .css-slide_content .css-credit .css-slash + .css-credit_link,
  .landing_content .css-slide_content .css-credit .css-credit_link + .css-slash {
    margin-left: 0rem;
  }
  .landing_content .css-slide_content .css-page_num {
    position: absolute;
    top: 38.4%;
    left: 0;
  }
  .landing_content .css-slide_content .css-page_num--count, .landing_content .css-slide_content .css-page_num--max {
    font-family: "Times New Roman", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: 0em;
  }
  .landing_content .dummy {
    position: relative;
    height: 1000vw;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .landing_content .css-footer {
    scroll-snap-align: start;
    height: 38.6rem;
  }
  .landing_content .css-footer__wrapper {
    max-width: 120rem;
    margin: 0 auto;
    padding-top: 9.7rem;
  }
  .landing_content .css-check_all {
    display: block;
    width: calc(299.66 / 1280 * 100%);
    min-width: 29.966rem;
    aspect-ratio: 299.66/34.66;
    margin: 0 auto;
    position: relative;
    top: -1.3rem;
  }
  .landing_content .css-staff_text {
    display: block;
    margin: 0 auto;
    margin-top: 1.9rem;
    position: relative;
    left: -1.2rem;
  }
  .landing_content .css-staff_text .css-text {
    text-align: center;
    font-family: "Times New Roman", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.1rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .landing_content .css-staff_text .css-text + .css-text {
    position: relative;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .main_inner {
    overflow-x: hidden;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translate3d(-15%, 0, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translate3d(15%, 0, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInBottom {
    from {
      opacity: 0;
      transform: translate3d(0, 15%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .landing_content .js-fadeIn,
  .landing_content .js-fadeInLeft,
  .landing_content .js-fadeInRight,
  .landing_content .js-fadeInBottom {
    opacity: 0;
    animation-delay: 0.3s;
    animation-duration: 3s;
    animation-fill-mode: both;
  }
  .landing_content .js-fadeInGroupFirst {
    opacity: 0;
    animation-delay: 0.3s;
    animation-duration: 3s;
    animation-fill-mode: both;
  }
  .landing_content .js-fadeInGroup {
    opacity: 0;
    animation-delay: 0.3s;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .landing_content .js-fadeIn--active,
  .landing_content .js-fadeInGroup--active,
  .landing_content .js-fadeInGroupFirst--active {
    animation-name: fadeIn;
  }
  .landing_content .js-fadeInLeft--active {
    animation-name: fadeInLeft;
  }
  .landing_content .js-fadeInRight--active {
    animation-name: fadeInRight;
  }
  .landing_content .js-fadeInBottom--active {
    animation-name: fadeInBottom;
  }
  .landing_content .css-gsap_area__wrap.inview--enter .css-gsap_area__ph--1 {
    filter: none;
    transform: translate3d(0, 0, 0);
    transition: opacity 820ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 820ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .landing_content .css-gsap_area__dummy {
    width: auto;
    height: 120vh;
  }
  .landing_content .css-gsap_area__a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .landing_content .css-gsap_area__phItem {
    width: calc(480 * 100vw / 750);
    aspect-ratio: 480/600;
  }
  .landing_content .css-gsap_area__wrap {
    padding-top: calc((100svh - 141vw) / 2);
    position: sticky;
    top: 0;
  }
  .landing_content .css-gsap_area__dummy {
    width: auto;
    height: 150svh;
  }
  .landing_content .css-gsap_area__cont {
    position: relative;
    height: 0;
    overflow: hidden;
    width: auto;
    padding-bottom: 80vw;
  }
  .landing_content .css-gsap_area__ph {
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    width: 100%;
  }
  .landing_content .css-gsap_area__ph--1 {
    left: 0;
    transform: translate3d(10%, 0, 0);
  }
  .landing_content .css-gsap_area__ph--2 {
    left: 0;
    opacity: 0;
  }
  .landing_content .css-gsap_area__ph--3 {
    left: 0;
    opacity: 0;
  }
  .landing_content .css-gsap_area__ph--4 {
    left: 0;
    opacity: 0;
  }
  .container {
    height: 100vh;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }
  .bredlist.lp {
    display: none;
  }
  .main-area .main-inner {
    margin: 0 auto;
    width: 100%;
  }
  .l-view {
    display: none;
  }
  .landing_content {
    overflow-x: hidden;
  }
  .landing_content img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  .landing_content img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  .landing_content .css-firstview {
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
    overflow: hidden;
  }
  .landing_content .css-firstview img {
    object-fit: cover;
  }
  .landing_content .horizontal-container {
    position: relative;
    scroll-snap-align: start;
    overflow: visible;
    contain: paint;
  }
  .landing_content .horizontal-container_rapper {
    position: sticky;
    width: 100%;
    height: 100vh;
    top: 0;
  }
  .landing_content .css-title {
    display: none;
  }
  .landing_content .css-logo {
    display: none;
  }
  .landing_content .css-slide_content {
    position: absolute;
    width: calc(355 * 100vw / 375);
    height: 97.3333333333dvh;
    top: calc(10 * 100svw / 375);
    left: 0;
    right: 0;
    margin: auto;
  }
  .landing_content .css-slide_content .js-slide {
    display: block;
    position: absolute;
    width: calc(355 * 100vw / 375);
    aspect-ratio: 355/473.33;
    right: 0;
    top: 0;
    transition: all 1.5s;
    transform-origin: right bottom;
    opacity: 0;
  }
  .landing_content .css-slide_content .js-slide.js-current {
    opacity: 1;
    transform: scale(1);
  }
  .landing_content .css-slide_content .js-slide.js-next {
    opacity: 1;
    transform: scale(0.18);
  }
  .landing_content .css-slide_content .js-slide.js-prev_next {
    opacity: 0;
    transform: scale(0.18);
  }
  .landing_content .css-slide_content .js-slide.js-prev {
    opacity: 0;
    transition: all 0.5s;
  }
  .landing_content .css-slide_content .css-credit {
    position: absolute;
    top: calc(476 * 100vw / 375);
    left: 0;
    transform-origin: left top;
    opacity: 0;
    z-index: -1;
  }
  .landing_content .css-slide_content .css-credit.js-active {
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 2;
  }
  .landing_content .css-slide_content .css-credit .css-credit_link,
  .landing_content .css-slide_content .css-credit .css-slash {
    font-family: "Times New Roman", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: calc(12 * 100vw / 375);
    line-height: calc(15 * 100vw / 375);
    letter-spacing: 0em;
  }
  .landing_content .css-slide_content .css-credit .css-slash + .css-credit_link,
  .landing_content .css-slide_content .css-credit .css-credit_link + .css-slash {
    margin-left: calc(0 * 100vw / 375);
  }
  .landing_content .css-slide_content .css-page_num {
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: left bottom;
  }
  .landing_content .css-slide_content .css-page_num--count, .landing_content .css-slide_content .css-page_num--max {
    font-family: "Times New Roman", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: calc(12 * 100vw / 375);
    line-height: calc(15 * 100vw / 375);
    letter-spacing: 0em;
  }
  .landing_content .dummy {
    display: none;
    position: relative;
    height: 1000vw;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .landing_content .css-footer {
    scroll-snap-align: start;
    padding-top: calc(68 * 100vw / 375);
    padding-bottom: calc(159 * 100vw / 375);
  }
  .landing_content .css-check_all {
    display: block;
    width: calc(309.66 * 100vw / 375);
    aspect-ratio: 309.66/39.66;
    margin: 0 auto;
  }
  .landing_content .css-staff_text {
    margin: 0 auto;
    margin-top: calc(40 * 100vw / 375);
  }
  .landing_content .css-staff_text .css-text {
    text-align: center;
    font-family: "Times New Roman", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: calc(12 * 100vw / 375);
    font-style: italic;
    line-height: calc(15 * 100vw / 375);
    letter-spacing: 0em;
  }
  .landing_content .css-staff_text .css-text + .css-text {
    margin-top: calc(-1 * 100vw / 375);
  }
}