@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: underline;
}

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: none !important;
}

html {
  overflow-y: scroll;
}

html, body {
  zoom: 1;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  letter-spacing: -.5px;
  min-width: 320px;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ",meiryo,"ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
    background-color: #000;
}

#section_top #cm_thumb, #section_top #oritoku_banner, #section_info .banners a, #section_info .banners span, #section_info #present_banner a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header nav ul li a, section h2 {
font-family: 'Archivo Black', sans-serif;
transform: scale( 1 , 1.2 );
}

.clearfix:before, .wrapper:before, #section_members .prof_box:before, #section_gift .gift_box:before, #section_present .gift_box:before, .clearfix:after, .wrapper:after, #section_members .prof_box:after, #section_gift .gift_box:after, #section_present .gift_box:after {
  content: "";
  display: table;
}
.clearfix:after, .wrapper:after, #section_members .prof_box:after, #section_gift .gift_box:after, #section_present .gift_box:after {
  clear: both;
}

/********************************
            header
********************************/
header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 120px;
  min-width: 1050px;
}
header .header_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background:#000;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
header h1 {
  float: left;
  margin-top:25px;
}
header nav {
  float: left;
  margin-left: 40px;
  margin-top: 24px;
}
header nav ul {
  overflow: hidden;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  font-size: 20px;
  font-size: 1.42857rem;
  display: block;
  color: #8462d4;
  text-decoration: none;
  margin-right: 30px;
  position: relative;
}
header nav ul li a:hover {
  color: #FFF;
}
header .header_inner {
  width: 1050px;
  margin: 0 auto;
  padding-top: 25px;
}

#sns {
  margin-top: 23px;
  float: right;
}
#sns ul {
  overflow: hidden;
}
#sns ul li {
  float: left;
  margin: 0 4px;
}
#sns ul li:first-child {
  margin: 0 2px;
}

#bgm {
  cursor: pointer;
}
/********************************
          wrapper / bg
********************************/
/* wrapper */
#exterior_wrapper {
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 100%;
  min-width: 1050px;
  height: 100%;
}

.wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

#main_wrapper {
  position: relative;
  padding-top: 100px;
  top: 0;
  width: 100%;
  overflow:hidden;
}

#content_bg {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/********************************
          contents
********************************/
section {
  width: 100%;
  min-height: 735px;
  position: relative;
}
section .section_inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
section h2 {
  font-size: 50px;
  font-size: 3.57143rem;
  line-height: 1.1;
  margin: 0 0 55px;
  padding-top: 50px;
}
 h2 span{
font-size:0.3em;
color:#FFF;
transform: scale( 1 , 1 );
}
/********************************
          top
********************************/
#section_top {
  /*background:url("img/top.jpg") no-repeat;*/
  background-color:#440159;
  background-size:cover;
  margin:0 auto;
  margin-bottom:0;
  min-height:660px;
  
}

#section_top #chara {
  width: 1100px;
  margin-left:auto;
  margin-right:auto;

}

#section_top #chara img {
  position: absolute;
  top: 0;
  /*right:20px;*/
}

#section_top #cm_thumb {
  display:none;
  position: absolute;
  top: 520px;
  left: 220px;
}
#section_top #cm_thumb:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#section_top #present_banner {
  width: 180px;
  position: absolute;
  top: 450px;
  left:20px;
}
#section_top #present_banner:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/********************************
          specialinfo
********************************/
#section_specialinfo {
  background:#fff;
  background-size:cover;
  padding-bottom:50px;
}
#section_specialinfo h2{
padding-top:0.5em;
}
#section_specialinfo .leftside  {
  float: left;
  width: 470px;
}
#section_specialinfo .leftside a{
  display:block;
  margin-bottom:30px;
}
#section_specialinfo .rightside {
  float: right;
  width: 470px;
}
#section_specialinfo .rightside a{
  display:block;
  margin-bottom:30px;
}
/********************************
          info
********************************/
#section_info {
  background:#000;
  background-size: cover;
  min-height:600px;
}
#section_info h2 {
  font-size:2.2em
}
#section_info h3 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 35px;
}
#section_info .leftside {
  float: left;
  width: 470px;
}
#section_info .leftside h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3;
}
#section_info .leftside h4 span{
margin-left:-0.5em;
}
#section_info .leftside{
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
}
p.name{
  /*font-weight: bold;*/
  font-size: 26px;
  line-height: 1.6;
}
#section_info .leftside p.release {
  margin-top: 15px;
  font-size: 35px;
  line-height: 1.2;
  font-weight:normal;
}
#section_info .leftside p.info {
  font-size: 14px;
  font-weight:normal;
}
#section_info .leftside p.text {
  font-size: 18px;
  font-weight:normal;
  margin-top:1em;
}
#section_info .rightside {
  float: right;
  width: 470px;
  margin-bottom: 60px
}
#section_info .rightside img {
margin-top:60px;
  /*border: solid 5px #fff;*/
}
#section_info .banners {
  margin-top: 20px;
}
#section_info .banners a, #section_info .banners span {
  cursor: pointer;
  float: left;
  margin-left: 10px;
  background: #d93868;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 124px;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 16px;
  padding: 3px 0 3px;
  display: block;
  border: solid 2px #d93868;
}
#section_info .banners a:hover, #section_info .banners span:hover {
  color: #d93868;
  background-color: #fff;
}
#section_info #present_banner {
  margin: 10px 0;
}
#section_info #present_banner a {
  font-size: 19px;
  font-size: 1.35714rem;
  background: #4f708f;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 393px;
  padding: 4px 0;
  display: block;
  border: solid 2px #4f708f;
}
#section_info #present_banner a:hover {
  color: #4f708f;
  background-color: #fff;
}
/********************************
          tracklist
********************************/
#section_tracklist {
  background: #440159;
  background-size: cover;
  padding-bottom:50px;
}
  #section_tracklist li {
  font-size: 22px;
  /*font-size: 1.14286rem;*/
  border-bottom:1px solid #FFF;
  padding-top:0.5em;
  padding-bottom:0.5em;
}
  #section_tracklist p {
  font-size: 11px;
  /*font-size: 1.14286rem;*/
  padding-top:-4.5em;
  padding-bottom:0.5em;
}
#section_tracklist li span{
float:right;
}
#section_tracklist li span.new {
  color: #d93868;
}
#section_tracklist li.caution {
  margin-top: 4em;
  padding-bottom: 65px;
}
#section_tracklist p {
margin-top:1em;
  font-size: 16px;
  font-size: 1.14286rem;
}
#section_tracklist .tracklist_box_wrap {
  margin-left: -35px;
  margin-top: 30px;
}
#section_tracklist .tracklist_box {
  width: 480px;
  float: left;
  margin-left: 35px;
}
.tracklist_box small{
    font-size: 15px;
}
/********************************
          gift
********************************/
#section_gift {
  background:#000;
  background-size: cover;
  min-height:600px;
}
#section_gift h2 {
  font-size:2.2em
}
#section_gift h3 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 35px;
}
#section_gift .leftside {
  float: left;
  width: 470px;
}
#section_gift .leftside h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3;
}
#section_gift .leftside h4 span{
margin-left:-0.5em;
}
#section_gift .leftside{
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
}
p.name{
  /*font-weight: bold;*/
  font-size: 26px;
  line-height: 1.6;
}
#section_gift .leftside p.release {
  margin-top: 15px;
  font-size: 35px;
  line-height: 1.2;
  font-weight:normal;
}
#section_gift .leftside p.gift {
  font-size: 14px;
  font-weight:normal;
}
#section_gift .leftside p.text {
  font-size: 18px;
  font-weight:normal;
  margin-top:1em;
}
#section_gift .rightside {
  float: right;
  width: 470px;
  margin-bottom: 60px;
}
#section_gift .rightside img {
margin-top:60px;
  /*border: solid 5px #fff;*/
}
#section_gift .banners {
  margin-top: 20px;
}
#section_gift .banners a, #section_gift .banners span {
  cursor: pointer;
  float: left;
  margin-left: 10px;
  background: #d93868;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 124px;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 16px;
  padding: 3px 0 3px;
  display: block;
  border: solid 2px #d93868;
}
#section_gift .banners a:hover, #section_gift .banners span:hover {
  color: #d93868;
  background-color: #fff;
}
#section_gift #present_banner {
  margin: 10px 0;
}
#section_gift #present_banner a {
  font-size: 19px;
  font-size: 1.35714rem;
  background: #4f708f;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 393px;
  padding: 4px 0;
  display: block;
  border: solid 2px #4f708f;
}
#section_gift #present_banner a:hover {
  color: #4f708f;
  background-color: #fff;
}
/********************************
          shoppresent
********************************/
#section_shoppresent{
  background:#732b8a;
  background-size: cover;
  padding-bottom:30px;
}
#section_shoppresent .leftside{
  float: left;
  width: 470px;
}

#section_shoppresent .leftside a{
  display:block;
  margin-bottom:30px;
}
#section_shoppresent .rightside{
  float: right;
  width: 470px;
}
#section_shoppresent .rightside a{
  display:block;
    margin-bottom:30px;
}
#section_shoppresent p {
  margin-top: 20px;
  font-size: 12px;
  font-size: 0.85714rem;
}
#section_shoppresent .caution{
display:block;
position:absolute;
bottom:0;
margin-bottom:2em;
}

/********************************
          goods
********************************/
#section_goods{
  background:#000;
  background-size: cover;
  padding-bottom:30px;
}
#section_goods .leftside{
  float: left;
  width: 470px;
}
#section_goods .leftside a{
    position:absolute;
    top: 100px;
    left: 150px;
    }
#section_goods .leftside a{
  display:block;
  margin-bottom:30px;
}
#section_goods .rightside{
  float: right;
  width: 470px;
}
#section_goods .rightside a{
  display:block;
    margin-bottom:30px;
}
#section_goods p {
  margin-top: 20px;
  font-size: 12px;
  font-size: 0.85714rem;
}
#section_goods .caution {
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: 2em;
}

/*************
    order
**************/
#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: 70px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 24px;
}

/*************
    footer
**************/
footer {
  background: #000;
  bottom: 0;
  width: 100%;
}
footer .wrapper {
  padding: 15px 30px;
  text-align: center;
}
footer .copyright {
  color: #FFF;
  font-size: 11px;
  font-size: 0.78571rem;
}