/* ---------------------------
About
--------------------------- */
#introduction {
  color: #FFF;
  font-size: 14px;
  min-height: 100vh;
  letter-spacing: 0.05em;
  padding: 80px 50px 80px 120px;
  line-height: 1.6em;
  background: url(../images/about/introduction_bg.webp) no-repeat center top;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1600px) {
  #introduction {
    padding: 140px 50px 80px 180px;
  }
}
@media screen and (max-width: 860px) {
  #introduction {
    background: url(../images/about/introduction_bg_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 42vw 6vw 80px;
  }
}
#introduction .area-title {
  max-width: 400px;
  margin-bottom: 100px;
}
@media screen and (max-width: 860px) {
  #introduction .area-title {
    width: 240px;
    margin-bottom: 3em;
  }
}
#introduction .catch1 {
  width: 75%;
  font-family: serif;
  font-size: 18px;
}
#introduction .catch2 {
  position: absolute;
  top: 50px;
  right: 40px;
  width: 8vw;
  max-width: 100px;
}
@media screen and (min-width: 1600px) {
  #introduction .catch2 {
    max-width: 140px;
  }
}
@media screen and (max-width: 860px) {
  #introduction .catch2 {
    top: 160px;
    right: 3vw;
    width: 64px;
  }
}
#introduction .scroll-text {
  width: calc(40vw - 40px);
  margin-top: 30px;
}
@media screen and (min-width: 1600px) {
  #introduction .scroll-text {
    margin-top: 50px;
    width: calc(40vw - 80px);
  }
}
@media screen and (max-width: 860px) {
  #introduction .scroll-text {
    width: calc(100% - 60px);
  }
}

#story {
  color: #FFF;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  background-color: #9d1d22;
  background-image: url(../images/about/story_bg1.jpg), url(../images/about/story_bg2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 40vw auto, 40vw auto;
  min-height: 100vh;
  padding: 100px 50px;
}
@media screen and (min-width: 1600px) {
  #story {
    background-size: 32vw auto, 32vw auto;
    padding: 25vh 50px 0;
  }
}
@media screen and (max-width: 860px) {
  #story {
    padding: 80px 6vw;
  }
}
#story .area-title {
  width: 215px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #story .area-title {
    width: 150px;
  }
}
#story .scroll-text {
  width: 50%;
  max-width: 780px;
  margin: 60px auto 0;
}
@media screen and (max-width: 860px) {
  #story .scroll-text {
    width: 100%;
  }
}
#story .scroll-text p {
  line-height: 2em;
}

#profile {
  color: #FFF;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  position: relative;
  padding: 60px 50px 60px 120px;
  background: url(../images/about/profile_bg0.webp) no-repeat right top;
  background-size: 100% auto;
}
@media screen and (min-width: 1441px) {
  #profile {
    padding: 60px 50px 60px 180px;
  }
}
@media screen and (max-width: 860px) {
  #profile {
    padding: 130px 6vw 60px;
  }
}
#profile .area-title {
  position: relative;
  z-index: 101;
  height: 100px;
}
@media screen and (max-width: 860px) {
  #profile .area-title {
    height: auto;
    width: 160px;
  }
}
#profile .area-title img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 860px) {
  #profile .area-title img {
    width: 100%;
    height: auto;
  }
}
#profile .cast {
  height: 100vh;
  padding: 30px 0;
}
@media screen and (max-width: 860px) {
  #profile .cast {
    height: 86vh;
  }
}
#profile .cast .block-title {
  position: absolute;
  left: 120px;
  top: 200px;
  z-index: 100;
  width: 75px;
}
@media screen and (min-width: 1441px) {
  #profile .cast .block-title {
    left: 180px;
  }
}
@media screen and (max-width: 860px) {
  #profile .cast .block-title {
    left: 6vw;
    width: 50px;
    position: static;
  }
}
#profile .cast .block-title:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 4px;
  display: block;
  width: 1px;
  height: 215px;
  background: #bbbbbb;
}
@media screen and (max-width: 860px) {
  #profile .cast .block-title:after {
    display: none;
  }
}
#profile .cast-inner {
  position: absolute;
  left: 100px;
  top: calc(240px + 2.4em);
  z-index: 100;
  width: calc(100% - 100px);
}
@media screen and (min-width: 1441px) {
  #profile .cast-inner {
    left: 180px;
  }
}
@media screen and (max-width: 860px) {
  #profile .cast-inner {
    left: 0;
    width: 100%;
  }
}
#profile .cast-parts {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  pointer-events: none;
}
#profile .cast-parts > div {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  transition-delay: 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  text-align: right;
  z-index: 100;
}
@media screen and (max-width: 860px) {
  #profile .cast-parts > div {
    height: auto;
  }
}
#profile .cast-parts > div.is-active {
  opacity: 1;
}
#profile .cast-parts > div img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 860px) {
  #profile .cast-parts > div img {
    width: 100%;
    height: auto;
  }
}
#profile .cast-bg {
  height: 100vh;
  transition: opacity 1s ease;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
#profile .cast-bg > div {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  text-align: right;
  z-index: 96;
}
@media screen and (max-width: 860px) {
  #profile .cast-bg > div {
    height: auto;
  }
}
#profile .cast-bg > div.is-active {
  opacity: 1;
}
#profile .cast-bg > div img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 860px) {
  #profile .cast-bg > div img {
    width: 100%;
    height: auto;
  }
}
#profile .cast-bg .bg-1 {
  z-index: 96;
}
#profile .cast-bg .bg-2 {
  z-index: 97;
}
#profile .cast-bg .bg-3 {
  z-index: 98;
}
#profile .cast-bg .bg-4 {
  z-index: 99;
}
#profile .cast-bg .bg-5 {
  z-index: 99;
}
#profile .cast-list {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
  max-width: 640px;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.6s ease;
  transform: scale(1) translateZ(0);
  opacity: 1;
  margin-left: 80px;
}
@media screen and (max-width: 860px) {
  #profile .cast-list {
    margin: 0;
    padding: 0 6vw;
    grid-template-columns: repeat(3, 1fr);
  }
}
#profile .cast-list li {
  position: relative;
  height: 0;
  padding-top: 100%;
  transition: opacity 0.3s ease;
}
#profile .cast-list li .thumb {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s ease;
  overflow: hidden;
}
#profile .cast-list li .thumb img {
  height: 100%;
  width: auto;
  transform: translateX(-37px);
  transition: transform 0.4s ease;
}
@media screen and (max-width: 860px) {
  #profile .cast-list li .thumb img {
    transform: none;
    transition: none;
  }
}
#profile .cast-list li .thumb.is-dim {
  opacity: 0.3;
}
#profile .cast-list li .thumb:hover img {
  cursor: pointer;
  transform: translateX(0);
}
#profile .cast-list.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
#profile .cast-list.is-exit {
  transform: scale(0.9) translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition-delay: 0.2s;
}
#profile .cast-profile {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
  position: absolute;
  top: 40px;
  left: 80px;
  width: 100%;
  z-index: 101;
  padding: 0px;
}
@media screen and (max-width: 860px) {
  #profile .cast-profile {
    left: 6vw;
    width: calc(100% - 12vw);
  }
}
#profile .cast-profile .back {
  position: absolute;
  top: -60px;
  left: 0px;
  z-index: 101;
  max-width: 100px;
  background: none;
  border: none;
}
@media screen and (min-width: 861px) {
  #profile .cast-profile .back {
    transition: opacity 0.3s ease;
  }
  #profile .cast-profile .back:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
#profile .cast-profile.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0.6s;
}
#profile .cast-profile .profile-list {
  position: relative;
}
#profile .cast-profile .profile-item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease, transform 0.6s ease;
  z-index: 102;
}
#profile .cast-profile .profile-item.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.8s;
}
#profile .cast-profile .profile-item-inner {
  width: 60%;
  display: flex;
  position: relative;
  padding: 0px 0 0;
}
@media screen and (max-width: 860px) {
  #profile .cast-profile .profile-item-inner {
    width: 100%;
    padding: 0;
    display: block;
  }
}
#profile .cast-profile .profile-item-name {
  /*font-family: serif;
  position: absolute;
  top: 0;
  left: 0;*/
  margin-bottom: 30px;
  max-width: 360px;
}
@media screen and (max-width: 860px) {
  #profile .cast-profile .profile-item-name {
    max-width: 300px;
    margin: 0 auto 20px 0;
  }
}
#profile .cast-profile .profile-item-img {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 860px) {
  #profile .cast-profile .profile-item-img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
  }
}
#profile .cast-profile .profile-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#profile .cast-profile .profile-item-text {
  width: calc(100% - 200px);
  padding-left: 40px;
}
@media screen and (min-width: 1441px) {
  #profile .cast-profile .profile-item-text {
    width: calc(80% - 200px);
  }
}
@media screen and (max-width: 860px) {
  #profile .cast-profile .profile-item-text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
#profile .cast-profile .profile-item-text p {
  line-height: 2em;
}
#profile .staff {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #profile .staff {
    padding-top: 180px;
  }
}
@media screen and (max-width: 860px) {
  #profile .staff {
    padding-bottom: 30px;
  }
}
#profile .staff .block-title {
  position: absolute;
  left: 0px;
  top: 30px;
  z-index: 100;
  width: 84px;
}
@media screen and (min-width: 1441px) {
  #profile .staff .block-title {
    left: 50%;
    transform: translateX(-560px);
  }
}
@media screen and (max-width: 860px) {
  #profile .staff .block-title {
    width: 61px;
    position: static;
    margin-bottom: 30px;
  }
}
#profile .staff .block-title:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 4px;
  display: block;
  width: 1px;
  height: 215px;
  background: #bbbbbb;
}
@media screen and (max-width: 860px) {
  #profile .staff .block-title:after {
    display: none;
  }
}
#profile .staff dl {
  max-width: 760px;
  margin: 0 auto 80px;
}
#profile .staff dl:last-child {
  margin-bottom: 0;
}
#profile .staff dl dd p {
  line-height: 2em;
}
#profile .staff-name {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  #profile .staff-name {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  #profile .staff-name img {
    height: auto;
    width: 100%;
  }
}
#profile .staff-1 .staff-name {
  width: 35%;
}
@media screen and (max-width: 860px) {
  #profile .staff-1 .staff-name {
    width: 100%;
  }
}

.between2 {
  position: relative;
  background: url(../images/about/between2_img1.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 860px) {
  .between2 {
    background-size: 100% auto;
    background-attachment: scroll;
  }
}
.between2 img {
  opacity: 0;
}
.between2 .cover1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ff000a;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 860px) {
  .between2 .cover1 {
    height: 25%;
  }
}
.between2 .cover2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48%;
  background: #ff000a;
  mix-blend-mode: multiply;
}

.bridge0 {
  display: flex;
  gap: 17px;
  /*.img1 {
      background: url(../images/about/bridge_img1.jpg) no-repeat right top;
      background-size: cover;
  }
  .img2 {
      background: url(../images/about/bridge_img2.jpg) no-repeat right top;
      background-size: cover;
  }
  .img3 {
      background: url(../images/about/bridge_img3.jpg) no-repeat left top;
      background-size: cover;
  }*/
}
.bridge0 .img1,
.bridge0 .img3 {
  width: 23.34%;
}
.bridge0 .img2 {
  width: 53.28%;
}
.bridge1,
.bridge2 {
  height: 200vh;
  position: relative;
}
@media screen and (max-width: 860px) {
  .bridge1,
.bridge2 {
    height: auto;
  }
}
.bridge1 .bridge-photo,
.bridge2 .bridge-photo {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 17px;
}
.bridge1 .bridge-photo img,
.bridge2 .bridge-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
@media screen and (max-width: 860px) {
  .bridge1 .bridge-photo,
.bridge2 .bridge-photo {
    height: auto;
    margin-top: 17px;
    position: static;
  }
}
.bridge1 .bridge-catch,
.bridge2 .bridge-catch {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .bridge1 .bridge-catch,
.bridge2 .bridge-catch {
    height: auto;
    padding: 0;
    width: 100%;
  }
}
.bridge1 img,
.bridge2 img {
  display: block;
}

.footer {
  background: #000 url(../images/about/footer_bg.webp) no-repeat center bottom;
  background-size: 100% auto;
  padding: 0 50px 75vw;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .footer {
    padding: 0 10% 60vw;
    background-size: 84% auto;
  }
}
@media screen and (max-width: 860px) {
  .footer {
    padding: 0 0 100vw;
    background-size: 140% auto;
  }
}
.footer .gallery {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1600px) {
  .footer .gallery {
    gap: 34px;
  }
}
@media screen and (max-width: 860px) {
  .footer .gallery {
    gap: 10px;
  }
}
.footer .gallery-item {
  background: #FFF;
}
.footer-logo {
  max-width: 450px;
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}