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

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://test.albion-cosmetics.com/global/
 * File name: skin.css
 * Summary:   THE ALBION SKINコンテンツの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    skin
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * skin
 * ========================================
 */

#skin {
}
/**
 * 01
 * ----------------------------------
 */
.sectionSkin01 .boxPoint {
  display: flex;
  flex-wrap: wrap;
}
.sectionSkin01 .boxPoint .itemPoint {
  float: none;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .sectionSkin01 .boxPoint {
    column-gap: 3%;
  }
  .sectionSkin01 .boxPoint .itemPoint {
    width: 48.5%;
  }
  .sectionSkin01 .boxPoint .itemPoint:nth-child(n-2) {
    margin-top: 3%;
  }
}
@media screen and (min-width: 600px) {
  .sectionSkin01 .boxPoint {
    justify-content: center;
    column-gap: 4%;
  }
  .sectionSkin01 .boxPoint .itemPoint {
    width: 22%;
  }
}
/**
 * 03
 * ----------------------------------
 */
.sectionSkin03 {
}
.sectionSkin03 .titlePage {
  line-height: 1.25;
}
