@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 10.3703703704vw;
  transition: all 1.6s ease 0s;
  background-color: #fff;
  font-family: "baileywick-jf-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1001px) {
  body {
    font-size: 4.7vw;
  }
}

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

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

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

@media screen and (min-width: 1001px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .pcNone {
    display: block;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.fv, footer, .main {
  opacity: 0;
  transition: opacity 1s;
}
.fv.on, footer.on, .main.on {
  opacity: 1;
}

#page-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 99;
}
@media screen and (max-width: 1000px) {
  #page-top {
    right: 3%;
  }
}
#page-top img {
  width: 2.3611111111vw;
}
@media screen and (max-width: 1000px) {
  #page-top img {
    width: 7.6vw;
  }
}

#page-top a {
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  opacity: 0.5;
}

.flex {
  display: flex;
  margin: 0 auto;
  padding: 0 3% 5%;
}
.flex .flex_left {
  width: 40%;
}
.flex .flex_left img:nth-child(1) {
  width: 96%;
  position: relative;
  z-index: 5;
}
.flex .flex_left img:nth-child(2) {
  width: 103%;
  margin: 7% auto 0 8%;
  position: relative;
  z-index: 1;
}
.flex .flex_left02 {
  width: 47%;
}
.flex .flex_left02 img:nth-child(1) {
  width: 57%;
  margin: -41% 28% 0 auto;
  position: relative;
  z-index: 5;
}
.flex .flex_left02 img:nth-child(2) {
  width: 67%;
  margin: 1% auto 0 19%;
}
.flex .flex_right {
  width: 60%;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper img.main-image {
  display: block;
  width: 100%;
  height: auto;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

/* ＋／×ボタン */
.plus-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 50;
}

/* 回転してバツに見せる */
.plus-btn.active {
  transform: rotate(45deg);
}

/* オーバーレイ全体 */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 10;
}
.overlay .credit {
  color: #fff;
  font-family: "arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.4666666667vw;
  width: -webkit-fill-available;
  position: absolute;
  bottom: 40px;
}
@media screen and (min-width: 1001px) {
  .overlay .credit {
    font-size: 1.2vw;
  }
}
.overlay .credit a, .overlay .credit .coming_flex {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto 1%;
}
.overlay .credit a .buy, .overlay .credit .coming_flex .buy {
  border: 1px solid;
  padding: 0.1vw 1.5vw;
  font-size: 2.9333333333vw;
  height: fit-content;
}
@media screen and (min-width: 1001px) {
  .overlay .credit a .buy, .overlay .credit .coming_flex .buy {
    font-size: 1vw;
    padding: 0.1vw 0.6vw;
  }
}
.overlay .credit .coming {
  border: 1px solid #bfbfbf;
  padding: 0.1vw 1.5vw;
  font-size: 2.9333333333vw;
  color: #bfbfbf;
  height: fit-content;
}
@media screen and (min-width: 1001px) {
  .overlay .credit .coming {
    font-size: 1vw;
    padding: 0.1vw 0.6vw;
  }
}

.coming_flex {
  color: #bfbfbf;
}

.credit_img {
  font-size: 11px;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* 画像グリッド */
.overlay-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 90%;
}

.overlay-content a img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}

.overlay-content a:hover img {
  opacity: 0.8;
}

.flex02 {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.flex02 .right_text {
  width: 51.5%;
  white-space: nowrap;
  margin-left: 2%;
  line-height: 1.1;
}

.flex03 {
  display: flex;
  margin: -16% auto 3%;
  overflow: hidden;
  align-items: end;
}
.flex03 img {
  width: 38%;
  display: block;
  margin-left: -13%;
}
.flex03 img:nth-child(1) {
  width: 34%;
  margin-left: -7%;
}
.flex03 img:nth-child(2) {
  width: 36%;
}
.flex03 img:nth-child(3) {
  width: 43%;
}
.flex03 img:nth-child(4) {
  width: 37%;
  margin-left: -17%;
}

.img_11_box {
  height: 190vw;
  margin-bottom: -4%;
  /* 回転してバツに見せる */
}
@media screen and (min-width: 1001px) {
  .img_11_box {
    height: 86.7vw;
  }
}
.img_11_box .plus-btn {
  filter: brightness(0) saturate(100%);
}
.img_11_box .plus-btn.active {
  filter: brightness(0) invert(1); /* 白に見せる */
}

.img_11 {
  position: relative;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0);
}
.img_11 div:nth-child(2) {
  position: absolute;
  z-index: 2;
  top: 26%;
}
.img_11 div:nth-child(3) {
  position: absolute;
  z-index: 3;
  top: 72%;
  width: 87%;
  left: 7%;
}

.flex03_box {
  /* 回転してバツに見せる */
}
.flex03_box .plus-btn {
  filter: brightness(0) saturate(100%);
}
.flex03_box .plus-btn.active {
  filter: brightness(0) invert(1); /* 白に見せる */
}

.video--filter {
  filter: drop-shadow(0px 0px #000);
}

.flex04 {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  padding: 3%;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .flex04 {
    width: 100vw;
  }
}
.flex04 .img_15 {
  width: 69% !important;
  height: auto; /* ← 縦横比を維持して伸縮 */
  flex-shrink: 0;
  display: block;
}
.flex04 .credit {
  line-height: normal;
}

.flex04_box {
  width: 100%;
  /* 回転してバツに見せる */
}
@media screen and (max-width: 1000px) {
  .flex04_box {
    width: 100vw;
  }
}
.flex04_box .plus-btn {
  filter: brightness(0) saturate(100%);
}
.flex04_box .plus-btn.active {
  filter: brightness(0) invert(1); /* 白に見せる */
}

.video_box {
  width: 100%;
  height: 56.5vw;
  /* 回転してバツに見せる */
}
@media screen and (min-width: 1001px) {
  .video_box {
    height: 25.6vw;
  }
}
.video_box .plus-btn {
  filter: brightness(0) saturate(100%);
}
@media screen and (min-width: 1001px) {
  .video_box .plus-btn {
    bottom: 18px;
    right: 18px;
  }
}
.video_box .plus-btn.active {
  filter: brightness(0) invert(1); /* 白に見せる */
}

footer .sta_cre {
  position: relative;
  z-index: 5;
  margin: -4% auto 7%;
  width: 90%;
}
footer .logo {
  width: 42%;
  margin: 0 auto 5% 5%;
}

@media screen and (min-width: 1001px) {
  .main {
    width: 46%;
  }
  .pc_flex {
    display: flex;
  }
  .fv {
    background-image: url(../images/fv.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: fixed;
    width: 27%;
  }
  .main {
    margin-left: 27%;
  }
  footer {
    background-image: url(../images/img_21.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
    position: fixed;
    margin-left: 73%;
    width: 27%;
  }
  footer .logo {
    position: absolute;
    bottom: -9vh;
  }
  footer .sta_cre {
    margin: 0 auto;
    bottom: 1vh;
    transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
  }
}/*# sourceMappingURL=style.css.map */