@charset "utf-8";

/* TOP
----------------------------------------------------------------------------- */
.ec-ttl{
    text-align: center;
    margin:0 auto 10px;
    background-color: #f0f7fa;
}
.ec-intro{
    text-align: center;
    margin:0 auto 50px;
}
@media screen and (max-width:1000px){
    .l-main{
        padding-top:20px !important;
    }
    .ec-ttl{
        padding-top:50px;
    }
    .ec-intro{
        padding-top:0 !important;
    }
    
}

/* LIST
----------------------------------------------------------------------------- */
.ec-list{
    
}

.ec-list .ttl-L{
    font-size:2rem;
    color:#ff0000;
}
.ec-list .ttl-L span{
    color:#000;
    font-size:1rem;
}

/* 検索 */
.ec-list-search{
    margin:0 auto 20px;
    padding:15px;
    background-color:#f7f7f7;
}
.ec-list-search .btn-main{
    width:300px;
    border:none;
}
.ec-list-search .btn-blue{
    width:100px;
    border:none;
    border-radius: 5px;
}
.ec-list-search select{
    width: auto !important;
    margin-right: 5px;
}

/* リスト */
.ec-list-main{
    
}
.ec-list-main ul{
    
}
.ec-list-main ul li{
    display: inline-block;
    width: calc(100% / 5);
    float:left;
    margin:0 auto 10px;
    padding:20px 10px;
    font-size:13px;
    position:relative;
}
.ec-list-main ul li:nth-child(5n+1){
    clear:both;
}

/* img */
.ec-list-main-img{
    position:relative;
    text-align: center;
    height:180px;
    overflow:hidden;
    margin:0 auto 10px;
    
}
.ec-list-main-img input[type="checkbox"]{
    position:absolute;
    z-index:333;
    width:20px;
    height:20px;
    top:10px;
    left:10px;
}
.ec-list-main-img img{
    width: 100%;
    height:auto;
}
.ec-list-main-img label{
    margin-right: 0;
    overflow:hidden;
}

/* txt */
.ec-list-main-name{
    font-weight: bold;
    margin:0 auto 10px;
    min-height: 2.5rem;
}

.ec-list-main-tag{
    margin-bottom: 10px;
    text-align: center;
}
.ec-list-main-tag span{
    display: inline-block;
    color:#16408c;
    border:1px solid #16408c;
    text-align: center;
    padding:1px 10px;
    margin:0 1px 3px;
    border-radius: 15px;
    font-size:12px;
}

.ec-list-main-price{
    text-align: right;
    color:#d00;
    font-weight: bold;
    font-size:18px;
}
.ec-list-main-price span{
    color:#333;
    font-size:12px;
    font-weight: normal;
    padding-left:5px;
}

/* btn */
.btn-detail{
    background-color: #16408c;
    color: #fff;
    text-decoration:none;
    display: block;
    margin:0 auto;
    min-width:1px;
    width: calc(100% - 20px);
    height:30px;
    line-height:30px;
    border-radius: 15px;
    
    position: absolute;
    left:10px;
    bottom:10px;
}

.btn-cart-detail{
    background-color: #16408c;
    color: #fff;
    text-decoration:none;
    text-align: center;
    display: inline-block;
    margin:10px 5px 0 0;
    min-width:1px;
    width: 150px;
    height:30px;
    line-height:30px;
    border-radius: 15px;
}

/* fixed btn */
.is-fixed {
    float:none;
    position:fixed;
    top:auto;
    left:0;
    width: 100%;
    bottom:0;
    padding:5px 0;
    background-color:#f0f7fa;
    z-index:999999;
}

/* size flow */
.pc-only .flow ol {
    height: 90px;
}
.pc-only .flow li {
    display: block;
    padding: 0 15px 0 25px;
    float: left;
    width: 25%;
    background-position-y: 40px;
}
.flow li p {
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #16408c;
}
.sp-only .flow {
    width: calc(100vw - 37px);
}
.sp-only .flow .list-main:first-child {
    margin-bottom: 0;
}
.sp-only .flow li {
    text-align: center;
    background-image: none;
}

@media screen and (max-width:1000px){
    /* 検索 */
    .ec-list-search select{
        margin-bottom: 5px;
    }

    /* リスト */
    .ec-list-main .btn-main{
        display:block;
        float:none !important;
        margin:10px auto;
    }
    .ec-list-main .txt-strong{
        float:none !important;
        margin:10px auto;
    }
    .ec-list-main ul li{
        display: block;
        width: 100%;
        float:none;
        border-bottom:1px solid #ccc;
        padding:10px;
    }

    /* img */
    .ec-list-main-img{
        position:relative;
        text-align: center;
        height:auto;
        margin:0 auto 10px;

    }
    .ec-list-main-img img{
        width:160px;
        height:auto;
        margin-bottom: 15px;
    }
    .ec-list-main-img input[type="checkbox"]{
        
    }
    .ec-list-main-img label{
        margin-right: 0;
        overflow:hidden;
    }

    /* txt */
    .ec-list-main-name{
        font-size:16px;
    }

    .ec-list-main-tag{
        margin-bottom: 10px;
        text-align: center;
    }
    .ec-list-main-tag span{
        display: inline-block;
        color:#16408c;
        border:1px solid #16408c;
        text-align: center;
        padding:1px 10px;
        margin:0 1px 3px;
        border-radius: 15px;
        font-size:12px;
    }

    .ec-list-main-price{
        text-align: right;
        color:#d00;
        font-weight: bold;
        font-size:18px;
    }
    .ec-list-main-price span{
        color:#333;
        font-size:12px;
        font-weight: normal;
        padding-left:5px;
    }

    /* btn */
    .btn-detail {
        display: block;
        margin:0 auto 15px;
        min-width:1px;
        width: 150px;
        height:30px;
        line-height:30px;
        border-radius: 20px;
        bottom:0;
        left:0;
        position: relative;
    }
    .btn-cart-detail {
        display: block;
        margin:0 auto;
    }
}

/* DETAIL
----------------------------------------------------------------------------- */
.ec-detail{
    
}

.ec-detail-main{
    display:table;
    width: 100%;
    margin-bottom:30px;
}
.ec-detail-main-img,
.ec-detail-main-txt{
    display: table-cell;
    vertical-align: top;
}

/* img */
.ec-detail-main-img{
    width:30%;
    padding-right: 30px;
}

/* txt */
.ec-detail-main-txt{
    
}

.ec-detail-main-txt-price{
    color:#d00;
    font-weight: bold;
    font-size:20px;
}
.ec-detail-main-txt-price span{
    color:#333;
    font-size:13px;
    font-weight: normal;
    padding-left:5px;
}

.ec-detail-main-txt-cart{
    padding:15px;
    background-color:#f7f7f7;
    text-align: center;
}

.ec-detail-main-txt-cart select{
    width: auto;
    min-width: 150px;
}

/* size */
.ec-detail-size .box-2col-L{
    width:25% !important;
}
.ec-detail-size .box-2col-L .tbl-normal th,
.ec-detail-size .box-2col-L .tbl-normal td{
    text-align: center;
    padding:5px 10px !important;
}

.ec-detail-size-tbl{
    margin:0 auto 30px;
}
.ec-detail-size-tbl th{
    vertical-align:top;
    background-color: #f7f7f7;
    border-right: 10px solid #fff;
    width:60px;
    text-align: center;
    font-weight: bold;
    padding:20px;
}
.ec-detail-size-tbl td{
    vertical-align:top;
    padding-right:10px;
}
.ec-detail-size-tbl td img{
    height:180px;
    width:auto;
}
@media screen and (max-width:1000px){
    .ec-detail-main{
        display:block;
    }
    .ec-detail-main-img,
    .ec-detail-main-txt{
        display: block;
        vertical-align: top;
    }

    /* img */
    .ec-detail-main-img{
        width:100%;
        text-align: center;
        padding-right: 0;
        padding-bottom:25px;
    }
    .ec-detail-main-img img{
        max-width:200px;
    }
    
    .ec-detail-main-txt-cart select{
        margin-bottom: 10px;
        width:100%;
    }
    
    /* size */
    .ec-detail-size .box-2col-L{
        width:100% !important;
    }
    .ec-detail-size .box-2col-L,
    .ec-detail-size .box-2col-R{
        display:block !important;
    }
    
    .ec-detail-size .box-2col-L .tbl-normal th,
    .ec-detail-size .box-2col-L .tbl-normal td{
        display:table-cell !important;
        width:20%;
    }
    .ec-detail-size-tbl{
        width:100%;
    }
    .ec-detail-size-tbl th,
    .ec-detail-size-tbl td{
        display:block;
        width:100%;
    }
    .ec-detail-size-tbl th{
        padding:10px;
    }
    .ec-detail-size-tbl td{
        text-align: center;
        padding:5px;
    }
    
}

/* SIZE
----------------------------------------------------------------------------- */

.ec-size{
    
}

/* 導入分 */
.ec-size-intro{
    padding:30px 0 50px;
}
/* セレクトボタン*/
.ec-size-main select{
    border-radius: 5px;
    font-size:23px;
    font-weight: 600;
    font-family: inherit;
    border: 3px solid #16408c;
}
.ec-size-main .f-select-link select{
     border: 1px solid #ccc;
     padding: 10px;
     width: 100%;
     border-radius: 5px;
     font-family: inherit;
     font-size: 100%;
     font-weight: normal;
}
/* タブ */
.ec-size-tab ul{
    border-bottom:1px solid #16408c;
    text-align: center;
    margin:0 auto 30px;
}
.ec-size-tab ul li{
    display: inline-block;
}
.ec-size-tab ul li span,
.ec-size-tab ul li a{
    text-decoration: none;
    padding:10px 15px;
    margin:0 10px -1px;
    display:block;
    border:1px solid #16408c;
    width:100px;
    text-align: center;
}
.ec-size-tab ul li span{
    border-bottom-color: #fff !important;
    font-weight: bold;
}
.ec-size-tab ul li a{
    background-color:#eff4f5;
}

/* HELP */
.ec-size i{
    margin-right:5px;
    font-size:120%;
    vertical-align: middle;
}

/* CART
----------------------------------------------------------------------------- */
.ec-cart{
    
}

.ec-cart .ttl-L{
    padding:30px 0 20px;
}

.ec-cart .tbl-normal th,
.ec-cart .tbl-normal td{
    vertical-align:middle;
}
.ec-cart .tbl-normal td img{
    height:80px;
    width:auto;
    vertical-align: middle;
    margin-right: 10px;
}

.ec-cart .tbl-normal td input[type="number"]{
    border:1px solid #ccc;
    border-radius: 5px;
    padding:5px 10px;
    text-align:right;
}
.ec-cart .tbl-normal td button{
    border:none;
    padding:10px;
    font-size:20px;
    color:#666;
}

@media screen and (max-width:1000px){
    .ec-cart .ttl-L{
        padding:0 0 20px;
    }
    .ec-cart .tbl-normal thead{
        display:none;
    }
    .ec-cart .tbl-normal td img{
        height:50px;
        margin-top:5px;
        margin-bottom:15px;
    }
    .ec-cart .tbl-normal td select{
        width: 100% !important;
        padding:5px;
    }
    .ec-cart .tbl-normal tbody tr td:last-child{
        text-align:right !important;
    }
    .ec-cart .tbl-normal td button{
        padding:5px;
        font-size:25px;
    }
    .ec-cart .tbl-normal td{
        min-height: 40px;
        padding: auto;
    }
}

/* BUY
----------------------------------------------------------------------------- */
.ec-buy{
    
}

.ec-buy .ttl-L{
    padding-top:50px;
}

/* btn */
.ec-btn{
    text-align:center;
}

@media screen and (max-width:1000px){
    .ec-buy .ttl-L{
        padding-top:20px;
    }
    
    /* btn */
    .ec-btn{
        
    }
    .ec-btn a,
    .ec-btn button{
        margin-bottom:10px;
    }
}

.login-btn {
    display: inline-block;
    min-width: 150px;
    height: 26px;
    background-color: #16408c;
    color: #fff;
    padding: 1px 10px;
    text-align: center;
    border-radius: 20px;
    margin:10px;
    text-decoration: none;
}

.entry-btn {
    display: inline-block;
    min-width: 150px;
    height: 26px;
    background-color: #fff;
    border: 2px solid #16408c;
    color:#000;
    padding: 1px 10px;
    text-align: center;
    border-radius: 20px;
    margin:10px;
    text-decoration: none;
}

/* bag
----------------------------------------------------------------------------- */

.ec-bag-main .ec-bag li{
    display: inline-block;
    width: 30%;
}

.ec-bag-main .ec-bag label img{
    margin: 3px;
    padding: 8px;
    width: 100%;
}

.ec-bag-main .ec-bag input[type="radio"]{
    display: none;
}

@media screen and (max-width:767px){
    .ec-bag-main .ec-bag li{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
}
