html,
body {
  font-family: "superblue", sans-serif;
  font-weight: 700;
  font-style: italic;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  background-color: #fff;
}
html.open,
body.open {
  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;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}
a[href=""] .buy {
  display: none;
}

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

header {
  position: fixed;
  top: 34px;
  left: 31px;
  z-index: 101;
}
header .index {
  display: flex;
  font-size: clamp(7px, 1.8666666667vw, 12px);
  gap: clamp(15px, 4vw, 30px);
  margin-bottom: clamp(20px, 5.3333333333vw, 30px);
}

.lead {
  padding: 50px 0;
  position: relative;
}
.lead:after {
  content: "";
  background-color: #000;
  width: clamp(200px, 53.3333333333vw, 400px);
  height: 1px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 57%;
  left: 50%;
}

h1 {
  position: fixed;
  top: 34px;
  right: 31px;
  width: clamp(175px, 46.6666666667%, 300px);
  z-index: 101;
  transform-origin: top right;
}

h2 {
  font-size: clamp(7px, 1.8666666667vw, 16px);
  line-height: 1.5714285714;
}

.fv {
  height: 100svh;
  display: flex;
  align-items: flex-end;
}
.fv .main {
  width: max(300px, 40.8163265306vw);
  margin: 0 0 0 auto;
  background-image: url(../images/fv_sp.jpg);
  height: 83svh;
  background-size: cover;
  background-position: center bottom;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

section {
  margin-bottom: clamp(35px, 9.3333333333vw, 100px);
}

section .grid {
  display: grid;
  gap: 5px;
}
section .grid li {
  cursor: pointer;
  transition: all 0.4s;
}
section .grid li:hover {
  filter: brightness(70%);
  transition: all 0.4s;
}

#sec1 .grid {
  grid-template-columns: 1fr 1fr;
}

#sec2 .grid {
  grid-template-columns: 1fr 1fr;
}
#sec2 .grid li:nth-child(3) {
  grid-column: 1/3;
}

#sec3 .grid {
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: clamp(15px, 4%, 45px);
}

#sec4 .grid li:nth-child(3) {
  width: 100vw;
  margin: clamp(35px, 9.3333333333vw, 100px) calc(50% - 50vw) 0;
  max-width: 1920px;
}

#sec5 .grid {
  display: flex;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
#sec5 .grid li {
  width: clamp(210px, 56%, 600px);
  margin-bottom: clamp(210px, 56vw, 600px);
}
#sec5 .grid li:nth-child(2) {
  position: absolute;
  right: 0;
  top: clamp(211px, 56.2666666667vw, 600px);
}

#sec6 .grid li:nth-child(3) {
  width: clamp(280px, 74.6666666667%, 800px);
  margin: clamp(35px, 9.3333333333%, 100px) auto 0;
}

.footer_top {
  background-color: #fff;
}
.footer_top img {
  width: clamp(140px, 37.3333333333%, 400px);
  padding-bottom: 200px;
  margin: 75px auto 0;
}

.all_items {
  font-size: 18px;
  text-align: center;
  width: 250px;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 10px 0;
  transition: all 0.4s;
}
.all_items:hover {
  transition: all 0.4s;
  background-color: #000;
  color: #fff;
}

.modal {
  font-weight: 400;
  font-style: normal;
}
.modal .modal_bg {
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.modal .modal_inner {
  display: block;
  width: 100%;
  background: #fff;
  margin-bottom: 100vh;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
}
.modal .credit {
  width: 250px;
  margin: 40px auto 60px;
}
.modal .credit li:not(li:last-child) {
  margin-bottom: 18px;
}
.modal .flex .left {
  position: relative;
}
.modal a {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.modal a .buy {
  text-decoration: underline;
}
.modal a .nobuy {
  font-size: 11px;
}
.modal .page {
  font-style: italic;
  font-size: 11px;
  text-align: center;
  padding-bottom: 20px;
}
.modal .page span {
  font-size: 16px;
}
.modal .scroll {
  font-size: 11px;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: top right;
  bottom: 40px;
  right: 20px;
}
.modal .scroll:after {
  content: "";
  border-bottom: 1px solid #000;
  display: block;
  width: 125%;
  height: 1px;
  padding-top: 5px;
}
.modal .scroll:before {
  content: "";
  background-color: #000;
  width: 10px;
  height: 1px;
  position: absolute;
  right: -26%;
  transform: rotate(30deg);
  bottom: 3px;
}

footer {
  padding: 170px 0 60px;
}
footer .logo {
  width: 165px;
  margin: 0 auto;
}
footer p {
  font-size: 10px;
  text-align: center;
  padding-top: 30px;
  transform-origin: center;
  transform: scale(0.8);
}

@media screen and (max-width: 768px) {
  .fv .fv_logo {
    position: absolute;
    transform: translateY(-50%) rotate(-90deg);
    top: 55%;
    width: max(75px, 20vw);
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .fv .main {
    background-image: url(../images/fv_pc.jpg);
    width: max(1060px, 82.8125vw);
    background-position: left bottom;
    background-position: right center;
    height: 80vh;
  }
  .fv .fv_logo {
    position: absolute;
    transform: rotate(-90deg);
    bottom: 35%;
    width: min(155px, 12.109375vw);
    left: 3%;
  }
  section .grid {
    gap: 10px;
  }
  .modal .modal_inner {
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    justify-content: center;
  }
  .modal .flex {
    display: flex;
    align-items: center;
    width: min(1280px, 66.6666666667vw);
  }
  .modal .flex .left,
  .modal .flex .right {
    width: 50%;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .modal .page {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=style.css.map */