@charset "UTF-8";
html,
body {
  width: 100%;
  letter-spacing: 0.04em;
  margin: 0 auto;
  transition: all 1.6s ease 1s;
  background-color: #fff;
  color: #000000;
  position: relative;
}

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;
  }
}
/* vw計算(pc用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* a
===================================================== */
a {
  display: block;
  text-decoration: none;
  transition: all 0.6s;
  color: #000000;
}

a:hover {
  opacity: 0.4;
  transition: all 0.6s;
  cursor: pointer;
}

a[href=""] {
  pointer-events: none;
}

/* font
===================================================== */
.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
===================================================== */
#fv {
  z-index: 5;
}
#fv .fv_wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #fv .fv_wrap .fv_img {
    width: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: right;
  }
}
#fv .fv_wrap .key_logo {
  width: 69.3333333333vw;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) {
  #fv .fv_wrap .key_logo {
    width: 360px;
    top: 60%;
    left: 30%;
    transform: translate(-50%, 0);
  }
}

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

.container {
  width: 100%;
}
.img_common {
  overflow: hidden;
}

.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: 3.2vw;
  align-items: flex-end;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .credit a {
    font-size: min(1.6666666667vw, 18px);
    margin-top: min(0.462962963vw, 5px);
    padding: min(0.462962963vw, 5px) 0;
  }
}

.credit_li {
  width: 85.3333333333vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18vw;
}
@media screen and (min-width: 769px) {
  .credit_li {
    width: min(46.2962962963vw, 500px);
    left: auto;
    transform: translateX(0);
    right: 5vw;
    bottom: 12vw;
  }
}
.credit_li .item_wrap {
  display: flex;
  justify-content: space-between;
}
.credit_li .item_wrap:has(.nolink) {
  pointer-events: none;
}
.credit_li .item_wrap:has(.nolink) span {
  text-decoration: none;
}
.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%;
}

/* スライドループ調整
===================================================== */
/* フッター
===================================================== */
.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;
}

#prevBtn,
#nextBtn {
  z-index: 1000 !important;
}

#start-slide {
  z-index: 10000 !important;
}

.scroll_slide1 {
  position: relative;
  width: 100vw;
  height: 149.8666666667vw;
  /* ← 高さをvwで指定 */
  overflow: hidden;
}

.scroll_slide2 {
  position: relative;
  width: 100vw;
  height: 168.6vw;
  /* ← 高さをvwで指定 */
  overflow: hidden;
}

.scroll_slide3 {
  position: relative;
  width: 100vw;
  height: 143.368vw;
  /* ← 高さをvwで指定 */
  overflow: hidden;
}

.slide_wrapper {
  display: flex;
  height: 100%;
  width: 100vw;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.slide_wrapper::-webkit-scrollbar {
  display: none;
}

.slide_container {
  flex-shrink: 0;
  height: 100%;
  width: auto;
}

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

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 100;
  user-select: none;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
  width: 12vw;
  padding: 4.8vw;
  box-sizing: border-box;
}

.arrow.left {
  left: 0;
}

.arrow.right {
  right: 0;
}

.arrow.disabled {
  opacity: 0.3;
  pointer-events: none;
}

section {
  width: 100%;
  position: relative;
}/*# sourceMappingURL=style.css.map */