@charset "UTF-8";
/* =========================
   フェードイン制御
========================= */
/* 初期は見せない */
html.is-loading #about {
  opacity: 0;
}

/* フェード設定（クラスが外れた瞬間に効く） */
#about {
  opacity: 0;
  transition: opacity 1.6s ease, transform 1.6s ease;
  color: #242424;
}

.bridge1 {
  padding-right: 76px;
  padding-bottom: 76px;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .bridge1 {
    display: none;
  }
}
.bridge1-inner {
  overflow: hidden;
}
.bridge1-inner .catch1 {
  background: url(../images/about/bridge1_img.jpg) no-repeat left top;
  background-size: cover;
}
.bridge1-inner .catch2-1 {
  width: 76px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bridge1-inner .catch2-2 {
  height: 76px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bridge1-inner .catch2-2 img {
  height: 100%;
  width: auto;
}

.bridge2 {
  position: relative;
  background: url(../images/about/bridge2_img.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 820px) {
  .bridge2 {
    background: none;
  }
}
.bridge2-inner {
  border-top: solid 75vh #fff;
  border-bottom: solid 75vh #fff;
  height: 200vh;
}
@media screen and (max-width: 820px) {
  .bridge2-inner {
    height: auto;
    border: none;
  }
}
.bridge2-inner img {
  opacity: 0;
}
@media screen and (max-width: 820px) {
  .bridge2-inner img {
    opacity: 1;
  }
}

#introduction {
  background: url(../images/about/introduction_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 820px) {
  #introduction {
    background-attachment: scroll;
    background: #b4d9e9 url(../images/about/introduction_bg_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }
}
#introduction .introduction-inner {
  width: 60%;
  max-width: 920px;
  min-height: 100vh;
  padding: 120px 30px 200px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  #introduction .introduction-inner {
    width: 100%;
    padding: 60px 30px 80vw;
  }
}
#introduction .introduction-inner .area-title {
  width: 250px;
  margin-left: auto;
  transform: translateX(40px);
}
@media screen and (max-width: 820px) {
  #introduction .introduction-inner .area-title {
    width: 220px;
    transform: none;
  }
}
#introduction .introduction-inner .catch {
  font-family: serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.075em;
  margin-bottom: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  #introduction .introduction-inner .catch {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#introduction .introduction-inner .catch span {
  display: block;
}
#introduction .introduction-inner .introduction-text p {
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.8em;
}
@media screen and (max-width: 820px) {
  #introduction .introduction-inner .introduction-text p {
    font-size: 14px;
  }
}

#story {
  background: #000 url(../images/about/story_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 820px) {
  #story {
    background: #000 url(../images/about/story_bg_sp.jpg) no-repeat right top;
    background-size: 100% auto;
    background-attachment: scroll;
  }
}
#story .story-inner {
  width: 100%;
  max-width: 920px;
  min-height: 100vh;
  padding: 120px 30px 200px;
  margin-left: 10%;
}
@media screen and (max-width: 820px) {
  #story .story-inner {
    padding: 60px 0px 45px;
    margin: 0;
  }
}
#story .story-inner .area-title {
  width: 250px;
  margin-bottom: 78px;
}
@media screen and (max-width: 820px) {
  #story .story-inner .area-title {
    padding-left: 30px;
  }
}
#story .story-inner .catch {
  display: inline-block;
  font-family: serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1em;
  padding: 3px 6px;
  letter-spacing: 0.075em;
  margin-bottom: 60px;
  margin-top: 30px;
  background: #fff;
}
@media screen and (max-width: 820px) {
  #story .story-inner .catch {
    margin-left: 30px;
    line-height: 1.4em;
  }
}
#story .story-inner .story-text {
  width: 75%;
}
@media screen and (max-width: 820px) {
  #story .story-inner .story-text {
    width: 100%;
    padding: 0 30px;
  }
}
#story .story-inner .story-text p {
  color: #efefef;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.8em;
}

#profile .profile-inner {
  padding-top: 120px;
}
@media screen and (max-width: 820px) {
  #profile .profile-inner {
    padding-top: 60px;
    overflow: hidden;
  }
}
#profile .area-title {
  max-width: 1120px;
  padding: 0 30px;
  margin: 0 auto 40px;
}
#profile .area-title img {
  height: 42px;
  width: auto;
}
@media screen and (max-width: 820px) {
  #profile .area-title img {
    height: 35px;
    width: auto;
  }
}
#profile .profile-images {
  margin: 100px 0;
  padding-left: 60px;
}
@media screen and (min-width: 1120px) {
  #profile .profile-images {
    padding-left: calc((100% - 1060px) / 2);
  }
}
@media screen and (max-width: 820px) {
  #profile .profile-images {
    padding-left: 30px;
  }
}
#profile .staff-title,
#profile .cast-title {
  max-width: 1120px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  #profile .staff-title,
#profile .cast-title {
    padding: 0;
  }
}
#profile .staff-title img,
#profile .cast-title img {
  height: 42px;
  width: auto;
}
#profile .staff-item,
#profile .cast-item {
  max-width: 1120px;
  padding: 0 30px;
  margin: 40px auto 100px;
  display: flex;
  gap: 60px;
}
#profile .staff-item._rev,
#profile .cast-item._rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  #profile .staff-item,
#profile .cast-item {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 0;
    width: 85%;
    margin: 40px 0 60px auto;
  }
  #profile .staff-item._rev,
#profile .cast-item._rev {
    flex-direction: column-reverse;
    margin: 40px auto 60px 0;
  }
  #profile .staff-item._rev .cast-info,
#profile .cast-item._rev .cast-info {
    padding-left: 20px;
  }
}
#profile .staff-info,
#profile .cast-info {
  width: calc(100% - 420px - 60px);
}
@media screen and (max-width: 820px) {
  #profile .staff-info,
#profile .cast-info {
    width: 100%;
    padding-right: 20px;
  }
}
#profile .staff-info .job,
#profile .staff-info .chara,
#profile .cast-info .job,
#profile .cast-info .chara {
  font-size: 14px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 820px) {
  #profile .staff-info .job,
#profile .staff-info .chara,
#profile .cast-info .job,
#profile .cast-info .chara {
    padding-top: 30px;
    position: relative;
  }
}
#profile .staff-info .job span,
#profile .staff-info .chara span,
#profile .cast-info .job span,
#profile .cast-info .chara span {
  margin-right: 10px;
  background: #029cc4;
  display: inline-block;
  line-height: 1em;
  padding: 5px 8px;
  color: #fff;
}
@media screen and (max-width: 820px) {
  #profile .staff-info .job span,
#profile .staff-info .chara span,
#profile .cast-info .job span,
#profile .cast-info .chara span {
    position: absolute;
    top: 0;
    left: 0;
  }
}
#profile .staff-name,
#profile .cast-name {
  font-family: serif;
  font-size: 23px;
  font-weight: 400;
  margin: 25px 0;
}
#profile .staff-name .en,
#profile .cast-name .en {
  margin-left: 20px;
  font-size: 18px;
  font-family: sans-serif;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 820px) {
  #profile .staff-name .en,
#profile .cast-name .en {
    font-size: 14px;
    display: block;
    margin: 0;
  }
}
#profile .staff-text,
#profile .cast-text {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
#profile .staff-img,
#profile .cast-img {
  width: 420px;
}
@media screen and (max-width: 820px) {
  #profile .staff-img,
#profile .cast-img {
    width: 100%;
    margin: 0 auto;
  }
}