@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..600&display=swap");
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75em;
  color: #000; }

input,
button {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75em;
  color: #000; }

.follow-te {
  font-size: 1.5em;
  text-align: center;
  color: #e60012;
  font-weight: bold;
  margin: .6em 0; }

@media screen and (max-width: 900px) {
  .follow-te {
    font-size: 1.2em; } }
@media screen and (max-width: 540px) {
  body {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.75em; }

  .follow-te {
    font-size: 1em;
    margin: .4em 0; } }
@keyframes glitchMove {
  0% {
    transform: translate(0); }
  20% {
    transform: translate(-2px, 1px); }
  40% {
    transform: translate(2px, -1px); }
  60% {
    transform: translate(-1px, 0); }
  80% {
    transform: translate(1px, 1px); }
  100% {
    transform: translate(0); } }
@keyframes popupFadeDown {
  0% {
    opacity: 0;
    top: -50%; }
  70% {
    opacity: 1; }
  100% {
    top: 50%; } }
@keyframes popupBounceUp {
  0% {
    opacity: 1;
    top: 50%; }
  30% {
    opacity: 1;
    top: 55%; }
  100% {
    opacity: 0;
    top: -50%; } }
@keyframes scan {
  0% {
    left: -100%;
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    left: 100%;
    opacity: 0; } }
@keyframes shine {
  0% {
    left: -100%; }
  100% {
    left: 100%; } }
@keyframes noise-move {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(-2px, 1px); }
  50% {
    transform: translate(1px, -2px); }
  75% {
    transform: translate(-1px, 2px); }
  100% {
    transform: translate(0, 0); } }
html,
body {
  width: 100%;
  height: 100%;
  background-position: center;
  background-blend-mode: lighten;
  background-attachment: fixed;
  overflow-x: clip; }

header {
  width: 100%; }

img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

section {
  display: block;
  position: relative;
  z-index: 0;
  padding: 100px 0; }

main {
  background-color: #000; }

.inner-wrap {
  padding: 0 1em;
  width: calc(100% - 2em);
  max-width: 1440px;
  margin: auto; }

.mv {
  padding: 7.5% 0;
  position: relative;
  z-index: 0; }
  .mv::after {
    position: absolute;
    content: "";
    background-image: url(../images/back-img.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1; }
  .mv::before {
    position: absolute;
    content: "";
    background-image: url(../images/mv-text.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .mv .mv-box {
    display: flex;
    position: relative;
    margin: auto;
    justify-self: center;
    align-items: center;
    max-width: 650px;
    z-index: 3; }
    .mv .mv-box .mv-logo {
      max-width: 250px;
      filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3)); }
    .mv .mv-box .mv-logo-center {
      width: calc(150px - 1em);
      margin: auto 3em; }

#bg-black-no {
  background-color: #000;
  position: relative;
  padding: 0; }

.bg-black {
  position: relative;
  padding: 40px 0; }
  .bg-black .section-img-left {
    position: absolute;
    transform-origin: left bottom;
    top: -37px;
    width: 100%;
    max-width: 750px;
    left: -5px; }
  .bg-black .section-img-rigth {
    position: absolute;
    transform-origin: right bottom;
    top: -35px;
    width: 100%;
    max-width: 400px;
    right: -10px; }
  .bg-black.section-bottom-img {
    background-image: url(../images/section-bottom-img.svg);
    background-repeat: no-repeat;
    background-position: right calc(100% + 1px);
    background-size: max(1300px, 90vw); }

.count-box {
  position: relative;
  padding: 65px 0;
  max-width: 800px;
  margin: auto; }
  .count-box .count-text-top {
    position: absolute;
    top: 0; }
  .count-box .count-text-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px; }
  .count-box .count-list {
    display: flex; }
    .count-box .count-list .count-item {
      width: calc(22% - 1em);
      margin: auto; }
      .count-box .count-list .count-item .deta-text {
        margin-bottom: .5em;
        max-width: 110px; }
      .count-box .count-list .count-item .count-no {
        display: flex; }
        .count-box .count-list .count-item .count-no .num {
          width: calc(50% - .5em);
          position: relative;
          margin: 0 auto;
          /* &.tens {
            margin-right: 0;
          }

          &.ones {
            margin-left: 5px;
          } */ }

.x-follow {
  overflow: hidden;
  position: relative; }
  .x-follow .x-follow-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 90px;
    background-image: url(../images/arrow-left.svg), url(../images/arrow-rigth.svg);
    background-position: -10% top, calc(100% + 10%) top;
    background-size: 25% 100%, 25% 100%;
    background-repeat: no-repeat;
    z-index: -1; }
    .x-follow .x-follow-inner .arrow-left,
    .x-follow .x-follow-inner .arrow-right {
      position: absolute;
      bottom: 0;
      max-width: 300px;
      width: 25%; }
    .x-follow .x-follow-inner .arrow-left {
      left: 0; }
    .x-follow .x-follow-inner .arrow-right {
      right: 0; }
  .x-follow .x-flex {
    display: flex;
    max-width: 900px;
    width: 70%;
    align-items: end;
    margin: auto; }
    .x-follow .x-flex .x-icon-box {
      width: 13%;
      margin: auto; }
      .x-follow .x-flex .x-icon-box .icon-item {
        transition: all .3s ease;
        margin-top: 10px; }
        .x-follow .x-flex .x-icon-box .icon-item:hover {
          filter: drop-shadow(0px 0px 5px #e60012); }
    .x-follow .x-flex .center-text-img {
      width: 50%;
      margin: auto auto 0; }

.btn {
  padding-bottom: 27px; }
  .btn .btn-box {
    max-width: 500px;
    margin: 1em auto;
    position: relative;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease; }
    .btn .btn-box:hover {
      filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.5)); }
    .btn .btn-box .btn-text {
      position: absolute;
      max-width: 300px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

footer {
  background-color: #ffed00;
  padding: 0 0 30px 0;
  position: relative; }
  footer .foot-bottom-img {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 30px;
    background-color: #000; }
    footer .foot-bottom-img::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 31px;
      bottom: 0;
      left: 0;
      background-image: url(../images/footer-bottom-img.svg);
      background-size: cover;
      background-position: center; }
  footer .ft-box {
    padding: 50px 0; }
    footer .ft-box .ft-logo {
      max-width: 300px;
      margin: auto; }
    footer .ft-box .copy-text {
      font-size: 12px;
      text-align: center;
      line-height: 15px;
      margin-top: 2em; }
      footer .ft-box .copy-text p {
        margin-top: 2em; }

.frame-wrap {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 50;
  width: 90%; }
  .frame-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1.5em;
    width: 100%;
    height: 100%;
    background: url(../images/frame-top.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    z-index: -1; }
  .frame-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5em;
    width: 100%;
    height: 100%;
    background: url(../images/frame-bottom.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    z-index: -1; }

.frame {
  --cut: 50px;
  position: relative;
  max-width: 500px;
  width: 96%;
  min-height: 420px;
  /* 外形（8角形） */
  clip-path: polygon(var(--cut) 0%, calc(100% - var(--cut)) 0%, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0% calc(100% - var(--cut)), 0% var(--cut));
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }
  .frame .frame-content {
    position: relative;
    z-index: 2;
    padding: 4em 1em;
    text-align: center;
    overflow-x: auto;
    max-height: 55vh;
    max-height: 55dvh; }

.popup {
  width: 100%;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: none; }
  .popup.active {
    display: block; }
  .popup.active .popup-box {
    opacity: 1;
    transform: translate(-50%, -50%);
    animation: popupFadeDown .4s ease forwards;
    position: fixed;
    width: 100%;
    max-width: 500px;
    top: 50%;
    left: 50%; }
  .popup.closing .popup-box {
    animation: popupBounceUp .5s ease forwards; }
  .popup .close-btn {
    padding: .5em 2em;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all .3s linear;
    bottom: calc(-2em - 15%);
    text-align: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }
    .popup .close-btn:hover {
      filter: drop-shadow(0px 0px 6px #e60012);
      border: 1px solid #fff;
      box-shadow: 0 0 5px #e60012; }
  .popup .link-btn {
    display: block;
    background: #000;
    color: #fff;
    padding: 1em;
    width: calc(100% - 2em - 2px);
    border: solid 1px #000;
    transition-duration: .3s;
    position: relative;
    z-index: 2;
    font-size: .8em;
    margin-top: 1rem; }
    .popup .link-btn:hover {
      background: #fff;
      color: #000;
      border-color: #fff; }

.scroll-item {
  position: relative; }
  .scroll-item .scanner-line {
    position: absolute;
    top: 50%;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent 0%, #ff8585b8 50%, #ff1e31 100%);
    transform: skewX(-20deg);
    pointer-events: none;
    opacity: 0; }
  .scroll-item .left-slide {
    opacity: 0;
    transform: translateX(-200px); }
  .scroll-item.active .scanner-line {
    animation: scan 0.6s forwards; }
  .scroll-item.active .left-slide {
    opacity: 1;
    transform: translateX(0);
    transition-duration: 1s; }

.count-af {
  transition: all .3s linear; }

@media screen and (max-width: 1300px) {
  .bg-black.section-bottom-img {
    background-position: center bottom; }
  .bg-black .section-img-left {
    left: -200px; }

  .x-follow .x-follow-inner {
    background-position: -12% top, calc(100% + 12%) top;
    background-size: 25% 100%, 25% 100%; }
  .x-follow .x-flex {
    display: flex;
    align-items: center;
    margin: auto; }
    .x-follow .x-flex .center-text-img {
      margin: auto auto 0; } }
@media screen and (max-width: 1000px) {
  #bg-black .section-img-left {
    display: none; }

  .x-follow .x-follow-inner {
    background-position: -20% top, calc(100% + 20%) top;
    background-size: 40% 100%, 40% 100%; }
  .x-follow .x-flex {
    flex-wrap: wrap;
    justify-content: center;
    width: 60%; }
    .x-follow .x-flex .x-icon-box {
      width: 25%;
      margin: auto 1em; }
    .x-follow .x-flex .center-text-img {
      order: -1;
      width: 100%;
      max-width: 500px;
      margin-bottom: 1em; } }
.sns-box {
  position: fixed;
  right: 1em;
  bottom: 50px;
  width: 70px;
  z-index: 10; }
  .sns-box a {
    filter: drop-shadow(0 0 1px #fff);
    display: block;
    margin: .5em auto;
    transition-duration: .3s; }
    .sns-box a:hover {
      opacity: .8; }

@media screen and (max-width: 700px) {
  .mv {
    padding: 15% 0; }
    .mv .mv-box {
      max-width: 450px; }
      .mv .mv-box .mv-logo-center {
        width: calc(200px - 1em);
        margin: auto 1em; }

  section {
    padding: 50px 0; }

  .count-box {
    padding: 10% 0; }
    .count-box .count-text-bottom {
      height: 25px; }

  .count-box .count-list .count-item {
    width: calc(25% - 1em); } }
@media screen and (max-width: 540px) {
  @keyframes popupFadeDown {
    0% {
      opacity: 0;
      top: -45%; }
    70% {
      opacity: 1; }
    100% {
      top: 45%; } }
  .frame-wrap {
    width: 90%; }

  .frame .frame-content {
    padding: 3em 1em; }

  .popup .popup-box {
    max-width: 400px; }

  .mv {
    padding: 15% 0; }
    .mv .mv-box {
      width: calc(100% - 2em); }
      .mv .mv-box .mv-logo-center {
        width: calc(120px - 1em); }

  #bg-black .section-img-rigth {
    width: 85%;
    top: -14%; }

  .bg-black.section-bottom-img {
    background-position: 35% 102%;
    background-size: max(1000px); }

  #count-section .section-img-rigth {
    max-width: 350px;
    top: -32px;
    right: -20px; }

  .x-follow .x-follow-inner {
    background-position: -50% top, calc(100% + 50%) top;
    background-size: 50% 100%, 50% 100%;
    height: 70px; }
  .x-follow .x-flex .center-text-img {
    max-width: 300px; }
  .x-follow .x-flex .x-icon-box {
    width: 30%; }

  .btn .btn-box {
    max-width: 300px; }

  .sns-box {
    width: 40px;
    right: .5em;
    bottom: 30px; }

  footer {
    padding-bottom: 70px; }
    footer .ft-box .ft-logo {
      max-width: 180px; }
    footer .foot-bottom-img {
      height: 19px; }
      footer .foot-bottom-img::after {
        height: 20px; } }

/*# sourceMappingURL=style.css.map */
