@layer base {
  :root {
    --color-key: #c6000b;
    --color-base: #000000;
    --color-gray: #3c3c3c;
    --color-bg-gray: #ebebeb;
    --font-family-base: 'Noto Sans JP', sans-serif;
    --font-family-en: 'Montserrat', sans-serif;
    --font-family-serif: 'Noto Serif', serif;
  }
}
@layer base {
  html {
    font-family: var(--font-family-base);
  }
  body {
    font-family: inherit;
    color: var(--color-base);
  }
}
.l-header__logo {
  max-width: 193px;
  width: 100%;
  position: absolute;
  top: 12px;
  left: 17px;
}

.l-main {
  overflow: hidden;
}

.l-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.l-footer__inner {
  padding: 40px 0 5px;
  background-color: #c6000b;
}
@media (min-width: 768px) {
  .l-footer__inner {
    padding: 50px 0 5px;
  }
}

.l-footer__deco {
  --footer-deco-width: 665px;
  --footer-deco-offset-y: 18px;
  position: relative;
  left: 50%;
  width: var(--footer-deco-width);
  max-width: none;
  line-height: 0;
  pointer-events: none;
  transform: translate(-50%, var(--footer-deco-offset-y));
}
.l-footer__deco img {
  display: block;
  width: var(--footer-deco-width);
  max-width: none;
  height: auto;
}
@media (min-width: 768px) {
  .l-footer__deco {
    --footer-deco-width: 1586px;
    --footer-deco-offset-y: 35px;
  }
}

.l-footer > .container {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

.l-footer__logo {
  max-width: 270px;
  margin: 0 auto;
}
.l-footer__logo a {
  display: block;
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .l-footer__logo {
    max-width: 380px;
  }
}

.l-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.l-footer__sns__item__anchor {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.l-footer__sns__item__anchor:hover {
  opacity: 0.7;
}
.l-footer__sns__item__anchor img {
  display: block;
  width: 31px;
  height: auto;
}

.l-footer__legal {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.005em;
}

.l-footer__legal__copy {
  margin: 0;
}

.l-footer__legal__note {
  margin: 0;
}

.l-footer__legal__note__br {
  display: inline;
}
@media (min-width: 768px) {
  .l-footer__legal__note__br {
    display: none;
  }
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-top: 0 !important;
}

.movie-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.movie-modal.is-open {
  display: flex;
}

.movie-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.movie-modal__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
}

.movie-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.movie-modal__close::before, .movie-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
}
.movie-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.movie-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.movie-modal__content {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
}

.movie-modal__iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.home-comingsoon {
  padding-top: 200px;
  padding-bottom: 150px;
  max-width: none;
  margin: 0 auto;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .home-comingsoon {
    padding-top: 200px;
    padding-bottom: 200px;
    max-width: 670px;
    padding-inline: 0;
  }
}

.home-comingsoon__image {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
}
.home-comingsoon__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .home-comingsoon__image {
    max-width: none;
    margin-inline: 0;
  }
}

.home-hero {
  padding: 50px;
}

.home-hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.home-lead {
  padding: 0px 0 100px;
}

.home-lead__text {
  text-align: center;
  font-weight: 700;
  color: #000000;
}

.home-lead__text__statement {
  color: #c6000b;
  font-size: 15px;
  letter-spacing: 0.005em;
  line-height: 2.1333333333em;
}

.home-lead__text__copy {
  margin-top: 40px;
  color: #c6000b;
  font-size: 42px;
  letter-spacing: 0.005em;
}

.home-lead__image {
  max-width: 320px;
  margin: 50px auto 0;
}

.home-lead__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.home-lead__image__text {
  color: #c6000b;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 0;
}

.home-lead__button {
  max-width: 210px;
  margin: 85px auto 0;
}

.home-lead__button__anchor {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.home-lead__button__anchor:hover {
  opacity: 0.7;
}

.home-lead__message {
  padding-top: 60px;
  margin-top: 90px;
  position: relative;
}

.home-lead__message__icon {
  max-width: 200px;
  position: absolute;
  top: 0;
  left: calc(50% - 220px);
  transform: translateX(-50%);
}

.home-lead__message__icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.home-lead__message__text {
  color: #3c3c3c;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 2.1333333333em;
}

.home-lead__message__name {
  color: #3c3c3c;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.003em;
}

.home-lead__message__name span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.003em;
  line-height: 1.5;
}

.home-crosstalk {
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
  padding: 110px 0;
}

.home-crosstalk__cross {
  position: absolute;
  z-index: 0;
  width: 1400px;
  height: 1400px;
  pointer-events: none;
}
.home-crosstalk__cross::before, .home-crosstalk__cross::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 70px;
  height: 100%;
  margin: auto;
  background-color: #f3f3f3;
}
.home-crosstalk__cross::before {
  transform: rotate(45deg);
}
.home-crosstalk__cross::after {
  transform: rotate(-45deg);
}
.home-crosstalk__cross--top-right {
  top: 0;
  right: 0;
  translate: 35% -35%;
}
.home-crosstalk__cross--bottom-left {
  bottom: 0;
  left: 0;
  translate: -35% 35%;
  scale: -1 -1;
}

.home-crosstalk > .container {
  position: relative;
  z-index: 1;
}

.home-crosstalk__heading {
  text-align: center;
}

.home-crosstalk__heading__icon {
  max-width: 320px;
  margin: 0 auto;
}

.home-crosstalk__heading__icon img {
  width: 100%;
  height: auto;
}

.home-crosstalk__heading__title-en {
  margin: 16px 0 0;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.75em;
  line-height: 1;
  margin-left: 0.75em;
}

.home-crosstalk__heading__title-ja {
  margin: 10px 0 0;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.home-crosstalk__people {
  max-width: 730px;
  margin: 60px auto 0;
}
.home-crosstalk__people img {
  display: block;
  width: 100%;
  height: auto;
}

.home-crosstalk__box {
  margin-top: -25px;
  padding: 100px 80px 80px;
  border-radius: 40px;
  background-color: #fff;
}

.home-crosstalk__box__title {
  max-width: 460px;
  margin: 0 auto 0;
}

.home-crosstalk__box__text {
  margin-top: 50px;
  font-size: 15px;
  text-align: center;
}

.home-crosstalk__box__movie {
  max-width: 660px;
  margin: 50px auto 0;
}

.home-crosstalk__box__movie__thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.home-crosstalk__box__movie__thumb__image {
  display: block;
  width: 100%;
  border-radius: 35px;
}

.home-crosstalk__box__movie__ico {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 86px;
  height: 86px;
  translate: -50% -50%;
  pointer-events: none;
}

.home-crosstalk__box__profile {
  display: flex;
  gap: 40px;
  margin-top: 80px;
  align-items: flex-start;
}

.home-crosstalk__box__profile__head {
  position: relative;
  flex: 0 0 180px;
}

.home-crosstalk__box__profile__head__header {
  position: relative;
  z-index: 1;
  line-height: 1.1;
}

.home-crosstalk__box__profile__head__header__sub {
  font-family: var(--font-family-en);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.home-crosstalk__box__profile__head__header__main {
  color: #c6000b;
  font-family: var(--font-family-en);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.005em;
}

.home-crosstalk__box__profile__body {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.home-crosstalk__box__profile__body__item__sub {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.005em;
  margin: 0;
}

.home-crosstalk__box__profile__body__item__name {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.005em;
  margin: 0;
}

.home-crosstalk__box__profile__body__item__text {
  margin-top: 16px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 10px 0 0;
}
.home-crosstalk__box__profile__body__item__text a {
  color: #0066cc;
  text-decoration: underline;
}

.home-crosstalk__box__profile__body__item__sns {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.home-crosstalk__box__profile__body__item__sns__item__anchor {
  color: #386bc6;
  text-decoration: none;
  padding-right: 28px;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.home-crosstalk__box__profile__body__item__sns__item__anchor:hover {
  opacity: 0.7;
}
.home-crosstalk__box__profile__body__item__sns__item__anchor::after {
  content: "";
  background-image: url("../images/ico_window.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-project {
  overflow: hidden;
  border-top: 2px solid #fff;
  padding: 110px 0 450px;
  background-image: url("../images/project_bg_cloud.png"), url("../images/project_bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center calc(100% + clamp(300px, 6vw, 100px)), center bottom;
  background-size: 100% auto, cover;
}

.home-project > .container {
  max-width: 1320px;
}

.home-project__intro {
  position: relative;
  min-height: 300px;
}

.home-project__heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.home-project__heading__icon {
  max-width: 320px;
  margin: 0 auto;
}

.home-project__heading__icon img {
  width: 100%;
  height: auto;
}

.home-project__heading__title-en {
  margin: 16px 0 0;
  font-family: var(--font-family-en);
  font-size: 47px;
  font-weight: 800;
  letter-spacing: 0.005em;
  line-height: 1;
}

.home-project__heading__title-ja {
  margin: 10px 0 0;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.home-project__lead {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.1em;
}

.home-project__deco {
  position: absolute;
  z-index: 0;
  right: 50%;
  translate: calc(50% + 320px) 0;
  bottom: -1px;
  width: 270px;
  height: auto;
}
.home-project__deco img {
  display: block;
  width: 100%;
  height: auto;
}

.home-project__articles {
  position: relative;
  z-index: 1;
  padding: 70px 90px 60px;
  background-color: rgba(255, 255, 255, 0.88);
}

.home-project__article {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.home-project__article + .home-project__article {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #bdbdbd;
}

.home-project__article__image img {
  display: block;
  width: 100%;
  height: auto;
}

.home-project__article__eyebrow {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.home-project__article__title {
  margin: 0 0 0;
  color: #c6000b;
  font-size: clamp(22px, 2vw, 25px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.025em;
}

.home-project__article__title__nowrap {
  display: inline-block;
}

.home-project__article__label {
  display: table;
  margin: 7px 0 0;
  padding: 5px 13px 6px;
  background-color: #c6000b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.home-project__article__text {
  margin: 20px 0 0;
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.home-project__article__buttons {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  justify-content: flex-end;
}
.home-project__article__buttons--end .home-project__button {
  flex: 0 1 210px;
}

.home-project__button {
  position: relative;
  max-width: 240px;
  display: flex;
  flex: 1 1 0;
  min-height: 46px;
  padding: 10px 46px 10px 20px;
  border-radius: 999px;
  background-color: #3c3c3c;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.home-project__button:hover {
  opacity: 0.75;
}

.home-project__button__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 26px;
  height: 26px;
  translate: 0 -50%;
}

.home-project__button__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .home-project {
    padding: 80px 0 40px;
  }
  .home-project__intro {
    min-height: 270px;
  }
  .home-project__deco {
    right: -30px;
    width: 220px;
    opacity: 0.7;
  }
  .home-project__articles {
    padding: 50px 40px;
  }
  .home-project__article {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .home-project__article__image {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .home-project {
    padding-top: 65px;
  }
  .home-project__intro {
    min-height: 300px;
  }
  .home-project__heading__icon {
    max-width: 240px;
  }
  .home-project__heading__title-en {
    font-size: 38px;
  }
  .home-project__lead {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .home-project__deco {
    right: -55px;
    width: 190px;
    opacity: 0.6;
  }
  .home-project__articles {
    margin-inline: -5px;
    padding: 35px 20px 40px;
  }
  .home-project__article + .home-project__article {
    margin-top: 30px;
    padding-top: 30px;
  }
  .home-project__article__eyebrow {
    font-size: 13px;
  }
  .home-project__article__title {
    font-size: 21px;
  }
  .home-project__article__text {
    font-size: 13px;
  }
  .home-project__article__buttons {
    flex-direction: column;
  }
  .home-project__article__buttons--end .home-project__button,
  .home-project__button {
    flex-basis: auto;
  }
}
.home-radiocar {
  position: relative;
  overflow: hidden;
  margin-top: -330px;
}

.home-radiocar > .container {
  max-width: none;
  padding-inline: 0;
}

.home-radiocar__wave {
  position: relative;
  width: 100%;
  height: 350px;
}

.home-radiocar__wave::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/radiocar_wave.svg") no-repeat center center/1920px 350px;
}

.home-radiocar__content {
  margin-top: -30px;
  height: 260px;
  background-color: #d9d0d0;
}

.home-radiocar__content__car {
  --car-x: calc(50vw + 50%);
  position: relative;
  padding-top: 20px;
  max-width: 530px;
  margin: 0 auto;
  transform: translate3d(var(--car-x), -150px, 0);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-radiocar__content__car picture {
  display: contents;
}
.home-radiocar__content__car.is-before {
  --car-x: calc(50vw + 50%);
}
.home-radiocar__content__car.is-active {
  --car-x: 0px;
}
.home-radiocar__content__car.is-after {
  --car-x: calc(-50vw - 50%);
}

.home-radiocar__content__balloon {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  z-index: 2;
  width: max-content;
  max-width: min(600px, 90vw);
  padding: 15px 25px;
  border-radius: 20px;
  background-color: #c6000b;
  color: #fff;
  translate: -50% 0;
  text-align: center;
}

.home-radiocar__content__balloon__text {
  margin: 0;
}

.home-radiocar__content__balloon__text__sub {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.005em;
}

.home-radiocar__content__balloon__text__main {
  display: block;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.005em;
}

.home-radiocar__content__balloon__tail {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 40px);
  width: 32px;
  height: auto;
  translate: -50% 100%;
  pointer-events: none;
}

.home-radiocar__content__car__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  animation: radiocar-bob 0.3s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes radiocar-bob {
  from {
    transform: translateY(-1px);
  }
  to {
    transform: translateY(1px);
  }
}
.home-radiocar__content__car__shadow {
  position: absolute;
  bottom: 3px;
  left: 50%;
  z-index: 0;
  width: 95%;
  height: auto;
  translate: -50% 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .home-radiocar__content__car {
    --car-x: 0px !important;
    transition: none;
  }
  .home-radiocar__content__car__image {
    animation: none;
  }
}
.home-radiocar__content__sns {
  max-width: 580px;
  margin: -110px auto 0;
  background-color: #fff;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 30px 5px 40px;
}

.home-radiocar__content__sns__text {
  font-size: 21px;
  font-weight: 700;
  margin: 0;
}

.home-radiocar__content__sns__text em {
  font-style: normal;
  color: #c6000b;
}

.home-radiocar__content__sns__anchors {
  display: flex;
  align-items: center;
}

.home-radiocar__content__sns__anchors__anchor {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-left: auto;
}

.copy-0002 {
  margin: 0 !important;
}

#u20260723110659 .unit-base {
  padding-bottom: 0 !important;
  max-width: none !important;
}

.container.no-header {
  padding-top: 0 !important;
}

#wrapper {
  margin: 0 !important;
  padding: 0 !important;
}