html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  min-width: 1150px;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: revert;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

#desc {
  background-color: #eaeff0;
  color: #493d37;
}

.top_bnr {
  width: 100%;
  height: 68px;
  background-color: #493d37;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}
.top_bnr_button {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_bnr_button:hover {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_bnr_txt {
  position: relative;
  width: 100%;
  height: 100%;
}
.top_bnr_txt p {
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
.top_bnr_txt .phone {
  width: 225px;
}
.top_bnr_txt a span {
  color: #fff;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.top_bnr_txt .txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  gap: 30px;
}
.top_bnr_txt .txt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
}

.top_bnr_txt {
  position: relative;
}

.top_bnr_txt .txt01,
.top_bnr_txt .txt02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: toggleTxt 20s infinite ease;
          animation: toggleTxt 20s infinite ease;
}

.top_bnr_txt .txt02 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

@-webkit-keyframes toggleTxt {
  0% {
    opacity: 1;
    pointer-events: inherit;
  }
  48% {
    opacity: 1;
    pointer-events: inherit;
  }
  52% {
    opacity: 0;
    pointer-events: none;
  }
  96% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes toggleTxt {
  0% {
    opacity: 1;
    pointer-events: inherit;
  }
  48% {
    opacity: 1;
    pointer-events: inherit;
  }
  52% {
    opacity: 0;
    pointer-events: none;
  }
  96% {
    opacity: 0;
    pointer-events: none;
  }
}
#kv {
  position: relative;
  margin-bottom: -1px;
}

.kv_link {
  position: absolute;
  top: 24px;
  right: 33px;
  color: #493d37;
  font-size: 16px;
  text-decoration: underline;
}

.link_yellow {
  width: 100%;
  height: 100px;
  background: #B2883A;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(178, 136, 58)), to(rgb(201, 172, 117)));
  background: linear-gradient(360deg, rgb(178, 136, 58) 50%, rgb(201, 172, 117) 100%);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  text-align: center;
}
.link_yellow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 50px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.link_yellow img {
  width: 813px !important;
}

#about {
  padding: 111px 0 118px;
}

.about_ttl {
  margin: 0 auto;
  width: 892px;
  height: 260px;
  position: relative;
  background: url("../img/renew/about_ttl_img.png") 50% no-repeat;
  background-size: auto 100%;
}
.about_ttl_txt {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_ttl_txt li {
  width: 246px;
  height: 246px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
.about_ttl_txt li + li {
  margin-left: -30px;
}
.about_txt {
  margin: 100px auto 0;
  width: 1000px;
  height: 631px;
  position: relative;
}
.about_txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: -132px;
  width: 1233px;
  height: 100%;
  background: url("../img/renew/about_desc_img.png") 50% no-repeat;
  background-size: 100% auto;
}
.about_txt_ttl {
  position: absolute;
  top: 26px;
  left: 2px;
  font-size: 31px;
  line-height: 45px;
  font-weight: 400;
  color: #B2883A;
}
.about_list {
  height: 94%;
  width: 390px;
  position: absolute;
  top: 0;
  left: 32.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_item {
  margin-left: 49px;
  padding-left: 68px;
  text-align: left;
  width: 100%;
  position: relative;
}
.about_item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url("../img/renew/about_item_01.png") no-repeat;
  background-size: 100% 100%;
}
.about_item:nth-child(2):before {
  background-image: url("../img/renew/about_item_02.png");
}
.about_item:nth-child(3):before {
  background-image: url("../img/renew/about_item_03.png");
}
.about_item + .about_item {
  margin-top: 22px;
}
.about_item span {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

#product .product_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 112px 0 98px;
  position: relative;
  z-index: 1;
}
#product .product_inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: -120px;
  height: 100%;
  width: 1240px;
  background-color: #fff;
  border-radius: 400px;
  z-index: -1;
}
#product .product_ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #e50065;
  position: absolute;
  top: -33px;
  left: 0;
  width: 100%;
}
#product .product_ttl span {
  display: block;
  text-align: center;
  font-size: 23px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 12px;
}
#product .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 120px;
}
#product .product_item {
  width: 390px;
}
#product .product_item_ttl {
  text-align: center;
  padding-right: 5px;
}
#product .product_item_logo {
  margin: 15px auto 23px;
  padding: 12px 0 8px;
  width: 100%;
  border-top: 1px solid #493d37;
  border-bottom: 1px solid #493d37;
  text-align: center;
}
#product .product_item_logo img {
  width: auto;
  height: 60px;
}
#product .product_item-01 {
  position: relative;
}
#product .product_item-01 .product_item_ttl img {
  width: 362px;
}
#product .product_item-01:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -62px;
  width: 4px;
  height: 100%;
  background: url("../img/renew/product_dot.png") repeat-y 0 0;
  background-size: 4px auto;
}
#product .product_item-02 .product_item_ttl img {
  width: 357px;
}
#product .product_item-02 .product_item_img {
  margin-top: 32px;
}
#product .product_item-02 .product_item_txt {
  margin-top: 26px;
  letter-spacing: 1px;
  line-height: 28px;
}
#product .product_item_img-caption {
  padding: 10px;
  margin-top: 17px;
  border: 1px solid #493d37;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#product .product_item_img-caption img {
  width: 42px;
}
#product .product_item_img-caption span {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#product .product_item_txt {
  width: 102%;
  margin-top: 15px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -1px;
}

#point {
  width: 1000px;
  margin: 100px auto 0;
  padding-bottom: 150px;
}

.point_ttl {
  text-align: center;
}
.point_ttl img {
  width: 432px;
}
.point_list {
  margin-top: 86px;
}
.point_item {
  padding-top: 92px;
  position: relative;
  background-color: #f3ede1;
  border-radius: 80px;
}
.point_item_ttl {
  position: absolute;
  padding-bottom: 50px;
  top: -26px;
  left: 0;
  width: 100%;
  font-size: 55px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #B2883A;
}
.point_item_ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #B2883A;
}
.point_item_sub-ttl {
  font-size: 31px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.point_item_sub-ttl span {
  color: #B2883A;
  font-weight: 500;
}
.point_item_desc {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 75px;
}
.point_item_desc .item {
  width: 367px;
}
.point_item_desc .item:nth-child(1) {
  width: 360px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.point_item_desc .item .thumbnail {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.point_item_desc .item .thumbnail img {
  width: 100%;
}
.point_item_desc .item p {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.point_item_bottom {
  margin-top: 42px;
  padding-block: 46px 30px;
  background-color: #e7dbc3;
  border-radius: 0 0 80px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point_item_bottom .item:nth-child(1) {
  width: 325px;
}
.point_item_bottom .item:nth-child(2) {
  width: 267px;
}
.point_item_bottom .item .thumbnail img {
  width: 100%;
}
.point_item_bottom .item p {
  font-size: 16px;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.point_item-01 .point_item_bottom {
  gap: 93px;
  padding-left: 153px;
}
.point_item-01 .point_item_bottom .item:nth-child(2) {
  width: 267px;
}
.point_item-01 .point_item_bottom .item:nth-child(2) p {
  padding-left: 16px;
}
.point_item-01 .point_item_bottom .item p {
  margin-top: 22px;
}
.point_item-02 {
  margin-top: 165px;
}
.point_item-02 .point_item_desc {
  margin: 38px auto 0;
  width: 80%;
  gap: 30px;
}
.point_item-02 .point_item_desc .thumbnail {
  width: 512px;
}
.point_item-02 .point_item_desc p {
  margin-top: -5px;
  width: 240px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
.point_item-02 .point_item_bottom {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 0;
}
.point_item-02 .point_item_bottom_ttl {
  padding-bottom: 8px;
  width: 34.3%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 23px;
  line-height: 1.4782608696;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #B2883A;
  border-right: 1px solid #B2883A;
}
.point_item-02 .point_item_bottom .item {
  padding: 0 56px 8px 62px;
  width: 65.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point_item-02 .point_item_bottom .item .thumbnail {
  width: 260px;
  padding-top: 8px;
}
.point_item-02 .point_item_bottom .item p {
  margin-left: 25px;
  margin-top: 18px;
  width: 250px;
  color: #493d37;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
.point_item-03 {
  margin-top: 130px;
  padding-bottom: 60px;
}
.point_item-03 .point_item_desc {
  margin: 46px auto 12px;
  width: 748px;
  display: block;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.point_item-03 .point_item_desc small {
  font-size: 13px;
  position: relative;
  top: -2px;
}
.point_item-03 .point_item_img {
  margin: 0 auto;
  width: 788px;
}

.step {
  border-top: 10px solid #B2883A;
  background-color: #fff;
  padding-bottom: 23px;
}
.step_inner {
  margin: 0 auto;
  max-width: 1000px;
}
.step_ttl {
  width: 100%;
  height: 230px;
  background: url("../img/renew/step_bgd_ttl.jpg") 50% no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #B2883A;
}
.step_ttl .span01 {
  font-family: "Noto Serif JP", serif;
  padding-top: 8px;
  font-size: 47px;
  font-weight: 500;
  line-height: 1;
}
.step_ttl .span02 {
  padding: 13px 36px;
  margin-top: 20px;
  display: inline-block;
  line-height: 1;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.step_item {
  padding: 44px 0 61px;
  max-width: 550px;
  margin-inline: auto;
}
.step_item-01, .step_item-02 {
  border-bottom: 1px solid #B2883A;
  position: relative;
}
.step_item-01:before, .step_item-02:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B2883A;
}
.step_item--ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 44px;
  color: #B2883A;
  font-weight: 500;
  line-height: 1;
}
.step_item--ttl span {
  margin-top: 7px;
  display: block;
  font-size: 28px;
  font-weight: 600;
}
.step_item--text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}
.step_item--list {
  margin-top: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.step_item--list li {
  margin-bottom: 11px;
}
.step_item--list li span:nth-child(1) {
  margin-right: 5px;
  width: 66px;
  display: inline-block;
  border: 1px solid;
  line-height: 23px;
  font-size: 14px;
  text-align: center;
}
.step_item--list li span:nth-child(1) {
  letter-spacing: -1px;
}
.step_item--link {
  max-width: 392px;
  margin-top: 30px;
  margin-inline: auto;
}
.step_item--tel {
  max-width: 375px;
  margin-top: 11px;
  margin-inline: auto;
}
.step_item--img01 {
  margin-top: 28px;
  max-width: 550px;
  margin-inline: auto;
}
.step_item--img02 {
  margin-top: 36px;
  max-width: 518px;
  margin-inline: auto;
  position: relative;
}
.step_item--img02 img {
  max-width: 493px !important;
}
.step_item--img02 h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 500;
  color: #B2883A;
  text-align: center;
  position: absolute;
  top: 56px;
  left: 0;
  width: 150px;
}
.step_item--img02 .group {
  position: absolute;
  top: 75px;
  left: 350px;
  width: 146px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.step_item--img02 .group dl {
  margin-bottom: 22px;
}
.step_item--img02 .group dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}
.step_item--img02 .group dl dd {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: justify;
}
.step_item--img02 .label {
  font-size: 16px;
  line-height: 1.5625;
  position: absolute;
  top: 440px;
  left: 192px;
}
.step_item--img02 .text {
  font-size: 16px;
  line-height: 1.75;
  width: 180px;
  position: absolute;
  top: 566px;
  left: 294px;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.step_item--box {
  border-bottom: 10px solid #B2883A;
  margin-top: 50px;
  margin-inline: -50px;
  background-color: rgba(178, 136, 58, 0.2);
  padding: 40px;
  text-align: center;
  color: #a83351;
}
.step_item--box dl {
  margin-bottom: 21px;
}
.step_item--box dl dt {
  font-size: 28px;
  line-height: 41px;
  letter-spacing: -1px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.step_item--box dl dd {
  margin-top: 9px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.step_item--box a {
  max-width: 398px;
  display: block;
  margin-inline: auto;
}

#voice {
  width: 1000px;
  margin: 0 auto 0;
}

.voice {
  padding: 96px 0 94px;
}
.voice_ttl {
  text-align: center;
}
.voice_ttl img {
  width: 432px;
}
.voice_box {
  background-color: #fff;
  width: 540px;
  margin: 60px auto 0;
  padding: 29px 78px 40px;
}
.voice_box h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 45px;
  text-align: center;
  color: #B2883A;
}
.voice_box--text {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -1px;
}
.voice_box--text p {
  font-weight: 500;
}
.voice_box--text p.tar {
  text-align: right;
}
.voice_box--text p span {
  padding-left: 6px;
  padding-right: 6px;
  display: block;
  border-bottom: 1px solid #B2883A;
}
.voice_box--note {
  margin-top: 8px;
  font-size: 11px;
  line-height: 19px;
}

.style-book {
  padding: 100px 0 136px;
  background-color: #fff;
}
.style-book .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.style-book_ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
.style-book_ttl img {
  width: 432px;
}
.style-book__info {
  width: 248px;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  z-index: 1;
}
.style-book__info dt {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-block: 16px 9px;
  padding-left: 6px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.style-book__info dt small {
  font-size: 17px;
  margin-left: -9px;
  font-weight: inherit;
}
.style-book__info dt span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 10px;
  line-height: 2;
  font-weight: 400;
}
.style-book__info dd {
  margin-top: 9px;
  padding-left: 6px;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 600;
}
.style-book__recipe {
  width: 234px;
  position: absolute;
}
.style-book__recipe h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 1px;
}
.style-book__recipe p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.style-book .row {
  position: relative;
}
.style-book .row.row01 .row__img {
  width: 1160px;
  margin-left: -159px;
  margin-bottom: -196px;
  position: relative;
  top: -196px;
}
.style-book .row.row01 .style-book__info {
  top: 144px;
  left: 37px;
}
.style-book .row.row01 .style-book__recipe {
  top: 443px;
  left: 664px;
}
.style-book .row.row02 {
  margin-top: 81px;
}
.style-book .row.row02 .row__img {
  width: 1271px;
  margin-left: -200px;
}
.style-book .row.row02 .style-book__info {
  top: 93px;
  left: 740px;
}
.style-book .row.row02 .style-book__recipe {
  top: 533px;
  left: 290px;
}
.style-book .row.row03 {
  margin-top: 3px;
}
.style-book .row.row03 .row__img {
  width: 1140px;
  margin-left: -140px;
}
.style-book .row.row03 .style-book__info {
  top: 189px;
  left: 37px;
}
.style-book .row.row03 .style-book__recipe {
  top: 560px;
  left: 664px;
}

.banner {
  padding: 157px 0 74px;
}
.banner_inner {
  background-color: rgba(178, 136, 58, 0.2);
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 20px;
  border-top: 10px solid #B2883A;
}
.banner_ttl {
  width: 100%;
  height: 220px;
  background: url("../img/renew/step_bgd_ttl.jpg") 50% no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #B2883A;
  text-align: center;
}
.banner_ttl .span01 {
  font-family: "Noto Serif JP", serif;
  font-size: 59px;
  font-weight: 500;
  line-height: 1;
}
.banner_ttl .span01 small {
  margin-bottom: 7px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.banner_ttl .span02 {
  padding: 13px 36px;
  margin-top: 20px;
  display: inline-block;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.banner_list {
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.banner_list li {
  padding-top: 48px;
  width: 260px;
  height: 260px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Serif JP", serif;
  color: #B2883A;
  text-align: center;
  font-weight: 500;
}
.banner_list li:nth-child(2) {
  color: #c67164;
  position: relative;
}
.banner_list li:nth-child(2):before {
  content: "or";
  position: absolute;
  left: -50px;
  bottom: 25px;
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #B2883A;
}
.banner_list .text01 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}
.banner_list .price {
  width: 174px;
  font-size: 45px;
  font-weight: 500;
  padding: 7px 0;
  margin: 9px 0 13px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  line-height: 1;
}
.banner_list .text02 {
  font-size: 27px;
  line-height: 1;
  font-weight: 500;
}
.banner_list .text02 small {
  font-size: 20px;
  line-height: 1;
  font-weight: inherit;
}
.banner_list .text03 {
  margin-top: 13px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.banner_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 23px;
}
.banner_group--tel {
  width: 276px;
  margin-right: 40px;
  margin-left: 32px;
  margin-top: 15px;
}
.banner_group--btn {
  width: 502px;
}
.banner_mid {
  margin: 37px auto 0;
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #493d37;
}
.banner_mid_txt01 {
  width: 58%;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 400;
}
.banner_mid_txt02 {
  width: 40%;
  background: url("../img/renew/banner_line_txt02.png") left center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner_mid_txt02 span {
  margin-top: -9px;
  display: inline-block;
  font-weight: 500;
}
.banner_note {
  font-size: 15px;
  line-height: 1.72;
  font-weight: 400;
  margin: 30px auto 0;
  text-align: center;
}
.banner--02 {
  padding-top: 197px;
  padding-bottom: 22px;
}
.banner--02 .banner_group {
  margin-top: 14px;
}

#products {
  padding: 92px 0 100px;
  background-color: #fff;
}

.products_inner {
  margin: 0 auto;
  width: 1100px;
  max-width: 100%;
}
.products_ttl {
  text-align: center;
}
.products_ttl img {
  width: 430px;
}
.products_list {
  margin-top: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
}
.products_item {
  width: 348px;
  color: #493d37;
}
.products_item_block {
  padding-bottom: 43px;
  width: 100%;
  border-radius: 27px;
  background-color: #f5f7f7;
  position: relative;
}
.products_item_block:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.products_item_ttl {
  width: 100%;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 27px 27px 0 0;
  background-color: #e1e6e7;
}
.products_item_ttl span {
  padding-top: 15px;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}
.products_item_row {
  margin: 0 auto;
  width: calc(100% - 58px);
  padding: 31px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products_item_row + .products_item_row {
  border-top: 1px solid #879d9e;
}
.products_item_row:last-child {
  padding-bottom: 0;
}
.products_item .desc {
  width: 160px;
}
.products_item .desc h4 {
  font-size: 19px;
  font-weight: 700;
}
.products_item .desc h4 span {
  margin-bottom: 6px;
  padding: 6px 9px;
  display: table;
  background-color: #e50065;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}
.products_item .desc p {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.products_item .desc p + p {
  margin-top: 24px;
}
.products_item .img {
  text-align: center;
  width: 45%;
}
.products_item .img .note {
  padding: 8px 10px 7px;
  display: inline-block;
  background-color: #999999;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
}
.products_new {
  background-color: #f3ede1;
}
.products_new:before {
  width: 77px;
  height: 91px;
  background-image: url("../img/renew/products_new.png");
}
.products_new .products_item_ttl {
  background-color: #e8dbc4;
  color: #b2883a;
}
.products_new .products_item_row {
  border-color: #b2883a;
}
.products_new .products_item_row + .products_item_row {
  padding-top: 36px;
}
.products_new .products_item_row + .products_item_row .desc p {
  margin-top: 10px;
}
.products_new .products_item_row + .products_item_row .img img {
  margin-top: 36px;
  margin-left: 5px;
  width: 124px;
  border-radius: 10px;
  overflow: hidden;
}
.products_new .products_item_row:first-of-type .img img {
  margin-top: 48px;
  margin-left: 13px;
  width: 127px;
}
.products_basic {
  padding-bottom: 38px;
}
.products_basic:before {
  width: 92px;
  height: 85px;
  background-image: url("../img/renew/products_basic.png");
}
.products_basic .products_item_row:nth-of-type(1) {
  padding-bottom: 31px;
}
.products_basic .products_item_row:nth-of-type(1) .img img {
  margin-left: 5px;
  margin-top: 4px;
  width: 103px;
}
.products_basic .products_item_row:nth-of-type(2) {
  padding-bottom: 31px;
}
.products_basic .products_item_row:nth-of-type(2) .img img {
  margin-left: 5px;
  margin-top: 4px;
  width: 112px;
}
.products_basic .products_item_row:nth-of-type(3) {
  padding-top: 36px;
}
.products_basic .products_item_row:nth-of-type(3) .img img {
  margin-left: 15px;
  margin-top: 4px;
  width: 107px;
}
.products_basic .desc p {
  margin-top: 9px;
}
.products_basic .desc p + p {
  margin-top: 10px;
}
.products_color:before {
  width: 96px;
  height: 84px;
  background-image: url("../img/renew/products_color.png");
}
.products_color .products_item_row:nth-of-type(1) {
  padding-top: 27px;
}
.products_color .products_item_row:nth-of-type(1) .img img {
  margin-left: 3px;
  margin-top: -2px;
  width: 143px;
  max-width: unset !important;
}
.products_color .products_item_row:nth-of-type(1) .desc p {
  margin-top: 9px;
}
.products_color .products_item_row:nth-of-type(1) .desc p + p {
  margin-top: 23px;
}
.products_return {
  margin-top: 55px;
  padding-bottom: 36px;
}
.products_return:before {
  width: 182px;
  height: 85px;
  background-image: url("../img/renew/products_return.png");
  left: 59%;
}
.products_return .products_item_row:nth-of-type(1) {
  padding-top: 27px;
  padding-bottom: 30px;
}
.products_return .products_item_row:nth-of-type(1) .img img {
  margin-left: 39px;
  margin-top: 2px;
  width: 90px;
}
.products_return .products_item_row:nth-of-type(1) .desc p {
  margin-top: 9px;
}
.products_return .products_item_row:nth-of-type(1) .desc p + p {
  margin-top: 9px;
}
.products_return .products_item_row:nth-of-type(2) {
  padding-top: 26px;
}
.products_return .products_item_row:nth-of-type(2) .img img {
  margin-left: 6px;
  margin-top: -7px;
  width: 121px;
}
.products_return .products_item_row:nth-of-type(2) .desc p {
  margin-top: 9px;
}
.products_return .products_item_row:nth-of-type(2) .desc p + p {
  margin-top: 9px;
}
.products_technology {
  margin-top: 44px;
  padding: 53px 0 66px;
  border: 1px solid #b2883a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products_technology_ttl {
  width: 406px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  color: #b2883a;
  line-height: 1.5;
}
.products_technology_desc {
  width: calc(100% - 406px);
  padding: 0 51px 0 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 1px solid #b2883a;
}
.products_technology_desc .img {
  width: 309px;
}
.products_technology_desc p {
  margin-top: -7px;
  padding-left: 20px;
  width: calc(100% - 309px);
  font-size: 16px;
  line-height: 1.75;
  color: #493d37;
}

#question {
  width: 600px;
  margin: 101px auto 0;
}

.question_ttl {
  text-align: center;
  position: relative;
}
.question_ttl img {
  margin: 0 auto;
  width: 308px;
}

.question_list {
  margin-top: 27px;
  font-family: "Noto Sans JP", sans-serif;
}
.question_list_item {
  border-bottom: 1px solid #b2883a;
  padding-bottom: 33px;
  padding-top: 27px;
}
.question_list_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.question_list_q:focus-visible {
  outline: auto;
}
.question_list_q .icon {
  margin-top: 6px;
  margin-left: 1px;
  margin-right: 27px;
  width: 17px;
}
.question_list_q .txt {
  width: 537px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}
.question_list_q .mark {
  width: 12px;
  height: 12px;
  position: relative;
}
.question_list_q .mark:after, .question_list_q .mark:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #493d37;
  position: absolute;
  top: 50%;
  left: 0;
}
.question_list_q .mark:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.question_list_q.-active .mark {
  width: 17px;
  height: 17px;
}
.question_list_q.-active .mark:after {
  display: none;
}
.question_list_a {
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  display: none;
}
.question_list_a_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 0 0;
}
.question_list_a_inner .icon {
  margin-top: 9px;
  margin-left: 1px;
  margin-right: 27px;
  width: 17px;
}
.question_list_a_inner .txt {
  width: 510px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}

#footer {
  background-color: #493d37;
  color: #fff;
}
#footer a {
  color: #fff;
  display: inline-block;
}

.footer {
  padding: 54px 0 45px;
}
.footer_inner {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}
.footer_logo {
  width: 280px;
}
.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.footer_menu_item span {
  font-size: 13px;
}
.footer_menu-01 {
  margin-top: 48px;
  margin-left: 5px;
}
.footer_menu-02 {
  margin-top: 89px;
  gap: 39px;
}
.footer_menu-02 .footer_menu_item + .footer_menu_item {
  position: relative;
}
.footer_menu-02 .footer_menu_item + .footer_menu_item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 85%;
  background-color: #fff;
  top: 55%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer a img {
  width: 220px;
  margin-right: 3px;
}
.footer_coppyright {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.link-to-top {
  text-align: center;
  padding-bottom: 40px;
}
.link-to-top a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #493d37;
  text-decoration: none;
}
.link-to-top a span {
  white-space: nowrap;
  color: #493d37;
  font-size: 17px;
  font-weight: 400;
}
.link-to-top a img {
  margin-left: 2px;
  display: inline-block;
  width: 15px;
}