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 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: #87764E;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .temp-all-area .inner {
    margin: 0 auto 120px;
    position: relative;
  }

  .temp-all-area p {
    font-size: 16px;
  }
}

/* second_area */

.second_area .inner {
  max-width: 780px;
}

.second_area h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 50px;
}

.second_area figure {
  padding: 0 20px;
}

.img_area figure {
  position: relative;
}

.img_area .inner {
  max-width: 1360px;
}

.img_area h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0;
  line-height: 2;
  font-weight: 300;
  font-size: 19px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .img_area h3 {
    font-size: 22px;
  }
}

/* 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: 25%;
  margin: 0 auto;
}

.bottle_area .bottle_box p {
  text-align: center;
  padding: 5px 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;
  }
}

/* flex_area */
.flex_area .inner {
  overflow: hidden;
}



.flex_area .flex_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.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-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(249, 248, 238, 1));
  z-index: -1;
}

.flex_area .flex_wrap .flex_box:nth-child(3):before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: #F8F1E4;
  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: 58%;
  }

  .flex_area .flex_box .conts {
    flex: 1;
  }



  .flex_area .flex_wrap .flex_box:nth-child(2):before {
    left: 0;
  }

  .flex_area .flex_wrap .flex_box:nth-child(4):before {
    right: 8rem;
  }

  .flex_area .flex_box .conts h3 {
    margin: 0 0 20px;
  }
}


/* point_area */
.point_area .point_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}



.point_area .inner-icon {
  font-size: 34px;
  text-align: center;
  color: #87764E;
  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: #87764E;
  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: #F9F8EE;
  z-index: -1;
}

.point_area .point_box:nth-child(2) .inner_box {
  padding: 0 20px 80px;
}

@media screen and (min-width: 768px) {
  .point_area .point_wrap {
    gap: 100px 0;
  }

  .point_area .inner_box {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 0 5%;
    align-items: center;
    justify-content: center;
  }

  .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 {
    position: relative;
  }

  .point_area .point_box:nth-child(2):before {
    content: "";
    width: 100%;
    height: 88%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #F9F8EE;
    z-index: -1;
  }

  .point_area .point_box:nth-child(2) .inner_box {
    padding: 0 20px 80px;
    flex-direction: row-reverse;
  }

}

/* line_area */



.line_area .head {
  font-size: 34px;
  text-align: center;
  color: #87764E;
  letter-spacing: 7px;
  font-weight: lighter;
  line-height: 1;
  margin: 0 0 30px;
}


@media screen and (min-width: 768px) {


  .line_area .head {
    margin: 0 0 80px;
  }

  .line_area .line_wrap {
    max-width: 1366px;
    margin: 0 auto;
  }
}

/* how_area */
.how_area .inner-icon {
  font-size: 34px;
  text-align: center;
  color: #87764E;
  letter-spacing: 7px;
  font-weight: lighter;
  line-height: 1;
}


.how_area .inner-icon .icon_2 {
  padding-bottom: 50px;
  letter-spacing: 3px;
  display: inline-block;
  position: relative;
}

.how_area .inner-icon .icon_2::before {
  content: "";
  width: 45px;
  height: 4px;
  position: absolute;
  background-color: #87764E;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.how_area .how_title {
  font-size: 16px;
  text-align: center;
  margin: 50px 0;
  letter-spacing: 3px;
  font-weight: 400;
  line-height: 1.8;
}

.how_area .how_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.how_area .how_box {
  padding: 0 20px;
}

.how_area .how_box figure {
  max-width: 350px;
  margin: 0 auto;
  width: 60%;
}

.how_area .how_box figure img {
  border-radius: 200px;
}


.how_area .how_box .conts h4 {
  font-size: 25px;
  color: #87764E;
  text-align: center;
  margin: 20px 0;
  letter-spacing: 3px;
}

.how_area .how_box .how_list p {
  position: relative;
  margin: 0 0 5px;
  text-align: center;
}

.how_area .how_box .how_list p span {
  position: absolute;
  top: 0;
  left: 0;
  color: #87764E;
}

@media screen and (min-width: 768px) {
  .how_area .how_wrap {
    max-width: 840px;
    flex-direction: initial;
    margin: 0 auto;
    gap: 0 32px;
  }

  .how_area .how_box {
    padding: 0;
  }

  .how_area .how_wrap .yazirusi {
    margin: 100px 0 0 0;
  }

  .how_area .how_wrap .yazirusi::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 15px solid #87764E;
    border-right: 0;
  }

  .how_area .how_box figure {
    width: auto;
  }

  .how_area .how_box .conts {
    flex: 1;
  }

  .how_area .how_box .how_list p {
    font-size: 14px;
  }
}

/* img2_area */
.img2_area figure {
  position: relative;
}

.img2_area .inner {
  max-width: 1000px;
}

.img2_area h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
  line-height: 2;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .img2_area h3 {
    font-size: 26px;
  }
}

.last_area h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 50px;
  letter-spacing: 3px;
  line-height: 1.8;
}


/* item_area */

.item_area .inner {
  max-width: 982px;
  padding: 0 20px;
}

.item_area .inner-icon {
  font-size: 34px;
  text-align: center;
  margin: 0 0 50px;
}

.item_area .inner-icon .icon_1 {
  padding: 0 0 10px;
  display: block;
  letter-spacing: 7px;
}


.item_area .inner-icon .icon_2 {
  padding: 0 0 10px;
  display: block;
  font-size: 14px;
}

.item_area .item_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 7%;
}


.item_area .item_box {
  max-width: 610px;
  margin: 0 auto;
}

.item_area .item_box figure {
  margin: 0 auto 20px;
}


.item_area .item_box .item_title {
  text-align: center;
  margin: 0 auto 10px;

}

.item_area .item_title h5 {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 10px;
}

.item_area .item_title h5 .tax {
  font-size: 10px;
}

.item_area .item_title p {
  font-size: 11px;
}

.item_area .super_flex_cart .add_to_cart_sale {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.06);
}

@media screen and (min-width: 768px) {
  .item_area .item_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 7%;
  }


  .item_area .item_title h5 {
    font-size: 16px;
  }

  .item_area .item_title p {
    font-size: 13px;
  }

  .item_area .super_flex_cart .add_to_cart_sale {
    width: 100%;
  }
}
