@font-face {
  font-family: 'NotoSans-bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf") format("truetype");
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo:

  @mixin =========================================================================================== */
#detail-page {
  background: #ececec url("../img/bg_top.png") no-repeat center top;
}

.main {
  width: 880px;
  margin: 0 auto 75px auto;
  position: relative;
}

.main__present {
  text-align: center;
  padding: 0 0 55px 0;
}

.main__wrap {
  zoom: 1;
  margin-bottom: 20px;
}

.main__wrap:after {
  content: "";
  clear: both;
  display: block;
}

.main__title__sp {
  display: none;
}

.main__number__sp {
  display: none;
}

.main__wrap__l {
  width: 480px;
  float: left;
}

.main__wrap__r {
  width: 345px;
  float: right;
}

.main__jacket {
  background-color: #000;
  text-align: center;
  box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.main__jacket a {
  height: 480px;
  width: 100%;
  display: block;
  position: relative;
}

.main__jacket a:after {
  content: ' ';
  width: 35px;
  height: 35px;
  background: #FFFFFF url("../img/icon_plus.png") no-repeat center center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 90;
  border: 15px solid #000000;
}

.main__jacket span {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 0;
  pointer-events: none;
}

.main__jacket span.img__package, .main__jacket span.img__booklet {
  display: none;
}

.main__jacket.is__none a {
  pointer-events: none;
}

.main__jacket.is__none a:after {
  display: none;
}

.main__thumbs {
  display: block;
  zoom: 1;
  width: 100%;
}

.main__thumbs:after {
  content: "";
  clear: both;
  display: block;
}

.main__thumbs li {
  width: 148px;
  float: left;
  margin: 0 18px 0 0;
  background-color: #000000;
  text-align: center;
  box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
}

.main__thumbs li:last-child {
  margin-right: 0;
}

.main__thumbs li a {
  display: block;
  padding: 15px 0;
}

.main__detail {
  position: relative;
  min-height: 480px;
  margin-bottom: 20px;
}

.main__detail__date {
  margin-bottom: 16px;
}

.main__detail__title {
  margin-bottom: 32px;
}

.main__detail__tracksNone {
  pointer-events: none;
}

.main__detail__tracks__title {
  display: none;
}

.main__detail__tracks dl {
  display: block;
  zoom: 1;
  margin: 0 0 8px 40px;
  font-size: 12px;
}

.main__detail__tracks dl:after {
  content: "";
  clear: both;
  display: block;
}

.main__detail__tracks dt {
  display: block;
  width: 35px;
  float: left;
  line-height: 1.0em;
}

.main__detail__tracks dd {
  display: block;
  width: 270px;
  float: left;
  white-space: nowrap;
  line-height: 1.0em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.main__movie {
  width: 345px;
  height: 148px;
  background-color: #000000;
  box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
  position: relative;
}

.main__movie a {
  display: block;
  position: relative;
  padding: 15px 0 0 0;
}

.main__movie__title {
  width: 315px;
  height: 118px;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: table;
  position: relative;
  z-index: 0;
}

.main__movie__title i {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main__movie__icon {
  display: table;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: #000000;
}

.main__movie__icon i {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  margin: 15px auto 0 auto;
  text-align: center;
}

.main__movie__icon img {
  margin-top: 2px;
  margin-left: 3px;
}

.main__movieCaps__sp {
  position: absolute;
  right: -65px;
  top: 0px;
  z-index: 0;
}

.members {
  width: 880px;
  margin: 0 auto 80px auto;
  position: relative;
}

.members__list ul {
  display: block;
  width: 100%;
  zoom: 1;
}

.members__list ul:after {
  content: "";
  clear: both;
  display: block;
}

.members__list li {
  width: 145px;
  margin: 0 38px 0 0;
  float: left;
}

.members__list li:last-child {
  margin-right: 0;
}

.members__list__en {
  line-height: 1.0em;
  font-size: 10px;
  margin-bottom: 12px;
}

.members__list__image {
  margin-bottom: 15px;
  border-radius: 144px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 144px;
  height: 144px;
}

.members__list__name {
  line-height: 1.0em;
  font-size: 27px;
  margin-bottom: 10px;
  white-space: nowrap;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.members__list__cv {
  line-height: 1.0em;
  font-size: 19px;
}

.specs {
  width: 880px;
  margin: 0 auto;
  position: relative;
}

.specs__inner {
  zoom: 1;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

.specs__inner:after {
  content: "";
  clear: both;
  display: block;
}

.specs__tokuten {
  width: 415px;
  display: table-cell;
}

.specs__detail {
  width: 465px;
  display: table-cell;
  position: relative;
}

.specs__tokuten__title,
.specs__detail__title {
  line-height: 1.0em;
  font-size: 33px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.specs__tokuten__title:after,
.specs__detail__title:after {
  content: ' ';
  display: block;
  width: 17px;
  height: 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: #000000;
}

.specs__tokuten__list li,
.specs__detail__list li {
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.specs__tokuten__list li:before,
.specs__detail__list li:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  z-index: 0;
  width: 17px;
  height: 17px;
  background-color: #000000;
  border-radius: 20px;
}

.specs__tokuten__list span,
.specs__detail__list span {
  font-size: 14px;
  display: inline-block;
  margin-left: -0.7em;
}

.specs__tokuten__list .specs__list__link,
.specs__detail__list .specs__list__link {
  padding-top: 10px;
  display: inline-block;
}

.specs__tokuten__list .specs__list__link a,
.specs__detail__list .specs__list__link a {
  background: url("../img/icon_arw.png") no-repeat left center;
  background-size: auto 100%;
  line-height: 20px;
  font-size: 16px;
  padding-left: 30px;
  display: block;
}

.specs__detail__price {
  display: inline-block;
}

.specs__detail__price__caps {
  line-height: 9px;
  margin-bottom: 14px;
}

.specs__detail__price__list {
  width: 100%;
}

.specs__detail__price__list ul {
  display: table;
  width: 100%;
  border-right: #000000 solid 10px;
}

.specs__detail__price__list li {
  display: table-cell;
  border-top: #000000 solid 10px;
  border-left: #000000 solid 10px;
  border-bottom: #000000 solid 10px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  padding: 15px 15px;
  line-height: 1.0em;
}

.shops {
  width: 100%;
  height: 1010px;
  margin-top: -50px;
}

.shops__inner {
  width: 880px;
  margin: 0 auto;
  padding-top: 190px;
}

.shops__title {
  font-size: 33px;
  line-height: 1.0em;
  margin-bottom: 25px;
}

.shops__detail {
  width: 100%;
}

.shops__detail dl {
  display: block;
  zoom: 1;
  margin-bottom: 25px;
}

.shops__detail dl:after {
  content: "";
  clear: both;
  display: block;
}

.shops__detail dt {
  width: 140px;
  display: block;
  float: left;
  border-top: 10px #000000 solid;
  font-size: 20px;
  line-height: 1.4em;
  padding-top: 25px;
  white-space: nowrap;
}

.shops__detail dd {
  width: 710px;
  display: table;
  float: right;
  border-top: 10px #000000 solid;
  font-size: 15px;
  line-height: 1.7em;
  padding-top: 25px;
}

.shops__detail__text {
  display: table-cell;
  width: 540px;
}

.shops__detail__buttons {
  display: table-cell;
  width: 170px;
}

.shops__detail__buttons li {
  margin-bottom: 15px;
}

.shops__detail__buttons li:last-child {
  margin-bottom: 0;
}

.shops__detail__buttons a {
  background: url("../img/icon_arw.png") no-repeat left center;
  line-height: 36px;
  font-size: 21px;
  padding-left: 55px;
  display: block;
}

.shops__detail dl:first-child dt,
.shops__detail dl:first-child dd {
  border: none;
  padding-top: 0;
}

.live {
  width: 880px;
  margin: 0 auto 65px auto;
}

.live.is-none {
  height: 150px;
}

.live__banner {
  width: 880px;
  height: 232px;
}

.live__banner a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
}

.live__banner img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.modal__block,
.modal__movie {
  display: table;
  width: 100%;
  height: 100%;
  display: none;
}

.modal__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: auto;
  position: relative;
}

.modal__close,
.modal__movie__close {
  position: fixed;
  right: 115px;
  top: 115px;
  z-index: 0;
}

.m--03 .main__detail__title {
  margin-bottom: 17px;
}

.m--03 .main__detail__tracks dl {
  margin-bottom: 6px;
}

.m--09 .main__detail__title {
  margin-bottom: 17px;
}

.m--09 .main__detail__tracks dl {
  margin-bottom: 8px;
}

.m--11 .main__detail__title {
  margin-bottom: 28px;
}

.m--11 .main__detail__tracks dl {
  margin-bottom: 6px;
}

.m--11 .members__list__cv {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 21.875vw
  @mixin =========================================================================================== */
  #detail-page {
    background: #ececec url("../img/bg_top.png") no-repeat center top;
  }
  .main {
    width: 540px;
    margin: 0 auto 100px auto;
    position: relative;
  }
  .main__present {
    text-align: center;
    padding: 30px 0 70px 0;
  }
  .main__present img {
    width: 102px;
    height: auto;
  }
  .main__wrap {
    zoom: 1;
    margin-bottom: 20px;
  }
  .main__wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .main__title__sp {
    display: block;
  }
  .main__title__sp__date {
    margin-bottom: 14px;
  }
  .main__title__sp__name {
    margin-bottom: 22px;
  }
  .main__number__sp {
    display: block;
    position: absolute;
    right: -60px;
    top: 0px;
    z-index: 0;
  }
  .main__wrap__l {
    width: 480px;
    float: none;
    position: relative;
  }
  .main__wrap__r {
    width: 100%;
    float: none;
  }
  .main__jacket {
    background-color: #000;
    text-align: center;
    box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
  }
  .main__jacket a {
    height: 480px;
    width: 100%;
    display: block;
    position: relative;
  }
  .main__jacket a:after {
    content: ' ';
    width: 35px;
    height: 35px;
    background: #FFFFFF url("../img/icon_plus.png") no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 90;
    border: 15px solid #000000;
  }
  .main__jacket span {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 0;
    pointer-events: none;
  }
  .main__jacket span.img__package, .main__jacket span.img__booklet {
    display: none;
  }
  .main__jacket.is__none a {
    pointer-events: none;
  }
  .main__jacket.is__none a:after {
    display: none;
  }
  .main__thumbs {
    display: block;
    zoom: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .main__thumbs:after {
    content: "";
    clear: both;
    display: block;
  }
  .main__thumbs li {
    width: 148px;
    float: left;
    margin: 0 18px 0 0;
    background-color: #000000;
    text-align: center;
    box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
  }
  .main__thumbs li:last-child {
    margin-right: 0;
  }
  .main__thumbs li a {
    display: block;
    padding: 15px 0;
  }
  .main__detail {
    position: relative;
    min-height: auto;
    margin-bottom: 20px;
  }
  .main__detail__date {
    display: none;
  }
  .main__detail__title {
    display: none;
  }
  .main__detail__tracksNone {
    display: none;
  }
  .main__detail__tracks__title {
    display: block;
    margin-bottom: 36px;
  }
  .main__detail__tracks dl {
    display: block;
    zoom: 1;
    margin: 0 0 3px 0;
    font-size: 20px;
    width: 100%;
  }
  .main__detail__tracks dl:after {
    content: "";
    clear: both;
    display: block;
  }
  .main__detail__tracks dt {
    display: block;
    width: 55px;
    float: left;
    line-height: 1.4em;
  }
  .main__detail__tracks dd {
    display: block;
    width: 485px;
    float: left;
    white-space: nowrap;
    line-height: 1.4em;
  }
  .main__movie {
    width: 480px;
    height: 200px;
    background-color: #000000;
    box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
    margin-bottom: 112px;
  }
  .main__movie a {
    display: block;
    position: relative;
    padding: 15px 0 0 0;
  }
  .main__movie__title {
    width: 450px;
    height: 170px;
    background: #ececec url("../img/01_movie.png") no-repeat center top;
    background-size: cover;
    margin: 0 auto;
    display: table;
    position: relative;
    z-index: 0;
  }
  .main__movie__title i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .main__movie__icon {
    display: table;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-color: #000000;
  }
  .main__movie__icon i {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    margin: 15px auto 0 auto;
    text-align: center;
  }
  .main__movie__icon img {
    margin-top: 8px;
    margin-left: 3px;
  }
  .members {
    width: 540px;
    margin: 0 auto 80px auto;
    position: relative;
  }
  .members__list ul {
    display: block;
    width: 100%;
    zoom: 1;
  }
  .members__list ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .members__list li {
    width: 145px;
    margin: 0 52px 40px 0;
    float: left;
  }
  .members__list li:last-child {
    margin-right: 52px;
  }
  .members__list li:nth-child(3n) {
    margin-right: 0;
  }
  .members__list__en {
    line-height: 1.0em;
    font-size: 10px;
    margin-bottom: 12px;
  }
  .members__list__image {
    margin-bottom: 15px;
    border-radius: 145px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    width: auto;
    height: auto;
  }
  .members__list__name {
    line-height: 1.0em;
    font-size: 26px;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .members__list__cv {
    line-height: 1.0em;
    font-size: 18px;
  }
  .specs {
    width: 540px;
    margin: 0 auto 80px auto;
    position: relative;
  }
  .specs__inner {
    zoom: 1;
    display: block;
    width: 100%;
    min-height: auto;
  }
  .specs__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .specs__tokuten {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
  .specs__detail {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 0;
  }
  .specs__tokuten__title,
  .specs__detail__title {
    line-height: 1.0em;
    font-size: 34px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .specs__tokuten__title:after,
  .specs__detail__title:after {
    display: none;
  }
  .specs__tokuten__list,
  .specs__detail__list {
    margin-bottom: 30px;
  }
  .specs__tokuten__list li,
  .specs__detail__list li {
    font-size: 20px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    line-height: 1.4em;
  }
  .specs__tokuten__list li:before,
  .specs__detail__list li:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: 0;
    width: 17px;
    height: 17px;
    background-color: #000000;
    border-radius: 20px;
  }
  .specs__tokuten__list span,
  .specs__detail__list span {
    font-size: 20px;
    display: inline-block;
    margin-left: -0.7em;
  }
  .specs__tokuten__list .specs__list__link,
  .specs__detail__list .specs__list__link {
    padding-top: 10px;
    display: inline-block;
  }
  .specs__tokuten__list .specs__list__link a,
  .specs__detail__list .specs__list__link a {
    background: url("../img/icon_arw.png") no-repeat left center;
    background-size: auto 100%;
    line-height: 1.4em;
    font-size: 20px;
    padding-left: 40px;
    display: block;
  }
  .specs__detail__price {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .specs__detail__price__caps {
    display: none;
  }
  .specs__detail__price__list {
    width: 100%;
  }
  .specs__detail__price__list ul {
    display: table;
    width: auto;
    border-right: none;
  }
  .specs__detail__price__list li {
    display: table-cell;
    border-top: none;
    border-left: none;
    border-bottom: none;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    padding: 0 20px 0 0;
    line-height: 1.0em;
  }
  .shops {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 80px;
  }
  .shops__inner {
    width: 450px;
    margin: 0 auto 0 50px;
    padding-top: 70px;
  }
  .shops__title {
    font-size: 32px;
    line-height: 1.0em;
    margin-bottom: 25px;
  }
  .shops__detail {
    width: 100%;
  }
  .shops__detail dl {
    display: block;
    zoom: 1;
    margin-bottom: 25px;
    border-top: 10px #000000 solid;
  }
  .shops__detail dl:after {
    content: "";
    clear: both;
    display: block;
  }
  .shops__detail dt {
    width: 100%;
    display: block;
    float: none;
    border-top: none;
    font-size: 20px;
    line-height: 1.4em;
    padding-top: 25px;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .shops__detail dd {
    width: 100%;
    display: block;
    float: none;
    border-top: none;
    font-size: 16px;
    line-height: 1.6em;
    padding-top: 0;
    zoom: 1;
  }
  .shops__detail dd:after {
    content: "";
    clear: both;
    display: block;
  }
  .shops__detail__text {
    display: block;
    width: 260px;
    float: left;
  }
  .shops__detail__buttons {
    display: block;
    width: 170px;
    float: right;
    margin-top: -35px;
  }
  .shops__detail__buttons li {
    margin-bottom: 15px;
  }
  .shops__detail__buttons li:last-child {
    margin-bottom: 0;
  }
  .shops__detail__buttons a {
    background: url("../img/icon_arw.png") no-repeat left center;
    line-height: 36px;
    font-size: 23px;
    padding-left: 55px;
    display: block;
    white-space: nowrap;
  }
  .shops__detail dl:first-child {
    border: none;
  }
  .shops__detail dl:first-child dt, .shops__detail dl:first-child dd {
    padding-top: 0;
  }
  .live {
    width: 540px;
    margin: 60px auto 50px auto;
  }
  .live.is-none {
    height: auto;
  }
  .live__banner {
    width: 100%;
    height: auto;
    box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 4px 13px rgba(0, 0, 0, 0.3);
  }
  .live__banner img {
    width: 100%;
    height: auto;
  }
  .live__banner a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .live__banner img {
    position: relative;
    left: auto;
    top: auto;
  }
  .modal__block,
  .modal__movie {
    display: table;
    width: 100%;
    height: 100%;
    display: none;
  }
  .modal__inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: auto;
    position: relative;
  }
  .modal__close,
  .modal__movie__close {
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 0;
  }
  .modal__image img {
    width: 540px;
    height: auto;
  }
  .m--03 .main__detail__tracks dl {
    margin-bottom: 3px;
  }
}
