/** Shopify CDN: Minification failed

Line 157:11 Unexpected "}"

**/
/* 共通スタイル */
#brand {
  font-family: Bodoni, "Bodoni MT", "Bodoni 72", "Bodoni 72 Oldstyle", "Bodoni 72 Smallcaps", "Times New Roman", serif;
  color: white;
}

#m-brand {
  font-family: Bodoni, "Bodoni MT", "Bodoni 72", "Bodoni 72 Oldstyle", "Bodoni 72 Smallcaps", "Times New Roman", serif;
  color: white;
}



/* デスクトップ (1025px以上) */
@media screen and (min-width: 1025px) {
  .product-column,
  .video-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
  }

  .image-content {
    aspect-ratio: 4 / 1;
    width: 100%;
    position: relative;
  }

  .image-content img,
  .custom-video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 25px;
  }

  .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    padding: 7.5% 0 0 7%;
  }

  h1 {
    font-size: 60px;
    padding-bottom: 24px;
    width: 50%;
  }

  p {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 24px;
  }

  .m-header__logo {
    padding: 0;
  }

  .custom-video::-webkit-media-controls-panel {
    padding: 0 10px;
  }
}

/* タブレット (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-custom-liquid {
    padding: 0 15px;
  }

  .image-content {
    aspect-ratio: 16 / 10;
    position: relative;
    width: 100%;
  }

  .image-content img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 25px;
  }

  h1 {
    font-size: 30px;
    padding-bottom: 12px;
    width: 100%;
  }

  p {
    padding-bottom: 12px;
  }
}

/* モバイル (768px以下) */
@media screen and (max-width: 768px) {

  
  .custom-video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }

  .container-fluid{
    padding-left:16px;
    padding-right:16px;
  }
  .m-custom-liquid{
    padding-left:16px;
    padding-right:16px;
  }
  
  .header {
    padding: 0;
  }

  .image-content {
    aspect-ratio: 5 / 3;
    width: 100%;
    position: relative;
  }

  .image-content img {
    height: 100%;
    object-fit: cover;
    object-position: right;
    display: block;
    padding-bottom:16px;
  }

  h1 {
    font-size: 30px;
    width: 100%;
    font-weight: 200;
    padding-bottom:10px;
  }

  p {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom:16px;
  }

  .m-slide__button-first {
    width:100%;
  }
}          }
        }