*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input:focus {
    outline-offset: 0;
    outline: 0;
}

ul {
    margin: 0;
}

ol {
    list-style: decimal;
    margin-left: 22px;
}

header,
footer,
main {
    min-width: 1200px;
    margin: 0 auto;
}

body {
    font-size: 14px;
}

section,
section .wrap {
    min-height: 600px;
    position: relative;
}

section {
    font-size: 1.5rem;
}

button {
    background-color: transparent;
    outline: 0;
    border: 0;
    position: relative;
}

hr {
    border: 0;
    margin: 10px;
    height: 15px;
}

.m {
    display: none;
}

.preload {
    opacity: 0;
    position: absolute;
    left: -1000vw;
}

.animate-ticket {
    -webkit-animation: ticketAnimation 3.5s linear infinite;
            animation: ticketAnimation 3.5s linear infinite;
}

.desc {
    padding: 20px 0;
    line-height: 2;
    font-size: 1.5rem;
    position: relative;
    font-weight: normal;
}

.item {
    position: absolute;
}

.hand:after {
    content: '';
    display: inline-block;
    background-image: url(/images/event/unboxing_event/hand_step.png);
    width: 26px;
    height: 42px;
    vertical-align: middle;
    margin-left: 10px;
}

.l-container .wrap {
    height: 100%;
}

.section-title {
    font-size: 22px;
    position: relative;
    letter-spacing: 7px;
}

.section-title:after {
    content: '';
    display: block;
    border-bottom: 6px solid #45456B;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -4px;
    z-index: 1;
}

.arrow-text,
.section-title .text {
    display: inline-block;
    position: relative;
    background-color: #45456B;
    padding-left: 10px;
    color: #fff;
    z-index: 2;
    height: 30px;
    font-weight: bold;
}

.arrow-text:before,
.section-title .text:before {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    border: 15px solid transparent;
    border-left-color: #45456B;
}

.btn-content {
    position: absolute;
    bottom: -61px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn-content a {
    display: inline-block;
}

.banner-title {
    text-align: center;
    background-color: transparent;
    position: absolute;
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*** main viewer ***/
main {
    overflow: hidden;
}

.main-viewer {
    height: 1137px;
    background: url(/images/event/unboxing_event/top_bg_02.png) no-repeat top center;
    position: relative;
}

.main-viewer:before,
.main-viewer:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: -1;
}

.main-viewer:before {
    background-color: #1CA0B4;
    left: 0;
}

.main-viewer:after {
    background-color: #FEE432;
    right: 0;
}

.main-viewer .tickets {
    position: absolute;
    width: 100%;
    height: 100%;
}

.main-viewer .item.ticket-0 {
    z-index: 1;
    left: 16%;
    top: 32%;
    -webkit-animation: ticketAnimation 3s linear infinite;
            animation: ticketAnimation 3s linear infinite;
}

.main-viewer .item.ticket-1 {
    top: 21%;
    left: 32%;
    -webkit-animation: ticketAnimation3 3.5s linear infinite;
            animation: ticketAnimation3 3.5s linear infinite;
}

.ja-jp .main-viewer .item.ticket-1 {
    top: 29%;
}

.main-viewer .item.ticket-2 {
    top: 35%;
    right: 14%;
    left: inherit;
    -webkit-animation: ticketAnimation2 4s linear infinite;
            animation: ticketAnimation2 4s linear infinite;
}

.main-viewer .item.ticket-3 {
    right: 14%;
    top: 14%;
    -webkit-animation: ticketAnimation2 4.5s linear infinite;
            animation: ticketAnimation2 4.5s linear infinite;
}

.main-viewer-top-banner {
    position: absolute;
    top: 0;
    left: -91px;
    height: 383px;
    width: 100%;
}

/*** main viewer - box ***/
.main-box {
    height: 440px;
    width: 700px;
    position: absolute;
    bottom: 290px;
    left: 50%;
    margin-left: -350px;
    -webkit-animation-name: mainBoxFrame;
            animation-name: mainBoxFrame;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

.lang_zh-cn .main-box {
    -webkit-animation-name: cnMainBoxFrame;
            animation-name: cnMainBoxFrame;
}

.lang_en-us .main-box {
    -webkit-animation-name: enMainBoxFrame;
            animation-name: enMainBoxFrame;
}

.lang_zh-cn .main-viewer .item.ticket-3 {
    right: 4%;
    top: 19%;
}

.box-front {
    position: absolute;
    bottom: -35px;
    left: -2px;
}

.box-back {
    position: absolute;
    bottom: 0;
    z-index: 7;
}

/*** main viewer - share form - signup fields ***/
.signup-form,
.field-table {
    width: 100%;
    display: table;
}

@-webkit-keyframes mainBoxFrame {
    0% {
        background-image: url(/images/event/unboxing_event/box-tw1.png);
    }

    10% {
        background-image: url(/images/event/unboxing_event/box-tw1.png);
    }

    11% {
        background-image: url(/images/event/unboxing_event/box-tw2.png);
    }

    12% {
        background-image: url(/images/event/unboxing_event/box-tw3.png);
    }

    13% {
        background-image: url(/images/event/unboxing_event/box-tw4.png);
    }

    100% {
        background-image: url(/images/event/unboxing_event/box-tw4.png);
    }
}

@keyframes mainBoxFrame {
    0% {
        background-image: url(/images/event/unboxing_event/box-tw1.png);
    }

    10% {
        background-image: url(/images/event/unboxing_event/box-tw1.png);
    }

    11% {
        background-image: url(/images/event/unboxing_event/box-tw2.png);
    }

    12% {
        background-image: url(/images/event/unboxing_event/box-tw3.png);
    }

    13% {
        background-image: url(/images/event/unboxing_event/box-tw4.png);
    }

    100% {
        background-image: url(/images/event/unboxing_event/box-tw4.png);
    }
}

@-webkit-keyframes enMainBoxFrame {
    0% {
        background-image: url(/images/event/unboxing_event/box-en1.png);
    }

    10% {
        background-image: url(/images/event/unboxing_event/box-en1.png);
    }

    11% {
        background-image: url(/images/event/unboxing_event/box-en2.png);
    }

    12% {
        background-image: url(/images/event/unboxing_event/box-en3.png);
    }

    13% {
        background-image: url(/images/event/unboxing_event/box-en4.png);
    }

    100% {
        background-image: url(/images/event/unboxing_event/box-en4.png);
    }
}

@keyframes enMainBoxFrame {
    0% {
        background-image: url(/images/event/unboxing_event/box-en1.png);
    }

    10% {
        background-image: url(/images/event/unboxing_event/box-en1.png);
    }

    11% {
        background-image: url(/images/event/unboxing_event/box-en2.png);
    }

    12% {
        background-image: url(/images/event/unboxing_event/box-en3.png);
    }

    13% {
        background-image: url(/images/event/unboxing_event/box-en4.png);
    }

    100% {
        background-image: url(/images/event/unboxing_event/box-en4.png);
    }
}

@-webkit-keyframes cnMainBoxFrame {
    0% {
        background-image: url(/images/event/unboxing_event/box-cn1.png);
    }

    10% {
        background-image: url(/images/event/unboxing_event/box-cn1.png);
    }

    11% {
        background-image: url(/images/event/unboxing_event/box-cn2.png);
    }

    12% {
        background-image: url(/images/event/unboxing_event/box-cn3.png);
    }

    13% {
        background-image: url(/images/event/unboxing_event/box-cn4.png);
    }

    100% {
        background-image: url(/images/event/unboxing_event/box-cn4.png);
    }
}

@keyframes cnMainBoxFrame {
    0% {
        background-image: url(/images/event/unboxing_event/box-cn1.png);
    }

    10% {
        background-image: url(/images/event/unboxing_event/box-cn1.png);
    }

    11% {
        background-image: url(/images/event/unboxing_event/box-cn2.png);
    }

    12% {
        background-image: url(/images/event/unboxing_event/box-cn3.png);
    }

    13% {
        background-image: url(/images/event/unboxing_event/box-cn4.png);
    }

    100% {
        background-image: url(/images/event/unboxing_event/box-cn4.png);
    }
}

@-webkit-keyframes cnMainBoxFrame {
    0% {
        background-image: url(/images/event/unboxing_event/box-jp1.png);
    }

    10% {
        background-image: url(/images/event/unboxing_event/box-jp1.png);
    }

    11% {
        background-image: url(/images/event/unboxing_event/box-jp2.png);
    }

    12% {
        background-image: url(/images/event/unboxing_event/box-jp3.png);
    }

    13% {
        background-image: url(/images/event/unboxing_event/box-jp4.png);
    }

    100% {
        background-image: url(/images/event/unboxing_event/box-jp4.png);
    }
}

@keyframes cnMainBoxFrame {
    0% {
        background-image: url(/images/event/unboxing_event/box-jp1.png);
    }

    10% {
        background-image: url(/images/event/unboxing_event/box-jp1.png);
    }

    11% {
        background-image: url(/images/event/unboxing_event/box-jp2.png);
    }

    12% {
        background-image: url(/images/event/unboxing_event/box-jp3.png);
    }

    13% {
        background-image: url(/images/event/unboxing_event/box-jp4.png);
    }

    100% {
        background-image: url(/images/event/unboxing_event/box-jp4.png);
    }
}

@-webkit-keyframes ticketAnimation {
    0% {
        -webkit-transform: translate(6px, 8px) rotate(2deg);
                transform: translate(6px, 8px) rotate(2deg);
    }
    50% {
        -webkit-transform: translate(0, 0) rotate(0);
                transform: translate(0, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate(6px, 8px) rotate(2deg);
                transform: translate(6px, 8px) rotate(2deg);
    }
}

@keyframes ticketAnimation {
    0% {
        -webkit-transform: translate(6px, 8px) rotate(2deg);
                transform: translate(6px, 8px) rotate(2deg);
    }
    50% {
        -webkit-transform: translate(0, 0) rotate(0);
                transform: translate(0, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate(6px, 8px) rotate(2deg);
                transform: translate(6px, 8px) rotate(2deg);
    }
}

@-webkit-keyframes ticketAnimation3 {
    0% {
        -webkit-transform: translate(6px, 8px) rotate(4deg);
                transform: translate(6px, 8px) rotate(4deg);
    }
    50% {
        -webkit-transform: translate(0, 0) rotate(0);
                transform: translate(0, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate(6px, 8px) rotate(4deg);
                transform: translate(6px, 8px) rotate(4deg);
    }
}

@keyframes ticketAnimation3 {
    0% {
        -webkit-transform: translate(6px, 8px) rotate(4deg);
                transform: translate(6px, 8px) rotate(4deg);
    }
    50% {
        -webkit-transform: translate(0, 0) rotate(0);
                transform: translate(0, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate(6px, 8px) rotate(4deg);
                transform: translate(6px, 8px) rotate(4deg);
    }
}

@-webkit-keyframes ticketAnimation2 {
    0% {
        -webkit-transform: translate(0, 0)  rotate(0);
                transform: translate(0, 0)  rotate(0);
    }
    50% {
        -webkit-transform: translate(6px, 8px) rotate(2deg);
                transform: translate(6px, 8px) rotate(2deg);
    }
    100% {
        -webkit-transform: translate(0, 0)  rotate(0);
                transform: translate(0, 0)  rotate(0);
    }
}

@keyframes ticketAnimation2 {
    0% {
        -webkit-transform: translate(0, 0)  rotate(0);
                transform: translate(0, 0)  rotate(0);
    }
    50% {
        -webkit-transform: translate(6px, 8px) rotate(2deg);
                transform: translate(6px, 8px) rotate(2deg);
    }
    100% {
        -webkit-transform: translate(0, 0)  rotate(0);
                transform: translate(0, 0)  rotate(0);
    }
}
/*** animation end ***/

.field {
    display: table-row;
    font-size: 2rem;
    border: 10px solid;
}

.field + .field {
    margin-top: 15px;
}

.field > * {
    display: table-cell;
}

.required {
    padding-left: 5px;
    color: #fff;
}

.share-form {
    position: absolute;
    background-color: #1DA1B5;
    width: 95%;
    left: 2.5%;
    bottom: -102px;
    z-index: 1;
    border-radius: 39px;
    border: 5px solid #fff;
}

.share-form form {
    padding: 79px 40px 110px;
}

.signup-form label,
.signup-form .required {
    width: 1%;
    white-space: nowrap;
}

.signup-form .input-content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #FCF022;
}

.signup-form .input-content:before {
    content: '';
    position: absolute;
    border: 26px solid transparent;
    border-left-width: 15px;
    border-left-color: #1DA1B5;
    left: -1px;
    top: 0;
}

.signup-form input[type="text"] {
    padding: 10px 0 10px 22px;
    width: 100%;
    border: 0;
    outline: 0;
    background-color: #FCF022;
}

.signup-form label {
    background-color: #1DA1B5;
    color: #FCF022;
    position: relative;
    padding-left: 10px;
    border: 3px solid #FEE432;
    border-right: 0;
    font-size: 1.2em;
    line-height: 46px;
}

.on {
    display: none;
    position: absolute;
    left: 6px;
    top: 1px;
}

.share-example a .on {
    left: 0;
    top: 0;
}

.share-example a:hover .on,
.share-form button:hover .on {
    display: block;
}

.share-example a:hover .off,
.share-form button:hover .off {
    opacity: 0;
}

/*** section 2 ***/
.section2 {
    background-color: #F0F0E8;
    color: #444569;
    padding-bottom: 70px;
}

.box_r {
    right: -150px;
    top: 80px;
}

.ticket-2 {
    left: -280px;
    top: -48px;
}

.item.ticket-22 {
    right: -204px;
    top: 350px;
}

.item.ticket_3 {
    z-index: 10;
    bottom: -115px;
    left: -180px;
}

.item.ticket_33 {
    right: -230px;
    top: 0;
}

.section2 .wrap {
    padding-top: 210px;
    padding-bottom: 500px;
}

.section2 .desc {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 180px;
}

.section2 .highlight {
    color: #E63545;
}

.section2 .desc:after,
.section2 .sub-desc:after {
    display: block;
    content: '';
    clear: both;
}

.section2 .inner-text {
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    color: #ee394e;
    font-weight: normal;
    line-height: 30px;
}

.jp-jp .section2 .inner-text {
    line-height: 30px;
}

.section2 .img1 {
    margin-right: 15px;
}

.event-sub-desc {
    float: left;
    padding-left: 25px;
}

.event-sub-desc:nth-child(2) {
    border-left: 2px dashed #706558;
    border-right: 2px dashed #706558;
}

.num-text {
    background-color: #C80F16;
    color: #fff;
    padding: 1px 5px;
    margin-right: 3px;
}

.sub-desc {
    margin: 40px 0 20px;
}

.sub-title {
    line-height: 1;
    color: #CA1316;
}

.roles {
    font-size: 20px;
}

.role {
    white-space: nowrap;
}

.role .prize {
    position: absolute;
}

.role .prize .text {
    background-color: #E7354A;
    color: #fff;
    padding: 5px 8px;
    margin-right: 10px;
    position: relative;
}

.role .prize .img {
    margin-left: 25px;
    margin-right: 35px;
    display: inline-block;
    margin: 0;;
}

.role .prize .text:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    right: -10px;
    border-top: 16px solid transparent;
    border-left: 10px solid #E7354A;
    border-bottom: 16px solid transparent;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.role > span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.role .text {
    line-height: 1;
}

.role:last-child .arrow-text:after {
    display: block;
    content: '';
    background-image: url(/images/event/share_event/hand.png);
    position: absolute;
    top: -10px;
    right: -60px;
    width: 44px;
    height: 58px;
}

.box,
.papper {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}

.papper {
    margin-left: 150px;
}

.box .text {
    position: absolute;
    left: 0;
    top: -90px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 2px;
    font-size: 1.4em;
    font-weight: bold;
    width: 434px;
    height: 159px;
    background-image: url(/images/event/unboxing_event/call.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 25px 30px;
}

.arrow-text {
    line-height: 30px;
    padding: 0 5px;
    background-color: #C80F17;
    position: relative;
    margin-left: 5px;
}

.arrow-text:before {
    border-left-color: #C80F17;
}

/*** section 3 ***/
.section3 {
    background-color: #34A0B6;
    color: #fff;
}

.section3 .rules li:nth-child(1),
.section3 .rules li:nth-child(2) {
    color: #FAED0A;
}

.reminder {
    margin-bottom: 30px;
}

.reminder img {
    position: relative;
    z-index: 1;
}

.box .highlight,
.section3 .highlight {
    color: #FAED0A;
}

.section3 .wrap {
    padding-top: 220px;
}

/*** section 3 - share example ***/
.share-example {
    width: 100%;
    position: absolute;
    top: -488px;
    background-color: #34A0B6;
    border-radius: 30px;
    padding: 30px 0 60px;
    border: 5px solid #fff;
    z-index: 1;
}

.share-example a {
    color: #2BE3F1;
    text-decoration: underline;
    position: relative;
}

.share-example:before {
    background: url(/images/event/share_event/blue_box_top.png) no-repeat top center;
}

.share-example .desc {
    font-size: 2.1rem;
    line-height: 1.5;
    letter-spacing: 1px;
    padding-bottom: 40px;
    padding-top: 12px;
}

.share-example .desc ol {
    padding: 35px 0 15px 170px;
}

.share-example:after {
    background: url(/images/event/share_event/blue_box_down.png) no-repeat top center;
}

.share-example .btn-content {
    bottom: -62px;
}

.share-example .banner-title {
    top: -50px;
}

.examples {
    text-align: center;
}

.examples .img-content:nth-child(2) {
    padding: 0 5px;
}

.img-content {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.img-content img {
    border: 4px solid #fff;
}

.img-content .text {
    padding-top: 15px;
}

/*** lang styles ***/
.lang_zh-tw .main-viewer-top-banner {
    background: url(/images/event/unboxing_event/title_tw.png) no-repeat top center;
}

.lang_zh-cn .main-viewer-top-banner {
    background: url(/images/event/unboxing_event/title_cn.png) no-repeat top center;
}

.lang_en-us .main-viewer-top-banner {
    background: url(/images/event/unboxing_event/title_en.png) no-repeat top center;
}

.lang_ja-jp .main-viewer-top-banner {
    background: url(/images/event/unboxing_event/title_jp.png) no-repeat center center;
    left: -121px;
}

.lang_en-us .main-viewer .item.ticket-1,
.lang_ja-jp .main-viewer .item.ticket-1 {
    left: inherit;
    right: 0;
    top: 32%;
    z-index: 1;
}

.lang_en-us .main-viewer .item.ticket-2,
.lang_ja-jp .main-viewer .item.ticket-2 {
    top: 14%;
}

.lang_en-us .section2 .desc,
.lang_ja-jp .section2 .desc {
    padding-bottom: 0;
}

.lang_en-us .section-title {
    letter-spacing: 0;
}

.lang_en-us .section-title .text {
    font-weight: normal;
}

.lang_en-us .share-example .desc ol {
    padding-left: 75px;
    padding-right: 80px;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: normal;
}

.lang_en-us .img-content .text {
    line-height: 1.2;
    font-weight: normal;
}

.lang_en-us .share-example .desc {
    padding-bottom: 30px;
}

.lang_en-us .event-sub-desc {
    padding-right: 20px;
}

.lang_en-us .sub-title {
    font-size: 1.8rem;
    color: #C80F16;
}

.lang_en-us .box .text {
    letter-spacing: 0;
    font-size: 20px;
    font-weight: normal;
    padding: 25px 0 25px 25px;
}

.lang_ja-jp .box .text {
    font-size: 18px;
    padding: 20px 0 20px 22px;
}

.lang_en-us .section3 .wrap,
.lang_ja-jp .section3 .wrap {
    padding-top: 300px;
}

/*** mobile styles ***/
@media screen and (min-width: 770px) {
    .lang_ja-jp .share-example .desc ol {
        padding-left: 70px;
    }

    .star {
        display: none;
    }

    .lang_ja-jp .star {
        display: block;
        position: absolute;
        bottom: 700px;
        left: calc(50% - 290px);
    }

}

@media screen and (max-width: 769px) {
    .lang_ja-jp .star {
        display: none;
    }

    .main-viewer {
        background: url(/images/event/unboxing_event/m/top_bg_02@2__02.png) no-repeat center top;
        background-size: 100%;
    }

    input[type="checkbox"] {
        display: none;
    }

    .m {
        display: block;
    }

    .d,
    .promote-wrapper,
    .member-btns.m {
        display: none;
    }

    hr {
        margin: 0;
        height: 12px;
    }

    button {
        padding: 0;
    }

    .main-viewer,
    section {
        height: auto;
        min-height: auto;
        padding-bottom: 10px;
    }

    .lang_ja-jp .main-viewer {
        padding-bottom: 20px;
    }

    header,
    footer,
    main,
    .l-container .wrap,
    .logo-container {
        min-width: 100%;
        width: 100%;
    }

    .highlight {
        color: #C2040D;
    }

    .logo-container {
        text-align: center;
    }

    .main-box {
        position: relative;
        left: 0;
        bottom: 10px;
        max-width: 70vw;
        width: 100%;
        max-height: 440px;
        text-align: center;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 50vw;
    }

    .main-viewer:before {
        display: none;
    }
    .main-viewer:after {
        background-color: #F0F0E9;
        left: 0;
        width: 100%;
    }

    .signup-form .input-content {
        border-radius: 5px;
        border: 2px solid #fff;
    }

    /*** ticket images ***/
    .main-viewer .item img {
        width: 25vw;
        max-width: 256px;
    }

    .main-viewer .item.ticket-0 {
        left: -1%;
        top: 24%;
    }

    .main-viewer .item.ticket-1 {
        top: 16%;
        left: 21%;
    }

    .main-viewer .item.ticket-2 {
        top: 31%;
        right: -3%;
        z-index: 1;
    }

    .main-viewer .item.ticket-3 {
        top: 15%;
        right: 5%;
    }

    .share-form {
        position: relative;
        width: 96%;
        bottom: 0;
        padding-bottom: 0;
        left: 0;
        margin: 0 auto;
        border: 3px solid #fff;
        border-radius: 13px;
    }

    .role .prize {
        position: relative;
        margin-left: -10%;
        text-align: center;
    }

    .role .prize .text {
        vertical-align: middle;
    }

    .role .prize .img {
        width: auto;
        max-width: 55%;
        margin-left: 1%;
        margin-top: 20px;
        text-align: left;
    }

    .tab-content img,
    .main-box img {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .share-form img {
        width: 80%;
    }

    .share-example img {
        width: 100%;
    }

    .ticket img {
        width: 25%;
    }

    .box-front {
        position: relative;
        bottom: -13px;
        left: 0;
        text-align: center;
    }

    .box-back {
        width: 100%;
        bottom: 4.5%;
        left: -6px;
    }

    .banner-title {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        padding: 0 15px;
        z-index: 1;
        width: 100%;
        padding: 0 10%;
        top: -28px;
    }

    .share-form:after,
    .share-form:before {
        display: none;
    }

    .share-form form {
        padding: 13% 5% 0;
        background-size: 100%;
        position: relative;
    }

    .signup-form {
        display: block;
    }

    .field {
        display: block;
        font-size: 1.5rem;
        position: relative;
        padding: 0 10px;
        border: 0;
    }

    .lang_ja-jp .field {
        padding: 0;
    }

    .field > * {
        display: block;
    }

    .share-example .top,
    .share-example .bottom,
    .signup-form .top,
    .signup-form .bottom {
        position: absolute;
        left: 0;
    }

    .share-example .top,
    .signup-form .top {
        top: 0;
    }

    .share-example .bottom,
    .signup-form .bottom {
        bottom: 0;
    }

    .signup-form .input-content:before {
        display: none;
    }

    .signup-form label {
        background: none;
        color: #fff;
        padding-left: 0;
        width: auto;
        border: 0;
        color: #FCF022;
        line-height: 1;
    }

    .btn-content {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 1;
        width: 100%;
        padding: 0 3%;
        bottom: -28px;
        max-width: 400px;
        position: relative;
        margin: 0 auto;
    }

    .btn-content .on {
        left: 10%;
        top: 0;
    }

    .signup-form .required {
        width: auto;
        position: absolute;
        top: 50%;
        right: 20px;
        color: red;
    }

    .signup-form input[type="text"] {
        padding: 5px 8px;
    }

    /*** main viewer ***/
    .ticket .ticket1 {
        left: -11%;
    }

    .ticket .ticket5 {
        top: -10%;
        right: -10%;
    }

    .ticket .ticket6 {
        display: none;
    }

    .main-viewer .wrap {
        padding-top: 40vw;
        min-height: auto;
    }

    .ticket .ticket2 {
        left: 12%;
        top: 8%;
        width: 32%;
    }

    .ticket .ticket3 {
        left: 32%;
        top: 11%;
    }

    .ticket .ticket4 {
        top: 5%;
        width: 32%;
    }

    /*** section4 - active section ***/
    .section4,
    .section5 {
        padding: 5px 0;
    }

    .section4 {
        background-color: #F0F0E8;
    }

    .section-title:after {
        display: none;
    }

    .section-title .text {
        font-size: 1.5rem;
        letter-spacing: 1px;
        line-height: 30px;
        margin-top: 15px;
    }

    .tab-title {
        text-align: center;
        padding: 11px;
        font-size: 1.8rem;
        position: relative;
        color: #34A0B6;
    }

    .tab-title,
    .tab-content {
        background-color: #FAE720;
        border: 2px solid #34A0B6;
        border-radius: 7px;
        font-weight: bold;
        margin: 5px 0;
    }

    .lang_ja-jp .tab-title {
        margin: 10px 0;
    }

    .tab-content {
        color: #45456a;
        position: relative;
        overflow: hidden;
        padding-bottom: 16px;
        display: none;
    }

    [data-target="tab1"] {
         padding-bottom: 0;
    }

    .active-tabs {
        padding: 5px 10px 0;
    }

    .tab-title:after {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        position: absolute;
        border-bottom: 2px solid #34A0B6;
        border-left: 2px solid #34A0B6;
        top: 50%;
        margin-top: -11px;
        right: 25px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .papper {
        display: block;
        width: 320px;
        margin: 10px auto;
        max-width: 100%;
    }

    .box {
        width: 320px;
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }

    .box .text {
        top: 0;
        font-size: 1.4rem;
        background-image: none;
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0;
        text-align: center;
    }

    .box .text > span {
        position: absolute;
        z-index: 1;
        left: 0;
        width: 100%;
        top: 14px;
    }

    .lang_ja-jp .box .text > span {
        font-size: 14px;
        top: 27px;
        left: 10px;
    }

    .box img {
        width: 96%;
        margin: 0 auto;
    }

    .box .box-fly {
        margin-top: -50px;
        width: 80%;
    }

    .step img {
        width: 40px;
    }

    .role {
        white-space: normal;
    }

    .role .text {
        font-size: 1.5rem;
        vertical-align: top;
        padding-top: 10px;
        line-height: 24px;
        text-align: left;
    }

    .sub-desc {
        margin: 12px 5px 20px;
    }

    .role-img:nth-child(2) {
        border-bottom: 2px dashed;
        border-top: 2px dashed;
    }

    .role-img img {
        margin: 15px 0;
    }

    .role:last-child .arrow-text:after {
        background-size: 100%;
        background-repeat: no-repeat;
        width: 30px;
        right: -47px;
        top: -3px;
    }

    .role-img:first-child img {
        margin-top: 0;
    }

    .lang_ja-jp .active-tabs .inner-text {
        color: #ee394e;
    }

    /*** section 5 ***/
    .section5 {
        background-color: #3AA0B5;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .lang_ja-jp .section5 {
        padding-bottom: 40px;
    }

    .section5 .share-example .highlight {
        color: #F8EC0B;
    }

    .desc {
        padding: 5px 5px 5px 10px;
    }

    .share-example:before,
    .share-example:after {
        display: none;
    }

    .share-example {
        position: relative;
        top: 0;
        padding: 0 5px;
        border: 3px solid #fff;
        border-radius: 15px;
        width: 96%;
        margin: 0 auto;
    }

    .share-example .banner-title {
        top: -16px;
        padding: 0;
    }

    .share-example .desc ol {
        padding: 11% 5% 0;
        margin: 0 0 20px;
    }

    .share-example .desc {
        padding: 0 10px 50px;
        font-size: 1.5rem;
        background-size: 100%;
        color: #fff;
        letter-spacing: 0;
        position: relative;
    }

    .img-content .text {
        padding-top: 2%;
        margin-bottom: 6%;
        font-size: 1.5rem;
        display: block;
    }

    .share-example .btn-content {
        bottom: -30px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    /*** section4 ***/
    .section4 .desc {
        padding-bottom: 70px;
    }

    .section4 .role .prize .text {
        width: 33%;
    }

    /*** section6 ***/
    .section6 {
        background-color: #F0F0E9;
    }

    /*** footer things ***/
    .member-btns.m {
        position: fixed;
        bottom: 0;
        z-index: 8;
        width: 100%;
        border-top: 1px solid #fff;
        background-color: #fff;
    }

    .signin {
        background-color: #38CFD8;
    }

    .signup {
        background-color: #FEB101;
    }

    .member-btns .icon img {
        height: 100%;
    }

    .text {
        display: inline-block;
        vertical-align: middle;
    }

    .close-btn {
        width: 44px;
        height: 44px;
        background-color: #3AA0B5;
        border-radius: 50%;
        position: absolute;
        bottom: -22px;
        left: 50%;
        margin-left: -22px;
    }

    .close-btn:before {
        content: '';
        display: block;
        width: 11px;
        height: 11px;
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        position: absolute;
        left: 16px;
        top: 12px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    .active {
        display: block;
    }

    .ticket .ticket2 {
        -webkit-transform: translate(40px, 40px);
            -ms-transform: translate(40px, 40px);
                transform: translate(40px, 40px);
    }

    .ticket .ticket4 {
        -webkit-transform: translate(-40px, 40px);
            -ms-transform: translate(-40px, 40px);
                transform: translate(-40px, 40px);
    }

    .ticket .ticket3 {
        -webkit-transform: translateY(40px);
            -ms-transform: translateY(40px);
                transform: translateY(40px);
    }

    /*** lang issue ***/
    .lang_zh-cn .main-viewer-top-banner,
    .lang_zh-tw .main-viewer-top-banner,
    .lang_ja-jp .main-viewer-top-banner {
        left: 0;
        background-size: 100%;
    }

    .lang_zh-tw .main-viewer-top-banner {
        background-image: url(/images/event/unboxing_event/m/title_tw@2.png);
    }

    .lang_zh-cn .main-viewer-top-banner {
        background-image: url(/images/event/unboxing_event/m/title_cn@2.png);
    }

    .lang_en-us .main-viewer-top-banner {
        background-size: 100%;
        left: -4%;
    }

    .lang_ja-jp .main-viewer-top-banner {
        background-image: url(/images/event/unboxing_event/m/title_jp@2.png);
        background-position: top center;
    }

    .lang_en-us .box .text {
        font-size: 12px;
    }

    .lang_en-us .share-example .desc ol {
        padding: 11% 5% 0;
    }

    .lang_en-us .arrow-text {
        font-size: 12px;
    }

    .lang_en-us .share-example .text div {
        display: inline-block;
    }

    .lang_en-us .share-example .desc {
        padding-bottom: 50px;
    }

    .lang_en-us .box .text {
        left: 0;
        top: 0;
        padding: 0;
    }

    .lang_en-us .section4 .desc .inner-text {
        display: block;
        color: #ee394e;
    }

    .lang_ja-jp .section4 .desc .inner-text {
        display: block;
    }

    .lang_en-us .section4 .desc .inner-text + span {
        display: block;
        margin: 10px 0;
    }

    .lang_ja-jp .section4 .desc .inner-text + span {
        display: block;
        margin: 10px 0;
    }

}

@media screen and (max-width: 375px) {
    .share-form form {
        padding-bottom: 3%;
    }

    .lang_ja-jp .share-form form {
        padding: 13% 3% 0;
    }

    .lang_ja-jp .signup-form input[type="text"] {
        font-size: 14px;
        padding: 5px;
    }

    .lang_ja-jp .signup-form .required {
        right: 8px;
    }

    .lang_ja-jp .signup-form .required .text {
        font-size: 13px;
    }

    .section4 .role .prize .text {
        width: 34%;
    }

    .role .prize {
        text-align: left;
    }

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

}