@font-face {
  font-family: "TsunagiGothic.ttf";
  src: url("../font/TsunagiGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.site-wrapper {
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.site-wrapper::before {
  content: "";
  position: fixed;
  background: url(../img/bg.webp) no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  height: 100svh;
  left: 0;
  top: 0;
  z-index: -1;
}

.site-wrapper__cta {
  position: fixed;
  left: calc(50% - 350px);
  background: url(../img/pc_cta.svg) no-repeat center center/100%;
  aspect-ratio: 95/446;
  width: 96px;
  top: 12%;
  z-index: 100;
}
.site-wrapper__cta a {
  position: absolute;
  background: url(../img/pc_cta1.webp) no-repeat center center/100%;
  aspect-ratio: 220/180;
  transform: translate(-48%, 8%);
  width: 116%;
  left: 50%;
  bottom: 0%;
}
@media (hover: hover) {
  .site-wrapper__cta a:hover {
    opacity: 1;
  }
}

.site-wrapper__top {
  position: fixed;
  left: calc(50% + 270px);
  background: url(../img/pc_top.webp) no-repeat center center/100%;
  aspect-ratio: 168/754;
  width: 82px;
  top: 12%;
  z-index: 100;
}
.site-wrapper__top > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #CF7A0D;
  height: 212px;
  width: 1px;
}
.site-wrapper__top .circle {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #CF7A0D;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.site-wrapper__top a {
  position: absolute;
  background: url(../img/pc_top1.webp) no-repeat center center/100%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 64%;
  left: 50%;
  top: 10.3%;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .site-wrapper__top a:hover {
    opacity: 1;
  }
}

.site-wrapper__main {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-wrapper__main {
    width: 375px;
  }
}
/*# sourceMappingURL=onlypc.css.map */