@charset "UTF-8";
#introduction {
  position: relative;
  background: #A7D4EF;
  height: 75.15vw;
  /* WebKit */
  /*.scroll-text::-webkit-scrollbar {
      width: 8px;
  }
  .scroll-text::-webkit-scrollbar-track {
      background: #F00;
  }
  .scroll-text::-webkit-scrollbar-thumb {
      background-color: #0F0;
      border-radius: 10px;
      --bg-opacity: 1;
      border: 2px solid #f1f1f1;
  }*/
}
@media screen and (max-width: 860px) {
  #introduction {
    height: auto;
  }
}
#introduction .catch1 {
  position: absolute;
  top: 106px;
  left: 62%;
  width: 5vw;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  #introduction .catch1 {
    top: 86px;
  }
}
@media screen and (max-width: 860px) {
  #introduction .catch1 {
    top: 4vw;
    left: 62%;
    width: 8.5vw;
  }
}
#introduction .introduction-inner {
  position: absolute;
  top: calc(30vw + 100px);
  left: 0;
  width: 100%;
  height: calc(45.15vw - 100px);
  z-index: 100;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1600px) {
  #introduction .introduction-inner {
    max-width: 1600px;
    left: 50%;
    margin-left: -800px;
  }
}
@media screen and (max-width: 860px) {
  #introduction .introduction-inner {
    position: static;
    display: block;
    height: auto;
    top: 45vw;
  }
}
#introduction .introduction-inner-left {
  width: 40%;
  padding-right: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  #introduction .introduction-inner-left {
    width: 45%;
    padding-right: 5%;
    padding-left: 50px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 860px) {
  #introduction .introduction-inner-left {
    width: 100%;
    background: #FFF;
    padding: 30px 30px 40px;
  }
}
#introduction .introduction-inner-left .catch4 {
  position: absolute;
  bottom: -10vw;
  left: 0;
  width: 80%;
}
@media screen and (min-width: 1600px) {
  #introduction .introduction-inner-left .catch4 {
    padding-left: 50px;
    bottom: -8vw;
  }
}
@media screen and (max-width: 860px) {
  #introduction .introduction-inner-left .catch4 {
    position: static;
    margin-top: 30px;
    width: 90%;
  }
}
#introduction .introduction-inner-right {
  width: 45%;
  padding-left: 10%;
  padding-top: 80px;
}
@media screen and (min-width: 1600px) {
  #introduction .introduction-inner-right {
    width: 45%;
    padding-left: 10%;
    padding-top: 130px;
  }
}
@media screen and (max-width: 860px) {
  #introduction .introduction-inner-right {
    width: 100%;
    padding: 40px 30px;
  }
}
#introduction .introduction-inner-right .catch2 {
  margin-bottom: 25px;
  padding-left: 11%;
}
#introduction .introduction-inner-right .catch3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 860px) {
  #introduction .introduction-inner-right .img {
    width: 80%;
    margin: 0 auto;
  }
}
#introduction .introduction-inner .area-title {
  color: #4a9fd0;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 860px) {
  #introduction .introduction-inner .area-title {
    font-size: 24px;
  }
}
#introduction .introduction-footer {
  position: absolute;
  top: 30vw;
  left: 0;
  width: 100%;
  /*img {
      width: 100%;
      height: 100%;
  }*/
}
@media screen and (max-width: 860px) {
  #introduction .introduction-footer {
    display: none;
  }
}
#introduction .scroll-text {
  width: 100%;
  height: calc(45.15vw - 230px);
  overflow-y: scroll;
  z-index: 100;
  padding-right: 15px;
}
@media screen and (min-width: 1600px) {
  #introduction .scroll-text {
    height: calc(40.15vw - 230px);
  }
}
@media screen and (max-width: 860px) {
  #introduction .scroll-text {
    height: 300px;
  }
}
#introduction .scroll-text p {
  color: #2e98cd;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1600px) {
  #introduction .scroll-text p {
    font-size: 16px;
    line-height: 1.8em;
  }
}
#introduction .scroll-text::-webkit-scrollbar {
  width: 5px; /* 横幅設定 */
}
#introduction .scroll-text::-webkit-scrollbar-thumb {
  display: block;
  background: #edc1ae;
  position: relative;
}
#introduction .scroll-text::-webkit-scrollbar-track {
  background: #fbefe9; /* 背景色 */
}

#story {
  background: url(..//images/about/story_bg.jpg) no-repeat center top;
  background-size: cover;
  min-height: 100vh;
  /*&:before {
      content: '';
      display: block;
      width: 100%;
      height: calc(100% / 2098 * 148);
      background: url(../images/about/story_bg_head.png) no-repeat left top;
      background-size: cover;
  }*/
}
@media screen and (max-width: 860px) {
  #story {
    min-height: auto;
    background-image: url(../images/about/story_bg_sp.jpg);
    background-size: cover;
  }
}
@media screen and (max-width: 860px) {
  #story .story-header {
    display: none;
  }
}
#story .story-inner {
  max-width: 560px;
  margin: 100px auto 0;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (min-width: 1600px) {
  #story .story-inner {
    margin: 150px auto 0;
  }
}
@media screen and (max-width: 860px) {
  #story .story-inner {
    margin-top: 0;
    padding: 20px 30px 50px;
  }
}
#story .area-title {
  color: #FFF;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 860px) {
  #story .area-title {
    font-size: 24px;
  }
}
#story .scroll-text {
  width: 560px;
  height: 400px;
  overflow: auto;
  margin: 0 auto;
  padding-right: 30px;
}
@media screen and (min-width: 1600px) {
  #story .scroll-text {
    width: 660px;
  }
}
@media screen and (max-width: 860px) {
  #story .scroll-text {
    width: 100%;
  }
}
#story .scroll-text p {
  color: #FFF;
  font-size: 14px;
  line-height: 1.7em;
}
@media screen and (min-width: 1600px) {
  #story .scroll-text p {
    font-size: 16px;
    line-height: 1.8em;
  }
}
#story .scroll-text::-webkit-scrollbar {
  width: 5px; /* 横幅設定 */
}
#story .scroll-text::-webkit-scrollbar-thumb {
  display: block;
  background: #FFF;
  position: relative;
}
#story .scroll-text::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.4); /* 背景色 */
}
#story .catch1 {
  width: 210px;
  position: absolute;
  top: 0;
  left: -270px;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  #story .catch1 {
    position: static;
    margin: 50px auto;
    width: 30%;
  }
}

#cast {
  background-color: #ffda01;
  background-image: url(../images/about/cast_deco1.png), url(../images/about/cast_deco2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 175px auto, 175px auto;
}
@media screen and (max-width: 1120px) {
  #cast {
    background-size: 120px auto, 120px auto;
  }
}
#cast .area-title {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 860px) {
  #cast .area-title {
    font-size: 24px;
    text-align: center;
  }
}
#cast .cast-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 30px;
}
@media screen and (max-width: 860px) {
  #cast .cast-inner {
    padding: 50px 30px;
  }
}
#cast .cast-item {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
  #cast .cast-item {
    display: block;
  }
}
#cast .cast-item:last-child {
  margin-bottom: 0;
}
#cast .cast-item .img {
  width: 250px;
}
@media screen and (max-width: 860px) {
  #cast .cast-item .img {
    margin: 0 auto 30px;
    width: 50%;
  }
}
#cast .cast-item .profile {
  width: calc(100% - 250px);
  padding-left: 30px;
}
@media screen and (max-width: 860px) {
  #cast .cast-item .profile {
    width: 100%;
    padding: 0;
  }
}
#cast .cast-item .profile .cast-name {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  font-size: 22px;
}
#cast .cast-item .profile .cast-name span.chara {
  display: block;
  font-size: 14px;
}
#cast .cast-item .profile p {
  font-size: 14px;
  line-height: 1.7em;
}
@media screen and (min-width: 1600px) {
  #cast .cast-item .profile p {
    font-size: 16px;
    line-height: 1.8em;
  }
}
#cast .cast-main {
  margin-bottom: 50px;
}
#cast .cast-sub {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 860px) {
  #cast .cast-sub {
    display: block;
  }
}
#cast .cast-sub .cast-item {
  display: block;
  margin-bottom: 0;
}
@media screen and (max-width: 860px) {
  #cast .cast-sub .cast-item {
    margin-bottom: 50px;
  }
  #cast .cast-sub .cast-item:last-child {
    margin-bottom: 0;
  }
}
#cast .cast-sub .cast-item .img {
  width: 200px;
  padding-left: 20px;
  padding-bottom: 20px;
  float: right;
}
@media screen and (max-width: 860px) {
  #cast .cast-sub .cast-item .img {
    width: 35%;
  }
}
#cast .cast-sub .cast-item .profile {
  width: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 860px) {
  #cast .cast-sub .cast-item .profile {
    padding: 0;
  }
}
#cast .cast-sub .cast-item .profile p {
  font-size: 14px;
  line-height: 1.7em;
}
@media screen and (min-width: 1600px) {
  #cast .cast-sub .cast-item .profile p {
    font-size: 16px;
    line-height: 1.8em;
  }
}

#staff {
  background: #f8ea97;
}
#staff .area-title {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 860px) {
  #staff .area-title {
    font-size: 24px;
    text-align: center;
  }
}
#staff .staff-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 30px;
}
@media screen and (max-width: 860px) {
  #staff .staff-inner {
    padding: 50px 30px;
  }
}
#staff .staff-item {
  display: flex;
  margin-bottom: 50px;
}
#staff .staff-item:last-child {
  margin-bottom: 0;
}
#staff .staff-item .img {
  width: 190px;
}
@media screen and (max-width: 860px) {
  #staff .staff-item .img {
    width: 80px;
  }
}
#staff .staff-item .profile {
  width: calc(100% - 190px);
  padding-left: 30px;
}
@media screen and (max-width: 860px) {
  #staff .staff-item .profile {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
}
#staff .staff-item .profile .staff-name {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  font-size: 22px;
}
#staff .staff-item .profile .staff-name span.job {
  display: block;
  font-size: 14px;
}
#staff .staff-item .profile p {
  font-size: 14px;
  line-height: 1.7em;
}
@media screen and (min-width: 1600px) {
  #staff .staff-item .profile p {
    font-size: 16px;
    line-height: 1.8em;
  }
}

.content-footer {
  background: url(../../assets/images/about/footer_bg.jpg) no-repeat center top;
  background-size: cover;
}