@charset "utf-8";

/* LOGIN
----------------------------------------------------------------------------- */
.member-login{
    padding:150px 0 200px;
}
.member-login-box{
    margin:0 auto;
    width:100%;
    max-width: 600px;
    box-shadow:0px 0px 6px 2px rgba(188,188,188,0.61);
    border-radius:5px;
}


.member-login-box-ttl{
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    background-color:#333;
    color:#fff;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.member-login-box-main{
    padding:20px;
}

.member-login-box-main input{
    border:none;
    border-bottom:1px solid #ddd;
    width:100%;
    border-radius: 0;
    background-color:#fff;
    font-size:14px;
    padding:10px;
    margin:0 auto 15px;
}

/* PARTS
----------------------------------------------------------------------------- */
/* 共通パーツ調整 */
.main{
    padding-bottom:50px;
}

/* BOX */
.member-box{
    
}
.member-box-inner{
    padding:0 20px 20px;
}

/* 絞り込みボックス */
.member-search{
    padding: 0 15px;
    margin-bottom: 30px;
    
}
.member-search form{
    background-color:#f0f5fc;
    display:table;
    width:100%;
    table-layout: fixed;
    padding:15px;
}

.member-search-input,
.member-search-btn{
    display: table-cell;
    vertical-align: middle;
}

.member-search-input dl{
    margin-bottom:10px;
    display:table;
    width:100%;
    table-layout: fixed;
}
.member-search-input dt,
.member-search-input dd{
    display: table-cell;
    vertical-align: middle;
}
.member-search-input dt{
    width:120px;
    font-weight: bold;
    text-align: center;
}

.member-search-btn{
    text-align:right;
    padding:0 20px;
    width:220px;
}

/* TOP
----------------------------------------------------------------------------- */
/* 会員ヘッダー */
.member-head{
    background-color: #211e22;
    color:#fff;
    padding:15px;
}
.member-head ul{
    text-align: right;
}
.member-head ul li{
    display: inline-block;
    padding:0 10px;
}
.member-head ul li i{
    color:#e61283;
    font-size:16px;
    margin-right: 10px;
}
.member-head ul li:first-child::after{
    display: inline-block;
    content:"｜";
    margin-left: 10px;
}
.member-head ul li button{
    background-color: #ccc;
    height:35px;
    line-height: 35px;
    padding:0 20px;
    border-radius: 5px;
    margin-left:10px;
}
.member-head ul li button i{
    margin-right: 5px;
    color:#888;
}
@media screen and (max-width: 768px) {
    .member-head{
        background-color: #211e22;
        color:#fff;
        padding:2px;
    }
    .member-head ul{
        font-size: 11px;
    }
    .member-head ul li{
        display: inline-block;
        padding:0 3px;
    }
    .member-head ul li:first-child::after{
        display: inline-block;
        content:"|";
        margin-left: 2px;
    }
    .member-head ul li button{
        font-size: 11px;
        background-color: #ccc;
        height: 29px;
        line-height: 7px;
        padding: 0px 10px;
        border-radius: 8px;
        margin-left: 2px;
    }
    .member-head ul li button i {
        margin-right: 0px;
        color: #888;
    }
    .member-head ul li i {
        color: #e61283;
        font-size: 10px;
        margin-right: 3px;
    }
}

/* 固定ヘッダーメニュー */
.member-head-submenu ul{
    display: flex;
    justify-content: space-around;
    text-align: center;
    background: #fff;
    position: fixed;
    z-index: 100;
    top: 93px;
    width: 100%;
}
.member-head-submenu ul li{
    width: calc( 100% / 5 );
    border-right: 1px solid #EBE9E4;
    border-bottom: 1px solid #EBE9E4;
    padding: 5px 0;
}
.member-head-submenu ul li:last-child{
    border-right: none;
}
.member-head-submenu ul li a{
    text-decoration: none;
}
.member-head-submenu ul li i{
    font-size: 15px;
}
.member-head-submenu ul li span{
    display: block;
    font-size: 8px;
}
@media screen and (max-width: 768px){
    .header{
        position: fixed;
        background: #fff;
        z-index: 101;
    }
    .member-head{
        top:61px;
        position: fixed;
        width: 100%;
        z-index: 100;
    }
    .main{
        padding-top: 155px;
    }
}

/* 退会手続き */
.member-top-quit{
    text-align: right;
    padding:15px;
    font-size: 13px;
    border-top: 1px solid #eee;
}
.member-top-quit a{
    text-decoration: none;
}
.member-top-quit a:hover{
    text-decoration: underline;
}

/* 購入履歴リスト
----------------------------------------------------------------------------- */
.member-history-list{
    
}
.member-history-list ul{
    
}
.member-history-list ul li{
    border:1px solid #eee;
    box-shadow:0px 5px 0px 0px #fafafa;
    border-radius: 5px;
    margin:0 auto 15px;
    padding:15px;
}

.member-history-list ul li dl{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.member-history-list ul li dl dt,
.member-history-list ul li dl dd{
    display: table-cell;
    vertical-align: top;
}

.member-history-list ul li dl dt{
    width:95px;
}
.member-history-list ul li dl dt img{
    width:80px;
    height: auto;
}

/* 購入日 */
.member-history-list-date{
    color: #363859;
    font-size:18px;
    font-weight: bold;
    margin-bottom: 0 !important;
}
.member-history-list-date span{
    font-size: 14px;
    font-weight: normal;
    color:#aaa;
    margin-left:15px;
}
.member-history-list-date p{
    display:inline-block;
    font-size:13px;
    margin-left: 15px;
    padding:0 20px;
    border:1px solid #ddd;
    height:35px;
    line-height: 35px;
    border-radius:17.5px;
}

/* 購入店舗 */
.member-history-list-shop{
    padding:10px 20px;
    background-color:#fafafa;
    font-size:14px;
    margin:0 auto 20px;
}
.member-history-list-shop span{
    font-weight: bold;
}

/* 購入アイテム */
.member-history-list dl{
    margin-bottom:15px;
    font-size:13px;
}
.member-history-list .member-history-list-ttl{
    font-size:17px;
    font-weight: bold;
}
.member-history-list-price{
    font-size: 17px;
    font-weight: bold;
}

.member-history-list-category a{
    color:#363859;
}

/* 購入額合計 */
.member-history-list-total{
    text-align: right;
    padding-top:15px;
    border-top:1px solid #eee;
    font-size:18px;
    font-weight: bold;
}
.member-history-list-total span{
    font-weight: normal;
    font-size:14px;
    display:block;
    color:#aaa;
}

/* ポイントリスト
----------------------------------------------------------------------------- */
.member-point-num{
    text-align:center;
    font-weight: bold;
    font-size:15px !important;
    padding:10px !important;
}

/* レビュー
----------------------------------------------------------------------------- */
.member-review .col{
    padding:0 20px 20px;
    display:flex;
    width:100%;
    justify-content:space-between;
}
.member-review .col-2{
    width:49%;
}
.member-review-img {
    width:100%;
    padding-bottom:20px;
    text-align: center;
    margin:0 auto;
}
.member-review-img  img{
    width:50%;
}
.member-review-img span{
    font-weight:bold;
    padding-left:5px;
}
.member-review-form{
    padding:0 20px 20px;
}

@media screen and (max-width: 768px){
    .member-review .col {
        display: block;
        width: 100%;
    }
    .member-review-img img{
        width:65%;
    }
}

/* 入荷通知
----------------------------------------------------------------------------- */
.member-alert img{
    width:60px;
    height: auto;
}

/* 退会手続き
----------------------------------------------------------------------------- */
.member-quit{
    background-color: #fafafa;
    padding:25px;
    line-height: 1.8em;
}

/* お気に入りリスト
----------------------------------------------------------------------------- */
.list-normal ul li.favorite{
    height: auto;
}
.list-normal ul li a img{
    object-fit: contain;
}

@media screen and (max-width: 768px){
    .list-normal ul li a{
        margin: 0;
    }
    .btn-fav-on{
        padding:0;
        font-size: 10px;
        width: 85%;
    }
    .ellipsis{
        margin: 0 10px;
    }
}