/** Shopify CDN: Minification failed

Line 921:2 Expected "}" to go with "{"

**/
#_NGC_CFA {
display:none !important;
}

/* きほんcss ------------------------------------------------------ */
    html {
        scroll-behavior: smooth;
    }

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

        /* PC用のCSS */
        .grid1 {
            display: grid;
            grid-template-rows: auto;
            grid-template-columns: 49% 2% 49%;
        }
      
        .grid2 {
            display: grid;
            grid-template-rows: auto;
            grid-template-columns: 32% 2% 32% 2% 32%;
        }
      
        .grid3 {
            display: grid;
            grid-template-rows: auto;
            grid-template-columns: 25% 25% 25% 25%;
        }
      
        .grid4 {
            display: grid;
            grid-template-rows: auto;
            grid-template-columns: 60% 2% 38%;
        }
      
        .grid5 {
            display: grid;
            grid-template-rows: auto;
            grid-template-columns: 25% 25% 25% 25%;
        }
      
      .grid6 {
            display: grid;
            grid-template-rows: auto;
            grid-template-columns: 20% 6% 20% 6% 20% 6% 20%;
        }
      
      

        .pc_img {
            display: block;
        }

        .sp_img {
            display: none;
        }

    }




    @media only screen and (max-width:768px) {

        /* スマホ用のCSS */
        .grid1,
      .grid4,
      .grid5 {
            display: block;
        }
      .grid2 {
            display: block;
        }
      
      .grid3 {
            display: grid;
            grid-template-rows: auto;
            grid-template-columns: 50% 50%;
        }
      
      .grid6 {
            display: grid;
            grid-template-rows: auto;
            grid-template-columns: 45% 5% 45% 5% ;
        }

        .sp_img {
            display: block;
        }

        .pc_img {
            display: none;
        }
      
      .pc-br{display: none;}

    }

/* きほんcss おわり　------------------------------------------------------ */





/* 全ページ共通css 　------------------------------------------------------ */



/*mobile nav*/
.is-mobile-login a:link,
.is-mobile-login a:visited { 
color:#333 !important;
}
.navPages-mobile-item a {
text-transform:lowercase !important;
}
/*mobile nav end*/



.navPages-item {
text-transform:lowercase !important;
}


.page-content h3 {
  font-weight:bold;
border-bottom:1px dotted #666;
  padding:0 0 10px 5px;
  margin:0 0 20px 0;
}

.page-content h4 {
  font-weight:normal;
  padding:2px 0 2px 5px;
  margin:10px 0;
border-left:3px solid #ccc;
  font-size:1.125rem !important;
}


.page-content ol{list-style-type: none;}

	#MainContent a:link,
	#MainContent a:visited {
	text-decoration:underline !important;
	}

	#MainContent a:active,
	#MainContent a:hover {
	text-decoration:none !important;
	}

h3.heroCarousel-title {
  font-weight:normal !important;
border-bottom:none !important;
  padding:0 !important;
  margin:0 !important;
}


@media screen and (max-width:768px) {
  #page {
  max-width:97% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  }
  #PageContainer #MainContent {
  max-width:97% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  }
  .footer-right article.powered-by {
  padding-bottom:80px !important;
   }
  
  
.sp_footer_online_btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  text-decoration: none !important;
  padding: 10px 24px;
    margin:20px auto 20px !important;
  background-color:#fff;
}

.sp_footer_online_btn:hover {
  color:#fff;
  background-color:#000;
}
  
  
  
}

.float-right-icon {
  bottom: 80px !important;
  }


.page-wrapper {
margin-bottom:40px !important;
}
.moTab-navigation .moTab-navigation-content .moTab-top-logo span.lnr.lnr-sync {
display:none !important;
}



.soundest-form-image-left-mob-friendly-close {/*メルマガpopup閉じるボタンの位置修正*/
top:0;
left:0;
}


/* 全ページ共通css おわり　------------------------------------------------------ */






/* アコーディオンcss ------------------------------------------------------ */

 #acc_page .accbox {
    margin: 0px auto 0px;
    padding: 0;
}

  #acc_page .accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
  font-size:1.1em;
  border-bottom:1px dotted #666;
  color:#333;
}

  #acc_page .accbox label:before {
    content: '▶';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

  #acc_page .accbox label:hover {
    background :#EFEFEF;
}

 #acc_page  .accbox input {
    display: none;
}

 #acc_page  .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

 #acc_page  .cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
    background :#FFF;
}

 #acc_page .accbox .accshow ul li {
    padding: 10px 0 0;
	list-style:none;
}
 #acc_page  .accbox .accshow ul li span {
	font-weight:bold;
}

 #acc_page  .cssacc:checked + label:before {
    content: '▼';
}



/*　pc　*/
@media screen and (min-width:769px) {
  #acc_page   .accbox {
    width:100%;
}
 #acc_page  .cssacc:checked + label + .accshow {
    padding: 5px 10px 15px 10px;
}
}

/*　ipad sp　*/
@media screen and (max-width:768px) {
   #acc_page .accbox {
    width:95%;
     margin-left:auto;
     margin-right:auto;
} 
 #acc_page  .cssacc:checked + label + .accshow {
    padding: 0px 5px 7px 5px;
}
}
/*　アコーディオンcss　おわり------------------------------------------------------　*/




/*　ラッピング　------------------------------------------------------　*/
.wrapping_btn {
  display: inline-block;
  width: 200px;
  text-align: center;
  border: 1px solid #000;
  text-decoration: none;
  padding: 10px 24px;
    margin:0px auto 40px !important;
}

.wrapping_btn:hover {
  border: 1px solid #aaa;
  background-color:#eee;
}

.wrapping_btn_2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  text-decoration: none !important;
  padding: 10px 24px;
    margin:0px auto 40px !important;
  background-color:#eee;
}

.wrapping_btn_2:hover {
  color:#fff;
  background-color:#000;
}
/*　ラッピング　おわり　------------------------------------------------------　*/



/*　ポイントサービス------------------------------------------------------　*/

.grid6,.grid8 {
margin-top:30px;
}
.grid6 img.point_img ,
.grid8 img.point_img ,
.grid8 img.point_img2  {
border:1px solid #ccc;
  margin-left:10px;
  margin-right:10px;
  margin-top:15px;
}
.grid6 img.point_img_bordernone   {
  margin-left:10px;
  margin-right:10px;
  margin-top:15px;
}
 @media only screen and (min-width: 769px) {

        /* PC用のCSS */
      .grid6 {
            display: grid;
            grid-template-rows: auto;
            grid-template-columns: 20% 5% 20% 5% 20% 5% 20% 5%;
        }
   .grid8 {
            display: grid;
            grid-template-rows: auto;
            grid-template-columns: 20% 5% 40% 35%;
        }
   
.grid6 img.yajirushi_img,
.grid8 img.yajirushi_img {
  margin-left:20px;
  margin-right:0px;
max-height:300px;
  width:auto;
}
   .grid7 {
            display: grid;
            grid-template-rows: auto;
            grid-template-columns: 25% 25% 25% 25%;
        }
   
   .grid7 > div {
     margin-left:10px;
     margin-right:10px;
   }

    }




    @media only screen and (max-width:768px) {

        /* スマホ用のCSS */     
      .grid6,.grid8 {
            display: block;
        text-align:center;
        }
      
.grid6 img.yajirushi_img,
.grid8 img.yajirushi_img {
  display:none;
}
      .grid6 img.point_img,
      .grid6 img.point_img_bordernone,
      .grid8 img.point_img {
      width:60%;
      margin:0 auto 15px;
        border:1px solid #ccc;
      }
      
      .grid8 img.point_img2 {
      width:95%;
      margin:0 auto 15px;
      }
      
   .grid7 {
            display: grid;
            grid-template-rows: auto;
            grid-template-columns: 50% 50%;
        }
   .grid7 > div {
     margin-left:5px;
     margin-right:5px;
     margin-bottom:10px;
   }
      
    }


/*　ポイントサービス　おわり------------------------------------------------------　*/



/* 商品ページ カスタム　------------------------------------------------------ */


.lisTable {
width:100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.lisTable > tbody > tr > th {
  padding:10px;
  border-top:1px dotted #666;
  border-bottom:1px dotted #666;
}

.lisTable > tbody > tr > td {
  padding:10px;
border-top:1px dotted #666;
  border-bottom:1px dotted #666;
}

.lisTable > tbody > td {
  padding:10px;
border-bottom:1px dotted #666;
}
.lisSizeTable > tbody > tr > th {
  padding:5px 10px ;
border-bottom:1px dotted #666;
border-right:1px dotted #666;
}

.lisSizeTable > tbody > tr >  td {
  padding:5px 10px ;
border-right:1px dotted #666;
  display: table-cell;
}

.lisSizeTable > tbody > tr >  th:last-child,
.lisSizeTable > tbody > tr >  td:last-child {
border-right:none; 
}

/* 商品ページ カスタム おわり　------------------------------------------------------ */


/*　アーカイブポップアップcss　------------------------------------------------------　*/

/*　修正ここから　*/
#archive-pages > .grid3 > div {
  line-height:0;
}
#archive-pages > .grid3   div.pd_20 {
  line-height:1.625;
}
/*　修正ここまで　*/

#archive-pages img {margin:0;}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}


.modal-wrapper .modal-window .modal-content {
  overflow-y: auto;
  text-align: left;
}

.modal-wrapper .modal-window .modal-content .grid4  div p em {
  display:block;
  padding:0 10px 10px 0; 
  text-align:right;
  font-style: oblique; 
  margin-top:-10px;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 17px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}


.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .3);
  vertical-align: middle;
} 

    @media only screen and (min-width:769px) {
        /* PC用のCSS */
     
.modal-wrapper .modal-window {
  width: 70%;
  max-width: 80%;
  padding: 30px;
  
} 
      
.modal-wrapper .modal-window .modal-content {
  max-height: 80%;
}
    }

    @media only screen and (max-width:768px) {
        /* スマホ用のCSS */
     
.modal-wrapper .modal-window {
  width: 85%;
  max-width: 85%;
  padding: 10px;
}
      
.modal-wrapper .modal-window .modal-content {
  max-height: 75%;
}
      
     .modal-wrapper .modal-window .modal-content > .grid4 > p {
       height:0 !important;
      }
     .modal-wrapper .modal-window .modal-content > .grid4 > .pd_20 {
       padding-top:0 !important;
      }
    }

/*　アーカイブポップアップcss　おわり------------------------------------------------------　*/


/*　トップページお知らせ　スクロール　------------------------------------------------------　*/

#PageContainer {
    height: 12rem; /*通常は8rem*/
    overflow-y: scroll;
  margin-bottom:30px;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #FFF;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background:#444;
}

/*　トップページお知らせ　スクロール　ここまで　------------------------------------------------------　*/



/*　look book　------------------------------------------------------　*/
.fb-prev::after {
  /*
display:block !important;
  content:"＜" !important;
color:#000 !important;
height:10px !important;
width:10px !important;
  font-weight:bold !important;
  margin-bottom:5px !important;
  */
}
.fb-next::after {
  /*
display:block !important;
  content:"＞" !important;
color:#000 !important;
height:10px !important;
width:10px !important;
  font-weight:bold !important;
  margin-bottom:5px !important;
  */
}
/* .fb-close::after {
display:block !important;
  content:"×" !important;
color:#000 !important;
height:15px !important;
width:15px !important;
  font-weight:bold !important;
} */


/* Lookbook CSS */


#lookbook-wrap p.btn {
text-align: center;
margin-top: 20px;
}
#lookbook-wrap .btn-flat-dashed-filled {
display: inline-block;
width: 100%;
padding: 0.8em 1em;
text-decoration: none;
color: #FFF;
border: dashed 1px #000;
background: #333;
border-radius: 0px;
transition: .4s;
}

#lookbook-wrap .btn-flat-dashed-filled:hover {
background: #FFF;
color: #333;
}

#lookbook-wrap {
display: inline-block;
  margin-bottom: 80px; 
   }



/* sp */
  @media only screen and (max-width: 767px) {
    #lookbook-wrap {
      display: block;
      text-align: center;
       }
    .catalog-text{
      text-align:left;
    }
    #lookbook-wrap .lb-element:nth-child(2),
    #lookbook-wrap .lb-element:last-child {
    display:none;
	}

  }
    
/* pc */
  @media (min-width: 768px) {
    /* #lookbook-wrap {padding: 0px 15%;} */
    #lookbook-wrap .lookbook-area {
      padding-left: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
       }
  #lookbook-wrap .lb-element {
    width: 50%;
     }
    
    #lookbook-wrap .lb-element:nth-child(2) a,
    #lookbook-wrap .lb-element:last-child a {
    pointer-events: none;
	}

/*   #lookbook-wrap .lb-element:nth-child(odd) {
    margin-right: 2%
} */

     }
  /*@media (min-width: 1216px) {
    #lookbook-wrap .right-area {
      padding-right: 0;
       }
       }*/
  #lookbook-wrap .lb-element {
/*     margin-bottom: 30px; */
    overflow: hidden;
     }
    #lookbook-wrap .lb-element img {
      transition: all .3s linear;
      width: 100%;
       }
      #lookbook-wrap .lb-element img:hover {
        transform: scale(1.1);
        opacity: 0.8;
         }


/* .fb-next span {
  background-position-y: -70px;
   }

.fb-prev span {
  background-position-y: -35px;
   } */

/*　look book　おわり　------------------------------------------------------　*/



/*amazonpay表示消す*/
.shopify-payment-button__button,.shopify-payment-button__more-options  {
display:none !important;
}


/*注文履歴からキャンセル分を非表示*/
.account-page-repair .cancelled_order {
display:none !important;
}


/* back in stock app */
#BIS_trigger {
font-family: Agmena,serif !important;
  cursor:pointer;
    padding: 14px 0 17px !important;
    height: 50px !important;
  border:0 !important;
}


/*　ブログトップ説明文　*/
/* pc */
  @media (min-width: 768px) {
.blog_top_intro {
  text-align:center;
}
  }
/* sp */
  @media only screen and (max-width: 767px) {
  .blog_top_intro {
  text-align:left;
}
  }


  
/*　scroll-to-topボタン　*/
#scroll-to-top {
	display: flex;
	justify-content: flex-end;
	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 36px;
}


 #scroll-to-top .scrollToTop {
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid #696969;
	box-sizing: border-box;
	color: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 14px;
	line-height: 2.7;
	text-align: center;
   font-weight:bold;
}
 #scroll-to-top a.scrollToTop:hover,
 #scroll-to-top a.scrollToTop:active,
 #scroll-to-top a.scrollToTop:visited,
 #scroll-to-top a.scrollToTop:link {
   text-decoration: none;
   background-color:#696969;
 }

 /*スマホの時、メルマガポップアップ表示させない*/
.soundest-form-image-left-mob-friendly-holder {
  display:none !important;
}

/*　Infinite Options　*/
#infiniteoptions-container {
  margin:20px 0;
  padding:15px 14px;
  border:1px solid #212121;
  line-height:1.8em;
  background-color:#fff;
  
}
#infiniteoptions-container .spb-label-tooltip {
  margin-bottom:10px;
}
#infiniteoptions-container label {
  display:block;
}

  @media only screen and (max-width: 767px) {
#infiniteoptions-container {
  font-size: var(--font-size-form);
}



    


@media screen and (max-width: 1015px){
.navmenu-depth-2 .navmenu-item  {
  background-color:#f6f2ea !important;
  padding-left:15px !important;  
}
}



/*お気に入り機能　wishlist-whale*/
.productitem--title > #wishlist-whale-button {
  display:none !important;
}


.wishlist-whale-button {
  color:#000 !important;
}  
.productitem--info #wishlist-whale-button {
  display:none !important;
}
   .wishlist-form-Header #wishlist-formContainer-Close span {
      font-size: 1.5em !important;
    }


  