main {
  overflow: visible;
}

#sec1 {
  padding: 16vw 0;
  position: relative;
  overflow: hidden;
}
#sec1::before {
  content: "";
  position: absolute;
  background: url(../img/drink/bg_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1104/1060;
  width: 213.7vw;
  top: 55vw;
  right: 0;
  z-index: -1;
}
#sec1 .row .img {
  margin-bottom: 8vw;
}
#sec1 .row .desc {
  position: relative;
  padding: 8vw 5% 5vw 0;
  z-index: 2;
}
#sec1 .row .desc::before {
  content: "";
  position: absolute;
  border: 1px solid #bcb4a7;
  border-left: none;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30vw;
}
#sec1 .row .desc .en {
  margin-bottom: 4vw;
}
#sec1 .row .desc h2 {
  margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 157px 0;
  }
  #sec1::before {
    width: 1104px;
    top: -50px;
    right: 0;
  }
  #sec1 .row {
    display: flex;
    justify-content: space-between;
    margin-left: -100px;
    margin-right: -9px;
  }
  #sec1 .row .img {
    margin-top: 6px;
    margin-bottom: 0;
  }
  #sec1 .row .desc {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 400px;
  }
  #sec1 .row .desc::before {
    right: -92px;
    top: -69px;
    bottom: -67px;
    width: 141px;
  }
  #sec1 .row .desc .en {
    margin-left: -106px;
    margin-right: -35px;
    margin-bottom: -2px;
  }
  #sec1 .row .desc h2 {
    margin-bottom: 30px;
  }
}

#sec2 {
  position: relative;
}
#sec2 .wrap {
  padding-top: 12vw;
  overflow: hidden;
  padding-bottom: 16vw;
}
#sec2 .wrap::before {
  content: "";
  position: absolute;
  background: url(../img/drink/bg_deco2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 856/1036;
  width: 213.7vw;
  bottom: -21vw;
  right: -29vw;
  z-index: -1;
}
#sec2 .js-sticky {
  position: relative;
}
#sec2 .set {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  background: #473f32;
}
#sec2 .set .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 5vw;
  right: 5vw;
  font-size: 7vw;
  font-family: var(--shippo);
  font-weight: 600;
  color: #fff;
  line-height: 1em;
}
#sec2 .set .pager .separate {
  position: relative;
  display: inline-block;
  height: 1px;
  width: 10vw;
  background: #fff;
  transform: rotate(-45deg);
}
#sec2 .set .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 15vw 5% calc(10vw + 65px);
  color: #fff;
}
#sec2 .set .desc .en {
  width: 80%;
  margin-bottom: 4vw;
}
#sec2 .set .desc h2 {
  font-size: 5.2vw;
  color: #fff;
  margin-bottom: 6vw;
}
#sec2 .set .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#sec2 .set .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec2 .set1 {
  z-index: 1;
}
#sec2 .set2 {
  z-index: 2;
}
#sec2 .set3 {
  z-index: 3;
}
#sec2 .set3 .img img {
  object-position: calc(100% + 33vw) center;
}
#sec2 .btn-pop a::before {
  background: url(../img/shared/icon_popup.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 24/26;
  width: 12px;
  height: auto;
  right: 20px;
}
@media only screen and (min-width: 768px) {
  #sec2 .wrap {
    width: 100%;
    padding-top: 102px;
    padding-bottom: 150px;
  }
  #sec2 .wrap::before {
    width: 856px;
    bottom: 0;
    right: 0;
  }
  #sec2 .set .pager {
    top: 44px;
    right: 0;
    left: 0;
    font-size: 36px;
  }
  #sec2 .set .pager .separate {
    width: 50px;
  }
  #sec2 .set .desc {
    padding: 110px 140px 110px;
  }
  #sec2 .set .desc .en {
    width: auto;
    margin-left: -42px;
    margin-bottom: -5px;
  }
  #sec2 .set .desc h2 {
    font-size: 33px;
    margin-left: -24px;
    margin-bottom: 50px;
  }
  #sec2 .set .desc .txt {
    width: 470px;
  }
  #sec2 .set3 .img img {
    object-position: center;
  }
  #sec2 .btn-pop a {
    font-size: 19px;
    width: 574px;
    height: 80px;
    padding-right: 32px;
  }
  #sec2 .btn-pop a::before {
    width: 19px;
    right: 62px;
  }
}

#sec3 {
  position: relative;
  padding-bottom: 16vw;
  overflow: hidden;
}
#sec3::before {
  content: "";
  position: absolute;
  background: url(../img/drink/bg_deco4.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1106/942;
  width: 213.7vw;
  bottom: -90vw;
  left: -111vw;
  z-index: -1;
}
#sec3 .bg {
  margin-bottom: 14vw;
  min-height: 64vw;
  position: relative;
}
#sec3 .bg .img_parallax {
  position: absolute;
  inset: 0;
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
}
#sec3 .bg .img_parallax img {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#sec3 .row1 {
  margin-bottom: 22vw;
  position: relative;
}
#sec3 .row1::before {
  content: "";
  position: absolute;
  background: url(../img/drink/bg_deco3.png) no-repeat;
  background-size: contain;
  aspect-ratio: 750/959;
  width: 213.7vw;
  bottom: -72vw;
  left: 0;
  z-index: -1;
}
#sec3 .row1 .wrap-slider {
  margin-bottom: 8vw;
}
#sec3 .row1 .wrap-slider .slider1 .slick-dots {
  position: absolute;
  bottom: 3vw;
  right: 3vw;
  justify-content: flex-end;
}
#sec3 .row1 .tit {
  margin-bottom: 6vw;
}
#sec3 .row1 .tit .en {
  width: 45%;
  margin-bottom: 4vw;
}
#sec3 .row1 .tit h2 {
  font-size: 5vw;
}
#sec3 .row1 .deco1 {
  position: absolute;
  bottom: -17vw;
  right: 0;
  width: 15vw;
}
#sec3 .row2 {
  margin-bottom: 10vw;
}
#sec3 .row2 .desc {
  margin-bottom: 6vw;
}
#sec3 .row2 .desc h3 {
  margin-bottom: 4vw;
}
#sec3 .row3 {
  position: relative;
  margin-bottom: 22vw;
}
#sec3 .row3 .wrap-slider {
  margin-bottom: 8vw;
}
#sec3 .row3 .wrap-slider .slider2 .photo {
  width: 60vw;
  margin: 0 2vw;
}
#sec3 .row3 .contact {
  padding: 8vw 8vw;
  border: 1px solid #bcb4a7;
  box-sizing: border-box;
}
#sec3 .row3 .contact .btn-web {
  margin-bottom: 25px;
}
#sec3 .row3 .deco2 {
  position: absolute;
  bottom: -18vw;
  left: 0;
  width: 15vw;
}
#sec3 .list-btn .btn-all {
  margin-bottom: 25px;
}
#sec3 .list-btn .btn-all:last-child {
  margin-bottom: 0;
}
#sec3 .list-btn .btn-all a {
  font-size: 19px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding-bottom: 120px;
    overflow: hidden;
  }
  #sec3::before {
    width: 1106px;
    bottom: -596px;
    right: calc(50% - 750px);
    left: unset;
  }
  #sec3 .bg {
    margin-bottom: 100px;
    min-height: 602px;
  }
  #sec3 .row1 {
    margin-bottom: 118px;
  }
  #sec3 .row1::before {
    width: 750px;
    bottom: -547px;
    right: calc(50% - 749px);
    left: unset;
  }
  #sec3 .row1 .wrap-slider {
    max-width: 942px;
    margin-left: -178px;
    margin-bottom: 63px;
  }
  #sec3 .row1 .wrap-slider .slider1 .slick-dots {
    right: 34px;
    bottom: 20px;
  }
  #sec3 .row1 .tit {
    position: absolute;
    top: 40px;
    right: -8px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    z-index: 2;
  }
  #sec3 .row1 .tit .en {
    width: auto;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    top: 8px;
    margin-right: 23px;
  }
  #sec3 .row1 .tit h2 {
    width: 138px;
    height: 810px;
    font-size: 33px;
    letter-spacing: 0.27em;
    white-space: nowrap;
  }
  #sec3 .row1 .tit h2 .pt {
    padding-top: 270px;
  }
  #sec3 .row1 .txt {
    width: 760px;
  }
  #sec3 .row1 .deco1 {
    bottom: 45px;
    right: -83px;
    width: 70px;
  }
  #sec3 .row2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 93px;
  }
  #sec3 .row2 .desc {
    width: 390px;
    margin-bottom: 0;
  }
  #sec3 .row2 .desc .en {
    margin-left: -28px;
    margin-right: -47px;
    margin-bottom: -21px;
  }
  #sec3 .row2 .desc h3 {
    margin-bottom: 16px;
  }
  #sec3 .row2 .img {
    margin-top: 6px;
  }
  #sec3 .row3 {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 99px;
    margin-left: -49px;
    margin-right: calc(50% - 50vw);
  }
  #sec3 .row3 .wrap-slider {
    margin-bottom: 0;
    width: 59%;
  }
  #sec3 .row3 .wrap-slider .slider2 .photo {
    width: 398px;
    margin: 0 3px;
  }
  #sec3 .row3 .contact {
    width: 492px;
    padding: 54px 20px 56px;
    margin-top: 21px;
    flex-shrink: 0;
    margin-right: 40px;
  }
  #sec3 .row3 .contact .btn-web {
    margin-bottom: 25px;
  }
  #sec3 .row3 .deco2 {
    bottom: -117px;
    left: -9px;
    width: 65px;
  }
  #sec3 .list-btn {
    display: flex;
    justify-content: center;
    gap: 54px;
  }
  #sec3 .list-btn .btn-all {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec3 .row3 .contact {
    margin-right: 30px;
    margin-left: 30px;
  }
  #sec3 .row3 .wrap-slider {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (min-height: 620px) and (max-height: 730px) {
  #sec2 .set .desc .en {
    width: 30%;
  }
  #sec2 .set .desc h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
