*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-image: none;
}

.img-100 {
  display: block;
  width: 100%;
  height: auto;
}

main {
  padding-bottom: 39.4666666667vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ad0205), color-stop(100.06%, rgba(19, 19, 19, 0)));
  background-image: linear-gradient(180deg, #ad0205 0%, rgba(19, 19, 19, 0) 100.06%);
  background-repeat: no-repeat;
  background-size: auto 118.6666666667vw;
}
@media (width > 767px) {
  main {
    padding-bottom: min(148px, 14.8vw);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ad0205), color-stop(42.05%, rgba(19, 19, 19, 0)));
    background-image: linear-gradient(180deg, #ad0205 0%, rgba(19, 19, 19, 0) 42.05%);
    background-size: auto min(770px, 77vw);
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 21.3333333333vw;
}
@media (width > 767px) {
  .container {
    padding-top: min(80px, 8vw);
  }
}

h1 {
  position: unset;
  display: block;
  width: 92.2666666667vw;
  margin-left: unset;
}
@media (width > 767px) {
  h1 {
    width: min(918px, 91.8vw);
  }
}

.caution {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 3.2vw 2.1333333333vw;
  place-items: center;
  margin-top: 6.4vw;
}
@media (width > 767px) {
  .caution {
    gap: min(24px, 2.4vw) min(8px, 0.8vw);
    margin-top: min(24px, 2.4vw);
  }
}

.r18-image {
  grid-column: span 2;
  width: 13.3333333333vw;
  aspect-ratio: 1/1;
  margin: 0;
}
@media (width > 767px) {
  .r18-image {
    width: min(80px, 8vw);
  }
}

.r18-text {
  display: grid;
  place-items: center;
  width: 12vw;
  height: 7.2vw;
  padding-bottom: 0.2666666667vw;
  color: #0dff00;
  background: black;
  border: 1px solid;
  border-radius: 1.6vw;
}
@media (width > 767px) {
  .r18-text {
    width: min(57px, 5.7vw);
    height: min(33px, 3.3vw);
    border-radius: min(3px, 0.3vw);
  }
}
.r18-text span {
  margin-right: -0.12em;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (width > 767px) {
  .r18-text span {
    margin-right: -0.18em;
    font-size: min(18px, 1.8vw);
    letter-spacing: 0.18em;
  }
}

.text {
  font-size: 2.6666666667vw;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media (width > 767px) {
  .text {
    font-size: min(14px, 1.4vw);
  }
}

.enter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3333333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 87.7333333333vw;
  padding: 2.6666666667vw 0 5.3333333333vw;
  margin-top: 2.6666666667vw;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d2d2d), to(#181818));
  background: linear-gradient(180deg, #2d2d2d 0%, #181818 100%);
  border-radius: 1.3333333333vw;
  -webkit-box-shadow: 0 1.3333333333vw 1.0666666667vw 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.3333333333vw 1.0666666667vw 0 rgba(0, 0, 0, 0.1);
}
@media (width > 767px) {
  .enter {
    gap: min(9px, 0.9vw);
    width: min(562px, 56.2vw);
    padding: min(16px, 1.6vw) 0 min(33px, 3.3vw);
    margin-top: min(20px, 2vw);
    border-radius: min(10px, 1vw);
    -webkit-box-shadow: 0 2.4vw 1.6vw 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2.4vw 1.6vw 0 rgba(0, 0, 0, 0.1);
  }
}
.enter:hover, .enter:active {
  color: unset;
}

.enter-en {
  display: inline-block;
  margin-right: -0.1204285714em;
  font-size: 14.9333333333vw;
  text-transform: uppercase;
  letter-spacing: 0.1204285714em;
  text-shadow: 0 0 1.8666666667vw rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (width > 767px) {
  .enter-en {
    font-size: min(96px, 9.6vw);
    text-shadow: 0 0 min(12px, 1.2vw) rgba(0, 0, 0, 0.6);
  }
}
.enter:hover .enter-en, .enter:active .enter-en {
  color: #0dff00;
}

.enter-ja {
  display: inline-block;
  margin-right: -0.1724545455em;
  font-size: 2.9333333333vw;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.1724545455em;
  text-shadow: 0 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.25);
}
@media (width > 767px) {
  .enter-ja {
    font-size: min(18px, 1.8vw);
    text-shadow: 0 min(6px, 0.6vw) min(6px, 0.6vw) rgba(0, 0, 0, 0.25);
  }
}

.copyright {
  margin-top: 7.4666666667vw;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (width > 767px) {
  .copyright {
    margin-top: min(32px, 3.2vw);
    font-size: min(12px, 1.2vw);
  }
}

.bottom {
  margin-top: 4.8vw;
  font-size: 3.2vw;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.12em;
}
@media (width > 767px) {
  .bottom {
    margin-top: min(16px, 1.6vw);
    font-size: min(12px, 1.2vw);
  }
}

.link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-inline: 5.3333333333vw;
  margin-top: 7.4666666667vw;
}
@media (width > 767px) {
  .link-container {
    padding-inline: min(20px, 2vw);
    margin-top: min(28px, 2.8vw);
  }
}

.link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.1333333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9.0666666667vw;
}
@media (width > 767px) {
  .link-box {
    gap: min(8px, 0.8vw);
    margin-bottom: min(34px, 3.4vw);
  }
}

.link-banner {
  width: clamp(88px, 90.1333333333vw, 338px);
}
.link-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.link-list-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  width: clamp(88px, 90.1333333333vw, 468px);
  margin-bottom: 15px;
}

.link_big {
  font-size: 0;
}
.link_big br {
  display: none;
}
.link_big img {
  width: 100%;
  height: auto;
}

.link-list-mideum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  width: clamp(88px, 53.3333333333vw, 200px);
  margin-bottom: 15px;
}
@media (width > 767px) {
  .link-list-mideum {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: unset;
  }
}

.ranking_link img {
  width: 100%;
  height: auto;
}

.link-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 88px);
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  list-style: none;
}
@media (width > 900px) {
  .link-list {
    grid-template-columns: repeat(8, 88px);
  }
}
.link-list a {
  display: grid;
  place-items: center;
  aspect-ratio: 88/31;
  background: grey;
}
.link-list img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=index.css.map */