@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .is-pc2 {
    display: none !important;
  }
}

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

@media screen and (min-width: 992px) {
  .is-sp2 {
    display: none !important;
  }
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.fadeup.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.toleft {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.toleft.on {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.toright {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.toright.on {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.zoomin {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.zoomin.on {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 5%, 100% 10%, 100% 15%, 100% 20%, 100% 25%, 100% 30%, 100% 35%, 100% 40%, 100% 45%, 100% 50%, 100% 55%, 100% 60%, 100% 65%, 100% 70%, 100% 75%, 100% 80%, 100% 85%, 100% 90%, 100% 95%, 100% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
            clip-path: polygon(100% 0%, 100% 5%, 100% 10%, 100% 15%, 100% 20%, 100% 25%, 100% 30%, 100% 35%, 100% 40%, 100% 45%, 100% 50%, 100% 55%, 100% 60%, 100% 65%, 100% 70%, 100% 75%, 100% 80%, 100% 85%, 100% 90%, 100% 95%, 100% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
  }
  20% {
    -webkit-clip-path: polygon(49.1% 0%, 47.8% 5%, 46.5% 10%, 45.2% 15%, 43.9% 20%, 42.6% 25%, 41.6% 30%, 40.7% 35%, 40.28% 40%, 39.9% 45%, 39.9% 50%, 40.2% 55%, 40.6% 60%, 41.1% 65%, 41.8% 70%, 42.6% 75%, 43.6% 80%, 44.8% 85%, 46.1% 90%, 47.6% 95%, 49.1% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
            clip-path: polygon(49.1% 0%, 47.8% 5%, 46.5% 10%, 45.2% 15%, 43.9% 20%, 42.6% 25%, 41.6% 30%, 40.7% 35%, 40.28% 40%, 39.9% 45%, 39.9% 50%, 40.2% 55%, 40.6% 60%, 41.1% 65%, 41.8% 70%, 42.6% 75%, 43.6% 80%, 44.8% 85%, 46.1% 90%, 47.6% 95%, 49.1% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 5%, 0% 10%, 0% 15%, 0% 20%, 0% 25%, 0% 30%, 0% 35%, 0% 40%, 0% 45%, 0% 50%, 0% 55%, 0% 60%, 0% 65%, 0% 70%, 0% 75%, 0% 80%, 0% 85%, 0% 90%, 0% 95%, 0% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 5%, 0% 10%, 0% 15%, 0% 20%, 0% 25%, 0% 30%, 0% 35%, 0% 40%, 0% 45%, 0% 50%, 0% 55%, 0% 60%, 0% 65%, 0% 70%, 0% 75%, 0% 80%, 0% 85%, 0% 90%, 0% 95%, 0% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
  }
}

@keyframes slideIn {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 5%, 100% 10%, 100% 15%, 100% 20%, 100% 25%, 100% 30%, 100% 35%, 100% 40%, 100% 45%, 100% 50%, 100% 55%, 100% 60%, 100% 65%, 100% 70%, 100% 75%, 100% 80%, 100% 85%, 100% 90%, 100% 95%, 100% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
            clip-path: polygon(100% 0%, 100% 5%, 100% 10%, 100% 15%, 100% 20%, 100% 25%, 100% 30%, 100% 35%, 100% 40%, 100% 45%, 100% 50%, 100% 55%, 100% 60%, 100% 65%, 100% 70%, 100% 75%, 100% 80%, 100% 85%, 100% 90%, 100% 95%, 100% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
  }
  20% {
    -webkit-clip-path: polygon(49.1% 0%, 47.8% 5%, 46.5% 10%, 45.2% 15%, 43.9% 20%, 42.6% 25%, 41.6% 30%, 40.7% 35%, 40.28% 40%, 39.9% 45%, 39.9% 50%, 40.2% 55%, 40.6% 60%, 41.1% 65%, 41.8% 70%, 42.6% 75%, 43.6% 80%, 44.8% 85%, 46.1% 90%, 47.6% 95%, 49.1% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
            clip-path: polygon(49.1% 0%, 47.8% 5%, 46.5% 10%, 45.2% 15%, 43.9% 20%, 42.6% 25%, 41.6% 30%, 40.7% 35%, 40.28% 40%, 39.9% 45%, 39.9% 50%, 40.2% 55%, 40.6% 60%, 41.1% 65%, 41.8% 70%, 42.6% 75%, 43.6% 80%, 44.8% 85%, 46.1% 90%, 47.6% 95%, 49.1% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 5%, 0% 10%, 0% 15%, 0% 20%, 0% 25%, 0% 30%, 0% 35%, 0% 40%, 0% 45%, 0% 50%, 0% 55%, 0% 60%, 0% 65%, 0% 70%, 0% 75%, 0% 80%, 0% 85%, 0% 90%, 0% 95%, 0% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 5%, 0% 10%, 0% 15%, 0% 20%, 0% 25%, 0% 30%, 0% 35%, 0% 40%, 0% 45%, 0% 50%, 0% 55%, 0% 60%, 0% 65%, 0% 70%, 0% 75%, 0% 80%, 0% 85%, 0% 90%, 0% 95%, 0% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
  }
}
@-webkit-keyframes slideOut {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 5%, 0% 10%, 0% 15%, 0% 20%, 0% 25%, 0% 30%, 0% 35%, 0% 40%, 0% 45%, 0% 50%, 0% 55%, 0% 60%, 0% 65%, 0% 70%, 0% 75%, 0% 80%, 0% 85%, 0% 90%, 0% 95%, 0% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 5%, 0% 10%, 0% 15%, 0% 20%, 0% 25%, 0% 30%, 0% 35%, 0% 40%, 0% 45%, 0% 50%, 0% 55%, 0% 60%, 0% 65%, 0% 70%, 0% 75%, 0% 80%, 0% 85%, 0% 90%, 0% 95%, 0% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
  }
  50% {
    -webkit-clip-path: polygon(38.3% 0%, 39.7% 5%, 41% 10%, 42.3% 15%, 43.4% 20%, 44.4% 25%, 45.3% 30%, 46.1% 35%, 46.7% 40%, 47.2% 45%, 47.4% 50%, 47.3% 55%, 47% 60%, 46.3% 65%, 45.4% 70%, 44.4% 75%, 43.3% 80%, 42.2% 85%, 41% 90%, 39.7% 95%, 38.3% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
            clip-path: polygon(38.3% 0%, 39.7% 5%, 41% 10%, 42.3% 15%, 43.4% 20%, 44.4% 25%, 45.3% 30%, 46.1% 35%, 46.7% 40%, 47.2% 45%, 47.4% 50%, 47.3% 55%, 47% 60%, 46.3% 65%, 45.4% 70%, 44.4% 75%, 43.3% 80%, 42.2% 85%, 41% 90%, 39.7% 95%, 38.3% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0%, 100% 5%, 100% 10%, 100% 15%, 100% 20%, 100% 25%, 100% 30%, 100% 35%, 100% 40%, 100% 45%, 100% 50%, 100% 55%, 100% 60%, 100% 65%, 100% 70%, 100% 75%, 100% 80%, 100% 85%, 100% 90%, 100% 95%, 100% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
            clip-path: polygon(100% 0%, 100% 5%, 100% 10%, 100% 15%, 100% 20%, 100% 25%, 100% 30%, 100% 35%, 100% 40%, 100% 45%, 100% 50%, 100% 55%, 100% 60%, 100% 65%, 100% 70%, 100% 75%, 100% 80%, 100% 85%, 100% 90%, 100% 95%, 100% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
  }
}
@keyframes slideOut {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 5%, 0% 10%, 0% 15%, 0% 20%, 0% 25%, 0% 30%, 0% 35%, 0% 40%, 0% 45%, 0% 50%, 0% 55%, 0% 60%, 0% 65%, 0% 70%, 0% 75%, 0% 80%, 0% 85%, 0% 90%, 0% 95%, 0% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 5%, 0% 10%, 0% 15%, 0% 20%, 0% 25%, 0% 30%, 0% 35%, 0% 40%, 0% 45%, 0% 50%, 0% 55%, 0% 60%, 0% 65%, 0% 70%, 0% 75%, 0% 80%, 0% 85%, 0% 90%, 0% 95%, 0% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
  }
  50% {
    -webkit-clip-path: polygon(38.3% 0%, 39.7% 5%, 41% 10%, 42.3% 15%, 43.4% 20%, 44.4% 25%, 45.3% 30%, 46.1% 35%, 46.7% 40%, 47.2% 45%, 47.4% 50%, 47.3% 55%, 47% 60%, 46.3% 65%, 45.4% 70%, 44.4% 75%, 43.3% 80%, 42.2% 85%, 41% 90%, 39.7% 95%, 38.3% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
            clip-path: polygon(38.3% 0%, 39.7% 5%, 41% 10%, 42.3% 15%, 43.4% 20%, 44.4% 25%, 45.3% 30%, 46.1% 35%, 46.7% 40%, 47.2% 45%, 47.4% 50%, 47.3% 55%, 47% 60%, 46.3% 65%, 45.4% 70%, 44.4% 75%, 43.3% 80%, 42.2% 85%, 41% 90%, 39.7% 95%, 38.3% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0%, 100% 5%, 100% 10%, 100% 15%, 100% 20%, 100% 25%, 100% 30%, 100% 35%, 100% 40%, 100% 45%, 100% 50%, 100% 55%, 100% 60%, 100% 65%, 100% 70%, 100% 75%, 100% 80%, 100% 85%, 100% 90%, 100% 95%, 100% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
            clip-path: polygon(100% 0%, 100% 5%, 100% 10%, 100% 15%, 100% 20%, 100% 25%, 100% 30%, 100% 35%, 100% 40%, 100% 45%, 100% 50%, 100% 55%, 100% 60%, 100% 65%, 100% 70%, 100% 75%, 100% 80%, 100% 85%, 100% 90%, 100% 95%, 100% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
  }
}
@-webkit-keyframes slideIn_sp {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 0%, 95% 0%, 90% 0%, 85% 0%, 80% 0%, 75% 0%, 70% 0%, 65% 0%, 60% 0%, 55% 0%, 50% 0%, 45% 0%, 40% 0%, 35% 0%, 30% 0%, 25% 0%, 20% 0%, 15% 0%, 10% 0%, 5% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 0%, 95% 0%, 90% 0%, 85% 0%, 80% 0%, 75% 0%, 70% 0%, 65% 0%, 60% 0%, 55% 0%, 50% 0%, 45% 0%, 40% 0%, 35% 0%, 30% 0%, 25% 0%, 20% 0%, 15% 0%, 10% 0%, 5% 0%, 0% 0%);
  }
  30% {
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 35.4%, 95% 36.9%, 90% 38.4%, 85% 39.7%, 80% 40.8%, 75% 41.8%, 70% 42.8%, 65% 43.6%, 60% 44.3%, 55% 44.7%, 50% 44.9%, 45% 44.8%, 40% 44.4%, 35% 43.8%, 30% 42.9%, 25% 41.8%, 20% 40.7%, 15% 39.4%, 10% 38.1%, 5% 36.8%, 0% 35.4%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 35.4%, 95% 36.9%, 90% 38.4%, 85% 39.7%, 80% 40.8%, 75% 41.8%, 70% 42.8%, 65% 43.6%, 60% 44.3%, 55% 44.7%, 50% 44.9%, 45% 44.8%, 40% 44.4%, 35% 43.8%, 30% 42.9%, 25% 41.8%, 20% 40.7%, 15% 39.4%, 10% 38.1%, 5% 36.8%, 0% 35.4%);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
  }
}
@keyframes slideIn_sp {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 0%, 95% 0%, 90% 0%, 85% 0%, 80% 0%, 75% 0%, 70% 0%, 65% 0%, 60% 0%, 55% 0%, 50% 0%, 45% 0%, 40% 0%, 35% 0%, 30% 0%, 25% 0%, 20% 0%, 15% 0%, 10% 0%, 5% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 0%, 95% 0%, 90% 0%, 85% 0%, 80% 0%, 75% 0%, 70% 0%, 65% 0%, 60% 0%, 55% 0%, 50% 0%, 45% 0%, 40% 0%, 35% 0%, 30% 0%, 25% 0%, 20% 0%, 15% 0%, 10% 0%, 5% 0%, 0% 0%);
  }
  30% {
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 35.4%, 95% 36.9%, 90% 38.4%, 85% 39.7%, 80% 40.8%, 75% 41.8%, 70% 42.8%, 65% 43.6%, 60% 44.3%, 55% 44.7%, 50% 44.9%, 45% 44.8%, 40% 44.4%, 35% 43.8%, 30% 42.9%, 25% 41.8%, 20% 40.7%, 15% 39.4%, 10% 38.1%, 5% 36.8%, 0% 35.4%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 35.4%, 95% 36.9%, 90% 38.4%, 85% 39.7%, 80% 40.8%, 75% 41.8%, 70% 42.8%, 65% 43.6%, 60% 44.3%, 55% 44.7%, 50% 44.9%, 45% 44.8%, 40% 44.4%, 35% 43.8%, 30% 42.9%, 25% 41.8%, 20% 40.7%, 15% 39.4%, 10% 38.1%, 5% 36.8%, 0% 35.4%);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
  }
}
@-webkit-keyframes slideOut_sp {
  0% {
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
  }
  30% {
    -webkit-clip-path: polygon(0% 35.4%, 5% 36.9%, 10% 38.4%, 15% 39.7%, 20% 40.8%, 25% 41.8%, 30% 42.8%, 35% 43.6%, 40% 44.3%, 45% 44.7%, 50% 44.9%, 55% 44.8%, 60% 44.4%, 65% 43.8%, 70% 42.9%, 75% 41.8%, 80% 40.7%, 85% 39.4%, 90% 38.1%, 95% 36.8%, 100% 35.4%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
            clip-path: polygon(0% 35.4%, 5% 36.9%, 10% 38.4%, 15% 39.7%, 20% 40.8%, 25% 41.8%, 30% 42.8%, 35% 43.6%, 40% 44.3%, 45% 44.7%, 50% 44.9%, 55% 44.8%, 60% 44.4%, 65% 43.8%, 70% 42.9%, 75% 41.8%, 80% 40.7%, 85% 39.4%, 90% 38.1%, 95% 36.8%, 100% 35.4%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
  }
  85% {
    -webkit-clip-path: polygon(0% 85.4%, 5% 86.9%, 10% 88.4%, 15% 89.7%, 20% 90.8%, 25% 91.8%, 30% 92.8%, 35% 93.6%, 40% 94.3%, 45% 94.7%, 50% 94.9%, 55% 94.8%, 60% 94.4%, 65% 93.8%, 70% 92.9%, 75% 91.8%, 80% 90.7%, 85% 89.4%, 90% 88.1%, 95% 86.8%, 100% 85.4%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
            clip-path: polygon(0% 85.4%, 5% 86.9%, 10% 88.4%, 15% 89.7%, 20% 90.8%, 25% 91.8%, 30% 92.8%, 35% 93.6%, 40% 94.3%, 45% 94.7%, 50% 94.9%, 55% 94.8%, 60% 94.4%, 65% 93.8%, 70% 92.9%, 75% 91.8%, 80% 90.7%, 85% 89.4%, 90% 88.1%, 95% 86.8%, 100% 85.4%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 5% 100%, 10% 100%, 15% 100%, 20% 100%, 25% 100%, 30% 100%, 35% 100%, 40% 100%, 45% 100%, 50% 100%, 55% 100%, 60% 100%, 65% 100%, 70% 100%, 75% 100%, 80% 100%, 85% 100%, 90% 100%, 95% 100%, 100% 100%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 5% 100%, 10% 100%, 15% 100%, 20% 100%, 25% 100%, 30% 100%, 35% 100%, 40% 100%, 45% 100%, 50% 100%, 55% 100%, 60% 100%, 65% 100%, 70% 100%, 75% 100%, 80% 100%, 85% 100%, 90% 100%, 95% 100%, 100% 100%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
  }
}
@keyframes slideOut_sp {
  0% {
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
  }
  30% {
    -webkit-clip-path: polygon(0% 35.4%, 5% 36.9%, 10% 38.4%, 15% 39.7%, 20% 40.8%, 25% 41.8%, 30% 42.8%, 35% 43.6%, 40% 44.3%, 45% 44.7%, 50% 44.9%, 55% 44.8%, 60% 44.4%, 65% 43.8%, 70% 42.9%, 75% 41.8%, 80% 40.7%, 85% 39.4%, 90% 38.1%, 95% 36.8%, 100% 35.4%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
            clip-path: polygon(0% 35.4%, 5% 36.9%, 10% 38.4%, 15% 39.7%, 20% 40.8%, 25% 41.8%, 30% 42.8%, 35% 43.6%, 40% 44.3%, 45% 44.7%, 50% 44.9%, 55% 44.8%, 60% 44.4%, 65% 43.8%, 70% 42.9%, 75% 41.8%, 80% 40.7%, 85% 39.4%, 90% 38.1%, 95% 36.8%, 100% 35.4%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
  }
  85% {
    -webkit-clip-path: polygon(0% 85.4%, 5% 86.9%, 10% 88.4%, 15% 89.7%, 20% 90.8%, 25% 91.8%, 30% 92.8%, 35% 93.6%, 40% 94.3%, 45% 94.7%, 50% 94.9%, 55% 94.8%, 60% 94.4%, 65% 93.8%, 70% 92.9%, 75% 91.8%, 80% 90.7%, 85% 89.4%, 90% 88.1%, 95% 86.8%, 100% 85.4%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
            clip-path: polygon(0% 85.4%, 5% 86.9%, 10% 88.4%, 15% 89.7%, 20% 90.8%, 25% 91.8%, 30% 92.8%, 35% 93.6%, 40% 94.3%, 45% 94.7%, 50% 94.9%, 55% 94.8%, 60% 94.4%, 65% 93.8%, 70% 92.9%, 75% 91.8%, 80% 90.7%, 85% 89.4%, 90% 88.1%, 95% 86.8%, 100% 85.4%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 5% 100%, 10% 100%, 15% 100%, 20% 100%, 25% 100%, 30% 100%, 35% 100%, 40% 100%, 45% 100%, 50% 100%, 55% 100%, 60% 100%, 65% 100%, 70% 100%, 75% 100%, 80% 100%, 85% 100%, 90% 100%, 95% 100%, 100% 100%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 5% 100%, 10% 100%, 15% 100%, 20% 100%, 25% 100%, 30% 100%, 35% 100%, 40% 100%, 45% 100%, 50% 100%, 55% 100%, 60% 100%, 65% 100%, 70% 100%, 75% 100%, 80% 100%, 85% 100%, 90% 100%, 95% 100%, 100% 100%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
  }
}
@-webkit-keyframes slideIn_sp_severse {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
  }
  30% {
    opacity: 1;
  }
  70% {
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 35.4%, 95% 36.9%, 90% 38.4%, 85% 39.7%, 80% 40.8%, 75% 41.8%, 70% 42.8%, 65% 43.6%, 60% 44.3%, 55% 44.7%, 50% 44.9%, 45% 44.8%, 40% 44.4%, 35% 43.8%, 30% 42.9%, 25% 41.8%, 20% 40.7%, 15% 39.4%, 10% 38.1%, 5% 36.8%, 0% 35.4%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 35.4%, 95% 36.9%, 90% 38.4%, 85% 39.7%, 80% 40.8%, 75% 41.8%, 70% 42.8%, 65% 43.6%, 60% 44.3%, 55% 44.7%, 50% 44.9%, 45% 44.8%, 40% 44.4%, 35% 43.8%, 30% 42.9%, 25% 41.8%, 20% 40.7%, 15% 39.4%, 10% 38.1%, 5% 36.8%, 0% 35.4%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 0%, 95% 0%, 90% 0%, 85% 0%, 80% 0%, 75% 0%, 70% 0%, 65% 0%, 60% 0%, 55% 0%, 50% 0%, 45% 0%, 40% 0%, 35% 0%, 30% 0%, 25% 0%, 20% 0%, 15% 0%, 10% 0%, 5% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 0%, 95% 0%, 90% 0%, 85% 0%, 80% 0%, 75% 0%, 70% 0%, 65% 0%, 60% 0%, 55% 0%, 50% 0%, 45% 0%, 40% 0%, 35% 0%, 30% 0%, 25% 0%, 20% 0%, 15% 0%, 10% 0%, 5% 0%, 0% 0%);
  }
}
@keyframes slideIn_sp_severse {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
  }
  30% {
    opacity: 1;
  }
  70% {
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 35.4%, 95% 36.9%, 90% 38.4%, 85% 39.7%, 80% 40.8%, 75% 41.8%, 70% 42.8%, 65% 43.6%, 60% 44.3%, 55% 44.7%, 50% 44.9%, 45% 44.8%, 40% 44.4%, 35% 43.8%, 30% 42.9%, 25% 41.8%, 20% 40.7%, 15% 39.4%, 10% 38.1%, 5% 36.8%, 0% 35.4%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 35.4%, 95% 36.9%, 90% 38.4%, 85% 39.7%, 80% 40.8%, 75% 41.8%, 70% 42.8%, 65% 43.6%, 60% 44.3%, 55% 44.7%, 50% 44.9%, 45% 44.8%, 40% 44.4%, 35% 43.8%, 30% 42.9%, 25% 41.8%, 20% 40.7%, 15% 39.4%, 10% 38.1%, 5% 36.8%, 0% 35.4%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 0%, 95% 0%, 90% 0%, 85% 0%, 80% 0%, 75% 0%, 70% 0%, 65% 0%, 60% 0%, 55% 0%, 50% 0%, 45% 0%, 40% 0%, 35% 0%, 30% 0%, 25% 0%, 20% 0%, 15% 0%, 10% 0%, 5% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 0%, 95% 0%, 90% 0%, 85% 0%, 80% 0%, 75% 0%, 70% 0%, 65% 0%, 60% 0%, 55% 0%, 50% 0%, 45% 0%, 40% 0%, 35% 0%, 30% 0%, 25% 0%, 20% 0%, 15% 0%, 10% 0%, 5% 0%, 0% 0%);
  }
}
/* -----------------------------------------------
* layout エントリーポイント
-------------------------------------------------- */
#mainWrap {
  overflow-x: clip;
}

.header__top {
  background: #5e4e4c;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  font-weight: 500;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  /* height: 32px; */
	height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 7;
}
@media screen and (max-width: 991px) {
  .header__top {
    font-size: 8px;
    padding-top: 14px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  .header__top {
    font-size: 7px;
  }
}
@media screen and (max-width: 360px) {
  .header__top .header__inner {
    width: 95%;
  }
}

#headerWrap {
  z-index: 999;
}
#headerWrap.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
}
#headerWrap.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
}

.header {
  width: 100%;
  font-family: "Hiragino Sans", sans-serif;
  position: relative;
  -webkit-filter: unset;
          filter: unset;
}

.header__inner {
  width: 98%;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .header__inner {
    width: 89%;
    max-width: unset;
  }
}

.header__main {
  height: 80px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .header__main {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
  }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  .header__main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .header__main {
    width: 100%;
    height: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    padding: 12px 0 17px;
  }
}

.header__logo {
  margin-bottom: 0;
  margin-right: 62px;
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  .header__logo {
    margin-right: unset;
  }
}
@media screen and (max-width: 991px) {
  .header__logo {
    margin-right: unset;
  }
}
.header__logo img {
  width: 82px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  .header__logo img {
    width: 74px;
  }
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 41px;
  margin-left: auto;
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .header__button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  .header__button {
    margin-left: unset;
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .header__button {
    gap: 16px;
    padding-top: 5px;
  }
}

.header__search {
  width: 24px;
  height: 24px;
  background-color: #000;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23A2A8BA" d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z" /></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23A2A8BA" d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z" /></svg>');
  -webkit-mask-size: 75% 75%;
          mask-size: 75% 75%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  margin-bottom: 0;
  cursor: pointer;
}

.header__reserve {
  width: 64px;
  height: 24px;
  border-radius: 16px;
  background: #a9807e;
  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;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  border: none;
}

.header__nav {
  height: 100%;
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  .header__nav {
    padding-top: 0;
    width: 100%;
    margin: 0 calc(50% - 50vw);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.header__nav:hover .header__nav__bg {
  height: 530px;
  -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
}
.header__nav:hover .header__nav__bg_02 {
  height: 530px;
  -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 100%, 95% 100%, 90% 100%, 85% 100%, 80% 100%, 75% 100%, 70% 100%, 65% 100%, 60% 100%, 55% 100%, 50% 100%, 45% 100%, 40% 100%, 35% 100%, 30% 100%, 25% 100%, 20% 100%, 15% 100%, 10% 100%, 5% 100%, 0% 100%);
}

.header__nav__bg {
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
  height: 0;
  /* background: #A39580; */
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -2;
  -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 35.4%, 95% 38.9%, 90% 41.4%, 85% 43.7%, 80% 45.8%, 75% 47.8%, 70% 49.8%, 65% 51.6%, 60% 53.3%, 55% 54.7%, 50% 54.9%, 45% 53.8%, 40% 52.4%, 35% 50.8%, 30% 48.9%, 25% 46.8%, 20% 44.7%, 15% 42.4%, 10% 40.1%, 5% 37.8%, 0% 35.4%);
          clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 35.4%, 95% 38.9%, 90% 41.4%, 85% 43.7%, 80% 45.8%, 75% 47.8%, 70% 49.8%, 65% 51.6%, 60% 53.3%, 55% 54.7%, 50% 54.9%, 45% 53.8%, 40% 52.4%, 35% 50.8%, 30% 48.9%, 25% 46.8%, 20% 44.7%, 15% 42.4%, 10% 40.1%, 5% 37.8%, 0% 35.4%);
}

.header__nav__bg_02 {
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: -1;
  -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 35.4%, 95% 38.9%, 90% 41.4%, 85% 43.7%, 80% 45.8%, 75% 47.8%, 70% 49.8%, 65% 51.6%, 60% 53.3%, 55% 54.7%, 50% 54.9%, 45% 53.8%, 40% 52.4%, 35% 50.8%, 30% 48.9%, 25% 46.8%, 20% 44.7%, 15% 42.4%, 10% 40.1%, 5% 37.8%, 0% 35.4%);
          clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 35.4%, 95% 38.9%, 90% 41.4%, 85% 43.7%, 80% 45.8%, 75% 47.8%, 70% 49.8%, 65% 51.6%, 60% 53.3%, 55% 54.7%, 50% 54.9%, 45% 53.8%, 40% 52.4%, 35% 50.8%, 30% 48.9%, 25% 46.8%, 20% 44.7%, 15% 42.4%, 10% 40.1%, 5% 37.8%, 0% 35.4%);
}

.header__nav__list {
  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;
  margin-bottom: 0;
  height: 100%;
}
.header__nav__list > li {
  cursor: pointer;
  height: 100%;
  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;
}
@media screen and (min-width: 992px) {
  .header__nav__list > li {
    padding: 0 12px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  .header__nav__list > li {
    padding: 0 8px;
  }
}
.header__nav__list > li > span {
  display: block;
  padding: 16px 8px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .header__nav__list > li > span {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .header__nav__list > li > span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    /* background: #5e4e4c; */
    background: #e3e3e3;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    cursor: pointer;
  }
}
.header__nav__list > li > span > a {
  color: #000;
  font-size: 11px;
  font-weight: 300;
  display: block;
}
@media screen and (min-width: 992px) {
  .header__nav__list > li > span > a {
    pointer-events: none;
  }
}
@media screen and (max-width: 991px) {
  .header__nav__list > li > span > a {
    display: block;
    padding: 4px min(40px, 10.53vw);
    border-right: 1px solid #e3e3e3;
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .header__nav__list > li:hover > span:after {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header__nav__list > li:first-child a {
    border-left: 1px solid #e3e3e3;
  }
}
.header__nav__list > li:hover .header__subnav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.header__subnav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(97.5%);
          transform: translateY(97.5%);
  z-index: -1;
  padding: 46px 0 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
@media screen and (max-width: 991px) {
  .header__subnav {
    display: none;
  }
}

.header__subnav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .header__subnav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.header__subnav__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 255px;
}
@media screen and (max-width: 991px) {
  .header__subnav__block {
    max-width: unset;
  }
}
.header__subnav__block * {
  color: #232323;
}
@media screen and (min-width: 992px) {
  .header__subnav__block a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .header__subnav__block a:hover {
    color: #232323;
    opacity: 0.5;
  }
}
.header__subnav__block:nth-child(2) {
  border-right: 1px solid #e3e3e3;
}
@media screen and (max-width: 991px) {
  .header__subnav__block:nth-child(2) {
    border-right: unset;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 40px;
  }
}

.header__subnav__link {
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 35px;
}
.header__subnav__link:after {
  content: "";
  display: block;
  background: url(../images/header-arrow.svg) no-repeat center/contain;
  width: 7px;
  height: 13px;
}

.header__subnav__link--large {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 35px;
}
.header__subnav__link--large:after {
  content: "";
  display: block;
  background: url(../images/header-arrow.svg) no-repeat center/contain;
  width: 7px;
  height: 13px;
}

.header__subnav__text {
  font-size: 11px;
  font-weight: 600;
  color: #7a7a7f;
  margin-bottom: 20px;
}
.header__subnav__text--w400 {
  font-weight: 400;
}

.header__subnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .header__subnav__list {
    gap: 15px;
  }
}
.header__subnav__list a {
  font-size: 11px;
  font-weight: 600;
}

.header__subnav__list--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.header__subnav__list--large a {
  font-size: 13px;
  font-weight: 600;
}

.blur__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(15px) brightness(95%);
          backdrop-filter: blur(15px) brightness(95%);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.archive-inner {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .archive-inner {
    width: 92%;
  }
}

.button {
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}
.button:focus {
  outline: none;
}

.hamburger {
  width: 20px;
  height: 20px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 9999;
  background: none;
}

.hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: inherit;
  transition: inherit;
}
.hamburger__line::before, .hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.drawer-background {
  position: fixed;
  z-index: 9998;
  width: 50vw;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(15px) brightness(95%);
          backdrop-filter: blur(15px) brightness(95%);
  -webkit-transition: 0;
  transition: 0;
}
@media screen and (max-width: 991px) {
  .drawer-background {
    width: 100vw;
  }
}

.hamburger__line::before {
  top: -5px;
}

.hamburger__line::after {
  top: 5px;
}

.is-drawerActive .global-menu {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
  /* -webkit-box-shadow: -5px 0 3px #000000;
          box-shadow: -5px 0 3px #000000; */
}
@media screen and (max-width: 991px) {
  .is-drawerActive .global-menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.is-drawerActive .drawer-background {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.is-drawerActive .gnav {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 991px) {
  .is-drawerActive .gnav__close {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

.global-menu {
  position: fixed;
  z-index: 10000;
  width: 50vw;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background-color: #fff;
  -webkit-transform: translateX(50vw);
          transform: translateX(50vw);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  display: block;
  overflow-x: clip;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  visibility: hidden;
  -webkit-clip-path: polygon(100% 0%, 100% 5%, 100% 10%, 100% 15%, 100% 20%, 100% 25%, 100% 30%, 100% 35%, 100% 40%, 100% 45%, 100% 50%, 100% 55%, 100% 60%, 100% 65%, 100% 70%, 100% 75%, 100% 80%, 100% 85%, 100% 90%, 100% 95%, 100% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
          clip-path: polygon(100% 0%, 100% 5%, 100% 10%, 100% 15%, 100% 20%, 100% 25%, 100% 30%, 100% 35%, 100% 40%, 100% 45%, 100% 50%, 100% 55%, 100% 60%, 100% 65%, 100% 70%, 100% 75%, 100% 80%, 100% 85%, 100% 90%, 100% 95%, 100% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
}
@media screen and (max-width: 991px) {
  .global-menu {
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 0%, 95% 0%, 90% 0%, 85% 0%, 80% 0%, 75% 0%, 70% 0%, 65% 0%, 60% 0%, 55% 0%, 50% 0%, 45% 0%, 40% 0%, 35% 0%, 30% 0%, 25% 0%, 20% 0%, 15% 0%, 10% 0%, 5% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 0%, 95% 0%, 90% 0%, 85% 0%, 80% 0%, 75% 0%, 70% 0%, 65% 0%, 60% 0%, 55% 0%, 50% 0%, 45% 0%, 40% 0%, 35% 0%, 30% 0%, 25% 0%, 20% 0%, 15% 0%, 10% 0%, 5% 0%, 0% 0%);
  }
}
@media screen and (min-width: 992px) {
  .global-menu.slideIn {
    -webkit-animation: slideIn 0.4s ease-in 0.2s forwards;
            animation: slideIn 0.4s ease-in 0.2s forwards;
  }
}
@media screen and (max-width: 991px) {
  .global-menu.slideIn {
    -webkit-animation: slideIn_sp 0.4s linear 0.1s forwards;
            animation: slideIn_sp 0.4s linear 0.1s forwards;
  }
}
@media screen and (min-width: 992px) {
  .global-menu.slideOut {
    -webkit-animation: slideOut 0.4s ease-in forwards;
            animation: slideOut 0.4s ease-in forwards;
  }
}
@media screen and (max-width: 991px) {
  .global-menu.slideOut {
    -webkit-animation: slideOut_sp 0.4s linear forwards;
            animation: slideOut_sp 0.4s linear forwards;
  }
}

.global-menu *:not(.header__subnav__text) {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #232323;
}

@media screen and (max-width: 991px) {
  .gnav__close {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

.gnav {
  padding: 132px 100px 80px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
@media screen and (max-width: 991px) {
  .gnav {
    padding: 80px 8vw 40px;
    position: relative;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@media screen and (min-width: 992px) {
  .gnav a:hover {
    color: #333;
    opacity: 0.7;
  }
}

.gnav__title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.gnav__searchform {
  margin-bottom: 60px;
}
.gnav__searchform input {
  width: 100%;
  min-height: 53px;
  border: 1px solid #e3e3e3;
  font-size: 13px;
  font-weight: 300;
  padding: 15px 50px 15px 22px;
  position: relative;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><path id="search" d="M16.145,14.224a8.937,8.937,0,1,0-1.921,1.922h0a1.448,1.448,0,0,0,.135.158L19.651,21.6A1.375,1.375,0,0,0,21.6,19.654L16.3,14.36a1.375,1.375,0,0,0-.158-.138ZM16.5,8.938A7.562,7.562,0,1,1,8.938,1.374,7.563,7.563,0,0,1,16.5,8.938" transform="translate(0.001 -0.002)"/></svg>');
  background-repeat: no-repeat;
  background-position: right 21px center;
  background-size: 22px 22px;
}
.gnav__searchform input::-webkit-input-placeholder {
  color: #7b7b7b;
  font-size: 13px;
  font-weight: 300;
}
.gnav__searchform input::-moz-placeholder {
  color: #7b7b7b;
  font-size: 13px;
  font-weight: 300;
}
.gnav__searchform input:-ms-input-placeholder {
  color: #7b7b7b;
  font-size: 13px;
  font-weight: 300;
}
.gnav__searchform input::-ms-input-placeholder {
  color: #7b7b7b;
  font-size: 13px;
  font-weight: 300;
}
.gnav__searchform input::placeholder {
  color: #7b7b7b;
  font-size: 13px;
  font-weight: 300;
}

.gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.gnav__list li a {
  font-size: 12px;
  font-weight: 300;
}

.is-drawerActive {
  overflow: hidden;
}

.gnav__text {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 50px;
}

.gnav__text--small {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 25px;
}

.gnav__chat {
  margin-bottom: 8px;
}
.gnav__chat a {
  font-size: 13px;
  font-weight: 600;
}

.gnav__line {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .gnav__line {
    padding-bottom: 80px;
  }
}
.gnav__line a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav__line i {
  font-size: 16px;
  margin-right: 10px;
}

.gnav__reserve {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto auto;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}

.gnav__reserve__form {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 25px 2px 0;
  border-right: 1px solid #e3e3e3;
}
.gnav__reserve__form i {
  font-size: 16px;
  margin-right: 10px;
}

.gnav__reserve__shop {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding-left: 16px;
}

.gnav__contact {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto auto;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gnav__contact__tel {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 15px 2px 0;
  border-right: 1px solid #e3e3e3;
  margin-bottom: 0;
}
.gnav__contact__tel a {
  font-family: "Quattrocento", serif;
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
}
.gnav__contact__tel i {
  font-size: 16px;
  margin-right: 10px;
}
.gnav__contact__tel span {
  margin-right: 10px;
}

.gnav__contact__map {
  font-size: 11px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
}
.gnav__contact__map i {
  font-size: 16px;
  margin-right: 10px;
}

.gnav__close {
  position: absolute;
  top: 76px;
  right: 100px;
  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;
  gap: 16px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .gnav__close {
    top: 27px;
    right: 22px;
  }
}

.gnav__close__button {
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.gnav__close__button:focus {
  outline: none;
}
.gnav__close__button .hamburger__line {
  background: transparent;
}
.gnav__close__button .hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  background: #000;
}
.gnav__close__button .hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  background: #000;
}

.gnav__mainlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  padding: 0;
}
.gnav__mainlist li span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6875;
}

.gnav__close__text {
  font-size: 11px;
  margin-bottom: 0;
}

.gnav__back {
  position: absolute;
  top: -60px;
  left: -10px;
  padding: 10px;
  background: unset;
  border: unset;
}
.gnav__back:focus {
  outline: none;
}

.gnav__back::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url(../images/header-arrow.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.global-menu-bg {
  position: fixed;
  z-index: 10000;
  width: 50vw;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  /* background-color: #A39580; */
  -webkit-transform: translateX(50vw);
          transform: translateX(50vw);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  display: block;
  overflow-x: clip;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  visibility: hidden;
  -webkit-clip-path: polygon(100% 0%, 100% 5%, 100% 10%, 100% 15%, 100% 20%, 100% 25%, 100% 30%, 100% 35%, 100% 40%, 100% 45%, 100% 50%, 100% 55%, 100% 60%, 100% 65%, 100% 70%, 100% 75%, 100% 80%, 100% 85%, 100% 90%, 100% 95%, 100% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
          clip-path: polygon(100% 0%, 100% 5%, 100% 10%, 100% 15%, 100% 20%, 100% 25%, 100% 30%, 100% 35%, 100% 40%, 100% 45%, 100% 50%, 100% 55%, 100% 60%, 100% 65%, 100% 70%, 100% 75%, 100% 80%, 100% 85%, 100% 90%, 100% 95%, 100% 100%, 100% 100%, 100% 95%, 100% 90%, 100% 85%, 100% 80%, 100% 75%, 100% 70%, 100% 65%, 100% 60%, 100% 55%, 100% 50%, 100% 45%, 100% 40%, 100% 35%, 100% 30%, 100% 25%, 100% 20%, 100% 15%, 100% 10%, 100% 5%, 100% 0%);
}
@media screen and (max-width: 991px) {
  .global-menu-bg {
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
    -webkit-clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 0%, 95% 0%, 90% 0%, 85% 0%, 80% 0%, 75% 0%, 70% 0%, 65% 0%, 60% 0%, 55% 0%, 50% 0%, 45% 0%, 40% 0%, 35% 0%, 30% 0%, 25% 0%, 20% 0%, 15% 0%, 10% 0%, 5% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 5% 0%, 10% 0%, 15% 0%, 20% 0%, 25% 0%, 30% 0%, 35% 0%, 40% 0%, 45% 0%, 50% 0%, 55% 0%, 60% 0%, 65% 0%, 70% 0%, 75% 0%, 80% 0%, 85% 0%, 90% 0%, 95% 0%, 100% 0%, 100% 0%, 95% 0%, 90% 0%, 85% 0%, 80% 0%, 75% 0%, 70% 0%, 65% 0%, 60% 0%, 55% 0%, 50% 0%, 45% 0%, 40% 0%, 35% 0%, 30% 0%, 25% 0%, 20% 0%, 15% 0%, 10% 0%, 5% 0%, 0% 0%);
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}
@media screen and (min-width: 992px) {
  .global-menu-bg.slideIn {
    -webkit-animation: slideIn 0.5s ease-in forwards;
            animation: slideIn 0.5s ease-in forwards;
  }
}
@media screen and (max-width: 991px) {
  .global-menu-bg.slideIn {
    -webkit-animation: slideIn_sp 0.4s linear forwards;
            animation: slideIn_sp 0.4s linear forwards;
  }
}
@media screen and (min-width: 992px) {
  .global-menu-bg.slideOut {
    -webkit-animation: slideOut 0.5s ease-in 0.1s forwards;
            animation: slideOut 0.5s ease-in 0.1s forwards;
  }
}
@media screen and (max-width: 991px) {
  .global-menu-bg.slideOut {
    -webkit-animation: slideOut_sp 0.4s linear 0.1s forwards;
            animation: slideOut_sp 0.4s linear 0.1s forwards;
  }
}

.is-drawerActive .global-menu-bg {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
  /* -webkit-box-shadow: -5px 0 3px #000000;
          box-shadow: -5px 0 3px #000000; */
}
@media screen and (max-width: 991px) {
  .is-drawerActive .global-menu-bg {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

.archive-mv {
  font-family: "Yu Mincho", "YuMincho", serif;
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .archive-mv {
    height: auto;
  }
}
.archive-mv.engagement-mv {
  background: url(../images/engagement/mv.jpg) no-repeat top/cover;
}

@media screen and (max-width: 767px) {
  .archive-mv.engagement-mv {
    background: url(../images/engagement/mv_sp.jpg) no-repeat top/contain;
  }
}
.archive-mv.marriage-mv {
  background: url(../images/marriage/mv.jpg) no-repeat top/cover;
}

@media screen and (max-width: 767px) {
  .archive-mv.marriage-mv {
    background: url(../images/marriage/mv_sp.jpg) no-repeat top/contain;
  }
}
.archive-mv.set-mv {
  background: url(../images/set/mv.jpg) no-repeat top/cover;
}

@media screen and (max-width: 767px) {
  .archive-mv.set-mv {
    background: url(../images/set/mv_sp.jpg) no-repeat top/contain;
  }
}
.archive-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .archive-mv__inner {
    display: block;
    height: auto;
    padding-top: 16px;
  }
}
#UnderPage .main.sec h1.archive-mv__title {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #312a2a;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #UnderPage .main.sec h1.archive-mv__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#UnderPage .main.sec h1.archive-mv__title span {
  display: block;
  opacity: 0.6;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #UnderPage .main.sec h1.archive-mv__title span {
    font-size: 10px;
  }
}
#UnderPage .main.sec h2.archive-mv__subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  margin-bottom: 20px;
  padding-top: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #UnderPage .main.sec h2.archive-mv__subtitle {
    font-size: 15px;
    margin-bottom: 21px;
  }
}
#UnderPage .main.sec h2.archive-mv__subtitle:after {
  display: none;
}

.archive-mv__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .archive-mv__text {
    font-size: 11px;
    line-height: 1.6363636364;
    letter-spacing: 0.02em;
  }
}
.archive-mv__link {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .archive-mv__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto 0;
  }
}
.archive-mv__link a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #997f65;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(163, 149, 128, 0.8);
  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;
  gap: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .archive-mv__link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .archive-mv__link a {
    font-size: 13px;
    padding-bottom: 11px;
  }
}
.archive-mv__link a:after {
  content: "";
  display: block;
  background: url(../images/arrow.svg) no-repeat center/contain;
  width: 6.74px;
  height: 8px;
}

.archive-mv #topic_path {
  padding: 13px 40px;
  background: transparent;
  font-family: "Quattrocento", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.05em;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .archive-mv #topic_path {
    padding: 12px 15px;
    font-size: 10px;
    position: static;
  }
}
.archive-mv #topic_path ul li {
  color: #333;
}

.archive-mv #topic_path ul li.link:after {
  content: "-";
  color: #333;
}

.archive-mv #topic_path ul li a {
  color: #333;
}

@media screen and (min-width: 768px) {
  .archive-mv__ring {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .archive-mv__ring {
    width: 200px;
    height: 183px;
    position: static;
    margin: 0 auto;
  }
}
.archive-mv__ring img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .engagement-mv .archive-mv__ring {
    top: 50%;
    right: 50%;
    -webkit-transform: translate(max(-23.0769230769vw, -300px), -50%);
            transform: translate(max(-23.0769230769vw, -300px), -50%);
    width: min(30.4615384615vw, 396px);
  }
}
@media screen and (min-width: 768px) {
  .marriage-mv .archive-mv__ring {
    top: 50%;
    right: 50%;
    -webkit-transform: translate(max(-19.2307692308vw, -250px), -50%);
            transform: translate(max(-19.2307692308vw, -250px), -50%);
    width: min(34.3846153846vw, 447px);
  }
}
@media screen and (min-width: 768px) {
  .set-mv .archive-mv__ring {
    top: 50%;
    right: 50%;
    -webkit-transform: translate(max(-19.2307692308vw, -250px), -50%);
            transform: translate(max(-19.2307692308vw, -250px), -50%);
    width: min(34.3846153846vw, 447px);
  }
}
.archive-search {
  font-family: "Quattrocento", serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .archive-search {
    margin-bottom: 20px;
  }
}
.archive-search__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
  .archive-search__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 13px 0 16px;
    gap: 17px;
  }
}
#UnderPage .main.sec h1.archive-search__title {
  font-family: "Quattrocento", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  color: #312a2a;
  padding-top: 0;
}

#UnderPage .main.sec h1 span.archive-search__count {
  font-size: 20px;
  color: #333;
  margin-left: 10px;
}

#UnderPage .main.sec h1 span.archive-search--small {
  font-size: 10px;
  color: #333;
  margin-left: 4px;
}

.archive-search__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive-search__menu li {
  padding: 0 19px;
  border-left: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .archive-search__menu li {
    padding: 0 17px;
  }
}
@media screen and (max-width: 767px) {
  .archive-search__menu li:first-child {
    padding-left: 0;
    border-left: none;
  }
}
.archive-search__menu__inner {
  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;
  gap: 5px;
  height: 22px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  padding: 4px 7px;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.archive-search__menu__inner img {
  width: 14px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.archive-search__menu__inner i {
  font-size: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.archive-search__menu li.active .archive-search__menu__inner {
  background: #A39580;
  color: #fff;
}

.archive-search__menu li.active .archive-search__menu__inner img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.archive-search__menu li.active .archive-search__menu__inner i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.search-form {
  padding: 22px 0 30px;
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
  .search-form {
    padding: 20px 0 30px;
  }
}
.search-form__title {
  color: #312A2A;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .search-form__title {
    margin-bottom: 15px;
  }
}
.search-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}

@media screen and (max-width: 767px) {
  .search-form__list {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.search-form__list:not(:last-of-type) {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .search-form__list:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.search-form__list li {
  width: 180px;
  min-height: 36px;
}

@media screen and (max-width: 767px) {
  .search-form__list li {
    width: 100%;
  }
}
.search-form__list li a {
  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: 100%;
  height: 100%;
  font-family: "Quattrocento", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  color: #312A2A;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

@media screen and (min-width: 768px) {
  .search-form__list li a:hover {
    background: #A39580;
    border-color: #A39580;
    color: #fff;
  }
}
.search-form__list li.active a {
  background: #A39580;
  border-color: #A39580;
  color: #fff;
  pointer-events: none;
}

.search-form__list li.reset a {
  background: #dedede;
}

@media screen and (min-width: 768px) {
  .search-form__list li.reset a:hover {
    background: #A39580;
    border-color: #A39580;
    color: #fff;
  }
}
.ring-list {
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #333;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .ring-list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 9px;
    grid-row-gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .ring-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ring-list a {
  color: #333;
}

.ring-fair {
  grid-area: 2/3/3/5;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .ring-fair {
    grid-area: 3/1/4/4;
  }
}
@media screen and (max-width: 767px) {
  .ring-fair {
    grid-area: 4/1/5/3;
  }
}
.ring-fair a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.ring-fair a:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media screen and (min-width: 768px) {
  .ring-fair a:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.ring-fair__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.ring-fair__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ring-fair a:hover .ring-fair__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.ring-fair__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .ring-fair__inner {
    padding: 20px;
  }
}
.ring-fair__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .ring-fair__title {
    font-size: 24px;
  }
}
.ring-fair__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ring-fair__text {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.ring-fair__link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  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;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .ring-fair__link {
    font-size: 12px;
    padding-bottom: 12px;
  }
}
.ring-fair__link:after {
  content: "";
  display: block;
  background: url(../images/arrow-white.svg) no-repeat center/contain;
  width: 6.74px;
  height: 8px;
}

.ring-new,
.ring-popular {
  position: absolute;
  top: -34px;
  left: -34px;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 5;
}

.ring-new {
  background: #a39580;
}

.ring-popular {
  background: #d8a19a;
}

.ring-image {
  width: 100%;
  height: auto;
  aspect-ratio: 282/376;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .ring-image {
    aspect-ratio: 168/224;
    margin-bottom: 12px;
  }
}
.ring-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}

@media screen and (min-width: 768px) {
  .ring-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 768px) {
  .ring-image .ring-image_02 {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .ring-image:hover .ring-image_01 {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .ring-image:has(.ring-image_02):hover .ring-image_01 {
    opacity: 0;
  }
  .ring-image:has(.ring-image_02):hover .ring-image_02 {
    opacity: 1;
  }
}
.ring-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .ring-name {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
  }
}
.ring-name span {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .ring-name span {
    font-size: 10px;
    line-height: 1;
    margin-left: 0;
    margin-top: 7px;
    display: block;
  }
}
.ring-price {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: left;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .ring-price {
    font-size: 13px;
    line-height: 1.4615384615;
  }
}
.ring-price .tax {
  font-size: 12px;
  line-height: 1.4166666667;
}

@media screen and (max-width: 767px) {
  .ring-price .tax {
    font-size: 11px;
    line-height: 1.4545454545;
  }
}
@media screen and (min-width: 768px) {
  .ring-image .swiper,
  .ring-image .swiper-wrapper,
  .ring-image .swiper-slide {
    display: contents;
  }
}
.ring-image .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: darken;
}

.ring-image .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.ring-image .swiper-slide {
  width: 100%;
  height: 100%;
}

.ring-image .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}

.archive-pagenation {
  font-family: "Yu Mincho", "YuMincho", serif;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .archive-pagenation {
    margin-top: 58px;
  }
}
.archive-pagenation__list {
  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;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive-pagenation__list li a,
.archive-pagenation__list li span {
  padding: 0 8px 10px;
  display: block;
  opacity: 0.6;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid transparent;
}

.archive-pagenation__list li.current span {
  opacity: 1;
  color: #997f65;
  border-bottom: 1px solid rgba(163, 149, 128, 0.8);
}

.archive-pagenation__list li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .archive-pagenation__list li a:hover {
    opacity: 1;
    color: #997f65;
  }
}
.archive-pagenation .prev,
.archive-pagenation .next {
  margin-top: 2px;
}

.archive-pagenation .prev a,
.archive-pagenation .next a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #333;
  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;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .archive-pagenation .prev a:hover,
  .archive-pagenation .next a:hover {
    color: #997f65;
  }
}
.archive-pagenation .prev a {
  color: #858585;
}

.archive-pagenation .prev a:before {
  content: "";
  display: block;
  background: url(../images/arrow.svg) no-repeat center/contain;
  width: 6.74px;
  height: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.archive-pagenation .next a:after {
  content: "";
  display: block;
  background: url(../images/arrow.svg) no-repeat center/contain;
  width: 6.74px;
  height: 8px;
}/*# sourceMappingURL=style.css.map */