/* ---------------------------------------

	about/index.html

--------------------------------------- */
#about[data-scroll="no-scroll"] {
  overflow: hidden;
}

#about[data-scroll="no-scroll"] .header {
  z-index: 9999;
}

#about[data-scroll="scroll"] {
  overflow: auto;
}

#about[data-scroll="scroll"] .header {
  z-index: 998;
}

#about .loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2d2d2d;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation: slideIn 0.4s ease forwards;
          animation: slideIn 0.4s ease forwards;
  z-index: 999;
}

@-webkit-keyframes slideIn {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#about .loading__visual {
  width: 20%;
  height: 60%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}

@media (max-width: 767px) {
  #about .loading__visual {
    width: 50%;
    height: 40%;
  }
}

#about .loading__visual.hidden {
  opacity: 0;
  pointer-events: none;
}

#about .loading.loaded .loading__visual {
  opacity: 1;
}

#about .loading__txt {
  width: 50%;
  min-width: 90px;
  position: absolute;
  top: 0;
  right: 0;
}

#about .loading__door {
  width: 30%;
  min-width: 60px;
  position: absolute;
  top: 67%;
  left: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  #about .loading__door {
    width: 20%;
    min-width: 50px;
    top: 57%;
  }
}

#about .loading .door-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
}

#about .loading .door-img.is-hidden {
  opacity: 0;
  pointer-events: none;
}

#about .about {
  overflow: hidden;
}

#about .about__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 3%;
  position: relative;
}

#about .about__candc {
  width: auto;
  position: relative;
  font-size: 70px;
  font-weight: 300;
  line-height: 1;
  z-index: 888;
}

#about .about__candctxt {
  position: fixed;
  top: 24%;
  right: 20%;
  text-align: center;
}

@media (max-width: 767px) {
  #about .about__candctxt {
    top: 24%;
    right: 5%;
    font-size: 30px;
  }
}

#about .about__txt {
  font-size: clamp(14px, 2vw, 18px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media (max-width: 767px) {
  #about .about__txt {
    font-size: clamp(16px, 2vw, 20px);
  }
}

#about .about__txt .tate-num {
  text-combine-upright: all;
}

#about .about .illust01-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

#about .about .illust01-img.active {
  opacity: 1;
  pointer-events: auto;
}

#about .about__block01 {
  height: 650px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  left: 2.3%;
}

@media (max-width: 767px) {
  #about .about__block01 {
    display: block;
    position: relative;
    top: 0;
    margin-bottom: 50px;
    height: 500px;
  }
}

#about .about__illust01 {
  width: 40%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  #about .about__illust01 {
    height: auto;
    position: absolute;
    left: -10px;
    width: 200px;
  }
}

#about .about__txt01 {
  margin: 170px 60px auto 0;
  text-align: center;
}

@media (max-width: 767px) {
  #about .about__txt01 {
    margin: 0;
    height: 240px;
    text-align: left;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
}

#about .about__img01 {
  width: 30%;
  margin-top: auto;
}

@media (max-width: 767px) {
  #about .about__img01 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    margin-top: 0;
  }
}

#about .about__block02 {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media (max-width: 767px) {
  #about .about__block02 {
    display: block;
    height: 300px;
    margin-bottom: 50px;
  }
}

#about .about__illust02 {
  width: 10%;
  position: relative;
  top: 60%;
  left: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  #about .about__illust02 {
    display: block;
    width: 25%;
    position: absolute;
    top: 60%;
    left: auto;
    right: 20px;
  }
}

#about .about__txt02 {
  height: 250px;
  margin: 100px 60px auto 0;
}

@media (max-width: 767px) {
  #about .about__txt02 {
    margin: 0;
    height: 220px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#about .about__img02 {
  width: 30%;
  margin: auto 60px 180px 0;
  margin-right: 80px;
}

@media (max-width: 767px) {
  #about .about__img02 {
    width: 50%;
    margin: 0 0 0 0;
    position: absolute;
    bottom: 0;
  }
}

#about .about__block03 {
  max-width: 900px;
  margin: 0 auto;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  left: 3%;
}

@media (max-width: 767px) {
  #about .about__block03 {
    width: 100%;
    display: block;
    height: 500px;
    margin-bottom: 50px;
  }
}

#about .about__illust03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  position: relative;
  width: 28%;
  height: 100%;
  margin-right: 50px;
}

@media (max-width: 767px) {
  #about .about__illust03 {
    display: block;
    width: 40%;
    margin-right: 0;
  }
}

#about .about__illust03 .about__hand {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(-1) rotate(10deg);
          transform: scaleX(-1) rotate(10deg);
}

@media (max-width: 767px) {
  #about .about__illust03 .about__hand {
    bottom: -50px;
    left: -30px;
  }
}

#about .about__illust03 .about__handstar {
  position: absolute;
  top: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
  -webkit-animation: handstarScale 1.8s ease-in-out infinite;
          animation: handstarScale 1.8s ease-in-out infinite;
}

@media (max-width: 767px) {
  #about .about__illust03 .about__handstar {
    top: 300px;
    left: 50%;
  }
}

@-webkit-keyframes handstarScale {
  0%,
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
}

@keyframes handstarScale {
  0%,
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
}

#about .about__txt03 {
  height: 200px;
  margin: auto 60px auto 0;
}

@media (max-width: 767px) {
  #about .about__txt03 {
    height: 220px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto;
    z-index: 888;
  }
}

#about .about__img03 {
  width: 17%;
}

@media (max-width: 767px) {
  #about .about__img03 {
    width: 45%;
    position: absolute;
    bottom: 160px;
    right: 0;
  }
}

#about .about__block04 {
  max-width: 600px;
  margin: 0 auto 200px;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  left: -7%;
}

@media (max-width: 767px) {
  #about .about__block04 {
    width: 100%;
    height: 350px;
    left: 0;
  }
}

#about .about__illust04 {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 40%;
}

@media (max-width: 767px) {
  #about .about__illust04 {
    left: auto;
    right: -50px;
  }
}

#about .about__illust04 img {
  -webkit-animation: uzuRotate 20s linear infinite;
          animation: uzuRotate 20s linear infinite;
  display: block;
  margin: 0 auto;
}

@-webkit-keyframes uzuRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes uzuRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

#about .about__txt04 {
  height: 200px;
  position: relative;
  left: -50px;
  margin: 70px 0 auto 0;
}

@media (max-width: 767px) {
  #about .about__txt04 {
    height: 180px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#about .about__img04 {
  width: 50%;
  margin: 200px 0 auto 0;
}

@media (max-width: 767px) {
  #about .about__img04 {
    margin: 100px 0 auto 0;
  }
}

#about .about__door .door {
  display: block;
  width: 43px;
  height: 85px;
  margin: 0 auto;
}

#about .about .door__inner {
  display: block;
  position: relative;
}

#about .about .door__inner .door-img2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#about .about .door__inner .door__inner {
  position: relative;
  display: inline-block;
}

#about .about .door__inner .door-img2.is-hidden {
  opacity: 0;
  pointer-events: none;
}
