@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* min関数(PC用)
*--------------------------------------*/
/*--------------------------------------*
* clamp関数(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "quasimoda", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0em;
  background-color: #fff;
  scroll-behavior: smooth;
}

.main {
  font-family: "quasimoda", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sub {
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #222;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
    transition: all 0.5s;
    cursor: pointer;
  }
}
a[href=""] {
  pointer-events: none;
}
a:hover, a:focus, a:active {
  opacity: 0.5;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #8c3321;
  color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#loading-bg .ttl {
  font-family: "quasimoda", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  #loading-bg .ttl {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .ttl {
    font-size: 48px;
    margin-bottom: 44px;
  }
}
#loading-bg .sub {
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.778;
}
@media screen and (max-width: 768px) {
  #loading-bg .sub {
    font-size: 9px;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .sub {
    font-size: 18px;
  }
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  color: #fff;
  overflow: hidden;
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer .footer_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  footer .footer_bg {
    width: 100vw;
    background-image: url("../assets/images/footer_bg_sp.webp");
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg {
    width: 100vw;
    background-image: url("../assets/images/footer_bg_pc.webp");
  }
}
footer .footer_bg .inner {
  margin: 0;
}
footer a:hover {
  opacity: 0.4;
}
footer .link ul {
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .link ul {
    padding: 26.6666666667vw 0 34.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul {
    padding: 7.8125vw 0 10.15625vw;
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 768px) {
  footer .link ul li {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul li {
    margin-bottom: 1.5625vw;
  }
}
footer .link ul li a {
  color: #fff;
  display: inline-block;
}
footer .link ul li:last-child {
  margin-bottom: 0;
}
footer .logo_btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .logo_btn {
    padding: 34.6666666667vw 0 0;
    width: 66.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .logo_btn {
    padding: 10.15625vw 0 0;
    width: 19.609375vw;
  }
}
footer .copyright {
  text-align: right;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 0 0 2.6666666667vw;
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  footer .copyright {
    padding: 0 0 1.5625vw;
    font-size: 12px;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
.btn_wrap {
  display: block;
}
@media screen and (max-width: 768px) {
  .btn_wrap {
    width: 74.6666666667vw;
    margin: 26.6666666667vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap {
    width: 26.5625vw;
    margin: 7.8125vw auto 0;
  }
}
.btn_wrap .btn {
  box-sizing: border-box;
  color: #111111;
  border-bottom: #111111 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "quasimoda", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .btn_wrap .btn {
    font-size: 4.8vw;
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap .btn {
    font-size: 1.5625vw;
    padding-bottom: 1.5625vw;
  }
}
.btn_wrap .btn::after {
  position: absolute;
  content: "";
  background: #111;
  transform: rotate(-50deg);
}
@media screen and (max-width: 768px) {
  .btn_wrap .btn::after {
    width: 0.2666666667vw;
    height: 4vw;
    right: 1.0666666667vw;
    bottom: -0.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap .btn::after {
    width: 0.078125vw;
    height: 1.40625vw;
    right: 0.4296875vw;
    bottom: -0.3125vw;
  }
}

/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.fv h1 {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv h1 {
    min-width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  .fv h1 {
    min-width: 79.6875vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
.credit ul {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .credit ul {
    row-gap: 2.1333333333vw;
    margin: 4vw auto 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul {
    row-gap: 0.625vw;
    margin: 1.5625vw auto 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul li {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li {
    font-size: 1.171875vw;
  }
}
.credit ul li span {
  padding-bottom: 0.2em;
  border-bottom: 0.5px solid #111;
  display: inline-block;
}
.credit ul li a {
  color: #111;
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
svg {
  display: block;
  width: 100%;
}

.inner {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.dummy {
  position: sticky;
  top: 0;
  z-index: -1;
  height: 500px;
  width: 100%;
}

.wrapper {
  position: relative;
}

.flex_wrap {
  display: flex;
}

.overflow_h {
  overflow: hidden;
}

svg {
  width: 100%;
}

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

.transform_90 {
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(-90deg);
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

@media screen and (max-width: 768px) {
  #look_area {
    margin: 13.3333333333vw auto 40vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area {
    margin: 6.25vw auto 11.71875vw;
  }
}
@media screen and (max-width: 768px) {
  #look_area .sec {
    margin-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area .sec {
    margin-top: 7.8125vw;
  }
}
#look_area .sec:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #look_area .flex {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #look_area .flex {
    background-color: #d20d24;
    width: 85.9375vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#look_area .stiky {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #look_area .stiky {
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
#look_area._02 {
  z-index: 200;
}

/* 初期状態（ぼかし + 非表示） */
.target_blur {
  opacity: 0;
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur {
  opacity: 1;
  animation: imageBlur 1.5s ease-out both;
}

/* ぼかし + フェードインのアニメーション */
@keyframes imageBlur {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
/* 初期状態（右にズレていて + ぼかし + 非表示） */
.target_blur_right {
  opacity: 0;
  transform: translateX(15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_right {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInRightBlur 1.5s ease-out both;
}

/* 右からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInRightBlur {
  from {
    opacity: 0;
    transform: translateX(15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}
/* 初期状態（左にズレていて + ぼかし + 非表示） */
.target_blur_left {
  opacity: 0;
  transform: translateX(-15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_left {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInLeftBlur 1.5s ease-out both;
}

/* 左からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInLeftBlur {
  from {
    opacity: 0;
    transform: translateX(-15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}
/* 初期状態（下にズレていて + ぼかし + 非表示） */
.target_blur_up {
  opacity: 0;
  transform: translateY(15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_up {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUpBlur 1.5s ease-out both;
}

/* 下からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInUpBlur {
  from {
    opacity: 0;
    transform: translateY(15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}
/* 初期状態（上にズレていて + ぼかし + 非表示） */
.target_blur_down {
  opacity: 0;
  transform: translateY(-15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_down {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInDownBlur 1.5s ease-out both;
}

/* 上からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInDownBlur {
  from {
    opacity: 0;
    transform: translateY(-15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}
/*===========
  inview（その場で）
  ===========*/
.fadeIn_on {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: var(--delay, 0s); /* ← JSで時間差を制御 */
}

.fadeIn_on.fadeIn {
  opacity: 1;
}

/*===========
  inview（左から）
  ===========*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

.fadeIn_left.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（右から）
  ===========*/
.fadeIn_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

.fadeIn_right.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（下から）
  ===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1s;
}

.fadeIn_up.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up.delay15.fadeIn {
  transition-delay: 1.5s;
}

/*===========
  inview（上から）
  ===========*/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -20%);
  transition: 2s;
}

.fadeIn_down.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  左から
  ===========*/
/* 最初は clip-path で完全に見えない */
.clip_left img {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

/* スクロールで表示されたらアニメーション開始 */
.clip_left.start img {
  animation: anime_left_to_right 1s ease forwards;
}

/* 左から右へ */
@keyframes anime_left_to_right {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  右から
  ===========*/
.clip_right img {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.clip_right.start img {
  animation: anime_right_to_left 1s ease forwards;
}

/* 右から左へ */
@keyframes anime_right_to_left {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  上から
  ===========*/
.clip_top img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

.clip_top.start img {
  animation: anime_top_to_bottom 1s ease forwards;
}

@keyframes anime_top_to_bottom {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  下から
  ===========*/
.clip_bottom img {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.clip_bottom.start img {
  animation: anime_bottom_to_top 1s ease forwards;
}

@keyframes anime_bottom_to_top {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.swiper_loop .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper_loop .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .swiper_loop .swiper-wrapper .swiper-slide {
    width: 40vw;
    height: 58.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper_loop .swiper-wrapper .swiper-slide {
    width: 15.234375vw;
    height: 22.34375vw;
  }
}

.slick_loop {
  position: relative;
  width: 600px; /* SP時の最大幅 */
  margin: 0 auto; /* 中央配置 */
  overflow: hidden; /* はみ出しを防ぐ */
}
@media screen and (min-width: 769px) {
  .slick_loop {
    width: 1560px; /* PC時は8枚分（195px × 8） */
  }
}
.slick_loop .loop_item .loop_item_inner {
  padding: 0 2.5px; /* 画像間の余白 */
}

.slick_loop .loop_item {
  display: flex;
  justify-content: center; /* 画像を中央寄せ */
  align-items: center;
}
.slick_loop .loop_item img {
  width: 100%; /* 親要素の幅に合わせる */
  height: auto; /* 縦横比を維持 */
  -o-object-fit: cover;
     object-fit: cover; /* 画像を適切にトリミング */
}
@media screen and (max-width: 768px) {
  .slick_loop .loop_item img {
    max-width: 40vw; /* SP時の1枚のスライド幅 */
  }
}
@media screen and (min-width: 769px) {
  .slick_loop .loop_item img {
    max-width: 15.234375vw; /* PC時のスライド幅 */
  }
}/*# sourceMappingURL=style.css.map */