@charset "UTF-8";

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

index：トップページ

----------------------------------------------- */
/* FV */
#index .fv {
  height: 100vh;
  overflow: hidden;
}
#index .fv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About */
#index .about .about-inner {
  margin: 0 auto;
  position: relative;
  height: 100%;
}
#index .about.scroll-section {
  position: relative;
  overflow: hidden;
  height: auto;
}
#index .about.scroll-section > .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#index .about .about-text-block {
  position: relative;
  z-index: 2;
}
#index .about .bg-white {
  position: absolute;
  inset: 0;
  background: #fff;
}
#index .about .bg-orange {
  position: absolute;
  inset: 0;
  background: #f5a623;
  transform: translateY(0%);
}
#index .about .slide0 {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 200%;
  mix-blend-mode: multiply;
  pointer-events: none;
  display: flex;
  z-index: 0;
}
#index .about .slide0 div {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #fee7b9;
  display: inline-block;
  white-space: nowrap;
  font-size: min(36vw, 700px);
  animation: 14s about_slide0 linear infinite;
}
@keyframes about_slide0 {
  to {
    transform: translateX(-100%);
  }
}
#index .about .chara_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: auto;
}
#index .about .chara {
  position: absolute;
  left: -11%;
  bottom: 6%;
  width: 62.1%;
  max-width: 1240px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  animation: 2s about_chara linear infinite;
}
#index .about .chara.chara2 {
  mix-blend-mode: darken;
}
@keyframes about_chara {
  0%, 50%, 100% {
    transform: rotate(-5deg);
  }
  50.1%, 99.9% {
    transform: rotate(5deg);
  }
}
#index .about .about-grid {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: clamp(200px, 6vw, 240px) clamp(24px, 6vw, 100px);
  display: grid;
  grid-template-columns: 47% 53%;
  gap: 0;
  align-items: start;
  max-width: 1920px;
  margin: auto;
}
#index .about .about-copy {
  max-width: 720px;
  grid-row-start: 1;
  grid-row-end: 3;
}
#index .about .about-label {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 15%;
  width: 253%;
}
#index .about .about-main-copy {
  font-family: "LINE Seed JP Bold";
  font-size: clamp(24px, 3vw, 48px);
  line-height: 5rem;
  font-weight: 700;
}
#index .about .about-images {
  position: relative;
  width: 100%;
  height: 36vw;
  z-index: 5;
  margin-top: -6%;
}
#index .about .about-image {
  position: absolute;
}
#index .about .about-image-small {
  width: 40%;
  aspect-ratio: 1 / 1;
  top: 0;
  left: 0;
  z-index: 2;
}
#index .about .about-image-large {
  width: 50%;
  aspect-ratio: 1 / 1;
  right: 0;
  margin-top: 9%;
  z-index: 1;
}
#index .about .image-mask {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
#index .about .about-image .image-mask:last-child {
  clip-path: inset(0 0 0 100%);
}
#index .about .about-image-large .image-mask:last-child {
  left: -1px;
}
#index .about .image-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#index .about .about-text-block {
  height: auto;
  grid-column-start: 2;
  display: flex;
  align-items: center;
}
#index .about .about-text-inner {
  margin-left: -30px;
  font-size: clamp(14px, 1.8vw, 23px);
  line-height: 2;
  z-index: 1;
  text-align: justify;
}
#index .about .about-text-inner span {
  margin-bottom: 0.5em;
  text-align: left;
  font-weight: bold;
  font-size: clamp(18px, 2.3vw, 30px);
  display: inline-block;
  text-indent: -0.5em;
}
#index .about .about-text-inner span br {
  display: none;
}
@media (max-width: 900px) {
  #index .about .about-text-inner {
    margin-left: 0px;
  }
}
@media screen and (max-width: 750px) {
  #index .about.scroll-section {
    height: auto;
  }
  #index .about .about-grid {
    padding: 20px 30px;
    display: block;
  }
  #index .about .sticky {
    position: relative;
    height: auto;
  }
  #index .about .about-inner {
    max-width: 750px;
    margin: 0 auto -1px;
  }
  #index .about .content.about-grid {
    display: block;
    padding: 34% 0 10%;
    position: relative;
  }
  #index .about .slide0 {
    position: absolute;
    top: -5%;
    left: 0;
    pointer-events: none;
    z-index: 0;
  }
  #index .about .slide0 div {
    font-size: min(600px, 80vw);
  }
  #index .about .a_logo_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 750px;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  #index .about .a_logo {
    position: absolute;
    top: 40%;
    right: -81%;
    width: 135.8%;
    max-width: 1018px;
    height: auto;
    z-index: 1;
    pointer-events: none;
    animation: 2s about_a_logo -1s linear infinite;
  }
  #index .about .a_logo.a_logo2 {
    mix-blend-mode: darken;
  }
  @keyframes about_a_logo {
    0%, 50%, 100% {
      transform: rotate(-5deg);
    }
    50.1%, 99.9% {
      transform: rotate(5deg);
    }
  }
  #index .about .chara {
    left: -100%;
    bottom: -3%;
    width: 165.4%;
  }
  #index .about .about-copy {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 90%;
  }
  #index .about .about-label {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  #index .about .about-main-copy {
    font-size: 25px;
    line-height: 2.2;
  }
  #index .about .about-images {
    width: 100%;
    height: 70vw;
    margin: 0;
  }
  #index .about .about-image {
    margin: 24px 0;
  }
  #index .about .about-image-small {
    right: 16px;
    left: unset;
  }
  #index .about .about-image-large {
    left: 0;
    right: unset;
    margin-top: 20%;
  }
  #index .about .about-image-1,
  #index .about .about-image-2 {
    margin-left: 0;
  }
  #index .about .about-text-block {
    padding: 40px 24px;
    height: auto;
  }
  #index .about .about-text-inner {
    margin: 0;
    font-size: 12px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  #index .about .about-text-inner span br {
    display: block;
  }
}

/* Works */
#index .works {
  padding: 100px 40px;
}
#index .works_inner {
  max-width: 1920px;
  margin: auto;
}
#index .works .cycle_bg {
  position: absolute;
  left: 30%;
  margin-top: -40%;
  z-index: -1;
  overflow: hidden;
}
#index .works .cycle_bg img {
  width: 269%;
  animation: 20s cycle1 linear infinite;
}
@keyframes cycle1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#index .works h1 {
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 30px;
  margin-bottom: 60px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
#index .works h1 span {
  font-size: 18px;
  font-weight: 300;
}
#index .works .section-title {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
#index .works h3.section-topic {
  background: #f5a623;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
}
#index .works .slider_wrap {
  margin-bottom: 100px;
}
#index .works .slider_wrap .slider img {
  width: 90%;
}
#index .works .works-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

/* Original Character */
#index .works .character {
  padding: 100px 40px;
  background: #f7f7f7;
}
#index .works .character-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
#index .works .character-item h3 {
  font-size: clamp(14px, 1.8vw, 21px);
  font-weight: 700;
  margin: 30px 0 15px;
}
#index .works .character-item p {
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: 1.8em;
  text-align: justify;
}
#index .works .more {
  margin-top: 30px;
}
#index .works .viewmore-btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 14px 28px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease;
}
#index .works .viewmore-btn .text {
  white-space: nowrap;
}
#index .works .viewmore-btn .arrow {
  position: relative;
  width: 46px;
  height: 1px;
}
#index .works .viewmore-btn .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}
#index .works .viewmore-btn .head {
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
#index .works .viewmore-btn:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 750px) {
  #index .works {
    padding: 100px 0px;
  }
  #index .works .cycle_bg {
    left: 0%;
    margin-top: -90%;
  }
  #index .works .cycle_bg img {
    width: 479%;
  }
  #index .works .cycle_bg_sp {
    position: absolute;
    right: 0%;
    margin-top: 270%;
    z-index: -1;
    overflow: hidden;
  }
  #index .works .cycle_bg_sp img {
    width: 479%;
    margin-left: -370%;
    animation: 20s cycle1 linear infinite;
  }
  #index .works h1 {
    text-align: left;
    padding: 20px 0;
    margin: 0 30px;
    font-size: 24px;
  }
  #index .works .section-title {
    margin-top: 40px;
    text-align: center;
  }
  #index .works h3.section-topic {
    display: table;
    text-align: center;
    margin: 0 auto 16%;
    align-items: center;
  }
  #index .works .character-list {
    display: block;
    padding: 0px 40px;
  }
  #index .works .character-item {
    margin-bottom: 16%;
  }
  #index .works .character-item h3 {
    font-size: 16px;
    margin: 24px 0 16px;
    text-align: center;
  }
  #index .works .character-item p {
    line-height: 1.6rem;
  }
}
/* Profile */
#index .profile {
  background: #000;
  color: #fff;
  padding: 80px 40px;
}
#index .profile h1 {
  text-align: center;
  padding: 30px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
#index .profile h1 span {
  font-size: 18px;
  font-weight: 300;
}
#index .profile table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  max-width: 1920px;
  margin: auto;
}
#index .profile th,
#index .profile td {
  padding: 12px;
  border-bottom: 1px solid #333;
  text-align: left;
  line-height: 2em;
}
#index .profile th {
  width: 160px;
  color: #fff;
  font-weight: 300;
}
#index .profile td {
  font-family: "LINE Seed JP Thin";
  font-weight: 100;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  #index .profile {
    padding: 80px 30px;
  }
  #index .profile th {
    font-family: "LINE Seed JP Thin";
    font-weight: 100;
    width: 32%;
  }
  #index .profile tr:last-child {
    display: grid;
  }
  #index .profile tr:last-child th {
    width: 310%;
    border-bottom: none;
    padding: 12px 12px 6px;
  }
  #index .profile tr:last-child td {
    width: 310%;
    padding: 0 12px 12px;
  }
}

/* Map */
#index .map {
  height: 360px;
}
#index .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.footer .footer_inner .nav a {
  color: #000;
}