@charset "utf-8";
body{
    background: url(../images/bg-img.webp);
    background-position: top center;
    background-size: cover;
}

img{
    width: 100%;
}

.pc-view{
    display: block;
}

.smp-view{
    display: none;
}

section {
    padding: 80px 0;
    width: 90%;
    margin: 2% auto;
    background: #ffffffe8;
    border-radius: 16px;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.2);
}

.fv-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
}

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

.fv-txt .fv-copy{
    font-size: 24px;
}

.fv-txt h1 {
    font-size: 64px;
    font-weight: 600;
    color: #03409d;
}

.fv-txt h1 br{
    display: none;
}

.fv-img {
    width: 60%;
}

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

.cta-area a {
    background: #ff2424;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    padding: 40px;
    border-radius: 50px;
    width: 80%;
    display: block;
    margin: 0 auto;
    max-width: 640px;
    box-sizing: border-box;
}

.contents-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

#kagoochimail h2.content-ttl {
    font-size: 56px;
    text-align: left;
    padding: 0 0 40px 0;
    font-weight: 300;
    color: #03409c;
}

#kagoochimail h3.cpontent-ttl-sub {
    font-size: 36px;
    font-weight: 600;
}

p.content-caption {
    font-size: 18px;
    line-height: 2.2;
    text-align: left;
}

#kagoochimail h3.cpontent-ttl-sub + p.content-caption{
    text-align: center;
}

.image-area {
    padding: 40px;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    margin: 40px auto 80px;
    border-radius: 16px;
}

.image-area img {
    max-width: 1024px;
    margin: 0 auto;
}

.contents-3clmn {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 80px;
}

.point-box{
    width: 30%;
}

.point-box h4 {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding: 0 0 24px 0;
}

.point-box h4 span{
    background: #2389ca;
    color: #fff;
    font-size: 18px;
    list-style: 1;
    padding: 8px 16px;
    border-radius: 8px;
    width: fit-content;
    display: inline-block;
    margin: 0 auto 16px;
}

.point-box figure {
    overflow: hidden;
    border-radius: 16px;
}

.table-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-sizing: border-box;
}

table.price-table {
    width: 100%;
}

table.price-table tr{
    border-bottom: 1px dotted #999;
}

table.price-table tr:first-child{
    border-top: 1px dotted #999;
}

table.price-table tr th, table.price-table tr td {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    padding: 16px 0;
    width: calc(70% / 4);
}

table.price-table tr th:nth-child(2), table.price-table tr td:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    width: 30%;
    background: #F4B424;
}

img.kagoochi-deco {
    position: absolute;
    width: 140px;
    top: 50%;
    right: -3%;
}

img.recommend-deco {
    position: absolute;
    width: 140px;
    top: 52%;
    right: 0%;
}

.price-area {
    padding: 40px;
}

.price-area dl{
    display: flex;
    justify-content: space-between;
    border: 1px solid #999;
    border-radius: 16px;
    max-width: 860px;
    margin: 0 auto 16px;
    font-size: 24px;
    overflow: hidden;
    font-weight: 600;
}

.price-area dl dt{
    width: 50%;
    background: #2389ca;
    color: #fff;
    text-align: center;
    padding: 24px 0;
}

.price-area dl dd{
    width: 50%;
    text-align: center;
    padding: 24px 0;
}


@media screen and (max-width: 1280px){
    .fv-txt h1 {
        font-size: 56px;
    }
    .fv-img {
        width: 50%;
    }
    .contents-wrap {
        padding: 0 40px;
    }
    img.kagoochi-deco {
        width: 120px;
        top: 50%;
        right: -4%;
    }
    img.recommend-deco {
        width: 120px;
        top: 54%;
        right: -3%;
    }
}

@media screen and (max-width: 1024px){
    .fv-txt h1 {
        font-size: 48px;
    }
    p.content-caption {
        font-size: 16px;
    }
    img.kagoochi-deco {
        width: 120px;
        top: 50%;
        right: -6%;
    }
    img.recommend-deco {
        width: 120px;
        top: 54%;
        right: -5%;
    }
    .point-box h4 {
        font-size: 16px;
    }
    
}

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

smartphone

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

@media screen and (max-width: 768px){
    .fv-txt h1 {
        font-size: 38px;
    }
    .fv-txt h1 br{
        display: block;
    }
}

@media screen and (max-width: 640px){
    .pc-view{
        display: none;
    }
    .smp-view{
        display: block;
    }
    article {
        padding-top: 50px;
    }
    .fv-txt .fv-copy {
        font-size: 14px;
    }
    .fv-txt h1 {
        font-size: 28px;
    }
    .fv-img {
        width: 80%;
    }
    section {
        padding: 40px 0;
        margin: 5% auto;
    }
    .contents-wrap {
        padding: 0 25px;
    }
    #kagoochimail h2.content-ttl {
        font-size: 24px;
        line-height: 1.4;
        padding: 0 0 20px 0;
    }
    #kagoochimail h3.cpontent-ttl-sub {
        font-size: 17px;
        font-weight: 600;
    }
    p.content-caption {
        font-size: 14px;
    }
    .image-area {
        padding: 8px;
        margin: 20px auto 40px;
    }
    img.kagoochi-deco, img.recommend-deco {
        display: none;
    }

    .contents-3clmn {
        padding: 20px 0 30px;
        flex-direction: column;
        row-gap: 24px;
    }

    .point-box {
        width: 100%;
    }

    .table-wrap {
        margin: 20px auto;
        padding: 16px;
        overflow: hidden;
        overflow-x: scroll;
    }

    .table-wrap table.price-table{
        width: 150%;
    }

    table.price-table tr th, table.price-table tr td{
        font-size: 12px;
        padding: 8px 0;
    }

    table.price-table tr th:nth-child(2), table.price-table tr td:nth-child(2) {
        font-size: 14px;
    }
    
    .cta-area {
        padding: 40px 0 0 0;
    }

    .cta-area a {
        font-size: 16px;
        padding: 16px;
        width: 80%;
        line-height: 1.4;
    }

    .price-area {
        padding: 20px;
    }

    .price-area dl {
        font-size: 15px;
        flex-direction: column;
    }

    .price-area dl dt, .price-area dl dd{
        width: 100%;
        padding: 16px 0;
    }
}



@media screen and (max-width: 375px){

}