/**
 * COMMON PARTS
 */
.sec-subttl {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--10px, 10px) * 10 * 0.1);
  line-height: 200%; /* 20px */
  letter-spacing: 0.04em;
  color: #00f;
}
@media (orientation: portrait) {
  .sec-subttl {
    font-size: min(var(--10px, 10px) * 10 * 0.1, 12.5px);
  }
}
.sec-subttl:not(:link) {
  margin-bottom: calc(var(--10px, 10px) * 40 * 0.1);
}

.sec-ttl {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: calc(var(--10px, 10px) * 42 * 0.1);
  line-height: 120%; /* 36px */
  letter-spacing: 0.04em;
}
@media (orientation: portrait) {
  .sec-ttl {
    font-size: min(var(--10px, 10px) * 40 * 0.1, 50px);
  }
}

.sec-copy {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: calc(var(--10px, 10px) * 16 * 0.1);
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.04em;
  padding-top: calc(var(--10px, 10px) * 12 * 0.1);
  margin-bottom: calc(var(--10px, 10px) * 30 * 0.1);
}
@media (orientation: portrait) {
  .sec-copy {
    font-size: min(var(--10px, 10px) * 16 * 0.1, 20px);
    margin-bottom: calc(var(--10px, 10px) * 40 * 0.1);
  }
}

.cmn-txt {
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  font-size: calc(var(--10px, 10px) * 12 * 0.1);
  line-height: 1.3;
}
@media (orientation: portrait) {
  .cmn-txt {
    font-size: min(var(--10px, 10px) * 12 * 0.1, 15px);
    line-height: 1.6;
  }
}

.cmn-btn {
  width: calc(var(--10px, 10px) * 120 * 0.1);
  height: calc(var(--10px, 10px) * 30 * 0.1);
  flex-shrink: 0;
  border-radius: 100vmax;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #292989;
  font-size: calc(var(--10px, 10px) * 10 * 0.1);
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: calc(var(--10px, 10px) * 0.4 * 0.1);
}
@media (orientation: portrait) {
  .cmn-btn {
    font-size: min(var(--10px, 10px) * 10 * 0.1, 12.5px);
  }
}

.st-GlobalFooter_PageTop {
  z-index: 2000;
}

@media (orientation: landscape) {
  .sp:not(body) {
    display: none !important;
  }
}

@media (orientation: portrait) {
  .pc:not(body) {
    display: none !important;
  }
}

/**
 * LP
 */
.lp {
  --10px: calc(6px + (4/1200) * 100vw);
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--10px, 10px) * 13 * 0.1);
  line-height: 180%; /* 23.4px */
  letter-spacing: calc(var(--10px, 10px) * 0.52 * 0.1);
}
@media (orientation: portrait) {
  .lp {
    --10px: calc((10/390) * 100vw);
  }
}
@media (orientation: portrait) {
  .lp {
    font-size: min(var(--10px, 10px) * 13 * 0.1, 16.25px);
  }
}
.lp button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.lpMask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #fff;
  -webkit-mask-position: center -50vh;
          mask-position: center -50vh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.st-GlobalFooter {
  background-color: #fff;
}

/**
 * FIRST AREA
 */
.mvToMovieArea {
  opacity: 1;
  position: relative;
  padding-bottom: 40vh;
  /* CONCEPT */
  /* MOVIE */
}
@media (orientation: portrait) {
  .mvToMovieArea {
    padding-bottom: 0;
  }
  .mvToMovieArea::before {
    content: "";
    display: block;
    height: 100lvh;
    margin-bottom: -100lvh;
    width: 100%;
    background-image: url(../img/featurearea_bg-sp.jpg);
    background-size: cover;
    background-position: center bottom;
    position: sticky;
    top: 0;
    z-index: -1;
    display: none;
  }
  .mvToMovieArea::after {
    content: "";
    display: block;
    height: 50lvh;
    width: 100%;
    background-image: url(../img/mv_bg-sp.jpg);
    background-size: cover;
    background-position: center bottom;
    position: sticky;
    top: 0;
    transition: opacity ease 200ms;
    display: none;
  }
  .mvToMovieArea.is-leaving::after {
    opacity: 0;
    transition: opacity ease 600ms;
  }
}
.mvToMovieArea .mvBg {
  position: sticky;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100lvh;
  z-index: -1;
  margin-bottom: -100lvh;
  overflow: hidden;
}
.mvToMovieArea .mvBg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mvToMovieArea .mv {
  height: 100vh;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: min(var(--10px, 10px) * 1200 * 0.1, 100% - var(--10px, 10px) * 80 * 0.1);
  align-items: center;
  justify-content: space-between;
  position: sticky;
  padding: 0 calc(var(--10px, 10px) * 120 * 0.1) calc(var(--10px, 10px) * 40 * 0.1);
  top: 0;
  left: 0;
}
@media (orientation: portrait) {
  .mvToMovieArea .mv {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .mvToMovieArea .mv {
    word-break: keep-all;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 4svh;
  }
}
@media (orientation: portrait) and (min-width: 641px) {
  .mvToMovieArea .mv {
    padding-top: min(min(var(--10px, 10px) * 60 * 0.1, 75px), 6svh);
  }
}
.mvToMovieArea .mv_logo {
  width: calc(var(--10px, 10px) * 150 * 0.1);
  opacity: 0;
}
@media (orientation: portrait) {
  .mvToMovieArea .mv_logo {
    width: auto;
    height: 24svh;
    margin: 0 auto;
    order: 1;
  }
  .mvToMovieArea .mv_logo img {
    display: block;
    max-height: 100%;
  }
}
.mvToMovieArea .mv_copy {
  margin-right: calc(var(--10px, 10px) * 0 * 0.1);
  opacity: 0;
  color: #0000ff;
  letter-spacing: 0.04em;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
}
.mvToMovieArea .mv_copy span {
  font-size: calc(var(--10px, 10px) * 28 * 0.1);
  line-height: 120%;
  display: block;
  text-align: left;
}
@media (orientation: portrait) {
  .mvToMovieArea .mv_copy {
    order: 0;
    margin-bottom: min(var(--10px, 10px) * 30 * 0.1, 37.5px);
  }
  .mvToMovieArea .mv_copy span {
    font-size: min(var(--10px, 10px) * 24 * 0.1, 30px);
  }
  .mvToMovieArea .mv_copy span br {
    display: none;
  }
}
.mvToMovieArea .contentArea {
  position: relative;
  top: calc(var(--10px, 10px) * -40 * 0.1);
  margin-bottom: calc(var(--10px, 10px) * -40 * 0.1);
  background: linear-gradient(102deg, rgba(255, 255, 255, 0.7) 40.69%, rgba(223, 230, 244, 0) 101.23%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-clip-path: inset(0 calc(var(--10px, 10px) * 40 * 0.1));
          clip-path: inset(0 calc(var(--10px, 10px) * 40 * 0.1));
}
@media (orientation: portrait) {
  .mvToMovieArea .contentArea {
    -webkit-clip-path: inset(0 calc(var(--10px, 10px) * 20 * 0.1));
            clip-path: inset(0 calc(var(--10px, 10px) * 20 * 0.1));
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.mvToMovieArea .contentArea .scrollTab {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
  left: max(var(--10px, 10px) * 40 * 0.1, (100vw - var(--10px, 10px) * 1120 * 0.1) * 0.5);
  margin: 0;
  width: 100%;
  height: calc(var(--10px, 10px) * 40 * 0.1);
  display: flex;
  align-items: center;
  padding-left: calc(var(--10px, 10px) * 80 * 0.1);
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  position: absolute;
  top: 0;
}
@media (orientation: portrait) {
  .mvToMovieArea .contentArea .scrollTab {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .mvToMovieArea .contentArea .scrollTab {
    left: calc(var(--10px, 10px) * 20 * 0.1);
    padding: 0;
    justify-content: center;
    text-align: center;
  }
}
.mvToMovieArea .concept {
  position: relative;
  display: flex;
  min-height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-top: calc(var(--10px, 10px) * 40 * 0.1);
}
.mvToMovieArea .concept_bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (orientation: portrait) {
  .mvToMovieArea .concept_bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    background-color: white;
  }
}
.mvToMovieArea .concept_bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mvToMovieArea .concept_head {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: calc(var(--10px, 10px) * 40 * 0.1);
  display: flex;
  align-items: center;
  opacity: 0;
}
.mvToMovieArea .concept_head .sec-subttl {
  padding: 0 calc(var(--10px, 10px) * 80 * 0.1);
  margin: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
}
@media (orientation: portrait) {
  .mvToMovieArea .concept_head .sec-subttl {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .mvToMovieArea .concept_head .sec-subttl {
    padding: 0;
  }
}
.mvToMovieArea .concept_inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
  width: 100%;
  margin-left: 55%;
  z-index: 1;
  padding: calc(var(--10px, 10px) * 30 * 0.1) calc(var(--10px, 10px) * 10 * 0.1) calc(var(--10px, 10px) * 30 * 0.1) calc(var(--10px, 10px) * 80 * 0.1);
  color: #000;
}
@media (orientation: portrait) {
  .mvToMovieArea .concept_inner {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .mvToMovieArea .concept_inner {
    padding: calc(var(--10px, 10px) * 40 * 0.1) 0;
    margin-left: auto;
    text-align: center;
  }
}
.mvToMovieArea .concept_inner .sec-copy {
  color: #000;
}
.mvToMovieArea .concept_desc p:not(:last-child) {
  margin-bottom: 1.8em;
}
.mvToMovieArea .movie {
  position: relative;
  display: flex;
  min-height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media (orientation: portrait) {
  .mvToMovieArea .movie {
    min-height: 106.9306930693vw;
  }
}
.mvToMovieArea .movie_head {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: calc(var(--10px, 10px) * 40 * 0.1);
  display: flex;
  align-items: center;
}
.mvToMovieArea .movie_head .sec-subttl {
  padding: 0 calc(var(--10px, 10px) * 80 * 0.1);
  margin: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
  color: #fff;
}
@media (orientation: portrait) {
  .mvToMovieArea .movie_head .sec-subttl {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .mvToMovieArea .movie_head .sec-subttl {
    padding: 0;
  }
}
.mvToMovieArea .movie_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
@media (orientation: portrait) {
  .mvToMovieArea .movie_bg {
    opacity: 1;
  }
}
.mvToMovieArea .movie_bg img, .mvToMovieArea .movie_bg video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mvToMovieArea .movie_playbtn {
  position: relative;
  z-index: 1;
  font-size: 0;
  width: calc(var(--10px, 10px) * 120 * 0.1);
  height: calc(var(--10px, 10px) * 120 * 0.1);
  border-radius: 100vmax;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0);
}
@media (orientation: portrait) {
  .mvToMovieArea .movie_playbtn {
    width: min(var(--10px, 10px) * 120 * 0.1, 150px);
    height: min(var(--10px, 10px) * 120 * 0.1, 150px);
  }
}
.mvToMovieArea .movie_playbtn::after {
  content: "";
  display: block;
  width: calc(var(--10px, 10px) * 20 * 0.1);
  height: calc(var(--10px, 10px) * 20 * 0.1);
  position: absolute;
  top: calc(50% - var(--10px, 10px) * 10 * 0.1);
  left: calc(50% - var(--10px, 10px) * 7 * 0.1);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (orientation: portrait) {
  .mvToMovieArea .movie_playbtn::after {
    width: min(var(--10px, 10px) * 20 * 0.1, 25px);
    height: min(var(--10px, 10px) * 20 * 0.1, 25px);
    top: calc(50% - min(var(--10px, 10px) * 10 * 0.1, 12.5px));
    left: calc(50% - min(var(--10px, 10px) * 7 * 0.1, 8.75px));
  }
}
@media (any-hover: hover) {
  .mvToMovieArea .movie_playbtn {
    transition: transform ease 600ms, background-color ease 600ms, -webkit-backdrop-filter 300ms;
    transition: backdrop-filter 300ms, transform ease 600ms, background-color ease 600ms;
    transition: backdrop-filter 300ms, transform ease 600ms, background-color ease 600ms, -webkit-backdrop-filter 300ms;
  }
  .mvToMovieArea .movie_playbtn::after {
    transition: transform ease 600ms;
  }
  .mvToMovieArea .movie_playbtn:hover {
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.4);
  }
  .mvToMovieArea .movie_playbtn:hover::after {
    transform: scale(0.909);
  }
}

.conceptMoviePopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  opacity: 0;
  -webkit-mask-size: 100vmax 100vmax;
          mask-size: 100vmax 100vmax;
  -webkit-mask-position: center;
          mask-position: center;
  align-items: center;
  justify-content: center;
  background-color: #c2e2f5;
  background-image: url(../img/popup_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.conceptMoviePopup_inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: calc(var(--10px, 10px) * 20 * 0.1) 0;
}
.conceptMoviePopup_movie iframe {
  max-width: min(var(--10px, 10px) * 800 * 0.1, 160vh);
  aspect-ratio: 80/45;
  width: 100vw;
  height: auto;
}
.conceptMoviePopup_close {
  color: black;
  letter-spacing: 0.04em;
  margin-left: calc(var(--10px, 10px) * 20 * 0.1);
}

/**
 * FEATURE AREA
 */
.featuresArea {
  position: relative;
  height: calc(100vh + var(--10px, 10px) * 100 * 0.1);
  width: 100%;
  overflow: hidden;
  margin-bottom: calc(var(--10px, 10px) * 30 * 0.1);
  z-index: 30;
}
@media (orientation: portrait) {
  .featuresArea {
    height: auto;
    overflow: visible;
    margin: 0 0 0;
  }
}
.featuresArea .feature {
  width: 100%;
  top: 100vh;
  overflow: hidden;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.2);
}
@media (orientation: portrait) {
  .featuresArea .feature {
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.6666666667);
  }
}
.featuresArea .featureBg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
}
.featuresArea .featureBg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (orientation: landscape) {
  .featuresArea .featureBg {
    -webkit-mask-image: linear-gradient(rgba(255, 255, 255, 0) 35%, white 50%);
            mask-image: linear-gradient(rgba(255, 255, 255, 0) 35%, white 50%);
    -webkit-mask-size: 100% 200%;
            mask-size: 100% 200%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%;
  }
}
@media (orientation: portrait) {
  .featuresArea .featureBg {
    display: none;
  }
}
.featuresArea .feature01 {
  z-index: 10;
}
@media (orientation: landscape) {
  .featuresArea .feature01 {
    height: 100vh;
    position: absolute;
    transform: translateY(calc(var(--y-adj) * var(--10px) + 100vh * var(--y-progress)));
  }
}
@media (orientation: portrait) {
  .featuresArea .feature01 {
    position: sticky;
    height: 100lvh;
    top: 0;
    bottom: calc(var(--10px) * 12 - 100lvh);
  }
}
.featuresArea .feature01_bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.featuresArea .feature01_bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (orientation: portrait) {
  .featuresArea .feature01_bg img {
    opacity: 0;
    will-change: opacity;
    transition: opacity 600ms;
  }
}
@media (orientation: portrait) {
  .featuresArea .feature01.is-visible ._bg img {
    opacity: 1;
  }
}
.featuresArea .feature01 .feature_main {
  min-height: calc(100vh - var(--10px, 10px) * 120 * 0.1);
  align-items: center;
  padding-top: 0;
}
.featuresArea .feature01 .sec-copy {
  margin: 0 0 calc(var(--10px, 10px) * 30 * 0.1);
  color: #000;
  transform-origin: left center;
}
.featuresArea .feature01 .cmn-txt {
  margin: 0;
  transform-origin: left center;
  color: #000;
}
.featuresArea .feature02 {
  z-index: 11;
  --txt-shadow: #ffffff99;
}
@media (orientation: landscape) {
  .featuresArea .feature02 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100vh - var(--10px, 10px) * 40 * 0.1);
    transform: translateY(calc(var(--y-adj) * var(--10px) + 100vh * var(--y-progress)));
  }
}
@media (orientation: portrait) {
  .featuresArea .feature02 {
    position: sticky;
    display: flex;
    flex-direction: column;
    height: calc(100lvh - var(--10px, 10px) * 40 * 0.1);
    top: calc(var(--10px) * 4);
    bottom: calc(var(--10px) * 8 - (100lvh - var(--10px, 10px) * 40 * 0.1));
    text-shadow: 0px 0px 2px var(--txt-shadow);
  }
  .featuresArea .feature02 .feature02_niyodo {
    --txt-shadow: #91bfc4;
    opacity: 0;
    transition: opacity 600ms;
  }
}
.featuresArea .feature02_bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.featuresArea .feature02_bg::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(80deg, var(--txt-shadow) 50%, transparent 100%);
  z-index: 1;
  mix-blend-mode: hard-light;
}
@media (orientation: landscape) {
  .featuresArea .feature02_bg::before {
    opacity: 0.5;
  }
}
@media (orientation: portrait) {
  .featuresArea .feature02_bg::before {
    display: block;
  }
}
.featuresArea .feature02_bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (orientation: portrait) {
  .featuresArea .feature02_bg img {
    opacity: 0;
    will-change: opacity;
    transition: opacity 600ms;
  }
}
@media (orientation: portrait) {
  .featuresArea .feature02.is-visible ._bg img {
    opacity: 1;
  }
  .featuresArea .feature02.is-visible .feature02_niyodo {
    opacity: 1;
    transition-delay: 100ms;
  }
}
.featuresArea .feature02 .feature_head {
  width: 100%;
}
.featuresArea .feature02 .feature_main {
  width: 100%;
  filter: drop-shadow(0 0 4px var(--txt-shadow)) drop-shadow(0 0 8px var(--txt-shadow));
}
@media (orientation: portrait) {
  .featuresArea .feature02 .feature_main {
    padding: calc(var(--10px, 10px) * 20 * 0.1) 0;
  }
}
@media (orientation: portrait) and (max-width: 750px) {
  .featuresArea .feature02 .sec-ttl {
    font-size: min(var(--10px, 10px) * 30 * 0.1, 37.5px);
  }
}
.featuresArea .feature02 .sec-copy {
  margin: 0;
}
.featuresArea .feature02 .cmn-txt {
  margin: 0;
  transform-origin: left;
  color: #000;
}
.featuresArea .feature02_niyodo {
  width: 100%;
  background-image: url(../img/feature2_niyodo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  height: min(var(--10px, 10px) * 380 * 0.1, 45vh);
  display: flex;
  align-items: center;
  margin-top: auto;
  position: relative;
  padding-bottom: calc(var(--10px, 10px) * 40 * 0.1);
  z-index: 2;
}
@media (orientation: portrait) {
  .featuresArea .feature02_niyodo {
    height: min(var(--10px, 10px) * 420 * 0.1, 50lvh);
    height: 55svh;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: calc(var(--10px, 10px) * 10 * 0.1);
    padding-bottom: calc(var(--10px, 10px) * 0 * 0.1);
    background-image: url(../img/feature2_niyodo-sp.jpg);
    align-items: flex-start;
  }
}
.featuresArea .feature02_niyodo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.1));
}
@media (orientation: portrait) {
  .featuresArea .feature02_niyodo::before {
    opacity: 1;
  }
}
.featuresArea .feature02_niyodo_inner {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
  width: 100%;
  padding: 0 calc(var(--10px, 10px) * 80 * 0.1);
}
@media (orientation: portrait) {
  .featuresArea .feature02_niyodo_inner {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .featuresArea .feature02_niyodo_inner {
    padding: 0;
  }
}
.featuresArea .feature02_niyodo_ttl {
  font-size: calc(var(--10px, 10px) * 24 * 0.1);
  margin-bottom: calc(var(--10px, 10px) * 10 * 0.1);
  color: #000;
  transform-origin: left;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
}
@media (orientation: portrait) {
  .featuresArea .feature02_niyodo_ttl {
    font-size: min(var(--10px, 10px) * 24 * 0.1, 30px);
  }
}
.featuresArea .feature02_niyodo .sec-copy {
  padding-top: 0;
  margin-bottom: calc(var(--10px, 10px) * 20 * 0.1);
}
@media (orientation: portrait) {
  .featuresArea .feature02_niyodo .sec-copy {
    margin-bottom: calc(var(--10px, 10px) * 10 * 0.1);
  }
}
@media (orientation: portrait) {
  .featuresArea .feature02_niyodo::before {
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.8) 33%, rgba(255, 255, 255, 0.55));
  }
}
@media (max-width: 390px) {
  .featuresArea .feature02_niyodo_ttl {
    padding-top: 0;
  }
  .featuresArea .feature02_niyodo .txt {
    letter-spacing: 0.025em;
    font-size: calc(var(--10px, 10px) * 11 * 0.1);
  }
}
@media (max-width: 390px) and (orientation: portrait) {
  .featuresArea .feature02_niyodo .txt {
    font-size: min(var(--10px, 10px) * 11 * 0.1, 13.75px);
  }
}
.featuresArea .feature03 {
  z-index: 12;
}
@media (orientation: landscape) {
  .featuresArea .feature03 {
    position: absolute;
    overflow: hidden;
    top: 100vh;
    height: auto;
    min-height: 100vh;
    width: 100%;
    transform: translateY(calc(var(--y-adj) * var(--10px) + 100vh * var(--y-progress)));
  }
}
@media (orientation: portrait) {
  .featuresArea .feature03 {
    position: sticky;
    height: calc(100lvh - var(--10px, 10px) * 80 * 0.1);
    top: calc(var(--10px, 10px) * 80 * 0.1);
    bottom: calc(var(--10px, 10px) * 40 * 0.1 - (100lvh - var(--10px, 10px) * 80 * 0.1));
  }
}
.featuresArea .feature03_bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 100vmax #fff;
}
@media (orientation: portrait) {
  .featuresArea .feature03_bg {
    opacity: 0;
    will-change: opacity;
    transition: opacity 600ms;
  }
}
@media (orientation: portrait) {
  .featuresArea .feature03.is-visible ._bg {
    opacity: 1;
    filter: blur(0px);
  }
}
.featuresArea .feature03 .sec-ttl {
  color: #000000;
}
@media (orientation: portrait) and (max-width: 750px) {
  .featuresArea .feature03 .sec-ttl {
    font-size: min(var(--10px, 10px) * 30 * 0.1, 37.5px);
  }
}
.featuresArea .feature03 .cmn-txt {
  color: #393956;
  padding-top: calc(var(--10px, 10px) * 20 * 0.1);
  transform-origin: left;
  margin: 0;
}
@media (orientation: portrait) {
  .featuresArea .feature03 .cmn-txt {
    padding-top: min(var(--10px, 10px) * 20 * 0.1, 25px);
  }
}
@media (orientation: portrait) {
  .featuresArea .feature03 .feature_main {
    padding: calc(var(--10px, 10px) * 20 * 0.1) calc(var(--10px, 10px) * 20 * 0.1);
  }
}
.featuresArea .feature_head {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
  height: calc(var(--10px, 10px) * 40 * 0.1);
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 calc(var(--10px, 10px) * 80 * 0.1);
  position: relative;
  z-index: 10;
}
@media (orientation: portrait) {
  .featuresArea .feature_head {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .featuresArea .feature_head {
    padding: 0;
  }
}
.featuresArea .feature_head .sec-subttl {
  margin: 0;
}
.featuresArea .feature_main {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
  padding: calc(var(--10px, 10px) * 40 * 0.1) calc(var(--10px, 10px) * 80 * 0.1);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media (orientation: portrait) {
  .featuresArea .feature_main {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .featuresArea .feature_main {
    padding: calc(var(--10px, 10px) * 40 * 0.1) 0;
  }
}
.featuresArea .feature_main .sec-copy {
  margin-bottom: calc(var(--10px, 10px) * 30 * 0.1);
  color: #000;
  transform-origin: left center;
}
.featuresArea .feature_main .cmn-txt {
  transform-origin: left center;
}
@keyframes numSlideIn {
  from {
    transform: translateY(5px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.featuresArea .feature03_slider {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 960 * 0.1);
  overflow: visible;
}
@media (orientation: portrait) {
  .featuresArea .feature03_slider {
    max-width: calc(100% - var(--10px, 10px) * 80 * 0.1);
  }
}
.featuresArea .feature03_slider .feature03_slide {
  position: relative;
  overflow: hidden;
}
@media (orientation: portrait) {
  .featuresArea .feature03_slider .feature03_slide {
    max-height: calc(100vw - var(--10px, 10px) * 80 * 0.1);
  }
}
.featuresArea .feature03_slider .feature03_slide_ttl {
  position: absolute;
  top: calc(var(--10px, 10px) * 27 * 0.1);
  right: calc(var(--10px, 10px) * 24 * 0.1);
  z-index: 10;
  color: #fff;
}
@media (orientation: portrait) {
  .featuresArea .feature03_slider .feature03_slide_ttl {
    top: 1rem;
    right: 1rem;
  }
}
.featuresArea .feature03_slider .feature03_slide_ttl_inner {
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  font-feature-settings: normal;
  font-size: calc(var(--10px, 10px) * 20 * 0.1);
  font-weight: 600;
  margin: 0;
  filter: drop-shadow(0 0 6px #448db6) drop-shadow(0 0 9px #448db6);
}
@media (orientation: portrait) {
  .featuresArea .feature03_slider .feature03_slide_ttl_inner {
    font-size: min(var(--10px, 10px) * 16 * 0.1, 20px);
  }
}
.featuresArea .feature03_slider .feature03_slide_ttl_inner .en {
  font-size: 0.65em;
  letter-spacing: 0.3em;
  display: inline-block;
  padding-top: 0.5em;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}
.featuresArea .feature03_slider .feature03_slide_ttl_inner .en i {
  text-orientation: sideways;
  font-style: normal;
}
.featuresArea .feature03_slider .feature03_slide_ttl img {
  display: block;
  max-width: 100%;
}
.featuresArea .feature03_slider .feature03_slide_img {
  width: calc(100% + var(--10px, 10px) * 100 * 0.1);
  margin-left: calc(var(--10px, 10px) * -50 * 0.1);
}
.featuresArea .feature03_slider .feature03_slide_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 96/55;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: calc(100vh - var(--10px, 10px) * 270 * 0.1);
}
@media (orientation: portrait) and (min-aspect-ratio: 768/1024) {
  .featuresArea .feature03_slider .feature03_slide_img img {
    aspect-ratio: 30/14;
  }
}
@media (orientation: portrait) and (max-width: 640px) {
  .featuresArea .feature03_slider .feature03_slide_img img {
    aspect-ratio: 5/4;
  }
}
.featuresArea .feature03_slider_control {
  display: flex;
  justify-content: space-between;
  padding-top: calc(var(--10px, 10px) * 20 * 0.1);
}
@media (orientation: portrait) {
  .featuresArea .feature03_slider_control {
    padding-top: min(var(--10px, 10px) * 20 * 0.1, 25px);
  }
}
.featuresArea .feature03_slider_prev, .featuresArea .feature03_slider_next {
  display: flex;
  font-size: calc(var(--10px, 10px) * 10 * 0.1);
  width: calc(var(--10px, 10px) * 70 * 0.1);
  justify-content: space-between;
  align-items: center;
}
@media (orientation: portrait) {
  .featuresArea .feature03_slider_prev, .featuresArea .feature03_slider_next {
    font-size: min(var(--10px, 10px) * 10 * 0.1, 12.5px);
    width: min(var(--10px, 10px) * 70 * 0.1, 87.5px);
  }
}
.featuresArea .feature03_slider_prev::before {
  content: "";
  display: block;
  width: calc(var(--10px, 10px) * 10 * 0.1);
  height: calc(var(--10px, 10px) * 4 * 0.1);
  background-color: #00f;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
@media (any-hover: hover) {
  .featuresArea .feature03_slider_prev {
    transition: ease 400ms;
  }
  .featuresArea .feature03_slider_prev::before {
    transition: ease 400ms;
  }
  .featuresArea .feature03_slider_prev:hover {
    transform: translateX(-4px);
  }
  .featuresArea .feature03_slider_prev:hover::before {
    transform: translateX(2px);
  }
}
.featuresArea .feature03_slider_next::after {
  content: "";
  display: block;
  width: calc(var(--10px, 10px) * 10 * 0.1);
  height: calc(var(--10px, 10px) * 4 * 0.1);
  background-color: #00f;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (any-hover: hover) {
  .featuresArea .feature03_slider_next {
    transition: ease 400ms;
  }
  .featuresArea .feature03_slider_next::after {
    transition: ease 400ms;
  }
  .featuresArea .feature03_slider_next:hover {
    transform: translateX(4px);
  }
  .featuresArea .feature03_slider_next:hover::after {
    transform: translateX(-2px);
  }
}
.featuresArea .feature03_slider_index {
  height: calc(var(--10px, 10px) * 48 * 0.1);
  display: flex;
  justify-content: center;
}
@media (orientation: portrait) {
  .featuresArea .feature03_slider_index {
    height: min(var(--10px, 10px) * 48 * 0.1, 60px);
  }
}
.featuresArea .feature03_slider_index .current,
.featuresArea .feature03_slider_index .all {
  position: relative;
  width: calc(var(--10px, 10px) * 48 * 0.1);
}
@media (orientation: portrait) {
  .featuresArea .feature03_slider_index .current,
  .featuresArea .feature03_slider_index .all {
    width: min(var(--10px, 10px) * 48 * 0.1, 60px);
  }
}
.featuresArea .feature03_slider_index .current span,
.featuresArea .feature03_slider_index .all span {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  animation: numSlideIn 0.2s ease-out;
  font-size: calc(var(--10px, 10px) * 10 * 0.1);
}
@media (orientation: portrait) {
  .featuresArea .feature03_slider_index .current span,
  .featuresArea .feature03_slider_index .all span {
    font-size: min(var(--10px, 10px) * 10 * 0.1, 12.5px);
  }
}
.featuresArea .feature03_slider_index .current span:not(:first-child),
.featuresArea .feature03_slider_index .all span:not(:first-child) {
  transition: ease 0.2s;
  opacity: 0;
  transform: translateY(-5px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.featuresArea .feature03_slider_index .separator {
  display: block;
  font-size: 0;
  height: 100%;
  width: 1px;
  background-color: #d9d9d9;
}

/**
  * COLLABORATION AREA
  */
.collaboArea {
  position: relative;
  height: 100svh;
  z-index: 30;
}
.collaboArea_spacer {
  height: 200vh;
}
.collaboArea .collabo {
  position: relative;
  top: 0;
  left: 0;
  height: 100svh;
  width: 100%;
  z-index: 30;
  overflow: hidden;
}
@media (orientation: portrait) {
  .collaboArea .collabo {
    background-color: #ACCEE0;
  }
}
.collaboArea .collabo_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (orientation: portrait) {
  .collaboArea .collabo_bg {
    height: 50svh;
    position: relative;
  }
}
.collaboArea .collabo_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (orientation: portrait) {
  .collaboArea .collabo_bg img {
    position: relative;
  }
}
.collaboArea .collabo_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
@media (orientation: portrait) {
  .collaboArea .collabo_inner {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .collaboArea .collabo_inner {
    align-items: center;
    max-width: calc(100% - var(--10px, 10px) * 38 * 0.1);
    max-height: 50svh;
    justify-content: center;
  }
}
.collaboArea .collabo_texts {
  margin-bottom: auto;
}
@media (orientation: portrait) {
  .collaboArea .collabo_texts {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.collaboArea .collabo_head {
  padding: 0 calc(var(--10px, 10px) * 0 * 0.1);
  min-height: calc(var(--10px, 10px) * 40 * 0.1);
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
  flex-grow: 0;
  margin-bottom: auto;
  opacity: 0;
  z-index: 2;
}
@media (orientation: portrait) {
  .collaboArea .collabo_head {
    position: absolute;
    top: -50svh;
    max-width: calc(100% - var(--10px, 10px) * 38 * 0.1);
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    order: 0;
  }
}
.collaboArea .collabo_head .sec-subttl {
  margin: 0;
  color: #fff;
}
.collaboArea .collabo_ttl {
  margin-bottom: 0.33em;
  color: #fff;
  line-height: 95%;
}
@media (orientation: portrait) {
  .collaboArea .collabo_ttl {
    color: #000;
    padding-top: min(min(var(--10px, 10px) * 380 * 0.1, 475px), 48svh);
    padding-top: 0;
    text-align: center;
    order: 0;
    font-size: min(var(--10px, 10px) * 30 * 0.1, 37.5px);
  }
}
.collaboArea .collabo_ttl span {
  display: block;
}
.collaboArea .collabo_name {
  color: #fff;
  margin-bottom: 1.5em;
  font-size: calc(var(--10px, 10px) * 32 * 0.1);
}
@media (orientation: portrait) {
  .collaboArea .collabo_name {
    color: #000;
    font-size: min(var(--10px, 10px) * 20.86956522 * 0.1, 26.086956525px);
    order: 0;
    margin-bottom: min(var(--10px, 10px) * 20 * 0.1, 25px);
  }
}
.collaboArea .collabo_name span {
  display: block;
}
.collaboArea .collabo_btn {
  margin-bottom: auto;
  transition: ease 300ms;
  background-color: rgba(255, 255, 255, 0.8);
  color: #292989;
  border: none;
}
@media (orientation: portrait) {
  .collaboArea .collabo_btn {
    order: 4;
  }
}
.collaboArea .collabo_btn:hover {
  background-color: #fff;
  opacity: 1;
}
.collaboArea .collabo_copy {
  color: rgba(255, 255, 255, 0.9333333333);
  font-size: calc(var(--10px, 10px) * 16 * 0.1);
  line-height: 1.3;
  letter-spacing: 0.04em;
  word-break: keep-all;
  margin-bottom: 1.5em;
}
.collaboArea .collabo_copy span {
  display: block;
}
@media (orientation: portrait) {
  .collaboArea .collabo_copy {
    color: #000;
    font-size: min(var(--10px, 10px) * 16 * 0.1, 20px);
    margin-bottom: 1.5em;
    text-align: center;
    order: 1;
  }
}
.collaboArea .anrealage {
  z-index: 10;
}
.collaboArea .vantan {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (orientation: portrait) {
  .collaboArea .vantan {
    top: 100%;
  }
}

/**
  * TECHNOLOGY AREA
  */
.techonologyToPartnersArea {
  position: relative;
  z-index: 20;
  background-color: #B5CED7;
  overflow: hidden;
}
@media (orientation: portrait) {
  .techonologyToPartnersArea {
    overflow: visible;
  }
}
.techonologyToPartnersArea .technology {
  position: relative;
  min-height: 100vh;
  margin-bottom: 50vh;
}
@media (orientation: portrait) {
  .techonologyToPartnersArea .technology {
    min-height: 100svh;
    margin-bottom: 0svh;
    position: sticky;
    top: 0;
    z-index: 0;
    margin-bottom: 100svh;
  }
}
.techonologyToPartnersArea .technology_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.techonologyToPartnersArea .technology_bg img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0), white calc(var(--10px, 10px) * 80 * 0.1));
          mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0), white calc(var(--10px, 10px) * 80 * 0.1));
}
.techonologyToPartnersArea .technology_head {
  min-height: calc(var(--10px, 10px) * 40 * 0.1);
  display: flex;
  align-items: center;
  padding: 0 calc(var(--10px, 10px) * 80 * 0.1);
}
@media (orientation: portrait) {
  .techonologyToPartnersArea .technology_head {
    padding: 0;
  }
}
.techonologyToPartnersArea .technology_head .sec-subttl {
  margin: 0;
}
.techonologyToPartnersArea .technology_inner {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
}
@media (orientation: portrait) {
  .techonologyToPartnersArea .technology_inner {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
.techonologyToPartnersArea .technology_main {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-top: 10vw;
  max-width: 100vw;
}
@media (orientation: portrait) {
  .techonologyToPartnersArea .technology_main {
    padding-top: 24vw;
  }
}
.techonologyToPartnersArea .technology_main .sec-ttl {
  margin-bottom: calc(var(--10px, 10px) * 30 * 0.1);
  font-size: calc(var(--10px, 10px) * 36 * 0.1);
}
@media (orientation: portrait) {
  .techonologyToPartnersArea .technology_main .sec-ttl {
    font-size: min(var(--10px, 10px) * 30 * 0.1, 37.5px);
  }
}
.techonologyToPartnersArea .technology_main .sec-ttl img {
  width: min(var(--10px, 10px) * 240 * 0.1, 300px);
}
.techonologyToPartnersArea .technology_main .txt {
  color: #000;
}
.techonologyToPartnersArea .technology_main .txt small {
  font-size: 1em;
}
.techonologyToPartnersArea .technology_main .viewmore {
  margin: calc(var(--10px, 10px) * 50 * 0.1) auto;
  transition: ease 300ms;
}
.techonologyToPartnersArea .technology_main .viewmore:hover {
  background-color: white;
}
.techonologyToPartnersArea .technology_product {
  width: min(var(--10px, 10px) * 604 * 0.1, 100%);
  margin-bottom: min(var(--10px, 10px) * 75 * 0.1, 5vh);
}
@media (orientation: portrait) {
  .techonologyToPartnersArea .technology_product {
    width: min(min(var(--10px, 10px) * 450 * 0.1, 562.5px), 100%);
  }
}
.techonologyToPartnersArea .applynow {
  min-height: calc(var(--10px, 10px) * 450 * 0.1);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (orientation: portrait) {
  .techonologyToPartnersArea .applynow {
    min-height: 150vw;
  }
}
.techonologyToPartnersArea .applynow_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
}
@media (orientation: portrait) {
  .techonologyToPartnersArea .applynow_inner {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
.techonologyToPartnersArea .applynow_ttl {
  background-image: url(../img/applynow_bg.jpg);
  -webkit-background-clip: text;
          background-clip: text;
  background-size: cover;
  background-position: center top 0px;
  background-attachment: fixed;
  color: transparent;
  text-align: center;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--10px, 10px) * 100 * 0.1);
  line-height: calc(var(--10px, 10px) * 100 * 0.1);
  white-space: nowrap;
}
@media (orientation: portrait) {
  .techonologyToPartnersArea .applynow_ttl {
    font-size: min(var(--10px, 10px) * 55 * 0.1, 68.75px);
    line-height: calc(var(--10px, 10px) * 55 * 0.1);
    background-size: auto 60vw;
    background-attachment: scroll;
  }
}
.techonologyToPartnersArea .applynow_btn {
  border-color: #acccdf;
  border-style: solid;
  border-width: 1px;
  margin: calc(var(--10px, 10px) * 30 * 0.1) auto;
  transition: ease 300ms;
}
.techonologyToPartnersArea .applynow_btn:hover {
  background-color: #acccdf;
  opacity: 1;
}
.techonologyToPartnersArea .applynow .txt {
  color: #393956;
  text-align: center;
}
.techonologyToPartnersArea .partners {
  min-height: calc(var(--10px, 10px) * 400 * 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (orientation: portrait) {
  .techonologyToPartnersArea .partners {
    min-height: 100svh;
  }
}
.techonologyToPartnersArea .partners .sec-ttl {
  font-size: calc(var(--10px, 10px) * 32 * 0.1);
  color: #000;
}
@media (orientation: portrait) {
  .techonologyToPartnersArea .partners .sec-ttl {
    font-size: min(var(--10px, 10px) * 20 * 0.1, 25px);
  }
}
.techonologyToPartnersArea .partners_note {
  padding-top: calc(var(--10px, 10px) * 20 * 0.1);
  text-align: center;
}
@media (orientation: portrait) {
  .techonologyToPartnersArea .partners_note {
    margin-bottom: calc(var(--10px, 10px) * 40 * 0.1);
  }
}
.techonologyToPartnersArea .partners_list {
  display: flex;
  padding: 0;
  margin: calc(var(--10px, 10px) * 35 * 0.1);
  gap: calc(var(--10px, 10px) * 70 * 0.1);
}
@media (orientation: portrait) {
  .techonologyToPartnersArea .partners_list {
    flex-direction: column;
    align-items: center;
    gap: calc(var(--10px, 10px) * 40 * 0.1);
  }
}
.techonologyToPartnersArea .partners_list li {
  list-style-type: none;
}
.techonologyToPartnersArea .partners_list li a {
  display: block;
}
@media (any-hover: hover) {
  .techonologyToPartnersArea .partners_list li a {
    transition: opacity 200ms;
  }
  .techonologyToPartnersArea .partners_list li a:hover {
    opacity: 0.6;
  }
}

/**
  * SNS AREA
  */
.snsArea {
  background-image: linear-gradient(rgba(255, 255, 255, 0.4) 33%, rgba(255, 255, 255, 0)), url(../img/applynow_bg.jpg);
  background-size: 100% calc(100vh + 100px);
  background-repeat: no-repeat;
  background-position: center top;
  padding: calc(var(--10px, 10px) * 105 * 0.1) 0;
  position: relative;
  z-index: 0;
}
@media (orientation: portrait) {
  .snsArea {
    background: none;
    padding: 0;
    height: calc(100lvh + 100vw);
    margin-top: -100lvh;
  }
  .snsArea::before {
    content: "";
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100lvh;
    background-image: linear-gradient(rgba(255, 255, 255, 0.4) 66%, rgba(255, 255, 255, 0)), url(../img/applynow_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
.snsArea_header {
  width: 100%;
  text-align: center;
  margin-bottom: calc(var(--10px, 10px) * 40 * 0.1);
}
@media (orientation: portrait) {
  .snsArea_header {
    margin-bottom: calc(var(--10px, 10px) * 5 * 0.1);
  }
}
.snsArea .snsArea_ttl {
  text-align: center;
  font-size: calc(var(--10px, 10px) * 32 * 0.1);
  color: #000;
}
@media (orientation: portrait) {
  .snsArea .snsArea_ttl {
    font-size: min(var(--10px, 10px) * 20 * 0.1, 25px);
    margin-bottom: calc(var(--10px, 10px) * 10 * 0.1);
  }
}
.snsArea .snsArea_subttl {
  color: #000;
}
@media (orientation: portrait) {
  .snsArea .snsArea_subttl {
    width: 100%;
  }
}
.snsArea_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 520 * 0.1);
}
@media (orientation: portrait) {
  .snsArea_inner {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .snsArea_inner {
    flex-direction: column;
    align-items: center;
    padding: 0 calc(var(--10px, 10px) * 20 * 0.1);
    gap: calc(var(--10px, 10px) * 10 * 0.1);
    position: sticky;
    height: 100vw;
    justify-content: center;
    bottom: 0;
  }
}
.snsArea .btn {
  display: flex;
  width: calc(var(--10px, 10px) * 240 * 0.1);
  height: calc(var(--10px, 10px) * 120 * 0.1);
  align-items: center;
  justify-content: center;
  border-radius: calc(var(--10px, 10px) * 6 * 0.1);
  border: 1px solid #FFF;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  cursor: pointer;
}
@media (any-hover) {
  .snsArea .btn {
    transition: ease 300ms;
  }
  .snsArea .btn:hover {
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media (orientation: portrait) {
  .snsArea .btn {
    width: min(100%, min(var(--10px, 10px) * 400 * 0.1, 500px));
    height: min(var(--10px, 10px) * 90 * 0.1, 112.5px);
  }
}
.snsArea .btn img {
  max-width: calc(var(--10px, 10px) * 26 * 0.1);
  max-height: calc(var(--10px, 10px) * 26 * 0.1);
}
@media (orientation: portrait) {
  .snsArea .btn img {
    max-width: min(var(--10px, 10px) * 26 * 0.1, 32.5px);
    max-height: min(var(--10px, 10px) * 26 * 0.1, 32.5px);
  }
}

.st-GlobalFooter {
  background-color: #fff;
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=style.css.map */