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 p li {
  font-weight: 400;
}

.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: absolute;
  top: auto;
  bottom: -57px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/* 右下固定 */
#floting-bt.floting-bt-right {
  position: fixed;
  top: auto;
  left: auto;
  transform: none;
  right: 20px;
  bottom: 20px;
}

#floting-bt a {
  display: block;
  width: 150px;
  color: #fff;
  font-size: 11px;
  line-height: 1.625;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}

#floting-bt a img {
  border-radius: 15px;
  box-shadow: 0 15px 46px rgba(0, 0, 0, .16);
}

@media screen and (min-width: 768px) {

  #floting-bt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    top: auto;
    bottom: -50px;
  }

  #floting-bt.floting-bt-right {
    position: fixed;
    top: auto;
    left: auto;
    transform: none;
    right: 20px;
    bottom: 20px;
  }

  #floting-bt a {
    width: 229px;
  }

  #floting-bt a img {
    border-radius: 20px;
  }

}

.temp-all-area .inner {
  margin: 0 auto 70px;
  position: relative;
}

.temp-all-area p {
  font-size: 14px;
  line-height: 1.8;
}

.temp-all-area .color_bk {
  background-color: #8196B7;
  color: #fff;
  padding: 0 5px;
}

.temp-all-area .head {
  position: relative;
  z-index: 1;
}

.temp-all-area .head .icon_1 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: lighter;
  line-height: 1;
  margin: 0 0 10px;
}

.temp-all-area .head .icon_2 {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .temp-all-area .inner {
    margin: 0 auto 100px;
  }

  .temp-all-area p {
    font-size: 16px;
  }

  .temp-all-area .head .icon_1 {
    font-size: 35px;
    margin: 0 0 27px;
  }

  .temp-all-area .head .icon_2 {
    font-size: 16px;
    margin: 0 0 47px;
  }
}

.top_area {
  position: relative;
}


/* second_area */
.second_area .inner {
  padding: 20px 25px 0;
  max-width: 872px;
}


/* third_area */


.third_area .inner {
  padding: 0 0 40px;
  margin: 0 auto;
}

.third_area .third_bk {
  position: absolute;
  width: 100%;
  height: 55%;
  z-index: -1;
  bottom: 0;
}

.third_area .third_bk img {
  height: 100%;
}

.third_area figure {
  padding: 0 30px 0 0;
}

.third_area .conts {
  text-align: center;
}

.third_area h3 {
  font-size: 17px;
  margin: 25px 0 10px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 2px;
}


@media screen and (min-width: 768px) {
  .third_area .inner {
    padding: 0 0 74px;
  }

  .third_area .third_bk {
    height: 88%;
  }

  .third_area .third_box {
    max-width: 932px;
    margin: 0 auto;
  }

  .third_area figure {
    width: 57%;
    padding: 0;
  }

  .third_area .conts {
    text-align: left;
    width: 48%;
    margin: -22% 0 0 auto;
  }

  .third_area h3 {
    font-size: 26px;
  }

  .third_area p {
    letter-spacing: 1px;
    line-height: 2.2;
  }
}


/* fourth_area */

.fourth_area .inner {
  padding: 70px 0 0;
}

.temp-all-area .head .icon_1 {
  font-size: 22px;
  text-align: center;
  color: #919191;
  letter-spacing: 5px;
  font-weight: lighter;
  line-height: 1;
  margin: 0 0 30px;
}




.fourth_area .inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url("https://mmoon.itembox.cloud/item/cosme/img/2163/260522/img/sp-2163-04-1.webp") no-repeat top 0 left 0 / 75% auto;
  top: 0;
  left: 0;
  z-index: -1;
}

.fourth_area .fourth_box:nth-child(2)::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url("https://mmoon.itembox.cloud/item/cosme/img/2163/260522/img/sp-2163-04-2.webp") no-repeat top 0 right 0 / 55% auto;
  z-index: -1;
}

.fourth_area .fourth_box:nth-child(2)::after {
  content: '';
  position: absolute;
  width: 131px;
  height: 163px;
  background: url("https://mmoon.itembox.cloud/item/cosme/img/2163/260522/img/sp-2163-04-3.webp") no-repeat center / contain;
  z-index: -2;
  top: 94%;
  left: 0;
}

.fourth_area .fourth_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.fourth_area .fourth_box {
  position: relative;
}

.fourth_area .fourth_box figure {
  width: 72%;
  margin: 0 0 0 auto;
}

.fourth_area .fourth_box figure img {
  border-radius: 30px 0 0 0;
}

.fourth_area .fourth_box:nth-child(even) figure {
  margin: 0 auto 0 0;
}

.fourth_area .fourth_box:nth-child(even) figure img {
  border-radius: 0 30px 0 0;
}

.fourth_area .fourth_box .conts {
  padding: 0 15px 30px 15px;
  position: relative;
  margin: 0 15px 0 0;
}

.fourth_area .fourth_box:nth-child(even) .conts {
  margin: 0 0 0 15px;
}

.fourth_area .fourth_box h3 {
  font-size: 17px;
  margin: 20px 0 10px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 2px;
}





.fourth_area .fourth_box .conts::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(246, 246, 246, 1) 50%, rgba(248, 250, 255, 1));
}

.fourth_area .fourth_box:nth-child(even) .conts::before {
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(246, 246, 246, 1) 50%, rgba(248, 250, 255, 1));
}


@media screen and (min-width: 768px) {
  .temp-all-area .head .icon_1 {
    font-size: 38px;
    margin: 0 0 46px;
  }

  .fourth_area .inner {
    padding: 100px 0 0;
    max-width: 1366px;
  }

  .fourth_area .fourth_wrap {
    gap: 72px 0;
  }

  .fourth_area .fourth_box {
    display: flex;
    flex-direction: row-reverse;
    max-width: 888px;
    margin: 0 auto;
    gap: 0 8%;
  }

  .fourth_area .fourth_box:nth-child(even) {
    flex-direction: initial;
  }

  .fourth_area .fourth_box figure {
    width: 51%;
  }

  .fourth_area .fourth_box .conts {
    flex: 1;
    margin: 112px 0 0;
    padding: 48px 0;
  }

  .fourth_area .fourth_box:nth-child(even) .conts {
    flex: 1;
    margin: 112px 0 0;
    padding: 48px 0;
  }

  .fourth_area .fourth_box .conts::before {
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 14rem;
    margin: 0 calc(100% - 100vw);
  }

  .fourth_area .fourth_box:nth-child(even) .conts::before {
    left: auto;
    right: 14rem;
  }

  .fourth_area .fourth_box h3 {
    font-size: 22px;
  }

  .fourth_area .inner::before {
    content: none;
  }

  .fourth_area .fourth_box:nth-child(2)::before {
    content: none;
  }

  .fourth_area .fourth_box:nth-child(2)::after {
    content: none;
  }

  .fourth_area .fourth_bk_img .bk_1 {
    position: absolute;
    width: 52%;
    top: -9%;
    right: -11%;
    z-index: -2;
  }

  .fourth_area .fourth_bk_img .bk_2 {
    position: absolute;
    width: 56%;
    top: 49%;
    left: -26%;
    z-index: -2;
  }

  .fourth_area .fourth_bk_img .bk_3 {
    position: absolute;
    width: 20%;
    top: 90%;
    right: 0;
    z-index: -1;
  }
}


/* fifth_area */

@media screen and (min-width: 768px) {
  .fifth_area .fifth_bk {
    position: absolute;
    width: 100%;
    height: 70%;
    z-index: -1;
    bottom: 10%;
  }

  .fifth_area .fifth_bk img {
    height: 100%;
  }

  .fifth_area .inner figure {
    max-width: 498px;
    margin: 0 auto;
  }

}





/* line_area */
.line_area .inner {
  padding: 0 0 120px;
}

.line_area .line_bk {
  position: absolute;
  width: 100%;
  height: 95%;
  z-index: -1;
  bottom: 0;
}

.line_area .line_bk img {
  height: 100%;
}

.line_area .line_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.line_area .line_box {
  padding: 0 20px;
}

.line_area .line_box figure {
  padding: 0 20px 20px;
}

.line_area .line_box p {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .line_area .inner {
    padding: 0 0 185px;
  }

  .line_area .line_bk {
    height: 83%;
  }

  .line_area .head .icon_1 {
    margin: 0 0 10px;
  }

  .line_area .line_wrap {
    max-width: 830px;
    margin: 0 auto;
  }

  .line_area .line_box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0 3%;
  }

  .line_area .line_box:nth-child(even) {
    flex-direction: initial;
  }

  .line_area .line_box .line_img {
    padding: 0;
    width: 51%;
  }

  .line_area .line_box .conts {
    flex: 1;
  }

  .line_area .line_box .font_img {
    padding: 0;
  }

  .line_area .line_box .font_img img {
    height: 42px;
    width: auto;
  }

  .line_area .line_box h3 {
    font-size: 18px;
    padding: 16px 0 24px;
    font-weight: 500;
    letter-spacing: 2px;
  }

  .line_area .line_box p {
    font-size: 14px;
  }

}

/* six_area */
.six_area {
  max-width: 1063px;
}


/* use_area */
.use_area {
  max-width: 719px;
  padding: 0 20px;
}


.sample_area {
  max-width: 750px;
  padding: 0 20px;
}

.sample_area h3 {
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 400;
}

.sample_area img {
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}

@media screen and (min-width: 768px) {
  .sample_area h3 {
    font-size: 22px;
    margin: 0 0 30px;
  }
}


/* last_area */

.last_area .inner {
  padding: 70px 0 0;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(241, 247, 251, 1) 50%, rgba(239, 246, 255, 1));
}

.last_area figure {
  padding: 0 20px 20px;
  max-width: 400px;
  margin: 0 auto;
}

.last_area .button {
  text-align: center;

}

.last_area .button .submit_button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  /* cursor: pointer; */
}

.last_area .button .submit_button .submit_text {
  display: inline-block;
  background-image: linear-gradient(0deg, rgba(187, 88, 134, 1), rgba(230, 152, 188, 1) 100%);
  padding: 10px 20px;
  color: #fff;
}

/* .last_area .button .submit_button .submit_text:hover {
  background-image: linear-gradient(0deg, rgba(122, 12, 63, 1), rgba(187, 88, 134, 1) 100%);
  color: #fff;
} */


@media screen and (min-width: 768px) {
  .last_area .inner {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(246, 246, 246, 0.2) 50%, rgba(248, 250, 255, 1));
  }

  .last_area .button .submit_button .submit_text {
    font-size: 18px;
  }
}
