#slider .beer-reveal {
  border-right: solid 2.5px #200c0c;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .first {
    padding-top: 83px;
  }
}
.first h2 {
  text-align: center;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-size: clamp(20px, 2.5vw, 48px);
  line-height: 1.41em;
  letter-spacing: 0.15em;
  margin-top: 1.625em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .first h2 {
    font-size: 16px;
  }
}
.first p {
  width: 45%;
  max-width: 764px;
  margin: 0 auto;
  font-size: clamp(14px, 1.3125vw, 21px);
  line-height: 1.52em;
  letter-spacing: 0.05em;
  margin-bottom: 2.76em;
}
@media screen and (max-width: 768px) {
  .first p {
    width: 83%;
    margin-bottom: 2em;
  }
}
.first .madori {
  width: 60%;
  max-width: 1055px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .first .madori {
    width: 83%;
  }
}

.second {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .second {
    margin-top: 22px;
  }
}
.second .wrap {
  max-width: 1490px;
  width: 90%;
  margin: 0 auto;
  background-color: #efebe1;
  padding-bottom: 3.35%;
}
@media screen and (max-width: 768px) {
  .second .wrap {
    width: 100%;
  }
}
.second .wrap h3 {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-size: clamp(18px, 2.25vw, 36px);
  text-align: center;
  margin-top: 2.5em;
  margin-bottom: 1.25em;
  letter-spacing: 0.1em;
}
.second .wrap ul {
  display: flex;
  justify-content: space-between;
  padding: 0 9.66%;
}
@media screen and (max-width: 900px) {
  .second .wrap ul {
    padding: 0 32.5px;
  }
}
@media screen and (max-width: 768px) {
  .second .wrap ul {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
}
.second .wrap ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .second .wrap ul li {
    width: 100%;
    max-width: 480px;
  }
}
.second .wrap ul li dl dt {
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #231815;
  padding-bottom: 5px;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
.second .wrap ul li dl dd {
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.33em;
  letter-spacing: 0.02em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .second .wrap ul li dl dd {
    font-size: 14px;
    line-height: 1.5em;
  }
}

.link {
  padding-top: 46px;
}
.link .toPlanTop {
  display: block;
  width: 350px;
  line-height: 70px;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  border: 1px solid #1d2088;
  color: #1d2088;
  text-align: center;
  margin: 0 auto 2.3em;
  border-radius: 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .link .toPlanTop {
    width: 46%;
    font-size: 14px;
    line-height: 33px;
    letter-spacing: -0.05em;
    border-radius: 13px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link .toPlanTop:hover {
    background-color: #1d2088;
    color: white;
    opacity: 0.8;
  }
}
.link .toOrdermade {
  display: block;
  width: 785px;
  margin: 0 auto;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .link .toOrdermade {
    width: 53%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link .toOrdermade:hover {
    opacity: 0.7;
  }
}

.note p {
  text-align: center;
  padding: 0 25px;
  font-size: 13px;
  margin: 6.15em 0 3em;
}
@media screen and (max-width: 768px) {
  .note p {
    font-size: 10px;
    text-align: left;
  }
}/*# sourceMappingURL=wide.css.map */