@charset "UTF-8";
.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

.font-ttl {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*hairset PC*/
body.p-hairset #main {
  padding-bottom: 8.5rem;
}

.hairset_copy {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 3rem;
  margin-bottom: 8rem;
}

.hairset_copy .hl {
  color: #ee4e4e;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdf12e), color-stop(23%, #fdf12e), color-stop(23%, transparent), color-stop(23%, transparent));
  background: -webkit-linear-gradient(bottom, #fdf12e, #fdf12e 23%, transparent 23%, transparent 23%);
  background: -o-linear-gradient(bottom, #fdf12e, #fdf12e 23%, transparent 23%, transparent 23%);
  background: linear-gradient(to top, #fdf12e, #fdf12e 23%, transparent 23%, transparent 23%);
}

.hairset_item + .hairset_item {
  padding-top: 4rem;
}

.hairset_item_columns::before, .hairset_item_columns::after {
  content: '';
  display: table;
}

.hairset_item_columns::after {
  clear: both;
}

.hairset_item_ttl {
  position: relative;
  text-align: center;
  margin-top: 3rem;
}

.hairset_item_ttl::before {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #202020;
  left: 0;
  z-index: 1;
}

.hairset_item_ttl span {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0 4%;
  color: #222;
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.hairset .column {
  width: 31.00437%;
  margin-left: 3.49345%;
  margin-top: 3.49345%;
  float: left;
}

.hairset .column:nth-child(3n+1) {
  margin-left: 0;
}

.hairset .column img {
  width: 100%;
}

@media print, screen and (max-width: 1023px) {
  body.p-hairset #main {
    padding-bottom: 5rem;
  }
  .hairset .column {
    width: 31.87773%;
    margin-left: 2.18341%;
    margin-top: 2.18341%;
  }
}

/*# sourceMappingURL=hairset_pc.css.map */