
@media screen and (max-width:901px){
    #pcMenuWrap{
        display: none;
    }
    #spMenuWrap{
        display: block;
    }
    #spMenuWrap,#submenuContentHeight{
        height: 66px;
    }
    #submenuContentHeight{
        margin-bottom: 18px;
    }
}
@media screen and (min-width:902px){
    /* #pcMenuWrap{
        display: block;
    } */
    #spMenuWrap{
        display: none;
    }
    #submenuContent{
        display: none;
    }
}

@media screen and (max-width:901px){
    #submenuContentHeight{
        height: 66px;
    }
}
@media screen and (min-width:902px) and (max-width:1380px){
    #submenuContentHeight{
        padding: 16px 0 0 0;
    }
}
@media screen and (min-width:1381px){
    #submenuContentHeight{
        padding: 16px 0 0 0;
    }
}

/* html  */
.submenu__body--wrap{
    display:block ;
}

.--hide{
    display: none;
}

/* ロード時のスケルトン処理 */

/* 読み込み時の画像のスケルトン */
@keyframes loading {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  
  span.__thmbnail--nopost::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
    animation: loading 1.7s linear infinite;
  }
  

   span.__thmbnail--nopost img{
    width: 38px;
    border: none!important;
    opacity: .3;
    display: block;
    height: auto;
    margin: 51px auto;
   }
  .item__detail {
    height: 15px;
    width: 125px;
    background: #f4f4f5;
    overflow: hidden;
    position: relative;
  }
  
  .item__detail:not(:last-child) {
    margin-bottom: 5px;
  }
  
  .item__detail::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    animation: loading 1.0s linear infinite;
  }
  
  /* スケルトン解除 */
  .article__body--inner figure > div > span.isStartDisplay:before{
      content:none;
      
  }
  .article__body--inner figure > div > span.isStartDisplay{
      height: max-content;
      background-color: #fff;
  }

 
  /* ↑↑↑↑↑↑↑↑↑↑↑↑↑　ロード時のスケルトン　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */




/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* メニュー全体のレイアウト */
#submenuContent{
    position: fixed;
    top: calc(-1px);
    left: calc(-1px);
    width: calc(100vw + 2px);
    height: calc(100vh + 2px);
    z-index: 10000100;
    background-color: #fff;
    overflow: scroll;
}

@media screen and (max-width:901px) {
    .menu.menu__v3{
        display: none;
    }
    
}

.submenu__item > ul > li{
    /* padding: 0 5%; */
    border-bottom: 1px solid #aaa;
}
.submenu__item > ul > li:last-child{
    padding-bottom: 36px;
}

.submenu__item > ul > li.sub-navlist_asto,
.submenu__item > ul > li.sub-navlist_search{
    padding: 0;
}

li.sub-navlist_asto li,.sub-navlist_search > div > ul > li{
    border-bottom:1px solid #ddd;
}
li.sub-navlist_asto li:last-child,li.sub-navlist_search > div > ul > li:last-child{
    border-bottom:none;
}
li.sub-navlist_asto li:first-child,
.nav-title-content > li:first-child,
.sub-navlist_contact,
.sub-navlist_history,
.sub-navlist_cart{
    /* padding-left: calc(10% - 34px); */
}
@media screen and (max-width:420px){
    li.sub-navlist_asto li:first-child,
    .nav-title-content > li:first-child,
    .sub-navlist_contact,
    .sub-navlist_history,
    .sub-navlist_cart{
        /* padding-left: calc(10% - 34px); */
    }
}


li.sub-navlist_asto li:nth-child(n + 2){
    /* padding-left: 14%; */
}
.nav-title-content > li{
    /* padding-left: 10%; */
}
.nav-title-content > li#acrCateList{
    padding-left: 0;
}
.nav-title-content > li#acrCateList h3{
    /* padding-left: 10%; */
}

.nav-title-content > li.sub-navlist_search__searchbox{
    padding-left: 0px;
}

li.sub-navlist_search > div > ul > li:nth-child(n + 2){
    /* padding-left: calc(5% + 5%); */
    
}
.sub-navList .nav-title{
    display: grid;
    grid-template-rows: 36px;
    grid-template-columns: 14% auto 20px 10%;
}
/* subgrid */
#hamAcrKuradezaGuide > li > .navlink_area,
#hamListSearchMenuscean > a,
#hamListSearchMenutaste > a,
#hamListSearchMenucoordinate > a,
#hamListSearchMenubrand > a,
#acrCateList > p,
#acrTasteList p{
    
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto 11%;
    padding: 8px 0 8px 14%;
}

#acrCate:after,
#acrTaste:after{
    grid-column: 2;
}
/* メイン見出し、各フォントサイズ */
.ham-lead_text{
    font-size: 14px;
}
#submenuWrapDisplay span, 
#submenuWrapDisplay p,
#submenuWrapDisplay h3,
#submenuWrapDisplay figcaption{
font-weight: 900;
margin-bottom: 0;
}
/* メイン見出しのアイコンのサイズ */
.ham-icon_img-wrap>img, #hamListReview .ham-icon_img-wrap img{
    width: 100%;
    max-width: 26px;
}
.ham-icon_img-wrap{
    /* text-align: left; */
    margin-left: 48%;
    margin-right: 6px; 
}
.nav-search-nomal,
.sub-navlist_asto #acrKuraD p,
.sub-navList > li > a,
.sub-navlist_contact > a,
.sub-navlist_history > a,
.sub-navlist_cart > a,
.submenu__coupon-lead,
#hamListSNS p
{
    display: grid;
    grid-template-rows: 44px;
    grid-template-columns: 14% auto 20px 10%;
    align-items: center;
}
.sub-navlist_useguide > a > .ham-lead_text,
.sub-navlist_contact > a > .ham-lead_text,
.sub-navlist_history > a > .ham-lead_text{
    grid-row: 1;
    grid-column: 2/4;
}

/* カートイン数アイコン */
.ham-cartCheck{
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #EE5F32;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ham-listcategory li a img{
    max-height:32px;
}


/* -------------------------------------- */
/* -------------------------------------- */
/* -------------------------------------- */
/* メニューのヘッドライン */
#spMenuWrap{
    box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
    width: 101vw;
    margin-top: -2px;
    position: fixed;
    z-index: 10000300;
    top: -1px;
    background: #fff;
}

/* -------------------------------------- */

.spmenu--info__content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 12px 5%;
}
.submenu--wrap__head img{
    width: 140px;
    height: auto;
    margin-top: -9px;
}
@media screen and (max-width:380px) {
    .submenu--wrap__head img{
        width: 120px;
        margin-top: -9px;
    }
}

@media screen and (max-width: 901px){
.submenu--wrap__head div{
    margin: 14px 0 0 -1px;
    height: max-content;
    width: 140px;
    height: 20px;
}
}

/* submenu アイコン */
.spmenu--info__content ul{
    display: flex;
    width: max-content;
}
.submenu--wrap__icon > li{
    width: 38px;
    position: relative;
    margin-left: 12px;
}
@media screen and (max-width:380px) {
    .submenu--wrap__icon > li{
        margin-left: 6px;
    }
}

.spmenu--info__content h1{
    width: 100%;
    margin: 0;
    display: block;
}
.submenu--wrap__head a{
    display: block;
    width: max-content;
}

/* +++++++++++++++++++++++++++++++++ */
/* submenu 個別アイコン */
.submenu--wrap__icon > li a{
    display: flex;
    flex-direction: column;
    margin-bottom: 2px;
}
.submenu--wrap__icon > li a img{
    max-width: 27px;
    display: block;
    margin: 0 auto;
}

.submenu--wrap__icon > li:after{
    font-size: 10px;
    display: block;
    text-align: center;
}
/* 検索ボタン */
li.submenu--item__searchbtn:after{
    content: "検索";
    
}
/* ログインボタン */
li.submenu--item__loginbtn:after{
    content: "ログイン";
    letter-spacing: -1px;
}
/* カートボタン */
li.submenu--item__cartbtn:after{
    content: "カート";
}

/* サブメニューボタン */
.submenu--item__listbtn > div{
    padding-top:6px;
    cursor: pointer;
}
.submenu--item__listbtn > div span{
    width: 20px;
    background: #666;
    height: 2px;
    display: block;
    margin: auto;
}
.submenu--item__listbtn > div span:nth-child(2){
    margin-top: 5px;
    margin-bottom: 5px;
}
.submenu--item__listbtn > div:after{
    content: "メニュー";
    font-size: 10px;
    letter-spacing: -1px;
}
.submenu--item__listbtn > div span:last-child{
    margin-bottom: 4px;
}
/* カートボタン */
.submenu--item__cartbtn li{
}

li.submenu--item__cartbtn .cartBaddie.fs-client-cart-count{
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: #EE5F32;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    border-radius: 50%;
    top: 1px;
    font-weight: 700;
    padding: 2px 0 2px 2px;
    left: 54%;
    transform: translateX(-48%);
    -webkit-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    letter-spacing: -.1rem;
}
/* -------------------------------------- */

/* -----------------閉じるボタン-------------------------- */
#subHamBtnClose{
    width: 42px;
    height: max-content;
    position: fixed;
    right: 10px;
    top: 11px;
    z-index: 900;
    background: rgba(255,255,255,.87);
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #eee;
    border: 1px solid #aaa;
    cursor: pointer;
}

#subHamBtnClose .hamburger_line{
    position: relative;
    margin: 0 auto;
    transform: rotate(45deg);
    margin-bottom: 23px;
    top: 10px;
}

#hamCapClose{
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 7px;
    line-height: 1;
    font-weight: 700;
}
.hamburger_line span{
    font-weight: 900;
    display: block;
    width: 15px;
    height: 1px;
    background-color: #0e0e0e;
    margin: 0 auto;
    transition: all .2s;
}
.hamburger_line span:first-child::after{
    content: "";
    display: block;
    height: 1px;
    background-color: #0e0e0e;
    margin: 0 auto;
    transform: rotate(90deg);
}
/* ------------------------------------------ */
/* サブメニュー内ヘッドライン */
.submenu__head--wrap{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    height: 66px;
    /* padding:12px 5%; */
}
.submenu__head--lead{
    width: 140px;
    margin: auto 0 auto 5%;
    height: 20px;
}
.submenu__head--lead a{
    display: block;
    min-width: 140px;
}

.submenu__head--lead a img{
    margin-top: -6px;
}

@media screen and (max-width:496px) {
    .submenu__head--lead{
        display: none;
    }
    .submenu__head--wrap{
        justify-content: unset;
    }
    .fs-log-info{
        margin-left: 14px;
    }
}

/* ログインする・しないボタン */
.ham-lg-content_guest{
    display: flex;
    justify-content: center;
    column-gap: 4%;
}
.ham-lg-content_guest>a:first-child>.ham-lg_img-wrap:after{
    content: "";
    display: block;
    background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_submenu/icon-header-all_loginB.png);
    background-size: 24px;
    width: 24px;
    height: 24px;
    opacity: 1;
}
.ham-lg-content_guest>a:nth-child(2)>.ham-lg_img-wrap:after{
    content: "";
    display: block;
    background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_submenu/icon-header-all_user-addB.png);
    background-size: 24px;
    width: 24px;
    height: 24px;
    opacity: 1;
}
.fs-log-info{
    margin: auto 0;
    margin-right: 65px;
    margin-left: 7px;
    width: 75%;

}
.ham-lg-content_guest > a{
    display: flex;
    border: 1px solid #000;
    padding: 8px;
    justify-content: center;
    font-size: 12px;
    width: 100%;
}
.ham-lg-content_guest > a > span:nth-child(2){
    border-right: 1px solid #cdcdcd;
    margin-top: 2px;
    width: 49%;
}
/* ---------------------------- */
/* ログイン時のスタイル */
/* ご利用可能ポイント */
.log_ham-points{
    /* border-right: 1px solid #cdcdcd; */
}
#logHamMember.my-true{
    display: flex;
    justify-content: end;
    /* gap: 3%; */
}
/* 間の区切り線 */
.ham-betweenborder{
    width: 1px;
    background: #ddd;
    margin: 0 3%;
}
.ham-point-content a{
    display: block;
    /* text-align: center;
    margin-top: 4px;
    font-size: 12px; */
}

/* ログイン情報 */
.log_ham-name{
    /* width: 50%; */
    max-width: 200px;
}
.log_ham-name_textcontent{
    line-height: 1;
    text-align: left;
    margin: auto;
}
.log_ham-points_textcontent,.log_ham-name_content{
    display: flex;
    flex-direction: column;
    /* padding-top: 17px; */
    /* min-height: 68px; */
}

.log_ham-name_content>figure>img{
    max-width: 24px;
}
.log_ham-name_textcontent span{
    font-size: 12px;
}
p.log_ham-name_icon,.ham-points-text{
    margin: 0;
    padding: 2px 4px;
    font-size: 10px;
    border: 1px solid #ddd;
    border-radius: 12px;
    line-height: 1;
    text-align: center;
    background: #dfdfdf;
    color: #666;
    font-weight: 900;
    width: max-content;
    margin-bottom: 4px;
}

.log_ham-name_textcontent span{
    font-size: 11px;
    font-weight: 900;
    margin: 0;
    margin: auto 0;
    display: inline-block;
    letter-spacing: -0.15rem;
    height: auto;
}
.log_ham-name_textcontent span:last-child:after{
    content: "様";
}

.ham-points-text{
    letter-spacing: -0.7px;
}
.ham-points-text__lg{
    font-size: 14px;
    line-height: 1;
    /* padding: 1px 0 0 3px */
    text-align: center;
}
[data-user-haspoint="0"],[data-user-haspoint="0"] + .ham-betweenborder{
    display: none;
}

@media screen and (max-width:496px) {
    #logHamMember.my-true{
        justify-content: unset;
    }
}

/* ------------------------------------- */
/* 記事リスト*/


ul.article__body--inner{
    display:flex;
    overflow-x: scroll;
    gap: 16px;
}

ul.article__body--inner li a{
    padding: 0;
}
ul.article__body--inner li{
    min-width: 240px;
    max-width: 240px;
    margin-bottom: 14px;
    display: block;
}

.isStartDisplay{
    display: block;
}



.sub-navlist_article{
    padding: 0 0 0 5%;
    margin-top: 24px;
}
/* 見出し */ 
.article__head--lead{
    margin-bottom:10px;
    font-size: 18px;
}
.article__head--lead img{
    width: 24px;
    margin-top: -5px;
    display: inline-block;
}

.article__body--lead{
    margin-bottom: 9px;
    margin-top: 6px;
    font-size: 14px;
}
.article__body--inner li:last-child{
    margin-right: 36px;
}


.article__body--inner figure > div {
    border-radius: 5px;
    /* height: 85px; */
    width: auto;
    display: flex;
    /* align-items: center; */
    padding: 0px;
    flex-direction: column;
    /* min-height: 220px; */
  }
  
  .article__body--inner figure > div > span {
    width: 100%;
    /* height: 64px; */
    /* margin-right: 10px; */
    background: #f4f4f5;
    overflow: hidden;
    position: relative;
    min-height: 160px;
  }
  .article__body--inner figure > div > span img{
      height: auto;
      border: 1px solid #f6f6f6;
  }

  .article__body--inner figure > div > span,
  .article__body--inner figure > div > span img{
    border-radius: 4px;
}
.article__body--inner figure > div > span img{
    border: 1px solid #fafafa;
    
  }
  #submenuWrapDisplay .article__body--inner figure figcaption{
    margin: 0;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 200;
    padding: 0 1px;
    text-align: justify;
    letter-spacing: -.03rem;
  }

  .article__body--wrap[data-article-type="contents"]{
    margin-bottom: 24px;
  }

  .article__body--link__alllink{
    text-align: right;
  }
  #submenuWrapDisplay .article__body--link__alllink span{
    font-size: 10px;
    font-weight: 100;
    color: #999;
 }
 #submenuWrapDisplay .article__body--link__alllink span:after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    margin: 0 0 1px 0px;
    margin-left: 4px;
    margin-right: 11px;
 }

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 検索ボックス */
.ham-searchSET{
    -webkit-appearance: none;
    line-height: 1.4;
    padding: 0 5px 0 35px;
    overflow: visible;
    height: 40px;
    line-height: 1;
    border: solid 1px #868686;
    border-radius: 0;
    background-color: #fff;
    border-radius: 20px;
    font-size: 12px;
    margin: 18px 5% 18px 5%;
}
.headsearch_sp_inr .headsearch_sp_form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.ham-searchSET .headsearch_sp_input{
    -webkit-appearance: none;
    line-height: 1.4;
    padding: 0;
    overflow: visible;
    width: 100%;
    height: 32px;
    line-height: 1;
    border-radius: 0;
    background-color: #fff;
    border-radius: 20px;
    font-size: 16px;
    margin: 4px 0;
    border: none;
}
.ham-searchSET .headsearch_sp_btnAll{
    width: 16px;
    cursor: pointer;
    text-indent: -999em;
    background-color: transparent;
    color: #fff;
    border: none;
    border-radius: 0;
    background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/icon_search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    opacity: .2;
}
.ham-searchSET .headsearch_sp_btn{
    width: 0;
    height: 0;
    z-index: -1;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* カテゴリ一覧 */
#hamListSearchMenuListCate{
    display: grid;
    grid-template-columns: 30% auto auto 30%;
}
#hamListSearchMenuListCate li:first-child, #hamListSearchMenuListCate li:nth-child(4n+1){
    margin-left: 25%;
}
#hamListSearchMenuListCate li:nth-child(4n){
    margin-right: 25%;
}
#hamListSearchMenuListCate>li{
    margin: 4px 0;
    padding-top: 18px;
}
.ham-listcategory figcaption{
    line-height: 1.2;
    max-width: 80%;
    text-align: center;
}
.ham-listcategory{
    margin-bottom: 20px;
}
/* カテゴリごとのアロー */
.navacr_area_close:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(-45deg);
    margin: auto 0;
    margin-left: 6px;
}
.navacr_area_open:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(135deg);
    margin: auto 0;
    margin-left: 6px;
    grid-row: 1;
    grid-column: 4;
}

.ham-acr_nav-closeSET{
    display: none!important;
}

#acrKuraD .navacr_area_close:after{
    grid-column: 4;
}
.navlink_area:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    margin: auto 0;
    margin-left: 6px;
}

/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* --------------------------------------------------- */

/* クーポン */
.submenu__coupon-cta{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 8% 0 10%;
    margin-bottom: 18px;
}

figure.submenu__coupon-cta a{
    display: block;
    width: 95%;
    margin: 0 auto;
}

@media screen and (min-width:550px) {
    .submenu__coupon-cta{
        flex-direction: row;
        gap: 14px;   
        padding: 0 7%;
    }   
}

/* sns一覧 */
#hamListSnsList{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    padding: 0 14%;
}
#hamListSnsList li a img{
    width: 44px;
    height: auto;
}

#hamListSnsList li:nth-child(4n){
    
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* コンテンツ内　商品紹介レイアウト */

.item_card_list {display: flex; flex-wrap: wrap;}
.item_card {width:20% ;padding: 10px;}
.item_card img {margin:0;}
.item_card p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
  margin: 10 0 0!important;
  font-size: 15px;
}
.item_card .zoom-box {
  display: inline-block;
  overflow: hidden;
}
.item_card .item_img.zoom {
  display: block;
  transition-duration: .4s;
}
.item_card .item_img.zoom:hover {
  transform: scale(1.15);
}

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

.item_card {width:50% ;}
.item_card p {font-size: 12.6px;}

}
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* --------------------------------------------------- */


