<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
  background: #000;
}
#wrapper {
  min-width: 980px;
  position: relative;
  font-size: 13px;
  line-height: 2em;
  color: #fff;
}
#wrapper .background {
  background: url(../img/bg.png) no-repeat center 54px;
  position: fixed;
  top: 38px;
  left: 0;
  width: 100%;
  height: 100%;
}
.container {
  width: 980px;
  position: relative;
  margin: auto;
}

.page {
  width: 980px;
  visibility: hidden;
  position: relative;
  margin: auto;
}

/*
 * Entrance
 */
#entrance {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
#entrance .container {
  padding-top: 245px;
}
#entrance .loading {
  width: 214px;
  height: 64px;
  position: relative;
  margin: 0 auto 10px auto;
}
#entrance .loading .dot {
  background: url(../img/dot_chara.png) no-repeat;
  background-position: 64px 64px;
  position: absolute;
  top: 0;
  width: 64px;
  height: 64px;
}
#entrance .loading .dot1 {
  left: 0;
}
#entrance .loading .dot2 {
  left: 50px;
}
#entrance .loading .dot3 {
  left: 100px;
}
#entrance .loading .dot4 {
  left: 150px;
}
#entrance .notes {
  text-align: center;
  margin-bottom: 65px;
  visibility: hidden;
}
#entrance .btns {
  text-align: center;
  visibility: hidden;
  width: 333px;
  margin: auto;
}

/*
 * Navi
 */
#nav {
  background: url(../img/navi_bg.png) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  visibility: hidden;
  z-index: 1000;
}
#nav .menu li {
  width: 188px;
  height: 54px;
  float: left;
}
#nav .menu li a,
#nav .menu li p {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#nav .menu li.menu1 a {
  background: url(../img/navi_01.png);
}
#nav .menu li.menu2 a {
  background: url(../img/navi_02.png);
}
#nav .menu li.menu3 a {
  background: url(../img/navi_03.png);
}
#nav .menu li.menu4 a,
#nav .menu li.menu4 p {
  background: url(../img/navi_04.png);
}
#nav .menu li.active a {
  background-position: 0 -54px;
}
#nav .menu li p {
  opacity: 0.2;
}

/*
 * top
 */
#top {
  background: #000;
  width: 100%;
  height: 765px;
  overflow: hidden;
}
#top .top_background {
  background: url(../img/top/bg.png) no-repeat center 54px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.has-top-anim #top .top_background {
  opacity: 0;
  -webkit-transform: scale(10, 10);
  -moz-transform: scale(10, 10);
  -ms-transform: scale(10, 10);
  transform: scale(20, 20);
  
  -webkit-transition: all .3s ease;
  transition: all 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
body.has-top-anim #top .top_background.active {
  opacity: 1.0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#top .container {
  width: 980px;
  margin: auto;
}
#top h1 {
  position: absolute;
  top: 80px;
  left: 254px;
}
#top .date {
  position: absolute;
  top: 288px;
  left: 305px;
}
#top .link_official {
  position: absolute;
  top: 660px;
  left: 120px;
}
#top .link_ec {
  position: absolute;
  top: 660px;
  left: 635px;
}
#top .link_ec li {
  margin-bottom: 5px;
}

/*
 * product
 */
#product {
  background: rgba(0, 0, 0, 0.6) url(../img/product/jacket.png) 561px 123px no-repeat;
  height: 765px;
}
#product h1 {
  position: absolute;
  top: 211px;
  left: 59px;
}
#product .tagline {
  position: absolute;
  top: 123px;
  left: 55px;
}
#product .date {
  position: absolute;
  top: 408px;
  left: 83px;
}
#product .description {
  position: absolute;
  top: 524px;
  left: 14px;
}
#product .link {
  position: absolute;
  top: 703px;
  left: 143px;
}
#product .link li {
  float: left;
  margin: 0 5px;
}

/*
 * tracklist
 */
#tracklist {
  background: rgba(0, 0, 0, 0.6);
  min-height: 810px;
}
#tracklist .list {
  padding: 95px 0 0 0;
}
#tracklist .list:after {
  content: "";
  display: block;
  clear: both;
}
#tracklist .list ul {
  float: left;
  width: 50%;
}
#tracklist .list li {
  padding: 5px 40px 8px 125px;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1em;
  position: relative;
  cursor: pointer;
}
#tracklist .list li.no-preview {
  cursor: default;
}
#tracklist .list li.close {
  color: #7c7c7c;
  cursor: default;
}
#tracklist .list li .no {
  position: absolute;
  top: 5px;
  left: 90px;
}
#tracklist .list li .track {
  display: inline-block;
  vertical-align: middle;
}
#tracklist .list li:hover .track {
  text-decoration: underline;
}
#tracklist .list li.no-preview:hover .track {
  text-decoration: none;
}
#tracklist .list li .composer {
  font-size: 11px;
  opacity: 0.6;
}
#tracklist .list li .preview {
  background: url(../img/tracklist/btn_play.png);
  position: absolute;
  top: 5px;
  right: 0;
  margin-left: 10px;
  width: 26px;
  height: 17px;
  text-indent: -9999px;
  vertical-align: middle;
}
#tracklist .list li:hover .preview {
  opacity: 0.7;
  filter: alpha( opacity=70 );
  -ms-filter: "alpha( opacity=70 )";
}
#tracklist .list li.playing .preview {
  background: url(../img/tracklist/btn_stop.png);
}
#tracklist .list li.playing .previewLoading {
  position: absolute;
  top: 5px;
  left: 25px;
  display: block;
}
#tracklist .list li .playing_icon {
  background: url(../img/dot_chara.png);
  background-size: 96px 608px;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}
#tracklist .list li .playing_icon:after {
  content: url(../img/tracklist/playing.png);
  position: absolute;
  top: 8px;
  left: 32px;
}

/*
 * special
 */
#special {
  background: rgba(0, 0, 0, 0.6);
  min-height: 810px;
}
#special .comments {
  padding: 120px 0 0 0;
  width: 980px;
  margin: auto;
}
#special .comments .block:after {
  content: "";
  clear: both;
  display: block;
}
#special .comments .block .comment {
  float: left;
  width: 450px;
  margin-bottom: 55px;
}
#special .comments .block .comment.odd {
  margin-right: 80px;
}
#special .comments .block .comment h3 {
  background: #a47b25;
  border-bottom: #fff 2px solid;
  text-align: right;
  margin-bottom: 15px;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: bold;
}
#special .comments .block.even .comment h3 {
  background-color: #6a4800;
}
#special .comments .block .comment h3 span {
  vertical-align: middle;
}
#special .comments .block .comment h3 .icon {
  background: url(../img/dot_chara.png);
  background-size: 96px 608px;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 5px;
}
#special .comments .block .comment1 h3 .icon {
  background-position: -32px -288px;
}
#special .comments .block .comment2 h3 .icon {
  background-position: -32px -32px;
}
#special .comments .block .comment3 h3 .icon {
  background-position: -32px -64px;
}
#special .comments .block .comment4 h3 .icon {
  background-position: -32px -128px;
}
#special .comments .block .comment5 h3 .icon {
  background-position: -32px -512px;
}
#special .comments .block .comment6 h3 .icon {
  background-position: -32px -448px;
}
#special .comments .block .comment7 h3 .icon {
  background-position: -32px -544px;
}
#special .comments .block .comment8 h3 .icon {
  background-position: -32px -480px;
}
#special .comments .block .comment p {
  font-size: 13px;
}

/*
 * Sound controll
 */
#sound {
  background: url(../img/sound_bg.png);
  position: absolute;
  top: 0;
  right: 0;
  width: 203px;
  height: 65px;
  z-index: 1000;
}

#sound .volume_container {
  position: absolute;
  top: 0;
  left: 0;
}
#volume {
  width: 203px;
  height: 30px;
  position: relative;
}
#volume .toggle {
  background: url(../img/volume_on.png);
  position: absolute;
  top: 0;
  left: 10px;
  width: 30px;
  height: 29px;
  text-indent: -9999px;
  cursor: pointer;
}
#volume .toggle.off {
  background-image: url(../img/volume_off.png);
}
#volume .slider {
  background: #FFF;
  position: absolute;
  margin-top: 5px;
  top: 10px;
  left: 45px;
  width: 142px;
  height: 1px;
}
#volume .slider_bar {
  background: #FFF;
  position: absolute;
  top: -5px;
  left: 139px;
  width: 3px;
  height: 11px;
  cursor: pointer;
}

#sound .selects {
  position: absolute;
  top: 31px;
  left: 7px;
}
#sound .selects li {
  background-position: center 0;
  float: left;
  width: 63px;
  height: 28px;
  cursor: pointer;
  text-indent: -9999px;
}
#sound .selects li:hover,
#sound .selects li.active {
  background-position: center -28px;
}
#sound .selects li.sound1 {
  background-image: url(../img/sound_select1.png);
}
#sound .selects li.sound2 {
  background-image: url(../img/sound_select2.png);
}
#sound .selects li.sound3 {
  background-image: url(../img/sound_select3.png);
}

/*
 * tracklist loading animation
 */
span.previewLoading, span.previewLoading:before, span.previewLoading:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image:
  -webkit-gradient(radial,1 center,0,1 center,1,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent)),
  -webkit-gradient(radial,center 1,0,center 1,1,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent)),
  -webkit-gradient(radial,47 center,0,47 center,1,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent)),
  -webkit-gradient(radial,center 47,0,center 47,1,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent));
  background-image:
  -webkit-radial-gradient(10% 50%, 1px 1px, #ffffff, #ffffff 95%, #ffffff 95%, transparent),
  -webkit-radial-gradient(50% 10%, 1px 1px, #ffffff, #ffffff 95%, #ffffff 95%, transparent),
  -webkit-radial-gradient(90% 50%, 1px 1px, #ffffff, #ffffff 95%, #ffffff 95%, transparent),
  -webkit-radial-gradient(50% 90%, 1px 1px, #ffffff, #ffffff 95%, #ffffff 95%, transparent);
  background-image:
  radial-gradient(1px 1px at 10% 50%, #ffffff, #ffffff 95%, transparent),
  radial-gradient(1px 1px at 50% 10%, #ffffff, #ffffff 95%, transparent),
  radial-gradient(1px 1px at 90% 50%, #ffffff, #ffffff 95%, transparent),
  radial-gradient(1px 1px at 50% 90%, #ffffff, #ffffff 95%, transparent);
}
span.previewLoading {
  position: relative;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-animation: previewLoading_animation 1.1s linear infinite;
  animation: previewLoading_animation 1.1s linear infinite;
}
span.previewLoading:before, span.previewLoading:after {
  position: absolute;
  content: " ";
  z-index: -1;
  left: 0;
  top: 0;
  margin: 0;
}
span.previewLoading:before {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
span.previewLoading:after {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

@-webkit-keyframes previewLoading_animation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes previewLoading_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#sound_player {
  position: absolute;
  top: 0;
  left: 0;
}

#sqexFooter {
  position: relative;
}</pre></body></html>