@charset "UTF-8";
.p-disco {
  display: block;
  position: relative;
}
.p-disco__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-disco__header {
    margin-bottom: 3rem;
  }
}
.p-disco__inner {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-disco__inner {
    width: 90%;
  }
}
.p-disco__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 2.5rem;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-disco__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .p-disco__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.6rem;
  }
}
@media screen and (max-width: 960px) and (min-width: 560px) {
  .p-disco__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-disco__list-item {
  display: block;
  position: relative;
}
.p-disco__footer {
  display: block;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-disco__footer {
    margin-top: 2.3rem;
  }
}

.p-disco_card {
  display: block;
  position: relative;
}
.p-disco_card__thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-disco_card__thumb-img {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.p-disco_card__thumb-img::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  background: var(--gradient-orange) no-repeat center/auto 100%;
  transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) {
  .p-disco_card:hover .p-disco_card__thumb-img::after {
    width: 100%;
    left: 0;
    opacity: 0.5;
  }
}
.p-disco_card__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-disco_card__inner {
  display: block;
  position: relative;
  margin-top: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-disco_card__inner {
    margin-top: 0.8rem;
  }
}
.p-disco_card__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 960px) {
  .p-disco_card__title {
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .p-disco_card__title {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-disco_card:hover .p-disco_card__title, .p-disco_card:focus-visible .p-disco_card__title {
    color: var(--color-orange);
  }
}

.p-disco_in {
  display: block;
  position: relative;
}
.p-disco_in__inner {
  display: block;
  position: relative;
}
.p-disco_in__footer {
  display: block;
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  .p-disco_in__footer {
    margin-top: 5rem;
  }
}
.p-disco_in__btn {
  display: block;
  position: relative;
}

.p-disco_content {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-disco_content__header {
  width: 100%;
  position: relative;
  margin: 0 auto 5.2rem;
}
@media screen and (max-width: 960px) {
  .p-disco_content__header {
    margin-bottom: 3.8rem;
  }
}
.p-disco_content__title {
  display: block;
  position: relative;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-disco_content__title {
    font-size: 2rem;
  }
}
.p-disco_content__description {
  display: block;
  position: relative;
  margin-top: 2.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-disco_content__description {
    margin-top: 1.8rem;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-disco_content__description a {
  color: var(--color-orange);
}
@media (hover: hover) {
  .p-disco_content__description a:hover, .p-disco_content__description a:focus-visible {
    text-decoration: underline;
  }
}
.p-disco_content__description img {
  max-width: 100%;
  height: auto !important;
  position: relative;
}
.p-disco_content__description iframe {
  max-width: 100%;
}
@supports (aspect-ratio: 16/9) {
  .p-disco_content__description iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
.p-disco_content__anchor {
  width: 70%;
  max-width: 52rem;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-disco_content__anchor {
    width: 90%;
    margin: 2.8rem auto 0;
  }
}
.p-disco_content__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-disco_content__footer {
  width: 100%;
  position: relative;
  margin: 9.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-disco_content__footer {
    margin-top: 4rem;
  }
}

.p-disco_anchor {
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--color-orange);
  border-radius: 200px;
  cursor: pointer;
}
@media (hover: hover) {
  .p-disco_anchor {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-disco_anchor:hover {
    background: var(--color-orange-light);
  }
}
.p-disco_anchor__text {
  display: block;
  position: relative;
  padding: 3.2rem 1rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-disco_anchor__text {
    padding: 2rem 1rem;
    font-size: 1.3rem;
  }
}
.p-disco_anchor__arrow {
  width: 1.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 4rem;
  transform: rotate(90deg);
}
@media screen and (max-width: 960px) {
  .p-disco_anchor__arrow {
    width: 1rem;
    right: 1.8rem;
  }
}
.p-disco_anchor__arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/img/common/icon_arrow_on.svg") no-repeat center/contain;
}

.p-disco_detail {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 6rem;
}
@media screen and (min-width: 961px) {
  .p-disco_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-disco_detail {
    padding-top: 4.5rem;
  }
}
.p-disco_detail::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-gray);
  pointer-events: none;
}
.p-disco_detail + .p-disco_detail {
  margin-top: 8rem;
}
.p-disco_detail__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco_detail__header {
    width: 43.5%;
    margin-right: 6.5%;
  }
}
@media screen and (max-width: 960px) {
  .p-disco_detail__header {
    width: 90%;
    margin: 0 auto 4rem;
  }
}
.p-disco_detail__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco_detail__inner {
    flex: 1 1 0;
    min-width: 0;
  }
}
.p-disco_detail__footer {
  width: 100%;
  position: relative;
  margin: 4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-disco_detail__footer {
    margin-top: 1.4rem;
  }
}
.p-disco_detail__text {
  display: block;
  position: relative;
  margin-top: 3.6rem;
  padding-top: 4.2rem;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-disco_detail__text {
    margin-top: 3rem;
    padding-top: 2.8rem;
    font-size: 1.3rem;
  }
}
.p-disco_detail__text::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-gray-light);
}
.p-disco_detail__text a {
  color: var(--color-orange);
}
@media (hover: hover) {
  .p-disco_detail__text a:hover, .p-disco_detail__text a:focus-visible {
    text-decoration: underline;
  }
}
.p-disco_detail__text img {
  max-width: 100%;
  height: auto !important;
  position: relative;
}
.p-disco_detail__text iframe {
  max-width: 100%;
}
@supports (aspect-ratio: 16/9) {
  .p-disco_detail__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}

.p-disco_info {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco_info {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    left: 0;
  }
}
.p-disco_info__header {
  display: block;
  position: relative;
}
.p-disco_info__thumb {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-disco_info__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco_info__inner {
    flex: 1 1 0;
    min-width: 0;
  }
}
.p-disco_info__link {
  width: 100%;
  max-width: 42rem;
  display: block;
  position: relative;
  margin: 3rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-disco_info__link {
    width: 98%;
    margin-top: 1.8rem;
  }
}
.p-disco_info__link-item {
  display: block;
  position: relative;
}
.p-disco_info__link-item + .p-disco_info__link-item {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-disco_info__link-item + .p-disco_info__link-item {
    margin-top: 0.8rem;
  }
}
.p-disco_info__btn {
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 0;
  color: var(--color-white);
  background: var(--color-navy);
  border-radius: 200px;
}
@media (hover: hover) {
  .p-disco_info__btn {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-disco_info__btn:hover {
    background: var(--color-orange);
  }
}
.p-disco_info__btn-text {
  display: block;
  position: relative;
  padding: 3rem 1rem;
  font-size: 1.4rem;
  font-family: "Poppins", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-disco_info__btn-text {
    padding: 2rem 1rem;
    font-size: 1.2rem;
  }
}
.p-disco_info__btn-text::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-disco_info__btn-text::before {
    width: 1.6rem;
    height: 1.6rem;
    left: 2.4rem;
  }
}
.-shop .p-disco_info__btn-text::before {
  background: url("/assets/img/cd/icon_shop.svg") no-repeat center;
  background-size: contain;
}
.-dl .p-disco_info__btn-text::before {
  background: url("/assets/img/cd/icon_streaming.svg") no-repeat center;
  background-size: contain;
}
@media (hover: hover) {
  .p-disco_info__btn-text::before {
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-disco_info__btn:hover .p-disco_info__btn-text::before {
    opacity: 0;
  }
}
.p-disco_info__btn-text::after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translate(0, -50%);
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-disco_info__btn-text::after {
    width: 1.6rem;
    height: 1.6rem;
    left: 2.4rem;
  }
}
.-shop .p-disco_info__btn-text::after {
  background: url("/assets/img/cd/icon_shop_bk.svg") no-repeat center;
  background-size: contain;
}
.-dl .p-disco_info__btn-text::after {
  background: url("/assets/img/cd/icon_streaming_bk.svg") no-repeat center;
  background-size: contain;
}
@media (hover: hover) {
  .p-disco_info__btn-text::after {
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-disco_info__btn:hover .p-disco_info__btn-text::after {
    opacity: 1;
  }
}
.p-disco_info__text {
  display: block;
  position: relative;
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-disco_info__text {
    font-size: 1.3rem;
  }
}
.p-disco_info__text img {
  display: block;
  max-width: 70%;
  height: auto !important;
}
@media screen and (max-width: 960px) {
  .p-disco_info__text img {
    max-width: 100%;
  }
}
.p-disco_info__text iframe {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .p-disco_info__text iframe {
    height: auto !important;
  }
}
.p-disco_info__text a {
  display: inline-block;
  position: relative;
  padding: 3px;
  line-height: 1.2;
  color: var(--color-white);
  text-indent: 0;
}
.p-disco_info__text a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-orange);
  z-index: -1;
  transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-disco_info__text a:hover::before {
  width: 0;
  right: 0;
  left: auto;
}
.p-disco_info__text a::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-orange);
  z-index: -1;
  transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-disco_info__text a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  transition-delay: 0.2s;
}

.p-disco_outline {
  display: block;
  position: relative;
}
.p-disco_outline__type {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-disco_outline__type {
    margin-bottom: 0.8rem;
    font-size: 1.15rem;
  }
}
.p-disco_outline__title {
  display: block;
  position: relative;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-disco_outline__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-disco_outline__data {
  width: 100%;
  position: relative;
  margin: 2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-disco_outline__data {
    margin-top: 1rem;
  }
}
.p-disco_outline__data-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-disco_outline__data-text {
    font-size: 1.1rem;
  }
}
.p-disco_outline__data-text strong {
  font-weight: 500;
  color: var(--color-orange);
}
.p-disco_outline__data-text + .p-disco_outline__data-text {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-disco_outline__data-text + .p-disco_outline__data-text {
    margin-top: 0.5rem;
  }
}
.p-disco_outline__text {
  display: block;
  position: relative;
  margin-top: 5.2rem;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-disco_outline__text {
    margin-top: 3.4rem;
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-disco_outline__text a {
  color: var(--color-orange);
}
@media (hover: hover) {
  .p-disco_outline__text a:hover, .p-disco_outline__text a:focus-visible {
    text-decoration: underline;
  }
}
.p-disco_outline__text img {
  max-width: 100%;
  height: auto !important;
  position: relative;
}
.p-disco_outline__text iframe {
  max-width: 100%;
}
@supports (aspect-ratio: 16/9) {
  .p-disco_outline__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}

.p-disco_track {
  width: 100%;
  position: relative;
  margin-top: 5rem;
  padding: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-disco_track {
    margin-top: 3rem;
    padding: 1.8rem;
  }
}
.p-disco_track::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-gray);
}
.p-disco_track__header {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-disco_track__header {
    padding-bottom: 0.2rem;
  }
}
.p-disco_track__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-disco_track__title {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
}
.p-disco_track__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.p-disco_track_in {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-disco_track_in + .p-disco_track_in {
  margin-top: 3.2rem;
}
.p-disco_track_in__title {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-disco_track_in__title {
    font-size: 1.3rem;
  }
}
.p-disco_track_in__intro {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-disco_track_in__intro {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.p-disco_track_in__inner {
  width: 100%;
  position: relative;
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-disco_track_in__inner {
    margin-top: 1.4rem;
  }
}
.p-disco_track_in__list {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-disco_track_in__list-item {
  display: block;
  position: relative;
}
.p-disco_track_in__list-item::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-gray);
  pointer-events: none;
}
.p-disco_track_in__list-item:last-child::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gray);
  pointer-events: none;
}

.p-disco_track_data {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 2.4rem 0;
}
@media screen and (max-width: 960px) {
  .p-disco_track_data {
    padding: 1.3rem 0;
  }
}
.p-disco_track_data__inner {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
.p-disco_track_data__cap {
  width: 100%;
  position: relative;
  margin: 0 auto 0.8rem;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-disco_track_data__cap {
    font-size: 1rem;
  }
}
.p-disco_track_data__name {
  width: 100%;
  display: flex;
  position: relative;
}
.p-disco_track_data__name-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-disco_track_data__name-text {
    font-size: 1.3rem;
  }
}
.p-disco_track_data__name-text.-sub {
  margin-right: 0.5rem;
}
.p-disco_track_data__name-text.-main {
  flex: 1 1 0;
  min-width: 0;
}
.p-disco_track_data__note {
  width: 100%;
  position: relative;
  margin: 0.3rem auto 0;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-disco_track_data__note {
    font-size: 1rem;
  }
}
.p-disco_track_data__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-disco_track_data__link {
    position: relative;
    justify-content: center;
    margin-top: 1.25rem;
  }
}
.p-disco_track_data__link-item {
  width: 20px;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-disco_track_data__link-item {
    width: 20px;
  }
}
.p-disco_track_data__btn {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-disco_track_data__btn {
    justify-content: center;
  }
}
.p-disco_track_data__btn + .p-disco_track_data__btn {
  margin-left: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-disco_track_data__btn + .p-disco_track_data__btn {
    margin-left: 0.5rem;
  }
}
.p-disco_track_data__btn-text {
  display: block;
  position: relative;
  color: var(--color-white);
}
.p-disco_track_data__player {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0.7rem 1.2rem;
  background: var(--color-navy);
  border-radius: 200px;
}
@media screen and (max-width: 960px) {
  .p-disco_track_data__player {
    padding: 0.4rem 2.8rem 0.4rem 1rem;
  }
}
.p-disco_track_data__player-img {
  width: 20px;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-disco_track_data__player-img {
    width: 20px;
  }
}
.p-disco_track_data__player-icon {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  background-size: 20px 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-disco_track_data__player-icon {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    background-size: 20px 20px;
  }
}
.p-disco_track_data__player-text {
  display: block;
  position: relative;
  margin-left: 0.6rem;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-disco_track_data__player-text {
    margin-left: 2rem;
    font-size: 1rem;
  }
}

.p-disco_sp {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-disco_sp {
    padding-top: 4.5rem;
  }
}
.p-disco_sp::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-gray);
  pointer-events: none;
}
.p-disco_sp__header {
  width: 100%;
  position: relative;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 960px) {
  .p-disco_sp__header {
    margin-bottom: 1.4rem;
  }
}
.p-disco_sp__title {
  display: block;
  position: relative;
  font-size: 2.1rem;
  padding: 1rem 1rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-navy);
}
@media screen and (max-width: 960px) {
  .p-disco_sp__title {
    padding: 0.9rem 1rem;
    font-size: 1.3rem;
  }
}
.p-disco_sp__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-disco_sp__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-disco_sp__text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-disco_sp__text a {
  color: var(--color-orange);
}
@media (hover: hover) {
  .p-disco_sp__text a:hover, .p-disco_sp__text a:focus-visible {
    text-decoration: underline;
  }
}
.p-disco_sp__text img {
  max-width: 100%;
  height: auto !important;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.p-disco_sp__text iframe {
  max-width: 100%;
}
@supports (aspect-ratio: 16/9) {
  .p-disco_sp__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}

.p-disco_modal {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-disco_modal__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
}
.p-disco_modal__list-item {
  width: 20rem;
  display: block;
}
@media screen and (max-width: 960px) {
  .p-disco_modal__list-item {
    width: 40%;
    max-width: 14rem;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  .p-disco_modal__list-item {
    margin: 0 0.5rem 1rem;
  }
}
.p-disco_modal__link {
  display: block;
  position: relative;
}
.p-disco_modal__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color-orange);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) {
  .p-disco_modal__link:hover::before,
  .p-disco_modal__link:focus-visible::before {
    opacity: 0.2;
  }
}
.p-disco_modal__link img {
  width: 100%;
}
.p-disco_modal__download {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-disco_modal__download-title {
  display: none !important;
}
.p-disco_modal__download-qr {
  display: none !important;
}

.p-disco_novelty {
  display: block;
  position: relative;
}
.p-disco_novelty__inner {
  display: block;
  position: relative;
}
.p-disco_novelty__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-disco_novelty__text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-disco_novelty__text h1 {
  display: inline;
  position: relative;
  padding: 0.2rem 1rem;
  font-size: 2.6rem;
  line-height: 1.8;
  color: var(--color-white);
  background: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-disco_novelty__text h1 {
    padding: 0.1rem 0.6rem;
    font-size: 1.4rem;
  }
}
.p-disco_novelty__text h2 {
  display: inline;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-disco_novelty__text h2 {
    font-size: 1.4rem;
  }
}
.p-disco_novelty__text h3 {
  display: inline;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-disco_novelty__text h3 {
    font-size: 1.3rem;
  }
}
.p-disco_novelty__text a {
  color: var(--color-orange);
}
@media (hover: hover) {
  .p-disco_novelty__text a:hover, .p-disco_novelty__text a:focus-visible {
    text-decoration: underline;
  }
}
.p-disco_novelty__text img {
  max-width: 100%;
  height: auto !important;
  position: relative;
}
.p-disco_novelty__text iframe {
  max-width: 100%;
}
@supports (aspect-ratio: 16/9) {
  .p-disco_novelty__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
.p-disco_novelty__footer {
  display: block;
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  .p-disco_novelty__footer {
    margin-top: 5rem;
  }
}
.p-disco_novelty__btn {
  display: block;
  position: relative;
}