.mxlp {
    width: 100%
}
.mxlp * {
    line-height: 1;
    box-sizing: border-box
}
.mxlp a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: initial;
    background: #0000;
    text-decoration: none
}
.mxlp img,
.mxlp video {
    display: block;
    width: 100%;
    height: auto;
    border: none
}
body {
    margin: 0
}
.mxlp .c-kv {
    position: relative;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}
.mxlp .c-kv .m-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    max-width: 1230px;
}
.mxlp .c-kv .m-fg {
    position: relative;
    z-index: 20;
}
.mxlp .c-content {
    z-index: 1;
    width: 1230px;
}
.mxlp .c-content,
.mxlp .c-cv {
    position: relative;
    margin: 0 auto;
    max-width: 1230px;
    width: 100%;
}
.mxlp .c-cv {
    width: 100%;
    max-width: 1230px;
}
.mxlp .c-cv .m-cv_btnWrap {
    position: absolute;
    top: 65%;
    right: 9%;
}
.mxlp .c-cv .m-cv_btnWrap.is-freeSample,
.mxlp .c-cv .m-cv_btnWrap.is-purchase {
    bottom: 20%;
}
.mxlp .c-cv .m-cv_btnWrap.is-withDetail {
    bottom: 13%;
}
.mxlp .c-cv .m-cv_btnWrap.is-longBuyBtn {
    max-width: 560px;
    width: calc(560/1230 * 100vw);
}
.mxlp .m-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
.c-voice-wrap{
    background: #dcedf0;
    padding: 0 0 60px;
    position: relative;
}
.c-voice-bottole{
    position: absolute;
    top: -20px;
    left: 20%;
    width: 140px
}
.c-voice-scroll{
    width: 55%;
    margin:0 auto 0;
    background: #fff;
    padding: 0 30px 30px;
    overflow: scroll;
    overflow-x: hidden;
    height: 500px;
}
.c-voice-bg{
    background: #fff;
    width: 55%;
    margin: -30px auto 0;
    background: #fff;
    padding: 10px 30px;
}
.c-voice-scroll ul{
    padding: 0;
}
.starter-kit{
    padding: 70px;
    position: relative;
}
.starter-btn{
    width: calc(580/1230 * 100vw);
     max-width: 580px;
    position: absolute;
    bottom: 29%;
    right: 39%;
}
.c-cv-txt{
    position: absolute;
    top: 71%;
    right: 57%;
}
.c-voice{
    display: flex;
    align-items: center;
}
.voice-stars{
    display: flex;
}
.star {
	height: 20px;
    margin-right: 2px;
    width: 20px;    
	background: #c8102e;
	clip-path: polygon(50% 5%, 61% 40%, 98% 40%, 68% 62%, 79% 96%, 50% 75%, 21% 96%, 32% 62%, 2% 40%, 39% 40%);
}
.voice-rating{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 20px;
    margin: 0 16px 0 4px;
    padding: 2px 7px;
    vertical-align: middle;
}
.c-voice-txt{
    display: flex;
    justify-content: space-between;
}
.c-voice-description{
    width: 75%;
    line-height: 1em;
}
.c-voice-description p:nth-child(2){
    color: #767676;
    line-height: 1.3;
    margin: 0;
    word-break: break-word;
}
.c-voice-description p{
    line-height: 1.3em;
    margin: 4px 0;
}
.c-voice-details{
    width: 24%;
    margin: 0 0 0 auto;
    padding: 0;
}
p.voice-details{
    margin: 8px auto;
    color: #767676;
}
.voice-details span{
    color: #767676;
    font-weight: 700;
}
.vc-btn-wrap{
    position: relative;
    background: #faeed2;
    height: 152px;
}
.vc-btn{
    width: calc(925/1230 * 100vw);
    max-width: 925px;
    position: absolute;
    bottom: -23%;
    right: 11%;
}
.video_wrap{
    position: relative;
}
.video_wrap video {
    position: absolute;
    top: 0;
    right: 17%;
    width: calc(540/1230 * 100vw);
    max-width: 540px;
}
.video_sp video{
    display: none;
}
.sp_only{
    display: none;
}
.pc_only{
    display: block;
}
@media screen and (max-width: 960px) {
    .mxlp .c-content {
        width: 100%;
    }
    .mxlp .c-cv .m-cv_btnWrap {
        width: 100%;
        right: unset;
        bottom: 13%;
    }
    .mxlp .c-cv .m-cv_btnWrap.is-freeSample {
        bottom: 13%;
    }
    .mxlp .c-cv .m-cv_btnWrap.is-purchase,
    .mxlp .c-cv .m-cv_btnWrap.is-withDetail {
        bottom: 6%;
    }
    .mxlp .c-cv .m-cv_buyBtn,
    .mxlp .c-cv .m-cv_detailBtn {
        width: 75%;
        height: 58px;
        font-size: 16px;
        line-height: 3.8;
        margin-left: auto;
        margin-right: auto;
    }
    .mxlp .c-withIframe iframe {
        width: 80vw;
        height: 60vw;
        max-height: 20vh;
    }
    .mxlp .c-cv .m-cv_btnWrap.is-longBuyBtn {
        max-width: 709px;
        width: calc(595/750 * 100vw);
        top: 79%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .c-voice-scroll{
        width: 90%;
        padding: 0 30px 30px;
        height: 500px;
    }
    .c-voice {
        flex-wrap: wrap;
      }
    .c-voice-wrap{
        padding: 0 0 40px;
    }
    .c-voice h3{
        width: 100%;
        font-size: 18px;
    }
    .c-voice-bg{
        width: 90%;
    }
    .c-voice-details {
        width: 100%;
        margin: 0 0 0 auto;
        padding: 0;
      }
      .c-voice-description {
        width: 100%;
      }
    .starter-btn{
        width: calc(380/750 * 100vw);
        position: absolute;
        bottom: 19%;
        left: 5%;
        max-width: 694px;
    }
    .c-cv-txt{
        width: calc(190/750 * 100vw);
        position: absolute;
        top: 83%;
        left: 30%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .c-voice-txt{
        display: flex;
        flex-direction: column-reverse;
        font-size: 14px;
    }
    .vc-btn-wrap{
        height: auto;
    }
    .vc-btn{
        width: calc(704/750 * 100vw);
        position: absolute;
        top: 0;
        left: 5%;
    }
    .video_sp{
        position: relative;
    }
    .video_sp video{
        display: block;
        position: absolute;
        top: 0;
        right: 5%;
        width: calc(860/960 * 100vw);
        max-width: 860px;
    }
    .starter-kit{
        padding: 0;
    }
    .sp_only{
        display: block;
    }
    .pc_only{
        display: none;
    }
}

/*定期エリア追加CSS*/
::marker {
    font-size: 0;
  }
  .floating {
    width: 60%;
    position: fixed;
    bottom: -6%;
    display: none;
    z-index: 999;
    left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.c-content.sec10{
    margin: 10% 0;
}
#faq{
    margin-top: 10%;
  }
    summary {
        display: block;
    }
@media screen and (max-width: 960px) {
    .floating {
        width: 100vw;
    }
    .cta-container-tabs{
        gap: 3px;
    }
}
@media screen and (min-width: 961px) {
    #faq {
        width: 50%;
        margin: 5% auto;
    }
    .c-content.sec10{
        margin: 10% auto;
        width: 50%;
    }
    .a_icon img{
        width: 2rem!important;
    }
    .cta-container-tabs{
        gap: 8px;
    }
}

#tab-1.cta-content.selected {
    border: 4px solid #ff8041!important;
}
#tab-2.cta-content.selected {
    border: 4px solid #ff5400!important;
}
#tab-3.cta-content.selected {
  border: 4px solid #ef2700!important;
}