@media screen and (min-width: 769px) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 11px;
  transition: all 1.6s ease 0s;
  background-color: #0d0c0c;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

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

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

.video {
  position: relative;
  margin-top: 1cqw;
}
.video video {
  display: block;
  width: 100%;
  height: auto;
}

@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 !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

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

/* .fv
===================================================== */
.fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  z-index: 0;
}
.fv.is-hidden {
  visibility: hidden;
}
.fv .fv_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
@media screen and (min-width: 769px) and (min-aspect-ratio: 4/3) {
  .fv {
    width: auto;
    aspect-ratio: 1580/3254;
  }
  .fv.is-hidden {
    visibility: visible;
  }
}

.fv_color_layer {
  display: none;
  pointer-events: none;
}
@media screen and (min-width: 769px) and (min-aspect-ratio: 4/3) {
  .fv_color_layer {
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(240, 209, 191, 0.6);
    mix-blend-mode: lighten;
    opacity: 0.7;
  }
}

.fv_img {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fv_img.on {
  opacity: 1;
}
.fv_img .fv_img_base {
  display: block;
  width: 100%;
}

.fv_img_color {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}

.fv_strip {
  position: relative;
  width: 33.334%;
  height: 100%;
  overflow: hidden;
}
.fv_strip:nth-child(1) .fv_strip_mask img {
  left: 0;
}
.fv_strip:nth-child(2) .fv_strip_mask img {
  left: -100%;
}
.fv_strip:nth-child(3) .fv_strip_mask img {
  left: -200%;
}

.fv_strip_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  overflow: hidden;
}
.fv_strip_mask img {
  position: absolute;
  top: 0;
  width: 300%;
  max-width: none;
}

/* .container
===================================================== */
.container {
  container-type: inline-size;
  position: relative;
  z-index: 1;
  margin-top: 100vh;
  margin-top: 100svh;
  margin-bottom: 100vh;
  margin-bottom: 100svh;
  background-color: #0d0c0c;
}
.container img {
  margin-top: 1cqw;
}
.container [class*=_box] {
  margin-top: 1cqw;
}
.container [class*=_box] img {
  margin-top: 0;
  min-width: 0;
}
@media screen and (min-width: 769px) and (min-aspect-ratio: 4/3) {
  .container {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 48.5556238476vh;
    margin-right: 47.6056338028vh;
    height: 100vh;
    overflow-y: auto;
  }
}

.container_1 {
  z-index: 0;
  padding-bottom: 60vw;
}
@media screen and (min-width: 769px) and (min-aspect-ratio: 4/3) {
  .container_1 {
    padding-bottom: 20vw;
  }
}

.container_2 {
  position: relative;
  z-index: 1;
  background-color: #0d0c0c;
}

/* .credit
===================================================== */
.credit_wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}

.credit_toggle {
  position: absolute;
  right: 3cqw;
  bottom: 3cqw;
  z-index: 3;
  width: 7cqw;
  height: 7cqw;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.credit_toggle .credit_toggle_bar {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.credit_toggle .credit_toggle_bar--h {
  width: 4cqw;
  height: 1.5px;
}
.credit_toggle .credit_toggle_bar--v {
  width: 1.5px;
  height: 4cqw;
}
.credit_toggle.is-open .credit_toggle_bar--v {
  transform: translate(-50%, -50%) rotate(90deg);
}

.credit_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.credit_overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.credit_list {
  position: absolute;
  bottom: 12cqw;
  left: 4cqw;
  right: 4cqw;
}

.credit_list--static {
  bottom: 3cqw;
  left: auto;
  right: 3cqw;
  width: auto;
}

.credit_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2cqw;
  padding: 1.5cqw 0;
  font-size: 10px;
  color: #fff;
}
.credit_item:first-child {
  border-top: none;
}

.credit_item_buy {
  flex-shrink: 0;
  color: #fff;
  text-decoration: none;
  border: 0.8px solid #fff;
  padding: 0.8cqw 3cqw;
  font-size: 9px;
  text-align: center;
}

/* .item_1
===================================================== */
.item_1_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1%;
  row-gap: 1cqw;
}
.item_1_box img {
  aspect-ratio: 769/1153;
}

/* .item_2
===================================================== */
.item_2_box {
  display: flex;
  gap: 1%;
  overflow: hidden;
  position: relative;
}
.item_2_box img {
  flex: 1;
  min-width: 0;
}

.item_2_txt {
  position: absolute;
  bottom: 15cqw;
  right: -5cqw;
  width: 45cqw;
}

/* .item_3
===================================================== */
.item_3 {
  position: relative;
}
.item_3 .item_3_base {
  display: block;
  width: 100%;
}
.item_3 .item_3_overlay {
  position: absolute;
  top: 80cqw;
  right: 0;
  width: 65cqw;
  z-index: 1;
}
.item_3 .item_3_below {
  position: relative;
  width: 40cqw;
  margin-top: 20cqw;
  z-index: 2;
}
.item_3 .item_3_credit {
  position: absolute;
  top: 180cqw;
  right: 4cqw;
  z-index: 3;
}

/* .item_4
===================================================== */
.item_4_photo {
  position: relative;
}

.item_4_credit {
  position: absolute;
  bottom: 3cqw;
  right: 3cqw;
  z-index: 3;
}

/* .item_5
===================================================== */
.item_5_box {
  display: flex;
  gap: 1%;
  overflow: hidden;
  position: relative;
}
.item_5_box img {
  flex: 1;
  min-width: 0;
}

/* .item_6
===================================================== */
.item_6_photo {
  position: relative;
}

.item_6_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
}
.item_6_txt img {
  position: absolute;
  top: 8cqw;
  left: 8cqw;
  width: 28cqw;
}
.item_6_txt p:nth-of-type(1) {
  position: absolute;
  top: 20cqw;
  right: 10cqw;
}
.item_6_txt p:nth-of-type(2) {
  position: absolute;
  bottom: 10cqw;
  left: 8cqw;
}

/* .item_7
===================================================== */
.item_7 {
  position: relative;
}
.item_7 .item_7_base {
  display: block;
  width: 100%;
}
.item_7 .item_7_below {
  position: relative;
  width: 40cqw;
  margin-top: -20cqw;
  margin-left: auto;
  z-index: 2;
}
.item_7 .item_7_credit {
  position: absolute;
  top: 152cqw;
  left: 10cqw;
  z-index: 3;
}

/* .item_8
===================================================== */
.item_8_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1%;
  row-gap: 1cqw;
}
.item_8_box img {
  aspect-ratio: 769/1217;
}

/* .item_9
===================================================== */
.item_9 {
  overflow: hidden;
}

.item_9_photo {
  position: relative;
}

.item_9_txt {
  position: absolute;
  top: 73cqw;
  left: 30cqw;
  width: 100cqw;
  transform: translate(-50%, -50%) rotate(-47deg);
  text-align: center;
  font-size: 12px;
}

.item_9_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1%;
  row-gap: 1cqw;
}
.item_9_box img {
  aspect-ratio: 769/1217;
}

.p_2_3 {
  position: relative;
  margin-top: 1cqw;
  aspect-ratio: 1000/1604;
  overflow: hidden;
}
.p_2_3 .p_2_3_slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease;
}
.p_2_3 .p_2_3_slide img {
  width: 100%;
  height: 100%;
  margin-top: 0;
  object-fit: cover;
}
.p_2_3 .p_2_3_slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.item_9_last {
  width: 70cqw;
  margin: 10cqw auto 10cqw;
}

.item_9_credit {
  margin: 0 10cqw 20cqw 50cqw;
}

/* .btm
===================================================== */
.btm {
  container-type: inline-size;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  z-index: 0;
}
.btm.is-hidden {
  visibility: hidden;
}
@media screen and (min-width: 769px) and (min-aspect-ratio: 4/3) {
  .btm {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: auto;
    aspect-ratio: 1521/3195;
  }
  .btm.is-hidden {
    visibility: visible;
  }
}

.btm_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.btm_color_layer {
  display: none;
  pointer-events: none;
}
@media screen and (min-width: 769px) and (min-aspect-ratio: 4/3) {
  .btm_color_layer {
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(240, 209, 191, 0.6);
    mix-blend-mode: lighten;
    opacity: 0.7;
  }
}

.btm_logo {
  position: absolute;
  left: 8cqw;
  bottom: 20cqw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.btm_logo img {
  width: 45cqw;
  margin-bottom: 4cqw;
}
.btm_logo p {
  font-size: 14px;
}

.staff_credit {
  position: absolute;
  left: 8cqw;
  bottom: 6cqw;
  font-size: 10px;
}/*# sourceMappingURL=style.css.map */