* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    font-family: 'PingFangTC', 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #ffffff;
}

body {
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    background-color: #000000;
}

body::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

a {
    text-decoration: none;
    color: #ffffff;
}

img {
    width: 100%;
    height: 100%;
}

.show {
    display: block !important;
}

.showf {
    display: flex !important;
}

.hide {
    display: none !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
}

header .header-content {
    padding-left: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    max-width: 1200px;
}

header .header-content .title {
    width: 220px;
    height: 40px;
    object-fit: contain;
}

header .header-content .expansion {
    position: relative;
    padding-right: 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

header .expansion .btn.collect {
    margin-left: 30px;
    min-width: 96px;
    text-align: center;
    cursor: pointer;
}

.layout-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/img/common/bg-pc-use@2x.webp");
}

#fullpage {
    margin: 0 auto;
    max-width: 1200px;
}

.layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layout-left,
.layout-right {
    position: relative;
}

.layout-banner {
    margin-left: 15px;
    margin-right: 40px;
    width: 550px;
}

.layout.animat .layout-banner {
    margin-left: 40px;
    margin-right: 15px;
}

.section .nana-banner {
    margin: 62px 0 61px;
    max-width: 330px;
}

.section .novel .nana-banner {
    max-width: 400px;
}

.section .nana-banner .rotation {
    left: -39.39%;
}

.section .animat .nana-banner .rotation {
    left: 39.39%;
}

.subject-wrap {
    /* margin-left: 42px;
    margin-right: 26px; */
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}

.subject-wrap img {
    /* margin-right: 27px; */
    /* margin: 0 7.98%; */
    height: auto;
    max-width: 500px;
}

.subject-wrap img.comic {
    /* margin-right: 77px; */
    max-width: 450px;
}

/* .subject-wrap p {
    padding-top: 20px;
    font-size: 26px;
    text-align: end;
} */

.download.desktop {
    padding: 55px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-links {
    padding: 8px 0;
    flex: 1;
    width: 100%;
}

.download-links .download-link {
    margin-top: 15px;
    padding-left: 12.7%;
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    max-width: 300px;
    min-width: 220px;
    font-size: 24px;
    font-weight: 500;
    background-image: linear-gradient(90deg, #F94D43, #B83CD7), linear-gradient(90deg, #F94D43, #B83CD7);
    background-size: 100% 1.5px;
    background-position: 0 0, 0 99%;
    background-repeat: no-repeat;
    border-left: 2px solid #F94D43;
    border-right: 2px solid #B83CD7;
    border-radius: 10px;
    cursor: pointer;
}

.download-links .download-link:first-child {
    margin-top: 0;
}

.download-links .download-link:hover,
.download-links .download-link:active {
    background-size: 100% !important;
}

.download-links .download-link img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
}

.download.mobile {
    margin: 0 25px;
    display: none;
}

.download.mobile .download-links {
    padding: 40px 0 30px;
}

.download.mobile .download-links .download-link {
    margin-top: 0;
    margin-left: 10px;
    padding-left: 0;
    justify-content: center;
    flex: 1;
    height: 50px;
    max-width: initial;
    min-width: initial;
    font-size: 18px;
}

.download.mobile .download-links .download-link:first-child {
    margin-top: 0;
    margin-left: 0;
}

.download.mobile .download-links .download-link img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.qrcode {
    margin-left: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qrcode.animation {
    animation-name: qrcodeShadow;
    animation-duration: 0.5s;
    animation-iteration-count: 2;
}

.qrcode img {
    margin: 0 6px 20px;
    max-width: 200px;
    min-width: 170px;
}

.collection-link {
    padding: 0 59px;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}

.collection-link a {
    text-decoration: underline;
}

.collection-link.mobile {
    display: none;
}

.download-notify {
    position: absolute;
    left: 50%;
    bottom: -130px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
}

.download-notify .notify-content {
    padding: 25px 61px;
    font-size: 24px;
    border: 3px solid #ff557f;
}

.download-notify .notify-content #device {
    color: #ff557f;
}

.fixed-bottom {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 101;
}

.fixed-bottom .contact-box {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    background-color: rgba(40, 105, 208, 0.7);
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}

.fixed-bottom .hover:hover .hover-content {
    display: block;
}

.fixed-bottom .contact-box img {
    width: 40px;
    height: 40px;
}

.fixed-bottom .contact-box p {
    padding-top: 5px;
    font-size: 16px;
}

.hover-content {
    position: fixed;
    right: 35px;
    bottom: 320px;
    display: none;
    background-color: rgba(0, 0, 0);
    border-radius: 5px;
    cursor: initial;
}

.hover-content .contact-box {
    margin: 10px 0;
    width: 80px;
    height: 80px;
    background-color: initial;
}

.hover-content .contact-box img {
    width: 45px;
    height: 45px;
}

.hover-content .contact-box p {
    padding-top: 5px;
    font-size: 14px;
}

.hover-content .arrow-down {
    position: absolute;
    left: 50%;
    bottom: -10.25px;
    z-index: -1;
    transform: translateX(-50%) rotate(45deg);
    width: 21.5px;
    height: 21.5px;
    background-color: rgba(0, 0, 0);
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 0;
    width: 100%;
    height: 90px;
    font-size: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}

footer a {
    cursor: pointer;
}

footer p:first-of-type {
    padding-bottom: 10px;
}

.fixed-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
}

.tutorial-container {
    padding: 50px 109px 50px;
    color: #fff;
}

.tutorial-title {
    position: relative;
    margin-bottom: 35px;
    height: 50px;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    color: #ff557f;
}

.tutorial-title .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/img/mobile/ic-slide-l-100@2x.png");
}

.tutorial-content {
    padding: 0 5px;
}

.tutorial-content .tutorial-step {
    margin-top: 40px;
}

.tutorial-content .tutorial-step:first-of-type {
    margin-top: 0;
}

.tutorial-step .step-desc {
    padding-bottom: 20px;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

.tutorial-step .step-desc p {
    padding-left: 8px;
}

.tutorial-step .download_tf,
.tutorial-step .download_ios,
.tutorial-step .download_tool,
.tutorial-step .download_ipa {
    display: block;
}

.tutorial-step a img {
    padding: 0 50px;
}

.tutorial-step .step-swiper-area {
    position: relative;
    overflow: hidden;
}

.tutorial-step .swipe-left {
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/img/mobile/ic-slide-l-100@2x.png");
}

.tutorial-step .swipe-left.disable {
    background-image: url("/img/mobile/ic-slide-l-30@2x.png");
}

.tutorial-step .swipe-right {
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/img/mobile/ic-slide-r-100@2x.png");
}

.tutorial-step .swipe-right.disable {
    background-image: url("/img/mobile/ic-slide-r-30@2x.png");
}

.tutorial-step .step-swiper {
    position: relative;
    left: 0%;
    transition: left 0.4s ease-in-out;
    display: flex;
    /* width: 600%; */
    height: 100%;
}

.tutorial-step .step-swipe {
    flex: 0 0 auto;
    width: 100%;
}

.tutorial-step .step-swipe-text {
    display: flex;
    width: 100%;
    height: 60px;
    font-size: 22px;
}

.tutorial-step .step-swipe-text .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background-color: #ff557f;
    border-radius: 50%;
}

.tutorial-step .step-swipe-text .desc {
    padding-left: 10px;
    width: 100%;
    line-height: 30px;
}

.tutorial-step .step-swipe-text .desc  span {
    color: #ff557f;
}

.tutorial-step .step-swipe-img {
    margin: 0 auto;
    padding: 20px 10px 30px;
    width: 81.818%;
}

.pop-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    color: #333333;
    background-color: rgba(0, 0, 0, 0.6);
}

.pop-content .popup {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    width: 88.88%;
    max-width: 300px;
    font-size: 15px;
    background-color: #ffffff;
    border-radius: 15px;
    z-index: 100;
}

.pop-content .pop-title {
    padding: 20px 0 0;
    font-size: 17px;
    text-align: center;
}

.pop-content .pop-desc {
    padding: 15px;
    line-height: 1.5;
    text-align: center;
}

.pop-content .btn-content {
    display: flex;
    text-align: center;
    border-top: 1px solid #EBEDF0;
}

.pop-content .btn {
    padding: 18px 0 17px;
    flex: 1;
    line-height: 1;
    cursor: pointer;
}

.pop-content .btn.confirm {
    color: #007AFF;
    border-left: 1px solid #EBEDF0;
}

#fp-nav {
    right: 30px !important;
}

#fp-nav ul li {
    margin: 15px 5px;
    height: 100%;
}

#fp-nav ul li a {
    height: 30px;
}

#fp-nav ul li a.active {
    height: 50px;
}

#fp-nav ul li a span,
#fp-nav ul li:hover a span {
    margin: -2px 0 0 -2px;
    top: 0;
    transition: none;
    width: 10px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    margin: -2px 0 0 -2px;
    width: 10px;
    height: 50px;
    background-color: #ff557f;
    border-radius: 5px;
}

@keyframes qrcodeShadow {
    0% {
        box-shadow: 0 0 10px 10px #ff557f;
    }

    50% {
        box-shadow: 0 0 20px 10px #ff557f;
    }

    100% {
        box-shadow: 0 0 10px 10px #ff557f;
    }
}

@media screen and (max-width: 1024px) {
    header .header-content {
        padding-right: 30px;
        height: 90px;
    }

    header .header-content .expansion {
        font-size: 16px;
    }

    .layout-bg {
        background-image: url("/img/common/bg-pod-use@2x.webp");
    }

    .download-notify {
        bottom: -106px;
    }

    .download-notify .notify-content {
        padding: 15px 31px;
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .layout.animat .layout-left {
        margin-left: 15px;
    }

    .download-links .download-link {
        padding-left: 9%;
        font-size: 20px;
    }

    /* .subject-wrap p {
        font-size: 22px;
    } */

    .qrcode {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .layout-banner {
        margin-right: 15px;
    }

    .layout.animat .layout-banner {
        margin-left: 15px;
    }

    .subject-wrap {
        margin-left: 15px;
        margin-right: 10px;
    }

    /* .subject-wrap p {
        padding-top: 15px;
        font-size: 16px;
        text-align: center;
    } */

    .download.desktop {
        padding: 25px 0;
        justify-content: center;
    }

    .download.desktop .download-links,
    .collection-link.desktop {
        display: none;
    }

    .download.mobile,
    .download-links {
        display: flex;
    }

    .collection-link.mobile {
        display: block;
    }

    .fixed-bottom {
        right: 15px;
        bottom: 255px;
    }

    .fixed-bottom .contact-box {
        width: 70px;
        height: 70px;
    }

    .fixed-bottom .contact-box img {
        width: 30px;
        height: 30px;
    }

    .fixed-bottom .contact-box p {
        padding-top: 5px;
        font-size: 14px;
    }

    .hover-content {
        right: 17px;
        bottom: 430px;
    }

    .hover-content .contact-box {
        width: 65px;
        height: 65px;
    }

    .hover-content .arrow-down {
        bottom: -10px;
    }

    .tutorial-step .step-swipe-text {
        height: 75px;
    }

    #fp-nav {
        right: 22px !important;
    }

    #fp-nav ul li a {
        height: 10px;
    }

    #fp-nav ul li a.active {
        height: 15px;
    }

    #fp-nav ul li a span,
    #fp-nav ul li:hover a span {
        margin: 0 0 0 -4px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
    }

    #fp-nav ul li a.active span,
    #fp-nav ul li:hover a.active span {
        margin: 0 0 0 -6px;
        width: 15px;
        height: 15px;
        border-radius: 100%;
    }
}

@media screen and (max-width: 575px) {
    header .header-content {
        padding-left: 20px;
        padding-right: 15px;
        height: 60px;
    }

    header .header-content .title {
        width: 137px;
        height: 25px;
    }

    header .header-content .expansion .btn.collect {
        display: none;
    }

    .layout-bg {
        background-image: url("/img/common/bg-mobile-use@2x.webp");
    }

    .layout-right {
        justify-content: center;
        width: 100%;
    }

    .layout.animat .layout-left {
        justify-content: center;
        width: 100%;
    }

    .layout-banner {
        display: none;
    }

    .subject-wrap {
        margin-left: 0;
        margin-right: 0;
        align-items: center;
        justify-content: center;
    }

    .subject-wrap img,
    .subject-wrap img.comic {
        margin: 0;
        max-width: 315px;
    }

    /* .subject-wrap p {
        padding-top: 20px;
        font-size: 22px;
    } */

    .download.mobile .download-links {
        padding: 0 0 30px;
        flex-direction: column;
        align-items: center;
    }

    .download.mobile .download-links .download-link {
        margin-top: 10px;
        margin-left: 0;
        flex: auto;
        max-width: 250px;
        background-size: 100% 1.4px;
        border-width: 1px;
    }

    .qrcode {
        margin: 0;
    }

    .qrcode img {
        max-width: 170px;
        min-width: initial;
        ;
    }

    .collection-link {
        font-size: 12px;
    }

    footer {
        padding: 14px 0;
        height: 60px;
        font-size: 12px;
    }

    .fixed-bottom {
        right: 5px;
        bottom: 80px;
    }

    .fixed-bottom .contact-box {
        margin-top: 10px;
        padding: 0 11px;
        width: 50px;
        height: 50px;
    }

    .fixed-bottom .contact-box img,
    .hover-content .contact-box p {
        display: none;
    }

    .fixed-bottom .contact-box p {
        padding-top: 0;
        line-height: 1.3;
    }

    .hover-content {
        right: 5px;
        bottom: 205px;
    }

    .hover-content .contact-box img {
        display: block;
    }

    .hover-content .arrow-down {
        bottom: -7px;
    }

    .tutorial-container {
        padding: 50px 20px 40px;
    }

    .tutorial-title {
        margin-bottom: 25px;
        height: 30px;
        font-size: 22px;
        line-height: 30px;
    }

    .tutorial-title .back {
        width: 30px;
        height: 30px;
    }

    .tutorial-content {
        padding: 0;
    }

    .tutorial-content .tutorial-step {
        margin-top: 30px;
    }

    .tutorial-step .step-desc {
        padding-bottom: 15px;
        font-size: 14px;
    }

    .tutorial-step a img {
        padding: 0 10px;
    }

    .tutorial-step .swipe-left {
        left: 0;
    }

    .tutorial-step .swipe-right {
        right: 0;
    }

    .tutorial-step .swipe-left,
    .tutorial-step .swipe-right {
        width: 40px;
        height: 40px;
    }

    .tutorial-step .step-swipe-text {
        font-size: 14px;
    }

    .tutorial-step .step-swipe-text .num {
        width: 25px;
        height: 25px;
        font-size: 18px;
    }

    .tutorial-step .step-swipe-text .desc {
        line-height: 25px;
    }

    .tutorial-step .step-swipe-img {
        padding: 15px 15px 35px;
    }

    #fp-nav {
        right: 10px !important;
    }
}