@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 13px;
  overflow-x: hidden;
  transition: all 1.6s ease 0s;
  background-color: #FCFCFC;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 901px) {
  body {
    font-size: 16px;
  }
}

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

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 901px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 901px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .pcNone {
    display: block;
  }
}

/* .load
===================================================== */
.fv {
  animation: fvFadeIn 1s ease forwards;
}

@keyframes fvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

/* 初期位置 */
.fade-up {
  transform: translateY(20px);
}

.fade-left {
  transform: translateX(-20px);
}

.fade-right {
  transform: translateX(20px);
}

/* その場フェードはtransformなしでもOK */
.fade-in {
  transform: none;
}

/* 表示状態 */
.fade.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.wipe {
  transition: clip-path 1.8s cubic-bezier(0.65, 0, 0.35, 1);
}

.wipe.wipe-right {
  clip-path: inset(0 100% 0 0);
}

.wipe.wipe-left {
  clip-path: inset(0 0 0 100%);
}

.wipe.wipe-up {
  clip-path: inset(100% 0 0 0);
}

.wipe.wipe-down {
  clip-path: inset(0 0 100% 0);
}

.wipe.is-show {
  clip-path: inset(0 0 0 0) !important;
}

@keyframes wipeDown {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@media screen and (min-width: 901px) {
  main {
    width: 700px;
    margin: 0 auto;
  }
}

.fv h1 {
  width: 71.7333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}
@media screen and (min-width: 901px) {
  .fv h1 {
    width: 440px;
    margin: 67px auto;
  }
}
.fv picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv .img_1 {
  margin: -123vw auto 8vw;
}
@media screen and (min-width: 901px) {
  .fv .img_1 {
    margin: -840px auto 15px;
  }
}
.fv .img_1.wipe {
  animation: wipeDown 1.8s cubic-bezier(0.65, 0, 0.35, 1) 0.5s both;
}
.credit {
  width: 76%;
  margin: 5% auto;
}
@media screen and (min-width: 901px) {
  .credit {
    margin: 35px auto;
    width: 540px;
  }
}
.credit li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
@media screen and (min-width: 901px) {
  .credit li {
    margin-bottom: 5px;
  }
}
.credit li span {
  font-size: 10px;
  margin-left: 1%;
}
@media screen and (min-width: 901px) {
  .credit li span {
    font-size: 13px;
  }
}
.credit li .buy_btn {
  font-size: 10px;
  border: 1px solid;
  height: fit-content;
  padding: 0.5% 3% 0;
}
@media screen and (min-width: 901px) {
  .credit li .buy_btn {
    font-size: 13px;
    padding: 0 10px;
  }
}
.credit li p:nth-child(1) {
  width: 80%;
}
.credit a.no-link {
  pointer-events: none;
}
.credit a.no-link li p:nth-child(1) {
  width: 67%;
}
.credit a.no-link .buy_btn {
  color: #939393;
  border-color: #939393;
  font-size: 9px;
}
@media screen and (min-width: 901px) {
  .credit a.no-link .buy_btn {
    font-size: 12px;
  }
}

.back a.no-link .buy_btn {
  color: #c5c5c5;
  border-color: #c5c5c5;
}

.img_3 {
  width: 78%;
  border: 10px solid #695352;
}

.img_15 {
  width: 78%;
  border: 10px solid #fff;
}

.item_box {
  margin: 100px auto;
}
@media screen and (min-width: 901px) {
  .item_box {
    margin: 160px auto;
  }
}

.img_4 {
  position: relative;
  height: 129vw;
}
@media screen and (min-width: 901px) {
  .img_4 {
    height: 910px;
  }
}
.img_4 div:nth-child(1) {
  width: 34%;
  position: absolute;
  left: 58%;
  z-index: 10;
}
.img_4 div:nth-child(2) {
  width: 78%;
  position: absolute;
  z-index: 10;
  top: 3%;
}
.img_4 div:nth-child(3) {
  position: absolute;
  top: 7%;
}

.back {
  background-color: #695352;
  color: #fff;
  padding-bottom: 30px;
}
@media screen and (min-width: 901px) {
  .back {
    position: relative;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 901px) {
  .back::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background-color: #695352;
    z-index: -1;
  }
}
.back .item_box:nth-child(4) {
  margin: 70px auto 0;
}
.back .item_box:nth-child(1) {
  padding-top: 100px;
}
@media screen and (max-width: 900px) {
  .back .item_box:nth-child(1) {
    padding-top: 50px;
  }
}

.img_7 {
  position: relative;
  height: 144vw;
}
@media screen and (min-width: 901px) {
  .img_7 {
    height: 1000px;
  }
}
.img_7 div:nth-child(1) {
  width: 80%;
  position: absolute;
  left: 3%;
  z-index: 10;
}
.img_7 div:nth-child(2) {
  position: absolute;
  top: 10%;
}
.img_7 div:nth-child(3) {
  top: 71%;
  width: 31%;
  left: 60%;
  position: absolute;
}

.img_10 div:nth-child(1) {
  width: 84%;
}
.img_10 div:nth-child(2) {
  width: 89%;
  margin-left: auto;
  margin-top: 10%;
}

.img_12 {
  position: relative;
  height: 144vw;
}
@media screen and (min-width: 901px) {
  .img_12 {
    height: 1023px;
  }
}
.img_12 div:nth-child(1) {
  width: 51%;
  position: absolute;
  left: 3%;
  z-index: 10;
}
.img_12 div:nth-child(2) {
  position: absolute;
  top: 10%;
}
.img_12 div:nth-child(3) {
  top: 57%;
  width: 35%;
  left: 55%;
  position: absolute;
}

.img_16 {
  position: relative;
  height: 133vw;
}
@media screen and (min-width: 901px) {
  .img_16 {
    height: 914px;
  }
}
.img_16 div:nth-child(1) {
  width: 65%;
  position: absolute;
  left: 18%;
  z-index: 10;
}
.img_16 div:nth-child(2) {
  position: absolute;
  top: 10%;
}

@media screen and (max-width: 900px) {
  .img_16::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: #695352;
    z-index: 1;
  }
}
.img_16_back {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .img_16_back {
    margin: 100px auto;
  }
}

.img_18 div:nth-child(2) {
  width: 75%;
  margin: 15% auto 0;
}

.img_20 {
  height: 141vw;
}
@media screen and (min-width: 901px) {
  .img_20 {
    height: 940px;
  }
}

footer {
  text-align: center;
  font-size: 4.1vw;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 901px) {
  footer {
    font-size: 17px;
  }
}
footer .logo {
  margin: 150px auto 80px;
  width: 190px;
  display: block;
}
@media screen and (min-width: 901px) {
  footer .logo {
    margin: 250px auto 120px;
    width: 220px;
  }
}
footer .underline {
  text-decoration: underline;
}
footer .insta {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  gap: 1%;
  align-items: center;
}
@media screen and (min-width: 901px) {
  footer .insta {
    gap: 5px;
  }
}
footer .insta div {
  width: 4%;
}
@media screen and (min-width: 901px) {
  footer .insta div {
    width: 17px;
  }
}
footer .copy {
  font-size: 9px;
  margin: 50px auto 10px;
}

#header {
  position: fixed;
  top: 5%;
  left: 3%;
  z-index: 99;
}
#header img {
  width: 13.9583333333vw;
}

#header img {
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}/*# sourceMappingURL=style.css.map */