@charset "UTF-8";

html {
  font-size: 62.5%;
  background: #fff;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
img{
  width: 100%;
}
body {
  margin: 0 auto;
  padding: 0px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  word-wrap: break-word;
}
body.is-menu-open{
  overflow: hidden;
}
.fade-in-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-element.show {
  opacity: 1;
  transform: translateY(0);
}
.whtSec{
  width: 100%;
  height: 35vh;
}



/* Gnavi ここから */
.gnavi{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}
.gnavi .menuBar{
  width: 100%;
  padding: 1%;
  background: #282828;
}
.gnavi .menuBar .menuIcon{
  display: flex;
  justify-content: end;
  font-size: 1.5em;
  text-align: right;
  color: #fff;
}
.MenuBtn{
  display: inline-block;
  margin-right: 0.5%;
}
.hamburger {
  width: 2%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.hamburger span:nth-child(2) {
  width: 70%;
}
.hamburger span:nth-child(1) { top: 5px; }
.hamburger span:nth-child(2) { top: 15px; }
.gnavi .menuInner{
  width: 100%;
  height: 100vh;
  background: #282828;
  opacity: 0.9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
  display: none;
}
.gnavi.is-open .menuInner{
  opacity: 0.9;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity .25s ease, transform .25s ease, visibility 0s;
  display: block;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  width: 100%;
  transform: translateY(-5px) rotate(-45deg);
}
.gnavi .menuInner ul{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /* -webkit- transform: translateY(-50%) translateX(-50%); */
  color: #fff;
}
.gnavi .menuInner ul li{
  font-size: 2.5em;
  margin: 30% 0;
}
.gnavi .menuInner ul li:nth-child(1){
  font-size: 1.5em;
}
/* Gnavi ここまで */





.fv{
  width: 100%;
  position: relative;
}
.fvImg{
  min-width: 768px;
  position: relative;
}
.fvInner{
  width: 100%;
  position: absolute;
  top: 15%;
}
.lottie_01{
  width: 50%;
  min-width: 600px;
  margin: auto 0 auto auto;
}
.scrlBar{
  width: calc(100% - 99.9%);
  height: 25vw;
  background: #fff;
  margin: 3% auto 10%;
}
.instaInner{
  width: 60%;
  margin: 0 auto;
}









/* ===== サムネイル ===== */
.gallery {
  width: min(900px, 92vw);
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.thumb {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

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

/* ===== モーダル ===== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.modal.is-open {
  display: block;
}

/* 背景 */
.modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* ★ viewport基準で完全中央 */
.modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: min(900px, 92vw);
  max-height: 90vh;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  z-index: 1;
}

/* 画像 */
.modal__image {
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}

/* 閉じるボタン */
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  background: rgba(255,255,255,0.85);
  text-align: center;
  font-weight: bold;
}












/* .raw{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.raw .col{
  width: 32%;
}
.raw .col:nth-child(4), .raw .col:nth-child(5), .raw .col:nth-child(6){
  margin-top: 2.5%;
} */
.instaBtn{
  width: 5%;
  margin: 5% auto;
}
.sec2, .sec4{
  width: 100%;
  background: #282828;
}
.sec3{
  width: 100%;
  /* height: 320vh; */
  background: #fff;
}
.sec_inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 10% 0;
  color: #fff;
}
.sec2txt{
  text-align: center;
  font-size: 1.8em;
  line-height: 4;
}
.lottie_02{
  width: 50%;
  min-width: 600px;
  margin: 0 auto 5%;
}
.sec3txt{
  font-size: 1.8em;
  line-height: 1.5;
  color: #000;
}





.works-collage{
  position: relative;
  height: 250vh;   /* スクロールで見える領域 */
  overflow: hidden;
}

/* absolute配置の枠 */
.item{
  position: absolute;
  z-index: var(--z, 1);

  /* 枠のサイズは「枠」を決める＝ここをいじる */
  /* width: min(70vw, 520px); */
  /* aspect-ratio: 4 / 3; */

  /* overflow: hidden; */
  /* border-radius: 18px; */
}

/* 例：個別の位置（ここを好みに合わせて） */
.work1{
  width: 58%;
  left: 0;
  top: 10%;
}
.work2{
  width: 50%;
  right: 0;
  top: 5%;
}
.work3{
  width: 50%;
  right: 0;
  top: 25%;
}
.work4{
  width: 66%;
    left: 0;
    top: 46%;
}
.work5{
  width: 58%;
    right: 0;
    top: 63%;
}

/* 中のimgは枠いっぱい */
.item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.sec4txt{
  text-align: center;
  font-size: 1.8em;
  line-height: 2;
  margin-bottom: 3%;
}
.cntctMail {
  width: 40%;
    text-align: center;
    margin: 0 auto;
}

.cntctMail a{
  display: block;
  color: #282828;
  background: #fff;
  padding: 7% 0;
  font-size: 1.5em;
}
.footer{
  width: 100%;
  background: #e4e4e4;
  position: relative;
}
.footer ul{
  width: 48%;
  margin: 0 auto;
}
.footer ul li{}
.footer ul li:nth-child(1){
  margin-bottom: 10%;
}
.footer ul li:nth-child(2){
  width: 10%;
  margin: 0 auto;
}
.copyRight{
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 1em;
  color: #282828;
  text-align: center;
  font-weight: bold;
}
.PC_br{
  display: block;
}
.SP_br{
  display: none;
}



@media screen and (max-width: 768px) {
  .gnavi .menuBar {
    padding: 3% 6%;
  }
  .hamburger{
    width: 6%;
  }
  .MenuBtn {
    margin-right: 2%;
    font-weight: bold;
  }
  .fvImg{
    min-width: unset;
  }
  .fvImg .fvIMG_SP{
    height: 100vh;
    width: 100vh;
  }
  .fvInner{
    top: 40%;
  }
  .lottie_01{
    min-width: unset;
    width: 100%;
  }
  .scrlBar{
    margin: 10% auto 10%;
  }
  .insta{
    width: 100%;
    min-width: unset;
  }
  .instaInner{
    width: 90%;
  }
  .instaBtn{
    width: 15%;
    margin: 8% auto;
  }
  .sec_inner{
    width: 90%;
    padding: 10% 0 20% 0;
  }
  .lottie_02{
    min-width: unset;
    width: 100%;
  }
  .sec2txt{
    font-size: 1.5em;
    line-height: 2;
  }
  .SP_br{
    display: block;
  }
  .PC_br{
    display: none;
  }
  .works-collage{
    height: 100vh;
  }
  .work1{
    top: 20%;
  }
  .work2{
    top: 10%;
  }
  .work3{
    top: 35%;
  }
  .work4{
    top: 55%;
  }
  .work5{
    top: 73%;
  }
  .sec4txt{
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 5%;
  }
  .cntctMail{
    width: 90%;
    font-weight: bold;
  }
  .footer ul li:nth-child(2){
    width: 25%;
  }
  /* 閉じるボタン */
.modal__close {
  text-align: center;
  font-weight: bold;
}
}