@charset "UTF-8";
main .btn__side {
  position: fixed;
  right: 0;
  width: 211px;
  margin-top: 50px;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
main .btn__side:hover {
  background-color: #fff;
  border-radius: 12px 0 0 12px;
}
main .btn__side:hover img {
  opacity: 0.6;
}
main .btn__side.hide {
  opacity: 0;
  pointer-events: none;
}
main .fixed-btn footer {
  height: 300px;
  background: #333;
}
main #SEC01 {
  margin-top: -4vw;
}
main #SEC01 .sec01__content02 {
  margin-top: -14vw;
  background-image: url(../../../img/campaign/2511_beer/sec01_bg.png);
  background-position: bottom center;
  background-size: 100% auto;
  position: relative;
  height: 64vw;
  background-repeat: no-repeat;
  z-index: -1;
}
main #SEC01 .sec01__content02--img {
  width: 41%;
  position: absolute;
  right: 50%;
  bottom: 12vw;
}
main #SEC02 {
  margin-top: -4vw;
  margin-bottom: 40px;
}
main #SEC02 .sec02 h3 {
  margin-top: 60px;
}
main #SEC02 .sec02 h3 img {
  display: block;
  margin: auto;
  max-width: 922px;
  width: 71%;
}
main #SEC02 .sec02__content {
  margin-top: 60px;
}
main #SEC02 .sec02__content img {
  display: block;
  margin: auto;
  max-width: 945px;
  width: 73%;
}
main #SEC03 .sec03--txt {
  margin-top: 70px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.9;
  color: #331700;
}
main #SEC03 .sec03--bg {
  margin-top: -14vw;
  background-image: url(../../../img/campaign/2511_beer/sec03_bg.png);
  background-position: top center;
  background-size: 100% auto;
  height: 66vw;
  position: relative;
  background-repeat: no-repeat;
  z-index: -1;
}
main #SEC03 .sec03--bg p {
  font-size: 2.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main #SEC04 .sec04 {
  padding-top: 50px;
  padding-bottom: 90px;
  background-image: url(../../../img/campaign/2511_beer/sec04_bg.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
main #SEC04 .sec04 h2 img {
  width: 116px;
  display: block;
  margin: auto;
}
main #SEC04 .sec04__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main #SEC04 .sec04__content--img {
  max-width: 445px;
  width: 100%;
}
main #SEC04 .sec04__content--txt {
  letter-spacing: -0.01em;
  margin-left: 40px;
  display: table;
  max-width: 510px;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.8rem;
  color: #331700;
}
main #SEC04 .sec04__content--txt dt,
main #SEC04 .sec04__content--txt dd {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 5px;
}
main #SEC04 .sec04__content--txt dt {
  width: 6em;
  text-align: left;
  font-weight: bold;
}
main #SEC04 .sec04__content--txt dd::before {
  content: "：";
  margin-right: 0.5em;
}
main #SEC04 .sec04__content--txt .notes {
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
}
main #SEC04 .sec04__content--btn {
  margin-top: 25px;
  width: 270px;
  display: block;
}
main #SEC04 .sec04__content--btn:hover {
  background-color: #fff;
  border-radius: 12px;
}
main #SEC04 .sec04__content--btn:hover img {
  opacity: 0.6;
}

@media all and (max-width: 896px) {
  main .btn__side {
    width: 54px;
    right: 0;
    top: 40%;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
  }
  main #SEC01 {
    margin-top: -6vw;
  }
  main #SEC01 .sec01__content02 {
    margin-top: -50vw;
    background-image: url(../../../img/campaign/2511_beer/sec01_bg_sp.png);
    background-position: top center;
    background-size: 100% auto;
    height: 725px;
  }
  main #SEC01 .sec01__content02--img {
    max-width: 335px;
    width: calc(100% - 40px);
    top: auto;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main #SEC02 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  main #SEC02 .sec02 h3 {
    margin-top: 30px;
  }
  main #SEC02 .sec02 h3 img {
    max-width: 281px;
    width: 75%;
  }
  main #SEC02 .sec02__content {
    margin-top: 60px;
    overflow: hidden;
  }
  main #SEC02 .sec02__content img {
    max-width: 392px;
    width: 100%;
  }
  main #SEC03 .sec03--txt {
    margin-top: 40px;
    font-size: 1.7rem;
    line-height: 1.9;
  }
  main #SEC03 .sec03--bg {
    margin-top: -25vw;
    background-image: url(../../../img/campaign/2511_beer/sec03_bg_sp.png);
    height: 130vw;
  }
  main #SEC03 .sec03--bg p {
    font-size: 1.7rem;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  main #SEC04 .sec04 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../../../img/campaign/2511_beer/sec04_bg_sp.png);
  }
  main #SEC04 .sec04 h2 img {
    width: 77px;
  }
  main #SEC04 .sec04__content {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main #SEC04 .sec04__content--img {
    max-width: 300px;
    width: 80%;
  }
  main #SEC04 .sec04__content--txt {
    margin: 35px auto 20px;
    max-width: none;
    width: 80%;
    font-size: 1.7rem;
  }
  main #SEC04 .sec04__content--txt dd {
    text-indent: -1em;
    padding-left: 1em;
  }
  main #SEC04 .sec04__content--txt .notes {
    font-size: 1.5rem;
  }
  main #SEC04 .sec04__content--btn {
    width: 270px;
    margin: 25px auto 0;
  }
}
/*# sourceMappingURL=cp_2511_beer.css.map */