* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Helvetica Neue",Helvetica,"Noto Sans CJK TC","Hiragino Sans GB","Microsoft JhengHei",sans-serif;
    font-size: 14px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
}

html, body {
    height: 100%;
}

body {
    background: url(../images/bg.jpg) fixed top center no-repeat;
    background-size: cover;
    min-height: 100%;
}

a {
    text-decoration: none;
}

    a img {
        border: none;
    }

p {
    line-height: 1.5em;
}

header {
    width: 100%;
    height: 368px;
    background: url(../images/index.gif) no-repeat top center;
}

nav {
    width: 100%;
    background: #008bec;
    color: #fff;
    height: 80px;
    z-index: 997;
    position: relative;
}

    nav ul {
        width: 870px;
        margin: 0 auto;
    }

        nav ul li {
            list-style: none;
            float: left;
            text-align: center;
            height: 80px;
            display: block;
            padding: 0 20px;
            position: relative;
            transition: 0.2s all;
            -webkit-transition: 0.2s all;
            -moz-transition: 0.2s all;
            -ms-transition: 0.2s all;
        }

            nav ul li a {
                color: #fff;
                font-size: 18px;
                line-height: 60px;
                display: block;
                font-weight: 900;
            }

                nav ul li a span {
                    position: relative;
                    transform: scale(0.7,0.7);
                    display: block;
                    width: 100%;
                    line-height: 20px;
                    top: -20px;
                    text-align: center;
                }

            nav ul li:hover {
                transform: scale(1.2,1.2);
            }

.tokyo-pic a {
    line-height: 80px !important;
    font-size: 25px;
}

.share a {
    display: inline-block;
}

.share_m {
    display: none;
}

.share:hover {
    transform: none;
}

.share a:hover {
    opacity: 0.8;
}

.share img {
    display: inline-block;
    margin: 20px 3px;
    width: 40px;
    height: auto;
}

.on {
    transform: scale(1.2,1.2);
}

.clear {
    clear: both;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    /*.video-container object,*/
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@-webkit-keyframes star {
    from {
        -webkit-transform: scale(0.7,0.7);
    }

    to {
        -webkit-transform: scale(1,1);
    }
}

@keyframes star {
    from {
        transform: scale(0.7,0.7);
    }

    to {
        ttransform: scale(1,1);
    }
}

.star {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: star 1.5s alternate infinite;
    animation: star 1.5s alternate infinite;
}


/*--------------SECTION------------*/
section {
    width: 100%;
    min-height: 100%;
    margin: 50px 0;
}

.white_bg_content {
    background: #fff;
}

#show_container {
    width: 1240px;
    margin: 0 auto;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer, .item {
    width: 300px;
    margin: 5px;
}

@-webkit-keyframes box-size {
    from {
        -webkit-transform: scale(0.8,0.8);
        opacity: 0.8;
    }

    to {
        -webkit-transform: scale(1,1);
        opacity: 1;
    }
}

@keyframes box-size {
    from {
        transform: scale(0.8,0.8);
        opacity: 0.8;
    }

    to {
        transform: scale(1,1);
        opacity: 1;
    }
}

.content_box {
    position: relative;
    overflow: hidden;
    float: left;
    background: url(../images/box_head.jpg) no-repeat top center #fff;
    border: 10px solid #eaeaea;
    padding: 10px;
    -webkit-animation: box-size 0.8s linear;
    animation: box-size 0.8s linear;
    margin-left: 0;
    box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -ms-box-shadow: 0 0 5px #666;
}

    .content_box img {
        width: 100%;
        height: auto;
        padding: 0;
        display: block;
    }

    .content_box h4 {
        font-size: 18px;
        line-height: 1.5em;
        margin: 0.25em 0;
        color: #1b4cbc;
        font-weight: 900;
    }

    .content_box p {
        font-size: 13px;
    }

.banner_300x600 {
    border: 0;
    padding: 0;
    background-image: none;
}

.blue-display {
    background: rgba(57,89,156,0.9) !important;
    display: none;
    cursor: pointer;
    color: #fff !important;
    vertical-align: middle;
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
}

    .blue-display p {
        color: #fff;
        font-size: 22px;
        vertical-align: middle;
        display: table-cell;
        text-align: center;
        padding-left: 20px;
        line-height: 1.3em;
        font-weight: 800;
        height: 100%;
        vertical-align: middle;
    }

    .blue-display span {
        background: #fff;
        display: block;
        padding: 5px;
        color: #39599c;
        font-size: 13px;
        width: 80px;
        margin: 5px auto;
    }

.buyiwalker {
    padding-top: 45px;
}

.wherebuy {
    width: 100%;
}

    .wherebuy li {
        display: block;
        float: left;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background-color: #1b4cbc;
        margin: 0 5.5px 10px;
        color: #fff;
    }

        .wherebuy li a {
            color: #fff;
            display: block;
            text-align: center;
            line-height: 75px;
        }

.buyiwalker h4 {
    text-align: center;
    font-size: 23px;
}

.buyiwalker img {
    width: 100%;
    margin: 0 auto;
    max-width: 148px;
    height: auto;
}

.wherebuy li:hover {
    border: 2px solid #1b4cbc;
    background: #fff;
}

    .wherebuy li:hover a {
        color: #1b4cbc;
    }

/*-------------EVENT-----------------*/
#event_container {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.main_content {
    width: 680px;
    float: left;
}

.crowdynewsCon {
    width: 100%;
    max-width: 980px;
}

#banner_left {
    width: 300px;
    float: right;
}

#event_time {
    display: block;
    width: 27%;
    text-align: center;
    float: left;
    background: #1b4cbc;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
}

#event_mission {
    display: block;
    width: 71%;
    float: right;
    color: #1b4cbc;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
}

#event_mission2 {
    display: block;
    width: 27%;
    float: left;
    background: #1b4cbc;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    margin: 10px 0;
}

#event_memo {
    display: block;
    width: 27%;
    float: left;
    background: #1b4cbc;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    margin: 10px 0;
}

#fb_profile {
    width: 100%;
    float: left;
    height: 150px;
    margin: 15px 0 35px;
}

    #fb_profile .fb-like {
        width: 20% !important;
        text-align: center !important;
    }

.fb_profile2 {
    width: 50%;
    margin-right: 5px;
    float: left;
    height: 80px;
    margin: 15px 0;
}

.fb_img {
    float: left;
    width: 25%;
    max-width: 150px;
    height: auto;
    margin-right: 15px;
}

.fb_name {
    font-size: 30px;
    line-height: 50px;
    float: left;
    width: 50%;
    height: 50px;
    margin-top: 30px;
    font-weight: bold;
}

    .fb_name a {
        font-size: 1em;
        color: #000;
    }

.fb_gift {
    color: #ac0909;
    font-size: 24px;
    line-height: 60px;
    float: left;
    width: 40%;
    height: 60px;
    font-weight: 900;
}

.fb-like {
    text-align: center !important;
}

.fb_iframe_widget_fluid {
}

.fb_profile2 .fb_img {
    margin-right: 10px;
}

.fb_profile2 .fb_name {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 45%;
    margin-top: 7px;
    margin-right: 5px;
    margin-right: 10px !important;
}

.fb_profile2 .fb_gift {
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 45%;
    margin-right: 5px;
    background: url(../images/arrow.jpg) no-repeat right center;
}

    .fb_profile2 .fb_gift:hover {
        background: url(../images/arrow_hover.jpg) no-repeat right center;
        text-decoration: underline;
        color: #008bec;
    }

.fb_profile2 .fb-like {
    width: 20% !important;
    text-align: center !important;
}

#event_memo_text h4 {
    font-size: 1.1em;
    font-weight: 900;
    margin: 10px 0;
}

#event_memo_text ol li {
    list-style: decimal outside;
    margin-left: 25px;
    margin-bottom: 3px;
}



/*---------TOKYO------------------*/
#video {
    width: 1280px;
    margin: 0 auto;
}

    #video li {
        width: 33.3%;
        float: left;
        font-size: 18px;
        font-weight: 500;
        background-color: #fff;
        text-align: center;
        padding-bottom: 5px;
        padding: 5px 2%;
    }
/*#video li iframe{ margin:0 auto; border: 5px solid #fff; display: block;}*/
#event_container.hashtag {
    width: 1280px;
    padding-top: 30px;
}

/*--------------GIFT--------------*/
.gift_box {
    width: 48%;
    margin-right: 1.5%;
    display: inline-block;
    *display: inline;
    zoom:1;
    min-height: 200px;
    margin-bottom: 30px;
    background: url(../images/arrow2.jpg) no-repeat right top;
    cursor: default;
    padding-right: 25px;
    clear:both;
    vertical-align:top;
}

    .gift_box img {
        width: 40%;
        float: left;
        margin-right: 2%;
    }

    .gift_box h3 {
        /*width: 55%;
        float: left;*/
        font-size: 18px;
        line-height: 1.4em;
    }

    .gift_box p {
        /*width: 55%;
        float: left;*/
    }

.gift_price {
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.gift_info {
    font-size: 14px;
}

.gift_box:hover {
    background: url(../images/arrow_hover2.jpg) no-repeat right top;
}


/*--------------FOOTER------------*/
.banner {
    width: 960px;
    margin: 0px auto;
    padding: 20px 0;
}

    .banner li {
        width: 300px;
        height: 100px;
        float: left;
        margin: 10px;
        background: #ccc;
    }

footer {
    width: 100%;
    text-align: center;
    bottom: 0;
    position: static;
    background: #fff;
}

    footer .copyright {
        line-height: 3em;
        background: #008bec;
        color: #fff;
        font-size: 12px;
    }

    footer .logo {
        margin: 5px auto;
        width: 100%;
    }
        footer .logo li, footer .fund_logo li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: middle;
            text-align: center;
            margin: 10px 0;
            padding: 0 5px;
        }

        footer .logo li img, footer .fund_logo li img{
            max-width: 200px;
            max-height: 80px;
            display: inline-block;
            *display: inline;
            zoom: 1;
        }
    footer .fund_logo {
        width: 900px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        text-align: left;
    }
    footer .logoTitle {
        width: 110px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        padding-top: 10px;
    }

@media (min-width:980px) and (max-width: 1240px) {
    #show_container {
        width: 940px;
        margin: 0 auto;
    }

    header {
        height: 300px;
        background: url(../images/index.gif) no-repeat top center;
        background-size: auto 300px;
    }
    /*-------------EVENT-----------------*/
    #event_container {
        width: 900px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .main_content {
        width: 580px;
        float: left;
    }

    #fb_profile {
        width: 100%;
        float: left;
        height: 110px;
        margin: 15px 0 35px;
    }

    .fb_profile2 {
        width: 50%;
        margin-right: 5px;
        float: left;
        height: 80px;
        margin: 5px 0;
    }

        .fb_profile2 .fb-like {
            width: 43%;
        }

    .fb_img {
        float: left;
        width: 23%;
        max-width: 150px;
        height: auto;
        margin-right: 15px;
    }

    .fb_name {
        font-size: 27px;
        line-height: 50px;
        float: left;
        width: 42%;
        height: 50px;
        margin-top: 10px;
        font-weight: bold;
    }

    .fb_gift {
        color: #ac0909;
        font-size: 17px;
        line-height: 20px;
        float: left;
        width: 42%;
        height: 20px;
        font-weight: 900;
    }

    .fb-like {
        margin-top: 20px;
    }

    .fb_profile2 .fb_img {
        width: 20%;
    }

    .fb_profile2 .fb_name {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
        width: 50%;
        margin-top: 11px;
    }

    .fb_profile2 .fb_gift {
        font-size: 15px;
        line-height: 20px;
        height: 20px;
        width: 50%;
        background: url(../images/arrow.jpg) no-repeat right center;
    }


    /*---------TOKYO------------------*/
    #video {
        width: 910px;
        margin: 0 auto;
    }

        #video li {
            width: 33.3%;
            float: left;
        }
    /*#video li iframe{ margin:0 auto; border: 5px solid #fff; display: block; width: 100%; height: auto}*/
    #event_container.hashtag {
        width: 908px !important;
        padding-top: 50px;
    }

    /*--------------GIFT--------------*/
    .gift_box {
        width: 97%;
        margin-right: 3%;
        margin-bottom: 30px;
        display:block;
    }

        .gift_box img {
            width: 35%;
            float: left;
            margin-right: 2%;
            max-width: 150px;
            height: auto;
        }

        .gift_box h3 {
            /*width: 60%;
            float: left;*/
            font-size: 24px;
            line-height: 1.4em;
        }

        .gift_box p {
            /*width: 60%;
            float: left;*/
        }

    .gift_price {
        color: #666;
        font-size: 13px;
        line-height: 20px;
    }

    .gift_info {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    nav ul {
        width: 740px;
    }

        nav ul li {
            padding: 0 8px;
        }

    .share img {
        display: inline-block;
        margin: 25px 3px;
        width: 30px;
        height: auto;
    }

    #show_container {
        width: 680px;
        margin: 0 auto;
    }

    .grid-sizer, .item {
        margin: 20px;
    }

    .banner {
        width: 640px;
        margin: 0px auto;
        padding: 20px 0;
    }

        .banner li {
            width: 300px;
            height: 100px;
            float: left;
            margin: 10px;
        }

    header {
        height: 240px;
        background: url(../images/index.gif) no-repeat top center;
        background-size: auto 240px;
    }

    /*-------------EVENT-----------------*/
    #event_container {
        width: 730px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .main_content {
        width: 420px;
        float: left;
    }

    #banner_left {
        width: 300px;
        float: right;
    }

    #event_time {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
        background: #1b4cbc;
        color: #fff;
        font-size: 24px;
        line-height: 50px;
        height: 50px;
    }

    #event_mission {
        display: block;
        width: 100%;
        float: none;
        color: #1b4cbc;
        font-size: 18px;
        font-weight: 900;
        line-height: 30px;
        margin: 10px 0;
    }

    #event_mission2 {
        display: block;
        width: 100%;
        float: left;
        background: #1b4cbc;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        margin: 10px 0;
    }

    #event_memo {
        display: block;
        width: 100%;
        float: left;
        background: #1b4cbc;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        margin: 10px 0;
    }

    #fb_profile {
        width: 100%;
        float: left;
        height: 110px;
        margin: 15px 0 35px;
    }

    .fb_profile2 {
        width: 100%;
        float: left;
        height: auto;
        margin: 0;
        border-bottom: 1px solid #ccc;
        padding: 15px 0;
    }

    .fb-like {
        margin-top: 20px;
    }

    .fb_profile2 .fb-like {
        width: 43%;
    }

    .fb_img {
        float: left;
        width: 23%;
        max-width: 150px;
        height: auto;
        margin-right: 15px;
    }

    .fb_name {
        font-size: 21px;
        line-height: 50px;
        float: left;
        width: 42%;
        height: 50px;
        margin-top: 10px;
        font-weight: bold;
    }

    .fb_gift {
        color: #ac0909;
        font-size: 16px;
        line-height: 20px;
        float: left;
        width: 42%;
        height: 20px;
        font-weight: 900;
    }

    .fb_profile2 .fb_img {
        width: 20%;
    }

    .fb_profile2 .fb_name {
        font-size: 20px;
        line-height: 26px;
        height: 26px;
        width: 50%;
        margin-top: 11px;
    }

    .fb_profile2 .fb_gift {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
        width: 50%;
        background: url(../images/arrow.jpg) no-repeat right center;
    }

    .fb_iframe_widget_fluid span {
        width: 100% !important;
    }

    /*---------TOKYO------------------*/
    #video {
        width: 740px;
        margin: 0 auto;
    }

        #video li {
            width: 33.3%;
            float: left;
            font-size: 16px;
            padding: 5px 1%;
        }
    /*#video li iframe{ margin:0 auto; border: 5px solid #fff; display: block; width: 100%; height: auto}*/
    #event_container.hashtag {
        width: 740px !important;
        padding-top: 50px;
    }

    #event_memo_text p, #event_memo_text ol li {
        font-size: 13px;
    }

    /*--------------GIFT--------------*/
    .gift_box {
        width: 97%;
        margin-right: 3%;
        display:block;
        margin-bottom: 30px;
    }

        .gift_box img {
            width: 35%;
            float: left;
            margin-right: 2%;
            max-width: 150px;
            height: auto;
        }

        .gift_box h3 {
            /*width: 60%;
            float: left;*/
            font-size: 24px;
            line-height: 1.4em;
        }

        .gift_box p {
            /*width: 60%;
            float: left;*/
        }

    .gift_price {
        color: #666;
        font-size: 13px;
        line-height: 20px;
    }

    .gift_info {
        font-size: 16px;
    }

    footer .fund_logo {
        width: 610px;
        margin: 0 auto;
    }
}

@media (min-width:601px) and (max-width: 767px) {
    nav ul {
        width: 596px;
        margin: 0 auto;
    }

        nav ul li {
            padding: 0 8px;
        }

            nav ul li a {
                line-height: 80px !important;
                font-size: 18px !important;
                padding: 0 3px;
            }

                nav ul li a span {
                    display: none;
                }

    .share img {
        display: inline-block;
        margin: 25px 0;
        width: 30px;
        height: auto;
    }

    #show_container {
        width: 620px;
        margin: 0 auto;
    }

    .grid-sizer, .item {
        margin: 5px;
    }

    header {
        width: 100%;
        background: url(../images/mobile_header.gif) no-repeat top center;
        background-size: 100% auto;
        padding-top: 50%;
        height: 0;
    }
    /*-------------EVENT-----------------*/
    #event_container {
        width: 600px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .main_content {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    #banner_left {
        width: 300px;
        float: none;
        margin: 0 auto;
    }

    #event_time {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
        background: #1b4cbc;
        color: #fff;
        font-size: 24px;
        line-height: 50px;
        height: 50px;
    }

    #event_mission {
        display: block;
        width: 100%;
        float: none;
        color: #1b4cbc;
        font-size: 18px;
        font-weight: 900;
        line-height: 30px;
        margin: 10px 0;
    }

    #event_mission2 {
        display: block;
        width: 100%;
        float: left;
        background: #1b4cbc;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        margin: 10px 0;
    }

    #event_memo {
        display: block;
        width: 100%;
        float: left;
        background: #1b4cbc;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        margin: 10px 0;
    }

    #fb_profile {
        width: 100%;
        float: left;
        height: 150px;
        margin: 15px 0 35px;
    }

    .fb_profile2 {
        width: 50%;
        margin-right: 5px;
        float: left;
        height: 120px;
        margin: 5px 0;
    }

        .fb_profile2 .fb-like {
            width: 43%;
        }

    .fb_img {
        float: left;
        width: 30%;
        max-width: 150px;
        height: auto;
        margin-right: 15px;
    }

    .fb_name {
        font-size: 28px;
        line-height: 50px;
        float: left;
        width: 42%;
        height: 50px;
        margin-top: 30px;
        font-weight: bold;
    }

    .fb_gift {
        color: #ac0909;
        font-size: 20px;
        line-height: 20px;
        float: left;
        width: 42%;
        height: 20px;
        font-weight: 700;
    }

    .fb_profile2 .fb_img {
        width: 20%;
    }

    .fb_profile2 .fb_name {
        font-size: 18px;
        line-height: 28px;
        height: 28px;
        width: 50%;
        margin-top: 11px;
    }

    .fb_profile2 .fb_gift {
        font-size: 16px;
        line-height: 25px;
        height: 25px;
        width: 50%;
        background: url(../images/arrow.jpg) no-repeat right center;
    }

    /*---------TOKYO------------------*/
    #video {
        width: 90%;
        margin: 0 auto;
    }

        #video li {
            width: 33.3%;
            float: left;
            font-size: 15px;
            padding: 5px 1%;
        }
    /*#video li iframe{ margin:0 auto; border: 5px solid #fff; display: block; width: 100%; height: auto}*/
    #event_container.hashtag {
        width: 600px !important;
        padding-top: 50px;
    }

    #event_memo_text {
        margin-bottom: 20px;
    }

        #event_memo_text p, #event_memo_text ol li {
            font-size: 13px;
        }
    /*--------------GIFT--------------*/
    .gift_box {
        width: 47%;
        margin: 0 1.5% 30px;
        display:block;
    }

        .gift_box img {
            width: 35%;
            float: left;
            margin-right: 2%;
            max-width: 150px;
            height: auto;
            margin-bottom: 3px;
        }

        .gift_box h3 {
            /*width: 50%;
            float: left;*/
            font-size: 24px;
            line-height: 1.4em;
        }

        .gift_box p {
            /*width: 90%;
            float: none;*/
            clear: both;
        }

    .gift_price {
        color: #666;
        font-size: 13px;
        line-height: 20px;
    }

    .gift_info {
        font-size: 14px;
    }

    .banner {
        width: 100%;
    }

        .banner li {
            float: none;
            margin: 0 auto;
        }

            .banner li img {
                display: block;
                margin: 5px auto;
            }

    footer .logo {
        display: block;
        margin: 20px auto;
        width: 100%;
        border-top: 1px solid #ccc;
    }
    footer .fund_logo {
        display: block;
        width: 100%;
    }
        footer .logo li, footer .fund_logo li {
            width: 100%;
        }

    footer .copyright {
        padding: 10px;
        line-height: 1.2;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    header {
        width: 100%;
        background: url(../images/mobile_header.gif) no-repeat top center;
        background-size: 100% auto;
        padding-top: 50%;
        height: 0;
    }

    nav {
        height: 60px;
    }

        nav ul {
            width: 100%;
            width: 480px;
            margin: 0 auto;
        }

            nav ul li {
                padding: 0 8px;
                height: 60px;
            }

                nav ul li a {
                    line-height: 60px !important;
                    font-size: 16px;
                }

                    nav ul li a span {
                        display: none;
                    }

    @-webkit-keyframes star {
        from {
            -webkit-transform: scale(0.7,0.7);
        }

        to {
            top: 40px;
            -webkit-transform: scale(1,1);
        }
    }

    @keyframes star {
        from {
            transform: scale(0.7,0.7);
        }

        to {
            top: 40px;
            transform: scale(1,1);
        }
    }

    .star {
        top: 40px;
    }

    .tokyo-pic a {
        line-height: 60px !important;
        font-size: 16px;
    }

    .share img {
        margin: 18px 0px;
        width: 24px;
    }

    #show_container {
        width: 300px;
        margin: 0 auto;
    }
    /*-------------EVENT-----------------*/
    #event_container {
        width: 420px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .main_content {
        width: 420px;
        float: none;
        margin: 0 auto;
    }

    #banner_left {
        width: 300px;
        float: none;
        margin: 0 auto;
    }

    #event_time {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
        background: #1b4cbc;
        color: #fff;
        font-size: 24px;
        line-height: 50px;
        height: 50px;
    }

    #event_mission {
        display: block;
        width: 100%;
        float: none;
        color: #1b4cbc;
        font-size: 18px;
        font-weight: 900;
        line-height: 30px;
        margin: 10px 0;
    }

    #event_mission2 {
        display: block;
        width: 100%;
        float: left;
        background: #1b4cbc;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        margin: 10px 0;
    }

    #event_memo {
        display: block;
        width: 100%;
        float: left;
        background: #1b4cbc;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        margin: 10px 0;
    }

    #fb_profile {
        width: 100%;
        float: left;
        height: 150px;
        margin: 15px 0 35px;
    }

    .fb_profile2 {
        width: 50%;
        margin-right: 5px;
        float: left;
        height: 90px;
        margin: 5px 0;
    }

        .fb_profile2 .fb-like {
            width: 43%;
        }

    .fb_img {
        float: left;
        width: 30%;
        max-width: 150px;
        height: auto;
        margin-right: 15px;
    }

    .fb_name {
        font-size: 20px;
        line-height: 50px;
        float: left;
        width: 42%;
        height: 50px;
        margin-top: 30px;
        font-weight: bold;
    }

    .fb_gift {
        color: #ac0909;
        font-size: 16px;
        line-height: 20px;
        float: left;
        width: 42%;
        height: 20px;
        font-weight: 700;
    }

    .fb_profile2 .fb_img {
        width: 32%;
    }

    .fb_profile2 .fb_name {
        font-size: 16px;
        line-height: 28px;
        height: 28px;
        width: 36%;
        margin-top: 11px;
    }

    .fb_profile2 .fb_gift {
        font-size: 14px;
        line-height: 25px;
        height: 25px;
        width: 34%;
        background: url(../images/arrow.jpg) no-repeat right center;
    }

    .fb_profile2 .fb-like {
        width: 20% !important;
        text-align: center !important;
    }


    /*---------TOKYO------------------*/
    #video {
        width: 95%;
        margin: 0 auto;
    }

        #video li {
            width: 33.3%;
            float: left;
            font-size: 14px;
            padding: 5px 1%;
        }
    /*#video li iframe{ margin:0 auto; border: 5px solid #fff; display: block; width: 100%; height: auto}*/
    #event_container.hashtag {
        width: 95% !important;
        margin: 0 auto;
        padding-top: 50px;
    }

    #event_memo_text {
        margin-bottom: 20px;
    }

        #event_memo_text p, #event_memo_text ol li {
            font-size: 13px;
        }
    /*--------------GIFT--------------*/
    .gift_box {
        width: 100%;
        margin: 0 0 30px;
        display:block;
    }

        .gift_box img {
            width: 35%;
            float: left;
            margin-right: 2%;
            max-width: 150px;
            height: auto;
            margin-bottom: 3px;
        }

        .gift_box h3 {
            /*width: 58%;
            float: left;*/
            font-size: 21px;
            line-height: 1.4em;
        }

        .gift_box p {
            /*width: 58%;
            float: left;*/
        }

    .gift_price {
        color: #666;
        font-size: 13px;
        line-height: 20px;
    }

    .gift_info {
        font-size: 13px;
    }

    .banner {
        width: 100%;
    }

        .banner li {
            float: none;
            margin: 0 auto;
        }

            .banner li img {
                display: block;
                margin: 5px auto;
            }

    footer .logo {
        display: block;
        margin: 20px auto;
        border-top: 1px solid #ccc;
        width: 100%;
    }
    footer .fund_logo {
        display: block;
        width: 100%;
    }

        footer .logo li, footer .fund_logo li {
            width: 100%;
        }

            footer .logo li img {
                display: block;
                margin: 0 auto;
            }

    footer .copyright {
        padding: 10px;
        line-height: 1.2;
    }
}

@media (max-width: 480px) {
    body {
        background-attachment: fixed;
    }

    #show_container {
        width: 300px;
        margin: 0 auto;
    }

    header {
        width: 100%;
        background: url(../images/mobile_header2.gif) no-repeat top center;
        background-size: cover;
        height: 100vh;
    }

    .page_header {
        background: url(../images/mobile_header3.gif) no-repeat top center;
        background-size: 100% auto;
        height: auto;
        padding-top: 50%;
    }

    nav {
        position: fixed;
        bottom: 0;
        height: 60px;
        z-index: 999;
        box-shadow: 0px 1px 4px #333;
    }

        nav ul {
            width: 100%;
        }

            nav ul li {
                width: 20%;
                height: 60px;
                padding: 0px;
                border-left: 1px dashed #fff;
                display: table;
                margin-left: -1px;
                vertical-align: middle;
            }

                nav ul li a {
                    font-size: 15px;
                    padding: 0 2px;
                    display: block;
                    text-align: center;
                    width: 100%;
                    height: 100%;
                    line-height: 1.25em;
                    display: table-cell;
                    vertical-align: middle;
                }

                    nav ul li a span {
                        display: none;
                    }

                nav ul li:hover {
                    transform: scale(1.2,1.2);
                }

    @-webkit-keyframes star {
        from {
            top: -10px;
            -webkit-transform: scale(0.6,0.6);
        }

        to {
            top: -10px;
            -webkit-transform: scale(1,1);
        }
    }

    @keyframes star {
        from {
            top: -10px;
            transform: scale(0.6,0.6);
        }

        to {
            top: -10px;
            transform: scale(1,1);
        }
    }

    .star {
        top: -10px;
        width: 20px;
        height: 20px;
        margin-left: -10px;
    }

    .tokyo-pic {
        padding: 0;
    }

        .tokyo-pic a {
            font-size: 15px;
            line-height: 1.25em !important;
        }

    .share_m {
        display: block;
        padding: 0;
        cursor: pointer;
    }

        .share_m a {
            display: block;
            padding: 0 2px;
            line-height: 60px;
            font-size: 15px;
            font-weight: 900;
        }

    .share {
        display: none;
    }

    #mobile_share {
        top: 0;
        width: 100%;
        background: #008bec;
        height: 100vh;
        position: fixed;
        z-index: 998;
        padding: 60% 27%;
    }

        #mobile_share a {
            width: 33.3%;
            display: block;
            float: left;
        }

            #mobile_share a img {
                display: block;
                margin: 0 auto;
            }
    /*-------------EVENT-----------------*/
    .white_bg_content {
        margin: 0 !important;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    #event_container {
        width: 100%;
        margin: 0 auto;
        padding: 0px 0;
    }

    .main_content {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    #banner_left {
        width: 300px;
        float: none;
        margin: 20px auto;
    }

    #event_time {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
        background: #1b4cbc;
        color: #fff;
        font-size: 24px;
        line-height: 50px;
        height: 50px;
    }

    #event_mission {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0 5%;
        float: none;
        color: #1b4cbc;
        font-size: 18px;
        font-weight: 900;
        line-height: 30px;
        margin: 10px 0;
    }

    #event_mission2 {
        display: block;
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 0 5%;
        background: #1b4cbc;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        margin: 10px 0;
    }

    #event_memo {
        display: block;
        width: 100%;
        float: left;
        background: #1b4cbc;
        padding: 0 5%;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        margin: 10px 0;
    }

    #fb_profile {
        width: 100%;
        float: left;
        height: 150px;
        margin: 15px 0 35px;
        padding: 0 5%;
    }

    .fb_profile2 {
        width: 100%;
        padding: 15px 3%;
        float: left;
        min-height: 105px;
        height: auto;
        margin: 0;
        border-bottom: 1px solid #eaeaea;
    }

    .fb_img {
        float: left;
        width: 30%;
        max-width: 105px;
        height: auto;
        margin-right: 15px;
    }

    .fb_name {
        text-align: center;
        font-size: 22px;
        line-height: 50px;
        width: 62%;
        height: 50px;
        margin: 0;
    }

    .fb_gift {
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        width: 62%;
        height: 30px;
        background: #ac0909;
        color: #fff;
        margin-bottom: 10px;
    }

    .fb-like {
        clear: both !important;
        width: 100% !important;
        text-align: center !important;
    }

    .fb_iframe_widget_fluid {
    }

    .fb_profile2 .fb_img {
        float: left;
        width: 20%;
        max-width: 150px;
        height: auto;
        margin-right: 15px;
    }

    .fb_profile2 .fb_name {
        text-align: left;
        font-size: 18px;
        width: 50%;
        height: 30px;
        margin: 0;
    }

    .fb_profile2 .fb_gift {
        text-align: left;
        font-size: 18px;
        width: 50%;
        height: 30px;
        color: #ac0909;
        background: url(../images/arrow.jpg) no-repeat right center;
    }

    .fb_profile2 .fb-like {
        width: 20% !important;
        text-align: center !important;
    }

    /*---------TOKYO------------------*/
    #video {
        width: 95%;
        margin: 0 auto;
    }

        #video li {
            width: 95%;
            margin: 0 auto;
            display: block;
            float: none;
            margin-bottom: 10px;
            padding: 5px 1%;
        }
    /*#video li iframe{ margin:0 auto; border: 5px solid #fff; display: block; width: 100%; height: auto}*/
    #event_container.hashtag {
        width: 95% !important;
        margin: 0 auto;
        padding-top: 50px;
    }

    #event_memo_text {
        margin-bottom: 20px;
        padding: 0 5%;
    }

        #event_memo_text p, #event_memo_text ol li {
            font-size: 15px;
        }
    /*--------------GIFT--------------*/
    .gift_box {
        width: 100%;
        display: block;
        padding: 10px 23px 10px 10px;
        border-bottom: 1px solid #eaeaea;
        margin: 0;
        background-size: 20px 100%;
        min-height: 150px;
    }

        .gift_box img {
            width: 120px;
            float: left;
            margin-right: 3%;
            max-width: 150px;
            height: auto;
        }

        .gift_box h3 {
            /*float: left;
            font-size: 18px;*/
            line-height: 1.4em;
        }

        .gift_box p {
            /*float: left;*/
        }

    .gift_price {
        color: #666;
        font-size: 13px;
        line-height: 23px;
    }

    .gift_info {
        /*font-size: 13px;*/
    }

    .banner {
        width: 100%;
    }

        .banner li {
            float: none;
            margin: 10px auto;
        }

            .banner li img {
                display: block;
                margin: 5px auto;
            }

    .grid-sizer, .item {
        margin: 5px 0;
    }

    footer .logo {
        display: block;
        margin: 20px auto;
        border-top: 1px solid #ccc;
        width: 100%;
    }

    footer .fund_logo {
        display: block;
        width: 100%;
    }
        footer .logo li, footer .fund_logo li {
            width: 100%;
        }


    footer .copyright {
        padding: 15px 10px 80px;
        border-top: 1px solid #ccc;
        line-height: 1.4em;
        background: #eaeaea;
        color: #333;
    }
}
