/* styles.css */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

body {
  font-family: "Poppins", "Inter", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  background: #ffffff;
  font-weight: 300;
}

body:lang(ja) {
  font-family: "Poppins", "Helvetica", "Arial", "Roboto", "Hiragino Sans",
    "BIZ UDGothic", sans-serif;
}

body.slideout {
  overflow-x: hidden;
}

body.slideout #colorlib-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 300px;
  background-color: white;
  background-size: cover;
  z-index: 999;
  position: fixed;
}

body.slideout #colorlib-main,
body.slideout .colorlib-nav-toggle {
  top: 0;
  -moz-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
}

body.slideout .banner-container,
body.slideout .colorlib-nav-toggle {
  top: 0;
  -moz-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ff6768;
}

a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1 {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 500;
  color: #000;
}

h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}

html:lang(ja) h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
}

h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  color: #000;
}

h4 {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  color: #2d2d2d;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: #464646;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.project-page-title,
.project-section-heading {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #2d2d2d;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.project-page-subtitle,
.project-section-subheading {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #464646;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

p {
  color: rgb(140, 140, 140);
}

html:lang(ja) .text-black-400 {
  color: #464646;
  font-weight: 500;
}

.text-black-400 {
  color: #464646;
  font-weight: 400;
}

.bg-primary {
  background: #ff6768 !important;
}

.ftco-section {
  padding: 7em 0;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.heading-section {
  font-size: 28px;
  color: #000;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

/*colorlib start*/

#colorlib-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#colorlib-aside {
  padding-top: 3em;
  padding-bottom: 40px;
  padding-left: 2em;
  padding-right: 2em;
  width: 20%;
  min-width: 300px;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 1001;
  background-color: white;
  background-size: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#colorlib-aside::-webkit-scrollbar {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  #colorlib-aside {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 992px) {
  #colorlib-aside {
    width: 300px;
  }
}

@media (max-width: 991.98px) {
  #colorlib-aside {
    width: 300px;
    min-width: 300px;
    -moz-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    padding-top: 3em;
    background-color: white;
    background-size: cover;
  }
}

#colorlib-aside #colorlib-main-menu ul {
  margin: 0;
  padding: 0;
}

#colorlib-aside #colorlib-main-menu ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

#colorlib-aside #colorlib-main-menu ul li a {
  color: black;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  #colorlib-aside #colorlib-main-menu ul li a {
    -webkit-transition: none;
    -o-transition: none;
  transition: none;
  }
}

.nav-menu {
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 48px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nav-menu::-webkit-scrollbar {
  display: none;
}

.project-group {
  margin-bottom: 10px;
}

#colorlib-aside #colorlib-main-menu ul li.project-group-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #a6a6a6;
  text-transform: uppercase;
  margin: 16px 0 16px 0;
  padding-left: 16px;
}

.project-item-muted {
  font-size: 14px;
  color: black;
}

.social-media-links {
  display: flex;
  gap: 15px;
  margin-top: 64px;
}

.social-media-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #8c8f94;
  transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.social-media-icon {
  width: 20px;
  height: 20px;
  color: inherit;
}

.social-media-link:hover,
.social-media-link:focus-visible {
  color: #5f6368;
  transform: translateY(-1px);
}

.footer-mark {
  max-width: 32px;
  margin-bottom: 10px;
}

.footer-credit {
  font-size: 11px;
}

.work-gate-shell {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: clamp(28px, 6vw, 72px);
}

.work-gate-page {
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
}

.work-gate-page .container,
.work-gate-page .row,
.work-gate-page .col-lg-10,
.work-gate-page .col-md-12 {
  width: 100%;
}

.work-gate-panel,
.work-project-card {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.96);
}

.work-gate-panel {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(12px, 3vw, 22px) clamp(16px, 3vw, 24px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  text-align: center;
}

.work-gate-lock {
  width: 38px;
  height: 38px;
  margin: 0 auto 48px;
  color: rgba(65, 65, 65, 0.55);
}

.work-gate-title {
  margin: 0;
  color: #222425;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.work-gate-lead {
  margin: 10px auto 0;
  max-width: 420px;
  color: rgba(34, 36, 37, 0.45);
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.45;
}

.work-gate-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0;
  max-width: 420px;
  margin: 48px auto 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
}

.work-gate-input {
  min-height: 56px;
  padding: 14px 18px;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  color: black;
  background: transparent;
}

.work-gate-input::placeholder {
  color: rgba(34, 36, 37, 0.24);
}

.work-gate-input:focus {
  outline: none;
}

.work-gate-button {
  min-width: 60px;
  min-height: 56px;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(34, 36, 37, 0.38);
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.work-gate-button-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.work-gate-button:hover {
  opacity: 1;
  color: rgba(34, 36, 37, 0.62);
  transform: translateX(1px);
}

.work-gate-button-secondary {
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: white;
  color: black;
}

.work-gate-devtools {
  position: fixed;
  left: 74px;
  bottom: 16px;
  z-index: 1400;
}

.work-gate-devtools .work-gate-button {
  min-height: 40px;
  padding: 9px 14px;
  font-size: 12px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.work-gate-error {
  display: none;
  margin-top: 18px;
  color: #a33a20;
  font-size: 13px;
  text-align: center;
}

.work-gate-hint {
  margin-top: 20px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  color: rgb(134, 134, 134);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767.98px) {
  .work-gate-title {
    font-size: clamp(22px, 7vw, 30px);
  }

  .work-gate-lead {
    font-size: 14px;
  }

  .work-gate-form {
    margin-top: 22px;
  }

  .work-gate-input,
  .work-gate-button {
    min-height: 52px;
  }

  .work-gate-input {
    padding: 12px 14px;
    font-size: 15px;
  }

  .work-gate-button {
    min-width: 54px;
    font-size: 24px;
  }
}

.work-project-grid {
  display: grid;
  gap: 20px;
}

.work-project-grid-compact {
  display: grid;
  gap: 16px;
}

.work-motion-spacer {
  height: clamp(12px, 2.5vw, 28px);
}

.work-project-card h5 {
  margin-bottom: 8px;
}

.work-overview-hero {
  display: grid;
  gap: 18px;
  padding: 12px 0 8px;
}

@media (min-width: 992px) {
  .work-overview-hero {
    padding: 34px;
  }
}

.work-overview-hero-copy {
  min-width: 0;
}

.work-overview-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.work-overview-title-row h3,
.work-overview-title-row h4 {
  margin-bottom: 0;
}

.work-overview-logo-inline {
  width: 120px;
  height: auto;
  display: block;
}

.work-project-meta {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(128, 128, 128);
}

.work-project-placeholder {
  margin-bottom: 0;
  color: rgb(92, 92, 92);
}

[data-work-gate-content] {
  display: none;
}

.work-template-hero {
  margin-bottom: 24px;
}

.work-editorial-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 992px) {
  .work-editorial-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: start;
  }
}

.work-editorial-main,
.work-editorial-side {
  min-width: 0;
}

.work-editorial-hero {
  margin-bottom: 20px;
}

.work-editorial-hero-media {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(250, 250, 250, 0.92);
}

.work-editorial-section {
  margin-top: 24px;
}

.work-editorial-panel {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(250, 250, 250, 0.95);
}

.work-editorial-panel + .work-editorial-panel {
  margin-top: 16px;
}

.work-editorial-links {
  display: grid;
  gap: 18px;
  margin-top: clamp(22px, 3vw, 36px);
  max-width: 1040px;
  margin-right: auto;
}

.work-editorial-link {
  display: grid;
  gap: 14px;
  color: var(--work-ink, #000);
  text-decoration: none !important;
  border: 1px solid var(--work-border, rgba(0, 0, 0, 0.08));
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.work-editorial-link:hover {
  transform: translateY(-2px);
  border-color: var(--work-border-hover, rgba(107, 124, 154, 0.24));
  box-shadow: none;
}

.work-editorial-link-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--work-surface-soft, rgb(248, 250, 253));
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.work-editorial-link-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.work-editorial-link-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 0 18px 18px;
}

.work-editorial-link-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.work-editorial-link-eyebrow {
  color: var(--work-muted, rgb(140, 140, 140));
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.work-editorial-link-title {
  color: var(--work-ink, #000);
  font-size: 18px;
  line-height: 1.28;
  font-weight: 420;
}

.work-editorial-link-description {
  color: var(--work-text, rgb(88, 94, 104));
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .work-editorial-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .work-editorial-links {
    max-width: 920px;
  }
}

.work-template-meta {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .work-template-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.work-template-hero-media {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 18px;
}

.work-template-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.work-template-section {
  margin-top: 24px;
}

.work-template-label {
  font-size: 12px;
  font-weight: 400;
  color: rgb(120, 120, 120);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.work-template-body {
  color: rgb(92, 92, 92);
}

.work-template-list {
  margin: 0;
  padding-left: 18px;
  color: rgb(92, 92, 92);
}

.work-template-highlight-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .work-template-highlight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.work-template-highlight-card,
.work-template-timeline-item,
.work-template-gallery-item {
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: rgba(250, 250, 250, 0.9);
}

.work-template-timeline {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .work-template-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.work-template-gallery-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .work-template-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.work-template-story-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 992px) {
  .work-template-story-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: start;
  }
}

.work-template-story-main {
  min-width: 0;
}

.work-template-story-side {
  min-width: 0;
}

.work-template-back {
  display: inline-flex;
  margin-bottom: 24px;
  color: black;
  font-size: 13px;
}

.work-project-layout {
  --work-ink: #111111;
  --work-text: rgb(88, 94, 104);
  --work-text-strong: rgb(66, 74, 86);
  --work-muted: rgb(124, 132, 145);
  --work-border: rgba(107, 124, 154, 0.14);
  --work-border-soft: rgba(107, 124, 154, 0.1);
  --work-border-strong: rgba(107, 124, 154, 0.18);
  --work-border-hover: rgba(107, 124, 154, 0.24);
  --work-divider: rgba(107, 124, 154, 0.14);
  --work-surface: #ffffff;
  --work-surface-soft: rgb(248, 250, 253);
  --work-surface-soft-hover: #f5f7fb;
  background: #fff;
  color: var(--work-ink);
}

.work-project-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: auto;
  margin: -16px -8px 0;
  background: transparent;
}

.work-project-hero-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(300px, 48svh, 500px);
  object-fit: contain;
}

@media (min-width: 1100px) {
  .work-project-hero {
    height: clamp(300px, 48svh, 500px);
    overflow: hidden;
  }

  .work-project-hero-image {
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center top;
  }
}

.work-project-back {
  position: fixed;
  top: 16px;
  left: 316px;
  z-index: 1002;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--work-border);
  color: var(--work-ink);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  font-size: 13px;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  opacity: 0.42;
  transition: opacity 250ms ease, background 250ms ease, border-color 250ms ease;
}

@media (max-width: 991.98px) {
  .work-project-back {
    left: 16px;
  }
}

.work-project-back-icon {
  width: 10px;
  height: 10px;
  display: block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.work-project-back.is-hero {
  opacity: 1;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(107, 124, 154, 0.18);
}

.work-project-back.is-scrolled {
  opacity: 0.42;
  background: rgba(255, 255, 255, 0.16);
  border-color: var(--work-border);
}

@media (min-width: 992px) {
  .work-project-back {
    left: 316px;
  }
}

@media (max-width: 991.98px) {
  .work-project-back {
    top: 16px;
    left: 64px;
    height: 32px;
    padding: 0 14px;
    font-size: 12px;
  }
}

.work-project-back:hover,
.work-project-back:focus {
  color: var(--work-ink);
  text-decoration: none !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(107, 124, 154, 0.24);
}

.work-project-body {
  padding: clamp(44px, 6vw, 88px) 24px clamp(60px, 8vw, 112px);
  background: #fff;
}

.work-project-inner {
  width: min(1140px, 100%);
  margin: 0 auto;
}

@media (min-width: 992px) {
  .work-project-body {
    padding-left: 48px;
    padding-right: 48px;
  }

  .work-project-inner {
    width: min(1140px, 100%);
  }
}

.work-project-section {
  max-width: 100%;
}

.work-project-section + .work-project-section {
  margin-top: clamp(34px, 4.8vw, 68px);
}

.work-project-kicker {
  margin: 0;
  color: var(--work-muted);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-project-title,
.work-project-section-title {
  margin: 14px 0 0;
  color: var(--work-ink);
  letter-spacing: -0.04em;
}

.work-project-title {
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.05;
}

.work-project-section-title {
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.05;
}

body:lang(ja) .work-project-title,
body:lang(ja) .work-project-section-title {
  font-size: clamp(23px, 2.05vw, 27px);
  line-height: 1.08;
}

.work-project-divider {
  height: 1px;
  margin: clamp(22px, 3vw, 36px) 0 clamp(22px, 3vw, 40px);
  background: var(--work-divider);
}

.work-project-prose {
  display: grid;
  gap: clamp(14px, 1.8vw, 24px);
  max-width: 1100px;
}

.work-project-paragraph {
  margin: 0;
  color: var(--work-text);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.work-project-paragraph strong {
  color: var(--work-ink);
  font-weight: 500;
}

.work-project-columns {
  display: grid;
  gap: 28px;
}

@media (min-width: 720px) {
  .work-project-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .work-project-columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .work-project-overview-section .work-project-columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }
}

.work-project-column {
  min-width: 0;
}

.work-project-column-title {
  margin: 0 0 18px;
  color: var(--work-muted);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-project-column-value,
.work-project-column-list {
  margin: 0;
  color: var(--work-text-strong);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.work-project-column-list {
  display: grid;
  gap: 6px;
  padding-left: 0;
  list-style: none;
}

.work-project-column-list li {
  margin: 0;
  color: var(--work-text);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.work-project-column-value {
  color: var(--work-text);
  line-height: 1.5;
  font-weight: 300;
}

.work-project-impact-grid {
  display: grid;
  gap: 16px;
  margin-top: clamp(22px, 3vw, 36px);
}

@media (min-width: 900px) {
  .work-project-impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.work-project-impact-card {
  padding: 24px;
  border: 1px solid var(--work-border-strong);
  border-radius: 18px;
  background: var(--work-surface);
  opacity: 0;
  margin-top: 18px;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 240ms ease,
    background-color 240ms ease,
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    margin-top 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.work-project-impact-card:hover,
.work-project-impact-card:focus-within {
}

.work-project-impact-card-title {
  margin: 0 0 12px;
  color: var(--work-ink);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.work-project-impact-card-body {
  margin: 0;
  color: var(--work-text);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.work-project-problem-timeline {
  display: grid;
  gap: 28px;
  margin-top: clamp(22px, 3vw, 36px);
}

.work-project-timeline-section {
  display: grid;
  gap: 18px;
}

.work-project-timeline-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.work-project-timeline-connector {
  flex: 1;
  height: 1px;
  background: color-mix(in srgb, var(--work-border) 70%, transparent);
  min-width: 32px;
}

.work-project-problem-column-label {
  margin: 0;
  color: var(--work-text);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-project-problem-column-label.is-problem {
  color: #8b5cf6;
}

.work-project-problem-column-label.is-restriction {
  color: #d97706;
}

.work-project-problem-column-label.is-solution {
  color: #059669;
}

.work-project-timeline-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.work-project-problem-card {
  min-height: 0;
  height: 100%;
  padding: 22px 22px 24px;
  border: 1px solid var(--work-border);
  border-radius: 18px;
  background: var(--work-surface);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  margin-top: 18px;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 240ms ease,
    background-color 240ms ease,
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    margin-top 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.work-project-problem-card-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  margin: 0 0 14px;
}

.work-project-problem-card:hover,
.work-project-problem-card:focus-within {
}

.work-project-problem-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--work-muted);
  line-height: 1;
}

.work-project-card-source {
  color: var(--work-muted);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
}

.work-project-timeline-icon {
  width: 12px;
  height: 12px;
  color: var(--work-muted);
  flex: 0 0 auto;
  opacity: 0.8;
}

.work-project-problem-card-text {
  margin: 0;
  color: var(--work-text);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.work-project-problem-card-text strong,
.work-project-solution-card-text strong {
  color: var(--work-ink);
  font-weight: 500;
}

@media (max-width: 639.98px) {
  .work-project-timeline-cards {
    grid-template-columns: 1fr !important;
  }
}

.work-project-problem-card.is-visible,
.work-project-solution-card.is-visible,
.work-project-impact-card.is-visible {
  opacity: 1;
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  .work-project-problem-card,
  .work-project-solution-card,
  .work-project-impact-card {
    opacity: 1;
    transition: none;
    margin-top: 0;
  }
}

.work-project-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  border: 1px solid var(--work-border-strong);
  background:
    linear-gradient(180deg, rgb(250, 250, 250), rgb(246, 246, 246));
  overflow: hidden;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 280ms ease;
  will-change: transform;
}

.work-project-image-placeholder:hover,
.work-project-image-placeholder:focus-within {
  border-color: var(--work-border-hover);
}

.work-project-image-placeholder-inner {
  width: min(560px, calc(100% - 48px));
  text-align: center;
}

.work-project-image-placeholder-label {
  margin: 0 0 12px;
  color: var(--work-muted);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-project-image-placeholder-title {
  margin: 0;
  color: var(--work-text-strong);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.work-project-image-placeholder-caption {
  margin: 14px 0 0;
  color: var(--work-text);
  font-size: 14px;
  line-height: 1.5;
}

.work-project-figure {
  position: relative;
  width: 100%;
  min-height: 320px;
  margin-top: clamp(18px, 2.4vw, 28px);
  overflow: hidden;
  border: 1px solid var(--work-border);
  border-radius: 18px;
  background: var(--work-surface);
  opacity: 1;
  margin-top: clamp(18px, 2.4vw, 28px);
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 280ms ease;
  will-change: transform;
}

.work-project-figure:hover,
.work-project-figure:focus-within {
  border-color: var(--work-border-hover);
}

.work-project-figure-table {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  transition: none;
  will-change: auto;
  margin-top: clamp(18px, 2.4vw, 28px);
}

.work-project-figure-table:hover,
.work-project-figure-table:focus-within {
  transform: none;
  border-color: transparent;
}

.work-project-figure-table .work-project-figure-inner {
  padding: 0;
}

.work-project-figure-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 24px;
}

.work-project-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--work-border-soft);
  border-radius: 16px;
  background: var(--work-surface);
}

.work-project-figure-image-stack {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.work-project-image-composition-stack {
  display: grid;
  gap: 32px;
  margin-top: 32px;
  min-width: 0;
}

.work-project-image-composition {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.work-project-image-composition-stack > .work-project-image-composition {
  margin-top: 0;
}

.work-project-image-composition-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.work-project-image-composition-button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--work-border-strong);
  border-radius: 999px;
  background: var(--work-surface);
  color: var(--work-text);
  font-size: 20px;
  line-height: 1;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.work-project-image-composition-button svg {
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}

.work-project-image-composition-button:hover,
.work-project-image-composition-button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--work-border-hover);
  background: var(--work-surface-soft);
}

.work-project-image-composition-viewport {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding-bottom: 0;
}

.work-project-image-composition-chip {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  min-width: 44px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  pointer-events: none;
  transition:
    background-color 220ms ease,
    color 220ms ease;
}

.work-project-image-composition:hover .work-project-image-composition-chip,
.work-project-image-composition:focus-within .work-project-image-composition-chip {
  background: rgba(0, 0, 0, 0.34);
  color: rgba(255, 255, 255, 0.9);
}

.work-project-image-composition-track {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  padding-bottom: 6px;
}

.work-project-image-composition-track::-webkit-scrollbar {
  display: none;
}

.work-project-image-composition-slide {
  scroll-snap-align: start;
  flex: 0 0 auto;
}

.work-project-image-composition-slide.is-primary {
  width: auto;
}

.work-project-image-composition-slide.is-secondary {
  width: auto;
}

.work-project-image-composition .work-project-figure-image-block {
  width: auto;
  height: clamp(260px, 34vw, 520px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.work-project-figure-image-block {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--work-border);
  border-radius: 18px;
  background: var(--work-surface-soft);
  opacity: 1;
  margin-top: 0;
  transition: none;
  will-change: auto;
}

.work-project-figure-image-block:hover,
.work-project-figure-image-block:focus-within {
}

.work-project-figure-image-link {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: zoom-in;
}

.work-project-figure-video-link {
  cursor: default;
}

.work-project-figure-video-block {
  background: #fff;
}

.work-project-figure-image {
  display: block;
  width: 100%;
  height: auto;
  transition: none;
}

.work-project-image-composition .work-project-figure-image {
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: left center;
}

.work-project-figure-video {
  background: #fff;
  transform: scale(1.004);
  transform-origin: center;
}

.work-project-figure-image-block:hover .work-project-figure-image:not(.work-project-figure-video),
.work-project-figure-image-block:focus-within .work-project-figure-image:not(.work-project-figure-video) {
  transform: none;
}

.work-project-figure-image-stack + .work-project-prose {
  margin-top: 48px;
}

.work-project-prose + .work-project-figure-image-stack {
  margin-top: 32px;
}

.work-project-prose + .work-project-image-composition {
  margin-top: 32px;
}

.work-project-image-composition + .work-project-prose {
  margin-top: 48px;
}


@media (max-width: 899px) {
  .work-project-image-composition-track {
    gap: 12px;
  }

  .work-project-image-composition-slide.is-primary {
    width: 88%;
  }

  .work-project-image-composition-slide.is-secondary {
    width: 72%;
  }

  .work-project-image-composition .work-project-figure-image-block {
    width: auto;
    height: clamp(180px, 46vw, 320px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .work-project-image-composition .work-project-figure-image {
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: left center;
  }
}

@media (min-width: 680px) and (max-width: 899px) {
  .work-project-image-composition-track {
    gap: 20px;
  }

  .work-project-image-composition-slide.is-primary {
    width: auto;
    max-width: 74%;
  }

  .work-project-image-composition-slide.is-secondary {
    width: auto;
    max-width: 58%;
  }
}


.work-project-table-row {
  display: grid;
  align-items: center;
}

.work-project-table-row + .work-project-table-row {
  border-top: 1px solid var(--work-border-soft);
}

.work-project-table-cell {
  min-width: 0;
  padding: 14px 18px;
  color: var(--work-text);
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.work-project-table-head {
  color: var(--work-text);
  font-weight: 400;
}

.work-project-table-corner {
  padding: 14px 18px;
}

.work-project-table-label {
  color: var(--work-text-strong);
  font-weight: 400;
}

.work-project-table-value {
  color: var(--work-text);
  font-weight: 300;
}

@media (max-width: 767px) {
  .work-project-figure-inner {
    padding: 16px;
    overflow-x: auto;
  }

  .work-project-table {
    min-width: 720px;
  }
}

.work-roller-shell {
  display: grid;
  gap: 0;
}

.work-roller-stage {
  position: relative;
}

.work-roller-counter {
  position: sticky;
  top: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.work-roller-counter-current,
.work-roller-counter-total {
  color: black;
  font-size: 20px;
  line-height: 1;
}

.work-roller-counter-divider {
  color: rgb(154, 154, 154);
  font-size: 16px;
}

.work-roller-track {
  display: grid;
  gap: 0;
  scroll-snap-type: y mandatory;
}

.work-roller-panel {
  min-height: calc(82vh - 84px);
  scroll-margin-top: 28px;
  scroll-snap-align: start;
  display: flex;
  align-items: stretch;
  padding: 10px 0;
}

.work-roller-card {
  width: min(100%, 1140px);
  display: grid;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.04);
  transform: none;
  opacity: 1;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
}

@media (min-width: 992px) {
  .work-roller-card {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    min-height: calc(82vh - 104px);
    padding: 28px;
  }
}

@media (min-width: 1200px) {
  .work-roller-card {
    width: min(100%, 1040px);
  }
}

@media (min-width: 1440px) {
  .work-roller-card {
    width: min(100%, 960px);
  }
}

.work-roller-card-active,
.work-roller-card-intro {
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.work-roller-card-copy,
.work-roller-card-visual {
  min-width: 0;
}

.work-roller-title {
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin: 0 0 14px;
}

.work-roller-summary {
  max-width: 34rem;
}

.work-roller-intro-meta {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

@media (min-width: 768px) {
  .work-roller-intro-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.work-roller-card-visual {
  display: grid;
  gap: 10px;
}

.work-roller-card-visual img {
  border-radius: 16px;
  max-height: 420px;
  object-fit: cover;
}

.work-roller-panel-intro {
  padding-top: 0;
}

.motion-scroll-shell {
  display: grid;
  gap: 28px;
  padding-top: 8px;
}

.motion-scroll-header {
  max-width: 720px;
}

.motion-scroll-list {
  display: grid;
  gap: clamp(28px, 3vw, 40px);
  padding-bottom: clamp(72px, 10vw, 140px);
}

.motion-scroll-card {
  width: 100%;
  margin: 0;
  display: grid;
  position: relative;
  gap: 0;
  align-items: center;
  padding: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045);
  transform-origin: center center;
  will-change: transform, opacity;
  color: inherit;
  text-decoration: none !important;
  transition: box-shadow 220ms ease;
}

.motion-scroll-card-frame {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  transform-origin: center center;
  will-change: transform, opacity;
  transition: opacity 220ms ease;
}

.motion-scroll-card-slot:hover .motion-scroll-card-frame,
.motion-scroll-card-slot:focus-within .motion-scroll-card-frame {
  opacity: 1 !important;
}

.motion-scroll-card:hover,
.motion-scroll-card:focus,
.motion-scroll-card:focus-within,
.motion-scroll-card:visited,
.motion-scroll-card:active {
  color: inherit;
  text-decoration: none !important;
}

.motion-scroll-card:hover,
.motion-scroll-card:focus-within {
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.11);
}

@media (min-width: 768px) {
  .motion-scroll-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.84fr);
    gap: 0;
  }
}

.motion-scroll-card-copy {
  padding: 28px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
}

.motion-scroll-topic-group {
  display: grid;
  gap: 0;
}

.motion-scroll-topic-group + .motion-scroll-topic-group {
  margin-top: clamp(24px, 3vw, 40px);
}

.motion-scroll-topic-heading {
  margin: 0;
  color: var(--work-muted);
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}

body:lang(ja) .motion-scroll-topic-heading {
  font-size: clamp(12px, 1.1vw, 14px);
  letter-spacing: 0.06em;
}

.motion-scroll-topic-cards {
  display: grid;
  gap: clamp(24px, 3vw, 36px);
}

.motion-scroll-card-slot {
  display: grid;
}

@media (min-width: 768px) {
  .motion-scroll-topic-cards {
    gap: clamp(28px, 3vw, 40px);
  }

  .motion-scroll-card-copy {
    padding: 40px 48px 40px 24px;
    order: 2;
  }
}

.motion-scroll-card-copy > * {
  min-width: 0;
  max-width: 100%;
}

.motion-scroll-card-copy h2 {
  font-size: clamp(19px, 1.55vw, 26px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0;
}

body:lang(ja) .motion-scroll-card-copy h2 {
  font-size: clamp(20px, 1.6vw, 27px);
  line-height: 1.08;
}

.motion-scroll-card-link {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: 30px;
  text-decoration: none !important;
}

.motion-scroll-card-copy .motion-prototype-eyebrow,
.motion-scroll-card-copy .work-template-body {
  margin: 0;
}

.motion-scroll-card-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 6;
  pointer-events: none;
  opacity: 0.62;
  filter: grayscale(1) brightness(1.35);
  transform: scale(1);
  transform-origin: top right;
  transition: opacity 180ms ease;
}

.motion-scroll-card-badge-image {
  display: block;
  width: 24px;
  height: auto;
}

.motion-scroll-card:hover .motion-scroll-card-badge,
.motion-scroll-card:focus-within .motion-scroll-card-badge {
  opacity: 0;
}

.motion-scroll-card-link:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.18);
  outline-offset: 4px;
}

.motion-scroll-card-hover-visual {
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0;
  transform: scale(1.02);
  transform-origin: center center;
  overflow: hidden;
  border-radius: inherit;
  transition: opacity 260ms ease, transform 280ms ease-out;
}

.motion-scroll-card-hover-visual.is-static {
  transform: none;
  transition: opacity 260ms ease;
}

.motion-scroll-card-hover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motion-scroll-card-visual {
  min-width: 0;
  position: relative;
  overflow: hidden;
  order: 2;
  aspect-ratio: 3 / 2;
  z-index: 2;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .motion-scroll-card-copy {
    padding-bottom: 0;
  }

  .motion-scroll-card-visual {
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 768px) {
  .motion-scroll-card-visual {
    order: 1;
    align-self: stretch;
  }
}

.motion-scroll-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.motion-scroll-card-visual-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}

.motion-scroll-card-image {
  position: absolute;
  inset: 0;
  transition: opacity 220ms ease;
}

.motion-scroll-card-image-primary {
  opacity: 1;
}

.motion-scroll-card:hover .motion-scroll-card-image-primary,
.motion-scroll-card:focus-within .motion-scroll-card-image-primary {
  opacity: 0;
}

.motion-scroll-card:hover .motion-scroll-card-hover-visual,
.motion-scroll-card:focus-within .motion-scroll-card-hover-visual {
  opacity: 1;
  animation: motion-card-hover-zoom 5000ms linear forwards;
}

.motion-scroll-card:hover .motion-scroll-card-hover-visual.is-static,
.motion-scroll-card:focus-within .motion-scroll-card-hover-visual.is-static {
  animation: none;
  transform: none;
}

@keyframes motion-card-hover-zoom {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.08);
  }
}

.motion-prototype-eyebrow {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(118, 118, 118);
}

.banner-typer {
  font-weight: 600;
}

.banner-typer-jp {
  font-weight: 400;
}

.banner-subtext {
  color: rgb(131, 131, 131);
}

.gallery-thumb-bright {
  filter: brightness(1);
}

.gallery-thumb-soft {
  filter: brightness(0.96);
}

.gallery-overlay-title,
.gallery-overlay-text {
  color: rgb(255, 255, 255);
}

.project-cta-button {
  font-size: 14px;
}

.project-image-full {
  width: 100%;
}

.project-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-image-cover-rounded {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.project-award-image {
  width: 230px;
}

.section-divider {
  display: block;
  width: 90%;
  margin: auto;
  height: 1px;
  border: 0;
  opacity: 1;
  background-color: rgb(0, 0, 0);
}

.gallery-nav {
  margin-top: 1.8rem;
  margin-bottom: 2rem;
}

.gallery-nav-link {
  text-align: center;
}

.project-note-small {
  font-size: 12px;
  margin-top: 0.5rem;
}

.project-link-reset {
  text-decoration: none;
}

.project-link-label {
  font-size: 14px;
  margin: 5px;
}

.project-figma-button {
  font-size: 14px !important;
}

.project-gallery-divider {
  width: 90% !important;
  margin: auto !important;
  height: 1px !important;
  background-color: rgb(0, 0, 0) !important;
}

/*--------------------------------------------------------------
# List underline disabled by height
--------------------------------------------------------------*/

#colorlib-aside #colorlib-main-menu ul li a:after {
  content: "";
  position: absolute;
  border: none;
  height: 1px;
  bottom: 8px;
  left: 0;
  right: 0;
  background-color: #b3b7bb;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#colorlib-aside #colorlib-main-menu ul li a:hover {
  text-decoration: none;
  color: #000000;
}

.project-list {
  font-size: 13px;
  font-weight: 400;
  color: black;
  padding-left: 16px !important;
}

#colorlib-aside #colorlib-main-menu ul li a.project-list:after {
  left: 16px;
  right: 0;
}

.project-list-line {
  border: none;
  height: 0.5px;
  width: calc(100% - 24px);
  margin: 12px 0 0;
  background-color: rgba(0, 0, 0, 0.12);
}

#colorlib-aside #colorlib-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#colorlib-aside #colorlib-main-menu ul li.colorlib-active a {
  font-weight: 500;
}

#colorlib-main {
  width: 100%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.home-page-jp #colorlib-main {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-top: 16px;
}

@media (prefers-reduced-motion: reduce) {
  #colorlib-main {
    -webkit-transition: none;
    -o-transition: none;
  transition: none;
}
}

@media (min-width: 992px) {
  #colorlib-main {
    width: calc(100% - 300px);
  }
}

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
  background: #000;
}

.colorlib-nav-toggle.dark.active i::before,
.colorlib-nav-toggle.dark.active i::after {
  background: #000;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .colorlib-nav-toggle i::before,
  .colorlib-nav-toggle i::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.colorlib-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle.dark i::before,
.colorlib-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .colorlib-nav-toggle.dark i::before,
  .colorlib-nav-toggle.dark i::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.colorlib-nav-toggle {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 16px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .colorlib-nav-toggle {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .colorlib-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

/*colorlib end*/

/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Cardo", sans-serif;
}

/* Colors */
:root {
  --color-default: #000000;
  --color-primary: #27a776;
  --color-secondary: #161718;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
.section-header {
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-primary);
}

.section-header h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #5bd9a9;
  margin: 4px 10px;
}

.section-header p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: var(--font-secondary);
  color: #fff;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  padding: 120px 0 60px 0;
  min-height: 30vh;
  position: relative;
}

.page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

@media (max-width: 768px) {
  .page-header h2 {
    font-size: 36px;
  }
}

.page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.page-header .cta-btn {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #fff;
  background: var(--color-primary);
}

.page-header .cta-btn:hover {
  background: #2cbc85;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(39, 167, 118, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  display: flex;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

body.skip-preloader #preloader {
  display: none !important;
}

#preloader:before,
#preloader:after {
  content: "";
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

#preloader:after {
  left: auto;
  right: 0;
}

#preloader .line {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 1px;
  height: 280px;
  transition: all 0.8s ease 0s;
}

#preloader .line:before {
  content: "";
  position: absolute;
  background-color: #000000;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  transform: translateY(-50%);
  animation: lineincrease 1000ms ease-in-out 0s forwards;
}

#preloader .line:after {
  content: "";
  position: absolute;
  background-color: #999;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
  animation: linemove 1200ms linear 0s infinite;
  animation-delay: 400ms;
}

#preloader.loaded .line {
  opacity: 0;
  height: 100% !important;
}

#preloader.loaded .line:after {
  opacity: 0;
}

#preloader.loaded:before,
#preloader.loaded:after {
  animation: preloaderfinish 300ms ease-in-out 500ms forwards;
}

@keyframes lineincrease {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes linemove {
  0% {
    transform: translateY(200%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes preloaderfinish {
  0% {
    width: 5 0%;
  }

  100% {
    width: 0%;
  }
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-item {
  position: relative;
  width: 100%;
  /* Let it take the full width of its parent */
  padding-bottom: 66.67%;
  /* 2:3 aspect ratio, adjust as needed */
  overflow: hidden;
}

.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Media query for mobile */
@media (max-width: 767px) {
  .gallery-item {
    padding-bottom: 66.67%;
    /* Square aspect ratio, adjust as needed */
  }
}

.gallery .gallery-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.gallery .gallery-links .preview-link,
.gallery .gallery-links .details-link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

.gallery .gallery-links .preview-link:hover,
.gallery .gallery-links .details-link:hover {
  color: #fff;
}

.gallery .gallery-links .details-link {
  font-size: 30px;
  line-height: 0;
}

.gallery .gallery-item:hover .gallery-links {
  opacity: 1;
}

.gallery .gallery-item:hover .preview-link,
.gallery .gallery-item:hover .details-link {
  margin-top: 0;
}

.gallery .gallery-item:hover img {
  transform: scale(1.02);
  transition: 0.3s;
}

.work-project-lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.work-project-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.76);
  cursor: zoom-out;
}

.work-project-lightbox-frame {
  position: relative;
  z-index: 1;
  width: min(88vw, 1320px);
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-project-lightbox-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 88vh;
}

.work-project-lightbox-media-inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 88vh;
}

.work-project-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 18px;
  transform: none !important;
  transition: none !important;
}

.work-project-lightbox-media:hover .work-project-lightbox-image,
.work-project-lightbox-media:focus-within .work-project-lightbox-image,
.work-project-lightbox-frame:hover .work-project-lightbox-image,
.work-project-lightbox-frame:focus-within .work-project-lightbox-image {
  transform: none !important;
}

.work-project-lightbox-close,
.work-project-lightbox-nav {
  position: absolute;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.22);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 220ms ease, transform 220ms ease;
}

.work-project-lightbox-close {
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  transform: none;
}

.work-project-lightbox-nav {
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}

.work-project-lightbox-nav.is-prev {
  left: 14px;
}

.work-project-lightbox-nav.is-next {
  right: 14px;
}

.work-project-lightbox-close:hover,
.work-project-lightbox-close:focus-visible,
.work-project-lightbox-nav:hover,
.work-project-lightbox-nav:focus-visible {
  background: rgba(18, 18, 18, 0.3);
}

.work-project-lightbox-close svg,
.work-project-lightbox-nav svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 767px) {
  .work-project-lightbox-modal {
    padding: 20px;
  }

  .work-project-lightbox-frame {
    width: 100%;
    max-height: 82vh;
  }

  .work-project-lightbox-image {
    max-height: 82vh;
  }

  .work-project-lightbox-close {
    top: 12px;
    right: 12px;
  }

  .work-project-lightbox-nav {
    width: 42px;
    height: 42px;
  }

  .work-project-lightbox-nav.is-prev {
    left: 10px;
  }

  .work-project-lightbox-nav.is-next {
    right: 10px;
  }
}

/*--------------------------------------------------------------
# Gallery Single Section
--------------------------------------------------------------*/
.gallery-single .portfolio-details-slider img {
  width: 100%;
}

.gallery-single
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.gallery-single
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.gallery-single .swiper-button-prev,
.gallery-single .swiper-button-next {
  width: 48px;
  height: 48px;
}

.gallery-single .swiper-button-prev:after,
.gallery-single .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.gallery-single .swiper-button-prev:hover:after,
.gallery-single .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {
  .gallery-single .swiper-button-prev,
  .gallery-single .swiper-button-next {
    display: none;
  }
}

.gallery-single .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: var(--font-secondary);
}

.gallery-single .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.gallery-single .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.gallery-single .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.gallery-single .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #6b7075;
  font-size: 14px;
}

.gallery-single .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.gallery-single .portfolio-info .btn-visit:hover {
  background: #2cbc85;
}

.gallery-single .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--font-secondary);
}

.gallery-single .portfolio-description p {
  padding: 0;
}

.gallery-single .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: var(--color-secondary);
  height: 100%;
  margin-bottom: 50px;
}

.gallery-single .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #2e3133;
  float: left;
  margin: 0 10px 0 0;
}

.gallery-single .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.gallery-single .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.gallery-single .portfolio-description .testimonial-item .quote-icon-left,
.gallery-single .portfolio-description .testimonial-item .quote-icon-right {
  color: #5bd9a9;
  font-size: 26px;
  line-height: 0;
}

.gallery-single .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.gallery-single .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.gallery-single .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Navigation between 2 sections
--------------------------------------------------------------*/

/* Add your CSS styles for the sections here */

/* Style the navigation links */
.nav-g {
  display: flex;
  justify-content: center;
  /* Center the links horizontally */
}

.nav-g a {
  font-size: 14px;
  margin: 0 20px;
  color: black;
  /* Set the text color to black */
  text-decoration: none;
  transition: color 0.3s ease;
  /* Smooth transition for text color */
}

#middle-line {
  font-size: 14px;
  font-weight: 300;
  margin: 0 10px;
  color: black;
  /* Set the text color to black */
  text-decoration: none;
  transition: color 0.3s ease;
  /* Smooth transition for text color */
}

.nav-g a:hover {
  color: #555;
  /* Change the text color on hover */
}

.selected-link {
  color: #222425;
  font-weight: 400;
  border-bottom: 1px solid rgb(0, 0, 0);
  /* Change to your desired highlight color */
}

/* Default link styles */
#switchToGallery1,
#switchToGallery2 {
  color: #333;
  /* Default text color */
}

/*----------------------------------------------------------------------- 
Start of banner section [*3]
-------------------------------------------------------------------------*/

.banner-container {
  position: relative;
  width: 100%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0px;
}

@media (prefers-reduced-motion: reduce) {
  .banner-container {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 992px) {
  .banner-container {
    width: calc(100% - 300px);
  }
}

.banner-wrapper {
  padding-bottom: 400px;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  animation: backgroundSlideshow 15s infinite;
  -webkit-animation: backgroundSlideshow 15s infinite;
  /* animation: backgroundSlideshow 15s infinite; */
  /* -webkit-animation: backgroundSlideshow 15s infinite; */
}

.banner-image {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 400px;
  width: calc(100% - 300px);
  pointer-events: none;
  opacity: 0%;
  object-fit: cover;
}

#banner-image-1 {
  animation: imageSwap1 15s infinite;
}
#banner-image-2 {
  animation: imageSwap2 15s infinite;
}
#banner-image-3 {
  animation: imageSwap3 15s infinite;
}
#banner-image-4 {
  animation: imageSwap4 15s infinite;
}
#banner-image-5 {
  animation: imageSwap5 15s infinite;
}
#banner-image-re {
  animation: imageSwapRe 15s infinite;
}

@keyframes imageSwap1 {
  0%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

@keyframes imageSwap2 {
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes imageSwap3 {
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

@keyframes imageSwap4 {
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

@keyframes imageSwap5 {
  80% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* @keyframes backgroundSlideshow {

@keyframes backgroundSlideshow {
  0%,
  100% {
    background-image: url(/assets/image/Student/Banners/banner1.webp);
  }

  20% {
    background-image: url(/assets/image/Student/Banners/banner2.webp);
  }

  40% {
    background-image: url(/assets/image/Student/Banners/banner3.webp);
  }

  60% {
    background-image: url(/assets/image/Student/Banners/banner4.webp);
  }

  80% {
    background-image: url(/assets/image/Student/Banners/banner5.webp);
  }
}*/

.banner-text-head {
  letter-spacing: 2px;
  font-weight: 300;
}

.banner-text-head span {
  display: block;
  font-weight: 300;
}

.home-page-jp .banner-text-head,
.home-page-jp .banner-text-head span {
  font-weight: 200;
}

.home-page-jp .banner-text-head-topline {
  display: inline-block;
  transform: translateX(-3px);
}

.banner-text {
  top: 60%;
  left: 5%;
  max-width: 500px;
  position: absolute;
  transform: translateY(-50%);
}

.title-sub-text {
  font-size: 14px;
  font-weight: 300;
}

.scroll-down {
  bottom: 25px;
  font-size: 18px;
  position: absolute;
}

.video-area {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  width: 100%;
  display: inherit;
  position: relative;
}

.home-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 180;
  left: 0;
  z-index: -1;
}

.video-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 0;
}

.video-area.video-section {
  padding: 0;
  background: none;
  min-height: 800px;
}

.player {
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.video-section-title h1 {
  font-size: 52px;
  font-weight: 700;
}

.video-section-content {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

/*----------------------------------------------------------------------- 
Model Viewer
-------------------------------------------------------------------------*/

model-viewer {
  width: auto;
  height: 350px;
  background-color: #ffffff;
  border-radius: 1rem;
  --progress-bar-color: #aaaaaa;
  box-shadow: 0px 5px 10px rgb(230, 230, 230);
}

/*----------------------------------------------------------------------- 
Iframe
-------------------------------------------------------------------------*/

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------- 
Dropdown
-------------------------------------------------------------------------*/

/* Your existing CSS styles for the navigation */

.dropdown-content {
  display: none;
  padding-left: 0;
}

.dropdown-content-active {
  display: block;
}

.dropdown-content-static {
  display: block;
}

/* Additional styles to make it look like a button */
.dropdown-button {
  cursor: pointer;
  padding: 10px;
  color: black;
  /* Set the text color to black */
}

.dropdown-button-static {
  cursor: default;
}

#colorlib-aside #colorlib-main-menu ul li a.colorlib-active-link {
  color: #000000;
  font-weight: 500;
  padding-left: 16px !important;
}

#colorlib-aside #colorlib-main-menu ul li a.project-list.colorlib-active-link:after {
  display: none !important;
}

#colorlib-aside #colorlib-main-menu ul li a.project-list.colorlib-active-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 2px;
  background-color: #8f9499;
  transform: translateY(-50%);
}

/*----------------------------------------------------------------------- 
Blocks
-------------------------------------------------------------------------*/

.text-block {
  padding: 20px;
  box-shadow: 0px 5px 10px rgb(230, 230, 230);
  border-radius: 20px;
  margin-bottom: 0;
  font-size: 14px;
  transition: 0.3s;
}

/*
.gemz-page .text-block:hover {
  padding: 20px;
  box-shadow: -1px -1px 10px #f380ff70,
  1px 1px 10px #65c6cd80;
  border-radius: 20px;
  margin-bottom: 0;
  transition: 0.3s;
}

.eatin-page .text-block:hover {
  padding: 20px;
  box-shadow: -1px -1px 10px #ffffff,
  0px 0px 10px #ffd600;
  border-radius: 20px;
  margin-bottom: 0;
  transition: 0.3s;
}

.swing-page .text-block:hover {
  padding: 20px;
  box-shadow: -1px -1px 10px #ffffff,
  0px 0px 10px #97a4ce;
  border-radius: 20px;
  margin-bottom: 0;
  transition: 0.3s;
}

.shift-page .text-block:hover {
  padding: 20px;
  box-shadow: -1px -1px 10px #ffffff,
  0px 1px 10px #3dffd2;
  border-radius: 20px;
  margin-bottom: 0;
  transition: 0.3s;
}

.mrcbg-page .text-block:hover {
  padding: 20px;
  box-shadow: -1px -1px 10px #ffffff,
  0px 1px 10px #3dffd2;
  border-radius: 20px;
  margin-bottom: 0;
  transition: 0.3s;
}

.night-owl-page .text-block:hover {
  padding: 20px;
  box-shadow: -1px -1px 10px #ffffff,
  0px 1px 10px #93ceff;
  border-radius: 20px;
  margin-bottom: 0;
  transition: 0.3s;
}

.lock-in-page .text-block:hover {
  padding: 20px;
  box-shadow: -1px -1px 10px #ffffff,
  0px 0px 10px #737373;
  border-radius: 20px;
  margin-bottom: 0;
  transition: 0.3s;
  background-color: #333333;
  color: rgb(255, 255, 255);
}

.lock-in-page .text-block:hover .text-black-400 {
  color: rgb(255, 255, 255);
  font-weight: 400;
  transition: 0.3s;
}

.livingbubbles-page .text-block:hover {
  padding: 20px;
  box-shadow: -1px -1px 10px #ffffff,
  0px 1px 10px #ffc653;
  border-radius: 20px;
  margin-bottom: 0;
  transition: 0.3s;
}

.bulliaid-page .text-block:hover {
  padding: 20px;
  box-shadow: -1px -1px 10px #ffffff,
  0px 0px 10px #db6e2b;
  border-radius: 20px;
  margin-bottom: 0;
  transition: 0.3s;
}

.diafitty-page .text-block:hover {
  padding: 20px;
  box-shadow: -1px -1px 10px #90c2ff80,
  1px 1px 10px #acffc580;
  border-radius: 20px;
  margin-bottom: 0;
  transition: 0.3s;
}

*/

/*----------------------------------------------------------------------- 
IMG Hover Effect
-------------------------------------------------------------------------*/
img:hover {
  transition: 0.3s;
  transform: scale(1.01);
}

.image-wrapper {
  transition: 0.3s;
  overflow: hidden;
}

.image-wrapper:hover {
  transition: 0.3s;
  overflow: hidden;
}

img.no-style {
  border-radius: 0;
  box-shadow: none;
  transition: none;
  transform: none;
}

/*----------------------------------------------------------------------- 
hr Line Settings
-------------------------------------------------------------------------*/
hr {
  border: 0.5px solid black;
}

/*----------------------------------------------------------------------- 
<p> last-line margin bottom 0
-------------------------------------------------------------------------*/
.last-line {
  margin-bottom: 0px;
}

.about-page-section {
  padding: 24px 0 0;
}

.about-page-section-intro {
  padding-top: 64px;
}

.about-page-section + .about-page-section {
  margin-top: 0;
}

.about-block {
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.about-page-section:last-of-type .about-block {
  border-bottom: 0;
  padding-bottom: 32px;
}

.about-profile-block,
.about-focus-block {
  min-height: 100%;
}

.about-profile-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.about-profile-copy-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.about-main-name {
  margin: 0;
}

.about-sub-name {
  margin: 8px 0 0;
  font-weight: 400;
}

.about-contact-copy,
.about-block-copy,
.about-focus-copy {
  margin: 0;
}

.about-contact-copy {
  margin-top: 18px;
}

.about-image-wrapper {
  margin-top: 0;
  flex: 0 0 auto;
}

.about-profile-image {
  max-width: 150px;
  border-radius: 18px;
}

.about-block-title {
  margin: 0 0 14px;
}

.about-role-summary {
  margin-top: 14px;
}

.about-role-summary-title {
  margin: 20px 0 8px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #17191a;
}

.about-role-summary-copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(34, 36, 37, 0.62);
}

.about-role-summary-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: rgba(34, 36, 37, 0.62);
}

.about-role-summary-list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 12px;
  font-size: 13px;
  line-height: 1.75;
}

.about-role-summary-list li::before {
  content: "";
  position: absolute;
  top: 0.86em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(34, 36, 37, 0.82);
  transform: translateY(-50%);
}

.about-role-summary-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .about-page-section {
    padding: 20px 0 0;
  }

  .about-page-section-intro {
    padding-top: 84px;
  }

  .about-block {
    padding: 0 0 20px;
  }

  .about-focus-block,
  .about-profile-block {
    margin-bottom: 18px;
  }

  .about-profile-layout {
    flex-direction: column;
    gap: 24px;
  }

  .about-image-wrapper {
    margin-top: 0;
  }

  .about-role-summary-title,
  .about-role-summary-copy,
  .about-role-summary-list li {
    font-size: 12.5px;
  }
}

/*----------------------------------------------------------------------- 
logo placing
-------------------------------------------------------------------------*/

.logo {
  max-width: 100%;
  height: 44px;
  width: auto;
  object-fit: contain;
  margin-left: -8px;
  margin-bottom: 4em;
}

/*----------------------------------------------------------------------- 
General Section settings
-------------------------------------------------------------------------*/

section + section {
  margin-top: 4rem;
}

#colorlib-main > .container.mt-5 {
  margin-top: 5rem !important;
}

.top-section {
  margin-top: 8px;
}

.home-page section {
  margin: 0rem 0rem;
}

.home-page-jp section {
  margin: 0rem 0rem;
}

/*----------------------------------------------------------------------- 
Language switcher
-------------------------------------------------------------------------*/

/* Hide language-switcher-container when aside is out */
body.slideout .language-switcher-container {
  opacity: 0;
  visibility: hidden;
}

.language-switcher-container {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0px; /* Adjust this value to set the distance from the top */
  z-index: 1000; /* Ensure it stays above other content */
  transition: 0.3s;
}

.language-switcher-container :hover {
  transition: 0.6s;
  opacity: 1;
  box-shadow: none;
}

.language-switcher :hover {
  opacity: 1;
  box-shadow: none;
}

.language-switcher {
  --language-switcher-option-size: 34px;
  --language-switcher-gap: 2px;
  --language-switcher-padding: 5px;
  position: fixed;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.98);
  opacity: var(--work-case-study-ui-opacity, 0.98);
  padding: var(--language-switcher-padding);
  margin: 0;
  display: flex;
  align-items: center;
  gap: var(--language-switcher-gap);
  height: 44px;
  border-radius: 999px;
  transition: 0.6s;
  flex-direction: row;
  box-shadow: none;
  border: 1px solid rgba(107, 124, 154, 0.28);
  overflow: hidden;
}

.language-switcher::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--language-switcher-padding);
  width: var(--language-switcher-option-size);
  height: var(--language-switcher-option-size);
  border-radius: 50%;
  background-color: #000000;
  transform: translate3d(0, -50%, 0);
  transition: transform 180ms cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}

.language-switcher:has(a:nth-child(2).language-switcher-active)::before {
  transform: translate3d(calc(var(--language-switcher-option-size) + var(--language-switcher-gap)), -50%, 0);
}

.language-switcher.is-switching-to-en::before {
  transform: translate3d(0, -50%, 0);
}

.language-switcher.is-switching-to-jp::before {
  transform: translate3d(calc(var(--language-switcher-option-size) + var(--language-switcher-gap)), -50%, 0);
}

.language-switcher a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  padding: 0;
  display: flex;
  justify-content: center;
  /* Horizontally center */
  align-items: center;
  /* Vertically center */
  text-align: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  box-sizing: border-box;
  transition: color 160ms ease, opacity 160ms ease;
}

.language-switcher-active {
  color: white;
  font-weight: 400;
  border-radius: 50%;
  border: 1px solid transparent;
}

.language-switcher-not-active {
  color: rgb(0, 0, 0);
  font-weight: 300;
  border: 1px solid transparent;
}

@media (max-width: 991.98px) {
  .language-switcher {
    --language-switcher-option-size: 28px;
    --language-switcher-padding: 4px;
    top: 12px;
    right: 12px;
    height: 36px;
  }

  .language-switcher a {
    width: 28px;
    min-width: 28px;
    height: 28px;
    font-size: 12px;
    padding: 0;
    box-sizing: border-box;
  }

  .language-switcher-active {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
}
