.l-main {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 0;
  }
}

.p-intro {
  background-image: url(../images/bg_intro.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 150px 0 160px;
}
@media screen and (max-width: 768px) {
  .p-intro {
    padding: 15rem 0 7.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__title img {
    width: 50.6rem;
  }
}
.p-intro__text {
  margin: 94px 0 0;
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    margin: 6.3rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__text img {
    width: 75.8rem;
  }
}

.p-cast {
  background: url(../images/about/bg_cast.png) center;
  background-size: cover;
  padding: 143px 0 114px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cast {
    padding: 10.2rem 0 8rem;
    background: url(../images/about/bg_cast_sp.png);
    background-size: cover;
  }
}
.p-cast__title {
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .p-cast__title {
    margin-bottom: 5.4rem;
  }
  .p-cast__title .title1 {
    width: 22.7rem;
  }
  .p-cast__title .title2 {
    width: 23.6rem;
  }
}
.p-cast__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 55px 0;
  max-width: 723px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-cast__list {
    gap: 5rem;
    max-width: 60.7rem;
  }
}
.p-cast__list + .p-cast__title {
  margin-top: 97px;
}
@media screen and (max-width: 768px) {
  .p-cast__list + .p-cast__title {
    margin-top: 10.4rem;
  }
}
.p-cast__list li.full {
  grid-column: auto/span 2;
}
@media screen and (max-width: 768px) {
  .p-cast__list .cast1 {
    width: 21.2rem;
  }
  .p-cast__list .cast2 {
    width: 18.3rem;
  }
  .p-cast__list .cast3 {
    width: 18.2rem;
  }
  .p-cast__list .cast4 {
    width: 23.9rem;
  }
  .p-cast__list .cast5 {
    width: 12.6rem;
  }
  .p-cast__list .cast6 {
    width: 16.4rem;
  }
  .p-cast__list .staff {
    width: 30.7rem;
  }
  .p-cast__list .staff_pro {
    width: 60.7rem;
  }
}
.p-cast__title2 {
  margin-top: 123px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-cast__title2 {
    margin-top: 9.8rem;
    margin-bottom: 4.8rem;
  }
  .p-cast__title2 img {
    width: 25.4rem;
  }
}
.p-cast-music {
  /*display: flex;
  justify-content: center;
  gap: 24px;*/
}
@media screen and (max-width: 768px) {
  .p-cast-music {
    display: block;
  }
}
.p-cast-music__block {
  background: rgba(0, 0, 0, 0.6);
  padding: 50px;
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .p-cast-music__block {
    padding: 4.3rem 4.3rem 5rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cast-music__block + div {
    margin-top: 5rem;
  }
}
.p-cast-music__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-cast-music__title {
    margin-bottom: 6rem;
  }
  .p-cast-music__title .title1 {
    width: 38.5rem;
  }
  .p-cast-music__title .title2 {
    width: 37.1rem;
  }
}
.p-cast-music__text1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-cast-music__text1 {
    margin-bottom: 3.7rem;
  }
  .p-cast-music__text1 .text1 {
    width: 47.9rem;
  }
  .p-cast-music__text1 .text2 {
    width: 47.9rem;
  }
}


.p-cast-music__artist1 img {
  display: block;
  margin:20px auto;
}


.p-cast-music__list {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: white;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-cast-music__list {
    font-size: 3.4rem;
    line-height: 1.4166666667;
  }
}
.p-cast-music__info {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 20px 40px;
  box-shadow: 3px 3px 0 #920881;
  color:white;
  text-align:left;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-cast-music__info {
    padding: 2rem 3.5rem 3rem;
    font-size: 2.6rem;
    line-height: 1.4615384615;
  }
}
.p-cast-music__info + div {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-cast-music__info + div {
    margin-top: 2rem;
  }
}
.p-cast-music__info .title {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-cast-music__info .title {
    margin-bottom: 3.3rem;
  }
  .p-cast-music__info .title .title1 {
    width: 19.4rem;
  }
  .p-cast-music__info .title .title2 {
    width: 41.9rem;
  }
}
.p-cast-music__info .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 0;
}
@media screen and (max-width: 768px) {
  .p-cast-music__info .list {
    gap: 2rem 0;
  }
}
.p-cast-music__info .list li {
  text-align: left;
}
.p-cast-music__info .list li a {
  display: flex;
  align-items: center;
  color: #ff4e8e;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-cast-music__info .list li a {
    font-size: 2.2rem;
  }
}
.p-cast-music__info .list li a img {
  flex-shrink: 0;
  margin-right: 7px;
  transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .p-cast-music__info .list li a img {
    width: 1.2rem;
    margin-right: 0.9rem;
    transform: none;
  }
}/*# sourceMappingURL=about.css.map */