@charset "utf-8";

html {}
body {}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    padding: 20px;
}
footer {
    padding: 40px 0;
    background-color: #fff;
}
.main-color {
    color: #50d241;
}
.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header-flex {
    display: flex;
    align-items: center;
}
.header-logo img {
    height: 28px;
    -webkit-filter: drop-shadow(5px 5px 5px #003b6d);
    filter: drop-shadow(5px 5px 5px #003b6d);
}
.header-text {
    height: 100%;
    padding: 5px 0 5px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    text-shadow: 2px 2px 10px #002646;
}
.section-image {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0 0;
    background-image: url("../img/back_star.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.section-image .head-main {
    padding: 0 100px;
}
.section-image .head-main, .section-image .head-title {
    max-width: 825px;
    margin: 0 auto;
}
.section-image .head-title {
    margin-top: -250px;
    color: #fff;
    font-weight: bold;
    font-size: 1.95rem;
    text-shadow: 2px 2px 10px #002646;
}
.section-image img {
    max-width: 100%;
}
#head_first span {
    font-size: 12px;
    line-height: 2.5;
    color: #9496A1;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
#head_first {
    background-color: #282A3A;
    padding: 100px 0 60px 0;
    position: relative;
}

.table {
    display: table;
}
.table-row {
    /*display: table-row;*/
    padding: 35px 0;
}
.table-cell {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
}
.img-wrap {
    line-height: 0;
}
.img-wrap img {
    max-width: 100%;
}
#sub_first {
    background-color: #fff;
}
#sub_first .section-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #000000;
    padding: 100px 0 50px 0;
}
#sub_first .table {
    background-color: transparent;
    padding: 20px 0;
}
#sub_first .table .table-cell {
    width: 50%;
}
#sub_first .table-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #000000;
}
#sub_first .table-content {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -0.02em;
    color: #000000;
}
#sub_second {
    padding: 80px 0;
    background: #5B5D6B;
    text-align: center;
}
#sub_second .section-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.download-button {
    margin: 0 auto;
    margin-top: 24px;
    width: 210px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 26px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.app-download-box {
    display: inline-block;
    position: relative;
    width: 168px;
    height: 54px;
    padding: 13px 0;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #fff;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.app-download-box.aos {
    width: 168px;
}
.app-download-box.ios {
    width: 152px;
    margin-left: 20px;
}
.app-download {
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
}
.app-download img {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}
.app-download span {
    vertical-align: top;
    color: #fff;
}

.footer-info {
    margin: 0 0 24px 0;
}
.footer-info li {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
}
.footer-info li:last-child {
    float: right;
}
.footer-text {
    margin: 3px 0;
    font-size: 15px;
    color: #808080;
}
.animate-action {
    opacity:0;
}
.animate__animated {
    opacity:1;
}
.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pl35 {
    padding-left: 35px;
}
.text-center {
    text-align: center;
}
.head-main-title {
    width: 40%;
    margin: 0 auto;
}
.head-main-miri {
    margin-top: -60px;
}
@media (min-width: 320px) and (max-width: 768px) {

    .table {
        display: block;
    }
    .table-cell {
        display: block;
        width: 100%;
        white-space: initial;
        padding: 10px 10px;
    }

    #sub_first .table .table-cell {
        display: block;
        width: 100%;
    }

    #sub_first .section-title {
        font-size: 25px;
        padding: 30px 0 25px 0;
    }
    #sub_first .table-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.7;
    }
    #sub_first .table-content {
        font-size: 16px;
        line-height: 1.7;
    }
    #sub_second {
        padding: 40px 0;
    }
    #sub_second .section-title {
        font-size: 20px;
    }
    .section-image {
        min-height: 450px;
    }
    .section-image .head-main {
        padding: 0 20px;
    }
    .section-image .head-title {
        margin-top: -150px;
    }
    #sub_first .table {
        padding: 10px 0 30px;
    }
    .table-row {
        padding: 15px 0;
    }
    .head-main-title {
        width: 60%;
    }
    .head-main-miri {
        margin-top: 0px;
    }
    header {
        /*position: relative;*/
        /*padding: initial;*/
    }
    footer {
        background-color: transparent;
        margin: 10px 0 20px;
    }
    section {padding: 0 10px;}
    footer {padding: 0 20px;}
    header {padding: 10px 10px 0;}

    .footer-info li {
        margin-right: 5px;
        font-size: 11px;
        color: #fff;
    }
    .footer-info li:last-child {
        float: none;
    }
    .footer-text {
        margin: 3px 0;
        font-size: 11px;
    }
    .section-image .head-title {
        font-size: 1.25rem;
    }
}
