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,
h5,
p,
ul,
figure {
  padding: 0;
  margin: 0;
}

.temp-all-area a {
  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 h3 {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 2;
}


.temp-all-area p {
  font-size: 0.8125rem;
  line-height: 1.75;
}


.temp-all-area li {
  font-size: 0.8125rem;
  line-height: 1.75;
}



.temp-all-area .inner .head {
  margin: 0 0 4rem;
  color: #C4668C;
  text-align: center;
}

.temp-all-area .inner .head .en-title {
  font-size: 24px;
  display: block;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin: 0 0 0.8rem;
}

.temp-all-area .inner .head .ja-title {
  font-size: 0.75rem;
  font-weight: 500;
}


@media screen and (min-width: 768px) {

  .temp-all-area h3 {
    font-size: 22px;
  }


  .temp-all-area p {
    font-size: 14px;
  }

  .temp-all-area li {
    font-size: 14px;
  }

  .temp-all-area .inner .head {
    margin: 0px 0 80px;
  }

  .temp-all-area .inner .head .en-title {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    margin: 0 0 0.8rem;
  }

  .temp-all-area .inner .head .ja-title {
    font-size: 1rem;
  }

}

/* top-area */

.top-area .inner {
  position: relative;
}

.top-area .inner .conts {
  text-align: center;
  margin: 2.5rem 0;
}

.top-area .inner .conts h2 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.125;
  letter-spacing: 0.25rem;
  margin: 0 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .top-area .inner .conts {
    position: absolute;
    right: 5%;
    top: 50%;
    text-align: right;
    margin: 0;
    transform: translate(0, -50%);
  }

  .top-area .inner .conts h2 {
    font-size: 2.2vw;
    margin: 0 0 8px;
  }

  .top-area .inner .conts p {
    font-size: 1.5vw;
  }

}

/* second-area */

.second-area .inner {
  padding: 0 20px;
  margin: 0 0 100px;
}

.second-area .conts h3 {
  margin: 15px 0 15px;
}


.second-area .conts p {
  line-height: 1.75;
}


@media screen and (min-width: 768px) {
  .second-area .inner {
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    gap: 0 10%;
    padding: 150px 0 150px;
  }

  .second-area .inner figure {
    width: 30%;
  }

  .second-area .inner .conts {
    flex: 1;
  }

}

/* point-area */

.point-area .inner {
  margin: 0 0 120px;
}

.point-area .point_wrap .point_box {
  margin: 0 0 100px;
  position: relative;
}

.point-area .point_wrap .point_box::before {
  content: "";
  background-color: #FAF8F2;
  width: 80%;
  height: 80%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  transform: translate(0, 20px);
}

.point-area .point_box .point_title {
  display: flex;
  gap: 0 30px;
  align-items: center;
  margin: 20px 0 10px;
  padding: 0 20px;
}


.point-area .point_box .point_title .num {
  font-size: 55px;
  color: #C4668C;
  font-weight: 300;
}

.point-area .point_box p {
  padding: 0 20px;
}

.point-area .point_box:nth-child(odd) figure {
  padding: 0 0 0 20px;
}

.point-area .point_box:nth-child(even) figure {
  padding: 0 20px 0 0;
}

.point-area .point_wrap .point_box:nth-child(odd)::before {
  left: 0;
}

.point-area .point_wrap .point_box:nth-child(even)::before {
  right: 0;
}

@media screen and (min-width: 768px) {

  .point-area .inner {
    max-width: 820px;
    margin: 0 auto 170px;
  }

  .point-area .point_wrap .point_box:nth-child(odd) {
    flex-direction: row-reverse;
    padding: 0 0 0 60px;
  }

  .point-area .point_wrap .point_box:nth-child(even) {
    padding: 0 60px 0 0;
  }

  .point-area .point_wrap .point_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
  }

  .point-area .point_wrap .point_box::before {
    height: 100%;
    transform: translate(0, 40px);
  }


  .point-area .point_box .point_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    flex: 1;
  }

  .point-area .point_box p {
    padding: 0;
  }

  .point-area .point_wrap .point_box figure {
    width: 55%;
    padding: 0;
  }


  .point-area .point_box:nth-child(odd) .point_title {
    align-items: flex-start;
  }

  .point-area .point_box:nth-child(even) .point_title {
    align-items: end;
    text-align: right;
  }

}

/* use_area */

.use_area .inner {
  max-width: 820px;
  margin: 0 auto 100px;
}

.use_area .use_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}

.use_area .use_box {
  padding: 0 20px;
}

.use_area .use_box figure {
  width: 50%;
  margin: 0 auto;
}

.use_area .use_box h3 {
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}

.use_area .use_box p {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .use_area .use_wrap {
    flex-direction: initial;
    gap: 0 10%;
  }

  .use_area .use_box {
    flex: 1;
    padding: 0;
  }

  .use_area .use_box figure {
    width: auto;
  }

  .use_area .use_box h3 {
    font-size: 20px;
  }

  .use_area .use_box p {
    padding: 0;
  }
}

.recipe_area .inner {
  position: relative;
  padding: 0 20px 30px;
  max-width: 950px;
  margin: 0 auto 100px;
}

.recipe_area h2 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 30px;
}

.recipe_area .inner::before {
  content: "";
  width: 100%;
  height: 75%;
  background-color: #F8F3E9;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.recipe_area h3 {
  font-size: 16px;
  margin: 20px 0 0;
}

.recipe_area .recipe_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin: 20px 0 0;
}

.recipe_area h4 {
  font-size: 0.8125rem;
  line-height: 1.75;
  width: 70px;
  height: 20px;
  position: relative;
}

.recipe_area h4 span {
  background: #fff;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}

.recipe_area .recipe_box .list li {
  margin: 5px 0 0;
}

.recipe_area .recipe_box ol.list {
  padding: 0 0 0 13px;
  position: relative;
  margin: 0;
}

.recipe_area .recipe_box ol.list span {
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .recipe_area h2 {
    text-align: left;
    font-size: 26px;
  }

  .recipe_area .inner {
    margin: 0 auto 150px;
  }

  .recipe_area .inner::before {
    height: 100%;
    width: 70%;
    left: auto;
    right: 0;

  }

  .recipe_area .recipe_flex {
    display: flex;
    gap: 0 10%;
  }

  .recipe_area .recipe_flex figure {
    width: 40%;
  }

  .recipe_area .recipe_flex .conts {
    flex: 1;
  }

  .recipe_area h3 {
    font-size: 20px;
  }

  .recipe_area h4 {
    font-size: 14px;
  }
}


/* quality */

.qua_area .inner {
  max-width: 760px;
  margin: 0 auto 100px;
}

.qua_area .qua_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.qua_area .qua_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.qua_area .qua_box figure {
  padding: 0 50px;
}

.qua_area .qua_box figure img {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
}

.qua_area .qua_box .conts {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  gap: 0 20px;
}

.qua_area .conts .text h3 {
  text-align: center;
  margin: 0 0 20px;
}

.qua_area .conts .acc {
  width: 20%;
}

.qua_area .conts .acc img {
  mix-blend-mode: multiply;
}

.qua_area .conts.texts .text h3 {
  margin: 0;
}


@media screen and (min-width: 768px) {
  .qua_area .inner {
    max-width: 760px;
    margin: 0 auto 150px;
  }

  .qua_area .qua_box {
    flex-direction: initial;
    gap: 0 5%;
  }

  .qua_area .qua_box figure {
    width: 40%;
    padding: 0;
  }

  .qua_area .qua_box .conts {
    flex: 1;
    padding: 0;
  }

  .qua_area .qua_box:nth-child(even) {
    flex-direction: row-reverse;
  }

  .qua_area .conts .text h3 {
    text-align: left;
  }
}

/* last_area */

.last_area .inner {
  max-width: 1270px;
  margin: 0 auto 100px;
}

.last_area .last_box figure {
  width: calc(100% - 20px);
  margin-left: auto;
}

.last_area .last_box .conts {
  display: inline-block;
  padding: 4% 7% 5% 7%;
  margin-top: -8%;
  background-color: rgb(239, 239, 239, 0.8);
}

.last_area .last_box .conts h3 {
  line-height: 2;
  font-weight: 500;
  margin: 0 0 10px;
}

.last_area .last_box .conts h4 {
  font-weight: 400;
}


@media screen and (min-width: 768px) {
  .last_area .last_box {
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .last_area .last_box figure {
    width: 80%;
  }

  .last_area .last_box .conts {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 4% 9% 5% 9%;
    ;
    transform: translate(0px, -50%);
  }

  .last_area .last_box .conts h3 {
    margin: 0 0 20px;
  }
}
