@charset "UTF-8";
.contents {
  background: url(../images/about/footer_bg.webp) no-repeat center bottom;
  background-size: 100% auto;
  padding-top: 80px;
}

#introduction {
  background: url(../images/about/introduction_bg1.webp) no-repeat center top;
  background-size: 100% auto;
}
#introduction .introduction-title {
  position: absolute;
  top: -150px;
  right: 20px;
  width: 268px;
}
@media screen and (max-width: 760px) {
  #introduction .introduction-title {
    width: 201px;
    top: -50px;
  }
}
#introduction .introduction-inner {
  position: relative;
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  #introduction .introduction-inner {
    flex-direction: column-reverse;
  }
}
#introduction .introduction-img {
  width: 45%;
}
@media screen and (max-width: 760px) {
  #introduction .introduction-img {
    width: 100%;
    padding-right: 5%;
    margin-top: 20px;
  }
}
#introduction .introduction-text {
  width: 50%;
  padding-left: 30px;
  height: 300px;
}
#introduction .introduction-text p {
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #E0E0E0;
}
@media screen and (max-width: 760px) {
  #introduction .introduction-text {
    width: 100%;
    padding: 0 7%;
    margin: 60px 0 0 auto;
  }
}
#introduction .scroll-text {
  overflow-y: scroll;
  z-index: 100;
  padding-right: 15px;
}
#introduction .scroll-text::-webkit-scrollbar {
  width: 5px; /* 横幅設定 */
}
#introduction .scroll-text::-webkit-scrollbar-thumb {
  display: block;
  background: #FFF;
  position: relative;
}
#introduction .scroll-text::-webkit-scrollbar-track {
  background: #333333; /* 背景色 */
}

#story {
  transform: translateY(-60px);
  padding-top: 60px;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  #story {
    transform: none;
  }
}
#story .story-title {
  width: 121px;
  transform: translateX(-30px);
  margin-left: calc(50% - 100px);
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  #story .story-title {
    margin: 0 auto 20px 5%;
    transform: none;
    width: 90.75px;
  }
}
#story .story-inner {
  display: flex;
}
@media screen and (max-width: 760px) {
  #story .story-inner {
    display: block;
  }
}
#story .story-img {
  width: 50%;
  margin-top: -10%;
}
@media screen and (max-width: 760px) {
  #story .story-img {
    width: 100%;
    margin-top: 10px;
    padding-left: 5%;
  }
}
#story .story-text {
  width: 45%;
  margin-left: auto;
  padding-right: 30px;
}
#story .story-text p {
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #E0E0E0;
}
@media screen and (max-width: 760px) {
  #story .story-text {
    width: 100%;
    padding: 0 7%;
  }
}

#profile {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 50px 0;
}
@media screen and (max-width: 760px) {
  #profile {
    padding: 0;
  }
}
#profile .profile-title {
  width: 153px;
  transform: translateX(-30px);
}
@media screen and (max-width: 760px) {
  #profile .profile-title {
    width: 114.75px;
    margin-left: auto;
    margin-right: 5%;
    transform: translateX(0px);
  }
}

.cast,
.staff {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 7%;
  position: relative;
  padding-top: 130px;
}
@media screen and (max-width: 760px) {
  .cast,
.staff {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding: 80px 7% 0;
  }
}
.cast-title,
.staff-title {
  position: absolute;
  top: 30px;
  left: 0;
  width: 45%;
}
@media screen and (max-width: 760px) {
  .cast-title,
.staff-title {
    width: 93%;
    left: 7%;
    max-width: 480px;
  }
}
.cast-item-name,
.staff-item-name {
  margin-bottom: 1em;
  max-width: 480px;
}
.cast-item-text,
.staff-item-text {
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #E0E0E0;
}
.cast-item._main .cast-item-img,
.staff-item._main .cast-item-img {
  margin-bottom: 1em;
}
.cast-item._sub .cast-item-img,
.staff-item._sub .cast-item-img {
  width: 140px;
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}

.staff {
  margin-top: 60px;
}

#posters {
  padding: 80px 0;
}

.posterSwiper {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .posterSwiper {
    width: 100%;
    margin: 0;
  }
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  width: 300px;
  opacity: 0.3;
  transition: all 0.4s ease;
}

/* カレント */
.swiper-slide-active {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.about-footer {
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .about-footer {
    padding-top: 15%;
  }
  .about-footer img {
    max-width: 1400px;
  }
}
@media screen and (max-width: 760px) {
  .about-footer {
    padding-top: 10%;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.2s;
}