@charset "UTF-8";
.l-wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100lvh;
  opacity: 0.16;
  background: url("../images/bg.webp") no-repeat center center/cover;
}

.l-fv {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: var(--g-spacing-xl);
}
.l-fv__inner {
  height: 100svh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/sp-fv.webp);
}
@media (min-width: 769px) {
  .l-fv__inner {
    background-position: top;
    background-image: url(../images/pc-fv.webp);
  }
}
.l-fv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .l-fv h1 {
    transform: none;
    right: 32px;
    bottom: 32px;
    top: auto;
    left: auto;
    align-items: end;
  }
}

.l-style__inner {
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 769px) {
  .l-style__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-left: var(--g-var-grid-col-gap-pc);
    padding-right: var(--g-var-grid-col-gap-pc);
    column-gap: var(--g-var-grid-col-gap-pc);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-style .c-style-block {
  position: relative;
}
.l-style .c-style-text {
  position: absolute;
}
.l-style .c-style-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .l-style .c-style-list {
    flex-direction: row;
  }
}
.l-style .c-global-img {
  position: relative;
}
.l-style .c-global-plus {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
}
.l-style .c-global-credit {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 3;
}
.l-style .block1 {
  margin-bottom: var(--g-spacing-xl);
}
@media (min-width: 769px) {
  .l-style .block1 {
    grid-column: 3/span 8;
  }
}
.l-style .block2 {
  margin-bottom: var(--g-spacing-xl);
}
@media (min-width: 769px) {
  .l-style .block2 {
    grid-column: 3/span 8;
  }
}
.l-style .block3 {
  margin-bottom: var(--g-spacing-xl);
}
@media (min-width: 769px) {
  .l-style .block3 {
    grid-column: 3/span 8;
  }
}
.l-style .block4 {
  margin-bottom: var(--g-spacing-2xl);
}
@media (min-width: 769px) {
  .l-style .block4 {
    grid-column: 3/span 8;
  }
}
.l-style .block5 {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: var(--g-spacing-2xl);
}
@media (min-width: 769px) {
  .l-style .block5 {
    padding-left: 0;
    padding-right: 0;
    grid-column: 5/span 4;
  }
}
.l-style .block6 {
  margin-bottom: var(--g-spacing-xl);
}
@media (min-width: 769px) {
  .l-style .block6 {
    grid-column: 3/span 8;
  }
}
.l-style .block7 {
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .l-style .block7 {
    grid-column: 3/span 8;
  }
}
.l-style .block8 {
  margin-bottom: var(--g-spacing-2xl);
}
@media (min-width: 769px) {
  .l-style .block8 {
    grid-column: 5/span 4;
  }
}
.l-style .block9 {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: var(--g-spacing-2xl);
}
@media (min-width: 769px) {
  .l-style .block9 {
    margin-left: 0;
    margin-right: 0;
    grid-column: 5/span 4;
  }
}
.l-style .block10 {
  margin-bottom: var(--g-spacing-xl);
}
@media (min-width: 769px) {
  .l-style .block10 {
    grid-column: 3/span 8;
  }
}
.l-style .block11 {
  margin-bottom: var(--g-spacing-xl);
}
@media (min-width: 769px) {
  .l-style .block11 {
    grid-column: 3/span 8;
  }
}
.l-style .block12 {
  margin-bottom: var(--g-spacing-2xl);
}
@media (min-width: 769px) {
  .l-style .block12 {
    grid-column: 3/span 8;
  }
}
.l-style .block13 {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: var(--g-spacing-2xl);
}
@media (min-width: 769px) {
  .l-style .block13 {
    margin-left: 0;
    margin-right: 0;
    grid-column: 5/span 4;
  }
}
.l-style .block14 {
  margin-bottom: var(--g-spacing-xl);
}
@media (min-width: 769px) {
  .l-style .block14 {
    grid-column: 3/span 8;
  }
}
.l-style .block15 {
  margin-bottom: var(--g-spacing-xl);
}
@media (min-width: 769px) {
  .l-style .block15 {
    grid-column: 3/span 8;
  }
}

.l-footer {
  position: relative;
}
.l-footer__inner {
  height: 100svh;
  width: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/footer-sp.webp);
}
@media (min-width: 769px) {
  .l-footer__inner {
    background-image: url(../images/footer-pc.webp);
  }
}
.l-footer .c-footer-block {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: start;
  bottom: 32px;
  left: 32px;
  gap: 64px;
}
@media (min-width: 769px) {
  .l-footer .c-footer-block {
    align-items: end;
    bottom: 32px;
    right: 32px;
    top: auto;
    transform: none;
  }
}

.c-footer-credit {
  font-size: 14px;
  color: var(--c-text2);
}

.c-footer-copy {
  font-size: 10px;
  color: var(--c-text2);
  font-weight: 300;
}

.c-global-logo figure {
  width: 120px;
}
@media (min-width: 769px) {
  .c-global-logo figure {
    width: 140px;
  }
}
@media (min-width: 769px) {
  .c-global-logo {
    align-items: end;
  }
}

.c-footer-credit {
  display: flex;
  flex-direction: column;
  gap: 20px;
  white-space: nowrap;
  align-items: start;
}
@media (min-width: 769px) {
  .c-footer-credit {
    align-items: end;
  }
}

.l-header {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 2;
}
@media (min-width: 769px) {
  .l-header {
    top: 32px;
    left: 32px;
  }
}

.c-header-logo {
  width: 100px;
}
@media (min-width: 769px) {
  .c-header-logo {
    width: 120px;
  }
}

.c-style-item {
  width: 100%;
}

.c-style-text {
  font-size: 10px;
  letter-spacing: 0.1px;
  color: var(--c-text3);
  font-weight: 300;
  writing-mode: vertical-rl;
}

.c-style-text.left-top {
  top: 0;
  left: -12px;
}

.c-style-text.left-bottom {
  bottom: 0;
  left: -12px;
}

.c-style-text.right-top {
  top: 0;
  right: -12px;
}

.c-style-text.right-bottom {
  bottom: 0;
  right: -12px;
}

.c-global-logo figure {
  width: 140px;
}
.c-global-logo p {
  font-size: 12px;
  letter-spacing: 3.6px;
  color: var(--c-text2);
  white-space: nowrap;
}

.c-global-plus {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--ease-expo-io);
}
.c-global-plus::before, .c-global-plus::after {
  content: "";
  position: absolute;
  background-color: var(--c-text2);
}
.c-global-plus::before {
  width: 100%;
  height: 1px;
}
.c-global-plus::after {
  width: 1px;
  height: 100%;
}
.c-global-plus.active {
  transform: rotate(45deg);
}
.c-global-plus:hover {
  cursor: pointer;
}

.c-global-credit {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
}
.c-global-credit a {
  display: flex;
  flex-wrap: nowrap;
  color: var(--c-text2);
  gap: 8px;
}

.c-global-btn {
  font-size: 16px;
}
.c-global-btn a {
  color: var(--c-text2);
  display: flex;
  gap: 12px;
  align-items: center;
}
.c-global-btn .c-global-line {
  display: block;
  width: 16px;
  height: 1px;
  background-color: var(--c-text2);
}

:root {
  /* spacing
  ===================================================== */
  --g-spacing-xs: 1rem;
  --g-spacing-s: 4rem;
  --g-spacing-m: 8rem;
  --g-spacing-l: 12rem;
  --g-spacing-xl: 24rem;
  --g-spacing-2xl: 32rem;
  --g-var-vw: 1512;
  /* コンテンツ幅
  ===================================================== */
  --g-var-vh: 790;
  --g-var-vw-min: 768;
  --g-var-vw-max: 1920;
  --g-var-vw-min-unit: 768px;
  --g-var-vw-max-unit: 1920px;
  /* line-height
  ===================================================== */
  --t-lineheight-xs: 1;
  --t-lineheight-s: 1.25;
  --t-lineheight-m: 1.5;
  --t-lineheight-l: 1.75;
  --t-lineheight-xl: 2;
  /* color
  ===================================================== */
  --c-text1: #333333;
  --c-text2: #fff;
  --c-text3: #666666;
  --c-border: #dddddd;
  /* font-family
  ===================================================== */
  --g-font-main: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial, sans-serif;
  /* font-family
  ===================================================== */
  --g-font-size-xs: clamp(1rem, 1 / var(--g-var-vw)* 100* 12vw, 1.2rem);
  --g-font-size-s: clamp(1.4rem, 1 / var(--g-var-vw)* 100* 16vw, 1.6rem);
  --g-font-size-m: clamp(1.6rem, 1 / var(--g-var-vw)* 100* 18vw, 1.8rem);
  --g-font-size-l: clamp(1.8rem, 1 / var(--g-var-vw)* 100* 32vw, 2rem);
  --g-font-size-xl: clamp(3.2rem, 1 / var(--g-var-vw)* 100* 48vw, 4.8rem);
  --g-font-size-2xl: clamp(6.4rem, 1 / var(--g-var-vw)* 100* 80vw, 8rem);
  /* グリッド
  ===================================================== */
  --g-var-grid-col-pc: 12;
  --g-var-grid-col-tb: 8;
  --g-var-grid-col-sp: 4;
  --g-var-grid-col-gap-pc: 1.6rem;
  --g-var-grid-col-gap-sp: 1rem;
  --g-var-grid-row-gap-pc: 1.6rem;
  --g-var-grid-row-gap-sp: 1rem;
  /* ラディウス
  ===================================================== */
  --g-radius: 999px;
  /* header, footerの高さ
  ===================================================== */
  --g-menu-height: clamp(72px, calc(100vw / var(--g-var-grid-col-pc)* 0.75), 112px);
  --g-nav-height: clamp(60px, calc(100vw / var(--g-var-grid-col-pc)* 0.75), 80px);
  /* 変数
  ===================================================== */
  --gx-sp: 32px;
  /* アニメーション
  ===================================================== */
  --ease-power3-out: cubic-bezier(0.26,1,0.48,1);
  --ease-power3-io: cubic-bezier(0.76,0,0.24,1);
  --ease-power4-in: cubic-bezier(0.64,0,0.78,0);
  --ease-power4-out: cubic-bezier(0.22,1,0.36,1);
  --ease-power4-io: cubic-bezier(0.84,0,0.16,1);
  --ease-expo-in: cubic-bezier(0.66,0,0.86,0);
  --ease-expo-out: cubic-bezier(0.14,1,0.34,1);
  --ease-expo-io: cubic-bezier(0.9,0,0.1,1);
  --ease-power1-in: cubic-bezier(0.26,0,0.6,0.2);
  --ease-power1-out: cubic-bezier(0.4,0.8,0.74,1);
  --ease-power1-io: cubic-bezier(0.48,0.04,0.52,0.96);
  --ease-power2-in: cubic-bezier(0.4,0,0.68,0.06);
  --ease-power2-out: cubic-bezier(0.32,0.94,0.6,1);
  --ease-power2-io: cubic-bezier(0.66,0,0.34,1);
  --ease-power3-in: cubic-bezier(0.52,0,0.74,0);
}

/* common
===================================================== */
html,
body {
  font-size: 62.5%;
  height: 100%;
  overscroll-behavior-y: none;
  width: 100%;
  line-height: 1;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-kerning: normal;
  font-family: var(--g-font-main);
  color: var(--c-text1);
  font-optical-sizing: auto;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}
a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out; /* 0.3秒で滑らかに変化 */
}

img,
video {
  width: 100%;
  display: block;
}

svg {
  fill: var(--c-text1);
}

@media (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* 背景色 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.6s ease;
  pointer-events: all; /* フェードアウト時まで操作ブロック */
}

.l-loading.is-hidden {
  opacity: 0;
  pointer-events: none; /* 完全に操作可能に */
}

.c-loading-logo {
  width: 120px;
}

.c-global-credit {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
}

.c-global-credit.visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.c-global-img.monochrome img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.c-global-plus.active {
  transform: rotate(45deg); /* 例：＋が×になる */
}

.fade-img {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.fade-img.is-visible {
  opacity: 1;
  transform: translateY(4px);
}

.l-header,
.c-header-logo {
  transition: opacity 0.6s ease-in-out;
}

.fade-figure {
  position: relative;
  width: 100%;
  aspect-ratio: 100/133; /* お好みで調整 */
  overflow: hidden;
}

.fade-figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-figure img.active {
  opacity: 1;
  z-index: 2;
}/*# sourceMappingURL=style.css.map */