@charset "UTF-8";
* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 100%;
  color: #1e1e1e;
}

.goth {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
}

.min {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN", "游明朝体", YuMincho, "Yu Mincho", serif;
  font-weight: 600;
}

*:not(a):not(strong):not(span):not(sup):not(sub):not(em):not(i):not(code):not(pre):not(mark):not(small) {
  font-weight: 400;
  font-size: 16px;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

li a {
  display: block;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  width: 100%;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/*-------------
layout.css
---------------*/
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
}

/*コンテナ*/
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

/*ヘッダー*/
header {
  width: 100%;
  position: relative;
}

#header-in {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*コンテンツ*/
.contents {
  height: auto;
  width: 100%;
  position: relative;
}

.contents-in {
  margin: 0 auto;
  position: relative;
  height: auto;
}

.contents-in:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.contents-in {
  display: inline-block;
}

* html .contents-in {
  height: 1%;
}

.contents-in {
  display: block;
}

/*フッター*/
footer {
  width: 100%;
}

#footer-in {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.inside {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 6%;
  padding-right: 6%;
  max-width: calc(800px + 12%);
}

.lp-inside,
.lp-inside2 {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}

.lp-inside {
  max-width: calc(1280px + 10%);
}

.lp-inside2 {
  max-width: calc(1180px + 10%);
}

/*=========================
フッター
=========================*/
footer {
  background-color: #f8f1d4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.aspp-f-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
.aspp-f-menu li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.aspp-f-menu a {
  border: 1px solid #ba9523;
  padding: 15px 5px;
  text-align: center;
  font-size: 14px;
  background-color: #ffffff;
}
.aspp-f-menu a:hover {
  background-color: #fffae9;
}

#page-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
}

#page-top a {
  font-size: 14px;
  padding: 0 10px;
  line-height: 30px;
  display: block;
}
#page-top a img {
  width: 40px;
}

.aspp-f-menu {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 6%;
  padding-right: 6%;
  max-width: calc(800px + 12%);
}

.otameshi-sp {
  display: none;
}

/*==================================================
KOUJIE LP
==================================================*/
header {
  background-color: #c7e4c9;
}

#header-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../images/aspp/mainimg.png);
  background-size: auto 100%;
  background-position: 100% 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 540px;
}

#sign {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}

.lpimg {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  padding-top: 17%;
}

.chumoku {
  color: #ba9523;
  background-color: #f8f1d4;
  font-size: clamp(25px, 3.6vw, 44px);
  max-width: 440px;
  width: 60%;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-weight: 700;
  padding: 0.3em 0.2em;
  white-space: nowrap;
  margin-bottom: 1%;
  text-align: center;
}

.chikara {
  width: 32%;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.chikara::before {
  content: "";
  width: 162%;
  height: 50%;
  background-color: #f8f1d4;
  position: absolute;
  top: 25%;
  left: -31%;
  display: block;
}
.chikara img {
  position: relative;
  z-index: 1;
}

.parts1 {
  position: relative;
  top: -3px;
}
.parts1 img {
  width: 100%;
}

.otameshi {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.otameshi img {
  width: 780px;
  max-width: 100%;
}

/**/
#kouji-talk {
  padding-bottom: 50px;
}

.talk-box {
  background-color: #fff9de;
  border-radius: 10px;
  padding: 50px 6%;
}

.kt-fr1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.kt-fr11 {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
.kt-fr11 img {
  width: 234px;
  max-width: 100%;
}

.kt-fr12 {
  padding-top: 20px;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  padding-right: calc(70% - 520px);
}

.kt-ttl {
  font-size: 40px;
  text-align: center;
  color: #417c42;
  margin-bottom: 50px;
}
.kt-ttl::before, .kt-ttl::after {
  content: "ー";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
}
.kt-ttl::before {
  margin-right: 5px;
}
.kt-ttl::after {
  margin-left: 5px;
}

.koujiat {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4em;
}

.talkkihon {
  text-align: center;
  color: #ba9523;
  font-size: clamp(18px, 4vw, 44px);
  margin-bottom: 20px;
}

.kt-txt1 {
  font-size: 24px;
  text-align: center;
  line-height: 1.6em;
}
.kt-txt1 span {
  background-color: #ba9523;
  color: #ffffff;
  display: inline-block;
  padding: 3px 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.kt-fr2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}

.kt-fr21 {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  padding-left: calc(70% - 740px);
}

.kt-txt2 {
  line-height: 1.8em;
  font-weight: 600;
}
.kt-txt2 span {
  color: #ea5514;
}

.mb {
  margin-bottom: 1.5em;
}

.kt-fr22 {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}
.kt-fr22 img {
  width: 320px;
  max-width: 100%;
}

/*コラム枠*/
.talk-box-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff9de;
  border-radius: 10px;
  padding: 50px 6%;
}

.talk-box-b1 {
  -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
  text-align: right;
  padding-right: 5px;
}
.talk-box-b1 img {
  max-width: 120px;
  width: 80%;
}

.talk-box-b2 {
  -webkit-flex-basis: 54%;
      -ms-flex-preferred-size: 54%;
          flex-basis: 54%;
}

.talk-box-b3 {
  -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
  position: relative;
  text-align: center;
}
.talk-box-b3 img {
  position: absolute;
  bottom: 0;
  max-width: 240px;
  width: 90%;
  left: 5%;
}

.talk-box-b2-in {
  background-color: #ffffff;
  padding: 30px 5%;
  border: 3px solid #c7e4c9;
}

/*塩麹*/
#shiokouji-in {
  padding-bottom: 80px;
}

.sk-ttl {
  background-color: #fff9de;
  margin-bottom: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 640px;
  max-width: 100%;
  font-size: 30px;
  padding: 20px 5px;
  text-align: center;
}

.sk-fr1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-bottom: 30px;
}

.sk-fr11 {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}

.sk-fr12 {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
}

.sk-txt1 {
  font-weight: 600;
  line-height: 1.8em;
}
.sk-txt1 span {
  color: #ea5514;
}

.sk-txt2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}

.sk-fr2 {
  width: 870px;
  max-width: 100%;
  background-color: #f8f1d4;
  padding: 30px 5%;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sk-fr2 p {
  text-align: left;
  display: inline-block;
  line-height: 1.8em;
  font-weight: 600;
}
.sk-fr2 p span {
  color: #ea5514;
}

/*サプリメント*/
#suppli {
  background-color: #fffae6;
}

#suppli-in {
  padding-top: 50px;
}

.suppli-offer {
  display: block;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.suppli-offer a {
  display: block;
}

.spl-fr1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.spl-fr11 {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
}

.spl-ttl {
  color: #417c42;
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.spl-txt1 {
  line-height: 1.8em;
  font-weight: 600;
}

.spl-fr12 {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}

.spl-fr2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.spl-fr21 {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.spl-fr22 {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.spl-fr22 img {
  max-width: 220px;
}

.spl-fr22img1 {
  margin-right: 10%;
  margin-bottom: 15px;
}

.spl-fr22img2 {
  margin-left: 10%;
}

.spl-fr22img3 {
  margin-left: 30%;
  max-width: 200px;
}

/*オファー*/
.offerbox {
  background-color: #ddc662;
  padding-top: 30px;
  padding-bottom: 30px;
}

.offer-fr {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
}

.offerimg {
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
}

.offertxt {
  -webkit-flex-basis: 67%;
      -ms-flex-preferred-size: 67%;
          flex-basis: 67%;
  max-width: 67%;
}

.of-ttl {
  text-align: center;
  font-size: 50px;
  margin-bottom: 35px;
  color: #ba9523;
}

.of-bn {
  text-align: center;
}
.of-bn img {
  width: 780px;
  max-width: 100%;
}

.of-at {
  background-color: #ea5514;
  padding: 17px 5px 8px;
  margin-top: 13px;
  width: 720px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
.of-at p {
  color: #ffffff;
  line-height: 2.5em;
  text-align: left;
  display: inline-block;
}

.of-txt1 span {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  display: block;
}

/*成分*/
#necessary {
  background-color: #c7e4c9;
}

#necessary-in {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ns-fr1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ns-fr11 {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  max-width: 60%;
}

.ns-ttl {
  background-color: #ffffff;
  font-size: clamp(18px, 3.8vw, 40px);
  width: 496px;
  max-width: 100%;
  color: #ba9523;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 50px;
  padding: 15px 5px;
  margin-left: auto;
  margin-right: auto;
}

.ns-txt1 {
  margin-bottom: 20px;
  text-align: center;
  display: block;
}

.ns-txt1-in {
  line-height: 1.8em;
  text-align: left;
  display: inline-block;
}
.ns-txt1-in span {
  color: #ea5514;
  font-weight: 600;
}

.ns-txt2 {
  line-height: 1.8em;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.ns-txt2 span {
  color: #ea5514;
}

.nutrition {
  background-color: #fffae6;
  padding: 30px 10%;
  border-radius: 20px;
}
.nutrition p {
  font-weight: 600;
  line-height: 1.7em;
  margin-bottom: 10px;
}

.ns-fr12 {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ns-fr12 img {
  width: 428px;
  max-width: 100%;
}

/*おすすめ*/
#recommend-in {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rm-ttl {
  font-size: 40px;
  margin-bottom: 50px;
  text-align: center;
  color: #417c42;
}

.rm-fr1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.rm-fr11 {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  text-align: right;
}
.rm-fr11 img {
  width: 412px;
  max-width: 100%;
}

.rm-fr12 {
  -webkit-flex-basis: 55%;
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%;
  max-width: 55%;
}

.recom-li li {
  margin-bottom: 10px;
  font-size: clamp(14px, 2.1vw, 21px);
  font-weight: 800;
  background-color: #f8f1d4;
  padding: 4px 15px 4px 75px;
  min-height: 40px;
  line-height: 1.4em;
  background-image: url(../images/aspp/mark1.png);
  background-position: 25px 50%;
  background-size: 1.6em;
  border-radius: 100px;
  width: 500px;
  max-width: 100%;
}

/*よくある質問*/
#faq-in {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fq-ttl {
  text-align: center;
  font-size: 40px;
  margin-bottom: 15px;
}

.sub-fq-ttl {
  text-align: center;
  font-size: 13px;
  margin-bottom: 50px;
}

.faq-box {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq-box-in {
  background-color: #c7e4c9;
  padding: 15px;
}

.faq-q {
  padding: 10px 25px;
  min-height: 5em;
}
.faq-q p {
  font-weight: 600;
  line-height: 1.4em;
  padding-left: 30px;
  background-image: url(../images/aspp/faq-q.svg);
  background-size: 1em auto;
  background-position: 0 7px;
  font-size: 18px;
}

.faq-a {
  background-color: #ffffff;
  padding: 10px 25px;
  min-height: 8em;
}
.faq-a p {
  line-height: 1.6em;
  padding-left: 30px;
  background-image: url(../images/aspp/faq-a.svg);
  background-size: 1em auto;
  background-position: 0 7px;
  font-size: 16px;
}

/*メッセージ*/
#message {
  background-color: #c7e4c9;
}

#message-in {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ms-ttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}

.ms-fr1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.ms-fr11 {
  -webkit-flex-basis: 26%;
      -ms-flex-preferred-size: 26%;
          flex-basis: 26%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.ms-fr11 img {
  margin-bottom: 10px;
  width: 300px;
  max-width: 100%;
}
.ms-fr11 p {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8em;
  padding: 0 1em;
}

.ms-fr12 {
  -webkit-flex-basis: 74%;
      -ms-flex-preferred-size: 74%;
          flex-basis: 74%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.message-txtfr {
  background-color: #fffdf3;
  padding: 50px 8%;
}
.message-txtfr p {
  line-height: 1.8em;
  font-size: 18px;
  font-weight: 600;
}

/*==================================================
KOUJIE LP スマホ
==================================================*/
@media screen and (max-width: 1200px) {
  #header-in {
    min-height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  *:not(a):not(strong):not(span):not(sup):not(sub):not(em):not(i):not(code):not(pre):not(mark):not(small) {
    font-size: 14px;
  }
  .talk-box {
    padding: 30px 6%;
  }
  .kt-fr1 {
    display: block;
    margin-bottom: 50px;
  }
  .kt-ttl {
    font-size: 5.5vw;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .kt-fr11 {
    position: absolute;
    margin-bottom: -20px;
    top: -20px;
    left: 10px;
    width: 100px;
  }
  .kt-fr11 img {
    width: 100%;
  }
  .kt-ttl::before,
  .kt-ttl::after {
    content: "-";
  }
  .koujiat {
    font-size: 3vw;
    text-align: left;
    padding-left: 80px;
  }
  .talkkihon {
    font-size: 6vw;
  }
  .kt-txt1 {
    font-size: clamp(11px, 3.6vw, 24px);
  }
  .kt-fr2 {
    display: block;
  }
  .kt-fr21 {
    margin-bottom: 20px;
  }
  .kt-fr22 {
    text-align: center;
  }
  .kt-fr22 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
  .kt-txt2 {
    font-size: clamp(14px, 3.8vw, 18px);
  }
  /*コラム枠*/
  .talk-box-b {
    display: block;
    padding: 40px 3%;
  }
  .talk-box-b1 {
    width: 90px;
    float: left;
  }
  .talk-box-b1 img {
    width: 85px;
  }
  .talk-box-b2 {
    float: right;
    width: calc(100% - 90px);
    margin-bottom: 20px;
  }
  .talk-box-b3 {
    clear: both;
  }
  .talk-box-b3 img {
    position: relative;
    bottom: auto;
  }
  /*塩麹*/
  .sk-ttl {
    font-size: 20px;
  }
  .sk-fr1 {
    display: block;
  }
  .sk-fr11 {
    margin-bottom: 30px;
    text-align: center;
  }
  .sk-fr11 img {
    width: 300px;
    max-width: 100%;
  }
  #shiokouji-in {
    padding-bottom: 40px;
  }
  /*サプリメント*/
  .spl-fr1 {
    display: block;
  }
  .spl-ttl {
    font-size: clamp(20px, 7.6vw, 40px);
  }
  .spl-fr11 {
    margin-bottom: 30px;
  }
  .spl-fr12 {
    text-align: center;
  }
  .spl-fr12 img {
    width: 220px;
  }
  .spl-fr2 {
    display: block;
    text-align: center;
  }
  .spl-fr22img1 {
    width: 220px;
  }
  .spl-fr22img2 {
    width: 200px;
    margin-bottom: 10px;
  }
  .spl-fr22img3 {
    width: 200px;
    margin-left: 5%;
  }
  .spl-fr21 img {
    width: 80%;
    max-width: 320px;
  }
  /*オファー*/
  .offertxt,
  .ns-fr11,
  .rm-fr12 {
    max-width: 100%;
  }
  .offer-fr {
    display: block;
  }
  .offerimg {
    text-align: center;
  }
  .offerimg img {
    width: 60%;
    max-width: 320px;
  }
  .of-ttl {
    font-size: clamp(18px, 7.6vw, 45px);
    margin-top: 30px;
  }
  .of-at {
    padding: 17px 5% 8px;
  }
  .of-at p {
    line-height: 1.4em;
  }
  .of-txt1 span {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  /*成分*/
  .ns-ttl {
    font-size: clamp(20px, 6.8vw, 45px);
  }
  .ns-fr1 {
    display: block;
  }
  .ns-txt2 {
    font-size: 16px;
  }
  .ns-fr12 {
    padding-top: 30px;
  }
  .ns-fr12 img {
    width: 60%;
    max-width: 300px;
  }
  /*おすすめ*/
  .rm-fr1 {
    display: block;
  }
  .rm-ttl {
    font-size: clamp(18px, 6.4vw, 35px);
  }
  .rm-fr11 {
    text-align: center;
    margin-bottom: 30px;
  }
  .rm-fr11 img {
    width: 60%;
    max-width: 320px;
  }
  .recom-li li {
    font-size: 18px;
    padding: 8px 15px 8px 40px;
    line-height: 1.6em;
    background-position: 15px 50%;
    background-size: 1em;
  }
  /**/
  #faq-in {
    padding-bottom: 30px;
  }
  .faq-box {
    display: block;
  }
  .faq-box-in {
    margin-bottom: 20px;
  }
  .faq-q {
    padding: 10px 10px;
    min-height: auto;
  }
  .faq-a {
    padding: 10px 10px;
    min-height: auto;
  }
  /*メッセージ*/
  #message-in {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .ms-ttl {
    font-size: clamp(18px, 6.4vw, 35px);
  }
  .ms-fr1 {
    display: block;
  }
  .ms-fr11 {
    text-align: center;
  }
  .ms-fr11 img {
    width: 200px;
    max-width: 100%;
  }
  .ms-fr11 p {
    text-align: center;
  }
  .ms-fr12 {
    margin-bottom: 20px;
  }
  .message-txtfr {
    padding: 30px 6%;
  }
  .message-txtfr p {
    font-size: 14px;
  }
  /*footer*/
  .aspp-f-menu ul {
    display: block;
  }
  .aspp-f-menu li {
    margin-bottom: 20px;
  }
  .koujiat {
    padding-left: 0;
  }
  .otameshi-sp {
    background-color: #ffffff;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 10px;
    width: 100%;
  }
  .otameshi-sp a {
    display: inline-block;
  }
  .otameshi-sp img {
    height: 60px;
    width: auto;
  }
  .otameshi-sp .koujiat {
    font-size: 11px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #sign {
    width: 300px;
    max-width: 100%;
    padding-top: 30vw;
    margin-left: auto;
    margin-right: auto;
  }
  #header-in {
    display: block;
    background-size: 100% auto;
    background-position: 100% 0%;
    padding-bottom: 30px;
  }
  .lpimg {
    padding-top: 0;
  }
  .chumoku {
    font-size: 28px;
    width: 300px;
    max-width: 100%;
  }
  .chikara {
    width: 200px;
  }
  .chikara::before {
    width: 140%;
    height: 50%;
    left: -20%;
  }
  .parts1 img {
    width: 100%;
    max-width: none;
    height: 15px;
  }
}
/*==================================================
レスポンシブ表示、非表示
==================================================*/
@media print, screen and (min-width: 768px) {
  .tlsp {
    display: none;
  }
  .sp {
    display: none;
  }
}
/* Pad 641px〜768px */
@media screen and (min-width: 641px) and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
}
/* Sp 640px以下 */
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .pctl {
    display: none;
  }
}