@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "acumin-variable", sans-serif;
}

/*=========================================================================
# アニメーション
========================================================================= */
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-contents {
  margin-top: -69px;
}

.fv {
  height: 100svh;
}

.fv-copy {
  margin-top: 50svh !important;
}

@media screen and (max-width: 639px) {
  .top-concept h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 639px) {
  .top-concept .smb-section-break-the-grid__figure {
    margin-top: 24px;
  }
}

.top-service .smb-panels__item__title {
  text-align: left !important;
}

.top-works h4 {
  margin-top: 0.4em;
}

.short-movie .wp-block-embed__wrapper {
  aspect-ratio: 9/16;
}
.short-movie .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

.l-contents__main .c-section:first-child {
  padding-top: 0;
}

.is-style-RJE_R002LP_flow_panels:not(:root) > .c-row[data-columns="1"] > .c-row__col:after {
  display: none;
}

.l-footer--default .l-footer-widget-area {
  padding: 1rem;
  text-align: center;
  margin-inline: auto;
}

.l-header {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.l-header.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-navbar__item:last-of-type {
  display: none;
}

/* 標準時のボタンのスタイル */
.header-button {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--wp--preset--color--sm-accent); /* 例: #007bff は青色 */
  color: #ffffff; /* テキストの色 */
  text-align: center;
  border-radius: 5px; /* ボタンの角 */
  border: 1px solid var(--wp--preset--color--sm-accent);
  text-decoration: none;
  font-size: 16px; /* フォントサイズ */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-button:hover {
  background-color: #ffffff; /* 背景色 */
  color: var(--wp--preset--color--sm-accent); /* テキストの色 */
  text-decoration: none;
}

#works .smb-section__lede-wrapper {
  display: none;
}

.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background: var(--wp--preset--color--sm-accent) !important;
}

.custom-logo {
  width: 100px;
}

.top-contact .smf-item__label__text sup {
  color: var(--wp--preset--color--sm-accent) !important;
}