@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
:root {
  --ksj-font-default: "museo-sans", "Noto Sans JP", sans-serif;
  --ksj-font-museo: "museo-sans", sans-serif;
  --ksj-font-noto: "Noto Sans JP", sans-serif;
  --ksj-color-maroon: #832714;
  --ksj-color-yellow: #eac400;
}

.ksj_main figure,
.ksj_main picture,
.ksj_main p,
.ksj_main h1,
.ksj_main h2,
.ksj_main h3 {
  margin: 0;
}
.ksj_main figure img,
.ksj_main picture img {
  width: 100%;
  height: 100%;
  display: block;
}
.ksj_main a {
  text-decoration: none;
}

.ksj_main {
  font-family: var(--ksj-font-default);
  font-size: min(16 / 1512 * 100vw, 16px);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  color: #fff;
  background-color: #000;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ksj_main {
    font-size: calc(16 / 375 * 100vw);
  }
}

.ksj_heading {
  font-family: var(--ksj-font-museo);
  font-weight: 900;
  font-style: normal;
  font-size: min(76 / 1512 * 100vw, 76px);
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .ksj_heading {
    font-size: calc(36 / 375 * 100vw);
  }
}

.ksj_fv {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1512/857;
  overflow: hidden;
}
.ksj_fv__bg {
  position: absolute;
  inset: 0;
}
.ksj_fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ksj_fv__content {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  width: 100%;
  padding: min(80 / 1512 * 100vw, 80px) min(92 / 1512 * 100vw, 92px);
  display: flex;
  flex-direction: column;
  gap: min(18 / 1512 * 100vw, 18px);
}
@media (max-width: 768px) {
  .ksj_fv__content {
    padding: calc(20 / 375 * 100vw);
    gap: calc(5 / 375 * 100vw);
  }
}
.ksj_fv__logo {
  width: min(152 / 1512 * 100vw, 152px);
}
@media (max-width: 768px) {
  .ksj_fv__logo {
    width: calc(38 / 375 * 100vw);
  }
}
.ksj_fv__heading {
  font-family: var(--ksj-font-museo);
  font-weight: 900;
  font-style: normal;
  font-size: min(55 / 1512 * 100vw, 55px);
  line-height: 1.3;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .ksj_fv__heading {
    font-size: calc(13.5 / 375 * 100vw);
  }
}

.ksj_about {
  position: relative;
  padding: min(100 / 1512 * 100vw, 100px) min(68 / 1512 * 100vw, 68px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .ksj_about {
    padding: calc(55 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.ksj_about__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ksj_about__bg picture {
  width: 100%;
  height: 100%;
}
.ksj_about__bg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ksj_about__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: min(10 / 1512 * 100vw, 10px);
  max-width: 1388px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .ksj_about__content {
    gap: calc(10 / 375 * 100vw);
  }
}
.ksj_about__content .ksj_heading {
  padding-top: min(100 / 1512 * 100vw, 100px);
}
@media (max-width: 768px) {
  .ksj_about__content .ksj_heading {
    padding-top: calc(55 / 375 * 100vw);
  }
}
.ksj_about__text {
  font-weight: 700;
  font-size: min(30 / 1512 * 100vw, 30px);
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 768px) {
  .ksj_about__text {
    font-size: calc(17 / 375 * 100vw);
  }
}

.ksj_product {
  position: relative;
  width: 100%;
  padding: min(200 / 1512 * 100vw, 200px) min(68 / 1512 * 100vw, 68px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  aspect-ratio: 1512/857;
}
@media (max-width: 768px) {
  .ksj_product {
    height: auto;
    padding: 0;
    aspect-ratio: 375/1077;
  }
}
.ksj_product__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  aspect-ratio: 1512/857;
  height: 100%;
  width: 100%;
}
.ksj_product__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .ksj_product__bg {
    position: relative;
    aspect-ratio: 375/1077;
  }
}
.ksj_product__content {
  position: relative;
  z-index: 1;
  max-width: 1388px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: min(21 / 1512 * 100vw, 21px);
}
@media (max-width: 768px) {
  .ksj_product__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: calc(55 / 375 * 100vw) calc(20 / 375 * 100vw);
    max-width: 100%;
    gap: calc(18 / 375 * 100vw);
  }
}
.ksj_product__logo {
  width: min(152 / 1512 * 100vw, 152px);
}
@media (max-width: 768px) {
  .ksj_product__logo {
    width: calc(126 / 375 * 100vw);
  }
}
.ksj_product__name {
  font-family: var(--ksj-font-museo);
  font-weight: 900;
  font-style: normal;
  font-size: min(51 / 1512 * 100vw, 51px);
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .ksj_product__name {
    font-size: calc(32 / 375 * 100vw);
    line-height: 1.2;
  }
}
.ksj_product__spec {
  font-size: min(22 / 1512 * 100vw, 22px);
  line-height: 1.7;
}
@media (max-width: 768px) {
  .ksj_product__spec {
    font-size: calc(14 / 375 * 100vw);
  }
}
.ksj_product__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(305 / 1512 * 100vw, 305px);
  height: min(67 / 1512 * 100vw, 67px);
  border-radius: 9999px;
  background-color: var(--ksj-color-yellow);
  color: #000 !important;
  font-family: var(--ksj-font-noto);
  font-weight: 700;
  font-size: min(18 / 1512 * 100vw, 18px);
  line-height: 1;
  margin-top: min(22 / 1512 * 100vw, 22px);
  transition: all 0.3s ease !important;
  border: 1px solid transparent;
}
@media (hover: hover) {
  .ksj_product__cta:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff !important;
  }
}
@media (max-width: 768px) {
  .ksj_product__cta {
    width: 100%;
    max-width: calc(335 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(67 / 375 * 100vw);
    margin-top: calc(22 / 375 * 100vw);
  }
}

.ksj_gallery {
  position: relative;
  padding: min(100 / 1512 * 100vw, 100px) min(68 / 1512 * 100vw, 68px);
}
@media (max-width: 768px) {
  .ksj_gallery {
    padding: calc(45 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.ksj_gallery__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--path) top center/cover no-repeat;
}
.ksj_gallery__inner {
  position: relative;
  z-index: 1;
  max-width: 1388px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: min(55 / 1512 * 100vw, 55px);
}
@media (max-width: 768px) {
  .ksj_gallery__inner {
    max-width: 100%;
    gap: calc(25 / 375 * 100vw);
  }
}
.ksj_gallery__item {
  display: flex;
  flex-direction: column;
}
.ksj_gallery__images {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ksj_gallery__images {
    flex-direction: column;
  }
}
.ksj_gallery__image {
  width: 50%;
  overflow: hidden;
}
.ksj_gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .ksj_gallery__image {
    width: 100%;
  }
}
.ksj_gallery__desc {
  background-color: var(--ksj-color-maroon);
  padding: min(28 / 1512 * 100vw, 28px) min(56 / 1512 * 100vw, 56px);
  font-size: min(16 / 1512 * 100vw, 16px);
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 768px) {
  .ksj_gallery__desc {
    padding: calc(26 / 375 * 100vw) calc(20 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

.ksj_movie {
  position: relative;
  padding: min(100 / 1512 * 100vw, 100px) min(66 / 1512 * 100vw, 66px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .ksj_movie {
    padding: calc(45 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.ksj_movie__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ksj_movie__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ksj_movie__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.ksj_movie__inner {
  position: relative;
  z-index: 1;
  max-width: min(1380 / 1512 * 100vw, 1380px);
  display: flex;
  flex-direction: column;
  gap: min(69 / 1512 * 100vw, 69px);
  max-width: 1388px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .ksj_movie__inner {
    max-width: 100%;
    gap: calc(25 / 375 * 100vw);
  }
}
.ksj_movie__video {
  position: relative;
  width: 100%;
  aspect-ratio: 1380/662;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .ksj_movie__video {
    aspect-ratio: 335/161;
  }
}
.ksj_movie__coming-soon {
  font-family: var(--ksj-font-museo);
  font-weight: 900;
  font-style: normal;
  font-size: min(57 / 1512 * 100vw, 57px);
  color: var(--ksj-color-maroon);
  text-align: center;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .ksj_movie__coming-soon {
    font-size: calc(22 / 375 * 100vw);
  }
}
.ksj_movie__text {
  font-size: min(16 / 1512 * 100vw, 16px);
  line-height: 1.7;
  max-width: min(450 / 1512 * 100vw, 450px);
}
@media (max-width: 768px) {
  .ksj_movie__text {
    font-size: calc(14 / 375 * 100vw);
    max-width: 100%;
  }
}

.ksj_playing {
  width: 100%;
  overflow: hidden;
}
.ksj_playing__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: ksj-scroll 30s linear infinite;
}
.ksj_playing__slide {
  flex-shrink: 0;
  width: 25vw;
}
@media (max-width: 768px) {
  .ksj_playing__slide {
    width: 50vw;
  }
}
.ksj_playing__slide figure {
  width: 100%;
  overflow: hidden;
}
.ksj_playing__slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 515/410;
}
@media (max-width: 768px) {
  .ksj_playing__slide figure img {
    aspect-ratio: 190/151;
  }
}

@keyframes ksj-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ksj_profile {
  position: relative;
  padding: min(100 / 1512 * 100vw, 100px) min(91 / 1512 * 100vw, 91px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .ksj_profile {
    padding: calc(45 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.ksj_profile__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ksj_profile__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .ksj_profile__bg {
    width: 100%;
    height: 100%;
  }
  .ksj_profile__bg picture {
    width: 100%;
    height: 100%;
  }
  .ksj_profile__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ksj_profile__inner {
  position: relative;
  z-index: 1;
  max-width: 1388px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: min(70 / 1512 * 100vw, 70px);
}
@media (max-width: 768px) {
  .ksj_profile__inner {
    max-width: 100%;
    gap: calc(30 / 375 * 100vw);
  }
}
.ksj_profile__content {
  display: flex;
  gap: min(52 / 1512 * 100vw, 52px);
  align-items: center;
}
@media (max-width: 768px) {
  .ksj_profile__content {
    flex-direction: column;
    gap: calc(30 / 375 * 100vw);
  }
}
.ksj_profile__image {
  flex-shrink: 0;
  width: 50%;
  max-width: min(659 / 1512 * 100vw, 659px);
  overflow: hidden;
}
.ksj_profile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .ksj_profile__image {
    width: 100%;
    max-width: 100%;
  }
}
.ksj_profile__text {
  display: flex;
  flex-direction: column;
  gap: min(30 / 1512 * 100vw, 30px);
  color: #fff;
}
@media (max-width: 768px) {
  .ksj_profile__text {
    gap: calc(30 / 375 * 100vw);
  }
}
.ksj_profile__subtitle {
  font-family: var(--ksj-font-museo);
  font-weight: 900;
  font-style: normal;
  font-size: min(26 / 1512 * 100vw, 26px);
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .ksj_profile__subtitle {
    font-size: calc(26 / 375 * 100vw);
  }
}
.ksj_profile__name {
  font-family: var(--ksj-font-noto);
  font-weight: 700;
  font-size: min(36 / 1512 * 100vw, 36px);
  line-height: 1;
  text-transform: uppercase;
  margin-top: min(30 / 1512 * 100vw, 30px);
}
@media (max-width: 768px) {
  .ksj_profile__name {
    font-size: calc(26 / 375 * 100vw);
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .ksj_profile__subtitle + .ksj_profile__name {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.ksj_profile__bio {
  font-size: min(16 / 1512 * 100vw, 16px);
  line-height: 1.7;
}
@media (max-width: 768px) {
  .ksj_profile__bio {
    font-size: calc(14 / 375 * 100vw);
  }
}
.ksj_profile__link {
  font-size: min(16 / 1512 * 100vw, 16px);
  line-height: 1.7;
}
.ksj_profile__link a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ksj_profile__link {
    font-size: calc(14 / 375 * 100vw);
  }
}

.ksj_footer-image {
  width: 100%;
  overflow: hidden;
}
.ksj_footer-image figure {
  width: 100%;
}
.ksj_footer-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1512/1095;
}
@media (max-width: 768px) {
  .ksj_footer-image img {
    aspect-ratio: 375/272;
  }
}

.ksj_epiphone150 {
  width: 100%;
  overflow: hidden;
}
.ksj_epiphone150 a {
  display: block;
}
.ksj_epiphone150 img {
  width: 100%;
  height: auto;
}

.ksj_fade-in {
  opacity: 0;
  transform: translateY(min(30 / 1512 * 100vw, 30px));
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.ksj_fade-in.ksj_animate {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .ksj_fade-in {
    transform: translateY(calc(30 / 375 * 100vw));
  }
}

.ksj_clip-reveal {
  opacity: 0;
  transition: all 0.35s ease-out;
}
.ksj_clip-reveal.ksj_animate {
  animation: clip-in 0.5s ease-in;
  clip-path: inset(0 0% 0 0);
  opacity: var(--opacity, 1);
}

.ksj_delay-1 {
  transition-delay: 0.1s;
}

.ksj_delay-2 {
  transition-delay: 0.2s;
}

.ksj_delay-3 {
  transition-delay: 0.3s;
}

.ksj_delay-4 {
  transition-delay: 0.4s;
}

br.hp_only-sp {
  display: none;
}
@media (max-width: 768px) {
  br.hp_only-sp {
    display: inline-block;
  }
}

br.hp_only-pc {
  display: inline-block;
}
@media (max-width: 768px) {
  br.hp_only-pc {
    display: none;
  }
}

@keyframes clip-in {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0% 0 0);
  }
}/*# sourceMappingURL=app.css.map */