@charset "UTF-8";
/**
 * デザイン共通SCSS
 * 各デザインで使用する共通スタイル
 */
:root {
  --color-primary: #e0e0e0; }

.eyecatch {
  position: relative; }
  .eyecatch .eyecatch__overlay {
    position: fixed;
    inset: 0;
    height: 1000vh;
    background: var(--color-primary);
    z-index: 9999;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    pointer-events: none;
    -webkit-animation: overlayFadeOut 1.2s ease 2.6s forwards;
            animation: overlayFadeOut 1.2s ease 2.6s forwards; }

.eyecatch__background_image .crop-wrapper {
  width: 100%;
  height: 100%;
  position: relative; }

.eyecatch__background_image .crop-bg {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased; }

.eyecatch__background_image .eyecatch__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.eyecatch__party, .eyecatch__date {
  opacity: 0;
  -webkit-animation: fadeUp 1.2s ease 0.5s forwards;
          animation: fadeUp 1.2s ease 0.5s forwards; }
  .delay-1.eyecatch__party, .delay-1.eyecatch__date {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
  .delay-2.eyecatch__party, .delay-2.eyecatch__date {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s; }

.eyecatch__title svg {
  display: block;
  margin: 0 auto;
  height: auto; }

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes overlayFadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@keyframes overlayFadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }

.eyecatch {
  position: relative; }
  .eyecatch__content {
    aspect-ratio: 9/18;
    position: relative;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%; }
  .eyecatch .eyecatch__overlay {
    background: #F8F6ED !important; }
  .eyecatch__image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0; }
  .eyecatch__background_image {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0; }
    .eyecatch__background_image .swiper-container {
      width: 100%;
      height: 100%; }
    .eyecatch__background_image .swiper-slide {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
    .eyecatch__background_image .single-crop {
      width: 100%;
      height: 100%;
      position: relative; }
  .eyecatch__text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    color: #fff; }
  .eyecatch__title-area {
    position: absolute;
    top: clamp(40px, calc(64 * 100vw / 390), 96px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
    width: calc(100% - clamp(40px, calc(64 * 100vw / 390), 96px));
    max-width: 360px; }
  .eyecatch__title {
    width: 100%;
    margin-bottom: clamp(16px, calc(24 * 100vw / 390), 16px);
    color: #FFFFFF; }
    .eyecatch__title img {
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
  .eyecatch__footer {
    position: absolute;
    left: 50%;
    bottom: clamp(48px, calc(72 * 100vw / 390), 112px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(8px, calc(12 * 100vw / 390), 16px);
    width: calc(100% - clamp(40px, calc(64 * 100vw / 390), 96px));
    max-width: 320px;
    z-index: 2; }
  .eyecatch__party {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0;
    color: #FFFFFF; }
  .eyecatch__date {
    font-family: 'Moon', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
    padding: 0; }
  .eyecatch__background_image {
    opacity: 0;
    -webkit-animation: handLetterAImageFadeIn 1.2s ease 2.0s forwards;
            animation: handLetterAImageFadeIn 1.2s ease 2.0s forwards; }
  .eyecatch__date {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-animation: handLetterADateFadeUp 1.2s ease 0.3s forwards;
            animation: handLetterADateFadeUp 1.2s ease 0.3s forwards; }
  .eyecatch__title {
    opacity: 0;
    -webkit-animation: fadeUp 1.0s ease 0.3s forwards;
            animation: fadeUp 1.0s ease 0.3s forwards; }
  .eyecatch__party {
    opacity: 0;
    -webkit-animation: handLetterAPartyFadeIn 1.0s ease 0.3s forwards;
            animation: handLetterAPartyFadeIn 1.0s ease 0.3s forwards; }

@-webkit-keyframes handLetterAOverlayFadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@keyframes handLetterAOverlayFadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes handLetterAPartyFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes handLetterAPartyFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes handLetterAImageFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes handLetterAImageFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes handLetterADateFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes handLetterADateFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/*# sourceMappingURL=style.css.map */
