@charset "UTF-8";
/*====================================
======================================

　Foundation/_mixin.scss


======================================
====================================*/
/*
■メディアクエリー　ブレイクポイント
====================================*/
/*====================================
====================================

Object/pages/product_scalpcare.scss

ScalpCare-Only Set
　↓TargetPages'
　　/product/hair/scalpcare.html

====================================
====================================*/
/*
■　スカルプケア背景のCSSクラス
====================================*/
.scalpcare-only01-bg {
  background: url(../../../img/product/hair/scalpcare_bg_pc.jpg) no-repeat center center/100%;
  padding-bottom: 100px;
}

/*
■　スカルプケア専用のCSSクラス
====================================*/

@media screen and (max-width: 768px){
  .scalpcare-only01-bg {
    background: url(../../../img/product/hair/scalpcare_bg_sp.jpg) no-repeat center center/cover;
    padding-bottom: 0;
  }
}