#key {
  background: url("../img/menu/kv.jpg") no-repeat center/cover;
}

#sec1 {
  padding: 15vw 0 17vw;
}

#sec1 h2 {
  margin: 0 auto 10vw;
}

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

  #sec1 .wrap {
    justify-content: center;
  }

  #sec1 h2 {
    order: 2;
    margin: 0 0 0 46px;
    letter-spacing: 5.5px;
  }

  #sec1 .sec1-txt {
    height: 406px;
    margin-top: 3px;
    line-height: 50px;
  }
}

.sec2-group {
  margin-top: 10vw;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  padding: 10vw 5%;
}

.sec2-group h3 {
  text-align: center;
  margin-bottom: 5vw;
  font-size: 5vw;
  font-weight: 400;
}

.sec2-group .sec2-price {
  text-align: left;
}

.sec2-group .sec2-price dl {
  margin-bottom: 10px;
}

.sec2-group .sec2-price dt {
  justify-content: space-between;
  width: 120px;
}

.sec2-group .sec2-price dt span {
  display: block;
}

.sec2-group .sec2-3 {
  margin: 10vw 0;
  padding: 10vw 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.sec2-group .sec2-img3 {
  margin-bottom: 5vw;
}

.sec2-group .sec2-img3 .slick-dots {
  bottom: 10px;
  justify-content: center;
}

.sec2-group .sec2-img3 .slick-dots li {
  width: 40px;
  margin: 0 2px;
}

.sec2-group h4 {
  text-align: center;
  font-size: 120%;
  margin-bottom: 4vw;
}

.sec2-group .col {
  background: url("../img/shared/bg2.jpg");
  box-sizing: border-box;
  padding: 10vw 8%;
}

.sec2-group .col+.col {
  margin-top: 7vw;
}

.sec2-group .col dl dt {
  word-break: keep-all;
}

@media only screen and (min-width: 768px) {
  .sec2-group {
    margin: 72px auto 0;
    padding: 75px 60px 90px;
    max-width: 1070px;
    box-sizing: border-box;
  }

  .sec2-group h3 {
    margin-bottom: 26px;
    font-size: 25px;
  }

  .sec2-group .sec2-price {
    display: flex;
    justify-content: center;
  }

  .sec2-group .sec2-price dl {
    margin-bottom: 0;
  }

  .sec2-group .sec2-price dt {
    width: 165px;
  }

  .sec2-group .sec2-3 {
    margin: 82px 0 68px;
    padding: 39px 0 39px 38px;
    justify-content: center;
    align-items: center;
  }

  .sec2-group .sec2-img3 {
    margin-bottom: 0;
    width: 400px;
  }

  .sec2-group .sec2-img3 .slick-dots {
    bottom: 10px;
    justify-content: center;
  }

  .sec2-group .sec2-img3 .slick-dots li {
    width: 40px;
    margin: 0 2px;
    height: 3px;
  }

  .sec2-group .sec2-txt3 {
    text-align: center;
    width: 375px;
    margin-left: 40px;
  }

  .sec2-group h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sec2-group .col {
    width: calc(50% - 13px);
    padding: 55px 47px;
  }

  .sec2-group .col+.col {
    margin-top: 0;
  }

  .sec2-group .col dl dt {
    word-break: keep-all;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sec2-group {
    padding: 75px 30px 90px;
  }

  .sec2-group .col {
    padding: 55px 42px;
  }
}

#sec2 {
  margin-bottom: 15vw;
}

#sec2 .sec2-1 {
  position: relative;
  z-index: 1;
}

#sec2 h2 {
  margin-bottom: 10vw;
  text-align: center;
}

#sec2 h2 .ttl {
  margin: 0 auto 2vw;
}

#sec2 .sec2-img1 {
  margin-bottom: 5vw;
}

#sec2 .sec2-txt2 {
  margin-top: 5vw;
}

#sec2 .sec2-2 {
  position: relative;
  z-index: 0;
  padding-top: 10vw;
}

#sec2 .sec2-deco {
  position: absolute;
  z-index: -1;
  width: 154%;
  top: -10vw;
  left: 0;
}

@media only screen and (min-width: 768px) {
  #sec2 {
    margin-bottom: 107px;
  }

  #sec2 .wrap {
    max-width: 1200px;
  }

  #sec2 h2 {
    width: 218px;
    margin: 0;
    padding: 103px 0 95px;
    text-align: center;
  }

  #sec2 h2 .ttl {
    margin: 0 auto 4px;
    letter-spacing: 6px;
  }

  #sec2 .sec2-img1 {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: -150px;
    width: calc(100% - 100px);
  }

  #sec2 .sec2-txt1 {
    background: #fff;
    width: 50%;
    height: 173px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 0 0 20px 25px;
    display: flex;
    align-items: flex-end;
  }

  #sec2 .sec2-txt2 {
    margin: 15px 0 0 195px;
  }

  #sec2 .sec2-2 {
    padding-top: 157px;
  }

  #sec2 .sec2-deco {
    width: 11405px;
    top: -170px;
    left: 67px;
  }

  #sec2 .sec2-img2 {
    margin: 0 auto;
    width: 787px;
  }
}

.menu-page {
  background: url("../img/menu/sec3_bg.jpg") repeat-x bottom center;
  padding-top: 5vw;
  padding-bottom: 20vw;
}

@media only screen and (min-width: 768px) {
  .menu-page {
    padding-top: 28px;
    padding-bottom: 138px;
  }
}

#sec3 {
  background: url("../img/menu/sec3_deco2.png") no-repeat top center/80% auto;
  padding-top: 15vw;
  position: relative;
}

#sec3 .sec3-deco {
  position: absolute;
  top: -5vw;
  left: 0;
  width: 34%;
}

#sec3 h2 {
  margin-bottom: 10vw;
  text-align: center;
}

#sec3 h2 .ttl {
  margin: 0 auto 2vw;
}

#sec3 .sec3-txt {
  margin: 0 7.3%;
}

#sec3 .sec3-img {
  overflow: hidden;
  height: 338px;
  margin-bottom: 10vw;
}

#sec3 .sec3-img li {
  height: 338px;
  box-sizing: border-box;
}

#sec3 .sec3-img1 {
  width: 193px;
  padding-top: 78px;
}

#sec3 .sec3-img2 {
  padding-top: 126px;
  margin: 0 16px 0 26px;
}

#sec3 .sec3-img4 {
  padding-top: 32px;
  margin: 0 16px 0 26px;
}

#sec3 .sec3-img5 {
  padding-top: 150px;
  margin-right: 26px;
}

#sec3 .sec2-group {
  margin: 0 7.3%;
  border-color: #cbcbcb;
}

#sec3 .sec2-group .sec2-3 {
  border-color: #ababab;
}

#sec3 .sec2-group .col {
  background: url("../img/menu/sec4_bg.jpg");
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #sec3 .sec3-img1 {
    width: 193px;
  }

  #sec3 .sec3-img2 {
    width: 247px;
  }

  #sec3 .sec3-img3 {
    width: 175px;
  }

  #sec3 .sec3-img4 {
    width: 258px;
  }

  #sec3 .sec3-img5 {
    width: 195px;
  }
}

@media only screen and (min-width: 768px) {
  #sec3 {
    background: none;
    padding-top: 0;
    position: relative;
  }

  #sec3 .sec3-1 {
    position: relative;
    z-index: 2;
    padding-top: 128px;
    box-sizing: border-box;
    min-height: 710px;
  }

  #sec3 .sec3-deco2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 710px;
  }

  #sec3 .sec3-deco {
    top: -31px;
    left: calc(50% - 467px);
    width: 275px;
  }

  #sec3 h2 {
    margin-bottom: 47px;
  }

  #sec3 h2 .ttl {
    margin: 0 auto 4px;
    letter-spacing: 8px;
  }

  #sec3 .sec3-txt {
    margin: 0;
    text-align: center;
  }

  #sec3 .sec3-img {
    height: 680px;
    margin: -291px 0 76px;
    position: relative;
    z-index: 0;
  }

  #sec3 .sec3-img li {
    height: 680px;
  }

  #sec3 .sec3-img1 {
    width: 387px;
    padding-top: 158px;
  }

  #sec3 .sec3-img2 {
    padding-top: 255px;
    margin: 0 33px 0 55px;
    width: 495px;
  }

  #sec3 .sec3-img3 {
    width: 350px;
  }

  #sec3 .sec3-img4 {
    width: 517px;
    padding-top: 67px;
    margin: 0 33px 0 55px;
  }

  #sec3 .sec3-img5 {
    width: 390px;
    padding-top: 300px;
    margin-right: 55px;
  }

  #sec3 .sec2-group {
    margin: 0 auto;
    border-color: #cbcbcb;
    padding-top: 79px;
    padding-bottom: 80px;
  }

  #sec3 .sec2-group .sec2-3 {
    border-color: #ababab;
  }

  #sec3 .sec2-group .col {
    background: url("../img/menu/sec4_bg.jpg");
    color: #fff;
  }
}

#sec5 {
  padding: 15vw 0;
  background: url("../img/menu/sec5_bg.jpg") no-repeat bottom left/160% auto;
  position: relative;
}

#sec5 .sec5-deco {
  position: absolute;
  z-index: 1;
  width: 98%;
  top: -14vw;
  right: -28%;
  pointer-events: none;
}

#sec5 #contact {
  margin: 0 7.3%;
}

#sec5 .wrap {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 144px 0 154px;
    background: url("../img/menu/sec5_bg.jpg") no-repeat bottom center;
  }

  #sec5 .sec5-deco {
    width: 922px;
    top: -243px;
    right: -47px;
    transform: rotate(6deg);
  }

  #sec5 #contact {
    margin: 0 auto;
    max-width: 1070px;
  }

  #sec5 .wrap {
    padding: 0;
  }
}

#sec6 {
  background: url("../img/shared/bg2.jpg");
  margin-bottom: 15vw;
}

#sec6 .sec6-info {
  padding: 13vw 7.3% 15vw;
}

#sec6 h2 {
  text-align: center;
}

#sec6 .sec6-txt {
  margin: 6vw 0 10vw;
}

@media only screen and (min-width: 768px) {
  #sec6 {
    margin-bottom: 147px;
    position: relative;
  }

  #sec6 .sec6-img {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sec6 .sec6-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #sec6 .sec6-info {
    margin-left: auto;
    width: 50%;
    padding: 124px 30px 140px;
  }

  #sec6 .sec6-info>div {
    max-width: 450px;
    margin: 0 auto;
  }

  #sec6 h2 {
    text-align: center;
  }

  #sec6 h2 .ttl {
    line-height: 52px;
    margin-top: 4px;
  }

  #sec6 .sec6-txt {
    margin: 47px 0 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #sec6 .sec6-info {
    padding: 55px 30px 80px;
  }

  #sec6 .sec6-txt {
    margin: 25px 0 35px;
  }
}

.link-popup {
  margin-bottom: 15vw;
}

@media only screen and (min-width: 768px) {
  .link-popup {
    margin-bottom: 142px;
    width: 364px;
    font-size: 19px;
    letter-spacing: 2px;
    padding-bottom: 24px;
  }

  .link-popup:before {
    width: 106px;
  }

  .link-popup i {
    width: 15px;
    top: 9px;
    right: 25px;
  }

  .link-popup i img {
    width: 100%;
    height: auto;
  }
}