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;
}

.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%;
}

.temp-all-area .color_bk {
  background-color: #8196B7;
  color: #fff;
  padding: 0 5px;
}

/* フォント選択 */

.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 .red_font {
  color: #C46549;
}

.temp-all-area .inner {
  margin: 0 auto 40px;
  position: relative;
}

.temp-all-area p {
  font-size: 14px;
  line-height: 2;
}

.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;
}


@media screen and (min-width: 768px) {
  .temp-all-area .inner {
    margin: 0 auto 100px;
    position: relative;
  }

  .temp-all-area p {
    font-size: 16px;
  }
}


.second_area .inner {
  padding: 60px 0 30px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(244, 249, 252, 1) 45%, rgba(236, 240, 249, 1));
}

.second_area h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}

.second_area figure {
  max-width: 480px;
  margin: 20px auto;
  width: 60%;
}

.second_area p {
  display: flex;
  justify-content: center;
}

.second_area p .text {
  background-color: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 10px 50px;
  font-size: 16px;
}


@media screen and (min-width: 768px) {
  .second_area .inner {
    padding: 100px 0;
  }

  .second_area h3 {
    font-size: 28px;
  }

  .second_area figure {
    margin: 45px auto;
    max-width: 460px;
  }

  .second_area p .text {
    font-size: 22px;
  }
}

/* third_area */

.third_area figure {
  padding: 0 20px;
}

.third_area .third_box {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.third_area .conts {
  text-align: center;

}

.third_area h3 {
  font-size: 17px;
  color: #8196B7;
  margin: 20px 0 0;
  line-height: 1.5;
  font-weight: 400;
}

.third_area h3 .big_font {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .third_area .third_box {
    display: flex;
    flex-direction: initial;
    align-items: center;
    gap: 0 40px;
    max-width: 729px;
    margin: 0 auto;
  }

  .third_area figure {
    width: 40%;
  }

  .third_area .conts {
    flex: 1;
    text-align: left;
  }

  .third_area h3 {
    font-size: 22px;
  }

  .third_area h3 .big_font {
    font-size: 35px;
  }
}


/* fourth_area */

.fourth_area .fourth_box {
  max-width: 1000px;
  margin: 0 auto;
}

.fourth_area h3 {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 1px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .fourth_area h3 {
    font-size: 28px;
  }
}


/* fourth_area */

.fifth_area .fifth_box {
  max-width: 1266px;
  margin: 0 auto;
  position: relative;
}

.fifth_area .conts {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.fifth_area p {
  display: flex;
  justify-content: center;
}

.fifth_area h3 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
  width: 100%;
  color: #8196B7;
  margin: 15px 0 0;
}

.fifth_area p .text {
  background-color: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 0 30px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .fifth_area h3 {
    font-size: 28px;
  }

  .fifth_area .conts {
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
    width: auto;
  }

  .fifth_area p {
    justify-content: left;
  }

  .fifth_area p .text {
    font-size: 22px;
  }

  .fifth_area h3 {
    text-align: left;
  }


}

/* point_area */



.point_area .head .icon {
  font-size: 22px;
  text-align: center;
  color: #8196B7;
  letter-spacing: 5px;
  font-weight: lighter;
  line-height: 1;
  margin: 0 0 20px;
}

.point_area .conts h4 {
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  font-size: 15px;
  margin: 0 0 20px;
  letter-spacing: 1px;
}

.point_area .conts .point_img {
  padding: 0 30px;
  margin: 0 0 20px;
}

.point_area .conts p {
  padding: 0 30px;
}

.point_area .point_box {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(236, 240, 249, 1) 100%);
  padding: 40px 0;
}

.point_area img {
  border-radius: 20px;
}

.point_area .point_wrap .point_box:nth-child(1) img {
  border-radius: initial;
}

.point_area .point_wrap .point_box:nth-child(2) {
  background-image: none;
}

.point_area .point_wrap .point_box:nth-child(3) {
  background-image: linear-gradient(90deg, rgba(236, 240, 249, 1), rgba(255, 255, 255, 1) 100%);
}

.point_area .img_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 65%;
  margin: 0 auto;
}

.point_area .img_box .point_img {
  padding: 0;
  margin: 0;
}

.point_area .img_box figcaption {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}




@media screen and (min-width: 768px) {
  .point_area .head .icon {
    margin: 0 0 40px;
    font-size: 34px;
  }

  .point_area .point_box {
    padding: 70px 0;
  }

  .point_area .conts_box {
    display: flex;
    gap: 0 5%;
    flex-direction: row-reverse;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
  }

  .point_area .conts_box .point_img {
    width: 50%;
  }

  .point_area .conts_box .conts {
    flex: 1;
  }

  .point_area .conts h4 {
    text-align: left;
    font-size: 22px;
  }

  .point_area .conts p {
    padding: 0;
  }

  .point_area .point_wrap .point_box:nth-child(2) .conts_box {
    flex-direction: initial;
  }

  .point_area .img_box {
    flex-direction: initial;
    gap: 0 10%;
    width: 73%;
  }

  .point_area .point_wrap .point_box:nth-child(3) .conts h4 {
    text-align: center;
    margin: 0 0 30px;
  }

  .point_area .img_box figcaption {
    font-size: 16px;
  }
}

/* six_area */

.six_area .inner {
  max-width: 1366px;
}

/* seven_area */
.seven_area h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #8196B7;
  margin: 0 0 20px;
}

.seven_area figure {
  width: 75%;
  margin: 0 auto;
  max-width: 632px;
}


@media screen and (min-width: 768px) {
  .seven_area h3 {
    font-size: 30px;
    margin: 0 0 30px;
  }


}


/* eighth_area */

.eighth_area .inner {
  background-image: linear-gradient(0deg, rgba(236, 240, 249, 1), rgba(255, 255, 255, 1) 100%);
  padding: 40px 5%;
}

.eighth_area .head {
  text-align: center;
  line-height: 1;
  margin: 0 0 50px;
}

.eighth_area .icon_1 {
  font-size: 16px;
  color: #8196B7;
  font-weight: 400;
  letter-spacing: 1px;
}

.eighth_area .icon_2 {
  font-size: 24px;
  color: #8196B7;
  font-weight: 300;
  letter-spacing: 3px;
}

.eighth_area .eighth_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.eighth_area .eighth_box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  height: 170px;
  border-radius: 300px;
  background-color: #fff;
}

.eighth_area .conts {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.eighth_area .title figure {
  width: 41px;
  margin: 0 auto;
}

.eighth_area .title h4 {
  text-align: center;
  font-size: 15px;
  color: #8196B7;
  margin: 15px 0;
  font-weight: 400;
  letter-spacing: 1px;
}

.eighth_area .conts .text {
  padding: 0 10%;
  font-size: 11px;
}


@media screen and (min-width: 768px) {
  .eighth_area .inner {
    padding: 0 0 100px;
  }

  .eighth_area .icon_1 {
    font-size: 20px;
  }

  .eighth_area .icon_2 {
    font-size: 35px;
  }

  .eighth_area .eighth_box {
    height: auto;
    padding: 29px 0px;
    max-width: 684px;
    margin: 0 auto;
    width: 100%;
  }

  .eighth_area .conts {
    position: initial;
    transform: translate(0);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 13%;
    gap: 0 5%;
  }

  .eighth_area .title {
    width: 31%;
  }

  .eighth_area .title figure {
    width: 52px;
  }

  .eighth_area .conts .text {
    padding: 0;
    font-size: 14px;
    flex: 1;
  }
}



/* last_area */

.last_area .inner {
  padding: 40px 0;
}

.last_area .last_bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.last_area .last_bk img {
  height: 100%;
  object-fit: cover;
}

.last_area .head {
  text-align: center;
  margin: 0 0 20px;
}

.last_area .head .icon_1 {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 10px;
}

.last_area .head .icon_2 {
  font-size: 22px;
  line-height: 1;
  color: #8196B7;
}

.last_area .last_img {
  width: 110px;
  margin: 0 auto;
}

.last_area .size_text p {
  text-align: center;
  margin: 20px 0 20px;
}

.last_area .size_text p span {
  border: 1px solid #8196B7;
  border-radius: 200px;
  color: #8196B7;
  display: inline-block;
  padding: 0 40px;
  background-color: #fff;
}

.last_area .heikin_text {
  text-align: center;
}

.last_area .heikin_text p span {
  font-size: 20px;
}

.last_area .price_text {
  text-align: center;
  color: #BB5886;

}

.last_area .price_text p {
  line-height: 1;
  padding: 0 0 10px;
  position: relative;
}

.last_area .price_text p::before {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #8196B7;
}

.last_area .price_text p .big {
  font-size: 25px;
}

.last_area .price_text p .tax {
  font-size: 10px;
}

.last_area .text {
  text-align: center;
  margin: 10px 0 10px;
}

.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;
}

.last_area .last_img:hover img {
  transform: rotate(10deg);
}


@media screen and (min-width: 768px) {
  .last_area .inner {
    padding: 100px 0;
  }

  .last_area .head .icon_1 {
    font-size: 24px;
  }

  .last_area .head .icon_2 {
    font-size: 35px;
  }

  .last_area .heikin_text p {
    font-size: 18px;
  }

  .last_area .heikin_text p span {
    font-size: 30px;
  }

  .last_area .price_text p {
    font-size: 23px;
  }

  .last_area .price_text p .big {
    font-size: 46px;
  }

  .last_area .price_text p .tax {
    font-size: 14px;
  }

  .last_area .price_text p::before {
    width: 40px;
  }

  .last_area .text {
    margin: 15px 0;
  }

  .last_area .button .submit_button .submit_text {
    font-size: 18px;
  }
}
