/** Shopify CDN: Minification failed

Line 169:2 Unexpected "{"
Line 169:3 Expected identifier but found "%"
Line 173:2 Unexpected "{"
Line 173:3 Expected identifier but found "%"
Line 175:2 Unexpected "{"
Line 175:3 Expected identifier but found "%"
Line 177:2 Unexpected "{"
Line 177:3 Expected identifier but found "%"
Line 223:23 Expected ")" to end URL token
Line 234:12 Expected identifier but found whitespace
... and 28 more hidden warnings

**/
@charset "utf-8";
/* 基本設定 */
html{
  scroll-behavior: smooth;
}
body{
  overflow-x:hidden;
}
body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5{
  color: rgba(var(--color-foreground)) !important;
}
body:has(.menu-opening){
  overflow: hidden;
}
  svg#icon_cart{
    width:100%;
  }
.localization-selector.link{
  color: #fff !important;
}
span.header__active-menu-item{
  border-bottom: 1px solid;
}
.cart-count-bubble{
  background-color: #fff !important;
  top: 1.2rem;
  right: 0.5rem;
  bottom: auto;
  left: auto;
  color: #333;
}
.inner{
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 20px
}
h2{
  font-size: 4rem;
}
img{
  width: 100%;
  height: auto;
  display: block;
}
ul,ol,li{
  list-style:none;
}
a{
  text-decoration:none;
}
.flex{
  display:flex;
}
p{
  text-align: justify;
}
.spOnly{
  display: none;
}
@media screen and (max-width:767px){
  h2{
    font-size: 2rem;
  }
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
}
@media screen and (max-width: 749px) {
  slideshow-component .slideshow.banner .spOnly {
    height: 177.777vw;
  }
  .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt)
    .banner__content {
    min-height: 177.777vw;
  }
}

/* input */
select {
  height: 42px;
  padding: 10px;
  max-width: 400px;
}
.field__input, .select__select, .customer .field input, .customer select{
  background-color: transparent;
}
input.shopify-challenge__button.btn{
  background-color: #000;
}
.field.no-border::after{
  display: none;
}
.field{
  flex-direction: column;
}

/* ファセットナビ */
.facets__header{
  color: #fff;
  border-color: #666;
}
.facets__header a{
  color: #fff;
}
.facets__price span, .facets__price div, .facets__price label{
  color: #fff;
}
.facets__price .field__input{
  border: 2px solid #bfbfbf;
}
.facet-checkbox>svg{
  background-color: rgb(235 235 235);
}
.active-facets{
  align-items: baseline;
  margin-top: 0;
}
.facet-filters__sort:focus-visible{
  box-shadow: none !important;
}
a.mobile-facets__clear.underlined-link{
  color: #fff;
}

@media screen and (max-width:767px){
  .flex{
    flex-direction:column;
  }
  .flex>div{
    width:100%;
  }
}


/* ヘッダー */
.gradient{
  background: transparent;
}
.header{
  max-width: none;
}
.section-header{
  position: static;
}

  header-drawer {
    justify-self: start;
    margin-left: -1.2rem;
  }

  {%- if section.settings.sticky_header_type == 'reduce-logo-size' -%}
    .scrolled-past-header .header__heading-logo-wrapper {

    }
  {%- endif -%}

  {%- if section.settings.menu_type_desktop != "drawer" -%}

  {%- endif -%}

  .menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  summary.list-menu__item {
    padding-right: 2.7rem;
  }

  .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
    font-size: 1.6rem;
  }

  .list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }

  @media screen and (min-width: 750px) {
    .list-menu__item--link {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
    }
  }
  .header:not(.drawer-menu).page-width{
    display: block;
  }

  .section-header header.header{
    background: url({{ section.settings.mainbnr | image_url }}) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    height: 100vh;
    min-height: 600px;
    margin-top: -45px;
    padding-top: 75px;
    position: relative;
  }
  .header {
    padding: {{ section.settings.padding_top | times: 0.5 | round: 0 }}px 3rem {{ section.settings.padding_bottom | times: 0.5 | round: 0 }}px 3rem;
  }

  .section-header {
    margin-bottom: {{ section.settings.margin_bottom | times: 0.75 | round: 0 }}px;
  }
  #logo{
    width: 100px;
  }

  header h1.header__heading, header .header__heading-link{
    width: fit-content;
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-top: -15px;

  }
  
  header .list-menu.list-menu--inline{
    display: flex;
    justify-content: center;
  }
.header__menu-item span {
    border-bottom: 1px solid transparent;
  }
  header .rightnavi{
      width: 5.4rem;
      pointer-events: all;
    position: fixed;
    right: 50px;
    top: 50px;
  }

  {% comment %}
  ドロワー
  {% endcomment %}
  header-drawer .menu-drawer#menu-drawer{
    background: #7E6D4D;
    height: 100svh;
    height: 100vh;
    top: 0;
    width: 40vw;
    position: fixed;
    padding: 40px;
    overflow-y: hidden;
    -ms-overflow-style: none;
  }
header-drawer .menu-drawer .logo img{
  max-width: 150px;
    width: 25vw;
    margin: 0 auto 20px;
}
  .menu-drawer__navigation-container{
    display: flex;
    flex-direction: column;
    -ms-overflow-style: none;
    height: auto !important;
  }
  .menu-drawer__navigation-container::-webkit-scrollbar,
  header-drawer .menu-drawer#menu-drawer::-webkit-scrollbar,
  .menu-drawer__navigation-container .menu-drawer__navigation::-webkit-scrollbar{
    display: none;
  }
  .menu-drawer__navigation-container .menu-drawer__navigation{
    height: 80svh;
    overflow-y: auto;
    -ms-overflow-style: none;
  }
  #drawer_search .field{
    flex-direction: inherit;
  }
  #menu-drawer .top_link div{
    display: flex; 
    justify-content: space-between;
    gap: 10px;
    padding: 0 1px;
    margin: 10px 0;
  }
  #menu-drawer .top_link a{
    padding: 10px;
    background: aliceblue;
    border-radius: 3px;
    width: 100%;
    text-align: center; 
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 1.6rem;
  }
  #menu-drawer .top_link .link_login,
  #menu-drawer .top_link .link_logout{
      background: #513908;
  }
  #menu-drawer .top_link .link_mypage,
  #menu-drawer .top_link .link_entry{
  background: #7E5A24;
  }
  #menu-drawer .top_link .link_login::before{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    content: "";
    background: url(/cdn/shop/files/icon_login.svg?v=1739778094) no-repeat center center;
    background-size: contain;
    vertical-align: sub;
    margin-right: 5px;
  }
  #menu-drawer .top_link .link_logout::before{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    content: "";
    background: url(/cdn/shop/files/icon_logout.svg?v=1739778093) no-repeat center center;
    background-size: contain;
    vertical-align: sub;
    margin-right: 5px;
  }
  #menu-drawer .top_link .link_brand{
    background: #221815;
    padding: 12px 10px;
  }
  #menu-drawer .top_link .link_mypage::before,
  #menu-drawer .top_link .link_entry::before{
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    content: "";
    background: url(/cdn/shop/files/icon_user.svg?v=1739778093) no-repeat center center;
    background-size: contain;
    vertical-align: sub;
    margin-right: 5px;
  }

  #menu-drawer .menu_box{
      margin-bottom: 30px;
  }
  #menu-drawer .menu_box .menu_head{
    color: #fff;
    border-bottom: 1px solid;
    margin: 10px 0;
  }
  #menu-drawer .menu_box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #menu-drawer .menu_box.other ul{
    display: block;
  }
  #menu-drawer .menu_box ul li{
    width: 100%;  
  }
  #menu-drawer .menu_box.other ul li{
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  #menu-drawer .menu_box ul li a{
    padding: 10px 0;
    font-size: 1.6rem;
  }
  #menu-drawer .link_bottom{
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  #menu-drawer .link_bottom a {
    color: #fff;
  }
  .menu-drawer__utility-links{
    background-color: inherit !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .menu-drawer__account{
     color: #fff !important; 
  }
  .menu-drawer__inner-container{
    height: auto;
  }
  .header__active-menu-item{
    text-decoration: none;
  }
    .menu-drawer .list-social{
      justify-content: center !important;
    }
  #hm_box{
  display: flex;
  align-items: center;
  pointer-events: all;
        position: fixed;
    left: 50px;
    top: 50px;
   }
  .list-social__link{
    color: #fff !important;
  }
  #menu-drawer .copy{
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 20px;
  }

  @media screen and (max-width:1025px){
    header-drawer .menu-drawer#menu-drawer{
      width: 60vw;
      padding: 20px;
    }
    #menu-drawer .top_link div a{
      font-size: 1.3rem;
    }
  }

  {% comment %}
  スクロール時
  {% endcomment %}
    .header_fix  .fix_wrap{
    display: flex;
    justify-content: space-between;
   }
  .scroll .header__heading-logo{
    width: 80px;
  }
  header.scroll  .rightnavi, .scroll #hm_box{
    top: 3rem;
  }

  .menu-opening .header__icon svg{
      display:none;
  }
  .header__icon, .header__icon--cart{
    background: #00000005;
    border: 1px solid #0000000a;
    border-radius: 50%;
    filter: drop-shadow(0 0 10px #0000002e);
   }
  .disclosure{
    background: #d1c9ba8c;
    border-radius: 100px;
    filter: drop-shadow(0 0 10px #0000002e);
  }
  .header__icon, .header__icon--cart .icon{
    height: 5.4rem;
    width: 5.4rem;
    padding: 1rem;
  }
  span.header__active-menu-item{
    color: #fff;
  }
    .disclosure__list-wrapper{
      background: #fff;
    }

  @media screen and (max-width: 990px) {
  .section-header header.header{
    margin-top: 0;
    padding-top: 30px;
  }
  header h1.header__heading, header .header__heading-link{
      margin-top: -25px;
    }
    .header__icon, .header__icon--cart .icon{
      width: 5rem;
      height: 5rem;
    }
  .header_fix #hm_box{
        position: fixed;
        left: 20px;
        transition: 0.3s;
  }
    .header_fix.fixed #hm_box{
      top:5px;
    }
    header .rightnavi{
        position: fixed;
        right: 10px;
        transition: 0.3s;
    }
    header .fixed .rightnavi{
        top:5px;
    }
    /* ドロワー開いたとき */
    body:has(.menu-opening) #hm_box{
      top:5px;
    }
     body:has(.menu-opening) .rightnavi{
       top:5px;
     }
    .menu-drawer__utility-links{
    padding: 20px;
    }
    .menu-drawer__localization{
      text-align: end;
    }
  }


  
  @media screen and (max-width:767px){
    header-drawer #menu-drawer.menu-drawer{
      width:100vw;
      width: 100svw;
    }
  }

  @media screen and (min-width: 990px) {
    .header {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }

  {% comment %}
  コレクション
  {% endcomment %}
    body:has(#collection){
    background:url({{ section.settings.mainbnr | image_url }}) no-repeat !important;
  }
  #collection_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 8%;
  }
  #collection_box .title{
    filter: drop-shadow(2px 2px 5px rgba(0 0 0 / 30%));
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: -1;
  }
  #collection_box .title h1,
  #collection_box .title p{
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: bold;
  }
  #collection_box .btn a{
    text-decoration: none;
    background: rgb(0 0 0 / 90%);
    padding: 10px 20px;
    color: #fff;
  }
@media screen and (max-width:767px){
  #collection_box{
    margin-top: 40%;
  }
}


/* カートアイコン */
.header__icon span{
  color: #000 !important;

}

/* メイン画像 */
#shopify-section-template--15704759337044__image_banner {
  margin-top: -275px;
}

/* ドロワー */
.header__icon--menu{
  z-index: 999;
}
.header__icon--menu[aria-expanded="true"]::before {
  display:none;
}
#menu-drawer{
  transition: 0.8s;
}

/* ドロワー中身 */

.list-menu__item{
  color: #fff !important;
}
@media screen and (max-width:767px){
  .menu-drawer__localization .localization-form__select{
  padding: 1rem 3.6rem 1rem 2.5rem;
  }
}
/* ドロワーサブメニュー */
.menu-drawer__inner-submenu{
  padding: 150px 20px 0;
}
.menu-drawer__close-button{
  color: #fff;
}
.js .menu-drawer__submenu{
  transition: 1s !important;
}
.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover{
    color: #fff !important;
    opacity: 0.8;
}


/* ボタン */
.button, .shopify-challenge__button, .customer button{
  color: #fff;
  background: #000;
}
.quantity,quantity-popover .quantity{
  background:#fff !important;
}
.quantity,.quantity__button,.product-form__submit span{
  color: rgba(var(--color-foreground));
}
.product-form__submit{
  background: #7C6C4C !important;
}
.product-form__submit::after{
  box-shadow: none;
}
.product-form__submit span{
  color: #fff;
}
button#checkout{
  background: #000;
}
span.active-facets__button-inner.button.button--tertiary{
  background: #fff;
}
.active-facets__button{
  margin: 0;
}
.more{
  text-align: end;
}
.more a{
    text-decoration: none;
    border-bottom: 1px solid;
    padding: 0 2px 2px;
    color: inherit;
    transition: 0.3s;
}
.more a:hover{
  margin-right: -5px;
}

.product-form__input--pill input[type=radio]:disabled+label, .product-form__input--pill input[type=radio].disabled+label, .product-form__input--pill input[type=radio]:checked+label{
  color: rgb(255 255 255 / 60%) !important;
}
.product-form__input--pill input[type=radio]:checked+label{
  color: #fff!important;
}

/* 下層ページ */
.page-width--narrow{
  max-width:120rem;
}

/* 背景 */
.bgover{
  background: #000;
  margin: 0 calc(50% - 50vw);
  padding: 70px calc(50vw - 50%);
  color: #fff;
}
.collapsible-content, #MainContent {
  background: #fff;
}
.bgwh{
  background: #fff;
}
/* ガイドページ */
.guide{
  padding:30px 10px;
}
@media screen and (max-width:767px){
  padding:30px 0;
}

/* ブログタグ等 */
.badge{
    padding: .5rem 1.3rem .3rem;
    background: #554c4c;
    border-radius: 0;
    color: #fff;
}
@media screen and (min-width: 750px){
  .page-width--narrow{
  padding:0;
}
}
/* 再生ボタンアイコン */
.deferred-media__poster-button .icon-play path {
  fill: #fff;
}

/* 価格 */
.price-item{
  width: 100%;
  line-height: 1;
}
.card--standard>.card__content .card__information{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title--primary{
  font-size: 1.6rem;
}
/* 絞り込み */
  .mobile-facets__close .icon-close{
      height: 2rem !important;
  }
article.article-template{
  padding: 0 20px;
}
/* お気に入り一覧 */
#wishlist-hero-shared-list-view{ 
  font-size: 1.6rem;
}
span.wishlist-hero-items-count.wishlist-hero-items-count-text-plain.cart-count-bubble.wishlist-hero-items-count-exists{
  position: static;
    justify-content: center;
    font-size: 1.2rem;
    margin-left: 10px;
    text-align: center;
    line-height: 1.8rem;
}