@media (max-width: 1200px) {
  .header-logo {
    margin: 0 3%;
  }

  .fv-make-item02 {
    right: 10%;
    top: 12%;
  }
  .fv-make-item01 {
    right: 5%;
    bottom: -10%;
  }
  .header-nav {
    display: none;
  }
  .sp-header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .sp-header-logo {
    display: flex;
    align-items: center;
  }
  .sp-header-logo img {
    width: 80px;
  }
  .sp-nav {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fcf7ee;
    width: 300px;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.5s ease;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .sp-nav.active {
    transform: translateX(0);
  }
  .sp-nav ul {
    padding-top: 6rem;
    text-transform: uppercase;
  }
  .sp-nav li + li {
    margin-top: 1rem;
  }
  .header-inner {
    height: 70px;
    justify-content: space-between;
  }
  .soon-item-img {
    width: 250px;
  }
  .soon-item-textwrap {
    width: calc(100% - 300px);
  }
  .soon-item {
    width: 100%;
  }
  .message-contents {
    width: calc(100% - 480px);
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
  }
  .footer-info {
    text-align: center;
    width: 100%;
  }
  .footer-sns ul {
    justify-content: center;
  }
  .address-item {
    justify-content: center;
  }
  .footer-map {
    width: 100%;
    max-width: 500px;
    margin-top: 1rem;
  }
  .u-make-item {
    flex-direction: column;
    justify-content: flex-start;
  }
  .u-make-img {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1.75/1;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .u-make-img img {
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .u-make-item-textwrap {
    width: 100%;
  }
  .u-organic-lists {
    flex-wrap: wrap;
  }
  .u-organic-item {
    width: calc((100% - 4rem) / 2);
    margin: 1rem;
  }
  .u-organic-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .fv-title img {
    width: 500px;
  }
  .about-message {
    flex-direction: column;
  }
  .message-titlewrap {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
  .message-contents {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .business-contents {
    flex-wrap: wrap;
  }
  .business-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .business-img {
    width: 200px;
  }
  .business-textwrap {
    width: calc(100% - 250px);
  }
  .business-textwrap h3 {
    text-align: left;
  }
  .more-btn {
    margin-top: 3rem;
  }
  .more-btn a {
    padding: 0.75rem 3rem;
  }
  .u-fv-title::before {
    font-size: 7rem;
    bottom: 0;
  }
}
@media (max-width: 900px) {
  .soon-item,
  .soon-item:nth-of-type(even) {
    flex-direction: column;
  }
  .soon-item-img {
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
    aspect-ratio: 1.75/1;
  }
  .soon-item-textwrap {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .main-top-contents h2 {
    font-size: 2rem;
  }

  .main-top-contents h3 {
    font-size: 1.3rem;
  }
  .main-top-contents p {
    font-size: 1.1rem;
  }
  .main-top-bgtext p {
    font-size: 8vw;
  }
  .section-title {
    font-size: 1.3rem;
  }
  .business-textwrap {
    width: calc(100% - 220px);
  }
  .business-img:before {
    font-size: 3rem;
  }
  .fv-title img {
    width: 400px;
  }
  .fv-make-item01 {
    width: 100px;
  }

  .fv-make-item02 {
    width: 100px;
  }
  .fv-make-item03 {
    width: 200px;
    bottom: 4rem;
  }
  .fv-img {
    height: 400px;
  }
  .fv-make-item01 {
    bottom: 3rem;
  }
  .u-make-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .u-make-item + .u-make-item {
    margin-top: 2rem;
  }
  .u-organic-item {
    width: 100%;
  }
  .u-organic-textwrap h3 {
    font-size: 1.1rem;
  }
  .contact-item p {
    flex-direction: column;
  }
  .wpcf7-form-control-wrap {
    width: 100%;
    margin-top: 1rem;
  }
  .contact-item input[type="text"],
  .contact-item input[type="email"],
  .contact-item input[type="tel"],
  .contact-item textarea {
    width: 100%;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
  .address-item {
    flex-direction: column;
  }
  .address-item p:nth-of-type(1) {
    font-weight: bold;
  }
  .address-item + .address-item {
    margin-top: 0.5rem;
  }
  .business-inner {
    width: 95%;
  }
  .business-item {
    flex-direction: column;
  }
  .business-item + .business-item {
    margin-top: 2rem;
  }
  .business-img {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 1.5/1;
    overflow: hidden;
    margin: 0 auto;
  }
  .business-textwrap {
    width: 100%;
  }
  .business-textwrap h3 {
    text-align: center;
  }
  .soon-item-textwrap h3 {
    font-size: 1.3rem;
  }
  .soon-inner {
    width: 95%;
  }
  .message-img {
    max-width: 300px;
  }
  .message-profile h3 span {
    display: block;
  }
  .footer-logo img {
    width: 100px;
  }
  .fv-title {
    right: 5%;
  }
  .main-top-contents h2 {
    font-size: 1.5rem;
  }
  .main-top-contents h3 {
    font-size: 1.2rem;
  }
  .soon-item-img {
    width: 100%;
  }
  .u-fv {
    height: 300px;
  }
  .u-fv-title::before {
    font-size: 6rem;
    bottom: 0;
  }
  .u-fv-title {
    width: 100%;
    text-align: center;
  }
  .u-business-item {
    width: 95%;
    padding: 4rem 1.5rem;
  }
}
@media (max-width: 480px) {
  section {
    padding: 2rem 0;
  }
  .soon-inner,
  .business-inner {
    padding: 4rem 1.5rem;
  }
  .fv-title {
    right: 0;
  }
  .fv-title img {
    width: 350px;
  }
  .message-profile h3 {
    font-size: 1.5rem;
  }
  .soon-item-textwrap h4 {
    font-size: 1.2rem;
  }
  .u-fv-title::before {
    font-size: 5rem;
    bottom: 1rem;
  }
  .u-fv-title {
    font-size: 1.5rem;
  }
  .u-fv {
    height: 200px;
  }
  .contact-contents {
    padding: 2rem 1rem;
  }
  .single-title {
    font-size: 1.1rem;
  }
  .single-contents {
    padding: 2rem 1rem;
  }
}
@media (max-width: 400px) {
  .footer-logo img {
    width: 70px;
  }
  .footer-sns a img {
    width: 45px;
  }
  small {
    font-size: 0.7em;
  }
}
