.logo__img {
    width: 70px;
}

.function__masthead .section__title {
    color: #000;
    font-size: 24px;
}

.function__masthead .section__desc {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2em;
}

.function__masthead .section__background {
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
    width: 1920px;
    height: 800px;
}

.header {
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0px solid #d5d5d5 !important;
    box-shadow: 3px 0px 10px #d5d5d5;
    z-index: 14;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
}

.user__nav-link {
    padding: 5px 35px;
    font-size: 20px;
    font-weight: 400;
}

#bannername .section__title {
    position: relative;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: right;
}

#bottom_name .section__title {
    position: relative;
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: left;
}

.section__icon {
    color: #ffffff;
    font-size: 75px;
    line-height: 1;
    display: -webkit-inline-box;
    display: inline-flex;
    margin-bottom: 0.125em;
}

.section--search {
    background: #eeeeee00;
    min-height: 0;
}

.section--process {
    background: #ffffff;
    position: relative;
}

.link-tab__title {
    color: #555555;
    font-weight: 700;
    margin: 0 auto;
    text-decoration: unset;
}

.footer__item {
    text-align: center;
    font-size: 14px;
    line-height: 34px;
}

.function__masthead {
    color: #fff;
    margin-bottom: 1em;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .link-tab__item {
        flex-basis: 33%;
        max-width: 33%;
    }
    .section-card__item:nth-child(2) {
        -webkit-box-flex: 1;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-card__item:nth-child(2) {
        margin-left: -74% !important;
    }
}

@media (min-width: 1560px) {
    .function__masthead .img-outer:nth-child(3) {
        top: 350px;
        right: -118px;
    }
    .function__masthead .img-outer:nth-child(2) {
        left: 37px;
        top: 113px;
    }
    .function__masthead .section__img-group {
        right: 80px;
    }
    #banner01 img {
        border: 0;
        margin: 0;
        max-width: 120% !important;
        vertical-align: middle;
    }
    .section__content {
        padding: 50px 50px 0px !important;
    }
    .section-card__item:nth-child(1) {
        margin-left: 0 !important;
    }
    .section--price-effect .img-outer:nth-child(2) {
        width: 336px;
        top: auto;
        bottom: 170px;
        right: -54px;
    }
    .function__masthead .img-outer:nth-child(2) {
        left: -30px;
        bottom: -30px;
    }
}

@media (min-width: 1440px) {
    .section__img {
        width: 1000px;
    }
}

@media (min-width: 1024.9px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .hidden-xs-down {
        display: none !important;
    }
}


/* Ipad pro*/

@media (min-width: 1024px) and (max-width:1439.98px) {
    .function__masthead .img-outer:nth-child(2) {
        left: 30px;
        bottom: -30px;
    }
    #banner01 img {
        border: 0;
        margin: 0;
        max-width: 115% !important;
        vertical-align: middle;
    }
    .function__masthead .img-outer:nth-child(3) {
        top: 80px;
        right: -80px;
    }
    .section--price-effect .img-outer:nth-child(2) {
        width: 206px !important;
        top: auto;
        bottom: 1em;
        right: -54px;
    }
    .section--process .img-outer:nth-child(1) {
        width: 63% !important;
    }
    .section--process .img-outer:nth-child(2) {
        width: 60.76% !important;
        top: auto;
        bottom: -9.15%;
        right: 2%;
    }
    .section--track .img-outer:nth-child(1) {
        width: 80% !important;
    }
    .section--track .img-outer:nth-child(3) {
        width: 50.67% !important;
        top: auto;
        bottom: 11.06% !important;
        right: -14.16% !important;
    }
}

#banner01 img {
    border: 0;
    margin: 0;
    max-width: 120%;
    vertical-align: middle;
}

.function__btn {
    height: 44px;
    width: 150px;
    background: #fff;
    color: #f44d91;
    border: 2px solid #231815;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    color: #f44d91;
    background: #fff;
    border-color: #f44d91;
    box-shadow: brown;
}

.icon-list--reverse .icon-list__item:nth-child(2n+2) .icon-list__icon-outer {
    background: #231815;
}

.icon-list__item:nth-child(2n+1) .icon-list__icon-outer {
    background: #231815;
    opacity: 0.9;
}

.icon-list--reverse .icon-list__item:nth-child(2n+1) .icon-list__icon-outer {
    background: #f44d91;
}

.function__btn:not(:disabled):not(.btn--disabled):hover {
    color: #fff;
    background: #231815;
    border-color: #231815;
}

.link-tab__item:nth-child(2n+1) .link-tab__icon {
    background: #231815;
}

@media (min-width: 992px) {
    .logo__img {
        width: 69px;
    }
    .banner__title {
        font-size: 30px;
    }
    .section__sub-search::before {
        width: 114% !important;
        top: 53% !important;
        left: -17% !important;
    }
    .section--process .img-outer:nth-child(2) {
        width: 44.07%;
        bottom: -5.9%;
        right: 11.02%;
    }
    .section--price-effect .img-outer:nth-child(2) {
        width: 56.21%;
        top: -0.56%;
        bottom: auto;
        right: -54px;
    }
    .section--process .img-outer:nth-child(2) {
        width: 47.76%;
        top: auto;
        bottom: -10.15%;
        right: 0;
    }
    .header__function {
        position: absolute;
        right: 20px;
        top: calc(50% - 20px);
    }
    .banner__infobox {
        text-align: left;
        -webkit-box-flex: 1;
        flex: 1 0 41.6%;
        margin-right: 3.3%;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
}

.section--process .img-outer:nth-child(1) {
    width: 50%;
}

.section--track .img-outer:nth-child(1) {
    width: 50%;
}


/*Ipad*/

@media (min-width: 768px) {
    .section--track .img-outer:nth-child(3) {
        width: 35.67%;
        top: auto;
        bottom: -4.94%;
        right: 20.84%;
    }
    .section--track .img-outer:nth-child(2) {
        width: 36.9%;
        top: 9.72%;
        left: 57.09%;
    }
    .section-card__item:nth-child(2) {
        margin-left: -1%;
    }
    #banner01 img {
        border: 0;
        margin: 0;
        max-width: 90%;
        vertical-align: middle;
    }
    .section__content {
        padding: 0px 50px 0px;
    }
    .section-card__item:nth-child(1) {
        margin-left: 4em;
    }
    .section-card {
        margin-top: 0px;
        margin-bottom: 3rem;
    }
    .section--price-effect .img-outer:nth-child(1) {
        width: 287px;
        margin: 50px 55px 10px;
    }
    .section--price-effect .img-outer:nth-child(2) {
        width: 306px;
        top: auto;
        bottom: -6em;
        right: 1em;
    }
    .section--process .img-outer:nth-child(2) {
        width: 50.76%;
        top: auto;
        bottom: -9.15%;
        right: 2%;
    }
    .section--price-effect .circle-line {
        width: 100%;
        left: -7%;
        bottom: -10%;
    }
}


/*mobile*/

@media (max-width: 767px) {
    .img_mobile_bg {
        max-width: 180%;
    }
    .img_mobile_phone {
        max-width: 100%;
    }
    #party_text .slogan_stitle_color {
        color: #595757;
        font-size: 5.5vw !important;
        letter-spacing: 5px;
        line-height: 2em !important;
    }
    .function__masthead .img-outer:nth-child(2) {
        width: 40%;
        right: 0;
        top: -2%;
    }
    .section {
        padding: .5em 0;
        position: relative;
    }
    .section-card__item:nth-child(1) {
        margin-left: -9%;
    }
    #banner01 img {
        border: 0;
        margin-left: -2em;
        margin-top: 3em;
        max-width: 120%;
        vertical-align: middle;
    }
    .section__content {
        padding-top: 12%;
    }
    .section--price-effect .img-outer:nth-child(2) {
        width: 60% !important;
    }
    .section--price-effect .img-outer:nth-child(1) {
        width: 60% !important;
        margin: 0 !important;
    }
    .section--process .img-outer:nth-child(2) {
        position: absolute;
        width: 65.5%;
        right: 3.25%;
        bottom: -14.6%;
    }
    .section--process .img-outer:nth-child(1) {
        width: 65%;
    }
    .section--process .section__img-group {
        margin-bottom: 10%;
        margin-top: 5%;
    }
    .section--track .img-outer:nth-child(1) {
        width: 85% !important;
    }
    .section--track .img-outer:nth-child(2) {
        position: absolute;
        width: 56.14%;
        left: -10.69%;
        top: 37.84%;
    }
    .section--track .img-outer:nth-child(3) {
        position: absolute;
        width: 60.77%;
        right: 2%;
        top: 52.75%;
    }
    .banner__wrap {
        position: relative;
        background-size: 520px;
        background-position: calc(50% - 170px) -29%;
        padding: 0 !important;
    }
    .deco-background {
        height: 40px !important;
        position: relative;
    }
    .timetop {
        margin-top: 4em;
    }
    .col-md--12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section--footer .section__content {
        padding-top: 0;
        max-width: 90% !important;
        margin: 15px auto;
        position: relative;
        z-index: 1;
    }
    .section-card__item:nth-child(1) .section-card__inner {
        top: 12px;
        left: 20px;
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    .section-card__item:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        order: 2;
        margin-left: -102%;
        margin-top: 4em;
    }
    .slogan_title_color {
        color: #e3015f;
        font-size: 6vw !important;
        font-weight: 700;
        letter-spacing: 5px;
    }
    .slogan_stitle_color {
        color: #595757;
        font-size: 4vw !important;
        letter-spacing: 5px;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    #advantage .section__inner {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 !important;
        position: relative;
        z-index: 1;
    }
    #advantage .section__title {
        font-size: 2em !important;
    }
    .video_small-ti {
        margin-top: 60%;
        font-size: .7em !important;
    }
    #work_sop .section__inner {
        padding: 0px !important;
    }
    .banner__infobox {
        text-align: left;
    }
    .featurelist__item {
        background: #fff;
        display: inline-block;
        border-radius: 30px;
        border: 2px solid #e50060;
        padding: 5px;
        font-size: 20px;
        padding: 6px 24px 5px 50px;
        position: relative;
    }
    #work_sop .section__title {
        font-size: 2em !important;
    }
    .section-card__item:nth-child(3) .section-card__inner {
        top: -37px;
        -webkit-transform-origin: top right;
        transform-origin: top right;
        left: 0;
    }
}

@media (min-width: 376px) {
    .section--price-effect .img-outer:nth-child(1) {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    #party_text .slogan_stitle_color {
        color: #595757;
        font-size: 1.8vw !important;
        letter-spacing: 5px;
        line-height: 2.5em !important;
    }
    #slogan .container {
        max-width: 1300px !important;
    }
    .pl-3em {
        padding-left: 3em;
    }
    .pr-3em {
        padding-right: 3em;
    }
    .prl-2em {
        padding: 0 2em;
    }
    .section--price-effect .circle-line {
        width: 100%;
        left: 3%;
        bottom: -30%;
    }
    #system_view .container {
        max-width: 1300px !important;
    }
    #present .container {
        max-width: 1300px !important;
    }
    #video .container {
        max-width: 1300px !important;
    }
    #party .container {
        max-width: 1300px !important;
    }
    .pd-rwd-l1 {
        padding-left: 9.2%;
    }
}

@media (max-width: 736px) {
    .container {
        width: 90%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .p-sm--0 {
        padding: 0 !important;
    }
    .section__thirdtitle {
        position: relative;
        font-size: 2em !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        font-weight: bold;
        color: #fff;
    }
    #system_view .section__title {
        position: relative;
        font-size: 6vw !important;
        text-align: center;
        font-weight: 700;
    }
    #contact .slogan_btn {
        font-size: large;
        background: -webkit-linear-gradient(yellow, red);
        background: -o-linear-gradient(yellow, red);
        background: -moz-linear-gradient(yellow, red);
        background: linear-gradient( #e3015f, #e3015f, #80002d);
        color: #ffffff;
        border-radius: 55px;
        padding: 5px 10px !important;
        text-decoration: none;
    }
    .footer__logo {
        width: 50% !important;
    }
    .mail_size {
        font-size: .7em !important;
    }
    .pt-sm-15em {
        padding-top: 1.5em !important;
    }
    .pb-sm-15em {
        padding-bottom: 1.5em !important;
    }
    .present_title {
        position: relative;
        color: white;
        font-size: 2em !important;
        text-align: center;
        font-weight: 700;
    }
    .user__nav-link {
        padding: 5px 15px;
        font-size: 17px;
        font-weight: 400;
    }
}

@media (max-width: 320px) {
    .user__nav-link {
        padding: 5px 10px;
        font-size: 16px;
        font-weight: 400;
    }
}

@media (max-width: 280px) {
    .user__nav-link {
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 400;
    }
}

.pt-5em {
    padding-top: 5em;
}

.pt-35em {
    padding-top: 3.5em;
}

.pt-3em {
    padding-top: 3em;
}

.slogan_btn {
    font-size: xx-large;
    background: -webkit-linear-gradient(yellow, red);
    background: -o-linear-gradient(yellow, red);
    background: -moz-linear-gradient(yellow, red);
    background: linear-gradient( #e3015f, #e3015f, #80002d);
    color: #ffffff;
    border-radius: 55px;
    padding: .2em .8em;
    text-decoration: none;
}

.slogan_btn:hover {
    font-size: xx-large;
    background: -webkit-linear-gradient(yellow, red);
    background: -o-linear-gradient(yellow, red);
    background: -moz-linear-gradient(yellow, red);
    background: linear-gradient( #a80247, #e3015f, #80002d);
    color: #ffe2ee;
    border-radius: 55px;
    padding: .2em .8em;
    text-decoration: none;
}

.slogan_title_color {
    color: #e3015f;
    font-size: 5vw;
    font-weight: 700;
    letter-spacing: 5px;
}

.slogan_stitle_color {
    color: #595757;
    font-size: 2vw;
    letter-spacing: 5px;
}

.present_title {
    position: relative;
    color: white;
    font-size: 4em;
    text-align: center;
    font-weight: 700;
}

.present_subtitle {
    margin-top: 1em;
    position: relative;
    color: white;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

.ml-1em {
    margin-left: 1em;
}

.pb-15em {
    padding-bottom: 1.5em;
}

.pb-5em {
    padding-bottom: 5em;
}

.pb-35em {
    padding-bottom: 3.5em;
}

.pb-3em {
    padding-bottom: 3em;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 1.25rem;
    box-shadow: #962020 0px 4px 15px 1px;
}

#present img {
    border-radius: 1.25rem;
}

#present h5 {
    color: white;
    font-size: x-large;
    padding: .5em 0;
    background: -webkit-linear-gradient(left, #96002D, #E3015F, #960031);
    background: -o-linear-gradient(right, #96002D, #E3015F, #960031);
    background: -moz-linear-gradient(right, #96002D, #E3015F, #960031);
    background: linear-gradient(to right, #96002D, #E3015F, #960031);
}

#present p {
    color: #E3015F;
    font-size: 1.5em;
    line-height: 35px;
    font-weight: bold;
}

@media (min-width: 992px) {
    .section__thirdtitle {
        font-size: 4em;
        text-align: left;
    }
    .section__imgbox {
        max-width: initial;
        -webkit-box-flex: 0;
        flex: 0 1 80%;
    }
    .featurelist__item {
        padding: 5px 24px 5px 55px;
        font-size: 24px;
    }
}

.section__thirdtitle {
    position: relative;
    margin-bottom: 1.5em;
    margin-left: 2em;
    font-weight: bold;
    color: #fff;
}

.section__heading {
    margin-bottom: 1em;
}

.contact_titile {
    font-size: 2em;
    font-weight: 700;
    color: white;
}

.contact_btn {
    padding: 1em 1.5em;
    border-radius: 5px;
    text-decoration: none;
    background-color: #E3015F;
    color: white;
    font-weight: 700;
}

.contact_btn:hover {
    padding: 1.2em 1.7em;
    border-radius: 5px;
    text-decoration: none;
    background-color: #E3015F;
    color: white;
    font-weight: 700;
    border: white 1px solid;
}

.contact__subtitle {
    font-size: 1.8em;
    margin-bottom: 30px;
    color: #fff;
}

label {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin-bottom: 3px;
    /* font-weight: bold; */
    font-size: x-large;
    color: #fff;
}

.footer__info {
    color: #ffffff;
    font-size: 1.2em;
    line-height: 48px;
}

.footer__logo {
    width: 100%;
}

.login_btn {
    background-color: #e50060;
    border-radius: 25px;
    color: white
}

.login_btn:hover {
    background-color: white;
    border-radius: 25px;
    border: #e50060 1px solid;
    color: #e50060;
}

.mail_size {
    font-size: 1em;
}

#advantage .section__title {
    font-size: 4em;
}

.video_small-ti {
    margin-top: 60%;
    font-size: .5em;
}

.f-1em {
    font-size: 1em;
}

#system_view .section__title {
    font-size: 4em;
}

#work_sop .section__title {
    font-size: 4em;
}

.login_btn_b {
    background-color: #fff;
    color: #000000;
    border: #E5005F 1px solid;
    border-radius: 25px;
}