@charset "utf-8";
@import url('https://fonts.cdnfonts.com/css/tw-cen-mt-std');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

/*------------------------------
ヘッダー（PC・SP）_TOP 
--------------------------------*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

._22new #cheader {
    background: #000;
    max-width: 100%;
    padding: 10px;
}

@media screen and (max-width: 959px) {
    ._22new #cheader {
        background: #fff;
    }

    ._22new .oceanweb__logo svg .d {
        fill: #000;
    }
}

._22new .gnav__area--a {
    font-size: 20px;
    font-weight: bold;
    padding: 7px 5%;
    margin: 20px 0;
    color: #595757 !important;
    position: relative;
}

._22new .gnav__area--list:hover .gnav__area--a::before {
    bottom: -40px;
}

._22new .gnav__area--list:hover a {
    text-decoration: none;
}

._22new .cheader__intronews {
    display: none;
}

._22new .txt_re {
    color: #DF0012 !important
}

._22new .en,
._22new .gnav__area--a,
._22new .groupnav--key.down_arrow .side_off {
    font-family: 'Tw Cen MT Std', sans-serif;
}

._22new .gnav__area {
    width: 100%;
    padding-left: 0;
}

._22new .gnav__area--list {
    width: calc(100% / 4);
}

._22new .gnav__area--list:last-child {
    width: calc(100% / 6);
}

._22new .gnav__area--list:last-child p {
    border-left: 1px solid #E7E7E7;
    text-align: center;
}

._22new .ser-in__top {
    margin-bottom: 0;
}

._22new .ser-in__single {
    border-radius: 2em;
    background: #eee;
    min-width: 300px;
    width: 100%;
}

._22new .header-bar__search-input {
    padding: .5em 5px;
    background: none;
    color: #000;
    font-weight: bold;
}

._22new .form--sys {
    justify-content: flex-start;
}

._22new .header-bar__search-submit {
    padding: 4px 0 0 8px;
}

._22new .tp_act {
    justify-content: flex-start;
}

._22new .tp_act--a {
    font-size: 13px;
    color: #fff !important;
    background: none;
}

._22new .tp_act--list {
    width: 28%;
}

._22new .cheader__inbox {
    padding: 0px 10px;
    max-width: 1080px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/*------------------------------
詳細検索-格納メニュー
--------------------------------*/

.spnav_search_22 {
    visibility: hidden;
    position: absolute;
    top: 43px;
    left: 0;
    z-index: -1;
    background: #fff;
    font-size: 13px;
    max-width: 780px;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

.open_detail .spnav_search_22 {
    visibility: inherit;
    left: 0;
    z-index: 1000;
    overflow: auto;
    max-height: 9999px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
}

.spnav_search_22_title {
    background: #313333;
    color: #fff;
    position: relative;
    text-align: center;
    font-weight: bold;

}

.spnav_search_22_close {
    position: absolute;
    right: 0;
    top: -7px;
    font-size: 20px;
    font-weight: bold;
}

.spnav_search_22 .nav__tit {
    font-size: 13px;
    padding-bottom: .7em;
    border-bottom: 2px solid #DFDFDF;
    margin-bottom: 1em;
    font-weight: bold;
    background: none;
    color: #000;
    padding: 0 0 0.7em 0;
}

.spnav_search_22 .form_inbox {
    margin-bottom: 12px;
}

/*チェックボックス*/
.spnav_search_22 .c-checkbox,
.spnav_search_22 [type=checkbox] {
    display: none
}

.spnav_search_22 .c-checkbox + span,
.spnav_search_22 [type=checkbox] + span {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 24px;
    position: relative
}

.spnav_search_22 .c-checkbox + span::before,
.spnav_search_22 [type=checkbox] + span::before {
    -webkit-transform: translateY(-50%);
    background: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 13px;
    transform: translateY(-50%);
    width: 18px;
    margin-right: 5px;
}

.spnav_search_22 .c-checkbox + span::after,
.spnav_search_22 [type=checkbox] + span::after {
    -webkit-transform: translateY(-50%) rotate(-47deg);
    border-bottom: 2.5px solid #ffffff;
    border-left: 2.5px solid #ffffff;
    content: "";
    display: block;
    height: 0.38em;
    left: 4px;
    margin-top: -0.1em;
    opacity: 0;
    position: absolute;
    top: 13px;
    transform: translateY(-50%) rotate(-47deg);
    transition: all .1s ease 0s;
    width: 14px;
}

._22new .c-checkbox:checked + span::before,
:checked[type=checkbox] + span::before {
    background: #313333;
}

._22new .c-checkbox:checked + span::after,
:checked[type=checkbox] + span::after {
    opacity: 1
}

/*ラジオボタン*/
.spnav_search_22 .c-radio,
.spnav_search_22 [type=radio] {
    display: none
}

.spnav_search_22 .c-radio + span,
.spnav_search_22 [type=radio] + span {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0 6.5em 0 2em;
    position: relative
}

.spnav_search_22 .c-radio + span::before,
.spnav_search_22 [type=radio] + span::before {
    -webkit-transform: translateY(-50%);
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 1em
}

.spnav_search_22 .c-radio + span::after,
.spnav_search_22 [type=radio] + span::after {
    -webkit-transform: translateY(-50%);
    background: #616161;
    border: 1px solid #9e9e9e;
    border-radius: 50%;
    box-shadow: 0 0 0 .1em #fff inset;
    content: "";
    display: block;
    height: 1em;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
    width: 1em
}

.spnav_search_22 .c-radio:checked + span::before,
.spnav_search_22 :checked[type=radio] + span::before {
    border: 1px solid #9e9e9e
}

.spnav_search_22 .c-radio:checked + span::after,
.spnav_search_22 :checked[type=radio] + span::after {
    opacity: 1
}

.spnav_search_22 .form_inbox_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.spnav_search_22 .form_inbox_list li {
    width: 25%;
    margin-bottom: 18px
}

.spnav_search_22 .form_inbox_list.col--6 li {
    width: calc(100% / 6);
}

.spnav_search_22 .form_inbox col__half .form_inbox_list li {
    width: 50%;
}

.spnav_search_22 .c-checkbox + span,
[type=checkbox] + span.search_color {
    display: flex;
    align-items: center;
}

.spnav_search_22 .color_palette {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    display: block;
    margin-right: 4px;
}

.spnav_search_22 .color_palette._wh {
    border: 1px solid #333;
}

.spnav_search_22 .color_palette._bk {
    background: #000
}

.spnav_search_22 .color_palette._gry {
    background: #A2A2A2
}

.spnav_search_22 .color_palette._be {
    background: #FFE3B8
}

.spnav_search_22 .color_palette._khaki {
    background: #575536
}

.spnav_search_22 .color_palette._re {
    background: #F70A13
}

.spnav_search_22 .color_palette._ye {
    background: #F7F638
}

.spnav_search_22 .color_palette._gn {
    background: #3CAC71
}

.spnav_search_22 .color_palette._bl {
    background: #0066E4
}

.spnav_search_22 .color_palette._nv {
    background: #041180
}

.spnav_search_22 .color_palette._pk {
    background: #F56AAE
}

.spnav_search_22 .color_palette._or {
    background: #F78423
}

.spnav_search_22 .col__wrap {
    display: flex;
    justify-content: space-between;
}

.spnav_search_22 .col__half {
    width: 48%;
}

.spnav_search_22 .detail_inbox {
    width: auto;
    height: auto;
    padding: 50px 27px 0;
}

.open_detail .snav__bg {
    background-color: transparent;
    z-index: -1;
}

.spnav_search_22 .scrolls {
    padding-bottom: 0;
}

.spnav_search_22 .hum--end {
    position: relative;
    width: 80%;
    max-width: 400px;
    text-align: center;
    background: none;
    margin: 30px auto;
    color: #000;
    font-size: 1.4rem !important;
    top: auto;
    right: auto;
}

.spnav_search_22 .group_detail-btn {
    background: #DFDFDF;
    max-width: 164px;
    padding: 0.7em 0;
    font-size: 1.4rem;
    color: #000;
    font-weight: bold;
    margin: 30px auto 0;
    border-radius: 2em;
}

/*------------------------------
スマホグローバルナビ
--------------------------------*/
#global-nav .brand_list_sp.header_area_sp {
    display: none;
}

.open_detail_sp #global-nav .brand_list_sp.header_area_sp {
    display: block;
}

.header_area_sp .pickup__brand {
    border-top: 1px solid #eee;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    grid-gap: initial;
}

.header_area_sp .pickup__brand a:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}



.header_area_sp .pickup__brand--list {
    width: calc(100% / 3);
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-height: 100px;
    max-height: 100px;
}

.header_area_sp .pickup__brand--list:nth-of-type(3n) {
    border-right: none
}

@media screen and (min-width:480px) and (max-width:959px) {
    .header_area_sp .pickup__brand--list {
        width: calc(100% / 6);
    }

    .header_area_sp .pickup__brand--list:nth-of-type(3n) {
        border-right: 1px solid #eee;
    }
}



.header_area_sp .pickup__brand--list--a {
    box-shadow: 0 0 0 0 #f2f2f2 inset;
    -webkit-box-shadow: 0 0 0 0 #f2f2f2 inset;
    padding: 10px
}

.header_area_sp .ico-type_1 .pickup__brand--list--a {
    padding: 20%;
}

.header_area_sp .ico-type_2 .pickup__brand--list--a {
    padding: 30px 20px;
}

.header_area_sp .crocs .pickup__brand--list--a {
    padding: 26%;
}

.header_area_sp .repipi .pickup__brand--list--a {
    padding: 5px
}

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


    #global-nav {
        position: relative;
    }

    .snav__search {
        width: calc(100% - 100px);
        background: #eee;
        border: none;
        padding: 6px 5px 8px 1.6em;
        border-radius: 2em;
        display: flex;
    }

    .brand_list_sp.header_area_sp {

        text-align: center;
        color: #000;
        font-weight: bold;
    }

    /*アコーディオン*/
    .header_area_sp .c-accordion__title {
        cursor: pointer;
        padding: .4em .8em
    }

    .header_area_sp .c-accordion__content {
        display: none;
        position: relative;
        z-index: 200;
        background: #fff;
    }

    .header_area_sp .c-accordion__title--arrow {
        position: relative
    }

    .header_area_sp .c-accordion__title--arrow::after {
        content: '';
        width: 6px;
        height: 6px;
        margin-top: -5px;
        border-top: solid 2px #666;
        border-right: solid 2px #666;
        transform: rotate(135deg);
        position: absolute;
        bottom: 5px;
        right: 46px;
        transition: 0.3s;
    }

    .header_area_sp .is-checked .c-accordion__title--arrow::after {
        border-bottom: solid 2px #666;
        border-left: solid 2px #666;
        border-top: none;
        border-right: none
    }

    .header_area_sp .c-accordion__title.c-accordion__title--arrow.js-accordion {
        position: absolute;
        right: 0;
        top: 62px;
        z-index: 999;
        width: 100px;
        border-left: 1px solid #e7e7e7;
    }

    .header_area_sp_top .header_area_sp .c-accordion__title.c-accordion__title--arrow.js-accordion {
        top: 11px;
    }

    .header_area_sp_top .header_area_sp .c-accordion__content {
        margin-top: 8px
    }

    .open_detail_sp .spnav_search_new {
        top: 108px;
    }

    .open_detail_sp .spnav_search_new.g_fixed {
        top: 51px;
    }



    .brand_list_sp.header_area_sp {
        display: block;
    }

    .snav__search #icon_search--s {
        stroke: none;
        margin-top: 12px;
    }
}

@media screen and (max-width: 767px) {
    #global-nav .brand_list_sp.header_area_sp {
        display: flex;
    }

    .open_detail_sp .spnav_search_new {
        top: 51px;
    }

    #icon_search--s {
        stroke: none;
        margin-top: 4px;
    }



    [type="text"][readonly]#spnav_search_box_input {
        background: none;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
    }

    .snav__search__label {
        width: 94%;
    }

    .snav__search #icon_search--s {
        margin-top: 0;
    }
}

/*------------------------------
詳細検索SP-格納メニュー
--------------------------------*/
#spnav_new_search_box.sp22 {
    display: block;
    position: absolute;
    top: -3px;
    right: 0;
    text-align: right;
}

.spnav_search_22_title.sp22 {
    background: #313333;
    color: #fff;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 23px;
}

.spnav_search_22_close.sp22 {
    position: absolute;
    right: 23px;
    top: -15px;
    font-size: 60px;
    font-weight: normal;
}

.new--detail_22 .type_select {
    display: flex;
}

.new--detail_22 .type_select > div {
    width: calc(100% / 3);
    font-weight: bold;
    position: relative
}

.new--detail_22 .type_select > div:after {
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    transform: rotate(135deg);
    position: absolute;
    bottom: 15px;
    right: calc(50% - 3px);
    transition: 0.3s;
}

/* チェックが入った入力のラベル */
.new--detail_22 input[type="radio"] {
    display: none;
}

.new--detail_22 input[type="radio"] + label {
    width: 100%;
    text-align: center;
    display: block;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}

.new--detail_22 .type_select > div:last-child input[type="radio"] + label {
    border-right: none;
}

.new--detail_22 input:checked + label {
    border-bottom: none;
}

/* チェックが入ったラジオボタン */
.new--detail_22 input[type="radio"]:checked {
    box-shadow: 0 0 0 3px orange;
}

.new--detail_22 .newdetail_ser-list {
    padding: 30px 5%;
}

.new--detail_22 .newdetail_ser-list li:first-child {
    border-top: 1px solid #e6e6e6;
}


.new--detail_22 .cp_ipselect.cp_sl01 {
    position: relative;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-radius: 0;
    background: none;
    padding: 5px;
}

.new--detail_22 .detail_ser-select,
.selectbox_design .newdetail_ser-tit {
    padding: 8px 38px 8px 8px;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.new--detail_22 .selectbox_design {
    padding-left: 4px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.selectbox_design .newdetail_ser-tit {
    width: 90px;
    padding: 8px
}

.selectbox_design .detail_ser-box {
    width: calc(100% - 90px);
    padding: 8px 8px 8px 0;
    font-size: 13px;
}

.detail_ser-box .side__search--price {
    background: #ffffff;
    padding: 5px;
    width: 40%;
    margin: 0 4px;
}

.header_area_sp_top {
    padding: 8px 2%;
    width: 100%;
    border-color: #ddd;
    position: relative;
}

.header_area_sp_top .snav__search__label-ser {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    background: none;
}

.new--detail_22 button.new_detail-btn {
    display: block;
    width: 80%;
    max-width: 400px;
    padding: 10px;
    font-size: 1.5rem;
    color: #fff;
    border: 0;
    margin: 30px auto 0;
    background: #DFDFDF;
    max-width: 164px;
    padding: 0.7em 0;
    font-size: 1.4rem;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 2em;

}

.snav__search__labeltype1 {
    margin: 30px 5% 0;
}

.snav__search__labeltype1 .snav__search__label-ser {
    font-size: 1.4rem;
    padding: 14px 17px;
    border: 1px solid #dfdfdf;
}

/*------------------------------
ハンバーガーメニュー-格納メニュー（TOP）
--------------------------------*/
@media screen and (max-width: 767px) {
    ._22new .spnav {
        color: #231815;
    }

    ._22new .user_name {
        font-size: 1.3rem;
        line-height: 1.4rem;
    }

    ._22new .spnav__check-hist_wrap #_rcmdjp_display_1 .sp__footnavarea--guidetit {
        display: none;
    }

    ._22new .spnav__check-hist_wrap .sp__footnavarea--guidetit {
        background: none;
        padding: 16px 5% 0;
    }

    ._22new .spnav__check-hist_wrap #_rcmdjp_display_1 {
        margin-bottom: 0;
    }

    ._22new .groupnav {
        border-top: 1px solid #ccc;
    }

    ._22new .foothistory--area {
        margin: 15px auto 10px;
    }

    ._22new .groupnav--key.down_arrow .side_off {
        font-weight: 700;
    }

    ._22new .sp__footnavarea--guidetit.en._snav__sns_title {
        background: none;
        text-align: center;
        font-size: 12px;
        font-weight: 900;
        padding: 30px 0 20px;
    }

    ._22new .snav__sns {
        margin: 0px auto;
        border-bottom: 1px solid #ccc;
        padding: 0 55px 30px;
    }

    ._22new .snav__sns--list {
        width: calc(100% / 3);
        height: auto;
    }

    ._22new .brand_ig_list .snav__sns--list {
        width: calc(100% / 2 - 25px);
        margin-bottom: 20px;

    }

    ._22new .snav__sns.brand_ig_list {
        padding: 0 36px 5px;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    ._22new .snav__sns.brand_ig_list .snav__sns--a {
        text-align: center;
        font-size: 10px;
        line-height: 1;
        font-weight: bold;
    }

    ._22new .snav__sns--list img {
        width: 47px;
    }

    ._22new .brand_ig_list .snav__sns--list img {
        margin: 0 auto 5px;
    }

    ._22new .close_btn.hum--end._renewal {
        background: none;
        color: #000;
        border-radius: 3em;
        border: 0.12em solid #000;
    }

    ._22new .close_btn.hum--end._renewal p {
        font-size: 13px;
        font-weight: bold;
    }

    ._22new .sp__navarea--single--a {
        font-weight: bold;
    }
}

/*------------------------------
ハンバーガーメニュー-格納メニュー（TOP）
--------------------------------*/
.sp__navarea._under_mv,
.sp__btnarea._under_mv.half_wrap {
    display: none;
}

@media screen and (max-width: 767px) {
    #wide {
        margin-bottom: 0;
    }

    .sp__navarea._under_mv {
        display: block;
    }

    .sp__navarea._under_mv .sp__navarea--single--a {
        background: #E7E7E7 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTcuNTcgNDUxLjg1Ij48dGl0bGU+cl9hcnJvdzwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSI+PHBhdGggZD0iTTI0OC4zLDI0OC4yOSw1NCw0NDIuNTdBMzEuNjQsMzEuNjQsMCwwLDEsOS4yNywzOTcuODNMMTgxLjE4LDIyNS45Miw5LjI3LDU0QTMxLjY0LDMxLjY0LDAsMCwxLDU0LDkuMjdMMjQ4LjMxLDIwMy41NWEzMS42NCwzMS42NCwwLDAsMSwwLDQ0Ljc0WiIvPjwvZz48L2c+PC9zdmc+) no-repeat 95% 50% / 6px 10px;
        font-size: 14px;
        padding: 22px 5%;
        border-bottom: 1px solid #fff;
    }

    .sp__btnarea._under_mv.half_wrap {
        padding: 30px 5% 0;
        display: flex;
        justify-content: center;
        margin: 4px auto 0;
    }

    .half_wrap > div {
        width: min(300px,70%);
    }

    .link_btn__radius {
        color: #fff;
        border-radius: 3em;
        text-align: center;
        padding: 1em;
        font-weight: bold;
        display: block;
        line-height: 1;
        font-size: 1.3rem;
    }

    .link_btn__radius._color_bk {
        background: #3E3A39;
    }

    .link_btn__radius._color_re {
        background: #1b1464;
    }

    a.link_btn__radius:visited {
        color: #fff;
    }

    .sp-button {
        border: none !important;
        background: #D7D8D8;
        width: 7px !important;
        height: 7px !important;
        margin: 4px 6px 6px !important;
    }

    .sp-button.sp-selected-button {
        background: #313333;
    }
}

/*スマホ時ブランドリスト修正*/
.sp_brand_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #c5c5c5;
}

.sp_brand_list li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-size: .5em;
    width: calc(100% / 3);
    padding: 10px;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}

.sp_brand_list li:nth-of-type(3n) {
    border-right: none;
}

.sp_brand_list li a {
    text-decoration: none;
    color: #000
}

.sp_brand_list li p {
    margin: 8px auto 0;
    padding: 0;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .spnav {
        width: 100%;
        left: -100%;
        transition: .4s;
    }

    .inbox {
        width: 100%;
    }

    .hum--brandlist .sp_brand_list li {
        padding: 10px 1px;
    }
}

/*top_PICK_UP_BRAND-おすすめブランド（PC表示版）*/
.top_pick-up_brandlist__pc {
    overflow: hidden;
}

.top_pick-up_brandlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 14px);
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_pick-up_brandlist li {
    width: calc(100% / 3 - 14px);
    margin-right: 14px;
    margin-bottom: 30px
}

.member_status {
    line-height: 1.2;
    margin: 0 auto 30px;
    font-size: 13px;
    color: #000;
}

/*topの改修2022.07.01*/


.m_tit__area .m_tit--ja{display:none;}
.ranking_tab--list,.m_tit--eng,.ranking__sq,.item__price {
    font-family: 'Tw Cen MT Std', sans-serif;
}
.m_tit--eng{
        letter-spacing: 0;
    font-weight: 700;
    line-height: 1;
        text-align: left;
}
.ranking_tab--list {
    width: calc(100% / 4);
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    padding: 0 5px;
    font-weight: 900;
}
.ranking_tab--list.select {
    border-bottom: 3px solid #000000;
    color: #000000;
}
.feature_recommend.no_slider {
    width: calc(100% + 30px);
    overflow: hidden;
}
.feature_recommend.no_slider li {
    width: calc(100% / 4 - 15px);
}
.feature_recommend.no_slider li a p,.new_arrival__area--list p.item__name{
        line-height: 1.45;
    font-size: 12px;
    font-weight: 700;
}

.ranking__sq {
    background: none;
    font-size: 1.4rem;
    line-height: 1;
    position: inherit;
    top: auto;
    left: auto;
    color: #000;
    text-align: center;
    font-weight: 900;
}
.item__price{
     font-weight: 900;
}
.new_arrival__area--list:first-child .ranking__sq,.new_arrival__area--list:nth-child(2) .ranking__sq,.new_arrival__area--list:nth-child(3) .ranking__sq {
    background: none;
}
/*本番UP時は別クラスを当てる*/
.line__btn{
    text-align: center;
}
.line__btn a {
        max-width: 325px;
    width: 80%;
    display: inline-block;
    border: 1px solid #000;
    padding: .8em 1em;
    border-radius: 3em;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
}
.line__btn--icon{
background: none;
    padding-right: 0;
}
.tab_ranking--content .more{
    display: none;
}
@media screen and (max-width: 767px){
.tab_ranking--content .new_arrival__area--list:nth-child(n+3){
    width: 31%;
    margin: 0;
}
.tab_ranking--content .new_arrival__area--list:nth-child(2) {
    margin-right: auto;
}
.tab_ranking--content .new_arrival__area--list:nth-child(n+6){
   display: block;
}
.tab_ranking--content .new_arrival__area {
    justify-content: space-between;
}
    .feature_recommend.no_slider {
    width: 100%;
    justify-content: space-between;
}
.feature_recommend.no_slider li {
    width: calc(100% / 2 - 2%);
    margin: 0 2% 4% 0;
}
.tab_ranking--content .new_arrival__area--list:nth-child(6){
margin: 4% 4% 4% 0;
}
.tab_ranking--content .new_arrival__area--list:nth-child(6),
.tab_ranking--content .new_arrival__area--list:nth-child(7){
    width: 48%;
    margin-top: 4%;
}

    .ranking_more_area li {
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.ranking_more_area li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}
 .tab_ranking--content .more {
  font-weight: bold;
  display: inline-block;
  padding: 1em;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
        cursor: pointer;
}
.tab_ranking--content .more div:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: relative;
  top: -4px;
  right: -10px;
  margin-top: -6px;
  transform: rotate(45deg);
  display: inline-block;
}   
    .is-open .more{
        display: none;
    }
}
/*top_PICK_UP_BRAND-おすすめブランド（PC表示版）*/
.top_pick-up_brandlist__pc{
        overflow: hidden;
margin-bottom: 50px;
    }
    .top_pick-up_brandlist{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: calc(100% + 14px);
        list-style: none;
        margin: 0;
    padding: 0;
    }
    .top_pick-up_brandlist li{
        width: calc(100% / 3 - 14px);
        margin-right: 14px;
        margin-bottom: 30px
    }
 @media screen and (max-width: 767px){
    .sp_scroll__area {
    overflow-x: scroll;
    }
    .top_pick-up_brandlist__pc {
    background: #e7e7e7;
    padding: 50px 0 20px 18px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
margin-bottom: 50px;
    }
    .top_pick-up_brandlist{
    flex-wrap: nowrap;
    width: calc(244px * 9);
    }
        .top_pick-up_brandlist img{
            border-radius: 20px;
        }
    }
/*top_SCENE-シーン*/
.top_scene__area{
        overflow: hidden;
    }
    .top_scene__list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: calc(100% + 14px);
        list-style: none;
        margin: 0;
    padding: 0;
    }
    .top_scene__list li{
        width: calc(100% / 3 - 14px);
        margin-right: 14px;
        margin-bottom: 30px
    }
    .top_scene__list li a{
        color: #000;
        text-decoration: none;
    }
    .top_scene__list li p{
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        padding: 40px 5px;
        background: #fff;
        margin: 0;
    }
    @media screen and (max-width: 767px){
        .top_scene__area {
            background: #e7e7e7;
    padding: 50px 0 20px 18px;
margin: 0 calc(50% - 50vw) 35px;
    width: 100vw;
}
          .sp_scroll__area{
             overflow-x: scroll;
        }
        .top_scene__list{
            flex-wrap: nowrap;
            width: calc(244px * 6);
        }
        .top_scene__list__img img{
            border-radius: 20px 20px 0 0;
        }
        .top_scene__list li{
            margin-bottom: 14px;
        }
        .top_scene__list li p{
            border-radius: 0 0 20px 20px;
    margin-top: -7px;
        }
        
    }
/* フッター(PS・SP)*/
.footer__top_area{
background: #e7e7e7;
padding: 90px 0 30px
}
.footer__top_area_inner{
max-width: 1080px;
width: 94%;
margin: 0 auto;
}
.footer__bottom_area{
background: #000;
padding: 1em;
}
.footer__top_area_top{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.footer_bnr__area{
max-width: 810px;
}
.footer_site-title{
width: 177px;

}
.footer_bnr__area{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.bnr__new-member,.bnr__line-coupon{
width: 48%;
margin-bottom: 30px
}
.bnr__pay{
width: 100%;
margin-bottom: 34px
}
.footer__top_area_sns{
margin-bottom: 90px;
}
.footer__top_area_sns__box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.footer__top_area_sns .snav__sns {
margin: 10px auto 0;
}
.footer__top_area_sns_l{
border-right: 2px solid #fff;
width: 43.5%;
}
.footer__top_area_sns_r{
width: 56.5%;
}
.footer__top_area_sns .sp__footnavarea--guidetit{
background: none;
text-align: center;
}
.footer__top_area_sns .snav__sns {
margin: 10px auto;
}
.footer__top_area_sns .snav__sns--list {
width: 137px;
height: auto;
margin: 0;
}
.footer__top_area_sns .snav__sns--list .imgmax {
width: 45px;
margin: 0 auto;
}
.footer__top_area_sns .snav__sns--list a p{
text-align: center;
font-size: 11px;
font-weight: 900;
}
.footer__top_area_nav{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.footer__top_area_nav a{
text-align: center;
padding: 1em 40px;
font-weight: 700;
}
.footer__bottom_area{
text-align: center
}
.footer__bottom_area small{
color: #fff;
font-size: 10px;
}
.sp-contents{
display: none
}
@media screen and (max-width: 767px){
.sp-contents{
display: block
}
.pc-contents{
display: none
}
.footer_site-title{
display: none;
}
.footer__top_area {
background: none;
padding: 0;
}
.footer_bnr__area,#sp--footcate{
display: block;
margin: 0 calc(50% - 50vw);
width: 100vw;
}
.bnr__new-member, .bnr__line-coupon{
width: 100%;
	text-align: center;
}
.bnr__pay {
width: 90%;
margin-bottom: auto;
margin: 0 auto 34px;
}
.footer__navlist{
list-style: none;
padding: 0;
margin: 0;
font-size: 14px
}
.footer__top_area_sns {
display: block;
background: #e7e7e7;
margin: 0 calc(50% - 50vw);
width: 100vw;
    padding: 5% 5% 0;
}
    .footer__top_area_sns__box{
            padding: 30px 0 0;
        border-radius: 20px;
background: #fff;
    }
.footer__top_area_sns_l,
.footer__top_area_sns_r{
width: 100%;
border-right: none;
}
    .footer__top_area_sns_l{
        border-bottom: 1px solid #e7e7e7;
        padding: 0 56px 30px;
    }
    .footer__top_area_sns_r{
        padding: 24px 56px 30px;
    }
  .footer__top_area_sns_r .snav__sns{
        flex-wrap: wrap;
    }
      .footer__top_area_sns_r .snav__sns--list{
           width: 43%;
    margin: 0 0 6%;
    }
.footer__top_area_sns .snav__sns{
margin: 0 auto;
}
.footer__top_area_sns .sp__footnavarea--guidetit{
margin-bottom:10px;
}
    .footer__bottom_area{
        background: #e7e7e7;
    padding: .7em;
    }
    .footer__bottom_area small{
        color: #000;
    }
}
}
/*    新着アイテムスマホ*/
    @media screen and (max-width: 767px){
    .new_arrival__area--list.low-col-5{
        margin: 0 14px 0 0;
    }
    .new_arrival__area--list.low-col-5:nth-child(5n),.new_arrival__area--list.low-col-5:nth-child(2n){
        margin-right: 14px;
    }
.new_arrival__area--list:nth-child(n+7){
display: block;
}
.tab_ranking--content .new_arrival__area--list:nth-child(n+7){
display: block;
}
    }
/*サイド*/
.side_cate--titeng{
    padding: 10px 5% 8px;
    display: block;
    background: #e6e6e6;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1em;
    color: #000;
    font-family: 'Tw Cen MT Std', sans-serif;
    text-align: left;
    letter-spacing: .05em;
}
.side_content .groupnav--key, .side_cate--category{
    border-bottom: none;
color: #000000;
font-size: 1.3rem;
    line-height: 1em;
    padding-bottom: 0;
    margin-top: 18px;
}
aside .groupnav--list {
    padding: 0 1em 12px;
    border-bottom: 1px solid #c5c5c5;
}
.top__check_history{
display: none;
}
@media screen and (max-width: 767px){
.top__new_item {
    margin-bottom: 80px;
}
.top__check_history{
margin-bottom: 70px;
}
.top__check_history .m_tit--eng{
font-size: 2.2rem;
}
.top__check_history{
display: block;
}
}
.side_content .groupnav {
    margin-bottom: 0;
}
.side__search--submit{
    color: #313333;
}
/*    新着アイテムスマホ*/
    @media screen and (max-width: 767px){
    .top__new_item .new_arrival__area--list.low-col-5{
        margin: 0 5px;
    }
    .top__new_item .new_arrival__area--list.low-col-5:nth-child(5n),.new_arrival__area--list.low-col-5:nth-child(2n){
        margin-right: 5px;
    }
.top__new_item .slick-track {
    min-width: 110px;
}
.top__new_item .new_arrival__area--list:nth-child(n+7),.top__check_history .new_arrival__area--list:nth-child(n+7){
display: block;
}
.top__check_history .slick-track,.top__check_history .slick-list {
    width: 100%;
}
.top__check_history .new_arrival__area--list.low-col-6{
min-width: 110px;
margin: 0 5px;
}
.top__check_history .slick-track {
    display: inline-block;
display:-webkit-inline-flex;
}
 /* Dots */
        .slick-dots {
            position: absolute;
            bottom: -20px;
            left: 0;
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: center;
        }

        .slick-dots li {
            position: relative;
            display: inline-block;
            margin: 0 .5em;
            padding: 0;
            cursor: pointer;
        }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

        .slick-dots li button:hover,
        .slick-dots li button:focus {
            outline: none;
        }

        .slick-dots li button:hover:before,
        .slick-dots li button:focus:before {
            opacity: 1;
        }

        .slick-dots li button:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 10px;
            height: 10px;
            content: '';
            text-align: center;
            border-radius: 50%;
            background: #e7e7e7;
        }

        .slick-dots li.slick-active button:before {
            background: #333;
    }
}