html,
body {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  background-color: #fff;
}

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

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcNone {
    display: block;
  }
}

.ja {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    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;
}

.fv {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fv .fv_title {
  position: absolute;
  top: 100px;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 1024px) {
  .fv .fv_title {
    width: 100%;
    top: 20px;
  }
}
.fv h1 {
  font-size: min(40px, 3.125vw);
}
@media screen and (max-width: 1024px) {
  .fv h1 {
    font-size: max(26px, 6.9333333333vw);
    padding-top: 80px;
  }
}
.fv p {
  font-size: min(19px, 1.484375vw);
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .fv p {
    margin-top: max(40px, 10.6666666667vw);
    font-size: max(19px, 5.0666666667vw);
  }
}
.fv .swiper {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .fv .swiper {
    width: 95%;
    margin: 200px auto 0;
  }
}

.lead .container {
  padding: 80px 0;
  width: clamp(300px, 80vw, 600px);
  margin: 0 auto;
}
.lead .text {
  font-size: clamp(12px, 3.2vw, 13px);
  line-height: 2.3076923077;
}
@media screen and (min-width: 769px) {
  .lead .text {
    text-align: center;
  }
}

.section_title {
  margin-bottom: min(85px, 6.640625vw);
}
@media screen and (max-width: 1024px) {
  .section_title {
    margin-bottom: 60px;
  }
}
.section_title h2 {
  text-align: center;
  font-size: min(33px, 2.578125vw);
}
@media screen and (max-width: 1024px) {
  .section_title h2 {
    font-size: 22px;
  }
}

.container {
  width: min(1200px, 93.75vw);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 500px;
  }
}

#pickup .bg {
  background-color: rgba(143, 137, 214, 0.05);
  padding: 120px 0;
}
#pickup .section_title {
  width: 315px;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto 85px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #pickup .section_title {
    width: 280px;
  }
}
#pickup .section_title span {
  height: 1px;
  position: absolute;
  background-color: #000;
  width: 80%;
  display: block;
}
#pickup .section_title span:nth-child(1) {
  top: 0;
  left: 0;
}
#pickup .section_title span:nth-child(2) {
  width: 85%;
  bottom: 5px;
  right: 0;
}
#pickup .section_title:after, #pickup .section_title:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #000;
}
#pickup .section_title:before {
  left: 0;
  top: 0;
}
#pickup .section_title:after {
  right: 0;
  bottom: 5px;
}
#pickup .section_title figure {
  position: absolute;
}
#pickup .section_title figure.left {
  width: 70px;
  bottom: -20px;
  left: -30px;
}
#pickup .section_title figure.right {
  width: 80px;
  top: -10px;
  right: -30px;
}

.cart_wrap {
  background-color: #fff;
  padding: 50px 0;
  width: 100vw;
  margin: 80px calc(50% - 50vw);
}
.cart_wrap figure {
  width: 360px;
  margin: 0 min(120px, 128000vw) 0 auto;
}

.card_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 180px 50px;
}
@media screen and (max-width: 1024px) {
  .card_grid {
    grid-template-columns: 1fr 1fr;
    gap: 100px 20px;
  }
}
.card_grid li:nth-child(2) figure,
.card_grid li:nth-child(8) figure,
.card_grid li:nth-child(10) figure {
  transform-origin: center top;
  animation: yurayura 2s linear infinite;
}
@keyframes yurayura {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  51% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.card_grid .alphabet,
.card_grid .card_text {
  max-width: 230px;
  margin: 0 auto;
}
.card_grid .alphabet {
  font-size: 25px;
  font-family: "adobe-handwriting-frank", sans-serif;
  text-align: center;
  width: fit-content;
  margin: 0 auto 15px;
  position: relative;
  z-index: 2;
  color: #707070;
}
.card_grid .alphabet .label {
  position: absolute;
  display: block;
  width: 80px;
  transform: translate(-50%, -50%);
  top: 30%;
  left: 0;
  z-index: -1;
}
.card_grid .card_text {
  font-size: 13px;
  line-height: 1.6363636364;
}
@media screen and (max-width: 1024px) {
  .card_grid .card_text {
    font-size: 11px;
    min-height: 55px;
  }
}
.card_grid .credit {
  font-size: 16px;
  text-align: center;
}
.card_grid .credit span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
}
.card_grid .buy {
  width: 125px;
  margin: 15px auto 0;
  text-align: center;
  padding: 7px 0;
  border: 1px solid #000;
  font-size: 11px;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .card_grid .buy {
    font-size: 12px;
  }
}
.card_grid a:hover .buy {
  background-color: #fff;
  color: #000;
  transition: all 0.4s;
}

#code {
  overflow: hidden;
}
#code .section_title {
  padding-top: 120px;
  position: relative;
  width: fit-content;
  margin: 0 auto 85px;
}
@media screen and (max-width: 1024px) {
  #code .section_title {
    line-height: 1.3;
    margin: 0 auto 30px;
  }
}
#code .section_title figure {
  position: absolute;
  width: 50px;
  bottom: 0;
}
#code .section_title figure.left {
  width: 35px;
  left: -80px;
}
#code .section_title figure.right {
  right: -90px;
}
@media screen and (max-width: 1024px) {
  #code .section_title figure.left {
    width: 35px;
    left: -40px;
  }
  #code .section_title figure.right {
    right: -60px;
  }
}

.code_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .code_grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
}
.code_grid li {
  position: relative;
}
.code_grid li:not(li:last-child) {
  margin-bottom: 5px;
}
.code_grid .code_img {
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .code_grid .code_img {
    right: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .code_grid .code_img {
    right: -50px;
  }
}
.code_grid .number {
  position: relative;
}
.code_grid .number p {
  font-family: "p22-dearest-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: #707070;
  position: absolute;
  transform: translateY(-50%);
  top: 60%;
  left: 0;
}
.code_grid .number span {
  display: block;
  padding: 25px 0 0 30px;
  font-size: 123px;
  color: rgba(0, 0, 0, 0.05);
}
.code_grid .bg {
  background-color: rgba(143, 137, 214, 0.05);
  border: 1px solid #707070;
  padding: 20px;
  min-height: 330px;
  max-width: 240px;
  position: relative;
}
.code_grid .credit {
  font-size: 14px;
}
.code_grid .credit a {
  max-width: 160px;
  border-radius: 5px;
  padding: 5px 15px;
  position: relative;
  z-index: 11;
}
.code_grid .credit a[href=""] {
  color: #b7b7b7;
}
.code_grid .credit a:hover {
  background-color: rgba(209, 209, 209, 0.7);
}
@media screen and (max-width: 1024px) {
  .code_grid .credit a {
    position: relative;
    padding: 5px 15px 5px 25px;
  }
  .code_grid .credit a:before {
    content: "";
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 12px solid #555555;
    border-right: 0;
  }
  .code_grid .credit a[href=""]:before {
    display: none;
  }
}
.code_grid .credit .brand {
  font-size: 10px;
  margin-top: 3px;
}
.code_grid .alphabet_li {
  position: absolute;
  bottom: 5px;
  right: 15px;
  display: flex;
  width: fit-content;
  gap: 8px;
  color: #707070;
  font-size: 22px;
  font-family: "adobe-handwriting-frank", sans-serif;
}
.code_grid .alphabet_li li:not(li:last-child) p:after {
  content: "+";
  font-size: 13px;
  padding: 0 0 10px 8px;
}

footer {
  margin-top: 200px;
  text-align: center;
  position: relative;
}
footer .container {
  width: clamp(335px, 85.3333333333vw, 615px);
  margin: 0 auto;
}
footer .balloon_text {
  font-size: clamp(11px, 2.9333333333vw, 13px);
  width: 90%;
  margin: 0 auto;
  position: relative;
  max-width: 400px;
}
footer .balloon_text:before, footer .balloon_text:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #000;
  top: 50%;
}
footer .balloon_text:before {
  transform: translateY(-50%) rotate(-15deg);
  left: -10px;
}
footer .balloon_text:after {
  transform: translateY(-50%) rotate(15deg);
  right: -10px;
}
footer .all_btn {
  margin: clamp(10px, 0.2666666667vw, 20px) auto 0;
  font-size: clamp(20px, 5.3333333333vw, 24px);
  padding: clamp(16px, 4.2666666667vw, 24px) 0;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  max-width: 615px;
  letter-spacing: 0.05em;
}
footer .all_btn:hover {
  background-color: #fff;
  color: #000;
}
footer .coming {
  width: clamp(225px, 60vw, 380px);
  margin: 200px auto 0;
}
footer .logo {
  width: clamp(150px, 40vw, 220px);
  margin: clamp(35px, 0.9333333333vw, 95px) auto 0;
}
footer .copy {
  font-size: 10px;
  margin-top: 20px;
  padding-bottom: 100px;
}
footer .top_btn {
  position: absolute;
  background-color: #d1d1d1;
  width: 35px;
  height: 80px;
  border-radius: 5px;
  right: 20px;
  bottom: 15px;
}
footer .top_btn span {
  position: absolute;
  width: 1px;
  height: 50px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 55%;
  background-color: #000;
}
footer .top_btn span:before {
  content: "";
  background-color: #000;
  height: 1px;
  width: 10px;
  position: absolute;
  transform: rotate(120deg);
  transform-origin: center;
  left: -7px;
  top: 5px;
}
@media screen and (max-width: 1024px) {
  footer .top_btn {
    transform: scale(0.8);
  }
}/*# sourceMappingURL=style.css.map */