html,
body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden;
}
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;
  color: #000;
}
a[href=""] {
  pointer-events: none;
  text-decoration: none !important;
}

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

.fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateZ(0);
}
.fv .bg {
  background-image: url(../images/sp_main.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100svh;
  width: 100%;
  background-position: center center;
}
.fv h1 {
  padding: 12.5px;
}
.fv h1 figure {
  opacity: 0;
}

.content_wrapper {
  padding-top: 100svh;
}

.w_bg {
  padding: 20px 0 0 0;
  position: relative;
  background-color: #fff;
  transform: translateZ(10);
}
.w_bg .container {
  width: 93.3333333333%;
  margin: 0 auto;
  max-width: 740px;
}
.w_bg .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.w_bg li:nth-child(2),
.w_bg li:nth-child(10),
.w_bg li:nth-child(23) {
  grid-column: 2/4;
}
.w_bg li:nth-child(2) {
  grid-row: 1/3;
}
.w_bg li:nth-child(10) {
  grid-row: 5/7;
}
.w_bg li:nth-child(23) {
  grid-row: 11/13;
}
.w_bg li:nth-child(31) {
  grid-row: 15/17;
  grid-column: 1/3;
}
.w_bg li:nth-child(7),
.w_bg li:nth-child(15),
.w_bg li:nth-child(20),
.w_bg li:nth-child(34) {
  grid-column: 1/3;
}
.w_bg li:nth-child(16) {
  pointer-events: none;
}

.open_btn {
  position: relative;
  cursor: pointer;
}
.open_btn .plus {
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.open_btn .plus::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
  left: 50%;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.open_btn img {
  transition: opacity 0.4s;
}
.open_btn img:hover {
  transition: opacity 0.4s;
  opacity: 0.6;
}

.modal_container {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 98vh;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 101;
  display: none;
}
.modal_container.open {
  display: block;
}

.modal {
  position: relative;
  height: 100vh;
  align-items: flex-end;
  display: none;
}
.modal.open {
  display: block;
  transition: all 1s;
}
.modal figure {
  padding-top: 20px;
  margin: 0 auto;
}
.modal .close {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 40px;
  right: 25px;
  transform: rotate(45deg);
}
.modal .close::before, .modal .close::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #000;
}
.modal .close::before {
  width: 25px;
  height: 1px;
}
.modal .close::after {
  width: 1px;
  height: 25px;
}
.modal .credit {
  width: fit-content;
  margin: 20px auto;
}
.modal .credit .credit_li {
  font-size: 12px;
  width: 100%;
  margin-top: 10px;
}
.modal .credit a {
  text-decoration: underline;
}

.footer_top {
  width: clamp(110px, 29.3333333333vw, 220px);
  margin: 0 auto;
  padding: 200px 0 255px;
}

footer {
  position: relative;
  background-color: #fff;
  padding-bottom: 110px;
}
footer .sns_li {
  width: 220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .sns_li li {
  width: 35px;
}
footer .logo {
  width: 130px;
  margin: clamp(60px, 16vw, 180px) auto clamp(30px, 8vw, 40px);
}
footer .copy {
  font-size: 10px;
  transform: scale(0.9);
  transform-origin: center center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer a {
    transition: all 0.4s;
  }
  footer a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}

@media screen and (max-width: 768px) {
  .w_bg .grid {
    gap: 2.6666666667vw;
    grid-template-rows: 44vw;
  }
  .w_bg .grid li:not(.credit li) {
    height: 44vw;
  }
  .w_bg .grid li:nth-child(2),
  .w_bg .grid li:nth-child(10),
  .w_bg .grid li:nth-child(23) {
    height: 90.6666666667vw !important;
  }
  .w_bg .grid li:nth-child(31) {
    height: 90.6666666667vw !important;
  }
  .modal_container {
    width: 340px;
    height: 98svh;
  }
  .modal figure {
    width: 300px;
  }
  .modal {
    height: 100svh;
  }
}
@media screen and (min-width: 769px) {
  .fv .bg {
    height: 100vh;
    background-image: url(../images/pc_main.png);
  }
  .fv .container {
    margin: 0 auto;
    width: 84.7222222222%;
    max-width: 1220px;
    display: flex;
    align-items: center;
    justify-content: right;
    height: 100vh;
  }
  .fv h1 {
    padding: 0;
    max-width: 500px;
  }
  .content_wrapper {
    padding-top: 100vh;
  }
  .w_bg .grid {
    gap: 20px;
  }
  .w_bg li:not(.open_btn, .credit li) {
    height: 350px;
  }
  .modal_container {
    width: 440px;
  }
  .modal figure {
    width: 380px;
  }
}/*# sourceMappingURL=style.css.map */