@charset "UTF-8";
/* Template 
   v0.1 | 20150430
   License: none (public domain)
   ―
*/
body {
    background: #000;
    min-width: 1200px;
}

#top .nav__top img {
    margin-top: -13px;
}

header {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header__kv {
    position: relative;
    width: 100%;
    height: 690px;
    background: url("../fig/top/bg_top.jpg") center top no-repeat;
    background-size: contain;
}
.header__inner p.catch{
    position:absolute;
    top: 375px;
    width: 796px;
    text-align:center;
    left:50%;
    margin: 0 0 0 -398px;
}
.header__inner p.catch a{
    display: inline-block;
    margin: 20px 0 0;
}
.header__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
    height: 690px;
    overflow: hidden;
}

nav {
    position: absolute;
    top: 21px;
    left: 140px;
}

nav ul {
    letter-spacing: -.40em;
}

nav ul li {
    margin-left: 21px;
    height: 13px;
    overflow: hidden;
    letter-spacing: normal;
    display: inline-block;
}

nav ul li:first-child {
    margin-left: 0px;
}

nav ul li img {
    vertical-align: top;
}

nav ul li:hover img {
    margin-top: -13px;
}

.nav__special {
}

.nav__special img {
}

.nav__underbar {
    display: block;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100px;
    height: 5px;
    background: #ff0094;
    opacity: 0;
    visibility: hidden;
}

.header__snsList {
    position: absolute;
    top: 11px;
    right: 266px;
    letter-spacing: -.40em;
}

.header__snsList li {
    letter-spacing: normal;
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.header__snsList li:hover img {
    margin-top: -32px;
}

.header__snsList li img {
    vertical-align: top;
}

.header__snsList .headline {
    padding-right: 16px;
}

.header__snsList .headline img {
    margin-top: 0px !important;
    padding-top: 9px;
}

.header__snsList .pr5 {
    padding-right: 5px;
}
.header_bnr{
    position:absolute;
    left: 50%;
    top: 110px;
    margin: 0 0 0 -460px;
}
.header_bnr li{
    margin-bottom:10px;
}
.header__news {
    position: absolute;
    top: 112px;
    right: 168px;
    width: 182px;
    color: #fff;
}

.header__news ul li {
    padding-top: 15px;
}

.header__news ul li:first-child {
    padding-top: 0px;
}

.header__news ul li p {
    width: 182px;
    overflow: hidden;
    height: 1em;
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header__news ul li p a {
    color: #fff;
    text-decoration: none;
}

.header__news ul li p a:hover {
    text-decoration: underline;
}

.header__news ul li p:first-child {
    font-size: 9px;
    margin-bottom: 7px;
}

.header__news_title {
    margin-bottom: 13px;
}

.header__movie {
    position: absolute;
    top: 310px;
    right: 0;
    width: 182px;
    cursor: pointer;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.header__movie:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.header__artistList {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2070px;
    height: 135px;
}

.header__artistList li {
    position: relative;
    width: 230px;
    height: 135px;
    float: left;
    cursor: pointer;
}

.header__artistList li p {
    position: absolute;
    top: 0;
    left: 0;
}

.header__artistList li p img {
    vertical-align: top;
}

.header__artistList li .artistDesc {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    top: 50%;
    left: 50%;
    margin-left: -55.5px;
    margin-top: -55.5px;
    opacity: 0;
    visibility: hidden;
}

.header__artistList li .artistCover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    top: 0;
    left: 0;
    width: 230px;
    height: 135px;
    background: #ff0094;
    opacity: 0;
    filter: alpha(opacity=0);
}

.header__artistList li:hover .artistDesc {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1;
    visibility: visible;
}

.header__artistList li:hover .artistCover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 100%;
    margin-top: 100px;
}

.contents__devide {
    text-align: center;
}

.contents__campaign {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.contents__campaign h2 {
    width: 850px;
    height: 190px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.contents__campaign_left {
    float: left;
    width: 436px;
    height: auto;
}

.contents__campaign_left .impressions {
    margin-bottom: 26px;
    padding: 18px 18px 16px;
    border: 1px solid #ff0094;
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: normal;
}

.contents__campaign_right {
    float: left;
    width: 524px;
    height: auto;
    padding-left: 40px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
}
.contents__campaign_right h3 {
    margin-top: -5px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    text-indent: -10px;
}
.contents__campaign_right .period {
    padding: 20px 0 20px;
    font-weight: bold;
     font-size: 16px;
}


.contents__campaign_right ul {
    padding-left: 1em;
}
.contents__campaign_right ul li {
    text-indent: -1em;
    letter-spacing: normal;
}
.contents__campaign_right .attention {
    font-size: 11px;
}
.contents__campaign_right h4 {
    text-indent: -7px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}
.pink {
    color: #ff0094;
}




footer {
    width: 100%;
    background: url("../fig/_common/foot/bg_foot.jpg") center bottom no-repeat;
}

footer img {
    vertical-align: top;
}
.foot_bn{
    text-align:center;
}
.foot_bn li{
    display:inline-block;
    margin:0 30px 30px;
    border: 1px solid #FFF;
}

.footer__pageTop {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.footer__pageTop img {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
}

.footer__pageTop:hover img {
    opacity: 0.5;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.footer_texts {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 47px;
}

.footer_texts li {
    float: right;
    margin-bottom: 22px;
}
.footer_texts li:fitst-child {
    
}

.footer_texts li img {
    padding-top: 15px;
}

.footer_texts li:first-child {
    float: left;
    margin-bottom: 40px;
}

.footer_texts li:first-child img {
    padding-top: 0px;
}

.footer_snslist {
    text-align: center;
    letter-spacing: -.40em;
    padding-bottom: 56px;
    vertical-align: middle;
}

.footer_snslist li {
    letter-spacing: normal;
    display: inline-block;
}

.footer_snslist li:first-child {
    padding-right: 22px;
}

.overlay__trailer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.overlay__trailer_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    cursor: pointer;
}

.overlay__trailer_movie {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -460px;
    margin-top: -259px;
}

.overlay__trailer_movie_inner {
    position: relative;
    width: 920px;
    height: 518px;
}

.overlay__trailer_movie_close {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: 470px;
    cursor: pointer;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.overlay__trailer_movie_close:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}
aside.official{
    position: absolute;
    top: 8px;
    left: 50%;
    transition: all 0.3s;
    border: 1px solid #ff0099;
    padding: 5px 10px 1px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 0 0 336px;
}
aside.official:hover{
    opacity:0.7;
}

.stream {
    width: 452px!important;
}