#key {
  background: url(../img/cocktail/key.jpg) no-repeat center top/cover;
  height: 125vw;
}
#sec1 {
  padding: 20vw 0;
}
#sec1 .set1 {
  padding-bottom: 13vw;
}
#sec1 .set1 h2 {
  text-align: center;
  margin-bottom: 10vw;
}
#sec1 .set1 h2 img {
  width: 90%;
}
#sec1 .set2 .item .gr-txt {
  margin-top: 10vw;
}
#sec1 .set2 .item .gr-txt h3 {
  width: 90%;
  margin-bottom: 7vw;
}
#sec1 .set2 .gr-img {
  display: flex;
  justify-content: space-between;
  margin-top: 10vw;
}
#sec1 .set2 .gr-img li {
  width: 48%;
}
#sec1 .set2 .gr-img li img {
  width: 100%;
  height: 25vw;
  -o-object-fit: cover;
  object-fit: cover;
}
#sec2 {
  padding-bottom: 20vw;
}
#sec2 .set1 {
  padding-bottom: 12vw;
}
#sec2 .set1 h2 {
  margin-bottom: 13vw;
}
#sec2 .set1 h2 img {
  width: 8%;
}
#sec2 .set1 .gr-img {
  justify-content: space-between;
  align-items: center;
}
#sec2 .set1 .gr-img .img1 {
  width: 82%;
  margin-left: -6%;
}
#sec2 .set1 .gr-img .img2 {
  width: 20%;
}
#sec2 .set1 .gr-txt .price-box {
  width: 75%;
}
#sec2 .set2 {
  padding-bottom: 12vw;
}
#sec2 .set3 .col2 {
  margin-top: 12vw;
}
#sec2 .set3 .col2 .gr-txt .price-box {
  flex-direction: column;
}
#sec2 .set3 .col2 .gr-txt .price-box dd {
  text-align: right;
}
/* #sec2 .set3 .txt-vertical{
  display: inline;
} */
#sec3 {
  padding-bottom: 20vw;
}
#sec3 .item1 h2 {
  margin: 10vw 0 8vw;
  width: 75%;
}
#sec3 .item2 .txt {
  margin-bottom: 10vw;
}
#sec4 {
  padding-bottom: 20vw;
}
#sec4 .gr-txt {
  margin-top: 10vw;
}
#sec4 .gr-txt h2 {
  margin-bottom: 8vw;
}
#sec5 {
  background: rgba(0, 0, 0, 0.5);
  padding: 20vw 0;
}
#sec5 .s5-ttl{
  text-align: center;
  padding-bottom: 15vw;
}
#sec5 .s5-ttl img{
  width: 70%;
  height: auto;
}
#sec5 .item {
  padding-bottom: 12vw;
}
#sec5 .item:last-child {
  padding-bottom: 0;
}
#sec5 .item .gr-txt {
  margin-top: 10vw;
}
#sec5 .item .gr-txt h2 {
  margin-bottom: 8vw;
  width: 90%;
}
#sec5 .item2 .gr-txt h2 {
  width: 90%;
}

/* ポップアップ追加 */
#sec6 {
  padding: 10vw 0 30vw;
}

#sec6 .btn-pop-link span,
#sec7 .btn-pop-link span{
  font-family: "Noto Serif JP", serif;
    font-size: 4vw;
    font-weight: 300;
    letter-spacing: 0.18em;
    color: #d1d1d1;
    border: 1px solid #d1d1d1;
    padding: 2.5vw 0;
    text-align: center;
    display: block;
    position: relative;
}
#sec6 .btn-pop-link span::after,
#sec7 .btn-pop-link span::after{
content: "";
    background: url(../img/shared/btn_arr2.png) no-repeat 0 0/100% auto;
    position: absolute;
    top: 50%;
    right: 10%;
    width: 10px;
    height: 11px;
    transform: translateY(-50%);
}
.popup-content .note {
  margin: 5vw 0 8vw;
}
.remodal-close2 {
  background: transparent;
  margin: 50px 0 0;
}
.popup-content h2 {
  font-size: 7.5vw;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.popup-content .content .col .item h3 {
  font-size: 17px;
  letter-spacing: 0.15em;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
}
.popup-content .content .col .item h4{
  padding-top: 10vw;
}

.popup-content .content .col .item {
  padding-bottom: 10vw;
}
.popup-content .content .col .item .list dl dt {
  text-align: left;
}

.popup-content .content .col .item .list dl {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
button {
  border: none;
  cursor: pointer;
}
/* ポップアップ追加 */

/* ポップアップ追加 */
#sec7 {
  padding: 10vw 0 30vw;
  background: rgba(0, 0, 0, 0.5);

}
/* ポップアップ追加 */


@media screen and (min-width: 768px) {
  #key {
    background: url(../img/cocktail/key.jpg) no-repeat left top/cover;
  }
  #sec1 {
    padding: 111px 0 31px;
    position: relative;
  }
  #sec1::before {
    content: "";
    background: url(../img/cocktail/sec1_deco.png) no-repeat;
    width: 750px;
    height: 591px;
    position: absolute;
    top: 86px;
    left: 50%;
    z-index: -1;
  }
  #sec1 .wrap {
    max-width: 1182px;
  }
  #sec1 .set1 {
    padding-bottom: 184px;
  }
  #sec1 .set1 h2 {
    margin-bottom: 69px;
  }
  #sec1 .set1 h2 img {
    width: auto;
  }
  #sec1 .set1 .txt {
    text-align: center;
  }
  #sec1 .set2 .item {
    display: flex;
    flex-direction: row-reverse;
  }
  #sec1 .set2 .item .gr-txt {
    margin: 40px 124px 0 0;
  }
  #sec1 .set2 .item .gr-txt h3 {
    width: auto;
    margin-bottom: 47px;
  }
  #sec1 .set2 .item .photo {
    flex: 1;
    margin-right: -79px;
  }
  #sec1 .set2 .item .photo img {
    width: 100%;
    height: 402px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec1 .set2 .gr-img {
    margin: -18px 14px 0 7px;
  }
  #sec1 .set2 .gr-img li {
    width: 49.6117342537%;
  }
  #sec1 .set2 .gr-img li img {
    height: auto;
  }
  #sec1 .set2 .gr-img li:last-child {
    width: 44.8662640207%;
    margin-top: 211px;
  }
  #sec2 {
    padding-bottom: 227px;
  }
  #sec2 .set1 {
    padding-bottom: 127px;
  }
  #sec2 .set1 h2 {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 12px;
    z-index: 2;
  }
  #sec2 .set1 h2 img {
    width: auto;
  }
  #sec2 .set1 .gr-img {
    display: block;
    padding-top: 202px;
    position: relative;
  }
  #sec2 .set1 .gr-img .img1 {
    width: auto;
    margin-left: -250px;
  }
  #sec2 .set1 .gr-img .img2 {
    width: auto;
    margin: 0;
    position: absolute;
    top: 577px;
    right: -101px;
  }
  #sec2 .set1 .gr-txt {
    width: 640px;
    margin: 46px 0 0 -47px;
    display: flex;
    justify-content: space-between;
  }
  #sec2 .set1 .gr-txt .price-box {
    width: 325px;
  }
  #sec2 .set1 .gr-txt .txt {
    margin-top: 15px;
    margin-left: 30px;
  }
  #sec2 .set2 {
    padding-bottom: 213px;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
  }
  #sec2 .set2::before {
    content: "";
    background: url(../img/cocktail/sec2_deco.png) no-repeat center bottom/cover;
    height: 872px;
    position: absolute;
    top: -78px;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    z-index: -1;
  }
  #sec2 .set2 .gr-txt {
    width: 407px;
    margin: 137px 66px 0 -50px;
  }
  #sec2 .set2 .gr-txt .price-box {
    margin-bottom: 32px;
    justify-content: flex-start;
  }
  #sec2 .set2 .gr-txt .price-box dt {
    margin-right: 36px;
  }
  #sec2 .set2 .photo {
    flex: 1;
    margin-right: -136px;
  }
  #sec2 .set2 .photo img {
    width: 100%;
    height: auto;
  }
  #sec2 .set3 {
    display: flex;
    justify-content: space-between;
  }
  #sec2 .set3 .col {
    width: 1000px;
    display: flex;
    justify-content: end;
  }
  #sec2 .set3 .col .gr-txt {
    margin: 24px 0 0px 9px;
  }
  #sec2 .set3 .col .gr-txt .txt{
    margin: 100px 0 0px 50px;
  }

  #sec2 .set3 .col .gr-txt .price-box {
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  #sec2 .set3 .col .gr-txt .price-box dt {
    margin-left: 160px;
  }
  #sec2 .set3 .col2 {
    margin-top: 233px;
  }
  #sec2 .set3 .col2 .gr-txt {
    margin: 35px -21px 0px 7px;
  }
  #sec2 .set3 .col2 .gr-txt .price-box {
    margin-bottom: 2px;
  }
  #sec2 .set3 .col2 .gr-txt .price-box dt {
    margin: 0;
  }
  #sec2 .set3 .col2 .gr-txt .txt {
    margin-left: -7px;
  }
  #sec3 {
    padding-bottom: 195px;
    position: relative;
  }
  #sec3::before {
    content: "";
    background: url(../img/cocktail/sec3_deco.png) no-repeat;
    width: 537px;
    height: 636px;
    position: absolute;
    top: 288px;
    left: 0;
    z-index: -1;
  }
  #sec3 .wrap {
    max-width: 1222px;
  }
  #sec3 .item1 {
    display: flex;
    flex-direction: row-reverse;
  }
  #sec3 .item1 h2 {
    margin: 150px 68px 0 0;
    width: 406px;
  }
  #sec3 .item1 .photo {
    flex: 1;
    margin-right: -139px;
  }
  #sec3 .item1 .photo img {
    width: 100%;
    height: 470px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec3 .item2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: -121px;
  }
  #sec3 .item2 .photo {
    margin-left: -24px;
  }
  #sec3 .item2 .txt {
    margin: 205px 9px 0 50px;
    width: 547px;
  }
  #sec4 {
    padding-bottom: 223px;
  }
  #sec4 .wrap {
    display: flex;
    max-width: 1220px;
  }
  #sec4 .gr-txt {
    margin: 120px 0 0 46px;
    width: 540px;
  }
  #sec4 .gr-txt h2 {
    margin-bottom: 60px;
  }
  #sec4 .gr-txt .txt {
    margin-left: 9px;
  }
  #sec4 .photo {
    flex: 1;
    margin-left: -140px;
  }
  #sec4 .photo img {
    width: 100%;
    height: auto;
  }
  #sec5 {
    padding: 148px 0 212px;
  }
  #sec5 .item {
    display: flex;
    padding-bottom: 42px;
  }
  #sec5 .item .gr-txt {
    margin: 133px 110px 0 20px;
  }
  #sec5 .item .gr-txt h2 {
    margin-bottom: 69px;
    width: auto;
  }
  #sec5 .item .photo {
    margin-right: 49px;
  }
  #sec5 .item1 {
    flex-direction: row-reverse;
  }
  #sec5 .item2 .gr-txt {
    width: 390px;
    margin: 83px 60px 0 91px;
  }
  #sec5 .item2 .gr-txt h2 {
    width: auto;
    margin-bottom: 57px;
  }
  #sec5 .item2 .gr-txt .txt {
    margin-left: -3px;
  }
  #sec5 .item2 .photo {
    margin: 0 0 0 -134px;
  }
  #sec5 .s5-ttl{
    text-align: center;
    padding-bottom: 100px;
  }
  #sec5 .s5-ttl img{
    width: auto;
    height: auto;
  }
  
  /* ポップアップ追加 */
  #sec6 {
    padding: 0px 0 150px;
  }
  
  #sec6 .btn-pop-link span,
  #sec7 .btn-pop-link span{
    font-size: 18px;
      padding: 6px 50px 9px 38px;
      text-align: left;
      letter-spacing: 0.04em;
      transition-duration: 0.3s;
  }

  #sec6 .btn-pop-link span::after,
  #sec7 .btn-pop-link span::after{
    top: 50%;
    right: 36px;
    width: 9px;
    height: 10px;
    transform: translateY(-50%);
  }
  #sec6 .btn-pop-link,
  #sec7 .btn-pop-link{
    margin: auto;
  }
  .popup-content h2 {
    font-size: 38px;
    line-height: 70px;
}
  .popup-content .content .col .item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.5;
}
.popup-content .content .col .item {
  padding-bottom: 95px;
}
  .popup-content .note {
      margin: 19px 0 100px;
  }
  .popup-content .content{
    display: flex;
    justify-content: space-around;
  }  
  .popup-content .content .col {
    width: 410px;
  }
  .popup-content .content .col .item h4{
    padding-top: 30px;

  }
  .remodal-close2 {
    margin: 100px 0 0;
}
  /* ポップアップ追加 */

  #sec7 {
    padding: 30px 0 150px;
  }
  /* ポップアップ追加 */
  

}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  #sec2 .set1 .gr-img .img1 {
    margin-left: calc(-50vw + 500px);
    margin-right: 181px;
  }
  #sec2 .set1 .gr-img .img1 img {
    width: 100%;
    height: auto;
  }
  #sec3 .item1 .photo {
    margin-right: calc(-50vw + 50%);
  }
  #sec4 .photo {
    margin-left: calc(-50vw + 50%);
  }
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  #sec1 .set2 .item .photo {
    margin-right: calc(-50vw + 50% + 50px);
  }
  #sec3 .item1 h2 {
    margin-left: calc(-50vw + 50% + 40px);
    margin-top: 100px;
  }
  #sec3 .item2 .photo {
    margin-left: calc(-50vw + 50%);
  }
  #sec3 .item2 .photo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1299px) and (min-width: 768px) {
  #sec1 .wrap {
    max-width: 100%;
    padding: 0 40px;
  }
  #sec2 .set2 .photo {
    margin-right: calc(-50vw + 500px + 40px);
  }
  #sec2 .set1 .gr-img .img2 {
    top: 530px;
  }
  #sec4 .wrap {
    max-width: 100%;
    padding: 0 30px;
  }
  #sec5 .item2 .photo {
    margin-left: calc(-50vw + 500px + 40px);
  }
  #sec5 .item2 .photo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #sec2 .set2 .gr-txt {
    margin-left: 0;
  }
  #sec2 .set1 .gr-txt {
    margin-left: 0;
  }
}
