@charset "UTF-8";
@font-face {
  font-family: 'NotoSans-regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@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 =========================================================================================== */
#music-page {
  background: #004eff url("../img/common/bg_blue.png") no-repeat center center fixed;
  background-size: auto 100%;
}

#blind {
  background-color: #004eff;
}

.header__bg {
  background-color: #004eff;
}

.container {
  padding: 97px 0;
}

.headline {
  width: 100%;
  position: relative;
  z-index: 0;
}

.headline__inner {
  width: 1300px;
  margin: 0 auto;
  height: 104px;
  position: relative;
  border-bottom: #ffffff solid 2px;
}

.headline__name {
  font-size: 118px;
  line-height: 1.0em;
  color: #ffffff;
  font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
  font-weight: 700;
  letter-spacing: -.02em;
  position: absolute;
  left: 0px;
  top: -22px;
  z-index: 0;
}

.headline__categories {
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 0;
  letter-spacing: 0;
  font-size: 0;
  width: 40%;
  text-align: right;
}

.headline__categories a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  line-height: 1.0em;
  font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-bottom: 10px;
}

.headline__categories a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  width: 0;
  transition: all .3s ease;
}

.headline__categories a:hover:before {
  width: 100%;
  transition: all .3s ease;
}

.headline__categories li {
  letter-spacing: .02em;
  display: inline-block;
  line-height: 1.0em;
  vertical-align: top;
  position: relative;
  padding-left: 21px;
  margin-left: 4px;
}

.headline__categories li:after {
  content: '／';
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
  z-index: 0;
  height: 100%;
  width: 16px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.0em;
}

.headline__categories li:first-child {
  margin-right: 0;
  padding-right: 0;
}

.headline__categories li:first-child:after {
  display: none;
}

.headline__categories li.is__current a {
  color: #ffff00;
  font-size: 16px;
}

.headline__categories li.is__current a:before {
  background-color: #ffff00;
  width: 100%;
}

.headline__specs {
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 0;
  letter-spacing: 0;
  font-size: 0;
}

.headline__specs__cat {
  letter-spacing: normal;
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
  line-height: 1.0em;
  font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.headline__specs__cat a {
  color: #ffffff;
  display: block;
  line-height: 1.0em;
  font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-bottom: 10px;
}

.headline__specs__cat a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  width: 0;
  transition: all .3s ease;
}

.headline__specs__cat a:hover:before {
  width: 100%;
  transition: all .3s ease;
}

.headline__btnPrev {
  position: absolute;
  left: -45px;
  top: 17px;
  z-index: 2;
}

.headline__btnPrev svg {
  vertical-align: top;
  transition: all .3s ease;
}

.headline__btnPrev a {
  padding: 0 20px 0 0;
  display: block;
}

.headline__btnPrev a:hover svg {
  transform: translateX(-5px);
  transition: all .3s ease;
}

.lists {
  width: 100%;
  position: relative;
  z-index: 0;
  padding-bottom: 80px;
}

.lists__inner {
  width: 1300px;
  margin: 0 auto;
  color: #FFFFFF;
  margin-top: 105px;
  padding-bottom: 80px;
  position: relative;
}

.lists__list {
  margin: 0 70px;
  margin-bottom: 60px;
  zoom: 1;
  overflow: hidden;
}

.lists__list:after {
  content: "";
  clear: both;
  display: block;
}

.lists__list.none__swiper .swiper-wrapper {
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
  display: block !important;
}

.lists__list.none__swiper li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  width: 260px;
  margin: 0 15px;
  text-align: left;
  vertical-align: top;
}

.lists__list a {
  display: block;
  padding-bottom: 25px;
  border-bottom: solid 2px #ffffff;
  color: #ffffff;
}

.lists__list__jacket {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 25px;
  transition: all .3s ease;
}

.lists__list__spec {
  display: block;
  font-size: 13px;
  line-height: 1.6em;
  letter-spacing: .02em;
}

.lists__list a {
  transition: all .3s ease;
}

.lists__list a:hover {
  color: #ffff00;
  border-bottom: solid 2px #ffff00;
  transition: all .3s ease;
}

.lists__list a:hover .lists__list__jacket {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transition: all .3s ease;
}

.lists__nav__prev,
.lists__nav__next {
  position: absolute;
  top: 110px;
  z-index: 1;
}

.lists__nav__prev svg,
.lists__nav__next svg {
  vertical-align: top;
  transition: all .3s ease;
}

.lists__nav__prev polygon,
.lists__nav__next polygon {
  transition: all .3s ease;
}

.lists__nav__prev a,
.lists__nav__next a {
  display: block;
}

.lists__nav__prev.none__swiper,
.lists__nav__next.none__swiper {
  pointer-events: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
}

.lists__nav__prev {
  left: 0;
}

.lists__nav__prev:hover svg {
  transform: translateX(-5px);
  transition: all .3s ease;
}

.lists__nav__prev:hover polygon {
  fill: #ffff00;
  transition: all .3s ease;
}

.lists__nav__next {
  right: 0;
}

.lists__nav__next:hover svg {
  transform: translateX(5px);
  transition: all .3s ease;
}

.lists__nav__next:hover polygon {
  fill: #ffff00;
  transition: all .3s ease;
}

.swiper-wrapper {
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-wrapper .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.details {
  width: 100%;
  position: relative;
  z-index: 0;
}

.details__inner {
  width: 1300px;
  margin: 0 auto;
  color: #FFFFFF;
  margin-top: 40px;
  padding-bottom: 40px;
  zoom: 1;
}

.details__inner:after {
  content: "";
  clear: both;
  display: block;
}

.details__jacket {
  float: left;
  width: 420px;
  margin-right: 65px;
}

.details__specs {
  float: left;
  width: 780px;
}

.details__specs__box {
  margin-bottom: 35px;
}

.details__specs__title {
  font-size: 22px;
  font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.details__specs__date {
  font-size: 22px;
  font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
}

.details__specs__date span {
  font-size: 13px;
  display: inline-block;
  margin-left: 20px;
}

.details__specs__head {
  font-size: 22px;
  font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
}

.details__specs__track {
  font-size: 14px;
  line-height: 1.8em;
}

.details__specs__track a {
  text-decoration: underline;
  color: #ffff00;
  transition: all .3s ease;
}

.details__specs__track a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.details__specs__shopLink {
  zoom: 1;
}

.details__specs__shopLink:after {
  content: "";
  clear: both;
  display: block;
}

.details__specs__shopLink li {
  float: left;
  width: 345px;
  margin: 0 20px 20px 0;
}

.details__specs__shopLink a {
  display: block;
  line-height: 1.0em;
  color: #004EFF;
  font-size: 16px;
  letter-spacing: .04em;
  font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 15px 0 18px 0;
  background: #FFFFFF url("../img/common/arw_r_blue.svg") no-repeat 95% center;
  background-size: 10px auto;
  transition: all .3s ease;
}

.details__specs__shopLink a:hover {
  background-color: #ffff00;
  transition: all .3s ease;
}

.details__innerNav {
  width: 1300px;
  margin: 0 auto;
  color: #FFFFFF;
  zoom: 1;
  padding-bottom: 80px;
}

.details__innerNav:after {
  content: "";
  clear: both;
  display: block;
}

.details__nav {
  text-align: center;
}

.details__nav__prev,
.details__nav__next {
  display: inline-block;
  letter-spacing: normal;
  font-size: medium;
  vertical-align: top;
  width: 50px;
  text-align: center;
}

.details__nav__prev a,
.details__nav__next a {
  display: block;
}

.details__nav__prev a:hover polygon,
.details__nav__next a:hover polygon {
  transition: all .3s ease;
  fill: #FFFF00;
}

.details__nav__prev svg,
.details__nav__next svg {
  vertical-align: top;
}

.details__nav__prev polygon,
.details__nav__next polygon {
  transition: all .3s ease;
}

.details__nav__top {
  display: inline-block;
  letter-spacing: normal;
  font-size: medium;
  height: 33px;
  margin: 0 30px;
}

.details__nav__top a {
  display: table;
  font-size: 20px;
  font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  position: relative;
  height: 100%;
  transition: all .3s ease;
}

.details__nav__top a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  width: 0;
  transition: all .3s ease;
}

.details__nav__top a:hover:after {
  width: 100%;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @mixin =========================================================================================== */
  #music-page {
    background: none;
  }
  #music-page:before {
    content: '';
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
    padding-bottom: -54px;
    padding-bottom: -14.4vw 0;
    width: 100%;
    height: 100%;
    background: #004eff url("../img/common/bg_blue_sp.png") no-repeat center center;
    background-size: 100% auto;
  }
  #blind {
    background-color: #004eff;
  }
  .container {
    padding: 50px 0;
    padding: 13.33333vw 0;
  }
  .headline {
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .headline__inner {
    width: 86.66%;
    margin: 0 auto;
    height: auto;
    position: relative;
    border-bottom: #ffffff solid 2px;
    border-bottom: #ffffff solid 0.53333vw;
  }
  .headline__name {
    font-size: 48px;
    font-size: 12.8vw;
    margin-top: -10px;
    margin-top: -2.66667vw;
    padding-bottom: 5px;
    padding-bottom: 1.33333vw;
    line-height: 1.0em;
    color: #ffffff;
    font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    position: relative;
    left: auto;
    top: auto;
  }
  .headline__categories {
    position: relative;
    right: auto;
    bottom: auto;
    letter-spacing: 0;
    font-size: 0;
    line-height: 1.0em;
    border-top: #ffffff solid 2px;
    border-top: #ffffff solid 0.53333vw;
    padding: 8px 0;
    padding: 2.13333vw 0;
    width: 100%;
    text-align: left;
  }
  .headline__categories a {
    color: #ffffff;
    font-size: 10px;
    font-size: 2.66667vw;
    display: block;
    line-height: 1.0em;
    font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: 2px 0;
    padding: 0.53333vw 0;
  }
  .headline__categories a:before {
    display: none;
  }
  .headline__categories a:hover:before {
    display: none;
  }
  .headline__categories li {
    letter-spacing: .02em;
    display: inline-block;
    line-height: 1.0em;
    vertical-align: top;
    position: relative;
    padding-left: 0;
    margin-left: 0;
    padding-right: 13px;
    padding-right: 3.46667vw;
    margin-right: 4px;
    margin-right: 0.8vw;
  }
  .headline__categories li:after {
    content: '／';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    margin-top: -4px;
    margin-top: -1.06667vw;
    height: 100%;
    width: 10px;
    width: 2.66667vw;
    font-size: 10px;
    font-size: 2.66667vw;
    color: #FFFFFF;
    line-height: 1.0em;
  }
  .headline__categories li:first-child {
    padding-right: 13px;
    padding-right: 3.46667vw;
    margin-right: 4px;
    margin-right: 0.8vw;
  }
  .headline__categories li:first-child:after {
    display: block;
  }
  .headline__categories li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .headline__categories li:last-child:after {
    display: none;
  }
  .headline__categories li.is__current a {
    color: #ffff00;
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .headline__categories li.is__current a:before {
    display: none;
  }
  .headline__specs {
    position: relative;
    right: auto;
    bottom: auto;
    letter-spacing: 0;
    font-size: 0;
    line-height: 1.0em;
    border-top: #ffffff solid 2px;
    border-top: #ffffff solid 0.53333vw;
    padding: 10px 0;
    padding: 2.66667vw 0;
  }
  .headline__specs__cat {
    letter-spacing: normal;
    font-size: 10px;
    font-size: 2.66667vw;
    display: inline-block;
    line-height: 1.0em;
  }
  .headline__specs__cat a {
    color: #ffffff;
    display: block;
    line-height: 1.0em;
    font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding-bottom: 0;
  }
  .headline__specs__cat a:before {
    display: none;
  }
  .headline__specs__cat a:hover:before {
    display: none;
  }
  .headline__btnPrev {
    position: absolute;
    z-index: 2;
    left: -25px;
    left: -6.66667vw;
    top: 7px;
    top: 1.86667vw;
    width: 25px;
    width: 6.66667vw;
    text-align: center;
  }
  .headline__btnPrev svg {
    vertical-align: top;
    transition: none;
    height: 20px;
    height: 5.33333vw;
    width: auto;
  }
  .headline__btnPrev a {
    padding: 10px 0;
    padding: 2.66667vw 0;
    display: block;
    line-height: 1.0em;
  }
  .headline__btnPrev a:hover svg {
    transform: translateX(0);
    transition: none;
  }
  .lists {
    width: 100%;
    position: relative;
    z-index: 0;
    padding-bottom: 0;
  }
  .lists__inner {
    width: 86.66%;
    margin: 0 auto;
    color: #FFFFFF;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  .lists__list {
    margin: 0;
    margin-bottom: 0;
    zoom: 1;
    overflow: visible;
  }
  .lists__list:after {
    content: "";
    clear: both;
    display: block;
  }
  .lists__list li {
    display: block;
    zoom: 1;
    width: 47.69%;
    float: left;
    margin: 0 30px 30px 0;
    margin: 0 4vw 4vw 0;
  }
  .lists__list li:after {
    content: "";
    clear: both;
    display: block;
  }
  .lists__list li:nth-child(2n) {
    margin-right: 0;
  }
  .lists__list a {
    display: block;
    padding-bottom: 12.5px;
    padding-bottom: 3.33333vw;
    border-bottom: solid 2px #ffffff;
    border-bottom: solid 0.53333vw #ffffff;
    color: #ffffff;
  }
  .lists__list__jacket {
    display: block;
    width: 100%;
    height: 155px;
    height: 41.33333vw;
    overflow: hidden;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    transition: none;
  }
  .lists__list__spec {
    display: block;
    font-size: 9.5px;
    font-size: 2.53333vw;
    line-height: 1.5em;
    letter-spacing: .02em;
  }
  .lists__list a {
    transition: none;
  }
  .lists__list a:hover {
    color: #ffff00;
    border-bottom: solid 2px #ffff00;
    border-bottom: solid 0.53333vw #ffff00;
    transition: none;
  }
  .lists__list a:hover .lists__list__jacket {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: none;
  }
  .lists__nav {
    zoom: 1;
    position: relative;
    display: none;
  }
  .lists__nav:after {
    content: "";
    clear: both;
    display: block;
  }
  .swiper-wrapper {
    display: block;
  }
  .details {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .details__inner {
    width: 86.66%;
    margin: 0 auto;
    color: #FFFFFF;
    margin-top: 0;
    padding-bottom: 0;
    zoom: 1;
  }
  .details__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .details__jacket {
    float: none;
    width: 80%;
    margin: 0 auto 20px auto;
    margin: 0 auto 5.33333vw auto;
  }
  .details__specs {
    float: none;
    width: 100%;
  }
  .details__specs__box {
    margin-bottom: 17.5px;
    margin-bottom: 4.66667vw;
  }
  .details__specs__title {
    font-size: 14px;
    font-size: 3.73333vw;
    font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 0;
  }
  .details__specs__date {
    font-size: 14px;
    font-size: 3.73333vw;
    font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
  }
  .details__specs__date span {
    font-size: 9px;
    font-size: 2.4vw;
    display: block;
    margin-left: 0;
  }
  .details__specs__head {
    font-size: 14px;
    font-size: 3.73333vw;
    font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 7.5px;
    margin-bottom: 2vw;
    -webkit-font-smoothing: antialiased;
  }
  .details__specs__track {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.6em;
  }
  .details__specs__shopLink {
    zoom: 1;
    width: 100%;
  }
  .details__specs__shopLink:after {
    content: "";
    clear: both;
    display: block;
  }
  .details__specs__shopLink li {
    float: left;
    width: 48%;
    margin: 0 4% 10px 0;
    margin: 0 4% 2.66667vw 0;
  }
  .details__specs__shopLink li:nth-child(2n) {
    margin-right: 0;
  }
  .details__specs__shopLink a {
    display: block;
    line-height: 1.0em;
    color: #004EFF;
    font-size: 8px;
    font-size: 2.13333vw;
    letter-spacing: 0;
    font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 14px 0 14px 0;
    padding: 3.73333vw 0 3.73333vw 0;
    background: #FFFFFF url("../img/common/arw_r_blue.svg") no-repeat 97% center;
    background-size: 10px auto;
    background-size: 2.66667vw auto;
    transition: none;
  }
  .details__specs__shopLink a:hover {
    background-color: #FFFFFF;
    transition: none;
  }
  .details__innerNav {
    width: 92%;
    margin: 0 auto;
    color: #FFFFFF;
    zoom: 1;
    padding-top: 22.5px;
    padding-top: 7.33333vw;
    padding-bottom: 0;
  }
  .details__innerNav:after {
    content: "";
    clear: both;
    display: block;
  }
  .details__nav {
    text-align: center;
  }
  .details__nav__prev,
  .details__nav__next {
    display: inline-block;
    letter-spacing: normal;
    font-size: medium;
    vertical-align: top;
    width: 25px;
    width: 6.66667vw;
    height: 25px;
    height: 6.66667vw;
    text-align: center;
  }
  .details__nav__prev a,
  .details__nav__next a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .details__nav__prev a:hover polygon,
  .details__nav__next a:hover polygon {
    transition: none;
    fill: #ffffff;
  }
  .details__nav__prev svg,
  .details__nav__next svg {
    vertical-align: top;
    height: 100%;
    width: auto;
  }
  .details__nav__prev polygon,
  .details__nav__next polygon {
    transition: none;
  }
  .details__nav__top {
    display: inline-block;
    letter-spacing: normal;
    font-size: medium;
    height: 25px;
    height: 6.66667vw;
    margin: 0 15px;
    margin: 0 4vw;
  }
  .details__nav__top a {
    display: table;
    font-size: 16.5px;
    font-size: 4.4vw;
    font-family: 'Hind Vadodara', "NotoSans-bold", sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    position: relative;
    height: 100%;
    transition: none;
  }
  .details__nav__top a:after {
    display: none;
  }
  .details__nav__top a:hover:after {
    display: none;
  }
}
