.ttl-all {
  font-size: 6.8vw;
  font-family: var(--mincho);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.85em;
}

#key-box .keyvisual .img img {
  object-position: -20vw center;

  @media only screen and (min-width: 768px) {
    object-position: center;
  }
}

@media only screen and (min-width: 768px) {
  .ttl-all {
    font-size: 48px;
  }
}

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

#sec1::before {
  content: "";
  position: absolute;
  top: -10vw;
  left: 0;
  right: 0;
  height: 80vw;
  background: #000;
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%);
  z-index: -1;
}

#sec1 .en-all {
  font-size: 8.5vw;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 3;
}

#sec1 .en-all .white {
  color: #fff;
}

#sec1 .row {
  position: relative;
}

#sec1 .row::before {
  content: "";
  position: absolute;
  background: url(../img/menu/sec1_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 878/789;
  width: 100vw;
  height: auto;
  top: -30vw;
  left: -20vw;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

#sec1 .row h2 {
  margin: 10vw auto -55vw;
  color: #fff;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 3;
  width: 37.9vw;
  height: 54.9vw;
  white-space: nowrap;
}

#sec1 .row h2 .txt-latin {
  letter-spacing: normal;
}

#sec1 .row .img {
  width: 100vw;
  margin: 0 -7.7% 6vw 0;
}

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

  #sec1::before {
    top: -106px;
    height: 810px;
    clip-path: polygon(0 0, 100% 411px, 100% 100%, 0% 100%);
  }

  #sec1 .en-all {
    position: absolute;
    top: 210px;
    left: -15px;
    font-size: 100px;
    text-align: left;
    width: 100px;
    height: 1086px;
  }

  #sec1 .row::before {
    width: 878px;
    top: -209px;
    left: -185px;
  }

  #sec1 .row h2 {
    font-size: 50px;
    margin: 0 auto 367px;
    width: 278px;
    height: 403px;
  }

  #sec1 .row .img {
    width: unset;
    margin: 0;
    position: absolute;
    right: calc(50% - 50vw);
    left: calc(50% - 310px);
    top: -64px;
    height: 820px;
  }

  #sec1 .row .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top right;
  }

  #sec1 .row .txt {
    text-align: center;
  }
}

#sec2 {
  color: #fff;
  background: #000;
  padding: 16vw 0 8vw;
}

#sec2 .bg {
  padding: 30vw 0 30vw;
  margin-top: 10vw;
  margin-bottom: 10vw;
  color: #000;
  position: relative;
  z-index: 1;
}

#sec2 .bg::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 94%);
  z-index: -1;
}

#sec2 h2 {
  text-align: center;
}

#sec2 h2 .red {
  color: #c9171f;
}

#sec2 h2 .big {
  font-size: 150%;
}

#sec2 .en-all {
  margin: -3.3vw 0 8vw;
  text-align: center;
  color: #909090;
  opacity: 0.2;
}

#sec2 .note {
  text-align: center;
}

#sec2 .info {
  margin-bottom: 6vw;
}

#sec2 .row-st1 {
  margin-bottom: 12vw;
}

#sec2 .row-st1:last-child {
  margin-bottom: 0;
}

#sec2 .row-st1 .img {
  margin: 0 -7.7% 6vw;
}

#sec2 .row-st1 .desc .dish {
  margin-bottom: 6vw;
}

#sec2 .row-st1 .desc .dish dl {
  display: flex;
  justify-content: space-between;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 6.8vw;
  line-height: 1.8em;
}

#sec2 .row-st1 .desc .dish dl dt {
  letter-spacing: 0.1em;
}

#sec2 .row-st1 .desc .dish dl dd {
  font-size: 4.8vw;
  letter-spacing: 0.15em;
}

#sec2 .row-st1 .desc .dish dl dd .unit {
  font-size: 78.5714285714%;
}

#sec2 .row-st1 .desc .dish-child dl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 4.4vw;
  line-height: 1.8em;
}

#sec2 .row-st1 .desc .dish-child dl dt {
  letter-spacing: 0.1em;
}

#sec2 .row-st1 .desc .dish-child dl dd {
  font-size: 4.2vw;
  letter-spacing: 0.15em;
}

#sec2 .row-st1 .desc .dish-child dl dd .unit {
  font-size: 75%;
}

#sec2 .row-st2 .img {
  margin-bottom: 6vw;
}

#sec2 .row-st2 .desc dl {
  margin-bottom: 6vw;
}

#sec2 .row-st2 .desc dl:last-child {
  margin-bottom: 0;
}

#sec2 .row-st2 .desc dl dt {
  font-size: 5.6vw;
  font-family: var(--mincho);
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.8em;
  margin-bottom: 1.5vw;
}

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

  #sec2 .bg {
    padding: 0;
    margin-top: 178px;
    margin-bottom: 177px;
    --clp: 327px;
  }

  #sec2 .bg::after {
    height: 1413px;
    top: -247px;
    bottom: unset;
    clip-path: polygon(0 var(--clp), 100% 0, 100% 100%, 0 calc(100% - var(--clp)));
  }

  #sec2 h2 {
    letter-spacing: 0.2em;
  }

  #sec2 .en-all {
    margin: -34px 0 33px;
  }

  #sec2 .info {
    margin-bottom: 26px;
  }

  #sec2 .row-st1 {
    height: 540px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }

  #sec2 .row-st1.reverse .img {
    right: calc(50% - 50vw);
    left: calc(50% - 150px);
  }

  #sec2 .row-st1.reverse .desc {
    width: 414px;
    margin-right: auto;
    margin-left: -105px;
  }

  #sec2 .row-st1 .img {
    margin: 0;
    height: 540px;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 150px);
  }

  #sec2 .row-st1 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  #sec2 .row-st1 .desc {
    width: 424px;
    margin-left: auto;
    margin-right: -128px;
  }

  #sec2 .row-st1 .desc .dish {
    margin-bottom: 49px;
  }

  #sec2 .row-st1 .desc .dish dl {
    font-size: 48px;
  }

  #sec2 .row-st1 .desc .dish dl.spec {
    flex-direction: column;
  }

  #sec2 .row-st1 .desc .dish dl.spec dd {
    text-align: right;
    line-height: 2.4em;
  }

  #sec2 .row-st1 .desc .dish dl dd {
    font-size: 28px;
  }

  #sec2 .row-st1 .desc .dish-child dl {
    font-size: 26px;
    line-height: 1.8em;
  }

  #sec2 .row-st1 .desc .dish-child dl dd {
    font-size: 24px;
  }

  #sec2 .row-st2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 -122px 0 -26px;
    position: relative;
    z-index: 2;
  }

  #sec2 .row-st2.reverse {
    flex-direction: row;
    margin: 0 -40px 0 -124px;
  }

  #sec2 .row-st2.reverse .desc {
    width: 470px;
  }

  #sec2 .row-st2.reverse .desc dl dt {
    text-align: right;
  }

  #sec2 .row-st2 .img {
    margin-bottom: 0;
    height: 380px;
  }

  #sec2 .row-st2 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  #sec2 .row-st2 .desc {
    width: 445px;
    flex-shrink: 0;
  }

  #sec2 .row-st2 .desc dl {
    width: 100%;
    margin-bottom: 68px;
  }

  #sec2 .row-st2 .desc dl:last-child {
    margin-bottom: 0;
  }

  #sec2 .row-st2 .desc dl dt {
    font-size: 34px;
    margin-bottom: 0;
  }

  #sec2 .row1 {
    margin-bottom: 57px;
  }

  #sec2 .row1 .desc {
    padding-top: 119px;
  }

  #sec2 .row2 .img {
    position: relative;
  }

  #sec2 .row2 .img::before,
  #sec2 .row2 .img::after {
    content: "";
    position: absolute;
    background: url(../img/menu/sec2_line1.png) no-repeat;
    background-size: contain;
    width: 716px;
    height: 152px;
    top: 58px;
    right: 430px;
    z-index: 1;
  }

  #sec2 .row2 .img::after {
    background-image: url(../img/menu/sec2_line2.png);
    width: 973px;
    height: 59px;
    bottom: 76px;
    right: 174px;
    top: unset;
  }

  #sec2 .row3 {
    margin-bottom: 33px;
  }

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

  #sec2 .row3 .desc .dish {
    margin-bottom: 40px;
  }

  #sec2 .row4 .img {
    position: relative;
  }

  #sec2 .row4 .img::before,
  #sec2 .row4 .img::after {
    content: "";
    position: absolute;
    background: url(../img/menu/sec2_line3.png) no-repeat;
    background-size: contain;
    width: 970px;
    height: 152px;
    top: 60px;
    left: 188px;
    z-index: 1;
  }

  #sec2 .row4 .img::after {
    background-image: url(../img/menu/sec2_line4.png);
    width: 741px;
    height: 59px;
    bottom: 88px;
    left: 417px;
    top: unset;
  }

  #sec2 .row4 .desc {
    padding-top: 4px;
  }

  #sec2 .row4 .desc dl {
    margin-bottom: 50px;
  }

  #sec2 .row5 {
    margin-bottom: 43px;
  }

  #sec2 .row5 .desc {
    padding-top: 59px;
  }

  #sec2 .row5 .desc .dish {
    margin-bottom: 54px;
  }

  #sec2 .row6 .img {
    position: relative;
  }

  #sec2 .row6 .img::before,
  #sec2 .row6 .img::after {
    content: "";
    position: absolute;
    background: url(../img/menu/sec2_line5.png) no-repeat;
    background-size: contain;
    width: 772px;
    height: 178px;
    top: 55px;
    right: 374px;
    z-index: 1;
  }

  #sec2 .row6 .img::after {
    background-image: url(../img/menu/sec2_line6.png);
    width: 871px;
    height: 59px;
    bottom: 63px;
    right: 276px;
    top: unset;
  }

  #sec2 .row6 .desc dl {
    margin-bottom: 22px;
  }
}

#sec3 {
  padding: 8vw 0 16vw;
  position: relative;
}

#sec3::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  background: #000;
  height: 20vw;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: -1;
}

#sec3 .row1 {
  margin-bottom: 12vw;
}

#sec3 .row1 .img {
  margin: 0 -7.7% 6vw;
}

#sec3 .row1 .desc .dish {
  margin-bottom: 6vw;
}

#sec3 .row1 .desc .dish dl {
  display: flex;
  justify-content: space-between;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 6.8vw;
  line-height: 1.8em;
}

#sec3 .row1 .desc .dish dl dt {
  letter-spacing: 0.1em;
}

#sec3 .row1 .desc .dish dl dd {
  font-size: 4.8vw;
  letter-spacing: 0.15em;
}

#sec3 .row1 .desc .dish dl dd .unit {
  font-size: 78.5714285714%;
}

#sec3 .row1 .desc .dish-child dl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 4.4vw;
  line-height: 1.8em;
}

#sec3 .row1 .desc .dish-child dl dt {
  letter-spacing: 0.1em;
}

#sec3 .row1 .desc .dish-child dl dd {
  font-size: 4.2vw;
  letter-spacing: 0.15em;
}

#sec3 .row1 .desc .dish-child dl dd .unit {
  font-size: 75%;
}

#sec3 .row2 .img {
  margin-bottom: 8vw;
}

#sec3 .row2 .desc .box {
  margin-bottom: 6vw;
  border: 1px solid #000;
  padding: 8vw 5%;
}

#sec3 .row2 .desc .box h2 {
  font-size: 5.6vw;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 6vw;
}

#sec3 .row2 .desc .box .dish dl {
  display: flex;
  justify-content: space-between;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 4.4vw;
  line-height: 1.9em;
}

#sec3 .row2 .desc .box .dish dl dt {
  letter-spacing: 0.15em;
}

#sec3 .row2 .desc .box .dish dl dd {
  font-size: 4.2vw;
  letter-spacing: 0.15em;
  width: 30.4vw;
}

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

  #sec3::before {
    height: 324px;
  }

  #sec3 .row1 {
    height: 540px;
    position: relative;
    margin-bottom: 35px;
  }

  #sec3 .row1 .img {
    margin: 0;
    height: 540px;
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 150px);
  }

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

  #sec3 .row1 .desc {
    width: 414px;
    margin-right: auto;
    margin-left: -105px;
    padding-top: 174px;
  }

  #sec3 .row1 .desc .dish {
    margin-bottom: 60px;
  }

  #sec3 .row1 .desc .dish dl {
    font-size: 48px;
  }

  #sec3 .row1 .desc .dish dl.spec {
    flex-direction: column;
  }

  #sec3 .row1 .desc .dish dl.spec dd {
    text-align: right;
    line-height: 2.4em;
  }

  #sec3 .row1 .desc .dish dl dt {
    letter-spacing: 0.15em;
  }

  #sec3 .row1 .desc .dish dl dd {
    font-size: 28px;
    letter-spacing: 0.15em;
  }

  #sec3 .row1 .desc .dish-child dl {
    font-size: 26px;
    line-height: 1.8em;
  }

  #sec3 .row1 .desc .dish-child dl dd {
    font-size: 24px;
  }

  #sec3 .row2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 -110px 0 -145px;
  }

  #sec3 .row2 .img {
    margin-bottom: 0;
    margin-top: 81px;
    height: 380px;
    position: relative;
  }

  #sec3 .row2 .img::before {
    content: "";
    position: absolute;
    background: url(../img/menu/sec3_line.png) no-repeat;
    background-size: contain;
    aspect-ratio: 859/152;
    width: 859px;
    height: auto;
    top: -82px;
    right: 396px;
    z-index: 1;
  }

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

  #sec3 .row2 .desc {
    width: 590px;
  }

  #sec3 .row2 .desc .box {
    margin-bottom: 28px;
    padding: 12px 41px 49px 30px;
    box-sizing: border-box;
    width: 560px;
  }

  #sec3 .row2 .desc .box h2 {
    font-size: 34px;
    margin-bottom: 16px;
  }

  #sec3 .row2 .desc .box .dish dl {
    font-size: 26px;
  }

  #sec3 .row2 .desc .box .dish dl dd {
    width: 174px;
    font-size: 24px;
  }

  #sec3 .row2 .desc .txt {
    padding-left: 30px;
    box-sizing: border-box;
  }
}

#sec4 {
  padding: 0 0 16vw;
}

#sec4 .en-all {
  text-align: center;
}

#sec4 .en-all::first-letter {
  color: #c9171f;
}

#sec4 h2 {
  font-size: 5vw;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 4vw;
}

#sec4 .wrap-slider {
  margin-bottom: 10vw;
  position: relative;
}

#sec4 .slider .img {
  margin-bottom: 6vw;
}

#sec4 .slider .desc dl {
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 6.4vw;
  line-height: 1.4em;
}

#sec4 .slider .desc dl dt {
  letter-spacing: 0.15em;
}

#sec4 .slider .desc dl dd {
  font-size: 4.8vw;
  letter-spacing: 0.15em;
}

#sec4 .slider .desc dl dd .unit {
  font-size: 78.5714285714%;
}

#sec4 .slider .desc .note {
  font-family: var(--mincho);
  font-weight: 600;
  letter-spacing: 0.15em;
}

#sec4 .row .desc {
  margin-bottom: 8vw;
}

#sec4 .row .desc h3 {
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 4vw;
}

#sec4 .row .desc h3 .red {
  color: #c9171f;
}

#sec4 .row .img .sub {
  font-size: 3.9vw;
  font-family: var(--mincho);
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 2vw;
}

#sec4 .row .img .sub span {
  position: relative;
  display: inline-block;
  padding: 0 15%;
}

#sec4 .row .img .sub span::before,
#sec4 .row .img .sub span::after {
  content: "";
  position: absolute;
  width: 10vw;
  height: 1px;
  background: #000;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#sec4 .row .img .sub span::before {
  left: 0;
  transform: rotate(55deg);
}

#sec4 .row .img .sub span::after {
  right: 0;
  transform: rotate(-55deg);
}

#sec4 .row .img .icon {
  width: 20vw;
  margin: 0 auto 2vw;
}

#sec4 .row .img .btn-ins a {
  display: inline-block;
}

#sec4 .row .img .btn-ins a img {
  object-fit: contain;
  width: 100%;
}

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

  #sec4 .en-all {
    margin-bottom: -19px;
  }

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

  #sec4 .wrap-slider {
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -73px;
  }

  #sec4 .slider {
    height: 480px;
  }

  #sec4 .slider .group {
    display: flex;
    align-items: center;
  }

  #sec4 .slider .img {
    margin-right: 67px;
    margin-bottom: 0;
    height: 480px;
    width: 680px;
    flex-shrink: 0;
  }

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

  #sec4 .slider .desc {
    width: 360px;
    flex-shrink: 0;
    padding-bottom: 27px;
  }

  #sec4 .slider .desc dl {
    font-size: 44px;
    line-height: 1.8em;
  }

  #sec4 .slider .desc dl dd {
    font-size: 28px;
    line-height: 1.7em;
  }

  #sec4 .slider .desc dl dd .unit {
    font-size: 78.5714285714%;
  }

  #sec4 .slider .desc .note {
    font-size: 18px;
  }

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

  #sec4 .row .desc {
    margin-bottom: 0;
    margin-top: 45px;
    flex-shrink: 0;
  }

  #sec4 .row .desc h3 {
    margin-bottom: 18px;
  }

  #sec4 .row .desc .txt {
    width: 432px;
    margin-left: 30px;
  }

  #sec4 .row .img {
    margin-right: 37px;
  }

  #sec4 .row .img .sub {
    font-size: 18px;
    margin-bottom: 3px;
  }

  #sec4 .row .img .sub span {
    padding: 0 46px;
  }

  #sec4 .row .img .sub span::before,
  #sec4 .row .img .sub span::after {
    width: 45px;
  }

  #sec4 .row .img .icon {
    width: 150px;
    margin: 0 auto 7px;
  }

  #sec4 .row .img .btn-ins a {
    width: 400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  #sec4 .wrap-slider {
    margin-left: 0;
    margin-right: 0;
  }

  #sec4 .slider {
    height: 410px;
  }

  #sec4 .slider .img {
    height: 410px;
    width: 580px;
  }

  .ls-arrow .next-arrow,
  .ls-arrow .prev-arrow {
    width: 30px;
  }

  .ls-arrow .next-arrow {
    left: calc(50% + 570px);
  }

  .ls-arrow .prev-arrow {
    right: calc(50% + 570px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ls-arrow .next-arrow {
    left: calc(50% + 535px);
  }

  .ls-arrow .prev-arrow {
    right: calc(50% + 535px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec2 .row-st1.reverse .img {
    left: calc(50% - 70px);
  }

  #sec2 .row-st1.reverse .desc {
    margin-left: -30px;
  }

  #sec2 .row-st1 .img {
    right: calc(50% - 70px);
  }

  #sec2 .row-st1 .desc {
    margin-right: -30px;
  }

  #sec2 .row-st2 {
    margin-left: -20px;
  }

  #sec2 .row-st2.reverse {
    margin-right: -20px;
  }

  #sec3 .row1 .img {
    left: calc(50% - 80px);
  }

  #sec3 .row1 .desc {
    margin-left: -25px;
  }

  #sec3 .row2 {
    margin: 0 -150px 0 -43px;
  }

  #sec3 .row2 .img::before {
    width: 796px;
  }
}