@charset "UTF-8";
:root {
  --sp: 375 * 100vw;
}

img {
  width: 100%;
  height: auto;
}

.styling_260428 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #111;
  letter-spacing: 0.04em;
  text-align: center;
}
.styling_260428 .sp {
  display: none;
}
.styling_260428 .kv {
  width: 900px;
  margin: 0 auto;
}
.styling_260428 .read {
  margin-top: 80px;
}
.styling_260428 .read dl {
  margin-bottom: 29px;
}
.styling_260428 .read dl dt {
  font-size: 24px;
  line-height: 200%;
}
.styling_260428 .read dl dd {
  font-size: 18px;
  line-height: 200%;
  margin-top: -3px;
}
.styling_260428 .read p {
  font-size: 14px;
  line-height: 180%;
}
.styling_260428 .read p + p {
  margin-top: 20px;
}
.styling_260428 .item {
  margin-top: 118px;
}
.styling_260428 .item h2 {
  color: #1F1009;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}
.styling_260428 .item h2 span {
  font-size: 24px;
  font-weight: 600;
  width: 32px;
  height: 32px;
  background: #1F1009;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.styling_260428 .item .item-img {
  width: 240px;
  margin-top: 20px;
}
.styling_260428 .item .item-read {
  color: #161614;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 40px;
}
.styling_260428 .item .item-name {
  color: #161614;
  font-size: 14px;
  line-height: 180%;
  margin-top: 16px;
}
.styling_260428 .item .item-price {
  color: rgba(22, 22, 20, 0.5);
  font-size: 13px;
  line-height: 100%;
  margin-top: 8px;
}
.styling_260428 .item .buy {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 34px;
  background: #111;
  border-radius: 4px;
  width: 140px;
  margin: 20px auto;
  display: block;
  transition: 0.3s;
}
.styling_260428 .item .buy:hover {
  opacity: 0.6;
}
.styling_260428 .item .stylings-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 40px;
  width: 520px;
  margin: 80px auto 0;
}
.styling_260428 .item .stylings-container .type {
  width: 145px;
  height: 78px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.styling_260428 .item .stylings-container .type.casual {
  background-image: url(../img/casual.png);
}
.styling_260428 .item .stylings-container .type.formal {
  background-image: url(../img/formal.png);
}
.styling_260428 .item .stylings-container img {
  margin-top: 20px;
}
.styling_260428 .item .stylings-container .name-price-buy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 0 20px;
}
.styling_260428 .item .stylings-container .name-price-buy .name-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 100%;
  width: 168px;
}
.styling_260428 .item .stylings-container .name-price-buy .buy {
  width: 52px;
  line-height: 20px;
  font-size: 11px;
  margin: 0;
}
.styling_260428 .item .stylings-container .name-price-buy + .name-price-buy {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .styling_260428 {
    margin-bottom: calc(50 / var(--sp));
  }
  .styling_260428 .sp {
    display: block;
  }
  .styling_260428 .pc {
    display: none;
  }
  .styling_260428 .kv {
    width: 100%;
  }
  .styling_260428 .read {
    margin-top: calc(40 / var(--sp));
  }
  .styling_260428 .read dl {
    margin-bottom: calc(24 / var(--sp));
  }
  .styling_260428 .read dl dt {
    font-size: calc(20 / var(--sp));
    line-height: 190%;
  }
  .styling_260428 .read dl dd {
    font-size: calc(14 / var(--sp));
    line-height: 190%;
    margin-top: calc(-3 / var(--sp));
  }
  .styling_260428 .read p {
    font-size: calc(12 / var(--sp));
    line-height: 170%;
  }
  .styling_260428 .read p + p {
    margin-top: calc(16 / var(--sp));
  }
  .styling_260428 .item {
    margin-top: calc(60 / var(--sp));
  }
  .styling_260428 .item h2 {
    font-size: calc(20 / var(--sp));
    gap: 0 calc(6 / var(--sp));
  }
  .styling_260428 .item h2 span {
    font-size: calc(20 / var(--sp));
    width: calc(26 / var(--sp));
    height: calc(26 / var(--sp));
  }
  .styling_260428 .item .item-img {
    width: calc(240 / var(--sp));
    margin-top: calc(20 / var(--sp));
  }
  .styling_260428 .item .item-read {
    font-size: calc(20 / var(--sp));
    margin-top: calc(40 / var(--sp));
  }
  .styling_260428 .item .item-name {
    font-size: calc(12 / var(--sp));
    line-height: 170%;
    margin-top: calc(16 / var(--sp));
  }
  .styling_260428 .item .item-price {
    font-size: calc(12 / var(--sp));
    margin-top: calc(8 / var(--sp));
  }
  .styling_260428 .item .buy {
    font-size: calc(12 / var(--sp));
    line-height: calc(34 / var(--sp));
    border-radius: calc(4 / var(--sp));
    width: calc(140 / var(--sp));
    margin-top: calc(20 / var(--sp));
  }
  .styling_260428 .item .stylings-container {
    width: calc(345 / var(--sp));
    gap: 0 calc(11 / var(--sp));
    margin: calc(40 / var(--sp)) auto 0;
  }
  .styling_260428 .item .stylings-container .type {
    width: calc(101 / var(--sp));
    height: calc(54 / var(--sp));
    font-size: calc(12 / var(--sp));
  }
  .styling_260428 .item .stylings-container img {
    margin-top: calc(20 / var(--sp));
  }
  .styling_260428 .item .stylings-container .name-price-buy {
    margin-top: calc(12 / var(--sp));
    flex-wrap: wrap;
    gap: calc(12 / var(--sp)) 0;
  }
  .styling_260428 .item .stylings-container .name-price-buy .name-price {
    font-size: calc(11 / var(--sp));
    width: 100%;
    justify-content: flex-start;
    gap: 0 calc(8 / var(--sp));
  }
  .styling_260428 .item .stylings-container .name-price-buy .buy {
    width: calc(52 / var(--sp));
    line-height: calc(20 / var(--sp));
    font-size: calc(11 / var(--sp));
  }
  .styling_260428 .item .stylings-container .name-price-buy + .name-price-buy {
    margin-top: calc(20 / var(--sp));
  }
}/*# sourceMappingURL=styling_260428.css.map */