@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --font-family-noto-sans-jp: "Noto Sans JP", sans-serif;
  --font-family-oswald: "Oswald", sans-serif;
  --font-family-default: "Oswald", "Noto Sans JP", sans-serif;
  --color-gold: #796B47;
  --base-vw: 1512;
  --base-max-width: 1370;
  --max-width: 1370px;
}

figure,
picture,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

figure img,
picture img {
  width: 100%;
  height: auto;
}

body {
  font-size: 16px;
  color: #000;
}
@media (max-width: 768px) {
  body {
    font-size: 3.7333333333vw !important;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 3.7333333333vw;
    font-family: var(--font-family-noto-sans-jp);
  }
}

.ly_size {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: 20px;
}

.co_heading {
  font-size: 76px;
  font-family: var(--font-family-oswald);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .co_heading {
    font-size: 12.8vw;
  }
}

.hmj_divider-text {
  font-size: calc(344.77 / var(--base-vw) * 100vw);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--color-gold);
  text-transform: uppercase;
  transform: translate(-0.06em, -0.25em);
  z-index: 0;
  font-family: var(--font-family-oswald);
}
@media (max-width: 768px) {
  .hmj_divider-text {
    --opacity: .5;
    font-size: 25.3333333333vw;
    opacity: var(--opacity);
    transform: translate(0, -0.05em);
    text-align: left;
    padding-bottom: 0.5em;
  }
}

.hmj_main {
  font-family: var(--font-family-default);
  font-size: 16px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  z-index: 1;
  background-image: var(--bg-image);
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat-y;
}
@media (max-width: 768px) {
  .hmj_main {
    font-size: 4.2666666667vw;
  }
}

@media (max-width: 768px) {
  .h_d-none-sp {
    display: none;
  }
}

.hmj_firstview {
  position: relative;
}
.hmj_firstview__heading {
  font-size: 60px;
}
@media (max-width: 768px) {
  .hmj_firstview__heading {
    font-size: 6.4vw;
  }
}
.hmj_firstview__content {
  position: absolute;
  bottom: calc(76 / var(--base-vw) * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--max-width);
  padding-inline: 20px;
  color: #fff;
}
.hmj_firstview__content__logo {
  width: max(67 / var(--base-vw) * 100vw, 67px);
}
@media (max-width: 768px) {
  .hmj_firstview__content {
    bottom: 5.3333333333vw;
  }
  .hmj_firstview__content__logo {
    width: 8vw;
  }
}

.hmj_about {
  margin-top: 90px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.625;
}
@media (max-width: 768px) {
  .hmj_about {
    margin-top: 16vw;
    font-size: 4.8vw;
  }
}

.hmj_product {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .hmj_product {
    margin-top: 16vw;
  }
}
.hmj_product__media {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}
@media (max-width: 768px) {
  .hmj_product__media {
    margin-top: 8vw;
    gap: 5.3333333333vw;
    grid-template-columns: 1fr;
  }
}
.hmj_product__media__description > * + * {
  margin-top: 1em;
}
.hmj_product__media__description__link {
  margin-top: 1.5em;
}
.hmj_product__media__description__link a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 9999px;
  background-color: var(--color-gold);
  border: 1px solid var(--color-gold);
  font-size: 16px;
  font-weight: 700;
  padding: 1.5em 3.25em;
  line-height: 1;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .hmj_product__media__description__link a:hover {
    border-color: #fff;
    border-color: var(--color-gold);
    background-color: #fff;
    color: var(--color-gold);
  }
}
@media (max-width: 768px) {
  .hmj_product__media__description__link a {
    display: block;
    text-align: center;
    margin-inline: auto;
    font-size: 4.2666666667vw;
  }
}
.hmj_product__media__image {
  aspect-ratio: 1;
  overflow: hidden;
}
.hmj_product__media__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hmj_product__details {
  font-weight: 700;
}
.hmj_product__details > * + * {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .hmj_product__details > * + * {
    margin-top: 5.3333333333vw;
  }
}
.hmj_product__details__item__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media (max-width: 768px) {
  .hmj_product__details__item__images {
    grid-template-columns: 1fr;
  }
}
.hmj_product__details__item__description {
  font-family: var(--font-family-noto-sans-jp);
  background: var(--color-gold);
  padding: 38px 56px;
  color: #fff;
}
@media (max-width: 768px) {
  .hmj_product__details__item__description {
    padding: 5.3333333333vw 2.6666666667vw;
    font-size: 0.875em;
  }
}

.hmj_movie {
  margin-top: 138px;
}
@media (max-width: 768px) {
  .hmj_movie {
    margin-top: 16vw;
  }
}
.hmj_movie__inner__heading {
  display: grid;
  grid-template-columns: 1fr 450px;
  align-items: center;
}
@media (max-width: 768px) {
  .hmj_movie__inner__heading {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    width: 100%;
  }
}
.hmj_movie__video-wrapper {
  margin-top: 80px;
  max-width: 900px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hmj_movie__video-wrapper {
    margin-top: 5.3333333333vw;
  }
}

.hmj_profile {
  margin-top: 138px;
}
@media (max-width: 768px) {
  .hmj_profile {
    margin-top: 16vw;
  }
}
.hmj_profile__subtitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--font-family-oswald);
}
@media (max-width: 768px) {
  .hmj_profile__subtitle {
    font-size: 6.9333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.hmj_profile__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.hmj_profile__text a {
  color: #000;
  text-decoration: underline;
}
@media (hover: hover) {
  .hmj_profile__text a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

.hmj_gallery .splide__arrow {
  background: none;
  font-family: var(--font-family-oswald);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-gold);
  font-size: 26px;
  padding: 1.5em 3.25em;
}
@media (max-width: 768px) {
  .hmj_gallery .splide__arrow {
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.hmj_gallery .splide__arrow--prev {
  transform: rotate(-90deg);
  transform-origin: center;
  left: 0;
}
.hmj_gallery .splide__arrow--next {
  transform: rotate(90deg);
  transform-origin: center;
  right: 0;
}

.hmj_fade-in {
  opacity: 0;
  transform: translateY(0px);
  transition: all 0.35s ease-out;
}
.hmj_fade-in.hmj_animate {
  opacity: var(--opacity, 1);
  transform: translateY(0);
}

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

.hmj_delay-1 {
  animation-delay: 0.2s;
}

.hmj_delay-2 {
  animation-delay: 0.4s;
}

.hmj_delay-3 {
  animation-delay: 0.6s;
}

.hmj_delay-4 {
  animation-delay: 0.8s;
}

@keyframes clip-in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
br.only-sp {
  display: inline-block;
}

br.only-pc {
  display: none;
}

@media (min-width: 769px) {
  br.only-sp {
    display: none;
  }
  br.only-pc {
    display: inline-block;
  }
}/*# sourceMappingURL=app.css.map */