* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 1.3020833333vw;
}

@media screen and (min-width: 1025px) {
  #wholesale {
    padding-top: 15.9895833333vw;
    padding-bottom: 6.8229166667vw;
  }
  #wholesale .flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.4479166667vw;
    margin-bottom: 4.6875vw;
  }
  #wholesale .flex-wrapper .left img {
    width: 41.6666666667vw;
  }
  #wholesale .flex-wrapper .right h1 {
    font-size: 3.0208333333vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.7291666667vw;
    border-bottom: 0.1041666667vw solid rgb(80, 111, 89);
    padding-bottom: 2.0833333333vw;
    margin-bottom: 2.0833333333vw;
    width: 35.7291666667vw;
    color: rgb(80, 111, 89);
    font-family: modesto-expanded, serif;
  }
  #wholesale .flex-wrapper .right h1 span {
    font-size: 1.71875vw;
    line-height: 1;
    font-weight: bold;
  }
  #wholesale .flex-wrapper .right p {
    font-family: "ten-mincho-text", serif;
    font-size: 2.0833333333vw;
    width: 27.6041666667vw;
    line-height: 1.525;
    color: rgb(80, 111, 89);
  }
  #wholesale article .grid-wrapper {
    width: fit-content;
    margin: 0 auto 5.2083333333vw;
    display: grid;
    grid-template-columns: 13.0208333333vw 41.6666666667vw;
    grid-template-rows: 1fr;
    grid-template-areas: "grid-item1 grid-item2" "grid-item1 grid-item3";
    column-gap: 4.1666666667vw;
    padding: 0;
  }
  #wholesale article .grid-wrapper .grid-item1 {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: grid-item1;
    width: fit-content;
  }
  #wholesale article .grid-wrapper .grid-item2 {
    grid-area: grid-item2;
  }
  #wholesale article .grid-wrapper .grid-item3 {
    grid-area: grid-item3;
  }
  #wholesale article .grid-wrapper img {
    width: 13.0208333333vw;
  }
  #wholesale article .grid-wrapper h2 {
    background-color: #8C795E;
    color: #fff;
    font-size: 1.71875vw;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    width: 41.6666666667vw;
    padding-left: 1.1979166667vw;
    font-weight: bold;
  }
  #wholesale article .grid-wrapper p {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 1.3020833333vw;
    width: 41.6666666667vw;
    font-weight: bold;
    color: black;
  }
  #wholesale article section:last-child {
    margin-bottom: 4.1666666667vw;
  }
  #wholesale aside {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #wholesale aside .border-line {
    height: 3.3333333333vw;
    border: rgb(80, 111, 89) solid 0.078125vw;
    width: 0;
    margin-bottom: 1.5625vw;
  }
  #wholesale aside p {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 1.3020833333vw;
    color: rgb(80, 111, 89);
    font-weight: bold;
    margin-bottom: 1.5625vw;
  }
  #wholesale aside a button {
    font-size: 1.1979166667vw;
  }
  .mobile_view {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #wholesale {
    padding-top: 15.9895833333vw;
    padding-bottom: 6.8229166667vw;
  }
  #wholesale .flex-wrapper {
    display: flex;
    gap: px-to-mb-view(30);
    margin: 0 auto 8vw;
    flex-direction: column;
    width: fit-content;
  }
  #wholesale .flex-wrapper .left {
    order: 2;
  }
  #wholesale .flex-wrapper .left img {
    width: 84vw;
  }
  #wholesale .flex-wrapper .right {
    margin-bottom: 8vw;
    order: 1;
  }
  #wholesale .flex-wrapper .right h1 {
    font-size: 7.2vw;
    display: flex;
    flex-direction: column;
    gap: 0.9895833333vw;
    border-bottom: 0.5333333333vw solid rgb(80, 111, 89);
    padding-bottom: 2.0833333333vw;
    margin-bottom: 4.2666666667vw;
    width: 83.4666666667vw;
    justify-content: center;
    align-items: center;
    color: rgb(80, 111, 89);
    font-family: modesto-expanded, serif;
    font-weight: 100;
    text-align: center;
  }
  #wholesale .flex-wrapper .right h1 span {
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
  #wholesale .flex-wrapper .right p {
    font-family: "ten-mincho-text", serif;
    font-size: 5.3333333333vw;
    font-weight: 400;
    width: fit-content;
    line-height: 1.35;
    color: rgb(80, 111, 89);
    margin: 0 auto;
    text-align: center;
  }
  #wholesale article {
    margin-bottom: 0;
  }
  #wholesale article .grid-wrapper {
    margin: 0 auto 8vw;
    gap: 5.3333333333vw;
    width: 84vw;
    display: grid;
    grid-template-columns: 13.0208333333vw 41.6666666667vw;
    grid-template-rows: 1fr;
    grid-template-areas: "grid-item2" "grid-item1" "grid-item3";
    column-gap: 4.1666666667vw;
    padding: 0;
  }
  #wholesale article .grid-wrapper .grid-item1 {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: grid-item1;
    width: 84vw;
  }
  #wholesale article .grid-wrapper .grid-item1 img {
    width: 35.7333333333vw;
  }
  #wholesale article .grid-wrapper .grid-item2 {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: grid-item2;
    width: 84vw;
  }
  #wholesale article .grid-wrapper .grid-item2 h2 {
    background-color: #8C795E;
    color: #fff;
    font-size: 5.3333333333vw;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    width: 84vw;
    text-align: center;
  }
  #wholesale article .grid-wrapper .grid-item3 {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: grid-item3;
    width: 84vw;
  }
  #wholesale article .grid-wrapper .grid-item3 p {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    text-align: justify;
    font-weight: bold;
    color: black;
  }
  #wholesale article section:last-child {
    margin-bottom: 4.1666666667vw;
  }
  #wholesale aside {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #wholesale aside .border-line {
    height: 17.0666666667vw;
    border: rgb(80, 111, 89) solid 0.2666666667vw;
    width: 0;
    margin: 2.6666666667vw;
  }
  #wholesale aside p {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 4.2666666667vw;
    color: rgb(80, 111, 89);
    font-weight: bold;
    margin-bottom: 1.5625vw;
  }
  #wholesale aside a button {
    padding: 0;
    border-radius: 100px;
    font-size: 4vw;
    font-weight: bold;
    width: 49.3333333333vw;
  }
  .pc_view {
    display: none;
  }
  footer.mobile_view {
    display: block;
  }
}

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