body.cakes {
  main {
    section.mv {
      .slide1 {
        background-image: url('../../../image/cakes/mv/1@2x.jpg');
        @media only screen and (max-width: 767px) {
          background-image: url('../../../image/cakes/mv/1-sp@2x.jpg');
        }
      }
      .slide2 {
        background-image: url('../../../image/cakes/mv/2@2x.jpg');
        @media only screen and (max-width: 767px) {
          background-image: url('../../../image/cakes/mv/2-sp@2x.jpg');
        }
      }
      .slide3 {
        background-image: url('../../../image/cakes/mv/3@2x.jpg');
        @media only screen and (max-width: 767px) {
          background-image: url('../../../image/cakes/mv/3-sp@2x.jpg');
        }
      }
      .slide4 {
        background-image: url('../../../image/cakes/mv/4@2x.jpg');
        @media only screen and (max-width: 767px) {
          background-image: url('../../../image/cakes/mv/4-sp@2x.jpg');
        }
      }
    }
    .intro {
      margin-bottom: 69px;
      @media only screen and (max-width: 767px) {
        margin-bottom: 40px;
      }
    }
    p {
      text-align: center;
      @media only screen and (max-width: 767px) {
        text-align: left;
      }
    }
    p.notice {
      font-size: 1.2rem;
      @media only screen and (max-width: 767px) {
        font-size: 1.1rem;
      }
    }
    .button {
      font-family: var(--font-palatino-l);
      font-weight: normal;
      letter-spacing: 0.08em;
      border: 1px solid #5D5D5D;
      height: 92px;
      width: 100%;
      margin: 50px auto;
      max-width: 590px;
      display: flex;
      justify-content: space-between;
      padding: 45px 50px 45px 45px;
      align-items: center;
      opacity: 0.75;
      position: relative;
      font-size: 1.8rem;
      letter-spacing: 0.025em;
      transition: opacity 0.4s;
      &:hover {
        opacity: 1;
      }
      &.disabled {
        opacity: 0.2;
        pointer-events: none;
      }
      @media only screen and (max-width: 767px) {
        margin: 34px auto;
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        padding: 24px;
        height: 64px;
      }
      img {
        align-self: center;
      }
      span {
        position: relative;
        top: 2px;
      }
    }
    .kv {
      position: relative;
      @media only screen and (max-width: 767px) {
        width: 100%;
      }
      img {
        width: 100%;
        height: auto;
      }
      .title {
        position: absolute;
        top: 0;
        color: white;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-left: 57px;
        @media only screen and (max-width: 767px) {
          padding-left: var(--outer-margin);
          justify-content: flex-end;
          padding-bottom: 17px;
        }
        h2 {
          .ja {
            font-family: var(--font-matis-db);
            font-weight: normal;
            display: block;
            font-size: 2rem;
            letter-spacing: 0.06em;
            @media only screen and (max-width: 767px) {
              font-size: 1.6rem;
            }
          }
          .en {
            font-family: var(--font-palatino-m);
            font-weight: normal;
            display: block;
            font-size: 1.2rem;
            letter-spacing: 0.06em;
            @media only screen and (max-width: 767px) {
              font-size: 1rem;
            }
          }
        }
      }
    }
    h3 {
      font-size: 1.5rem;
      text-align: center;
      padding-top: 51px;
      padding-bottom: 50px;
      @media only screen and (max-width: 767px) {
        font-size: 1.4rem;
        padding-top: 31px;
        padding-bottom: 32px;
      }
    }
    ul.menu {
      --row-height: 75px;
      display: flex;
      flex-wrap: wrap;
      background-image: linear-gradient(180deg, rgba(112, 112, 112, 0.28) 1px, rgba(112, 112, 112, 0) 1px);
      background-size: 100% var(--row-height);
      padding-bottom: 1px;
      @media only screen and (max-width: 767px) {
        --row-height: 55px;
      }
      li {
        font-size: 1.4rem;
        line-height: calc(23 / 14);
        height: var(--row-height);
        width: calc(100% / 3);
        display: flex;
        align-items: center;
        position: relative;
        top: 3px; /* 中央揃え */
        @media only screen and (max-width: 767px) {
          width: 100%;
          br {
            display: none;
          }
        }
        &:before {
          position: relative;
          top: -3px;
          content: url(../../../image/cakes/list-icon.svg);
          margin-left: 5px;
          margin-right: 10px;
        }
      }
    }
    .description {
      @media only screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2;
      }
    }
    .links {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 18px;
      margin-top: 53px;
      margin-bottom: 77px;
      @media only screen and (max-width: 767px) {
        flex-direction: column;
        font-size: 1.4rem;
        margin-top: 64px;
      }
      > * {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
      }
      > p {
        position: relative;
        top: 2px;
      }
      nav {
        margin-left: 18px;
        @media only screen and (max-width: 767px) {
          margin-top: 15px;
          margin-left: 0;
        }
        a {
          border-left: 1px solid #707070;
          padding: 0 18px;
          display: flex;
          align-items: center;
          opacity: 0.6;
          transition: opacity 0.4s;
          @media only screen and (max-width: 767px) {
            padding: 0 25px;
          }
          &:hover {
            opacity: 1;
          }
          .icon {
            align-self: center;
            margin-right: 4px;
            @media only screen and (max-width: 767px) {
              margin-top: -2px;
            }
          }
          span {
            position: relative;
            top: 2px;
          }
        }
        a:last-of-type {
          border-right: 1px solid #707070;
        }
      }
    }
    section.wholeCakes {
      .kv {
        margin-top: 137px;
        margin-bottom: 52px;
        @media only screen and (max-width: 767px) {
          margin-top: 70px;
          margin-bottom: 35px;
        }
      }
      .button {
        margin-top: 60px;
        margin-bottom: 87px;
        @media only screen and (max-width: 767px) {
          margin-top: 37px;
          margin-bottom: 37px;
        }
      }
      .card {
        background-color: rgba(255, 255, 255, 0.1);
        padding: 0 68px;
        @media only screen and (max-width: 767px) {
          width: calc(100% - 20px);
          padding: 0 14px;
        }
        h5 {
          padding: 49px 0;
          text-align: center;
          font-size: 1.5rem;
          letter-spacing: 0.15em;
          @media only screen and (max-width: 767px) {
            font-size: 1.4rem;
            letter-spacing: 0.05em;
            padding: 29px 0;
          }
        }
        .box {
          background-color: rgba(255, 255, 255, 0.2);
          padding: 34px 0 20px;
          @media only screen and (max-width: 767px) {
            padding: 28px 0 12px;
          }
          .tel {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            .small {
              font-family: var(--font-palatino-m);
              font-weight: normal;
              font-size: 1.9rem;
              letter-spacing: 0.1em;
              margin-right: 1.7rem;
              @media only screen and (max-width: 767px) {
                margin-right: 1.1rem;
                font-size: 1.7rem;
              }
            }
            .big {
              font-family: var(--font-palatino-r);
              font-weight: normal;
              font-size: 3.7rem;
              letter-spacing: 0.1em;
              @media only screen and (max-width: 767px) {
                letter-spacing: 0.05em;
                font-size: 3.3rem;
              }
            }
          }
          p {
            font-size: 1.4rem;
            @media only screen and (max-width: 767px) {
              font-size: 1.2rem;
              text-align: center;
              padding: 0 15px;
            }
            br {
              display: none;
              @media only screen and (max-width: 384px) {
                display: inline-block;
              }
            }
            span {
              margin: 0 3px;
              @media only screen and (max-width: 384px) {
                display: none;
              }
            }
          }
        }
        > p {
          text-align: left;
          max-width: 672px;
          margin: 0 auto;
          padding: 53px 0;
          font-size: 1.3rem;
          line-height: calc(28 / 13);
          @media only screen and (max-width: 767px) {
            font-size: 1.1rem;
            line-height: calc(24 / 11);
            padding: 18px 0;
          }
        }
      }
    }
    section.sweets {
      padding-bottom: 72px;
      @media only screen and (max-width: 767px) {
        padding-bottom: 0;
      }
      .kv {
        margin-top: 145px;
        @media only screen and (max-width: 767px) {
          margin-top: 77px;
        }
      }
      > p {
        font-size: 1.4rem;
        @media only screen and (max-width: 767px) {
          margin-left: var(--outer-margin);
          margin-right: var(--outer-margin);
          font-size: 1.1rem;
          line-height: calc(24 / 11);
        }
        &:first-of-type {
          margin-top: 47px;
          margin-bottom: 72px;
          @media only screen and (max-width: 767px) {
            margin-top: 36px;
            margin-bottom: 26px;
          }
        }
      }
      .button {
        margin-top: 35px;
        height: 130px;
        max-width: 670px;
        justify-content: center;
        position: relative;
        @media only screen and (max-width: 767px) {
          height: 100px;
          margin-bottom: 0;
          margin-left: var(--outer-margin);
          margin-right: var(--outer-margin);
          width: auto;
        }
        .icon {
          position: absolute;
          top: 13px;
          right: 16px;
          @media only screen and (max-width: 767px) {
            top: 8px;
            right: 8px;
          }
        }
      }
    }
  }
}
