body.foods {
  main {
    section.mv {
      .slide1 {
        background-image: url('../../../image/foods/mv/1@2x.jpg');
        @media only screen and (max-width: 767px) {
          background-image: url('../../../image/foods/mv/1-sp@2x.jpg');
        }
      }
    }
    .intro {
      margin-bottom: 60px;
      @media only screen and (max-width: 767px) {
        margin-bottom: 28px;
      }
      a {
        opacity: 0.6;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 44px auto;
        transition: opacity 0.4s;
        @media only screen and (max-width: 767px) {
          font-size: 1.3rem;
          margin: 22px auto;
        }
        &:hover {
          opacity: 1;
        }
        > img {
          align-self: center;
          margin-left: 5px;
          margin-top: -4px;
          @media only screen and (max-width: 767px) {
            margin-top: -2px;
          }
        }
      }
    }
    .pasta {
      img {
        width: 100%;
        height: auto;
      }
      p {
        margin-top: 50px;
        margin-bottom: 40px;
        text-align: center;
        @media only screen and (max-width: 767px) {
          margin-top: 29px;
          margin-bottom: 0;
        }
      }
    }
    .menus {
      margin-top: 50px;
      padding-bottom: 22px;
      @media only screen and (max-width: 767px) {
        margin-top: 32px;
        padding-bottom: 0;
      }
      .menu {
        --bg-color: #DFDCD4;
        padding: 45px 43px;
        background-color: var(--bg-color);
        display: flex;
        flex-direction: column;
        text-align: center;
        @media only screen and (max-width: 767px) {
          padding: 31px 30px;
        }
        h3 {
          font-size: 1.8rem;
          letter-spacing: 0.01em;
        }
        .time {
          font-size: 1.3rem;
          margin-bottom: 39px;
          opacity: 0.75;
        }
        .items {
          display: flex;
          justify-content: center;
          @media only screen and (max-width: 767px) {
            flex-direction: column;
          }
          .item {
            width: 340px;
            text-align: left;
            @media only screen and (max-width: 767px) {
              width: auto;
            }
            &:nth-of-type(2n) {
              margin-left: var(--gap);
              @media only screen and (max-width: 767px) {
                margin-top: 27px;
                margin-left: 0;
              }
            }
            header {
              background-image: url(../../../image/foods/dot-line@2x.png);
              background-size: 3px 1px;
              background-repeat: repeat-x;
              background-position: center;
              display: flex;
              align-items: center;
              justify-content: space-between;
              > * {
                background-color: var(--bg-color);
              }
              .title {
                padding-right: 9px;
              }
              .price {
                padding-left: 9px;
              }
            }
            .description {
              margin-top: 11px;
              font-size: 1.3rem;
              line-height: 2;
              letter-spacing: 0.025em;
              color: var(--black75);
            }
          }
        }
      }
      .menu + .menu {
        margin-top: 50px;
        @media only screen and (max-width: 767px) {
          margin-top: 35px;
        }
      }
      .notice {
        margin-top: 47px;
        text-align: center;
        font-size: 1.2rem;
        @media only screen and (max-width: 767px) {
          margin-top: 23px;
        }
      }
    }
  }
}
