@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
}

.en {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

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

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

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

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
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: 960px) {
  footer .top_btn {
    transform: scale(0.8);
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv .fv_title {
  text-align: center;
  line-height: 1.3846153846;
}
.fv .fv_title h1 {
  font-size: 28px;
  padding-bottom: 10px;
  letter-spacing: 0.35em;
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
}
.fv .fv_title h1 span {
  letter-spacing: 0.25em;
  font-size: 20px;
}
.fv .fv_title h1:after {
  content: "";
  background-color: #000;
  height: 1px;
  width: 50%;
  position: absolute;
  bottom: 0;
  translate: -50% 0;
  left: 50%;
}
.fv .fv_title .sub_title {
  font-size: 13px;
  letter-spacing: 0.3em;
}

.line {
  height: 100px;
  width: 1px;
  background-color: #000;
  margin: 80px auto;
}

.lead {
  margin: 0 auto;
  padding: 0 20px 100px 20px;
  line-height: 2.1428571429;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .fv {
    margin: 100px auto 30px;
  }
  .fv .fade_slider {
    margin-bottom: 30px;
  }
  .fv .fade_slider figure {
    overflow: hidden;
  }
  .fv .fade_slider figure img {
    scale: 1.3;
  }
  .line {
    margin: 80px auto;
    height: 60px;
  }
}
@media screen and (min-width: 958px) {
  .fv .fade_slider {
    margin: -30px auto 0;
    width: 77.5vw;
  }
  .fv .fv_title h1 {
    font-size: 2.9166666667vw;
    padding-bottom: 1.25vw;
    margin: -70px auto 2.5vw;
  }
  .fv .fv_title h1 span {
    font-size: 2vw;
  }
  .fv .fv_title .sub_title {
    font-size: 1.0833333333vw;
  }
  .lead {
    text-align: center;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.section_title {
  font-size: clamp(25px, 6.6666666667vw, 34px);
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  width: fit-content;
  margin: 0 auto clamp(60px, 16vw, 70px);
}

#pickup .bg {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 115px 0 200px;
}
#pickup .container {
  width: clamp(355px, 94.6666666667vw, 1100px);
  margin-inline: auto;
}
#pickup .section_title h2 {
  display: flex;
  gap: 25px;
  align-items: center;
}
#pickup .section_title span {
  display: block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
}
#pickup .section_title .left {
  background-image: url(../assets/images/lump_l3.png);
}
#pickup .section_title .right {
  background-image: url(../assets/images/lump_r3.png);
}

#card_wrap .grid {
  display: grid;
}
#card_wrap .alphabet {
  font-size: clamp(14px, 3.7333333333vw, 24px);
}
#card_wrap .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 4vw, 20px);
}
#card_wrap .credit {
  font-size: clamp(10px, 2.6666666667vw, 16px);
}
#card_wrap .credit .brand {
  font-size: clamp(8px, 2.1333333333vw, 11px);
}
#card_wrap .card_text {
  font-size: clamp(9px, 2.4vw, 11px);
  width: 37.3333333333vw;
  line-height: 1.4444444444;
  margin: 0 auto;
}
#card_wrap a:hover .buy {
  background-color: #fff;
  color: #000;
  transition: all 0.4s;
}
#card_wrap .buy {
  font-size: clamp(9px, 2.4vw, 11px);
  text-align: center;
  background-color: #000000;
  color: #fff;
  width: clamp(60px, 16vw, 85px);
  padding: 6px 0;
  margin: 10px auto 0;
  transition: all 0.4s;
  border: 1px solid #000;
}
#card_wrap li:nth-child(3) figure,
#card_wrap li:nth-child(6) figure,
#card_wrap li:nth-child(11) figure,
#card_wrap li:nth-child(13) figure,
#card_wrap li:nth-child(20) 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);
  }
}

#code {
  overflow: hidden;
}
#code .section_title {
  padding-top: 120px;
  position: relative;
  margin: 0 auto 150px;
  width: 100%;
  max-width: 375px;
}
@media screen and (max-width: 960px) {
  #code .section_title {
    line-height: 1.3;
    margin: 0 auto 230px;
  }
}
#code .section_title .shop {
  position: absolute;
  width: 260px;
  top: 100px;
  left: -70px;
  z-index: -1;
  opacity: 0.5;
}

.code_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 200px 50px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .code_grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
    width: 90%;
  }
}
.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: 958px) {
  .code_grid .code_img {
    top: -126px;
    right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .code_grid .code_img {
    right: -50px;
    top: -150px;
  }
}
.code_grid .number {
  position: relative;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.code_grid .bg {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px;
  min-height: 350px;
  height: fit-content;
  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);
}
.code_grid .credit .brand {
  font-size: 10px;
  margin-top: 3px;
}
.code_grid .alphabet_li {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: flex;
  width: fit-content;
  gap: 8px;
  color: #000000;
  font-size: clamp(11px, 2.9333333333vw, 17px);
}
.code_grid .alphabet_li li:not(li:last-child) p:after {
  content: "+";
  font-size: 13px;
  padding: 0 0 10px 8px;
}

@media screen and (max-width: 960px) {
  #card_wrap .grid {
    grid-template-columns: 1fr 1fr;
    gap: 21.3333333333vw 4vw;
  }
  #card_wrap .grid li {
    padding: 0 10px;
  }
  .cart_wrap {
    position: relative;
  }
  .cart_wrap figure {
    position: absolute;
    width: 44vw;
    right: -2.6666666667vw;
    bottom: 5.3333333333vw;
  }
  .title_wrap {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 2.9333333333vw;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.3636363636;
  }
  .code_grid .number {
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
  }
  .code_grid .number:after {
    content: "";
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    left: 50px;
    background-color: #000;
    height: 1px;
    width: 60%;
  }
  .code_grid > li:nth-child(even) .number {
    text-align: right;
  }
  .code_grid > li:nth-child(even) .number:after {
    left: inherit;
    right: 50px;
  }
  .code_grid > li:nth-child(even) .bg {
    margin: 0 0 0 auto;
  }
  .code_grid > li:nth-child(even) .code_img {
    right: inherit;
    left: -50px;
  }
  .code_grid > li:nth-child(even) .credit {
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 958px) {
  #card_wrap .grid {
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    gap: 8.3333333333vw 4.1666666667vw;
  }
  #card_wrap .card_text {
    width: clamp(180px, 15vw, 220px);
  }
  .cart_wrap {
    grid-column: 1/3;
    grid-row: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart_wrap figure {
    width: 27.9166666667vw;
  }
  #code .section_title .shop {
    left: -100px;
  }
  .title_wrap {
    grid-column: 3/5;
    grid-row: 5/6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.0833333333vw;
    letter-spacing: 0.1em;
    line-height: 1.3636363636;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */