/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    Keyframes
  ------------------------------ */
@-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%);
  }
}
:root {
  --color-wh: 255 255 255;
  --color-bk: 0 0 0;
  --font-main: "ten-mincho-text", serif;
  --base-100: #ebf5df;
  --base-200: #fec81d;
  --base-300: #0f0f0f;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: var(--font-main);
  font-weight: 400;
  scroll-behavior: smooth;
  color: rgb(var(--color-wh));
}
@media screen and (min-width: 320px) {
  html {
    font-size: 2.56411vw;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 2.56411vw;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.5208335vw;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 0.5208335vw;
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h1,
h2 {
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover .img img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

li {
  list-style-type: none;
}

.img {
  position: relative;
  overflow: hidden;
}
.imgWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
}
.img img, .img video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.hero {
  position: relative;
  width: 100%;
  height: 275svh;
  overflow: hidden;
}

.hero-img {
  position: absolute;
  width: 100%;
  height: 100vh;
  height: 100lvh;
}

.hero-header {
  position: absolute;
  width: 100%;
  height: 100svh;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.hero-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 155svh;
}

.hero-content h2 {
  width: 75%;
}

.gHeader {
  position: fixed;
  z-index: 100;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  --glass-bg-a: .16;
  --glass-bg-b: .10;
  --glass-stroke: .22;
  --glass-inner: .18;
  --glass-hi: .26;
  --glass-shadow: .22;
  --glass-blur: 22px;
  --glass-sat: 165%;
}
@media screen and (min-width: 320px) {
  .gHeader {
    inset: 16px auto auto 50%;
  }
}
@media screen and (min-width: 600px) {
  .gHeader {
    inset: 24px auto auto 50%;
  }
}
.gHeader__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px rgba(var(--color-wh)/0.16);
  -webkit-box-shadow: 0 0 24px -8px rgba(var(--color-bk)/0.16);
          box-shadow: 0 0 24px -8px rgba(var(--color-bk)/0.16);
  overflow: hidden;
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat));
  background: radial-gradient(120% 140% at 18% 10%, rgba(var(--color-wh)/0.2), rgba(var(--color-wh)/0) 55%), -webkit-gradient(linear, left top, left bottom, from(rgba(var(--color-bk)/var(--glass-bg-a))), to(rgba(var(--color-bk)/var(--glass-bg-b))));
  background: radial-gradient(120% 140% at 18% 10%, rgba(var(--color-wh)/0.2), rgba(var(--color-wh)/0) 55%), linear-gradient(180deg, rgba(var(--color-bk)/var(--glass-bg-a)), rgba(var(--color-bk)/var(--glass-bg-b)));
  border: 1px solid rgba(var(--color-wh)/var(--glass-stroke));
  will-change: border-radius, background, backdrop-filter, transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: border-radius 400ms ease;
  transition: border-radius 400ms ease;
  will-change: border-radius, background-color;
}
@media screen and (min-width: 320px) {
  .gHeader__inner {
    width: 88vw;
    padding: 4px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__inner {
    width: 72rem;
    padding: 6px;
    border-radius: 12px;
  }
}
.gHeader__inner::after {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
  border-radius: 9999px;
  background: radial-gradient(60% 40% at 35% 25%, rgba(var(--color-wh)/var(--glass-hi)), rgba(var(--color-wh)/0) 60%), linear-gradient(135deg, rgba(var(--color-wh)/0.18) 0%, rgba(var(--color-wh)/0) 28%, rgba(var(--color-wh)/0.1) 55%, rgba(var(--color-wh)/0) 75%);
  -webkit-transform: translate3d(var(--mx, 0px), var(--my, 0px), 0) rotate(-8deg);
          transform: translate3d(var(--mx, 0px), var(--my, 0px), 0) rotate(-8deg);
  -webkit-filter: blur(0.2px);
          filter: blur(0.2px);
  opacity: 0.48;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  mix-blend-mode: screen;
}
.gHeader__inner > * {
  position: relative;
  z-index: 1;
}
.gHeader__trigger {
  width: 33%;
}
.gHeader__triggerBtn {
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}
@media screen and (min-width: 320px) {
  .gHeader__triggerBtn {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0 0 8px;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__triggerBtn {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 0 0 16px;
  }
}
.gHeader__triggerBtn span {
  display: block;
  background: rgb(var(--color-wh));
  width: 48%;
  height: 1px;
  -webkit-transition: width 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.35s ease, background-color 0.35s ease, -webkit-transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: width 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.35s ease, background-color 0.35s ease, -webkit-transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), width 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.35s ease, background-color 0.35s ease;
  transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), width 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.35s ease, background-color 0.35s ease, -webkit-transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.gHeader__triggerLines {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 100%;
  height: 100%;
}
.gHeader__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33%;
}
.gHeader__logo img {
  display: block;
  height: auto;
  -webkit-transform: translateX(-8%);
          transform: translateX(-8%);
}
@media screen and (min-width: 320px) {
  .gHeader__logo img {
    width: 8rem;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__logo img {
    width: 14rem;
  }
}
.gHeader__ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 33%;
}
.gHeader__ctrLinkto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999vw;
  background: rgba(var(--color-wh)/0.08);
  letter-spacing: 0.04em;
}
@media screen and (min-width: 320px) {
  .gHeader__ctrLinkto {
    width: 9.6rem;
    height: 4rem;
    font-size: 1.1rem;
    border-radius: 6px;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__ctrLinkto {
    width: 15.6rem;
    height: 6.4rem;
    font-size: 1.4rem;
    border-radius: 8px;
  }
}
.gHeader__submenu {
  width: 100%;
  height: 0;
  overflow: clip;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  will-change: height, opacity, transform;
}
.gHeader__submenuWrapper {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .gHeader__submenuWrapper {
    font-size: 1.8rem;
    gap: 12px;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__submenuWrapper {
    font-size: 1.8rem;
    gap: 16px;
  }
}
.gHeader__submenuWrapper::before {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(var(--color-wh)/0.16);
}
@media screen and (min-width: 320px) {
  .gHeader__submenuWrapper::before {
    width: 80%;
    inset: -24px auto auto 10%;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__submenuWrapper::before {
    width: 80%;
    inset: -24px auto auto 10%;
  }
}
.gHeader.is-open .gHeader__inner::before {
  background: rgba(var(--color-bk)/0.22);
}
.gHeader.is-open .gHeader__submenu {
  visibility: visible;
  pointer-events: auto;
}
.gHeader.is-open .gHeader__triggerLines span {
  width: 42%;
  background: rgba(var(--color-wh)/0.92);
}
.gHeader.is-open .gHeader__triggerLines span:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% + 2px)) rotate(45deg);
          transform: translate(-50%, calc(-50% + 2px)) rotate(45deg);
}
.gHeader.is-open .gHeader__triggerLines span:nth-child(2) {
  -webkit-transform: translate(-50%, calc(-50% - 2px)) rotate(-45deg);
          transform: translate(-50%, calc(-50% - 2px)) rotate(-45deg);
}

.gFooter {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(var(--color-bk));
}
.gFooter__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.gFooter__bg, .gFooter__logo, .gFooter__contents {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.gFooter__bg .img {
  width: 100%;
  height: 100%;
}
.gFooter__bg .imgWrapper {
  height: 100%;
  padding-bottom: 0;
}
.gFooter__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .gFooter__logo {
    padding: 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__logo {
    padding: 2.5vw;
  }
}
.gFooter__logo img {
  height: auto;
}
@media screen and (min-width: 320px) {
  .gFooter__logo img {
    width: 40%;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__logo img {
    width: 40%;
  }
}
.gFooter__contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2.5vw;
}
.gFooter__contentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 0 0 0 60%;
}
@media screen and (min-width: 320px) {
  .gFooter__contentsWrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__contentsWrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.gFooter__contents .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 320px) {
  .gFooter__contents .sitemap {
    font-size: 1.6rem;
    text-align: right;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__contents .sitemap {
    font-size: 2.4rem;
    text-align: left;
  }
}
.gFooter__contents .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 320px) {
  .gFooter__contents .sns {
    font-size: 1.4rem;
    margin: 24px 0;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__contents .sns {
    font-size: 1.8rem;
    margin: 0;
  }
}
.gFooter__contents .sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 320px) {
  .gFooter__contents .sns a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__contents .sns a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.gFooter__contents .sns svg {
  display: block;
  fill: rgb(var(--color-wh));
}
@media screen and (min-width: 320px) {
  .gFooter__contents .sns svg {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__contents .sns svg {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media screen and (min-width: 320px) {
  .gFooter__contents .copy {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__contents .copy {
    font-size: 1.4rem;
  }
}

.about p {
  width: 40%;
  text-align: center;
}

@media (max-width: 1000px) {
  .hero-content h2,
  .about p {
    width: calc(100% - 4rem);
  }
}
.layerContents {
  position: relative;
  z-index: 10;
}

.topProducts {
  position: relative;
  width: 100%;
  background: rgb(var(--color-wh));
  color: rgb(var(--color-bk));
}
@media screen and (min-width: 320px) {
  .topProducts__inner {
    padding: 48px 5vw 64px;
  }
}
@media screen and (min-width: 600px) {
  .topProducts__inner {
    padding: 2.5vw 2.5vw 128px;
  }
}
.topProducts__head {
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .topProducts__head {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .topProducts__head {
    font-size: 2.4rem;
  }
}
.topProducts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 320px) {
  .topProducts__list {
    gap: 64px;
  }
}
@media screen and (min-width: 600px) {
  .topProducts__list {
    gap: 0;
  }
}
@media screen and (min-width: 320px) {
  .topProducts__listitem {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topProducts__listitem {
    width: 50%;
  }
}
@media screen and (min-width: 320px) {
  .topProducts__listitem:nth-child(1) {
    margin: 8.4rem 0 0 0;
  }
}
@media screen and (min-width: 600px) {
  .topProducts__listitem:nth-child(1) {
    margin: -2.8rem 0 0 0;
  }
}
@media screen and (min-width: 320px) {
  .topProducts__listitem:nth-child(2) {
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  .topProducts__listitem:nth-child(2) {
    margin: 36.4rem 0 0 0;
  }
}
@media screen and (min-width: 320px) {
  .topProducts__listitem:nth-child(2) .topProducts__linkto {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topProducts__listitem:nth-child(2) .topProducts__linkto {
    width: 64%;
  }
}
.topProducts__listitem:nth-child(2) .imgWrapper {
  padding-bottom: 155.6%;
}
.topProducts__listitem:nth-child(2) .topProducts__name {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .topProducts__listitem:nth-child(3) {
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  .topProducts__listitem:nth-child(3) {
    margin: -36.4rem 0 0 0;
  }
}
.topProducts__listitem:nth-child(3) .topProducts__linkto {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 320px) {
  .topProducts__listitem:nth-child(3) .topProducts__linkto {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topProducts__listitem:nth-child(3) .topProducts__linkto {
    width: 64%;
  }
}
.topProducts__listitem:nth-child(3) .imgWrapper {
  padding-bottom: 146%;
}
@media screen and (min-width: 320px) {
  .topProducts__listitem:nth-child(4) {
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  .topProducts__listitem:nth-child(4) {
    margin: 36.4rem 0 0 0;
  }
}
.topProducts__listitem:nth-child(4) .topProducts__name {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.topProducts__linkto {
  display: block;
}
.topProducts__linkto:hover .topProducts__name span::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.topProducts__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .topProducts__name {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}
@media screen and (min-width: 600px) {
  .topProducts__name {
    font-size: 2rem;
    margin-top: 32px;
  }
}
.topProducts__name span {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.topProducts__name span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0 0;
  background-color: rgb(var(--color-bk));
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.topProducts__name span:last-child::after {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}/*# sourceMappingURL=styles.css.map */