@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "century-gothic", sans-serif;
  font-weight: bold;
  color: #d88d76;
  background: #fff;
  pointer-events: none;
}

.chrome_guard {
  position: fixed;
  top: -2000px;
  left: 0;
  width: 100%;
  height: 2002px;
  background: #fff;
  z-index: -2;
  pointer-events: none;
  transform: translateZ(0);
}

.sp_fix {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  container-type: inline-size;
}

.credit_action {
  text-decoration: underline;
  cursor: pointer;
  pointer-events: auto;
}

.credit_list {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 150px;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}
.credit_list.row {
  width: fit-content;
}

.credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.credit_item {
  display: flex;
  gap: 5px;
}

@keyframes fv-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes item3-crossfade {
  0%, 45% {
    opacity: 1;
  }
  55%, 95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ============ FV ============ */
.fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 390/546;
  background: #d9d9d9;
  container-type: inline-size;
  z-index: -1;
}
.fv_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv_img.pc_only {
  display: none;
}
.fv_logo {
  position: absolute;
  left: 5.1282cqw;
  top: 5.641cqw;
  width: 35.641cqw;
  height: 4.1026cqw;
  opacity: 0;
  animation: fv-fade-in 0.8s ease-out 1s both;
}
.fv_text_row {
  display: contents;
}
.fv_title {
  position: absolute;
  left: 60cqw;
  top: 71.7949cqw;
  width: 32.8205cqw;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  animation: fv-fade-in 0.8s ease-out 0.2s both;
}
.fv_lead {
  position: absolute;
  left: 9.4872cqw;
  top: 101.2821cqw;
  width: 60.7692cqw;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  animation: fv-fade-in 0.8s ease-out 0.6s both;
}

/* ============ common photo blocks ============ */
.photo {
  position: relative;
  width: 100%;
  aspect-ratio: 390/546;
  background: #d9d9d9;
  line-height: 0;
  container-type: inline-size;
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo_tall {
  width: 100%;
  aspect-ratio: 390/693;
  background: #d9d9d9;
  line-height: 0;
}
.photo_tall video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo_row {
  display: flex;
  width: 100%;
  aspect-ratio: 390/273;
}
.photo_row > .item_inner {
  display: flex;
  width: 100%;
  height: 100%;
}

.photo_half {
  position: relative;
  flex: 1;
  height: 100%;
  background: #d9d9d9;
  line-height: 0;
  container-type: inline-size;
}
.photo_half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============ item1 ============ */
.item1_slot {
  position: relative;
  width: 100%;
  margin-top: 140vw;
  container-type: inline-size;
}

.item1 {
  position: relative;
  z-index: 1;
}
.item1.is-pinned {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.item1 .item1_1 .credit_list {
  left: 50cqw;
  top: 70cqw;
  transform: translate(-50%, -50%);
}

/* ============ item2〜7 共通: *_slot ============ */
/* ============ item2 ============ */
.item2_slot {
  position: relative;
  width: 100%;
  container-type: inline-size;
}

.item2 {
  position: relative;
  z-index: 2;
}
.item2.is-pinned {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.item2 .item2_1 .credit_list {
  left: 5.1282cqw;
  top: 122.3077cqw;
}

/* ============ item3 ============ */
.item3_slot {
  position: relative;
  width: 100%;
  container-type: inline-size;
}

.item3 {
  position: relative;
  z-index: 3;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.item3.is-pinned {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.item3 .swipe {
  position: relative;
  width: 100%;
  aspect-ratio: 390/546;
}
.item3 .swipe .photo {
  position: absolute;
  inset: 0;
  animation: item3-crossfade 6s ease-in-out infinite;
}
.item3 .swipe .photo.item3_2 {
  animation-delay: -3s;
}
.item3 .item3_1 .credit_list {
  right: 15cqw;
  top: 36.1538cqw;
}
.item3 .item3_3 .credit_list {
  left: 27.9487cqw;
  top: 47.9487cqw;
}
.item3 .item3_3 .credit_list .credit {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

/* ============ item4 ============ */
.item4_slot {
  position: relative;
  width: 100%;
  container-type: inline-size;
}

.item4 {
  position: relative;
  z-index: 4;
}
.item4.is-pinned {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.item4 .item4_2 .credit_list {
  left: 50cqw;
  bottom: 5cqw;
  transform: translateX(-50%);
}

/* ============ item5 ============ */
.item5_slot {
  position: relative;
  width: 100%;
  container-type: inline-size;
}

.item5 {
  position: relative;
  z-index: 5;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.item5.is-pinned {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.item5 .item5_2 .credit_list {
  left: 68.7179cqw;
  top: 31.0256cqw;
  gap: 25px;
}
.item5 .item5_2 .credit_list .credit {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

/* ============ item6 ============ */
.item6_slot {
  position: relative;
  width: 100%;
  container-type: inline-size;
}

.item6 {
  position: relative;
  z-index: 6;
}
.item6.is-pinned {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.item6 .item6_2 .credit_list {
  left: 50cqw;
  bottom: 5cqw;
  transform: translateX(-50%);
}

/* ============ item7 ============ */
.item7_slot {
  position: relative;
  width: 100%;
  container-type: inline-size;
}

.item7 {
  position: relative;
  z-index: 7;
}
.item7.is-pinned {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.item7 .item7_2 .credit_list {
  right: 10cqw;
  top: 94.359cqw;
}
.item7 .item7_3 .mond {
  position: absolute;
  left: 26.9231cqw;
  top: 31.2821cqw;
  width: 46.1538cqw;
  font-family: "altesse-std-24pt", cursive;
  font-weight: 400;
  font-size: 21.5385cqw;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

/* ============ item8 ============ */
.item8 {
  position: relative;
  z-index: 8;
  margin-bottom: 140vw;
}
.item8 .item8_3 .credit_list {
  left: 45cqw;
  top: 30cqw;
  width: 180px;
}

/* ============ fv_btm ============ */
.fv_btm {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 390/546;
  background: #d9d9d9;
  container-type: inline-size;
}
.fv_btm .menu {
  position: absolute;
  left: 32.0513cqw;
  bottom: 15cqw;
  width: 35.8974cqw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.fv_btm .menu .menu_logo {
  width: 100%;
  height: 4.1026cqw;
}
.fv_btm .menu .menu_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}
.fv_btm .copyright {
  position: absolute;
  top: 133.5897cqw;
  left: 0;
  width: 100cqw;
  text-align: center;
  font-size: 10px;
}

/* ============ side menu ============ */
.side_menu {
  position: fixed;
  top: 50%;
  right: 2.5641vw;
  width: 3.3333vw;
  height: 70vw;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.side_menu.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.side_menu_inner {
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  gap: 10px;
  width: 70vw;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 11px;
}

@media (min-width: 1024px) {
  .pc_group {
    display: block;
  }
  .item1_pc1,
  .item1_pc2,
  .item1_pc3,
  .item2_pc1,
  .item2_pc2,
  .item4_pc1,
  .item4_pc2,
  .item6_pc1,
  .item6_pc2,
  .item6_pc3,
  .item7_pc1,
  .item7_pc2,
  .item8_pc1,
  .item8_pc2 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .item7_pc1 > .item_inner,
  .item7_pc2 > .item_inner,
  .item8_pc1 > .item_inner,
  .item8_pc2 > .item_inner {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fv_img.sp_only {
    display: none;
  }
  .fv_img.pc_only {
    display: block;
  }
  .fv,
  .fv_btm {
    height: min(100vh, 70vw);
  }
  .fv_logo {
    left: 4.7656cqw;
    top: 4.2969cqw;
    width: 13.5156cqw;
    height: 1.5625cqw;
  }
  .fv_text_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    left: 20cqw;
    right: 30cqw;
    bottom: 20cqw;
  }
  .fv_title {
    position: static;
    flex-shrink: 0;
    width: auto;
    font-size: 16px;
  }
  .fv_lead {
    position: static;
    width: 30cqw;
    min-width: 0;
    flex-shrink: 1;
    font-size: 16px;
  }
  .fv_btm .menu {
    left: 44.6094cqw;
    top: auto;
    bottom: 6cqw;
    width: 10.9375cqw;
  }
  .fv_btm .menu .menu_logo {
    height: 1.25cqw;
  }
  .fv_btm .copyright {
    top: auto;
    bottom: 2cqw;
  }
  .side_menu {
    right: 0.5vw;
  }
  .photo_tall {
    position: absolute;
  }
  /* ============ item1 ============ */
  .item1_slot {
    margin-top: 0;
  }
  .item1 {
    margin-top: min(70cqw, 100vh);
    aspect-ratio: 1280/3170.4614;
  }
  .item1_pc1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70cqw;
    aspect-ratio: auto;
  }
  .item1_pc1.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .item1_pc2 {
    position: absolute;
    left: 0;
    top: 70cqw;
    width: 100%;
    height: 88.8462cqw;
  }
  .item1_pc2.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .item1_pc2 > .item_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .item1_pc3 {
    position: absolute;
    left: 0;
    top: 158.8462cqw;
    width: 50%;
    height: 70cqw;
    aspect-ratio: auto;
  }
  .item1_pc3.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
  }
  .item1_3 {
    position: absolute;
    left: 0;
    top: 9.423cqw;
    width: 50%;
    height: 70cqw;
    aspect-ratio: auto;
  }
  .item1_4 {
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .item1_1 .credit_list {
    left: 38.2813cqw;
    top: 69.0625cqw;
    transform: none;
  }
  /* ============ item2 ============ */
  .item2 {
    aspect-ratio: 1280/2218;
  }
  .item2_pc1 {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70cqw;
  }
  .item2_pc1.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .item2_pc1 > .item_inner {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .item2_pc1 .photo {
    flex: 1;
    height: 100%;
    aspect-ratio: auto;
  }
  .item2_1 .credit_list {
    left: 6.25cqw;
    top: 126.0938cqw;
  }
  .item2_pc2 {
    position: absolute;
    left: 0;
    top: 70cqw;
    width: 100%;
    height: 103.2813cqw;
  }
  .item2_pc2.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .item2_pc2 > .item_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .item2_4 {
    position: absolute;
    left: 37.5cqw;
    top: 0;
    width: 50%;
    height: 88.8462cqw;
    aspect-ratio: auto;
  }
  .item2_3 {
    position: absolute;
    left: 12.5cqw;
    top: 56.6406cqw;
    width: 33.3333cqw;
    height: 46.6667cqw;
    aspect-ratio: auto;
    z-index: 1;
  }
  /* ============ item3 ============ */
  .item3 {
    position: relative;
    aspect-ratio: 1280/896;
  }
  .item3 > .item_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .item3 .swipe {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .item3 .item3_3 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .item3 .item3_1 .credit_list {
    left: 72.0313cqw;
    top: 44.6875cqw;
    right: auto;
  }
  .item3 .item3_3 .credit_list {
    left: 35.4686cqw;
    top: 51.25cqw;
  }
  /* ============ item4 ============ */
  .item4 {
    aspect-ratio: 1280/2042.1154;
  }
  .item4_pc1 {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70cqw;
  }
  .item4_pc1.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .item4_pc1 > .item_inner {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .item4_pc1 .photo {
    flex: 1;
    height: 100%;
    aspect-ratio: auto;
  }
  .item4_2 .credit_list {
    left: 38.2813cqw;
    top: 130.4688cqw;
  }
  .item4_pc2 {
    position: absolute;
    left: 0;
    top: 70cqw;
    width: 100%;
    height: 89.5402cqw;
  }
  .item4_pc2.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .item4_pc2 > .item_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .item4_3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .item4_4 {
    position: absolute;
    left: 58.75cqw;
    top: 21.4368cqw;
    width: 33.3333cqw;
    height: 46.6667cqw;
    aspect-ratio: auto;
  }
  /* ============ item5 ============ */
  .item5 {
    position: relative;
    aspect-ratio: 1280/896;
  }
  .item5 > .item_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .item5 .item5_1,
  .item5 .item5_2 {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    aspect-ratio: auto;
  }
  .item5 .item5_1 {
    left: 0;
  }
  .item5 .item5_2 {
    left: 50%;
  }
  .item5 .item5_2 .credit_list {
    left: 68.9063cqw;
    top: 36.5625cqw;
  }
  /* ============ item6 ============ */
  .item6 {
    aspect-ratio: 1280/2938;
  }
  .item6_pc1 {
    left: 50.0781cqw;
    top: 0;
    width: 50%;
    height: 89.5406cqw;
  }
  .item6_pc1.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 50.0781cqw;
    width: 50%;
    overflow: hidden;
  }
  .item6_pc2 {
    position: absolute;
    left: 0;
    top: 89.5406cqw;
    width: 100%;
    height: 70cqw;
    aspect-ratio: auto;
  }
  .item6_pc2.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .item6_pc2 .photo_half {
    height: 100%;
    aspect-ratio: auto;
  }
  .item6_2 .credit_list {
    left: 36.7188cqw;
    top: 124.8438cqw;
    width: 170px;
  }
  .item6_pc3 {
    position: absolute;
    left: 0cqw;
    top: 159.5406cqw;
    width: 50%;
    height: 70cqw;
    aspect-ratio: auto;
  }
  .item6_pc3.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0.1563cqw;
    width: 50%;
    overflow: hidden;
  }
  /* ============ item7 ============ */
  .item7 {
    aspect-ratio: 1280/1792;
  }
  .item7_pc1 {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70cqw;
  }
  .item7_pc1.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .item7_pc1 > .item_inner {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .item7_pc1 .photo {
    flex: 1;
    height: 100%;
    aspect-ratio: auto;
  }
  .item7_2 .credit_list {
    left: 75.1563cqw;
    top: 95.3125cqw;
    width: 120px;
  }
  .item7_pc2 {
    position: absolute;
    left: 25cqw;
    top: 70cqw;
    width: 50%;
    height: 70cqw;
    aspect-ratio: auto;
  }
  .item7_pc2.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 25cqw;
    width: 50%;
    overflow: hidden;
  }
  .item7_pc2 > .item_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  /* ============ item8 ============ */
  .item8 {
    margin-bottom: min(70cqw, 100vh);
    aspect-ratio: 1280/2929.2307;
  }
  .item8_pc1 {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70cqw;
  }
  .item8_pc1.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .item8_pc1 > .item_inner {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .item8_pc1 .photo {
    flex: 1;
    height: 100%;
    aspect-ratio: auto;
  }
  .item8_pc2 {
    position: absolute;
    left: 0;
    top: 70cqw;
    width: 50%;
    height: 70cqw;
    aspect-ratio: auto;
  }
  .item8_pc2.is-pinned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
  }
  .item8_pc2 > .item_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .item8_3 .credit_list {
    left: 72.0313cqw;
    top: 51.5625cqw;
  }
  .item8_pc3 {
    position: absolute;
    left: 49.8438cqw;
    top: 140cqw;
    width: 50%;
    height: 88.8462cqw;
  }
}/*# sourceMappingURL=style.css.map */