.-anime {
  position: relative;
}
.-anime::after {
  position: absolute;
  top: 0;
  left: 0;
  background: #dc0000;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  content: "";
  height: 100%;
  width: 100%;
}
.-anime.-reveal:after {
  -webkit-animation: ttlwrapcurtainanim 0.8s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: ttlwrapcurtainanim 0.8s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

.music__itemwrap {
  opacity: 0;
}
.-reveal.-anime .music__itemwrap {
  opacity: 1;
  transition: opacity 0.3s 0.4s ease;
}

.music .l-pageheader {
  padding-top: 3rem;
}
@media (max-width: 1023px) {
  .music .l-pageheader {
    padding-bottom: 2rem;
  }
}

.music__inner {
  position: relative;
}
@media (min-width: 1024px) {
  .music__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 880px;
    padding-top: 20px;
  }
  .music__inner + .music__inner {
    margin-top: 124px;
  }
}
@media (max-width: 1023px) {
  .music__inner {
    width: calc(100% - 35px);
    margin-left: auto;
    margin-right: 0;
    padding-top: 20px;
  }
  .music__inner + .music__inner {
    margin-top: 84px;
  }
}
@media (max-width: 1023px) {
  .music__inner:nth-of-type(1) {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  .music__inner:nth-of-type(1) {
    margin-top: 80px;
  }
}
.music__inner.-reveal::after, .music__inner.-reveal::before {
  transform: scaleX(1);
}
.music__inner::after, .music__inner::before {
  background: #dc0000;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
}
.music__inner::before {
  transition: transform 0.5s;
  width: 21%;
}
@media (max-width: 1023px) {
  .music__inner::before {
    content: none;
  }
}
@media (min-width: 1024px) {
  .music__inner::before {
    position: absolute;
    top: 4px;
    right: -1%;
    height: 8px;
  }
}
.music__inner::after {
  height: 35px;
  transition: transform 0.5s 0.5s;
  width: 60%;
}
@media (max-width: 1023px) {
  .music__inner::after {
    position: absolute;
    left: -15%;
    bottom: -24px;
  }
}
@media (min-width: 1024px) {
  .music__inner::after {
    position: absolute;
    left: -15%;
    bottom: -15px;
  }
}
.music__inner .fuki {
  background: url(../../../assets/img/page/music/ico_fuki.svg) no-repeat 0 0/100%;
  display: inline-block;
  height: 1.3em;
  line-height: 1;
  margin-left: 0.4em;
  transform: translate(0, 25%);
  transition: transform 0.2s 0s ease;
  width: 1.1em;
}

.music__inner__cont {
  background: #000;
  display: grid;
  position: relative;
}
@media (max-width: 1023px) {
  .music__inner__cont {
    padding: 85px 0 5rem;
  }
}
@media (min-width: 1024px) {
  .music__inner__cont {
    padding: 56px 0 5rem;
  }
}

.music__ttl {
  background: #dc0000;
  min-width: 44.2708333333vw;
  padding: 0 0.5em;
  position: absolute;
  top: -11px;
  left: -14px;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1;
}
@media (max-width: 1023px) {
  .music__ttl {
    padding-bottom: 4px;
  }
}
@media (min-width: 1024px) {
  .music__ttl {
    min-width: 312px;
    margin-left: -34px;
    font-size: 45px;
  }
}

.-reveal .c-ttlwrap.-w.music__ttl__wrap {
  color: #000;
}

.music__contents {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .music__contents {
    align-items: center;
    flex-direction: row;
    margin-top: 20px;
  }
}

.music__ph {
  margin-left: -9.2447916667vw;
  width: 85.9375vw;
}
@media (min-width: 1024px) {
  .music__ph {
    margin-left: -80px;
    width: 50%;
  }
}
.music__ph img {
  width: 100%;
}

@media (max-width: 1023px) {
  .music__info {
    margin-top: 25px;
    padding: 0 10%;
  }
}
@media (min-width: 1024px) {
  .music__info {
    margin-left: 5%;
    width: 55%;
  }
}
.music__info .ttl {
  font-size: 1.1875rem;
  color: #dc0000;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .music__info .ttl {
    font-size: 1.75rem;
  }
}
.music__info .name {
  font-size: 1.1875rem;
  color: #dc0000;
  font-weight: 900;
}
@media (max-width: 1023px) {
  .music__info .name {
    width: 78.125vw;
  }
}
@media (min-width: 1024px) {
  .music__info .name {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}
.music__info .txt {
  font-size: 0.75rem;
  color: #dc0000;
  margin-top: 14px;
}
@media (min-width: 1024px) {
  .music__info .txt {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 20px;
  }
}

.music__link {
  background: #fff;
  margin-top: 30px;
  position: relative;
  transition: all 0.2s 0s ease;
}
@media (max-width: 1023px) {
  .music__link {
    max-width: 270px;
    width: 67.7083333333vw;
  }
}
@media (min-width: 1024px) {
  .music__link {
    margin-top: 40px;
  }
}
.music__link::after {
  background: url(../../../assets/img/page/top/news/ico_arw.svg) no-repeat 0 0/100%;
  content: "";
  height: 12px;
  transform: translate(0, -50%);
  transition: background 0.2s 0s ease;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
}
@media (min-width: 1024px) {
  .music__link::after {
    height: 16px;
    right: 20px;
    width: 16px;
  }
}
.music__link:hover {
  background: rgba(255, 255, 255, 0.6);
}
.music__link:hover::after {
  background: url(../../../assets/img/page/top/music/ico_arw_r.svg) no-repeat 0 0/100%;
}
.music__link:hover a {
  color: #dc0000;
}
.music__link a {
  font-size: 0.9375rem;
  color: #000;
  display: block;
  font-weight: 900;
  height: 100%;
  letter-spacing: 0.3em;
  padding: 17px 25px;
  text-align: center;
  transition: all 0.2s 0s ease;
  width: 100%;
}
@media (min-width: 1024px) {
  .music__link a {
    font-size: 1.25rem;
    padding: 29px 0;
  }
}

.music__profile__person {
  max-width: 720px;
}
.music__profile__ttl {
  font-weight: 700;
  font-size: 0.9375rem;
}
@media (min-width: 1024px) {
  .music__profile__ttl {
    font-size: 1.125rem;
  }
}
.music__profile__txt {
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .music__profile__txt {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
@media (max-width: 1023px) {
  .music__profile__txt {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.music__profile__note {
  font-weight: 500;
}
@media (min-width: 1024px) {
  .music__profile__note {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
@media (max-width: 1023px) {
  .music__profile__note {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: -10px;
  }
}
.music__profile__label {
  font-weight: 500;
}
@media (min-width: 1024px) {
  .music__profile__label {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .music__profile__label {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: 6px;
  }
}
.music__profile .link__list {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .music__profile .link__list {
    margin-left: 40px;
    margin-top: 24px;
  }
}
.music__profile .link__item a {
  color: #dc0000;
  text-decoration: underline;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .music__profile .link__item a {
    font-size: 0.875rem;
  }
}
.music__profile .link__item a:hover {
  text-decoration: none;
}

.music__row {
  color: #dc0000;
  margin-top: 40px;
  padding: 0 10%;
}
@media (max-width: 1023px) {
  .music__row.music__profile {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .music__row {
    margin-top: 40px;
    padding: 0 80px;
  }
}

.music__st__jk {
  max-width: 280px;
  width: 67.7083333333vw;
}
.music__st__jk img {
  border: 1px solid #000;
}

@media (min-width: 1024px) {
  .music__st__info {
    margin-left: 40px;
  }
}
.music__st__info .ttl {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .music__st__info .ttl {
    line-height: 1.3636363636;
    margin-top: 0;
    font-size: 1.375rem;
  }
}
.music__st__info .txt {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6153846154;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .music__st__info .txt {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.music__st__info .notice {
  font-size: 0.75rem;
  line-height: 1.5833333333;
}
@media (min-width: 1024px) {
  .music__st__info .notice {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 1em;
  }
}

.music__block {
  color: #dc0000;
}
@media (min-width: 1024px) {
  .music__block {
    padding: 56px 80px 0;
  }
  .music__block.-alt {
    padding: 0 0 48px;
  }
}
@media (max-width: 1023px) {
  .music__block {
    padding: 45px 38px 0 33px;
  }
  .music__block.-alt {
    padding: 0 0 48px;
  }
}

.music__block + .music__block {
  border-top: 2px solid #dc0000;
}

@media (min-width: 1024px) {
  .music__items {
    display: flex;
    gap: 40px;
    margin-top: 40px;
  }
  .music__items + .music__items {
    margin-top: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .music__items {
    margin-top: 10px;
  }
  .music__items + .music__items {
    margin-top: 44px;
  }
}

@media (min-width: 1024px) {
  .music__items__jk {
    display: flex;
    gap: 40px;
    margin-top: 40px;
  }
  .music__items__jk.-ai-center {
    align-items: center;
  }
  .music__items__jk + .music__items__jk {
    margin-top: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .music__items__jk {
    margin-top: 10px;
  }
  .music__items__jk + .music__items__jk {
    margin-top: 44px;
  }
}

@media (min-width: 1024px) {
  .music__texts {
    flex-grow: 1;
    margin-top: -10px;
  }
}
@media (max-width: 1023px) {
  .music__texts {
    margin-top: 12px;
  }
}

@media (min-width: 1024px) {
  .music__img {
    flex-shrink: 0;
    width: 200px;
  }
}
@media (max-width: 1023px) {
  .music__img {
    margin: 0 auto;
    width: 52.0833333333vw;
  }
}

@media (min-width: 1024px) {
  .music__jk__img {
    flex-shrink: 0;
    width: 280px;
  }
}
@media (max-width: 1023px) {
  .music__jk__img {
    width: 67.96875vw;
  }
}

.music__texts__head {
  font-weight: 900;
}
@media (min-width: 1024px) {
  .music__texts__head {
    font-size: 1.375rem;
    line-height: 1.3636363636;
    margin-bottom: 10px;
  }
  .music__texts__head.-lg {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .music__texts__head {
    font-size: 1.1875rem;
    line-height: 1.2631578947;
    margin-bottom: 16px;
  }
  .music__texts__head.-lg {
    font-size: 1.1875rem;
    line-height: 1.2631578947;
    margin-bottom: 0;
  }
  .music__texts__head.-wide {
    white-space: nowrap;
  }
}

.music__texts__note {
  font-weight: 400;
}
@media (min-width: 1024px) {
  .music__texts__note {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
@media (max-width: 1023px) {
  .music__texts__note {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

@media (min-width: 1024px) {
  .music__profile__txt + .music__profile__txt {
    margin-top: 20px;
  }
}

.music__ttl + .music__block {
  padding-top: 0;
}

.link-url {
  text-decoration: underline !important;
  color: #dc0000;
}

.music__sub {
  font-size: 80%;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  margin-top: 4px;
}

.comment_modal {
  color: #dc0000;
  padding: 5rem 8.3333333333vw;
}
@media (min-width: 1024px) {
  .comment_modal {
    padding: 7.5rem 4.1666666667vw;
  }
}

@-webkit-keyframes modallineanim {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes modallineanim {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes modaltxtanim {
  0% {
    opacity: 0;
    transform: translate(0, 10%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes modaltxtanim {
  0% {
    opacity: 0;
    transform: translate(0, 10%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.comment_modal__inanim {
  opacity: 0;
}
.-active .comment_modal__inanim {
  -webkit-animation: modaltxtanim 0.3s 0.6s ease forwards;
          animation: modaltxtanim 0.3s 0.6s ease forwards;
}

.comment_modal__role {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1023px) {
  .comment_modal__role {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  .comment_modal__role {
    font-size: 1rem;
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .comment_modal__role.-mt {
    margin-top: 3.5rem;
  }
}

.comment_modal__name {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 0.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .comment_modal__name {
    font-size: 2.5rem;
  }
}
.comment_modal__name span {
  display: inline-block;
  overflow: hidden;
  padding-bottom: 1rem;
  position: relative;
}
.comment_modal__name span::after {
  background: #dc0000;
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .comment_modal__name span::after {
    height: 6px;
  }
}
.comment_modal__name.-nols {
  letter-spacing: 0;
}
.comment_modal__name em {
  display: inline-block;
  font-style: normal;
  transform: translate(0, 150%);
}
.-active .comment_modal__name span:after {
  -webkit-animation: modallineanim 0.6s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: modallineanim 0.6s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}
.-active .comment_modal__name em {
  transform: translate(0, 0);
  transition: transform 0.3s 0.6s ease;
}

.comment_modal__body {
  font-weight: 500;
  line-height: 2.3571428571;
  margin: 3.5rem auto 0;
  max-width: 900px;
  padding: 2rem 8.3333333333vw;
  position: relative;
  text-align: justify;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .comment_modal__body {
    font-size: 1.125rem;
    margin: 4.5rem auto 0;
    padding: 3.5rem 56px;
  }
}
.comment_modal__body:before, .comment_modal__body:after {
  background: #dc0000;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.-active .comment_modal__body:before, .-active .comment_modal__body:after {
  -webkit-animation: modallineanim 0.6s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: modallineanim 0.6s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}
.comment_modal__body:after {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .comment_modal__body.-minh_wide {
    min-height: 622px;
  }
}
.comment_modal__body.-en {
  font-size: 0.9375rem;
}
@media (min-width: 1024px) {
  .comment_modal__body.-en {
    font-size: 1.25rem;
  }
}
.comment_modal__body .translation {
  display: block;
  font-size: 80%;
  line-height: 2;
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .comment_modal__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .comment_modal__row article {
    margin: 0 16px 4.5rem;
  }
}

.music__navs {
  display: flex;
}
@media (max-width: 1023px) {
  .music__navs {
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 35px);
  }
}
@media (min-width: 1024px) {
  .music__navs {
    margin: 0 auto;
    width: 100%;
    max-width: 880px;
  }
}

.music__navs__item {
  font-weight: 700;
  position: relative;
}
@media (max-width: 1023px) {
  .music__navs__item {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .music__navs__item {
    font-size: 1.25rem;
  }
}
.music__navs__item::after {
  position: absolute;
  left: 0;
  background: #000;
  content: "";
  transform-origin: left;
  width: 100%;
}
@media (max-width: 1023px) {
  .music__navs__item::after {
    bottom: -5px;
    height: 3px;
  }
}
@media (min-width: 1024px) {
  .music__navs__item::after {
    bottom: -2px;
    height: 4px;
  }
}
.music__navs__item:hover::after {
  -webkit-animation: navHover 0.5s 0s forwards ease;
          animation: navHover 0.5s 0s forwards ease;
}
@media (max-width: 1023px) {
  .music__navs__item + .music__navs__item {
    margin-left: 11px;
  }
}
@media (min-width: 1024px) {
  .music__navs__item + .music__navs__item {
    margin-left: 25px;
  }
}

@-webkit-keyframes navHover {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes navHover {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}