li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    word-break: break-all;
  }
  .head {
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 2%;
    z-index: 10000;
}
.logo {
    margin-right: auto;
    max-width: 20%;
    width: 20%;
}
.logo img {
    max-width: 100%;
    max-height: 140px;
}
.navbar {
    width: 60%;
    margin-left: 2%;
}
.navbar-list {
    display: flex;
}
.navbar-list-main {
    width: 14.28%;
    border-left: solid 1px #CCC;
    font-size: 16px;
    font-weight: bold;
}
.navbar-list-main-link {
    display: block;
    position: relative;
    padding: 50px 0 70px;
    text-align: center;
    word-wrap: break-word;
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
}
.navbar-list-main {
    width: 20%;
    border-left: solid 1px #CCC;
    font-size: 16px;
    font-weight: bold;
}

.navbar-list-main-link:after, .navbar-list-main-link span:after {
    content: "";
    width: 25px;
    height: 3px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -12px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.navbar-sub {
    display: none;
    /*backface-visibility: hidden;*/
}
.navbar-sub-in {
    position: absolute;

    top: 145px;
    left: 0;
    width: 100%;
    background-color: #eee;
    padding: 40px 40px 24px;
    box-sizing: border-box;
    z-index: 10000;
    backface-visibility: hidden;
}
.action {
    width: 200px;
    margin: 0 0 0 24px;
    position: relative;
    z-index: 10000;
}
.action-button {
    margin-bottom: 16px;
}
/*.action-button-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}*/
    .action-button-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: fixed!important;
  top: 1%!important;
  right: 2%!important;
}
.button-link {
    background-color: #CCC;
    padding: 9px 10px 4px;
    border-radius: 50%;
    display: block;
    margin-left: 8px;
}
.navbar-sub-list-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}

.navbar-sub-list-data {
    margin-bottom: 8px;
    font-size: 14px;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  margin-right: 0px!important;
}
.navbar-sub a {
    text-decoration: none;
}
/*.action-search-button{
    position: absolute;
    top: 64px;
    right: 10px;
    padding: 4px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
}*/
    .action-search-button {
  position: fixed;
  top: 65px;
  right: 22px;
  padding: 4px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}
.action-search-button i{
    font-weight: bold;
    color: #999;
}
 span.cart-badge {
  font-size: 1px;
  background: #df224f;
  color: #df224f;
  padding: 5% 5%;
  border-radius: 60%;
  /* margin-top: -42px; */
  top: -70%;
  left: 46%;
  position: relative;
}
    
/*@media screen and (min-width: 641px){
    @media screen and (min-width: 2001px){
.button-menu {
    display: none;
}
}*/
/*@media screen and (max-width: 640px){*/
     @media screen and (max-width: 3000px){
  .logo{
        width: 180px;
        min-width: 180px;
        padding: 0;
    }
    
    .logo img{
        align-items: center;
        display: block;
        max-width: 100%;
        max-height: 50px;
    }
    
    .head{
        padding: 15px;
        height: 58px;
    }
    
    .navbar,
    .button-cart,
    .action-search,
    .button-account,
    .foot-info{
        display: none;
    }
    
    .action-button{
        position: relative;
    }
    
    .action-button-list a:hover{
        background: none;
    }

    .action-button-list i{
        font-size: 28px;
    }

    .pickup-list{
        flex-direction: column;
    }
    
    .button-link{
        padding: 0;
    }
    
    .section-title{
        margin: 50px 0;
        font-size: 28px;
        letter-spacing: -1px;
    }
    
    .section-title:after{
        top: 60px;
    }
    
    .pickup-list li{
        margin: 0 auto 20px;
        width: 100%;
    }
    
    .newitems-list li{
        flex-basis: calc(100% / 2 - 16px);
    }   
    
    .main-contents{
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }
    
    .item-info-name{
        font-size: 80%;
    }
    
    .item-view-button{
        width: 80%;
    }
    
    .item-view-button{
        padding: 15px 20px;
        border: solid 3px #999;
        background-color: #999;
        color: #FFF;
        margin: 20px auto 0;
    }
    
    .pager-list {
        margin: 0 10px;
    }
    
    .breadcrumb {
        margin-top: 16px;
    }
    
    .main-contents-detailitem {
        margin-top: 24px;
        display: block;
    }

    .item-image {
        width: 100%;
    }
    
    .item-image-list {
        margin-bottom: 24px;
    }
    
    .item-image-list img {
        width: 100%;
        max-width: auto;
        min-width: auto;
    }

    .item-detail {
        width: 100%;
    }

    .item-detail-title {
        line-height: 1.2;
    }

    .item-price-text {
        font-size: 24px;
        margin-top: 14px;
    }

    .item-detail-table {
        margin-top: 24px;
    }

    .item-detail-table th {
        width: 25%;
    }

    .item-detail-select{
        width: 200px;
    }

    .item-detail-text {
        line-height: 2.0;
        margin-top: 24px;
    }

    .item-detail-addcart {
        margin-top: 32px;
    }
    
    .item-cart-table {
        display: none;
    }

    .cart-back-button {
        float: none;
    }

    .cart-buy-button {
        float: none;
        margin-top: 24px;
    }
    .amazon-button {
        float: none;
    }
    .amazon-button > div {
        width: 100%!important;
    }
    
    .item-cart-list-wrap {
        display: block;
        border-bottom: 1px solid #999;
    }
    
    .item-cart-list {
        border-top: 1px solid #999;
        padding: 20px 0 10px;
        margin-bottom: 20px;
        position: relative;
    }
        
    .item-cart-detail:after {
        content: " ";
        display: block;
        clear: both;
    }
    
    .item-cart-text-wrap {
        float: right;
        width: 100%;
        margin-left: -100px;
    }
    
    .item-cart-text {
        margin-left: 100px;
    }
    
    .cart-item-option{
        font-size: 14px;
    }
    
    .cart-item-option span{
        margin-right: 16px;
    }
    
    .item-cart-title {
        display: block;
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 8px;
    }
    
    .item-cart-label {
        margin-bottom: 8px;
    }
    
    .item-cart-point, .item-cart-price {
        text-align: right;
        display: inline-block;
        font-size: 14px;
    }
    
    .item-cart-foot{
        margin-top: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    input[name="item-quantity"]{
        width: 24px;
        padding: 6px;
        margin-right: 4px;
        vertical-align: middle;
    }
    
    .item-delete-button{
        position: absolute;
        right: -10px;
        top: -10px;
    }
    
    .item-cart-button a{
        padding: 6px 12px;
        font-size: 13px;
        font-weight: normal;
    }
    
    .item-delete-button a{
        padding: 3px 8px;
        border-radius: 50%;
        font-size: 24px;
        line-height: 1;
    }
    
    .item-cart-total{
        font-size: 16px;
    }
    
    .contract-table th {
        width: 30%;
        padding: 16px;
        font-size: 13px;
    }
    
    .item-total-price{
        font-size: 20px;
    }

    .contract-table td {
        width: 70%;
        padding: 16px;
        font-size: 13px;
    }
    
    .guide-title{
        font-size: 16px;
    }
    
    .guide-text{
        font-size: 13px;
    }
    
    .foot{
        margin-top: 80px;
    }
    
    .foot-main{
        padding: 10px;
        display: initial;
    }
    
    .item-view-button:hover{
        padding: 15px 20px;
        border: solid 3px #999;
        background-color: #999;
        color: #FFF;
    }

    /*.foot-nav-list{
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .foot-nav-list li{
        white-space: normal;
        font-size: 12px;
        margin-left: 0px;
        justify-content: center;
        align-items: stretch;
        margin-right: 5px;
    }*/

    .button-menu{
        padding-top: 80px;
    }
    
    .drawernav{
        font-size: 14px;
    }
    
    .drawernav-search{
        position: absolute;
        top: 19px;
        left: 15px;
    }   

    .drawernav-search-in{
        position: relative;
    max-width: 350px;
  margin: 0 auto;
    }
    
    .drawernav-search-input{
        border: solid 1px #CCC;
        font-size: 14px;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 25px;
        appearance: none; 
        -webkit-appearance: none;
    }

    .drawernav-search-button{
        position: absolute;
        bottom: 0px;
        right: 6px;
        padding: 4px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
    }

    .drawernav-search-button i{
        font-weight: bold;
        color: #999;
    }

    .humberger{
        position: fixed;
        top: 16px;
        top: 5px;
    right: 30px;
        z-index: 100;
        padding: 13px 10px 10px;
        z-index: 10000;
    }
    
    .drawernav-search{
        width: 100%;
        padding-right: 80px;
        box-sizing: border-box;
    }
    
    .drawernav-list-main ul{
        padding: 0 15px 10px;   
    }
    
    .drawernav-list-main{
        border-bottom: solid 1px #666;
    }
    
    .drawernav-list-main:first-child{
        border-top: solid 1px #666;
    }
    
    .drawernav-list-category{
        padding-bottom: 8px;
    }
    
    .drawernav-list-title{
        padding: 15px;
        display: block;
    }
    
    .drawernav-list-main a{
        padding: 15px;
        display: block;
    }
    
    .drawernav-sub-list-title a,
    .drawernav-sub-list-data a{
        display: block;
        padding: 8px 15px;
    }
    
    .drawernav-sub-list-data{
        padding-left: 25px;
    }
    
    .drawernav-list-main-title{
        padding: 15px 15px 5px;
    }

    .drawernav-sublist a{
        padding: 5px 0 5px 1em;
    }
        
    .drawernav-list a{
        color: #FFF;
    }
    
    .drawernav-list a:hover{
        text-decoration: none;
    }

    .icon-bar{
        height: 3px;
        width: 25px;
        background: #333;
        display: block;
        margin-bottom: 6px;
        /*transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);  easeInOutExpo */
        /*transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);  easeInOutExpo */
    }

    .fixed-content{
        right: inherit;
        width: 100%;
        z-index: 2;
        /*transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);  easeInOutExpo */
        /*transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);  easeInOutExpo */
    }

    .drawer-opened .fixed-content{
        left: -240px;
    }
    

    
    .drawer-opened .humberger .icon-bar{
        background: #fff;
    }
    
    .drawer-opened .humberger :nth-child(1){
        transform:translate(0,9px) rotate(45deg);
    }
    
    .drawer-opened .humberger :nth-child(2){
        transform:translate(-20px ,0);
        opacity:0.0;
    will-change: opacity;
    }
    
    .drawer-opened .humberger :nth-child(3){
        transform:translate(0,-9px) rotate(-45deg);
    }
    
    .button-menu{
        position: fixed;
        top: 0;
        right: -100%;
        background: rgba(30,30,30,0.9);
        box-sizing: border-box;
        color: #fff;
        z-index: 2;
        /*transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);  easeInOutExpo */
       /* transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);  easeInOutExpo */
        width: 100%;
        height: 100%;
    }
    
    .button-menu-opened{
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    
    .fixed {
        position: fixed;
        width: 100%;
        /*height: 100%;*/
    }
    .action-search-button {
    position: absolute;
    top: 1px;
    right: 40px;
    padding: 4px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
}
    .action-search {
  position: fixed!important;
  top: 14%!important;
  right: 2%!important;
}
    
input[type="text"] {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 6px;
    font-size: 16px;
    font-family: 'Noto Sans JP';
    box-sizing: border-box;
    background: #fff;
    width: 85%;
}
.drawernav a {
    text-decoration: none;
}
ul.drawernav-list {
    /* float: right; */
    text-align: left;
}
}
@media screen and (max-width: 900px){
.drawer-opened .button-menu{
    right: 0;
}}
@media screen and (min-width: 901px){
.drawer-opened .button-menu{
    right: 0;
    width: 50%
}}

/* =========================================================================
   Product page image sizing — 2026-05-31
   Uploaded images can be 1000-3000px wide. Without constraints, they
   render at native size and blow out the layout.
   ========================================================================= */
/* Main product image — 本家 仕様 一致 (width:500px 固定, max-width:100%) */
.item-image-wrap .swiper-container { max-width: 100%; }
.item-image-wrap .swiper-slide img,
.item-image-wrap img.item-image {
  display: block;
  width: 500px;
  max-width: 100%;
  height: auto;
}
/* SKU table thumbnail — img が ある とき のみ 表示 (本家 は variant img 無し 時 完全 空 td) */
.sku td.sku-img img.option-image,
.sku td.sku-img img {
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 4px;
  display: inline-block;
}
/* Description-embedded images — never overflow column */
.item-description-wrap img,
.item-info-list img {
  max-width: 100%;
  height: auto;
}
/* Description swatches (e.g. 50x50 washing-care icons) — leave them be */
.item-description-wrap img[width][height] {
  max-width: 100%;
}
