@charset "UTF-8";
.caption {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.9), 0 0 2px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .caption {
    font-size: 1.375rem;
  }
}

.c-button {
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  height: min(5.187vw, 86.4px);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    height: min(14.933vw, 67.2px);
  }
}

.c-note {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-note ul {
  max-width: min(103.746vw, 1728px);
  margin: 0 auto;
  padding: clamp(40px, 3.602vw, 60px) min(2.882vw, 48px);
}
@media screen and (max-width: 768px) {
  .c-note ul {
    max-width: min(320vw, 1440px);
    padding: clamp(20px, 6.667vw, 30px) min(5.333vw, 24px);
  }
}
.c-note ul li {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(9.6px, 0.865vw, 14.4px);
}
.c-note ul li > span {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width: 769px) {
  .spObj {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcObj {
    display: none;
  }
}
.hidden {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.js-fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.p-child-mv {
  position: relative;
}

.p-child-mv__inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-child-mv__heading {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-child-mv__heading {
    top: 7px;
    left: 0;
  }
}

.c-child-heading {
  text-align: center;
  font-size: clamp(24px, 2.161vw, 36px);
  letter-spacing: 0.06em;
  font-weight: 300;
  line-height: 1.6666666667;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .c-child-heading {
    font-size: clamp(16px, 5.333vw, 24px);
    line-height: 2;
    letter-spacing: 0.03em;
  }
}
.c-child-heading.-tal {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-child-heading.-sp-center {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-child-heading.-sp-width_100vw {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .c-child-heading.-sp-narrow {
    letter-spacing: -0.01em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media screen and (max-width: 768px) {
  .swipe-wrap {
    position: relative;
    overflow-x: auto;
  }
}

.swipe-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 140px;
  display: none;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .swipe-icon {
    display: block;
  }
}
.swipe-icon.-hide {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .c-zoom {
    position: relative;
  }
  .c-zoom::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    line-height: 1;
    content: "\f31d";
    font-size: clamp(32px, 2.882vw, 48px);
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: left;
            transform-origin: left;
    z-index: 1;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: clamp(32px, 2.882vw, 48px);
    height: clamp(32px, 2.882vw, 48px);
    padding: clamp(8px, 0.72vw, 12px);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
    opacity: 0;
    -webkit-animation: cBoxZoomAnime 3s ease-in-out 0.5s forwards;
            animation: cBoxZoomAnime 3s ease-in-out 0.5s forwards;
  }
  .c-zoom::before img {
    max-width: min(72.046vw, 1200px);
  }
}
@-webkit-keyframes cBoxZoomAnime {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.8) translate(-50%, -50%);
            transform: scale(0.8) translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
  75% {
    -webkit-transform: scale(0.8) translate(-50%, -50%);
            transform: scale(0.8) translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes cBoxZoomAnime {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.8) translate(-50%, -50%);
            transform: scale(0.8) translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
  75% {
    -webkit-transform: scale(0.8) translate(-50%, -50%);
            transform: scale(0.8) translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    opacity: 0;
  }
}
/*# sourceMappingURL=common.css.map */