@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Quattrocento:400,700);

html,body{
    height: 100%;
    min-height: 100%;
}
body{
    border: 10px solid #000;
    font-family: 'Quattrocento', "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    height: auto;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

#swfPlayer{
    height: 0;
    overflow: hidden;
}

h2,h3,h4{
    font-weight: normal;
}

#intro{
    background: #000;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    display: none;
}

#intro #main{
    width: 600px;
    padding-top: 110px;
    margin: 0 auto;
}

#intro #main img{
    width: 600px;
    height: auto;
}

#intro .glitch{
    width: 480px;
    height: 117px;
    position: relative;
    top: -400px;
    padding: 427px 60px 60px;
    margin: 0 auto 0;
    cursor: pointer;
    overflow: hidden;
}

#intro canvas{
    width: 480px;
    height: auto;
}

#intro .glitch img{
    width: 100%;
    height: auto;
}

#wrapper{
    height: 100%;
    overflow: hidden;
}

#wrapper.ie8{
    overflow: auto;
}

header{
    text-align: center;
    position: fixed;
    top: 0;
    left: 6px;
    right: 6px;
    height: 600px;
    z-index: -1;
    padding-top: 200px;
    background: url(../img/main.jpg) no-repeat center 120px;
    background-size: 600px;
}

header img{
    width: 480px;
    margin-top: 350px;
}

nav{
    height: 74px;
    position: fixed;
    top: 0px;
    left: 10px;
    right: 10px;
    border-top: 10px solid #000;
    background: white;
    border-bottom: 1px solid #000;
    z-index: 100;
}

nav #logo{
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 1;
}

nav #sp_menu{
    display: none;
}

nav ul{
    width: 800px;
    margin: 0 auto;
}

nav ul li{
    display: inline-block;
    position: relative;
    text-align: center;
}

nav ul li a{
    text-decoration: none;
    height: auto;
    padding: 23px 20px 20px;
    color: #2A2224;
    display: block;
    font-size: 18px;
    margin-top: -17px;
}

nav ul li:before{
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #FFF;
    display: inline-block;
}

nav ul li.select:before{
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #000;
    display: inline-block;
}

nav ul li.hover:before{
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #000;
    display: inline-block;
}

#contents{
    margin-top: 810px;
    z-index: 1;
}

#contents section{
    position: relative;
    padding-bottom: 50px;
}

#contents section:before{
    content: "";
    display: block;
    width: 100%;
    height: 137px;
    position: absolute;
    background: url(../img/bg_askew2.png) center bottom no-repeat;
    background-size: 100% 137px;
}

#contents section.bk:before{
    content: "";
    display: block;
    width: 100%;
    height: 137px;
    position: absolute;
    top: -137px;
    background: url(../img/bg_askew.png) center bottom no-repeat;
    background-size: 100% 137px;
}

.ie8 #contents section:before{
    content: "";
    height: 0;
    background: none;
}

.bk{
    background: black;
    color: white;
}


h2{
    font-size: 44px;
}

#contents #release{
    background: #000;
    height: auto;
}

.info{
    width: 960px;
    margin: 0 auto;
    
}

#release .info h2{
    color: white;
    margin-left: 50%;
    font-weight: normal;
}

#release h4{
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 15px;
}
#release .info .sub{
    font-size: 24px;
    padding-top: 20px;
    color: white;
    line-height: 1.4em;
}

#release .info h3{
    font-size: 24px;
    padding: 20px 0 5px;
    line-height: 1.4em;
    letter-spacing: -1px;
    text-indent: -7px;
}

#release .info h3 br{
    display: none;
}

#release .info .ruby{
    letter-spacing: 0.55em;
    padding-bottom: 20px;
}

#release .info h4{
    font-weight: normal;
}

#release .info .cd,
#release .info .dvd{
    display: inline-block;
    padding-right: 40px;
    vertical-align: top;
}

#release .info .dvd p{
    padding-top: 5px;
}

#release .info .cd dl dt,
#release .info .dvd dl dt{
    float: left;
    font-family: serif;
    padding-right: 0.5em;
    line-height: 2.4em;
}

#release .info .cd dl dd,
#release .info .dvd dl dd{
    width: 165px;
    word-wrap: normal;
    line-height: 2.4em;
}

#release .info .dvd dl dd{
    width: 190px;
    word-wrap: normal;
}

#release .info .cd dl dd a{
    float: right;
    text-decoration: none;
    display: block;
    font-size: 10px;
    padding: 5px 3px 2px ;
    line-height: 10px;
    color: #BBB;
    border-radius: 3px;
    border: 1px solid #BBB;
    letter-spacing: 0.1em;
    margin-top: 3px;
}

#release .info .cd dl dd a:before{
    content: "▶";
    color: #BBB;
    font-size: 10px;
}

#release .info .cd dl dd a.playing:before{
    content: "";
    display: inline-block;
    margin-right: 4px;
    margin-left: 1px;
    width: 2px;
    height: 7px;
    border-left: 2px solid #BBB;    
    border-right: 2px solid #BBB;    
    font-size: 10px;
}

#release .info .cd dl dd a:hover{
    color: #FFF;
    border: 1px solid #FFF;
}

#release .info .jacket{
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 1;
}

#release .info .jacket img{
}

#shoplist{
    max-width: 390px;
}

#shoplist li{
    display: inline-block;
    margin-right: 8px;
    margin-top: 10px;
}

#shoplist li.tsutaya img{
    border-top: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
}

.detail{
    color: #FFF;
    padding-left: 50%;
    line-height: 1.6em;
    font-size: 12px;
    position: relative;
}

#linernotes{
    background: url(../img/bg_linernotes.jpg) no-repeat right top fixed;
    background-size: cover;
}

#linernotes h2{
    padding-top: 165px;
}

#linernotes .credit,
#gws .credit{
    position: relative;
    top: -20px;
    width: 442px;
    font-size: 15px;
    text-align: right;
}

#gws .credit{
    width: 300px;
}

#linernotes .text_area,
#gws .text_area{
    margin-top: 30px;
    padding-bottom: 60px;
    overflow: hidden;
}

#linernotes .text_area .left,
#gws .text_area .left{
    width: 444px;
    float: left;
}

#linernotes .text_area .right,
#gws .text_area .right{
    width: 444px;
    float: right;
}

#linernotes .text_area p,
#gws .text_area p{
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 1.6em;
}

#gws .info{
    overflow: hidden;
}

#gws h2{
    padding-top: 30px;
}

#gws .text_area{
    padding-bottom: 30px;
}

#gws .text_area h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 5px;
}

#photo{
    background: #DEDEDE;
    background-size: cover;
    height: 850px;
}


#photo h2{
    padding-top: 165px;
}

#photo ul{
    letter-spacing: -4px;
    margin-left: -10px;
    margin-right: -10px;
}

#photo ul li{
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    width: 25%;
}

#photo .credit br{
    display: none;
}

#about{
    background: url(../img/bg_1.jpg) no-repeat right top fixed;
    background-size: cover;
    padding-bottom: 80px;
    height: 540px;
}

#about .info h2{
    padding-top: 165px;
    margin-left: 540px;
}

#about .photo{
    float: left;
    position: relative;
    z-index: 1;
    margin-bottom: -230px;
    top:-120px;
}

#about p{
    padding-top: 10px;
    line-height: 1.8em;
    font-size: 14px;
    margin-left: 540px;
}

#about .photo p{
    margin-left: 0;
    max-width: 500px;
    font-size: 12px;
    padding-top: 2px;
}

#about h3{
    margin: 20px 0 10px;
}

#movie{
}

#movie h2{
    text-align: center;
}

#movie h3{
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4em;
}

#movie .movie_wrapper{
    margin-top: 30px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index: 1;
}

#movie .movie_wrapper iframe{
    position: absolute;
    top: 0 ;
    left: 0 ;
    height: 100% ;
    width: 100% ;
}

#movie .info h2{
    color: white;
    padding-top: 15px;
}


#tour{
}

#tour h2{
    padding-top: 30px;
}

#tour .info h3,
#tour .info > h4,
#movie .info ul{
    line-height: 1.6em;
}

#tour .info h3{
    padding: 20px 0 5px;
    font-size: 16px;
}

#tour ul li{
    line-height: 1.6em;
    font-size: 12px;
    font-weight: normal;
    border-left: 1px solid #BBB;
    padding-left: 1em;
    margin: 10px 5px;
}

#tour ul li h4{
    font-size: 14px;
}

#tour .buttom a{
    margin-top: 30px;
    text-decoration: none;
    background: #FFF;
    width: 260px;
    color: #000;
    padding: 13px 0 13px;
    display: block;
    text-align: center;
}

#tour .buttom a:hover{
    opacity: 0.6;
}

#special{
    background: url(../img/bg_s6.jpg) no-repeat left bottom fixed #FFF;
    background-size: cover;
}

#special .info{
    position: relative;
}

#special .info h2{
    padding-top: 165px;
}

#special .info h3{
    padding: 25px 0 10px;
    font-size: 16px;
}


#special .info h4{
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.4em;
    padding-left: 16px;
}

#special .info p.note{
    font-size: 12px;
    padding-left: 16px;
}

#special .photo{
    float: right;
    position: relative;
    top: -240px;
    margin-bottom: -150px;
}

#special p{
    padding-top: 10px;
    line-height: 1.6em;
}

#special .tokuten2 {
    clear: both;
}

#special .tokuten2 .photo{
    top: -130px;
    margin-bottom: -150px;
    padding-right: 60px;
}

#special .tokuten2 ul{
    display: inline-block;
    width: 300px;
    vertical-align: top;
    margin-top: 40px;
}

#special .tokuten2 ul li{
    font-size: 12px;
    margin-top: 7px;
    margin-left: 0.4em;
    padding-left: 0.4em;
    border-left: 1px solid #888;
}

#special .tokuten2 ul li h5{
    line-height: 1.6em;
}

#special .tokuten2 ul li p{
    padding: 0px 0 0 1em;
}



footer{
    height: 50px;
    background: #000;
}

footer p{
    color: #FFF;
    line-height: 60px;
    text-align: center;
    font-size: 12px;
}



/************************* /sp */

#intro.sp #main{
    width: 320px;
    padding-top: 85px;
    margin: 0 auto;
}

#intro.sp #main img{
    width: 100%;
}

#intro.sp .glitch{
    width: 100%;
    max-width: 400px;
    top: -220px;
    padding: 224px 0 0;
    margin: 0 auto;
    
}

#intro.sp canvas{
    width: 100%;
}

.sp header{
    background-size: 320px;
    background-position-y: 95px;
}

.sp header img{
    width: 100%;
    height: auto;
    margin-top: 115px;
    max-width: 400px;
}

.sp nav{
    height: 64px;
}

.sp nav #logo{
    left: 12px;
    top: 12px;
}

.sp nav #logo img{
    width: 40px;
    height: auto;
}

.sp nav #sp_menu{
    position: absolute;
    right: 0;
    z-index: 999;
    padding-top: 17px;
    padding-right: 18px;
    height: 80px;
    cursor: pointer;
    display: block;
}

nav #sp_menu:before,
nav #sp_menu:after{
    content: "";
    display: block;
    height: 5px;
    width: 36px;
    background-color: #000;
}

nav #sp_menu span{
    display: block;
    text-indent: -9999px;
    height: 5px;
    width: 36px;
    margin: 7px 0;
    background-color: #000;
}

nav #sp_menu.open:before{
    content: "";
    display: block;
    height: 5px;
    width: 36px;
    background-color: #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 12px;
}

nav #sp_menu.open:after{
    content: "";
    display: block;
    height: 5px;
    width: 36px;
    background-color: #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -5px;
}

nav #sp_menu.open span{
    display: none;
}


.sp nav #sp_menu{
    width: auto;
    text-align: center;
}

.sp nav ul{
    width: 100%;
    display: none;
    margin-top: 65px;
    height: 600px;
    background-color: #FFF;
}

.sp nav ul li{
     display: block;
     width: 100%;
     background-color: #FFF;
     border-top: 1px solid #CCC;
}

.sp nav ul li.select{
     border-top: 1px solid #000;
}

.sp nav ul li:first-child{
     border-top: none;
}

.sp nav ul li a{
    padding: 8px 0 12px;
}

.sp #contents{
    margin-top: 560px;
}

.sp #contents section{
    background: rgba(255,255,255,0.9);
    background: #FFF;
}

.sp #contents .bk{
    background: #000;
}

.sp .info{
    width: 100%;
}

.sp h2{
    text-align: right !important;
    position: relative;
    top: -45px;
    margin-bottom: -30px;
    padding-right: 10px;
    margin-left: 0;
}

.sp #contents #release{
    height: auto;
}

.sp #release .info h2{
    margin-left: auto;
}

.sp #release .info .sub{
    font-size: 17.5px;
    padding-top: 10px;
}

.sp #release .info .jacket{
    margin-top: 10px;
    position: relative;
    top:10px;
}

.sp #release .info .jacket img{
    width: 100%;
    height: auto;
}

.sp #release .info .detail{
    margin: 0px;
    padding: 10px;
}

.sp #release .info .detail .copy br{
    display: none;
}

.sp #release .info h3{
    letter-spacing: -2px;
}

.sp #release .info h3 br{
    display: inline;
}

.sp #release .info .ruby{
    font-size: 16px;
    letter-spacing: 1px;
}

.sp #release .info .cd dl dd,
.sp #release .info .dvd dl dd{
    width: 280px;
    line-height: 2.6em;
}

.sp #shoplist li{
    width: 48%;
}

.sp #shoplist li:nth-child(2n+0){
    margin-right: 0;
}

.sp #shoplist li.tsutaya img{
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.sp #contents #gws{
    height: auto;
    padding-bottom: 0;
}

.sp #contents #gws ul{
    float: none;
    width: auto;
    padding-left: 10px;
}

.sp #special h2,
.sp #special p{
    margin-left: 0;
    padding: 10px;
}

.sp #special h2{
    padding-top:140px;
}

.sp #special .tokuten1 > p,
.sp #special .tokuten2 > p,{
    font-size: 14px;
    margin-top: 20px;
}

.sp #special .photo{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    top:0;
    margin-bottom: 5px;
}

.sp #special .photo img{
    width: 100%;
    height: auto;
}

.sp #special .info p.note{
    padding: 0 10px;
}

.sp #special .tokuten2 ul{
    margin-top: 0;
}

.sp #special .tokuten2 ul:first-child{
    margin-top: 40px;
}

.sp #contents #photo {
    height: auto;
    padding-bottom: 130px;
    background-color: #DEDEDE;
}

.sp #photo ul {
    margin: 0;
}

.sp #photo ul li{
    width: 50%;
}

.sp #photo ul li img{
    height: auto;
}

.sp #photo .credit{
    padding: 0 10px;
    line-height: 1.4em;
}

.sp #photo .credit br{
    display: inline;
}

.sp #about{
    height: auto;
    padding-bottom: 140px;
}

.sp #about h2,
.sp #about p{
    margin-left: 0;
}

.sp #about .info p,
.sp #about .info h3,
.sp #about .info ul{
    padding-left: 10px;
    padding-left: 10px;
}

.sp #about .photo{
    float: none;
    margin: 0 10px;
    top:0;
}

.sp #about .photo img{
    width: 100%;
    height: auto;
}

.sp #linernotes{
    background: #FFF;
}

.sp #linernotes .credit,
.sp #gws .credit{
    position: relative;
    top: 0;
    width: auto;
    padding-right: 10px;
}

.sp #linernotes .text_area,
.sp #gws .text_area{
    padding-left: 10px;
    padding-right: 10px;
}

.sp #linernotes .text_area .left,
.sp #gws .text_area .left{
    width: 100%;
}

.sp #linernotes .text_area .right,
.sp #gws .text_area .right{
    width: 100%;
}

.sp #gws h2{
    padding-top: 45px;
}

.sp #movie{
    background-image: none;
}


.sp #movie .info h2{
    margin-left: 0;
    padding-top: 0;
}

.sp #movie .movie_wrapper{
    margin-top: 10px;
}

.sp #tour .info{
    padding: 0 10px;
    width: auto;
}

.sp #tour .buttom a{
    margin: 30px auto 0;
}

/* Light box css*/
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  */
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: black;
  background-color: transparent;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  /*background: url(../img/prev.png) left 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  /*background: url(../img/next.png) right 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  /*background: url(../img/close.png) top right no-repeat;*/
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.modal{display:none;}
.modalBody{position: fixed; z-index:1000; left:20%; right:20%; top:60px; bottom: 60px; overflow: auto; text-align: center;}
.modalBK{position: fixed; z-index:999; height:100%; width:100%;background:#000; opacity: 0.8;filter: alpha(opacity=90);-moz-opacity:0.90; top:0; left:0;}

