@charset "UTF-8";

/*******************************
ポイントコンテンツ
*******************************/
section.point[data-product="murasaki"] .point1 .inner {
  border-top-color: #727171;
}

section.point[data-product="murasaki"] h2 {
  color: #727171;
}

section.point[data-product="murasaki"] h3 {
  color: white;
  background-color: #727171;
}

section.point[data-product="murasaki"] .inner {
  border-top-color: #727171;
}

section.point[data-product="murasaki"] .point6 h2 {
  color: #6e2770;
}

section.point[data-product="murasaki"] .point6 h3 {
  color: white;
  background-color: #6e2770;
}

section.point[data-product="murasaki"] .point6 .inner {
  border-top-color: #6e2770;
}

/*******************************
lineup
*******************************/
.color-murasaki {
  color: #3a2380 !important;
}

section.lineup .buttons .btn .prod img {
  cursor: pointer;
}

section.lineup .buttons .btn.btn-murasaki:before {
  background-color: #727171;
}

section.lineup .buttons .btn.btn-murasaki.on .prod {
  background-image: url("../../images/lineup/murasaki/btn/btn-murasaki-on.png");
  background-size: cover;
  background-repeat: no-repeat;
}

section.lineup .buttons .btn.btn-murasaki.on .prod img {
  visibility: hidden;
}

section.lineup.lineup-bonding-oil .buttons .btn.btn-murasaki.on .prod img {
  visibility: hidden;
}

section.lineup.lineup-bonding-oil .buttons .btn .prod img {
  cursor: pointer;
}

section.lineup.lineup-bonding-oil .buttons .btn.btn-bonding-oil:before {
  background-color: #a6a7a7;
}

section.lineup.lineup-bonding-oil .buttons .btn.btn-bonding-oil.on .prod {
  background-image: url("../../images/lineup/bonding-oil/btn/btn-bonding-oil-on.png");
  background-size: cover;
  background-repeat: no-repeat;
}

section.lineup.lineup-bonding-oil .buttons .btn.btn-bonding-oil.on .prod img {
  visibility: hidden;
}

section.lineup .buttons .btn.btn-murasaki.on .prod {
  background-image: url("../../images/lineup/bonding-color-shampoo/btn/btn-murasaki-on.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.murasaki section.page-top .inner .title .title-en.font-DIN-C {
  letter-spacing: -0.05em;
}

.murasaki .swiper-wrapper {
  height: auto !important;
}

/*******************************
PC
*******************************/

@media screen and (min-width: 769px) {
  .murasaki section.page-top .inner .title {
    width: 810px;
    height: 148px;
    background-size: 810px 148px;
  }

  section.point[data-product="murasaki"] .point-box.point1 p.p-01 {
    width: 530px;
  }

  section.point[data-product="murasaki"] .point2 h3 {
    text-align: right;
    letter-spacing: -0.025em;
    font-size: 30px;
  }

  section.point[data-product="murasaki"] .point-box.point4 .pic {
    width: 237px;
    right: 190px;
    top: 100px;
  }

  .murasaki section.lineup .buttons {
    width: 95px;
    justify-content: center;
  }

  .murasaki section.lineup .buttons .btn {
    width: 95px;
  }

  section.lineup .buttons .btn.btn-re.on::after {
    transform: translateY(20px);
  }

  section.lineup .buttons .btn.btn-re::after {
    content: "";
    width: 119px;
    height: 79px;
    background-image: url("../../images/lineup/murasaki/renewal.png");
    background-size: 119px 79px;
    position: absolute;
    top: -11px;
    left: 80px;
    transition: 0.2s;
  }

  section.lineup .lineup-details .details {
    width: 1200px;
  }

  section.lineup .lineup-details .detail {
    height: auto;
    padding: 50px 70px 40px 540px;
  }

  section.lineup .lineup-details .bgs .bg.bg-murasaki {
    background-image: url("../../images/lineup/murasaki/bg/bg-01.png");
  }

  section.lineup .lineup-details p.kome {
    line-height: 1.666em;
  }

  section.lineup .lineup-details .detail.detail-murasaki {
    background-image: url("../../images/lineup/murasaki/img-01.jpg");
    background-size: 480px auto;
  }

  section.lineup .lineup-details .detail .banner-ar {
    bottom: auto;
    top: 602px;
  }

  section.lineup .lineup-details .detail .banner-color-charge {
    width: 440px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: absolute;
    top: 722px;
    left: 20px;
    border: 1px solid #e82f8a;
    color: #e82f8a;
  }

  section.lineup .lineup-details .detail .banner-ar-en {
    font-size: 50px;
    line-height: 1em;
    white-space: nowrap;
    padding-top: 0 !important;
  }

  section.lineup .lineup-details .detail .banner-color-charge .banner-ar-ja {
    font-size: 14px;
    line-height: 1em;
    white-space: nowrap;
    transform: translateY(1px);
    letter-spacing: -0.05em;
  }

  section.lineup .lineup-details .detail .banner-color-charge .icon-arrow {
    transform: translateX(-15px);
  }

  .detail-murasaki .color-images .color-image-container {
    height: auto !important;
    display: block !important;
    padding-bottom: 30px !important;
  }

  .detail-murasaki .color-images .color-image-row {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .detail-murasaki .color-image {
    width: 250px !important;
    margin: 0 !important;
  }

  .murasaki section.store .store-inner .title-copy {
    width: auto;
  }

}

/*******************************
SP
*******************************/

@media screen and (max-width: 768px) {
  .lineup .lineup-details .detail .color-images .color-image-container .hair {
    width: 65%;
  }

  section.point[data-product="murasaki"] .point-box.point4 .pic {
    width: 31.6vw;
    margin: clamp(20px, 5vw, 100px) auto 0;
  }

  .murasaki section.page-top .inner .title {
    width: 100%;
    height: 94px;
    background-size: 488px 94px !important;
    background-position: center;
  }

  .murasaki section.lineup .buttons {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .murasaki section.lineup .buttons .btn {
    width: 14vw;
    margin: 0;
  }

  section.lineup .buttons .btn.btn-re.on::after {
    transform: translateY(10px);
  }

  section.lineup .buttons .btn.btn-re::after {
    content: "";
    width: 20.6vw;
    height: 12.7vw;
    background-image: url("../../images/lineup/murasaki/renewal.png");
    background-size: 20.6vw 12.7vw;
    position: absolute;
    top: -13px;
    right: -18vw;
    transition: 0.2s;
  }

  section.lineup .lineup-details .detail .banner-color-charge {
    width: 89vw;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 10px;
    padding: 0 10px;
    border: 1px solid #e82f8a;
    color: #e82f8a;
  }

  section.lineup .lineup-details .detail .banner-ar-en {
    font-size: 30px;
    line-height: 1em;
    white-space: nowrap;
  }

  section.lineup .lineup-details .detail .banner-ar-ja {
    font-size: 12px;
    line-height: 1em;
    white-space: nowrap;
    transform: translateY(-4px);
  }

  section.lineup .lineup-details .detail h2 {
    padding-top: 50px;
  }

  .detail-murasaki .color-images .color-image-container {
    height: auto !important;
    display: block !important;
  }

  .detail-murasaki .color-images .color-image-row {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .detail-murasaki .color-image {
    width: 41vw !important;
    margin: 0 !important;
  }


}