header {
  max-width: 100%;
  background-color: #fff8ed;
  font-family: "Playfair Display", serif;
  text-align: center;
  .header-logo {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-right: 10%;
    margin-left: 10%;
  }
  h1 {
    font-size: 4.5rem;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    letter-spacing: 0.05em;
  }
  nav {
    border-bottom: 1px solid #000;
    ul {
      display: flex;
      justify-content: center;
      li {
        font-size: 20px;
        font-weight: 600;
        list-style: none;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 40px;
        margin-left: 40px;
        a {
          text-decoration: none;
          color: black;
          &:hover {
            opacity: 0.7;
          }
        }
      }
    }
  }
}

main {
  max-width: 100%;
  background-color: #fff8ed;
}
.subtitle {
  padding-top: 80px;
  padding-left: 50px;
  h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: lighter;
    font-size: 4rem;
    width: 400px;
    text-align: center;
    line-height: 1.3em;
  }
}

@keyframes sway {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

#home {
  margin-right: 2%;
  margin-left: 2%;
  height: 650px;
  background-image: url(img/home-img.png);
  background-repeat: no-repeat;
  background-size: 350px, cover;
  background-position: 100px 90%, center;
  h2 {
    a {
      color: #000;
      text-decoration: none;
      &:hover {
        opacity: 0.7;
      }
    }
  }
  .home-page {
    text-align: right;
    .home-navi {
      writing-mode: vertical-rl;
      display: inline-block;
      p {
        text-align: start;
        font-size: 1.8rem;
        font-family: "Shippori Mincho", serif;
        letter-spacing: 0.15em;
        a {
          text-decoration: none;
          color: #000;
          &:hover {
            opacity: 0.7;
          }
        }
      }
      #text1 {
        margin-right: 70px;
        animation: sway 2s infinite ease-in-out;
      }
      #text2 {
        margin-top: -20px;
        margin-right: 15px;
        animation: sway 2.2s infinite ease-in-out;
      }
      #text3 {
        margin-top: 90px;
        margin-right: -10px;
      }
      #text4 {
        margin-right: 10px;
        margin-top: -120px;
        animation: sway 2.1s infinite ease-in-out;
      }
      #text5 {
        margin-right: 150px;
        margin-top: 170px;
      }
      #text6 {
        margin-top: -5px;
        margin-right: 5px;
        animation: sway 2.4s infinite ease-in-out;
      }
    }
  }
}

#about {
  background-image: url(img/about-img.png);
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: 50px 400px;
  margin-top: 100px;
  li,
  p {
    font-family: "Shippori Mincho", serif;
  }
  h2 {
    padding-top: 30px;
  }
  .about-range {
    border: 2px solid #000;
    margin-top: 50px;
    margin-right: 2%;
    margin-left: 2%;
    padding-bottom: 80px;
  }
  .about-main {
    text-align: right;
    margin-top: -170px;
    margin-right: 70px;
    .about-text {
      writing-mode: vertical-rl;
      display: inline-block;
      height: 500px;
      p {
        text-align: start;
        line-height: 1.8em;
      }
      .points {
        display: none;
        margin-top: 20px;
      }
      .about-text1 {
        span {
          color: rgb(195, 40, 40);
          font-size: 1.3rem;
        }
      }
      .about-text2 {
        font-size: 1.5rem;
        font-weight: 500;
        margin-right: 70px;
      }
      .about-text3 {
        margin-right: 10px;
      }
      .about-text4 {
        margin-right: 70px;
      }
    }
  }
}

#profile {
  margin-top: 100px;
  img {
    width: 50%;
  }
  .profile-range {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .profile-list1,
  .profile-list2 {
    font-family: "Shippori Mincho", serif;
    width: 50%;
    padding-right: 1%;
    padding-left: 1%;
    .name-title {
      font-size: 1.3rem;
    }
    h3 {
      font-size: 3rem;
    }
    .profile-subtext {
      font-size: 1.2rem;
      margin-top: 30px;
    }
    .profile-text {
      margin-top: 20px;
    }
  }
}

#works {
  background-image: url(img/works.png);
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: -300px 80%;
  .works-range {
    border: 2px solid #000;
    margin-top: 100px;
    margin-right: 2%;
    margin-left: 2%;
    padding-bottom: 80px;
  }
  .subtitle {
    h2 {
      margin-left: -60px;
    }
  }
  h3 {
    font-size: 1.8rem;
    font-family: "Shippori Mincho", serif;
    margin-right: 50px;
    margin-left: 10px;
  }
  .works-text {
    margin-top: -100px;
    writing-mode: vertical-rl;
    font-family: "Shippori Mincho", serif;
    margin: -150px 0 0 auto;
  }
  p {
    height: 550px;
    line-height: 2em;
  }
}

#price {
  padding-bottom: 80px;
  font-family: "Shippori Mincho", serif;
  .web-price-main-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #a09f9f;
    margin-top: 100px;
    margin-right: 2%;
    margin-left: 2%;
    align-items: end;
    h3 {
      margin-bottom: 10px;
      font-size: 2rem;
    }
  }
  .web-price-section {
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    .web-price-range {
      width: 25%;
      .web-price-title {
        li {
          font-size: 2rem;
        }
        p {
          font-size: 2rem;
          border-radius: 30px;
          padding-right: 15px;
          padding-left: 15px;
          margin-top: 5px;
        }
        .web-price-title1 {
          background-color: #beb9b6;
          padding-top: 10px;
          padding-bottom: 15px;
        }
        .web-price-title2 {
          background-color: #c1cae1;
          padding-top: 10px;
          padding-bottom: 15px;
        }
        .web-price-title3 {
          background-color: #d4cd90;
          padding-top: 10px;
          padding-bottom: 15px;
        }
        .web-price-tag {
          background-color: #fff;
          display: inline-block;
        }
      }
      .web-price-text {
        border: 1px solid #000;
        padding: 20px 10px;
        line-height: 3em;
        .web-price-subtext {
          margin-top: 40px;
          .web-subtext {
            font-size: 0.7rem;
            margin-top: -25px;
          }
        }
      }
    }
  }

  .web-price-info {
    margin-top: 100px;
    .web-info1 {
      display: flex;
      justify-content: space-between;
      margin-right: 2%;
      margin-left: 2%;
      border-bottom: 3px solid #beb9b6;
      align-items: end;
    }
    .web-info2 {
      display: flex;
      justify-content: space-between;
      align-items: end;
      margin-top: 80px;
      margin-right: 2%;
      margin-left: 2%;
      border-bottom: 3px solid #c1cae1;
    }
    .web-info3 {
      display: flex;
      justify-content: space-between;
      margin-right: 2%;
      margin-left: 2%;
      border-bottom: 3px solid #d4cd90;
      align-items: end;
      margin-top: 80px;
    }
    li {
      font-size: 2rem;
    }
    p {
      width: 600px;
    }
  }
  .web-price-end {
    margin-top: 50px;
    text-align: center;
    font-size: 0.9rem;
  }

  .logo-design {
    .web-price-main-title {
      display: flex;
      justify-content: space-between;
      border-bottom: 2px solid #a09f9f;
      margin-top: 150px;
      margin-right: 2%;
      margin-left: 2%;
      align-items: end;
      h3 {
        margin-bottom: 10px;
        font-size: 2rem;
      }
    }
    .web-price-section {
      margin-top: 50px;
      text-align: center;
      display: flex;
      justify-content: space-around;
      .web-price-range {
        width: 25%;
        .web-price-title {
          li {
            font-size: 2rem;
          }
          p {
            font-size: 2rem;
            border-radius: 30px;
            padding-right: 15px;
            padding-left: 15px;
            margin-top: 5px;
          }
          .web-price-title1 {
            background-color: #beb9b6;
            padding-top: 10px;
            padding-bottom: 15px;
          }
          .web-price-title2 {
            background-color: #d4cd90;
            padding-top: 10px;
            padding-bottom: 15px;
          }
          .web-price-tag {
            background-color: #fff;
            display: inline-block;
          }
        }
        .web-price-text {
          border: 1px solid #000;
          padding: 20px 10px;
          line-height: 3em;
          .web-price-subtext {
            margin-top: 40px;
            .web-subtext {
              font-size: 0.7rem;
              margin-top: -25px;
            }
          }
        }
      }
    }
  }
  .name-design {
    .web-price-main-title {
      display: flex;
      justify-content: space-between;
      border-bottom: 2px solid #a09f9f;
      margin-top: 150px;
      margin-right: 2%;
      margin-left: 2%;
      align-items: end;
      h3 {
        margin-bottom: 10px;
        font-size: 2rem;
      }
    }
    .web-price-section {
      margin-top: 50px;
      text-align: center;
      display: flex;
      justify-content: space-around;
      .web-price-range {
        width: 25%;
        .web-price-title {
          li {
            font-size: 2rem;
          }
          p {
            font-size: 2rem;
            border-radius: 30px;
            padding-right: 15px;
            padding-left: 15px;
            margin-top: 5px;
          }
          .web-price-title1 {
            background-color: #beb9b6;
            padding-top: 10px;
            padding-bottom: 15px;
          }
          .web-price-title2 {
            background-color: #d4cd90;
            padding-top: 10px;
            padding-bottom: 15px;
          }
          .web-price-tag {
            background-color: #fff;
            display: inline-block;
          }
        }
        .web-price-text {
          border: 1px solid #000;
          padding: 20px 10px;
          line-height: 3em;
          .web-price-subtext {
            margin-top: 40px;
            .web-subtext {
              font-size: 0.7rem;
              margin-top: -25px;
            }
          }
        }
      }
    }
  }
  .banner-design {
    .web-price-main-title {
      display: flex;
      justify-content: space-between;
      border-bottom: 2px solid #a09f9f;
      margin-top: 150px;
      margin-right: 2%;
      margin-left: 2%;
      align-items: end;
      h3 {
        margin-bottom: 10px;
        font-size: 2rem;
      }
    }
    .web-price-section {
      margin-top: 50px;
      text-align: center;
      display: flex;
      justify-content: space-around;
      .web-price-range {
        width: 25%;
        .web-price-title {
          li {
            font-size: 2rem;
          }
          p {
            font-size: 2rem;
            border-radius: 30px;
            padding-right: 15px;
            padding-left: 15px;
            margin-top: 5px;
          }
          .web-price-title1 {
            background-color: #beb9b6;
            padding-top: 10px;
            padding-bottom: 15px;
          }
          .web-price-title2 {
            background-color: #c1cae1;
            padding-top: 10px;
            padding-bottom: 15px;
          }
          .web-price-title3 {
            background-color: #d4cd90;
            padding-top: 10px;
            padding-bottom: 15px;
          }
          .web-price-tag {
            background-color: #fff;
            display: inline-block;
          }
        }
        .web-price-text {
          border: 1px solid #000;
          padding: 20px 10px;
          line-height: 3em;
          .web-price-subtext {
            margin-top: 40px;
            .web-subtext {
              font-size: 0.7rem;
              margin-top: -25px;
            }
          }
        }
      }
    }
  }
}

#price {
  .option-title {
    width: 400px;
    margin-top: 100px;
    margin-right: 2%;
    margin-left: 2%;
    border-bottom: 3px solid #a09f9f;

    h3 {
      font-size: 2rem;
      margin-left: 30px;
      padding-bottom: 5px;
    }
  }
  .option {
    margin-top: 60px;
    .option-range {
      display: flex;
    }
    li {
      width: 220px;
      padding-top: 15px;
      padding-left: 15px;
      padding-bottom: 10px;
      margin-left: auto;
      background-color: #c1cae1;
    }
    .option-text {
      width: 500px;
      padding-top: 15px;
      padding-left: 15px;
      padding-bottom: 15px;
      background-color: #c1cae1a4;
      border-bottom: 2px solid #beb9b6;
    }
    .option-text7 {
      width: 500px;
      padding-top: 15px;
      padding-left: 15px;
      padding-bottom: 15px;
      background-color: #c1cae1a4;
    }
    .option-price {
      width: 100px;
      border-bottom: 2px solid #beb9b6;
      background-color: #c1cae1a4;
      text-align: left;
      margin-right: auto;
      padding-top: 15px;
      padding-left: 15px;
      padding-bottom: 15px;
    }
    .option-price7 {
      width: 100px;
      background-color: #c1cae1a4;
      text-align: left;
      margin-right: auto;
      padding-top: 15px;
      padding-left: 15px;
      padding-bottom: 15px;
    }
  }
}

#production-flow {
  margin-right: 2%;
  margin-left: 2%;
  padding-bottom: 50px;
  p {
    font-family: "Shippori Mincho", serif;
  }
  ul {
    margin-right: 5%;
    margin-left: 5%;
  }
  .flow-title {
    margin-top: 100px;
    border-bottom: 3px solid #a09f9f;
    display: flex;
    align-items: baseline;
    h3 {
      font-size: 3rem;
      margin-left: 30px;
      padding-bottom: 5px;
      font-family: "Playfair Display", serif;
      font-weight: lighter;
    }
    p {
      font-size: 1.2rem;
      margin-left: 20px;
    }
  }
  .flow-subtitle {
    display: flex;
    align-items: end;
    margin-top: 30px;
    border-bottom: 2px solid #c1cae1;
    li {
      font-family: "Playfair Display", serif;
      font-size: 3rem;
      letter-spacing: 0.07em;
    }
    p {
      font-size: 2rem;
      margin-left: 80px;
    }
  }
  .flow-text {
    width: 77%;
    margin-left: 215px;
    margin-top: 20px;
    span {
      color: rgb(195, 40, 40);
      font-size: 1.2rem;
    }
    a {
      text-decoration: none;
      &:hover {
        opacity: 0.7;
      }
    }
  }
}

footer {
  max-width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c1cae1;
  .footer-title {
    h2 {
      font-size: 3rem;
      font-family: "Playfair Display", serif;
      font-weight: lighter;
    }
    p {
      margin-top: 30px;
      padding: 3px 15px;
      border-radius: 20px;
      font-family: "Shippori Mincho", serif;
      font-size: 1.2rem;
      background-color: #fff;
      display: inline-block;
      a {
        text-decoration: none;
        color: #000;
        &:hover {
          opacity: 0.7;
        }
      }
    }
  }
  ul {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
    li {
      margin-right: 30px;
      margin-left: 30px;
      a {
        text-decoration: none;
        &:hover {
          opacity: 0.7;
        }
      }
    }
  }
  p {
    font-family: "Playfair Display", serif;
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: lighter;
  }
  .mail-add {
    text-decoration: none;
    &:hover {
      opacity: 0.7;
    }
  }
  small {
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
  }
}
