@charset "UTF-8";
:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

.l-content {
  max-width: 1120px;
}

.p-disco {
  padding-top: 37px;
}
@media screen and (max-width: 767px) {
  .p-disco {
    padding-top: 20px;
  }
}
.p-disco__btnlist {
  transform: translateY(35px);
  opacity: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-disco__btnlist {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-disco__btnlist-item + .p-disco__btnlist-item {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-disco__btnlist-item + .p-disco__btnlist-item {
    margin-top: 1rem;
  }
}
.is-active .p-disco__btnlist {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-disco__btnlist .c-btn {
  width: 39rem;
}
@media screen and (max-width: 767px) {
  .p-disco__btnlist .c-btn {
    width: 24rem;
  }
}
.p-disco__btnlist .c-btn__inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-disco__btnlist .c-btn__inner {
    font-size: 1.3rem;
    min-height: 43px;
  }
}
.p-disco__btnlist .c-btn__inner::before, .p-disco__btnlist .c-btn__inner::after {
  width: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-disco__btnlist .c-btn__inner::before, .p-disco__btnlist .c-btn__inner::after {
    width: 1rem;
  }
}
.p-disco__foot {
  margin-top: 7.2rem;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-disco__foot {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-disco__foot {
    margin-top: 4.2rem;
  }
}
.p-disco__list {
  transform: translateY(35px);
  opacity: 0;
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
.is-active .p-disco__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-disco__list {
    margin-top: 4rem;
  }
}
.p-disco__list-item {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .p-disco__list-item {
    width: 90%;
  }
}
.p-disco__list-item-inner {
  text-decoration: none;
  display: block;
}
@media (hover: hover) {
  .p-disco__list-item-inner:hover .p-disco__list-thumb-img {
    transform: scale(1.05);
  }
  .p-disco__list-item-inner:hover .p-disco__list-ttl {
    color: #8a81b1;
  }
}
.p-disco__list-thumb {
  overflow: hidden;
}
.p-disco__list-thumb-img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-disco__list-ttl {
  font-family: "Forum", YakuHanJP, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #e08bb5;
  line-height: 1.4;
  margin-top: 1.9rem;
  letter-spacing: 0.5px;
  transition: color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-disco__list-ttl {
    margin-top: 1.2rem;
    font-size: 1.5rem;
  }
}

.p-disco_detail__head {
  text-align: center;
  margin-bottom: 36px;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-disco_detail__head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-disco_detail__head {
    margin-bottom: 32px;
  }
}
.p-disco_detail__head-ttl {
  font-family: "Forum", YakuHanJP, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #e08bb5;
  font-size: 3.5rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__head-ttl {
    font-size: 2rem;
  }
}
.p-disco_detail__btn {
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__btn {
    margin-top: 19px;
  }
}
.p-disco_detail__btn-item .c-btn {
  width: 92%;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__btn-item .c-btn {
    width: 82%;
  }
}
.p-disco_detail__btn-item .c-btn__inner {
  min-height: 6.5rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__btn-item .c-btn__inner {
    min-height: 4.3rem;
    font-size: 1.3rem;
  }
}
.p-disco_detail__btn-item .c-btn__inner::before, .p-disco_detail__btn-item .c-btn__inner::after {
  width: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__btn-item .c-btn__inner::before, .p-disco_detail__btn-item .c-btn__inner::after {
    width: 1.1rem;
  }
}
.p-disco_detail__btn-item + .p-disco_detail__btn-item {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__btn-item + .p-disco_detail__btn-item {
    margin-top: 1rem;
  }
}
.p-disco_detail__name {
  font-family: "Forum", YakuHanJP, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #e08bb5;
  font-size: 2.3rem;
  border-bottom: 1px solid rgba(138, 129, 177, 0.2);
  padding-bottom: 31px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__name {
    padding-bottom: 22px;
    font-size: 1.6rem;
    margin-bottom: 26px;
  }
}
.p-disco_detail__type {
  margin-bottom: 14px;
}
.p-disco_detail__type span {
  background-color: #e08bb5;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  line-height: 1;
  font-family: "Forum", serif;
  font-weight: 400;
  font-size: 2rem;
  padding: 3px 13px 1px;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__type span {
    font-size: 13px;
    padding: 4px 9px 2px;
  }
}
.p-disco_detail__info {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__info {
    margin-bottom: 28px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-disco_detail__info-text + .p-disco_detail__info-text {
    margin-top: 3px;
  }
}
.p-disco_detail__footer {
  margin-top: 50px;
  font-size: 1.7rem;
  letter-spacing: 0.07rem;
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__footer {
    margin-top: 44px;
    font-size: 1.3rem;
    line-height: 1.85;
  }
}
.p-disco_detail__text {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__text {
    font-size: 12px;
  }
}
.p-disco_detail__text a {
  color: #e08bb5;
}
@media screen and (min-width: 768px) {
  .p-disco_detail__text img {
    max-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .p-disco_detail__text img {
    width: 80%;
  }
}
.p-disco_detail__music {
  border-top: 1px solid rgba(138, 129, 177, 0.2);
  margin-top: 36px;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__music {
    padding-top: 37px;
  }
}
.p-disco_detail__music-head {
  position: relative;
  padding-left: 22px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  color: #e08bb5;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__music-head {
    padding-left: 17px;
    font-size: 13px;
    margin-bottom: 17px;
  }
}
.p-disco_detail__music-head::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/icon/icon_notes_pink.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__music-head::before {
    width: 11px;
    height: 11px;
  }
}
.p-disco_detail__music-item {
  padding: 22px 2.1rem 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-disco_detail__music-item {
    padding: 9px 1.3rem 10px;
  }
}
.p-disco_detail__music-item:nth-child(2n+1) {
  background-color: #f9e8f0;
}
.p-disco_detail__music-item:nth-child(2n) {
  background-color: #ecf7fd;
}
.p-disco_detail__content {
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-disco_detail__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media (hover: hover) {
  .p-disco_detail__content a:hover {
    text-decoration: none;
  }
}
.p-disco_detail__content iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .p-disco_detail__content iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .p-disco_detail__content iframe {
    height: 51.73vw !important;
  }
}

.p-disco_detail_block {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.p-disco_detail_block + .p-disco_detail_block {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-disco_detail_block + .p-disco_detail_block {
    margin-top: 39px;
  }
}
.p-disco_detail_block__container {
  padding: 6rem 0 5rem;
  margin: 0 auto;
  width: 89%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-disco_detail_block__container {
    width: 87%;
    display: block;
    padding: 3.4rem 0 4rem;
  }
}
.p-disco_detail_block__header {
  flex-shrink: 0;
  width: 42.5%;
  margin-right: 6.5%;
}
@media screen and (max-width: 767px) {
  .p-disco_detail_block__header {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
.p-disco_detail_block__inner {
  line-height: 1.5;
}

.p-disco_disc_data {
  position: relative;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .p-disco_disc_data {
    padding-right: 8rem;
  }
}
.p-disco_disc_data__cap {
  padding-left: 4.1rem;
  font-size: 1.3rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-disco_disc_data__cap {
    padding-left: 3.1rem;
    font-size: 1.1rem;
    margin-top: 4px;
  }
}
.p-disco_disc_data__name {
  display: flex;
}
.p-disco_disc_data__name-num {
  flex-shrink: 0;
  font-family: "Forum", serif;
  font-weight: 400;
  font-size: 2rem;
  width: 3rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-disco_disc_data__name-num {
    margin-right: 0.8rem;
    width: 2rem;
    font-size: 1.6rem;
  }
}
.p-disco_disc_data__name-main {
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-disco_disc_data__name-main {
    line-height: 1.4;
    font-size: 13px;
  }
}
.p-disco_disc_data__player {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-disco_disc_data__player {
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-disco_disc_data__player:hover {
    transform: translateY(-50%) scale(0.95);
  }
}
.p-disco_disc_data__player-icon {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .p-disco_disc_data__player-icon {
    width: 3.7rem;
  }
}
.p-disco_disc_data__player-text {
  display: none;
}

.p-disco_modal__wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 30px;
}
.p-disco_modal__list {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-disco_modal__item {
  width: 20rem;
}
.p-disco_modal__item img {
  display: block;
  margin: 0 auto;
}
.p-disco_modal__download-title {
  display: block;
  margin-bottom: 10px;
}
.p-disco_modal__download-title a {
  color: #8a81b1;
  text-decoration: none;
  font-family: "Forum", serif;
  font-weight: 400;
}
.p-disco_modal__download-image {
  display: block;
  margin-bottom: 10px;
}

.p-disco_novelty {
  position: relative;
  padding: 0 7.1%;
}
@media screen and (max-width: 767px) {
  .p-disco_novelty {
    padding: 0;
  }
}
.p-disco_novelty__head {
  color: #e08bb5;
  font-size: 3.7rem;
  letter-spacing: 0.5rem;
  font-weight: 500;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid rgba(138, 129, 177, 0.2);
  margin-bottom: 3rem;
  line-height: 1.3;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-disco_novelty__head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-disco_novelty__head {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.p-disco_novelty__content {
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-disco_novelty__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.25s;
}
.p-disco_novelty__article {
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-disco_novelty__article {
    line-height: 1.7;
    font-size: 1.3rem;
  }
}
.p-disco_novelty__article h2 {
  line-height: 1.5;
  font-weight: 400;
  display: inline-block;
  vertical-align: baseline;
  background-color: #8a81b1;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 3.2rem;
  padding: 1px 1.6rem 2px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-disco_novelty__article h2 {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 11px;
    padding: 3px 6px;
  }
}
.p-disco_novelty__article strong {
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 1.5px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-disco_novelty__article strong {
    font-size: 1.4rem;
  }
}
.p-disco_novelty__article a {
  color: #e08bb5;
}
@media (hover: hover) {
  .p-disco_novelty__article a:hover {
    text-decoration: none;
  }
}
.p-disco_novelty__article img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.p-disco_novelty__article iframe {
  width: 100% !important;
  max-width: 1100px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-disco_novelty__article iframe {
    aspect-ratio: 16/9;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .p-disco_novelty__article iframe {
    height: 56.52vw !important;
  }
}