body {
  font-weight: 400;
}

.temp-all-area {
  font-family: Lato, "Noto Sans JP", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-weight: 400;
  text-align: justify;
  overflow: hidden;
}

.temp-all-area h2,
h3,
h4,
h5,
p,
ul,
figure {
  margin: 0;
  padding: 0;
}

.temp-all-area a {
  text-decoration: none;
  color: #3c3c3c;
}

.temp-all-area li {
  list-style: none;
}

.temp-all-area img {
  width: 100%;
}


/* フォント選択 */

.Nserif {
  font-family: "Noto Serif JP", serif;
}

.Tenor {
  font-family: "Tenor Sans", sans-serif;
}

.Mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.Gothic {
  font-family: 游ゴシック, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    游ゴシック, "Yu Gothic", sans-serif;
}


@media screen and (max-width: 767px) {
  /*767px以下で非表示*/

  .pc-hide {
    display: none;
    /*非表示*/
  }

  /* 独自コメント1と11 */
  .product_comment-1,
  .product_comment-2 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  /*768px以上で非表示*/

  .sp-hide {
    display: none;
    /*非表示*/
  }
}

/* 下部アイテムリスト用 */

#floting-bt {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

#floting-bt a {
  display: block;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 11px;
  line-height: 1.625;
  text-align: center;
  background: #4c6f50;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {

  #floting-bt {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 10;
  }

  #floting-bt a {
    width: 100px;
    height: 100px;
    font-size: .875rem;
  }

}


.temp-all-area .red_font {
  color: #C46549;
}

.facel_lo_box h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin: 0 0 2rem;
}


.facel_lo_wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 2.5%;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

@media screen and (min-width: 768px) {
  .facel_lo_box h2 {
    font-size: 22px;
  }

}
