main {
  overflow: visible;
}

.ovh {
  overflow: hidden;
}

/*--------------------------------------
    head-key
--------------------------------------*/
#head-key .key-ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35.6vw;
}
#head-key .key-ttl span {
  display: table;
  margin-top: 11vw;
  position: relative;
}
#head-key .key-ttl span:before {
  content: '';
  position: absolute;
  top: calc(100% + 4vw);
  left: 50%;
  width: 1px;
  height: 23vw;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #head-key .key-img:before {
    height: 62vw;
  }
}
@media screen and (min-width: 768px) {
  #head-key .key-ttl {
    top: 353px;
    line-height: 68px;
    left: calc(50% - 426px);
    transform: none;
  }
  #head-key .key-ttl span {
    margin-top: 0;
    margin-left: 40px;
  }
  #head-key .key-ttl span:before {
    top: 54%;
    left: calc(100% + 17px);
    width: 128px;
    height: 1px;
  }
}

/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  margin-top: -42vw;
  position: relative;
  z-index: 2;
  padding-bottom: 16vw;
  overflow: hidden;
}
#sec1 .infiniteslide_wrap {
  margin-right: -5%;
}
#sec1 .infiniteslide_wrap li {
  width: 270px;
  margin: 0 10px;
}
#sec1 h2 {
  margin: 10vw auto;
  white-space: nowrap;
  width: 12vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    margin-top: -306px;
    padding-bottom: 140px;
  }
  #sec1 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: end;
    margin-left: 213px;
    margin-right: -151px;
    gap: 19px;
  }
  #sec1 h2 {
    position: absolute;
    top: 22px;
    margin: 0;
    left: -1px;
    line-height: 1;
    width: 31px;
    height: 524px;
  }
  #sec1 .txt {
    margin: 64px 0 0 209px;
    width: 660px;
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
  position: relative;
  padding-bottom: 18vw;
}
#sec2 .js-line {
  position: absolute;
  top: 110vw;
  bottom: 0;
  left: 3%;
}
#sec2 .note {
  text-align: center;
}
#sec2 .row1 {
  margin: 3vw 0 8vw;
}
#sec2 .row1 .photo {
  height: 100vw;
  margin: 0 -5%;
}
#sec2 .row1 .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec2 .row1 .content {
  text-align: center;
  color: #fff;
  padding: 8vw 4% 0 7%;
}
#sec2 .row1 .content .c-box {
  margin-top: 6vw;
}
#sec2 .row1 .content .c-box ul {
  margin-left: 8%;
}
#sec2 .row2 {
  margin-left: 3%;
  gap: 8vw;
}
#sec2 .row2 .photos p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec2 .row2 .photos p:nth-child(1) {
  width: 48.4375%;
  margin-left: auto;
}
#sec2 .row2 .photos p:nth-child(2) {
  width: 39.45312%;
  margin: -25.8% 0 0;
}
#sec2 .row2 .photos p:nth-child(3) {
  width: 53.125%;
  margin: 11.5% 18.6% 0 auto;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding-bottom: 149px;
    z-index: 1;
  }
  #sec2::before {
    content: '';
    position: absolute;
    top: 604px;
    left: 0;
    width: calc(50% - 552px);
    bottom: -284px;
    background: var(--bg1);
  }
  #sec2 .note {
    margin-left: -12px;
  }
  #sec2 .wrap {
    max-width: 1200px;
  }
  #sec2 .js-line {
    top: 604px;
    left: calc(50% - 552px);
  }
  #sec2 .row1 {
    margin: 17px 0 120px;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
  }
  #sec2 .row1 .photo {
    height: auto;
    margin: 0 0 0 calc(50% - 50vw);
    width: calc(50vw + 91px);
  }
  #sec2 .row1 .photo img {
    min-height: 550px;
  }
  #sec2 .row1 .content {
    box-sizing: border-box;
    padding: 0px 0 33px;
    width: 410px;
    min-width: 410px;
  }
  #sec2 .row1 .content h2 {
    line-height: 50px;
    margin-left: -8px;
    letter-spacing: 0.31em;
  }
  #sec2 .row1 .content .price {
    margin: 9px 0 0 -9px;
  }
  #sec2 .row1 .content .c-box {
    margin-top: 33px;
    padding-bottom: 21px;
  }
  #sec2 .row1 .content .c-box h3 {
    margin-bottom: 12px;
  }
  #sec2 .row1 .content .c-box h3:before {
    left: calc(100% + 7px);
  }
  #sec2 .row1 .content .c-box h3:after {
    right: calc(100% + 7px);
  }
  #sec2 .row1 .content .c-box .lh28 {
    line-height: 28px;
    margin: 6px 0 4px;
  }
  #sec2 .row1 .content .c-box .lh28 small {
    font-size: 15px;
  }
  #sec2 .row1 .content .c-box ul {
    margin-left: 43px;
  }
  #sec2 .row2 {
    width: 100%;
    max-width: 818px;
    margin: 0 auto;
    gap: 30px;
    justify-content: space-between;
  }
  #sec2 .row2 .photos {
    width: 768px;
    margin: -71px -192px 0 0;
  }
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 {
  padding-bottom: 16vw;
}
#sec3 .row {
  gap: 8vw;
}
#sec3 .row .photo {
  margin-left: -5%;
}
#sec3 .row .content .ttl {
  color: #fff;
  font-size: 4.2vw;
  line-height: 1.5;
  color: #fff;
}
#sec3 .row .content h2 {
  --gap: 0.3vw;
  margin: 2vw 0 5vw;
}
#sec3 .row .content .txt {
  margin-top: 7vw;
}
#sec3 .banner {
  margin-top: 12vw;
  color: #fff;
}
#sec3 .banner .bg {
  height: 58vw;
  margin-bottom: 5vw;
}
#sec3 .banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
#sec3 .banner .txt {
  margin: 6vw 0;
}
@media screen and (min-width: 768px) {
  #sec3 {
    position: relative;
    z-index: 2;
    padding-bottom: 175px;
  }
  #sec3 .wrap {
    max-width: 1148px;
  }
  #sec3 .row {
    gap: 30px;
    justify-content: space-between;
  }
  #sec3 .row .photo {
    margin: 0 0 0 -126px;
  }
  #sec3 .row .content {
    width: 454px;
    padding-top: 84px;
    min-width: 454px;
  }
  #sec3 .row .content h2 {
    margin: 0px 0 22px 2px;
    line-height: 66px;
  }
  #sec3 .row .content .ttl {
    font-size: 20px;
    letter-spacing: 0.3em;
  }
  #sec3 .row .content .price {
    margin-left: 4px;
  }
  #sec3 .row .content .txt {
    margin-top: 78px;
    text-align: justify;
    margin-left: 4px;
  }
  #sec3 .banner {
    margin: 144px auto 0;
    width: 100%;
    max-width: 1000px;
    position: relative;
    padding: 39px 72px 47px;
    box-sizing: border-box;
  }
  #sec3 .banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    height: 100%;
    z-index: -1;
  }
  #sec3 .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec3 .banner .content {
    width: 270px;
  }
  #sec3 .banner .content h3 {
    line-height: 48px;
  }
  #sec3 .banner .content .txt {
    margin: 30px 0 28px 3px;
    line-height: 34px;
  }
  #sec3 .banner .content .btn-arr {
    margin: 0 7px 0 -72px;
    width: auto;
  }
  #sec3 .banner .content .btn-arr a {
    font-size: 17px;
    padding-left: 37px;
    letter-spacing: 0.22em;
    padding-bottom: 5px;
  }
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 {
  background: var(--bg1);
  padding: 16vw 0;
}
#sec4 .sl-fade {
  line-height: 1;
}
#sec4 .sl-fade .slick-dots {
  text-align: left;
  position: static;
}
#sec4 .row {
  gap: 8vw;
}
#sec4 .row h2 {
  text-align: center;
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 96px 0 88px;
  }
  #sec4 .row {
    max-width: 1200px;
    gap: 30px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  #sec4 .row .sl-fade {
    margin-right: -50px;
    width: 60.6%;
    max-width: calc(100% - 410px);
  }
  #sec4 .row .sl-fade .slick-dots {
    margin-left: 8px;
    margin-top: 1px;
  }
  #sec4 .row .content {
    width: 430px;
    padding-top: 27px;
    min-width: 430px;
  }
  #sec4 .row .content h2 {
    line-height: 60px;
    margin-left: -4px;
    margin-bottom: 58px;
  }
  #sec4 .row .content .txt {
    margin-left: 2px;
  }
}

@media (max-width: 1240px) and (min-width: 768px) {
  #sec4 .row .sl-fade {
    margin-right: 0;
    max-width: calc(100% - 460px);
  }
}

/*--------------------------------------
    sec5
--------------------------------------*/

#sec5 {
  padding: 16vw 0;
  position: relative;
  z-index: 1;
}
#sec5 .bg {
  height: calc(100vh - 55px);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: -1;
  width: 60%;
  margin: 0 auto;
  background: #000;
  overflow: hidden;
}
#sec5 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec5 .main {
  padding: 16vw 0;
  margin-top: 100vh;
  height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
}
#sec5 .main h2 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 59px 0 123px;
  }
  #sec5 .bg {
    height: 100vh;
    width: calc(100% - 50px);
  }
  #sec5 .main {
    padding: 0;
  }
  #sec5 .main h2 {
    line-height: 64px;
    margin-left: 11px;
    margin-bottom: 59px;
  }
  #sec5 .main .txt {
    text-align: center;
    margin-left: 2px;
  }
}

#shopinfo {
  padding-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  #shopinfo {
    padding-bottom: 78px;
  }
}
/*# sourceMappingURL=lunch.css.map */
