@charset "utf-8";
body{
    
}

img{
    width: 100%;
}

.pc-view{
    display: block;
}

.smp-view{
    display: none;
}

section {
    padding: 10vh 0;
    position: relative;
}

section.fv{
    background: url(../images/fv-bg.png) no-repeat right top;
    padding-top: 12vh;
}

p.fv-catch {
    padding: 0 40px 40px;
    font-size: 32px;
    font-weight: bold;
}

p.fv-catch span {
    color: #1F77C5;
}

.fv-wrap {
    display: flex;
    justify-content: space-between;
    width: 94%;
    max-width: 1440px;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffffc9;
    padding: 60px;
    box-sizing: border-box;
    border-radius: 24px;
}

.fv-txt {
    width: 55%;
    margin: 0 0 40px 0;
}

.fv-txt h1 {
    text-align: left;
    font-size: 38px;
    font-weight: 600;
}

.fv-txt h1 span{
    color: #1F77C5;
}

.fv-txt p{
    text-align: left;
    padding: 24px 0 0 0;
    font-size: 22px;
}

.fv-img {
    width: 43%;
}

.fv-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 40px 0 0 0;
    width: 90%;
    max-width: 480px;
}

.cta-area{
    padding: 60px 0 0 0;
}

.fv-cta a,
.cta-area a {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    padding: 24px 0;
    border-radius: 50px;
    display: block;
    max-width: 640px;
    box-sizing: border-box;
    width: 48%;
    box-shadow: 0px 5px 15px 0px #00000020;
    margin: 0 auto;
}

.cta-area a {
    font-size: 22px;
}

.cta-area.double-btns{
    display: flex;
    gap: 16px;
    padding: 40px 0 0 0;
    width: 80%;
    max-width: 820px;
    margin: 0 auto;
}

p.cta-note {
    font-size: 13px;
    padding: 24px 0 0 0;
}

p.cta-note strong{
    font-weight: 600;
}

a.btn-trial {
    background: #1f77c5;
}

a.btn-go-plus {
    background: #ff4859;
}

.fv-authority {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.fv-authority ul{
    display: flex;
    justify-content: center;
    column-gap: 3.5%;
    flex-wrap: wrap;
    row-gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.fv-authority ul li {
    width: 31%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    border: 1px solid #2389ca;
    box-sizing: border-box;
    list-style: 1;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0px 5px 15px 0px #00000020;
}

.fv-authority ul li img{
    width: 10%;
}

section h2{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding: 24px 0 48px 0;
    line-height: 1.6;
}

section h2 + p {
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 60px 0;
}

span.red{
    color: #ff4859;
}

span.blue{
    color: #1f77c5;
}

span.bold{
    font-weight: bold;
}

p.contents-copy {
    padding: 60px 0 0 0;
    font-size: 20px;
    font-weight: 500;
}

p.contents-copy strong {
    font-size: 150%;
}

/**why-cart-abandoned**/
section.why-cart-abandoned {
    background: #F4F7FE;
}
section.why-cart-abandoned:before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8vh 50vw 0 50vw;
    border-color: #ffffff transparent transparent transparent;
    transform: rotate(0deg);
    top: 0;
    left: 0;
}

.why-cart-abandoned-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: space-between;
}

.why-cart-abandoned-txt {
    background: #ffffff;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.why-cart-abandoned-txt,
.why-cart-abandoned-img {
    width: 49%;
}

.why-cart-abandoned-txt dl {
    text-align: left;
}

.why-cart-abandoned-txt dl dt {
    font-weight: 500;
    font-size: 24px;
    color: #1f77c5;
}

.why-cart-abandoned-img figure {
    background: #fff;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0px 5px 15px 0px #00000020;
}

/**auto-recovery**/
section.auto-recovery:before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8vh 50vw 0 50vw;
    border-color: #F4F7FE transparent transparent transparent;
    transform: rotate(0deg);
    top: 0;
    left: 0;
}

.auto-recovery-wrap {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.auto-recovery-block {
    display: flex;
    justify-content: space-between;
}

.auto-recovery-box {
    width: 28%;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 5px 15px 0px #00000020;
    position: relative;
}

.auto-recovery-box:after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 0 25px 40px;
    border-color: transparent transparent transparent #2389ca;
    transform: rotate(0deg);
    top: 50%;
    right: 0;
    transform: translate(180%, -50%);
}

.auto-recovery-box:last-child:after{
    display: none;
}

#kagoochimail .auto-recovery-box h3 {
    font-size: 23px;
    color: #1f77c5;
    font-weight: 500;
    line-height: 1;
    padding: 24px 0;
}

/**zero-start**/
section.zero-start{
    background: #F4F7FE;
}

section.zero-start:before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8vh 50vw 0 50vw;
    border-color: #ffffff transparent transparent transparent;
    transform: rotate(0deg);
    top: 0;
    left: 0;
}

.zero-start-wrap {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
}

.zero-start-table {
    box-sizing: border-box;
    border-radius: 16px;
    box-shadow: 0px 5px 15px 0px #00000020;
    background: #fff;
}

.zero-start-table table {
    width: 100%;
    border-collapse: collapse;
}

.zero-start-table table tr{
    font-size: 18px;
    border-bottom: 1px solid #d6d6d6;
}

.zero-start-table table tr:last-child{
    border-bottom: none;
}

.zero-start-table table tr th,
.zero-start-table table tr td{
    line-height: 1;
    padding: 24px;
}

.zero-start-table table tr th{
    font-weight: 600;
}

/**kagoochi-plus**/
.kagoochi-plus-wrap {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
}

.kagoochi-plus-table {
    box-sizing: border-box;
    border-radius: 16px;
    box-shadow: 0px 5px 15px 0px #00000020;
}

.kagoochi-plus table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}

.kagoochi-plus table thead{
    background: #f5f5f5;
    border-bottom: 1px solid #d6d6d6;
}

.kagoochi-plus table tr{
    font-size: 18px;
    border-bottom: 1px solid #d6d6d6;
}

.kagoochi-plus table tr:last-child{
    border-bottom: none;
}

.kagoochi-plus table tr th,
.kagoochi-plus table tr td{
    line-height: 1;
    padding: 24px;
}

.kagoochi-plus table tr td:last-child{
    background: #FFF0E6;
    font-weight: 600;
    color: #E2521E;
}

.kagoochi-plus table tr th{
    font-weight: 600;
}

.kagoochi-plus-appeal {
    padding: 80px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 32px;
}

.kagoochi-plus-appeal p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    padding: 16px;
    box-sizing: border-box;
    width: 31%;
    background: #fff0e6;
    border: 1px solid #e2521e;
    border-radius: 16px;
    position: relative;
    box-shadow: 0px 5px 15px 0px #00000020;
}

.kagoochi-plus-appeal p span {
    position: absolute;
    font-size: 48px;
    top: -32px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #e2521e;
    line-height: 1;
}

/**three-steps**/
.three-steps{
    background: #F4F7FE;
}

.three-steps-wrap {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.three-steps-block {
    display: flex;
    justify-content: space-between;
}

.three-steps-box {
    width: 28%;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 5px 15px 0px #00000020;
    position: relative;
    background: #fff;
}

.three-steps-box:after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 0 25px 40px;
    border-color: transparent transparent transparent #2389ca;
    transform: rotate(0deg);
    top: 50%;
    right: 0;
    transform: translate(180%, -50%);
}

.three-steps-box:last-child:after{
    display: none;
}

#kagoochimail .three-steps-box h3 {
    font-size: 23px;
    color: #1f77c5;
    font-weight: 500;
    line-height: 1;
    padding: 24px 0;
}


/**case**/
.case-box {
    margin: 0 24px 24px 0;
    cursor: pointer;
}

#kagoochimail .case-box p.genre {
    color: #fff;
    font-weight: bold;
    padding: 4px 16px;
    background-color: #5cb7cc;
    width: fit-content;
    margin: 16px auto 0;
}

#kagoochimail .case-box h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding: 24px 0;
}

#kagoochimail .case-box a{
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 15px 0px #00000020;
}

#kagoochimail .case-box a:hover:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000099;
    transition: all 0.3s ease;
}

#kagoochimail .case-box a:after{
    opacity: 0;
    content: "もっと見る";
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #5cb7cc;
    color: #fff;
    line-height: 1;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 0px 5px 15px 0px #00000020;
    transition: all 0.3s ease;
}

#kagoochimail .case-box a:hover:after{
    opacity: 1;
    top: 50%;
    transition: all 0.3s ease;
}


p.comment{
    font-size: 15px;
}

.slick-prev, .slick-next {
    z-index: 2;
}
.slick-prev {
    left: 2%;
}
.slick-next {
    right: 2%;
}
.slick-prev:before, .slick-next:before {
    font-size: 50px;
    opacity: 1;
    color: #5eb1c6;
}
.slick-dots li button:before {
    font-size: 12px;
    color: #5db1c6;
}
.slick-dots li.slick-active button:before {
    color: #5db1c6;
}

/**faq**/
.faq{
    background: #F4F7FE;
}

.faq-wrap {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 16px 24px;
    border-radius: 16px;
    box-shadow: 0px 5px 15px 0px #00000020;
}

.faq-wrap dl {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
    padding: 16px 0;
    text-align: left;
}

.faq-wrap dl:last-child {
    border-bottom: none;
}

.faq-wrap dt {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding-right: 32px;
    transition: color 0.2s;
}

.faq-wrap dt::after {
    content: "＋";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #1f77c5;
    transition: transform 0.2s;
}

.faq-wrap dl.open dt::after {
    content: "－";
}

.faq-wrap dd {
    display: none;
    padding: 12px 0 0 0;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    transition: all 0.3s ease;
    padding: 16px;
    border-radius: 16px;
}

.faq-wrap dl.open dd {
    display: block;
}

/**cta-section**/
.cta-section-wrap {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}


.kagoochi-plus p.title-deco {
    background: #d84c19;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 1;
}

@media screen and (max-width: 1280px){
    p{
        font-size: 14px;
    }
    .fv-wrap {
        padding: 40px;
    }
    .fv-txt h1 {
        font-size: 34px;
    }
    .fv-txt p {
        padding: 16px 0 0 0;
        font-size: 18px;
    }
    p.comment {
        font-size: 13px;
    }

}

@media screen and (max-width: 1024px){
    .fv-txt h1 {
        font-size: 28px;
    }
    .fv-txt p {
        padding: 8px 0 0 0;
        font-size: 16px;
    }
    .fv-cta {
        padding: 32px 0 0 0;
    }
    .fv-cta a{
        font-size: 16px;
        padding: 16px 0;
    }
    .fv-authority ul li {
        font-size: 16px;
    }
    section h2 {
        font-size: 32px;
    }
    .why-cart-abandoned-txt dl dt {
        font-size: 20px;
    }
    .why-cart-abandoned-txt dl dd {
        font-size: 13px;
    }
    p.contents-copy {
        font-size: 16px;
    }
    .auto-recovery-box {
        padding: 16px;
    }
    .auto-recovery-box:after, .three-steps-box:after {
        border-width: 20px 0 20px 30px;
    }
    #kagoochimail .auto-recovery-box h3,
    #kagoochimail .three-steps-box h3 {
        font-size: 18px;
        padding: 16px 0;
    }
    #kagoochimail .auto-recovery-box p br, #kagoochimail .three-steps-box p br {
        display: none;
    }
    .zero-start-table table tr, .kagoochi-plus table tr {
        font-size: 16px;
    }
    .kagoochi-plus-appeal p {
        font-size: 16px;
        padding: 16px 8px;
    }
    #kagoochimail .case-box h3 {
        font-size: 18px;
        line-height: 1.4;
        padding: 16px 0;
    }
    #kagoochimail .case-box p.genre {
        padding: 4px 16px;
        font-size: 12px;
    }
    p.comment {
        font-size: 12px;
    }
}

/*----------------------------------------------------------------

smartphone

----------------------------------------------------------------*/

@media screen and (max-width: 820px){
    .fv-txt h1 {
        font-size: 22px;
    }
    .fv-authority ul li {
        font-size: 14px;
        padding: 16px 8px;
    }
    .fv-cta {
        gap: 12px;
    }
    section {
        padding: 10% 0;
    }
    section.why-cart-abandoned:before,
    section.auto-recovery:before,
    section.zero-start:before,
    section.three-steps:before {
        border-width: 5vh 50vw 0 50vw;
    }
    p.contents-copy {
        font-size: 16px;
        padding: 40px 5% 0;
    }
    .auto-recovery-box:after, .three-steps-box:after {
        transform: translate(150%, -50%);
    }
    section .cta-section-wrap h2 {
        font-size: 24px;
        padding-bottom: 32px;
    }
    .cta-area.double-btns {
        padding: 0;
    }
}

@media screen and (max-width: 640px){
    .fv-wrap {
        padding: 24px;
    }
    .fv-txt {
        order: 2;
        width: 100%;
    }
    .fv-txt h1 {
        text-align: center;
    }
    .fv-txt p {
        font-size: 14px;
        text-align: center;
    }
    .fv-cta {
        margin: 0 auto;
    }
    .fv-cta a {
        width: 100%;
    }
    .cta-area a {
        width: 80%;
    }
    .fv-img {
        order: 1;
        width: 70%;
        margin: 0 auto 24px;
    }
    .fv-authority {
        padding: 0;
    }
    .fv-authority ul {
        flex-direction: column;
    }
    .fv-authority ul li {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
    }
    section h2 {
        font-size: 26px;
        padding: 24px 0 24px 0;
    }
    section h2 + p {
        font-size: 15px;
        padding: 0 5% 60px;
    }
    p.contents-copy {
        padding: 32px 0 0;
    }
    .why-cart-abandoned-txt {
        width: 100%;
        order: 2;
    }
    .why-cart-abandoned-txt dl {
        text-align: center;
    }
    .why-cart-abandoned-txt dl dt {
        font-size: 16px;
    }
    .why-cart-abandoned-txt dl dd {
        font-size: 12px;
        text-align: left;
        padding: 0 8px 8px;
    }
    .why-cart-abandoned-img{
        width: 80%;
        margin: 0 auto 24px;
        order: 1;
    }
    .auto-recovery-block, .three-steps-block {
        flex-direction: column;
        gap: 48px;
    }
    .auto-recovery-box, .three-steps-box {
        width: 90%;
        margin: 0 auto;
    }
    .auto-recovery-box:after, .three-steps-box:after {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 22px 32px 0 32px;
        border-color: #2389CA transparent transparent transparent;
        transform: rotate(0deg);
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 150%);
    }
    .zero-start-table table tr, .kagoochi-plus table tr {
        font-size: 13px;
    }
    .zero-start-table table tr th, .zero-start-table table tr td {
        padding: 16px;
    }
    .kagoochi-plus p.title-deco {
        padding: 12px;
        font-size: 16px;
    }
    .kagoochi-plus-appeal {
        padding: 40px 0 0 0;
        flex-direction: column;
    }
    .kagoochi-plus-appeal p {
        width: 100%;
        font-size: 15px;
    }
    section .cta-section-wrap h2 {
        font-size: 18px;
    }
    .cta-area.double-btns {
        flex-wrap: wrap;
    }
}



@media screen and (max-width: 480px){
    .fv-txt h1 {
        font-size: 18px;
    }
    .fv-txt p {
        font-size: 13px;
    }
    section h2 {
        font-size: 18px;
        padding: 24px 5% 24px;
    }
    p.contents-copy {
        font-size: 15px;
        padding: 32px 5% 0;
    }
    p.contents-copy strong {
        font-size: 120%;
    }
    .zero-start-table, .kagoochi-plus-table {
        overflow-x: scroll;
    }
    .zero-start-table table {
        width: 150%;
    }
    .kagoochi-plus table {
        width: 180%;
    }
    .kagoochi-plus-appeal p span {
        font-size: 40px;
        top: -24px;
    }
    .cta-area {
        padding: 40px 0;
    }
    .cta-area a {
        width: 100%;
        max-width: 300px;
        font-size: 16px;
    }
    .case-box .comment {
        display: -webkit-box;
        -webkit-line-clamp: 3; /* 表示する最大行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.7;
        max-height: calc(1.7em * 3); /* 3行分の高さ */
    }
    .faq-wrap dt {
        font-size: 15px;
    }
    .faq-wrap dd {
        font-size: 14px;
        padding: 8px;
    }
}