@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

* {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 750px) {
  * {
    -webkit-overflow-scrolling: touch;
  }
}

body {
  overflow-x: hidden;
}

.full {
  width: 100%;
}

a {
  text-decoration: none;
  color: #222;
}
a.underline {
  text-decoration: underline;
}

p.center {
  text-align: center;
}

a:focus, a:focus-visible {
  outline: none !important;
}

#under-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #555555;
  border-bottom: 0;
  position: fixed;
  top: calc(100vh - 50px);
  left: calc(50% - 25px);
  z-index: 1111;
}

.sec-cnv {
  position: fixed;
  bottom: 10%;
  left: 10%;
  z-index: 111;
  text-align: center;
  width: 80%;
}
.sec-cnv a {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.sec-cnv a img {
  width: 100%;
}

section {
  overflow: hidden;
  margin: 0 auto;
  max-height: 1276px;
  height: 100vh;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 750px) {
  section {
    width: 100%;
    max-height: 100vh;
    height: 100vh;
  }
}

.swipe-wrap {
  margin: 0 auto;
}

.page-num {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 15px;
}

.swipe-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.swipe-content .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 750px) {
  .swipe-content .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sip-slider, .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img {
    transition-duration: 100ms !important;
  }
}/*# sourceMappingURL=style.css.map */