video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
}

.content__videobox.js-played video::-webkit-media-controls-start-playback-button {
  display: block !important;
  -webkit-appearance: button !important;
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {
  .page-wrap {
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
    overflow: hidden;
    animation: loaded 1.5s ease-in-out;
  }
  @keyframes loaded {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .page-wrap .sp {
    display: none;
  }
  .page-wrap .stalker {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    pointer-events: none;
    transition: transform 0.1s ease;
  }
  .page-wrap .stalker__pointer {
    position: absolute;
    top: -8px;
    left: -8px;
    border-radius: 100%;
    background-color: #009A4A;
    width: 16px;
    height: 16px;
    transition: scale 0.4s ease;
  }
  .page-wrap .stalker.active {
    mix-blend-mode: multiply;
  }
  .page-wrap .stalker.active .stalker__pointer {
    scale: 2;
  }
  .bottom__linkboxes {
    display: flex;
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .bottom__linkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-block: min(5.291005291vw, 80px);
    border-radius: min(3.9682539683vw, 60px);
    width: min(36.7724867725vw, 556px);
    background-color: #F3F3F3;
    overflow: hidden;
  }
  .bottom__linkbox::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    transition: left 0.2s linear;
  }
  .bottom__linkbox-text {
    position: relative;
    z-index: 1;
  }
  .bottom__linkbox-text-main {
    font-family: "Sulphur Point", sans-serif;
    font-size: min(2.380952381vw, 36px);
    letter-spacing: 0.02em;
  }
  .bottom__linkbox-text-sub {
    margin-top: 14px;
    font-weight: 500;
    font-size: min(0.8597883598vw, 13px);
    letter-spacing: 0.1em;
  }
  .bottom__linkbox-icon {
    position: relative;
    margin-left: max(2.6455026455vw, 40px);
    width: 12.59%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #009A4A;
    z-index: 1;
  }
  .bottom__linkbox-icon-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 23%;
    height: 23%;
    overflow: hidden;
  }
  .bottom__linkbox-icon-arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/icon_arrow_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    translate: 0 0;
    transition: translate cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
  }
  .bottom__linkbox-icon-arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/icon_arrow_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    translate: -120% 0;
    transition: translate cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
  }
  .bottom__linkbox:hover::after {
    left: 0;
  }
  .bottom__linkbox:hover .bottom__linkbox-icon-arrow::before {
    translate: 120% 0;
  }
  .bottom__linkbox:hover .bottom__linkbox-icon-arrow::after {
    translate: 0 0;
  }
  .band {
    display: flex;
    align-items: center;
    -moz-column-gap: 80px;
         column-gap: 80px;
    width: 100vw;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
  .band::-webkit-scrollbar {
    display: none;
  }
  .band__scroll {
    flex-shrink: 0;
    min-width: -moz-max-content;
    min-width: max-content;
    will-change: transform;
    animation: band-loop 40s linear infinite;
  }
  .band__text {
    flex-shrink: 0;
    min-width: -moz-max-content;
    min-width: max-content;
    font-size: 160px;
    font-family: "Sulphur Point", sans-serif;
    letter-spacing: 0.02em;
    color: #009A4A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
  }
  @keyframes band-loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .footer {
    padding-inline: 5.29%;
    padding-bottom: 30px;
  }
  .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 3px solid #F0F0F0;
  }
  .footer__logo {
    width: 80px;
  }
  .footer__logo img {
    width: 100%;
  }
  .footer__text {
    font-family: "Figtree", sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap {
    font-family: "Zen Kaku Gothic New", sans-serif;
    overflow: hidden;
  }
  .page-wrap .pc {
    display: none;
  }
  .page-wrap .stalker {
    display: none;
  }
  .bottom__linkboxes {
    display: grid;
    row-gap: 5.1282051282vw;
  }
  .bottom__linkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    padding: 11.7948717949vw 12.8205128205vw;
    border-radius: 10.2564102564vw;
    width: 82.0512820513vw;
    background-color: #F3F3F3;
  }
  .bottom__linkbox-text-main {
    font-family: "Sulphur Point", sans-serif;
    font-size: 6.1538461538vw;
    letter-spacing: 0.02em;
  }
  .bottom__linkbox-text-sub {
    margin-top: 14px;
    font-weight: 500;
    font-size: 3.3333333333vw;
    letter-spacing: 0.1em;
  }
  .bottom__linkbox-icon {
    position: relative;
    width: 15.8974358974vw;
    height: 15.8974358974vw;
    border-radius: 50%;
    background-color: #009A4A;
  }
  .bottom__linkbox-icon-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 23%;
    height: 23%;
    background-image: url("../images/icon_arrow_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .band {
    display: flex;
    align-items: center;
    -moz-column-gap: 10.2564102564vw;
         column-gap: 10.2564102564vw;
    width: 100vw;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
  .band::-webkit-scrollbar {
    display: none;
  }
  .band__scroll {
    flex-shrink: 0;
    min-width: -moz-max-content;
    min-width: max-content;
    will-change: transform;
    animation: band-loop 40s linear infinite;
  }
  .band__text {
    flex-shrink: 0;
    min-width: -moz-max-content;
    min-width: max-content;
    font-size: 30.7692307692vw;
    font-family: "Sulphur Point", sans-serif;
    letter-spacing: 0.02em;
    color: #009A4A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
  }
  @keyframes band-loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .footer {
    padding-inline: 5.1282051282vw;
    padding-bottom: 7.6923076923vw;
  }
  .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 5.1282051282vw;
    border-top: 0.7692307692vw solid #F0F0F0;
  }
  .footer__logo {
    width: 20.5128205128vw;
  }
  .footer__logo img {
    width: 100%;
  }
  .footer__text {
    font-family: "Figtree", sans-serif;
    font-weight: 300;
    font-size: 3.0769230769vw;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) {
  .header {
    margin-top: 50px;
    padding: 0 50px 50px;
  }
  .header__logo-main {
    font-family: "Sulphur Point", sans-serif;
    font-weight: 700;
    font-size: 76px;
    letter-spacing: 0.02em;
  }
  .header__logo-sub {
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .header--follow {
    position: fixed;
    margin-top: 30px;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .header--follow .header__logo-main {
    font-size: 42px;
  }
  .nav {
    position: fixed;
    top: 40px;
    right: 60px;
    z-index: 6;
    transform-origin: right top;
    transition: scale 0.6s ease-in-out;
  }
  .nav-dot {
    position: absolute;
    left: -20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #009A4A;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
  }
  .nav__list {
    display: grid;
    row-gap: 20px;
    position: relative;
    transition: row-gap 0.6s ease-in-out;
  }
  .nav__link {
    display: block;
    position: relative;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .nav.js-scroll {
    scale: 0.875;
  }
  .nav.js-scroll .nav__list {
    row-gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    margin-top: 17.9487179487vw;
    padding: 0 5.1282051282vw;
  }
  .header__logo-main {
    font-family: "Sulphur Point", sans-serif;
    font-weight: 700;
    font-size: 12.3076923077vw;
    letter-spacing: 0.02em;
  }
  .header__logo-sub {
    margin-top: 2.0512820513vw;
    font-weight: 500;
    font-size: 3.3333333333vw;
    letter-spacing: 0.1em;
  }
  .header--follow {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 7.6923076923vw;
    z-index: 5;
  }
  .header--follow .header__logo-main {
    font-size: 7.1794871795vw;
  }
  .open-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 19.4871794872vw;
    right: 5.1282051282vw;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    transition: top 0.5s ease-out;
    z-index: 9;
  }
  .open-btn span {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    border-radius: 50%;
    background-color: #009A4A;
  }
  .open-btn.js-scroll {
    top: 7.6923076923vw;
  }
  .open-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #5D5D5D;
    mix-blend-mode: multiply;
    opacity: 0.96;
    z-index: 9;
  }
  .nav {
    position: fixed;
    top: 0;
    right: -150%;
    width: 79.4871794872vw;
    height: 100%;
    padding: 17.9487179487vw 10.2564102564vw 10.2564102564vw;
    background-color: #fff;
    z-index: 10;
    transition: right 0.5s ease-in-out;
  }
  .nav__logo {
    font-family: "Sulphur Point", sans-serif;
    font-weight: 700;
    font-size: 7.1794871795vw;
    letter-spacing: 0.02em;
  }
  .nav__list {
    display: grid;
    row-gap: 6.1538461538vw;
    margin-top: 25.641025641vw;
  }
  .nav__link {
    display: block;
    position: relative;
    font-family: "Figtree", sans-serif;
    line-height: 1.5;
    font-size: 5.1282051282vw;
    letter-spacing: 0.02em;
  }
  .nav__close {
    display: block;
    position: relative;
    margin-top: 20.5128205128vw;
    margin-left: auto;
    margin-right: 0;
    font-family: "Sulphur Point", sans-serif;
    font-weight: 700;
    font-size: 4.358974359vw;
    letter-spacing: 0.08em;
  }
  .nav__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4.6153846154vw;
    translate: 0 -50%;
    rotate: -45deg;
    width: 2.8205128205vw;
    height: 0.5128205128vw;
    background-color: #009A4A;
  }
  .nav__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -4.6153846154vw;
    translate: 0 -50%;
    rotate: 45deg;
    width: 2.8205128205vw;
    height: 0.5128205128vw;
    background-color: #009A4A;
  }
  .nav.js-open {
    right: 0;
  }
}/*# sourceMappingURL=common.css.map */