@charset "UTF-8";

/* セクション 製品別切り替え（point / howto） */
body#page-bonding-colormask section.point[data-product],
body#page-bonding-colormask section.howto-holomaniac[data-product] {
  display: none;
}
body#page-bonding-colormask.bm-waterproof
  section.point[data-product="waterproof"],
body#page-bonding-colormask.bm-moistkeep
  section.point[data-product="moistkeep"],
body#page-bonding-colormask.bm-natural section.point[data-product="natural"],
body#page-bonding-colormask.bm-waterproof
  section.howto-holomaniac[data-product="waterproof"],
body#page-bonding-colormask.bm-moistkeep
  section.howto-holomaniac[data-product="moistkeep"],
body#page-bonding-colormask.bm-natural
  section.howto-holomaniac[data-product="natural"] {
  display: block;
}

/* .color-colormask-unlimitedyellow {
  color: #f4c744 !important;
} */

.color-colormask-waterproof {
  color: #000000 !important;
}

.color-colormask-moistkeep {
  color: #ffd500 !important;
}

.color-colormask-natural {
  color: #e9bfb7 !important;
}

.color-colormask-platinumsilver {
  color: #a6958e !important;
}

.color-colormask-ivorygreige {
  color: #b2908f !important;
}

.color-colormask-sepiamauve {
  color: #a98795 !important;
}

/* .color-colormask-topazmocha {
  color: #a4775b !important;
} */

/* ボーダー */
/* .bm-unlimitedyellow .lineup-details .details {
  border-color: #f4c744 !important;
} */

.bm-waterproof .lineup-details .details {
  border-color: #000000 !important;
}

.bm-moistkeep .lineup-details .details {
  border-color: #ffd500 !important;
}

.bm-natural .lineup-details .details {
  border-color: #e9bfb7 !important;
}

.bm-platinumsilver .lineup-details .details {
  border-color: #a6958e !important;
}

.bm-ivorygreige .lineup-details .details {
  border-color: #b2908f !important;
}

.bm-sepiamauve .lineup-details .details {
  border-color: #a98795 !important;
}

/* .bm-topazmocha .lineup-details .details {
  border-color: #a4775b !important;
} */

/*******************************
ポイントコンテンツ
*******************************/
section.point .point1 .inner {
  border-top-color: #000000;
}

section.point .point1 h2 {
  color: #000000;
}

section.point .point1 h3 {
  color: white;
  background-color: #000000;
}

section.point .point2 .inner {
  border-top-color: #ffd500;
}

section.point .point2 h2 {
  color: #ffd500;
}

section.point .point2 h3 {
  color: white;
  background-color: #ffd500;
}

section.point .point3 .inner {
  border-top-color: #f69790;
}

section.point .point3 h2 {
  color: #f69790;
}

section.point .point3 h3 {
  color: white;
  background-color: #f69790;
}

section.point .point4 .inner {
  border-top-color: #000000;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

section.point .point4 .inner.inner-left h2,
section.point .point4 .inner.inner-left h3 {
  text-align: center;
}

section.point .point4 .inner.inner-left p.p-01 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

section.point .point4 h2 {
  color: #000000;
}

section.point .point4 h3 {
  color: white;
  background-color: #000000;
  display: inline-block;
}

/*******************************
howto labels
*******************************/

.howto-holomaniac .box .pic {
  position: relative;
}

.howto-label {
  position: absolute;
  z-index: 2;
  background-color: #ffd500;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  padding: 8px 50px 8px 35px;
  line-height: 1.4;
  white-space: nowrap;
  clip-path: polygon(
    0 0,
    calc(100% - 20px) 0,
    100% 50%,
    calc(100% - 20px) 100%,
    0 100%
  );
}

.howto-label-ahoge {
  top: 27px;
  left: -42px;
  padding: 8px 38px 8px 20px;
}

.howto-label-maegami {
  top: 27px;
  left: -93px;
  padding: 8px 54px 8px 40px;
}

.howto-label-okurege {
  top: 27px;
  left: -46px;
  padding: 8px 30px 8px 15px;
}

.howto-holomaniac .box p {
  font-size: 26px;
  margin-top: 15px;
}

section.lineup .lineup-details .detail p.kome.kome-note {
  display: flex;
  gap: 0.5em;
  margin-top: 0;
}

.kome-mark {
  flex-shrink: 0;
}

.howto-usage {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8;
}

/* howto ラベル 商品別背景色 */
body.bm-waterproof .howto-label {
  background-color: #000000;
}
body.bm-moistkeep .howto-label {
  background-color: #ffd500;
}
body.bm-natural .howto-label {
  background-color: #f69790;
}

/*******************************
lineup
*******************************/

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

section.lineup .buttons .btn.on .prod {
  background-size: cover;
  background-repeat: no-repeat;
}

/* section.lineup .buttons .btn:nth-child(1):before {
  background-color: #f4c744;
} */
section.lineup .buttons .btn:before {
  /* transform: translateX(-28px); */
}

section.lineup .buttons .btn:nth-child(1):before {
  background-color: #000000;
}

section.lineup .buttons .btn:nth-child(2):before {
  background-color: #ffd500;
}

section.lineup .buttons .btn:nth-child(3):before {
  background-color: #e9bfb7;
}

section.lineup .buttons .btn:nth-child(4):before {
  background-color: #a6958e;
}

section.lineup .buttons .btn:nth-child(5):before {
  background-color: #b2908f;
}

section.lineup .buttons .btn:nth-child(6):before {
  background-color: #a98795;
}

/* section.lineup .buttons .btn:nth-child(8):before {
  background-color: #a4775b;
} */

/* section.lineup .buttons .btn.btn-unlimitedyellow.on .prod {
  background-image: url("../../images/lineup/bonding-colormask/btn/btn-unlimitedyellow-on.png");
} */

section.lineup .buttons .btn.btn-waterproof.on .prod {
  background-image: url("../../images/lineup/styling-hairmascara/btn/btn-waterproof-on.png");
}

section.lineup .buttons .btn.btn-moistkeep.on .prod {
  background-image: url("../../images/lineup/styling-hairmascara/btn/btn-moistkeep-on.png");
}

section.lineup .buttons .btn.btn-natural.on .prod {
  background-image: url("../../images/lineup/styling-hairmascara/btn/btn-natural-on.png");
}

section.lineup .buttons .btn.btn-platinumsilver.on .prod {
  background-image: url("../../images/lineup/bonding-colormask/btn/btn-platinumsilver-on.png");
}

section.lineup .buttons .btn.btn-ivorygreige.on .prod {
  background-image: url("../../images/lineup/bonding-colormask/btn/btn-ivorygreige-on.png");
}

section.lineup .buttons .btn.btn-sepiamauve.on .prod {
  background-image: url("../../images/lineup/bonding-colormask/btn/btn-sepiamauve-on.png");
}

/* section.lineup .buttons .btn.btn-topazmocha.on .prod {
  background-image: url("../../images/lineup/bonding-colormask/btn/btn-topazmocha-on.png");
} */

/*******************************
レシピ
*******************************/

.recipe-item {
  display: none;
}
.bonding-colormask-clear .recipe-item {
  display: block;
}

/* .bm-unlimitedyellow .recipe-item-unlimitedyellow {
  display: block;
} */
.bm-waterproof .recipe-item-waterproof {
  display: block;
}
.bm-moistkeep .recipe-item-moistkeep {
  display: block;
}
.bm-natural .recipe-item-natural {
  display: block;
}
.bm-platinumsilver .recipe-item-platinumsilver {
  display: block;
}
.bm-ivorygreige .recipe-item-ivorygreige {
  display: block;
}
.bm-sepiamauve .recipe-item-sepiamauve {
  display: block;
}
/* .bm-topazmocha .recipe-item-topazmocha {
  display: block;
} */

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

@media screen and (min-width: 769px) {
  section.page-top .inner .title {
    width: 660px;
    height: 148px;
    padding-left: 52px;
    justify-content: flex-start;
    background-size: 660px 148px;
  }

  section.page-top .inner .title .title-en,
  .toning-color-shampoo section.page-top .inner .title .title-en {
    letter-spacing: -0.05em;
  }

  section.lineup .buttons {
    width: 500px;
  }

  section.lineup .buttons .btn {
    height: 300px;
  }
  section.lineup .lineup-details .bgs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
  }
  section.lineup .lineup-details .bgs .bg {
    top: -300px;
    bottom: -300px;
    margin: auto 0;
    background-position: center;
  }
  section.lineup .buttons .btn:nth-child(n + 2) {
    /* margin-left: 7px; */
    margin-left: 0px;
  }

  section.lineup .buttons .btn {
    width: 168px !important;
  }

  section.lineup .lineup-details .detail .color-images {
    display: flex;
    width: 196px;
    margin: 24px 0 20px;
  }

  section.lineup .lineup-details .detail .color-images img {
    width: 100%;
  }

  section.lineup .lineup-details .detail .color-images .color-image {
    width: auto;
  }

  section.lineup .lineup-details .detail .color-images .color-image img {
    width: 100%;
    height: auto;
  }

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

  section.lineup .lineup-details .detail {
    height: auto;
    padding: 35px 70px 40px 540px;
    background-position: left 90px;
  }

  /* section.lineup .lineup-details .bgs .bg.bg-unlimitedyellow {
    background-image: url("../../images/lineup/bonding-colormask/bg/bg-unlimitedyellow.jpg");
  } */

  section.lineup .lineup-details .bgs .bg.bg-waterproof {
    background-image: url("../../images/lineup/styling-hairmascara/bg/bg-water-proof.jpg");
  }

  section.lineup .lineup-details .bgs .bg.bg-moistkeep {
    background-image: url("../../images/lineup/styling-hairmascara/bg/bg-moist-keep.jpg");
  }

  section.lineup .lineup-details .bgs .bg.bg-natural {
    background-image: url("../../images/lineup/styling-hairmascara/bg/bg-natural.jpg");
  }

  /* section.lineup .lineup-details .bgs .bg.bg-topazmocha {
    background-image: url("../../images/lineup/bonding-colormask/bg/bg-topazmocha.jpg");
  } */

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

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

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

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

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

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

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

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

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

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

  .recipe {
    transform: translateY(105px);
    background-size: 1080px auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url("../../images/lineup/bonding-colormask/recipe/recipe-bg.png");
    position: relative;
    z-index: 10;
    padding-bottom: 60px;
    padding-top: 15px;
  }

  .recipe-inner {
    width: 1000px;
    margin: 0 auto;
  }

  .bm-waterproof .recipe-inner,
  .bm-ivorygreige .recipe-inner {
    width: 600px;
  }

  .recipe-title-txt {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .reicpe-row {
    display: flex;
  }

  .reicpe-row-01 {
    border-bottom: 2px solid black;
    height: 50px;
  }

  .reicpe-row-01.column1 {
    width: 600px;
  }

  .reicpe-row .recipe-box:nth-child(1) {
    width: 200px;
    height: 100%;
  }

  .reicpe-row .recipe-box:nth-child(n + 2) {
    width: 400px;
    border-left: 2px solid black;
  }

  .recipe-box-01 {
    font-size: 36px;
    color: white;
    background-color: black;
    display: flex;
    align-items: center;
    padding: 0 0 0 17px;
  }

  .recipe-box-02 {
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .recipe-box-03 {
    padding: 20px 0 0 0;
    text-align: center;
  }

  .recipe-box img {
    width: 85%;
  }

  .recipe-box-txt-01 {
    font-size: 14px;
    margin-top: 5px;
  }
}

/*******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  section.page-top .inner .title .title-en,
  .toning-color-shampoo section.page-top .inner .title .title-en {
    letter-spacing: -0.05em;
  }
  section.lineup .buttons {
    width: 100%;
    max-width: 68vw;
  }

  section.lineup .buttons .btn:nth-child(n + 2) {
    margin-left: 0;
  }

  section.lineup .buttons .btn {
    padding: 0 0.5vw;
    height: 38vw;
    width: 25vw !important;
  }

  section.lineup .buttons .btn:before {
    /* transform: translateX(-4vw); */
  }

  section.lineup .lineup-details .detail h2 {
    padding-top: 10vw;
  }

  /* SP版: 内容量 → keep.png → 注釈 → 画像 の順に並び替え */
  section.lineup .lineup-details .detail .detail-inner {
    display: flex;
    flex-direction: column;
  }
  section.lineup .lineup-details .detail .detail-inner .p-02 {
    order: 1;
  }
  section.lineup .lineup-details .detail .detail-inner .color-images {
    order: 2;
  }
  section.lineup .lineup-details .detail .detail-inner .kome {
    order: 3;
  }
  section.lineup .lineup-details .detail .detail-inner .pic {
    order: 4;
  }
  section.lineup .lineup-details .detail .detail-inner .kome {
    width: auto;
    margin: 20px 5.3vw 0 5.3vw;
    padding-bottom: 0;
  }

  section.lineup .lineup-details .detail .detail-inner .kome:last-child {
    padding-bottom: 20px;
  }

  section.lineup .lineup-details .detail p.kome.kome-note {
    margin-top: 0;
    padding-bottom: 0;
  }

  section.lineup .lineup-details .detail .color-images {
    display: flex;
    width: auto;
    margin: 20px 5.3vw -2px 5.3vw;
    gap: 3vw;
  }

  section.lineup .lineup-details .detail .color-images img {
    width: 200px;
  }

  section.lineup .lineup-details .detail .color-images .color-image {
    width: 30vw;
  }

  section.lineup .lineup-details .detail .color-images .color-image img {
    width: 100%;
    height: auto;
  }

  /* point4 SP: PC版の中央揃えをリセットし、inner-leftデフォルト（point2と同じ）に */
  section.point .point4 .inner {
    width: calc(100% - 6.6vw);
    margin: 0;
    text-align: left;
  }

  section.point .point4 .inner.inner-left p.p-01 {
    margin: 20px 0 0 30px;
    width: auto;
  }

  section.lineup .buttons .btn {
    width: 22vw !important;
  }

  /* SP版: howto ラベル */
  .howto-label {
    font-size: 7.6vw;
    padding: 0.7vw 7.2vw 1vw 4vw;
  }

  .howto-label-ahoge {
    top: 5vw;
    left: -5.4vw;
    padding: 0.7vw 7.2vw 1vw 4vw;
  }

  .howto-label-maegami {
    top: 5vw;
    left: -5.4vw;
    padding: 0.7vw 9.2vw 1vw 6.6vw;
  }

  .howto-label-okurege {
    top: 5vw;
    left: -5.4vw;
    padding: 0.7vw 7.2vw 1vw 4.6vw;
  }

  .howto-holomaniac .box p {
    font-size: 20px;
  }

  .howto-usage {
    font-size: 12px;
    /* padding: 0 4vw; */
    width: 80vw;
    margin: 30px auto 0 auto;
    text-align: left;
  }

  section.store {
    margin-top: 60px;
    position: relative;
  }

  section.store .store-inner,
  .toning-color-shampoo section.store .store-inner {
    padding: 0;
  }

  section.store .store-inner .title-copy p.c-02 small {
    margin-top: 0;
  }

  section.store .store-inner .store-container .store-wrapper {
    margin-top: 20px;
  }

  .recipe {
    margin-top: 45px;
    margin-bottom: 20px;
    padding-top: 45px;
    background-image: url("../../images/lineup/bonding-colormask/recipe/recipe-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    position: relative;
  }

  .recipe::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5.8vw;
    z-index: 5;
    width: 100%;
    height: 6vw;
    background-image: url("../../images/lineup/bonding-colormask/recipe/recipe-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
  }

  .recipe-inner {
    width: 100%;
    padding: 0 4vw 40px;
    margin: 0 auto;
    background-color: white;
  }
  .bm-waterproof .recipe-inner,
  .bm-ivorygreige .recipe-inner {
    width: 66%;
  }

  .recipe-title-txt {
    font-size: 18px;
    padding-bottom: 17px;
  }

  .reicpe-row {
    display: flex;
  }

  .reicpe-row-01 {
    border-bottom: 2px solid black;
    height: 45px;
  }

  .reicpe-row .recipe-box:nth-child(1) {
    width: 24vw;
    height: 100%;
  }

  .reicpe-row .recipe-box:nth-child(n + 2) {
    width: 34vw;
    border-left: 2px solid black;
  }

  .recipe-box-01 {
    white-space: nowrap;
    font-size: 18px;
    color: white;
    background-color: black;
    display: flex;
    align-items: flex-end;
    padding: 0 0 3px 10px;
  }

  .recipe-box-02 {
    white-space: nowrap;
    font-size: 10px;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .recipe-box-03 {
    text-align: center;
  }

  .recipe-img-01 {
    margin-top: 5vw;
    width: 80%;
    max-width: 120px;
  }

  .recipe-img-02 {
    margin-top: 3vw;
    width: 90%;
    max-width: 180px;
  }

  .recipe-box-txt-01 {
    white-space: nowrap;
    font-size: 10px;
    margin-top: 1vw;
  }

  .recipe-txt {
    transform: scale(0.9);
  }

  .recipe-txt {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 340px) {
  section.page-top .inner .title {
    margin-left: -16px;
  }
}

