﻿
/* このファイルは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
 * ========================================
 */

/**
 * sectionWhatsPoudre
 * ----------------------------------
 */
@media screen and (max-width: 599px) {
  .sectionWhatsPoudreTitle {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionWhatsPoudreTitle {
    font-size: 4.2rem;
  }
}

/**
 * sectionEleganceBaseUV
 * ----------------------------------
 */
@media screen and (max-width: 599px) {
  .sectionEleganceBaseUVInner::before {
    height: calc(90 / 690 * (100vw - 30px) + 275px);
  }
}
@media screen and (min-width: 600px) {
  .sectionEleganceBaseUVInner::before {
    height: calc(110 / 1200 * (100vw - 80px) + 490px);
  }
}
