:root {
  --color-base: rgb(4,30,66);
  --color-cmpl: rgb(251,225,189);
  --bottom-line: 0;
}

/*
* top.css
*
*/
/* --------------------------------
  top
-------------------------------- */
html:not([class=is-safari]) *::-moz-selection {
  background-color: var(--color-cmpl);
  color: #000;
}
html:not([class=is-safari]) *::selection {
  background-color: var(--color-cmpl);
  color: #000;
}
html:not([class=is-safari]) .sect03_01 *::-moz-selection, html:not([class=is-safari]) .sect03_02 *::-moz-selection {
  background-color: #000;
  color: var(--color-cmpl);
}
html:not([class=is-safari]) .sect03_01 *::selection,
html:not([class=is-safari]) .sect03_02 *::selection {
  background-color: #000;
  color: var(--color-cmpl);
}
html.is-safari {
  overscroll-behavior-y: none;
}

@media screen and (max-width: 767px) {
  body {
    overflow-y: hidden;
    height: 100vh;
    height: 100svh;

    overscroll-behavior-y: none;
  }
}
@media screen and (max-width: 767px) {
  body canvas {
    width: 100vw;
  }
}

.js-renderer,
.js-pin02 {
  pointer-events: none;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.wrapper {
  position: relative;
  z-index: 1;
  background-color: #000;
  color: var(--color-cmpl);

  mix-blend-mode: difference;
}
.is-safari .wrapper {
  background-color: #fff;
  color: var(--color-base);

  mix-blend-mode: normal;
}

.content {
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .content {
    overflow-y: scroll;
    width: 100vw;
    height: 100vh;
    height: 100svh;

    overscroll-behavior-y: contain;
  }
}

.sect {
  position: relative;
  width: 100vw;
  height: auto;
  max-height: 100vh;

  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .sect {
    width: 100vw;
    height: auto;
    max-height: none;

    aspect-ratio: auto;
  }
}
.sect.is-vwFitted {
  width: auto;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .sect.is-vwFitted {
    width: 100vw;
    height: auto;
  }
}
.sect._lg {
  aspect-ratio: 24/9;
}
@media screen and (max-width: 767px) {
  .sect._lg {
    aspect-ratio: auto;
  }
}
.sect._lg .sect_desc._right {
  left: 0;
}

.u-easel {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100.1%;
  height: 100.1%;
}
@media screen and (max-width: 767px) {
  .u-easel {
    position: static;
    width: 100%;
    height: 100%;
  }
}

.sect_wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  height: 100%;

  will-change: transform;
}
.is-centered .sect_wrapper {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .is-centered .sect_wrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sect_wrapper {
    display: block;
    overflow: hidden;
    position: static;
    height: auto;

    will-change: auto;
  }
}
.is-safari .sect_wrapper .sect03_01,
.is-safari .sect_wrapper .sect03_02 {
  background-color: var(--color-base);
  color: #fff;
}
.is-safari .sect_wrapper .sect03_01::before,
.is-safari .sect_wrapper .sect03_02::before {
  background-color: var(--color-base);
}
.sect_wrapper .sect_intro {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect_intro {
    overflow: visible;
  }
}
.sect_wrapper .sect_intro.is-vwFitted {
  width: 100vw;
  height: auto;
  max-height: none;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect_intro .u-easel {
    position: static;
    margin: 0;
    width: 100vw;
    height: auto;

    aspect-ratio: auto;
  }
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect_intro {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect_intro .js-renderer {
    aspect-ratio: 9/16;
  }
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect01 {
    padding-top: 0.2rem;
  }
  .sect_wrapper .sect01 .sect_num {
    margin-right: -1rem;
  }
}
.sect_wrapper .sect02_01 .sect_num {
  left: -18.3%;
}
.sect_wrapper .sect02_01 .sect_txt {
  top: 58.3%;
  left: 17.7%;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect02_01 {
    padding-top: 47.6rem;
    padding-bottom: 5rem;
  }
  .sect_wrapper .sect02_01 .sect_num {
    margin-right: 1.4rem;
  }
}
.sect_wrapper .sect02_02 {
  overflow: hidden;
  width: 450vw;

  aspect-ratio: 72/9;
}
.sect_wrapper .sect02_02.is-vwFitted {
  height: auto;
  max-height: none;
}
.sect_wrapper .sect02_02 .u-easel.u-easel {
  top: 0;
  right: auto;
  bottom: auto;
  left: -1px;
  width: calc(100vw + 2px);
  height: auto;

  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect02_02 {
    display: block;
    width: 100vw;
    height: 550vh;

    aspect-ratio: auto;
  }
  .sect_wrapper .sect02_02 .u-easel.u-easel {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: auto;
    left: -100%;
    margin: auto;
    height: auto;
    pointer-events: none;

    aspect-ratio: 9/16;
  }
  .sect_wrapper .sect02_02 .u-easel.u-easel.is-bottomFix {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .sect_wrapper .sect02_02 .u-easel.u-easel.is-topFix {
    position: absolute;
  }
}
.sect_wrapper .sect03_01 {
  background-color: var(--color-cmpl);
  color: #000;
}
.sect_wrapper .sect03_01 .sect_num {
  right: -1%;
  left: auto;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect03_01 {
    padding-top: 17.6rem;
    padding-bottom: 10rem;
  }
  .sect_wrapper .sect03_01 .sect_num {
    margin-right: 1.9rem;
  }
}
.sect_wrapper .sect03_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 10px;
  height: 100%;
  background-color: var(--color-cmpl);
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect03_01::before {
    top: -9rem;
    left: 0;
    width: 100%;
    height: 10rem;
  }
}
.sect_wrapper .sect03_02 {
  background-color: var(--color-cmpl);
  color: #000;
}
.sect_wrapper .sect03_02 .sect_txt {
  top: 58.2%;
  left: 8.2%;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect03_02 {
    margin-top: -10rem;
    padding-top: 0.2rem;
    padding-bottom: 26.3rem;
  }
  .sect_wrapper .sect03_02 .sect_txt {
    width: auto;
  }
}
.sect_wrapper .sect03_02::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 10px;
  height: 100%;
  background-color: var(--color-cmpl);
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect03_02::before {
    top: -0.5rem;
    left: 0;
    width: 100%;
    height: 1rem;
  }
}
.sect_wrapper .sect04_01 {
  width: 200vw;

  aspect-ratio: 32/9;
}
.sect_wrapper .sect04_01 .sect_num {
  left: -18.2%;
}
.sect_wrapper .sect04_01 .u-easel {
  width: 100vw;
}
.sect_wrapper .sect04_01 .u-easel:nth-of-type(2) {
  right: 0;
  left: auto;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect04_01 .u-easel:nth-of-type(2) {
    margin-top: -14.1rem;
  }
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect04_01 .u-easel .u-easel {
    position: absolute;
    top: 15.4rem;
    left: 0;
    margin-top: 0;

    mix-blend-mode: difference;
  }
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect04_01 {
    padding-bottom: 9.3rem;
    width: 100vw;

    aspect-ratio: auto;
  }
  .sect_wrapper .sect04_01 .sect_num {
    margin-right: 1.9rem;
  }
  .sect_wrapper .sect04_01 .sect_txt {
    width: auto;
  }
}
.sect_wrapper .sect04_02 {
  z-index: 1;
  margin-left: 30rem;
  width: 200vw;

  aspect-ratio: 32/9;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect04_02 {
    display: block;
    position: relative;
    margin-left: 0;
    padding-top: 9.2rem;
    width: 100vw;

    aspect-ratio: auto;
  }
}
.sect_wrapper .sect04_02 .u-easel {
  width: 100vw;
}
.sect_wrapper .sect04_02 .u-easel:nth-of-type(1),
.sect_wrapper .sect04_02 .u-easel:nth-of-type(3) {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect04_02 .u-easel:nth-of-type(1) {
    padding-top: 19.4rem;
  }
}
.sect_wrapper .sect04_02 .u-easel:nth-of-type(2) {
  right: 0;
  left: auto;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect04_02 .u-easel:nth-of-type(2) {
    padding-top: 12.9rem;
  }
}
.sect_wrapper .sect04_02 .u-easel:nth-of-type(3) {
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect04_02 .u-easel:nth-of-type(3) {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
.sect_wrapper .sect04_02 .u-easel:nth-of-type(4) {
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect04_02 .u-easel:nth-of-type(4) {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 15.8rem;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect04_02 .u-easel:nth-of-type(1),
  .sect_wrapper .sect04_02 .u-easel:nth-of-type(2),
  .sect_wrapper .sect04_02 .u-easel:nth-of-type(3),
  .sect_wrapper .sect04_02 .u-easel:nth-of-type(4) {
    height: 100vh;
    height: 100svh;
  }
}
.sect_wrapper .sect04_02 .sect_txt {
  top: 31%;
  left: 10.2%;
  width: 32.5rem;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect04_02 .sect_txt {
    margin-top: 2.4rem;
    width: auto;
  }
}
.sect_wrapper .sect05_01 .sect_num {
  left: -16.7%;
}
.sect_wrapper .sect05_01 .sect_txt {
  left: 17.7%;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect05_01 {
    padding-top: 37.2rem;
  }
  .sect_wrapper .sect05_01 .sect_num {
    margin-right: 2rem;
  }
}
.sect_wrapper .sect05_02 {
  overflow: hidden;
  margin: 0 30rem;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect05_02 {
    overflow: visible;
    position: relative;
    margin: 0;
    padding-top: 33.9rem;
  }
  .sect_wrapper .sect05_02 .sect_num {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect05_02 .u-easel {
    position: absolute;
    top: 6.4rem;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100vw;
    height: 21.1rem;
  }
}
.sect_wrapper .sect05_03 .logoList ul {
  display: flex;
  flex-wrap: wrap;
  margin: 6% auto 0;
  width: 102.4rem;

  gap: 5.4rem 10.9rem;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect05_03 .logoList ul {
    margin: 5rem 0 0 4.2rem;
    width: 30.1rem;

    gap: 3.9rem;
  }
}
.sect_wrapper .sect05_03 .logoList li {
  width: 17.4rem;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect05_03 .logoList li {
    width: 13.1rem;
  }
}
.sect_wrapper .sect05_03 .logoList li img {
  width: 100%;
}
.sect_wrapper .sect05_03 .sect_ttl_sub {
  position: static;
  margin-top: 3.9%;
  text-align: center;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect05_03 .sect_ttl_sub {
    position: static;
    margin-top: 1.2rem;
    margin-left: 1rem;
    width: auto;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}
.sect_wrapper .sect06_01 .sect_num {
  left: 69.7%;
}
.sect_wrapper .sect06_01 .sect_txt {
  top: 65.7552083333vh;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect06_01 {
    margin-top: 0;
  }
  .sect_wrapper .sect06_01 .sect_num {
    margin-top: 65.1rem;
    margin-right: 2rem;
  }
}
.sect_wrapper .sect06_02 {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect06_02 {
    padding-top: 17.3rem;
    padding-bottom: 26rem;
  }
  .sect_wrapper .sect06_02 .sect_desc {
    margin-top: 2.7rem;
  }
}
.sect_wrapper .sect06_02 .sect_ttl {
  left: 8.5%;
}
.sect_wrapper .sect06_02 .sect_txt {
  top: 65.7%;
  left: 17.9%;
}
.sect_wrapper .sect06_02 .u-easel .u-easel {
  right: 0%;
  left: auto;
  width: 100%;

  mix-blend-mode: difference;
}
.sect_wrapper .sect06_02 .u-easel .u-easel path {
  fill: var(--color-cmpl);
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect06_02 .u-easel .u-easel {
    position: absolute;
    top: -17.9rem;
    right: auto;
    bottom: auto;
    left: -5.8rem;
    margin: auto;
    width: 129.2vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect06_02 .js-renderer {
    aspect-ratio: 9/16;
  }
}
@media screen and (max-width: 767px) {
  .sect_wrapper .sect_outro {
    margin-top: 11.5vh;
  }
}

.sect_num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 9.6%;
  right: 0;
  bottom: 0;
  left: -20%;
  margin: auto;
  width: 31rem;
  font-size: 48rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sect_num {
    position: static;
    margin-right: 0.8rem;
    width: auto;
    width: 15.1rem;
    font-size: 24rem;
  }
}
.sect_num._lg {
  right: auto;
  left: 39rem;
}

.sect_desc {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  width: 50vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sect_desc {
    position: static;
    margin-top: 19.7rem;
    padding: 0 2rem 0 6.3rem;
    width: auto;
    height: auto;
  }
}
.sect_desc._right {
  left: 0;
}
@media screen and (max-width: 767px) {
  .sect_desc._right {
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .sect_desc + .sect_desc {
    margin-top: 0;
  }
}

.sect_ttl {
  position: absolute;
  top: 17%;
  left: 11.4rem;
  letter-spacing: -0.02em;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .sect_ttl {
    position: static;
    font-size: 3.6rem;
    line-height: 1.2;
  }
}

.sect_ttl_sub {
  position: absolute;
  top: 20.2%;
  left: 10.2%;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sect_ttl_sub {
    position: static;
    font-size: 2.4rem;
  }
}

.sect_txt {
  position: absolute;
  top: 62%;
  left: 16.7%;
  margin: auto;
  width: 45.5rem;
  letter-spacing: 0em;
  font-size: 1.4rem;
  line-height: 2;

  font-kerning: none;
}
@media screen and (max-width: 767px) {
  .sect_txt {
    position: static;
    margin-top: 5.6rem;
    width: auto;
  }
}

.logo {
  position: absolute;
  top: -2.2135416667vh;
  right: -40.6rem;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 74rem;
  height: 42.6rem;
}
@media screen and (max-width: 767px) {
  .logo {
    top: 22.4rem;
    right: -4.1rem;
    bottom: auto;
    width: 29.1rem;
    height: 16.8rem;
  }
}
.is-safari .logo path {
  fill: var(--color-base);
}
.logo svg {
  width: 100%;
  height: 100%;
}
.logo path {
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);

  fill: var(--color-cmpl);
}
.logo path.is-fade {
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  .outro {
    height: 74.8vh;
    height: 74.8svh;
  }
}

.outro_link {
  position: absolute;
  z-index: 1;
  top: 21.6%;
  right: auto;
  bottom: 0;
  left: 4.2%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .outro_link {
    top: 0.9rem;
    right: -3.1rem;
    left: 0;
    width: 27.9rem;
  }
}
.is-safari .outro_link > a {
  color: var(--color-base);
}
.is-safari .outro_link svg path {
  fill: var(--color-base);
}
.outro_link > a {
  text-decoration: none;
  color: var(--color-cmpl);
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .outro_link > a {
    display: block;
    position: relative;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.outro_link span {
  display: inline-block;
  position: relative;
  margin-left: 1.6rem;
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .outro_link span {
    position: absolute;
    top: 0.6rem;
    right: 0.9rem;
  }
}
.outro_link span > svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.outro_link svg {
  -webkit-animation-name: arrow;
          animation-name: arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.outro_link svg path {
  fill: var(--color-cmpl);
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  15% {
    opacity: 0;
    transform: translateX(-20%);
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 0;
    transform: translateX(70%);
  }
  100% {
    opacity: 0;
    transform: translateX(70%);
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  15% {
    opacity: 0;
    transform: translateX(-20%);
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 0;
    transform: translateX(70%);
  }
  100% {
    opacity: 0;
    transform: translateX(70%);
  }
}
.footer_credit {
  position: absolute;
  top: 23.6%;
  right: 4.6%;
  margin: auto;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer_credit {
    top: auto;
    right: 1.4rem;
    bottom: 1.9rem;
    left: auto;
    margin: 0;
    width: 17.6rem;
    text-align: left;
  }
}
.footer_credit > small {
  letter-spacing: 0.01em;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer_credit > small {
    font-size: 1rem;
  }
}

.stalker {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.airplanes,
.airplanes02 {
  position: fixed;
  width: 3.2rem;
  height: 3rem;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.3s;
}
@media screen and (max-width: 767px) {
  .airplanes,
  .airplanes02 {
    width: 2.4rem;
    height: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .airplanes {
    display: none;
  }
}
.is-tb .airplanes {
  display: none;
}

.airplanes02 {
  top: 0;
  right: 5rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .airplanes02 {
    top: auto;
    right: 0;
    bottom: 5rem;
    left: -2.3rem;
    transform: rotate(90deg);
  }
}

.airplane,
.airplane02,
.airplane03,
.airplane04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 3rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .airplane,
  .airplane02,
  .airplane03,
  .airplane04 {
    width: 2.4rem;
    height: 2.3rem;
  }
}
.airplane > svg,
.airplane02 > svg,
.airplane03 > svg,
.airplane04 > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.airplane .airplane,
.airplane .airplane03,
.airplane02 .airplane,
.airplane02 .airplane03,
.airplane03 .airplane,
.airplane03 .airplane03,
.airplane04 .airplane,
.airplane04 .airplane03 {
  z-index: 2;
}
.airplane .airplaneBody,
.airplane02 .airplaneBody,
.airplane03 .airplaneBody,
.airplane04 .airplaneBody {
  fill: var(--color-cmpl);
}
.airplane .airplaneShadow,
.airplane02 .airplaneShadow,
.airplane03 .airplaneShadow,
.airplane04 .airplaneShadow {
  fill: rgba(255, 255, 255, 0.1);
}

.site_logo {
  overflow: hidden;
  position: fixed;
  z-index: 100;
  right: 4rem;
  bottom: var(--bottom-line);
  width: 9rem;
  height: 7.2rem;
}
.site_logo > a {
  display: block;
  width: 100%;
  height: 5.4rem;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transform: translateY(150%);
}
.site_logo svg {
  width: 100%;
  height: 100%;

  fill: var(--color-cmpl);
}
@media screen and (max-width: 767px) {
  .site_logo {
    display: none;
  }
}
.site_logo.is-show > a {
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .site_logo.is-show > a {
    transform: translateX(0);
  }
}
.is-safari .site_logo svg {
  fill: var(--color-base);
}

.progress {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transform: translateY(100%);

  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  .progress {
    width: 0.4rem;
    height: 100vh;
    height: 100svh;
    transform: translateX(-100%);
  }
  .is-am .progress {
    height: 100vh;
  }
}
.progress.is-show {
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .progress.is-show {
    transform: translateX(0);
  }
}

.progress_bullet {
  width: 100%;
  height: 100%;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transform: scaleX(0);
  transform-origin: left center;
  background-color: var(--color-cmpl);
}
@media screen and (max-width: 767px) {
  .progress_bullet {
    transform: scalY(0);
    transform-origin: center top;
  }
}

.airplanes {
  opacity: 0;
}
.airplanes.is-show {
  opacity: 1;
}

.stalker {
  mix-blend-mode: difference;
}

.airplanes02 {
  opacity: 0;
  z-index: 10;
}
.airplanes02 > div {
  transition: opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.airplanes02.is-show {
  -webkit-animation-name: airplane;
          animation-name: airplane;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .airplanes02.is-show {
    -webkit-animation-name: airplaneSP;
            animation-name: airplaneSP;
  }
}
.airplanes02.is-show .airplane03 {
  -webkit-animation-name: airplane03;
          animation-name: airplane03;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .airplanes02.is-show .airplane03 {
    -webkit-animation-name: airplane03SP;
            animation-name: airplane03SP;
  }
}
.airplanes02.is-hidden > div {
  opacity: 0;
}

@-webkit-keyframes airplane {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(500%);
  }
}

@keyframes airplane {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(500%);
  }
}
@-webkit-keyframes airplane03 {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -150%);
  }
}
@keyframes airplane03 {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -150%);
  }
}
@-webkit-keyframes airplaneSP {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(90deg);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(500%) rotate(90deg);
  }
}
@keyframes airplaneSP {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(90deg);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(500%) rotate(90deg);
  }
}
@-webkit-keyframes airplane03SP {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(0%, -50%);
  }
}
@keyframes airplane03SP {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(0%, -50%);
  }
}
.js-fade {
  opacity: 0;
  transition: opacity cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.3s;
}
.js-fade.is-show {
  opacity: 1;
}

.sect_intro {
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sect_intro.is-moved {
  transform: translateX(-100px);
}
@media screen and (max-width: 767px) {
  .sect_intro.is-moved {
    transform: translateX(0);
  }
}