@charset "utf-8";
/* CSS Document */

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

.ec-layoutRole{
    background: url(../images/common/pattern01.png);
}

.ec-blockTopBtn {
    display: none !important;
}

.ec-headerNaviRole{
    padding-top: 0;
    background: url(../images/common/pattern02.png);
}

.ec-headerNaviRole a{
    transition: .5s;
}

.ec-headerNaviRole a:hover{
    opacity: .5;
}

.ec-role{
    padding: 50px 15px;
}

.ec-off1Grid .ec-off1Grid__cell{
    margin-left: 0;
    width: 100%;
    color: #282828;
    padding-bottom: 50px;
}

.sec_ttl_ec{
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #282828;
    border-bottom: 1px solid #7fa5b8;
}

.ec-borderedDefs dt,
.ec-borderedDefs dd{
    color: #282828;
    font-weight: bold;
    line-height: 1.8;
}

.ec-registerRole{
    padding: 50px 15px;
}

.ec-blockBtn--action,
.ec-blockBtn--cancel{
    transition: .5s;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    background-color: #004c71;
    border-color: #004c71;
}

.ec-blockBtn--action:hover,
.ec-blockBtn--cancel:hover{
    opacity: .5;
    color: #fff;
    background-color: #004c71;
    border-color: #004c71;
}

.ec-productRole{
    padding: 50px 15px;
}

.ec-login{
    padding: 30px 15px;
}

.ec-login__actions{
    margin-bottom: 15px;
}

.ec-shelfGrid .ec-shelfGrid__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ec-productRole .ec-productRole__title .ec-headingTitle{
    line-height: 1.4;
}

.ec-productRole .ec-productRole__category ul{
    margin-top: 10px;
}

.ec-productRole .ec-productRole__tags{
    margin-bottom: 10px;
}


/*ここからスマホ*/

.ec-drawerRole{
    padding-bottom: 40%;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search,
.ec-headerSearch .ec-headerSearch__keyword{
    border-radius: 0;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select{
    background-color: #004c71;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select option{
    color: #fff;
    font-size: 1.4rem;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"]{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.ec-headerNaviRole{
    padding: 10px 20px;
}

.ec-headerNavSP,
.ec-drawerRoleClose{
    background-color: #004c71;
    top: 43px;
}

.ec-headerNaviRole .fa-bars,
.ec-drawerRoleClose .fas{
    color: #fff;
}

.ec-drawerRole{
    background: #fff;
}

.sp_nav_list li:not(:last-child){
    border-bottom: 1px solid #282828;
}

.sp_nav_list li a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a{
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 15px 15px;
}

.ec-drawerRole .ec-headerLinkArea{
    background-color: #004c71;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item{
    line-height: 1.5;
    font-weight: 400;
}

.sp_nav_sns{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-top: 30px;
}

.sp_nav_sns li:not(:last-child){
    margin-right: 25px;
}

.sp_nav_sns li:nth-child(3){
    margin-right: 0;
}

.sp_nav_sns_line{
    width: 100%;
}

.sp_nav_sns_line a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    height: 50px;
    margin-top: 20px;
    background: #007e66;
}

.ec-cartRole,
.ec-orderRole{
    padding-bottom: 50px;
}






















