/*スライドショー*/

.ec-sliderRole .slick-slider {
    margin-bottom: 30px;
}
.ec-sliderRole .slick-slide {
    height:439px ;
}

.ec-sliderRole .slick-slide img{
    padding: 0 6px;
    height: 100%;    
    object-fit: cover;
    width: 100%; 
}
.ec-sliderRole .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.ec-sliderRole .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

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

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

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

.ec-sliderRole .slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;

}

.ec-sliderRole .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.ec-sliderRole .slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}
.ec-sliderRole .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.ec-sliderRole{
    max-width: 100%;
    margin-bottom: 50px;
    padding: 10px 0;
    background: #F8F8F8;
}
/*トップページコンテンツ*/
.top-section{
    margin-bottom: 40px;
}
.top-section h1,
.top-section h2,
.top-section h3,
.top-section h4,
.top-section h5{
    text-align: center;
}
.top-section h3{
    padding-bottom: 10px;
    margin-bottom: 16px;
    display: block;
}
.top-section p{
    padding-bottom: 16px;
    color: #3D3D3D;
}
.section-01{
    padding: 0 20px;
}
.section-01 ul{
    padding-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.section-01 ul li{
    width: calc((100% / 3) - 10px);
    padding: 6px 4px;
}
.section-01 ul li.sec01_icon{
    border:1px solid #fff;
    border-radius: 5px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
}
.section-01 ul li.sec01_icon span{
    min-height: 60px;
    color: #DE5D50;
    display: block;
    font-size: 16px;
    letter-spacing: -1.1px;
    text-align: center;
}
.section-01 ul li.sec01_icon p{
    min-height: 60px;
    padding-bottom: 0;
    font-size:12px;
}
.section-01 ul li.sec01_icon img{
    width: 65px;
    height: 65px;
    margin: 4px auto;
}
.section-01 ul li.sec01-btn a{
    padding: 12px;
    background: #DE5D50;
    color: #fff;
    display: block;
}
.section-02 ul{
    display: flex;
    justify-content: space-between;
    overflow: scroll;
}
.section-02 ul li{
    min-width: 180px;
    width: calc((100% / 2) - 10px);
    margin:0 0 10px 16px;
    border: 1px solid #707070;
}
.section-02 ul li:last-child{
    margin-right:16px;
}
.section-02 ul li a{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section-02 ul li span{
    height: 60px;
    padding:0 16px;
    align-items: center;
    background: #525263;
    color: #fff;
    display: flex;
    font-size:16px ;
    justify-content: center;
    text-align: center;
}
.section-02 ul li p{
    padding: 10px;
    color: #212121;
}
.section-02 ul li .section-02_img{
    margin-top: auto;
}
.section-02 ul li img{
    padding:0 10px 10px;
}
.section-05{
    padding: 0 20px;
}
.section-05 ul{
    display: flex;
    justify-content: space-between;
}
.section-05 ul li{
    width:calc((100% / 2) - 10px);
    border:1px solid #707070;
    position: relative;
}
.section-05 ul li:before{
    content: "";
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #DE5D50;
    position: absolute;
    transform: rotate(90deg);
}
.section-05 ul li:after{
    content: "専用";
    left: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 10px;
    position: absolute;
    text-align: center;
    transform: rotate(-45deg);
}
.section-05 ul li p{
    padding: 10px 30px;
    font-size: 16px;
}
.section-05 ul li a{
    color: #000;
    text-align: center;
    position: relative;
}
.section-05 ul li img{
    max-height: 100px;
    margin:0 auto;
    padding-bottom: 10px;
}
.section-06 ul{
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
}
.section-06 ul li{
    width: calc((100% / 2) - 16px);
    padding: 2px 8px;
    border:1px solid #ECECEC;
    display: flex;
}
.section-06 ul li a{
    padding: 4px;
    align-items: center;
    background: #fff;
    color: #030303;
    display: flex;
}
.section-06 ul li a img {
    width: 40px;
    margin-right: 6px;
}
@media only screen and (min-width: 768px) {
    .front_page .ec-layoutRole__mainTop{
        padding: 0 20px;
    }
    .top-section h3{
        border-bottom: 1px solid #525263;
        text-align: left;
    }
    .section-01{
        padding: 0;
    }
    .section-01 ul li{
        width: calc((100% / 6) - 10px);
    }
    .section-01 ul li.sec01_icon{
        box-shadow: 0 0 3px gray;
        display: flex;
    }
    .section-01 ul li.sec01_icon span{
        font-size:20px;
    }
    .section-02 ul{
        flex-wrap: wrap;
        overflow: visible;
    }
    .section-02 ul li{
        min-width: auto;
        width: calc((100% / 4) - 10px);
        margin:0 0 10px 0;
        border: 1px solid #707070;
    }
    .section-02 ul li:last-child{
        margin-right: 0;
    }
    .section-05{
        padding: 0;
    }
    .section-05 ul li img{
        max-height: 200px;
    }
    .section-05 ul li:before{
        border-right: 80px solid transparent;
        border-bottom: 80px solid #DE5D50;
    }
    .section-05 ul li:after{
        width: 80px;
        height: 80px;
        font-size:16px;
    }
    .section-06 ul li{
        width: calc((100% / 5) - 16px);
        margin-bottom: 20px;
        border:none;
    }
    .section-06 ul li:nth-child(n+1):nth-child(-n+4){
        width: calc((100% / 4) - 16px);
    }
    .section-06 ul li a{
        display: block;
        text-align: center;
    }
    .section-06 ul li a img{
        max-width: 200px;
        width:100%;
    }
}
/*新しく取り扱い開始しました*/
.ec-role{
    padding: 0;
    max-width: 1280px;
}
.ec-newItemRole .ec-newItemRole__list{
    flex-wrap: nowrap;
    overflow: scroll;
}
.ec-newItemRole .ec-newItemRole__listItem{
    margin:0;
}
.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd){
    margin: 0 ;
}
.ec-newItemRole .ec-newItemRole__listItemPrice{
    color:#EB6157 ;
}
.ec-newItemRole .slick-slide {
    margin: 0 10px;
}
@media only screen and (min-width: 768px) {
    .ec-newItemRole{
        padding: 0;
    }
    .ec-newItemRole .ec-newItemRole__list{
        overflow: visible;
    }
    .ec-newItemRole .ec-newItemRole__listItem{
        width: calc((100% / 4) - 6px);
    }
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd){
        margin-right: 0;
    }

}
/*スライドショー*/

.slick-prev{
    left: 0;
    z-index: 1;
}
.slick-next{
    right: 0;
}

.slick-prev, .slick-next{
    width: 30px;
    height: 30px;
}
.slick-prev:before,.slick-next:before{
    content: " ";
    width: 30px;
    height: 30px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #525263;
    position: absolute;
}
.slick-prev:after,.slick-next:after{
    content: " ";
    width: 8px;
    height: 8px;
    top: 25px;
    left: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-135deg) ;
    transform: rotate(-135deg) ;
    position: absolute;
}
.slick-prev:after{
    
}
.slick-next:after{
    left: 9px;
    -webkit-transform: rotate(45deg) ;
    transform: rotate(45deg) ;
}
.slick-next:before{
    right: inherit;0
}
/*お知らせ*/
.top-news{
    background: #F8F8F8;
}
.top-news .ec-newsRole .ec-newsRole__newsTitle,
.top-news .ec-newsRole .ec-newsRole__newsDate{
    color: #fff;
}
.top-news .ec-newsRole .ec-newsRole__newsTitle, .top-news .ec-newsRole .ec-newsRole__newsDate{
    color: #3D3D3D;
}
.sp.top-news .ec-newsRole{
    padding: 20px;
}
.sp.top-news .ec-inlineBtn--top{
    margin: 0 auto;
    background: #525263;
    display: block;
}
@media only screen and (min-width: 768px) {
    .pc.top-news{
        background: #8EC31F;
    }
    .ec-newsRole{
        padding: 0;
    }
    .pc.top-news .ec-newsRole .ec-newsRole__newsTitle,
    .pc.top-news .ec-newsRole .ec-newsRole__newsDate{
        color: #fff;
    }
    .pc.top-news .ec-newsRole .ec-newsRole__newsTitle{
        border-right: 1px solid #fff;
    }
    .ec-newsRole .ec-newsRole__newsItem:not(:last-of-type){
        border-bottom:none;
    }
    .ec-newsRole .ec-newsRole__news{
        padding:0;
        align-items: center;
        border:none;
        display: flex;
    }
    .ec-newsRole .ec-newsRole__newsHeading{
        align-items: center;
    }
    .ec-inlineBtn--top{
        padding: 4px 80px 4px 20px;
        background: #FFE226;
        border: none;
        border-radius: 3px;
        color: #3D3D3D;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        position: relative;
    }
    .ec-inlineBtn--top:before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-top: solid 1px #3D3D3D;
        border-right: solid 1px #3D3D3D;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 14px;
        bottom: 0;
        margin: auto;
        }
    .pc.top-news .ec-inlineBtn--top::before,
    .pc.top-news .ec-inlineBtn--top::after {
        content: "";
        position: absolute;
        top: calc(50% - 0.5px);
        right: 10px;
        width: 10px;
        height: 1px;
        border-radius: 9999px;
        background-color: #000000;
        transform-origin: calc(100% - 0.5px) 50%;
    }
    .pc.top-news .ec-inlineBtn--top::before {
        transform: rotate(45deg);
    }
    .pc.top-news .ec-inlineBtn--top::after {
        transform: rotate(-45deg);
    }
}
/*特集*/
.ec-topicRole{
    background: #fff;
}
