body {
  font-weight: 400;
}

body img {
  vertical-align: bottom;
}

.temp-all-area {
  font-family: Lato, "Noto Sans JP", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-weight: 400;
}



.temp-all-area a {
  text-decoration: none;
  color: #3c3c3c;
}

.temp-all-area li {
  list-style: none;
}

.temp-all-area img {
  width: 100%;
}

.temp-all-area h2,
h3,
h4,
p,
figure,
ul,
li {
  margin: 0;
  padding: 0;
}

/* フォント選択 */

.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;
    /*非表示*/
  }
}


.top_area .inner {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  padding: 0 20px;
}

.top_area .conts figure {
  width: 120px;
  text-align: center;
  margin: 0 auto;
}

.top_area p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 3px;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .top_area .inner {
    flex-direction: row-reverse;
    align-items: center;
    gap: 0 5%;
    max-width: 901px;
    margin: 100px auto;
  }

  .top_area .top_img {
    width: 53%;
  }

  .top_area .conts {
    flex: 1;
  }

  .top_area .conts figure {
    margin: 0;
  }

  .top_area p {
    font-size: 16px;
  }
}

.second_area .inner {
  margin: 0 auto 80px;
}

.second_area .head figure {
  width: 120px;
  text-align: center;
  margin: 0 auto 30px;
}

.second_area .second_wrap {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}

.second_area .second_box {
  display: flex;
  flex-direction: column;
  gap: 18px 0;
}

.second_area .second_box figure {
  width: 50%;
  margin: 0 auto;
}

.second_area .second_box figure img {
  border-radius: 7%;
}

.second_area .second_box .conts .conts_title h3 {
  font-size: 24px;
  font-weight: 300;
  color: #7D5929;
  text-align: center;
}

.second_area .second_box .conts .conts_title .text {
  margin: 15px 0;
  font-size: 15px;
  text-align: center;
}

.second_area .second_box .conts .conts_title .name {
  font-size: 13px;
  text-align: center;
}


.second_area .second_box .conts .conts_text {
  margin: 20px 0 0;
  padding: 30px 40px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(230, 221, 207, 1) 30%);
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}



.second_area .second_box .conts .conts_text h4 {
  width: 60px;
  height: 25px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
}

.second_area .second_box .conts .conts_text h4 span {
  display: inline-block;
  width: 60px;
  height: 25px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: #7D5929;
  color: #fff;
  line-height: 25px;
}

.second_area .second_box .conts .conts_text p {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin: 10px 0 0;
}



.second_area .second_box:nth-child(even) .conts .conts_title h3 {
  color: #6B6B6B;
}

.second_area .second_box:nth-child(even) .conts .conts_text {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(246, 246, 246, 1) 30%);
}

.second_area .second_box:nth-child(even) .conts .conts_text h4 span {
  background-color: #7B7B7B;
}



@media screen and (min-width: 768px) {
  .second_area .inner {
    max-width: 901px;
    margin: 0 auto 100px;
  }

  .second_area .head figure {
    width: 150px;
    margin: 0 0 30px;
  }

  .second_area .second_wrap {
    gap: 100px 0;
  }

  .second_area .second_box {
    flex-direction: initial;
    gap: 0 5%;
  }

  .second_area .second_box figure {
    width: 37%;
  }

  .second_area .second_box .conts {
    flex: 1;
  }

  .second_area .second_box .conts .conts_title h3 {
    font-size: 29px;
    text-align: left;
  }

  .second_area .second_box .conts .conts_title .text {
    font-size: 18px;
    text-align: left;
    margin: 25px 0 5px 0;
  }

  .second_area .second_box .conts .conts_title .name {
    font-size: 15px;
    text-align: left;
  }



  .second_area .second_box .conts .conts_text {
    margin: 30px 0 0;
    position: relative;
    background-image: none;
    padding: 30px 50px 30px 0;
  }

  .second_area .second_box .conts .conts_text::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(230, 221, 207, 1) 30%);
    z-index: -1;
    right: 0;
    top: 0;
    max-width: 901px;
  }


  .second_area .second_box:nth-child(even) {
    flex-direction: row-reverse;
  }

  .second_area .second_box:nth-child(even) .conts .conts_title {
    padding: 0 0 0 50px;
  }

  .second_area .second_box:nth-child(even) .conts .conts_text {
    background-image: none;
    padding: 30px 0 30px 50px;
  }

  .second_area .second_box:nth-child(even) .conts .conts_text::before {
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(246, 246, 246, 1) 30%);
    right: auto;
    left: 0;
  }


}


.last_area .inner {
  max-width: 1366px;
  margin: 0 auto 100px;
}
