.sec-group {
  position: relative;
  z-index: 1;
  color: #fff;
}

.sec-group:before {
  content: '';
  background: #000 url("../img/shared/pt_bg.png") repeat center 0/60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#sec1 {
  position: relative;
  padding: 0 0 15vw;
}

#sec1 h2 {
  padding: 0 0% 5vw;
}

#sec1 .wrap {
  z-index: 2;
}

#sec1 .deco {
  position: absolute;
  width: 105%;
  top: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  #sec1 {
    text-align: center;
    padding: 0 20px 60px;
  }

  #sec1 h2 {
    padding: 0 0 38px;
  }

  #sec1 .txt {
    max-width: 766px;
    margin: 0 auto;
    line-height: 47px;
  }

  #sec1 .deco {
    width: auto;
    right: auto;
    left: calc(50% - 250px);
  }
}

.note-sec2 {
  padding: 20px 20px 23px;
  max-width: 1100px;
  margin: 0 auto;
}

#sec2 {
  padding: 7vw 0 15vw;
  position: relative;
  z-index: 2;
}

#sec2:before {
  background: url("../img/menu/sec2_bg.jpg") no-repeat center/cover;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(59% 0, 100% 34%, 100% 100%, 0 100%, 0 0);
}

#sec2 h2 {
  padding: 0 13% 5vw;
}

#sec2 .photo {
  margin: 0 -11vw -17vw -18vw;
}

#sec2 .tag {
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid #7c4f24;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#sec2 .tag span {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 128px 20px 148px;
  }

  #sec2:before {
    clip-path: polygon(0 0, calc(50% - 41px) 0, calc(100% - 57px) 100%, 0% 100%);
  }

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

  #sec2 h2 {
    padding: 0;
    margin: 0 0 0 -19px;
  }

  #sec2 .photo {
    margin: 0;
    position: absolute;
    top: -67px;
    left: 280px;
    z-index: 4;
  }

  #sec2 .txt {
    width: 373px;
  }

  #sec2 .tag {
    text-align: left;
    font-size: 30px;
    padding: 6px 0 32px 0;
    margin-bottom: 35px;
    line-height: 46px;
    letter-spacing: 0.05em;
  }

  #sec2 .tag span {
    font-size: 23px;
  }
}

#sec3 {
  position: relative;
  padding: 15vw 0 0;
}

#sec3:before {
  content: '';
  background: url("../img/menu/sec3_deco1.png") no-repeat 0 0/100%;
  width: 15%;
  height: 100vw;
  position: absolute;
  top: -19vw;
  right: 0;
  z-index: 1;
}

#sec3 h2 {
  width: 45%;
  margin: 0 auto 10vw;
}

#sec3 .js {
  position: relative;
  margin-bottom: 5vw;
}

#sec3 .js .price {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 11px rgba(0, 0, 0, 0.57), -4px -2px 11px rgba(0, 0, 0, 0.57);
}

#sec3 .js .price span {
  font-size: 16px;
}

#sec3 .js-fade .slick-dots {
  justify-content: center;
  right: 100px;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 110px 20px 27px;
  }

  #sec3:before {
    width: 157px;
    height: 904px;
    top: -202px;
  }

  #sec3 .wrap {
    max-width: 1160px;
    justify-content: flex-end;
    display: flex;
  }

  #sec3 h2 {
    width: auto;
    margin: 0 0 25px;
    position: relative;
    text-align: center;
    padding: 0 29px 0 0;
  }

  #sec3 h2:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: -100px;
    border-top: 1px solid #7c4f24;
  }

  #sec3 .info {
    width: 378px;
    position: static;
    min-height: 623px;
  }

  #sec3 .js {
    position: absolute;
    z-index: 23;
    margin-bottom: 0;
    top: 0;
    right: 437px;
    width: 58%;
    max-width: 676px;
  }

  #sec3 .js .price {
    bottom: 18px;
    right: 25px;
    line-height: 48px;
    font-size: 30px;
    letter-spacing: 0.05em;
  }

  #sec3 .js .price span {
    font-size: 23px;
  }

  #sec3 .js-fade {
    width: 100%;
  }

  #sec3 .js-fade img {
    width: 100%;
    justify-content: space-around;
  }

  #sec3 .js-fade .slick-dots {
    left: 0;
    right: 00px;
    bottom: 29px;
  }
}

#sec4 {
  background: url("../img/menu/sec4_deco2.png") no-repeat 0 18vw/15%, url("../img/menu/sec4_deco.png") no-repeat right 67vw/230%;
  padding: 15vw 0 5vw;
}

#sec4 .menu {
  margin-bottom: 10vw;
}

#sec4 .menu h2 {
  padding: 0 15% 3vw;
  margin-top: -10vw;
  position: relative;
  z-index: 1;
}

#sec4 .menu h2 .time {
  display: block;
  background: url("../img/shared/bg1.jpg") no-repeat;
  color: #fff;
  text-align: center;
  font-size: 3.5vw;
  line-height: 2;
  margin: 0 15% 10px;
  letter-spacing: 0.05em;
}

#sec4 .menu .price {
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid #7c4f24;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#sec4 .menu .price span {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    background-size: auto, auto;
    background-position: 0 159px, right 0;
    padding: 34px 20px 20px;
            position: relative;
        z-index: 2;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec4 {
    background-size: 100px, auto;
    background-position: 0 159px, right 0;
  }
}

@media screen and (min-width: 768px) {
  #sec4 .wrap {
    max-width: 1058px;
  }

  #sec4 .group {
    justify-content: space-between;
    display: flex;
  }

  #sec4 .menu {
    margin-bottom: 0;
    width: 460px;
  }

  #sec4 .menu h2 {
    padding: 0 0 4px;
    margin-top: -0;
    text-align: center;
  }

  #sec4 .menu h2 .time {
    font-size: 22px;
    line-height: 36px;
    margin: 0 auto 13px;
    width: 260px;
  }

  #sec4 .menu .photo {
    margin: 0 0 -140px -90px;
  }

  #sec4 .menu .photo.ext {
    margin: 333px 0 -91px -110px;
  }

  #sec4 .menu .price {
    font-size: 30px;
    padding-bottom: 22px;
    margin-bottom: 29px;
  }

  #sec4 .menu .price span {
    font-size: 23px;
  }
}

#sec5 {
  position: relative;
  z-index: 1;
}

#sec5:before {
  background: url("../img/menu/sec5_deco2.png") no-repeat 0 0/170%;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -87vw;
  height: 140vw;
  z-index: -1;
}

#sec5 .deco {
  margin: -15vw 0 -50vw 0%;
  width: 120%;
}

#sec5 .menu {
  margin-bottom: 10vw;
}

#sec5 .menu h2 {
  padding: 5vw 20% 3vw;
  position: relative;
  z-index: 1;
}

#sec5 .menu h2 .time {
  display: block;
  background: url("../img/shared/bg1.jpg") no-repeat;
  color: #fff;
  text-align: center;
  font-size: 3.5vw;
  line-height: 2;
  margin: 0 15% 10px;
  letter-spacing: 0.05em;
}

#sec5 .menu .price {
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid #7c4f24;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#sec5 .menu .price span {
  font-size: 18px;
}

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

  #sec5:before {
    background-size: auto;
    top: 690px;
    bottom: auto;
    height: 1214px;
    z-index: -1;
  }

  #sec5 .deco {
    margin: 0;
    position: absolute;
    top: -152px;
    right: auto;
    width: auto;
            left: calc(71% - (1626px / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec5 .deco {
    right: calc(50% - 750px);
  }
}

@media screen and (min-width: 768px) {
  #sec5 .group {
    justify-content: space-between;
    display: flex;
    padding: 360px 0 0;
    margin-right: -36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec5 .group {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  #sec5 .menu {
    margin-bottom: 0;
    width: 460px;
  }

  #sec5 .menu h2 {
    padding: 0 0 15px;
    text-align: center;
  }

  #sec5 .menu h2 .time {
    font-size: 22px;
    line-height: 36px;
    margin: 0 auto;
    width: 260px;
  }

  #sec5 .menu .photo {
    margin: 0px 0 30px -25px;
  }

  #sec5 .menu .photo.ext {
    margin: 124px 0 34px -22px;
  }

  #sec5 .menu .price {
    font-size: 30px;
    padding-bottom: 22px;
    margin-bottom: 29px;
  }

  #sec5 .menu .price span {
    font-size: 23px;
  }

  #sec5 .menu:nth-child(2) {
    order: -1;
  }
}

#sec6 {
  background: url("../img/menu/sec6_bg_.png") no-repeat right bottom/95%, url("../img/concept/bg5.jpg") repeat-x center bottom;
  position: relative;
  z-index: 3;
  padding: 10vw 0 5vw;
}

#sec6 h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#sec6 .photo {
  padding: 14vw 0 5vw;
  margin: 0 -16vw -15vw;
}

#sec6 .info h3 {
  padding: 0 10% 5vw;
}

#sec6 .info .price {
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid #7c4f24;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#sec6 .info .price span {
  font-size: 18px;
}

#sec6 .banner {
  margin: 0 -15vw;
}

#sec6 .banner li {
  width: 50%;
  position: relative;
}

#sec6 .banner li:nth-child(1):before {
  content: '';
  background: url("../img/drink/smoke.png") no-repeat 0 0/100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  mix-blend-mode: screen;
}

@media screen and (max-width: 768px) {
  #sec6 h2 {
    width: 140%;
    margin: -11vw -18vw -46vw;
  }
}

@media screen and (min-width: 768px) {
  #sec6 {
    background-size: auto;
    text-align: center;
    padding: 38px 20px 20px;
  }

  #sec6 .wrap {
    padding: 128px 0 00;
  }

  #sec6 h2 {
    text-align: center;
  }

  #sec6 .photo {
    padding: 0px 0;
    margin: 0px 0 -86px;
  }

  #sec6 .info h3 {
    padding: 0 0 12px;
    text-align: center;
  }

  #sec6 .info .price {
    font-size: 30px;
    padding-bottom: 17px;
    margin: 0 auto 16px;
    max-width: 650px;
  }

  #sec6 .info .price span {
    font-size: 23px;
  }

  #sec6 .banner {
    margin: 13px 0 0;
    justify-content: center;
  }

  #sec6 .banner li {
    width: auto;
  }
}

section {
  position: relative;
  z-index: 1;
  background: url("../img/menu/gr_bg.png") repeat-x center bottom/100%;
}

@media screen and (min-width: 768px) {
  section {
    background-size: auto;
  }
}