@import url("https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&family=Righteous&display=swap");
img {
  max-width: 100%;
  height: auto; }

.clearfix::before, .clearfix::after {
  content: '';
  display: table; }
.clearfix::after {
  clear: both; }

.MissingWH {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .MissingWH__wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%; }
  .MissingWH img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: auto !important;
    display: none;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
    transition: 0.3s ease-in-out; }

.p-hairset {
  color: #000;
  background: #fff; }
  .p-hairset #main {
    background: #fff !important; }
  .p-hairset .main-visual {
    height: 60rem;
    padding-top: 15rem;
    background-size: cover; }
    .p-hairset .main-visual .ttl {
      background: #A7819D;
      color: #fff;
      font-size: 4.6rem;
      text-shadow: none;
      font-weight: normal; }
  .p-hairset .breadcrumb {
    padding-bottom: 3rem; }
    .p-hairset .breadcrumb li {
      color: #707070; }
      .p-hairset .breadcrumb li::after {
        color: #707070; }
      .p-hairset .breadcrumb li a {
        color: #707070; }

.hairset {
  background: #fff;
  background: linear-gradient(180deg, white 0%, #f9f7fa 100%); }
  .hairset-note {
    font-size: 1.2rem;
    line-height: 2;
    color: #707070; }
  .hairset-catch {
    margin-bottom: 10rem; }
    .hairset-catch_row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 -1rem; }
    .hairset-catch_inner {
      position: relative;
      padding: 2.8rem 2rem;
      display: flex;
      height: 100%; }
      .hairset-catch_inner::before, .hairset-catch_inner::after {
        position: absolute;
        content: "";
        z-index: 1;
        width: 0;
        height: 0;
        border-style: solid; }
      .hairset-catch_inner::before {
        left: 0;
        top: 0;
        border-width: 3.4rem 3.4rem 0 0;
        border-color: #6B8D9A transparent transparent transparent; }
      .hairset-catch_inner::after {
        bottom: 0;
        right: 0;
        border-width: 0 0 3.4rem 3.4rem;
        border-color: transparent transparent #6B8D9A transparent; }
    .hairset-catch_photo {
      width: 13.3rem;
      flex-shrink: 0; }
    .hairset-catch_desc {
      position: relative;
      z-index: 2;
      margin-right: -13rem;
      flex-grow: 1; }
    .hairset-catch_ttl {
      font-size: 2.4rem;
      font-weight: bold;
      color: #6B8D9A;
      margin-bottom: 0.8rem; }
      .hairset-catch_ttl .sm {
        font-size: 75%;
        display: inline-block; }
    .hairset-catch_sttl {
      font-size: 1.8rem;
      color: #6B8D9A;
      padding-left: 8rem;
      margin-bottom: 0.8rem; }
    .hairset-catch_copy {
      font-size: 1.8rem;
      line-height: 1.61111111;
      color: #000000; }
    .hairset-catch_item {
      width: 48rem;
      max-width: 49%;
      display: block;
      position: relative;
      padding-bottom: 6.4rem;
      transition: opacity 0.3s ease;
      margin: 4.2rem 1rem 0; }
      .hairset-catch_item::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        width: 9.6rem;
        height: 6.4rem;
        z-index: 1;
        background: url("../img/catch_img01.png") no-repeat center center;
        background-size: 100% 100%; }
      .hairset-catch_item:hover {
        opacity: 0.7; }
      .hairset-catch_item:nth-child(3) {
        margin-top: 4.7rem; }
        .hairset-catch_item:nth-child(3)::after {
          background-image: url("../img/catch_img02.png"); }
        .hairset-catch_item:nth-child(3) .hairset-catch_inner::before {
          border-color: #A7819D transparent transparent transparent; }
        .hairset-catch_item:nth-child(3) .hairset-catch_inner::after {
          border-color: transparent transparent #A7819D transparent; }
        .hairset-catch_item:nth-child(3) .hairset-catch_ttl {
          color: #A7819D; }
  .hairset-head {
    overflow: hidden;
    margin-bottom: 7.5rem; }
    .hairset-head_inner {
      position: relative;
      display: flex;
      padding-top: 6.8rem; }
    .hairset-head_photo01 {
      position: relative;
      width: 49%;
      flex-shrink: 0;
      z-index: 2; }
    .hairset-head_photo02 {
      position: absolute;
      top: 0;
      left: 41%;
      width: 78.2rem;
      max-width: 100%;
      z-index: 3; }
      .hairset-head_photo02 img {
        width: 100%; }
    .hairset-head_txt {
      flex-grow: 1;
      margin-top: 38rem;
      display: flex;
      justify-content: flex-end;
      color: #6B8D9A; }
    .hairset-head_ttl-lv2 {
      position: relative;
      z-index: 1;
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 0.8rem;
      letter-spacing: 0.025em; }
      .hairset-head_ttl-lv2 .sm {
        font-size: 65%; }
      .hairset-head_ttl-lv2::before {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: calc(100% + 1.5rem);
        width: 100vw;
        z-index: 1;
        border-bottom: 2px dashed #6B8D9A;
        content: ""; }
    .hairset-head_ttl-lv3 {
      font-size: 2.6rem;
      font-family: 'Nothing You Could Do', cursive;
      letter-spacing: 0.1em; }
    .hairset-head.even {
      margin-top: 6rem; }
      .hairset-head.even .hairset-head_photo01 {
        order: 2; }
      .hairset-head.even .hairset-head_photo02 {
        left: auto;
        right: 41%; }
      .hairset-head.even .hairset-head_txt {
        justify-content: flex-start;
        color: #A7819D; }
      .hairset-head.even .hairset-head_ttl-lv2::before {
        right: auto;
        left: calc(100% + 1.5rem);
        border-bottom-color: #A7819D; }
  .hairset-gallery {
    padding-bottom: 6rem; }
    .hairset-gallery_group {
      padding-top: 2.5rem; }
    .hairset-gallery_ttl {
      margin-bottom: 1.5rem;
      text-align: center;
      font-weight: normal;
      font-size: 3rem;
      line-height: 1.5; }
    .hairset-gallery_list ul {
      padding: 0 3rem;
      display: flex;
      flex-wrap: wrap; }
      .hairset-gallery_list ul li {
        width: 25%;
        padding: 2.5rem 1rem; }
        .hairset-gallery_list ul li a {
          display: block;
          border-radius: 50%;
          position: relative;
          z-index: 1;
          height: 0;
          padding-top: 100%;
          overflow: hidden; }
    .hairset-gallery.special {
      background: rgba(107, 141, 154, 0.55);
      color: #fff;
      padding: 2.5rem 0;
      margin-top: 2.5rem; }
  .hairset-btn {
    padding: 10rem 0; }
    .hairset-btn a {
      background: #6B8D9A;
      box-shadow: 0 6px 0 0 #2E3E44; }
    .hairset-btn.even {
      background: #fff; }
      .hairset-btn.even a {
        background: #A7819D;
        box-shadow: 0 6px 0 0 #513A4B; }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-hairset .main-visual {
    height: 44rem;
    padding-top: 10rem; }
    .p-hairset .main-visual .ttl {
      font-size: 4rem;
      line-height: 6.2rem;
      min-height: 40rem; }

  .hairset-catch_inner {
    justify-content: space-between;
    padding: 2.5rem 1.5rem; }
    .hairset-catch_inner::before {
      border-width: 2.8rem 2.8rem 0 0; }
    .hairset-catch_inner::after {
      border-width: 0 0 2.8rem 2.8rem; }
  .hairset-catch_photo {
    width: 11rem; }
  .hairset-catch_desc {
    display: inline-block;
    flex-grow: 0; }
  .hairset-catch_ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.2; }
  .hairset-catch_sttl {
    font-size: 1.5rem;
    margin-bottom: 1rem; }
  .hairset-catch_copy {
    font-size: 1.5rem; }
  .hairset-catch_item {
    padding-bottom: 5.33rem; }
    .hairset-catch_item::after {
      width: 8rem;
      height: 5.33rem; }
  .hairset-head_inner {
    padding-top: 5rem; }
  .hairset-head_photo01 {
    width: 42%; }
  .hairset-head_photo02 {
    left: 34vw;
    width: 68vw; }
  .hairset-head_txt {
    margin-top: 30.5vw;
    justify-content: flex-start;
    padding-left: 4rem; }
  .hairset-head_ttl-lv2 {
    font-size: 3rem; }
  .hairset-head_ttl-lv3 {
    font-size: 2.2rem; }
  .hairset-head.even .hairset-head_photo02 {
    right: 34vw; } }
