@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

body {
  background-color: #000;
  backface-visibility: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14pt;
  line-height: 1.75;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: auto;
}

a {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.l-row {
  zoom: 1;
}
.l-row:after {
  clear: both;
  display: block;
  content: "";
}

.l-column {
  float: left;
}

.l-column--opposite {
  float: right;
}

.l-container {
  margin: 0 auto;
  width: 640px;
  position: relative;
}

body {
  background-color: #000;
  background-image: url(../images/common/bg.jpg);
  background-repeat: repeat;
  background-position: center center;
}

main {
  margin: 0 auto;
  width: 640px;
}

section {
  position: relative;
}

header {
  width: 640px;
  height: 102px;
  position: fixed;
  left: 50%;
  margin-left: -320px;
  top: 0px;
  z-index: 300;
  background: #000;
  border-bottom: 4px solid #999;
  color: #fff;
  padding: 30px 0 0 180px;
  font-size: 26px;
}

.header__logo {
  position: absolute;
  left: 6px;
  top: 10px;
  z-index: 0;
}

.header__title {
  max-width: 360px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__title a {
  display: block;
}

nav {
  display: none;
}

#fix-buttons {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  height: 214px;
  background: url(../images/common/fix_bg.png) center bottom no-repeat;
}
#fix-buttons .button_media {
  position: absolute;
  left: 0px;
  top: 27px;
  z-index: 0;
}
#fix-buttons .button_reserve {
  position: absolute;
  left: 398px;
  top: 0px;
  z-index: 0;
}
#fix-buttons .button_buy {
  position: absolute;
  left: 392px;
  top: 0px;
  z-index: 0;
}
#fix-buttons .button_package {
  position: absolute;
  left: 294px;
  top: -39px;
  z-index: 0;
}

.hamburger {
  zoom: 1;
  width: 320px;
  height: 98px;
  position: fixed;
  left: 50%;
  margin-left: 0px;
  top: 0px;
  z-index: 500;
}
.hamburger:after {
  clear: both;
  display: block;
  content: "";
}

#hamburger__icon {
  float: right;
  width: 101px;
  height: 98px;
  padding: 30px;
}

#nav {
  width: 640px;
  height: 858px;
  position: fixed;
  left: 50%;
  margin-left: -320px;
  top: 0px;
  z-index: 400;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 35px;
}

.nav__logo {
  margin-bottom: 20px;
  text-align: center;
}

#js-nav {
  margin: 0 auto;
  width: 615px;
  font-size: 0;
  position: relative;
  text-align: center;
}
#js-nav .new::after {
  width: 122px;
  height: 93px;
  position: absolute;
  left: 15px;
  top: -15px;
  z-index: 2;
  content: "";
  background: url(../images/common/abs_new.png) center center no-repeat;
  pointer-events: none;
}
#js-nav li {
  display: inline-block;
  width: 205px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
#js-nav li a {
  display: block;
}

#news {
  background: #000;
  border-top: 4px solid #999;
  font-weight: 700;
  font-size: 24px;
  padding: 40px 0 25px 0;
  text-align: left;
}
#news dl {
  margin: 0 auto;
  width: 590px;
  padding-bottom: 15px;
  line-height: 32px;
}
#news dl dt {
  float: left;
  width: 20%;
  color: #ff33ff;
}
#news dl dd {
  float: right;
  letter-spacing: -0.5px;
  width: 80%;
  color: #fff;
}
#news dl dd a {
  color: #fff;
  text-decoration: underline;
}
#news .abs__new {
  width: 122px;
  height: 93px;
  position: absolute;
  left: 120px;
  top: -40px;
  z-index: 2;
  background: url(../images/common/abs_new.png) center center no-repeat;
}

.news__title {
  position: absolute;
  left: 24px;
  top: -30px;
  z-index: 1;
}

footer {
  margin: 0 auto;
  width: 640px;
  border-top: 4px solid #999;
  padding-bottom: 260px;
  background: #000;
}
footer .banners {
  margin: 0 auto;
  width: 600px;
  padding: 30px 0 0 0;
  text-align: left;
}
footer .banners li {
  width: 45%;
  display: inline-block;
  height: 120px;
  margin: 0 10px 20px;
}
footer .banners li img {
  width: 100%;
  height: auto;
}
footer .logos {
  width: 600px;
  margin: 30px auto 10px;
}
footer .logos li {
  display: inline-block;
  margin: 0 15px 20px 15px;
}
footer .copyright {
  color: #fff;
  margin: 0 0 0 30px;
  font-size: 18px;
}
footer .copyright p {
  margin: 10px 0 0 0;
}
footer .footer_sp {
  margin: 0 auto;
  width: 600px;
  margin-top: 30px;
}

.social {
  border-bottom: 4px solid #999;
  margin: 0px auto;
  padding: 22px 0;
}
.social .social-box {
  zoom: 1;
}
.social .social-box:after {
  clear: both;
  display: block;
  content: "";
}
.social ul {
  width: 580px;
  margin: 0 auto;
  text-align: center;
}
.social li {
  margin: 0 14px;
  width: 88px;
  float: left;
  text-align: center;
}
.social li a {
  display: block;
}
.social .share {
  width: 290px;
  height: 50px;
  float: left;
  cursor: pointer;
  margin-left: 20px;
  background: url(../images/common/hd_sns_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.social .share .icon {
  display: block;
  float: left;
  width: 100px;
  margin: 3px 0 0 8px;
}
.social .share .num {
  display: block;
  float: right;
  width: 70px;
  margin: 0 60px 0 0;
  color: #000;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  text-align: right;
}
.social .snsCount {
  margin: 0 auto;
  width: 600px;
  background-color: #000;
  font-size: 26px;
  color: #FFF;
  display: none;
}
.social .snsCount p {
  border-bottom: #FFF solid 1px;
}
.social .snsCount a {
  color: #FFF;
}
.social .snsCount span {
  display: inline-block;
}
.social .snsCount .cap {
  width: 400px;
}
.social .snsCount .num {
  font-size: 30px;
}

.l-music--top {
  background: url(../images/music/bg_music_top.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 120px;
}

#music-select {
  padding-top: 430px;
  margin-bottom: 40px;
}
#music-select a {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
#music-select a .abs__new {
  width: 88px;
  height: 67px;
  position: absolute;
  left: 0px;
  top: -30px;
  z-index: 2;
  background: url(../images/common/abs_new.png) center center no-repeat;
  background-size: 88px 67px;
  pointer-events: none;
}

#music-list {
  padding-bottom: 90px;
}

.l-music--detail {
  background: url(../images/music/bg_music_detail.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 140px;
  text-align: center;
}

.detail__title {
  margin-bottom: 30px;
}

.detail__music {
  margin-bottom: 30px;
}

.detail__movie {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 100px;
}

.detail__button {
  margin-bottom: 100px;
}

.detail__button__arrow {
  margin: 44px 0 0 0;
}

.detail__button__button {
  margin-top: -62px;
}

.detail__image {
  margin: 30px auto;
}

.free_dlc__button {
  margin: 20px auto 100px auto;
}

.detail__artist {
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 130px;
  border-bottom: 3px solid #f3f;
}

.detail__artist .artist__movie {
  padding: 30px 0;
  border-bottom: 3px solid #f3f;
}

.detail__artist .detail__movie {
  background: transparent;
  margin-bottom: 0;
}

.detail__artist .artist__inner {
  background: rgba(0, 0, 0, 0.7);
  padding-bottom: 40px;
}

.detail__artist .artist__inner .inner__title {
  padding: 35px 0 25px;
}

.detail__artist .artist__inner .inner__img {
  position: relative;
  z-index: 1;
}

.detail__artist .artist__inner .inner__name {
  margin: 35px 0 20px 0;
}

.detail__artist .artist__inner .inner__txt {
  color: #fff;
  text-align: left;
  width: 575px;
  margin: 0 auto;
  font-size: 24px;
}
.detail__artist .artist__inner .inner__txt a {
  color: #fff;
  text-decoration: underline;
}
#esrbPolicy {
	margin-top: 30px;
}
/*footer addition*/

#privacy-policy a{color: #FFF;}
#privacy-policy {margin-top: 2%;}