sup {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .hide-at-sp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .hide-at-pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .c-zoom figure {
    position: relative;
  }
  .c-zoom figure::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    line-height: 1;
    content: "\f31d";
    font-size: clamp(32px, 2.882vw, 48px);
    color: #3e3317;
    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;
  }
  .c-zoom figure::before img {
    max-width: min(72.046vw, 1200px);
  }
}
.c-zoom.is-active figure::before {
  -webkit-animation: cBoxZoomAnime 3s ease-in-out 0.5s 2 forwards;
          animation: cBoxZoomAnime 3s ease-in-out 0.5s 2 forwards;
}

@-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;
  }
}
.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 {
  width: 100%;
  max-width: min(103.746vw, 1728px);
  padding-left: min(2.882vw, 48px);
  padding-right: min(2.882vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 768px) {
  .c-note {
    max-width: min(320vw, 1440px);
    padding-left: min(5.333vw, 24px);
    padding-right: min(5.333vw, 24px);
  }
}
.c-note ul {
  padding: clamp(8px, 0.72vw, 12px) 0 clamp(40px, 3.602vw, 60px);
}
@media screen and (max-width: 768px) {
  .c-note ul {
    padding: clamp(8px, 0.72vw, 12px) 0 clamp(40px, 3.602vw, 60px);
  }
}
.c-note ul li {
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(8px, 0.72vw, 12px);
  line-height: 2.5;
  letter-spacing: 0.06em;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .c-note ul li {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    line-height: 1.25;
  }
}

@media screen and (min-width: 769px) {
  .spObj {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcObj {
    display: none !important;
  }
}
header.is-act .l-header__logo {
  position: relative;
}
header.is-act .l-header__logo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/asset/img/common/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.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;
}

.-sdw {
  color: #fff !important;
  text-shadow: 0px 0px 4px rgb(0, 0, 1), 0px 0px 4px rgb(0, 0, 1), 0px 0px 4px rgb(0, 0, 1);
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade_in01 {
  -webkit-animation: fadein 0.6s 0s forwards;
          animation: fadein 0.6s 0s forwards;
}

.fade_in02 {
  -webkit-animation: fadein 0.6s 0.8s forwards;
          animation: fadein 0.6s 0.8s forwards;
}

.fade_in03 {
  -webkit-animation: fadein 0.6s 1s forwards;
          animation: fadein 0.6s 1s forwards;
}

.p-mv {
  opacity: 0;
}

.p-mv__heading {
  opacity: 0;
}

.p-main-copy {
  opacity: 0;
}
/*# sourceMappingURL=common.css.map */