@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}

ul, ol {
  list-style: none;
}

div, p, span, iframe, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

img, a img, iframe {
  border: none;
}

strong {
  font-weight: normal;
}

a:hover {
  text-decoration: none;
}

html, body {
  zoom: 1;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ', sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  min-width: 1150px;
  min-height: 665px;
  white-space: nowrap;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  -webkit-font-smoothing: antialiased;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

/********************************
            wrapper
********************************/
#exterior_wrapper {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-width: 1150px;
}

#interior_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/********************************
            header
********************************/
header {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 760px;
  height: 25px;
}

nav {
  position: absolute;
  width: 760px;
  height: 25px;
}
nav ul {
  padding: 1px 0;
  margin-left: -5px;
}
nav ul li {
  width: 140px;
  height: 24px;
  position: relative;
  float: left;
  margin-left: 5px;
  border: solid 1px #fff;
}
nav ul li p {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.33333rem;
  font-family: Century Gothic, sans-serif;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
nav .nav_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e60012;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/********************************
            contents
********************************/
.menu {
  cursor: pointer;
}

#bg_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#bg {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1150px;
  min-height: 665px;
  background: url("image/bg.jpg") no-repeat center center;
  background-size: cover;
}

#speakerL {
  position: absolute;
  background: url("image/speaker_l.png") no-repeat;
  width: 172px;
  height: 138px;
  top: 440px;
  left: 45px;
  margin-top: 0;
}

#speakerR {
  position: absolute;
  background: url("image/speaker_r.png") no-repeat;
  width: 159px;
  height: 141px;
  top: 540px;
  left: 620px;
  margin-top: 0;
}

#character {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 800px;
  height: 805px;
}
#character img {
  position: absolute;
  left: 0;
  top: 0;
}
#character #blink {
  display: none;
  position: absolute;
  left: 327px;
  top: 435px;
}

#cdinfo {
  position: absolute;
  left: 0;
  bottom: 10px;
  background: url("image/cdinfo_bg.png") no-repeat left center;
  padding: 9px 12px;
  width: 589px;
  height: 168px;
  overflow: hidden;
}
#cdinfo .jacket {
  float: left;
  width: 150px;
  height: 150px;
  margin-top: 2px;
}
#cdinfo .detail {
  float: left;
  width: 400px;
  position: relative;
  margin-left: 14px;
}
#cdinfo .detail .title {
  position: absolute;
  top: 8px;
  left: -6px;
}
#cdinfo .detail p.release {
  font-family: Meiryo,'メイリオ','Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 32px;
  font-size: 2.66667rem;
  margin: 60px 0 0;
  line-height: 50px;
  text-indent: -.1em;
  letter-spacing: -0.8px;
}
#cdinfo .detail p.release strong {
  font-size: 46px;
  font-size: 3.83333rem;
}
#cdinfo .detail p.release strong span {
  color: #fff100;
}
#cdinfo .detail p.illustration {
  margin: 0 0 25px;
  letter-spacing: -.1px;
  font-size: 10px;
  font-size: 0.83333rem;
}

#order {
  position: absolute;
  bottom: 0;
  left: 0;
}

section {
  position: absolute;
  font-size: 15px;
  font-size: 1.25rem;
  line-height: 1.4;
  top: 50%;
  margin-top: -295px;
  left: -200px;
  width: 600px;
  height: 450px;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
section .content_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px;
}
section h2 {
  margin: 10px 0 0 0;
  text-indent: -.5em;
}
section .content_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
}

.t_shadow {
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000;
}

/********************************
            top
********************************/
#logo {
  position: absolute;
  top: 94px;
  left: 55px;
  width: 454px;
  height: 292px;
  overflow: hidden;
}

#twitter {
  position: absolute;
  right: 28px;
  top: 41px;
  width: 190px;
  height: 305px;
  border: 1px solid #fff;
}
#twitter #twitter_timeline {
  position: absolute;
  padding: 3px 5px 1px;
  left: 0;
  top: 0;
  width: 182px;
  height: 301px;
}

#sns_box {
  position: absolute;
  right: 0;
  top: 10px;
  width: 170px;
  height: 25px;
}
#sns_box div {
  float: left;
  margin-left: 10px;
}
#sns_box .tw {
  width: 27px;
  height: 23px;
}
#sns_box .fb {
  width: 25px;
  height: 24px;
}
#sns_box #bgm {
  margin-top: -2px;
  width: 77px;
  height: 28px;
  background: url("image/sound_off.png") no-repeat;
  cursor: pointer;
}

#present_banner {
  position: absolute;
  right: 22px;
  bottom: 23px;
}

.content_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/********************************
            tracklist
********************************/
#track_box {
  line-height: 1.5;
}
#track_box li span {
  color: #fff100;
}

#content_tracklist .caution {
  margin-top: 15px;
  font-size: 10px;
  font-size: 0.83333rem;
}

/********************************
            gift
********************************/
#content_gift .gift_img {
  margin-left: -3px;
  margin-top: -15px;
}
#content_gift p {
  font-size: 16px;
  font-size: 1.33333rem;
}
#content_gift p span {
  color: #fff100;
}
#content_gift .caution {
  margin-top: 20px;
  font-size: 10px;
  font-size: 0.83333rem;
}

/********************************
            link
********************************/
#link_banner {
  margin-top: 35px;
  width: 100%;
  height: 100%;
}

#link_banner li {
  width: 190px;
  height: 50px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
}

#link_banner li a {
  display: block;
  height: 100%;
  width: 100%;
}

/********************************
            order
********************************/
#order_list {
  margin-top: 35px;
  width: 100%;
  height: 100%;
}
#order_list .comingsoon {
  background-position: center bottom;
}

#order_list li {
  width: 125px;
  height: 41px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
}
#order_list li a {
  display: block;
  height: 100%;
  width: 100%;
}

#order_popup h3 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 200%;
}

/********************************
            footer
********************************/
footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 5px 0;
  height: 27px;
}

footer p {
  width: 100%;
  line-height: 12px;
  text-align: right;
}

footer p small {
  font-size: 10px;
  color: #fff;
  margin-right: 15px;
}

