@charset "UTF-8";
/* Equal artist site CSS (main.css) */
* {
  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: #000;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  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%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

/* ============================================
 base
============================================ */
html, body {
  width: 100%;
  height: 100%;
  color: #000;
  letter-spacing: -.3px;
  font-size: 14px;
  line-height: 1.4;
  font-family: "メイリオ",meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #ffedc0;
}

.clearfix:before, .prof_container:before, .prof_container .detail .prof_box:before, .clearfix:after, .prof_container:after, .prof_container .detail .prof_box:after {
  content: "";
  display: table;
}
.clearfix:after, .prof_container:after, .prof_container .detail .prof_box:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1150px;
  min-height: 783px;
  overflow: hidden;
}

#interior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1150px;
  min-height: 783px;
}

#container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1150px;
  min-height: 783px;
}

#bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff url("images/bg.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-width: 1150px;
  min-height: 783px;
}

#character {
  position: absolute;
  background: url("images/bg_character.png") no-repeat;
  width: 1025px;
  height: 604px;
  bottom: 8.5%;
  left: 50%;
  margin-left: -512px;
}

.popup_banner {
  cursor: pointer;
}

/* ============================================
 header
============================================ */
header {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
}

#neon {
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -363px;
  background: url("images/img_neon_bg.png") no-repeat;
  width: 750px;
  height: 201px;
  cursor: pointer;
}
#neon img {
  position: absolute;
  top: 0;
  left: 0;
}

#sns {
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  height: 100%;
}
#sns .tw {
  position: absolute;
  top: 17px;
  right: 104px;
}
#sns .fb {
  position: absolute;
  top: 17px;
  right: 65px;
}
#sns .yt {
  position: absolute;
  top: 18px;
  right: 23px;
}
#sns #bgm {
  width: 84px;
  height: 32px;
  position: absolute;
  right: 12px;
  top: 17px;
  cursor: pointer;
}

#copyright {
  letter-spacing: -.6px;
  font-size: 10px;
  font-family: helvetica,arial,"ＭＳ Ｐゴシック", sans-serif;
  position: absolute;
  bottom: 3px;
  right: 20px;
}

/* ============================================
 contents
============================================ */
#content_area {
  position: absolute;
  top: 50%;
  left: -100%;
  width: 100%;
  height: 340px;
  margin-top: -170px;
}
#content_area .content_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff100;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#content_area .content_container {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 960px;
  margin-left: -480px;
}

section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
section h2 {
  margin: 22px 0 0;
  text-align: center;
}

#present_banner {
  position: absolute;
  right: 20px;
  top: -180px;
}

/* --------------------------------------------------------------------------------
 tracklist
-------------------------------------------------------------------------------- */
#cnt_tracklist ul.track_box {
  margin-top: 18px;
  float: left;
  width: 360px;
}
#cnt_tracklist ul.track_box:first-child {
  margin-left: 140px;
}
#cnt_tracklist ul.track_box li {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
}
#cnt_tracklist ul.track_box li.andmore {
  margin-top: 18px;
}

/* --------------------------------------------------------------------------------
 profile
-------------------------------------------------------------------------------- */
.prof_container {
  margin: 40px 0 0 120px;
}
.prof_container .eye {
  float: left;
}
.prof_container .detail {
  margin-left: 12px;
  float: left;
}
.prof_container .detail .prof_box {
  width: 600px;
}
.prof_container .detail .prof_box .prof_img {
  float: left;
  margin-right: 10px;
}
.prof_container .detail .prof_box .prof_txt {
  line-height: 1.25;
  font-size: 11px;
  font-weight: bold;
}
.prof_container .detail .prof_box .prof_txt span.name {
  color: #b5238e;
}
.prof_container .detail .prof_box .prof_txt span.name span {
  font-size: 10px;
}
.prof_container .detail .prof02 {
  margin-top: 12px;
}

/* --------------------------------------------------------------------------------
 movie
-------------------------------------------------------------------------------- */
#cnt_movie .movie_container {
  margin-top: 15px;
  margin-left: 10px;
}
#cnt_movie ul {
  margin: -20px 0 0 -20px;
}
#cnt_movie ul li {
  float: left;
  margin: 20px 0 0 20px;
}
#cnt_movie ul li p {
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
}
#cnt_movie ul .movie {
  cursor: pointer;
}

/* --------------------------------------------------------------------------------
 download
-------------------------------------------------------------------------------- */
#cnt_download .cs {
  margin: 120px auto;
  text-align: center;
}

/* --------------------------------------------------------------------------------
 link
-------------------------------------------------------------------------------- */
#cnt_link .link_container {
  width: 400px;
  margin: 48px auto 0;
}
#cnt_link ul {
  margin: -20px 0 0 -20px;
}
#cnt_link ul li {
  float: left;
  margin: 20px 0 0 20px;
}

/* --------------------------------------------------------------------------------
 goods
-------------------------------------------------------------------------------- */
#cnt_goods .goods_container {
  width: 100%;
  height: 260px;
  position: relative;
}
#cnt_goods .txt_goods {
  position: absolute;
  left: -6px;
  top: 68px;
}
#cnt_goods .img_goods {
  position: absolute;
  left: 493px;
  top: -12px;
}

/* --------------------------------------------------------------------------------
 popup
-------------------------------------------------------------------------------- */
.popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.popup .popup_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.popup_display {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup_bg_clear {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*************
    movie
**************/
#movie_popup {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

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

#movie_panel {
  width: 960px;
  height: 575px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -480px;
  margin-top: -287px;
  border: solid 1px #fff100;
}

/*************
    order
**************/
.order_container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -257px;
  width: 515px;
  height: 350px;
}

#order_list {
  margin-top: 35px;
  width: 100%;
  margin-left: 30px;
  overflow: hidden;
}

#order_list .comingsoon {
  background-position: center bottom;
}

#order_list li {
  width: 125px;
  height: 41px;
  float: left;
  margin-right: 40px;
  margin-bottom: 45px;
  background-repeat: no-repeat;
}

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

.order_container h3 {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 28px;
}

/* --------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
/* ============================================
 footer
============================================ */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #000;
  height: 180px;
  width: 100%;
}
footer .footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/img_mesh.png") repeat;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
footer .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer #jacket {
  position: absolute;
  left: 22px;
  bottom: 16px;
  border: solid 1px #fff;
}
footer h1 {
  position: absolute;
  bottom: 16px;
  left: 200px;
  width: 404px;
  height: 150px;
}
footer nav {
  position: absolute;
  top: 14px;
  right: 162px;
  width: 331px;
  height: 150px;
}
footer nav ul {
  overflow: hidden;
  margin: -9px 0 0 -10px;
}
footer nav ul li a {
  float: left;
  display: inline-block;
  position: relative;
  text-decoration: none;
  line-height: 1;
  height: 30px;
  width: 160px;
  margin-right: 10px;
  margin-top: 9px;
  background-position: center top;
}
footer nav ul li a:hover {
  background-position: center bottom;
}
footer nav ul li #tracklist {
  background-image: url("images/nav_tracklist.png");
}
footer nav ul li #download {
  background-image: url("images/nav_download.png");
}
footer nav ul li #profile {
  background-image: url("images/nav_profile.png");
}
footer nav ul li #link {
  background-image: url("images/nav_link.png");
}
footer nav ul li #goods {
  background-image: url("images/nav_goods.png");
}
footer nav ul li #detail {
  background-image: url("images/nav_detail.png");
}
footer nav ul li #movie {
  background-image: url("images/nav_movie.png");
}
footer #order {
  position: absolute;
  right: 20px;
  top: 13px;
  cursor: pointer;
}

.sorry_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -215px;
    margin-left: -275px;
    width: 551px;
    height: 308px;
}
