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;
}

#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: 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: #A28C44;
}

.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 */

.top_area {
  margin: 5rem 0 0;
}

.top_area .inner .title-obj {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(162, 140, 68, 0.8);
  transform: translate(0, -50%);
  padding: 40px 50px;
}

.top_area .inner .title-obj h2 {
  font-size: 0.875rem;
  margin: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 400;
}


.top_area .inner .main-title {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.75;
  margin: 2rem 0;
}

.top_area .inner .main-title span {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .top_area {
    margin: 0;
  }

  .top_area .inner .title-obj {
    transform: translate(0, 0);
    left: 7.5%;
    padding: 70px 50px;
  }

  .top_area .inner .title-obj h2 {
    font-size: 1rem;
  }
}

.second_area .inner {
  max-width: 610px;
}

.second_area h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  margin: 0 0 30px;
  position: relative;
}

.second_area figure {
  padding: 0 20%;
}

@media screen and (min-width: 768px) {
  .second_area h3 {
    font-size: 25px;
  }

  .second_area figure {
    padding: 0;
  }
}

/* benefits-area */
.benefits-area .inner {
  max-width: 1000px;

}

.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: 48%;
    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: 26px;
  }

  .benefits-area .inner .benefits-flex .conts p {
    line-height: 2.5;
  }
}


/* 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: #A28C44;

}

.case-area .case-obj .case_conts p {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  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: 35%;
    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-area .features_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.features-area .features_box .conts p .red_font {
  color: #C34F50;
}

.features-area .features_box .conts {
  background-color: #F8F8F8;
  color: #333333;
  padding: 7.5% 5%;
  margin: 0;
}

.features-area .features_box .conts h3 {
  text-align: center;
}

.features-area .features_box .conts h3 span {
  font-size: 19px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  letter-spacing: 3px;
  line-height: 1.8;
}


@media screen and (min-width: 768px) {
  .features-area .features_wrap {
    gap: 80px 0;
  }

  .features-area .features_box {
    display: flex;
    align-items: stretch;
  }

  .features-area .features_box:nth-child(even) {
    flex-direction: row-reverse;
  }

  .features-area .features_box .image {
    width: 55%;
    margin: 0;
  }

  .features-area .features_box .conts {
    flex: 1;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5%;
  }

  .features-area .features_box .conts h3 {

    text-align: left;
  }

  .features-area .features_box .conts h3 span {
    font-size: 22px;
  }
}

/* special-area */

.special-area .inner {
  max-width: 1000px;

}

.special-area .special_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.special-area .special-flex .image img {
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}

.special-area .special-flex .conts {
  padding: 0 20px;
}

.special-area .special-flex .conts h3 {
  font-size: 19px;
  line-height: 1.8;
  font-weight: 300;
  margin: 15px 0;
}


@media screen and (min-width: 768px) {
  .special-area .special_wrap {
    gap: 100px 0;
  }

  .special-area .special-flex {
    display: flex;
    gap: 0 3%;
    align-items: center;
  }

  .special-area .special-flex:nth-child(2) {
    flex-direction: row-reverse;
  }


  .special-area .special-flex figure {
    width: 50%;
  }

  .special-area .special-flex .conts {
    flex: 1;
    padding: 0;
  }

  .special-area .special-flex .conts h3 {
    font-size: 22px;
  }
}

.use-area .inner {
  max-width: 1000px;
}

.use-area .use-box-01 {
  position: relative;
  margin: 0 0 6.5rem 0;
}

.use-area .use-box-01::before {
  content: "";
  width: 100%;
  height: 88%;
  position: absolute;
  top: 17%;
  left: 0;
  background-color: #FBF8EF;
  z-index: -1;
}

.use-area .use-box-01 figure {
  position: relative;
  margin: 0 0 4.2rem;
  margin-left: 20px;
}

.use-area .use-box-01 .conts {
  display: flex;
  justify-content: center;
  margin-left: 30px;
  padding: 0 20px 0 0;
}

.use-area .use-box-01 figure span {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.7185rem;
  line-height: 1.4;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  background-color: #6e9bc5;
  color: #fff;
}

.use-area .use-box-01 figure figcaption {
  font-weight: 300;
  letter-spacing: 0.2em;
  position: absolute;
  right: 15px;
  bottom: -2rem;
  font-size: 2.125rem;
  line-height: 1.8;
}

.use-area .use-box-01 .conts .text-box h3 {
  font-size: 19px;
  margin: 0 0 1.6rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.8;
}

.use-area .use-box-01 .conts .text-box p {
  font-size: 0.875rem;
  margin: 0 0 0.8rem;
  line-height: 2;
  font-weight: 500;
}

.use-area .use-box-01 .conts h4 {
  font-size: 0.9375rem;
  line-height: 2.1;
  font-weight: 400;
  margin: 0;
}

.use-area .use-box-01 .conts small {
  font-size: 0.8125rem;
  line-height: 2.1;
  font-weight: 400;
}

.use-area .use-box-01 .conts p {
  font-size: 0.8125rem;
  line-height: 2.1;
  font-weight: 400;
  margin: 0.8rem 0 0 0;
}

.use-area .use-box-01 .conts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.2rem;
}

.use-area .use-box-01 .conts ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
}

.use-area .use-box-01 .conts ul li p {
  margin: 0;
}

.use-area .use-box-01 .conts ul li p a {
  text-decoration: underline;
}

.use-area .use-box-01 .conts ol {
  padding-left: 15px;
  margin: 0;
}

.use-area .use-box-01 .conts ol li {
  list-style: decimal;
  font-size: 0.8125rem;
  line-height: 2.1;
  font-weight: 400;
}

.use-area .use-box-01 .conts .link {
  display: none;
  margin-top: 2rem;
}

.use-area .use-box-01 .conts .link a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: normal;
  font-weight: 400;
  font-size: 0.8125rem;
}

.use-area .use-box-01 .conts .link a p {
  margin: 0;
  font-weight: 500;
}

.use-area .use-box-01 .conts .link a span {
  display: flex;
  padding: 0 0 0 0.6rem;
}

.use-area .use-box-02 {
  padding: 0 20px;
  max-width: 935px;
  margin: 0 auto;
}

.use-area .use-box-02 h3 {
  font-size: 1.3125rem;
  margin: 0 0 1.6rem;
  font-weight: 400;
  letter-spacing: 3px;
  position: relative;
}

.use-area .use-box-02 .conts h4 {
  font-size: 18px;
  line-height: 2.1;
  font-weight: 400;
  margin: 0;
  color: #A28C44;
  margin: 10px 0;
}

.use-area .use-box-02 .conts small {
  outline: 1px solid #707070;
  padding: 2px;
  font-size: 0.8125rem;
  line-height: 2.1;
  font-weight: 400;
}

.use-area .use-box-02 .conts p {
  font-size: 0.8125rem;
  line-height: 2.1;
  font-weight: 400;
  margin: 0.8rem 0 0 0;
}

.use-area .use-box-02 .conts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.use-area .use-box-02 .conts ol {
  padding: 0;
  margin: 0;
  max-width: 385px;
}

.use-area .use-box-02 .conts ul li {
  list-style: none;
  display: flex;
  align-items: baseline;
}

.use-area .use-box-02 .conts ol li {
  display: flex;
  align-items: baseline;
  list-style: decimal;
  list-style: none;
  font-size: 0.8125rem;
  line-height: 2.1;
  font-weight: 400;
}

.use-area .use-box-02 .conts ul li p {
  margin: 0;
}

.use-area .use-box-02 .conts ol li p {
  padding: 0 0 0 10px;
}

.use-area .use-box-02 .conts ul li p a {
  text-decoration: underline;
}

.use-area .use-box-02 .conts .link {
  margin-top: 2rem;
  display: inline-block;
  background-color: #EEF3F7;
  padding: 1px 15px;
}

.use-area .use-box-02 .conts .link a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: normal;
  font-weight: 400;
  font-size: 0.8125rem;
}

.use-area .use-box-02 .conts .link a p {
  margin: 0;
  font-weight: 500;
}

.use-area .use-box-02 .conts .link a span {
  display: flex;
  padding: 0 0 0 0.6rem;
}

@media screen and (min-width: 768px) {
  .use-area {
    overflow: hidden;
  }

  .use-area .use-box-01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 0 6.5rem 0;
    margin: 0 0 4.5rem 0;
    gap: 0 1%;
  }

  .use-area .use-box-01::before {
    content: "";
    width: 100vw;
    height: 65%;
    top: 22.5%;
    inset-inline: 50%;
    margin-inline: -50vw;
  }

  .use-area .use-box-01 figure {
    width: 58%;
    margin: 0;
    margin: 0;
  }

  .use-area .use-box-01 figure span {
    width: 106px;
    height: 106px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.8125rem;
    line-height: 1.8;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    background-color: #6e9bc5;
    color: #fff;
  }

  .use-area .use-box-01 figure figcaption {
    right: 5rem;
    bottom: -2rem;
    font-size: 2.625rem;
    line-height: 1.8;
  }

  .use-area .use-box-01 .conts {
    flex: 1;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .use-area .use-box-01 .conts .text-box h3 {
    font-size: 22px;
    margin: 0 0 3.8rem;
  }

  .use-area .use-box-01 .conts .text-box p {
    font-size: 1rem;
    margin: 0 0 1.6rem;
    line-height: 2;
  }

  .use-area .use-box-01 .conts h4 {
    font-size: min(1.8vw, 1.125rem);
  }

  .use-area .use-box-01 .conts small {
    font-size: 0.8125rem;
    line-height: 1.85;
  }

  .use-area .use-box-01 .conts p {
    font-size: 0.875rem;
    line-height: 1.85;
  }

  .use-area .use-box-01 .conts ol li {
    font-size: 0.875rem;
    line-height: 1.85;
  }

  .use-area .use-box-01 .conts ul li p {
    font-size: 0.875rem;
  }

  .use-area .use-box-01 .conts .link a {
    justify-content: flex-end;
  }

  .use-area .use-box-02 h3 {
    display: flex;
    justify-content: end;
  }

  .use-area .use-box-02 h3::before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-color: #ABAEB3;
  }

  .use-area .use-box-02 h3 span {
    font-size: 26px;
    position: relative;
    padding: 0 20px;
    background-color: #fff;
  }

  .use-area .use-box-02 .use_inner_box {
    display: flex;
    gap: 0 5%;
  }

  .use-area .use-box-02 figure {
    width: 55%;
    margin: 0;
  }

  .use-area .use-box-02 figure span {
    width: 106px;
    height: 106px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.8125rem;
    line-height: 1.8;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    background-color: #6e9bc5;
    color: #fff;
  }

  .use-area .use-box-02 .conts {
    flex: 1;
  }

  .use-area .use-box-02 .conts .text-box h3 {
    font-size: 1.625rem;
    margin: 0 0 3.8rem;
  }

  .use-area .use-box-02 .conts .text-box p {
    font-size: 1rem;
    font-size: min(2vw, 1rem);
    margin: 0 0 1.6rem;
    line-height: 2;
  }

  .use-area .use-box-02 .conts h4 {
    font-size: min(1.8vw, 1.125rem);
    margin: 0 0 10px;
  }

  .use-area .use-box-02 .conts p {
    font-size: 0.9375rem;
    line-height: 1.85;
  }

  .use-area .use-box-02 .conts ul {
    max-width: 380px;
    width: 95%;
  }

  .use-area .use-box-02 .conts ol {
    max-width: 380px;
    width: 95%;
  }

  .use-area .use-box-02 .conts ol li {
    font-size: 0.875rem;
    line-height: 1.85;
  }

  .use-area .use-box-02 .conts ul li p {
    font-size: 0.875rem;
  }

  .use-area .use-box-02 .conts ol li p {
    font-size: 0.875rem;
  }

}

@media screen and (min-width: 1366px) {
  .use-area .use-box-02 .conts {
    padding: 0;
  }

  .use-area .use-box-01 .conts {
    padding: 0;
  }
}



/* review_area */
.review_area {
  background-color: #F8F8F8;
}

.review_area .inner {
  max-width: 1000px;
  padding: 100px 20px;
}

.review_area .head {
  text-align: center;
  margin: 0 0 50px;
}

.review_area .head h2 {
  font-size: 20px;
}

.review_area .review-box {
  background: #fff;
  border-radius: 20px;
  padding: 1.8rem 1.8rem;
  margin: 0 0 1.5rem;
}

.review_area .review-box .box-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
}

.review_area .review-box .name-area {
  display: flex;
  align-items: center;
}

.review_area .review-box .name-area .name {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 1rem 0 0;
}

.review_area .review-box .box-head .star {
  padding: 0 1.2rem 0 0;
}

@media only screen and (max-width: 767px) {
  .review_area .inner {
    padding: 50px 20px;
  }

  .review_area .review-box {
    margin: 0 1rem 1.5rem;
    padding: 1.2rem;
  }

  .review_area .review-box .name-area .name {
    font-size: 14px;
    white-space: nowrap;
    margin: 0 0rem 0 0;
  }

  .review_area .review-box p {
    font-size: 11px;
    margin-top: .5rem;
  }
}

.last-area .inner {
  max-width: 1270px;
}



.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 .image {
    margin-left: 10%;
  }


  .last-area .conts {
    top: 55%;
    left: 2.5%;
    bottom: auto;
    font-size: 1.5rem;
    transform: translate(0px, -50%);
  }
}
