@charset "UTF-8";
.sidebar__gnav, .contents-title, .whats-new__caption, .downloads {
  font-family: "Fjalla One", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.03em;
  font-size: 14px;
  color: #000;
}

a {
  color: #660099;
}
a:hover {
  color: #660099;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

.loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #660099;
  z-index: 5;
}

.loader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 52px;
  overflow: hidden;
  margin-top: -26px;
  margin-left: -156px;
  text-align: center;
  z-index: 6;
}

.modal {
  display: none;
}
.modal.on .modal-bg {
  opacity: 1;
  transition: all 0.6s;
  transition-delay: 2s;
}
.modal.on .modal-in {
  opacity: 1;
  transition: all 0.6s;
  transition-delay: 2s;
}
.modal .modal-bg {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 9;
}
.modal .modal-in {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 740px;
  height: auto;
}
.modal .modal-in a {
  display: block;
}

/* Common
 *********************************** */
#wrap {
  min-width: 1081px;
  min-height: 750px;
}

.btn {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.btn:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.sidebar {
  width: 260px;
  background: url(../img/common/bg_pattern.jpg) repeat left top;
  min-height: 750px;
  height: 100vh;
  border: solid 0 #660099;
  border-width: 10px 0;
  padding: 20px 30px;
  position: fixed;
  top: 0;
  left: 0;
  color: #000;
  box-sizing: border-box;
  z-index: 2;
}

.sidebar__logo {
  margin-bottom: 22px;
}
.sidebar__logo > a {
  transition: opacity 0.3s ease;
}
.sidebar__logo > a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.sidebar__gnav {
  font-size: 23px;
}
.sidebar__gnav a {
  text-decoration: none;
  color: #000;
  position: relative;
}
.sidebar__gnav a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: rgba(102, 0, 153, 0.2);
  left: 0;
  top: 0;
  transition: width 0.3s ease;
  margin-left: -10px;
}
.sidebar__gnav a:hover:after {
  width: calc(100% + 20px);
}

.sidebar-bottom {
  position: absolute;
  bottom: 65px;
  left: 20px;
}

.sidebar__banners {
  margin-bottom: 18px;
}

.sidebar__qr {
  margin-bottom: 12px;
}

.sidebar__links {
  font-size: 10px;
  margin-bottom: 14px;
}
.sidebar__links a {
  text-decoration: none;
  color: #000;
}
.sidebar__links a:after {
  content: url(../img/common/icon_link.png);
  margin-left: 0.5em;
}
.sidebar__links a:hover {
  text-decoration: underline;
}

.sidebar__copyright {
  display: block;
  font-size: 10px;
}

.contents {
  margin-left: 260px;
  background: url(../img/common/bg.jpg) fixed no-repeat right top;
  background-size: cover;
  min-width: calc(98vw - 260px);
  min-height: 100vh;
  position: relative;
  z-index: 3;
}
.contents.contents--home {
  height: 100vh;
  background: none;
  min-height: 750px;
  min-width: calc(100vh - 260px);
}

.contents-title {
  padding-top: 40px;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  text-decoration: underline;
  margin-bottom: 35px;
  color: #660099;
  letter-spacing: 0.1em;
}

.contents-inner {
  width: 661px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.bt {
  border-top: dotted 1px #fff;
}

.bb {
  border-bottom: dotted 1px #fff;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background-color: #000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#colorbox {
  outline: 0;
  overflow: visible !important;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #660099;
}

#cboxTitle {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 1em;
  font-size: 14px;
  color: #fff;
}

#cboxLoadingOverlay {
  background-color: #000;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active {
  outline: 0;
}

#cboxClose {
  position: absolute;
  width: 55px;
  height: 10px;
  font-size: 0;
  right: 0;
  top: -20px;
  background: url(../img/movie/close.png) no-repeat left top;
  transition: opacity 0.3s ease;
}
#cboxClose:active {
  outline: 0;
}
#cboxClose:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/* Custom
 *********************************** */
/* Home
 *********************************** */
.whats-new {
  width: 200px;
  position: absolute;
  top: 320px;
  left: 30px;
  z-index: 3;
}
.whats-new .news-item {
  padding-bottom: 5px;
  font-size: 12px;
}
.whats-new .news-item > a {
  text-decoration: none;
  display: block;
  color: #000;
}
.whats-new .news-item > a:hover {
  text-decoration: underline;
}
.whats-new .news-item + .news-item {
  padding-top: 5px;
  border-top: dotted 1px #000;
}

.whats-new__caption {
  color: #660099;
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

.whats-new__title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whats-new__published-date {
  display: block;
  font-size: 10px;
}

.downloads {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #000;
  text-align: center;
  z-index: 3;
  height: 220px;
}

.downloads__label {
  height: 38px;
  line-height: 38px;
  font-weight: 300;
  background: url(../img/top/download/btn_dl_off.png) no-repeat left top;
  width: 174px;
  height: 38px;
  color: #fff;
}
.downloads__label.is-active {
  background-image: url(../img/top/download/btn_dl_on.png);
  color: #000;
}

.downloads-balloon {
  position: absolute;
  top: 43px;
  background: url(../img/top/download/bg_download.png) no-repeat left top;
  width: 174px;
  height: 157px;
  padding-top: 22px;
  line-height: 1;
  visibility: hidden;
}

.download-group + .download-group {
  margin-top: 12px;
}

.download-group__caption {
  font-weight: 300;
  margin-bottom: 10px;
}

.download-group__buttons > div {
  letter-spacing: -0.4em;
}
.download-group__buttons > div + div {
  margin-top: 10px;
}
.download-group__buttons .btn {
  letter-spacing: normal;
  margin-bottom: 10px;
}
.download-group__buttons .btn + .btn {
  margin-left: 12px;
}

.release-info {
  background: url(../img/top/release/release_info_2512.png) no-repeat;
  width: 530px;
  height: 273px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.release-info__buttons .btn {
  letter-spacing: normal;
}
.release-info__buttons .btn + .btn {
  margin-left: 10px;
}
.release-info__buttons .movie {
  position: absolute;
  bottom: 41px;
  left: 60px;
}
.release-info__buttons .detail {
  position: absolute;
  bottom: 41px;
  right: -24px;
}

.bnr-sub__area1 {
  width: 375px;
  height: 110px;
  position: absolute;
  bottom: 433px;
  right: 30px;
  z-index: 3;
}

.bnr-sub__area2 {
  width: 500px;
  height: 132px;
  position: absolute;
  bottom: 290px;
  right: 30px;
  z-index: 3;
}

.background-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 1;
}
.background-slider .glide__slide {
  background: url(../img/top/bg/01.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
}

/* Information
 *********************************** */
.mailService {
  width: 661px;
}

/* Disco
*********************************** */
#discNavi {
  color: #660099;
}
#discNavi a, #discNavi span {
  color: #000;
}

.discoFrame {
  border-color: #e4e4e4;
}

/* Live
*********************************** */
#liveNavi {
  color: #000;
}
#liveNavi p, #liveNavi a {
  color: #000;
}
#liveNavi p:hover {
  color: #3d3d3d;
}
#liveNavi p.active {
  color: #660099;
}
#liveNavi div.active {
  color: #660099;
}