@font-face {
  font-family: "antro";
  src: url(../font/Antro_Vectra.otf);
}
html,
body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  overflow-x: hidden;
  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: 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;
}

.fv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.fv .container {
  width: max(355px, 94.6666666667vw);
  margin: 0 auto;
}
.fv .title figure {
  width: clamp(111px, 29.6vw, 200px);
  margin: 0 auto;
}
.fv .title h1 {
  text-align: center;
  font-size: clamp(10px, 2.6666666667vw, 18px);
  padding-top: clamp(5px, 1.3333333333vw, 35px);
}
.fv .scroll {
  font-size: 10px;
  writing-mode: vertical-rl;
  position: absolute;
  margin-top: 20px;
  font-size: 14px;
  padding-left: 5px;
}
.fv .scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 50px;
  background: #000;
  animation: elasticus 1.2s infinite;
  opacity: 1;
  transform: rotate(180deg);
  left: 0;
  top: 0;
}

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
.sec_title {
  margin-bottom: 15px;
}
.sec_title .number {
  font-family: "antro";
  font-size: clamp(23px, 6.1333333333vw, 27px);
}
.sec_title .item {
  font-size: clamp(28px, 7.4666666667vw, 35px);
}

.credit {
  font-size: 14px;
  width: fit-content;
  margin: 20px auto 0;
}
.credit li {
  margin-bottom: 10px;
}
.credit li span {
  font-weight: bold;
  text-decoration: underline;
  margin-left: 5px;
}
.credit li .com {
  color: #9f9f9f;
  text-decoration: none;
}

.sec1 {
  padding-top: 100px;
}
.sec1 .sec_title {
  text-align: center;
}
.sec1 .bottom {
  margin-top: -20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sec1 .bottom figure:nth-child(2) {
  margin-top: 50px;
}
.sec1 .credit {
  position: relative;
}

.sec2 {
  padding-top: 150px;
}
.sec2 .sec_title {
  margin: 0 0 20px 20px;
}
.sec2 .picture2 {
  width: max(250px, 66.6666666667vw);
  margin: 50px 0 50px;
}
.sec2 .picture3 {
  width: max(250px, 66.6666666667vw);
  margin: 0 0 0 auto;
}

.sec3 {
  padding-top: 150px;
}
.sec3 .sec_title {
  margin: 0 20px 20px auto;
  text-align: right;
}
.sec3 .slick-slide {
  margin: 0 2.5px;
}

footer {
  margin: 250px 0 0 0;
}
footer .logo {
  width: 120px;
  margin: 0 auto 20px;
}
footer .copy {
  text-align: center;
  font-size: 10px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .fv .title {
    margin-bottom: 30px;
  }
  .fv .container {
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  .fv .container {
    width: 100%;
  }
  .fv .grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
  }
  .fv .slider {
    width: clamp(500px, 50vw, 800px);
  }
  .fv .scroll {
    transform: translateX(-50%);
    left: 50%;
    bottom: 100px;
    writing-mode: inherit;
  }
  .fv .scroll::after {
    transform: translateX(-50%);
    left: 50%;
    top: 20px;
    height: 80px;
  }
  .sec1 {
    padding-top: 200px;
  }
  .sec1 .container {
    max-width: 900px;
    margin: 0 auto;
  }
  .sec1 .sec_title {
    margin-bottom: 30px;
  }
  .sec1 .bottom {
    max-width: 790px;
    margin: -100px auto 0;
  }
  .sec1 .bottom figure:nth-child(2) {
    margin-top: 150px;
  }
  .sec1 .credit {
    max-width: 790px;
    margin: -120px auto 0 60px;
  }
  .sec2 {
    padding-top: 200px;
  }
  .sec2 .container {
    max-width: 900px;
    margin: 0 auto;
  }
  .sec2 .sec_title {
    width: min(655px, 54.5833333333vw);
    margin: 0 auto 30px;
  }
  .sec2 .picture1 {
    width: min(655px, 54.5833333333vw);
    margin: 0 auto;
  }
  .sec2 .picture2 {
    max-width: 500px;
  }
  .sec2 .picture3 {
    max-width: 500px;
  }
  .sec2 .pc_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .sec3 {
    padding-top: 200px;
  }
}/*# sourceMappingURL=style.css.map */