/* stylelint-disable custom-property-pattern */
.pFV__headline_en .char {
  opacity: 0;
  transition: opacity 0.8s var(--e-out-cubic);
  transition-delay: calc(0.4s + 0.05s * var(--i));
}
.pFV__headline_ja .char {
  opacity: 0;
  transition: opacity 0.8s var(--e-out-cubic);
  transition-delay: calc(0.4s + 0.05s * var(--i));
}

.is-show .pFV__headline_en .char {
  opacity: 1;
}
.is-show .pFV__headline_ja .char {
  opacity: 1;
}

.cMouseStalker {
  display: none;
}

@media screen and (min-width: 768px) {
  .cMouseStalker {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-stalker);
    display: block;
    width: 40rem;
    height: 40rem;
    pointer-events: none;
  }
  .cMouseStalker__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .cMouseStalker__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: radial-gradient(138.84% 83.13% at 49.83% 50.12%, rgba(153, 219, 241, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border-radius: 50%;
    opacity: 0;
    transition: background-color 0.6s var(--e-out-expo), opacity 0.6s var(--e-out-expo);
  }
  .cMouseStalker__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--c-white);
    opacity: 0;
    transition: opacity 0.6s var(--e-out-expo);
  }
  .cMouseStalker__main_text {
    font-family: var(--f-en);
    font-size: 18rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  .cMouseStalker__main_line {
    width: 100%;
    height: 1px;
    margin-top: 8rem;
    background-color: var(--c-white);
  }
  .cMouseStalker.is-hover .cMouseStalker__background {
    opacity: 1;
  }
  .cMouseStalker.is-hover .cMouseStalker__main {
    opacity: 1;
  }
  .cMouseStalker.is-ather-hover .cMouseStalker__background {
    opacity: 0;
  }
  .cMouseStalker.is-ather-hover .cMouseStalker__main {
    opacity: 0;
  }
  .is-stalker-hover {
    cursor: none;
  }
}
.pFV {
  padding: 0 32rem;
  overflow: hidden;
}
.pFV .pFV__inner {
  padding: 140rem 0 120rem;
}
.pFV__headline_en {
  margin-bottom: 12rem;
  font-family: var(--f-en);
  font-size: 14rem;
  line-height: 1.8;
  color: var(--c-white);
  letter-spacing: 0.06em;
}
.pFV__headline_ja .char[data-id="1"] {
  width: 22rem;
  height: 21rem;
  margin-bottom: 1rem;
}
.pFV__headline_ja .char[data-id="2"] {
  width: 22rem;
  height: 22rem;
  margin-bottom: 1rem;
  margin-left: 5rem;
}
.pFV__headline_ja .char[data-id="3"] {
  width: 21rem;
  height: 16rem;
  margin-bottom: 2rem;
  margin-left: 8rem;
}
.pFV__headline_ja .char[data-id="4"] {
  width: 23rem;
  height: 23rem;
  margin-left: 4rem;
}
.pFV__headline_ja .char[data-id="5"] {
  width: 21rem;
  height: 20rem;
  margin-bottom: 3rem;
  margin-left: 4rem;
}
.pFV__headline_ja .char[data-id="6"] {
  width: 22rem;
  height: 21rem;
  margin-bottom: 2rem;
  margin-left: 5rem;
}
.pFV__headline_ja .char[data-id="7"] {
  width: 22rem;
  height: 22rem;
  margin-bottom: 1rem;
  margin-left: 7rem;
}
.pFV__headline_ja .char[data-id="8"] {
  width: 19rem;
  height: 22rem;
  margin-bottom: 1rem;
  margin-left: 6rem;
}
.pFV .char {
  display: inline-block;
}

.pContactThanks__inner {
  position: relative;
}
.pContactThanks__text {
  margin-top: 40rem;
  font-size: 15rem;
  line-height: 1.9;
  color: var(--c-white);
  letter-spacing: 0.02em;
}
.pContactThanks__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
}
.pContactThanks__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clinks {
  margin-top: 40rem;
}

.clink {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 188rem;
  padding: 8rem 16rem;
  background: var(--c-white);
}
.clink__text {
  position: relative;
  overflow: hidden;
}
.clink__text_item {
  display: block;
  font-size: 14rem;
  font-weight: 500;
  line-height: 1;
  color: var(--c-blue);
  letter-spacing: 0.04em;
}
.clink__text_item:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clink .clink__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 14rem;
  overflow: hidden;
  background: var(--c-blue);
  border-radius: 50%;
}
.clink .clink__arrow_inner {
  position: relative;
  width: 15rem;
  height: 8rem;
  color: var(--c-white);
}
.clink .clink__arrow_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clink .clink__arrow_image[data-id="1"] {
  transform: translateX(200%);
}

@media screen and (min-width: 768px) {
  .pFV {
    padding: 0 278rem;
  }
  .pFV .pFV__inner {
    padding: 210rem 0 202rem;
  }
  .pFV__headline_en {
    margin-bottom: 20rem;
    font-size: 14rem;
  }
  .pFV__headline_ja .char[data-id="1"] {
    width: 30rem;
    height: 28rem;
    margin-bottom: 1rem;
  }
  .pFV__headline_ja .char[data-id="2"] {
    width: 29rem;
    height: 30rem;
    margin-bottom: 1rem;
    margin-left: 7rem;
  }
  .pFV__headline_ja .char[data-id="3"] {
    width: 27rem;
    height: 22rem;
    margin-left: 11rem;
  }
  .pFV__headline_ja .char[data-id="4"] {
    width: 31rem;
    height: 31rem;
    margin-left: 6rem;
  }
  .pFV__headline_ja .char[data-id="5"] {
    width: 29rem;
    height: 28rem;
    margin-bottom: 3rem;
    margin-left: 6rem;
  }
  .pFV__headline_ja .char[data-id="6"] {
    width: 30rem;
    height: 27rem;
    margin-bottom: 3rem;
    margin-left: 7rem;
  }
  .pFV__headline_ja .char[data-id="7"] {
    width: 30rem;
    height: 30rem;
    margin-bottom: 1rem;
    margin-left: 8rem;
  }
  .pFV__headline_ja .char[data-id="8"] {
    width: 25rem;
    height: 28rem;
    margin-bottom: 2rem;
    margin-left: 9rem;
  }
  .pContactThanks__text {
    width: 659rem;
    margin-top: 72rem;
    font-size: 17rem;
  }
  .clink {
    width: 189rem;
  }
}
@media (any-hover: hover) {
  .clink {
    --_init-arrow-x-1: 200%;
  }
  .clink__text_item .char {
    transition: opacity 0.6s var(--e-out-expo), 0.6s var(--gleasing);
    transform: translateY(var(--_y));
  }
  .clink__text_item:last-child .char {
    --_y: 75%;
    opacity: 0;
  }
  .clink__text_item:last-child .char:nth-child(even) {
    --_y: 150%;
  }
  .clink .clink__arrow {
    overflow: hidden;
  }
  .clink .clink__arrow_image {
    transition: transform 0.6s var(--e-out-expo);
  }
  .clink .clink__arrow_image[data-id="1"] {
    transform: translateX(var(--_arrow-x-1, var(--_init-arrow-x-1)));
  }
  .clink .clink__arrow_image[data-id="2"] {
    transform: translateX(0%);
    transform: translateX(var(--_arrow-x-2, 0%));
  }
  .clink:hover {
    --_init-arrow-x-1: 200%;
    --_arrow-x-1: 0%;
    --_arrow-x-2: calc(var(--_init-arrow-x-1) * -1);
  }
  .clink:hover .clink__text_item:last-child .char {
    --_y: 0%;
    opacity: 1;
  }
  .clink:hover .clink__text_item:first-child .char {
    --_y: -75%;
    opacity: 0;
  }
  .clink:hover .clink__text_item:first-child .char:nth-child(even) {
    --_y: -150%;
  }
}