.shoplist {
  position: fixed;
  display: flex;
  align-items: center;
  right: 100px;
  top: 20px;
  opacity: 0;
  visibility: hidden;
}
.shoplist li a {
  display: block;
}
.shoplist li a:hover {
  opacity: 0.7;
}
.shoplist li:first-child a {
  background: #a8daee;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10vw;
  font-weight: bold;
  margin-right: 10px;
}

.fixed-btn .shoplist {
  opacity: 1;
  visibility: visible;
}

#sec1 {
  padding: 15vw 0;
}
#sec1 h2 {
  line-height: 1.6em;
  margin-bottom: 10vw;
  text-align: center;
}
#sec1 .txt {
  padding: 0 5%;
}
#sec1 .txt span {
  color: #d79b7e;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 215px 0 240px;
  }
  #sec1 h2 {
    line-height: 52px;
    margin-bottom: 80px;
  }
  #sec1 .txt {
    padding: 0;
    text-align: center;
  }
}
#sec2 {
  padding: 10vw 0 0;
}
#sec2 h2 {
  margin-bottom: 5vw;
  text-transform: uppercase;
}
#sec2 h2::before {
  top: -30px;
  width: 20px;
}
#sec2 .main-desc {
  margin-bottom: 50px;
  text-align: center;
}
#sec2 .row {
  margin-bottom: 80px;
}
#sec2 .row .col-left {
  margin-bottom: 30px;
}
#sec2 .row .col-left h3 {
  text-transform: capitalize;
  font-size: 24px;
  letter-spacing: 2px;
  position: relative;
  z-index: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
#sec2 .row .col-left h3::before {
  content: "";
  background: #FCCA77;
  right: 0;
  left: calc(50% - 50vw);
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
}
#sec2 .row .col-left h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
#sec2 .row .col-left .desc {
  margin-bottom: 30px;
}
#sec2 .row .col-left .sub-desc {
  font-size: 14px;
}
#sec2 .row .col-left .list {
  line-height: 26px;
  padding-left: 20px;
  border-left: 2px solid;
}
#sec2 .row .col-right .photo {
  margin-bottom: 30px;
}
#sec2 .row-2 .col-left h3::before {
  background: #B9D9EB;
}
#sec2 .row-3 .col-left h3::before {
  background: #AFEADC;
}
#sec2 .row-4 .col-left h3::before {
  background: #FFBE9F;
}

#sec2 .col-right .flex{
    width: 360px;
    align-items: center;
    margin: auto;
}
#sec2 .col-right .flex .btn-t2{
    margin-top: 20px;
}

.pre{
  background-color: #a7a7a7;
}


@media screen and (min-width: 768px) {
  #sec2 .col-right .flex{
  display: flex;
  width: 700px;
  justify-content: space-evenly;
}
#sec2 .col-right .flex .btn-t2{
    padding-top: 0px;
}
  #sec2 {
    padding: 100px 0;
  }
  #sec2 .wrap {
    max-width: 1500px;
  }
  #sec2 h2 {
    margin-bottom: 50px;
  }
  #sec2 h2::before {
    top: -40px;
    width: 27px;
  }
  #sec2 .main-desc {
    margin-bottom: 205px;
    font-size: 26px;
  }
  #sec2 .row {
    margin-bottom: 280px;
    position: relative;
    max-width: 1315px;
    margin-left: auto;
  }
  #sec2 .row .col-left {
    margin-bottom: 30px;
    width: 335px;
  }
  #sec2 .row .col-left h3 {
    font-size: 50px;
    padding: 35px 60px 35px 35px;
    margin-bottom: 80px;
    letter-spacing: 5px;
  }
  #sec2 .row .col-left h3::before {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  #sec2 .row .col-left .group-1 {
    margin-left: 65px;
    width: 335px;
  }
  #sec2 .row .col-left h4 {
    font-size: 26px;
    line-height: 52px;
    margin-bottom: 15px;
  }
  #sec2 .row .col-left .desc {
    margin-bottom: 60px;
  }
  #sec2 .row .col-left .sub-desc {
    font-size: 13px;
    margin-bottom: 5px;
  }
  #sec2 .row .col-left .list {
    font-size: 14px;
    line-height: 28px;
    padding-left: 20px;
    border-left: 1px solid;
  }
  #sec2 .row .col-right {
    position: absolute;
    left: 565px;
    right: 0;
    top: -25px;
  }
  #sec2 .row .col-right .photo {
    height: 570px;
    margin-bottom: 55px;
  }
  #sec2 .row .col-right .btn-t2 {
    max-width: 500px;
  }
  #sec2 .row-3 .col-left h3 {
    margin-left: -50px;
  }
  #sec2 .row-4 {
    margin-bottom: 125px;
  }
  #sec2 .row-4 .col-left h3 {
    margin-left: -80px;
  }
}
#sec3 {
  padding: 15vw 0;
  border-top: 1px solid #000;
}
#sec3 h2 {
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 7vw;
}
#sec3 .photo {
  margin-bottom: 5vw;
}

#sec3  .flex{
  width: 360px;
  align-items: center;
  margin: auto;
}
#sec3  .flex .btn-t2{
margin-top: 20px;
}

@media screen and (min-width: 768px) {

  #sec3  .flex{
  display: flex;
  justify-content: space-evenly;
  width: 850px;
  align-items: center;
  margin: auto;
}
  #sec3 {
    padding: 95px 0 125px;
  }
  #sec3 h2 {
    line-height: 52px;
    margin-bottom: 75px;
  }
  #sec3 .photo {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 70px;
  }
  #sec3 .btn-t2 {
    max-width: 500px;
    margin: 0 auto;
  }
  #sec3 .btn-t2 a {
    margin: 0 auto;
    padding: 20px 70px;
    width: 400px;
  }
  #sec3  .flex .btn-t2{
  padding-top: 0px;
}
}
#sec4 {
  padding: 15vw 0;
  border-top: 1px solid #000;
}
#sec4 .row {
  padding: 0 5%;
}
#sec4 .row .bnr {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 170px 0 125px;
  }
  #sec4 .row {
    padding: 0;
  }
  #sec4 .row .bnr {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  #sec2 .row-3 .col-left h3 {
    margin-left: -20px;
  }
  #sec2 .row-4 .col-left h3 {
    margin-left: 0;
    letter-spacing: 3px;
    padding: 35px 30px 35px 35px;
  }
}/*# sourceMappingURL=beers.css.map */