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;
}

@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: #6CA465;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .temp-all-area .inner {
    margin: 0 auto 150px;
  }

  .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: #6CA465;
  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: 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;
  }
}


/* point_area */

.point_area .inner {
  overflow: hidden;
}

.point_area .point_wrap {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}



.point_area .inner-icon {
  font-size: 34px;
  text-align: center;
  color: #6CA465;
  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: #6CA465;
  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;
}

.point_area .point_box:nth-child(3) .inner_box {
  padding: 0;
}

.point_area .point_box:nth-child(3) .conts {
  padding: 0 20px;
}

.point_area .point_box:nth-child(3) figure img {
  box-shadow: initial;
  border-radius: 0;
}



@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;
  }

  .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 {
    height: 88%;
  }

  .point_area .point_box:nth-child(2) .inner_box {
    padding: 0 20px 80px;
    flex-direction: row-reverse;
  }

  .point_area .point_box:nth-child(3) figure {
    position: relative;
    padding: 5%;
    width: 42%;
  }

  .point_area .point_box:nth-child(3) figure:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #F8F8F8;
    z-index: -1;
  }

}



@media screen and (min-width: 768px) {
  .free_area {
    background-color: #F8F8F8;
  }

  .free_area .inner {
    max-width: 450px;
    padding: 100px 0;
  }
}

.merit_area .inner {
  max-width: 1000px;
}

.merit_area .merit {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
  padding: 0 20px;
}

.merit_area .merit figure img {
  box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.06);
}

.merit_area .merit h3 {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 3px;
  font-weight: 500;
  margin: 20px 0;
}

.merit_area .merit .merit-color {
  color: #6ca465;
}

.merit_area .merit .merit-border {
  border: solid 1px #8f8f8f;
  padding: 10px 20px;
  margin: 20px 0 0;
}

@media screen and (min-width: 768px) {
  .merit_area .merit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    padding: 0;
  }

  .merit_area .merit div:nth-child(2) {
    margin-top: 100px;
  }
}

/* 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 h3 {
    font-size: 26px;
  }
}

.last_area h3 {
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 50px;
  letter-spacing: 3px;
  line-height: 1.8;
}


.detail_area {
  background-color: #F8F8F8;
}

.detail_area .inner {
  padding: 50px 20px;
  max-width: 900px;
}

.detail_area .head h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 30px;
}

.detail_area .head p {
  margin: 0 0 30px;
  text-align: center;
}

.detail_area .detail_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.detail_area .detail_box_1 figure {
  padding: 0 20px 0 0;
}

.detail_area .detail_box_1 .conts {
  width: 52%;
  margin: -10% 0 0 auto;
  padding: 10%;
  background-color: rgba(255, 255, 255, .9);
  position: relative;
}

.detail_area .detail_box_1 .conts p span {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .detail_area .detail_wrap {
    gap: 80px 0;
  }

  .detail_area .detail_box_1 {
    position: relative;
  }

  .detail_area .detail_box_1 figure {
    width: 65%;
  }

  .detail_area .detail_box_1 .conts {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    margin: 0;
    width: auto;
    padding: 8% 5%;
  }
}

.detail_area .detail_box_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px 10px;
  padding: 0 20px;
}

.detail_area .detail_box_2 div {
  position: relative;
  background: #fff;
  border-radius: 50%;
}

.detail_area .detail_box_2 div::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.detail_area .detail_box_2 p {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #6ca465;
}

@media screen and (min-width: 768px) {

  .detail_area .detail_box_2 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: initial;
  }

}

.detail_area .detail_box_3 {
  padding: 40px 25px;
  background-color: #fff;
  line-height: 1.5;
  letter-spacing: 3px;
}

.detail_area .detail_box_3 h3 {
  text-align: center;
}

.detail_area .detail_box_3 h3 span {
  display: inline-block;
  font-size: 16px;
  font-weight: lighter;
  line-height: 1.5;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.detail_area .detail_box_3 h3 span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #6ca465;
  transform: translate(-50%, 0);
}

.detail_area .detail_box_3 .base div:nth-child(1) {
  margin-bottom: 50px;
}

.detail_area .detail_box_3 h4 {
  text-align: center;
  font-size: 13px;
  margin: 20px 0;
  font-weight: bold;
}

.detail_area .detail_box_3 .base p {
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .detail_area .detail_box_3 .base {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
  }
}

.detail_area .detail_box_4 {
  padding: 0 20px;
}

.detail_area .detail_box_4 h3 {
  padding-bottom: 10px;
  border-bottom: #6ca465 1px solid;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 3px;
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .detail_area .detail_box_4 {
    display: flex;
    align-items: center;
    gap: 0 3%;
  }

  .detail_area .detail_box_4 figure {
    width: 50%;
  }

  .detail_area .detail_box_4 .conts {
    flex: 1;
  }
}
