/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: "tsukuhou";
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.topFv {
  width: 100%;
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: 320px) {
  .topFv {
    height: auto;
    padding-bottom: 6.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv {
    height: 100vh;
    height: 100svh;
    padding-bottom: 0;
  }
}
.topFv__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 320px) {
  .topFv__inner {
    padding: calc(6.6rem + 10px) 8px 8px 8px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__inner {
    padding: 14rem 8px 8px 8px;
  }
}
.topFv__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topFv__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topFv__main {
    width: 100%;
    height: 100%;
    padding: 8px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__main {
    width: calc(70% - 8px);
    height: 100%;
    padding: 8px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 320px) {
  .topFv__sub {
    width: 100%;
    height: 40rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__sub {
    width: 30%;
    height: auto;
  }
}
.topFv__sub .topFv__blocks {
  display: grid;
}
@media screen and (min-width: 320px) {
  .topFv__sub .topFv__blocks {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    height: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topFv__sub .topFv__blocks {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    height: 100%;
  }
}
.topFv__hero {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .topFv__hero {
    height: 40rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__hero {
    height: 64%;
    margin-bottom: 0;
  }
}
.topFv__heroBg, .topFv__heroBginner {
  width: 100%;
  height: 100%;
}
.topFv__heroBginner {
  border-radius: 16px;
  overflow: hidden;
}
.topFv__hero video, .topFv__hero img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: contrast(0.96) brightness(0.88);
          filter: contrast(0.96) brightness(0.88);
}
.topFv__heroCopy {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgb(var(--color-wh));
}
@media screen and (min-width: 320px) {
  .topFv__heroCopy {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 8px 8px 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .topFv__heroCopy {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 8px 8px 2.5vw;
  }
}
.topFv__heroCopyEn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.08;
}
@media screen and (min-width: 320px) {
  .topFv__heroCopyEn {
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__heroCopyEn {
    font-size: 9.4rem;
  }
}
.topFv__heroCopyEn span:first-child {
  font-weight: 700;
}
.topFv__heroCopyEn span:last-child {
  font-family: var(--font-unique);
  font-style: oblique;
}
@media screen and (min-width: 320px) {
  .topFv__heroCopyEn span:last-child {
    padding-left: 8.6rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__heroCopyEn span:last-child {
    padding-left: 10.6rem;
  }
}
@media screen and (min-width: 320px) {
  .topFv__heroCopyJa, .topFv__heroCopyDesc {
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .topFv__heroCopyJa, .topFv__heroCopyDesc {
    padding-left: 2.5vw;
  }
}
.topFv__heroCopyJa {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 16px 0 8px;
}
@media screen and (min-width: 320px) {
  .topFv__heroCopyJa {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__heroCopyJa {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 320px) {
  .topFv__heroCopyDesc {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__heroCopyDesc {
    font-size: 1.42rem;
  }
}
.topFv__blocks {
  display: grid;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .topFv__blocks {
    height: 36rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__blocks {
    height: calc(36% - 8px);
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }
}/*# sourceMappingURL=top.css.map */