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;
}

.temp-all-area h2,
h3,
h4,
h5,
p,
ul,
figure {
  padding: 0;
  margin: 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: 0.875rem;
  }
}

.temp-all-area .inner {
  margin: 0 auto 80px;
  position: relative;
}

.temp-all-area p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
}


.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: #BBAC61;
}

.temp-all-area .head .ja_title {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .temp-all-area .inner {
    margin: 0 auto 150px;
  }

  .temp-all-area p {
    font-size: 16px;
  }

  .temp-all-area .head {
    margin: 0 0 60px;
  }

  .temp-all-area .head .en_title {
    font-size: 40px;
  }

  .temp-all-area .head .ja_title {
    font-size: 0.875rem;
  }
}

/* toparea */



/* second_area */
.second_area .inner {
  max-width: 800px;
}

.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: #EFA95E;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.second_area figure {
  padding: 0 20px;
}

/* benefits-area */
.benefits-area .inner {
  max-width: 1100px;

}

.benefits-area .inner .en_title {
  color: #EFA95E;
}

.benefits-area .inner .benefits-flex .conts {
  padding: 0 20px;
}

.benefits-area .inner .benefits-flex .conts h3 {
  font-size: 19px;
  line-height: 1.8;
  font-weight: 300;
  margin: 15px 0;
}

@media screen and (min-width: 768px) {

  .benefits-area .inner .en_title {
    text-align: left;
  }

  .benefits-area .inner .benefits-flex {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 5%;
  }

  .benefits-area .inner .benefits-flex .image {
    width: 50%;
    background-image: none;
    padding: 0;
    margin: 0;
  }

  .benefits-area .inner .benefits-flex .image img {
    box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
  }

  .benefits-area .inner .benefits-flex .conts {
    flex: 1;
    padding: 0;
  }

  .benefits-area .inner .benefits-flex .conts h3 {
    font-size: 24px;
  }
}


/* case-area */

.case-area .inner h3 {
  font-size: 19px;
  line-height: 1.8;
  font-weight: 300;
  margin: 0 0 10px;
}

.case-area .inner .image img {
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}

.case-area .case-obj-box {
  width: 95%;
  height: 95vw;
  position: relative;
  margin: 1.5rem auto;
}

.case-area .case-obj {
  width: 45%;
  padding-top: 45%;
  position: absolute;
  border-radius: 50%;
  background-color: #FBF8EF;
}

.case-area .case-obj .case_conts {
  width: 100%;
  text-align: center;
  margin: 0;
}

.case-area .case-obj .case_conts span {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 1rem;
  color: #EFA95E;

}

.case-area .case-obj .case_conts p {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.case-area .case-obj:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.case-area .case-obj:nth-child(2) {
  left: 2.5%;
  bottom: 10%;
}

.case-area .case-obj:nth-child(3) {
  right: 2.5%;
  bottom: 10%;
}

@media screen and (min-width: 768px) {
  .case-area {
    max-width: 1100px;
    margin: 0 auto;
  }

  .case-area .inner {
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 20%;
  }


  .case-area .inner .image {
    grid-area: 1 / 1 / 3 / 2;
    width: 100%;
  }

  .case-area .case-obj-box {
    width: auto;
    grid-area: 2 / 2 / 3 / 3;
    height: auto;
    position: relative;
    top: 55%;
    margin: 0;
  }


  .case-area .case-obj .case_conts span {
    font-size: 1.375rem;
  }

  .case-area .case-obj .case_conts p {
    margin: 0;
  }

  .case-area .case-obj:nth-child(1) {
    transform: translate(-50%, -50%);
  }

  .case-area .case-obj:nth-child(2) {
    bottom: -110%;
  }

  .case-area .case-obj:nth-child(3) {
    bottom: -110%;
  }

}



/* features-area */
.features-area .inner {
  max-width: 1088px;
}

.features_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.features_box .conts {
  background-color: #FBF8EF;
  color: #333333;
  padding: 7.5% 5%;
  margin: 20px 0 0;
}

.features_box .conts h3 {
  text-align: center;
}

.features_box .conts h3 span {
  font-size: 19px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 20px;
  letter-spacing: 3px;
  line-height: 1.8;
}


.features_box .conts h3 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #212121;
}

@media screen and (min-width: 768px) {
  .features_wrap {
    gap: 80px 0;
  }

  .features_box {
    display: flex;
    align-items: stretch;
  }

  .features_box:nth-child(even) {
    flex-direction: row-reverse;
  }

  .features_box .image {
    width: 45%;
    margin: 0;
  }

  .features_box .conts {
    flex: 1;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5%;
  }

  .features_box .conts h3 {

    text-align: left;
  }

  .features_box .conts h3 span {
    font-size: 22px;
  }
}

/* howto-area */
.temp-all-area .howto-area a {
  text-decoration: underline;
}

.howto-area .inner {
  max-width: 1000px;
  overflow: hidden;
}

.howto-area .inner .howto-box {
  position: relative;
  padding: 0 0 2rem;
}

.howto-area .inner .howto-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fbf8ef;
  z-index: -2;
}

.howto-area .inner .howto-box .image {
  position: relative;
}

.howto-area .inner .howto-box .image::after {
  content: "";
  display: inline-block;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, #fff 50%, #fbf8ef 50%);
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}

.howto-area .inner .howto-box .howto-inner {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}

.howto-area .inner .howto-box .image img {
  position: relative;
}

.howto-area .inner .howto-box h3 {
  font-size: 1rem;
  font-weight: 500;
  padding: 0 0 1rem;
  margin: 2.5rem 0 1rem;
  text-align: center;
  letter-spacing: 0.15rem;
}

.howto-area .inner .howto-box h3 span {
  border-bottom: 1px solid #212121;
  padding: 0 0 1.5rem;
}

.howto-area .inner .howto-box p {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.75;
  text-align: center;
  margin: 2rem 0 2.5rem;
}

.howto-area .inner .howto-box .conts {
  background-color: #ffffff;
  padding: 5%;
}

.howto-area .inner .howto-box .conts h4 {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin: 0.25rem 0 1rem;
  letter-spacing: 0.15rem;
}

.howto-area .inner .howto-box .conts .inner_title {
  display: inline-block;
  font-size: 0.75rem;
  color: #212121;
  border: 1px solid #212121;
  border-radius: 2.5px;
  padding: 2.5px 7.5px;
  margin: 0.5rem 0;
}

.howto-area .inner .howto-box .conts ul {
  padding: 0;
  margin: 0;
}

.howto-area .inner .howto-box .conts ul li {
  list-style: none;
  display: flex;
  margin: 0.25rem 0;
  font-size: 0.75rem;
}

.howto-area .inner .howto-box .conts p {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: initial;
  margin: 0;
  letter-spacing: 0.05rem;
}

/* special-area */

.special-area .inner {
  max-width: 1084px;

}

.special-flex .image img {
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}

.special-flex .conts {
  padding: 0 20px;
}

.special-flex .conts h3 {
  font-size: 19px;
  line-height: 1.8;
  font-weight: 300;
  margin: 15px 0;
}


@media screen and (min-width: 768px) {

  .special-flex {
    display: flex;
    gap: 0 5%;
    flex-direction: row-reverse;
    align-items: center;
  }


  .special-flex figure {
    width: 50%;
  }

  .special-flex .conts {
    flex: 1;
    padding: 0;
  }

  .special-flex .conts h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {



  .howto-area .inner .howto-box {
    position: relative;
    padding: 0 0 5rem;
  }


  .howto-area .inner .howto-box h3 {
    font-size: 1.375rem;
    margin: 3rem 0 1rem;
  }

  .howto-area .inner .howto-box p {
    font-size: 1rem;
    margin: 2rem 0 3rem;
  }

  .howto-area .inner .howto-box .conts h4 {
    font-size: 1.375rem;
  }

  .howto-area .inner .howto-box .conts .inner_title {
    font-size: 1.125rem;
  }

  .howto-area .inner .howto-box .conts ul li {
    font-size: 0.875rem;
  }

  .howto-area .inner .howto-box .conts p {
    margin: 0;
    font-size: 0.875rem;
  }
}

.last-area .inner {
  max-width: 1366px;
}

.last-area .inner .special-box {
  padding: 0 0 8rem;
}

.last-area .image {
  width: 90%;
  margin-left: 10%;
}


.last-area .conts {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1rem;
  padding: 2.5% 7.5%;
  background-color: rgb(228, 226, 226, 0.8);
}

.last-area .conts h3 {
  font-size: 19px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.15rem;
  margin: 1rem 0;
}

.last-area .conts p {
  font-size: 1rem;
  margin: 1rem 0;
}


@media screen and (min-width: 768px) {
  .last-area .inner .special-box {
    padding: 0;
  }

  .last-area .image {
    width: 80%;
    margin-left: 20%;
  }


  .last-area .conts {
    top: 55%;
    left: 2.5%;
    bottom: auto;
    font-size: 1.5rem;
    transform: translate(0px, -50%);
  }
}
