@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap');

.hero {
    padding-top: 150px;
    position: relative;
    height: 100vh;
    background: #080C30;
}

.hero::before {
    content: '';
    width: 984px;
    height: 1448px;
    background: url(/img/series/bg-hero_single.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.hero .pnkz {
    /* position: absolute;
    right: 5%;
    top: 17%; */
    justify-content: right;
    margin-bottom: 20px;
}

.hero .pnkz a,
.hero .pnkz p {
    color: #fff;
}

.hero .pnkz span {
    background: #fff;
}

.hero.-kmp13 {
    background: url(/img/series/bg-kmp13.png) #00022B;
    background-size: cover;
    background-position: -40px center;
    background-repeat: no-repeat;
}

.hero.-kmp20 {
    background: url(/img/series/bg-kmp20.png) #00022B;
    background-size: cover;
    background-position: -40px center;
    background-repeat: no-repeat;
}

.hero.-kmp25 {
    background: url(/img/series/bg-kmp25.png) #00022B;
    background-size: cover;
    background-position: -40px center;
    background-repeat: no-repeat;
}

.hero.-kmp30 {
    background: url(/img/series/bg-kmp30.png) #00022B;
    background-size: cover;
    background-position: center 20px;
    background-repeat: no-repeat;
}

.hero.-other {
    background: url(/img/series/bg-other.png) #00022B;
    background-size: cover;
    background-position: -40px center;
    background-repeat: no-repeat;
}

.hero.-kmpline {
    background: url(/img/series/bg-kmpline.png) #00022B;
    background-size: cover;
    background-position: 90% center;
    background-repeat: no-repeat;
}

.hero.-halfauto {
    background: url(/img/series/bg-halfauto.png) #080C30;
    background-size: 100%;
    background-position: 40px center;
    background-repeat: no-repeat;
}

.hero_ttl.-single {
    position: relative;
    z-index: 10;
}

.hero_ttl.-single {
    font-size: 22px;
    font-family: 'Special Gothic Expanded One', sans-serif;
    color: #fff;
}

.hero_ttl.-single.-big {
    font-size: 120px;
    line-height: 100px;
    font-family: 'Special Gothic Expanded One', sans-serif;
    color: #fff;
}

.hero_ttl.-single.-ja {
    font-size: 67px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 80px;
}

.hero_cnt {
    position: absolute;
    bottom: 10%;
}

.hero_cnt_ttl {
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
}

.hero_cnt_ttl.-en {
    line-height: 50px;
}

.hero_cnt_txt {
    font-size: 20px;
    color: #fff;
}


/* spec */

.spec {
    background: #00022B;
    padding: 60px 0 120px;
}

.spec .inner {
    position: relative;
    z-index: 10;
}

.spec_ttl {
    width: fit-content;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 20px;
    position: relative;
}

.spec_ttl::before {
    content: '';
    width: 25px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
}

.spec_ttl::after {
    content: '';
    width: 25px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
}

.spec_wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 70px;
}

.spec_cnt {
    background: #1F254D;
    padding: 30px 40px;
    width: 49%;
}

.spec_cnt_ttl {
    font-size: 35px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    color: #fff;
}

.spec_cnt_ttl::before {
    content: '';
    width: 5px;
    height: 80%;
    background: #2B64FF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.spec_cnt_txt {
    color: #fff;
}

.spec_txt {
    padding-top: 35px;
    border-top: solid 1px #fff;
}

.spec_txt p {
    color: #fff;
    max-width: 720px;
}

/* feature */

.feature {
    background: #F6F7FA;
    padding-top: 50px;
    display: block;
    position: relative;
    z-index: 10;
}

.feature_ttl {
    width: 100%;
    height: auto;
}
.outline-text {
    font-size: 150px;
    stroke: #0E3CB4;
    stroke-width: 1;
    font-family: 'Special Gothic Expanded One', sans-serif;
    fill: none;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}
  
.outline-text.animate {
    animation: draw 5s ease forwards;
}
  
@keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
}


/* .feature_wrapper {
    display: flex;
    height: 447px;
}

.feature_illust {
    position: relative;
    width: 100%;
}

.feature_illust_img {
    background: #fff;
    height: 100%;
}

.feature_body {
    width: 100%;
    max-width: 500px;
} */

.feature_list_item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 0;
    border-top: solid 1px #C6C6C6;
    position: relative;
}

.feature_list_item_ttl {
    font-size: 28px;
    color: #0E3CB4;
    width: 25%;
}

.feature_list_item_txt {
    position: relative;
    z-index: 10;
}

.feature_list_item_label {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-family: 'Special Gothic Expanded One', sans-serif;
    position: absolute;
    right: 0;
    transform: translateY(50%);
    bottom: 50%;
}



.illust_btn {
    position: absolute;
    color: #0E3CB4;
    border: solid 1px #0E3CB4;
    background: #fff;
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-family: 'Special Gothic Expanded One', sans-serif;
    border-radius: 100px;
    transition-duration: 0.5s;
}

.illust_btn:hover,
.illust_btn.-active {
    cursor: pointer;
    background: #0E3CB4;
    color: #fff;
    transform: scale(1.1);
}

.illust_btn.btn01 {
    top: 43%;
    left: 13%;
}

.illust_btn.btn02 {
    top: 16%;
    left: 37%;
}

.illust_btn.btn03 {
    top: 29%;
    right: 26%;
}

.illust_btn.btn04 {
    bottom: 40%;
    right: 10%;
}

.illust_btn.btn05 {
    bottom: 25%;
    right: 39%;
}

.illust_btn.btn06 {
    bottom: 19%;
    left: 30%;
}


.-kmp30 .illust_btn.btn02 {
    top: 36%;
}

.-kmp30 .illust_btn.btn03 {
    right: 17%;
}

.feature_cnt {
    background: #0E3CB4;
    padding: 40px 30px;
    height: 100%;
    display: none;
}

.feature_cnt_ttl {
    font-size: 35px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 10px;
}

.feature_cnt_ttl span {
    font-size: 25px;
    font-family: 'Special Gothic Expanded One', sans-serif;
    margin-right: 10px;
}

.feature_cnt_txt {
    color: #fff;
    margin-bottom: 50px;
}

/* feature_info */

.feature_info {
    font-size: 40px;
    margin-bottom: 40px;
}

.feature_info_cnt {
    width: 75%;
    margin: 0 0 0 auto;
}

.feature_info_cnt dl {
    padding: 20px;
    border-bottom: solid 1px #C6C6C6;
    display: flex;
}

.feature_info_cnt dl:first-child {
    border-top: solid 1px #C6C6C6;
}

.feature_info_cnt dl dt {
    width: 260px;
    font-size: 18px;
    font-weight: 500;
}

.feature_info_cnt dl dd {
    flex: 1;
    font-size: 16px;
}


/* other */


.other {
    padding: 100px 0;
}

.hero.-other .hero_img {
    position: absolute;
    bottom: 15%;
    right: 5%;
}


/* other_info */

.other {
    background: #fff;
    position: relative;
    z-index: 10;
}

.other.bg-blue {
    background: #F6F7FA;
}

.other_ttl {
    font-size: 40px;
    color: #0E3CB4;
    margin-bottom: 25px;
}

.other_intro {
    font-size: 25px;
    margin-bottom: 60px;
}

.toher_info_ttl {
    color: #0E3CB4;
    padding: 0 0 10px 20px;
    border-bottom: solid 1px #0E3CB4;
    font-size: 20px;
}

.other_info.mb70 {
    margin-bottom: 70px;
}

.other_info_tbl dl {
    padding: 20px;
    border-bottom: solid 1px #C6C6C6;
    display: flex;
}

.other_info_tbl dl dt {
    width: 100%;
    max-width: 260px;
    font-size: 18px;
    font-weight: 500;
}

.other_info_tbl dl dd {
    flex: 1;
}

.other_info ul li {
    font-size: 18px;
    padding-left: 15px;
    position: relative;
}

.other_info ul {
    padding: 20px;
}

.other_info ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #0E3CB4;
    position: absolute;
    top: 15px;
    left: 0;
}


/* sample */

.sample {
    background: #242424;
    position: relative;
    overflow: hidden;
    padding: 50px 20px;
    display: block;
}

.sample::before {
    content: '';
    width: 100%;
    height: 485px;
    background: url(/img/series/bg-sample.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sample_wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 70px;
}

.sample_cnt_ttl {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.sample_cnt_txt {
    color: #fff;
}


/* line */

.line {
    padding: 40px 0;
}

.line.bg-blue {
    background: #F6F7FA;
}

.line_ttl {
    font-size: 35px;
    color: #0E3CB4;
    margin-bottom: 10px;
}

.line_cnt_ttl {
    color: #fff;
    font-size: 25px;
    padding: 10px 40px;
    background: #1F254D;
    position: relative;
}

.line_cnt_ttl::before {
    content: '';
    width: 5px;
    height: 27px;
    background: #2B64FF;
    position: absolute;
    top: 20px;
    left: 20px;
}

.line_wrapper {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.line_wrapper_item {
    flex: 1;
}

.line_intro {
    font-size: 18px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #0E3CB4;
}


.line_txt p {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}

.line_txt p::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #0E3CB4;
    position: absolute;
    top: 13px;
    left: 0;
}

.line_wrapper_img img {
    width: 100%;
    max-width: 650px;
}

.type_list_item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 0;
    border-bottom: solid 1px #0E3CB4;
}

.type_list_item_ttl {
    font-size: 20px;
    color: #0E3CB4;
    margin-bottom: 10px;
    font-weight: 500;
}




@media screen and (max-width: 768px) {
    
    .hero {
        padding-top: 80px;
        height: 100%;
    }

    .hero::before {
        width: 100%;
        height: 597px;
        top: 50%;
    }

    .hero.-kmp13 {
        background: url(/img/series/bg-kmp13_sp.png) #00022B;
        background-size: contain;
        background-position: center 15%;
        background-repeat: no-repeat;
    }

    .hero.-kmp25 {
        background: url(/img/series/bg-kmp25_sp.png) #00022B;
        background-size: contain;
        background-position: center 15%;
        background-repeat: no-repeat;
    }

    .hero.-kmp20 {
        background: url(/img/series/bg-kmp20_sp.png) #00022B;
        background-size: contain;
        background-position: center 14%;
        background-repeat: no-repeat;
    }

    .hero.-kmp30 {
        background: url(/img/series/bg-kmp30_sp.png) #00022B;
        background-size: contain;
        background-position: center 15%;
        background-repeat: no-repeat;
    }

    .hero.-other {
        background: url(/img/series/bg-other_sp.png) #00022B;
        background-size: contain;
        background-position: center 5%;
        background-repeat: no-repeat;
        height: 100%;
    }

    .hero.-kmpline {
        background: url(/img/series/bg-kmpline_sp.png) #00022B;
        background-size: contain;
        background-position: center 15%;
        background-repeat: no-repeat;
    }

    .hero.-halfauto {
        background: url(/img/series/bg-halfauto_sp.png) #00022B;
        background-size: contain;
        background-position: center 10%;
        background-repeat: no-repeat;
        height: 100%;
        padding-bottom: 30px;
    }

    .hero_ttl.-single.-ja {
        font-size: 35px;
        line-height: 45px;
    }

    .hero_ttl.-single.-big {
        font-size: 60px;
        line-height: 60px;
    }

    .-kmpline .hero_ttl.-single.-big {
        font-size: 58px;
    }

    .hero_cnt {
        position: relative;
        bottom: 0;
        margin-top: 220px;
    }

    .-kmp20 .hero_cnt {
        margin-top: 260px;
    }

    .-halfauto .hero_cnt {
        margin-top: 250px;
    }

    .hero_cnt_ttl {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 0;
    }
    
    .hero_cnt_ttl.-en {
        line-height: 30px;
    }
    
    .hero_cnt_txt {
        font-size: 16px;
    }


    /* feature */
    
    .feature {
        padding-top: 30px;
    }

    .feature_wrapper {
        flex-flow: column;
        height: 100%;
    }

    .illust_btn {
        width: 37px;
        height: 37px;
        font-size: 14px;
    }

    .feature_cnt {
        padding: 15px 20px;
    }

    .feature_cnt_ttl {
        font-size: 30px;
    }

    .feature_cnt_ttl span {
        font-size: 18px;
    }

    .feature_info {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .feature_info_cnt {
        width: 100%;
    }

    .feature_info_cnt dl {
        flex-flow: column;
        padding: 15px 0;
    }
    

    .feature_list_item {
        flex-flow: column;
        align-items: start;
        gap: 0;
        padding: 15px 0;
    }

    .feature_list_item_ttl {
        font-size: 24px;
        width: 100%;
    }

    .feature_list_item_label {
        font-size: 20px;
        line-height: 40px;
        bottom: 10%;
    }

    /* spec */

    .spec_ttl::before,
    .spec_ttl::after {
        content: none;
    }

    .spec_wrapper {
        flex-flow: column;
        gap: 20px;
    }

    .spec_cnt {
        width: 100%;
        padding: 25px 15px;
    }

    .spec_cnt_ttl {
        font-size: 25px;
    }

    /* otehr */

    .other {
        padding: 40px 0;
    }

    .toher_info_ttl {
        padding-left: 0;
    }

    .other_ttl {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .other_intro {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .other_info_tbl dl {
        padding: 15px 0;
        flex-flow: column;
        align-items: start;
    }

    .other_info.mb70 {
        margin-bottom: 30px;
    }

    .other_info ul {
        padding: 20px 0;
    }


    /* sample */

    .sample {
        padding: 35px 10px;
    }

    .sample_wrapper {
        flex-flow: column;
        gap: 30px;
    }

    .sample_cnt_ttl {
        font-size: 32px;
    }



    /* line */

    .line_ttl {
        font-size: 24px;
    }

    .line_cnt_ttl {
        font-size: 20px;
        padding: 10px 25px;
    }

    .line_cnt_ttl::before {
        left: 10px;
        top: 15px;
        height: 70%;
    }

    .line_wrapper {
        flex-flow: column-reverse;
        gap: 20px;
    }

    .type_list_item {
        flex-flow: column;
        gap: 10px;
    }












    
}