@charset "UTF-8";
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@keyframes scroll-up {
  0% {
    top: -1330px;
  }
  to {
    top: 0;
  }
}
@keyframes scroll-left {
  0% {
    left: -83.375rem;
  }
  to {
    left: 0;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 69;
  }
  99.9%,
  to {
    stroke-dasharray: 69 69;
  }
}
@keyframes motion-cards-slide-pos1 {
  0% {
    transform: translate3d(10px, 0, -100px) rotateZ(3deg);
    z-index: 50;
  }
  25% {
    transform: translate3d(50px, 0, 50px) rotateZ(10deg);
    z-index: 110;
  }
  100%, 50% {
    transform: translate3d(0px, 0, 0) rotateZ(0);
    z-index: 100;
  }
}
@keyframes motion-cards-slide-pos2 {
  0% {
    transform: translate3d(-340px, 0, -100px) rotateZ(3deg);
    z-index: 50;
  }
  25% {
    transform: translate3d(-300px, 0, 50px) rotateZ(10deg);
    z-index: 110;
  }
  100%, 50% {
    transform: translate3d(-350px, 0, 0) rotateZ(0);
    z-index: 100;
  }
}
@keyframes motion-cards-slide-pos3 {
  0% {
    transform: translate3d(-690px, 0, -100px) rotateZ(3deg);
    z-index: 50;
  }
  25% {
    transform: translate3d(-650px, 0, 50px) rotateZ(10deg);
    z-index: 110;
  }
  100%, 50% {
    transform: translate3d(-700px, 0, 0) rotateZ(0);
    z-index: 100;
  }
}
@keyframes motion-cards-slide-pos4 {
  0% {
    transform: translate3d(-1040px, 0, -100px) rotateZ(3deg);
    z-index: 50;
  }
  25% {
    transform: translate3d(-1000px, 0, 50px) rotateZ(10deg);
    z-index: 110;
  }
  100%, 50% {
    transform: translate3d(-1050px, 0, 0) rotateZ(0);
    z-index: 100;
  }
}
@keyframes motion-cards-slide-pos5 {
  0% {
    transform: translate3d(-1390px, 0, -100px) rotateZ(3deg);
    z-index: 50;
  }
  25% {
    transform: translate3d(-1350px, 0, 50px) rotateZ(10deg);
    z-index: 110;
  }
  100%, 50% {
    transform: translate3d(-1400px, 0, 0) rotateZ(0);
    z-index: 100;
  }
}
@keyframes sp-motion-cards-slide-pos1 {
  0% {
    transform: translate3d(10vw, 0, -100vw) rotateZ(3deg);
    z-index: 50;
  }
  25% {
    transform: translate3d(25vw, 0, 25vw) rotateZ(10deg);
    z-index: 110;
  }
  100%, 50% {
    transform: translate3d(0vw, 0, 0) rotateZ(0);
    z-index: 100;
  }
}
@keyframes sp-motion-cards-slide-pos2 {
  0% {
    transform: translate3d(-81.7874396135vw, 0, -100vw) rotateZ(3deg);
    z-index: 50;
  }
  25% {
    transform: translate3d(-66.7874396135vw, 0, 25vw) rotateZ(10deg);
    z-index: 110;
  }
  100%, 50% {
    transform: translate3d(-91.7874396135vw, 0, 0) rotateZ(0);
    z-index: 100;
  }
}
@keyframes sp-motion-cards-slide-pos3 {
  0% {
    transform: translate3d(-173.5748792271vw, 0, -100vw) rotateZ(3deg);
    z-index: 50;
  }
  25% {
    transform: translate3d(-158.5748792271vw, 0, 25vw) rotateZ(10deg);
    z-index: 110;
  }
  100%, 50% {
    transform: translate3d(-183.5748792271vw, 0, 0) rotateZ(0);
    z-index: 100;
  }
}
@keyframes sp-motion-cards-slide-pos4 {
  0% {
    transform: translate3d(-265.3623188406vw, 0, -100vw) rotateZ(3deg);
    z-index: 50;
  }
  25% {
    transform: translate3d(-250.3623188406vw, 0, 25vw) rotateZ(10deg);
    z-index: 110;
  }
  100%, 50% {
    transform: translate3d(-275.3623188406vw, 0, 0) rotateZ(0);
    z-index: 100;
  }
}
@keyframes sp-motion-cards-slide-pos5 {
  0% {
    transform: translate3d(-357.1497584541vw, 0, -100vw) rotateZ(3deg);
    z-index: 50;
  }
  25% {
    transform: translate3d(-342.1497584541vw, 0, 25vw) rotateZ(10deg);
    z-index: 110;
  }
  100%, 50% {
    transform: translate3d(-367.1497584541vw, 0, 0) rotateZ(0);
    z-index: 100;
  }
}
.content-asset .-fWht {
  color: #fff;
}
.content-asset .-fRed {
  color: #CD1F24;
}
.content-asset .-fG400 {
  color: #969696;
}
.content-asset .-fG500 {
  color: #777;
}
.content-asset .-fOpacity05 {
  opacity: 0.5;
}
.content-asset .-fW500 {
  font-family: "MFW-HiraKakuProN-W5", sans-serif;
}
.content-asset .cSectionTitle-inner {
  height: auto;
}
.content-asset .cSectionTitle-inner::before {
  background: #CD1F24;
}
@media screen and (max-width: 768px) {
  .content-asset .cSectionTitle-inner::before {
    width: 0.5rem;
  }
}
.content-asset .cSectionTitle-inner .cSectionTitle-title {
  padding-block: 2px 3px;
  padding-left: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .content-asset .cSectionTitle-inner .cSectionTitle-title {
    padding-block: 0.1875rem 0.25rem;
    padding-left: 1.5rem;
  }
}
.content-asset .cSectionTitle-inner .cSectionTitle-title span {
  display: block;
  font-feature-settings: 'palt' on;
  line-height: 1;
}
.content-asset .cSectionTitle-inner .cSectionTitle-title .ttlTop {
  font-family: "MFW-HiraKakuProN-W3", sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .content-asset .cSectionTitle-inner .cSectionTitle-title .ttlTop {
    font-size: 1.875rem;
  }
}
.content-asset .cSectionTitle-inner .cSectionTitle-title .ttlBottom {
  margin-top: 8px;
  font-family: "MFW-HiraKakuProN-W5", sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .content-asset .cSectionTitle-inner .cSectionTitle-title .ttlBottom {
    font-size: 0.9375rem;
  }
}
.content-asset .mbm::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #F1F1F1;
  mix-blend-mode: multiply;
  content: '';
}
.content-asset .cProduct-content {
  justify-content: space-between;
  align-items: center;
  gap: normal;
  border-bottom: 0;
}
@media screen and (max-width: 1249px) {
  .content-asset .cProduct-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.content-asset .cProduct-content .holProd-img {
  display: flex;
}
@media screen and (max-width: 1249px) {
  .content-asset .cProduct-content .holProd-img {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .holProd-img {
    margin-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .holProd-img .cProduct-image {
    width: 23.75rem;
  }
}
.content-asset .cProduct-content .holProd-img .img-text {
  margin-left: 14px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .holProd-img .img-text {
    margin-left: 0.75rem;
    font-size: 0.625rem;
    letter-spacing: 0.01875rem;
  }
}
.content-asset .cProduct-content .cProduct-main {
  margin-bottom: -4px;
  padding-block: 0;
  border-top: 0;
}
@media screen and (max-width: 1249px) {
  .content-asset .cProduct-content .cProduct-main {
    margin-bottom: 0;
    max-width: 100%;
    padding-block: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .cProduct-main {
    padding-block: 0;
  }
}
.content-asset .cProduct-content .cProduct-main .cProduct-name {
  line-height: 1.3;
}
.content-asset .cProduct-content .cProduct-main .holProd-discription {
  margin-top: 19px;
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .cProduct-main .holProd-discription {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
  }
}
.content-asset .cProduct-content .cProduct-main .cProduct-text {
  margin-top: 10px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .cProduct-main .cProduct-text {
    margin-top: 0.625rem;
  }
}
.content-asset .cProduct-content .cProduct-main .holProd-color {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .cProduct-main .holProd-color {
    margin-top: 1.125rem;
  }
}
.content-asset .cProduct-content .cProduct-main .holProd-color .ttl {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .cProduct-main .holProd-color .ttl {
    font-size: 0.875rem;
  }
}
.content-asset .cProduct-content .cProduct-main .holProd-color .color-name {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .cProduct-main .holProd-color .color-name {
    margin-top: 0.1875rem;
    font-size: 0.875rem;
  }
}
.content-asset .cProduct-content .cProduct-main .cProduct-value {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .cProduct-main .cProduct-value {
    margin-top: 1.3125rem;
  }
}
.content-asset .cProduct-content .cProduct-main .cProduct-value .cProduct-taxPrice {
  font-family: "MFW-HiraKakuProN-W5", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .cProduct-main .cProduct-value .cProduct-taxPrice {
    font-size: 0.875rem;
  }
}
.content-asset .cProduct-content .cProduct-main .cProduct-value .cProduct-taxText {
  font-size: 10px;
  line-height: 1.65;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .cProduct-main .cProduct-value .cProduct-taxText {
    font-size: 0.625rem;
  }
}
.content-asset .cProduct-content .cProduct-main .cProduct-value .cProduct-excluded {
  color: #323232;
}
.content-asset .cProduct-content .cProduct-main .cProduct-value .cProduct-excludedText {
  font-size: 10px;
  line-height: 1.65;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .cProduct-main .cProduct-value .cProduct-excludedText {
    font-size: 0.625rem;
  }
}
.content-asset .cProduct-content .cProduct-main .cProduct-value .cProduct-excludedPrice {
  font-family: "MFW-HiraKakuProN-W3", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .cProduct-main .cProduct-value .cProduct-excludedPrice {
    font-size: 0.75rem;
  }
}
.content-asset .cProduct-content .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 6px;
  background: #b2b2b2;
  opacity: 1;
}
.content-asset .cProduct-content .swiper-pagination .swiper-pagination-bullet-active {
  background: #323232;
}
.content-asset .cProduct-content .circle-pagination {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 12px;
  height: inherit;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.content-asset .cProduct-content .circle-pagination .circle-pagination__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content-asset .cProduct-content .circle-pagination .circle-pagination__inner svg {
  position: absolute;
  top: 2px;
  left: 2px;
  transform: rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.content-asset .cProduct-content .circle-pagination .circle-pagination__inner circle {
  fill: transparent;
  stroke: #323232;
  stroke-width: 1.5;
  animation: circle 9s linear forwards;
}
.content-asset .cProduct-content .circle-pagination:not(.swiper-pagination-bullet-active) .circle-pagination__inner svg {
  display: none;
}
.content-asset .cProduct-content .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-pagination__inner {
  color: #323232;
}
@media screen and (min-width: 769px) {
  .content-asset .cProduct-content .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -34px;
    left: -153px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cProduct-content .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -2.375rem;
    left: -9.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .holBenefits {
    padding-inline: 1.0625rem;
  }
}
.content-asset .holBenefits h4 {
  padding-bottom: 5px;
  font-family: "MFW-HiraKakuProN-W5", sans-serif;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .content-asset .holBenefits h4 {
    padding-bottom: 0.375rem;
    font-size: 0.625rem;
    line-height: 1.3;
  }
}
.content-asset .holBenefits h4.-lineB2 {
  border-bottom: 1px solid #b2b2b2;
}
.content-asset .holBenefits h4.-lineD6 {
  border-bottom: 1px solid #d6d6d6;
}
.content-asset .holBenefits .holBenefits-detail {
  padding-block: 20px 19px;
}
@media screen and (max-width: 768px) {
  .content-asset .holBenefits .holBenefits-detail {
    padding-block: 1.3125rem 1.125rem;
  }
}
.content-asset .holBenefits .holBenefits-detail p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .content-asset .holBenefits .holBenefits-detail p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.content-asset .holBenefits .holBenefits-notes {
  padding-block: 21px 39px;
}
@media screen and (max-width: 768px) {
  .content-asset .holBenefits .holBenefits-notes {
    padding-block: 1.3125rem 2.4375rem;
  }
}
.content-asset .holBenefits .holBenefits-notes.-lineB2 {
  border: solid #b2b2b2;
  border-width: 1px 0;
}
.content-asset .holBenefits .holBenefits-notes.-lineD6 {
  border: solid #d6d6d6;
  border-width: 1px 0;
}
.content-asset .holBenefits .holBenefits-notes ul li {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .content-asset .holBenefits .holBenefits-notes ul li {
    margin-left: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.5;
    text-indent: -0.75rem;
  }
}
.content-asset .holBenefits .holBenefits-notes ul li::before {
  content: '※';
}
.content-asset .holInfo {
  padding-bottom: 39px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-asset .holInfo {
    padding-bottom: 2.0625rem;
    margin-inline: 1.0625rem;
  }
}
.content-asset .holInfo.-lineB2 {
  border-bottom: 1px solid #b2b2b2;
}
.content-asset .holInfo.-lineD6 {
  border-bottom: 1px solid #d6d6d6;
}
.content-asset .holInfo .info-detail {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .content-asset .holInfo .info-detail {
    font-size: 0.875rem;
  }
}
.content-asset .holInfo .info-notes {
  margin-top: 13px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .content-asset .holInfo .info-notes {
    margin-top: 0.8125rem;
    font-size: 0.75rem;
  }
}
.content-asset .holInfo .info-notes span {
  position: relative;
  margin-left: 12px;
  text-indent: -12px;
}
@media screen and (max-width: 768px) {
  .content-asset .holInfo .info-notes span {
    margin-left: 0.75rem;
    text-indent: -0.75rem;
  }
}
.content-asset .holInfo .info-notes span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
.content-asset .cButton {
  width: 316px;
  margin-top: 31px;
  margin-inline: auto;
  padding-block: 18px;
  border: 0;
  color: #FFFCF4;
  font-family: "MFW-HiraKakuProN-W6", sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .content-asset .cButton {
    width: 19.75rem;
    margin-top: 1.8125rem;
    padding-block: 1.125rem;
    font-size: 0.8125rem;
  }
}
.content-asset .cButton::after {
  right: 15px;
  width: 13px;
  background-image: url(../img/icon_arrow.svg);
}
@media screen and (max-width: 768px) {
  .content-asset .cButton::after {
    right: 0.9375rem;
    width: 0.8125rem;
  }
}
.content-asset .cButton.-holRed {
  background: #CD1F24;
}
.content-asset .cButton.-holBlk {
  background: #323232;
}
.content-asset .cButton.-holNoLink {
  width: 302px;
  background: #777;
}
@media screen and (max-width: 768px) {
  .content-asset .cButton.-holNoLink {
    width: 18.875rem;
  }
}
.content-asset .cButton.-holNoLink::after {
  right: 0;
  width: 0;
  background-image: none;
}
.content-asset .cButton.-holNoLink:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .content-asset .cLowerNav {
    width: 17.5695461201%;
    max-width: 240px;
    padding-top: 98px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cLowerNav {
    z-index: 0;
    padding-block: 5.125rem 5rem;
    background-color: #CD1F24;
    mix-blend-mode: multiply;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cLowerNav .cLowerNav-inner {
    padding-inline: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cLowerNav .cLowerNav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cLowerNav .cLowerNav-item {
    width: 11.25rem;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .cLowerNav .cLowerNav-item + .cLowerNav-item {
    margin-top: 14px;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .cLowerNav .cLowerNav-item:nth-child(4) {
    padding-top: 4px;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .cLowerNav .cLowerNav-item:last-child {
    padding-top: 5px;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .cLowerNav-list {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cLowerNav-list {
    margin-top: 2.375rem;
    gap: 1.3125rem 0;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .cLowerNav-title {
    font-family: "MFW-HiraKakuProN-W5", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cLowerNav-title {
    color: #fff;
    font-family: "MFW-HiraKakuProN-W6", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cLowerNav-link {
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .cLowerNav-link.-current, .content-asset .cLowerNav-link:hover {
    color: #CD1F24;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .cLowerNav-link.-current .cLowerNav-text::after, .content-asset .cLowerNav-link:hover .cLowerNav-text::after {
    background-image: url(../img/icon_caret.svg);
  }
}
.content-asset .cLowerNav-link .cLowerNav-text {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .content-asset .cLowerNav-link .cLowerNav-text {
    font-family: "MFW-HiraKakuProN-W5", sans-serif;
  }
}
.content-asset .cLowerNav-link .cLowerNav-text span {
  letter-spacing: 0;
}
.content-asset .cLowerNav-link .cLowerNav-text .arrow {
  rotate: 0deg;
}
@media screen and (min-width: 769px) {
  .content-asset .cFlexContent {
    border-left: 1px solid #b2b2b2;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cFlexContent {
    position: relative;
    z-index: 1;
    margin-top: -1.25rem;
  }
}

#app {
  background: #fdfdfd url(../img/bg_pc.png) repeat 0 0;
}
@media screen and (max-width: 768px) {
  #app {
    background: #fdfdfd url(../img/bg_sp.png) repeat 0 0;
  }
}

#holiday .swiper-slide {
  background-color: transparent !important;
}
#holiday .cKv {
  padding-block: 0;
  border-bottom: 0;
}
#holiday .cKv .cKv-image {
  width: 100%;
  height: auto;
  background: #CD1F24;
}
#holiday .cKv .cKv-main {
  max-width: 100%;
  margin: 0;
  background: #CD1F24;
  mix-blend-mode: multiply;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #holiday .cKv .cKv-main {
    overflow: hidden;
  }
}
#holiday .cKv .cKv-main-contents {
  position: relative;
  overflow: hidden;
  max-width: 720px;
  margin-inline: auto;
  padding-block: 60px 80px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #holiday .cKv .cKv-main-contents {
    overflow: visible;
    margin-inline: 1.0625rem;
    padding-block: 4.375rem 13.75rem;
  }
}
#holiday .cKv .cKv-main-contents .lp-title {
  font-family: "MFW-HiraKakuProN-W5", sans-serif;
  font-size: 24px;
  line-height: 1.2916666667;
}
@media screen and (max-width: 768px) {
  #holiday .cKv .cKv-main-contents .lp-title {
    font-size: 1.5rem;
  }
}
#holiday .cKv .cKv-main-contents .spark-spl {
  margin-top: 57px;
  font-family: "MFW-HiraKakuProN-W5", sans-serif;
  font-size: 18px;
  line-height: 1.2777777778;
}
@media screen and (max-width: 768px) {
  #holiday .cKv .cKv-main-contents .spark-spl {
    margin-top: 4rem;
    font-size: 1.125rem;
  }
}
#holiday .cKv .cKv-main-contents .cKv-main-contents-text {
  margin-top: 16px;
  font-family: "MFW-HiraKakuProN-W3", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #holiday .cKv .cKv-main-contents .cKv-main-contents-text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}
#holiday .cKv .cKv-main-contents .cKv-main-contents-text + .cKv-main-contents-text {
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  #holiday .cKv .cKv-main-contents .cKv-main-contents-text + .cKv-main-contents-text {
    margin-top: 1.3125rem;
  }
}
#holiday .cKv .cKv-main-contents .scroll-img {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #holiday .cKv .cKv-main-contents .scroll-img {
    top: 0;
    right: 0;
    width: 176px;
    height: 1900px;
    background: url(../img/kv-movie-image_pc.png) 0 0 no-repeat;
    background-size: auto 100%;
    animation: scroll-up 25s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  #holiday .cKv .cKv-main-contents .scroll-img {
    bottom: 0;
    left: 0;
    width: 109.375rem;
    height: 10.9375rem;
    margin-left: -1.0625rem;
    background: url(../img/kv-movie-image_sp.png) 0 0 no-repeat;
    background-size: auto 100%;
    animation: scroll-left 25s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  #holiday .row {
    max-width: 1366px;
  }
}
@media screen and (min-width: 769px) {
  #holiday .row .column {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  #holiday .row .column .wrap {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  #holiday .row .column .wrap .inner {
    justify-content: right;
  }
}
@media screen and (min-width: 769px) {
  #holiday .row .column .wrap .cFlexContent {
    width: 72.0351390922%;
  }
}
#holiday .spBg {
  position: relative;
}
@media screen and (min-width: 769px) {
  #holiday .spBg {
    margin-right: calc(50% - 50vw + 20.4%);
  }
}
@media screen and (max-width: 768px) {
  #holiday .spBg {
    z-index: 1;
    border-radius: 0 1.25rem 1.25rem 0;
    background: #fdfdfd url(../img/bg_sp.png) repeat 0 0;
  }
}
#holiday .spBg .spdp-images1 .swiper-slide {
  animation-duration: 1.5s;
}
#holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-active:not(.swiper-slide-duplicate)[aria-label="1 / 3"], #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-duplicate-active:not(.swiper-slide-duplicate)[aria-label="1 / 3"] {
  animation-name: motion-cards-slide-pos2;
}
@media screen and (max-width: 768px) {
  #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-active:not(.swiper-slide-duplicate)[aria-label="1 / 3"], #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-duplicate-active:not(.swiper-slide-duplicate)[aria-label="1 / 3"] {
    animation-name: sp-motion-cards-slide-pos2;
  }
}
#holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-active:not(.swiper-slide-duplicate)[aria-label="2 / 3"], #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-duplicate-active:not(.swiper-slide-duplicate)[aria-label="2 / 3"] {
  animation-name: motion-cards-slide-pos3;
}
@media screen and (max-width: 768px) {
  #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-active:not(.swiper-slide-duplicate)[aria-label="2 / 3"], #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-duplicate-active:not(.swiper-slide-duplicate)[aria-label="2 / 3"] {
    animation-name: sp-motion-cards-slide-pos3;
  }
}
#holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-active:not(.swiper-slide-duplicate)[aria-label="3 / 3"], #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-duplicate-active:not(.swiper-slide-duplicate)[aria-label="3 / 3"] {
  animation-name: motion-cards-slide-pos4;
}
@media screen and (max-width: 768px) {
  #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-active:not(.swiper-slide-duplicate)[aria-label="3 / 3"], #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-duplicate-active:not(.swiper-slide-duplicate)[aria-label="3 / 3"] {
    animation-name: sp-motion-cards-slide-pos4;
  }
}
#holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-active.swiper-slide-duplicate[aria-label="1 / 3"], #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-duplicate-active.swiper-slide-duplicate[aria-label="1 / 3"] {
  animation-name: motion-cards-slide-pos5;
}
@media screen and (max-width: 768px) {
  #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-active.swiper-slide-duplicate[aria-label="1 / 3"], #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-duplicate-active.swiper-slide-duplicate[aria-label="1 / 3"] {
    animation-name: sp-motion-cards-slide-pos5;
  }
}
#holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-active.swiper-slide-duplicate[aria-label="3 / 3"], #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-duplicate-active.swiper-slide-duplicate[aria-label="3 / 3"] {
  animation-name: motion-cards-slide-pos1;
}
@media screen and (max-width: 768px) {
  #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-active.swiper-slide-duplicate[aria-label="3 / 3"], #holiday .spBg .spdp-images1 .swiper-slide.swiper-slide-duplicate-active.swiper-slide-duplicate[aria-label="3 / 3"] {
    animation-name: sp-motion-cards-slide-pos1;
  }
}
#holiday .spBg .spdp-images2 .swiper-slide {
  animation-duration: 1.5s;
}
#holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-active:not(.swiper-slide-duplicate)[aria-label="1 / 2"], #holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-duplicate-active:not(.swiper-slide-duplicate)[aria-label="1 / 2"] {
  animation-name: motion-cards-slide-pos2;
}
@media screen and (max-width: 768px) {
  #holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-active:not(.swiper-slide-duplicate)[aria-label="1 / 2"], #holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-duplicate-active:not(.swiper-slide-duplicate)[aria-label="1 / 2"] {
    animation-name: sp-motion-cards-slide-pos2;
  }
}
#holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-active:not(.swiper-slide-duplicate)[aria-label="2 / 2"], #holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-duplicate-active:not(.swiper-slide-duplicate)[aria-label="2 / 2"] {
  animation-name: motion-cards-slide-pos3;
}
@media screen and (max-width: 768px) {
  #holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-active:not(.swiper-slide-duplicate)[aria-label="2 / 2"], #holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-duplicate-active:not(.swiper-slide-duplicate)[aria-label="2 / 2"] {
    animation-name: sp-motion-cards-slide-pos3;
  }
}
#holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-active.swiper-slide-duplicate[aria-label="1 / 2"], #holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-duplicate-active.swiper-slide-duplicate[aria-label="1 / 2"] {
  animation-name: motion-cards-slide-pos4;
}
@media screen and (max-width: 768px) {
  #holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-active.swiper-slide-duplicate[aria-label="1 / 2"], #holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-duplicate-active.swiper-slide-duplicate[aria-label="1 / 2"] {
    animation-name: sp-motion-cards-slide-pos4;
  }
}
#holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-active.swiper-slide-duplicate[aria-label="2 / 2"], #holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-duplicate-active.swiper-slide-duplicate[aria-label="2 / 2"] {
  animation-name: motion-cards-slide-pos1;
}
@media screen and (max-width: 768px) {
  #holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-active.swiper-slide-duplicate[aria-label="2 / 2"], #holiday .spBg .spdp-images2 .swiper-slide.swiper-slide-duplicate-active.swiper-slide-duplicate[aria-label="2 / 2"] {
    animation-name: sp-motion-cards-slide-pos1;
  }
}
#holiday .spBg .swiper-cards {
  overflow: visible;
}
#holiday .spBg .parallax-container1 {
  position: absolute;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #holiday .spBg .parallax-container1 {
    top: 641px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #holiday .spBg .parallax-container1 {
    top: 78.125rem;
    right: 0;
  }
}
#holiday .spBg .parallax-container1 .parallax-inner {
  position: relative;
}
#holiday .spBg .parallax-container1 .parallax-inner .parallax-img {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  #holiday .spBg .parallax-container1 .parallax-inner .parallax-img {
    width: 157px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .spBg .parallax-container1 .parallax-inner .parallax-img {
    width: 10.8125rem;
  }
}
#holiday .spBg .parallax-container1 .parallax-inner .parallax-img img {
  width: 100%;
}
#holiday .spBg .parallax-container2 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #holiday .spBg .parallax-container2 {
    bottom: 283px;
    right: 50%;
    z-index: 100;
    margin-right: -258px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .spBg .parallax-container2 {
    bottom: 6.875rem;
    left: 0;
    z-index: 100;
  }
}
#holiday .spBg .parallax-container2 .parallax-inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  #holiday .spBg .parallax-container2 .parallax-inner .parallax-img {
    width: 209px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .spBg .parallax-container2 .parallax-inner .parallax-img {
    width: 10.15625rem;
  }
}
#holiday .spBg .parallax-container2 .parallax-inner .parallax-img img {
  width: 100%;
}
#holiday .ltdProd-wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  #holiday .ltdProd-wrap {
    padding-block: 100px;
    padding-inline: 91px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .ltdProd-wrap {
    padding-block: 3.75rem;
  }
}
#holiday .ltdProd-wrap.mbm::before {
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  #holiday .ltdProd-wrap.mbm::before {
    border-radius: 0 1.25rem 1.25rem 0;
  }
}
#holiday .ltdProd-wrap section {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #holiday .ltdProd-wrap section {
    max-width: 752px;
  }
}
@media screen and (min-width: 769px) {
  #holiday .ltdProd-wrap .ltdProd {
    margin-top: -181px;
    padding-top: 181px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .ltdProd-wrap .ltdProd {
    overflow: hidden;
    margin-top: -6.25rem;
    padding-top: 6.25rem;
  }
}
#holiday .ltdProd-wrap .nextTtl {
  margin-block: 40px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #holiday .ltdProd-wrap .nextTtl {
    margin-block: 2rem 3.125rem;
    padding-inline: 1.0625rem;
    font-size: 0.875rem;
  }
}
#holiday .ltdProd-wrap .holBenefits {
  margin-block: 71px 39px;
}
@media screen and (max-width: 768px) {
  #holiday .ltdProd-wrap .holBenefits {
    margin-block: 1.9375rem 2.0625rem;
  }
}
#holiday .prodDetail-top .cProduct-content {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #holiday .prodDetail-top .cProduct-main {
    margin-top: 4.5rem;
  }
}
#holiday .prodDetail-bottom {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #holiday .prodDetail-bottom {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #holiday .prodDetail-bottom .cProduct-main {
    margin-top: 4.5rem;
  }
}
#holiday .prodDetail-bottom .cProduct-name {
  padding-top: 28px;
}
@media screen and (max-width: 768px) {
  #holiday .prodDetail-bottom .cProduct-name {
    padding-top: 0;
  }
}
#holiday .prodDetail-bottom .cProduct-text {
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  #holiday .prodDetail-bottom .cProduct-text {
    padding-top: 0.1875rem;
  }
}
@media screen and (min-width: 769px) {
  #holiday .cFlexContent-inner.ltdKit-wrap {
    max-width: 984px;
    padding-block: 100px;
    padding-inline: 91px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .cFlexContent-inner.ltdKit-wrap {
    padding-block: 3.75rem 5.625rem;
  }
}
#holiday .ltdKit {
  max-width: 752px;
  margin-top: -181px;
  padding-top: 181px;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit {
    max-width: 100%;
    margin-top: -5rem;
    padding-top: 8.8125rem;
  }
}
#holiday .ltdKit .ltdKit-top {
  margin-block: 80px;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .ltdKit-top {
    margin-block: 3.125rem;
  }
}
#holiday .ltdKit .ltdKit-top #a-aquaKit {
  margin-top: -161px;
  padding-top: 161px;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .ltdKit-top #a-aquaKit {
    margin-top: -8.125rem;
    padding-top: 8.125rem;
  }
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .cProduct-main {
    margin-block: 2.5rem 1.875rem;
  }
}
#holiday .ltdKit .component-wrap {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .component-wrap {
    margin-top: 0;
  }
}
#holiday .ltdKit .cAccordionToggle {
  padding-block: 1.1875rem;
}
#holiday .ltdKit .kit-item {
  position: relative;
  top: 1px;
  padding: 40px;
  border-bottom: 1px solid #d6d6d6;
  background: #fdfdfd url(../img/bg_pc.png) repeat 0 0;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .kit-item {
    padding: 3.125rem 1.0625rem;
    background: #fdfdfd url(../img/bg_sp.png) repeat 0 0;
  }
}
#holiday .ltdKit .kit-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #F1F1F1;
  mix-blend-mode: multiply;
  content: '';
}
#holiday .ltdKit .kit-item-fbox {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .kit-item-fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem 0;
  }
}
@media screen and (min-width: 769px) {
  #holiday .ltdKit .kit-item-detail {
    display: flex;
    align-items: center;
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .kit-item-detail {
    width: 11.25rem;
  }
}
@media screen and (min-width: 769px) {
  #holiday .ltdKit .kit-item-detail + .kit-item-detail {
    margin-top: 12px;
  }
}
#holiday .ltdKit .kit-item-detail .img-wrap {
  width: 140px;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .kit-item-detail .img-wrap {
    width: 100%;
  }
}
#holiday .ltdKit .kit-item-detail .img-wrap img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #holiday .ltdKit .kit-item-detail .text-wrap {
    flex: 1;
    max-width: 492px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .kit-item-detail .text-wrap {
    margin-top: 1rem;
  }
}
#holiday .ltdKit .kit-item-detail .text-wrap .item-name {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .kit-item-detail .text-wrap .item-name {
    font-size: 1rem;
  }
}
#holiday .ltdKit .kit-item-detail .text-wrap .item-spec {
  margin-block: 9px 23px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .kit-item-detail .text-wrap .item-spec {
    margin-block: 0.5625rem 0.6875rem;
    font-size: 0.75rem;
  }
}
#holiday .ltdKit .kit-item-detail .text-wrap .item-text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .kit-item-detail .text-wrap .item-text {
    font-size: 0.875rem;
  }
}
#holiday .ltdKit .ltdKit-bottom {
  position: relative;
}
#holiday .ltdKit .ltdKit-bottom #a-essenceLotionKit {
  margin-top: -161px;
  padding-top: 161px;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .ltdKit-bottom #a-essenceLotionKit {
    margin-top: -130px;
    padding-top: 130px;
  }
}
@media screen and (min-width: 769px) {
  #holiday .ltdKit .ltdKit-bottom .kit-item-detail.detail-bottom {
    align-items: flex-start;
  }
}
#holiday .ltdKit .ltdKit-bottom .parallax-container3 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #holiday .ltdKit .ltdKit-bottom .parallax-container3 {
    bottom: 144px;
    right: 50%;
    z-index: 100;
    margin-right: -180px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .ltdKit-bottom .parallax-container3 {
    bottom: 1.5625rem;
    right: 0;
    z-index: 100;
  }
}
#holiday .ltdKit .ltdKit-bottom .parallax-container3 .parallax-inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  #holiday .ltdKit .ltdKit-bottom .parallax-container3 .parallax-inner .parallax-img {
    width: 187px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .ltdKit-bottom .parallax-container3 .parallax-inner .parallax-img {
    width: 9.6875rem;
  }
}
#holiday .ltdKit .ltdKit-bottom .parallax-container3 .parallax-inner .parallax-img img {
  width: 100%;
}
#holiday .ltdKit .holBenefits {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .holBenefits {
    margin-top: 2.0625rem;
  }
}
#holiday .ltdKit .holBenefits .holBenefits-detail {
  padding-block: 16px 15px;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .holBenefits .holBenefits-detail {
    padding-block: 1.3125rem 1.125rem;
  }
}
#holiday .ltdKit .holInfo {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .holInfo {
    margin-top: 2.0625rem;
  }
}
#holiday .ltdKit .holInfo .info-notes {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  #holiday .ltdKit .holInfo .info-notes {
    margin-top: 0.8125rem;
  }
}
#holiday .gftWrapping-wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  #holiday .gftWrapping-wrap {
    margin-right: calc(50% - 50vw + 20.4%);
    padding-block: 100px;
    padding-inline: 91px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap {
    padding-block: 5.625rem 3.75rem;
    border-radius: 1.25rem 0 0 1.25rem;
    background: #fdfdfd url(../img/bg_sp.png) repeat 0 0;
  }
}
#holiday .gftWrapping-wrap.mbm {
  position: relative;
}
#holiday .gftWrapping-wrap.mbm .parallax-container4 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #holiday .gftWrapping-wrap.mbm .parallax-container4 {
    bottom: 223px;
    right: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap.mbm .parallax-container4 {
    bottom: 13rem;
    right: 0;
    z-index: 100;
  }
}
#holiday .gftWrapping-wrap.mbm .parallax-container4 .parallax-inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  #holiday .gftWrapping-wrap.mbm .parallax-container4 .parallax-inner .parallax-img {
    width: 175px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap.mbm .parallax-container4 .parallax-inner .parallax-img {
    width: 9.5rem;
  }
}
#holiday .gftWrapping-wrap.mbm .parallax-container4 .parallax-inner .parallax-img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #holiday .gftWrapping-wrap.mbm::before {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap.mbm::before {
    border-radius: 1.25rem 0 0 1.25rem;
  }
}
#holiday .gftWrapping-wrap .giftWrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #holiday .gftWrapping-wrap #aGftWrap {
    margin-top: -181px;
    padding-top: 181px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap #aGftWrap {
    margin-top: -6.25rem;
    padding-top: 6.25rem;
  }
}
@media screen and (min-width: 769px) {
  #holiday .gftWrapping-wrap #aSpBag {
    margin-top: -81px;
    padding-top: 81px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap #aSpBag {
    margin-top: -5.1875rem;
    padding-top: 5.1875rem;
  }
}
#holiday .gftWrapping-wrap .giftWrap-inner {
  padding-top: 81px;
}
@media screen and (min-width: 769px) {
  #holiday .gftWrapping-wrap .giftWrap-inner {
    max-width: 752px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap .giftWrap-inner {
    padding-top: 3.0625rem;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap .cSmallTitle {
    margin-inline: 1.0625rem;
  }
}
#holiday .gftWrapping-wrap .cSmallTitle .cSmallTitle-inner .cSmallTitle-title {
  line-height: 1.2857142857;
}
#holiday .gftWrapping-wrap .cSmallTitle .cSmallTitle-border {
  border-bottom: 2px solid #b2b2b2;
}
#holiday .gftWrapping-wrap .cSmallTitle .cSmallTitle-border::before {
  height: 2px;
  background-color: #CD1F24;
}
#holiday .gftWrapping-wrap .cProduct-content {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap .cProduct-content {
    margin-top: 2.5625rem;
  }
}
@media screen and (max-width: 1249px) {
  #holiday .gftWrapping-wrap .cProduct-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 1249px) {
  #holiday .gftWrapping-wrap .cProduct-main {
    max-width: 100%;
    padding-block: 40px 56px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap .cProduct-main {
    padding-block: 1.875rem 0;
  }
}
#holiday .gftWrapping-wrap .cProduct-text {
  margin-top: 0;
}
#holiday .gftWrapping-wrap .cProduct-size {
  opacity: 0.7;
  margin-top: 25px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap .cProduct-size {
    margin-top: 1.4375rem;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
#holiday .gftWrapping-wrap .cProduct-value {
  margin-block: 8px 23px;
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap .cProduct-value {
    gap: 0.125rem;
    margin-block: 0.875rem 1.3125rem;
  }
}
#holiday .gftWrapping-wrap .info-detail {
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap .info-detail {
    margin-bottom: 0;
  }
}
#holiday .gftWrapping-wrap .holInfo {
  padding-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap .holInfo {
    margin-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap .holInfo .info-detail {
    margin-bottom: 0.8125rem;
    text-align: center;
  }
}
#holiday .gftWrapping-wrap .holInfo .info-notes {
  margin-top: 0;
}
#holiday .gftWrapping-wrap .holInfo .info-notes span {
  display: block;
}
#holiday .gftWrapping-wrap .holInfo .info-notes span::before {
  position: static;
}
#holiday .gftWrapping-wrap .cButton {
  margin-inline: 0;
  margin-top: 27px;
}
@media screen and (max-width: 1249px) {
  #holiday .gftWrapping-wrap .cButton {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gftWrapping-wrap .cButton {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gwTop .holInfo {
    padding-block: 2.0625rem;
    padding-inline: 0.625rem;
    border: solid #b2b2b2;
    border-width: 1px 0;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gwBottom .cProduct-main {
    padding-block: 1.9375rem 0;
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  #holiday .gwBottom .holInfo {
    padding-inline: 1.0625rem 0.8125rem;
  }
}
#holiday .gwBottom .info-notes span span {
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  #holiday .gwBottom .info-notes span span {
    padding-left: 0.25rem;
  }
}
#holiday .gwBottom .info-notes span span::before {
  margin-right: 2px;
  content: '・';
}
@media screen and (max-width: 768px) {
  #holiday .gwBottom .info-notes span span::before {
    margin-right: 0.125rem;
  }
}
@media screen and (min-width: 769px) {
  #holiday .cFlexContent-inner.staffReview-wrap {
    max-width: 984px;
    padding-block: 100px;
    padding-inline: 91px;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #holiday .cFlexContent-inner.staffReview-wrap {
    padding-block: 8.5625rem 7.5rem;
  }
}
#holiday .staffReview {
  margin-top: -181px;
  padding-top: 181px;
}
@media screen and (max-width: 768px) {
  #holiday .staffReview {
    margin-top: -8.75rem;
    padding-top: 8.75rem;
  }
}
#holiday .staffReview .nextTtl {
  margin-block: 40px 80px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #holiday .staffReview .nextTtl {
    margin-block: 1.875rem 3.125rem;
    margin-left: 1.0625rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) {
  #holiday .staffReview .staff-instagram {
    overflow: hidden;
    margin-right: calc(50% - 50vw + 27.5%);
  }
}
#holiday .staffReview .staff-instagram-inner {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #holiday .staffReview .staff-instagram-inner {
    max-width: 892px;
    padding-right: 140px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .staffReview .staff-instagram-inner {
    max-width: 100%;
  }
}
#holiday .staffReview .swiper {
  overflow: visible;
}
#holiday .staffReview .swiper-wrapper {
  width: 1220px;
}
@media screen and (max-width: 768px) {
  #holiday .staffReview .swiper-wrapper {
    display: block;
    width: 23.75rem;
    margin-inline: auto;
  }
}
#holiday .staffReview .swiper-slide {
  width: 380px;
}
@media screen and (min-width: 769px) {
  #holiday .staffReview .swiper-slide {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #holiday .staffReview .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #holiday .staffReview .swiper-slide + .swiper-slide {
    margin-top: 1.25rem;
  }
}
#holiday .staffReview .instagram-wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #holiday .staffReview .instagram-wrap {
    max-width: 540px;
    margin-inline: auto;
    margin-bottom: 0;
  }
}
#holiday .staffReview .instagram-wrap blockquote {
  margin-inline: auto !important;
}
#holiday .pZero {
  max-width: 100%;
  margin-top: -81px;
  padding: 81px 0 0;
}
@media screen and (max-width: 768px) {
  #holiday .pZero {
    margin-top: -8.75rem;
    padding: 8.75rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  #holiday .maison-sp {
    position: relative;
    margin-right: calc(50% - 50vw + 20.4%);
  }
}
@media screen and (max-width: 1200px) {
  #holiday .maison-sp {
    margin-inline: 91px;
  }
}
@media screen and (max-width: 768px) {
  #holiday .maison-sp {
    margin-inline: 0;
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  #holiday .maison-sp::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #CD1F24;
    mix-blend-mode: multiply;
    content: '';
  }
}
#holiday .maison-sp .ms-logo_sp {
  padding-block: 1.8125rem;
  background: url(../img/bg_ms-logo_sp.png) 0 0 no-repeat;
  background-size: 25.875rem auto;
  text-align: center;
}
#holiday .maison-sp .ms-logo_sp img {
  width: 15.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #holiday .maison-sp .maison-sp-contents {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    z-index: 1;
    background: url(../img/ms-contents-bg_pc.png) 417px 0 no-repeat;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  #holiday .maison-sp .maison-sp-contents {
    flex-direction: column;
    background: url(../img/ms-contents-bg_pc.png) no-repeat center bottom/contain;
  }
}
#holiday .maison-sp .maison-sp-contents .img-wrap {
  width: 417px;
}
@media screen and (max-width: 1200px) {
  #holiday .maison-sp .maison-sp-contents .img-wrap {
    width: 100%;
  }
}
#holiday .maison-sp .maison-sp-contents .img-wrap img {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  #holiday .maison-sp .maison-sp-contents .maison-sp-detail {
    flex: 1;
  }
}
@media screen and (max-width: 1219px) {
  #holiday .maison-sp .maison-sp-contents .maison-sp-detail {
    width: 51.7836593786%;
  }
}
@media screen and (max-width: 1200px) {
  #holiday .maison-sp .maison-sp-contents .maison-sp-detail {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #holiday .maison-sp .maison-sp-contents .maison-sp-detail {
    background: url(../img/ms-detail-bg_sp.jpg) no-repeat bottom center/cover;
    padding-block: 5.625rem 18.9375rem;
  }
}
#holiday .maison-sp .maison-sp-contents .maison-sp-detail .detail-inner {
  width: 330px;
  margin-top: 66px;
  margin-left: 120px;
}
@media screen and (max-width: 1219px) {
  #holiday .maison-sp .maison-sp-contents .maison-sp-detail .detail-inner {
    margin-left: 17.7777777778%;
  }
}
@media screen and (max-width: 1200px) {
  #holiday .maison-sp .maison-sp-contents .maison-sp-detail .detail-inner {
    margin: 66px auto;
  }
}
@media screen and (max-width: 768px) {
  #holiday .maison-sp .maison-sp-contents .maison-sp-detail .detail-inner {
    width: 100%;
    margin: 0 auto;
  }
}
#holiday .maison-sp .maison-sp-contents .maison-sp-detail .detail-inner .ms-logo_pc {
  width: 265px;
  margin-bottom: 34px;
}
#holiday .maison-sp .maison-sp-contents .maison-sp-detail .detail-inner .ms-logo_pc img {
  width: 100%;
}
#holiday .maison-sp .maison-sp-contents .maison-sp-detail .detail-inner .cButton {
  margin-top: 25px;
  margin-inline: 0;
  background: #890000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #holiday .maison-sp .maison-sp-contents .maison-sp-detail .detail-inner .cButton {
    width: 19.75rem;
    margin-top: 1.875rem;
    margin-inline: auto;
  }
}
#holiday .maison-sp .maison-sp-contents .maison-sp-detail .detail-inner .cButton::after {
  right: 14px;
  background-image: url(../img/ms-btn-icon.svg);
}
#holiday .maison-sp .maison-sp-contents .maison-sp-text {
  padding-block: 6px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #holiday .maison-sp .maison-sp-contents .maison-sp-text {
    padding-block: 0.65625rem;
    font-size: 0.875rem;
    text-align: center;
  }
}
#holiday .maison-sp .maison-sp-contents .maison-sp-text + .maison-sp-text {
  margin-top: 0;
}
