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 {
  margin: 0 0 2.5rem;
  text-align: center;
}

.temp-all-area .head .en-title {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  margin: 0 0 0.4rem;
  color: #AF924F;
}

.temp-all-area .head h2 {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .temp-all-area .head {
    margin: 0 0 5.1rem;
  }

  .temp-all-area .head .en-title {
    font-size: 1.5rem;
  }

  .temp-all-area .head h2 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .temp-all-area .inner {
    margin: 0 auto 120px;
    position: relative;
  }

  .temp-all-area p {
    font-size: 16px;
  }
}

.top_area .inner {
  margin: 0 auto 40px;
}

/* second_area */

.second_area .inner {
  max-width: 770px;
  margin: 0 auto 40px;
}

.second_area h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 25px;
  letter-spacing: 3px;
  font-weight: 300;
  line-height: 1.8;
}

.second_area figure {
  padding: 0 40px;
}

.img_area figure {
  position: relative;
}


.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) {
  .top_area .inner {
    margin: 0 auto 120px;
  }

  .second_area .inner {
    margin: 0 auto 120px;
  }

  .second_area h3 {
    margin: 0 0 50px;
  }

  .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(even) 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(2):before {
  left: 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(odd) {
    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;
  }

  .flex_area .flex_wrap .flex_box:nth-child(even):before {

    background-image: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(249, 248, 238, 1));
  }
}

/* free_area */
.free_area .inner {
  padding: 50px 0;
}

.free_area .free_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}

.free_area .free_bk img {
  height: 100%;
}

.free_area .head {
  margin: 0 0 55px;
}

.free_area .head .en-title {
  font-size: 20px;
  margin: 0 0 40px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 3px;
}

.free_area .head h2 {
  line-height: 1.8;
}

.free_area figure {
  padding: 0 60px;
  max-width: 421px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .free_area .head .en-title {
    font-size: 24px;
  }

  .free_area .inner {
    padding: 80px 0;
  }
}

/* POINTSのセクション */

.points-area .inner {
  max-width: 691px;
}

.points-area ul {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  padding: 0 20px;
}

.points-area ul li figure {
  margin: 0 0 1.5rem;
}

.points-area ul li .point-head {
  text-align: center;
  font-size: 1rem;
  margin: 0 0 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.points-area ul li .point-head span {
  padding: 0 0 0.8rem;
  position: relative;
}

.points-area ul li .point-head span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #AF924F;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.points-area ul li h3 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2;
  margin: 0 0 1.1rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.points-area ul li p {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 768px) {


  .points-area ul li:nth-child(2) {
    margin-top: 97px;
  }

  .points-area ul li figure {
    width: 40%;
    margin: 0 auto 20px;

  }

  .points-area ul li .point-head {
    font-size: 1.25rem;
    margin: 0 0 3.5rem;
  }

  .points-area ul li .point-head span {
    padding: 0 0 1rem;
  }

  .points-area ul li .point-head span::before {
    height: 5px;
    width: 50%;
  }


  .points-area ul li h3 {
    font-size: 25px;
    text-align: center;
  }

  .points-area ul li p {
    font-size: 16px;
    text-align: center;
  }
}


/* last_area */
.last_area .inner {
  max-width: 1366px;
}

.last_area .inner figure {
  max-width: 1247px;
  margin: 0 0 0 auto;
}


.how_area .inner {
  margin: 0 auto 40px;
}

.how_area .how_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.how_area .how_box {
  width: 60%;
  margin: 0 auto;
}

.how_area .how_box .conts {
  margin: 10px 0 0;
}

.how_area .how_box .conts .bule {
  margin: 10px 0 0;
  color: #7C94B9;
}


.how_area .move_box {
  text-align: center;
}

.how_area .move_box .move {
  position: relative;
  display: inline-block;
}


.how_area .move_box .move::before,
.how_area .move_box .move::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 2px;
  height: 20px;
  border-radius: 9999px;
  background-color: #97AED1;
  transform-origin: 50% 100%;
}

.how_area .move_box .move::before {
  transform: rotate(45deg);
}

.how_area .move_box .move::after {
  transform: rotate(-45deg);
}


@media screen and (min-width: 768px) {
  .how_area .inner {
    max-width: 815px;
    margin: 0 auto 120px;
  }

  .how_area .how_wrap {
    flex-direction: initial;
    justify-content: center;
    gap: 0 8%;
  }

  .how_area .how_box .conts {
    margin: 20px 0 0;
  }

  .how_area .move_box {
    position: relative;
  }

  .how_area .move_box .move {
    position: absolute;
    top: 30%;
  }

  .how_area .move_box .move::before,
  .how_area .move_box .move::after {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 4px;
    border-radius: 9999px;
    background-color: #97AED1;
    transform-origin: calc(100% - 2px) 50%;
  }
}
