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;
  }
}

/* second_area */

.second_area .inner {
  max-width: 620px;
}

.second_area h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 50px;
}

.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) {
  .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(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;
  }
}

/* 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: 500;
  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 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
  }

  .points-area ul li:nth-child(2) {
    margin-top: 97px;
  }

  .points-area ul li figure {
    margin: 0 0 2.7rem;
  }

  .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: 18px;
  }

  .points-area ul li p {
    font-size: 0.875rem;
  }
}


/* last_area */
.last_area .inner {
  max-width: 1366px;
}

.last_area .inner figure {
  max-width: 1247px;
  margin: 0 0 0 auto;
}

/* size_are */

.size_area .inner {
  max-width: 900px;
  padding: 0 20px;
}

.size_area .inner img {
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}
