html,
body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
}
html.active,
body.active {
  overflow: hidden;
}

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

@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: #000;
}
a[href=""] {
  pointer-events: none;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

.fv__container {
  padding: clamp(110px, 29.3333333333vw, 165px) 0;
  width: clamp(325px, 86.6666666667vw, 945px);
  margin: 0 auto;
}
.fv .sub_title {
  font-size: clamp(19px, 5.0666666667vw, 26px);
  padding: clamp(45px, 12vw, 85px) 0;
  text-align: center;
}
.fv .insta {
  width: clamp(14px, 3.7333333333vw, 23px);
  margin: 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
  gap: 9px;
  margin-bottom: clamp(80px, 21.3333333333vw, 145px);
}

.open,
.box {
  position: relative;
  overflow: hidden;
}
.open .zoom,
.box .zoom {
  transition: all 0.4s;
}
.open:hover .zoom,
.box:hover .zoom {
  transform: scale(1.1);
  transition: all 0.4s;
}
.open figure:nth-child(2),
.box figure:nth-child(2) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.open .plus,
.box .plus {
  position: absolute;
  bottom: clamp(10px, 2.6666666667vw, 30px);
  right: clamp(10px, 2.6666666667vw, 30px);
  width: clamp(14px, 3.7333333333vw, 47px);
  height: clamp(14px, 3.7333333333vw, 47px);
  z-index: 2;
}
.open .plus:before, .open .plus:after,
.box .plus:before,
.box .plus:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #7c7c7c;
}
.open .plus:before,
.box .plus:before {
  width: 14px;
  height: 1px;
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .open .plus:before,
  .box .plus:before {
    width: 37px;
    height: 2px;
  }
}
.open .plus:after,
.box .plus:after {
  width: 1px;
  height: 14px;
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .open .plus:after,
  .box .plus:after {
    height: 37px;
    width: 2px;
  }
}

.top_btn {
  font-weight: 700;
  padding: 28px 0;
  width: clamp(320px, 85.3333333333vw, 460px);
  text-align: center;
  border: 1px solid #000;
  margin: 0 auto clamp(20px, 5.3333333333vw, 30px);
}
@media screen and (min-width: 769px) {
  .top_btn {
    padding: 42px 0;
  }
}

.copy {
  font-size: 10px;
  text-align: center;
  padding-bottom: clamp(15px, 4vw, 20px);
}

.modal {
  display: none;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  top: 0;
  left: 0;
  z-index: 10;
}
.modal__container {
  width: clamp(299px, 79.7333333333vw, 445px);
  margin: 0 auto;
  padding-bottom: 100px;
}
.modal__sec {
  padding-top: clamp(100px, 26.6666666667vw, 120px);
}
.modal__sec#sec1 {
  padding-top: clamp(154px, 41.0666666667vw, 262px);
}
.modal__title {
  position: fixed;
  transform: translateX(-50%);
  left: 50%;
  z-index: 19;
  top: clamp(25px, 6.6666666667vw, 35px);
}
.modal__title figure {
  width: clamp(250px, 66.6666666667vw, 300px);
  margin: 0 auto;
}
.modal__title .sub_title {
  font-size: clamp(14px, 3.7333333333vw, 18px);
  padding-top: clamp(20px, 5.3333333333vw, 25px);
  text-align: center;
}
.modal .close {
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .modal .close {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 30px;
  }
}
.modal .close:before, .modal .close:after {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  background-color: #707070;
}
.modal .close::before {
  width: 28px;
  height: 1px;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .modal .close::before {
    width: 50px;
  }
}
.modal .close::after {
  width: 1px;
  height: 28px;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .modal .close::after {
    height: 50px;
  }
}

.credit {
  font-size: 11px;
  width: fit-content;
  margin: 10px auto 0;
}
.credit li {
  margin-bottom: 10px;
}
.credit li a {
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.credit span {
  text-decoration: underline;
  display: block;
}
.credit .com span {
  text-decoration: none;
  color: #919191;
}

.flexslider {
  margin: 0 !important;
}/*# sourceMappingURL=style.css.map */