@media screen and (min-width: 768px) {
  #head-key .key-ttl {
    padding-left: 114px;
  }
}
/*=============================================
******************* lead  *********************
*=============================================*/
#lead {
  padding: 14vw 0;
}
#lead .row1 {
  gap: 6vw;
  margin: 8vw 0 10vw;
}
#lead .row1 h2 {
  margin-bottom: 5vw;
}
#lead .row1 .photo {
  width: 70%;
  margin: 0 auto;
}
#lead .row2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
#lead .row2 p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lead .row2 p:nth-child(1) {
  margin: 8% 0 0 7.3%;
  width: 32.5%;
}
#lead .row2 p:nth-child(2) {
  width: 51.2%;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 189px 0 161px;
  }
  #lead .wrap {
    max-width: 1200px;
  }
  #lead .ttl-icon span {
    margin-top: 22px;
  }
  #lead .ttl-icon span:before {
    top: calc(100% + 23px);
    height: 196px;
  }
  #lead .row1 {
    gap: 30px;
    justify-content: space-between;
    align-items: end;
    margin: 0 0 144px;
  }
  #lead .row1 .photo {
    margin: 0 0 0 83px;
    width: auto;
  }
  #lead .row1 .content {
    width: 438px;
    margin-bottom: 17px;
  }
  #lead .row1 .content h2 {
    letter-spacing: 0.2em;
    margin-bottom: 68px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #lead .row1 .photo {
    margin-left: 53px;
  }
}

/*=============================================
******************* reco  **********************
*=============================================*/
#reco .note {
  text-align: center;
  margin-top: 6vw;
  font-size: 12px;
  margin-bottom: 12vw;
}
#reco .common-js .row {
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
}
#reco .common-js .txt span {
  display: block;
  margin-top: 40px;
  font-size: 12px;
  letter-spacing: 0.4em;
}
@media screen and (min-width: 768px) {
  #reco h2 {
    margin: 0 0 10px 8px;
  }
  #reco .note {
    font-size: 14px;
    margin: 40px 0 74px 11px;
  }
  #reco .common-js .content {
    padding-bottom: 28px;
  }
  #reco .common-js .row {
    width: 83%;
  }
  #reco .common-js .row h3 {
    letter-spacing: 0.2em;
  }
  #reco .common-js .row h3 small {
    font-size: 24px;
    letter-spacing: 0.14em;
  }
  #reco .common-js .row .price {
    line-height: 80px;
    font-size: 20px;
    letter-spacing: 0.16em;
  }
  #reco .common-js .row .price span {
    margin-right: 4px;
  }
  #reco .common-js .txt {
    margin-top: 39px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #reco .common-js .row {
    width: 100%;
  }
}

/*=============================================
******************* nigiri  ********************
*=============================================*/
#nigiri {
  padding: 14vw 0;
}
#nigiri .txt {
  margin: 6vw 0 13vw;
}
#nigiri .row {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2vw;
  margin-bottom: 10vw;
}
#nigiri .row div {
  width: calc(49% - 1vw);
}
#nigiri .row div a {
  display: block;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #nigiri {
    padding: 124px 0 189px;
  }
  #nigiri .wrap {
    max-width: 1044px;
  }
  #nigiri h2 {
    margin: 0 0 10px 8px;
  }
  #nigiri .txt {
    text-align: center;
    margin: 45px 0 127px 4px;
  }
  #nigiri .row {
    gap: 18px;
    margin-bottom: 116px;
  }
  #nigiri .row div {
    width: calc((100% / 3) - 12px);
    height: 336px;
    margin-bottom: 3px;
  }
  #nigiri .row div a {
    position: relative;
  }
  #nigiri .row div a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease;
  }
  #nigiri .row div a:hover:before {
    opacity: 1;
  }
  #nigiri .row div img {
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    object-fit: cover;
  }
  #nigiri .btn-cus {
    margin: 0 auto;
  }
}

/*=============================================
******************* sake  **********************
*=============================================*/
#sake .inner {
  background: url('../img/menu/sake_bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 0 4%;
}
#sake .inner.active .content {
  opacity: 1;
}
#sake .inner .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
}
#sake .inner .content {
  height: calc(100vh - 17.3vw);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#sake .inner .sub-ttl {
  color: #d4cfae;
}
#sake .inner .txt {
  margin: 8vw 0;
}
#sake .inner .btn-cus a {
  border-color: #fff;
}
#sake .inner .btn-cus a::before {
  filter: invert(1);
}
#sake .inner .btn-cus a:after {
  background: #fff;
}
#sake .inner .btn-cus a:hover {
  color: #000;
}
#sake .inner .btn-cus a:hover::before {
  filter: none;
}
@media screen and (min-width: 768px) {
  #sake .inner .content {
    height: 100vh;
    align-items: center;
    box-sizing: border-box;
    padding-top: 20px;
  }
  #sake .inner .content h2 {
    letter-spacing: 0.25em;
    margin: 0 0 9px 8px;
  }
  #sake .inner .content .txt {
    text-align: center;
    margin: 45px 0 75px 3px;
  }
}

/*=============================================
******************* takeout  ******************
*=============================================*/
#takeout {
  padding: 14vw 0;
}
#takeout .row {
  gap: 10vw;
}
#takeout .takeout-js {
  line-height: 1;
}
#takeout .takeout-js .slick-dots {
  position: static;
  margin-top: 10px;
}
#takeout .content h2 {
  text-align: center;
  margin-bottom: 2vw;
}
#takeout .content .txt {
  margin: 6vw 0;
}
@media screen and (min-width: 768px) {
  #takeout {
    padding: 129px 0 107px;
  }
  #takeout .row {
    justify-content: space-between;
    gap: 30px;
    max-width: 1198px;
    align-items: center;
  }
  #takeout .takeout-js {
    max-width: calc(100% - 470px);
    width: 637px;
  }
  #takeout .takeout-js .slick-dots {
    margin-top: 27px;
    margin-left: -10px;
  }
  #takeout .content {
    padding-top: 0;
    padding-bottom: 34px;
  }
  #takeout .content h2 {
    letter-spacing: 0.22em;
    margin: 0 0 11px 4px;
  }
  #takeout .content .txt {
    margin: 41px -3px 67px 11px;
  }
}

/*# sourceMappingURL=menu.css.map */
