<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	word-break: break-all;
}

#wp {
  background: #000;
  min-width: 980px;
}
#contents {
  background: #000;
  width: 100%;
  position: relative;
}
.container {
  width: 980px;
  margin: auto;
  position: relative;
}

#top {
  background: url(../img/top_bg_pc.jpg) no-repeat center top;
  min-width: 980px;
  height: 612px;
}
#top .title {
  background: url(../img/top_title_pc.png);
  position: absolute;
  top: 170px;
  left: 50%;
  width: 483px;
  height: 180px;
  margin-left: 5px;
  text-indent: -9999px;
}
#top .date {
  background: url(../img/top_date_pc.png);
  position: absolute;
  top: 385px;
  left: 50%;
  width: 419px;
  height: 77px;
  margin-left: 5px;
}
#top .sp {
  display: none;
}

#banner a {
  background: url(../img/banner_campaign_pc.jpg);
  display: block;
  width: 980px;
  height: 93px;
  margin: 30px auto;
  text-indent: -9999px;
}

#tracklist {
  background: url(../img/tracklist_bg_pc.jpg) no-repeat center top;
  min-width: 980px;
  height: 1124px;
}
#tracklist ul {
  position: absolute;
}
#tracklist ul.block1 {
  top: 90px;
  left: 70px;
}
#tracklist ul.block2 {
  top: 600px;
  left: 535px;
}
#tracklist li {
  color: #fff;
  line-height: 1.2em;
  position: relative;
  padding: 10px 0 20px 80px;
  z-index: 10;
}
#tracklist li .no,
#tracklist li .title {
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
#tracklist li .no {
  position: absolute;
  top: 10px;
  left: 0;
}
#tracklist li .series {
  font-size: 10px;
}
#tracklist li .preview {
  background: url(../img/btn_play.png);
  position: absolute;
  display: block;
  top: 10px;
  left: 35px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  text-indent: -9999px;
}
#tracklist li .preview:hover {
  opacity: 0.7;
  filter: alpha( opacity=70 );
  -ms-filter: "alpha( opacity=70 )";
}
#tracklist li .preview.playing {
  background: url(../img/btn_stop.png);
}
#tracklist li .preview .previewLoading {
  background: url(../img/preview_loading.gif) no-repeat center center;
  position: absolute;
  width: 31px;
  height: 31px;
  top: 0;
  left: 0;
}

#comment {
  background: url(../img/comment_bg_pc.jpg) no-repeat center top;
  height: 1854px;
  min-width: 980px;
}
#comment .composer {
  position: absolute;
  top: 82px;
  left: 53px;
  width: 475px;
}
#comment .composer h2 {
  background: url(../img/comment_ttl1_pc.png);
  width: 361px;
  height: 32px;
  text-indent: -9999px;
  margin-bottom: 40px;
}
#comment .composer p {
  font-size: 14px;
  line-height: 2em;
  color: #666;
}
#comment .composer p.signature {
  text-align: right;
  font-size: 16px;
  color: #000;
}

#comment .explanation {
  position: absolute;
  top: 447px;
  left: 50px;
}
#comment .explanation h2 {
  background: url(../img/comment_ttl2_pc.png);
  width: 592px;
  height: 30px;
  text-indent: -9999px;
}
#comment .explanation .block1 {
  position: absolute;
  top: 80px;
  left: 0;
}
#comment .explanation .block2 {
  position: absolute;
  top: 710px;
  left: 470px;
}
#comment .explanation li {
  margin-bottom: 30px;
  width: 410px;
}
#comment .explanation li .title {
  border-bottom: #000 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #000;
}
#comment .explanation li .text {
  font-size: 12px;
  color: #666;
}

#links {
  min-width: 755px;
  text-align: center;
  padding: 25px 0 40px 0;
}
#links .ec {
  margin: 0 auto 35px auto;
  width: 621px;
}
#links .ec:after {
  content: "";
  clear: both;
  display: block;
}
#links .ec li {
  margin: 0 6px;
  width: 195px;
  height: 33px;
  float: left;
}
#links .ec li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#links .ec li.link1 a {
  background: url(../img/btn_ec1.png);
}
#links .ec li.link2 a {
  background: url(../img/btn_ec2.png);
}
#links .ec li.link3 a {
  background: url(../img/btn_ec3.png);
}
#links .official {
  margin: 0 auto 10px auto;
  width: 355px;
  height: 43px;
}
#links .official a {
  background: url(../img/btn_game_official.png);
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#links .series {
  margin: auto;
  width: 750px;
}
#links .series:after {
  content: "";
  clear: both;
  display: block;
}
#links .series li {
  margin: 0 10px;
  width: 355px;
  height: 54px;
  float: left;
}
#links .series li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#links .series li.link1 a {
  background: url(../img/btn_ost.png);
}
#links .series li.link2 a {
  background: url(../img/btn_drama.png);
}

/* sound controll */
.volume_container {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: 350px;
  z-index: 100;
}
#volume {
	width: 140px;
	height: 24px;
	position: relative;
}
#volume .toggle {
	position: absolute;
	top: 3px;
	left: 5px;
	cursor: pointer;
}
#volume .slider {
	background: #FFF;
	position: absolute;
	margin-top: 5px;
	top: 6px;
	left: 40px;
	width: 100px;
	height: 1px;
}
#volume .slider_bar {
	background: #FFF;
	position: absolute;
	top: -5px;
	left: 97px;
	width: 3px;
	height: 11px;
	cursor: pointer;
}

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

@media screen and (max-width:640px){
  #wp {
    min-width: 0;
  }
  .container {
    width: auto;
  }
  
  #top {
    background: none;
    min-width: 0;
    height: auto;
  }
  #top .title {
    display: none;
  }
  #top .date {
    display: none;
  }
  #top .sp {
    display: block;
  }
  #top .sp img {
    width: 100%;
  }

  #banner a {
    background: url(../img/banner_campaign_sp.jpg) no-repeat center top;
    background-size: contain;
    width: 300px;
    height: 91px;
    margin: 15px auto;
  }

  #tracklist {
    background: url(../img/tracklist_bg_sp.jpg) no-repeat center top;
    background-size: cover;
    min-width: 0;
    height: auto;
    padding: 30px 10px;
  }
  #tracklist ul {
    position: relative;
    margin: 0;
  }
  #tracklist ul.block1,
  #tracklist ul.block2 {
    top: auto;
    left: auto;
  }
  #tracklist ul.block2:after {
    content: "";
    background: url(../img/tracklist_illust_sp.png) no-repeat center top;
    background-size: contain;
    display: block;
    width: 100%;
    padding-bottom: 65%;
  }
  #tracklist li {
    color: #fff;
    line-height: 1.2em;
    position: relative;
    padding: 10px 0 20px 25px;
    z-index: 10;
  }
  #tracklist li .no,
  #tracklist li .title {
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
  }
  #tracklist li .no {
    position: absolute;
    top: 10px;
    left: 0;
  }
  #tracklist li .series {
    font-size: 10px;
  }
  #tracklist li .preview {
    display: none;
  }

  #comment {
    background: #fff;
    height: auto;
    min-width: 0;
  }
  #comment .composer {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 35px 10px;
  }
  #comment .composer h2 {
    background: url(../img/comment_ttl1_pc.png) no-repeat;
    background-size: contain;
    width: 180px;
    height: 16px;
    margin: 0 auto 25px auto;
  }
  #comment .composer p {
    font-size: 12px;
    line-height: 2em;
    color: #666;
  }
  #comment .composer p br {
    display: none;
  }
  #comment .composer p.signature {
    text-align: right;
    font-size: 14px;
    color: #000;
  }

  #comment .explanation {
    background: #ebebeb;
    position: relative;
    top: auto;
    left: auto;
    padding: 35px 10px;
  }
  #comment .explanation h2 {
    background: url(../img/comment_ttl2_pc.png) no-repeat;
    background-size: contain;
    width: 265px;
    height: 15px;
    margin: 0 auto 25px auto;
  }
  #comment .explanation .block1,
  #comment .explanation .block2 {
    position: relative;
    top: auto;
    left: auto;
  }
  #comment .explanation .block1:after {
    content: "";
    background: url(../img/comment_illust_sp.jpg) no-repeat center top;
    background-size: contain;
    display: block;
    width: 100%;
    padding-bottom: 60%;
    margin-bottom: 30px;
  }
  #comment .explanation li {
    margin-bottom: 20px;
    width: auto;
  }
  #comment .explanation li .title {
    border-bottom: #000 1px solid;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  #comment .explanation li .text {
    font-size: 12px;
  }
  
  #links {
    min-width: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  #links .ec,
  #links .series {
    border-top: #fff 1px solid;
    margin: 0 10px 15px 10px;
    width: auto;
  }
  #links .ec li,
  #links .series li {
    border-bottom: #fff 1px solid;
    margin: 0;
    width: auto;
    height: auto;
    float: none;
  }
  #links .ec li a,
  #links .official a,
  #links .series li a {
    background: rgba(255, 255, 255, 0.2) url(../img/link_arrow.png) no-repeat right center !important;
    background-size: 18px 9px !important;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 1em;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    text-indent: 0;
  }
  #links .official {
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    margin: 0 10px 10px 10px;
    width: auto;
  }
  
  .volume_container {
    display: none;
  }
}</pre></body></html>