@charset "UTF-8";

/* html,body */
html, body{
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  padding: 0;
  background: url(../img/bg-main.jpg) top center repeat;
  color: #fff;
  font:62.5%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, sans-serif;
  *font-size:small;*font:x-small;
  text-align: left;
  word-break: break-all;
  -webkit-text-size-adjust: none;
}

/* link- */
a { outline: none; color:#F6F453; text-decoration: none; }
a:hover { color:#ccf; }
a:focus { outline:none; }

.link-auto a[target=_blank]:after {
content:url(../img/common/icon-window.png);
margin:0 3px;
}

.hidden{ text-indent:100%; white-space:nowrap; overflow:hidden; font-size: 0;}

/*- IMG  */
img {
  border:none; -ms-interpolation-mode: bicubic;
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
a img { border: 0px; text-decoration:none; }

.center { margin: 0 auto; text-align: center; }

/*- text  */
.text-r { text-align: right;}
.font-12px { font-size: 1.2rem; font-size: 12px; }

/*float*/
.float-l { float: left; margin-right: 10px; }

/* clear */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.both{ clear:both; }

/* highlight */
::selection { background: #28ecf0; }
::-moz-selection { background: #28ecf0; }


/* castam */
#wrap{
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height:auto !important; /*for IE6*/
  height: 1600px; /*for IE6*/
  min-height: 1600px;
  background: url(../img/bg-miku.jpg) top center no-repeat;
}

.contents{
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}

/*　header*/
#global-header{
  position: relative;
  margin: 0 auto;
  padding-left: 500px;
  width: 500px;
  height: 1000px;
  z-index: 9999;
  text-align: center;
}
  #logo{
    margin: 0;
    padding: 25px 0 0 10px;
  }
  .catch-pkg{
    margin: 0 auto 8px;
  }
  .catch-text01{
    margin: 0 auto;
  }
  .catch-text02{
    margin: 0 auto 35px;
  }

.news-area{
  margin: 0 auto 10px;
  padding: 10px;
  width: 380px;
  height: 175px;
  background: url(../img/bg-news.png) top center repeat;
  font-size: 1.2rem; font-size: 12px;
  text-align: left;
}
  .news-contents{
    margin: 0;
    padding-right: 10px;
    width: 370px;
    height: 175px;
    overflow: auto;
  }
  .news-contents dt,
  .news-contents dd{
    margin: 0;
    padding: 0;
  }
  .time {
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #f39;
  }
  .news-contents dd{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
  }
  .news-contents h5{ margin: 3px 0; color: #3ff; }
  .news-contents p{ font-size: 1.0rem; font-size: 10px;}

.logo-miku{
  position: absolute;
  top: 5px;
  right: 25px;
}
.name-monq{
  padding-right: 50px;
  text-align: right;
}

.share-buttons{
  position: absolute;
  top: 695px;
  right: 50px;
}
.share-buttons li{
  display: inline;
  margin-left: 3px;
}

.thumb-movie{
  position: absolute;
  bottom: 80px;
  left: 75px;
  border: 1px solid #45d3d5;
  background: #fff;
}

/* pkg-area */
#pkg-area{
  margin: 0 auto;
  padding-top: 80px;
  background-color: rgba(127,29,81,.2);
  -pie-background: rgba(127,29,81,.2);
  behavior: url("../js/vendor/PIE.htc");
  overflow: hidden;
}

.jkt-area{
  float: left;
  width: 500px;
  text-align: center;
  font-size: 1.4rem; font-size: 14px;
}
  .pict-figure {
    margin: 20px auto;
    padding-left: 75px;
    /* border: 1px solid #45d3d5;*/
  }
  .bt-buy a{
    margin: 15px auto 20px;
    padding: 0;
    display: block;
    height: 40px;
    width: 350px;
    line-height: 20px;
    text-align: center;
  }
  .text-figure { margin-left: 75px; text-align: left; }
  .text-figure span { font-size: 1.0rem; font-size: 10px;}

.pkginfo-area{
  float: left;
  margin-bottom: 50px;
  width: 500px;
  font-size: 1.5rem; font-size: 15px;
  line-height: 1.6;
}
  .pkginfo-area h4,
  #privilege-area h4,
  #movie-area h4{
    margin: 25px 0 10px;
    padding-left: 28px;
    background: url(../img/icon-box.png) top left no-repeat;
    font-size: 2.0rem; font-size: 20px;
    line-height: 25px;
    height: 25px;
  }
  .set-list {
    margin: 10px auto 10px 20px;
    padding: 20px 20px 0;
    background: url(../img/bg-setlist.png) top center no-repeat;
    font-size: 1.1rem; font-size: 11px;
    line-height: 1.6;
    letter-spacing: .1em;
    height: 480px;
    width: 360px;
  }
    .set-list li{
      padding-left: 35px;
    }
  .subinfo-area {
    margin: 0 0 10px 30px;
    padding: 0;
    font-size: 1.2rem; font-size: 12px;
  }
  .pkginfo-area .attention{
    margin-top: 30px;
    font-size: 1.3rem; font-size: 13px;
    line-height: 1.2;
  }
  
.thumb-img{
  margin: 5px 0;
  border: 1px solid #45d3d5;
  background: #fff;
}


/* movie */
#movie-area{
  clear: both;
  margin: 0 auto 100px 40px;
  padding: 0;
  overflow: hidden;
  /*background: url(../img/bg-tokuten.png) top center no-repeat;
  height: 923px;
  width: 820px;*/
  font-size: 1.4rem; font-size: 14px;
}

.movie-list{
  margin: 0 auto;
}

.movie-list li{
  float: left;
  margin: 0 10px 15px 0;
  padding-bottom: 3px;
  color: #33FFFF;
  background: url(../img/line.gif) bottom left no-repeat;
}
.movie-list img{
  margin-bottom: 5px;
  border: 1px solid #45d3d5;
}




/* privilege-area */
#privilege-area{
  clear: both;
  margin: 0 auto 100px;
  padding: 0 50px;
  overflow: hidden;
  background: url(../img/bg-tokuten.png) top center no-repeat;
  height: 923px;
  width: 820px;
  font-size: 1.4rem; font-size: 14px;
}
  #privilege-area img{
    display: block;
    margin: 0 auto 15px;
    -webkit-box-shadow: 4px 4px 0px rgba(256,256,256,0.2);
    -moz-box-shadow: 4px 4px 0px rgba(256,256,256.2);
    box-shadow: 4px 4px 0px rgba(256,256,256,0.2);
    -ms-box-shadow: 4px 4px 0px rgba(256,256,256,0.2);
     behavior: url("../js/vendor/PIE.htc");
  }
  #privilege-area h5 {
    margin-bottom: 20px;
    padding: 0;
    color: #3ff;
    background: url(../img/line.gif) bottom left no-repeat;
    font-size: 2.4rem; font-size: 25px;
  }

.privilege-list{
  margin-top: 20px;
  padding-left: 20px;
  overflow: hidden;
}
.privilege-list li{
  float: left;
  margin-right: 20px;
  padding: 0;
  width: 370px;
  min-height: 330px;
}
.privilege-list > *:first-child + * + * {
clear:both;
}

  .privilege-list p{
    margin-bottom: 15px;
  }
  .text_tokuten-common {
    margin-left: 30px; ;
    width: 420px;
  }


/* global-footer */
#global-footer{
  position:relative;
  overflow:hidden;
  padding-bottom: 40px;
  background: #000;
  font-size: 1.0rem; font-size: 10px;
  text-align: center;
}
#global-footer a { color:#ccc;}
a:hover { color:#ccf; }
#link-list{
  position:relative;
  left:50%;
  float:left;
  margin: 50px 0;
  padding:0;
}

#link-list li{
  position:relative;
  left:-50%;
  float:left;
  margin: 0 10px;
  padding: 0;
}

#description{
  clear: both;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}



/* pagetop */
#pageTop a{
  position:fixed;
  bottom: 10px;
  right: 10px;
  display:block;
  height: 93px;
  width: 88px;
  text-align: center;
  text-decoration: none;
  z-index: 9999;
}