@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
/*2022007追加*/
@media only screen and (min-width: 768px) {
  .sample .inner {
    width: 960px;
    position: relative;
    margin: 0 auto;
    padding-top: 120px;
  }
  .sample__img {
    height: 250px;
    background-image: url("../img/hme/cinalexia_brand_banner_pc.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .sample__img a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sample .inner {
    width: 93.33333vw;
    padding-top: 13.333vw;
  }
  .sample__img {
    height: 45.333vw;
    background-image: url("../img/hme/cinalexia_brand_banner_sp.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .sample__img a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}