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;
  position: relative;
  z-index: 1;
}

.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;
}

.temp-all-area .inner {
  margin: 0 auto 80px;
  position: relative;
}

.temp-all-area p {
  font-size: 14px;
  line-height: 1.8;
}

.temp-all-area .head h2 {
  text-align: center;
  padding: 0 0 30px;
  margin: 0 0 30px;
  font-weight: 400;
  position: relative;
  font-size: 22px;
  line-height: 1.8;
}

.temp-all-area .head h2::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #87AABB;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .temp-all-area p {
    font-size: 16px;
  }
}


/* second_area */

.second_area .inner {
  max-width: 580px;
}

.second_area h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 50px;
  padding: 0 0 30px;
  position: relative;
}

.second_area h3::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #87AABB;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.second_area figure {
  padding: 0 20px;
}


/* bottle_area */

.bottle_area .inner {
  max-width: 1360px;
}

.bottle_area .bottle_bk {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.bottle_area .bottle_box {
  padding: 0 0 50px;
}

.bottle_area .bottle_box figure {
  width: 22%;
  margin: 0 auto;
}

.bottle_area .bottle_box p {
  text-align: center;
  padding: 27px 0 0;
  font-weight: 300;
  font-size: 16px;
}

@media screen and (min-width: 768px) {

  .bottle_area .bottle_bk {
    transform: translate(0, 50%);
    bottom: 50%;
  }

  .bottle_area .bottle_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0;
    gap: 0 5%;
  }

  .bottle_area .bottle_box figure {
    width: 10%;
    margin: 0;
  }

  .bottle_area .bottle_box p {
    text-align: left;
    font-size: 20px;
    padding: 0;
  }
}

/* flex_area */
.flex_area .inner {
  overflow: hidden;
}



.flex_area .flex_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  position: relative;
}

.flex_area .flex_box {
  padding: 0 20px;
  position: relative;
}

.flex_area .flex_wrap .flex_box:nth-child(even) {
  padding: 40px 20px;
}

.flex_area .flex_wrap .flex_box:nth-child(3) {
  padding: 40px 20px;
}

.flex_area .flex_wrap .flex_box:nth-child(even) figure img {
  box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.06);
}

.flex_area .flex_wrap .flex_box:nth-child(3) figure img {
  box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.06);
}

.flex_area .flex_wrap .flex_box:nth-child(even):before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: #f8f8f8;
  z-index: -1;
}

.flex_area .flex_wrap .flex_box:nth-child(3):before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: #f8f8f8;
  z-index: -1;
}

.flex_area .flex_wrap .flex_box:nth-child(2):before {
  left: 6rem;
}

.flex_area .flex_wrap .flex_box:nth-child(3):before {
  right: 6rem;
}


.flex_area .flex_box .conts h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 20px 0;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.8;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .flex_area .flex_wrap {
    max-width: 900px;
    margin: 0 auto;
  }

  .flex_area .flex_box {
    display: flex;
    gap: 0 5%;
    align-items: center;
  }

  .flex_area .flex_box figure {
    width: 47%;
  }

  .flex_area .flex_wrap .flex_box:nth-child(even) {
    flex-direction: row-reverse;
  }

  .flex_area .flex_wrap .flex_box:nth-child(even) figure {
    width: 56%;
  }

  .flex_area .flex_box .conts {
    flex: 1;
  }

  .flex_area .flex_wrap .flex_box:nth-child(2):before {
    left: 8rem;
  }

  .flex_area .flex_wrap .flex_box:nth-child(4):before {
    right: 8rem;
  }
}


/* point_area */

.point_area .point_wrap {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}



.point_area .inner-icon {
  font-size: 34px;
  text-align: center;
  color: #87AABB;
  letter-spacing: 7px;
  font-weight: lighter;
  line-height: 1;
  margin: 0 0 50px;
}

.point_area .inner-icon .icon_1 {
  padding: 0 0 10px;
  display: block;
  letter-spacing: 7px;
}

.point_area .inner-icon .icon_2 {
  padding-bottom: 20px;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
}

.point_area .inner-icon .icon_2::before {
  content: "";
  width: 45px;
  height: 4px;
  position: absolute;
  background-color: #87AABB;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.point_area .inner_box {
  padding: 0 20px;
}

.point_area .inner_box figure img {
  border-radius: 17px;
  box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.06);
}

.point_area .inner_box .conts h3 {
  text-align: center;
  font-weight: 400;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  line-height: 1.8;
}

.point_area .inner_box .conts p {
  margin: 30px 0;
}

.point_area .point_box {
  position: relative;
}

.point_area .point_box:nth-child(2):before {
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f8f8f8;
  z-index: -1;
}

.point_area .point_box:nth-child(2) .inner_box {
  padding: 0 20px 80px;
}

@media screen and (min-width: 768px) {


  .point_area .inner_box {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 0 5%;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .point_area .inner_box .conts {
    flex: 1;
  }

  .point_area .inner_box figure {
    width: 50%;
  }

  .point_area .inner_box .conts h3 {
    text-align: left;
  }


  .point_area .point_box:nth-child(2):before {
    content: "";
    width: 100%;
    height: 88%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f8f8f8;
    z-index: -1;
  }

  .point_area .point_box:nth-child(2) .inner_box {
    padding: 0 20px 80px;
    flex-direction: row-reverse;
  }

}

/* one2_area */

.one2_area .inner {
  max-width: 707px;
}

.one2_area h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
  text-align: center;
  margin: 0 0 30px;
  line-height: 1.8;
}

.one2_area .conts {
  display: flex;
  gap: 0 5%;
  padding: 0 20px;
  align-items: center;
}

.one2_area .conts figure {
  width: 45%;
}

.one2_area .conts .text {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .one2_area .conts {
    flex-direction: row-reverse;
  }

  .one2_area h3 {
    text-align: left;
  }
}

/* img_area */
.img_area figure {
  position: relative;
}

.img_area h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
  line-height: 2;
  font-weight: 400;
  font-size: 20px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .img_area .inner {
    margin: 0 auto;
    max-width: 1366px;
  }

  .img_area h3 {
    font-size: 26px;
  }
}

.last_area .inner {
  max-width: 1366px;
}

.last_area h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 80px;
  letter-spacing: 3px;
  line-height: 1.8;
}

.last_area h3 .small {
  font-size: 16px;
}


/* 230822クーポンバナー */
.coupon_10_pc {
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 900px;
}

.coupon_10_sp {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 20px;
}

.coupon_10_pc img {
  box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.06);
}

.coupon_10_sp img {
  box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.06);
}

@media screen and (min-width: 768px) {
  .coupon_10_sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .coupon_10_pc {
    display: none;
  }
}

.one_area .inner {
  max-width: 900px;

}

.one_area .one_box {
  padding: 0 30px;
}

.one_area h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.8;
  font-size: 20px;
  text-align: center;
}

.one_area .conts p {
  margin: 50px 0 30px;
}

@media screen and (min-width: 768px) {
  .one_area .one_box {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 5%;
    align-items: center;
  }

  .one_area .conts h3 {
    text-align: left;
  }

  .one_area .conts p {
    margin: 20px 0 0;
  }
}

.one_area .inner::before {
  content: "";
  position: absolute;
  background-image: url(https://mmoon.itembox.design/item/cosme/img/facec_lo/250604/img/pc-2116-bk-01.webp);
  width: 50vw;
  height: 50vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: -24%;
  right: -26%;
  z-index: -5;
}

.one_area .conts p::before {
  content: "";
  position: absolute;
  background-image: url(https://mmoon.itembox.design/item/cosme/img/facec_lo/250604/img/pc-2116-bk-02.webp);
  width: 50vw;
  height: 50vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 24%;
  left: -23%;
  z-index: -5;
}

.one_area .conts::before {
  content: "";
  position: absolute;
  background-image: url(https://mmoon.itembox.design/item/cosme/img/facec_lo/250604/img/pc-2116-bk-03.webp);
  width: 50vw;
  height: 50vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -22%;
  right: -28%;
  z-index: -5;
}


.second_area figure::before {
  content: "";
  position: absolute;
  background-image: url(https://mmoon.itembox.design/item/cosme/img/facec_lo/250604/img/pc-2116-bk-04.webp);
  width: 70vw;
  height: 50vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -63%;
  left: -45%;
  z-index: -5;
}

.bottle_area .inner::before {
  content: "";
  position: absolute;
  background-image: url(https://mmoon.itembox.design/item/cosme/img/facec_lo/250604/img/pc-2116-bk-05.webp);
  width: 62vw;
  height: 42vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -42%;
  z-index: -5;
  right: -33%;
}

.flex_area .flex_wrap::before {
  content: "";
  position: absolute;
  background-image: url(https://mmoon.itembox.design/item/cosme/img/facec_lo/250604/img/pc-2116-bk-06.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -5;
  width: 46vw;
  height: 43vw;
  top: 17%;
  left: -12%;
}

.point_area .point_box:nth-child(1) .inner_box:before {
  content: "";
  position: absolute;
  background-image: url(https://mmoon.itembox.design/item/cosme/img/facec_lo/250604/img/pc-2116-bk-07.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -5;
  width: 55vw;
  height: 43vw;
  top: -139%;
  right: -24%;
}

.point_area .point_box:nth-child(1) .inner_box::after {
  content: "";
  position: absolute;
  background-image: url(https://mmoon.itembox.design/item/cosme/img/facec_lo/250604/img/pc-2116-bk-08.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -5;
  width: 40.5vw;
  height: 35.7vw;
  top: -3%;
  left: -19%;
}

.point_area .point_box:nth-child(1) .inner_box .conts::before {
  content: "";
  position: absolute;
  background-image: url(https://mmoon.itembox.design/item/cosme/img/facec_lo/250604/img/pc-2116-bk-09.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -5;
  width: 44.5vw;
  height: 39.7vw;
  top: 107%;
  right: -20%;
}

.one2_area .inner::before {
  content: "";
  position: absolute;
  background-image: url(https://mmoon.itembox.design/item/cosme/img/facec_lo/250604/img/pc-2116-bk-10.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -5;
  width: 65.5vw;
  height: 95.7vw;
  top: -80%;
  left: -46%;
}

.one2_area .inner::after {
  content: "";
  position: absolute;
  background-image: url(https://mmoon.itembox.design/item/cosme/img/facec_lo/250604/img/pc-2116-bk-11.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -5;
  width: 47.5vw;
  height: 34.7vw;
  top: 92%;
  right: -18%;
}


.img_area .inner::before {
  content: "";
  position: absolute;
  background-image: url(https://mmoon.itembox.design/item/cosme/img/facec_lo/250604/img/pc-2116-bk-12.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -5;
  width: 28.5vw;
  height: 31.7vw;
  top: 92%;
  right: -8%;
}


.img_area .inner::after {
  content: "";
  position: absolute;
  background-image: url(https://mmoon.itembox.design/item/cosme/img/facec_lo/250604/img/pc-2116-bk-13.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -5;
  width: 39.5vw;
  height: 47.7vw;
  top: 202%;
  left: -23%;
}


@media screen and (min-width: 768px) {
  .one_area .inner::before {
    top: -58%;
    right: -24%;
    width: 311px;
    height: 369px;
  }

  .one_area .conts p::before {
    width: 254px;
    height: 199px;
    top: 90%;
    left: -23%;
  }

  .one_area .conts::before {
    width: 274px;
    height: 265px;
    bottom: -126%;
    right: -35%;
  }


  .second_area figure::before {
    width: 390px;
    height: 177px;
    bottom: -28%;
    left: -66%;
  }

  .bottle_area .inner::before {
    width: 262px;
    height: 206px;
    bottom: -70%;
    right: -4%;
  }

  .flex_area .flex_wrap::before {
    width: 312px;
    height: 229px;
    top: 27%;
    left: -32%;
  }

  .point_area .point_box:nth-child(1) .inner_box:before {
    width: 493px;
    height: 498px;
    top: -152%;
    right: -43%;
  }

  .point_area .point_box:nth-child(1) .inner_box::after {
    width: 225px;
    height: 195px;
    top: -56%;
    left: -19%;
  }

  .point_area .point_box:nth-child(1) .inner_box .conts::before {
    width: 329px;
    height: 300px;
    top: 115%;
    right: -20%;
  }


  .one2_area .inner::before {
    width: 400px;
    height: 450px;
    top: -71%;
    left: -52%;
  }

  .one2_area .inner::after {
    width: 335px;
    height: 263px;
    top: 64%;
    right: -47%;
  }


  .img_area .inner::before {
    width: 257px;
    height: 295px;
    top: 272%;
    right: -4%;
  }


  .img_area .inner::after {
    width: 225px;
    height: 280px;
    top: 351%;
    left: 2%;
  }

}



.facec_lo_out_area img {
  width: 100%;
}

.facec_lo_out_area .facec_lo_out_inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto 80px;
}

.facec_lo_out_area .facec_lo_out_wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 87%;
  gap: 20px 0;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);

}

@media screen and (min-width: 768px) {
  .facec_lo_out_area .facec_lo_out_wrap {
    position: absolute;
    display: flex;
    flex-direction: initial;
    width: 55%;
    gap: 0 5%;
  }
}
