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

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

/** =1
 * ========================================
 * skicon
 * ========================================
 */
:root {
  --serif: "Kaiti SC", "宋体", "SimSun", serif;
  --sans-serif-bold: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    "微软雅黑体", "Microsoft YaHei", sans-serif;
}

body.ip-skicon-renewal2025 {
  .ff_title,
  .ff_sans-serif-en {
    font-family: "OptimaLTPro-Roman", Optima, Calibri, Arial, "微软雅黑体",
      "Microsoft YaHei", sans-serif;
  }
}

/**
 * section6Benefit
 * ----------------------------------
 */

/* [ tears' action ]
------------------------------ */
[id="tearsAction"] {
}
[id="tearsAction"] .itemIntro {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

[id="tearsAction"] .box .txt_cap {
  line-height: 1.5;
}

[id="tearsAction"] .box .itemText .txt_title {
  margin-bottom: 0.5em;
  color: #000;
  font-family: var(--sans-serif-bold);
  font-weight: bold;
}
[id="tearsAction"] .box .itemText .txt_detail {
  letter-spacing: 0.01em;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  [id="tearsAction"] .box {
    margin-bottom: 20px;
  }
  [id="tearsAction"] .box + .box {
    padding-top: 15px;
    border-top: 1px solid #e3e3e3;
  }

  [id="tearsAction"] .box .itemImage {
    margin-bottom: 1em;
  }
  [id="tearsAction"] .box .txt_cap {
    font-size: 1rem;
  }
  [id="tearsAction"] .box:nth-child(3) .txt_cap {
    margin-top: 0.7em;
  }
  [id="tearsAction"] .box .image {
    margin-right: 6%;
    margin-left: 6%;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  [id="tearsAction"] .box {
    float: left;
    width: 29.4%;
    margin-left: 5.9%;
  }
  [id="tearsAction"] .box:first-child {
    margin-left: 0;
  }

  [id="tearsAction"] .box .itemImage {
    margin-bottom: 0.8em;
  }
  [id="tearsAction"] .box .txt_cap {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/**
 * sectionKitanohato
 * ----------------------------------
 */
@media screen and (min-width: 920px) {
  .sectionKitanohatoImageItem img {
    aspect-ratio: 320 / 356;
  }
}

/**
 * sectionLineup
 * ----------------------------------
 */
.listLineupItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.listLineupButtonEC .btn {
  width: 100%;
  background-color: #55b3a9;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .listLineupItem {
    row-gap: 8px;
  }
}
@media screen and (min-width: 600px) {
  .listLineupItem {
    row-gap: 16px;
  }
}

/* boxHowtoUse */
@media screen and (min-width: 600px) {
  .boxHowtoUse {
    margin-top: 60px;
  }
}

/**
 * sectionStoreList
 * ----------------------------------
 */
.sectionStoreListBannerContent {
  row-gap: clamp(20px, calc(70 / 1040 * 100cqw), 70px);
}

.sectionStoreListBannerTitle {
  font-family: var(--serif);
  letter-spacing: 0.05em;
}

/* listSnsLinkCN */
.listSnsLinkCN {
  display: grid;
  background-color: #f2f2f2;
}
.listSnsLinkCNItem .btn {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .listSnsLinkCN {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-top: 30px;
    padding: 5px;
  }
}
@media screen and (min-width: 600px) {
  .listSnsLinkCN {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-top: 60px;
    padding: 10px;
  }
}
