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;
}


.temp-all-area a {
  text-decoration: none;
  color: #3c3c3c;
}

.temp-all-area li {
  list-style: none;
}

.temp-all-area img {
  width: 100%;
}

.temp-all-area h2,
h3,
h4,
p,
figure,
ul,
li {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

/* フォント選択 */

.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;
  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;
}

#floting-bt a img {
  border-radius: 50%;
}

@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 .inner {
  position: relative;
  margin: 0 auto 80px;
}



.temp-all-area .inner-icon {
  font-size: 28px;
  text-align: center;
  color: #DF817E;
  letter-spacing: 7px;
  font-weight: lighter;
  line-height: 1;
}

.temp-all-area .inner-icon .icon_2 {
  padding-bottom: 20px;
  letter-spacing: 3px;
  display: inline-block;
  position: relative;
}

.temp-all-area .inner-icon .icon_2::before {
  content: "";
  width: 45px;
  height: 4px;
  position: absolute;
  background-color: #DF817E;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}



.top_area .top_text {
  text-align: center;
  padding: 80px 0 0;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .top_area .top_text {
    font-size: 18px;
  }
}

.set_area .inner {
  position: relative;
  padding: 0 0 50px;
}

.set_area .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 98%;
  z-index: -1;
  bottom: 0;
  background-color: #FBF8EF;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(251, 248, 239, 1) 100%);
}

.set_area .set_wrap {
  margin: 50px auto 30px;
  padding: 0 20px;
  display: flex;
  gap: 50px 0;
  flex-direction: column;
  max-width: 900px;
}

.set_area .set_wrap .set_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5%;
}


.set_area .set_wrap .set_box figure {
  width: 50%;
}

.set_area .set_wrap .set_box .conts {
  flex: 1;
}


.set_area h3 {
  font-size: 16px;
  margin: 0 0 10px;
}

.set_area p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .set_area .set_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 5%;
  }

  .set_area .set_wrap .set_box {
    display: block;
    text-align: center;
  }

  .set_area .set_wrap .set_box figure {
    width: auto;
    margin: 0 0 15px;
  }
}


.var_area .var_wrap {
  padding: 80px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}


.var_area .var_svg img {
  width: auto;
  height: 50px;
}

.var_area h3 {
  font-size: 16px;

  margin: 10px 0;
}

.var_area .var_wrap .var_box:nth-child(1) h3 {
  color: #DFB0D3;
}

.var_area .var_wrap .var_box:nth-child(2) h3 {
  color: #C18659;
}

.var_area .var_wrap .var_box:nth-child(3) h3 {
  color: #A0A252;
}

.var_area .conts p {
  font-size: 14px;

  margin: 10px 0 0;
}


@media screen and (min-width: 768px) {
  .var_area .var_wrap {
    text-align: left;
    gap: 80px 0;
  }

  .var_area .var_box {
    display: flex;
    gap: 0 5%;
  }

  .var_area .var_box figure {
    width: 47%;
  }

  .var_area .var_box .conts {
    flex: 1;

  }
}


.review-area .special-box {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
}

.review-area .special-box figure {
  width: calc(100% - 20px);
  margin-left: auto;
}

.review-area .special-box .conts {
  display: inline-block;
  padding: 5% 7% 5% 10%;
  margin-top: -8%;
  background-color: rgb(255, 255, 255, 0.7);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
}

.review-area .special-box .conts h3 {
  font-size: 1.1875rem;
  line-height: 2;
  font-weight: 300;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .review-area .special-box {
    margin: 0 auto;
    padding: 0;
  }

  .review-area .special-box figure {
    width: 80%;
  }

  .review-area .special-box .conts {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1.5rem;
    padding: 3% 6.5% 3% 9%;
    transform: translate(0px, -50%);
  }

  .review-area .special-box .conts h3 {
    font-size: 1.25rem;
  }
}

.kosu_area .inner {
  max-width: 900px;
}

/* .kosu_area .inner {
  position: relative;
  padding: 0 0 50px;
}

.kosu_area .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 96%;
  z-index: -1;
  bottom: 0;
  background-color: #FBF8EF;
}

.kosu_area .head .icon_2 {
  font-size: 34px;
  color: #DF817E;
  letter-spacing: 7px;
  font-weight: lighter;
  line-height: 1;
  margin: 0 0 20px;
}

.kosu_area .head .icon_3 {
  font-size: 14px;
}


.kosu_area .kosu_flex {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5%;
  position: relative;
  margin: 0 auto;
  max-width: 720px;
}

.kosu_area .kosu_flex::before {
  content: "";
  transform: rotate(15deg);
  background-color: #DF817E;
  padding: 0.5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.kosu_area .kosu_flex::after {
  content: "";
  transform: rotate(-15deg);
  background-color: #DF817E;
  padding: 0.5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.kosu_area .price_box {
  display: flex;
  gap: 0 50px;
  align-items: end;
  position: relative;
}

.kosu_area .price_box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0;
  position: absolute;
  top: 57%;
  left: 45%;
  transform: translate(-50%, 0);
  border-left: 16px solid #DF817E;
}

.kosu_area .price_box .normal_text {
  font-size: 13px;
}

.kosu_area .price_box .normal_price {
  font-size: 18px;
  margin: 0 0 6px;
  letter-spacing: 1px;
}

.kosu_area .price_box .normal_price span {
  font-size: 14px;
}

.kosu_area .price_box .limited_text {
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-color: #DF817E;
  font-size: 14px;
}

.kosu_area .price_box .limited_price {
  font-size: 20px;
  letter-spacing: 3px;
  color: #C34F50;
}

.kosu_area .price_box .limited_price span {
  font-size: 16px;
}

.kosu_area .head {
  text-align: center;
  margin: 0 0 20px;
}


@media screen and (min-width: 768px) {
  .kosu_area .price_box .normal_price {
    font-size: 21px;
  }

  .kosu_area .price_box .limited_text {
    font-size: 16px;
  }

  .kosu_area .price_box .limited_price {
    font-size: 28px;
  }
} */
