.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: min(1.406vw, 27px);
  height: min(4.688vw, 90px);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: min(3.467vw, 26px);
    height: min(10.667vw, 80px);
  }
}

.c-note {
  width: 100%;
  max-width: min(75vw, 1440px);
  padding-left: clamp(20px, 2.083vw, 40px);
  padding-right: clamp(20px, 2.083vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-note {
    max-width: min(160vw, 1200px);
    padding-left: clamp(10px, 2.667vw, 20px);
    padding-right: clamp(10px, 2.667vw, 20px);
  }
}
.c-note ul li {
  font-weight: 400;
  font-size: clamp(10px, 0.625vw, 12px);
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .c-note ul li {
    font-size: clamp(10px, 1.6vw, 12px);
  }
}
.c-note .c-list--notice__item {
  margin-bottom: 0;
}

@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);
}
.hidden.--horizontal {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.hidden.--horizontal.--reverse {
  -webkit-transform: translateX(-10px);
          transform: translateX(-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;
}
/*# sourceMappingURL=common.css.map */