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

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 11px;
  transition: all 1.6s ease 0s;
  background-color: #fff;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  font-weight: 500;
  font-style: normal;
}

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

picture {
  display: block;
  aspect-ratio: 2/3;
}

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

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

@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;
  }
}

.center {
  margin: 8vw auto;
  width: 85%;
}

.left {
  margin: 8vw auto 8vw 0;
  width: 80%;
}

.right {
  margin: 8vw 0 8vw auto;
  width: 80%;
}

.full {
  width: 100%;
}

.box_4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  margin: 10vw auto;
  width: 75%;
}
.box_4 img {
  width: 100%;
  display: block;
}

/* .item_wrap
===================================================== */
.item_wrap {
  position: relative;
}
.item_wrap img {
  width: 100%;
  display: block;
}
.item_wrap .plus_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 9vw;
  height: 9vw;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  user-select: none;
}
@media screen and (min-width: 769px) {
  .item_wrap .plus_btn {
    width: 4vw;
    height: 4vw;
  }
}
.item_wrap .plus_btn::before, .item_wrap .plus_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: 1.5px;
  background: #fff;
  translate: -50% -50%;
  transition: rotate 0.35s ease;
}
.item_wrap .plus_btn::before {
  rotate: 0deg;
}
.item_wrap .plus_btn::after {
  rotate: 90deg;
}
.item_wrap .item_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
}
.item_wrap .item_credit {
  width: 100%;
  padding: 4vw 14vw 4vw 4vw;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .item_wrap .item_credit {
    padding: 2vw 5vw 2vw 2vw;
  }
}
.item_wrap .item_credit__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item_wrap .item_credit__row + .item_wrap .item_credit__row {
  margin-top: 2vw;
}
.item_wrap .item_credit__left {
  display: flex;
  gap: 2vw;
  align-items: center;
}
.item_wrap .item_credit__left p {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 769px) {
  .item_wrap .item_credit__left p {
    font-size: 1.40625vw;
  }
}
.item_wrap .item_credit a {
  font-size: 3.3333333333vw;
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .item_wrap .item_credit a {
    font-size: 1.40625vw;
  }
}
.item_wrap .item_credit__coming {
  font-size: 3.3333333333vw;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 769px) {
  .item_wrap .item_credit__coming {
    font-size: 1.40625vw;
  }
}
.item_wrap.is-open .plus_btn::before {
  rotate: 45deg;
}
.item_wrap.is-open .plus_btn::after {
  rotate: -45deg;
}
.item_wrap.is-open .item_overlay {
  opacity: 1;
  pointer-events: auto;
}

/* .box_4・.sec1_box・.sec3_box内のitem_wrap: 小サイズ時クレジット文字サイズ縮小
===================================================== */
.box_4 .item_wrap .item_credit,
.sec1_box .item_wrap .item_credit,
.sec3_box .item_wrap .item_credit {
  padding: 4vw 8vw 4vw 4vw;
}
.box_4 .item_wrap .item_credit__left,
.sec1_box .item_wrap .item_credit__left,
.sec3_box .item_wrap .item_credit__left {
  gap: 1vw;
}
.box_4 .item_wrap .item_credit p,
.box_4 .item_wrap .item_credit a, .box_4 .item_wrap .item_credit__coming,
.sec1_box .item_wrap .item_credit p,
.sec1_box .item_wrap .item_credit a,
.sec1_box .item_wrap .item_credit__coming,
.sec3_box .item_wrap .item_credit p,
.sec3_box .item_wrap .item_credit a,
.sec3_box .item_wrap .item_credit__coming {
  font-size: 2.5641025641vw;
}
@media screen and (min-width: 769px) {
  .box_4 .item_wrap .item_credit p,
  .box_4 .item_wrap .item_credit a, .box_4 .item_wrap .item_credit__coming,
  .sec1_box .item_wrap .item_credit p,
  .sec1_box .item_wrap .item_credit a,
  .sec1_box .item_wrap .item_credit__coming,
  .sec3_box .item_wrap .item_credit p,
  .sec3_box .item_wrap .item_credit a,
  .sec3_box .item_wrap .item_credit__coming {
    font-size: 1.40625vw;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.8s ease;
}
.load .load_logo {
  width: 51.2820512821vw;
}
@media screen and (min-width: 769px) {
  .load .load_logo {
    width: 23.4375vw;
  }
}
.load .load_logo img {
  filter: brightness(0);
}

/* .fv
===================================================== */
.fv {
  position: relative;
}
.fv .fv_mov {
  width: 100%;
  height: auto;
}
.fv .logo_area {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  will-change: transform;
}
.fv .logo_area .logo {
  width: 100%;
}
.fv .logo_area h1 {
  font-size: 8.2051282051vw;
  color: #f7f7f7;
}
@media screen and (min-width: 769px) {
  .fv .logo_area h1 {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    position: fixed;
    top: 0;
    left: 0;
    width: 33.333%;
    height: 100vh;
    overflow: hidden;
  }
  .fv .fv_mov {
    width: 100%;
    height: 100%;
  }
  .fv .fv_mov img {
    height: 100%;
    object-fit: cover;
  }
  .fv .logo_area {
    left: 0;
    width: 33.333%;
    transform: translateY(-50%);
  }
}

/* .sec1
===================================================== */
.sec1_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec1_box img {
  width: 32.0512820513vw;
}
@media screen and (min-width: 769px) {
  .sec1_box > * {
    flex: 1 1 0%;
    min-width: 0;
  }
  .sec1_box img {
    width: 100%;
  }
}

/* .sec2
===================================================== */
.sec2_box {
  width: 51.2820512821vw;
  display: block;
  margin: 10vw auto;
}
.sec2_box img {
  margin-top: 2vw;
}

/* .sec3
===================================================== */
.sec3_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.sec3_box img {
  width: 32.0512820513vw;
}
@media screen and (min-width: 769px) {
  .sec3_box > * {
    flex: 0% 1 1;
    min-width: 0;
  }
  .sec3_box img {
    width: 100%;
  }
}
.sec3_box2 {
  display: grid;
  margin: 8vw auto;
}
.sec3_box2 > * {
  grid-area: 1/1;
}
.sec3_box2 .item_wrap {
  position: relative;
  inset: auto;
  z-index: 2;
}
.sec3_box2 .item_wrap img {
  opacity: 0;
}
.sec3_box2 > img, .sec3_box2 > picture > img {
  position: relative;
  height: auto;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

/* .sec4
===================================================== */
.sec4_box {
  height: 102.5641025641vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec4_box {
    height: 70.3125vw;
  }
}
.sec4_box img {
  position: absolute;
  width: 38.4615384615vw;
}
@media screen and (min-width: 769px) {
  .sec4_box img {
    width: 27.34375vw;
  }
}
.sec4_box img:nth-child(1) {
  top: 0;
  left: 0;
}
.sec4_box img:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec4_box img:nth-child(3) {
  bottom: 0;
  right: 0;
}

/* PC layout: left 1/3 fixed / right 2/3 scrollable
===================================================== */
@media screen and (min-width: 769px) {
  .container,
  .btm {
    margin-left: 33.333%;
  }
}
/* .btm
===================================================== */
.btm {
  margin-top: 36vw;
  text-align: center;
}
.btm img {
  width: 100%;
  height: auto;
}
.btm .logo_area {
  margin: -70vw auto 0;
}
.btm .logo_area p {
  font-size: 6.8965517241vw;
  color: #fff;
}
.btm .staff_credit {
  margin: 10vw auto 0;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .btm .staff_credit {
    margin: -18vw auto 0;
  }
}
.btm .staff_credit p {
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 769px) {
  .btm .staff_credit p {
    font-size: 1.5625vw;
  }
}
.btm .staff_credit p:nth-child(1) {
  margin-bottom: 1vw;
}
.btm .staff_credit small {
  font-size: 2.0512820513vw;
  margin-top: 10vw;
}
@media screen and (min-width: 769px) {
  .btm .staff_credit small {
    font-size: 0.78125vw;
  }
}/*# sourceMappingURL=style.css.map */