﻿
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  https://www.albion-cosmetics.com/
 * File name: icon_poudre.css
 * Summary:   ICON PRODUCTS (poudre) コンテンツの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    poudre
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * poudre
 * ========================================
 */
body[id="icon"].ip-poudre-renewal2023 .l-main {
  margin-top: 0;
}
/* @media screen and (min-width: 600px) {
  body[id="icon"].ip-poudre-renewal2023 .l-main {
    margin-bottom: 0;
  }
} */

/* @media screen and (min-width: 920px) {
  body[id="icon"].ip-poudre-renewal2023 .l-inner {
    width: 100%;
    max-width: 1040px;
  }
} */

body[id="icon"].ip-poudre-renewal2023 img {
  max-width: 100%;
  height: auto;
}

/* [ modal ]
 ------------------------------ */

/* modal - movie */
#icon .js-modal.modalMovie {
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #icon .js-modal.modalMovie .l-inner {
    margin: 0 3%;
  }
}
@media screen and (min-width: 960px) {
  #icon .js-modal.modalMovie .l-inner {
    width: auto;
    max-width: initial;
    margin: 0 40px;
  }
}

/* [ boxMovie ]
 ------------------------------ */
body.ip-poudre-renewal2023 .boxMovie .js-modalHandler.open.movie::before {
  display: block;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.1);
}
body.ip-poudre-renewal2023 .boxMovieIconPlay {
  margin-bottom: 0;
}

a.btnGoldHasArrow {
  display: block;
  position: relative;
  background-color: #ccbd83;
  padding: 1.2em 2em 1em;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
a.btnGoldHasArrow::after {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(20 / 16 * 1em);
  transform: rotate(45deg);
  width: calc(10 / 16 * 1em);
  height: calc(10 / 16 * 1em);
  margin-top: calc(-6 / 16 * 1em);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  content: "";
}
@media screen and (min-width: 600px) {
  a.btnGoldHasArrow {
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
  }
}

/**
 * hero
 * ----------------------------------
 */
.heroIconPoudre {
}
.heroIconPoudre img {
  width: 100%;
  height: auto;
}

/**
 * coupon
 * ----------------------------------
 */
.bannerCoupon {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 11;
  height: 220px;
}
@media screen and (max-width: 599px) {
  .bannerCoupon {
    transform: scale(0.6);
    transform-origin: right bottom;
  }
}

.btnToggleBannerCoupon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 40px;
  height: 240px;
  margin: 0;
  padding: 0;
  border: 4px solid #fff;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
  background: #f2f2f2;
  color: #646464;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
}
.btnToggleBannerCoupon::after {
  display: block;
  position: absolute;
  right: 50%;
  bottom: 20px;
  transform: rotate(-45deg);
  width: calc(8 / 13 * 1em);
  height: calc(8 / 13 * 1em);
  margin-right: calc(-7 / 13 * 1em);
  border-top: 1px solid #646464;
  border-left: 1px solid #646464;
  box-sizing: border-box;
  content: "";
}
.btnToggleBannerCoupon .text {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  text-align: center;
  margin-inline-end: calc(44px - 1em);
  padding-inline: 1em;
  padding-block: 0.5em;
}

.bannerCouponInnerOpen .btnToggleBannerCoupon::after {
  transform: rotate(135deg);
  margin-right: calc(-2 / 13 * 1em);
  margin-bottom: calc(-4 / 13 * 1em);
  bottom: 50%;
}
.bannerCouponInnerOpen .btnToggleBannerCoupon .text {
  display: none;
}

.bannerCouponInnerClose {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  transition-property: opacity, transform;
  pointer-events: none;
}
.bannerCoupon.is-close .bannerCouponInnerClose {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.bannerCouponInnerOpen {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0);
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.25);
  transition: all 0.6s ease;
  transition-property: opacity, transform;
}
.bannerCoupon.is-close .bannerCouponInnerOpen {
  opacity: 0;
  transform: translateX(50%);
  pointer-events: none;
}
@media screen and (min-width: 600px) {
  .bannerCoupon.is-hidden .bannerCouponInnerOpen {
    opacity: 0;
    transform: translateX(50%);
    pointer-events: none;
  }
}

.bannerCouponInnerOpen .itemBtn {
  flex-shrink: 0;
}
.bannerCouponInnerOpen .itemLink {
  width: 160px;
}
.bannerCouponInnerOpen .itemLink a {
  display: block;
}

/**
 * sectionWhatsPoudre
 * ----------------------------------
 */
.sectionWhatsPoudre {
  overflow: hidden;
  background-image: url(../image/bg_01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sectionWhatsPoudre {
    padding-top: calc(110 / 750 * 100%);
    padding-bottom: calc(50 / 750 * 100%);
    background-size: calc(900 / 750 * 100%) 100%;
  }
}
@media screen and (min-width: 600px) {
  .sectionWhatsPoudre {
    padding-top: calc(120 / 1280 * 100%);
    padding-bottom: calc(100 / 1280 * 100%);
  }
}

.sectionWhatsPoudre .l-inner {
  position: relative;
}
.sectionWhatsPoudre .l-inner > *:not(.sectionWhatsPoudrePoint) {
  position: relative;
  z-index: 1;
}
.sectionWhatsPoudre .l-inner::before {
  display: block;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 599px) {
  .sectionWhatsPoudre .l-inner {
    margin-inline: 30px;
  }
  .sectionWhatsPoudre .l-inner::before {
    top: 56%;
    width: calc(900 / 630 * 100%);
    padding-top: calc(900 / 630 * 100%);
  }
}
@media screen and (min-width: 600px) {
  .sectionWhatsPoudre .l-inner::before {
    width: calc(900 / 1040 * 100%);
    padding-top: calc(900 / 1040 * 100%);
  }
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
  .sectionWhatsPoudre .l-inner {
    width: auto;
    margin-inline: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .sectionWhatsPoudre .l-inner {
    width: 100%;
    max-width: 1040px;
  }
}

.sectionWhatsPoudreTitle {
  line-height: 1.25;
}
.sectionWhatsPoudreTitle.ff_title {
  color: #af9d5e;
  text-transform: none;
}
@media screen and (max-width: 599px) {
  .sectionWhatsPoudreTitle {
    font-size: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionWhatsPoudreTitle {
    font-size: 5.4rem;
  }
}

.sectionWhatsPoudreDescription {
}
@media screen and (max-width: 599px) {
  .sectionWhatsPoudreDescription {
    margin-block-start: 20px;
  }
}
@media screen and (min-width: 600px) {
  .sectionWhatsPoudreDescription {
    margin-block-start: 15px;
    margin-inline: auto;
    width: calc(440 / 1040 * 100%);
  }
}

.sectionWhatsPoudrePoint {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 599px) {
  .sectionWhatsPoudrePoint {
    gap: 15px 16px;
    position: relative;
    z-index: 1;
    margin-block-start: 20px;
  }
}
@media screen and (min-width: 600px) {
  .sectionWhatsPoudrePoint {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    gap: calc(80 / 560 * 100%) calc(560 / 1040 * 100%);
    margin-block-start: calc(-30 / 1040 * 100%);
  }
}

.sectionWhatsPoudreImage {
  margin-block-start: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .sectionWhatsPoudreImage {
    width: calc(510 / 630 * 100%);
  }
}
@media screen and (min-width: 600px) {
  .sectionWhatsPoudreImage {
    width: calc(440 / 1040 * 100%);
  }
}

/**
 * sectionColorVariation
 * ----------------------------------
 */
.sectionColorVariation {
  background-color: #f3f1e9;
}
@media screen and (max-width: 599px) {
  .sectionColorVariation {
    padding-block: calc(110 / 750 * 100%) calc(120 / 750 * 100%);
  }
}
@media screen and (min-width: 600px) {
  .sectionColorVariation {
    padding-block: calc(110 / 1280 * 100%) calc(120 / 1280 * 100%);
  }
}

.sectionColorVariationTitle {
  line-height: 1.3;
  text-align: center;
}
.sectionColorVariationTitle.ff_title {
  text-transform: none;
}
@media screen and (max-width: 599px) {
  .sectionColorVariationTitle {
    margin-block-end: 40px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionColorVariationTitle {
    margin-block-end: 70px;
    font-size: 3.2rem;
    letter-spacing: 0;
  }
}

.sectionColorVariationButton {
}
@media screen and (max-width: 599px) {
  .sectionColorVariationButton {
    margin-block-start: 30px;
  }
}
@media screen and (min-width: 600px) {
  .sectionColorVariationButton {
    margin-block-start: 60px;
  }
}

/* listColorPoudre */
.listColorPoudre {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.listColorPoudreBox {
  position: relative;
  padding-inline: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.listColorPoudreBoxTitle {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-block: 0.6em 0.4em;
  border-radius: 5px;
  background-color: #ccbd83;
  color: #fff;
  line-height: 1;
}
.listColorPoudreBoxImage {
  margin-bottom: 10px;
}
.listColorPoudreBoxType {
  margin-bottom: 0.5em;
}
.listColorPoudreBoxType [class*="label"] {
  display: inline-block;
  padding: 0.25em 1em 0;
  color: #fff;
  line-height: 1.4;
}
.listColorPoudreBoxType .labelSemiMat {
  background-color: #eebf8e;
}
.listColorPoudreBoxType .labelRadiant {
  background-color: #ccbd83;
}
.listColorPoudreBoxText {
  line-height: 1.4;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .listColorPoudre {
    gap: 30px calc(30 / 690 * 100%);
  }
  .listColorPoudreBox {
    width: calc(330 / 690 * 100%);
    padding-block: 25px 10px;
    border-radius: 8px;
  }

  .listColorPoudreBoxTitle {
    width: 45px;
    font-size: 1.5rem;
  }
  .listColorPoudreBoxImage img {
    width: 120px;
  }
  .listColorPoudreBoxType [class*="label"] {
    font-size: 1rem;
  }
  .listColorPoudreBoxText {
    font-size: 1.2rem;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .listColorPoudre {
    gap: 50px calc(40 / 920 * 100%);
  }
  .listColorPoudreBox {
    width: calc(280 / 920 * 100%);
    padding-block: 40px 30px;
    border-radius: 10px;
  }

  .listColorPoudre:not(
      :has(> .listColorPoudreBox.is-pickup):has(
          > .listColorPoudreBox:nth-child(7):last-child
        )
    )
    .listColorPoudreBox:nth-child(1) {
    margin-inline-start: calc(160 / 920 * 100%);
  }
  .listColorPoudre:not(
      :has(> .listColorPoudreBox.is-pickup):has(
          > .listColorPoudreBox:nth-child(7):last-child
        )
    )
    .listColorPoudreBox:nth-child(2) {
    margin-inline-end: calc(160 / 920 * 100%);
  }

  .listColorPoudreBoxTitle {
    width: 60px;
    font-size: 2rem;
  }
  .listColorPoudreBoxImage img {
    width: 180px;
  }
  .listColorPoudreBoxType [class*="label"] {
    font-size: 1.2rem;
  }
}

.listColorPoudreBox.is-pickup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  width: 100%;
}
.listColorPoudreBox.is-pickup .listColorPoudreBoxTitle {
  left: 0;
  transform: initial;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.listColorPoudreBox.is-pickup .listColorPoudreBoxImage {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-bottom: 0;
}
.listColorPoudreBox.is-pickup .listColorPoudreBoxType {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
  margin-bottom: 0;
  text-align: left;
}
.listColorPoudreBox.is-pickup .listColorPoudreBoxText {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: flex-start;
  text-align: left;
}
/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .listColorPoudreBox.is-pickup {
    gap: 0.5em 30px;
    padding-block: 20px;
    padding-inline: 15px;
    box-shadow: inset 0 0 0 2px #ccbd83;
  }
  .listColorPoudreBox.is-pickup .listColorPoudreBoxImage img {
    width: 140px;
  }
  .listColorPoudreBox.is-pickup .listColorPoudreBoxText {
    font-size: 1.6rem;
  }
}
/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .listColorPoudreBox.is-pickup {
    gap: 1em 40px;
    padding-block: 30px;
    padding-inline: 60px;
    box-shadow: inset 0 0 0 4px #ccbd83;
  }
  .listColorPoudreBox.is-pickup .listColorPoudreBoxImage {
    text-align: right;
  }
  .listColorPoudreBox.is-pickup .listColorPoudreBoxImage img {
    width: 240px;
  }
  .listColorPoudreBox.is-pickup .listColorPoudreBoxType {
    font-size: 1.4rem;
  }
  .listColorPoudreBox.is-pickup .listColorPoudreBoxText {
    font-size: 2.4rem;
  }
}

/*.listColorPoudreBox.is-new {
  position: relative;
}
.listColorPoudreBox.is-new::before {
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(
    225deg,
    #ccbd83 50%,
    rgba(204, 189, 131, 0) 50%
  );
  content: "";
}
.listColorPoudreBox.is-new::after {
  position: absolute;
  transform: rotate(45deg);
  width: fit-content;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1;
  content: "NEW";
} */
.listColorPoudreBox.is-new .listColorPoudreBoxType::before {
  display: block;
  width: fit-content;
  margin-block-end: 4px;
  padding-block: 0.35em;
  padding-inline: 1em;
  border-radius: 100vmax;
  background-color: #ccbd83;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  content: "NEW";
}
/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  /* .listColorPoudreBox.is-new::before {
    width: 60px;
    height: 60px;
    border-top-right-radius: 8px;
  }
  .listColorPoudreBox.is-new::after {
    top: 16px;
    right: 8px;
    font-size: 0.9rem;
  } */
  .listColorPoudreBox.is-new .listColorPoudreBoxType::before {
    font-size: 1rem;
  }
}
/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  /* .listColorPoudreBox.is-new::before {
    width: 100px;
    height: 100px;
    border-top-right-radius: 10px;
  }
  .listColorPoudreBox.is-new::after {
    top: 27px;
    right: 12px;
    font-size: 1.5rem;
  } */
}

/**
 * LINE UP
 * ----------------------------------
 */
.sectionProductListPoudre {
}
@media screen and (max-width: 599px) {
  .sectionProductListPoudre {
    padding-block: calc(110 / 750 * 100%) calc(110 / 750 * 100%);
  }
}
@media screen and (min-width: 600px) {
  .sectionProductListPoudre {
    padding-block: calc(110 / 1280 * 100%) calc(110 / 1280 * 100%);
  }
}

.sectionProductListPoudreTitle {
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sectionProductListPoudreTitle {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionProductListPoudreTitle {
    margin-bottom: 60px;
    font-size: 4rem;
  }
}

.sectionProductListPoudreContent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sectionProductListPoudreContent .itemList {
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .sectionProductListPoudreContent {
    gap: 50px calc(90 / 690 * 100%);
  }
}

@media screen and (min-width: 600px) {
  .sectionProductListPoudreContent {
    gap: 60px calc(40 / 600 * 100%);
    max-width: 600px;
    margin-inline: auto;
  }
}

.sectionProductListPoudreContent.sectionProductList .itemImage img {
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .sectionProductListPoudreContent.sectionProductList .itemImage {
    padding-top: calc(220 / 300 * 100%);
  }
  .sectionProductListPoudreContent.sectionProductList .itemImage img {
    width: 100px;
  }
}
@media screen and (min-width: 600px) {
  .sectionProductListPoudreContent.sectionProductList .itemImage {
    padding-top: calc(160 / 280 * 100%);
  }
  .sectionProductListPoudreContent.sectionProductList .itemImage img {
    width: 200px;
  }
}

.sectionProductListPoudreContent.sectionProductList .itemText .textDescription {
  color: #a0a0a0;
}
@media screen and (max-width: 599px) {
  .sectionProductListPoudreContent.sectionProductList
    .itemText
    .textDescription {
    margin-top: 15px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionProductListPoudreContent.sectionProductList
    .itemText
    .textDescription {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

/**
 * sectionHowToUsePoudre
 * ----------------------------------
 */
.sectionHowToUsePoudre {
}
.sectionProductListPoudre + .sectionHowToUsePoudre {
  border-top: 1px solid #c8c8c8;
}
@media screen and (max-width: 599px) {
  .sectionHowToUsePoudre {
    padding-block: calc(100 / 750 * 100%) calc(120 / 750 * 100%);
  }
}
@media screen and (min-width: 600px) {
  .sectionHowToUsePoudre {
    padding-block: calc(110 / 1280 * 100%) calc(120 / 1280 * 100%);
  }
}

.sectionHowToUsePoudreTitle {
  line-height: 1.2;
  text-align: center;
}
.sectionHowToUsePoudreTitle.ff_title {
  text-transform: none;
}
@media screen and (max-width: 599px) {
  .sectionHowToUsePoudreTitle {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionHowToUsePoudreTitle {
    margin-bottom: 40px;
    font-size: 4rem;
  }
}

/**
 * sectionEleganceBaseUV
 * ----------------------------------
 */
.sectionEleganceBaseUV {
  text-align: center;
}

.sectionEleganceBaseUVInner {
  position: relative;
  box-sizing: border-box;
  /* background-image: url(../image/bg_03.jpg);
  background-position: top center;
  background-repeat: no-repeat; */
}
.sectionEleganceBaseUVInner::before {
  position: absolute;
  inset: 0;
  bottom: auto;
  z-index: -1;
  background-image: url(../image/bg_03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 599px) {
  .sectionEleganceBaseUVInner {
    margin-inline: 15px;
    padding-block: calc(90 / 690 * 100%) calc(120 / 690 * 100%);
    padding-inline: calc(30 / 690 * 100%);
  }
  .sectionEleganceBaseUVInner::before {
    height: calc(230 / 690 * (100vw - 30px) + 235px);
  }
}
@media screen and (max-width: 325px) {
  .sectionEleganceBaseUVInner::before {
    height: calc(230 / 690 * (100vw - 30px) + 260px);
  }
}
@media screen and (min-width: 600px) {
  .sectionEleganceBaseUVInner {
    margin-inline: 40px;
    padding-block: calc(110 / 1200 * 100%);
    padding-inline: calc(80 / 1200 * 100%);
  }
  .sectionEleganceBaseUVInner::before {
    height: calc(110 / 1200 * (100vw - 80px) + 510px);
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sectionEleganceBaseUVInner::before {
    height: calc(110 / 1200 * (100vw - 80px) + 460px);
  }
}

.sectionEleganceBaseUVTitle {
  line-height: 1.2;
  text-align: center;
}
.sectionEleganceBaseUVTitle.ff_title {
  text-transform: none;
}
@media screen and (max-width: 599px) {
  .sectionEleganceBaseUVTitle {
    margin-block-end: 10px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionEleganceBaseUVTitle {
    margin-block-end: 25px;
    font-size: 4.4rem;
  }
}

.sectionEleganceBaseUVDescription {
}
@media screen and (max-width: 599px) {
  .sectionEleganceBaseUVDescription {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionEleganceBaseUVDescription {
    margin-block-end: 25px;
    font-size: 1.6rem;
  }
}

.sectionEleganceBaseUVProduct {
}
@media screen and (max-width: 599px) {
  .sectionEleganceBaseUVProduct {
    margin-block-start: 40px;
  }
}
@media screen and (min-width: 600px) {
  .sectionEleganceBaseUVProduct {
    margin-block-start: 70px;
  }
}

.sectionEleganceBaseUVProductTitle {
  display: flex;
  align-items: center;
  gap: calc(20 / 30 * 1em);
  position: relative;
  line-height: 1.4;
}
.sectionEleganceBaseUVProductTitle.ff_title {
  color: #999;
}
.sectionEleganceBaseUVProductTitle::before,
.sectionEleganceBaseUVProductTitle::after {
  flex-grow: 1;
  display: block;
  border-top: 1px solid #ababab;
  content: "";
}
.sectionEleganceBaseUVProductTitle .textSeries {
  position: absolute;
  top: -0.25em;
  left: 50%;
  transform: translate(-50%, -100%);
  color: #000;
  font-weight: bold;
}
.sectionEleganceBaseUVProductTitle.ff_title .textSeries {
  text-transform: none;
}
@media screen and (max-width: 599px) {
  .sectionEleganceBaseUVProductTitle {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .sectionEleganceBaseUVProductTitle .textSeries {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionEleganceBaseUVProductTitle {
    margin-bottom: 25px;
    font-size: 3rem;
  }
  .sectionEleganceBaseUVProductTitle .textSeries {
    font-size: 2rem;
  }
}

.sectionEleganceBaseUVProductDescription {
}
@media screen and (max-width: 599px) {
  .sectionEleganceBaseUVProductDescription {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionEleganceBaseUVProductDescription {
    font-size: 1.4rem;
  }
}

.sectionEleganceBaseUVProductContent {
}
@media screen and (max-width: 599px) {
  .sectionEleganceBaseUVProductContent {
    margin-block-start: 30px;
  }
}
@media screen and (min-width: 600px) {
  .sectionEleganceBaseUVProductContent {
    margin-block-start: 40px;
  }
}

.sectionEleganceBaseUVProductList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-inline: auto;
}
.sectionEleganceBaseUVProductListItem {
  position: relative;
}
@media screen and (max-width: 599px) {
  .sectionEleganceBaseUVProductList {
    gap: 50px calc(10 / 640 * 100%);
    margin-inline: calc(-5 / 630 * 100%);
  }
  .sectionEleganceBaseUVProductListItem {
    padding-top: 30px;
  }
  .sectionEleganceBaseUVProductListItem:nth-child(even) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 600px) {
  .sectionEleganceBaseUVProductList {
    gap: calc(60 / 840 * 100%);
    max-width: 840px;
  }
  .sectionEleganceBaseUVProductListItem {
    padding-top: 50px;
  }
}

.sectionEleganceBaseUVProductListItemImageWrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.sectionEleganceBaseUVProductListItemImageCaption {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(90 / 14 * 1em);
  padding: calc(10 / 14 * 1em) 1em calc(6 / 14 * 1em);
  border-radius: 999px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.sectionEleganceBaseUVProductListItemImageCaption.is-new {
  width: calc(120 / 14 * 1em);
}
.sectionEleganceBaseUVProductListItemImageCaption.is-new::before {
  display: inline-block;
  position: relative;
  top: calc(-2 / 11 * 1em);
  padding: calc(4 / 11 * 1em) 0.5em calc(1 / 11 * 1em) 0.6em;
  border-radius: 999px;
  color: #fff;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  font-size: calc(11 / 14 * 1em);
  line-height: 1;
  content: "NEW";
}
.sectionEleganceBaseUVProductListItemImageCaption.colorPink {
  color: #dc9ba8;
}
.sectionEleganceBaseUVProductListItemImageCaption.colorOrange {
  color: #d9a086;
}
.sectionEleganceBaseUVProductListItemImageCaption.colorLavender {
  color: #9582b0;
}
.sectionEleganceBaseUVProductListItemImageCaption.colorGreen {
  color: #8fb47f;
}
.sectionEleganceBaseUVProductListItemImageCaption.colorGreen.is-new::before {
  background-color: #8fb47f;
}
.sectionEleganceBaseUVProductListItemImageCaption.colorBeige {
  color: #c39466;
}
.sectionEleganceBaseUVProductListItemImageCaption.colorBeige.is-new::before {
  background-color: #c39466;
}
@media screen and (max-width: 599px) {
  /* .sectionEleganceBaseUVProductListItemImage {
    width: calc(100 / 120 * 100%);
  } */
  .sectionEleganceBaseUVProductListItemImageCaption {
    transform: scale(calc(9 / 14)) translateX(calc(-50% * (14 / 9)));
    transform-origin: center top;
  }
}
@media screen and (min-width: 600px) {
  .sectionEleganceBaseUVProductListItemImageCaption {
    margin-block-end: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 769px) {
  .sectionEleganceBaseUVProductListItemImageCaption {
    font-size: 1.2rem;
  }
}

.sectionEleganceBaseUVButton {
}
@media screen and (max-width: 599px) {
  .sectionEleganceBaseUVButton {
    margin-block-start: 20px;
    margin-inline: -15px;
  }
}
@media screen and (min-width: 600px) {
  .sectionEleganceBaseUVButton {
    margin-block-start: 40px;
  }
}

/**
 * ICON PRODUCTS MENU
 * ----------------------------------
 */
.articleIconMenu {
}
.sectionIconMenu.is-iconDetail {
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .articleIconMenu {
    padding-top: 35px;
    border-top: 1px solid #ddd;
  }
  [class*="sectionIconMenu"].is-iconDetail .sectionIconMenuTitle {
    margin-bottom: 25px;
    font-size: 2.8rem;
    line-height: 1;
  }
}
/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  [class*="sectionIconMenu"].is-iconDetail .sectionIconMenuTitle {
    display: none;
  }
}
