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

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

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

main {
  padding-bottom: 23.125vw;
  background-image: url("../img/index/bg-top.jpg"), url("../img/index/bg.jpg"), url("../img/index/bg-bottom.jpg");
  background-repeat: repeat-x, repeat-x, repeat-x;
  background-position: left top, left 20.3125vw, left 62.5vw;
  background-size: auto 20.3125vw, auto 42.1875vw, auto 15.625vw;
}
@media (width > 767px) {
  main {
    padding-bottom: min(148px, 16.9142857143vw);
    background-position: center top, center min(130px, 14.8571428571vw), center min(440px, 50.2857142857vw);
    background-size: auto min(130px, 14.8571428571vw), auto min(310px, 35.4285714286vw), auto min(100px, 11.4285714286vw);
  }
}

.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: 23.125vw;
}
@media (width > 767px) {
  .container {
    padding-top: min(102px, 11.6571428571vw);
  }
}

h1 {
  display: block;
  width: 100%;
  height: 43.75vw;
  margin: 0;
}
@media (width > 767px) {
  h1 {
    width: min(876px, 100.1142857143vw);
    height: unset;
  }
}
h1 .img-100 {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width > 767px) {
  h1 .img-100 {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}

.caution {
  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.875vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.375vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media (width > 767px) {
  .caution {
    gap: min(12px, 1.3714285714vw);
    margin-top: min(10px, 1.1428571429vw);
  }
}

.r18 {
  display: grid;
  place-items: center;
  width: 10vw;
  height: 4.84375vw;
  font-size: 3.28125vw;
  font-weight: 700;
  color: #d06b00;
  background: black;
  border: 1px solid;
  border-radius: 0.9375vw;
}
@media (width > 767px) {
  .r18 {
    width: min(64px, 7.3142857143vw);
    height: min(31px, 3.5428571429vw);
    font-size: min(21px, 2.4vw);
    border-radius: min(6px, 0.6857142857vw);
  }
}

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

.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.5625vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5625vw;
  font-family: "Noto Serif JP", serif;
}
@media (width > 767px) {
  .enter {
    gap: min(10px, 1.1428571429vw);
    margin-top: min(7px, 0.8vw);
  }
}
.enter:active, .enter:hover {
  color: inherit;
  text-decoration: none;
}
.enter:active .enter-en::after, .enter:hover .enter-en::after {
  opacity: 0;
}

.enter-en[class] {
  position: relative;
  z-index: 0;
  font-size: 15vw;
  font-weight: 700;
  color: #d9d9d9;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (width > 767px) {
  .enter-en[class] {
    font-size: min(96px, 10.9714285714vw);
  }
}
.enter-en[class]::before, .enter-en[class]::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: attr(data-text);
}
.enter-en[class]::before {
  text-shadow: 0.0416666667em 0.0416666667em 0.0520833333em #7e4100;
}
.enter-en[class]::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffde7), to(#563500));
  background: linear-gradient(180deg, #fffde7 0%, #563500 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-text-fill-color: transparent;
}

.enter-ja {
  font-size: 3.75vw;
  color: #d9d9d9;
  letter-spacing: 0.08em;
  text-shadow: 0.0909090909em 0.1666666667em 0.125em #7e4100;
}
@media (width > 767px) {
  .enter-ja {
    font-size: min(24px, 2.7428571429vw);
  }
}

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

.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 */