@charset "UTF-8";
/* ==========================================================================//
//
// top
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
main {
  overflow-x: clip;
}

.sec_ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_ttl {
    margin-bottom: 60px;
  }
}
.sec_ttl .en {
  position: relative;
  z-index: 1;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #444;
  font-size: 60px;
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    font-size: 80px;
  }
}
.sec_ttl .en::before {
  position: absolute;
  content: "";
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 280/28;
  width: min(280px, 80%);
  background-image: url(../images/common/line_ttlbg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.sec_ttl .jp {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media all and (min-width: 751px) {
  .sec_ttl .jp {
    font-weight: 600;
    font-size: 16px;
  }
}
.sec_ttl.js-scroll .en::before {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s 0.3s;
}
.sec_ttl.js-scroll.scroll_active .en::before {
  clip-path: inset(0 0 0 0);
}

/* mv
---------------------------------------------------------- */
.mv {
  padding-top: 60px;
}
@media all and (min-width: 751px) {
  .mv {
    padding-top: 20px;
  }
}
@media all and (max-width: 750px) {
  .mv .inner {
    display: contents;
  }
}
.mv .image {
  display: flex;
  justify-content: center;
}
.mv .image img {
  width: 120%;
}
@media all and (min-width: 751px) {
  .mv .image img {
    width: min(1000px, 100%);
  }
}

/* works
---------------------------------------------------------- */
.sec_works {
  padding-top: 80px;
}
.sec_works .more_btn {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .sec_works .more_btn {
    margin-top: 60px;
  }
}

/* mid_aniime
---------------------------------------------------------- */
.mid_aniime {
  padding-top: 40px;
}
@media all and (min-width: 751px) {
  .mid_aniime {
    padding-top: 0;
  }
}
.mid_aniime .image {
  width: min(260px, 50%);
  margin-left: auto;
}
@media all and (min-width: 751px) {
  .mid_aniime .image {
    width: min(260px, 30%);
  }
}
.mid_aniime .image.js-scroll {
  transform: translate(100%, 80%);
  transition: transform 3.5s ease-out;
}
.mid_aniime .image.js-scroll.scroll_active {
  transform: translate(0, 0);
}

/* about
---------------------------------------------------------- */
.sec_about {
  padding-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_about {
    padding-top: 60px;
  }
}
.sec_about .profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media all and (min-width: 751px) {
  .sec_about .profile {
    flex-direction: row;
    justify-content: center;
    gap: 4%;
  }
}
.sec_about .profile_img {
  width: 80%;
}
@media all and (min-width: 751px) {
  .sec_about .profile_img {
    width: 32%;
  }
}
.sec_about .profile_txt p {
  letter-spacing: 0.02em;
  line-height: 1.8;
}
.sec_about .profile_txt p:not(:last-child) {
  margin-bottom: 1em;
}
.sec_about .more_btn {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .sec_about .more_btn {
    margin-top: 60px;
  }
}