@charset "UTF-8";
/* ===============================================
# underline
=============================================== */
.js__marker {
  background-image: linear-gradient(to bottom, transparent 60%, #f6d48e 60%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

/* ===============================================
# btn
=============================================== */
/* =======================  ===*/
/* ===============================================
# base
=============================================== */
/* ======================= responsive ===*/
.pc {
  display: block;
}
@media (max-width: 639px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media (max-width: 639px) {
  .mb {
    display: block;
  }
}

/* ======================= layout ===*/
.c-section {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 639px) {
  .space {
    margin-top: -4.8vw;
  }
}

/* ======================= btn ===*/
.smb-btn {
  position: relative;
  overflow: hidden;
}
.smb-btn::after {
  -webkit-animation: 4s 0s shine linear infinite;
          animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}

@-webkit-keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.smb-btn:hover {
  opacity: 0.7;
}

.cta__btn a {
  padding: 0.4em 3.28em !important;
}
@media (max-width: 639px) {
  .cta__btn a {
    padding: 0.4em 2.6em !important;
  }
}
.cta__btn a .smb-btn__label {
  font-size: clamp(15px, 1.7vw, 21px);
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media (max-width: 639px) {
  .cta__btn a .smb-btn__label {
    font-size: clamp(0.8em, 4vw, 1.2em);
  }
}

@media (max-width: 639px) {
  .separator {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 3vw;
  }
} /* ===============================================
# menu
=============================================== */
.l-header {
  box-shadow: none;
}

.l-1row-header .c-container {
  padding-top: 0.8em;
  max-width: 89vw;
}

.l-header__content .c-row__col:first-child {
  flex: 0 0 auto; /* ロゴはサイズ固定 */
  padding-left: 0;
  padding-top: 0.25em;
  width: 17.5vw;
}
@media (max-width: 639px) {
  .l-header__content .c-row__col:first-child {
    width: 50vw;
  }
}

@media (max-width: 639px) {
  .c-site-branding__title .custom-logo {
    width: 27vw;
  }
}

.l-header__content .c-row__col:last-child {
  flex: 1; /* メニューは残り幅を全部使う */
  justify-content: flex-end; /* メニューを右寄せ */
  display: flex; /* 念のためflex化 */
  align-items: center; /* 縦中央揃え */
}

.u-invisible-md-down {
  margin-left: 13.25vw;
  padding-top: 0.45em;
}
.u-invisible-md-down ul li {
  margin-right: 2.18em;
}
.u-invisible-md-down ul li a {
  font-size: clamp(0.8em, 1vw, 1.6em) !important;
}

.menu-item-110 {
  position: absolute;
  top: 0.8em;
  right: 0;
  width: 20.4vw;
  margin-right: 0 !important;
  border-radius: 15px 0 0 15px;
}
@media (max-width: 639px) {
  .menu-item-110 {
    top: 10.8em;
    left: 2.8em;
    right: auto;
    width: 60vw;
    max-width: 220px;
    border-radius: 15px;
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}
.menu-item-110 a {
  padding-top: 0.85em !important;
  padding-bottom: 0.5em !important;
  margin-left: -1em;
}
@media (max-width: 639px) {
  .menu-item-110 a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 0;
  }
}

.contact-button {
  text-align: center;
}

.contact-text {
  font-size: clamp(1.1em, 1.1vw, 1.2em); /* 小さめのテキストサイズ */
  margin: 0;
}
@media (max-width: 639px) {
  .contact-text {
    font-size: 0.9em;
  }
}

.contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em; /* アイコンと電話番号の間に余白 */
  margin-top: -0.2em;
  margin-left: -1em;
}

.fa-phone {
  font-size: 1.4em;
  transform: rotate(17deg);
}
@media (max-width: 639px) {
  .fa-phone {
    font-size: 1.15em;
  }
}

.tel-number {
  font-size: 1.6em; /* 電話番号を大きめに */
  margin: 0;
  letter-spacing: 0.07em;
}
@media (max-width: 639px) {
  .tel-number {
    font-size: 1.3em;
  }
}

/* ===============================================
# FV
=============================================== */
.fv {
  padding-top: 3.5vw;
  padding-bottom: 3.68vw;
  /* ======================= btn ===*/
}
@media (max-width: 639px) {
  .fv {
    padding-bottom: 7.2vw;
  }
}
.fv .fv__img {
  width: 100vw;
}
.fv .fv__img-sp {
  width: 69.2vw;
  margin-top: 5.2vw !important;
}
.fv__btn {
  margin-top: 1.6vw;
}
@media (max-width: 639px) {
  .fv__btn {
    margin-top: 6.5vw;
  }
}

/* ===============================================
# about
=============================================== */
.about {
  padding-bottom: 4.85vw;
}
@media (max-width: 639px) {
  .about {
    padding-top: 0vw;
    padding-bottom: 0vw;
  }
}
@media (max-width: 639px) {
  .about .c-container {
    padding-top: 1em;
  }
}
.about__img {
  width: 62.5vw;
  position: relative;
  top: -0.5vw;
  left: -5.7vw;
}
@media (max-width: 639px) {
  .about__img-sp {
    width: 83vw;
  }
}
.about .smb-section__fixed-background {
  border-radius: 156px 0 0 156px;
}
@media (max-width: 639px) {
  .about .smb-section__fixed-background {
    border-radius: 18px;
  }
}

/* ===============================================
# logo
=============================================== */
.logo-slider-section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 2em 0 1.55em 0;
  background: #fff;
  margin-top: 2.5vw;
}
@media (max-width: 639px) {
  .logo-slider-section {
    padding: 0;
  }
}

.logo-slider {
  overflow: hidden;
  white-space: nowrap;
}

.logo-track {
  display: inline-flex;
  align-items: center;
  -webkit-animation: scroll-left 30s linear infinite;
          animation: scroll-left 30s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform; /* ← 追加で滑らかに */
}

.slider-top .logo-track {
  -webkit-animation: scroll-left 30s linear infinite;
          animation: scroll-left 30s linear infinite;
}

.slider-bottom .logo-track {
  -webkit-animation: scroll-left 30s linear infinite -15s both;
          animation: scroll-left 30s linear infinite -15s both;
  margin-top: 1vw;
}

.logo-track img {
  height: clamp(50px, 9vw, 135px);
  margin: 0 1em;
  flex-shrink: 0;
  width: auto;
}

/* 左に流れる（右から左にスクロール） */
@-webkit-keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* レスポンシブ対応 */
@media (max-width: 639px) {
  .logo-track img {
    height: 35px;
    margin: 0 0.5em;
  }
}
/* ===============================================
# works
=============================================== */
.works {
  padding-top: 0;
  padding-bottom: 10.7vw;
  margin-bottom: 3.58vw;
  margin-top: 2.7vw;
  /* ======================= インサート ===*/
  /* ======================= プロダクト ===*/
  /* ======================= カスタム ===*/
  /* ======================= ラウンド別プラン ===*/
  /* ======================= section__cta ===*/
}
@media (max-width: 639px) {
  .works {
    padding-bottom: 7.2vw;
  }
}
.works .smb-section__fixed-background {
  border-radius: 0 155px 155px 0;
}
@media (max-width: 639px) {
  .works .smb-section__fixed-background {
    border-radius: 10px;
  }
}
@media (max-width: 639px) {
  .works .c-container {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.works .works__title {
  width: 47.5vw;
  margin-top: 2.25vw;
  margin-bottom: 5.8vw;
  margin-left: 2.8vw;
  min-width: 360px;
}
@media (max-width: 639px) {
  .works .works__title-sp {
    font-size: clamp(1.3em, 6vw, 38px);
    color: #fff;
    margin-top: -0.01em;
  }
}
.works .works-section-title {
  font-size: clamp(1.2em, 2.3vw, 43px);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 639px) {
  .works .works-section-title {
    font-size: clamp(1.4em, 6vw, 2em);
  }
}
.works .works-section-subtitle {
  font-size: clamp(0.85em, 1.4vw, 30px);
  font-weight: bold;
  margin-top: 0.1em;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (max-width: 639px) {
  .works .works-section-subtitle {
    font-size: clamp(0.85em, 2.8vw, 1.1em);
    margin-top: 0.5em;
    margin-bottom: 3vw;
    line-height: 1.5;
  }
}
.works .works-section-subtitle .pc {
  display: inline-flex;
  white-space: nowrap;
}
@media (max-width: 639px) {
  .works .works-section-subtitle .pc {
    display: none;
    white-space: normal;
  }
}
.works .insert {
  margin-top: 6vw;
  padding-top: 0;
  padding-bottom: 2.4vw;
  width: 86.3vw;
}
@media (max-width: 639px) {
  .works .insert {
    width: 100vw;
    border: none;
    background-color: #578cd5 !important;
    padding-bottom: 0;
  }
}
.works .insert .smb-section__fixed-background {
  border-radius: 16px !important;
}
@media (max-width: 639px) {
  .works .insert .smb-section__contents-wrapper {
    max-width: 100vw !important;
  }
}
.works .insert .c-container {
  padding-top: 0;
  max-width: 100vw;
}
.works .insert .insert__title__wrapper {
  padding-top: 0.5em;
  padding-bottom: 0.85em;
}
@media (max-width: 639px) {
  .works .insert .insert__title__wrapper {
    background-color: #578cd5 !important;
    border: none !important;
    padding: 0;
  }
}
.works .insert .movie__wrapper {
  margin-top: 0;
}
.works .insert .movie__wrapper .movie__item {
  margin-bottom: 0;
}
.works .insert .movie__wrapper .movie__title {
  font-size: clamp(1.2em, 2vw, 1.75em);
}
.works .insert .movie__wrapper .movie__content {
  margin-top: 1vw;
}
.works .insert .movie__wrapper .movie__content .wp-block-column {
  border-radius: 10px;
  padding: 1em;
}
.works .insert .movie__wrapper .movie__text {
  font-size: clamp(1em, 1.7vw, 1.5em);
  font-weight: bold;
  margin-top: 0.8em;
  line-height: 1.4;
}
.works .insert .movie__wrapper .movie__text span {
  font-size: 0.8em;
}
.works .product {
  margin-top: 4.5vw;
  padding-top: 0;
  padding-bottom: 2.4vw;
  width: 86.3vw;
}
@media (max-width: 639px) {
  .works .product {
    width: 100vw;
    border: none;
    background-color: #578cd5 !important;
    padding-bottom: 0;
    margin-top: 0;
  }
}
.works .product .smb-section__fixed-background {
  border-radius: 16px !important;
}
@media (max-width: 639px) {
  .works .product .smb-section__contents-wrapper {
    max-width: 100vw !important;
  }
}
.works .product .c-container {
  padding-top: 0;
  max-width: 100vw;
}
.works .product .insert__title__wrapper {
  padding-top: 0.5em;
  padding-bottom: 0.85em;
}
@media (max-width: 639px) {
  .works .product .insert__title__wrapper {
    background-color: #578cd5 !important;
    border: none !important;
    padding: 0;
  }
}
.works .product .movie__wrapper {
  margin-top: 0;
}
.works .product .movie__wrapper .movie__item {
  margin-bottom: 0;
}
.works .product .movie__wrapper .movie__title {
  font-size: clamp(1.2em, 2vw, 1.75em);
}
.works .product .movie__wrapper .movie__content {
  margin-top: 1vw;
}
.works .product .movie__wrapper .movie__content .wp-block-column {
  border-radius: 10px;
  padding: 1em;
}
.works .product .movie__wrapper .movie__text {
  font-size: clamp(1em, 1.6vw, 1.5em);
  font-weight: bold;
  margin-top: 0.8em;
  line-height: 1.4;
}
.works .product .movie__wrapper .movie__text span {
  font-size: 0.8em;
}
.works .custom {
  margin-top: 4.7vw;
  padding-top: 0;
  padding-bottom: 2vw;
  width: 86.3vw;
}
@media (max-width: 639px) {
  .works .custom {
    width: 100vw;
    border: none;
    background-color: #578cd5 !important;
    padding-bottom: 0;
    margin-top: 0;
  }
}
.works .custom .smb-section__fixed-background {
  border-radius: 16px !important;
}
@media (max-width: 639px) {
  .works .custom .smb-section__contents-wrapper {
    max-width: 100vw !important;
  }
}
.works .custom .c-container {
  padding-top: 0;
  max-width: 100vw;
}
.works .custom .insert__title__wrapper {
  padding-top: 0.5em;
  padding-bottom: 0.85em;
}
@media (max-width: 639px) {
  .works .custom .insert__title__wrapper {
    background-color: #578cd5 !important;
    border: none !important;
    padding: 0;
  }
}
.works .custom .movie__wrapper {
  margin-top: 0;
}
.works .custom .movie__wrapper .wp-block-column-is-layout-flow {
  padding: 0;
  padding-bottom: 0 !important;
}
.works .flow__img {
  margin-top: 3.1vw;
  width: 86vw;
}
@media (max-width: 639px) {
  .works .flow__img-sp {
    margin-bottom: 3.6vw !important;
  }
}
.works .section__cta {
  font-size: clamp(1em, 1.7vw, 1.5em);
  font-weight: bold;
  margin-top: 1.2vw;
  line-height: 1.6;
}
@media (max-width: 639px) {
  .works .section__cta-sp {
    font-size: clamp(0.83em, 1.7vw, 1.5em);
    font-weight: bold;
    margin-top: 0;
    line-height: 1.6;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #578cd5 !important;
  }
}
.works .insert__btn {
  margin-top: 2.3vw;
}
@media (max-width: 639px) {
  .works .insert__btn {
    margin-top: 0;
    background-color: #578cd5;
  }
}
.works .insert__btn a {
  padding: 0.4em 8.28em !important;
}
@media (max-width: 639px) {
  .works .insert__btn a {
    padding: 0.48em 1.28em !important;
  }
}
.works .custom__btn {
  margin-top: 1.58vw;
}
@media (max-width: 639px) {
  .works .custom__btn {
    margin-top: 0;
    background-color: #578cd5;
  }
}
.works .custom__btn a {
  padding: 0.4em 8.28em !important;
}
@media (max-width: 639px) {
  .works .custom__btn a {
    padding: 0.48em 5.3em !important;
  }
}
.works .works__btn {
  margin-top: 4.78vw;
}
@media (max-width: 639px) {
  .works .works__btn {
    margin-top: 7.5vw;
  }
}
.works .works__btn .smb-btn-wrapper {
  margin-left: 3em;
}
@media (max-width: 639px) {
  .works .works__btn .smb-btn-wrapper {
    margin-left: 0;
  }
}
.works .works__btn .smb-btn-wrapper a {
  padding-top: 0.4em !important;
  padding-bottom: 0.4em !important;
  padding-left: 1.8em !important;
  padding-right: 1.8em !important;
}

/* ===============================================
# production
=============================================== */
.production {
  padding-bottom: 7.48vw;
  margin-bottom: 3.65vw;
}
@media (max-width: 639px) {
  .production {
    padding-top: 7.7vw;
    padding-bottom: 15vw;
    margin-bottom: 4.8vw;
    margin-top: 8vw;
  }
}
.production .smb-section__fixed-background {
  border-radius: 155px 0 0 155px;
}
@media (max-width: 639px) {
  .production .smb-section__fixed-background {
    border-radius: 0 72px 72px 0;
  }
}
.production .production__img {
  width: 76.68vw;
  margin-top: 0.65vw;
  margin-left: -1.3vw;
}
@media (max-width: 639px) {
  .production .production__img-sp {
    width: 77.7vw;
    margin-top: -0.35vw;
    margin-left: 0;
  }
}

/* ===============================================
# contact
=============================================== */
.contact {
  padding-top: 0;
  padding-bottom: 5.8vw;
}
@media (max-width: 639px) {
  .contact {
    padding-top: 5vw;
    padding-bottom: 10.8vw;
    position: relative;
  }
}
.contact .smb-section__fixed-background {
  border-radius: 0 155px 155px 0;
}
@media (max-width: 639px) {
  .contact .smb-section__fixed-background {
    border-radius: 77px 0 0 77px;
  }
}
.contact .contact__img {
  width: 74vw;
  margin-top: 2vw;
  margin-left: -2.5vw;
}
@media (max-width: 639px) {
  .contact .contact__img-sp {
    width: 81vw;
    margin-left: 0;
  }
}

.contact__btn {
  margin-top: -4.1vw;
}
@media (max-width: 639px) {
  .contact__btn {
    position: absolute;
    top: 40vw;
    left: 0;
    right: 0;
  }
}

/* ===============================================
# footer
=============================================== */
.l-footer {
  border-top: none;
  margin-top: -0.45em;
}

.c-copyright--inverse {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 2em;
}
.c-copyright--inverse .c-container {
  padding-top: 0;
}
.c-copyright--inverse small {
  color: #000;
  font-size: 0.93em;
  font-weight: bold;
}
@media (max-width: 639px) {
  .c-copyright--inverse small {
    font-size: 0.58em;
  }
}
/*# sourceMappingURL=style.css.map */