@charset "UTF-8";
.p-disco__header {
  padding-top: 150px;
}

.discography #disco_area {
  width: 100%;
}

.discography #disco_area #disco_list_view #disco_list_view_in {
  border: none;
}

.discography #disco_area #disco_list_view #disco_list_view_in a.item {
  margin: 0 6.6% 5.8% 0;
  padding: 0;
  width: 28.9%;
}

.discography #disco_area #disco_list_view #disco_list_view_in a.item .disco_list_jk img {
  width: 100%;
  max-width: auto;
  height: 100%;
  max-height: auto;
}

.discography #disco_area #disco_list_view #disco_list_view_in a.item section .disco_list_txt {
  margin-top: 26px;
}

.discography #disco_area #disco_list_view #disco_list_view_in a.item section .disco_list_txt p {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

.discography #disco_area #disco_list_view #disco_list_view_in a.item section .disco_list_txt .textColor1 {
  font-weight: 300;
}

.discography .p-disco {
  margin: 0 auto;
  width: 74.5%;
}

.discography .p-disco__category {
  margin: 71px auto 80px;
  width: 100%;
}

.discography .p-disco__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.discography .p-disco__category-list-text::before {
  display: none;
}

.discography .p-disco__category-list-text::after {
  display: none;
}

.discography .p-disco__category-list-link {
  height: auto;
}

.discography .p-disco__category-list-item {
  position: relative;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

.discography .p-disco__category-list-item p::before {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #000;
  width: 100%;
  height: 1px;
  content: '';
}

.discography .p-disco__category-list-item.is-current {
  pointer-events: none;
}

.discography .p-disco__category-list-item.is-current p::before {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
}

.discography .p-disco__category-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 1px;
  height: 100%;
  content: '';
}

.discography .p-disco__category-list-item:last-of-type::after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  width: 1px;
  height: 100%;
  content: '';
}

.discography .p-disco__category-list-text {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  font-size: 12px;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.25em;
}

.discography .p-disco__category-list-text span {
  display: inline-block;
  position: relative;
  padding: 1px 0;
}

.listen_btn {
  padding: 0;
}

.listen_btn img {
  display: none;
}

.disc_track {
  margin-top: 50% !important;
}

.discography article#discDetail .listen_wrap #listen_title_wrap {
  border-right: 1px solid #000;
  width: 76% !important;
}

#sound_prev {
  border-right: 1px solid #000;
  background: url(../img/play_back.png) center no-repeat;
  background-size: 18px;
}

#sound_play {
  border-right: 1px solid #000;
  background: url(../img/play.png) center no-repeat;
  background-size: 10px;
}

#sound_next {
  background: url(../img/play_next.png) center no-repeat;
  background-size: 18px;
}

.discoarticle .l-in-disco {
  padding-top: 108px;
}

.discoarticle {
  width: 74.2%;
}

.track_no {
  padding-right: 27px;
}

.discography article#discDetail {
  color: #000;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.disco_list_jk_out {
  position: relative;
  padding-top: 100%;
}

.disco_list_jk_out .disco_list_jk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px){
  .p-disco__header {
    padding-top: 44px;
  }
  .discography {
    padding-bottom: 0px !important;
  }
  .discography #disco_area #disco_list_view #disco_list_view_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .discography #disco_area #disco_list_view #disco_list_view_in a.item {
    margin: 0;
    width: 46.9%;
  }
  .discography #disco_area #disco_list_view #disco_list_view_in a.item section .disco_list_txt p {
    color: #000;
    font-size: 1rem;
  }
  .discography #disco_area #disco_list_view #disco_list_view_in a.item section .disco_list_txt h3 {
    margin-top: 3px;
    font-size: 14px;
  }
  .discography #disco_area #disco_list_view #disco_list_view_in a.item + a.item {
    margin-top: 0%;
    margin-bottom: 10%;
  }
  .discography #disco_area #disco_list_view #disco_list_view_in a.item section .disco_list_txt {
    margin-top: 11px;
  }
  .discography .p-disco {
    width: 89.5%;
  }
  .discography .p-disco__category {
    margin: 0 auto 25px;
  }
  .discography .p-disco__category-list::before {
    display: none;
  }
  .discography .p-disco__category-list-text {
    font-size: 1rem;
  }
  .discography .p-disco__category-list-link::before {
    display: none;
  }
  .discography .p-disco__category-list-link::after {
    display: none;
  }
  .discography .p-disco__category-list-item p::before {
    bottom: 0;
  }
  .discography .p-disco__category-list-item {
    margin-bottom: 21px;
  }
  .discography .p-disco__category-list-item:nth-of-type(1)::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 1px;
    height: 100%;
    content: '';
  }
  .discography .p-disco__category-list-item:nth-of-type(3)::after {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    background-color: #000;
    width: 1px;
    height: 100%;
    content: '';
  }
  .discography .p-disco__category-list-item:nth-of-type(4) {
    width: 50%;
  }
  .discography .p-disco__category-list-item:nth-of-type(5) {
    width: 50%;
  }
  .discography .p-disco__category-list-item:nth-of-type(5)::after {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    background-color: #000;
    width: 1px;
    height: 100%;
    content: '';
  }
  .discography .p-disco__category-list-item::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 1px;
    height: 100%;
    content: '';
  }
  .discography .p-disco__category-list-item:nth-of-type(3n)::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    width: 1px;
    height: 100%;
    content: '';
  }
  .discography .p-disco__category-list-item::before {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
  }
  .discography .p-disco__category-list-item::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .discography .p-disco__category-list-item-border {
    border-left: 1px solid #000;
  }
  .disc_track {
    margin-top: 52px !important;
  }
  .discography article#discDetail .listen_wrap #listen_title_wrap {
    width: 62% !important;
  }
  .discoarticle .l-in-disco {
    padding-top: 0;
  }
  .discoarticle {
    width: 100%;
  }
  .discography article#discDetail {
    width: 90%;
  }
  .discography article#discDetail h3 {
    margin: 25px 0 10px;
    font-weight: 400;
    font-size: 17.5px;
  }
  .discography article#discDetail .listen_wrap {
    margin: 37px auto 40px;
    width: 100%;
  }
  .discography article#discDetail #download_btn a {
    border: none;
    padding: 0;
  }
  .discography article#discDetail .disc_track__block .arrow_wrap.h4_wrap h4 {
    font-size: 11px;
  }
  .discography article#discDetail .tracklist_wrap {
    margin-top: 0;
  }
  .discography article#discDetail .tracklist_wrap li {
    font-size: 11px;
  }
}

@media not all and (max-width: 900px){
  .discography .p-disco__category-list-item a:hover p::before {
    -webkit-animation: border02 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation: border02 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
}

@media screen and (min-width: 901px) and (max-width: 1100px){
  .discography .p-disco__category-list-item {
    width: 33.33%;
  }
  .discography .p-disco__category-list-item:nth-of-type(n + 4) {
    margin-top: 10px;
  }
  .discography .p-disco__category-list-item:nth-of-type(3n)::after {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ececec;
    width: 1px;
    height: 100%;
    content: '';
  }
}
