@charset "UTF-8";
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;
}
@media screen and (min-width: 769px) {
  #fv .fv_wrap .fv_img {
    aspect-ratio: auto;
    height: 100vh;
  }
}
#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: clamp(360px, 31.9444444444%, 460px);
  }
}

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

.container {
  width: 100%;
}
.img_common {
  overflow: hidden;
  width: 100%;
  margin: 21.3333333333vw auto 0;
}
@media screen and (min-width: 769px) {
  .img_common {
    margin: 12.5% auto 0;
  }
}
.img_common img {
  object-fit: cover;
  object-position: center;
}

.img_wrap {
  display: flex;
  width: 100%;
}

.credit_card {
  position: relative;
}

.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: 46.6666666667vw;
    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;
}
.credit_li .link_off {
  pointer-events: none;
  /* クリック不可 */
  text-decoration: none;
  /* 下線を削除 */
}
.credit_li .credit_img {
  width: 25%;
}
.credit_li .box {
  width: 75%;
}

.aspect1 {
  aspect-ratio: 375/660;
}
@media screen and (min-width: 769px) {
  .aspect1 {
    aspect-ratio: auto;
  }
}

.aspect2 {
  aspect-ratio: 187.5/330;
}
@media screen and (min-width: 769px) {
  .aspect2 {
    aspect-ratio: auto;
  }
}

.aspect3 {
  aspect-ratio: 375/280;
}
@media screen and (min-width: 769px) {
  .aspect3 {
    aspect-ratio: auto;
  }
}

.aspect4 {
  aspect-ratio: 375/460;
}
@media screen and (min-width: 769px) {
  .aspect4 {
    aspect-ratio: auto;
  }
}

.aspect5 {
  aspect-ratio: 187.5/280;
}
@media screen and (min-width: 769px) {
  .aspect5 {
    aspect-ratio: auto;
  }
}

.aspect6 {
  aspect-ratio: 375/520;
}
@media screen and (min-width: 769px) {
  .aspect6 {
    aspect-ratio: 4/5;
  }
}

@media screen and (min-width: 769px) {
  .img1,
  .img6,
  .img7,
  .img10,
  .img11,
  .img15,
  .img16,
  .img17 {
    width: 66.6666666667%;
  }
}

.img4 img {
  object-position: 10%;
}
@media screen and (min-width: 769px) {
  .img4 {
    object-position: center;
    width: 66.6666666667%;
  }
}

.img12-2 img {
  object-position: 10%;
}

.img13 img {
  transform: scale(1.1);
}
@media screen and (min-width: 769px) {
  .img13 img {
    transform: scale(1);
  }
}
@media screen and (min-width: 769px) {
  .img13 {
    width: 66.6666666667%;
  }
}

.swiper-container {
  width: 100%;
}

.footer {
  z-index: 10;
  position: relative;
  text-align: center;
  padding: 32vw 0 12vw;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 19.4444444444% 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;
  display: block;
}
@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;
  }
}

.credit_card.active .plus {
  transform: rotate(45deg);
  transition: all 0.4s;
}/*# sourceMappingURL=style.css.map */