@font-face {
  font-family: "Hiden";
  src: url(../font/hiden-certon.otf);
}
html,
body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1;
  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;
  }
}

video {
  width: 100%;
  vertical-align: bottom;
}

svg {
  width: 100%;
  height: 100%;
}

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;
}

.hiden {
  font-family: "Hiden";
}

.main_bg {
  position: fixed;
  z-index: -1;
  background-image: url(../img/fv_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fv {
  padding-right: 15px;
}
.fv .flex {
  display: flex;
  gap: 15px;
}
.fv h1,
.fv span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  color: #4e4e4e;
}
.fv h1 {
  letter-spacing: -2px;
  font-size: clamp(78px, 20.8vw, 127px);
}
.fv span {
  font-size: clamp(13px, 3.4666666667vw, 18px);
  text-align: center;
  letter-spacing: 1px;
}
.fv .right {
  display: flex;
}

.container {
  max-width: 550px;
  margin: 0 auto;
  overflow-x: hidden;
}

.text {
  font-family: "Hiden";
  font-size: clamp(45px, 12vw, 59px);
  color: #4e4e4e;
  padding-left: 20px;
  width: fit-content;
  margin: clamp(50px, 13.3333333333vw, 100px) 0;
  line-height: 1.28;
}

.open_btn {
  position: relative;
}
.open_btn .plus {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.open_btn .plus::before, .open_btn .plus::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.open_btn .plus::before {
  width: 25px;
  height: 1px;
}
.open_btn .plus::after {
  width: 1px;
  height: 25px;
}

.sec1 {
  margin-bottom: clamp(75px, 20vw, 111px);
}

.sec2 .open_btn {
  margin-bottom: clamp(25px, 6.6666666667vw, 38px);
  width: clamp(325px, 86.6666666667vw, 476px);
}
.sec2 .slider {
  width: clamp(325px, 86.6666666667vw, 476px);
  margin: 0 0 0 auto;
}

.sec3 .top,
.sec3 .open_btn {
  width: clamp(325px, 86.6666666667vw, 476px);
}
.sec3 .open_btn {
  margin: clamp(50px, 13.3333333333vw, 73px) 0 0 auto;
}

.sec4 {
  position: relative;
  padding: clamp(100px, 26.6666666667vw, 150px) 0;
}
.sec4 .svg_text {
  position: absolute;
  top: -3%;
  z-index: -1;
  width: 150vw;
  max-width: 830px;
}
.sec4 .svg_text svg {
  overflow: inherit !important;
  font-size: 20px;
  font-family: "Hiden";
}
.sec4 .container {
  width: clamp(325px, 86.6666666667vw, 476px);
}
.sec4 .open_btn,
.sec4 .bottom {
  width: clamp(180px, 48vw, 275px);
}
.sec4 .bottom {
  margin: 0 auto 0 0 !important;
}
.sec4 .open_btn {
  margin: 0 0 clamp(25px, 6.6666666667vw, 36px) auto;
}
.sec4 .open_btn .plus {
  bottom: inherit;
  top: 15px;
  right: 15px;
}

.sec8 {
  padding: clamp(125px, 33.3333333333vw, 183px) 0;
}
.sec8 .container {
  width: clamp(305px, 81.3333333333vw, 447px);
  position: relative;
  overflow-x: inherit;
}
.sec8 .open_btn,
.sec8 .bottom,
.sec8 video {
  width: clamp(200px, 53.3333333333vw, 292px);
}
.sec8 .open_btn {
  margin: 0 0 clamp(100px, 26.6666666667vw, 147px) auto;
}
.sec8 .bottom {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}
.sec8 .circle_text {
  position: absolute;
  z-index: -1;
  top: -100px;
  left: 30%;
  transform: translateX(-50%);
  width: 100%;
}
.sec8 .circle_text svg {
  overflow: inherit !important;
  width: 230%;
  font-size: 20px;
  font-family: "Hiden";
}
.sec8 .circle_text svg text {
  white-space: nowrap;
}

.sec9 .flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sec10 .container {
  padding: clamp(140px, 37.3333333333vw, 202px) 0 clamp(100px, 26.6666666667vw, 150px) 0;
  position: relative;
}
.sec10 .inner {
  width: clamp(325px, 86.6666666667vw, 447px);
  margin: 0 auto;
}
.sec10 .open_btn,
.sec10 .slider {
  width: clamp(180px, 48vw, 275px);
}
.sec10 .slider {
  margin: clamp(25px, 6.6666666667vw, 36px) 0 0 auto;
  height: clamp(240px, 64vw, 366px);
}
.sec10 .slider .plus {
  z-index: 101;
}
.sec10 .bg {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100vw;
  max-width: 550px;
}
.sec10 .circle {
  width: clamp(115px, 30.6666666667vw, 150px);
  position: absolute;
  z-index: 2;
  top: clamp(85px, 22.6666666667vw, 130px);
  left: clamp(145px, 38.6666666667vw, 250px);
  animation: rotate-anime 9s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sec11 .container .inner {
  width: clamp(325px, 86.6666666667vw, 477px);
  margin: 0 0 0 auto;
}
.sec11 .container .bottom {
  width: clamp(180px, 48vw, 275px);
  margin-top: clamp(50px, 13.3333333333vw, 73px);
}

.footer_top {
  width: clamp(200px, 53.3333333333vw, 293px);
  margin: clamp(150px, 40vw, 232px) auto;
}

footer {
  padding: clamp(150px, 38.961038961vw, 200px) 0;
}
footer .container {
  max-width: 240px;
  margin: 0 auto;
  overflow-x: inherit;
}
footer .icon_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(75px, 20vw, 180px);
}
footer .icon_wrap li {
  width: 35px;
}
footer .logo {
  max-width: 132px;
  margin: 0 auto 40px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
}

.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 101;
  display: none;
}
.modal_container.open {
  display: block;
}

.modal {
  max-width: 550px;
  position: relative;
  height: 100vh;
  align-items: flex-end;
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.modal.open {
  display: block;
  transition: all 1s;
}
.modal figure {
  position: relative;
}
.modal figure img {
  object-fit: cover;
}
.modal .close {
  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: #fff;
}
.modal .close::before {
  width: 25px;
  height: 1px;
}
.modal .close::after {
  width: 1px;
  height: 25px;
}
.modal ul {
  position: absolute;
  left: 30px;
  bottom: 50px;
}
.modal ul li {
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
}
.modal ul a {
  color: #fff;
}

.text_anm p {
  overflow: hidden;
}
.text_anm.active span {
  animation: fade 1s 0.2s forwards;
}
.text_anm span {
  display: block;
  transform-origin: top left;
  opacity: 0;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(30px) rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
@media screen and (max-width: 768px) {
  .fv h1 {
    white-space: nowrap;
  }
  .modal {
    height: 100svh;
  }
  .modal_container {
    height: auto;
    min-height: 100vh;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    padding: 30px 37px 30px 0;
  }
  .fv h1,
  .fv span {
    text-align: left;
  }
  .fv .flex .left {
    display: flex;
  }
  .text {
    padding-left: 0;
  }
  .open_btn,
  .close {
    cursor: pointer;
  }
  .sec4 .svg_text {
    top: -5%;
    left: 35%;
  }
}/*# sourceMappingURL=style.css.map */