@media (min-width:768px) {
    .pc-p1-qr-box {
        position: absolute;
        top: 590px;
        left: calc(50% + 230px);
        transform: translate(-50%, 0px);
        padding: 10px;
        background-color: white;
        opacity: 0%;
        transition: opacity 0.5s ease-out 0s;
    }

    .c-img-p1-title-text {
        position: absolute;
        top: 630px;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .pc-p1-btn {
        position: absolute;
        top: 720px;
        left: calc(50% - 185px);
        transform: translate(-50%, 0px);
    }

    .pc-p1-btn-left {
        position: absolute;
        top: 720px;
        left: calc(50% - 230px);
        transform: translate(-50%, 0px);
    }

    .pc-p1-btn-right {
        position: absolute;
        top: 720px;
        left: calc(50% + 230px);
        transform: translate(-50%, 0px);
    }

    .feature-header .option-1 {
        top: 890px;
    }

    .img-gallery-right-arrow {
        position: absolute;
        right: calc(50% - 450px);
        top: 405px;
        transform: translate(50%, 0);
    }

    .c-img-campaign-x-bg-02 {
        height: auto;
        margin: 0;
        padding: 0;
        position: absolute;
        top: -33px;
        left: calc(50% - 370px);
        transform: translate(-50%, 0);
    }

}

@media (max-width:768px) {
    .ntg-top {
        text-decoration: none;
        margin: 8px 0;
        color: #333;
        background: url(images/bg_bt_olgtop.gif) no-repeat left center;
        background-size: 14px 13px;
        padding-left: 17px;
        font-size: 14px;
    }

    .c-img-p1-bg {
        position: absolute;
        top: -11vw;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100vw;
        height: auto;
    }

    .c-img-campaign-x-bg-02 {
        width: 62.81vw;
        height: auto;
        margin: 0;
        padding: 0;
        position: absolute;
        top: -4%;
        right: 2%;
    }

    .c-img-character-title {
        width: 33vw;
        height: auto;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 19%;
        left: 18%;
        transform: translate(-50%, 0);
    }

    .c-special-box .img-special-left-arrow,
    .c-special-box .img-special-right-arrow {
        width: 6.875vw;
        height: auto;
    }

}
