/** Shopify CDN: Minification failed

Line 82:8 Expected identifier but found "{"
Line 82:9 Unexpected "{"
Line 82:19 Expected ":"
Line 91:17 Expected identifier but found "{"
Line 91:18 Unexpected "{"
Line 91:28 Expected ":"

**/
@charset "utf-8";

body.menu-open {
   @media only screen and (max-width:768px){
     height: 100%;
      overflow: hidden;
   }
}

/* パスワードページ*/
@keyframes zoom-fade-password{
  0%{
    opacity:0;
    transform:scale(1.4);
  }
  5%{
    opacity:1;
    transform:scale(1);
  }
  to{
    opacity:1;
    transform:scale(1.2);
  }
}

@media only screen and (max-width:589px){.small--show{display:block !important;}.small--hide{display:none !important;}.small--text-left{text-align:left !important;}.small--text-right{text-align:right !important;}.small--text-center{text-align:center !important;}}

@media only screen and (max-width:768px){.medium-down--show{display:block !important;}.medium-down--hide{display:none !important;}.medium-down--text-left{text-align:left !important;}.medium-down--text-right{text-align:right !important;}.medium-down--text-center{text-align:center !important;}}

@media only screen and (min-width:590px){.medium-up--show{display:block !important;}.medium-up--hide{display:none !important;}.medium-up--text-left{text-align:left !important;}.medium-up--text-right{text-align:right !important;}.medium-up--text-center{text-align:center !important;}}

@media only screen and (min-width:769px){.large-up--show{display:block !important;}.large-up--hide{display:none !important;}.large-up--text-left{text-align:left !important;}.large-up--text-right{text-align:right !important;}.large-up--text-center{text-align:center !important;}}

@media only screen and (min-width:1050px){.widescreen--show{display:block !important;}.widescreen--hide{display:none !important;}.widescreen--text-left{text-align:left !important;}.widescreen--text-right{text-align:right !important;}.widescreen--text-center{text-align:center !important;}}

.template-password{
  height:100vh;
  text-align:center;
}

.password-page__image{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:0;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:50%;
  z-index:1;
  animation:zoom-fade-password 20s ease 1s forwards
}

.password-page__image:after{
    position:fixed;
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    background:rgba(50, 50, 50, 0.3);
  }

.password-page__wrapper{
  display:table;
  height:100%;
  width:100%;
  position:absolute;
  z-index:3;
  color:{{ settings.color_body_text | default: "#1c1d1d" }};
  color:var(--colorTextBody)
}

.password-page__wrapper a{
    color:inherit;
  }

.password-page__wrapper hr{
    border-color:{{ settings.color_borders | default: "#1c1d1d" }};
    border-color:var(--colorBorder);
  }

.password-page__wrapper .social-sharing.clean a{
    color:inherit;
    background:transparent;
  }

.password-header-section{
  display:table-row;
}

.password-page__header{
  display:table-cell;
  height:1px;
}

.password-page__header__inner{
  padding:20px;
}

.password-page__logo{
  margin-top:20px
}

@media only screen and (min-width:590px){

.password-page__logo{
    margin-top:120px
}
  }

.password-page__logo .logo{
    max-width:100%;
  }

.password-page__main{
  display:table-row;
  width:100%;
  height:100%;
  margin:0 auto;
}

.password-page__main__inner{
  display:table-cell;
  vertical-align:middle;
  padding:0 26.66667px;
  text-align:center;
  position:relative;
  z-index:3;
}

.password-page__hero{
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight:var(--typeHeaderWeight);
  letter-spacing:var(--typeHeaderSpacing);
  line-height:var(--typeHeaderLineHeight)
}

[data-type_header_capitalize=true] .password-page__hero{
    text-transform:uppercase
}

.password-page__hero{
  font-size:42px;
  text-transform:none
}

@media only screen and (min-width:590px){

.password-page__hero{
    font-size:64px
}
  }

.password-page__message{
  font-size:120%;
  margin-bottom:30px !important
}

.password-page__message img{
    max-width:100%;
  }

.password-form,.password-page__message,.password-page__signup-form{
  max-width:500px;
  margin:0 auto;
}

.password-form{
  margin-bottom:1em;
}

@media only screen and (min-width:590px){

.password-page__signup-form{
    padding:0 40px
}
  }

.password-page__signup-form .input-group{
    width:100%;
  }

.password-page__signup-form .input-group-field{
    background-color:#fff;
    color:#000
  }

.password-page__signup-form .input-group-field::-webkit-input-placeholder{
      color:#000;
      opacity:0.7;
    }

.password-page__signup-form .input-group-field:-moz-placeholder{
      color:#000;
      opacity:0.7;
    }

.password-page__signup-form .input-group-field::-moz-placeholder{
      color:#000;
      opacity:0.7;
    }

.password-page__signup-form .input-group-field:-ms-input-placeholder{
      color:#000;
      opacity:0.7;
    }

.password-page__signup-form .input-group-field::-ms-input-placeholder{
      color:#000;
      opacity:0.7;
    }

.password-page__signup-form .errors ul{
    list-style-type:none;
    margin-left:0;
  }

.password-page__social-sharing{
  margin-top:30px;
}

.password-login{
  display:block;
  margin:0 auto;
  font-family:var(--typeBasePrimary),var(--typeBaseFallback);
  font-weight:var(--typeBaseWeight);
  letter-spacing:var(--typeBaseSpacing);
  line-height:var(--typeBaseLineHeight)
}

[data-type_base_accent_transform=true] .password-login{
    text-transform:uppercase;
    letter-spacing:0.2em
}

.password-login{
  font-size:0.8em;
  padding:10px 15px;
  border:1px solid #fff
}

@media only screen and (min-width:590px){

.password-login{
    position:absolute;
    top:26.66667px;
    right:26.66667px
}
  }

.password__lock .icon{
  position:relative;
  top:-2px;
  margin-right:4px;
  width:12px;
  height:12px;
}

.password-page__footer{
  display:table-row;
  height:1px;
}

.password-page__footer_inner{
  display:table-cell;
  vertical-align:bottom;
  padding:60px 0 20px;
  line-height:2.4;
  font-size:80%;
}

.icon-shopify-logo{
  width:60px;
  height:20px;
}
.password-page_subtitle{
  font-size:24px;
  font-weight:bold;
  margin-top:-0.3em;
}

/*カート*/
  .delivery-container{
    margin-right:auto;
  }
  #cart-pop .cart-main .cart-items{
    padding:0 10%;
    box-sizing:border-box;
}
.cart-notes-box{
  width:80%;
  max-width:400px;
  margin:0 auto;
  text-align:left;
  font-size:16px;
}
  .cart-notes{
  margin-top:10px;
  margin-bottom:10px;
  min-height:60px;
  height:60px;
  width:100%;
  padding:10px;
  box-sizing:border-box;
  font-size:1em;
}
  .addon-header{
    display:none;
  }
    .addon-header:first-child{
    display:block;
    margin-bottom:15px;
  }
  .delivery_box .title-border {
    display:none;
  }
  #cart-delivery-datetime_section{
    padding-top:40px;
  }
/* プライバシーポリシー */
  .shopify-policy__container{
    font-size:16px;
    line-height:160%;
  }
  .shopify-policy__body{
    padding:0 0 7vw 0;
  }
  .shopify-policy__title {
    padding: 7vw 0 2.75vw 0;
}
  @media (min-width: 950px){
  .shopify-policy__title h1 {
    font-size: 2.5rem;
  }
  }
  @media only screen and (max-width:768px){
    .shopify-policy__body{
    padding:0 0 20vw 0;
  }
  }
/* ブログ*/
  .digest-container aside.blogs-filter>.container {
    overflow-y:hidden;
  }
  @media (min-width: 768px){
.digest-container section.blogs-grid>.container::after {
    content:"";
    display: block;
    width: 31%;
    }
}
  .digest-container .page-top h1{
    border:none;
    padding: 2rem 1rem 1rem 1rem;
  }
  .digest-for-jp-container{
    border-bottom: 1px solid #322f2e;
    padding:0 1rem 1rem 1rem;
    margin:0 auto;
  }
  .digest-for-jp{
    padding:0 0 0.5rem 0;
  }
  .article-for-jp-container{
    padding:0rem 0rem 1.5rem 0;
  }
  @media (min-width: 768px){
.digest-for-jp-container {
    width: calc(100% - 14vw);
}}

/* フッター*/  
   .region-wrap{
    padding: 2% 10%!important;
  }
  @media only screen and (max-width:768px){
  .region-wrap{
    padding: 5% 30%!important;
   }
    span.region {
    font-size: 14px;
}
    .social-btns{
    justify-content: center;
    margin: 10% 0 0 0;
  }
   .right.xfade-in{
     margin: 0 0 10%!important;
   } 
    .right a {
    text-align: center;
    display: inline-block;
    width: 100%;
}
  }

/* ヘッダー */
  @media only screen and (max-width:768px){
    #notification-msg {
      height:2.8rem;
    }
  }
  
/* 商品ページ*/ 
.specs-table {
    max-width: 800px!important;
    margin: 0 auto;
}
 section.product-specs>.container .specs-table table tr td:first-child {
    width: 40%;
}
  section.product-specs>.container .specs-table table tr{
    justify-content:center;
  }
  section.product-specs>.container .specs-table table tr td:nth-child(2){
    padding:0;
    width: 60%;
  }

 img.ls-is-cached.lazyloaded {
    padding: 0 5%;
} 
  
section.product-hero > .container .left .variant-group .prod_img video {
  width: 100%;
  cursor: pointer;
}



  
  @media only screen and (max-width:768px){
.product-info-accordion>.container .accordion-tab dt button {
    font-size: 18px;
}
    dd#prodblock_1 li {
    font-size: 14px;
}
    dd#prodblock_2 p {
    font-size: 14px;
}
    .value-prop p {
    font-size: 14px;
}
    p.text--center {
    font-size: 14px;
}
    .lead {
    font-size: 16px!important;
}    
    .copy.fade-in-up-once.show h3 {
    font-size: 30px;
}
    .reg {
    font-size: 14px;
}
    section.product-specs>.container h2 {
    font-size: 30px;
}
    section.product-specs>.container .specs-table table tr td:first-child {
    width: 100%;
    font-size: 14px;
}
    section.product-specs>.container .specs-table table tr td:nth-child(2) {
    width: 100%;
    font-size: 14px;
}
section.product-renders>.container img{
      margin: 20% auto 0 auto;
}
}

  /* レビューページ */
.review_title {
    text-align: center;
    margin: 5% 0;
}

.stamped-reviews-wrapper {
    margin: 5% 0;
}

  @media only screen and (max-width:768px){
.review_title {
    text-align: center;
    margin: 10% 0;
}
.stamped-reviews-wrapper {
    margin: 10% 5%;
}
.stamped-widget-title {
    margin: 20% 5% 0 5%;
}
  }

.owl-stage {
    xtransform: none!important;
}

    /* STORIES */
@media only screen and (max-width:768px){
.digest-container aside.blogs-filter>.container button{
      border-bottom: 1px solid #000000;
} 
.digest-container aside.blogs-filter>.container{
  overflow-x:scroll;
}
}

.fade-in {
    transition: none;
    opacity: 1;
}

/* ドロワーカート　*/

.cart_announcement_title{
  font-size:16px;
  color:red;
  font-weight:bold;
  padding:20px 0 2px 0;
   line-height:1em;
}
.cart_announcement_text{
  font-size:16px;
  line-height:1.6em;
}

/* レビュー投稿方法 */

.review_container {
    max-width: 800px;
    margin: 0 auto;
}
.review_container h1 {
    margin: 0 0 5% 0;
    font-weight: bold;
    font-size: 1.2em;
}
  
.review_overview {
    margin: 0 0 5% 0;
    font-size: 0.9em;
    line-height: 1.5;
}
  
.review_img {
  display: flex;
  flex-wrap : wrap;
  justify-content:space-between;
  margin: 0 auto;
}

.review_img::after{
  content:"";
  display: block;
  width: calc(100% / 3 - 20px);
  xmargin: 10px;
}

.review_img li {
  list-style: none;
  width: 30%;
}

.step_container {
  margin: 5% 0 5% 0;
  text-align:left;
}

.step_container p{
    font-size: 0.9em;
    line-height: 1.5;
    margin: 0 0 1% 0!important;
}

.step_container p{
  font-size: 0.9em;
  line-height:1.5;
}

.review_box img{
  margin-top: 0 !important;
} 

.review_box h4 {
    text-align: center !important;
    margin: 5% 0 2% 0;
    font-weight: bold;
    font-size: 1.2em;
}

.review_box ul {
  padding-left:0!important;
}

.review_box li {
    list-style: none !important;
}

.review_box p {
    text-align: center;
  font-weight: normal;
}

.review_campaign li {
    text-align: left;
    text-decoration: none;
    list-style: none;
    font-weight: bold;
  margin: 0 0 5% 0;
}

.review_campaign li span {
    font-weight: normal;
  font-size: 0.9em;
}
.review_campaign {
  background: #fffacd;
  padding: 2%;
}

.review_campaign p {
    xtext-align: left;
}

.review_campaign ul {
    margin: 0 2% 0 2%;
}

.review_campaign a {
    text-decoration: underline;
}

.review_container h3 {
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
    margin: 5% 0 0 0;
}

.review_txt {
    font-size: 0.9em;
    line-height: 1.5;
}
.review_all {
    background: #000000;
    padding: 2% 5%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    color: #FFFFFF;
    border: 3px solid #000000;
    margin: 5% 0 0 0; 
}

.review_all:hover {
    background: #FFFFFF;
    color: #000000;
    border: 3px solid #000000;
}

.review_all span {
    font-size: 0.8em !important;
}

  
  
@media screen and (max-width: 768px) {
.review_img {
  xjustify-content:center;
}
.review_img li {
  list-style: none;
  xwidth: 70%;
}
h1.page-title.text-center.aos-init.aos-animate {
    font-size: 1.5em;
}
.review_overview {
    font-size: 0.9em;
}
.review_txt {
    font-size: 0.8em;
    margin: 0 0 5% 0;
} 
.step_container p {
    font-size: 0.9em;
}
.review_img::after{
   xcontent:none;
 }
.step_container {
    margin: 5% 0 5%;
}
.review_campaign p {
    font-size: 0.8em;
}
.review_campaign li {
    font-size: 0.8em;
} 
}