@charset "UTF-8";
/* ----------------------------------------------------------- */
/* color変数定義 */
/* ----------------------------------------------------------- */
body * {
  color: #314363;
}

/* サイトカラー */
body * {
  font-family: "IBM Plex Sans JP", sans-serif;
}

body {
  font-size: 0.9375rem;
} /* 15px */
.bg_aurora {
  position: relative;
  background-image: url(../../_img/index/bg_aurora01_sp.jpg);
  background-position: left, right;
  background-size: cover;
  border-top-left-radius: 40px;
}
@media screen and (min-width: 992px) {
  .bg_aurora {
    background-image: url(../../_img/index/bg_aurora01_pc.jpg);
    border-top-left-radius: 80px;
  }
}

/* ----------------------------------------------------------- */
/* スクロールしたら出てくる上部の固定 */
/* ----------------------------------------------------------- */
/*上部固定のロゴ 始めは非表示*/
#sitetop #logo_head_sp {
  display: none;
}

h1 {
  padding: 10px 0;
}

/* ----------------------------------------------------------- */
/* お悩みから探す */
/* ----------------------------------------------------------- */
.link_triangle, .link_triangle_datsumou {
  position: relative;
}

.link_triangle::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 0;
  right: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #b3a257;
}

.link_triangle_datsumou::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -10px;
  right: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #b3a257;
}
@media screen and (min-width: 992px) {
  .link_triangle_datsumou::before {
    bottom: 0;
  }
}

/* ----------------------------------------------------------- */
/* 施術名から探す */
/* ----------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .menu_treatment, .menu_product {
    position: absolute;
    bottom: -35px;
    right: 0;
  }
}

/* ----------------------------------------------------------- */
/* 年代別おすすめの施術 */
/* ----------------------------------------------------------- */
.list_recommend_age {
  display: flex;
  max-width: 575px;
  width: 100%;
  overflow-x: scroll;
  margin: 0 auto;
  box-shadow: 0px 2px 2px rgba(0, 0, 255, 0.1);
}
@media screen and (min-width: 992px) {
  .list_recommend_age {
    flex-wrap: wrap;
    overflow-x: hidden;
  }
}

.list_recommend_age li {
  width: 48%;
  flex-shrink: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .list_recommend_age li {
    width: 33.3%;
  }
}

.list_recommend_age li img { /* 画像のスタイル */
  width: 100%;
  height: 100px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
@media screen and (min-width: 576px) {
  .list_recommend_age li img {
    height: 150px;
  }
}
@media screen and (min-width: 992px) {
  .list_recommend_age li img {
    -o-object-position: 75% top;
       object-position: 75% top;
  }
}

.rank_yellow {
  position: absolute;
  top: -5px;
  left: 11px;
}
.rank_yellow span {
  display: flex;
  z-index: 1;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.rank_yellow span::before {
  content: "";
  position: absolute;
  top: 5px;
  background-image: url(../../_img/index/bg_rank_01.png);
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  z-index: -1;
}

.rank_blue {
  position: absolute;
  top: -5px;
  left: 9px;
}
.rank_blue span {
  display: flex;
  z-index: 1;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.rank_blue span::before {
  content: "";
  position: absolute;
  top: 5px;
  background-image: url(../../_img/index/bg_rank_02.png);
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  z-index: -1;
}

.list_recommend_rank02 {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../_img/index/bg_rank_02.png);
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .list_index_news {
    border-top: 1px solid #dfe6ef;
  }
}/*# sourceMappingURL=index.css.map */