@charset "utf-8";

/* CSS Document */



/* =========================
   how to use
========================= */
.bcy-use-heading {
  margin: 70px 0 50px;
  padding-left: calc(26% + 18px);
  text-align: left;
        font-family: "Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif;
      font-weight: 500;
      letter-spacing: 0.06em;
      line-height: 1.8; 
            font-size: clamp(26px, 2.6vw, 40px);
      line-height: 1.65;
      font-weight: 500;
      letter-spacing: 0.08em;
    
}

.bcy-use-flow {
  width: 72%;
  margin: 10px auto 80px;
  color: #fff;
  font-family: "Yu Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Times New Roman",serif;
}

.bcy-use-step {
  display: grid;
  grid-template-columns: 26% 74%;
  align-items: center;
  gap: 18px;
  margin: 0;
}

.bcy-use-step--wash,
.bcy-use-step--cream {
  display: grid;
  grid-template-columns: 26% 74%;
  gap: 18px;
  justify-content: normal;
}

.bcy-use-step--wash .bcy-use-label,
.bcy-use-step--cream .bcy-use-label {
  grid-column: 2;
  justify-self: start;
}

.bcy-use-label a,
.bcy-use-label a:link,
.bcy-use-label a:visited,
.bcy-use-label a:hover,
.bcy-use-label a:focus,
.bcy-use-label a:active {
  color: #fff;
  text-decoration: none;
}

.bcy-use-img {
  text-align: center;
}

/* 商品画像シャドウ：ブラー弱め */
.bcy-use-img img {
  width: 64px;
  height: auto;
  filter:
    drop-shadow(5px 0 4px rgba(255,255,255,0.75))
    drop-shadow(9px 0 6px rgba(255,255,255,0.35));
}

.bcy-use-text {
  text-align: left;
}

.bcy-use-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 30px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,0.9);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1;
}

.bcy-use-bar {
  width: 100%;
  max-width: none;
  margin: 10px 0 14px;
  padding: 6px 14px;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  background: linear-gradient(
    to right,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0.9) 58%,
    rgba(255,255,255,0) 100%
  );
}

.bcy-use-text p {
  margin: 0 0 14px;
  text-align: left;
  text-align-last: left;
  color: rgba(255,255,255,0.95);
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.bcy-use-note {
  margin-top: 18px;
  padding: 24px 28px;
  border: 1px solid rgba(255,255,255,0.75);
  color: rgba(255,255,255,0.95);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.bcy-use-arrow {
  width: 0;
  height: 0;
  margin: 16px 0 18px calc(26% + 56px);
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 20px solid rgba(255,255,255,0.26);
}

.bcy-use-note p {
  margin: 0 0 16px;
}

.bcy-use-link {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity .25s ease;
}

.bcy-use-link:hover {
  opacity: .7;
}

/* SP */
@media (max-width: 700px) {
  .bcy-use-heading {
    padding-left: calc(24% + 12px);
  }
  .bcy-use-flow {
    width: 88%;
    margin: 4px auto 65px;
  }

  .bcy-use-step,
  .bcy-use-step--wash,
  .bcy-use-step--cream {
    grid-template-columns: 24% 76%;
    gap: 12px;
  }

  .bcy-use-step--wash .bcy-use-label,
  .bcy-use-step--cream .bcy-use-label {
    grid-column: 2;
    justify-self: start;
  }

  .bcy-use-img img {
    width: 48px;
    filter:
      drop-shadow(4px 0 3px rgba(255,255,255,0.75))
      drop-shadow(8px 0 5px rgba(255,255,255,0.35));
  }

  .bcy-use-label {
    min-width: 96px;
    height: 28px;
    padding: 0 14px;
    font-size: 14px;
    letter-spacing: 0.28em;
  }

  .bcy-use-bar {
    max-width: 100%;
    margin: 9px 0 11px;
    padding: 6px 10px;
    font-size: 13px;
  }

  .bcy-use-text p {
    font-size: 13px;
    line-height: 1.9;
  }

  .bcy-use-note {
    margin-top: 14px;
    padding: 14px 14px;
    font-size: 12px;
    line-height: 1.9;
  }

  .bcy-use-arrow {
    margin: 14px 0 16px calc(24% + 46px);
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-width: 19px;
  }
}
