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;
  margin: 5rem 0 0;
}

.temp-all-area h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
}

.temp-all-area a {
  text-decoration: none;
  color: #3c3c3c;
}

.temp-all-area li {
  list-style: none;
}

.temp-all-area figure {
  margin: 0;
}

.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;
  }
}

/* toparea */

.temp-top-area {
  padding: 0 0 3rem;
}

.temp-top-area .inner {
  position: relative;
}

.temp-top-area .inner .title-obj {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(193, 193, 193, 0.8);
  transform: translate(0, -50%);
  padding: 40px 50px;
}

.temp-top-area .inner .title-obj h2 {
  font-size: 0.875rem;
  margin: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 400;
}

.temp-top-area .inner .image {
  margin: 37.5px 0 0;
}

.temp-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;
}

/* benefits-area */

.benefits-area {
  padding: 0 0 3rem;
}

.benefits-area .inner .en-title {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5rem;
  margin: 0 0 3rem;
  color: #d49494;
}

.benefits-area .inner .benefits-flex .image {
  padding: 0 2.5%;
  width: 95%;
  margin: 0 auto;
}

.benefits-area .inner .benefits-flex .conts {
  padding: 0 2.5%;
  color: #333333;
}

.benefits-area .inner .benefits-flex .conts h3 {
  font-size: 19px;
  line-height: 2.125;
  font-weight: 300;
  margin: 1.5rem 0;
}

.benefits-area .inner .benefits-flex .conts p {
  font-size: 0.8125rem;
  line-height: 1.75;
  margin: 0;
}

/* case-area */

.case-area .inner h3 {
  font-size: 1.125rem;
  line-height: 2.25;
  font-weight: 500;
  text-align: center;
  color: #777777;
  margin: 0 0 1rem;
}

.case-area .inner .image {
  width: 90%;
  margin: 0 auto;
}

.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: #f7f7f7;
}

.case-area .case-obj div {
  width: 100%;
  text-align: center;
  margin: 0;
}

.case-area .case-obj div span {
  width: 10%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 1rem;
  color: #777777;
}

.case-area .case-obj div p {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 500;
}

.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%;
}

/* features-area */

.features-area {
  padding: 0 0 3rem;
}

.features-area .inner .head {
  text-align: center;
  margin: 0 0 3rem;
}

.features-area .inner .head .en-title {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  margin: 0 0 1rem;
  color: #d49494;
}

.features-area .inner .head .ja-title {
  font-size: 0.75rem;
  font-weight: 500;
}

.features-flex .image {
  width: 100%;
}

.features-flex .conts {
  background-color: #f7f7f7;
  color: #333333;
  width: 80%;
  margin: 0 auto;
  padding: 7.5% 5%;
}

.features-flex .conts h3 {
  font-size: 19px;
  font-weight: 300;
  padding: 0 0 1rem;
  margin: 1rem 0;
  text-align: center;
}

.features-flex .conts h3 span {
  position: relative;
  padding: 0 0 1rem;
  display: inline-block;
}

.features-area .features-flex .conts h3 span::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #212121;
}

.features-flex .conts p {
  font-size: 0.8125rem;
  margin: 1rem auto;
  letter-spacing: 0.05rem;
  line-height: 1.75;
  max-width: 500px;
}

/* howto-area */

.howto-area {
  padding: 0 0 3rem;
}

.howto-area .inner .head {
  text-align: center;
  margin: 0 0 3rem;
}

.howto-area .inner .head .en-title {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  margin: 0 0 1rem;
  color: #d49494;
}

.howto-area .inner .head .ja-title {
  font-size: 0.75rem;
  font-weight: 500;
}

.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 .image .howto-obj {
  position: absolute;
  top: -20%;
  left: -2.5%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #c1c1c1;
  z-index: 2;
}

.howto-area .inner .howto-box .image .howto-obj p {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 1.75rem 0 0;
  line-height: 1.5;
  margin: 0;
}

.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 div {
  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 {
  padding: 0 0 3rem;
}

.special-area .inner .head {
  text-align: center;
  margin: 0 0 3rem;
}

.special-area .inner .head .en-title {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  margin: 0 0 1rem;
  color: #d49494;
}

.special-area .inner .head .ja-title {
  font-size: 0.75rem;
  font-weight: 500;
}

.special-flex {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 3rem;
}

.special-flex .image img {
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}

.special-flex .conts div {
  font-size: 1.125rem;
  line-height: 2.25;
  margin: 2rem 0 1.5rem;
}

.special-flex .conts p {
  font-size: 0.8125rem;
  line-height: 1.75;
  margin: 1rem auto;
}

.special-box {
  position: relative;
  margin: 0 auto;
  padding: 0 0 3rem;
}

.special-box .image {
  width: 90%;
  margin-left: 10%;
}

.special-box .conts {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1rem;
  padding: 10% 5%;
  background-color: rgb(239, 239, 239, 0.8);
}

.special-box .conts h3 {
  font-size: 19px;
  line-height: 2;
  font-weight: 400;
  margin: 1rem 0;
}

@media screen and (max-width: 374px) {
  /* benefits-area */

  .benefits-area .inner .benefits-flex .conts h3 {
    font-size: 18px;
  }

  /* case-area */

  .case-obj div p {
    font-size: 0.875rem;
    font-weight: 500;
  }

  /* features-area */

  .features-flex .conts {
    width: 90%;
  }

  .features-flex .conts h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  /* toparea */

  .temp-top-area {
    padding: 0 0 5rem;
  }

  .temp-top-area .inner .title-obj {
    transform: translate(0, 0);
    left: 7.5%;
    padding: 70px 50px;
  }

  .temp-top-area .inner .title-obj h2 {
    font-size: 1rem;
  }

  .temp-top-area .inner .image {
    margin: 0;
  }

  /* benefits-area */

  .benefits-area {
    padding: 0 0 5rem;
  }

  .benefits-area .inner {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .benefits-area .inner .en-title {
    font-size: 40px;
    margin: 0;
    text-align: left;
  }

  .benefits-area .inner .benefits-flex {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    box-sizing: border-box;
  }

  .benefits-area .inner .benefits-flex .image {
    order: 2;
    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 {
    padding: 0;
    color: #333333;
  }

  .benefits-area .inner .benefits-flex .conts p {
    position: relative;
    font-size: 0.875rem;
    line-height: 2.25;
  }

  .benefits-area .inner .benefits-flex .conts h3 {
    font-size: 1.375rem;
  }

  /* case-area */

  .case-area {
    padding: 0 0 5rem;
  }

  .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: 25%;
    margin: 0 auto;
    width: 90%;
  }

  .case-area .inner h3 {
    font-size: 1.125rem;
    margin: 0;
  }

  .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 div span {
    font-size: 1.375rem;
  }

  .case-area .case-obj div 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 {
    padding: 0 0 5rem;
    overflow: hidden;
  }

  .features-area .inner {
    max-width: 1366px;
    margin: 0 auto;
  }

  .features-area .inner .head {
    margin: 0 0 5rem;
  }

  .features-area .inner .head .en-title {
    font-size: 40px;
  }

  .features-area .inner .head .ja-title {
    font-size: 1rem;
  }

  .features-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .features-flex .image {
    width: 50%;
    margin: 0;
  }

  .features-flex .conts {
    width: 50%;
    max-width: 500px;
    margin: 0 auto;
    padding: 5%;
  }

  .features-flex .conts h3 {
    font-size: 1.375rem;
    text-align: left;
  }

  .features-flex .conts p {
    font-size: 0.875rem;
    max-width: 100%;
  }

  /* howto-area */

  .howto-area {
    padding: 0 0 5rem;
  }

  .howto-area .inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  .howto-area .inner .head {
    margin: 0 0 5rem;
  }

  .howto-area .inner .head .en-title {
    font-size: 40px;
  }

  .howto-area .inner .head .ja-title {
    font-size: 1rem;
  }

  .howto-area .inner .howto-box {
    position: relative;
    padding: 0 0 5rem;
  }

  .howto-area .inner .howto-box .image .howto-obj {
    width: 135px;
    height: 135px;
  }

  .howto-area .inner .howto-box .image .howto-obj p {
    font-size: 1.125rem;
    padding: 2.5rem 0 0;
  }

  .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 div {
    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;
  }

  /* special-area */

  .special-area {
    padding: 0 0 5rem;
  }

  .special-area .inner .head {
    margin: 0 0 5rem;
  }

  .special-area .inner .head .en-title {
    font-size: 40px;
  }

  .special-area .inner .head .ja-title {
    font-size: 1rem;
  }

  .special-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1100px;
    padding: 0 0 5rem;
  }

  .special-flex .image {
    width: 50%;
  }

  .special-flex .conts {
    width: 45%;
  }

  .special-flex .conts div {
    font-size: 1.125rem;
    margin: 1rem 0 2rem;
  }

  .special-flex .conts p {
    font-size: 0.875rem;
  }

  .special-box {
    position: relative;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0;
  }

  .special-box .image {
    width: 80%;
    margin-left: 20%;
  }

  .special-box .conts {
    top: 55%;
    left: 2.5%;
    bottom: auto;
    font-size: 1.5rem;
    padding: 7.5%;
    transform: translate(0px, -50%);
  }

  .special-box .conts h3 {
    font-size: 1.25rem;
    line-height: 2;
  }
}

@media screen and (min-width: 1366px) {
  /* toparea */

  .temp-top-area {
    padding: 0 0 7.5rem;
  }

  .temp-top-area .inner .title-obj {
    position: absolute;
    left: 7.5%;
    padding: 80px 60px;
  }

  .temp-top-area .inner .title-obj h2 {
    font-size: 1.25rem;
  }

  /* benefits-area */

  .benefits-area {
    padding: 0 0 7.5rem;
  }

  .benefits-area .inner .benefits-flex .conts h3 {
    font-size: 30px;
    margin: 2.5rem 0;
  }

  .benefits-area .inner .benefits-flex .conts p {
    position: relative;
    font-size: 1.125rem;
    line-height: 2.5;
  }

  /* case-area */

  .case-area {
    padding: 0 0 7.5rem;
  }

  .case-area .inner {
    padding-bottom: 285px;
  }


  .case-area .inner h3 {
    font-size: 1.375rem;
    margin: 0;
  }

  .case-area .case-obj div span {
    font-size: 1.75rem;
  }

  .case-area .case-obj div p {
    font-size: 1.375rem;
  }

  /* features-area */

  .features-area {
    padding: 0 0 7.5rem;
  }

  .features-flex .conts h3 {
    font-size: 30px;
    text-align: left;
  }

  .features-flex .conts p {
    font-size: 1.125rem;
    max-width: 100%;
  }

  /* howto-area */

  .howto-area {
    padding: 0 0 7.5rem;
  }

  /* special-area */

  .special-area {
    padding: 0 0 7.5rem;
  }

  .special-flex {
    padding: 0 0 7.5rem;
  }

  .special-flex .conts div {
    font-size: 1.375rem;
  }

  .special-flex .conts p {
    font-size: 1.125rem;
  }

  .special-box .conts h3 {
    font-size: 30px;
    line-height: 2;
  }
}
