* {
  font-family: "termina", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

img {
  width: 100%;
  height: auto;
}

@media (max-width: 750px) {
  * {
    font-size: 14px;
  }
.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
}
.wrapper {
  position: relative;
  display: flex;
}

.fv01_area {
  position: sticky;
  position: -webkit-sticky;
  display: flex;
  top: 0;
  width: 12%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: url("../images/fv01.png") left/cover no-repeat;
  background-attachment: fixed;
  color: #fff;
  padding-bottom: 30px;
}

.fv01_ttl {
  position: absolute;
  top: 80px;
  width: calc(100% - 100px);
}

.fv01_ftr {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 14px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 100px);
  align-items: end;
}

.btn01 {
  position: relative;
  display: block;
  width: 100%;
  background: #043BA3;
  margin: 0 auto;
}

.btn01::before {
  content: "";
  display: block;
  padding-top: 17%;
}

.btn01:hover {
  background: #000;
}

.btn01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fv02_area {
  width: 40%;
}

.fv02_1_area {
  position: relative;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: #000;
  overflow: hidden;
}

.fv02_1_bg {
  position: absolute;
  inset: 0;
  background: url("../images/fv02_1.jpg") center/cover no-repeat;
  opacity: 0;
  transform: scale(1.02);
  z-index: 1;
}

.fv02_1_image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s ease 2s;
  z-index: 2;
}

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

.fv02_1_ttl {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 28px);
  z-index: 3;
}

.fv02_1_area.is-animate .fv02_1_bg {
  opacity: 1;
  transform: scale(1);
}

.fv02_1_area.is-animate .fv02_1_image {
  opacity: 1;
}

.fv02_1_area.is-animate .anime1 {
  opacity: 1;
  transition: opacity 2.5s ease 4s;
}

.fv02_1_date {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: calc(100% - 36px);
}

.photo_area {
  position: relative;
  background: #081b33 url("../images/bg1.png") center top / 100% auto no-repeat;
  padding: 10vw 0.8vw 5vw;
}

.photo_box--01 {
  padding: 0 0.5vw;
}
.photo_box--01-1 {
  padding: 4.5vw 0.5vw 0;
}
.photo_box--01-2 {
  padding: 0vw 0.5vw 3vw;
}
.photo_box--02 {
  padding: 5vw 8vw;
}
.photo_box--02-2 {
  padding: 3vw 4vw;
}
.photo_box--03 {
  padding: 2.8vw 1vw;
}

.photo_box--04 {
  padding: 6vw 0 0 0;
}

@media (max-width: 750px) {
  .photo_box--01 {
    padding: 0 0.5vw;
  }

  .photo_box--02 {
    padding: 8vw 16vw;
  }
}

.photo_area03 {
  position: relative;
  background: #ffffff url("../images/bg3.png") center top / 100% auto no-repeat;
  padding: 100px 20px 30px;
}

.photo_inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.photo_stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.photo_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}


.photo_slide{
  overflow: hidden;
  padding-bottom: 80px;
}

.photo_slide_track{
  display: flex;
  will-change: transform;
  gap:15px;
}

.photo_slide_item{
  flex: 0 0 auto;
}
.confetti-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999;
}

.confetti {
  position: absolute;
  width: 40px;
  height: auto;
  will-change: transform;
}
@keyframes photo-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


.photo_slide_item {
  flex: 0 0 clamp(240px, 70vw, 420px);
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

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


.fv03_ttl {
  padding: 248px 24.5% 60px;
}

.fv03_area {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 52%;
  height: 100vh;
  justify-content: center;
  align-items: top;
  background: url("../images/fv01.png") right/cover no-repeat;
  background-attachment: fixed;
  color: #fff;
  padding-bottom: 30px;
}

.fv03_menu {
  margin: 0 auto;
  width: 25%;
  text-align: center;
}

.fv03_menu li {
  margin-bottom: 20px;
}

.fv03_menu img {
  width: auto;
}

.fv03_menu li:nth-child(1) img {
  max-width: 100%;
}

.fv03_menu li:nth-child(5) img {
  max-width: 78px;
}

.fv03_menu li:nth-child(2) img {
  max-width: 100%;
}

.fv03_menu li:nth-child(3) img {
  max-width: 159px;
}

.item_list_area {
  padding: 0px 0 100px;
}

.item_list_title {
  width: 64%;
  margin: 0 auto 0px;
  padding-bottom: 25px;
}

.item_list_title img {
  padding: 0 20%;
}

.lineup_feature {
  max-width: 760px;
  margin: 0 auto;
  padding: 22px;
  background: #000;
}

.lineup_feature_inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.lineup_feature_image img {
  display: block;
}

.lineup_feature_content {
  color: #fff;
  text-align: left;
}

.lineup_feature_title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.lineup_feature_title2 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.lineup_feature_price {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.lineup_feature_btn:hover {
  opacity: 0.7;
}

.mv_section {
  background: #fff;
  padding: 40px 26px 0;
}

.mv_inner {
  width: 100%;
  margin: 0 auto;
}

.mv_img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  filter: blur(18px);
  transform: scale(1.05);
  clip-path: circle(0% at 50% 50%);
  -webkit-clip-path: circle(0% at 50% 50%);
  will-change: opacity, filter, transform, clip-path;
}

.item_list {
  background: url("../images/lineup_bg.png") top/cover no-repeat;
  padding: 40px 2vw;
}

.item_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 16px;
}

.item_list li {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.item_name {
  flex: 1;
}

.btn02 {
  margin-top: 16px;
}

.item_thumb {
  margin-bottom: 12px;
}

.item_thumb img {
  display: block;
  filter: blur(16px);
  transform: scale(1.05);
  will-change: filter, transform;
}

.item_name {
  font-size: 0.75rem;
  margin-bottom: 18px;
  line-height: 1.3;
}

.btn02 {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.btn02:hover {
  opacity: 0.6;
}

.btn03 {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 2vw;
}

.btn03:hover {
  opacity: 0.6;
}

.movie_area {
  background: #CDD6E2;
  padding: 40px 0 20px;
}

.movie_title {
  padding: 0 40% 20px;
}

video {
  width: 100%;
}


.anime1 {
  display: block;
  opacity: 0;
  transform: none;
  transition: opacity 0.9s ease;
  will-change: opacity;
}

.anime1.show {
  opacity: 1;
}

.anime2 {
  display: block;
  opacity: 0;
  transform: translateY(24px);
  transition: transform 1.5s ease-in-out, opacity 2.5s ease-in-out;
  will-change: transform, opacity;
}

.anime2.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 750px) {
  .wrapper {
    display: block;
  }

  .fv01_area,
  .fv03_area {
    display: none;
  }

  .fv02_area {
    width: 100%;
  }

  .fv02_1_area {
    height: auto;
  }

  .fv02_1_area::before {
    content: "";
    display: block;
    padding-top: 186%;
  }

  .lineup_feature {
    padding: 18px;
  }

 

  .lineup_feature_btn {
    width: 100%;
  }

  .item_name {
    font-size: 0.95rem;
  }

  .photo_area {
    padding: 120px 16px 70px;
  }

  .photo_inner {
    gap: 20px;
  }

  .photo_stack {
    gap: 14px;
  }

  .photo_row {
    gap: 12px;
  }

  .photo_slide_track {
    gap: 12px;
  }

  .photo_slide_item {
    flex-basis: clamp(220px, 86vw, 420px);
  }


  .photo_box {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .photo_box--narrow {
    width: 82%;
  }
  .photo-display.is-dragging {
  cursor: grabbing;
  user-select: none;
}
/* スティッキー（画面に張り付く）エリア */
.sticky-wrapper {
  position: relative;
  height: auto;
  display: block;
  padding: 0 8vw;
}
  .scroll-container {
    position: relative;
    padding: 80px 0 100px;
    background: url("../images/scroll_bg2.png") center top / 101% auto no-repeat;
  }
}
  .scroll-container {
    position: relative;
        padding: 80px 0 100px;

    background: url("../images/scroll_bg2.png") center top / 101% auto no-repeat;
  }
/*# sourceMappingURL=style.css.map */

@media (prefers-reduced-motion: reduce) {
  .item_thumb img {
    filter: none;
    transform: none;
  }

  .fv02_1_bg,
  .fv02_1_image,
  .anime1 {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .photo_slide_track {
    animation: none;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv_img {
    opacity: 1;
    filter: none;
    transform: none;
    clip-path: none;
    -webkit-clip-path: none;
  }
}

/* 背景が動かないように固定する要素 */
.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  z-index: -1; /* コンテンツの背後に配置 */
  background: #081b33 url("../images/bg2.png") center top / 100% auto no-repeat;
}

/* スティッキー（画面に張り付く）エリア */
.sticky-wrapper {
  position: relative;
  height: auto;
  display: block;
  padding: 0 35px;
}

/* --- 以下、前回同様のスタイル --- */
.number-nav {
  display: flex;
  gap: 20px;
  margin: 0px 0vw 70px;
  position: relative;
  z-index: 2;
  width: 100%;
  justify-content: center;
}

.num-img {
  width: 3.5vw;
  min-width: 35px;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.num-img.active {
  opacity: 1;
}

.photo-display {
  display: flex;
  gap: clamp(16px, 4vw, 48px);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  scroll-snap-type: x mandatory;
  width: 100%;
}
.photo-display::-webkit-scrollbar {
  display: none; /* Chrome / Safari */
}
.photo-item {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  opacity: 1;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.photo-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.photo_box {
  /* GSAPで動かすためのCSS変数を定義（初期状態は半径0%） */
  --mask-radius: 0%;
  /* ぼかしの幅（数値が大きいほど境界がぼわーっとなります） */
  --mask-blur: 15%; 
  
  /* 円形グラデーションでマスクを作成 */
  -webkit-mask-image: radial-gradient(circle at center, black var(--mask-radius), transparent calc(var(--mask-radius) + var(--mask-blur)));
  mask-image: radial-gradient(circle at center, black var(--mask-radius), transparent calc(var(--mask-radius) + var(--mask-blur)));
  
  overflow: hidden;
}

.photo_box img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 751px) and (max-width: 1220px) {
.fv02_area{
min-width: 450px;
}
.fv03_area{
min-width: 350px;
}
}