#introduction {
  position: relative;
  margin: 0 auto;
  background: url(../images/about/introduction_bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 5vw 30px;
}
@media screen and (max-width: 860px) {
  #introduction {
    background: url(../images/about/introduction_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 100px 30px;
  }
}
#introduction:after {
  content: "";
  display: block;
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#FFF, transparent);
}
@media screen and (max-width: 860px) {
  #introduction:after {
    height: 80px;
  }
}
#introduction .area-title {
  max-width: 360px;
  margin-bottom: 38px;
}
@media screen and (max-width: 860px) {
  #introduction .area-title {
    margin-bottom: 30px;
  }
}
#introduction .introduction-inner {
  max-width: 1220px;
  padding: 50px 30px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 860px) {
  #introduction .introduction-inner {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
  }
}
#introduction .catch1 {
  margin-bottom: 38px;
  max-width: 1120px;
  width: 92%;
}
@media screen and (max-width: 860px) {
  #introduction .catch1 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}
#introduction .block {
  display: flex;
}
@media screen and (max-width: 860px) {
  #introduction .block {
    flex-direction: column;
  }
}
#introduction .thumbs {
  width: 360px;
  margin-left: auto;
}
@media screen and (max-width: 860px) {
  #introduction .thumbs {
    width: 80%;
    margin: 0 auto;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #introduction .thumbs {
    width: 100%;
  }
}
#introduction .thumbs img {
  display: block;
}
#introduction .thumbs img:first-child {
  margin-bottom: 20px;
}
#introduction .scroll-text {
  width: calc(100% - 420px);
}
@media screen and (max-width: 860px) {
  #introduction .scroll-text {
    width: 100%;
    margin-bottom: 50px;
  }
}
#introduction .scroll-text p {
  color: #333;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  #introduction .scroll-text p {
    font-size: 14px;
  }
}

#story {
  background: url(../images/about/story_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 5vw 30px;
}
@media screen and (max-width: 860px) {
  #story {
    padding: 80px 30px;
    background: url(../images/about/story_bg_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#story .area-title {
  max-width: 360px;
  margin-bottom: 38px;
}
#story .story-inner {
  max-width: 960px;
  padding-right: 280px;
  margin: 50px auto;
  position: relative;
}
@media screen and (min-width: 1600px) {
  #story .story-inner {
    margin: 70px auto;
  }
}
@media screen and (max-width: 860px) {
  #story .story-inner {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
  }
}
#story .catch1 {
  margin-bottom: 38px;
}
@media screen and (max-width: 860px) {
  #story .catch1 {
    padding: 0;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #story .catch1 {
    width: 100%;
  }
}
#story .scroll-text {
  margin: 0 auto;
  padding-right: 25%;
}
@media screen and (max-width: 860px) {
  #story .scroll-text {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #story .scroll-text {
    padding-right: 0px;
  }
}
#story .scroll-text p {
  color: #FFF;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  #story .scroll-text p {
    font-size: 14px;
  }
}

#profile {
  background: linear-gradient(#FFF, #87C3D5);
}
@media screen and (max-width: 1120px) {
  #profile {
    background-size: 120px auto, 120px auto;
  }
}
#profile .profile-inner {
  max-width: 1220px;
  padding: 50px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #profile .profile-inner {
    padding: 50px 30px;
    background-size: 30vw auto;
    background-position: 20px 20px;
  }
}
#profile .area-title {
  max-width: 360px;
  margin-bottom: 38px;
}
@media screen and (max-width: 860px) {
  #profile .area-title {
    margin-bottom: 30px;
  }
}
#profile .block-title {
  font-size: 18px;
  margin-bottom: 2em;
}
#profile .cast,
#profile .staff {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 30px 100px;
}
@media screen and (max-width: 860px) {
  #profile .cast,
#profile .staff {
    padding: 50px 30px;
  }
}
#profile .cast-inner,
#profile .staff-inner {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 860px) {
  #profile .cast-inner,
#profile .staff-inner {
    display: block;
  }
}
#profile .cast-item,
#profile .staff-item {
  display: block;
  margin-bottom: 0;
}
@media screen and (max-width: 860px) {
  #profile .cast-item,
#profile .staff-item {
    display: block;
    margin-bottom: 50px;
  }
  #profile .cast-item:last-child,
#profile .staff-item:last-child {
    margin-bottom: 0;
  }
}
#profile .cast-item:last-child,
#profile .staff-item:last-child {
  margin-bottom: 0;
}
#profile .cast-item .img,
#profile .staff-item .img {
  width: 100%;
  max-width: 300px;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 860px) {
  #profile .cast-item .img,
#profile .staff-item .img {
    width: 80%;
    padding-left: 0px;
  }
}
#profile .cast-item .profile,
#profile .staff-item .profile {
  width: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 860px) {
  #profile .cast-item .profile,
#profile .staff-item .profile {
    width: 100%;
    padding: 0;
  }
}
#profile .cast-item .profile .cast-name,
#profile .cast-item .profile .staff-name,
#profile .staff-item .profile .cast-name,
#profile .staff-item .profile .staff-name {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  font-size: 22px;
}
#profile .cast-item .profile .cast-name span.chara,
#profile .cast-item .profile .staff-name span.chara,
#profile .staff-item .profile .cast-name span.chara,
#profile .staff-item .profile .staff-name span.chara {
  display: block;
  font-size: 14px;
  color: #800;
  padding-left: 1px;
}
#profile .cast-item .profile p,
#profile .staff-item .profile p {
  font-size: 14px;
  line-height: 1.7em;
}
@media screen and (min-width: 1600px) {
  #profile .cast-item .profile p,
#profile .staff-item .profile p {
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 860px) {
  #profile .staff {
    padding: 50px 30px 80px;
  }
}
#profile .staff .area-title {
  color: #000;
}

.bridge {
  /*@media screen and (min-width: 1600px) {
      max-width: 1480px;
      margin: 0 auto;
  }*/
}