/*=============================================
 * key 
 *=============================================*/
#key-box {
  background: url("../img/drink/key.jpg") no-repeat left 46% bottom 0;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  #key-box {
    background-position: center;
  }
}

/*=============================================
 * sec 1 
 *=============================================*/
#sec1 {
  position: relative;
  padding: 20vw 0 20vw;
}

#sec1:before {
  content: "";
  background: url("../img/drink/sec1_deco1.png") no-repeat;
  width: 44%;
  height: 100vw;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#sec1:after {
  content: "";
  background: url("../img/drink/sec1_deco2.png") no-repeat center bottom;
  width: 59%;
  height: 70vw;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

#sec1 h2 {
  font-size: 6vw;
  width: 26%;
  height: 60vw;
  margin: 0 auto 5vw;
  letter-spacing: 0.3em;
}

#sec1 h2 small {
  margin: 0 -37%;
  width: 190%;
  display: inline-block;
}

#sec1 .ttx {
  margin-bottom: 6vw;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 160px 0 141px;
  }

  #sec1:before {
    width: 623px;
  }

  #sec1:after {
    width: 1104px;
  }

  #sec1 h2 {
    font-size: 38px;
    width: 50px;
    height: 335px;
    margin: 0 auto 30px;
  }

  #sec1 h2 span {
    width: 100px;
    height: 260px;
    line-height: 74px;
    letter-spacing: 8px;
  }

  #sec1 h2 small {
    margin: -20px -91px 26px;
    width: 255px;
  }

  #sec1 .txt {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec1:before {
    max-width: 45%;
  }

  #sec1:after {
    max-width: 55%;
  }
}

/*=============================================
 * sec 2
 *=============================================*/
#sec2 {
  position: relative;
}

#sec2 .bg {
  min-height: 66vw;
  background: url("../img/drink/sec2_bg.jpg") no-repeat left 4% bottom 0;
  background-size: cover;
  position: relative;
}

#sec2 .bg:before {
  content: "";
  border: 1px solid #d8d4cf;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
}

#sec2 .bg .ttl {
  position: absolute;
  font-size: 3vw;
  top: 5vw;
  left: 7%;
  letter-spacing: 0px;
}

#sec2 .bg .ttl:after {
  content: "";
  background: #2d2d2d;
  height: 1px;
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 39px;
  left: 19px;
  transform: rotate(-50deg);
}

#sec2 .bg .ttl2 {
  position: absolute;
  font-size: 3vw;
  top: 10vw;
  left: 23%;
  letter-spacing: 0px;
}

#sec2 .bg .ttl2:after {
  content: "";
  background: #2d2d2d;
  height: 1px;
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 39px;
  left: 19px;
  transform: rotate(-50deg);
}

#sec2 .bg .ttl3 {
  position: absolute;
  font-size: 3vw;
  top: 6vw;
  right: 21px;
  letter-spacing: 0px;
}

#sec2 .bg .ttl3:after {
  content: "";
  background: #2d2d2d;
  height: 1px;
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 9vw;
  left: 8%;
  transform: rotate(-50deg);
}

#sec2 .col {
  background: #4b3c2e;
  padding: 8% 5% 15vw;
}

#sec2 .col h2 {
  width: 41%;
  margin: 0 auto 4vw;
}

#sec2 .col .txt {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #sec2 .bg {
    min-height: 677px;
    background-position: left top;
  }

  #sec2 .bg:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  #sec2 .bg .ttl {
    font-size: 20px;
    top: 12vw;
    left: 8%;
    letter-spacing: 1px;
  }

  #sec2 .bg .ttl:after {
    transform: rotate(-58deg);
    width: 60px;
    top: 60px;
    left: 42px;
  }

  #sec2 .bg .ttl2 {
    font-size: 20px;
    left: 21%;
    top: 9vw;
    letter-spacing: 1px;
  }

  #sec2 .bg .ttl2:after {
    transform: rotate(-58deg);
    width: 60px;
    top: 60px;
    left: 45px;
  }

  #sec2 .bg .ttl3 {
    font-size: 20px;
    right: 34vw;
    left: auto;
    letter-spacing: 2px;
    top: 7vw;
  }

  #sec2 .bg .ttl3:after {
    transform: rotate(-58deg);
    width: 60px;
    top: 63px;
    left: 24px;
  }

  #sec2 .col {
    width: 329px;
    position: absolute;
    right: 70px;
    top: 80px;
    padding: 30px;
    background: none;
  }

  #sec2 .col h2 {
    width: 262px;
    margin: 0 auto 20px;
  }

  #sec2 .col .txt {
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1400px) {
  #sec2 .bg .ttl3 {
    right: 25vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .bg .ttl3 {
    right: 150px;
    top: 60px;
  }

  #sec2 .col {
    padding-top: 70px;
  }

  #sec2 .bg .ttl2 {
    left: 24%;
  }
}

/*=============================================
 * sec 3
 *=============================================*/
#sec3 {
  position: relative;
  background: url("../img/shared/bg2.jpg") repeat;
  color: #fff;
  padding: 15vw 0 0vw;
}

#sec3 .set1 {
  position: relative;
  margin-bottom: 13vw;
}

#sec3 .set1:before {
  content: "";
  background: url("../img/drink/sec3_deco1.png") no-repeat;
  position: absolute;
  top: -21vw;
  left: 1%;
  width: 32%;
  height: 30vw;
  background-size: 100%;
}

#sec3 .set1:after {
  content: "";
  background: url("../img/drink/sec3_deco2.png") no-repeat;
  position: absolute;
  bottom: -32vw;
  right: 0;
  width: 32%;
  height: 30vw;
  background-size: 100%;
}

#sec3 .set1 h2 {
  font-size: 6vw;
  text-align: center;
  margin-bottom: 8vw;
  letter-spacing: 0.2em;
}

#sec3 .set1 h2 .white {
  color: #107110;
  background: #fff;
}

#sec3 .set1 h2 small {
  position: absolute;
  width: 12%;
  right: 20%;
  top: -6vw;
}

#sec3 .set1 .js {
  margin-bottom: 8vw;
}

#sec3 .set1 .js .slick-dots {
  flex-direction: column;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  width: auto;
  right: 0;
  bottom: 0;
}

#sec3 .set1 .js .box h3 {
  font-size: 6vw;
  min-height: 31vw;
  margin-bottom: 5vw;
}

#sec3 .set1 .js .box h3 span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

#sec3 .set1 .js .box h3 span img {
  width: 10%;
  height: auto;
}

#sec3 .set1 .js .box h3 small {
  font-size: 5vw;
  display: inline-block;
  margin-left: 8%;
}

#sec3 .set2 {
  position: relative;
}

#sec3 .set2 h3 {
  font-size: 5vw;
  margin-bottom: 5vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

#sec3 .set2 .photo {
  margin-bottom: 6vw;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 120px 0 24px;
  }

  #sec3 .set1 {
    margin-bottom: 156px;
  }

  #sec3 .set1:before {
    width: 265px;
    height: 185px;
    top: -161px;
    right: calc(50% + 200px);
    left: auto;
  }

  #sec3 .set1:after {
    width: 345px;
    height: 270px;
    bottom: 34px;
  }

  #sec3 .set1 h2 {
    font-size: 38px;
    margin-bottom: 50px;
  }

  #sec3 .set1 h2 .white {
    display: inline-block;
    padding: 3px 3px;
  }

  #sec3 .set1 h2 small {
    top: -40px;
    right: auto;
    margin-left: -44px;
  }

  #sec3 .set1 .js {
    margin-bottom: 30px;
    margin-left: -97px;
    width: 1100px;
    height: 620px;
    position: relative;
  }

  #sec3 .set1 .js .slick-dots {
    width: 20px;
    right: 330px;
    top: 510px;
    z-index: 10;
    height: 40px;
    display: block !important;

  }

  #sec3 .set1 .js .slick-dots li {
    display: block;
  }

  #sec3 .set1 .js .box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  #sec3 .set1 .js .box h3 {
    font-size: 40px;
    min-height: 30px;
    margin-bottom: 30px;
    width: 191px;
    line-height: 76px;
    height: 584px;

  }

  #sec3 .set1 .js .box h3 small {
    font-size: 35px;
    margin-left: 30px;
    line-height: 60px;
    margin-top: 50px;
  }

  #sec3 .set1 .js .box .photo {
    margin-right: 64px;
    width: 801px;
    height: 614px;

  }

  #sec3 .set2 {
    min-height: 450px;
  }

  #sec3 .set2 .wrap {
    width: 1240px;
    padding: 0 20px;
  }

  #sec3 .set2 h3 {
    font-size: 35px;
    margin-bottom: 50px;
  }

  #sec3 .set2 .photo {
    margin-bottom: 30px;
    position: absolute;
    left: 501px;
    top: -122px;
    right: calc(50% - 50vw);
    height: 502px;
  }

  #sec3 .set2 .txt {
    width: 390px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec3 .set1:after {
    max-width: 18%;
  }

  #sec3 .set2 h3 {
    margin-left: 30px;
  }

  #sec3 .set2 .txt {
    margin-left: 30px;
  }

}

/*=============================================
 * sec 4
 *=============================================*/
#sec4 {
  position: relative;
  background: url("../img/shared/bg2.jpg") repeat;
  color: #fff;
  padding: 15vw 0 15vw;
}

#sec4:before {
  content: "";
  background: url("../img/drink/sec4_deco.png") no-repeat center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62%;
  height: 100vw;
  background-size: 100%;
}

/* #sec4:after {
  content: "";
  background: url("../img/drink/sec4_deco2.jpg") no-repeat;
  position: absolute;
  top: -4vw;
  left: 0;
  width: 32%;
  height: 30vw;
  background-size: 100%;
} */
#sec4 h2 {
  font-size: 6vw;
  text-align: center;
  margin-bottom: 3vw;
}

#sec4 .note {
  text-align: center;
  margin-bottom: 6vw;
}

#sec4 .list dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a19889;
  line-height: 25px;
  padding: 10px 0;
}

#sec4 .list dl dt {
  width: 80%;
}

#sec4 .list dl dd {
  width: 20%;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 24px 0 139px;
  }

  #sec4:before {
    width: 802px;
    height: 637px;
  }

  #sec4:after {
    width: 234px;
    height: 184px;
    top: -60px;
    left: 114px;
  }

  #sec4 h2 {
    font-size: 35px;
    margin-bottom: 13px;
    letter-spacing: 5px;
  }

  #sec4 .note {
    margin-bottom: 31px;
  }

  #sec4 .list {
    width: 790px;
    margin: 0 auto 0;
  }

  #sec4 .list dl {
    font-size: 16px;
    padding: 7px 0;
  }
}


/*=============================================
 * sec 5
 *=============================================*/
#sec5 {
  position: relative;
  padding: 15vw 0 10vw;
}

#sec5:before {
  content: "";
  background: url("../img/drink/sec5_deco1.png") no-repeat center bottom;
  position: absolute;
  top: -41vw;
  left: 0;
  width: 76%;
  height: 100vw;
  background-size: 100%;
}

#sec5:after {
  content: "";
  background: url("../img/drink/sec5_deco2.png") no-repeat center bottom;
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 34vw;
  background-size: 100%;
  z-index: -1;
}

#sec5 h2 {
  font-size: 6vw;
  text-align: center;
  margin-bottom: 8vw;
  letter-spacing: 0.2em;
}

#sec5 .bg .photo {
  height: 44vw;
  position: relative;
}

#sec5 .bg .ttl {
  color: #fff;
  position: absolute;
  top: 37vw;
  left: 10%;
  z-index: 5;
  font-size: 8px;
  letter-spacing: 0;
}

#sec5 .bg .ttl2 {
  color: #fff;
  position: absolute;
  top: 45vw;
  left: 69%;
  z-index: 5;
  font-size: 8px;
}

#sec5 .bg .ttl3 {
  color: #fff;
  position: absolute;
  top: 35vw;
  left: 92%;
  z-index: 5;
  font-size: 8px;
}

#sec5 .box1 {
  padding: 10% 8% 5%;
  background: url("../img/drink/sec5_bg_on.jpg") no-repeat right;
  background-size: cover;
  color: #fff;
  position: relative;
}

#sec5 .box1:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  right: 15px;
  bottom: 10px;
  border: 1px solid #fff;
  opacity: 0.8;
}

#sec5 .box1 h3 {
  font-size: 20px;
  margin-bottom: 6vw;
}

#sec5 .box1 .price {
  margin-bottom: 5vw;
  font-size: 18px;
  line-height: 25px;
}

#sec5 .box1 .price span {
  margin-left: 5%;
}

#sec5 .box1 .txt {
  margin-bottom: 6vw;
}

#sec5 .box2 {
  padding: 10% 8% 5%;
  background: url("../img/drink/sec5_bg_on2.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  position: relative;
}

#sec5 .box2:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  right: 15px;
  bottom: 10px;
  border: 1px solid #fff;
}

#sec5 .box2 h3 {
  font-size: 20px;
  margin-bottom: 6vw;
}

#sec5 .box2 .price {
  margin-bottom: 6vw;
  font-size: 18px;
  line-height: 25px;
}

#sec5 .box2 .price span {
  margin-left: 5%;
}

#sec5 .box2 .txt {
  margin-bottom: 6vw;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 120px 0 30px;
  }

  #sec5:before {
    top: 0px;
    width: 1320px;
    height: 1024px;
  }

  #sec5:after {
    width: 681px;
    height: 241px;
  }

  #sec5 h2 {
    font-size: 38px;
    margin-bottom: 79px;
  }

  #sec5 .bg {
    position: relative;
    min-height: 570px;
    background: url("../img/drink/sec5_bg.jpg") no-repeat center;
    background-size: cover;
  }

  #sec5 .bg .photo {
    height: 570px;
    position: relative;
    display: none;
  }

  #sec5 .bg .ttl {
    font-size: 23px;
    top: 146px;
    left: 17vw;
  }

  #sec5 .bg .ttl2 {
    font-size: 23px;
    top: 208px;
    left: 67%;
  }

  #sec5 .bg .ttl3 {
    font-size: 23px;
    top: 146px;
    right: 9%;
    left: auto;
  }

  #sec5 .bg .btn1 {
    position: absolute;
    left: calc(50% + 22px);
    top: 284px;
    z-index: 14;
    cursor: pointer;
  }

  #sec5 .bg .btn2 {
    position: absolute;
    left: calc(50% + 357px);
    top: 217px;
    z-index: 14;
    cursor: pointer;
  }

  #sec5 .bg .btn1:hover,
  #sec5 .bg .btn2:hover {
    opacity: 0.8;
  }

  #sec5 .box1 {
    width: 381px;
    padding: 70px 50px 40px;
    position: absolute;
    top: 80px;
    left: 40%;
    background: none;
    opacity: 0;
  }

  #sec5 .box1 h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  #sec5 .box1 .price {
    margin-bottom: 22px;
    font-size: 23px;
    line-height: 35px;
  }

  #sec5 .box1 .txt {
    margin-bottom: 30px;
  }

  #sec5 .box2 {
    width: 381px;
    padding: 70px 50px 40px;
    position: absolute;
    top: 80px;
    left: 20%;
    background: none;
    opacity: 0;
  }

  #sec5 .box2 h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  #sec5 .box2 .price {
    margin-bottom: 30px;
    font-size: 23px;
  }

  #sec5 .box2 .txt {
    margin-bottom: 30px;
  }

  #sec5 .bg.show1 {
    background: url("../img/drink/sec5_bg_on2.jpg") no-repeat;
    background-size: cover;
  }

  #sec5 .bg.show2 {
    background: url("../img/drink/sec5_bg_on.jpg") no-repeat;
    background-size: cover;
  }

  #sec5 .box1.active,
  #sec5 .box2.active {
    opacity: 1;
    transition: all 0.5s;
  }

  #sec5 .box1:after {
    content: "";
    width: 150px;
    height: 1px;
    background: #fff;
    display: inline-block;
    transform: rotate(18deg);
    right: -80px;
    top: 240px;
    position: absolute;
  }

  #sec5 .box2:after {
    content: "";
    width: 150px;
    height: 1px;
    background: #fff;
    display: inline-block;
    transform: rotate(18deg);
    right: -80px;
    top: 240px;
    position: absolute;
  }

  #sec5 .bg .btn1.hidden,
  #sec5 .bg .btn2.hidden {
    opacity: 0;
    visibility: hidden;
  }

  #sec5 .bg2 {
    background: url("../img/drink/sec5_bg_on.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 239px;
    left: 0;
    right: 0;
    height: 570px;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
  }

  #sec5 .bg3 {
    background: url("../img/drink/sec5_bg_on2.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 239px;
    left: 0;
    right: 0;
    height: 570px;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
  }

  #sec5 .bg2.active,
  #sec5 .bg3.active {
    opacity: 1;
    visibility: visible;
  }

  #sec5 .close {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 40px;
    height: 40px;
    bottom: auto;
    cursor: pointer;
  }

  #sec5 .close:hover {
    opacity: 0.8;
  }

  #sec5 .close:before {

    font-size: 42px;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 45px;
    content: "\00d7";
    text-align: center;
    color: #FFF;
  }
}

@media only screen and (min-width: 1700px) {
  #sec5 .box1 {
    left: 47%;
  }

  #sec5 .box2 {
    left: 29%;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec5 .bg .btn2 {
    left: calc(50% + 250px);
  }
}

/*=============================================
 * sec 6
 *=============================================*/
#sec6 {
  position: relative;
  padding: 5vw 0 15vw;
}

#sec6 h2 {
  font-size: 6vw;
  text-align: center;
  margin-bottom: 6vw;
  letter-spacing: 0.2em;
}

.bnr-shared .item:nth-child(1) {
  background: url("../img/drink/banner_p1.jpg") no-repeat center;
  background-size: cover;
}

.bnr-shared .item:nth-child(2) {
  background: url("../img/drink/banner_p2.jpg") no-repeat center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 110px 0 30px;
  }

  #sec6 h2 {
    font-size: 38px;
    margin-bottom: 54px;
  }

  #sec6 .btn-cus {
    margin: 0 auto 70px;
  }
}

.box_m {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}

.ttl_m {
  display: flex;
  justify-content: center;
  margin-bottom: -30px;
}