.p-inner {
  position: relative;
  width: 85.8%;
  margin: 0 auto;
}
@media screen and (min-width: 1401px) {
  .p-inner {
    width: calc(100% - 210px);
    max-width: 1600px;
  }
}
@media screen and (max-width: 850px) {
  .p-inner {
    width: 88%;
  }
}

.p-disco {
  margin-top: 58px;
}
@media screen and (max-width: 850px) {
  .p-disco {
    margin-top: 40px;
  }
}
.p-disco__category {
  transform: translateY(10px);
  opacity: 0;
}
.on-load .p-disco__category {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1.4s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1.4s;
}
.p-disco__inner {
  transform: translateY(10px);
  opacity: 0;
}
.on-load .p-disco__inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1.7s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1.7s;
}
.on-load .l-section--detail .p-disco__inner {
  transition-delay: 1.4s, 1.4s;
}
.p-disco__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 49px;
}
@media screen and (max-width: 850px) {
  .p-disco__list {
    display: block;
    width: 89.5%;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.p-disco__list-item {
  width: 23.2%;
  margin-left: 2.4%;
}
@media screen and (max-width: 850px) {
  .p-disco__list-item {
    width: 100%;
    margin-left: 0;
  }
}
.p-disco__list-item:nth-child(4n-3) {
  margin-left: 0;
}
.p-disco__list-item:nth-child(n+5) {
  margin-top: 37px;
}
@media screen and (max-width: 850px) {
  .p-disco__list-item:nth-child(n+2) {
    margin-top: 28px;
  }
}
.p-disco__pagination {
  margin-top: 65px;
}
@media screen and (max-width: 850px) {
  .p-disco__pagination {
    margin-top: 36px;
  }
}
.p-disco__info {
  position: relative;
  padding-top: 13px;
  padding-bottom: 79px;
  border-bottom: 1px solid var(--color-gray);
}
@media screen and (max-width: 850px) {
  .p-disco__info {
    padding-top: 0;
    padding-bottom: 51px;
  }
}
.p-disco__info::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 850px) {
  .p-disco__info::before {
    width: 10px;
    padding-top: 10.7407407407px;
  }
}
.p-disco__info::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 850px) {
  .p-disco__info::after {
    width: 10px;
    padding-top: 10.7407407407px;
  }
}
.p-disco__pageback {
  margin-top: 56px;
  transform: translateY(10px);
  opacity: 0;
}
@media screen and (max-width: 850px) {
  .p-disco__pageback {
    margin-top: 43px;
  }
}
.on-load .p-disco__pageback {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1.4s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1.4s;
}

.p-disco_item {
  position: relative;
}
.p-disco_item__link {
  display: block;
  position: relative;
  text-decoration: none;
}
.p-disco_item__jk {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-disco_item__jk::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-brown);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-disco_item__link:hover .p-disco_item__jk::after {
    opacity: 0.2;
  }
}
.p-disco_item__jk img {
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-disco_item__link:hover .p-disco_item__jk img {
    transform: scale(1.05);
  }
}
.p-disco_item__info {
  position: relative;
  margin-top: 14px;
  color: var(--color-black);
}
@media screen and (max-width: 850px) {
  .p-disco_item__info {
    margin-top: 10px;
  }
}
.p-disco_item__info-category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.p-disco_item__info-category-tag {
  position: relative;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 3px;
  padding: 5px 8px 0;
  color: var(--color-pink);
  font-family: var(--font-eng);
  font-size: 10px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 850px) {
  .p-disco_item__info-category-tag {
    letter-spacing: 0.1em;
  }
}
.p-disco_item__info-category-tag.--streaming {
  color: var(--color-green);
}
.p-disco_item__info-category-tag.--single {
  color: var(--color-blue);
}
.p-disco_item__info-category-tag.--album {
  color: var(--color-purple);
}
.p-disco_item__info-category-tag.--bluray {
  color: var(--color-orange);
}
.p-disco_item__info-category-tag::before {
  content: "(";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.p-disco_item__info-category-tag::after {
  content: ")";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}
.p-disco_item__info-title {
  margin-top: 6px;
  font-size: 16.5px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 850px) {
  .p-disco_item__info-title {
    margin-top: 5px;
  }
}
.p-disco_item__info-date {
  margin-top: 7px;
  font-family: var(--font-eng);
  font-size: 11px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 850px) {
  .p-disco_item__info-date {
    font-size: 10px;
    letter-spacing: 0.06em;
  }
}
.p-disco_item__new {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-28%, -28%);
  width: 25%;
  padding-top: 25%;
  background: var(--color-brown);
  border-radius: 50%;
}
@media screen and (min-width: 1401px) {
  .p-disco_item__new {
    width: 70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 850px) {
  .p-disco_item__new {
    transform: translate(-24%, -24%);
    width: 20%;
    padding-top: 20%;
  }
}
.is-new .p-disco_item__new {
  display: block;
}
.p-disco_item__new-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: min(1.0714285714vw, 15px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 850px) {
  .p-disco_item__new-text {
    font-size: min(3.4666666667vw, 13px);
  }
}

.p-disco_info {
  position: relative;
}
.p-disco_info__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-disco_info__inner {
    width: 89.5%;
    margin: 0 auto;
  }
}
.p-disco_info__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-disco_info__content {
    display: block;
  }
}
.p-disco_info__jk {
  width: 41.7%;
}
@media screen and (max-width: 850px) {
  .p-disco_info__jk {
    width: 100%;
  }
}
.p-disco_info__jk img {
  width: 100%;
}
.p-disco_info__detail {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 6.6%;
}
@media screen and (max-width: 850px) {
  .p-disco_info__detail {
    margin-left: 0;
    margin-top: 22px;
  }
}

.p-disco_info_detail__data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.p-disco_info_detail__data-category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .p-disco_info_detail__data-category {
    margin-right: 8px;
  }
}
.p-disco_info_detail__data-category-tag {
  position: relative;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 4px;
  padding: 3px 11px;
  color: var(--color-pink);
  font-family: var(--font-eng);
  font-size: 11px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 850px) {
  .p-disco_info_detail__data-category-tag {
    padding: 3px 9px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.p-disco_info_detail__data-category-tag:last-child {
  margin-right: 0;
}
.p-disco_info_detail__data-category-tag.--streaming {
  color: var(--color-green);
}
.p-disco_info_detail__data-category-tag.--single {
  color: var(--color-blue);
}
.p-disco_info_detail__data-category-tag.--album {
  color: var(--color-purple);
}
.p-disco_info_detail__data-category-tag.--bluray {
  color: var(--color-orange);
}
.p-disco_info_detail__data-category-tag::before {
  content: "(";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.p-disco_info_detail__data-category-tag::after {
  content: ")";
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
}
.p-disco_info_detail__data-release {
  font-family: var(--font-eng);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 850px) {
  .p-disco_info_detail__data-release {
    font-size: 10px;
  }
}
.p-disco_info_detail__title {
  margin-top: 15px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.018em;
}
@media screen and (max-width: 850px) {
  .p-disco_info_detail__title {
    margin-top: 6px;
    font-size: 20px;
    letter-spacing: 0.03em;
  }
}
.p-disco_info_detail__type {
  margin-top: 22px;
  font-family: var(--font-eng);
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 850px) {
  .p-disco_info_detail__type {
    margin-top: 11px;
    font-size: 11px;
    letter-spacing: 0.07em;
  }
}
.p-disco_info_detail__description {
  margin-top: 39px;
  line-height: 1.75;
}
@media screen and (max-width: 850px) {
  .p-disco_info_detail__description {
    margin-top: 18px;
    font-size: 12.5px;
    line-height: 1.78;
  }
}
.p-disco_info_detail__more {
  margin-top: 34px;
}
@media screen and (max-width: 850px) {
  .p-disco_info_detail__more {
    margin-top: 26px;
  }
}
.p-disco_info_detail__more-btn {
  width: 90.5%;
  max-width: 400px;
}
@media screen and (max-width: 850px) {
  .p-disco_info_detail__more-btn {
    margin: 0 auto;
  }
}
.p-disco_info_detail__more-btn:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  .p-disco_info_detail__more-btn:nth-child(n+2) {
    margin-top: 10px;
  }
}

.p-disco_detail {
  position: relative;
  border-bottom: 1px solid var(--color-gray);
}
.p-disco_detail::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 850px) {
  .p-disco_detail::before {
    width: 10px;
    padding-top: 10.7407407407px;
  }
}
.p-disco_detail::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 850px) {
  .p-disco_detail::after {
    width: 10px;
    padding-top: 10.7407407407px;
  }
}
.p-disco_detail__inner {
  position: relative;
  padding-top: 31px;
  padding-bottom: 24px;
}
@media screen and (max-width: 850px) {
  .p-disco_detail__inner {
    padding-top: 32px;
    padding-bottom: 19px;
  }
}
.p-disco_detail__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 850px) {
  .p-disco_detail__content {
    display: block;
  }
}
.p-disco_detail__label {
  width: 17.5%;
  padding-top: 16px;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 850px) {
  .p-disco_detail__label {
    width: 100%;
    padding-top: 1px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
.p-disco_detail__label.--eng {
  font-family: var(--font-eng);
}
.p-disco_detail__info {
  flex-basis: 0;
  flex-grow: 1;
}
.p-disco_detail__info-content {
  padding-top: 13px;
  padding-bottom: 26px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 850px) {
  .p-disco_detail__info-content {
    padding-top: 15px;
    padding-bottom: 16px;
    font-size: 13px;
  }
}
.p-disco_detail__disc {
  padding-top: 5px;
}
@media screen and (max-width: 850px) {
  .p-disco_detail__disc {
    width: 99%;
    margin: 0 auto;
    padding-top: 8px;
  }
}
.p-disco_detail__disc-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-top: 13px;
  padding-bottom: 18px;
}
@media screen and (max-width: 850px) {
  .p-disco_detail__disc-list-item {
    padding-top: 10px;
    padding-bottom: 13px;
  }
}
.p-disco_detail__disc-list-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--color-gray) 5px, transparent 5px) repeat-x left center/10px 100%;
}
@media screen and (max-width: 850px) {
  .p-disco_detail__disc-list-item::after {
    background: linear-gradient(to right, var(--color-gray) 4px, transparent 4px) repeat-x left center/8px 100%;
  }
}
.p-disco_detail__disc-list-item:last-child::after {
  content: none;
}

.p-disco_detail__disc-num {
  padding-top: 3px;
  font-family: var(--font-eng);
  font-size: 14px;
  line-height: 1.85;
}
@media screen and (max-width: 850px) {
  .p-disco_detail__disc-num {
    padding-top: 1px;
    font-size: 12px;
  }
}
.p-disco_detail__disc-title {
  margin-left: 37px;
  margin-right: 50px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 850px) {
  .p-disco_detail__disc-title {
    margin-right: 40px;
    margin-left: 30px;
    font-size: 13px;
    line-height: 1.5;
  }
}
.p-disco_detail__disc-play {
  position: absolute;
  top: 46%;
  right: 1%;
  transform: translateY(-50%);
  width: 30px;
}
@media screen and (max-width: 850px) {
  .p-disco_detail__disc-play {
    top: 50%;
    right: 0.5%;
    width: 25px;
  }
}
.p-disco_detail__disc-play-link {
  display: block;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-disco_detail__disc-play-link:hover {
    transform: scale(1.075);
    opacity: 0.5;
  }
}