body.lang_zh-cn {
    font-family: Helvetica, Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
}

/*** Reset header and footer ***/
.footer {
    padding-bottom: 100px;
}

/*** Content ***/
section {
    min-width: 1200px;
    line-height: 1.6;
    text-align: center;
    overflow: hidden;
}

h1 {
    font-size: 4.8rem;
    font-weight: bold;
    margin: 0;
    position: relative;
}

h3 {
    font-size: 3.3rem;
    margin: 10px 0 0;
}

.highlight {
    color: #fff8ac;
}

.elems {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.sakura {
    position: absolute;
}

.anchor-wrap {
    max-width: 15px;
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 1;
}

.anchor {
    width: 12px;
    height: 12px;
    background-color: #a7a7a7;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
}

.anchor.active {
    background-color: #646464;
}

.section-1 {
    background-color: #f7e8cd;
    padding: 0;
    position: relative;
}

.section-1 .sakura-1 {
    top: 80px;
    left: 0;
    -webkit-animation: float1 2s infinite;
            animation: float1 2s infinite;
}

.section-1 .sakura-2 {
    top: 50%;
    right: 120px;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    -webkit-animation: float2 2.5s 1.5s infinite;
            animation: float2 2.5s 1.5s infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
}

.section-2 {
    background-color: #ffb102;
    padding: 36px 0 24px;
    position: relative;
    overflow: hidden;
}

.section-2 h1 {
    font-size: 5.6rem;
    color: #FFF;
    margin-bottom: 20px;
}

.section-2 .highlight {
    color: #73f8ff;
}

.section-2 .desc {
    position: absolute;
    left: 78px;
    top: 50%;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
}

.section-2 .model {
    position: relative;
}

.logos,
.logo-wrap {
    position: absolute;
}

.logos {
    width: 100%;
    height: 100%;
}

.logo-yahoo {
    bottom: 130px;
    left: 220px;
    z-index: 1;
}

.logo-cosme {
    left: 430px;
    top: 16px;
}

.logo-rakuten {
    left: calc(100% / 2 - 15px);
    top: calc(100% / 2 + -30px);
    z-index: 1;
}

.logo-amazon {
    left: calc(100% / 2 - 45px);
    bottom: 20px;
}

.logo-takeya {
    right: 80px;
    top: 2px;
    z-index: 1;
}

.logo-donki {
    right: 30px;
    bottom: 110px;
    z-index: 1;
}

.logo-wrap {
    -webkit-transform: scale(.8);
            transform: scale(.8);
    opacity: 0;
}

.logo-wrap.animate {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.logo-wrap img {
    position: relative;
}

.section-3 {
    padding: 88px 0;
}

.section-3 .wrap {
    position: relative;
}

.section-3 h1 {
    color: #585858;
    margin: 36px 0 70px;
}

.section-3 .sakura-1 {
    right: 140px;
    top: 10px;
    -webkit-animation: float1 2.5s infinite;
            animation: float1 2.5s infinite;
}

.section-3 .sakura-2 {
    left: 30px;
    top: 40%;
    -webkit-animation: float1 3s 1.5s infinite;
            animation: float1 3s 1.5s infinite;
    animation-direction: alternate-reverse;
}

.left .tsb-logo {
    margin-bottom: 20px;
}

.quality {
    max-width: 756px;
    font-size: 0;
    margin: auto;
}

.quality-wrap {
    width: calc(100% / 3 - 39px);
    font-size: 3rem;
    color: #585858;
    display: inline-block;
    margin-right: 58px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
}

.quality-wrap.animate {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.quality-wrap:last-child {
    margin-right: 0;
}

[class*="icon-wrap-"] {
    width: 200px;
    height: 200px;
    font-size: 0;
    background-color: #ffd145;
    border-radius: 50%;
    margin: 0 auto 20px;
}

[class*="icon-wrap-"]:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.icon-wrap-2 {
    background-color: #fcbb2a;
}

.icon-wrap-3 {
    background-color: #ff9a0a;
}

[class*="icon-wrap-"] img {
    width: 50%;
}

.section-4 {
    background-color: #2ab8c0;
    padding: 70px 0 74px;
}

.section-4 h1 {
    color: #fff8ac;
}

.section-4 h3 {
    color: #FFF;
    margin: 10px 0 56px;
}

.steps {
    font-size: 2.2rem;
    color: #FFF;
}

.step-wrap {
    width: calc(100% / 5);
    float: left;
    position: relative;
}

.step-wrap:after {
    content: '';
    width: 18px;
    height: 18px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    top: 130px;
    right: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.step-wrap:last-child:after {
    display: none;
}

.step-wrap .title {
    font-size: 2rem;
    margin-bottom: 12px;
}

.step-wrap img {
    width: 205px;
    margin-bottom: 8px;
}

.step-wrap .desc {
    max-width: 200px;
    margin: auto;
}

.section-5 {
    background-color: #cbecee;
    padding: 60px 0 36px;
}

.section-5 .wrap>* {
    float: left;
}

.section-5 .left {
    position: relative;
    overflow: h;
}
.screenshot {
    max-width: 545px;
    max-height: 314px;
    border-radius: 2px;
    position: absolute;
    top: 98px;
    right: 24px;
    overflow: hidden;
}

.screenshot img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: scroll 10s infinite;
            animation: scroll 10s infinite;
}

.section-5 h1 {
    font-size: 5.6rem;
    color: #585858;
    position: relative;
    z-index: 2;
}

.section-5 h3 {
    font-size: 4rem;
    font-weight: 500;
    color: #2ab8c0;
    margin-bottom: 12px;
}

.method-wrap {
    font-size: 0;
    line-height: 2.2;
}

.method-wrap:before {
    content: '';
    display: inline-block;
    vertical-align: 5px;
    width: 10px;
    height: 10px;
    background-color: #ffb102;
    border-radius: 50%;
    margin-right: 10px;
}

.method-wrap .title {
    font-weight: bold;
    color: #097f86;
}

.has-sub .title:after {
    content: '：';
    display: inline-block;
    vertical-align: 2px;
}

.method-wrap span {
    font-size: 2.4rem;
    color: #2ab8c0;
    display: inline-block;
}

.section-6 {
    background-color: #ececec;
    padding: 64px 0 60px;
    position: relative;
}

.section-6 h1 {
    color: #2ab8c0;
}

.cards {
    margin: 48px 0 0;
}

.card-wrap {
    display: inline-block;
}

.card-wrap img {
    width: 100%;
}

.register {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    position: fixed;
    bottom: 0;
    z-index: 4;
}

.register:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .8;
}

.btn-primary {
    font-size: 4rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff9249), color-stop(15%, #ff9249), color-stop(51%, #fb634a), color-stop(99%, #f7344b), to(#f7344b));
    background-image: linear-gradient(to right, #ff9249, #ff9249 15%, #fb634a 51%, #f7344b 99%, #f7344b);
    border-color: transparent;
    border-radius: 80px;
    padding: 8px 130px;
    position: relative;
    z-index: 1;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus {
    background-image: -webkit-gradient(linear, left top, right top, from(#fdaf7a), color-stop(32%, #ff9249), to(#fd5166));
    background-image: linear-gradient(to right, #fdaf7a, #ff9249 32%, #fd5166);
    border-color: transparent;
}

.member-btns {
    display: none;
}

/*** 櫻花花瓣 ***/
@-webkit-keyframes float1 {
    50% {
        -webkit-transform: translate(3px, 5px);
                transform: translate(3px, 5px);
        -webkit-transform: rotate(3deg) skewY(4deg) scaleY(.9);
                transform: rotate(3deg) skewY(4deg) scaleY(.9);
    }
}
@keyframes float1 {
    50% {
        -webkit-transform: translate(3px, 5px);
                transform: translate(3px, 5px);
        -webkit-transform: rotate(3deg) skewY(4deg) scaleY(.9);
                transform: rotate(3deg) skewY(4deg) scaleY(.9);
    }
}

@-webkit-keyframes float2 {
    50% {
        -webkit-transform: translateY(15%);
                transform: translateY(15%);
    }
}

@keyframes float2 {
    50% {
        -webkit-transform: translateY(15%);
                transform: translateY(15%);
    }
}

/*** 截圖捲軸 ***/
@-webkit-keyframes scroll {
    15% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-314px);
                transform: translateY(-314px);
    }

    65% {
        -webkit-transform: translateY(-628px);
                transform: translateY(-628px);
    }

    80% {
        -webkit-transform: translateY(-942px);
                transform: translateY(-942px);
    }

    95% {
        -webkit-transform: translateY(-1143px);
                transform: translateY(-1143px);
    }

    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes scroll {
    15% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-314px);
                transform: translateY(-314px);
    }

    65% {
        -webkit-transform: translateY(-628px);
                transform: translateY(-628px);
    }

    80% {
        -webkit-transform: translateY(-942px);
                transform: translateY(-942px);
    }

    95% {
        -webkit-transform: translateY(-1143px);
                transform: translateY(-1143px);
    }

    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@media screen and (max-width: 1200px) {
    .footer .footer-newdesign .wrap {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    header {
        min-width: 1200px;
    }

    .footer-newdesign {
        min-width: 1200px;
    }

    .footer-newdesign .footer__wrap {
        width: auto;
    }

    .section-1 {
        height: 693px;
    }

    .bg {
        min-width: 1200px;
        height: 693px;
        background-image: url('/images/event/jpshipping/201905/banner-zh-tw.png');
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .bg-zh-cn {
        background-image: url('/images/event/jpshipping/201905/banner-zh-cn.png');
    }

    .section-2 .model {
        padding-left: 110px;
    }

    .section-5 .right {
        text-align: left;
        margin-left: 52px;
        padding-top: 50px;
        position: relative;
    }

    .section-5 h3 {
        margin-top: 44px;
    }

    .section-5 .right:after {
        content: '';
        width: 117px;
        height: 117px;
        background-color: #aae4e8;
        border-radius: 50%;
        position: absolute;
        right: -4px;
        top: 0;
    }

    .method-wrap {
        padding-left: 6px;
    }

    .card-wrap {
        max-width: 132px;
        margin-right: 10px;
    }
}


@media screen and (max-width: 768px) {
    .elems,
    .logos {
        display: none;
    }

    .l-container .footer {
        padding-bottom: 0;
    }

    section {
        min-width: 100%;
        padding: 40px 0;
    }

    .bg img,
    .section-2 .model {
        width: 100%;
    }

    .section-1 p {
        font-weight: 500;
        color: #FFF;
        background-color: #e83740;
        margin-bottom: 0;
        padding: 8px 0;
    }

    .section-1 p .highlight-green {
        color: #8ffdf5;
    }

    .section-1 p .highlight-yellow {
        color: #fae2a9;
    }

    .section-2 {
        padding: 0;
    }

    .section-2 .desc {
        left: 8px;
        z-index: 1;
    }

    .section-2 h1 {
        line-height: 1.6;
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    .left .tsb-logo {
        height: 40px;
        margin-bottom: 0;
    }

    .section-3 {
        text-align: center;
        padding: 20px 16px 30px;
        overflow: hidden;
    }

    .section-3 .wrap {
        height: auto;
    }

    .section-3 h1 {
        font-size: 1.8rem;
        line-height: 1.6;
        margin: 12px 0 24px;
    }

    .section-3 h3 {
        margin-bottom: 10px;
    }

    .section-3 .elems {
        display: block;
    }

    .section-3 .sakura-1 {
        width: 40px;
        right: auto;
        top: 75px;
        left: 30px;
    }

    .section-3 .sakura-2 {
        width: 55px;
        left: auto;
        right: 25px;
        top: 10px;
    }

    .quality {
        max-width: 400px;
    }

    .quality-wrap {
        width: calc(100% / 3);
        font-size: 1.8rem;
        margin-right: 0;
    }

    [class*="icon-wrap-"] {
        width: 77px;
        height: 77px;
        margin-bottom: 6px;
    }

    .msite-set3-zh-tw .wrap {
        background-image: none;
    }

    .section-4 {
        padding: 28px 16px 0;
    }

    .section-4 h1 {
        font-size: 1.6rem;
    }

    .section-4 h3 {
        font-size: 1.8rem;
        margin-bottom: 28px;
    }

    .steps {
        max-width: 500px;
        margin: auto;
    }

    .step-wrap {
        width: calc(100% / 3 - 16px);
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-bottom: 20px;
    }

    .step-wrap:after {
        width: 10px;
        height: 10px;
        top: 60px;
        right: 0;
    }

    .step-wrap:nth-child(3n+3):after {
        display: none;
    }

    .step-wrap .title {
        font-size: 1.3rem;
        margin: 0;
    }

    .step-wrap img {
        width: 100px;
        margin: 10px 0 8px;
    }

    .step-wrap .desc {
        min-height: 40px;
        font-size: 1.3rem;
    }

    .section-5 {
        padding: 28px 0;
    }

    .section-5 h1 {
        font-size: 2.4rem;
    }

    .section-5 h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .section-5 .right {
        float: none;
        position: relative;
    }

    .msite-left-right-wrap>* {
        float: left;
    }

    .screen {
        max-width: 280px;
        margin-left: -100px;
        margin-right: 10px;
    }

    .screen img {
        width: 100%;
    }

    .methods {
        text-align: left;
        margin-bottom: 0;
        padding-right: 8px;
        padding-top: 4px;
        max-width: 60%;
    }

    .method-wrap span {
        font-size: 1.3rem;
    }

    .method-wrap {
        line-height: 1.8;
    }

    .method-wrap:before {
        width: 4px;
        height: 4px;
        vertical-align: 3px;
        margin-right: 4px;
    }

    .has-sub span:last-child {
        word-wrap: break-word;
        display: block;
        padding-left: 8px;
        white-space: normal;
    }

    .section-6 {
        padding: 30px 0 0;
    }

    .section-6 h1 {
        font-size: 1.8rem;
    }

    .section-6 img {
        width: 100%;
    }

    .cards {
        max-width: calc(100% - 16px);
        margin: 20px auto 0;
    }

    .card-wrap {
        width: calc(100% / 4 - 16px);
        max-width: 150px;
        margin-bottom: 24px;
    }

    .register {
        width: 100%;
        padding: 20px;
    }

    .btn-primary {
        width: 100%;
        font-size: 2rem;
        padding: 4px;
    }
}

@media screen and (max-width: 480px) {
    .step-wrap img {
        width: 80%;
    }

    .methods {
        max-width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .section-3 .wrap {
        min-width: inherit;
    }

    .section-3 .sakura-1 {
        left: -10px;
        top: 80px;
    }

    .section-3 .sakura-2 {
        right: 0;
    }

    .methods {
        max-width: 40%;
    }
}

@media screen and (max-width: 360px) {
    .step-wrap:after {
        top: 55px;
        right: -5px;
    }
}