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%;
}


/* フォント選択 */

.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;
}

#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(252, 249, 244, 1) 45%, rgba(248, 241, 228, 1));
  margin: 0;
}


.second_area .en_box h3 {
  text-align: center;
  color: #917840;
  font-size: 17px;
  margin: 0 0 15px;
}


@media screen and (min-width: 768px) {
  .second_area .inner {
    padding: 120px 0 80px;
  }

  .second_area .second_box {
    display: flex;
    gap: 0 3%;
    max-width: 830px;
    margin: 0 auto;
  }

  .second_area .second_box .second_img {
    width: 39%;
  }

  .second_area .second_box .en_box {
    flex: 1;
  }

  .second_area .second_box .font_img figure {
    text-align: center;
  }

  .second_area .second_box .font_img figure img {
    width: 329px;
  }

  .second_area .second_box .font_img p {
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
  }

  .second_area .en_box h3 {
    font-size: 22px;
    margin: 0;
  }
}

/* concept_area */
.concept_area .inner {
  margin: 0 auto;
  max-width: 1366px;
}

.concept_area .conts {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.concept_area .icon {
  font-weight: 300;
  letter-spacing: 3px;
  text-align: center;
  font-size: 27px;
  color: #917840;
}

.concept_area .color_font {
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
  font-size: 17px;
  color: #917840;
  margin: 20px 0;
}

.concept_area .font {
  text-align: center;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .concept_area .icon {
    font-size: 35px;

  }

  .concept_area .color_font {
    font-size: 22px;
  }
}

/* third_area */

.third_area .inner {
  max-width: 1000px;
  padding: 50px 20px;
  margin: 0 auto;
}

.third_area .third_bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.third_area h3 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
}

.third_area .third_bk img {
  height: 100%;
  object-fit: cover;
}

.third_area .conts img {
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}


.third_area .conts figure {
  margin: 20px auto;
  width: 70%;
}


@media screen and (min-width: 768px) {
  .third_area .inner {
    margin: 0 auto 100px;
  }

  .third_area h3 {
    margin: 0 0 30px;
    font-size: 25px;
  }

  .third_area .conts {
    display: flex;
    gap: 0 5%;
    max-width: 710px;
    margin: 0 auto;
    align-items: center;
  }

  .third_area .conts figure {
    width: 46%;
    margin: 0;
  }

  .third_area .conts p {
    flex: 1;
    font-size: 14px;
    line-height: 2;
  }
}

/* fourth_area */

.fourth_area .inner {
  padding: 30px 0;
}

.fourth_area .fourth_bk {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.fourth_area .fourth_bk img {
  height: 100%;
  object-fit: cover;
}

.fourth_area .fourth_box {
  margin: 0 auto;
}

.fourth_area p {
  padding: 0 10%;
  letter-spacing: 1px;
  margin: 0 0 26px;
}

.fourth_area .fourth_img_3 {
  padding: 0 10%;
}


@media screen and (min-width: 768px) {
  .fourth_area .inner {
    padding: 80px 0;
  }

  .fourth_area .fourth_box {
    max-width: 909px;
  }
}


/* point_area */

.point_area {
  overflow: hidden;
}

.point_area .inner {
  padding: 30px 0 0;
}

.point_area .point_box figure {
  position: relative;
  width: 80%;
  padding: 0 20px;
  margin: 0 0 0 auto;
}

.point_area .point_box figure img {
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
  border-radius: 15px;
}

.point_area .point_box figure figcaption {
  position: absolute;
  width: 23%;
  aspect-ratio: 1;
  background-color: #917840;
  border-radius: 50%;
  top: -20px;
  left: -10px;
}

.point_area .point_box figure figcaption span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
}

.point_area .conts {
  padding: 0 20px;
}

.point_area .conts h3 {
  margin: 20px 0;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
}

.point_area .point_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.point_area .point_box:nth-child(2) {
  padding: 40px 0;
  position: relative;
}

.point_area .point_box:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(248, 241, 228, 1));
  z-index: -1;
  width: 100vw;
  inset-inline: 50%;
  margin-inline: -50vw;
}

.point_area .point_box:nth-child(2) figure {
  margin: auto 0 0 0;
}

.point_area .point_box:nth-child(2) figure figcaption {
  left: initial;
  right: -10px;
}

@media screen and (min-width: 768px) {
  .point_area .inner {
    padding: 50px 50px 0;
  }

  .point_area .point_wrap {
    gap: 80px 0;
  }

  .point_area .point_box {
    display: flex;
    align-items: center;
    gap: 0 4%;
    max-width: 897px;
    margin: 0 auto;
  }

  .point_area .point_box figure {
    width: 50%;
    padding: 0;
  }

  .point_area .conts {
    flex: 1;
    padding: 0;
  }

  .point_area .point_box figure figcaption {
    width: 24%;
    top: -43px;
    left: -48px;
  }

  .point_area .point_box:nth-child(2) {
    padding: 80px 0;
  }

  .point_area .point_box:nth-child(2) figure figcaption {
    right: -48px;
  }

  .point_area .point_box figure figcaption span {
    font-size: 26px;
  }

  .point_area .point_box:nth-child(2) {
    flex-direction: row-reverse;
  }

  .point_area .conts h3 {
    font-size: 22px;
  }

}

/* fifth_area */
.fifth_area .inner {
  padding: 50px 0;
}

.fifth_area .fifth_bk {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.fifth_area .fifth_bk img {
  height: 100%;
  object-fit: cover;
}

.fifth_area .head h3 {
  text-align: center;
  font-size: 18px;
}

.fifth_area .head p {
  margin: 30px 0;
  padding: 0 20px;
}

.fifth_area .fifth_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.fifth_area .fifth_box {
  background-color: rgba(255, 255, 255, .8);
  padding: 30px 0;
  margin: 0 20px;
}

.fifth_area .fifth_box h4 {
  color: #917840;
  text-align: center;
  font-weight: 400;
  margin: 0 0 20px;
  letter-spacing: 1px;
  font-size: 15px;
}

.fifth_area .fifth_box:nth-child(1) figure {
  margin: 0 auto 30px;
  width: 50%;

}

.fifth_area .fifth_box:nth-child(1) img {
  border-radius: 50%;
}

.fifth_area .fifth_box:nth-child(1) p {
  padding: 0 20px;
}

.fifth_area .fifth_box:nth-child(2) figure {
  width: 70%;
  margin: 0 auto;
}


@media screen and (min-width: 768px) {
  .fifth_area .inner {
    padding: 60px 0;
  }

  .fifth_area .head h3 {
    font-size: 24px;
  }

  .fifth_area .head p {
    text-align: center;
  }

  .fifth_area .fifth_wrap {
    flex-direction: initial;
    gap: 0 2%;
    max-width: 897px;
    margin: 0 auto;
  }

  .fifth_area .fifth_box {
    width: 50%;
    margin: 0;
  }

  .fifth_area .fifth_box h4 {
    font-size: 18px;
  }

  .fifth_area .fifth_box:nth-child(1) figure {
    width: 40%;
  }

  .fifth_area .fifth_box:nth-child(2) figure {
    width: 88%;
  }
}

/* sixth_area */
.sixth_area .inner {
  max-width: 897px;
  padding: 0 20px;
}

.sixth_area .conts h3 {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
  font-size: 18px;
  text-align: center;
  margin: 0 0 15px;
}

.sixth_area .conts p {
  margin: 15px 0 0;
}

@media screen and (min-width: 768px) {
  .sixth_area .sixth_box {
    display: flex;
    gap: 0 5%;
    align-items: center;
  }

  .sixth_area .sixth_box figure {
    width: 50%;
  }

  .sixth_area .sixth_box .conts {
    flex: 1;
  }

  .sixth_area .conts h3 {
    font-size: 22px;
    text-align: left;
  }
}

.temp-all-area .head .icon_1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 4px;
  color: #917840;
  text-align: center;
  margin: 0 0 15px;
}

.temp-all-area .head .icon_2 {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 40px;
}

@media screen and (min-width: 768px) {
  .temp-all-area .head .icon_1 {
    font-size: 35px;
  }
}

.voice_area {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(252, 249, 244, 1) 45%, rgba(248, 241, 228, 1));
}

.voice_area .inner {
  padding: 0 0 30px;
  max-width: 704px;
}


.story_area .inner {
  padding: 0 20px;
  max-width: 750px;
}

.story_area .conts figure {
  margin: 0 0 20px;
}

.story_area .conts p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .story_area .conts {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 10%;
  }

  .story_area .conts figure {
    width: 40%;
  }

  .story_area .conts p {
    flex: 1;
  }
}


.line_area .inner {
  padding: 0 20px 25px;
  margin: 0 auto 80px;
}

.line_area .head h3 {
  text-align: center;
  font-weight: 400;
  line-height: 2;
  margin: 30px 0;
  font-size: 20px;
}



.line_area .line_bk {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.line_area .line_bk img {
  height: 100%;
  object-fit: cover;
}

.line_area .line_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  max-width: 735px;
  margin: 0 auto;
}


@media screen and (min-width: 768px) {
  .line_area .inner {
    margin: 0 auto 140px;
  }

  .line_area .line_bk {
    top: 32px;
  }

  .line_area .head h3 {
    font-size: 24px;
  }

  .line_area .head p {
    text-align: center;
    margin: 0 0 60px;
  }

  .line_area .line_box {
    position: relative;
  }

  .line_area .line_box p {
    position: absolute;
    width: 336px;
    top: 39%;
    left: 39px;
    font-size: 15px;
  }

  .line_area .line_box:nth-child(2) p {
    top: 36%;
    left: 49%;
  }
}


.sample_area {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto 50px;
}

.last_area {
  max-width: 1366px;
  margin: 0 auto 50px;
}

.coupon_area {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto 50px;
}
