@charset "UTF-8";
:root {
  --color-primary: #e0e0e0; }

/**
 * デザイン共通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__title {
  opacity: 0;
  -webkit-animation: fadeUp 1.2s ease 0.5s forwards;
          animation: fadeUp 1.2s ease 0.5s forwards; }
  .delay-1.eyecatch__title {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
  .delay-2.eyecatch__title {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s; }

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

@media (min-width: 760px) {
  .eyecatch__title svg {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: center;
            transform-origin: center; } }

@-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%;
    overflow: hidden; }
    .eyecatch__content::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: 1; }
  .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: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10000;
    color: #fff; }
  .eyecatch__text-flex {
    height: 100%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .eyecatch__title svg {
    fill: #FFFFFF;
    width: auto; }
    .eyecatch__title svg * {
      fill: #FFFFFF; }
  .eyecatch__title img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
  .eyecatch__party {
    font-family: century-gothic, "Noto Serif JP", serif;
    margin-top: clamp(14px, calc(36.92 * 100vw / 390), 52px);
    margin-bottom: clamp(8px, calc(12.31 * 100vw / 390), 12.31px);
    max-width: 90%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.33em; }
    @media (min-width: 760px) {
      .eyecatch__party {
        font-size: 21px; } }
    .eyecatch__party::after {
      content: "";
      display: block;
      margin: 22px auto 0 auto;
      width: 68px;
      height: 1px;
      background: #fff; }
  .eyecatch__date {
    font-family: 'Cormorant Garamond', serif;
    position: absolute;
    bottom: 4%;
    width: 100%;
    font-size: 17.39px;
    z-index: 2;
    padding-top: clamp(4.92px, calc(8 * 100vw / 390), 12.31px);
    padding-bottom: clamp(4.92px, calc(12 * 100vw / 390), 18.46px);
    background-image: url(/design_parts/layouts/custom_grace_a/images/date_background.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 760px) {
      .eyecatch__date {
        font-size: 26.09px; } }

.overview__title {
  font-family: century-gothic, serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.33em; }
  @media (min-width: 760px) {
    .overview__title {
      font-size: 21px; } }

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