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

body {
  font-weight: 400;
  background-color: black;
  background-image: none;
}

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

.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: 23.4375vw 3.125vw;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../img/index/bg.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 156.25vw auto;
  background-blend-mode: darken;
}
@media (width > 767px) {
  .container {
    padding: min(170px, 17vw) min(20px, 2vw);
    background-size: min(980px, 98vw) auto;
  }
}

h1 {
  display: block;
  width: 92.1875vw;
}
@media (width > 767px) {
  h1 {
    width: min(978px, 97.8vw);
  }
}

.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: 9.712px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80.9375vw;
  padding: 2.8125vw 6.25vw;
  margin-top: 11.71875vw;
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.8)), to(rgba(22, 22, 22, 0.8)));
  background: linear-gradient(180deg, rgba(53, 53, 53, 0.8) 0%, rgba(22, 22, 22, 0.8) 100%);
  border-radius: 1.5625vw;
  -webkit-box-shadow: 0.625vw 0.625vw 0.625vw 0 black;
          box-shadow: 0.625vw 0.625vw 0.625vw 0 black;
}
@media (width > 767px) {
  .enter {
    width: min(518px, 51.8vw);
    padding: min(18px, 1.8vw) min(40px, 4vw);
    margin-top: min(90px, 9vw);
    border-radius: min(10px, 1vw);
    -webkit-box-shadow: min(4px, 0.4vw) min(4px, 0.4vw) min(4px, 0.4vw) 0 black;
            box-shadow: min(4px, 0.4vw) min(4px, 0.4vw) min(4px, 0.4vw) 0 black;
  }
}
.enter .enter-en {
  font-size: 15vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (width > 767px) {
  .enter .enter-en {
    font-size: min(96px, 9.6vw);
  }
}
.enter .enter-ja {
  font-size: 3.75vw;
  font-weight: 400;
  color: #d9d9d9;
  letter-spacing: 0.08em;
}
@media (width > 767px) {
  .enter .enter-ja {
    font-size: min(24px, 2.4vw);
  }
}
.enter .enter-text {
  position: relative;
  z-index: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.enter .enter-text::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: attr(data-text);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb121), color-stop(74.52%, #fff9e5), color-stop(98.56%, #ffb121));
  background: linear-gradient(180deg, #ffb121 0%, #fff9e5 74.52%, #ffb121 98.56%);
  -webkit-background-clip: text;
          background-clip: text;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-text-fill-color: transparent;
}
.enter:hover .enter-text::before, .enter:active .enter-text::before {
  opacity: 1;
}
.enter:hover .enter-text, .enter:active .enter-text {
  color: transparent;
}

.caution {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.875vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8.59375vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media (width > 767px) {
  .caution {
    gap: min(12px, 1.2vw);
    margin-top: min(55px, 5.5vw);
  }
}

.r18 {
  display: grid;
  place-items: center;
  width: 7.1875vw;
  aspect-ratio: 1/1;
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 700;
  color: #0ff;
  background: black;
  border: 1px solid;
  border-radius: 50%;
}
@media (width > 767px) {
  .r18 {
    width: min(46px, 4.6vw);
    font-size: min(21px, 2.1vw);
  }
}

.text {
  font-size: 2.1875vw;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-shadow: 0.0208333333em 0.0208333333em 0.0520833333em #000;
}
@media (width > 767px) {
  .text {
    font-size: min(14px, 1.4vw);
  }
}

.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%;
  margin-top: 25.625vw;
}
@media (width > 767px) {
  .link-container {
    margin-top: min(164px, 16.4vw);
  }
}

.cocoa-job {
  width: clamp(88px, 80vw, 300px);
  margin-bottom: 40px;
}
.cocoa-job img {
  display: block;
  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 */