/** Shopify CDN: Minification failed

Line 9:15 Expected ")" to end URL token
Line 16:17 Expected ")" to end URL token

**/
@font-face {
  font-family: 'SinkinSans-400Regular';
  src:  url({{ 'SinkinSans-400Regular.oft' | asset_url }});
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'SinkinSans-600SemiBold';
    src:  url({{ 'SinkinSans-600SemiBold.oft' | asset_url }});
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
nobr {
    display: contents;
  }
  
  .common-pc--hide {
    display: none;
  }
  
  .common-pad--show {
    display: none;
  }
  
  .common-small--hide {
    display: block;
  }
  
  .common-bgz-inner {
    display: flex;
    justify-content: space-between;
  
  }
  .text-left{
    text-align: left!important;
  }
  .text-center{
    text-align: center!important;
  }
  .text-right{
    text-align: right!important;
  }
   
  @media only screen and (max-width:820px){.small--text-left{text-align:left !important;}.small--text-right{text-align:right !important;}.small--text-center{text-align:center !important;}}
  .waphide {
    display: block;
  }
  
  .pchide {
    display: none;
  }
  @media screen and (max-width: 990px) {
  
    br.waphide {
      display: none;
    }
  
    br.pchide {
      display: block;
    }
  
    .common-item-inner .text-box {
      margin-bottom: 20px;
    }
  
    .common-pc--hide {
      display: block;
    }
  
    .common-small--hide {
      display: none;
    }

}




.feature-row__image-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  
  .feature-row__image {
    display: block;
    margin: 0 auto;
  }
  
  .feature-row__image-wrapper .feature-row__image {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
  }
  
  .feature-row__image-wrapper .feature-row__image img {
    width: 100%;
  object-fit:cover;
    height: 100%;
  }
  .page-width,
  .common-page-width,
  .common-wrapper {
    
    max-width: 1440px;
    padding:0px 32px;
    margin: 0 auto;
  }
    