@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: unset;
}

h1,
.h1-like {
  font-size: 24px;
  font-weight: 700;
}

h2,
.h2-like {
  font-size: 16px;
  font-weight: 700;
}

h3,
.h3-like {
  font-size: 14px;
  font-weight: 700;
}

h4,
.h4-like {
  font-size: 11px;
  font-weight: 700;
}

p,
.p-like {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 11px;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 32px;
  }

  h2,
.h2-like {
    font-size: 18px;
  }

  h3,
.h3-like {
    font-size: 16px;
  }

  h4,
.h4-like {
    font-size: 12px;
  }

  p {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 12px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 40px;
  }

  h2,
.h2-like {
    font-size: 24px;
  }

  h3,
.h3-like {
    font-size: 20px;
  }

  h4,
.h4-like {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    line-height: 200%;
  }

  ul li, ol li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 60px;
  }

  h2,
.h2-like {
    font-size: 60px;
  }

  h3,
.h3-like {
    font-size: 25px;
  }

  h4,
.h4-like {
    font-size: 16px;
  }

  p,
.p-like {
    font-size: 16px;
  }

  ul li, ol li {
    font-size: 16px;
  }
}
h3 {
  color: #B89515;
}

.title-row {
  width: 1200px;
  max-width: 96%;
  align-items: center;
  margin: auto;
}
.title-row .num-container {
  margin: 0 20px;
}
.title-row h3 {
  margin: 20px 0 0 20px;
}

@media screen and (max-width: 800px) {
  .title-row {
    justify-content: center;
  }
  .title-row h2 {
    width: fit-content;
  }
  .title-row h3 {
    width: fit-content;
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 400px) {
  .title-row .num-container {
    margin: 0 10px;
    align-self: flex-start;
  }
  .title-row h3 {
    margin: 0;
  }
}
.gold-bg {
  position: absolute;
  display: block;
  width: 100%;
  background-color: rgba(184, 148, 20, 0.44);
  z-index: -1;
}

.wholesale-main .wholesale-flow {
  width: 100%;
  margin: clamp(60px, 10vw, 150px) auto 0 auto;
}
.wholesale-main .wholesale-flow .flow-container {
  width: 1040px;
  max-width: 96%;
  margin: clamp(70px, 10vw, 140px) auto 0 auto;
  align-items: center;
}
.wholesale-main .wholesale-flow .flow-container .flow-row {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto clamp(10px, 8vw, 80px) auto;
}
.wholesale-main .wholesale-flow .flow-container .flow-row .img-container {
  position: relative;
  width: clamp(400px, 33vw, 475px);
  height: clamp(280px, 25vw, 326px);
  margin: 0 17px;
  max-width: 80%;
}
.wholesale-main .wholesale-flow .flow-container .flow-row .img-container .num-container {
  position: absolute;
  top: -6%;
  left: -2%;
  z-index: 2;
}
.wholesale-main .wholesale-flow .flow-container .flow-row .img-container .num-container .f150 {
  font-size: 77px;
  margin-top: 8px;
}
.wholesale-main .wholesale-flow .flow-container .flow-row .img-container .num-container .f250 {
  font-size: 129px;
}
@media screen and (max-width: 1200px) {
  .wholesale-main .wholesale-flow .flow-container .flow-row .img-container .num-container .f150 {
    font-size: 42px;
    margin-top: 8px;
  }
  .wholesale-main .wholesale-flow .flow-container .flow-row .img-container .num-container .f250 {
    font-size: 72px;
  }
}
.wholesale-main .wholesale-flow .flow-container .flow-row .img-container .gold-bg {
  position: absolute;
  height: 76%;
  width: 84%;
  bottom: 0;
  left: 8%;
  z-index: -1;
}
.wholesale-main .wholesale-flow .flow-container .flow-row .img-container .flow-img {
  position: absolute;
  right: 0;
  top: 12%;
  width: 84%;
  height: 76%;
  z-index: 1;
}
.wholesale-main .wholesale-flow .flow-container .flow-row .img-container:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #B89515;
  bottom: -50px;
  left: calc(50% - 25px);
  width: 50px;
  height: 25px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.wholesale-main .wholesale-flow .flow-container .flow-row .text-container {
  margin: 0 17px;
  width: clamp(400px, 33vw, 514px);
  max-width: 90%;
  font-weight: 700;
}
.wholesale-main .wholesale-flow .flow-container .flow-row .text-container .headline {
  font-size: 1.375em;
  display: inline-block;
  margin-bottom: 28px;
}
.wholesale-main .wholesale-flow .flow-container .flow-row:last-of-type .img-container:after {
  display: none;
}
@media screen and (max-width: 1000px) {
  .wholesale-main .wholesale-flow .flow-container .flow-row {
    flex-direction: column;
  }
  .wholesale-main .wholesale-flow .flow-container .flow-row .img-container {
    margin: 0;
  }
  .wholesale-main .wholesale-flow .flow-container .flow-row .img-container:after {
    display: none;
  }
  .wholesale-main .wholesale-flow .flow-container .flow-row .text-container {
    margin: 40px 0 0 0;
  }
  .wholesale-main .wholesale-flow .flow-container .flow-row .text-container p, .wholesale-main .wholesale-flow .flow-container .flow-row .text-container h4 {
    width: fit-content;
    margin: 0 auto;
  }
  .wholesale-main .wholesale-flow .flow-container .flow-row .text-container h4 {
    margin-bottom: 10px;
  }
  .wholesale-main .wholesale-flow .flow-container .flow-row .text-container .headline {
    text-align: center;
    width: 100%;
  }
  .wholesale-main .wholesale-flow .flow-container .flow-row:after {
    content: "";
    display: block;
    background-color: #B89515;
    margin-top: 30px;
    width: 50px;
    height: 25px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
  .wholesale-main .wholesale-flow .flow-container .flow-row:last-of-type:after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .wholesale-main .wholesale-flow .flow-container .flow-row .img-container .flow-img {
    width: 100%;
    height: auto;
  }
  .wholesale-main .wholesale-flow .flow-container .flow-row .img-container .gold-bg {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .wholesale-main .wholesale-flow .flow-container .flow-row .img-container {
    height: 240px;
  }
}
@media screen and (max-width: 400px) {
  .wholesale-main .wholesale-flow .flow-container .flow-row .text-container {
    margin: 0;
  }
}

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