@charset "UTF-8";

/*　2025.06 リニューアル 
ーーーーーーーーーーーーーーーーーー*/

/*ーーー レイアウト ーーー*/
.ec-layoutRole .ec-layoutRole__contents {
    display: block;
}
.ec-pageMain {
    padding: 0;
}
.ec-shelfRole {
    width: 92%;
    margin: 0 auto;
    padding: 0;
}
.ec-page__heading {
    width: 92%;
    margin: 0 auto;
    font-size: 1.8rem;
    padding: 20px 0;
}
.ec-page__heading.no-margin {
    padding-top: 0;
}


/*ーーー 存在しないカテゴリ ーーー*/
#ec-page__cerror {
    display: block;
    font-size: 1.1rem;
    width: 92%;
    margin: 0 auto;
}
#ec-page__cerror .ec-searchnavRole__top {
    display: block;
    margin-bottom: 20px;
}
#ec-page__cerror .ec-page__heading {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 0;
    margin: 0 0 20px;
}
#ec-page__cerror .ec-page__title {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 5px;
}


/*ーーー 並び順、件数表示、ページャー ーーー*/

#ec-pageMain__top  {
    margin: 0 0 calc(40 / 375 * 100vw);
}
#ec-pageMain__bottom {
    margin: calc(40 / 375 * 100vw) 0 0;
}
.ec-searchnavRole__top {
    display: flex;
    justify-content: space-between;
    width: 92%;
    margin: 0 auto calc(20/ 375 * 100vw);
}

/* ハンバーガーメニューの選択表示 */
.side-menu__filter-selected {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 calc(20/ 375 * 100vw);
    padding: 0 calc(15/ 375 * 100vw);
    overflow-x: auto;
}
.side-menu__filter-selected li {
    flex-shrink: 0;
    display: inline-block;
    color: #666;
    border-radius: 4px;
    text-align: center;
    position: relative;
    background-size: 18px;
    margin: 0 10px 10px 0;
    padding: 0 0 0 18px;
    font-size: 1.2rem;
}
.side-menu__filter-selected li:before,
.side-menu__filter-selected li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    font-size: 10px;
    line-height: 1;
}
.side-menu__filter-selected li:before {
    content: "✕";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 10;
    transform: scale(.6);
}
.side-menu__filter-selected li:after {
    content: "";
    display: block;
    background: #666;
    border-radius: 50%;
}


/* 並び順 */
.ec-searchnavRole .ec-searchnavRole__actions {
    position: relative;
    width: 36px;
    height: 42px;
}
.ec-searchnavRole__actions .form-select {
    position: relative;
    width: 36px;
    height: 42px;
    background-image: url("../../img/icon/list_disp_order.png");
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    font-size: 1.4rem;
}

/* 〇件表示 */
.ec-searchnavRole .ec-searchnavRole__infos {
    width: 92%;
    padding: 0;
    margin: 0 auto;
}
#ec-pageMain__bottom .ec-searchnavRole__infos .ec-searchnavRole__count {
    display: none;
}
.ec-searchnavRole__count {
    display: flex;
    justify-content: space-between;
    font-size: calc(12 / 375 * 100vw);
    margin: 0;
}


/* ページャー */
#ec-pageMain__top .ec-searchnavRole__infos .ec-searchnavRole__pager {
    display: none;
}
.ec-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
@media screen and (max-width: 520px) {
    .ec-pager:has(li:nth-last-child(n+9)) {
        justify-content: flex-start;
        overflow-x: auto;
    }
}
.ec-pager .ec-pager__item,
.ec-pager .ec-pager__item--active {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    margin-right: 10px;
    min-width: 30px;
    padding: 0;
}
.ec-pager .ec-pager__item:last-child {
    margin-right: 0;
}
.ec-pager .ec-pager__item a,
.ec-pager .ec-pager__item--active a {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #666;
    padding: 0;
}
.ec-pager .ec-pager__item--active {
    background: #d1d1d1;
    border-color: #d1d1d1;
}
.ec-pager .ec-pager__item--active a {
    color: #fff;
}
.ec-pager .ec-pager__item--arrow {
    height: 30px;
    width: 52px;
    background: #707070;
    border: none;
}
.ec-pager .ec-pager__item--arrow a {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    overflow: hidden;
    text-indent: -9999px;
}
.ec-pager .ec-pager__item--arrow a:before {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    background-image: url("../../img/common/icon_arrow_forward_ios-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.ec-pager .ec-pager__item--arrow.is-prev a:before {
    background-image: url("../../img/common/icon_arrow_back_ios-white.svg");
    background-position: center right;
}
.ec-pager .ec-pager__item--arrow a span {
    color: #fff;
}
.ec-pager .ec-pager__item--text {
    min-width: 50px;
}
.ec-pager .ec-pager__item--text a {
    font-size: 1.2rem;
    width: 100%;
}


/*ーーー 商品リスト ーーー*/
.ec-shelfGrid .ec-shelfGrid__item {
    width: 100%;
    margin: 0 0 calc(30/ 375 * 100vw);
    padding: 0!important;
}

/*ー 商品画像 ー*/
.ec-shelfGrid__image {
    width: 50%;
    margin: 0 auto;
}
.ec-shelfGrid__image img {
    max-width: 100%;
    height: auto;
}

/*ー 商品詳細 ー*/
.ec-shelfGrid__contents {
    font-size: calc(14/ 375 * 100vw);
}
.ec-shelfGrid__box--primary {
    position: relative;
    display: flex;
    align-items: center;
    margin: calc(10/ 375 * 100vw) 0;
    font-size: calc(18 / 375 * 100vw);
    padding: 0 calc(30 / 375 * 100vw) 0 0;
}

/* アイコン */
.ec-shelfGrid__icon {
    display: inline-block;
    border: 1px solid #707070;
    border-radius: 3px;
    font-size: 1.2rem;
    padding: 1px 4px;
    margin: 0 10px 0 0;
}

/* 価格 */
.ec-shelfGrid__price {
    font-size: calc(10/ 375 * 100vw);
}
.ec-shelfGrid__price span {
    font-size: calc(18/ 375 * 100vw);
    vertical-align: baseline;
    font-weight: 500;
    margin-right: 5px;
}

/* お気に入り */
.ec-shelfGrid__favorite {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: url("../../img/common/icon_heart.svg") no-repeat center center;
    background-size: 20px 19px;
    width: calc(25 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
}
.ec-shelfGrid__favorite.is-active {
    background: url(../../img/icon/favorite_icon_fill.svg) no-repeat center center;
}

/* 商品名 */
.ec-shelfGrid__name {
    font-weight: 500;
    margin: 0 0 calc(10/ 375 * 100vw);
}

/* 色、サイズなど */
.ec-shelfGrid__info {
    display: flex;
    font-size: calc(11/ 375 * 100vw);
}
.ec-shelfGrid__info li:after {
    content: "|";
    display: inline-block;
    margin: 0 5px;
}
.ec-shelfGrid__info li:last-child:after {
    content: none;
}

/* カテゴリはあるが、商品が無い場合 */
.notfound {
    text-align: center;
    font-size: calc(14/ 375 * 100vw);
}


/*ーーー サイドメニュー ーーー*/
.side-menu {
    display: none;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999999999;
}
body.is-open {
    overflow: hidden;
}
.side-menu__wrap {
    padding: 0 0 200px;
}
.js-side-menu__open {
    display: block;
    text-align: center;
    background-color: #666;
    width: calc(100% - 90px);
    max-width: 250px;
    padding: 13px 0 14px;
    border-radius: 25px;
    color: #fff;
}


/*ー ヘッダー ー*/
.side-menu__header {
    position: relative;
    background-color: #666;
    color: #fff;
    padding: 8px 20px;
    margin: 0 0 20px;
    font-size: 1.4rem;
    text-align: center;
}
.side-menu__close {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-menu__close span {
    content: "";
    display: inline-block;
    background-image: url(../../img/common/icon_menu-close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}

/* 該当件数 */
.side-menu__count {
    display: flex;
    align-items: baseline;
    font-size: 1.4rem;
    justify-content: center;
    margin-bottom: 10px;
}
.side-menu__count span {
    font-size: 2.2rem;
    display: inline-block;
    margin: 0 3px 0 10px;
}
.side-menu__title {
    margin: 0 0 10px;
    background-color: #EFEFEF;
    color: #666;
    font-size: 1.4rem;
    border-bottom: none;
    padding: 6px 10px;
}

/*ー リスト ー*/
.side-menu__filter-section,
.side-menu__section {
    padding: 0 10px;
}
.side-menu__filter-header {
    position: relative;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.side-menu__filter-header.is-open {
    border-bottom: none;
}
.side-menu__filter-body {
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
}
.side-menu__filter-title {
    color: #333;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 15px 10px;
}
.side-menu__filter-title small {
    font-size: 1.1rem;
    vertical-align: baseline;
}
.side-menu__option-list {
    display: flex;
    flex-wrap: wrap;
}
.side-menu__option-item {
    position: relative;
    width: calc(100%/3 - 7px);
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
}
.side-menu__option-item:nth-child(3n) {
    margin-right: 0;
}
.side-menu__option-item:nth-child(-n+3) {
    margin-top: 0;
}

/* 色 */
#color_list .side-menu__option-item {
    border: none;
}
#color_list .m-checkbox input[type=checkbox] + label {
    height: 32px;
    min-height: 32px;
    border-radius: 3px;
}
#color_list .side-menu__option-label {
    border-radius: 3px;
}


/*ー ラジオボタン、チェックボタン ー*/
.side-menu__option-label {
    display: block;
    width: 100%;
    height: 100%;
}
.m-checkbox input[type=checkbox] + label,
.m-radio input[type=radio] + label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 50px;
    padding: 10px 7px;
    font-size: 1.4rem;
    line-height: 1.4;
}

/* default 非表示 */
.m-checkbox input[type=checkbox]+ label::before,
.m-radio input[type=radio] + label::before {
    display: none;
}

/* 選択時 */
.m-checkbox input[type=checkbox]:checked + label,
.m-radio input[type=radio]:checked + label {
    outline: 2px solid #BC4242;
}
.m-checkbox input[type=checkbox]:checked + label::before,
.m-radio input[type=radio]:checked + label::before,
.m-checkbox input[type=checkbox]:checked + label::after,
.m-radio input[type=radio]:checked + label::after {
    position: absolute;
    top: 0;
    left: -5px;
    bottom: auto;
    margin: 0;
}
.m-checkbox input[type=checkbox]:checked + label::before,
.m-radio input[type=radio]:checked + label::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #BC4242;
    border-radius: 50%;
    border: none;
    top: -7px;
}
.m-checkbox input[type=checkbox]:checked + label::after,
.m-radio input[type=radio]:checked + label::after {
    width: 9px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: -1px;
    margin-top: -2px;
    background: transparent;
    border-radius: 0;
    transform: rotate(-45deg);
}

/* アイコン */
.side-menu__filter-header .m-icon-arrow_right,
.side-menu__filter-header .m-icon-arrow_down {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* アイコン「+」 */
.side-menu__filter-header .m-icon-arrow_right {
    right: 5px;
    margin-top: .2em
}
.side-menu__filter-header .m-icon-arrow_right:before {
    content: "";
    display: inline-block;
    background-image: url(../../img/common/icon_add.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.side-menu__filter-header.is-open .m-icon-arrow_right {
    display: none;
}
/* アイコン「-」 */
.side-menu__filter-header .m-icon-arrow_down {
    display: none;
    right: 5px;
    margin-top: .2em
}
.side-menu__filter-header .m-icon-arrow_down:before {
    content: "";
    display: inline-block;
    background-image: url(../../img/common/icon_remove.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.side-menu__filter-header.is-open .m-icon-arrow_down {
    display: flex;
}

/* リンク */
.side-menu__section .side-menu__filter-header {
    border: none;
}
.side-menu__section .side-menu__filter-body {
    display: block!important;
    border: none;
}
.side-menu__section .side-menu__filter-toggle-icon {
    display: none!important;
}
.side-menu__section-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 10px 12px;
    color: #666;
    margin-right: 2%;
    margin-bottom: 2%;
}
.side-menu__section-link .m-icon-arrow_right:before {
    display: none;
}

/*ー フッター ー*/
.side-menu__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    z-index: +10;
    padding: 15px;
    background: #f0f0f0;
}
.side-menu__footer__btn {
    display: flex;
    justify-content: space-between;
}
.side-menu__footer__btn .c-button {
    width: 48%;
    font-size: 1.4rem;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-menu__footer__btn .c-button .m-icon-arrow_left:before {
    content: "";
    display: inline-block;
    background-image: url(../../img/common/icon_arrow_back_ios.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

/* ハッシュタグ */
.hash_tag_block{
    padding: 0 10px;
    margin-top:20px;
    display:block
}
.hash_tag_list{
    display:flex;
    flex-wrap:wrap
}
.hash_tag_item{
    display: flex;
    align-items: center;
    justify-content: center;
    border:solid 1px #ccc;
    border-radius:13px;
    padding:3px 10px 3px 10px;
    margin-right:5px;
    margin-bottom:5px;
    background-color:#F4F4F4;
    color: #585657;
    position:relative
}
.hash_tag_item2{
    border:solid 1px #3a86ff;
    border-radius:13px;
    padding:3px 10px 3px 10px;
    margin-right:5px;
    margin-bottom:5px;
    background-color:	#fff;
    color: #3a86ff;
    position:relative
}
.hash_tag_descroption{
font-size:1.2rem;
}
.hash_tag_descroption:hover{
opacity: 0.75;
}