html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 12px;
  transition: all 1s ease 0s;
  font-family: "din-condensed-variable", sans-serif;
  font-variation-settings: "wght" 600;
  font-style: normal;
}
@media screen and (min-width: 1001px) {
  body {
    font-size: 1.15vw;
  }
}

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

.loading {
  position: absolute;
  z-index: 1;
  height: 100svh;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 40;
}
.loading.on {
  opacity: 1;
}
.loading svg {
  width: 59.2vw;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1001px) {
  .loading svg {
    width: 29.0015625vw;
  }
}

#fv {
  position: relative;
  margin-bottom: -1.3%;
}
#fv .h1 {
  position: absolute;
  top: 35%;
  left: 8%;
  justify-content: space-between;
  width: 85%;
  align-items: flex-start;
  z-index: 10;
  display: flex;
}
@media screen and (min-width: 1001px) {
  #fv .h1 {
    top: 38%;
    left: 7%;
    width: 85%;
  }
}
#fv .h1 h1 {
  width: 65%;
}
#fv .h1 p {
  color: #fff;
  margin-top: -1vw;
  line-height: 1.1;
  text-align: right;
  font-size: 5.5vw;
  letter-spacing: -0.1px;
}
@media screen and (min-width: 1001px) {
  #fv .h1 p {
    margin-top: -0.2vw;
    line-height: 1;
    font-size: 2.1vw;
  }
}
#fv .h1 p span {
  font-size: 9vw;
}
@media screen and (min-width: 1001px) {
  #fv .h1 p span {
    font-size: 3vw;
  }
}
#fv .fv_text {
  position: absolute;
  width: 47%;
  right: 7%;
  bottom: 7%;
  z-index: 10;
}

/* item */
.slide-img-wrap {
  position: relative;
  overflow: hidden;
}

.btn-credit {
  cursor: pointer;
  color: #fff;
  display: block;
  position: absolute;
  right: 18px;
  bottom: 18px;
  transition: all 0.25s linear;
  z-index: 10;
}

.btn-credit::after {
  content: "";
  display: block;
  background-image: url(../images/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1001px) {
  .btn-credit::after {
    width: 2.47vw;
    height: 2.47vw;
  }
}

.show .btn-credit::after {
  content: "";
  background-image: url(../images/plus.svg);
  transform: rotate(135deg);
  transition: 0.5s;
}

.buy {
  border: 1px solid;
  padding: 3px 10px 2px;
  line-height: 1;
}
@media screen and (min-width: 1001px) {
  .buy {
    padding: 4px 10px 2px;
  }
}

.box-wrap {
  display: flex;
  flex-wrap: wrap;
}

.img-slide-box {
  position: relative;
  width: 100%;
}

.img-slide-box.link {
  cursor: pointer;
}

.img-slide-box .credit {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8% 12% 75px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.25s linear 0.1s !important;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1001px) {
  .img-slide-box .credit {
    font-size: 1.2vw;
  }
}

.show .credit {
  opacity: 1;
  pointer-events: inherit;
  z-index: 9;
  color: #fff;
}

.credit {
  color: #fff;
}
.credit li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3px;
}

.left {
  left: 25px !important;
}

@media only screen and (max-width: 767px) {
  .btn-credit::after {
    width: 25px;
    height: 25px;
  }
  .img-slide-box .credit {
    font-size: min(14px, 3.47vw);
  }
}
.item {
  margin: 1.8px auto;
  position: relative;
  overflow: hidden;
}

.item02 {
  margin: 1.8px auto -5px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .item02 {
    margin: 1.8px auto -6.5px;
  }
}

.num {
  font-size: 11.2676056338vw;
  color: #fff;
  position: absolute;
  z-index: 10;
  right: 10px;
}
@media screen and (min-width: 1001px) {
  .num {
    font-size: 3.5vw;
  }
}

.p_left {
  position: absolute;
  top: 0;
  width: 50%;
}

.p_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.p_right_img {
  top: 27%;
  width: 43%;
  left: 53%;
  position: absolute;
}

.p_left_img {
  top: 27%;
  width: 43%;
  left: 3%;
  position: absolute;
}

.y_text {
  position: absolute;
  top: 22%;
  z-index: 15;
  width: 47%;
  left: 41%;
}

.r_credit {
  width: 40%;
  color: #fff;
  position: absolute;
  top: 77%;
  left: 54%;
}

.l_credit {
  width: 40%;
  color: #fff;
  position: absolute;
  top: 77%;
  left: 5%;
}

.flex {
  display: flex;
  gap: 2px;
}

.img_10 {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
.img_10 .credit {
  position: absolute;
  bottom: 3%;
  right: 5%;
  width: 45%;
}

.zzz {
  position: absolute;
  top: 14%;
  left: 21%;
  width: 11%;
}

.desc {
  color: #fff;
  position: absolute;
  left: 5%;
  font-size: 10px;
  top: 3%;
  z-index: 10;
  font-family: "sandoll-press-basic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1001px) {
  .desc {
    font-size: 0.95vw;
  }
}

.fs_11 {
  font-size: 11px;
}
@media screen and (min-width: 1001px) {
  .fs_11 {
    font-size: 1vw;
  }
}

.l_cre {
  position: absolute;
  bottom: 3%;
  left: 5%;
  width: 45%;
}

.flex02 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2px 0;
  justify-content: space-between;
}
.flex02 .img-slide-box {
  width: calc(33.3333333333% - 1px);
}
.flex02 .btn-credit {
  right: 7px;
  bottom: 7px;
}
.flex02 .btn-credit::after {
  width: 13px;
  height: 13px;
}
@media screen and (min-width: 1001px) {
  .flex02 .btn-credit::after {
    width: 21px;
    height: 21px;
  }
}
.flex02 .credit {
  font-size: 3vw;
  line-height: 1.2;
  padding: 6% 8% 24px;
}
@media screen and (min-width: 1001px) {
  .flex02 .credit {
    font-size: 0.9vw;
    line-height: 1.2;
    padding: 6% 8% 2.3vw;
  }
}
.flex02 .buy {
  line-height: 0.7;
  height: fit-content;
  padding: 3px 5px 2px;
}
@media screen and (min-width: 1001px) {
  .flex02 .buy {
    padding: 5px 6px 3px;
  }
}

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

footer .sta_cre {
  position: absolute;
  z-index: 10;
  color: #fff;
  top: 4%;
  left: 7%;
  line-height: 1.3;
  letter-spacing: 0px;
}
footer .sta_cre p {
  font-family: "sandoll-press-basic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  margin-bottom: 4%;
}
footer .sta_cre ul {
  font-family: "din-condensed-variable", sans-serif;
  font-variation-settings: "wght" 600;
  font-size: 12px;
}
footer .logo {
  width: 41%;
  margin: 4% 0 4% 5%;
}

@media screen and (min-width: 1001px) {
  .pc_container {
    display: flex;
  }
  .pc_container #fv, .pc_container .main, .pc_container footer {
    width: 33.3333333333vw;
    height: 100vh;
  }
  .pc_container #fv, .pc_container footer {
    position: fixed;
  }
  .pc_container #fv video {
    width: 33.3333333333vw;
  }
  .pc_container .main {
    margin-left: 33.3333333333vw;
  }
  .pc_container footer {
    left: 66.6666666667vw;
  }
  .pc_container footer video {
    width: 120%;
    overflow: hidden;
  }
  video {
    width: 100.5%;
  }
}/*# sourceMappingURL=style.css.map */