html,
body {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
}

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;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

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

.section_title {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(27px, 7.2vw, 42px);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  white-space: pre-line;
}

.bold {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70%;
  z-index: -1;
}

.fv {
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv .container,
.fv .slider {
  width: clamp(325px, 86.6666666667vw, 400px);
  margin: 0 auto;
}
.fv .wrap {
  position: relative;
}
.fv .title_flex {
  width: 100%;
  position: absolute;
  display: grid;
  grid-template-columns: 2fr 1.3fr;
  gap: 20px;
  top: min(-37px, -9.8666666667vw);
  z-index: 11;
}
.fv .title_flex p {
  text-align: center;
  font-size: min(24px, 3.2vw);
  line-height: 1.5;
  padding-top: 10px;
}
.fv .sub {
  font-size: min(27px, 3.6vw);
  padding-top: min(27px, 3.6vw);
}

#sec1 {
  padding-top: 50px;
}

[id*=sec] .container {
  width: clamp(350px, 93.3333333333vw, 550px);
  margin: 0 auto;
}

.sec_wrap .center {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.credit {
  width: fit-content;
  margin: 20px auto 150px;
}
.credit li {
  margin-bottom: 10px;
  font-size: clamp(11px, 2.9333333333vw, 16px);
}
.credit li:last-child {
  margin: 0;
}
.credit li a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.credit .buy {
  font-size: 10px;
  transform: scale(0.8);
  border: 1px solid #000;
  padding: 0 5px;
  vertical-align: middle;
}
.credit .buy:after {
  content: "BUY";
}
.credit .buy.com {
  border: none;
  padding: 0;
}
.credit .buy.com:after {
  content: "Coming Soon";
}
.credit .item {
  text-decoration: underline;
}

.sec_f .center .singe {
  display: none;
}

.sec_t .center .left,
.sec_t .center .right {
  display: none;
}
.sec_t .sec_wrap .center {
  grid-template-columns: 1fr;
}

footer {
  max-width: 240px;
  margin: 0 auto;
  padding: 175px 0 100px;
}
footer .sns {
  display: flex;
  justify-content: space-between;
}
footer .sns li {
  max-width: 40px;
}
footer .logo {
  max-width: 130px;
  margin: 74px auto 30px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .fv {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 0;
  }
  .fv .container {
    width: min(1060px, 73.6111111111vw);
  }
  .fv .title_flex {
    width: min(354px, 24.5833333333vw);
    top: -20px;
    left: -20px;
  }
  .fv .title_flex p {
    font-size: 12px;
    white-space: nowrap;
  }
  .fv .anim {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .fv .anim figure {
    position: relative;
  }
  .fv .anim figure:nth-child(1) {
    z-index: 10;
  }
  .fv .anim figure:nth-child(2) {
    z-index: 9;
  }
  .fv .anim figure:nth-child(3) {
    z-index: 8;
  }
  .fv .sub {
    font-size: 14px;
    padding-top: 15px;
  }
  .credit {
    margin: 20px auto 115px;
  }
  .credit .buy {
    transform: scale(1);
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */