@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.lp_content img {
  vertical-align: bottom;
  max-width: 100%;
}

.lp_content .wrap {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
}

.lp_content .wrap_cnt {
  width: 750px;
  box-shadow: 0 0 10px 0 rgba(171, 171, 171, 0.5);
  background-color: #ffffff;
  margin: 0 auto;
}

.lp_content .inner {
  width: 710px;
  margin: 0 auto;
}

.lp_content .cv01 {
  position: relative;
}

.lp_content .cv01 .cv_btn a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 178px;
  margin: 0 auto;
  width: 677px;
  display: inline-block;
  transition: 1.0s;
}

.lp_content .cv01 .cv_btn a:hover {
  opacity: 0.6;
}

.lp_content .cv02 .cv_btn_wrap {
  position: relative;
}

.lp_content .cv02 .cv_btn a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 79px;
  margin: 0 auto;
  width: 677px;
  display: inline-block;
  transition: 1.0s;
}

.lp_content .cv02 .cv_btn a:hover {
  opacity: 0.6;
}

.lp_content .cnt02_img02_note {
  position: relative;
}

.lp_content .cnt02_img02_note ul {
  font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  line-height: 1.57;
  position: absolute;
  bottom: 60px;
  left: 50px;
  text-indent: -1em;
  margin-left: 1em;
  color: #222222;
  font-size: 19px;
}

.lp_content .cnt05 {
  background: #014099;
}

.lp_content .cnt05 .ac dl {
  text-align: center;
  padding-bottom: 60px;
}

.lp_content .cnt05 .ac dl dt {
  cursor: pointer;
  position: relative;
  width: 710px;
  height: 140px;
  display: inline-block;
  content: "";
  vertical-align: bottom;
  background: url(../img/cnt05-01_ac_btn-close.jpg) no-repeat center/cover;
}

.lp_content .cnt05 .ac dl dt.open {
  background: url(../img/cnt05-01_ac_btn-open.jpg) no-repeat center/cover;
}

.lp_content .cnt05 .ac dl dt.open::before {
  display: none;
}

.lp_content .cnt05 .ac dl dd {
  display: none;
}

.lp_content .cnt05 .cnt05-02 .ac dl dt {
  background: url(../img/cnt05-02_ac_btn-close.jpg) no-repeat center/cover;
}

.lp_content .cnt05 .cnt05-02 .ac dl dt.open {
  background: url(../img/cnt05-02_ac_btn-open.jpg) no-repeat center/cover;
}

.lp_content .faq {
  background: #014099;
}

.lp_content .faq .ac {
  font-family: 'Noto Sans Japanese', sans-serif;
}

.lp_content .faq .ac dl {
  padding-bottom: 30px;
}

.lp_content .faq .ac dl p {
  text-indent: -1.7em;
  margin-left: 1.7em;
}

.lp_content .faq .ac dl dt {
  background: #ffffff;
  color: #014099;
  font-size: 34px;
  padding: 30px 30px 40px;
  letter-spacing: 0.04em;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  border-radius: 10px;
  line-height: 1.2;
}

.lp_content .faq .ac dl dt span {
  font-size: 50px;
}

.lp_content .faq .ac dl dt::after {
  content: "";
  position: absolute;
  font-size: 20px;
  width: 30px;
  height: 4px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
  background: #014099;
}

.lp_content .faq .ac dl dt::before {
  content: "";
  position: absolute;
  font-size: 20px;
  width: 4px;
  height: 30px;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
  background: #014099;
}

.lp_content .faq .ac dl dt.open::before {
  display: none;
}

.lp_content .faq .ac dl dd {
  padding: 25px 30px 40px;
  font-size: 30px;
  color: #33363b;
  line-height: 1.8;
  display: none;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  background: #fdf8ee;
  border-radius: 10px;
  margin-top: 10px;
}

.lp_content .faq .ac dl dd span {
  font-size: 50px;
  color: #eb222c;
  font-weight: bold;
}

.lp_content .ingredient {
  font-size: 24px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-feature-settings: "palt";
  margin-bottom: 90px;
}

.lp_content .ingredient dl {
  margin-top: 65px;
}

@media screen and (max-width: 750px) {
  .lp_content .wrap {
    background: none;
  }
  .lp_content .wrap_cnt {
    box-shadow: none;
    width: 100%;
    padding-bottom: 12vw;
  }
  .lp_content img {
    width: 100%;
  }
  .lp_content .inner {
    width: 94.667vw;
  }
  .lp_content .cv01 .cv_btn a {
    bottom: 23.733vw;
    width: 90.267vw;
  }
  .lp_content .cv02 .cv_btn a {
    bottom: 10.533vw;
    width: 90.267vw;
  }
  .lp_content .cnt02_img02_note ul {
    bottom: 8vw;
    left: 6.667vw;
    font-size: 2.533vw;
  }
  .lp_content .cnt05 .ac dl {
    padding-bottom: 8vw;
  }
  .lp_content .cnt05 .ac dl dt {
    width: 94.667vw;
    height: 18.667vw;
  }
  .lp_content .faq .ac dl {
    padding-bottom: 4vw;
  }
  .lp_content .faq .ac dl dt {
    font-size: 4.533vw;
    padding: 4vw 4vw 5.333vw;
    border-radius: 1.333vw;
  }
  .lp_content .faq .ac dl dt span {
    font-size: 6.667vw;
  }
  .lp_content .faq .ac dl dt::after {
    font-size: 2.667vw;
    width: 4vw;
    height: 0.533vw;
    right: 2vw;
  }
  .lp_content .faq .ac dl dt::before {
    font-size: 2.667vw;
    width: 0.533vw;
    height: 4vw;
    right: 5.333vw;
  }
  .lp_content .faq .ac dl dd {
    padding: 3.333vw 4vw 5.333vw;
    font-size: 4vw;
    border-radius: 1.333vw;
    margin-top: 1.333vw;
  }
  .lp_content .faq .ac dl dd span {
    font-size: 6.667vw;
  }
  .lp_content .ingredient {
    font-size: 3.2vw;
  }
  .lp_content .ingredient dl {
    margin-top: 8.667vw;
  }
}
/*調整*/
.lp_content .faq .ac dl dt span{
    color: #014099 !important;
}
.lp_content .faq .ac dl dt p{
    color: #014099 !important;
    font-size: 34px !important;
    line-height: 1.8;
}
.lp_content .faq .ac dl dd p{
      font-size: 34px !important;
      line-height: 1.8;
}
.lp_content .ingredient .inner dt , .lp_content .ingredient .inner dd , .lp_content .ingredient .inner p , .lp_content .ingredient .inner li , .lp_content .ingredient .inner a{
      font-size: 24px !important;
      letter-spacing: 0.08em;
      line-height: 1.8;
      font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
    .lp_content .faq .ac dl dt p{
      font-size: 4.533vw !important;
    }
    .lp_content .faq .ac dl dd p{
      font-size: 4vw !important;
    }
    .lp_content .ingredient .inner dt , .lp_content .ingredient .inner dd , .lp_content .ingredient .inner p , .lp_content .ingredient .inner li , .lp_content .ingredient .inner a{
      font-size: 3.2vw !important;
    }

}