@charset "UTF-8";
/* -----------------------------------------------
 * [PC]media
 * 絞り込みメニューがフッターに潜ってしまうため
 * ディスコグラフィのみコンテンツの重なり順を手前に出す
 * ----------------------------------------------- */
.l-container {
  z-index: 3;
}

/* -----------------------------------------------
 * [PC]media -> title
 * ----------------------------------------------- */
.c-page-title--disco {
  width: 1028px;
}

/* -----------------------------------------------
 * [PC]media top -> media menu
 * ----------------------------------------------- */
.disco__ff-en {
  font-family: adrianna, noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  .disco-menu-wrap {
    width: 100%;
    max-width: 950px;
    margin: 50px auto 110px;
    display: flex;
    justify-content: center;
  }
  .disco-menu {
    width: 378px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 26px;
    margin: 0 30px;
    border-bottom: 2px solid #000;
    position: relative;
    z-index: 10;
  }
  .disco-menu__title {
    font-family: adrianna, noto-sans-cjk-jp, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
    width: 74px;
    height: 26px;
    padding-top: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .disco-menu__current {
    background-color: #000;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    width: 306px;
    height: 26px;
    margin: 0;
    padding-top: 6px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: background-color .2s;
  }
  .disco-menu__current:hover {
    background-color: #1e1e1e;
  }
  .disco-menu__current:after {
    content: "";
    background: url("/img/common/icon_tabmenu.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 11px;
    pointer-events: none;
    transition: transform .3s;
  }
  .disco-menu__current .disco__ff-en {
    font-size: 1.5rem;
    padding-top: 4px;
    position: relative;
    top: -1px;
  }
  .disco-menu__current.is-active:after {
    transform: scale(1, -1);
  }
  .disco-menu__list {
    background-color: #000;
    display: block;
    width: 306px;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 24px;
  }
  .disco-menu__list.is-active {
    height: auto;
  }
  .disco-menu__list:before {
    background-color: #fff;
    content: "";
    width: 1px;
    height: 48px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 3px;
  }
  .disco-menu__item {
    background-color: #000;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
  }
  .disco-menu__item:first-of-type {
    margin-top: 16px;
  }
  .disco-menu__item:last-of-type {
    margin-bottom: 16px;
    transition: margin-bottom .2s;
  }
  .disco-menu__item:last-of-type.is-active {
    margin-bottom: 0;
  }
  .disco-menu__item > a, .disco-menu__item > span {
    display: block;
    padding: 13px 0;
    position: relative;
    transition: opacity .2s;
  }
  .disco-menu__item > a:hover, .disco-menu__item > span:hover {
    opacity: .6;
  }
  .disco-menu__item > a .disco__ff-en, .disco-menu__item > span .disco__ff-en {
    font-size: 1.5rem;
  }
  .disco-menu--unit .disco-menu__item:first-of-type {
    margin-top: 16px;
  }
  .disco-menu--unit .disco-menu__item:last-of-type {
    margin-bottom: 16px;
  }
  .disco-menu--unit .disco-menu__item > a, .disco-menu--unit .disco-menu__item > span {
    padding: 10px 0;
  }
}

/* -----------------------------------------------
 * [PC]media top -> category page bread
 * ----------------------------------------------- */
.disco-category {
  position: relative;
  text-align: center;
  padding: 24px 0 55px;
}

.disco-category:after {
  background-color: #d7e1e1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 154px;
}

.disco-category__text {
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* -----------------------------------------------
 * [PC]media top -> media list
 * ----------------------------------------------- */
.disco-entries-block {
  padding-bottom: 130px;
}

.disco-entries-block--all {
  padding-top: 20px;
}

.disco-entries {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.disco-entry {
  width: 315px;
  margin-bottom: 122px;
  margin-left: 77px;
  position: relative;
}

.disco-entry:nth-of-type(3n + 1) {
  margin-left: 0;
}

.disco-entry > a {
  display: block;
  position: relative;
  z-index: 1;
  transition: opacity .3s;
}

.disco-entry > a:hover .disco-entry__title,
.disco-entry > a:hover .disco-entry__category,
.disco-entry > a:hover .disco-entry__thumb img,
.disco-entry > a:hover .disco-entry__btn,
.disco-entry > a:hover .disco-entry__thumb-inner:before,
.disco-entry > a:hover .disco-entry__categories {
  opacity: .7;
}

.disco-entry picture {
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.disco-entry img {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: .3s;
}

.disco-entry.is-disabled {
  pointer-events: none;
}

.disco-entry-icon {
  background: url("/img/discography/icon_list.svg") no-repeat center;
  position: absolute;
  left: -46px;
  top: -25px;
  z-index: 1;
  margin: auto;
  width: 185px;
  height: 233px;
}

.disco-entry__thumb {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  transform: translate3d(6px, 0, 0);
}

.disco-entry__thumb img {
  width: 100%;
  height: auto;
}

.disco-entry__thumb-inner {
  background-color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  line-height: 0;
}

.disco-entry__thumb-inner:after {
  content: "";
  background: url("/img/discography/thumb_shadow.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 120.6%;
  height: 120.6%;
  z-index: 0;
  pointer-events: none;
}

.disco-entry__title {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-top: 44px;
  transition: opacity .2s;
}

.disco-entry__categories {
  background-color: #000;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .2em;
  display: flex;
  align-items: center;
  height: 21px;
  padding: 0;
  margin-top: 10px;
  transition: opacity .2s;
}

.disco-entry__series {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 8px 1px 10px;
  border-right: 1px solid #fff;
}

.disco-entry__type {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 8px 1px 10px;
  border-right: 1px solid #fff;
}

/* -----------------------------------------------
 * [PC]discography -> 詳細ページ
 * ----------------------------------------------- */
.disco-post {
  margin-bottom: 130px;
  position: relative;
}

/* 二点しんにょうに対応させるため、sans-serifを2番目に持ってきた(osによって、noto-sans-cjk-jpが適用されないものがあるため) */
.disco-post-artist__desc {
  font-family: noto-sans-cjk-jp, sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica;
}

.disco-post:after {
  content: "";
  background-color: #d7e1e1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.disco-post__inner {
  width: 950px;
  margin: 0 auto;
  padding: 66px 0 214px;
  position: relative;
  z-index: 1;
}

.disco-post__flex {
  width: 100%;
  display: flex;
}

.disco-post__container {
  position: relative;
  width: 506px;
  padding-bottom: 120px;
}

.disco-post__content {
  width: 100%;
}

.disco-post__visual {
  text-align: left;
  line-height: 0;
  width: 444px;
  position: relative;
}

.disco-post__visual img {
  position: relative;
  z-index: 10;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (min-width: 768px) {
  .disco-post__visual .swiper-container {
    overflow: visible;
  }
  .disco-post__visual .swiper-wrapper {
    display: block;
  }
  .disco-post__visual .swiper-slide {
    width: auto;
    height: auto;
  }
  .disco-post__visual .swiper-slide.is-blank:nth-of-type(n+2) {
    display: none;
  }
}

.disco-post__visual__item {
  line-height: 0;
  margin-top: 60px;
  display: inline-block;
  position: relative;
}

.disco-post__visual__item:first-of-type {
  margin-top: 0;
}

.disco-post__visual__item:after {
  content: "";
  background: url("/img/discography/main_shadow.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 113.42%;
  height: 113.42%;
  z-index: 0;
  pointer-events: none;
}

.disco-post__title {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 12px;
}

.disco-post__category {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  padding: 3px 6px 4px 8px;
  border: 1px solid #000;
}

.disco-post__play-btn {
  display: inline-block;
  margin-top: 16px;
  cursor: pointer;
  transition: opacity .2s;
}

.disco-post__play-btn:hover {
  opacity: .7;
}

.disco-post-block {
  margin-top: 50px;
}

.disco-post-head {
  font-family: adrianna, noto-sans-cjk-jp, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: .01em;
  margin-bottom: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.disco-post-description__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.disco-post-artist__textset {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.disco-post-track {
  margin-top: 26px;
  display: flex;
}


.disco-post-track__textset {
  word-break: break-all;
}

.disco-post-track__term {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.disco-post-track__desc {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.disco-post-track__btn {
  width: 45px;
  height: 45px;
  margin-left: 20px;
  position: relative;
  top: 7px;
  transition: opacity .2s;
}

.disco-post-track__btn:hover {
  opacity: .7;
}

.disco-post-track__btn a {
  width: 45px;
  height: 45px;
  display: block;
}

.disco-post-track__btn--1st {
  background: url("/img/discography/icon_1st.png") no-repeat center;
  background-size: contain;
}

.disco-post-track__btn--2nd {
  background: url("/img/discography/icon_2nd.png") no-repeat center;
  background-size: contain;
}

.disco-post-specs__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.disco-post-stores__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.disco-post-stores__text a {
  color: #5e6363;
}

.disco-post__back {
  background: url("/img/common/btn_modal_close.svg") no-repeat center;
  background-size: contain;
  width: 204px;
  height: 148px;
  position: absolute;
  right: 0;
  bottom: -25px;
  z-index: 100;
  cursor: pointer;
  transition: opacity .3s;
}

.disco-post__back a {
  width: 100%;
  height: 100%;
  display: block;
}

.disco-post__back:hover {
  opacity: .4;
}

.disco-post__share {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  /* -----------------------------------------------
 * [SP]media -> title
 * ----------------------------------------------- */
  .c-page-title--disco {
    width: 87.19vw;
  }
  /* -----------------------------------------------
 * [SP]media top -> media menu
 * ----------------------------------------------- */
  .c-paging {
    margin-top: 1.56vw;
  }
  .disco-menu-wrap {
    padding: 9.38vw 0 13.44vw;
  }
  .disco-menu {
    width: calc(100% - 15.63vw);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 6.56vw;
    padding-left: 0.47vw;
    margin: 0 auto;
    border-bottom: 2px solid #000;
    position: relative;
    z-index: 10;
  }
  .disco-menu + .disco-menu {
    margin-top: 6.25vw;
  }
  .disco-menu--series {
    z-index: 11;
  }
  .disco-menu__title {
    font-family: adrianna, noto-sans-cjk-jp, sans-serif;
    font-size: 3.13vw;
    font-weight: 800;
    text-align: center;
    position: relative;
    top: 0.47vw;
    display: block;
    width: calc(100% - 66.88vw);
  }
  .disco-menu__current {
    background-color: #000;
    color: #fff;
    font-size: 2.81vw;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center;
    width: 66.88vw;
    height: 6.56vw;
    margin: 0;
    padding-top: 8px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .disco-menu__current:after {
    content: "";
    background: url("/img/common/icon_tabmenu.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 3.13vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2.66vw;
    height: 2.19vw;
    pointer-events: none;
    transition: transform .3s;
  }
  .disco-menu__current .disco__ff-en {
    font-size: 3.13vw;
    padding-top: 0.63vw;
  }
  .disco-menu__current.is-active:after {
    transform: scale(1, -1);
  }
  .disco-menu__list {
    background-color: #000;
    display: block;
    width: 66.88vw;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 6.56vw;
  }
  .disco-menu__list.is-active {
    height: auto;
  }
  .disco-menu__list:before {
    background-color: #fff;
    content: "";
    width: 1px;
    height: 10.94vw;
    display: block;
    margin: 0 auto;
    top: 0;
  }
  .disco-menu__item {
    background-color: #000;
    color: #fff;
    font-size: 2.81vw;
    font-weight: 700;
    text-align: center;
    margin: 0;
  }
  .disco-menu__item:last-of-type {
    margin-bottom: 3.13vw;
    transition: margin-bottom .2s;
  }
  .disco-menu__item:last-of-type.is-active {
    margin-bottom: 0;
  }
  .disco-menu__item > a, .disco-menu__item > span {
    display: block;
    padding: 3.28vw 0;
    position: relative;
  }
  .disco-menu__item > a .disco__ff-en, .disco-menu__item > span .disco__ff-en {
    font-size: 3.13vw;
  }
  /* -----------------------------------------------
 * [SP]media top -> category page bread
 * ----------------------------------------------- */
  .disco-category {
    padding: 3.75vw 0 7.19vw;
  }
  .disco-category:after {
    height: 28.13vw;
  }
  .disco-category__text {
    font-size: 2.66vw;
    line-height: 4.22vw;
  }
  /* -----------------------------------------------
 * [SP]media top -> media list
 * ----------------------------------------------- */
  .disco-entries-block {
    padding-bottom: 0;
  }
  .disco-entries-block--all {
    padding-top: 3.13vw;
  }
  .disco-entries {
    width: calc(100% - 15.63vw);
  }
  .disco-entry {
    width: 39.38vw;
    margin-bottom: 15.94vw;
    margin-left: 5.47vw;
  }
  .disco-entry:nth-of-type(3n + 1) {
    margin-left: 5.47vw;
  }
  .disco-entry:nth-of-type(odd) {
    margin-left: 0;
  }
  .disco-entry > a:hover .disco-entry__title,
  .disco-entry > a:hover .disco-entry__category,
  .disco-entry > a:hover .disco-entry__thumb img {
    opacity: 1;
  }
  .disco-entry img {
    width: 100%;
    height: auto;
    transition: none;
  }
  .disco-entry-icon {
    background-size: contain;
    top: -3.13vw;
    left: -3.75vw;
    width: 23.13vw;
    height: 29.22vw;
  }
  .disco-entry__thumb {
    width: 31.25vw;
    height: auto;
    transform: translate3d(0, 0, 0);
  }
  .disco-entry__thumb-inner:after {
    left: -0.63vw;
    top: -0.63vw;
  }
  .disco-entry__title {
    font-size: 2.66vw;
    line-height: 3.91vw;
    margin-top: 5.63vw;
    transition: none;
  }
  .disco-entry__categories {
    font-size: 2.34vw;
    display: block;
    height: auto;
    padding: 0;
    margin-top: 3.13vw;
    transition: none;
  }
  .disco-entry__series {
    width: 100%;
    height: 5.69vw;
    padding: 0 2.19vw 1px 2.5vw;
    border-right: 0 none;
  }
  .disco-entry__type {
    height: 5.69vw;
    padding: 0 2.19vw 1px 2.5vw;
    border-right: 0 none;
    border-top: 1px solid #fff;
  }
  /* -----------------------------------------------
 * [SP]media -> entry 書籍展開
 * ----------------------------------------------- */
  .disco-entry--book .disco-entry-icon {
    left: -3.91vw;
  }
  .disco-entry--book .disco-entry__thumb-inner {
    max-width: 31.25vw;
  }
  .disco-entry--book .disco-entry__thumb-inner:after {
    background-image: url("/img/discography/book_thumb_shadow_sp.png");
    left: -1.25vw;
    top: -1.25vw;
    width: 127.2%;
    height: 119.21%;
  }
  /* -----------------------------------------------
 * [SP]media -> entry ムービー展開
 * ----------------------------------------------- */
  .disco-entry--movie .disco-entry__thumb-inner {
    cursor: pointer;
  }
  .disco-entry--movie .disco-entry__thumb-inner:before {
    margin: auto;
    width: 11.41vw;
    height: 11.41vw;
    transition: none;
    opacity: 1 !important;
  }
  /* -----------------------------------------------
 * [PC]discography -> 詳細ページ
 * ----------------------------------------------- */
  .disco-post {
    margin-top: -3.13vw;
    margin-bottom: 9.38vw;
  }
  .disco-post__inner {
    width: 100%;
    padding: 10.94vw 0 29.69vw;
  }
  .disco-post__flex {
    display: block;
  }
  .disco-post__container {
    width: calc(100% - 15.63vw);
    margin: 14.06vw auto 0;
    padding-bottom: 0;
  }
  .disco-nav + .disco-post__container {
    margin-top: 6.25vw;
  }
  .disco-post__visual {
    text-align: center;
    width: 100%;
  }
  .disco-post__visual img {
    width: 100%;
    height: auto;
  }
  .disco-post__visual .swiper-container {
    width: 56.25vw;
    margin: 0 auto;
    overflow: visible;
  }
  .disco-post__visual__item {
    margin-top: 0;
  }
  .disco-post__visual__item:after {
    background-image: url("/img/discography/main_shadow_sp.png");
    left: -3.13vw;
    top: -3.13vw;
    width: 120.27%;
    height: 120.27%;
  }
  .disco-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 6.25vw;
  }
  .disco-nav__prev,
  .disco-nav__next {
    background: url("/img/common/slider_arrow_sp.svg") no-repeat center;
    background-size: contain;
    width: 37.5vw;
    height: 3.13vw;
    transition: none;
  }
  .disco-nav__prev:hover,
  .disco-nav__next:hover {
    opacity: 1;
  }
  .disco-nav__prev {
    margin: 0 0 2.5vw -21.88vw;
  }
  .disco-nav__next {
    margin: 0 -21.88vw 0 0;
    transform: scale(-1, -1);
  }
  .disco-post__title {
    font-size: 3.91vw;
    line-height: 5.47vw;
    width: calc(100% - 19.06vw);
    margin-top: 1.56vw;
  }
  .disco-post__category {
    font-size: 2.66vw;
    letter-spacing: .01em;
    height: 4.69vw;
    padding: 0.94vw 2.5vw 0.94vw 2.5vw;
  }
  .disco-post__play-btn {
    display: block;
    width: 14.38vw;
    height: 14.38vw;
    margin: -1.56vw 0 0 auto;
    transition: none;
  }
  .disco-post__play-btn img {
    width: 100%;
    height: auto;
  }
  .disco-post__play-btn:hover {
    opacity: 1;
  }
  .disco-post-block {
    margin-top: 10.94vw;
  }
  .disco-post__play-btn + .disco-post-block {
    margin-top: 4.69vw;
  }
  .disco-post-head {
    font-size: 3.91vw;
    margin-bottom: 6.25vw;
    padding-bottom: 1.56vw;
  }
  .disco-post-description__text {
    font-size: 2.81vw;
    line-height: 4.69vw;
  }
  .disco-post-artist__textset {
    font-size: 2.81vw;
    line-height: 4.69vw;
  }
  .disco-post-track {
    margin-top: 5.63vw;
    justify-content: space-between;
  }
  .disco-post-track__textset {
    width: 73.44vw;
  }
  .disco-post-track__term {
    font-size: 3.28vw;
    line-height: 5.31vw;
  }
  .disco-post-track__desc {
    font-size: 2.66vw;
    line-height: 4.84vw;
  }
  .disco-post-track__btn {
    width: 7.81vw;
    height: 7.81vw;
    margin-left: 0;
    top: 1.09vw;
    transition: none;
  }
  .disco-post-track__btn:hover {
    opacity: 1;
  }
  .disco-post-track__btn a {
    width: 7.81vw;
    height: 7.81vw;
  }
  .disco-post-specs__text {
    font-size: 2.81vw;
    line-height: 4.69vw;
  }
  .disco-post-stores__text {
    font-size: 2.81vw;
    line-height: 4.69vw;
  }
  .disco-post-stores__text a {
    color: #5e6363;
  }
  .disco-post__back {
    width: 26.56vw;
    height: 18.59vw;
    bottom: -3.13vw;
    right: 7.81vw;
    transition: none;
  }
  .disco-post__back:hover {
    opacity: 1;
  }
  .disco-post__share {
    position: static;
  }
}
