@charset "UTF-8";
body {
  background: #222;
  color: #fff;
  font-family: "Noto sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 500px;
  margin: 0 auto;
}

img {
  width: 100%;
}

.fv {
  position: relative;
  text-align: center;
}
.fv a {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 80%;
}

.fv-img-pc {
  display: none;
}

.instagram {
  background: #523a1a;
  text-align: center;
  padding: 40px 20px;
}

.instagram_title {
  width: 80%;
  max-width: 350px;
  margin: 30px auto;
}

.instagram_title2 {
  width: 149px;
  margin: 30px auto;
}

.product {
  background: #523a1a;
  padding: 0 30px;
  text-align: center;
  padding-bottom: 30px;
}
.product .product_title {
  margin-top: 60px;
  margin-bottom: 35px;
  width: 50%;
  min-width: 185px;
}
.product .product_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.product .product_item {
  background: -webkit-gradient(linear, left top, left bottom, from(#ad8037), color-stop(67.6%, #e1ccaa));
  background: linear-gradient(180deg, #ad8037 0%, #e1ccaa 67.6%);
  padding: 14px 13px;
  width: 322px;
}
.product .product_item p {
  text-align: left;
  color: #000;
  margin-top: 15px;
}
.product .product_item p .red {
  color: #931f1f;
}
.product .product_p {
  margin: 33px 0;
}
.product .product_text {
  width: 232px;
}

.recommend {
  margin: 0 auto 0 auto;
  padding: 30px 0;
  background: #fff;
  background-image: url(../img/recommend_bg.png);
  text-align: center;
  position: relative;
}
.recommend .recommend_title {
  width: 244px;
  margin-bottom: 30px;
}
.recommend .bg-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
}

.feature {
  background: #000;
  text-align: center;
  padding: 30px 0;
}
.feature .feature_title {
  width: 237px;
  margin-bottom: 30px;
}
.feature .feature-bg {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #000), color-stop(20%, #523a1a));
  background: linear-gradient(to right, #000 20%, #523a1a 20%);
  margin-top: 50px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.feature .feature-items {
  margin-top: -30px;
  width: 90%;
  right: 0;
  text-align: left;
}
.feature .feature-item {
  margin-bottom: 30px;
}
.feature .feature-textarea {
  width: 80%;
  margin: 10px 20px 0 auto;
}
.feature .feature-item-title {
  color: #e1ccaa;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.feature .feature-item-text {
  font-size: 14px;
}

.efficiency {
  background: #fff;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px 0 0 0;
}
.efficiency .efficiency_title {
  width: 95%;
}
.efficiency .efficiency-item {
  width: 95%;
  margin-bottom: 40px;
}

.efficiency .efficiency-item:nth-of-type(3) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.efficiency-item-pc {
  display: none;
}

.care {
  background: #e1ccaa;
  text-align: center;
}
.care .care-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 20px;
  gap: 20px;
  text-align: center;
}
.care .care-items .care-item-title {
  font-size: 20px;
  color: #000;
  font-family: "Noto Sans JP";
  margin-top: 10px;
}
.care .care-text {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 50px;
}

.voice {
  background-color: #F7F0DE;
  background-image: url(../img/voice-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 20px;
  text-align: center;
}
.voice .voice_title {
  width: 205px;
}
.voice .voice-item {
  display: block;
  margin: 30px auto;
}
.voice .voice-item img {
  width: 90%;
  margin: 20px auto;
}

.cta {
  background-image: url(../img/cta-bg.png);
  background-size: cover;
  padding: 100px 0 10px 0;
}
.cta .cta-content {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 21px;
  -webkit-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.14);
  text-align: center;
  padding-bottom: 20px;
}
.cta .cta-content .cta-head {
  margin-top: -20%;
}
.cta .cta-content .cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 4px;
}
.cta .cta-content .cta-list li {
  color: #523a1a;
  background: #f8ecd9;
  padding: 3px 10px;
  font-weight: 400;
  font-size: 14px;
}
.cta .cta-content .cta-price {
  width: 80%;
  margin: 10px auto;
}
.cta .cta-content a {
  width: 80%;
}
.cta .cta-content a img {
  width: 80%;
}
.cta .cta-point {
  width: 80%;
  margin: 10px auto;
  list-style-type: disc;
  color: #000;
  font-size: 12px;
}

.use {
  background: #523a1a;
  padding: 40px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.use .use_title {
  width: 205px;
  margin: 0 auto;
}
.use video {
  width: 80%;
  max-width: 400px;
  margin: 40px auto 0;
}

.reason {
  background: #523a1a;
  padding: 40px 0;
  text-align: center;
}

.reason_title {
  width: 230px;
  margin-bottom: 30px;
}

.reason-head-text {
  font-size: 15px;
  margin-bottom: 30px;
}

.reason-item {
  width: 85%;
  margin-bottom: 30px;
}

.reason-bottom-text {
  margin-bottom: 30px;
  font-size: 15px;
}

.reason-copy {
  font-size: 19px;
  background: -webkit-gradient(linear, left top, right top, from(#b68b45), to(#e1ccaa));
  background: linear-gradient(90deg, #b68b45 0%, #e1ccaa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.efficacy {
  background: #523a1a;
  padding: 40px 0 0 0;
  background-image: url(../img/efficacy_bg.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
.efficacy .efficacy_title {
  width: 216px;
  margin-bottom: 30px;
}
.efficacy .efficacy_title_text {
  color: #000;
  width: 80%;
  margin: 0px auto 30px;
}
.efficacy .efficacy_head_text {
  width: 80%;
  margin-bottom: 30px;
}
.efficacy .efficacy_item {
  width: 80%;
  margin-bottom: 30px;
}
.efficacy .efficacy_bottom_text {
  font-size: 19px;
  background: -webkit-gradient(linear, left top, right top, from(#b68b45), to(#e1ccaa));
  background: linear-gradient(90deg, #b68b45 0%, #e1ccaa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

.flow {
  background: #E1CCAA;
  text-align: center;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.flow .flow-title {
  width: 170px;
  margin: 0 auto;
}
.flow .flow-content {
  width: 321px;
  margin: 30px auto;
}
.flow a {
  width: 300px;
  margin: 0 auto;
}
.flow a .flow-btn {
  width: 300px;
}

.faq {
  background: #523a1a;
  padding: 40px 20px;
  text-align: center;
}

.faq_title {
  width: 205px;
  margin-bottom: 30px;
}

.faq-items {
  text-align: left;
}

.faq-item {
  margin-bottom: 40px;
}

.q_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 13px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.faq_q {
  font-size: 21px;
  color: #b68b45;
  font-weight: 700;
  font-family: "Noto Serif JP";
  width: 5%;
}

.border {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 10px auto;
}

.faq_q_text {
  font-weight: 700;
  width: 90%;
  font-size: 16px;
}

.a_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 13px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.faq_a {
  font-size: 21px;
  color: #b68b45;
  font-weight: 700;
  font-family: "Noto Serif JP";
  width: 5%;
  display: inline-block;
}

.faq_a_text {
  width: 90%;
  font-size: 14px;
}
.faq_a_text a {
  border-bottom: 1px solid #e1ccaa;
}

@media screen and (min-width: 1024px) {
  body {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
  }
  img {
    width: auto;
    max-width: 100%;
  }
  .fv-img-pc {
    display: block;
  }
  .fv-img {
    display: none;
  }
  .fv a {
    width: 500px;
    bottom: 30px;
  }
  .instagram-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .instagram_title {
    max-width: 350px;
    display: block;
  }
  .instagram_title2 {
    width: 300px;
    display: block;
  }
  .product_title {
    max-width: 250px;
  }
  .product .product_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .product .product_item {
    width: 100%;
    margin: 0 auto;
  }
  .product_p {
    font-size: 26px;
  }
  .product .product_text {
    width: 400px;
  }
  .recommend {
    padding: 60px 0;
  }
  .recommend .recommend_title {
    width: 320px;
  }
  .recommend .recommend-right {
    text-align: right;
  }
  .recommend .recommend-left {
    text-align: left;
  }
  .recommend .bg-arrow {
    width: 100%;
  }
  .feature .feature_title {
    width: 320px;
  }
  .feature .feature-bg {
    background: #000;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature .feature-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin: 0 20px;
  }
  .feature .feature-item {
    background: #523a1a;
    padding: 10px;
    width: 30%;
  }
  .efficiency {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .efficiency .efficiency_title {
    width: 550px;
  }
  .efficiency .efficiency-item {
    display: none;
  }
  .efficiency .efficiency-item-pc {
    width: 800px;
    margin-bottom: 70px;
    display: block;
  }
  .efficiency .care_title {
    width: 100%;
  }
  .care .care-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .care .care-items img {
    width: 90%;
  }
  .care .care-text {
    width: 600px;
  }
  .use .use_title {
    width: 300px;
  }
  .voice {
    background-color: #F7F0DE;
    background-image: url(../img/voice-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 20px;
    text-align: center;
  }
  .voice .voice_title {
    width: 405px;
  }
  .voice .voice-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin: 0 auto;
  }
  .voice .voice-item img {
    width: 90%;
    margin: 20px auto;
  }
  .cta {
    padding: 220px 0 20px 0;
  }
  .cta .cta-content {
    width: 70%;
  }
  .cta .cta-content .cta-list li {
    font-size: 26px;
  }
  .cta .cta-point {
    width: 50%;
    font-size: 20px;
  }
  .flow {
    padding: 60px 0;
  }
  .flow .flow-title {
    width: 300px;
  }
  .flow .flow-content {
    margin: 50px auto;
    width: 400px;
  }
  .faq .faq_title {
    width: 350px;
  }
  .faq-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .faq-item {
    padding: 20px;
    border-radius: 8px;
  }
  .reason {
    gap: 20px;
    padding: 60px 0;
  }
  .reason .reason_title {
    width: 340px;
  }
  .reason .reason-head-text {
    font-size: 20px;
  }
  .reason .reason-bottom-text {
    font-size: 20px;
  }
  .reason .reason-copy {
    font-size: 28px;
  }
  .reason .reason-item {
    height: 360px;
    width: auto;
    margin: 30px;
  }
  .efficacy {
    background-size: cover;
    text-align: center;
  }
  .efficacy .efficacy-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .efficacy .efficacy_item {
    height: 600px;
    width: auto;
  }
  .efficacy .efficacy_title {
    width: 350px;
  }
  .efficacy .efficacy_head_text {
    width: 500px;
  }
  .efficacy .efficacy_bottom_text {
    font-size: 30px;
    background: #000;
    -webkit-background-clip: text;
            background-clip: text;
  }
  .efficacy .efficacy-img {
    width: 100%;
  }
}
.fv_btn, .cta-btn {
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-animation: zoom-in-out 2s infinite;
          animation: zoom-in-out 2s infinite; /* アニメーションを設定 */
}

.fv_btn:hover {
  opacity: 0.8;
}

/* ズームアニメーション */
@-webkit-keyframes zoom-in-out {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 初期状態 */
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); /* ズームイン */
  }
}
@keyframes zoom-in-out {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 初期状態 */
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); /* ズームイン */
  }
}