@charset "UTF-8";
.section-hcba {
  background-color: #efff00;
  position: relative;
  padding-top: 14.0625vw;
  padding-bottom: 8.07292vw;
}

.section-hcba .hcba {
  max-width: 1500px;
  margin: 0 auto;
}

.section-hcba .hcba .hcba-left-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 19.79167vw;
}

.section-hcba .hcba .hcba-right-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 28.64583vw;
}

.section-hcba .hcba .hcba-title {
  font-size: clamp(20px, 3.38542vw, 65px);
  text-align: center;
  color: #efff00;
  background-color: #052ced;
  width: fit-content;
  margin: 0 auto 1.04167vw;
}

.section-hcba .hcba .hcba-title-sub {
  font-size: clamp(14px, 1.45833vw, 28px);
  color: #052ced;
  margin-bottom: 4.6875vw;
  text-align: center;
  font-weight: 500;
}

.section-hcba .hcba .pc-hcba-top-img {
  width: 57.29167vw;
  margin: 0 auto;
}

.section-hcba .hcba .hcba-flex {
  display: flex;
  flex-direction: column;
}

.section-hcba .hcba .craft-beer {
  margin-top: -8.07292vw;
}

.section-hcba .hcba .craft-beer .craft-beer-title {
  font-size: clamp(14px, 1.45833vw, 28px);
  color: #052ced;
  margin-bottom: 2.60417vw;
  letter-spacing: 0.05em;
  line-height: 1.53571;
}

.section-hcba .hcba .craft-beer-desctiption {
  font-size: clamp(12px, 1.14583vw, 22px);
  letter-spacing: 0.05em;
  line-height: 1.77273;
  margin-bottom: 3.64583vw;
}

.section-hcba .hcba .craft-beer-desctiption .margin-55 {
  margin-bottom: 2.86458vw;
  display: block;
}

.section-hcba .hcba .sns-title {
  font-size: clamp(12px, 1.14583vw, 22px);
  margin-bottom: 1.04167vw;
}

.section-hcba .hcba .sns-icon-img {
  width: 2.39583vw;
}

@media screen and (max-width: 768px) {
  .section-hcba {
    padding-bottom: 25.33333vw;
    padding-top: 33.33333vw;
  }
  .section-hcba .hcba .hcba-left-img {
    top: 8.26667vw;
  }
  .section-hcba .hcba .hcba-right-img {
    top: 8.26667vw;
  }
  .section-hcba .hcba .hcba-title {
    font-size: clamp(20px, 8vw, 60px);
  }
  .section-hcba .hcba .hcba-title-sub {
    font-size: clamp(20px, 5.33333vw, 40px);
    margin-bottom: 16vw;
  }
  .section-hcba .hcba .pc-hcba-top-img {
    width: 95.33333vw;
  }
  .section-hcba .hcba .craft-beer {
    margin-top: 0;
  }
  .section-hcba .hcba .craft-beer .craft-beer-title {
    font-size: clamp(20px, 5.33333vw, 40px);
    padding: 0 6.66667vw;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 10vw;
  }
  .section-hcba .hcba .craft-beer-desctiption {
    font-size: clamp(12px, 4vw, 30px);
    letter-spacing: 0;
    line-height: 1.46667;
    padding: 0 6.66667vw;
    margin-bottom: 13.33333vw;
  }
  .section-hcba .hcba .craft-beer-desctiption .margin-50 {
    margin-bottom: 6.66667vw;
    display: block;
  }
  .section-hcba .hcba .sns-title {
    text-align: center;
    font-size: clamp(12px, 4vw, 30px);
    margin-bottom: 2.66667vw;
  }
  .section-hcba .hcba .sns-icon-img {
    width: 9.33333vw;
    margin: 0 auto;
  }
}

.section-member-wrapper .member-background {
  background-image: url(../img/pc-member-bg.jpg);
  background-size: 100% 100%;
  padding-top: 5.98958vw;
  padding-bottom: 6.77083vw;
}

.section-member-wrapper .member-wrap {
  max-width: 1500px;
  margin: 0 auto;
}

.section-member-wrapper .member-frame {
  color: #fff;
  font-size: clamp(20px, 2.60417vw, 50px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 0.72;
  text-align: center;
  background-image: url(../img/member-frame.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4.6875vw 0 3.64583vw;
  margin: 0 auto 6.25vw;
  max-width: 17.1875vw;
}

.section-member-wrapper .member-frame span {
  display: block;
  margin-top: 0.78125vw;
  font-size: clamp(16px, 1.45833vw, 28px);
}

.section-member-wrapper .member-shop {
  display: flex;
  max-width: 62.5vw;
  margin: 0 auto;
  background-color: #000;
  padding: 2.60417vw 6.25vw 3.64583vw 6.51042vw;
  border: solid 3px #fff;
  margin-bottom: 3.64583vw;
  gap: 2.60417vw;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.section-member-wrapper .member-shop-reverse {
  display: flex;
  max-width: 62.5vw;
  margin: 0 auto;
  flex-direction: row-reverse;
  background-color: #000;
  padding: 2.60417vw 6.25vw 3.64583vw 6.51042vw;
  border: solid 3px #fff;
  gap: 2.60417vw;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 3.64583vw;
  position: relative;
}

.section-member-wrapper .member-shop-reverse:last-of-type .speech-area-reverse {
  width: 26.04167vw;
}

.section-member-wrapper .member-shop-img img {
  width: 20.83333vw;
}

.section-member-wrapper .member-shop-name {
  color: #052ced;
  font-size: clamp(16px, 1.97917vw, 38px);
  background-color: #efff00;
  font-weight: bold;
  display: inline-block;
  padding: 0.2vw;
  letter-spacing: 0.05em;
  line-height: 0.94737;
  margin-bottom: 0.26042vw;
  margin-left: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.section-member-wrapper .small-shop-name {
  font-size: clamp(12px, 1.14583vw, 22px);
  color: #efff00;
  margin-bottom: 1.30208vw;
  margin-left: 0;
  line-height: 1.63636;
  letter-spacing: 0.05em;
}

.section-member-wrapper .speech-area {
  background-image: url(../img/pc-right-speech.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 1.30208vw 3.125vw 1.30208vw 3.38542vw;
  display: inline-block;
  font-size: clamp(12px, 1.40625vw, 27px);
  letter-spacing: 0.001em;
  line-height: 1.33333;
  margin-bottom: 2.08333vw;
  word-break: keep-all;
  margin-left: -1.1vw;
}

.section-member-wrapper .speech-area-reverse {
  background-image: url(../../images/pc-left-speech.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 1.30208vw 0 1.30208vw 3.125vw;
  display: inline-block;
  font-size: clamp(12px, 1.40625vw, 27px);
  letter-spacing: 0.001em;
  line-height: 1.33333;
  margin-bottom: 2.60417vw;
  word-break: keep-all;
  width: 24.47917vw;
  box-sizing: border-box;
}

.section-member-wrapper .shop-description {
  color: #fff;
  font-size: clamp(12px, 1.14583vw, 22px);
  max-width: 26.04167vw;
  margin-left: 0;
  letter-spacing: 0.05em;
  line-height: 1.77273;
  margin-bottom: 2.34375vw;
}

.section-member-wrapper .member-icon {
  position: absolute;
  top: -3.64583vw;
  left: -4.6875vw;
  width: 14.0625vw;
}

.section-member-wrapper .more-button {
  font-size: clamp(12px, 0.93021vw, 17.86px);
  color: #052ced;
  background-color: #efff00;
  display: inline-block;
  margin-left: 0.78125vw;
  font-weight: bold;
  font-size: clamp(12px, 0.93021vw, 17.86px);
  color: #052ced;
  background-color: #efff00;
  display: inline-block;
  margin-left: 0;
  font-weight: bold;
  padding: 0 0.20833vw;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.section-member-wrapper .member-icon-reverse {
  position: absolute;
  top: 1.04167vw;
  right: -2.60417vw;
  width: 7.8125vw;
}

.section-member-wrapper .member-icon-under {
  position: absolute;
  bottom: -1.5625vw;
  left: -4.6875vw;
  width: 10.15625vw;
}

.section-member-wrapper .member-icon-reverse-under {
  position: absolute;
  bottom: -1.5625vw;
  right: -3.125vw;
  width: 14.58333vw;
}

@media screen and (max-width: 768px) {
  .section-member-wrapper .member-background {
    background-image: url(../img/sp-member-bg.jpg);
    background-size: 100% 100%;
    padding: 18.66667vw 6.66667vw 24.66667vw;
  }
  .section-member-wrapper .member-frame {
    color: #fff;
    font-size: clamp(20px, 8vw, 60px);
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 0.6;
    text-align: center;
    background-image: url(../../images/sp-member-frame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 10.66667vw;
    padding: 10vw 6.66667vw 8.66667vw 6.66667vw;
    max-width: 100%;
    width: fit-content;
  }
  .section-member-wrapper .member-frame span {
    display: block;
    margin-top: 2.66667vw;
    font-size: clamp(12px, 5.33333vw, 40px);
  }
  .section-member-wrapper .member-shop {
    padding: 6.66667vw 7.33333vw 10.66667vw;
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 6.66667vw;
  }
  .section-member-wrapper .member-shop-reverse {
    padding: 6.66667vw 7.33333vw 10.66667vw;
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 6.66667vw;
  }
  .section-member-wrapper .member-shop-reverse:last-of-type .speech-area-reverse {
    width: 100%;
  }
  .section-member-wrapper .member-shop-name {
    font-size: clamp(16px, 6.4vw, 48px);
    padding: 1vw;
    margin-bottom: 2.66667vw;
    margin-left: 0;
    white-space: nowrap;
  }
  .section-member-wrapper .member-icon {
    width: 29.33333vw;
    left: -13.33333vw;
    top: -8.66667vw;
  }
  .section-member-wrapper .member-icon-reverse {
    right: -6.66667vw;
    width: 22vw;
  }
  .section-member-wrapper .member-icon-under {
    width: 22vw;
    left: -10.66667vw;
    bottom: 1.33333vw;
  }
  .section-member-wrapper .member-icon-reverse-under {
    width: 33.33333vw;
    right: -7.33333vw;
    bottom: -8vw;
  }
  .section-member-wrapper .small-shop-name {
    font-size: clamp(16px, 5.33333vw, 40px);
    letter-spacing: 0.05em;
    line-height: 1.25;
    margin-left: 0;
    margin-bottom: 6.66667vw;
    word-break: keep-all;
  }
  .section-member-wrapper .shop-sp-img img {
    width: 53.33333vw;
    margin: 0 auto 4vw;
  }
  .section-member-wrapper .speech-area {
    background-image: url(../img/sp-speech.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 5.33333vw 7.33333vw 2.66667vw;
    font-size: clamp(12px, 3.46667vw, 26px);
    line-height: 1.33333;
    letter-spacing: 0.01em;
    margin: 0 auto 6vw;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }
  .section-member-wrapper .speech-area-reverse {
    background-image: url(../img/sp-speech.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 5.33333vw 7.33333vw 2.66667vw;
    font-size: clamp(12px, 3.46667vw, 26px);
    line-height: 1.33333;
    letter-spacing: 0.01em;
    margin: 0 auto 6vw;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }
  .section-member-wrapper .shop-description {
    max-width: 100%;
    font-size: clamp(12px, 3.73333vw, 28px);
    line-height: 1.46667;
    letter-spacing: 0;
    margin-bottom: 5.33333vw;
    margin-left: 0;
  }
  .section-member-wrapper .more-button {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: clamp(12px, 3.83733vw, 28.78px);
    line-height: 1.02849;
    letter-spacing: 0.05em;
  }
}
