@charset "UTF-8";

#header.site_header .site_brand_logo_text,
#header.site_header .site_brand_fallback {
  color: #1A1C57 !important;
}

#header.site_header .site_brand_sub {
  color: #606575 !important;
}

#header.site_header .site_nav a,
#header.site_header nav.globalMenuSp.site_mobile_menu ul a {
  color: #252733 !important;
}

#header.site_header .site_header_cta,
#header.site_header .site_mobile_menu_cta a,
#header.site_header .site_header_cta:hover,
#header.site_header .site_mobile_menu_cta a:hover {
  color: #fff !important;
}

#header.site_header {
  animation: modernHeaderIn 0.46s ease-out both;
}

@keyframes modernHeaderIn {
  from {
    opacity: 0;
    transform: translateY(-10px) !important;
  }
  to {
    opacity: 1;
    transform: translateY(0) !important;
  }
}

body#home .mv_slider {
  background: #101116 !important;
}

body#home .mv_img_wrap {
  opacity: 0 !important;
  transform: none !important;
  animation: modernMvCrossfade 18s linear infinite !important;
}

body#home .mv_img_wrap:nth-child(1) {
  opacity: 1 !important;
  animation-name: modernMvFirstCrossfade !important;
  animation-delay: 0s !important;
}

body#home .mv_img_wrap:nth-child(2) {
  animation-delay: 6s !important;
}

body#home .mv_img_wrap:nth-child(3) {
  animation-delay: 12s !important;
}

@keyframes modernMvCrossfade {
  0% { opacity: 0; }
  5.555% { opacity: 1; }
  33.333% { opacity: 1; }
  38.888% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes modernMvFirstCrossfade {
  0% { opacity: 1; }
  33.333% { opacity: 1; }
  38.888% { opacity: 0; }
  94.444% { opacity: 0; }
  100% { opacity: 1; }
}

body#home .mv_txt h2 {
  filter: none !important;
  opacity: 0;
  transform: translateY(14px);
  animation: modernMvCopy 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards !important;
}

@keyframes modernMvCopy {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body#home .js-reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition-property: opacity, transform;
  transition-duration: 0.64s;
  transition-timing-function: cubic-bezier(0.2, 0.74, 0.22, 1);
  transition-delay: var(--reveal-delay, 0ms) !important;
  will-change: opacity, transform;
}

body#home .js-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body#home .top_section_ttl_bg.js-reveal {
  transform: translate3d(0, 16px, 0);
}

body#home .top_section_ttl_bg.js-reveal.is-visible {
  transform: translate3d(0, 0, 0);
}

body#home .top_strength_mix.js-reveal .top_strength_bar {
  transition: opacity 0.66s cubic-bezier(0.2, 0.74, 0.22, 1), transform 0.66s cubic-bezier(0.2, 0.74, 0.22, 1) !important;
  transition-delay: var(--reveal-delay, 0ms) !important;
}

body#home .top_strength_mix.js-reveal:not(.is-visible) .top_strength_bar {
  opacity: 0 !important;
  transform: translate3d(0, 14px, 0) !important;
}

body#home .top_strength_mix.js-reveal.is-visible .top_strength_bar {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

body#home .works_card,
body#home .site_header_cta,
body#home .btn_lp,
body#home .top_service_box01 a {
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

body#home .works_card:hover,
body#home .top_service_box01 a:hover {
  transform: translateY(-4px);
}

body.is-opening-active {
  overflow: hidden;
}

.site_opening {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #05060b;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.62s ease, visibility 0.62s ease;
}

.site_opening.is-hiding {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site_opening_movie {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.site_opening_scrim {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(26, 28, 87, 0.1), rgba(5, 6, 11, 0.52));
}

.site_opening_brand {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 0 28px;
  text-align: center;
  transform: translateY(8px);
  animation: openingBrandIn 0.86s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.site_opening_brand img {
  display: block;
  width: min(420px, 70vw);
  height: auto;
  filter: drop-shadow(0 16px 38px rgba(0, 0, 0, 0.28));
}

.site_opening_brand span {
  display: none;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(36px, 7vw, 76px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
}

.site_opening_skip {
  position: absolute;
  right: clamp(18px, 4vw, 48px);
  bottom: clamp(18px, 4vw, 42px);
  z-index: 3;
  min-width: 78px;
  min-height: 36px;
  padding: 0 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transition: background-color 0.22s ease, transform 0.22s ease;
}

.site_opening_skip:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

@keyframes openingBrandIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body#home .works_grid {
  visibility: hidden;
  min-height: 1px;
}

body#home .works_showcase {
  max-width: 1180px;
  margin: 0 auto;
  color: #1b1d25;
  visibility: visible;
}

body#home .works_showcase_lead {
  margin-bottom: 30px;
  padding: 34px 36px;
  background: #fff;
  border: 1px solid #d9deeb;
  border-left: 5px solid #1A1C57;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(26, 28, 87, 0.08);
}

body#home .works_showcase_kicker {
  color: #1A1C57;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

body#home .works_showcase_lead h4 {
  color: #101116;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  margin: 0 0 14px;
}

body#home .works_showcase_lead p {
  max-width: 900px;
  color: #343846;
  font-size: 16px;
  line-height: 2;
  margin: 0;
}

body#home .works_showcase_lead strong {
  color: #1A1C57;
  font-weight: 800;
  background: linear-gradient(transparent 62%, rgba(26, 28, 87, 0.12) 62%);
}

body#home .works_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
}

body#home .works_filter_btn {
  appearance: none;
  display: inline-grid;
  gap: 3px;
  border: 1px solid #bfc6d8;
  background: #fff;
  color: #1b1d25;
  border-radius: 999px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

body#home .works_filter_btn small {
  display: block;
  color: #616879;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

body#home .works_filter_btn:hover,
body#home .works_filter_btn.is-active {
  background: #1A1C57;
  border-color: #1A1C57;
  color: #fff;
  transform: translateY(-1px);
}

body#home .works_filter_btn:hover small,
body#home .works_filter_btn.is-active small {
  color: rgba(255, 255, 255, 0.78);
}

body#home .works_category_block {
  margin-top: 40px;
}

body#home .works_category_block.is-hidden {
  display: none;
}

body#home .works_category_head {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d7ddea;
}

body#home .works_category_head p {
  color: #A7354A;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

body#home .works_category_head h4 {
  color: #101116;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  margin: 0;
}

body#home .works_showcase_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body#home .works_portfolio_card {
  height: 100%;
  background: #fff;
  border: 1px solid #d8deea;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(26, 28, 87, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

body#home .works_portfolio_card:hover {
  transform: translateY(-4px);
  border-color: #aeb8d0;
  box-shadow: 0 18px 38px rgba(16, 17, 22, 0.12);
}

body#home .works_portfolio_card > a {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body#home .works_portfolio_thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #edf0f6;
  border-bottom: 1px solid #e2e6ef;
}

body#home .works_image_layer {
  position: absolute;
  inset: 0;
  z-index: 2;
}

body#home .works_image_layer.is-hidden {
  display: none;
}

body#home .works_image_layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.36s ease;
}

body#home .works_portfolio_card:hover .works_image_layer img {
  transform: scale(1.035);
}

body#home .works_image_layer:not(.is-hidden) + .works_placeholder {
  display: none;
}

body#home .works_placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1A1C57;
  background: linear-gradient(135deg, #f5f7fb 0%, #e6ebf5 100%);
}

body#home .works_placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(26, 28, 87, 0.18);
}

body#home .works_placeholder span {
  position: relative;
  color: #1A1C57;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

body#home .works_portfolio_body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 20px 22px;
  background: #fff;
}

body#home .works_portfolio_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}

body#home .works_portfolio_label {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #1A1C57;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

body#home .works_portfolio_type {
  display: inline-flex;
  align-items: center;
  color: #252936;
  background: #f1f3f8;
  border: 1px solid #d7ddea;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

body#home .works_portfolio_card h5 {
  color: #101116;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
  margin: 0 0 9px;
}

body#home .works_portfolio_media {
  color: #1A1C57;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}

body#home .works_showcase_link {
  margin-top: 34px;
  text-align: center;
}

body#home .works_showcase_link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  color: #fff !important;
  background: #1A1C57 !important;
  border: 1px solid #1A1C57 !important;
  border-radius: 999px;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(26, 28, 87, 0.17);
}

@media screen and (max-width: 1024px) {
  body#home .works_showcase_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  #header.site_header nav.globalMenuSp.site_mobile_menu ul a {
    color: #252733 !important;
  }

  #header.site_header .site_mobile_menu_cta a {
    color: #fff !important;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .site_opening_brand img {
    width: min(310px, 76vw);
  }

  .site_opening_skip {
    right: 16px;
    bottom: 18px;
  }

  body#home .works_showcase_lead {
    padding: 26px 20px;
    margin-bottom: 24px;
  }

  body#home .works_showcase_lead h4 {
    font-size: 23px;
  }

  body#home .works_showcase_lead p {
    font-size: 15px;
    line-height: 1.9;
  }

  body#home .works_filter {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 22px;
  }

  body#home .works_filter_btn {
    width: 100%;
    border-radius: 8px;
    padding: 11px 13px;
    font-size: 13px;
  }

  body#home .works_category_block {
    margin-top: 30px;
  }

  body#home .works_category_head h4 {
    font-size: 20px;
  }

  body#home .works_showcase_grid {
    display: block;
  }

  body#home .works_portfolio_card {
    margin-bottom: 18px;
  }

  body#home .works_portfolio_card:hover {
    transform: none;
  }

  body#home .works_portfolio_body {
    padding: 18px 16px 20px;
  }

  body#home .works_portfolio_card h5 {
    font-size: 18px;
  }

  body#home .works_portfolio_media {
    font-size: 13px;
  }

  body#home .works_showcase_link a {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}

@media (prefers-reduced-motion: reduce) {
  #header.site_header,
  body#home .mv_img_wrap,
  body#home .mv_txt h2,
  body#home .js-reveal,
  body#home .top_strength_mix.js-reveal .top_strength_bar,
  .site_opening,
  .site_opening_brand,
  .site_opening_skip,
  body#home .works_portfolio_card,
  body#home .works_image_layer img {
    animation: none !important;
    transition: none !important;
  }

  #header.site_header,
  body#home .mv_txt h2,
  body#home .js-reveal,
  body#home .js-reveal.is-visible,
  body#home .top_strength_mix.js-reveal .top_strength_bar {
    opacity: 1 !important;
    transform: none !important;
  }

  body#home .mv_img_wrap {
    opacity: 0 !important;
  }

  body#home .mv_img_wrap:first-child {
    opacity: 1 !important;
  }
}
