/** Shopify CDN: Minification failed

Line 1241:10 Expected ":"
Line 1583:0 Comments in CSS use "/* ... */" instead of "//"
Line 1626:0 Comments in CSS use "/* ... */" instead of "//"

**/
main {
  overflow: hidden;
}

.wc_product_review_section.wc_wf_cls {
  padding: 25px;
}
.hb-brand-lp {
  max-width: 900px;
  margin: 25px auto;
}
.hb-label {
  width: 100%;
  margin: 0 auto;
}

.hb-label--position {
  position: relative;
  bottom: auto;
}

.hb-label__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  height: 44px;
  width: 100%;
}

.hb-label__list {
  position: relative;
  margin: 0 24px;
}

.hb-label__list:first-of-type::after {
  background: red;
  position: absolute;
  top: 50%;
  right: -24px;
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background: rgba(32, 31, 31, 0.3);
  transform: translateY(-50%);
}

.hb-label__item {
  display: block;
  width: 72px;
  height: 20px;
  padding: 4.5px 0;
  border-radius: 10px;
  color: #201F1F;
  opacity: 0.3;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.hb-label__item:hover  {
  transition: all 0.25s ease-in-out;
}

.hb-label__item--blue:hover {
  background: #79abd2;
  color: #fff;
  opacity: 1;
}

.hb-label__item--blue.hb-current--blue {
  background: #79abd2;
  color: #fff;
  opacity: 1;
}

.hb-label__item--black:hover {
  background: #333E44;
  color: #fff;
  opacity: 1;
}

.hb-label__item--black.hb-current--black {
  background: #333E44;
  color: #fff;
  opacity: 1;
}

.hb-current--all {
  background: transparent;
  color: #201F1F;
  opacity: 1;
}

.hb-header__flexItemInner {
  position: relative;
  bottom: auto;
  right: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 99;
}

.hb-searchBar {
  padding: 3px 8px;
  border-bottom: solid 1px #201F1F;
}

.hb-searchBar .Search__Input .Heading {
  max-width: 128px;
  margin-left: 10px;
}

.hb-top {}

.hb-top__subheading {
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.08em;
}

.hb-top__labelheading {
  margin: 10px auto 0;
  padding: 0;
  color: #fff;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-size: 62px;
  line-height: 90%;
  letter-spacing: 0.06em;
}

.hb-top__title {
  margin: 10px auto 2px;
  padding: 0;
  color: #fff;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 90%;
  letter-spacing: 0.24em;
}

.hb-top__btn {
  display: inline-block;
  padding: 11px 30px;
  width: 80px;
  height: 34px;
  border-radius: 17px;
  color: #fff;
  font-family: 'Roboto';
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.24em;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.hb-top__btn--blue {
  background: #79abd2;
}

.hb-top__btn--black {
  background:  #333E44;
}

.hb-top__btn:hover  {
  background: #fff;
  color: #201F1F;
  transition: all 0.25s ease-in-out;
}

.hb-top__btn--blue:hover  {
  color: #79abd2;
}

.hb-top__btn--black:hover  {
  color: #333E44;
}

.hb-social {
  display: inline-block;
}

.HorizontalList--spacingExtraLoose .HorizontalList__Item.hb-social__item {
  margin: 0 12px ;
}

.hb-social__item svg {
  width: 22px;
  height: 22px;
  margin-top: -4px;
  transition: all 0.5s ease-in-out;
}

.hb-icon--black svg path {
  fill: #333E44;
}

.hb-icon--blue svg path {
  fill: #79abd2;
}

a:hover svg, a:hover path {
  fill: #B9A560;
  transition: all 0.25s ease-in-out;
}
a.icon-fav:hover svg .cls-2 {
  stroke: #B9A560;
}

.hb-footer__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}


.hb-brandList {}

.hb-brandList__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.hb-brandList__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}

.hb-brandList__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px 15px;
  gap: 32px 15px;
  align-items: flex-end;
  justify-content: center;
  list-style: none;
}

.hb-brandList__gridItem {
}

.hb-brandList__dots {
  display: flex;
  justify-content: center;
  height: auto;
  margin: 8px auto 0;
  text-align: center;
}

.hb-brandList__dot {
  display: inline-block;
  width: 20px;
  height: 10px;
  border-radius: 10px;
  background: #201F1F;
  margin: 0 2px;
  line-height: 1;
}

.hb-brandList__dot--black {
  background: #333E44;
}

.hb-brandList__dot--blue {
  background: #79abd2;
}

.hb-brandList__img {
  display: block;
  mix-blend-mode: multiply;
  margin: 0 auto;
}


.hb-brandList__header .hb-brandList__img,
.hb-brandList__grid .hb-brandList__img {
  max-height: 50px;
}

.hb-brandList__label {
  position: relative;
  margin: 0 8px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.08em;
}


.hb-brandList__label .hb-brandList__dot {
  margin-right: 6px;
}

.hb-articleList__Container {
  padding: 0 40.5px;
}

.hb-blog__filter {
  width: 100%;
  padding: 0 24px 32px;
  background: #fff;
}

.hb-blog__labels {
  margin: 0 auto;
  max-width: 328px;
}

.hb-blog__labelContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.hb-blog__label {
  opacity: .3;
  transition: all 0.5s ease-in-out;
}

.hb-blog__label:hover {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

.hb-blog__label--active {
  opacity: 1;
}

.hb-blog__labelItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  border: solid 1px #201F1F;
  color: #201F1F;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hb-blog__labelItem--black {
  border: solid 1px #333E44;
  color: #333E44;
}

.hb-blog__labelItem--blue {
  border: solid 1px #79abd2;
  color: #79abd2;
}

.hb-blog__tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 24px auto 0;
}

.hb-blog__tagContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}

.hb-blog__tagLabel {
  margin: 0;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.08em;
}

.hb-blog__tag {
  margin-left: 8px;
  opacity: .3;
  transition: all 0.5s ease-in-out;  
}

.hb-blog__tag:hover {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

.hb-blog__tag--active {
  opacity: 1;
}

.hb-blog__tagItem {
  background: #939A9D;
  color: #fff;
  display: inline-block;
  padding: 4.5px 10px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

.hb-collectionList__title {
  margin: 0;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.08em;
}

.hb-collectionList__subTitle {
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.08em;
}

.hb-product__ranking {
  position: relative;
  padding-top: 30px;
}

.hb-product__ranking::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 30px;
  height: 22px;
}

.Carousel__Cell:first-of-type .hb-product__ranking::before {
  background: url(//onlinestore.illums.jp/cdn/shop/t/62/assets/rank-1.png?v=77880125060444519431751965282) no-repeat center;
  background-size: contain;
}

.Carousel__Cell:nth-of-type(2) .hb-product__ranking::before {
  background: url(//onlinestore.illums.jp/cdn/shop/t/62/assets/rank-2.png?v=105078353086949375121751965283) no-repeat center;
  background-size: contain;
}

.Carousel__Cell:nth-of-type(3) .hb-product__ranking::before {
  background: url(//onlinestore.illums.jp/cdn/shop/t/62/assets/rank-3.png?v=99213655133449478681751965283) no-repeat center;
  background-size: contain;
}

.Carousel__Cell:nth-of-type(4) .hb-product__ranking::before {
  background: url(//onlinestore.illums.jp/cdn/shop/t/62/assets/rank-4.png?v=57475678418713719041751965283) no-repeat center;
  background-size: contain;
}

.Carousel__Cell:nth-of-type(5) .hb-product__ranking::before {
  background: url(//onlinestore.illums.jp/cdn/shop/t/62/assets/rank-5.png?v=98846267330071772521751965284) no-repeat center;
  background-size: contain;
}

.pf-c:first-of-type .hb-product__ranking::before {
  background: url(//onlinestore.illums.jp/cdn/shop/t/62/assets/rank-1.png?v=77880125060444519431751965282) no-repeat center;
  background-size: contain;
}

.pf-c:nth-of-type(2) .hb-product__ranking::before {
  background: url(//onlinestore.illums.jp/cdn/shop/t/62/assets/rank-2.png?v=105078353086949375121751965283) no-repeat center;
  background-size: contain;
}

.pf-c:nth-of-type(3) .hb-product__ranking::before {
  background: url(//onlinestore.illums.jp/cdn/shop/t/62/assets/rank-3.png?v=99213655133449478681751965283) no-repeat center;
  background-size: contain;
}

.pf-c:nth-of-type(4) .hb-product__ranking::before {
  background: url(//onlinestore.illums.jp/cdn/shop/t/62/assets/rank-4.png?v=57475678418713719041751965283) no-repeat center;
  background-size: contain;
}

.pf-c:nth-of-type(5) .hb-product__ranking::before {
  background: url(//onlinestore.illums.jp/cdn/shop/t/62/assets/rank-5.png?v=98846267330071772521751965284) no-repeat center;
  background-size: contain;
}

.hb-product__vendor {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.04em;
}

.hb-product__title {
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.04em;
}

.hb-produc__price {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0.04em;
}

.shopify-section--bordered > .Section--spacingNormal.hb-premire {
  padding: 40px 0 56px;
}

.hb-premire__title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.08em;
}

.hb-title {
  margin: 0;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.14em;
}

.hb-subTitle {
  margin-top: 15px;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.12em;
}

.hb-filterDrawer {
  width: 100vw;
}

.wc_review_main_content {
  padding-top: 25px;
}

#wc_review_section .wc_review_top_title h2 {
  font-size: 14px !important;
}

.wc_review_top_title {
  padding: 0 25px 5px !important;
}

.wc_overall_review.wc_review_layout_3 {
  padding: 0 25px 25px !important;
}

.wc_overall_review {
  border-top: none !important;
}

.wc_review_layout_section.wc_wf_cls {
  padding: 25px !important;
}

.wc_review_list_section ul.wc_review_main_ul > li.wc_wf_cls {
  padding: 12px 0;
  background-color: transparent;
}

.cross-sell .flickity-page-dots {
  display: none;
}

.cross-sell li .producttitle {
  text-align: left !important;
  min-height: auto !important;
  font-size: 14px !important;
}

.cross-sell * {
  text-align: left !important;
}

.cross-sell li a {
  padding: 0 !important;
  min-height: auto !important;
  font-size: 14px !important;
}

.cross-sell li .money a {
  font-size: 14px !important;
}

h3.crossselltitle {
  font-size: 20px !important;
}

.hb-breadcrumb .Container {
  padding: 0 14px;
}
@media screen and (max-width: 640px) {
  .hb-breadcrumb {
    overflow-x:auto;
  }
  .hb-breadcrumb .Container {
    padding: 8px 2px 8px 8px;
    white-space:nowrap;
  }
  .hb-breadcrumb .Container .hb-breadcrumb__list {
    padding:4px 7px 4px;
  }
  .hb-breadcrumb .Icon {
    vertical-align:baseline;
  }
}

.hb-btn__contactWrapper {
  margin-top: 16px;
  text-align: center;
}

#BIS_trigger {
  font-size: 16px;
  color: #fff;
  background-color: var(--c_gray-l);
    }

.hb-btn__contact {
  margin: 0 auto;
  width: 223px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background-color: var(--c_gray-l);
    border: solid 1px transparent;
    }

#BIS_trigger:hover, .hb-btn__contact:hover {
  background-color: var(--c_gray-l) !important;
    }

#BIS_trigger::before, .hb-btn__contact::before {
  background-color: var(--c_base);
    }

.features--show-button-transition .Button.Cart__Checkout {
  color: #fff;
  font-size: 14px;
  background: transparent;
  border: solid 1px var(--c_base);
    }

.features--show-button-transition .Button.Cart__Checkout::before {
  background-color: var(--c_base);
    transform: scale(1, 1);
    transform-origin: left center;
    }

.features--show-button-transition .Button.Cart__Checkout:hover::before {
  transform-origin: right center;
  transform: scale(0, 1);
}

.features--show-button-transition .Button.Cart__Checkout:hover {
  color: var(--c_base);
    }


div#ZlistWishlist {
  float: none !important;
  margin: 16px auto 36px;
  text-align: center;
}

.zooomypwishmsg {
  margin: 16px auto;
  width: 223px;
  display: inline-block;
  color: var(--c_base);
    font-size: 14px;
    line-height: 1;
    padding: 13px 0;
    background-color: transparent;
    transition: all .5s ease-in-out;
    }

.zooomypwishmsg label:hover {
  transition: all .25s ease-in-out;
  color: var(--c_gold);
    }

div#ZooomyList {
  float: none !important;
  width: auto !important;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#ZooomyList label {
  float: none !important;
  margin-right: 0 !important;
}

p.zooomypwishmsg {
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  background: transparent !important;
  width: 223px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 14px !important;
  color: var(--c_base) !important;
    border: 1px solid #E7E7E7 !important;
    border-radius: 0px !important;
    }

#ZooomyList label:hover p.zooomypwishmsg {
  color: var(--c_gold) !important;
    }

#ZooomyList p.zooomypwishmsg .fa {
  color: var(--c_base) !important;
    transition: all .5s ease-in-out;
    }

#ZooomyList label:hover p.zooomypwishmsg .fa, #ZooomyList label:hover p.zooomypwishmsg {
  color: var(--c_gold) !important;;
    transition: all .25s ease-in-out;
    }
.sns-gift-product-container {
  margin-top:15px;
}
.ProductForm__BuyButtons {
  margin-top: 36px;
}
@media screen and (max-width: 640px){
  select.spb-productdescfont {
    border:1px solid #aaa;
    border-radius:3px;
  }
  .ProductForm__BuyButtons {
    position:fixed;
    bottom:-150px;
    left: 0;
    right: 0;
    z-index:10000;
    width: 100%;
    padding: 30px 25px;
  
  }
  .ProductForm__BuyButtons button {
    border-radius:5px;
    
  }
  .-pozSnap .ProductForm__BuyButtons {
      bottom: 0;
      opacity:1;
  }
  .-pozSnap .NewsletterPopup {
    bottom:max(15px, env(safe-area-inset-bottom, 0px) + 15px + 75px);
  }
}
.shopify-app-block .chakra-form-control {  
}
.shopify-app-block .chakra-form-control .css-14pmv0p {
  background: #eff3f9;
}
.shopify-app-block .chakra-form-control .css-lgj0h8 {
  margin-top:8px;
}
.shopify-app-block .chakra-form-control .chakra-button.css-3d1d83 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--c_base);
  font-size: 16px;
  line-height: 1;
  padding: 20px;
  border: solid 1px var(--c_base);
  border-radius: 0;
  font-weight:normal;
}

.hb-productMeta__tags {

}

.hb-productMeta__vendor {
  display: inline-block;
  color: #343434;
  height: 18px;
  font-size: 11px;
  line-height: 18px;
  margin: 0 4px 4px 0;
}

.hb-productMeta__tag {
  display: inline-block;
  margin: 0 4px 4px;
  border-radius: 9px;
  height: 18px;
  padding: 0 8px;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
}

.hb-productMeta__tag--black {
  background: #333E44;
  text-transform: uppercase;
}

.hb-productMeta__tag--blue {
  background: #79abd2;
  text-transform: uppercase;
}

.hb-productMeta__tag--gold {
  color: #B9A560;
  border: solid 1px #B9A560;
  font-size: 10px;
}


.hb-productMeta__title {
  margin: 24px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
}

.hb-productMeta__price {
  font-weight: 400;
  font-size: 20px;
  line-height: 80%;
  letter-spacing: 0.04em;
}

.hb-productMeta__subtitleB {
  margin-top: 12px;
}

.hb-productMeta__excerpt {
  margin-top: 24px;
}


.hb-filter__tags {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -6px 0;
  padding: 0 24px;
}

.hb-filter__tags::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 1px;
  height: 16px;
  background-color: #E7E7E7;
}


.hb-filter__tag {
  display: inline-block;
  background: var(--c_base);
    color: #fff;
    margin: 0 6px;
    padding: 0 10px;
    height: 20px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 20px;
    transition: all .25s ease-in-out;
    cursor: pointer;
    }

.hb-filter__tag--black {
  background: var(--c_black-d);
    opacity: .2;
    }

.hb-filter__tag--blue {
  background: var(--c_blue-d);
    opacity: .2;
    }

.hb-filter__tag--clear {
  border: solid 1px var(--c_base);
    color: var(--c_base);
      background: transparent;
      }

.hb-filter__tag:hover {
  transition: all .5s ease-in-out;
  opacity: 1;
}

.hb-filter__tag--clear:hover {
  color: #fff;
  background: var(--c_base);
    }


.hb-active {
  opacity: 1;
}

.hb-filter__priceArea {
  margin-bottom: 25px;
}

.hb-filter__priceArea p {
  margin-bottom: 8px;
}

.hb-yen {
  padding-right: 8px;
}

.input-prefix__field::placeholder {
  color: transparent;
}

.hb-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1008px) {
  .CollectionToolbar__Group {
    width:100%;
  }
  .hb-toolbar {
    display: block;
  }
  .hb-filter__tags {
    justify-content:center;
  }
  .btnbox_ex {
    text-align:center;
  }
}

#collection-filters-sidebar-form .Collapsible__Button,
#collection-filters-drawer-form .Collapsible__Button {
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#collection-filters-sidebar-form .Collapsible__Button .Icon,
#collection-filters-drawer-form .Collapsible__Button .Icon {
  transform: rotate(360deg);
  width: 10px;
  transition: all .5s ease-in-out;
}

#collection-filters-sidebar-form .Collapsible__Button[aria-expanded="true"] .Icon,
#collection-filters-drawer-form .Collapsible__Button[aria-expanded="true"] .Icon {
  transform: rotate(180deg);
  transition: all .5s ease-in-out;
}

#collection-filters-drawer-form .hb-filter__tags {
  display: none;
}

#collection-filters-drawer-form .hb-filter__priceArea {
  padding: 18px 20px;
  margin: 0;
}

#collection-filters-drawer-form .Linklist__Item {
  margin: 0 20px 0;
}

#collection-filters-drawer-form .Linklist__Item > .Link {
  padding-top: 14px;
  padding-bottom: 14px;
}

.hb-btnGroup .ButtonGroup__Item {
  margin: 4px;
  border: solid 1px var(--c_base);
    color: var(--c_base);
      }

.hb-btn--clear::before {
  background: var(--c_base) !important;
    }

.hb-btn--clear:hover {
  color: #fff !important;
}

.hb-btn--confirm {
  background: var(--c_base) !important;
    color: #fff !important;
    }

.hb-btn--confirm::before {
  background: #fff !important;
}

.hb-btn--confirm:hover {
  background: var(--c_base) !important;
    color: var(--c_base) !important;
      }




.cross-sell .flickity-prev-next-button.next:hover {
  background-color: rgba(0, 0, 0, 0.1);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000", GradientType=1 );
}
.cross-sell .flickity-button:hover {
  background: white;
  cursor: pointer;
}

.cross-sell.flickity-enabled:hover .flickity-prev-next-button:not([disabled]), .cross-sell .flickity-prev-next-button {
  top: 50%;
  width: 40px;
  height: 40px !important;
  transform: translateY(-50%);
  background-color: #fff  !important;
  border-radius: 40px !important;
}

.cross-sell .flickity-prev-next-button .flickity-button-icon {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  width: 40% !important;
  height: 40% !important;
}

.cross-sell .flickity-button.flickity-prev-next-button.next {
  right: 16px;
}

.cross-sell .flickity-button.flickity-prev-next-button.previous {
  left: 16px;
}

.cross-sell.flickity-enabled {
  overflow: visible;
}

.RoundButton[data-animate-right]:hover svg, .flickity-prev-next-button.next:hover svg {
  -webkit-animation: none !important;
  animation: none !important;
}

.RoundButton[data-animate-left]:hover svg, .flickity-prev-next-button.previous:hover svg {
  -webkit-animation: none !important;
  animation: none !important;
}

.hb-pageflyShare {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hb-pageflyShare__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #343434;
  position: relative;
  padding-right: 18px;
  margin-right: 10px;
  margin-bottom: 6px;
}

.hb-pageflyShare__text::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  content: "";
  display: block;
  background: #343434;
}


.hb-pageflyBtn {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  text-align: center;
  letter-spacing: 0.2em;
  font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
      font-style: var(--heading-font-style);
        background-color: var(--c_base);
          transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          z-index: 1;
          -webkit-tap-highlight-color: initial;
          }

.hb-pageflyBtn::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #B9A560;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: right center;
  z-index: -1;
}

.hb-pageflyBtn.hb-pageflyBtn--white {
  background: transparent;
  color: #fff;
  border: solid 1px #fff !important;
  font-size: 12px;
}

.hb-pageflyBtn.hb-pageflyBtn--white::before {
  background: #fff;
}

.hb-pageflyBtn.hb-pageflyBtn--white:hover {
  background: transparent;
}

.hb-pageflyBtn.hb-pageflyBtn--border {
  background: transparent;
  color: var(--c_base);
    border: solid 1px var(--c_base) !important;
      font-size: 12px;
      }

.hb-pageflyBtn.hb-pageflyBtn--border::before {
  background: #B9A560;
}

.hb-pageflyBtn.hb-pageflyBtn--border:hover {
  color: #fff;
  border: solid 1px #B9A560 !important;
}

.Rte ul.hb-tabList {
  margin-bottom: 0.4em;
  margin-left: 0;
  list-style: none;
}

.Rte p.hb-tabList__title {
  margin-bottom: 0;
}

.Rte li.hb-tabList__item {
  padding: 0;
}

@media screen and (min-width: 641px) {
  .hb-breadcrumb {
    display: block;
    margin: 16px auto;
  }

  .hb-btn__contactWrapperr {
    margin-top: 20px;
  }

  div#ZlistWishlist {
    margin: 20px auto 40px;
  }

  .hb-productMeta__title {
    margin 32px 0 0;
  }

  .ProductMeta__PriceList {
    margin-top: 32px;
  }

  .hb-productMeta__subtitleB {
    margin-top: 12px;
  }

  .hb-productMeta__excerpt {
    margin-top: 32px;
  }

}


@media screen and (min-width: 641px) and (max-width: 1139px) {
  .hb-brandList__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px 15px;
    gap: 50px 15px;
  }
}

@media screen and (max-width: 1007px) {
  .wc_review_main_content {
    width: auto !important;
    margin: 0 -25px;
  }
  #cross-sell {
    margin: 0 -25px;
    width: calc(100% + 50px) !important;
  }
/*   .hb-tag[type="checkbox"]:checked + .hb-filter__tag {
    transition: all .5s ease-in-out;
    opacity: 1;
  } */
}


@media screen and (min-width: 1008px) {
  .shopify-section--bordered > .Section--spacingNormal.hb-premire {
    padding: 48px 0 64px;
  }


  #collection-filters-sidebar-form .Collapsible__Button {
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
  }

  #collection-filters-sidebar-form .Linklist__Item > .Link {
    padding-top:14px;
    padding-bottom: 14px;
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  #collection-filters-sidebar-form .Linklist__Item {
    margin-bottom: 0;
    line-height: 1;
  }
  .hb-toolbar {
    /*
     display: none;
    */
  }
  .hb-toolbar #collection-filters-sidebar-form {
    display:none !important;
  }
  .hb-filter__tags {
    margin: 0 -6px 25px;
    padding: 0;
  }
  .hb-filter__tags::after {
    display: none;
  }
  .hb-filter__tag {
    padding: 0 14px;
    height: 24px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 24px;
  }
  .cross-sell .flickity-button.flickity-prev-next-button.next {
    right: -20px;
  }
  .cross-sell .flickity-button.flickity-prev-next-button.previous {
    left: -20px;
  }
}


@media screen and (min-width: 1140px) {
  .hb-brandList__footer {
    padding: 56px 0;
  }

  .hb-brandList__grid {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 50px 15px;
    gap: 50px 15px;
  }

  .hb-label--position {
    position: absolute;
    bottom: 45px;
  }
  .hb-header__flexItemInner {
    position: absolute;
    bottom: 56px;
    right: 71px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 99;
  }
  .hb-footer__linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .hb-footer__linkItem {
    width: auto;
    margin: 0 12px;
  }

  .hb-blog__filter {
    padding: 0 100px 32px;
  }

  .hb-blog__tags {
    justify-content: flex-end;
    margin-top: 16px;
  }

  .hb-blog__tagContainer {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1008px) {
  .template-index .ProductList {
  }
  .template-index .ProductList > *:nth-of-type(n + 7) {
    display:none;
  }
}

/* product-variants */
.ProductItem__ImageWrapper {
  position:relative;
}
.img_variant {
  display:inline-block;
  position:absolute; right:10px; bottom:10px;
  background-repeat:no-repeat;
  background-position:0 100%;
  background-color:#FFF;
  opacity:0;
  transition:all 0.25s ease-in-out 0s;
  border-radius:5px;
  max-width:50%;
  max-height:50%;
  box-shadow:1px 1px 3px 0px rgba(128,128,128,0.25);
}
.img_variant img {
  display:block;
  vertical-align:top;
  font-size:0;
  margin:3px;
  border-radius:3px;
}
.show_variant .img_variant {
  opacity:1;
}
.product-variants {
  display:flex;
  margin:5px 0 0;
  min-height:15px;
}
.product-variants li{
  list-style-type:none;
  margin-right: 2px;
  line-height:1;
}
.product-variants li a.link_variant {
  display: block;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  position: relative;
  overflow: hidden;
}
.product-variants li a img {
  object-fit: contain;
  max-width: 150%;
  margin: auto;
  transform: translate(-50%, -50%) scale(1.5);
  position: absolute;
  left: 50%;
  top: 50%;
}
.product-variants li a.link_variant_more {
  font-size: 20px;
  font-weight: bold;
  color: #AAA;
  margin-left: 0px;
  line-height: 7px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .product-variants > li:nth-of-type(n + 7){
    display:none;
  }
  .product-variants li a.link_variant {
    width: 24px;
    height: 24px;
  }
}
.ProductItem__Label {
  color:#222;
  background: #f7f7f7;
  float: left;
  margin-right: 7px;
  line-height:1;
  padding:5px 7px 4px;
}
.ProductItem__Label.-new {
  color:#79abd2;
}
.ProductItem__Label.ProductItem__Label--soldOut {
  color:var(--product-sale-price-color);
}
.ProductItem__Label.ProductItem__Label--onSale {
  color:var(--product-sale-price-color);
}

/* xcell */
.cross-sell .xsell-quick-add-to-cart.xsell-quick-add-to-cart--bottom_side {
  max-height: 28px;
  width: auto;
  padding: 0 13px;
  top:10px !important;
  left: 50% !important;
  right: unset !important;
  transform: translateX(-50%);
  border-radius:2px;
}
.cross-sell span.xsell-quick-add-to-cart-buy-icon {
  color: #FFF;
  font-size: 0.875rem;
  line-height:1;
}

/* 臨時：LINE連携アプリを非表示*/
.socialplus-association-wrapper { display:none !important; width:0; height:0; overflow:hidden; }

/* キーワード検索結果の調整 */
.Search__Results .PageLayout__Section--secondary {
  display:none !important;
}
@media screen and (max-width: 640px) {
  .Search__Results .Grid__Cell {
    width: 100%;
  }
  .Search__Results .ProductItem__Wrapper .product-variants {
    display:none !important;
  }
}

/* 新規登録、ログイン系の調整 */

body.template-customers {
}
body.template-customers .PageContent.PageContent--extraNarrow {
  margin-top:0;
  max-width:unset;
  align-items:flex-start;
  padding:60px 0;
}
body.template-customers .Form__Item {
  display:flex;
  flex-direction:column;
}
body.template-customers .Form__Item .Form__Input {
  order:2;
}
body.template-customers .Form__Item input.Form__Input {
  border:1px solid #e6e6e6;
  padding:15px;
  height:50px;
  box-sizing:border-box;
  margin-bottom:30px;
  background:#FFF;
}
body.template-customers .Form__Item input.Form__Input::placeholder {
  color:#AAA;
  font-weight:bold;
}
body.template-customers .Form__Item .Form__Input.input_birthday {
  border:0;
  padding:0;
  display:flex;
  margin-bottom:30px;
}
body.template-customers .Form__Item .Form__Input.input_birthday .selectbox {
  width:calc((100% - 150px ) /3);
}
body.template-customers .Form__Item .Form__Input.input_birthday .selectbox select {
  width:100%;
  appearance:none;
  border:1px solid #e6e6e6;
  padding:15px;
  font-size:14px;
  cursor:pointer;
}
body.template-customers .Form__Item .Form__Input.input_birthday .select_label {
  width:50px;
  padding:0 10px 10px;
  display:flex;
  align-items:flex-end;
}
body.template-customers .Form__Item .Form__Input.input_birthday .selectbox select#birthday_d.-monthS .day31,
body.template-customers .Form__Item .Form__Input.input_birthday .selectbox select#birthday_d.-monthSSa .day31,
body.template-customers .Form__Item .Form__Input.input_birthday .selectbox select#birthday_d.-monthSSa .day30,
body.template-customers .Form__Item .Form__Input.input_birthday .selectbox select#birthday_d.-monthSSa .day29,
body.template-customers .Form__Item .Form__Input.input_birthday .selectbox select#birthday_d.-monthSSb .day31,
body.template-customers .Form__Item .Form__Input.input_birthday .selectbox select#birthday_d.-monthSSb .day30 {
//  display:none !important;
  pointer-events:none;
}
body.template-customers .Form__Item input.Form__Input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
body.template-customers .Form__Item label.Form__FloatingLabel {
  order: 1;
  position: relative;
  top: 0;
  bottom: unset;
  left: unset;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px;
  opacity: 1;
  transform:translateY(0) !important;
}
body.template-customers .Form__Item .Form__ItemHelp {
  top:10px;
  right:0;
  transform:unset;
  z-index:1;
}
body.template-customers .Form__Submit {
  background:#363636;
  color:#FFF;
  font-size:13px;
  font-weight:bold;
  height:50px;
  width:auto;
  min-width:150px;
  width:150px;
  margin-top:0;
  margin-bottom:50px;
  padding:0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.template-customers .Form__Submit:hover {
  background:#363636 !important;
//  color:#363636 !important;
}
body.template-customers .Form__Submit::before {
  background:#b9a561 !important;
}

body.template-customers .Form__radiobox {
  order:2;
  display:flex;
  justify-content:flex-start;
  margin-bottom:30px;
}
body.template-customers .Form__radiobox .Form__Label {
  font-size:13px;
  padding: 3px 10px;
}

/* カートの各アイテムの小計表示をSPにも出す */
@media screen and (max-width: 640px) {
  .CartItem {
    display:flex;
    flex-wrap:wrap;
    border-bottom:1px solid #EEE;
    padding-bottom:20px;
  }
  .CartItem:last-child {
    border-bottom:0;
    padding-bottom:0;
  }
  .CartItem__Info {
    width:calc(100% - 120px);
  }
  .CartItem__LinePriceList {
    display:block !important;
    width:100%;
    text-align:right;
    margin:10px 0 0;
  }
  .CartItem__LinePriceList.Heading.Text--subdued::before {
      content: '小計';
      padding-right: 5px;
      font-size: 11px;
  }
}

/* nordica gallery コメントを消す */
.Article__nordika .Article__Body .short_comment,
.Article__nordika .Article__Body p {
  display:none;  
}
.Article__nordika .Article__Body p.account_name {
  display:block; 
}