/** Shopify CDN: Minification failed

Line 189:3 Expected "}" to go with "{"

**/
.c-shopify-section--video .section {
  padding-top: 48px;
  padding-bottom: 54px;
  --section-stack-spacing-block: 27px;
}
.c-video-section__heading {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
.c-shopify-section--video .section > * {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.c-shopify-section--video .section-stack {
  --text-color: 0, 0, 0;
  color: rgb(var(--text-primary));
  width: 100%;
}
.c-shopify-section--video .section-stack h2 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.c-shopify-section--video .section .video-description {
  color: rgb(var(--text-primary));
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
  line-height: 2.307;
  letter-spacing: 0.03em;
      overflow-wrap: break-word;
}
.c-shopify-section--video
  .section
  .video-description.c-section-header-content-small {
  font-size: var(--fs-14);
}
.c-shopify-section--video .section video-media {
  border-radius: 15px;
}
.c-video-modal-trigger {
    border-radius: 15px;
}
.content-over-media:before {
  border-radius: 15px;
}
.c-shopify-section--video .section-stack {
  margin-bottom: 16px;
}
@media screen and (min-width: 700px) {
  .c-shopify-section--video .section {
    --section-stack-spacing-block: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .c-shopify-section--video .section-stack {
    margin-bottom: 24px;
  }

  .c-shopify-section--video .section .video-description {
    margin-top: 48px;
    line-height: 2.5714;
  }
  .c-shopify-section--video
    .section
    .video-description.c-section-header-content-small {
    font-size: var(--fs-16);
  }
}
/* モーダル動画 */
.c-video-modal-trigger {
  cursor: pointer;
  pointer-events: auto !important;
}

.c-video-modal-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
c-richtext__banner-link {
    background:transparent!important;
}
.c-video-modal--active {
  opacity: 1;
  visibility: visible;
}

.c-video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.c-video-modal__content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  z-index: 1;
}

.c-video-modal__close {
  position: absolute;
  top: -50px;
  right: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.c-video-modal__close:hover {
  opacity: 0.7;
}

.c-video-modal__close svg {
  width: 32px;
  height: 32px;
}

.c-video-modal__video {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
}

.c-video-modal__video video-media {
  display: block;
  width: 100%;
  border-radius: 0;
}

.c-video-modal__video video,
.c-video-modal__video iframe {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: all;
}
.hidden-add-cart-icon button svg {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .c-video-modal__content {
    width: 100%;
  }

  .c-video-modal__close {
    top: -45px;
    right: 20px;
  }

  .c-video-modal__close svg {
    width: 24px;
    height: 24px;
  }