@charset "UTF-8";
.l-fv {
  padding-top: 48px;
  margin-bottom: 144px;
}
@media (min-width: 769px) {
  .l-fv {
    height: 100lvh;
    padding-top: 0;
    margin-bottom: 160px;
  }
}
.l-fv__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
@media (min-width: 769px) {
  .l-fv__inner {
    height: 100lvh;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: unset;
    align-items: unset;
  }
}
.l-fv .c-fv-img {
  position: relative;
}
.l-fv .sp-logo {
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.l-lead {
  margin-bottom: 144px;
}
@media (min-width: 769px) {
  .l-lead {
    margin-bottom: 160px;
  }
}
@media (min-width: 769px) {
  .l-lead__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-lead h2 {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 769px) {
  .l-lead h2 {
    align-self: center;
    justify-self: center;
    grid-column: 1/span 12;
  }
}

.l-index {
  margin-bottom: 120px;
}
@media (min-width: 769px) {
  .l-index {
    margin-bottom: 160px;
  }
}
@media (min-width: 769px) {
  .l-index__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-index .c-index-img {
  overflow-x: scroll;
  aspect-ratio: 1/1;
  margin-bottom: 16px;
  /* スクロールバー非表示 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}
@media (min-width: 769px) {
  .l-index .c-index-img {
    overflow-x: hidden;
    grid-column: 3/span 8;
    aspect-ratio: unset;
    margin-bottom: 0;
  }
}
.l-index .c-index-img__inner {
  width: 200%;
}
@media (min-width: 769px) {
  .l-index .c-index-img__inner {
    width: 100%;
  }
}
.l-index .c-global-scroll {
  justify-content: end;
  margin-right: 16px;
}
.l-index .c-global-border {
  margin: 120px 32px 0;
}
@media (min-width: 769px) {
  .l-index .c-global-border {
    grid-column: 4/span 6;
    margin: 160px 0 0;
  }
}

.l-item {
  margin-bottom: 120px;
}
@media (min-width: 769px) {
  .l-item {
    margin-bottom: 160px;
  }
}
@media (min-width: 769px) {
  .l-item__inner {
    padding-left: 0;
    padding-right: 0;
    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-item h3 {
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .l-item h3 {
    margin-bottom: 48px;
    padding-left: 0;
    grid-column: 2/span 11;
  }
}
.l-item .c-item-list {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 769px) {
  .l-item .c-item-list {
    gap: 40px;
    grid-column: 2/span 10;
    margin-bottom: 120px;
  }
}
.l-item .c-item-block .img1 {
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .l-item .c-item-block .img1 {
    margin-bottom: 0;
  }
}
.l-item .c-item-block .img2, .l-item .c-item-block .img3 {
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .l-item .c-item-block .img2, .l-item .c-item-block .img3 {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .l-item .c-item-block {
    display: grid;
    grid-column: 2/span 10;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(10, 1fr);
    column-gap: var(--g-var-grid-col-gap-pc);
  }
}
.l-item .block1 .c-item-img, .l-item .block3 .c-item-img {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 769px) {
  .l-item .block1 .c-item-img, .l-item .block3 .c-item-img {
    grid-row: 1/span 1;
    grid-column: 7/span 4;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .l-item .block1 .c-item-des, .l-item .block3 .c-item-des {
    grid-row: 1/span 1;
    grid-column: 2/span 3;
    align-self: center;
  }
}
.l-item .block1 .c-global-itemcredit, .l-item .block3 .c-global-itemcredit {
  position: absolute;
  left: 32px;
  bottom: 16px;
}
.l-item .block2 .c-item-img {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 769px) {
  .l-item .block2 .c-item-img {
    grid-row: 1/span 1;
    grid-column: 1/span 4;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .l-item .block2 .c-item-des {
    grid-row: 1/span 1;
    grid-column: 7/span 3;
    align-self: center;
  }
}
.l-item .block4 {
  position: relative;
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .l-item .block4 {
    margin-bottom: 120px;
  }
}
.l-item .block4 .c-item-block__inner {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* スクロールバー非表示 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}
@media (min-width: 769px) {
  .l-item .block4 .c-item-block__inner {
    overflow-x: hidden;
    grid-column: 1/span 10;
  }
}
.l-item .block4 .c-global-list {
  padding-left: 16px;
  padding-right: 16px;
  width: calc(200% - 32px);
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}
@media (min-width: 769px) {
  .l-item .block4 .c-global-list {
    width: 100%;
    grid-row: 1/span 1;
    grid-column: 2/span 10;
    gap: 32px;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-item .block4 .c-item-img {
  margin-bottom: 8px;
}
.l-item .block4 .c-global-scroll {
  justify-content: end;
  margin-right: 16px;
}
.l-item .block5 {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 100px;
}
@media (min-width: 769px) {
  .l-item .block5 {
    margin-bottom: 160px;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-item .block5 a {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 769px) {
  .l-item .block5 a {
    grid-row: 1/span 1;
    grid-column: 1/span 10;
    justify-content: center;
  }
}
.l-item .block5 a .c-item-itemcredit {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.l-item .block6 .c-item-video {
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .l-item .block6 .c-item-video {
    grid-row: 1/span 1;
    grid-column: 4/span 4;
  }
}
.l-item .block6 .c-global-namecredit {
  text-align: right;
}
@media (min-width: 769px) {
  .l-item .block6 .c-global-namecredit {
    grid-column: 4/span 4;
    align-self: baseline;
  }
}
.l-item .block6 .c-global-namecredit p {
  padding-right: 16px;
}
@media (min-width: 769px) {
  .l-item .block6 .c-global-namecredit p {
    padding-right: 0;
  }
}
.l-item .c-item-img {
  position: relative;
}
.l-item .c-item-des {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 769px) {
  .l-item .c-item-des {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-item .c-global-border {
  margin: 120px 32px 0;
}
@media (min-width: 769px) {
  .l-item .c-global-border {
    grid-column: 4/span 6;
    margin: 160px 0 0;
  }
}

.l-profile {
  margin-bottom: 120px;
}
@media (min-width: 769px) {
  .l-profile__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-profile h4 {
  margin-bottom: 8px;
  margin-left: 32px;
}
@media (min-width: 769px) {
  .l-profile h4 {
    grid-column: 2/span 11;
  }
}
.l-profile .c-profile-box {
  margin-left: 16px;
  margin-right: 16px;
  padding: 32px 32px 48px;
  border-radius: 50px;
  border: 1px solid var(--c-border);
  background-color: var(--c-text2);
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 120px;
}
@media (min-width: 769px) {
  .l-profile .c-profile-box {
    margin-left: 0;
    margin-right: 0;
    grid-column: 2/span 4;
    margin-bottom: 0;
  }
}
.l-profile .c-profile-top {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: center;
}
.l-profile .c-profile-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.l-profile .c-profile-thanks {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media (min-width: 769px) {
  .l-profile .c-profile-thanks {
    grid-column: 8/span 4;
    align-self: center;
  }
}
.l-profile .inst-link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.l-footer {
  padding-bottom: 40px;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 160px;
  align-items: center;
}
.l-footer .c-footer-link {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.l-footer .logo {
  width: 100px;
}
.l-footer .inst {
  width: 24px;
}

.l-inner {
  width: 100%;
  min-height: 100lvh; /* ページが伸びたらスクロールできる */
  background-image: url(../images/bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; /* 背景だけ固定 */
}

@media (min-width: 769px) {
  .l-fv h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.l-fv h1 figure {
  width: 100px;
}
@media (min-width: 769px) {
  .l-fv h1 figure {
    width: 120px;
  }
}
.l-fv .sp-logo {
  width: 80px;
  border-radius: 0px !important;
}
.l-fv .w-logo {
  width: 180px;
}
.l-fv .c-fv-img img {
  border-radius: 20px;
}
@media (min-width: 769px) {
  .l-fv .c-fv-img img {
    border-radius: 0px;
  }
}
@media (min-width: 769px) {
  .l-fv .c-fv-img.img1 {
    display: block;
    background-image: url(../images/fv-pc1.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 769px) {
  .l-fv .c-fv-img.img2 {
    display: block;
    background-image: url(../images/fv-pc2.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 769px) {
  .l-fv .c-fv-img, .l-fv .c-fv-title {
    width: 33.3333333333%;
  }
}

.l-lead__inner {
  padding-left: 32px;
  padding-right: 32px;
}

.l-index .c-index-img {
  border-radius: 20px 0 0 20px;
}
@media (min-width: 769px) {
  .l-index .c-index-img img {
    border-radius: 20px;
  }
}

.l-item .c-item-lead-en {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 500;
  font-family: var(--g-font-en);
}
.l-item .c-item-lead-ja {
  font-size: 14px;
  letter-spacing: 0.336px;
}
.l-item .c-item-img img {
  border-radius: 8px;
}
.l-item .c-item-itemcredit {
  font-size: 14px;
  color: var(--c-text1);
  text-decoration: underline;
}
.l-item .c-item-creditimg {
  width: calc((100% - 48px) / 4);
}
@media (min-width: 769px) {
  .l-item .c-item-creditimg {
    width: calc((100% - 352px) / 6);
  }
}
.l-item .c-item-creditimg img {
  border-radius: 4px;
}
.l-item .c-item-video {
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.l-item .c-item-video img {
  border-radius: 8px;
}

.l-profile .c-profile-top figure {
  width: 140px;
}
.l-profile .c-profile-top .name {
  font-family: var(--g-font-en);
  font-size: 32px;
}
.l-profile .c-profile-top .inst {
  font-family: var(--g-font-en);
  font-size: 16px;
}
.l-profile .c-profile-top .inst a {
  color: var(--c-text1);
  text-decoration: underline;
}
.l-profile .c-profile-thanks .lead {
  font-size: 32px;
  font-family: var(--g-font-en);
}
.l-profile .c-profile-thanks .inst-link a {
  font-family: var(--g-font-en);
  color: var(--c-text1);
  text-decoration: underline;
}

.c-global-l-text {
  font-size: 18px;
  line-height: 2;
  white-space: normal;
}

.c-global-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.256px;
}

.c-global-scroll {
  font-size: 12px;
  font-family: var(--g-font-en);
  display: flex;
  gap: 4px;
  color: var(--c-text3);
  align-items: center;
}
.c-global-scroll__img {
  width: 24px;
}

.c-global-border {
  display: block;
  height: 1px;
  background-color: var(--c-border);
}

.c-global-itemcredit {
  font-size: 12px;
  text-decoration: underline;
  color: var(--c-text2);
}
.c-global-itemcredit span {
  font-family: var(--g-font-en);
  margin-left: 4px;
}

.c-global-lead-des {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.64px;
}

.c-global-des {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.256px;
}

.c-global-list .c-global-item {
  width: calc(100% - 32px);
}
@media (min-width: 769px) {
  .c-global-list .c-global-item {
    width: calc((100% - 32px) / 2);
  }
}

.c-global-color {
  font-size: 12px;
  font-family: var(--g-font-en);
}

.c-global-namecredit {
  font-size: 12px;
  color: var(--c-text1);
  text-decoration: underline;
}

h4 {
  font-size: 16px;
  color: #666666;
  font-family: var(--g-font-en);
}

.c-global-copy {
  font-size: 10px;
}

.logo {
  width: 100px;
}

:root {
  /* spacing
  ===================================================== */
  --g-spacing-xs: 1rem;
  --g-spacing-s: 4rem;
  --g-spacing-m: 8rem;
  --g-spacing-l: 12rem;
  --g-spacing-xl: 16rem;
  --g-spacing-2xl: 20rem;
  --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: #999999;
  --c-border: #dddddd;
  /* font-family
  ===================================================== */
  --g-font-main:"Yu Gothic", "yu-gothic-pr6n", "Hiragino Kaku Gothic ProN","Hiragino Sans", "Meiryo", sans-serif;
  --g-font-en: "Poppins", -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;
}

/* 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);
}

* {
  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;
  }
}
.c-item-video.change-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 1080/1920;
}

.c-item-video.change-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.c-item-video.change-img img.active {
  opacity: 1;
}

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

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

.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; /* 完全に操作可能に */
}/*# sourceMappingURL=style.css.map */