@charset "UTF-8";
/* ===========================
top.css
============================== */
/* main-view */
main {
    margin: 1000px 0 0;
    background: #fff url(../../img/top/back-wave01.png) center 320px no-repeat;
    background-size: contain;
}

#main-view.is-top {
    width: 100%;
    position: absolute;
    top: -910px;
    left: 0;
}

#main-view.is-top .mv_back {
    position: fixed;
    z-index: -1;
}

#main-view.is-top .mv_inner {
    width: 100%;
    margin-top: 0;
    padding: 3% 0 0;
    position: relative;
    z-index: 1;
}

#main-view.is-top .mv_inner_second {
    display: block;
}

#main-view .mv_inner_second {
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 0 30px;
}

#main-view .mv_top-only {
    max-width: 730px;
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main-view .mv_appeal {
    width: 100%;
    height: 110px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #fff, #fff 55%, #D5E0F2);
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.4));
}

#main-view .appeal_content {
    padding-top: 0.1em;
    font-size: 1rem;
    transform: skewX(0.03deg);
    font-weight: normal;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.2em;
    color: #7A7A7A;
}

#main-view .appeal_value {
    padding-bottom: 0.1em;
    font-size: 3.8rem;
    font-weight: bold;
    font-weight: 800;
    color: #027AE4;
}

#main-view .appeal_value span {
    font-size: 1.5rem;
    font-weight: normal;
    font-weight: 500;
    color: #7A7A7A;
}

#main-view .appeal_note {
    width: 110%;
    margin: 0 0 0 -5%;
    position: absolute;
    bottom: 5px;
    left: 0;
    font-size: 0.625rem;
    transform: skewX(0.03deg);
    -webkit-text-size-adjust: 100%;
    transform: scale(0.85);
    line-height: 1.1;
    text-align: center;
}

#main-view .mv_service {
    width: 100%;
    margin-top: 30px;
}

#main-view .mv_service a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    /* ECオープンまで非表示
    display: flex;
    justify-content: center;
    align-items: center; */
    font-size: 0.75rem;
    transform: skewX(0.03deg);
    text-decoration: none;
    line-height: 3;
    text-align: center;
    color: #fff;
    background-color: #0068B6;
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.4));
    transition: all 0.1s;
    /* ECオープン時に削除*/
    pointer-events: none;
    /* ここまで */
}

#main-view .mv_service a img {
    max-width: 186px;
}

#main-view .mv_service a:hover {
    top: 3px;
    left: 1px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.6)) brightness(1.2);
}

/* ECオープンしたらここから消す */
#main-view .mv_service div {
    opacity: 0.5;
}

#main-view .mv_service p {
    margin: -0.5em 0 0;
    display: block;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 500;
}

/* ECオープンしたらここまで消す */

@media screen and (min-width: 35.5em) {
    /* 568px sm */
    #main-view .mv_inner_second {
        padding: 40px 0;
    }

    #main-view .mv_appeal {
        width: 58%;
    }

    #main-view .appeal_value {
        font-size: 3.8rem;
    }

    #main-view .appeal_value span {
        font-size: 1.5rem;
    }

    #main-view .mv_service {
        width: 38%;
        margin: 0;
    }
}

@media screen and (min-width: 48em) {
    /* 768px md */
    #main-view .appeal_value {
        font-size: 4.6rem;
    }

    #main-view .appeal_value span {
        font-size: 1.875rem;
    }
}

/* top_content */
.top_section {
    max-width: 960px;
    width: 94%;
    margin: 0 auto;
    padding: 40px 0 0;
}

.top_section h1 {
    padding: 0 0 15px;
    font-size: 1.125rem;
    transform: skewX(0.03deg);
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 0.18em;
    color: #0398C2;
    text-align: center;
    border-bottom: #0398C2 3px solid;
}

.top_cv {
    max-width: 830px;
    margin: 45px auto 0;
    padding: 23px 12px;
    border: #F29400 3px solid;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.top_cv .cv_ttl {
    width: 100%;
    margin: 0 0 20px;
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.43;
    text-align: center;
    color: #F29400;
}

.top_cv .cv_link {
    width: 100%;
}

.top_cv .cv_link a {
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    padding-right: 50px;
    font-size: 1.375rem;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.31em;
    color: #fff;
    position: relative;
    background-color: #F29400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    transition: all 0.2s;
}

.top_cv .cv_link a::before {
    content: '';
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    right: 13px;
    transition: all 0.2s;
}

.top_cv .cv_link a::after {
    content: '';
    width: 14px;
    height: 14px;
    border-top: #F29400 3px solid;
    border-right: #F29400 3px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 28px;
    right: 30px;
    transition: all 0.2s;
}

.top_cv .cv_link a:hover {
    filter: brightness(1.2);
}

.top_cv .cv_link a:hover::before {
    right: 23px;
}

.top_cv .cv_link a:hover::after {
    right: 40px;
}

@media screen and (min-width: 35.5em) {
    /* 568px sm */
    .top_cv .cv_ttl {
        font-size: 2.1875rem;
    }

    .top_cv .cv_link a {
        width: 315px;
    }
}

@media screen and (min-width: 48em) {
    /* 768px md */
    .top_section {
        padding: 90px 0 0;
    }

    .top_section h1 {
        font-size: 1.5625rem;
        transform: skewX(0deg);
    }

    .top_cv .cv_ttl {
        width: auto;
        margin: 0;
        flex-grow: 1;
    }

    .top_cv .cv_link {
        width: auto;
    }
}

/* section01 */
.sticky_area {
    height: 2000px;
    position: relative;
    top: -900px;
    margin-bottom: -900px;
    pointer-events: none;
}

.sticky_space {
    width: 100%;
    position: relative;
}

.sec01 {
    position: sticky;
    top: 1500px;
    pointer-events: initial;
}

.sec01 ul {
    max-width: 520px;
    margin: 35px auto 0;
    padding: 0;
    list-style: none;
}

.sec01 ul li {
    min-height: 102px;
    font-size: 0.9375rem;
    transform: skewX(0.03deg);
    font-weight: 500;
    text-indent: -0.2em;
    line-height: 1.56;
    color: #0398C2;
}

.sec01 ul li img {
    margin: 0 5px 0 -28px;
    vertical-align: text-bottom;
}

.sec01 ul li:nth-child(1) {
    background: url(../../img/top/sec01_img01.png) left top no-repeat;
    padding-top: 20px;
    padding-left: 135px;
}

.sec01 ul li:nth-child(2) {
    min-height: 80px;
    margin-left: 0;
    background: url(../../img/top/sec01_img02.png) left top no-repeat;
    padding-left: 135px;
}

.sec01 ul li:nth-child(3) {
    background: url(../../img/top/sec01_img03.png) left top no-repeat;
    padding-top: 20px;
    padding-left: 135px;
}

.sec01 ul li:nth-child(4) {
    margin-left: 0;
    background: url(../../img/top/sec01_img04.png) left top no-repeat;
    padding-top: 20px;
    padding-left: 135px;
}

.sec01_solution {
    margin: 10px 0 0;
    text-align: center;
}

.sec01_solution h2 {
    margin: 25px 0 0;
    font-size: 1.875rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #0398C2;
}

.sec01_solution p {
    margin: 10px 0 0;
    font-size: 0.75rem;
    transform: skewX(0.03deg);
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.1em;
    color: #7A7A7A;
}

.sec01 .top_cv .cv_ttl {
    font-size: 1.3125rem;
    letter-spacing: 0.17em;
}

@media screen and (min-width: 35.5em) {
    /* 568px sm */
    .sec01 {
        top: 500px;
    }

    .sec01 .top_cv .cv_ttl {
        font-size: 1.5625rem;
    }
}

@media screen and (min-width: 48em) {
    /* 768px md */
    .sticky_area {
        top: -1000px;
        margin-bottom: -1000px;
    }

    .sec01 ul {
        max-width: 700px;
    }

    .sec01 ul li {
        font-size: 1.125rem;
        transform: skewX(0.03deg);
    }

    .sec01 ul li:nth-child(1) {
        padding-left: 115px;
    }

    .sec01 ul li:nth-child(2) {
        margin-left: 170px;
        padding-left: 125px;
    }

    .sec01 ul li:nth-child(3) {
        padding-left: 115px;
    }

    .sec01 ul li:nth-child(4) {
        margin-left: 170px;
    }

    .sec01_solution h2 {
        font-size: 2.1875rem;
    }
}

/* section02 */
.service_series {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service_series > div {
    width: 100%;
    margin: 0 0 30px;
    padding: 15px;
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.3));
}

.series_light {
    background-color: #fff;
    border: #00A0E9 4px solid;
    border-radius: 15px;
}

.series_advance {
    background-color: #fff;
    border: #E50069 4px solid;
    border-radius: 15px;
}

.series_pro {
    position: relative;
    background: linear-gradient(90deg, rgba(150, 97, 37, 1) 3%, rgba(210, 141, 40, 1) 39%, rgba(210, 141, 40, 1) 43%, rgba(161, 115, 36, 1) 50%, rgba(161, 115, 36, 1) 62%, rgba(236, 194, 99, 1) 71%, rgba(236, 194, 99, 1) 76%, rgba(160, 122, 36, 1) 84%, rgba(111, 82, 36, 1) 100%);
    margin: 3px;
    border-radius: 15px;
    z-index: -2;
}

.series_pro::before {
    content: '';
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #fff;
    border-radius: 11px;
    z-index: -1;
}

.series_ttl {
    margin: 5px 0 0;
    font-size: 0.9375rem;
    transform: skewX(0.03deg);
    font-weight: 500;
    line-height: 1.38;
    text-align: center;
}

.series_light .series_ttl {
    color: #00A0E9;
}

.series_advance .series_ttl {
    color: #E50069;
}

.series_pro .series_ttl {
    color: #CAA331;
}

.series_logo {
    max-width: 82%;
    margin: 15px auto 0;
    text-align: center;
}

.series_feature {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.series_feature li {
    width: 49%;
    margin: 0 0 7px;
    padding: 0.7em 0;
    font-size: 0.6875rem;
    transform: skewX(0.03deg);
    font-weight: 800;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

.series_light .series_feature li {
    background-color: #00A0E9;
}

.series_advance .series_feature li {
    background-color: #E50069;
}

.series_pro .series_feature li {
    background-color: #CAA331;
}

.series_txt {
    margin: 10px 0 0;
    font-size: 0.6875rem;
    transform: skewX(0.03deg);
    line-height: 1.77;
    text-align: justify;
    color: #7A7A7A;
}

.series_txt .dummy {
    color: red;
}

.start_plan {
    margin: 30px 0 0;
}

.start_light {
    max-width: 278px;
    margin: 0 auto;
}

.trial_campaign {
    max-width: 360px;
    margin: 15px auto 0;
}

.trial_campaign a {
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    padding-right: 25px;
    font-size: 0.72rem;
    transform: skewX(0.03deg);
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.31em;
    color: #fff;
    position: relative;
    background-color: #00A0E9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.trial_campaign a::before {
    content: '';
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 22px;
    right: 6px;
}

.trial_campaign a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: #00A0E9 3px solid;
    border-right: #00A0E9 3px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 28px;
    right: 15px;
}

.trial_campaign a:hover {
    filter: brightness(1.2);
}

.trial_campaign .campaign_ttl {
    width: 100%;
    margin: 0 0 10px;
    font-size: 0.9375rem;
    transform: skewX(0.03deg);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.trial_campaign .campaign_ttl .yellow {
    color: #FFF000;
}

.trial_campaign .campaign_ttl .large {
    font-size: 140%;
    font-weight: 800;
}

.trial_campaign .campaign_ttl .rotate {
    display: inline-block;
    transform: rotate(20deg)
}

.change_account {
    margin: 15px 0 0;
    font-size: 1.25rem;
    transform: skewX(0.03deg);
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #0398C2;
}

.option_clipping {
    max-width: 570px;
    margin: 45px auto 0;
    padding: 10px 12px;
    background-color: #F29400;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 35px;
}

.option_clipping .clipping_ttl {
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.0625rem;
    transform: skewX(0.03deg);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}

.option_clipping .clipping_link {
    width: 100%;
}

.option_clipping .clipping_link a {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding-right: 30px;
    font-size: 1rem;
    transform: skewX(0.03deg);
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.31em;
    color: #F29400;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    transition: all 0.2s;
}

.option_clipping .clipping_link a::before {
    content: '';
    width: 34px;
    height: 34px;
    background-color: #F29400;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 8px;
}

.option_clipping .clipping_link a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: #fff 3px solid;
    border-right: #fff 3px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 21px;
}

.option_clipping .clipping_link a:hover {
    filter: brightness(1.2);
}

@media screen and (min-width: 35.5em) {
    /* 568px sm */
    .trial_campaign .campaign_ttl {
        width: auto;
        margin: 0;
        flex-grow: 1;
    }

    .trial_campaign .campaign_link {
        width: auto;
    }

    .trial_campaign .campaign_link a {
        width: 160px;
    }
}

@media screen and (min-width: 48em) {
    /* 768px md */
    .service_series > div {
        width: 31%;
    }

    .option_clipping {
        height: 70px;
        padding: 0 12px;
    }

    .option_clipping .clipping_ttl {
        width: auto;
        margin: 0;
        flex-grow: 1;
    }

    .option_clipping .clipping_link {
        width: auto;
    }

    .option_clipping .clipping_link a {
        width: 222px;
    }
}

/* section03 */
#chart_head {
    margin: 20px 0 0;
    background: linear-gradient(#fff, #E6F5F9);;
}

.sec03 h2 {
    margin: 20px 0 0;
    font-size: 1.25rem;
    transform: skewX(0.03deg);
    line-height: 1.55;
    text-align: center;
    color: #0398C2;
}

.sec03 p {
    margin: 10px 0 0;
    font-size: 0.75rem;
    transform: skewX(0.03deg);
    line-height: 1.7;
    text-align: center;
    color: #7A7A7A;
}

@media screen and (min-width: 35.5em) {
    /* 568px sm */
    #chart_head {
        margin: 50px 0 0;
    }
}

@media screen and (min-width: 48em) {
    /* 768px md */
    #chart_head {
        margin: 100px 0 0;
    }
}

/* chart_area */
.scroll_crank {
    padding-top: 0;
    overflow: hidden;
    position: relative;
}

.compare_pictswitch {
    margin: 0;
    position: relative;
    width: 100%;
    padding: 45px 20px 0 40px;
    text-align: center;
    background: #fff url(../../img/top/back-wave02.png) center top no-repeat;
    background-size: contain;
}

.compare_pictswitch::after {
    content: none;
}

.compare_pictswitch img {
    max-width: 600px;
    width: 96%;
}

.compare_ttl {
    position: relative;
    top: 60px;
    left: 0;
    width: 100%;
    font-size: 1rem;
    transform: skewX(0.03deg);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #7A7A7A;
    text-align: center;
}

.scroll_crank_inner {
    display: flex;
}

.scroll_crank_item {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: -1;
}

.scroll_crank_item img {
    position: relative;
    top: 10px;
    max-width: 600px;
    width: 80%;
}

@media screen and (min-width: 35.5em) {
    /* 568px sm */
}

@media screen and (min-width: 48em) {
    /* 768px md */
    .scroll_crank {
        padding-top: 90px;
        background: url(../../img/top/back-wave02.png) center top no-repeat;
        background-size: contain;
    }

    .compare_pictswitch {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 150%;
        padding: 105px 20px 0 0;
        text-align: right;
        background: #fff url(../../img/top/back-wave03.png) center top no-repeat;
        background-size: contain;
    }

    .compare_pictswitch::after {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 10%;
        right: 0;
        background-color: #9e9e9e;
    }

    .compare_pictswitch img {
        max-width: 360px;
        width: auto;
    }

    .compare_ttl {
        position: absolute;
        top: 100px;
        left: 50%;
        width: 480px;
    }

    .scroll_crank_item img {
        position: absolute;
        top: 76px;
        left: 90%;
        max-width: 335px;
        width: auto;
    }
}

@media screen and (min-width: 64em) {
    /* 1024px lg */
    .compare_pictswitch {
        padding: 105px 50px 0 0;
    }

    .compare_pictswitch img {
        max-width: none;
    }

    .scroll_crank_item {
        height: 90vh;
    }

    .scroll_crank_item img {
        top: 88px;
        left: 95%;
        max-width: none;
    }
}

/* section04 */
.sec04 {
    padding-bottom: 50px;
}

.sec04 ul {
    max-width: 830px;
    margin: 60px auto 0;
    padding: 0 0 20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec04 ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.sec04 ul li > img:first-child {
    display: inline-block;
    max-width: 130px;
    margin: 0 0 5px;
}

.sec04 ul li a {
    display: block;
    transition: all 0.2s;
}

.sec04 ul li a:hover {
    filter: brightness(1.1);
}

.sec04 ul li a img {
    max-width: 400px;
    width: 100%;
}

@media screen and (min-width: 48em) {
    /* 768px md */
    .sec04 {
        padding-bottom: 140px;
    }

    .sec04 ul li {
        width: 31%;
        margin-bottom: 0;
    }
}
