@charset "utf-8";

header {
    position: relative;
    width: 1020px;
    height: 800px;
    margin: 0 auto;
    background: url(.././img/img_en.png) 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transform: translate(90px, 0);
    -ms-transform: translate(90px, 0);
    transform: translate(90px, 0);
}
.load header {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
#top .sns_btn {
    opacity: 0;
    -webkit-transition: all 0.6s linear 1s;
    -o-transition: all 0.6s linear 1s;
    transition: all 0.6s linear 1s;
}
#top.load .sns_btn {
    opacity: 1;
}
#topNav {
    -webkit-transform-origin: 20% 40%;
    -ms-transform-origin: 20% 40%;
    transform-origin: 20% 40%;
}
#topNav ul {
}
#topNav ul li {
    position: absolute;
    z-index: 30;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
    -webkit-transition: all 0.1s cubic-bezier(0.58, 0.34, 0.74, 1.38) 0.9s;
    -o-transition: all 0.1s cubic-bezier(0.58, 0.34, 0.74, 1.38) 0.9s;
    transition: all 0.1s cubic-bezier(0.58, 0.34, 0.74, 1.38) 0.9s;
}
#topNav .about {
    top: 72px;
    left: 732px;
    -webkit-transform-origin: -110% 270%;
    -ms-transform-origin: -110% 270%;
    transform-origin: -110% 270%;
    -webkit-transition-delay: 1.18s;
    -o-transition-delay: 1.18s;
    transition-delay: 1.18s;
}
#topNav .story {
    top: 189px;
    left: 606px;
    -webkit-transform-origin: -50% 140%;
    -ms-transform-origin: -50% 140%;
    transform-origin: -50% 140%;
    -webkit-transition-delay: 1.11s;
    -o-transition-delay: 1.11s;
    transition-delay: 1.11s;
}
#topNav .character {
    top: 275px;
    left: 684px;
    -webkit-transform-origin: -55% 100%;
    -ms-transform-origin: -55% 100%;
    transform-origin: -55% 100%;
    -webkit-transition-delay: 1.04s;
    -o-transition-delay: 1.04s;
    transition-delay: 1.04s;
}
#topNav .gallery {
    top: 378px;
    left: 553px;
    -webkit-transform-origin: -25% -10%;
    -ms-transform-origin: -25% -10%;
    transform-origin: -25% -10%;
    -webkit-transition-delay: 0.98s;
    -o-transition-delay: 0.98s;
    transition-delay: 0.98s;
}
#topNav .special {
    top: 452px;
    left: 591px;
    -webkit-transform-origin: -70% -45%;
    -ms-transform-origin: -70% -45%;
    transform-origin: -70% -45%;
}
.load #topNav ul li {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
#topNav ul li:after {
    display: none;
    content: url(.././img/new.png);
    position: absolute;
    top: 4px;
    -webkit-animation: blink 3.2s ease-in-out infinite;
    animation: blink 3.2s ease-in-out infinite;
}
#topNav ul li.new:after {
    display: block;
}
#topNav ul li:nth-child(2):after {
    right: 55px;
    top: 0px;
}
#topNav ul li:nth-child(3):after {
    right: 160px;
    top: -10px;
}
#topNav ul li:nth-child(4):after {
    right: 70px;
}
#topNav ul li:nth-child(5):after {
    top: 40px;
    right: -46px;
    -webkit-transform: rotate(20deg) scale(0.6);
    -ms-transform: rotate(20deg) scale(0.6);
    transform: rotate(20deg) scale(0.6);
}
#topNav a,
#topNav img {
    display: block;
    background-repeat: no-repeat;
}
#topNav a {
    background-position: 0 0;
}
#topNav a img {
    background-position: 0 100%;
    opacity: 0;
    -webkit-transition: opacity 0s linear 0.03s;
    -o-transition: opacity 0s linear 0.03s;
    transition: opacity 0s linear 0.03s;
}
#topNav a:hover img {
    opacity: 1;
}
#topNav .about a,
#topNav .about a img {
    width: 241px;
    height: 97px;
    background-image: url(.././img/navi_about_en.png);
}
#topNav .story a,
#topNav .story img {
    width: 291px;
    height: 108px;
    background-image: url(.././img/navi_story_en.png);
}
#topNav .character a,
#topNav .character img {
    width: 385px;
    height: 78px;
    background-image: url(.././img/navi_character_en.png);
}
#topNav .gallery a,
#topNav .gallery a img {
    width: 350px;
    height: 135px;
    background-image: url(.././img/navi_gallery_en.png);
}
#topNav .special a,
#topNav .special a img {
    width: 240px;
    height: 160px;
    background-image: url(.././img/navi_special_en.png);
}
#topNav .about a:hover {
    -webkit-animation: hoverAbout 0.06s linear;
    animation: hoverAbout 0.06s linear;
}
#topNav .story a:hover {
    -webkit-animation: hoverStory 0.06s linear;
    animation: hoverStory 0.06s linear;
}
#topNav .character a:hover {
    -webkit-animation: hoverCharacter 0.06s linear;
    animation: hoverCharacter 0.06s linear;
}
#topNav .gallery a:hover {
    -webkit-animation: hoverGallery 0.06s linear;
    animation: hoverGallery 0.06s linear;
}
#topNav .special a:hover {
    -webkit-animation: hoverSpecial 0.06s linear;
    animation: hoverSpecial 0.06s linear;
}

#top h1 {
    position: absolute;
    top: 316px;
    left: 25px;
    z-index: 20;
}
#top .release {
    position: absolute;
    top: 613px;
    left: 562px;
    z-index: 20;
    opacity: 0;
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
    -webkit-transition: all 0.6s ease-out 1.9s;
    -o-transition: all 0.6s ease-out 1.9s;
    transition: all 0.6s ease-out 1.9s;
}
#top.load .release {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
#gimmick {
    position: absolute;
    top: 0;
    right: -1000px;
    left: -1000px;
    width: -webkit-calc(100% + 2000px);
    width: calc(100% + 2000px);
    height: 100vh;
    margin: 0 auto;
    pointer-events: none;
    -webkit-transform-origin: 20% 40%;
    -ms-transform-origin: 20% 40%;
    transform-origin: 20% 40%;
}
#gimmick02 {
    position: absolute;
    top: -237px;
    right: 0px;
    left: 0px;
    display: block;
    padding: 0 176px 0 0;
    margin: auto;
    z-index: 10;
    pointer-events: none;
    -webkit-transform-origin: 40% 55%;
    -ms-transform-origin: 40% 55%;
    transform-origin: 40% 55%;
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.32s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.83s;
    -o-transition: all 0.32s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.83s;
    transition: all 0.32s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.83s;
}
#gimmick03 {
    position: absolute;
    top: 16px;
    right: 0px;
    left: 0px;
    padding: 0 52px 0 0;
    margin: auto;
    z-index: 9;
    pointer-events: none;
    -webkit-transform-origin: 50% 46%;
    -ms-transform-origin: 50% 46%;
    transform-origin: 50% 46%;
    opacity: 0;
    -webkit-transform: scale(3, 3);
    -ms-transform: scale(3, 3);
    transform: scale(3, 3);
    -webkit-transition: all 0.14s linear 0.9s;
    -o-transition: all 0.14s linear 0.9s;
    transition: all 0.14s linear 0.9s;
}
.load #gimmick02,
.load #gimmick03 {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) rotate(0deg);
}

.news {
    position: relative;
    width: 960px;
    min-height: 46px;
    padding: 13px 15px;
    margin: 0 auto;
    border: 1px solid #1564db;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
    background: #000;
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: all 0.6s ease-out 1.9s;
    -o-transition: all 0.6s ease-out 1.9s;
    transition: all 0.6s ease-out 1.9s;
}
.load .news {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.news:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -1px;
    width: 960px;
    height: 5px;
    background: #1564db;
}
.news h2 {
    margin: 0 0 8px;
}
#newsTgl {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 76px;
    height: 20px;
    background: url(.././img/news_open.png) no-repeat 100% 0;
    text-indent: -4444em;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
}
#newsTgl img {
    display: block;
    width: 76px;
    height: 20px;
    background: url(.././img/news_open.png) no-repeat 100% 100%;
    -webkit-transition: opacity 0.16s linear;
    -o-transition: opacity 0.16s linear;
    transition: opacity 0.16s linear;
    opacity: 0;
}
#newsTgl.opened {
    height: 18px;
    background: url(.././img/news_close.png) no-repeat 100% 0;
}
#newsTgl.opened img {
    height: 18px;
    background: url(.././img/news_close.png) no-repeat 100% 100%;
}
#newsTgl:hover img {
    opacity: 1;
}
.news ul {
    height: 18px;
    color: #fff;
    font-size: 14rem;
    line-height: 1.3;
    padding: 0 50px 0 0;
    overflow: hidden;
    -webkit-transition: height 250ms ease-out;
    -o-transition: height 250ms ease-out;
    transition: height 250ms ease-out;
}
.news li {
    position: relative;
    /*margin: 0 0 18px 86px;*/
}
.news li a {
    color: #ffc845;
    text-decoration: underline;
    -webkit-transition: 0.12s linear;
    -o-transition: 0.12s linear;
    transition: 0.12s linear;
}
.news li em {
    color: #e60012;
    font-weight: bold;
}
.news li a:hover {
    color: #e00;
    text-decoration: none;
}
.news .date {
    position: absolute;
    top: 0;
    left: -86px;
    display: block;
    width: 86px;
}
.banner {
    position: absolute;
    top: 13px;
    left: 12px;
    z-index: 150;
}
.banner li {
    position: relative;
    margin: 0 0 5px;
    -webkit-animation: fadeSlideIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: fadeSlideIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.banner li:nth-child(1) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.banner li:nth-child(2) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}
.banner li:nth-child(3) {
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
}
.banner li:nth-child(4) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}
.banner li:nth-child(5) {
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s;
}
.banner li:nth-child(6) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.banner li:nth-child(7) {
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s;
}
.banner li:nth-child(8) {
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s;
}
.banner li:nth-child(9) {
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s;
}
.banner li:nth-child(10) {
    -webkit-animation-delay: 5.2s;
    animation-delay: 5.2s;
}
.banner li.new:after {
    position: absolute;
    top: -8px;
    right: -4px;
    content: url(.././img/new.png);
    display: block;
    width: 46px;
    height: 19px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation: blink 2.5s ease-in-out infinite;
    animation: blink 2.5s ease-in-out infinite;
}
.banner a {
    display: block;
    width: 186px;
    height: 63px;
    background: 0 0 no-repeat;
}
.banner a img {
    display: block;
    width: 186px;
    height: 63px;
    background: 0 100% no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.banner a:hover img {
    opacity: 1;
}
.banner .limited,
.banner .limited img {
    background-image: url(.././img/banner_limited.png);
}
.banner .silvercase,
.banner .silvercase img {
    background-image: url(.././img/banner_silvercase_en.png);
}
.banner .soundtrack,
.banner .soundtrack img {
    background-image: url(.././img/banner_soundtrack_en.png);
}
.cboxIframe {
    background: transparent !important;
}
