@charset "utf-8";
/* mv --------------------------------------------*/
.index-mvBox {
  padding-bottom: 12%;
  box-sizing: border-box;
  background: #ff96a5;
}
.index-mvBox a {
  position: relative;
}
.index-mvCtaBtn {
  margin-top: 25px;
}
.index-mvCtaPro {
  position: absolute;
  width: 135px;
  max-width: 20%;
  height: auto;
  bottom: 20%;
  left: 8%;
  transform: rotate(-8deg);
}
/* beginning --------------------------------------------*/
.index-beg {
  padding: 0;
}
/* topic --------------------------------------------*/
.index-topic {
  padding: 0;
}
/* voice --------------------------------------------*/
.index-voice {
  position: relative;
  padding: 75px 0 100px;
}
.index-voiceCnt {
  width: 100%;
}
.index-voiceRow {
  width: 100%;
  padding: 8%;
  border-radius: 35px;
  box-sizing: border-box;
  background: #fff;
  border: solid 3px #e54d63;
}
.index-voiceRow h3 {
  width: 100%;
  color: #fff;
  background: #e54d63;
  text-align: center;
  padding: 8px 24px;
  box-sizing: border-box;
  border-radius: 50px;
  margin-bottom: 13px;
  line-height: 1.4;
}
.index-voiceThum {
  position: relative;
  margin-bottom: 12px;
}
.index-voicePlay {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  max-width: 28%;
}
.index-voiceRow h4 {
  width: 100%;
  color: #db1f38;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.4;
}
.index-voiceRow {
  margin: 42px auto;
}
.index-voiceRow:last-child {
  margin: 42px auto 0;
}
.index-voiceRow:first-child {
  margin: 0 auto 42px;
}
.index-voiceBg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/* secret --------------------------------------------*/
.index-secret {
  overflow-x: hidden;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.index-secretBox .h2-styleA {
  width: 100%;
  border: none;
  padding: 0;
}
.index-secretBox .h2-styleA::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.index-secretIntro {
  position: relative;
}
.index-secretIntro p {
  line-height: 2;
  padding-left: 5%;
  box-sizing: border-box;
}
.index-secretImg {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  width: 62%;
  height: auto;
  z-index: -1;
  max-width: 380px;
}
.index-secretTrans {
  margin: 15% auto 0;
  position: relative;
  padding-bottom: 115px;
  box-sizing: border-box;
}
.index-secretTrans img {
  margin: 0 auto;
}
.index-secretTransInc {
  width: 88%;
  margin: 0 auto 42px;
  text-align: right;
}
.index-secretTransInc span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #999;
  letter-spacing: 1px;
}
#index #content .index-secretTrans h3 {
  font-size: 1.6rem;
  text-align: center;
  background: #6a7194;
  color: #fff;
  padding: 2px 25px;
  box-sizing: border-box;
  border-radius: 50px;
  margin-bottom: 45px;
}
#index #content .index-secretTrans h4 {
  color: #6a7194;
  margin-bottom: 8px;
}
.index-secretTrans p {
  color: #6a7194;
}
.index-secretTrans ul {
  width: 88%;
  margin: 0 auto;
}
.index-secretTrans ul li:first-child {
  margin-bottom: 50px;
}
.index-secretTrans ul li h4 {
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
}
.index-secretTrans ul li h4 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
}
.index-secretTrans::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 107.5%;
  height: 98.5%;
  background: url("../img/index-secretBg.png") no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
/* development --------------------------------------------*/
.index-dev {
  position: relative;
  padding-bottom: 100px;
}
.index-dev .inBox {
  position: relative;
  z-index: 2;
}
.index-devCnt {
  line-height: 2;
}
.index-devLead {
  text-align: center;
  margin: 42px 0;
}
.index-devDesc {
  text-align: center;
  margin: 42px auto 0;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ 明朝", serif;
  width: 80%;
}
.index-devBg {
  position: absolute;
  top: -6%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 106%;
}
/* proVoice --------------------------------------------*/
.index-proVoice {
  position: relative;
  padding: 75px 0 100px;
  z-index: 0;
}
.index-proVoiceCnt {
  width: 100%;
}
.index-proVoiceRow {
  width: 100%;
  padding: 8%;
  border-radius: 35px;
  box-sizing: border-box;
  background: #fff;
  border: solid 3px #41210c;
}
.index-proVoiceRow h3 {
  width: 100%;
  color: #fff;
  background: #41210c;
  text-align: center;
  padding: 12px 24px;
  box-sizing: border-box;
  border-radius: 50px;
  margin-bottom: 13px;
  line-height: 1.2;
  position: relative;
}
.index-proVoiceRow h3 .index-proVoiceIcon {
  position: absolute;
  top: -30px;
  left: -5%;
  width: 170px;
  max-width: 35%;
}
.index-proVoiceHonor {
  font-size: 0.65em;
}
.index-proVoiceThum {
  position: relative;
  margin-bottom: 12px;
}
.index-proVoicePlay {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  max-width: 28%;
}
.index-proVoiceRow {
  margin: 42px auto;
}
.index-proVoiceRow:last-child {
  margin: 42px auto 0;
}
.index-proVoiceRow:first-child {
  margin: 0 auto 42px;
}
.index-proVoiceRow h4 {
  color: #41210c;
  text-align: center;
  width: 100%;
  margin-bottom: 12px;
  line-height: 1.4;
}
.index-proVoice::after {
  content: "";
  position: absolute;
  top: -3%;
  left: 0;
  width: 100%;
  height: 102%;
  background: url("../img/index-proVoiceBg.png") no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
/* feature --------------------------------------------*/
.index-feature {
  position: relative;
  padding-bottom: 125px;
}
.index-feature::after {
  content: "";
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 105%;
  background: url("../img/index-featureBg.png") no-repeat center bottom;
  background-size: cover;
  z-index: -4;
}
#index #content .index-featureBox h2 {
  margin-bottom: 0;
}
.index-featureCnt {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  color: #db1f38;
  padding: 7% 5%;
  box-sizing: border-box;
}
.index-featureCnt li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.index-featureCnt li:last-child {
  margin-bottom: 0;
}
.index-featureNum {
  width: 12%;
}
.index-featureCnt h3 {
  width: 84%;
}
/* safe --------------------------------------------*/
.index-safe {
  position: relative;
  padding-bottom: 37%;
}
.index-safeBox {
  color: #db1f38;
  text-align: center;
}
#index #content .index-safeBox h3 {
  color: #db1f38;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  margin-bottom: 18px;
}
.index-safeBox p {
  color: #db1f38;
  width: 85%;
  margin: 0 auto;
}
.index-safeCnt {
  margin: 42px auto 0;
}
.index-safe::after {
  content: "";
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 105%;
  background: url("../img/index-safeBg.png") no-repeat center bottom;
  background-size: cover;
  z-index: -5;
}
/* how --------------------------------------------*/
.index-howDescNotice {
  margin-top: 12px;
  font-size: 1.3rem;
}
.index-howCnt h3 {
  width: 100%;
  color: #fff;
  background: #e54d63;
  text-align: center;
  padding: 8px 24px;
  box-sizing: border-box;
  border-radius: 50px;
  margin: 42px 0 12px;
  line-height: 1.4;
}
/* caution --------------------------------------------*/
.index-cautionCnt li {
  margin: 32px 0;
  position: relative;
}
.index-cautionCnt li:first-child {
  margin: 0 0 32px;
}
.index-cautionCnt li:last-child {
  margin: 32px 0 0;
}
.index-cautionCnt li p {
  padding-left: 60px;
  box-sizing: border-box;
}
.index-cautionCnt li .nikukyu {
  position: absolute;
  top: 2px;
  width: 45px;
}
/* cta --------------------------------------------*/
.index-cta {
  position: relative;
  padding: 150px 0;
}
.index-cta::after,
.index-cta::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 62%;
}
.index-cta::after {
  top: 0;
  background: url("../img/index-ctaBgTop.png") no-repeat center top;
  background-size: cover;
  z-index: -6;
}
.index-cta::before {
  bottom: 0;
  background: url("../img/index-ctaBgBottom.png") no-repeat center bottom;
  background-size: cover;
  z-index: -5;
}
.index-ctaCnt {
  text-align: center;
  margin-bottom: 32px;
}
.index-ctaPrice span {
  font-size: 3rem;
}
.index-ctaBtnBox {
  text-align: center;
}
a.index-ctaScta {
  display: inline-block;
  margin-top: 8px;
  color: #41210c;
}
/* faq --------------------------------------------*/
.index-faqCnt {
  font-weight: normal;
}
.index-faqCnt li {
  margin-bottom: 24px;
}
.index-faqCnt li:last-child {
  margin-bottom: 0;
}
.index-faq h2.h2-styleA {
  line-height: 0.9;
}
.index-faq h2.h2-styleA span {
  font-size: 0.9rem;
}
.index-faqQ,
.index-faqA {
  padding: 8px 12px;
  box-sizing: border-box;
}
.index-faqQ p,
.index-faqA p {
  position: relative;
  padding-left: 2.2rem;
  box-sizing: border-box;
}
.index-faqQ p span,
.index-faqA p span {
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 2rem;
  font-family: Futura, "Century Gothic", YuGothic;
}
.index-faqQ {
  background: #fcf3f5;
  color: #db1f38;
}
.index-faqQ p {
  color: #db1f38;
}
.index-faqA p {
  margin: 0.5rem auto;
}
@media screen and (max-width: 768px) {
  /* safe --------------------------------------------*/
  .index-howDescNotice {
    font-size: 1.1rem;
  }
  /* caution --------------------------------------------*/
  .index-cautionCnt li p {
    padding-left: 45px;
  }
  .index-cautionCnt li .nikukyu {
    width: 35px;
  }
}
@media screen and (max-width: 468px) {
  /* voice --------------------------------------------*/
  .index-voice {
    position: relative;
    padding: 50px 0 75px;
  }
  .index-voiceRow h4 {
    margin-bottom: 8px;
  }
  .index-voiceRow {
    margin: 28px auto;
    border-radius: 25px;
  }
  .index-voiceRow:last-child {
    margin: 28px auto 0;
  }
  .index-voiceRow:first-child {
    margin: 0 auto 28px;
  }
  /* secret --------------------------------------------*/
  .index-secretTrans {
    margin: 10% auto 0;
    padding-bottom: 75px;
  }
  .index-secretTransInc {
    margin: 0 auto 32px;
  }
  .index-secretTransInc span {
    font-size: 0.7rem;
  }
  #index #content .index-secretTrans h3 {
    font-size: 1.3rem;
    margin-bottom: 32px;
  }
  .index-secretTrans ul li:first-child {
    margin-bottom: 32px;
  }
  .index-secretTrans ul li h4 {
    padding-left: 51px;
  }
  .index-secretTrans ul li h4 span {
    width: 45px;
  }
  /* development --------------------------------------------*/
  .index-dev {
    position: relative;
    padding-bottom: 75px;
  }
  .index-devLead {
    margin: 32px 0;
  }
  .index-devDesc {
    margin: 32px auto 0;
    width: 100%;
  }
  /* proVoice --------------------------------------------*/
  .index-proVoice {
    position: relative;
    padding: 50px 0 75px;
    z-index: 0;
  }
  .index-proVoiceRow h3 .index-proVoiceIcon {
    top: -18px;
  }
  .index-proVoiceThum {
    margin-bottom: 8px;
  }
  .index-proVoiceRow {
    margin: 28px auto;
    border-radius: 25px;
  }
  .index-proVoiceRow:last-child {
    margin: 28px auto 0;
  }
  .index-proVoiceRow:first-child {
    margin: 0 auto 28px;
  }
  /* feature --------------------------------------------*/
  .index-feature {
    padding-bottom: 75px;
  }
  .index-featureCnt li {
    margin-bottom: 18px;
  }
  .index-featureCnt li:last-child {
    margin-bottom: 0;
  }
  /* safe --------------------------------------------*/
  .index-safe {
    position: relative;
    padding-bottom: 37%;
  }
  #index #content .index-safeBox h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  /* how --------------------------------------------*/
  .index-howDescNotice {
    margin-top: 8px;
    font-size: 0.9rem;
  }
  .index-howCnt h3 {
    margin: 32px 0 8px;
    line-height: 1.4;
  }
  /* caution --------------------------------------------*/
  .index-cautionCnt li {
    margin: 18px 0;
    position: relative;
  }
  .index-cautionCnt li:first-child {
    margin: 0 0 18px;
  }
  .index-cautionCnt li:last-child {
    margin: 18px 0 0;
  }
  .index-cautionCnt li p {
    padding-left: 45px;
  }
  .index-cautionCnt li .nikukyu {
    width: 35px;
  }
  /* cta --------------------------------------------*/
  .index-cta {
    padding: 75px 0;
  }
  /* faq --------------------------------------------*/
  .index-faqCnt {
    font-weight: normal;
  }
  .index-faqCnt li {
    margin-bottom: 18px;
  }
  .index-faqCnt li:last-child {
    margin-bottom: 0;
  }
}
