@charset "UTF-8";
#introduction,
#story,
#profile,
#comments {
  color: #EFEFEF;
}

#comments {
  padding: 100px 30px;
}
@media screen and (max-width: 860px) {
  #comments {
    padding: 50px 25px;
  }
}
#comments .area-title {
  margin: 0 auto 70px;
  text-align: center;
  color: #FFF;
  font-family: serif;
  font-size: 27px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#comments .comments-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 75px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #comments .comments-inner {
    gap: 50px;
  }
}
#comments .comments-inner .comment {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 860px) {
  #comments .comments-inner .comment {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}
#comments .comments-inner .comment:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #e60012;
  position: absolute;
  bottom: 0;
  left: 0;
}
#comments .comments-inner .comment:nth-child(2n) {
  margin-left: calc(50% - 75px);
}
@media screen and (max-width: 860px) {
  #comments .comments-inner .comment:nth-child(2n) {
    margin: 0 auto;
  }
}
#comments .comments-inner .comment:nth-child(2n+1) {
  margin-left: 75px;
}
@media screen and (max-width: 860px) {
  #comments .comments-inner .comment:nth-child(2n+1) {
    margin: 0 auto;
  }
}
#comments .comments-inner .comment-name {
  margin-top: 0.75em;
  font-family: serif;
  font-size: 23px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#comments .comments-inner .comment-name .job {
  font-size: 12px;
  font-family: sans-serif;
  margin-left: 0.5em;
  color: #CCC;
}
#comments .comments-inner .comment-body {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.075em;
}

#introduction {
  position: relative;
  max-width: 1320px;
  min-height: 100vh;
  margin: 100px auto;
  background: url(../images/about/introduction_bg.jpg) no-repeat top center;
  background-size: contain;
  padding: 180px 0 0;
}
@media screen and (min-width: 1600px) {
  #introduction {
    max-width: 1600px;
  }
}
@media screen and (max-width: 860px) {
  #introduction {
    height: auto;
    min-height: auto;
    padding: 100px 0 0;
    background-image: url(../images/about/introduction_bg_sp.jpg);
    background-size: 100% auto;
  }
}
#introduction .area-title {
  max-width: 360px;
  position: absolute;
  top: 70px;
  left: 60px;
}
@media screen and (max-width: 860px) {
  #introduction .area-title {
    top: 20px;
    left: 25px;
  }
}
#introduction .catch1 {
  /*position: absolute;
  top: 40px;
  right: 15%;*/
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
#introduction .introduction-inner {
  width: 50%;
  max-width: 560px;
  height: 40vh;
  margin-top: 10vh;
  overflow: scroll;
  padding: 1em 30px 1em 60px;
}
@media screen and (min-width: 1600px) {
  #introduction .introduction-inner {
    padding: 70px 200px 50px 100px;
  }
}
@media screen and (max-width: 860px) {
  #introduction .introduction-inner {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    height: auto;
    margin-top: 26vw;
  }
}
@media screen and (max-width: 860px) {
  #introduction .introduction-inner .catch2 {
    width: 75%;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
}
#introduction .scroll-text {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 860px) {
  #introduction .scroll-text {
    width: 100%;
    padding: 0 30px;
    height: auto;
  }
}
#introduction .scroll-text p {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1600px) {
  #introduction .scroll-text p {
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 860px) {
  #introduction .scroll-text p {
    font-size: 14px;
  }
}
#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; /* 背景色 */
}
#introduction .introduction-image {
  padding: 0 30px;
}
@media screen and (max-width: 860px) {
  #introduction .introduction-image {
    padding: 0 20px;
  }
}

#story {
  padding-top: 75vh;
  padding-bottom: 200px;
  position: relative;
  background: url(../images/about/story_bg.jpg) no-repeat right top;
  background-size: 100% auto;
  background-attachment: fixed;
}
@media screen and (max-width: 860px) {
  #story {
    background-attachment: scroll;
    padding: 50vw 0 60px;
  }
}
#story .area-title {
  max-width: 360px;
  position: absolute;
  top: calc(75vh - 80px);
  left: 50%;
  margin-left: -380px;
}
@media screen and (max-width: 860px) {
  #story .area-title {
    margin-left: 20px;
    position: static;
  }
}
#story .story-inner {
  max-width: 640px;
  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 {
    margin-top: 0;
    padding: 30px;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 860px) {
  #story .story-inner .catch2 {
    width: 100%;
    font-size: 16px;
    line-height: 1.6em;
    color: #CCC;
    margin-bottom: 20px;
    text-align: right;
  }
}
#story .scroll-text {
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #story .scroll-text {
    width: 100%;
  }
}
#story .scroll-text p {
  color: #DEDEDE;
  font-size: 14px;
  line-height: 2.1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  #story .scroll-text p {
    font-size: 14px;
  }
}
#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%;
  }
}

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

#profile {
  background: #000;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 1120px) {
  #profile {
    padding: 50px 0;
  }
}
#profile .profile-inner {
  padding-top: 80px;
}
@media screen and (max-width: 860px) {
  #profile .profile-inner {
    background-size: 30vw auto;
    background-position: 20px 20px;
    padding-top: 0;
  }
}
#profile .area-title {
  max-width: 360px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -480px;
}
@media screen and (max-width: 860px) {
  #profile .area-title {
    position: static;
    margin: 0;
    padding: 20px;
  }
}
#profile .block-title {
  font-family: serif;
  font-size: 18px;
  letter-spacing: 0.075em;
  font-weight: 700;
  margin-bottom: 1.5em;
  color: #FFF;
  padding-left: 20px;
}
@media screen and (max-width: 860px) {
  #profile .block-title {
    padding-left: 0px;
    font-size: 18px;
  }
}
#profile .cast {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 30px 100px;
}
@media screen and (max-width: 860px) {
  #profile .cast {
    padding: 50px 30px;
  }
}
#profile .cast-inner {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 860px) {
  #profile .cast-inner {
    display: block;
  }
}
#profile .cast-item {
  display: block;
  margin-bottom: 0;
}
@media screen and (max-width: 860px) {
  #profile .cast-item {
    display: block;
    margin-bottom: 50px;
  }
  #profile .cast-item:last-child {
    margin-bottom: 0;
  }
}
#profile .cast-item:last-child {
  margin-bottom: 0;
}
#profile .cast-item .img {
  width: 100%;
  max-width: 300px;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 860px) {
  #profile .cast-item .img {
    width: 65%;
    padding-left: 0px;
    margin: 0 auto;
  }
}
#profile .cast-item .profile {
  width: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 860px) {
  #profile .cast-item .profile {
    width: 100%;
    padding: 0;
  }
}
#profile .cast-item .profile .cast-name,
#profile .cast-item .profile .staff-name {
  margin-bottom: 1em;
  letter-spacing: 0.075em;
  font-size: 22px;
  font-family: serif;
}
#profile .cast-item .profile .cast-name span.chara,
#profile .cast-item .profile .staff-name span.chara {
  display: block;
  font-size: 14px;
  color: #e60012;
  padding-left: 1px;
  font-family: sans-serif;
}
#profile .cast-item .profile p {
  font-size: 14px;
  line-height: 1.7em;
}
@media screen and (min-width: 1600px) {
  #profile .cast-item .profile p {
    font-size: 16px;
    line-height: 1.8em;
  }
}
#profile .staff {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 30px 100px;
}
@media screen and (max-width: 860px) {
  #profile .staff {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 860px) {
  #profile .staff-inner {
    display: block;
  }
}
#profile .staff-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 860px) {
  #profile .staff-item {
    display: block;
    margin-bottom: 50px;
  }
  #profile .staff-item:last-child {
    margin-bottom: 0;
  }
}
#profile .staff-item:last-child {
  margin-bottom: 0;
}
#profile .staff-item .img {
  width: 160px;
  max-width: 300px;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 860px) {
  #profile .staff-item .img {
    width: 40%;
    max-width: 200px;
    padding-left: 0px;
  }
}
#profile .staff-item .profile {
  width: calc(100% - 160px - 20px);
  padding-left: 30px;
}
@media screen and (max-width: 860px) {
  #profile .staff-item .profile {
    width: 100%;
    padding: 0;
  }
}
#profile .staff-item .profile .cast-name,
#profile .staff-item .profile .staff-name {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  font-size: 22px;
  font-family: serif;
}
#profile .staff-item .profile .cast-name span.chara,
#profile .staff-item .profile .staff-name span.chara {
  display: block;
  font-size: 14px;
  color: #e60012;
  padding-left: 1px;
  font-family: sans-serif;
}
#profile .staff-item .profile p {
  font-size: 14px;
  line-height: 1.7em;
}
@media screen and (min-width: 1600px) {
  #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: #FFF;
}

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