html,
body {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  font-size: 14px;
  margin: 0 auto;
  letter-spacing: 1px;
  background-color: rgb(157, 143, 130);
}
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;
}

.w_L {
  max-width: 1000px;
  margin: 150px auto;
}
@media screen and (max-width: 768px) {
  .w_L {
    margin: 100px auto;
  }
}

.w_M {
  max-width: 745px;
  margin: 150px auto;
}
@media screen and (max-width: 768px) {
  .w_M {
    width: 80%;
    margin: 100px auto;
  }
}

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

.fv {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../img/PC_main.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}
.fv__container {
  position: absolute;
  left: 5%;
  top: 41.2%;
  width: 26%;
}
@media screen and (max-width: 768px) {
  .fv__container {
    width: 42%;
    left: 4%;
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: 100vw;
    background-image: url(../img/SP_main.jpg);
  }
}

.container {
  margin: 0 auto;
}

.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(20px, 2.6666666667vw, 30px);
  right: clamp(20px, 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: #b8ab9e;
}
.open .plus:before,
.box .plus:before {
  width: 30px;
  height: 1px;
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .open .plus:before,
.box .plus:before {
    width: 60px;
    height: 1px;
  }
}
.open .plus:after,
.box .plus:after {
  width: 1px;
  height: 30px;
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .open .plus:after,
.box .plus:after {
    height: 60px;
    width: 1px;
  }
}

.top_btn {
  font-weight: 500;
  font-size: 12px;
  padding: 28px 0;
  width: clamp(250px, 69.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;
    width: 400px;
  }
}

.insta {
  margin: 90px 0;
  display: flex;
  justify-content: center;
  text-decoration: underline;
  font-size: 10px;
  gap: 5px;
  align-items: center;
}
.insta__icon {
  max-width: 14px;
}

.insta:hover {
  opacity: 0.6;
}

.top_btn {
  padding: 25px 0;
}

.top_btn.all {
  margin: 0 auto 10px;
}

.top_btn:hover {
  background-color: black;
  color: #fff;
}

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

.modal {
  display: none;
  background-color: rgba(157, 143, 130, 0.8);
  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: #c7c7c7;
}
.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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
}
@media screen and (min-width: 769px) {
  .credit {
    font-size: 11px;
  }
}
.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: #c7c7c7;
}

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