@charset "UTF-8";
#svg-wrap .noncolor {
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
}
#progress-wrap {
    top: 120px;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
}
@media screen and (max-width:768px) {
	#progress-wrap {
	    top: 0;
	    padding-top: 50px;
	    width: 100%;
	    height: 100%;
	    background: #fff;
	    left: 0;
	}
}
#svg-wrap {
    position: absolute;
    top: 500px;
    left: 0;
    width: 200px;
    height: 179px;
}
#svg-wrap .noncolor {
    position: absolute;
    overflow: hidden;
}
#svg-wrap .noncolor img {
    filter:alpha(opacity=0);
    opacity: 0;
    -webkit-animation: tgc-logo-fadein 1s ease-in-out 0.4s forwards;
    -moz-animation: tgc-logo-fadein 1s ease-in-out 0.4s forwards;
    animation: tgc-logo-fadein 1s ease-in-out 0.4s forwards;
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#progress-wrap,
#svg-wrap .tgc-logo {
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
#svg-wrap .tgc-logo {
    position: relative;
    transform: translate3d(0,0,0);
}
#back-image,
#svg-wrap #svg-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loading-block {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: auto;
}
@media screen and (max-width:640px) {
    #svg-wrap {
        width: 110px;
        height: 99px;
    }
    #loading-block {
        position: absolute;
        top: 55%;
        left: 0;
    }
}
@media screen and (max-width:360px) {
    #loading-block {
        position: absolute;
        top: 57%;
        left: 0;
    }
}
#loading-block ul {
    width: 64px;
    height: auto;
    margin: 0 auto;
}
#loading-block ul:after {
    content: "";
    display: table;
    clear: both;
}
#loading-block ul li {
    width: 4px;
    height: 4px;
    float: left;
    display: inline-block;
    margin-left: 6px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #aaa;
    behavior: url(/css/PIE.htc);
    position: relative;
}
#loading-block ul li:first-child {
    margin-left: 0;
    -webkit-animation: loading-move 1s ease-in-out infinite;
    -moz-animation: loading-move 1s ease-in-out infinite;
    animation: loading-move 1s ease-in-out infinite;
}
#loading-block ul li:nth-child(2) {
    -webkit-animation: loading-move 1s ease-in-out 0.15s infinite;
    -moz-animation: loading-move 1s ease-in-out 0.15s infinite;
    animation: loading-move 1s ease-in-out 0.15s infinite;
}
#loading-block ul li:nth-child(3) {
    -webkit-animation: loading-move 1s ease-in-out 0.3s infinite;
    -moz-animation: loading-move 1s ease-in-out 0.3s infinite;
    animation: loading-move 1s ease-in-out 0.3s infinite;
}
#loading-block ul li:nth-child(4) {
    -webkit-animation: loading-move 1s ease-in-out 0.45s infinite;
    -moz-animation: loading-move 1s ease-in-out 0.45s infinite;
    animation: loading-move 1s ease-in-out 0.45s infinite;
}
#loading-block ul li:nth-child(5) {
    -webkit-animation: loading-move 1s ease-in-out 0.6s infinite;
    -moz-animation: loading-move 1s ease-in-out 0.6s infinite;
    animation: loading-move 1s ease-in-out 0.6s infinite;
}
#loading-block ul li:nth-child(6) {
    -webkit-animation: loading-move 1s ease-in-out 0.75s infinite;
    -moz-animation: loading-move 1s ease-in-out 0.75s infinite;
    animation: loading-move 1s ease-in-out 0.75s infinite;
}
#loading-block ul li:last-child {
    -webkit-animation: loading-move 1s ease-in-out 0.9s infinite;
    -moz-animation: loading-move 1s ease-in-out 0.9s infinite;
    animation: loading-move 1s ease-in-out 0.9s infinite;
}
@media screen and (max-width:640px) {
    #loading-block ul li {
        display: none;
    }
    #loading-block ul li:first-child {
        margin-left: 0;
        -webkit-animation: loading-move 1s ease-in-out infinite;
        -moz-animation: loading-move 1s ease-in-out infinite;
        animation: loading-move 1s ease-in-out infinite;
    }
    #loading-block ul li:last-child,
    #loading-block ul li:nth-child(2),
    #loading-block ul li:nth-child(3),
    #loading-block ul li:nth-child(4),
    #loading-block ul li:nth-child(5),
    #loading-block ul li:nth-child(6) {
        -webkit-animation: loading-move 1s ease-in-out infinite;
        -moz-animation: loading-move 1s ease-in-out infinite;
        animation: loading-move 1s ease-in-out infinite;
    }
}
@-moz-keyframes tgc-logo-fadein {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
    }
}
@-webkit-keyframes tgc-logo-fadein {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
    }
}
@keyframes tgc-logo-fadein {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
    }
}
@-moz-keyframes loading-move {
    0%,
    100% {
        filter:alpha(opacity=0);
        opacity: 0;
    }
    50% {
        filter:alpha(opacity=100);
        opacity: 1;
    }
}
@-webkit-keyframes loading-move {
    0%,
    100% {
        filter:alpha(opacity=0);
        opacity: 0;
    }
    50% {
        filter:alpha(opacity=100);
        opacity: 1;
    }
}
@keyframes loading-move {
    0%,
    100% {
        filter:alpha(opacity=0);
        opacity: 0;
    }
    50% {
        filter:alpha(opacity=100);
        opacity: 1;
    }
}
#tgc-svg {
    width: 100%;
    height: auto;
}
#progress-wrap {
    position: fixed;
    z-index: 999;
    transform: translate3d(0,0,0);
}
#progress-wrap.fadeout {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation: progress-fadeout 1s 0.4s ease-out forwards;
    -moz-animation: progress-fadeout 1s 0.4s ease-out forwards;
    animation: progress-fadeout 1s 0.4s ease-out forwards;
}
#progress-wrap .progress-bar {
    position: absolute;
    top: 47%;
    left: 0;
    width: 0;
    height: 2px;
    background: #dfdfdf;
}
#progress-wrap .percent-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-family: "Playfair Display",serif;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-size: 170%;
    color: #000;
    filter:alpha(opacity=0);
    opacity: 0;
}
@media screen and (max-width:640px) {
    #progress-wrap .percent-text {
        font-size: 124%;
    }
}
#progress-wrap .percent-text span {
    font-size: 231%;
}
#main-visual {
/*
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
*/
	/* padding-top:125px; */
	
	/* background-color: rgba(255,255,255,0.9); */
	position: relative;
    width: 100%;
    height: auto;
    /* max-height: 592px; */
/*
    background: url(../images/top/bg-main-visual-pc.jpg) center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
*/
}

@media screen and (max-width:640px) {
    #main-visual {
/*
        position: absolute;
        top: 0;
        left: 0;
*/
		padding-top:52px;
		position: relative;
	    width: 100%;
	    height: auto;
	    
/*
        background: url(../images/top/bg-main-visual-sp.jpg) center no-repeat;
        -moz-background-size: 600px;
        -o-background-size: 600px;
        -webkit-background-size: 600px;
        background-size: 600px;
*/
    }
}
@media screen and (max-width:375px) {
    #main-visual {
/*
        -moz-background-size: 560px;
        -o-background-size: 560px;
        -webkit-background-size: 560px;
        background-size: 560px;
*/
    }
}
#main-visual .inner {
    position: relative;
    width: 1000px;
    height: 1000px;
}
@media screen and (max-width:640px) {
    #main-visual .inner {
        width: 100%;
        height: 1000px;
    }
}
#slider-content {
/*
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
*/
/*
	position: absolute;
    top: 0;
    left: 0;
*/
	width: 100%;
    height: auto;
    /* max-height: 592px; */
    
    -moz-background-size: 90%;
    -o-background-size: 90%;
    -webkit-background-size: 90%;
    background-size: 90%;
    background-position: 50% 45%;
    z-index: 2;
    filter:alpha(opacity=0);
    opacity: 0;
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#slider-content.sp-move {
    -webkit-animation: slider-move 0.6s ease-in-out 2s forwards;
    -moz-animation: slider-move 0.6s ease-in-out 2s forwards;
    animation: slider-move 0.6s ease-in-out 2s forwards;
}
#slider-content .top-date-wrap{
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	overflow: hidden;
}
#slider-content .top-logo {
    /*
width: 572px;
    height: auto;
    margin: 0 auto 12px;
*/
	display:none;
}
@media screen and (max-width:640px) {
    #slider-content {
        /*
position: absolute;
        top: 0;
        left: 0;
*/
    }
    #slider-content .top-logo {
        width: 90%;
        height: auto;
        margin: 25px auto 12px;
        display: block;
    }
}
@media screen and (max-width:360px) {
    #slider-content .top-logo {
        margin: 25px auto 12px;
        display: block;
    }
}
#slider-content .date-img {
/*
    width: 502px;
    height: auto;
    margin: 0 auto 15px;
*/
    display:none;
}
@media screen and (max-width:640px) {
    #slider-content .date-img {
        width: 90%;
        height: auto;
        margin: 0 auto 15px;
        display: block;
    }
}
#slider-content .slider-wrap {
    position: relative;
/*     width: 900px; */
    
/*     height: 400px; */
	width: 100%;
/* 	max-width: 1300px; */
    height:auto;
    
    margin: 0 auto 15px;
}
#news-sec {
    width: 100%;
    height: auto;
    
    
/*
    background: url(../images/top/bg-news-sec-pc.jpg) center no-repeat #fff;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
*/
}
@media screen and (max-width:640px) {
    #slider-content .slider-wrap {
        width: 100%;
        height: auto;
    }
    #news-sec {
/*
        background: url(../images/top/bg-news-sec-sp.jpg) center no-repeat #fff;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
*/
    }
}
#news-sec h2 {
    width: 202px;
    height: auto;
    margin: 0 auto 70px;
}
#news-sec .inner {
    /* padding: 164px 0 140px; */
    /* padding: 33px 0 140px; */
    /* padding: 33px 0 100px; */
    padding: 33px 0 0;
    width: 100%;
    max-width: 1000px;
}
@media screen and (max-width:1024px) {
    #news-sec h2 {
        margin: 0 auto 35px;
    }
    #news-sec .inner {
        /* padding: 124px 0 100px; */
        /* padding: 33px 0 140px; */
        padding: 33px 0 100px;
    }
}
@media screen and (max-width:640px) {
    #news-sec h2 {
        width: 110px;
        height: auto;
        margin: 0 auto 24px;
    }
    #news-sec .inner {
        width: 100%;
        height: auto;
        padding: 24px 0 50px;
    }
}
#news-sec .inner #ticket-banner {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
#news-sec .inner #ticket-banner:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width:1024px) {
    #news-sec .inner #ticket-banner {
        /* width: 960px; */
        width: 100%;        
        height: auto;
        margin: 0 auto 49px;
    }
}
@media screen and (max-width:640px) {
    #news-sec .inner #ticket-banner {
        width: 92%;
        height: auto;
        margin: 0 auto 24px;
    }
/*
    #news-sec .inner #ticket-banner.fademode {
    padding-bottom: 38%;
  }
*/
}
#news-sec .inner #ticket-banner li {
    width: 50%;
    height: auto;
    float: left;
    display: inline-block;
    position: relative;
}
#news-sec .inner #ticket-banner li a {
    display: block;
    width: 100%;
    height: auto;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#news-sec .inner #ticket-banner li a:hover {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter:alpha(opacity=70);
    opacity: 0.7;
}
@media screen and (max-width:640px) {
    #news-sec .inner #ticket-banner li {
        width: 100%;
        height: auto;
        margin: 12px 0 0;
    }
    #news-sec .inner #ticket-banner li:first-child {
        margin: 0;
    }
    #news-sec .inner #ticket-banner li a:hover {
        filter:alpha(opacity=100);
        opacity: 1;
    }
}

#win-banner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#zozo-banner, #premium-banner, #able-banner,#tgm-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#zozo-banner a, #premium-banner a, #able-banner a, #win-banner a,#tgm-banner a {
  display: block;
  width: 100%;
  height: auto;
}

#premium-banner, #zozo-banner, #able-banner,#tgm-banner {
  display: none;
}

#news-sec #news_inner{
	position: relative;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    padding: 93px 0 87px;
    border: 1px solid #132741;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
@media screen and (max-width:640px) {
    #news-sec #news_inner {
        width: 92%;
        height: auto;
        padding: 45px 0 45px;
    }
}


#news-sec .inner #news-article-list {
    position: relative;
    width: 900px;
/*
    width: 100%;
    max-width: 900px;
*/
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width:640px) {
    #news-sec .inner #news-article-list {
        width: 92%;
        height: auto;
    }
}
#news-sec .inner #news-article-list article {
    width: 100%;
    height: auto;
    border-top: dashed 1px #dcdcdc;
}
#news-sec .inner #news-article-list article:first-child {
    border-top: 0;
}
#news-sec .inner #news-article-list article a {
    display: block;
    width: 100%;
    height: auto;
    padding: 24px 0;
}
@media screen and (max-width:640px) {
    #news-sec .inner #news-article-list article a {
        padding: 16px 0;
    }
}
#news-sec .inner #news-article-list article a .date-cat {
    padding-left: 100px;
    margin-bottom: 12px;
    font-family: Helvetica,sans-serif;
    letter-spacing: 1px;
    font-size: 116%;
    color: #000;
    vertical-align: middle;
}
@media screen and (max-width:1024px) {
    #news-sec .inner #news-article-list article a .date-cat {
        margin-bottom: 8px;
        font-size: 100%;
    }
}
@media screen and (max-width:640px) {
    #news-sec .inner #news-article-list article a .date-cat {
        padding-left: 64px;
        margin-bottom: 4px;
        font-size: 93%;
    }
}
#news-sec .inner #news-article-list article a .title {
    padding: 0 0 0 104px;
    @incluude border(bottom);
    font-size: 124%;
    color: #000;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media screen and (max-width:1024px) {
    #news-sec .inner #news-article-list article a .title {
        font-size: 100%;
    }
}
/*
model
special
artist
ticket
*/

#news-sec .inner #news-article-list article a.cat1 {
    background: url(../images/news/icon1.png) 20px 50% no-repeat;
}
@media screen and (max-width:640px) {
    #news-sec .inner #news-article-list article a .title {
        padding: 0 0 0 68px;
        font-size: 93%;
        font-weight: 400;
    }
    #news-sec .inner #news-article-list article a.cat1 {
        -moz-background-size: 52px;
        -o-background-size: 52px;
        -webkit-background-size: 52px;
        background-size: 52px;
        background-position: 0 50%;
    }
}
#news-sec .inner #news-article-list article a.cat2 {
    background: url(../images/news/icon2.png) 20px 50% no-repeat;
}
@media screen and (max-width:640px) {
    #news-sec .inner #news-article-list article a.cat2 {
        -moz-background-size: 52px;
        -o-background-size: 52px;
        -webkit-background-size: 52px;
        background-size: 52px;
        background-position: 0 50%;
    }
}
#news-sec .inner #news-article-list article a.cat3 {
    background: url(../images/news/icon3.png) 20px 50% no-repeat;
}
@media screen and (max-width:640px) {
    #news-sec .inner #news-article-list article a.cat3 {
        -moz-background-size: 52px;
        -o-background-size: 52px;
        -webkit-background-size: 52px;
        background-size: 52px;
        background-position: 0 50%;
    }
}
#news-sec .inner #news-article-list article a.cat4 {
    background: url(../images/news/icon4.png) 20px 50% no-repeat;
}
@media screen and (max-width:640px) {
    #news-sec .inner #news-article-list article a.cat4 {
        -moz-background-size: 52px;
        -o-background-size: 52px;
        -webkit-background-size: 52px;
        background-size: 52px;
        background-position: 0 50%;
    }
}
#news-sec .inner #news-article-list article a.cat5 {
    background: url(../images/news/icon5.png) 20px 50% no-repeat;
}
@media screen and (max-width:640px) {
    #news-sec .inner #news-article-list article a.cat5 {
        -moz-background-size: 52px;
        -o-background-size: 52px;
        -webkit-background-size: 52px;
        background-size: 52px;
        background-position: 0 50%;
    }
}
#news-sec .inner #news-article-list article a.cat6 {
    background: url(../images/news/icon6.png) 20px 50% no-repeat;
}
@media screen and (max-width:640px) {
    #news-sec .inner #news-article-list article a.cat6 {
        -moz-background-size: 52px;
        -o-background-size: 52px;
        -webkit-background-size: 52px;
        background-size: 52px;
        background-position: 0 50%;
    }
}
#news-sec .inner #news-article-list article a.cat7 {
    background: url(../images/news/icon7.png) 20px 50% no-repeat;
}
@media screen and (max-width:640px) {
    #news-sec .inner #news-article-list article a.cat7 {
        -moz-background-size: 52px;
        -o-background-size: 52px;
        -webkit-background-size: 52px;
        background-size: 52px;
        background-position: 0 50%;
    }
}
#news-sec .inner #news-article-list article a.cat8 {
    background: url(../images/news/icon8.png) 20px 50% no-repeat;
}
#news-sec .inner #news-article-list article a:hover .title {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter:alpha(opacity=60);
    opacity: 0.6;
}
#news-sec .inner #news-article-list #share-btn-ul {
    position: absolute;
    top: -116px;
    right: 0;
    /* width: 174px; */
    width: 270px;
    height: auto;
}
#news-sec .inner #news-article-list #share-btn-ul:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width:1024px) {
    #news-sec .inner #news-article-list #share-btn-ul {
        position: absolute;
        top: -80px;
        right: 0;
    }
}
@media screen and (max-width:640px) {
    #news-sec .inner #news-article-list article a.cat8 {
        -moz-background-size: 52px;
        -o-background-size: 52px;
        -webkit-background-size: 52px;
        background-size: 52px;
        background-position: 0 50%;
    }
    #news-sec .inner #news-article-list article a:hover .title {
        filter:alpha(opacity=100);
        opacity: 1;
    }
    #news-sec .inner #news-article-list #share-btn-ul {
        position: static;
        margin: 36px auto 0;
    }
}
#news-sec .inner #news-article-list #share-btn-ul li {
    width: 46px;
    height: 46px;
    float: left;
    display: inline-block;
    margin-left: 10px;
}
#news-sec .inner #news-article-list #share-btn-ul li:first-child {
    margin: 0;
}
#news-sec .inner #news-article-list #share-btn-ul li a {
    display: block;
    width: 46px;
    height: 46px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#info-model-sec #info-block ul:after,
#top-social-btn:after {
    display: table;
    content: "";
    clear: both;
}
#news-sec .inner #news-article-list #share-btn-ul li a:hover {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter:alpha(opacity=60);
    opacity: 0.6;
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    box-shadow: 0 0 6px rgba(0,0,0,.1);
}
#news-sec .inner #news-article-list #share-btn-ul li.fb a {
    border: 1px solid #36558f;
    background: url(../images/top/bg-news-share-fb-pc.png) 49% 50% no-repeat #36558f;
}
#news-sec .inner #news-article-list #share-btn-ul li.tw a {
    border: 1px solid #2aa8df;
    background: url(../images/top/bg-news-share-tw-pc.png) center no-repeat #2aa8df;
}
#news-sec .inner #news-article-list #share-btn-ul li.insta a {
    border: 1px solid #4f78a4;
    background: url(../images/top/bg-news-share-insta-pc.png) center no-repeat #4f78a4;
}
#news-sec .inner #news-article-list #share-btn-ul li.line a {
    border: 1px solid #64d964;
    background: url(../images/top/bg-news-share-line-pc.png) center no-repeat #64d964;
}
#news-sec .inner #news-article-list #share-btn-ul li.lineblog a {
    border: 1px solid #64d964;
    background: url(../images/top/bg-news-share-lineblog-pc.png) center no-repeat #64d964;
}
#news-sec .overlay.news-cover {
    background: url(../images/ie_png/e2dfdab3-8.png);
    background: rgba(226,223,218,.7);
}
#top-social-btn {
    width: 255px;
    height: auto;
    margin: 0 auto 36px;
}
#top-social-btn li {
    width: 85px;
    height: auto;
    float: left;
    display: inline-block;
}
#top-social-btn li:first-child {
    margin-left: 0;
}
#info-model-sec {
    width: 100%;
    height: auto;
/*
    background: url(../images/top/bg-info-model-sec-pc.jpg) center no-repeat #00b0da;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
*/
}
#info-model-sec .inner {
    position: relative;
    width: 1440px;
    height: auto;
    /* padding: 183px 0 150px; */
    padding: 100px 0 0;
    overflow: hidden;
}
@media screen and (max-width:1300px) {
    #info-model-sec .inner {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width:1024px) {
    #info-model-sec .inner {
        width: 960px;
        height: auto;
        /* padding: 100px 0 120px; */
        padding: 100px 0 0;
    }
}
@media screen and (max-width:640px) {
    #news-sec .inner #news-article-list #share-btn-ul li a:hover {
        filter:alpha(opacity=100);
        opacity: 1;
    }
    #info-model-sec {
/*
        background: url(../images/top/bg-info-model-sec-sp.jpg) center no-repeat #00b0da;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
*/
    }
    #info-model-sec .inner {
        width: 100%;
        height: auto;
        /* padding: 51px 0 60px; */
        /* padding: 0 0 45px; */
        padding: 0;
    }
}
#info-model-sec .inner.top-report {
    padding: 183px 0 0;
    overflow: hidden;
}
@media screen and (max-width:1024px) {
    #info-model-sec .inner.top-report {
        padding: 103px 0 0;
    }
}
#info-model-sec .inner .info-article {
    /* margin-bottom: 193px; */
}
@media screen and (max-width:640px) {
    #info-model-sec .inner.top-report {
        padding: 51px 0 0;
    }
    #info-model-sec .inner .info-article {
        margin-bottom: 50px;
    }
}
#info-model-sec .inner .info-article h2 {
    width: 562px;
	height: auto;
	margin: 0 auto 70px;
}
@media screen and (max-width:640px) {
    #info-model-sec .inner .info-article h2 {
        width: 251.776px;
        height: auto;
        margin: 0 auto 35px;
    }
}
/*
#info-model-sec .inner .model-article h2 {
	   width: 284px;
	height: auto;
	margin: 0 auto 70px;
}
@media screen and (max-width:640px) {
    #info-model-sec .inner .model-article h2 {
        width: 140.67px;
        height: auto;
        margin: 0 auto 35px;
    }
}
*/
#info-model-sec #info-block {
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
#info-model-sec #info-block ul {
    width: 101%;
    height: auto;
}
#info-model-sec #info-block ul li {
    position: relative;
    width: 32.33333%;
    height: auto;
    float: left;
    display: inline-block;
    margin: 0 1% 1% 0;
    background: #FFF;
    overflow: hidden;
}
@media screen and (max-width:1024px) {
    #info-model-sec #info-block {
        width: 92%;
        height: auto;
    }
    #info-model-sec #info-block ul li {
        width: 32.33333%;
        height: auto;
    }
}
@media screen and (max-width:640px) {
    #info-model-sec #info-block ul li {
        width: 49%;
        height: auto;
    }
}
#info-model-sec #info-block ul li .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
#info-model-sec #info-block ul li .border-block {
    position: absolute;
    top: 34%;
    left: 15%;
    width: 70%;
    height: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #FFF;
    z-index: 2;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
@media screen and (max-width:1024px) {
    #info-model-sec #info-block ul li .border-block {
        position: absolute;
        top: 33%;
        left: 15%;
    }
}
@media screen and (max-width:640px) {
    #info-model-sec #info-block ul li .border-block {
        width: 70%;
        height: 63px;
        border: 2px solid #FFF;
    }
}
@media screen and (max-width:320px) {
    #info-model-sec #info-block ul li .border-block {
        position: absolute;
        top: 30%;
        left: 15%;
    }
}
#info-model-sec #info-block ul li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
}
#info-model-sec #info-block ul li a .en-title {
    margin: 40.5% auto 12px;
    text-align: center;
}
@media screen and (max-width:1024px) {
    #info-model-sec #info-block ul li a .en-title {
        margin: 40% auto 12px;
    }
}
#info-model-sec #info-block ul li a .jp-title {
    text-align: center;
    color: #FFF;
    font-size: 100%;
    letter-spacing: 0.3em;
}
@media screen and (max-width:640px) {
    #info-model-sec #info-block ul li a .en-title {
        margin: 40% auto 6px;
    }
    #info-model-sec #info-block ul li a .jp-title {
        font-size: 77%;
    }
}
#info-model-sec #info-block ul li a .click-block {
    width: 70px;
    height: auto;
    margin: 15% auto 0;
    padding-bottom: 3px;
    text-align: center;
    border-bottom: solid 2px #FFF;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.05em;
    color: #FFF;
    font-size: 108%;
    filter:alpha(opacity=0);
    opacity: 0;
    -moz-transform: translate3d(0,50%,0);
    -ms-transform: translate3d(0,50%,0);
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
#info-model-sec #info-block ul li a:hover .en-title {
    -webkit-animation: en-tickettitle-move 0.6s forwards;
    -moz-animation: en-tickettitle-move 0.6s forwards;
    animation: en-tickettitle-move 0.6s forwards;
}
#info-model-sec #info-block ul li a:hover .jp-title {
    -webkit-animation: jp-tickettitle-move 0.6s forwards;
    -moz-animation: jp-tickettitle-move 0.6s forwards;
    animation: jp-tickettitle-move 0.6s forwards;
}
#info-model-sec #info-block ul li a:hover .caption {
    -webkit-animation: ticket-txt-move 0.6s forwards;
    -moz-animation: ticket-txt-move 0.6s forwards;
    animation: ticket-txt-move 0.6s forwards;
}
#info-model-sec #info-block ul li a:hover .click-block {
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#info-model-sec #info-block ul li.ticket {
    width: 65.6%;
    height: 326px;
    overflow: hidden;
    -moz-perspective: 800;
    -webkit-perspective: 800;
    perspective: 800;
}
@media screen and (max-width:1024px) {
    #info-model-sec #info-block ul li a .click-block {
        margin: 15.5% auto 0;
    }
    #info-model-sec #info-block ul li.ticket {
        width: 65.6%;
        height: 288px;
    }
    #info-model-sec #info-block ul li.ticket a .en-title {
        margin: 16% auto 12px;
    }
}
@media screen and (max-width:640px) {
    #info-model-sec #info-block ul li.ticket {
        width: 100%;
        height: 120px;
    }
}
#info-model-sec #info-block ul li.ticket .cover {
    background: url(../images/top/bg-info-ticket.jpg) center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
#info-model-sec #info-block ul li.about .cover {
    background: url(../images/top/bg-info-about.jpg) center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
#info-model-sec #info-block ul li.access .cover {
    background: url(../images/top/bg-info-access.jpg) center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
#info-model-sec #info-block ul li.model .cover {
    background: url(../images/top/bg-info-model.jpg) center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
#info-model-sec #info-block ul li.faq .cover {
    background: url(../images/top/bg-info-faq.jpg) center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}




#info-model-sec #info-block ul li.ticket a .en-title {
    margin: 16% auto 12px;
    width: 236px;
    height: auto;
}
@media screen and (max-width:640px) {
    #info-model-sec #info-block ul li.ticket a .en-title {
        width: 118px;
        height: auto;
        margin: 6% auto 8px;
    }
}
@media screen and (max-width:320px) {
    #info-model-sec #info-block ul li.ticket a .en-title {
        margin: 7% auto 8px;
    }
}
#info-model-sec #info-block ul li.ticket a .nowon {
    position: absolute;
    top: 23px;
    bottom: atuo;
    left: 23px;
    width: 124px;
    height: auto;
}
@media screen and (max-width:1024px) {
    #info-model-sec #info-block ul li.ticket a .nowon {
        width: 82.67px;
        height: auto;
    }
    #info-model-sec #info-block ul li.ticket a .click-block {
        display: none;
    }
}
@media screen and (max-width:640px) {
    #info-model-sec #info-block ul li.ticket a .nowon {
        position: absolute;
        top: 12px;
        bottom: atuo;
        left: 12px;
        width: 62px;
        height: auto;
    }
}
#info-model-sec #info-block ul li.ticket a .nowon img {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -moz-transform: rotateY(0) translate3d(0,0,0);
    -ms-transform: rotateY(0) translate3d(0,0,0);
    -webkit-transform: rotateY(0) translate3d(0,0,0);
    transform: rotateY(0) translate3d(0,0,0);
}
#info-model-sec #info-block ul li.ticket a .jp-title {
    text-align: center;
    color: #FFF;
    font-size: 100%;
    letter-spacing: 0.3em;
}
#report-nav li a,
#report-nav li.no-link {
    font-family: Lato,sans-serif;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.05em;
}
#info-model-sec #info-block ul li.ticket a .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
#info-model-sec #info-block ul li.ticket a .click-block {
    margin: 4% auto 0;
}
#info-model-sec #info-block ul li.ticket a:hover .en-title {
    -webkit-animation: en-title-move 0.6s forwards;
    -moz-animation: en-title-move 0.6s forwards;
    animation: en-title-move 0.6s forwards;
}
#info-model-sec #info-block ul li.ticket a:hover .jp-title {
    -webkit-animation: jp-title-move 0.6s forwards;
    -moz-animation: jp-title-move 0.6s forwards;
    animation: jp-title-move 0.6s forwards;
}
#info-model-sec #info-block ul li.ticket a:hover .caption {
    -webkit-animation: ticket-txt-move 0.6s forwards;
    -moz-animation: ticket-txt-move 0.6s forwards;
    animation: ticket-txt-move 0.6s forwards;
}
#info-model-sec #info-block ul li.ticket:hover .cover {
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    filter:alpha(opacity=80);
    opacity: 0.8;
}
#info-model-sec #info-block ul li.ticket:hover .nowon img {
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -moz-transform: rotateY(360deg) translate3d(0,0,0);
    -ms-transform: rotateY(360deg) translate3d(0,0,0);
    -webkit-transform: rotateY(360deg) translate3d(0,0,0);
    transform: rotateY(360deg) translate3d(0,0,0);
}
#info-model-sec #info-block ul li.about {
    background: #c9bbc8;
}
#info-model-sec #info-block ul li.about a .en-title {
    width: 135px;
    height: auto;
}
@media screen and (max-width:640px) {
    #info-model-sec #info-block ul li.about a .en-title {
        width: 75px;
        height: auto;
    }
}
#info-model-sec #info-block ul li.access {
    background: #9a9a9a;
}
#info-model-sec #info-block ul li.access a .en-title {
    width: 164px;
    height: auto;
}
@media screen and (max-width:640px) {
    #info-model-sec #info-block ul li.access a .en-title {
        width: 91.11px;
        height: auto;
    }
}
#info-model-sec #info-block ul li.model {
    background: #a0a4b5;
}
#info-model-sec #info-block ul li.model a .en-title {
    width: 147px;
    height: auto;
}
@media screen and (max-width:640px) {
    #info-model-sec #info-block ul li.model a .en-title {
        width: 81.67px;
        height: auto;
    }
}
#info-model-sec #info-block ul li.faq {
    background: #9eb8ba;
}
#info-model-sec #info-block ul li.faq a .en-title {
    width: 83px;
    height: auto;
}
#info-model-sec #info-block ul li:hover .cover {
    filter:alpha(opacity=30);
    opacity: 0.3;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
#info-model-sec #info-block ul li:hover .border-block {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    border: 5px solid #FFF;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width:640px) {
    #info-model-sec #info-block ul li.faq a .en-title {
        width: 46.11px;
        height: auto;
    }
    #info-model-sec #info-block ul li:hover .border-block {
        border: 3px solid #FFF;
    }
}


/*---------------------------------------
  model
 ---------------------------------------*/
#model-sec {
	width: 100%;
	margin: 100px 0 100px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.7);
}

#model-sec .inner {
	width: 100%;
	margin: 0 auto;
	
    position: relative;
    padding: 80px 0 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width:640px) {
	#model-sec {
	margin: 0 0 100px;
}
    #model-sec .inner {
        width: 100%;
        height: auto;
        padding: 25px 0;
    }
}
#model-sec .inner h2 {
    width: 284px;
	height: auto;
	margin: 0 auto 70px;
}
@media screen and (max-width:640px) {
    #model-sec .inner h2 {
        width: 140.67px;
        height: auto;
        margin: 0 auto 35px;
    }
}



#model-ul-wrap {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}
#model-ul-wrap ul {
    width: 800%;
    height: auto;
    display: inline-block;
}
#model-ul-wrap ul:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width:1300px) {
    #model-ul-wrap ul {
        width: 340%;
        height: auto;
    }
}
#model-ul-wrap ul li {
    /* width: 6.16667%; */
    width: 230px;
	/* width: 3.9%; */
    height: auto;
    float: left;
    display: inline-block;
    /* margin-left: 0.2%; */
    margin-left: 10px;
    background-color: #fff;
/*     padding-left:0.5%; */
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width:1024px) {
    #model-ul-wrap ul {
        width: 550%;
        height: auto;
    }
    #model-ul-wrap ul li {
        /* width: 5.66667%; */
        width: 230px;
        height: auto;
        margin-left: 10px;
        /* margin-left: 1%; */
    }
}
#model-ul-wrap ul li a {
    display: block;
    width: 100%;
    height: auto;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#model-ul-wrap ul li a:hover {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter:alpha(opacity=70);
    opacity: 0.7;
}
/*
#brand-sec {
    width: 100%;
    height: auto;
    background: url(../images/top/bg-brand-sec-pc.jpg) center no-repeat #fff;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
*/
@media screen and (max-width:640px) {
    #model-ul-wrap {
        width: 100%;
        /* height: 160px; */
        /* height: 110px; */
        height: 160px;
    }
    #model-ul-wrap ul {
        width: 660%;
        height: auto;
    }
    #model-ul-wrap ul li {
         /* width: 230px; */
         /* width: 110px; */
         width:160px;
         
         /* width: 5.66667%; */
         
        height: auto;
        margin-left: 10px;
    }
    #model-ul-wrap ul li a:hover {
        filter:alpha(opacity=100);
        opacity: 1;
    }
/*
    #brand-sec {
        background: url(../images/top/bg-brand-sec-sp.jpg) center no-repeat #fff;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
*/
}
/*
#brand-sec .inner {
    padding: 150px 0 230px;
    overflow: hidden;
}
@media screen and (max-width:1024px) {
    #brand-sec .inner {
        width: 900px;
        height: auto;
        padding: 100px 0 130px;
    }
}
@media screen and (max-width:640px) {
    #brand-sec .inner {
        width: 92%;
        height: auto;
        padding: 25px 0;
    }
}
#brand-sec .inner h2 {
    width: 205px;
    height: auto;
    margin: 0 auto 70px;
}
@media screen and (max-width:640px) {
    #brand-sec .inner h2 {
        width: 136.67px;
        height: auto;
        margin: 0 auto 35px;
    }
}
#brand-sec .inner #brand-ul-wrap {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width:1024px) {
    #brand-sec .inner #brand-ul-wrap {
        width: 100%;
        height: 200px;
    }
}
@media screen and (max-width:640px) {
    #brand-sec .inner #brand-ul-wrap {
        width: 100%;
        height: 100px;
    }
}
#brand-sec .inner #brand-ul-wrap ul {
    width: 380%;
    height: auto;
    display: inline-block;
}
#brand-sec .inner #brand-ul-wrap ul:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width:640px) {
    #brand-sec .inner #brand-ul-wrap ul {
        width: 530%;
        height: auto;
    }
}
#brand-sec .inner #brand-ul-wrap ul li {
    width: 6.33333%;
    height: auto;
    float: left;
    display: inline-block;
    margin: 0 2% 2% 0;
}
*/
/*---------------------------------------
  BRAND
 ---------------------------------------*/
#brand-sec {
	width: 100%;
	margin: 0 auto 100px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.7);
}

#brand-sec .inner {
	width: 100%;
	margin: 0 auto;
	
    position: relative;
    padding: 80px 0 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width:640px) {
    #brand-sec .inner {
        width: 100%;
        height: auto;
        padding: 25px 0;
    }
}
#brand-sec .inner h3 {
    width: 288px;
    height: auto;
    margin: 0 auto 70px;
}
@media screen and (max-width:640px) {
    #brand-sec .inner h3 {
        width: 152px;
        height: auto;
        margin: 0 auto 35px;
    }
}

#brand-ul-wrap {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}
#brand-ul-wrap ul {
    width: 800%;
    height: auto;
    display: inline-block;
}
#brand-ul-wrap ul:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width:1300px) {
    #brand-ul-wrap ul {
        width: 340%;
        height: auto;
    }
}
#brand-ul-wrap ul li {
    /* width: 6.16667%; */
    width: 235px;
	/* width: 3.9%; */
    height: auto;
    float: left;
    display: inline-block;
    /* margin-left: 0.2%; */
    margin-left: 10px;
    background-color: #fff;
/*     padding-left:0.5%; */
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#brand-ul-wrap ul li img{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}
    
@media screen and (max-width:1024px) {
    #brand-ul-wrap ul {
        width: 550%;
        height: auto;
    }
    #brand-ul-wrap ul li {
        /* width: 5.66667%; */
        width: 235px;
        height: auto;
        margin-left: 10px;
        /* margin-left: 1%; */
    }
}
#brand-ul-wrap ul li a {
    display: block;
    width: 100%;
    height: auto;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#brand-ul-wrap ul li a:hover {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter:alpha(opacity=70);
    opacity: 0.7;
}
@media screen and (max-width:640px) {
    #brand-ul-wrap {
        width: 100%;
        /* height: 160px; */
        /* height: 110px; */
        height: 60px;
    }
    #brand-ul-wrap ul {
        width: 660%;
        height: auto;
    }
    #brand-ul-wrap ul li {
         /* width: 230px; */
         /* width: 110px; */
         width:115px;
         
         /* width: 5.66667%; */
         
        height: auto;
        margin-left: 10px;
    }
    #brand-ul-wrap ul li a:hover {
        filter:alpha(opacity=100);
        opacity: 1;
    }

}



/*---------------------------------------
  GUEST ARTIST
 ---------------------------------------*/

#guest-artist-sec {
    width: 100%;
    height: auto;
    margin: 0 auto 100px;
    background-color: rgba(255,255,255,0.7);
}
#guest-artist-sec .inner {
    padding: 50px 0;
}
#guest-artist-sec .inner:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width:1024px) {
    #guest-artist-sec .inner {
        width: 900px;
        height: auto;
        /* padding: 100px 0 120px; */
    }
}
@media screen and (max-width:640px) {
/*
    #guest-artist-sec {
        background: url(../images/top/bg-guest-artist-sec-sp.jpg) center no-repeat #72caf3;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
*/
    #guest-artist-sec .inner {
        width: 92%;
        height: auto;
        padding: 30px 0 0;
    }
}
#guest-artist-sec .inner section {
    width: 48%;
    height: auto;
}
@media screen and (max-width:640px) {
    #guest-artist-sec .inner section {
        width: 100%;
        height: auto;
        margin: 0 auto 70px;
    }
}
#guest-artist-sec .inner section#guest-sec {
    float: left;
    display: inline-block;
}

#guest-artist-sec .inner section#guest-sec h2 {
    max-width: 469px;
  	width: 100%;
    height: auto;
    margin: 0 auto 70px;
}
@media screen and (max-width:640px) {
    #guest-artist-sec .inner section#guest-sec h2 {
        width: 210px;
        height: auto;
        margin: 0 auto 35px;
    }
}
#guest-artist-sec .inner section#artist-sec {
    float: right;
    display: inline-block;
}
#guest-artist-sec .inner section#artist-sec h2 {
    width: 293px;
    height: auto;
    margin: 0 auto 70px;
}
@media screen and (max-width:640px) {
    #guest-artist-sec .inner section#artist-sec h2 {
        width: 132px;
        height: auto;
        margin: 0 auto 35px;
    }
}



#guest-artist-sec .inner section .thumbs-block {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (max-width:640px) {
    #guest-artist-sec .inner section .thumbs-block {
        width: 92%;
        height: auto;
    }
}
#guest-artist-sec .inner section .thumbs-block .slider-view {
    position: relative;
    width: 50%;
    height: auto;
    float: left;
    display: inline-block;
    overflow: hidden;
}
#guest-artist-sec .inner section .thumbs-block .slider-view ul.slider-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#guest-artist-sec .inner section .thumbs-block .slider-view ul.slider-1:after {
    content: "";
    display: table;
    clear: both;
}
#guest-artist-sec .inner section .thumbs-block .slider-view ul.slider-1 li {
    width: 100%;
    height: auto;
    float: right;
    display: inline-block;
}
#guest-artist-sec .inner section .thumbs-block .slider-view ul.slider-2:after,
#guest-artist-sec .inner section .thumbs-block .slider-view ul.slider-3:after,
#guest-artist-sec .inner section .thumbs-block .slider-view ul.slider-4:after {
    display: table;
    content: "";
    clear: both;
}
#guest-artist-sec .inner section .thumbs-block .slider-view ul.slider-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#guest-artist-sec .inner section .thumbs-block .slider-view ul.slider-2 li {
    width: 100%;
    height: auto;
}
#guest-artist-sec .inner section .thumbs-block .slider-view ul.slider-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#guest-artist-sec .inner section .thumbs-block .slider-view ul.slider-3 li {
    width: 100%;
    height: auto;
}
#guest-artist-sec .inner section .thumbs-block .slider-view ul.slider-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#guest-artist-sec .inner section .thumbs-block .slider-view ul.slider-4 li {
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
}
#guest-artist-sec .inner section .thumbs-block .slider-view ul.sp {
    position: static;
    width: 100%;
    height: auto;
}
#guest-artist-sec .inner section .thumbs-block .slider-view ul.sp:after {
    content: "";
    display: table;
    clear: both;
}
/*
#guest-artist-sec .inner section .thumbs-block .slider-view ul.sp li {
    width: 50%;
    height: auto;
    float: left;
    display: inline-block;
}
*/
#guest-artist-sec .inner section .thumbs-block .slider-view.sp,
#special-sec,
#info-sec {
    width: 100%;
    height: auto;
}
#special-sec .inner ul:after,
#special-sec .inner:after,
#info-sec .inner ul:after,
#info-sec .inner:after,{
    display: table;
    content: "";
    clear: both;
}
#guest-artist-sec .inner section .thumbs-block .slider-view a img {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#guest-artist-sec .inner section .thumbs-block .slider-view a:hover img {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter:alpha(opacity=70);
    opacity: 0.7;
}


/*
#model-sec {
	width: 100%;
	margin: 100px 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#model-sec .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;	
    position: relative;
    padding: 80px 0 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width:640px) {
    #model-sec .inner {
        width: 92%;
        height: auto;
        padding: 25px 0;
    }
}
#model-sec .inner h3 {
    width: 284px;
    height: auto;
    margin: 0 auto 70px;
}
@media screen and (max-width:640px) {
    #model-sec .inner h3 {
        width: 152px;
        height: auto;
        margin: 0 auto 35px;
    }
}
#model-sec .inner ul{
	 display: block;
	 width: 100%;
	 overflow: hidden;
}
#model-sec .inner ul li{
	 display: block;
	 float: left;
	 width: 23.5%;
	 margin-bottom: 10px;
	 margin-left: 2%;
}
#model-sec .inner ul li:first-child{
	margin-left: 0;
}
@media screen and (max-width:640px) {
    #model-sec .inner ul li{
		 display: block;
		 float: left;
		 width: 48%;
		 margin-bottom: 20px;
		 margin-left: 4%;
	}
	#model-sec .inner ul li.left{
		 margin-left: 0;
	}
}
#model-sec .inner ul li a{
	 -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#model-sec .inner ul li a:hover img{
	 -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter:alpha(opacity=70);
    opacity: 0.7;
}
*/




#info-sec {

	margin: 100px 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#info-sec .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	
    position: relative;
    padding: 80px 0 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width:640px) {
    #info-sec .inner {
        width: 92%;
        height: auto;
        padding: 25px 0;
    }
}
#info-sec .inner h3 {
    width: 562px;
    height: auto;
    margin: 0 auto 70px;
}
@media screen and (max-width:640px) {
    #info-sec .inner h3 {
        width: 200px;
        height: auto;
        margin: 0 auto 35px;
    }
}

#info-sec .inner ul{
	 display: block;
	 width: 100%;
	 overflow: hidden;
}
#info-sec .inner ul li{
	 display: block;
	 float: left;
	 margin-bottom: 5px;
}
#info-sec .inner ul li.info-ticket{
	 width:66.5%;
	 
}
#info-sec .inner ul li.info-about{
	 width:33%;
	 margin-left: 0.5%;
}
#info-sec .inner ul li.info-access{
	 width:33%;
}
#info-sec .inner ul li.info-model{
	 width:33%;
	 margin-left: 0.5%;
}
#info-sec .inner ul li.info-faq{
	 width:33%;
	 margin-left: 0.5%;
}

@media screen and (max-width:640px) {
	#info-sec .inner ul li{
		 margin-bottom: 10px;
	}
    #info-sec .inner ul li.info-ticket{
	 width:100%;
	 
	}
	#info-sec .inner ul li.info-about{
		 width:49%;
		 margin-left: 0;
	}
	#info-sec .inner ul li.info-access{
		 width:49%;
		 margin-left: 2%;
	}
	#info-sec .inner ul li.info-model{
		 width:49%;
		 margin-left: 0%;
	}
	#info-sec .inner ul li.info-faq{
		 width:49%;
		 margin-left: 2%;
	}
}

#info-sec .inner ul li a{
	 -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#info-sec .inner ul li a:hover img{
	 -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter:alpha(opacity=70);
    opacity: 0.7;
}

/*---------------------------------------
  GUEST ARTIST
 ---------------------------------------*/
/*
#guest-artist-sec {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-color: 
}
#guest-artist-sec .inner {
  padding: 150px 0 150px;
  *zoom: 1;
}
#guest-artist-sec .inner:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  #guest-artist-sec .inner {
    width: 900px;
    height: auto;
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 640px) {
  #guest-artist-sec .inner {
    width: 92%;
    height: auto;
    padding: 50px 0 30px;
  }
}
#guest-artist-sec .inner section {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 640px) {
  #guest-artist-sec .inner section {
    width: 100%;
    height: auto;
    margin: 0 auto 70px;
  }
}
#guest-artist-sec .inner section#guest-sec {
  float: left;
  display: inline-block;
}
#guest-artist-sec .inner section#guest-sec h2 {
  	max-width: 469px;
  	width: 100%;
    height: auto;
    margin: 0 auto 70px;
}
@media screen and (max-width: 640px) {
  #guest-artist-sec .inner section#guest-sec h2 {
    width: 210px;
        height: auto;
        margin: 0 auto 35px;
  }
}

#guest-artist-sec .inner section#artist-sec {
  float: right;
  display: inline-block;
}
#guest-artist-sec .inner section#artist-sec h2 {
  width: 293px;
    height: auto;
    margin: 0 auto 70px;
}
@media screen and (max-width: 640px) {
  #guest-artist-sec .inner section#artist-sec h2 {
    width: 131.264px;
        height: auto;
        margin: 0 auto 35px;
  }
}

#guest-artist-sec .inner section .thumbs-block {
  width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
  #guest-artist-sec .inner section .thumbs-block {
    width: 100%;
    height: auto;
  }
}
*/



/*
#guest_artist_sec {
	width: 100%;
	max-width: 1000px;
	margin: 100px auto;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
#guest_artist_sec .guest_artist_wrapper{
	width:100%;
	overflow: hidden;
}
#guest_artist_sec .guest_artist_wrapper li{
	width:50%;
	float: left;
	display: block;
	background-color: #fff;
}

#guest_artist_sec .guest_artist_wrapper li a{
	display: block;
}
#guest_artist_sec .guest_artist_wrapper li a:hover img{
	 -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter:alpha(opacity=70);
    opacity: 0.7;
}


#guest_artist_sec #guest_sec{
	width: 48%;
	position: relative;
    padding: 80px 0 80px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
#guest_artist_sec #guest_sec h3{
	max-width: 469px;
    height: auto;
    margin: 0 auto 70px;
}
@media screen and (max-width:640px) {
    #guest_artist_sec #guest_sec h3 {
        width: 210px;
        height: auto;
        margin: 0 auto 35px;
    }
}
#guest_artist_sec #artist_sec{
	width: 48%;
	position: relative;
    padding: 80px 0 80px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
}
#guest_artist_sec #artist_sec h3{
	width: 293px;
    height: auto;
    margin: 0 auto 70px;
}
@media screen and (max-width:640px) {
    #guest_artist_sec #artist_sec h3 {
        width: 131.264px;
        height: auto;
        margin: 0 auto 35px;
    }
}
@media screen and (max-width:640px) {
    #guest_artist_sec{
        width: 92%;
        margin: 0 auto 35px;
    }
    #guest_artist_sec #guest_sec,
    #guest_artist_sec #artist_sec{
	    width: 100%;
	    padding: 0 0 35px;
	    float: left;
    }
}
*/





#special-sec {
	background-color: rgba(255,255,255,0.9);
	margin: 100px 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width:640px) {
    #guest-artist-sec .inner section .thumbs-block .slider-view a:hover img {
        filter:alpha(opacity=100);
        opacity: 1;
    }
/*
    #special-sec {
        background: url(../images/top/bg-special-sec-sp.jpg) center no-repeat #fff;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
*/
}
#special-sec .inner {
    position: relative;
    padding: 80px 0 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#special-sec .inner #next-btn,
#special-sec .inner #prev-btn {
    position: absolute;
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
}
@media screen and (max-width:1024px) {
    #special-sec .inner {
        width: 800px;
        height: auto;
        padding: 50px 0 50px;
    }
}
@media screen and (max-width:640px) {
    #special-sec .inner {
        width: 72%;
        height: auto;
        padding: 25px 0;
    }
}
#special-sec .inner h2 {
    width: 344px;
    height: auto;
    margin: 0 auto 70px;
}
@media screen and (max-width:640px) {
    #special-sec .inner h2 {
        width: 154px;
        height: auto;
        margin: 0 auto 35px;
    }
}
#special-sec .inner ul li {
    width: 7.83333%;
    height: auto;
    float: left;
    display: inline-block;
    margin-left: 0.5%;
}
@media screen and (max-width:640px) {
    #special-sec .inner ul li {
        width: 7.83333%;
        height: auto;
        margin: 0 0.25% 16px;
    }
}
#special-sec .inner ul li:first-child {
    margin-left: 0;
}
#special-sec .inner ul li a {
    display: block;
    width: 100%;
    height: auto;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#special-sec .inner ul li a:hover {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter:alpha(opacity=70);
    opacity: 0.7;
}
@media screen and (max-width:640px) {
    #special-sec .inner ul li:first-child {
        margin: 0 0.25% 16px;
    }
    #special-sec .inner ul li a:hover {
        filter:alpha(opacity=100);
        opacity: 1;
    }
}
#special-sec .inner ul li a .eyecatch {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}
#special-sec .inner ul li a .title {
    font-size: 85%;
}
#special-sec .inner #next-btn,
#special-sec .inner #prev-btn {
    width: 50px;
    height: 100px;
    cursor: pointer;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media screen and (max-width:640px) {
    #special-sec .inner ul li a .eyecatch {
        margin-bottom: 10px;
    }
    #special-sec .inner #next-btn,
    #special-sec .inner #prev-btn {
        width: 36px;
        height: 72px;
    }
}
#special-sec .inner #next-btn:hover,
#special-sec .inner #prev-btn:hover {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter:alpha(opacity=60);
    opacity: 0.6;
}
#special-sec .inner #prev-btn {
    top: 37%;
    left: -100px;
    background-image: url(../images/top/arrow-prev.png);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width:1024px) {
    #special-sec .inner #prev-btn {
        position: absolute;
        top: 39%;
        left: -80px;
    }
}
@media screen and (max-width:640px) {
    #special-sec .inner #next-btn:hover,
    #special-sec .inner #prev-btn:hover {
        filter:alpha(opacity=100);
        opacity: 1;
    }
    #special-sec .inner #prev-btn {
        position: absolute;
        top: 34%;
        left: -50px;
    }
}
@media screen and (max-width:375px) {
    #special-sec .inner #prev-btn {
        position: absolute;
        top: 32%;
        left: -45px;
    }
}
@media screen and (max-width:320px) {
    #special-sec .inner #next-btn,
    #special-sec .inner #prev-btn {
        width: 34px;
        height: 68px;
    }
    #special-sec .inner #prev-btn {
        position: absolute;
        top: 32%;
        left: -40px;
    }
}
#special-sec .inner #next-btn {
    top: 37%;
    right: -100px;
    background-image: url(../images/top/arrow-next.png);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
#report-nav li,
.bx-wrapper .bx-controls-auto,
.show-thumbs-ul li .name {
    text-align: center;
}
@media screen and (max-width:1024px) {
    #special-sec .inner #next-btn {
        position: absolute;
        top: 39%;
        right: -80px;
    }
}
@media screen and (max-width:640px) {
    #special-sec .inner #next-btn {
        position: absolute;
        top: 34%;
        right: -50px;
    }
}
@media screen and (max-width:375px) {
    #special-sec .inner #next-btn {
        position: absolute;
        top: 32%;
        right: -45px;
    }
}
@media screen and (max-width:320px) {
    #special-sec .inner #next-btn {
        position: absolute;
        top: 32%;
        right: -40px;
    }
}
.viewport {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.viewport .flipsnap {
    width: 300%;
    height: auto;
    padding-left: 0.25%;
    overflow: hidden;
}
.report-article {
    margin-bottom: 193px;
}
@media screen and (max-width:640px) {
    .viewport .flipsnap {
        width: 600%;
        height: auto;
        padding-left: 0;
    }
    .report-article {
        margin-bottom: 36px;
    }
}
.report-article h2 {
    width: 442px;
    height: auto;
    margin: 0 auto 70px;
}
@media screen and (max-width:640px) {
    .report-article h2 {
        width: 294.67px;
        height: auto;
        margin: 0 auto 35px;
    }
}
.show-report-inner {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0 0;
    overflow: hidden;
}
@media screen and (max-width:1024px) {
    .show-report-inner {
        width: 900px;
        height: auto;
    }
}
@media screen and (max-width:640px) {
    .show-report-inner {
        width: 92%;
        height: auto;
        padding: 24px 0 0;
    }
}
.show-thumbs-ul {
    width: 102%;
    height: auto;
}
.show-thumbs-ul:after {
    content: "";
    display: table;
    clear: both;
}
.show-thumbs-ul li {
    width: 18%;
    height: auto;
    float: left;
    display: inline-block;
    margin: 0 2% 1% 0;
}
@media screen and (max-width:1024px) {
    .show-thumbs-ul li {
        width: 22.5%;
        height: auto;
        float: left;
        display: inline-block;
        margin: 0 2% 2% 0;
    }
}
@media screen and (max-width:640px) {
    .show-thumbs-ul li {
        width: 31.33333%;
        height: auto;
        margin: 0 2% 8px 0;
    }
    .show-thumbs-ul li .name {
        font-size: 93%;
    }
}
.show-thumbs-ul li .eyecatch {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.show-thumbs-ul li .eyecatch img {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.show-thumbs-ul li a {
    display: block;
    width: 100%;
    height: auto;
}
.show-thumbs-ul li a:hover .eyecatch img {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter:alpha(opacity=60);
    opacity: 0.6;
}
#report-nav {
    width: 100%;
    height: auto;
    margin-top: 72px;
}
#report-nav:after {
    content: "";
    display: table;
    clear: both;
}
#report-nav li {
    width: 33.33333%;
    height: auto;
    float: left;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #FFF;
}
#report-nav li:first-child {
    border-left: solid 1px #FFF;
}
#report-nav li a {
    display: block;
    padding: 20px 0;
    color: #FFF;
    font-size: 185%;
}
#report-nav li a.active,
#report-nav li a:hover {
    color: #fff300;
}
@media screen and (max-width:640px) {
    .show-thumbs-ul li a:hover .eyecatch img {
        filter:alpha(opacity=100);
        opacity: 1;
    }
    #report-nav {
        margin-top: 48px;
    }
    #report-nav li {
        width: 100%;
        height: auto;
        border-right: 0;
        border-bottom: solid 1px #FFF;
    }
    #report-nav li:first-child {
        border-left: 0;
        border-top: solid 1px #FFF;
    }
    #report-nav li a {
        padding: 12px 0;
        font-size: 131%;
        background: url(../images/top/arrow-report.png) 98% 50% no-repeat;
        -moz-background-size: 20px;
        -o-background-size: 20px;
        -webkit-background-size: 20px;
        background-size: 20px;
    }
}
#report-nav li.no-link {
    display: block;
    padding: 20px 0;
    color: #dfdfdf;
    font-size: 185%;
}
@media screen and (max-width:640px) {
    #report-nav li.no-link {
        padding: 12px 0;
        font-size: 131%;
        background: url(../images/top/arrow-report.png) 98% 50% no-repeat;
        -moz-background-size: 20px;
        -o-background-size: 20px;
        -webkit-background-size: 20px;
        background-size: 20px;
    }
    .bx-wrapper {
        background: #e4e0cf;
    }
}
@-moz-keyframes progress-fadeout {
    0% {
        filter:alpha(opacity=100);
        opacity: 1;
    }
    100% {
        opacity: 0;
        filter:blur(20px);
    }
}
@-webkit-keyframes progress-fadeout {
    0% {
        filter:alpha(opacity=100);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-filter: blur(20px);
        filter:blur(20px);
    }
}
@keyframes progress-fadeout {
    0% {
        filter:alpha(opacity=100);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-filter: blur(20px);
        filter:blur(20px);
    }
}
@-moz-keyframes progress-text-fadein {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0,36px,0);
        transform: translate3d(0,36px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@-webkit-keyframes progress-text-fadein {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translate3d(0,36px,0);
        transform: translate3d(0,36px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@keyframes progress-text-fadein {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0,36px,0);
        -ms-transform: translate3d(0,36px,0);
        -webkit-transform: translate3d(0,36px,0);
        transform: translate3d(0,36px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@-moz-keyframes progress-text-fadeout {
    0% {
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    100% {
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0,36px,0);
        transform: translate3d(0,36px,0);
    }
}
@-webkit-keyframes progress-text-fadeout {
    0% {
        filter:alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    100% {
        filter:alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translate3d(0,36px,0);
        transform: translate3d(0,36px,0);
    }
}
@keyframes progress-text-fadeout {
    0% {
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    100% {
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0,36px,0);
        -ms-transform: translate3d(0,36px,0);
        -webkit-transform: translate3d(0,36px,0);
        transform: translate3d(0,36px,0);
    }
}
@-moz-keyframes mate-move {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0,24px,0);
        transform: translate3d(0,24px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@-webkit-keyframes mate-move {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translate3d(0,24px,0);
        transform: translate3d(0,24px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@keyframes mate-move {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0,24px,0);
        -ms-transform: translate3d(0,24px,0);
        -webkit-transform: translate3d(0,24px,0);
        transform: translate3d(0,24px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@-moz-keyframes mainlogo-move {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@-webkit-keyframes mainlogo-move {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@keyframes mainlogo-move {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0,20px,0);
        -ms-transform: translate3d(0,20px,0);
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@-moz-keyframes shine-move {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@-webkit-keyframes shine-move {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@keyframes shine-move {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0,20px,0);
        -ms-transform: translate3d(0,20px,0);
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@-moz-keyframes slider-move {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@-webkit-keyframes slider-move {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@keyframes slider-move {
    0% {
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0,20px,0);
        -ms-transform: translate3d(0,20px,0);
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }
    100% {
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@-moz-keyframes content-move {
    0% {
        -moz-transform: translate3d(0,300px,0);
        transform: translate3d(0,300px,0);
    }
    100% {
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@-webkit-keyframes content-move {
    0% {
        -webkit-transform: translate3d(0,300px,0);
        transform: translate3d(0,300px,0);
    }
    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@keyframes content-move {
    0% {
        -moz-transform: translate3d(0,300px,0);
        -ms-transform: translate3d(0,300px,0);
        -webkit-transform: translate3d(0,300px,0);
        transform: translate3d(0,300px,0);
    }
    100% {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
@media screen and (max-width:640px) {
	.bx-wrapper {
	    position: relative;
	    margin: 0 auto;
	    padding: 0;
	    width: 100%;
	}
}	
.bx-wrapper img {
    width: 100%;
    display: block;
}
.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 16px solid #fff; */
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/*
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: 700;
    color: #CCC;
    padding-top: 30px;
}
*/

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item{
    display: inline-block;
}
.bx-pager {
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 17px;
    margin: 0 auto;
    font-size: 0;
}
@media screen and (max-width:640px) {
	.bx-pager {
	    display: none;
	}
}
.bx-pager a {
	display: inline-block;
    width: 9.55%;
/*     height: 55px; */
    margin-right: 0.5%;
    letter-spacing: normal;
    overflow: hidden;
    background-color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}
.bx-pager a.thumb-edge {
    margin-right: 0;
}
.bx-pager a img {
	width: 100%;
opacity: 0.5;  
filter: alpha(opacity=50);
-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}  
.bx-pager a.active img {  
opacity: 1;  
filter: alpha(opacity=100);
border: 1px solid #ffffff; 
}  
/*
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 12px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
*/
/*
@media screen and (max-width:640px) {
    .bx-wrapper .bx-viewport {
        border-top: solid 4px #fff;
        border-bottom: solid 4px #fff;
        border-left: 0;
        border-right: 0;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #FFF;
    }
}
*/
/*
@media screen and (max-width:360px) {
    .bx-wrapper .bx-pager.bx-default-pager a {
        margin: 0 8px;
    }
}
*/
/*
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff300;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) 0 -32px no-repeat;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) -43px -32px no-repeat;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
*/
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 100%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80,80,80,.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 0.85em;
    padding: 10px;
}

ul.bxslider{
	width: 100%!important;
}

ul.bxslider li{
	display: none;
}
ul.bxslider li:first-child{
	display: block;
}