html,
body {
  width: 100%;
  letter-spacing: 0.1em;
  margin: 0 auto;
  transition: all 1.6s ease 1s;
  background-color: #ffffff;
  color: #000000;
  overflow-x: hidden;
}

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

#wrapper {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000000;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6 !important;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

.en_1 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en_2 {
  font-family: itc-american-typewriter, serif;
  font-weight: 500;
  font-style: normal;
}

#fv {
  z-index: 5;
}
#fv .fv_wrap {
  position: relative;
  width: 100%;
}
#fv .fv_wrap .fv_img {
  aspect-ratio: 375/660;
  object-fit: cover;
  object-position: center;
}
#fv .fv_wrap .key_logo {
  width: 69.3333333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #fv .fv_wrap .key_logo {
    width: min(31.9444444444%, 460px);
    position: fixed;
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

#contents {
  z-index: 10;
  position: relative;
}

.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .container {
    display: flex;
    flex-wrap: wrap;
  }
}

.credit_card {
  position: relative;
  cursor: pointer;
}
.credit_card.active .plus {
  transform: rotate(45deg);
  transition: all 0.4s;
}

.credit {
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.credit a {
  color: #fff;
  margin-top: 2vw;
  padding: 1vw 0;
  line-height: 1.5;
  font-size: max(3.2vw, 12px);
  align-items: flex-end;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .credit a {
    font-size: max(1.6vw, 6px);
    margin-top: 0.5vw;
    padding: 0.5vw 0;
  }
}

.credit_li {
  width: 85.3333333333vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18vw;
}
@media screen and (min-width: 769px) {
  .credit_li {
    width: 50%;
    left: auto;
    transform: translateX(0);
    right: 5vw;
    bottom: 12vw;
  }
}
.credit_li .item_wrap {
  display: flex;
  justify-content: space-between;
}
.credit_li .item_price {
  text-decoration: underline;
}

.img1 {
  overflow: hidden;
  width: 100%;
  order: 1;
}
@media screen and (min-width: 769px) {
  .img1 .credit_li {
    width: 40%;
  }
}

.img2 {
  overflow: hidden;
  width: 100%;
  order: 2;
}
.img3 {
  overflow: hidden;
  width: 100%;
  order: 3;
}
@media screen and (min-width: 769px) {
  .img3 {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .img3 .credit_li {
    width: 80%;
  }
}

.img4 {
  overflow: hidden;
  width: 100%;
  order: 4;
}
@media screen and (min-width: 769px) {
  .img4 {
    width: 50%;
  }
}

.img5 {
  overflow: hidden;
  width: 100%;
  order: 5;
}
@media screen and (min-width: 769px) {
  .img5 {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .img5 .credit_li {
    width: 80%;
  }
}

.img6 {
  overflow: hidden;
  width: 100%;
  order: 6;
}
@media screen and (min-width: 769px) {
  .img6 {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .img6 .credit_li {
    width: 80%;
  }
}

.img7 {
  overflow: hidden;
  width: 100%;
  order: 7;
}

.img8 {
  overflow: hidden;
  width: 100%;
  order: 8;
}

.img9 {
  overflow: hidden;
  width: 100%;
  order: 9;
}
@media screen and (min-width: 769px) {
  .img9 {
    width: 50%;
  }
}

.img10 {
  overflow: hidden;
  width: 100%;
  order: 10;
}
@media screen and (min-width: 769px) {
  .img10 {
    width: 50%;
  }
}

.img11 {
  overflow: hidden;
  width: 100%;
  order: 11;
}
@media screen and (min-width: 769px) {
  .img11 .credit_li {
    width: 40%;
  }
}

.img12 {
  overflow: hidden;
  width: 100%;
  order: 12;
}
@media screen and (min-width: 769px) {
  .img12 {
    width: 50%;
  }
}

.img13 {
  overflow: hidden;
  width: 100%;
  order: 13;
}
@media screen and (min-width: 769px) {
  .img13 {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .img13 .credit_li {
    width: 80%;
  }
}

.img14 {
  overflow: hidden;
  width: 100%;
  order: 14;
}
@media screen and (min-width: 769px) {
  .img14 {
    width: 50%;
  }
}

.img15 {
  overflow: hidden;
  width: 100%;
  order: 15;
}
@media screen and (min-width: 769px) {
  .img15 {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .img15 .credit_li {
    width: 80%;
  }
}

.img16 {
  overflow: hidden;
  width: 100%;
  order: 16;
}
@media screen and (min-width: 769px) {
  .img16 .credit_li {
    width: 40%;
  }
}

.img17 {
  overflow: hidden;
  width: 100%;
  order: 17;
}
@media screen and (min-width: 769px) {
  .img17 {
    width: 50%;
  }
}

.img18 {
  overflow: hidden;
  width: 100%;
  order: 18;
}
@media screen and (min-width: 769px) {
  .img18 {
    width: 50%;
  }
}

.img19 {
  overflow: hidden;
  width: 100%;
  order: 20;
}
@media screen and (min-width: 769px) {
  .img19 {
    width: 50%;
    order: 19;
  }
}

.img20 {
  overflow: hidden;
  width: 100%;
  order: 19;
}
@media screen and (min-width: 769px) {
  .img20 {
    width: 50%;
    order: 20;
  }
}

.img21 {
  overflow: hidden;
  width: 100%;
  order: 21;
}
.img22 {
  overflow: hidden;
  width: 100%;
  order: 22;
}
.img23 {
  overflow: hidden;
  width: 100%;
  order: 23;
}
.img24 {
  overflow: hidden;
  width: 100%;
  order: 24;
}

.img25 {
  overflow: hidden;
  width: 100%;
  order: 25;
}
.img26 {
  overflow: hidden;
  width: 100%;
  order: 26;
}

.img27 {
  overflow: hidden;
  width: 100%;
  order: 27;
}
.img28 {
  overflow: hidden;
  width: 100%;
  order: 28;
}
.aspect1 {
  width: 100%;
  aspect-ratio: 375/660;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 769px) {
  .aspect1 {
    aspect-ratio: auto;
  }
}

.aspect2 {
  width: 100%;
  aspect-ratio: 375/550;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 769px) {
  .aspect2 {
    aspect-ratio: auto;
  }
}

.aspect3 {
  width: 100%;
  aspect-ratio: 375/375;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 769px) {
  .aspect3 {
    aspect-ratio: auto;
  }
}

.aspect4 {
  width: 100%;
  aspect-ratio: 375/500;
  object-fit: cover;
  object-position: left;
}
@media screen and (min-width: 769px) {
  .aspect4 {
    aspect-ratio: auto;
  }
}

.aspect5 {
  width: 100%;
  aspect-ratio: 375/300;
  object-fit: cover;
  object-position: left;
}
@media screen and (min-width: 769px) {
  .aspect5 {
    aspect-ratio: auto;
  }
}

.swiper-container {
  width: 100%;
}

.footer {
  z-index: 10;
  position: relative;
  text-align: center;
  padding: 20vw 0 12vw;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 140px 0 40px;
  }
}

.btn_wrap {
  font-size: max(3.7333333333vw, 14px);
}
@media screen and (min-width: 769px) {
  .btn_wrap {
    font-size: 14px;
  }
}

.all_btn {
  width: 82.6666666667vw;
  margin: 0 auto 8vw;
  padding: 5vw 0;
  background-color: #000000;
  color: #fff;
  border: #000000 1px solid;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .all_btn {
    width: 400px;
    margin: 0 auto 30px;
    padding: 16px 0;
  }
}

.archive_btn {
  width: 82.6666666667vw;
  margin: 0 auto 15vw;
  padding: 5vw 0;
  background-color: #ffffff;
  color: #000000;
  border: #000000 1px solid;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .archive_btn {
    width: 400px;
    margin: 0 auto 100px;
    padding: 16px 0;
  }
}

.f_credit {
  font-size: max(3.3333333333vw, 12.5px);
  line-height: 7vw;
  letter-spacing: 1px;
  margin-bottom: 24vw;
}
@media screen and (min-width: 769px) {
  .f_credit {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 128px;
  }
}

.insta img {
  width: 6.6666666667vw;
  margin: 0 auto 28vw;
}
@media screen and (min-width: 769px) {
  .insta img {
    width: 25px;
    margin: 0 auto 128px;
  }
}

.logo_footer {
  width: 21.8666666667vw;
  margin: 0 auto 6vw;
}
@media screen and (min-width: 769px) {
  .logo_footer {
    width: 130px;
    margin: 0 auto 28px;
  }
}

.copy {
  font-size: max(2.4vw, 9px);
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .copy {
    font-size: 10px;
  }
}

.plus {
  z-index: 10;
  position: absolute;
  transition: all 0.4s;
  right: 6vw;
  bottom: 6vw;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 769px) {
  .plus {
    width: 4vw;
    height: 4vw;
    right: 5vw;
    bottom: 5vw;
  }
}
.plus:before, .plus:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.plus:before {
  width: 1px;
  height: 25px;
}
@media screen and (min-width: 769px) {
  .plus:before {
    height: 4vw;
  }
}
.plus:after {
  width: 25px;
  height: 1px;
}
@media screen and (min-width: 769px) {
  .plus:after {
    width: 4vw;
  }
}/*# sourceMappingURL=style.css.map */