/** Shopify CDN: Minification failed

Line 16:21 Unexpected "{"
Line 16:30 Expected ":"
Line 16:37 Unexpected "{"
Line 20:21 Unexpected "{"
Line 20:30 Expected ":"
Line 28:21 Unexpected "{"
Line 28:30 Expected ":"
Line 37:23 Unexpected "{"
Line 37:32 Expected ":"
Line 43:21 Unexpected "{"
... and 3 more hidden warnings

**/
#custom-page-header-{{ section.id }} {
  background:rgba(var(--color-background));
}

#custom-page-header-{{ section.id }}  h2{
  margin:0;
  background:transparent;
  font-size: 140px;
  font-weight: 700;
  color: gray;
}

#custom-page-header-{{ section.id }}  h2{
  margin:0;
  background:transparent;
  font-size: 140px;
  font-weight: 700;
  color: #F5F5F5;
  font-family: 'Bebas Neue';
}
@media screen and (max-width: 749px) {
  #custom-page-header-{{ section.id }}  h2{
    font-size: 90px;
  }
}


#custom-page-header-{{ section.id }}  h2 .ja{
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: rgba(var(--color-foreground));
  margin-top: -60px;
  font-family: '"Noto Sans Japanese", sans-serif';
}
@media screen and (max-width: 749px) {
  #custom-page-header-{{ section.id }}  h2 .ja{
    font-size: 20px;
  }
}