.eyecatch_area .item_area .item a.ec-blockBtn--black {
    color: #A12323;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

/* ▼既存CSSの上書き */
.ec-layoutRole__contents{
    margin-bottom: inherit;
}
.ec-sliderRole_area{
    margin: 70px 20px 0;
}
.ec-sliderRole .slick-dots{
    bottom: -35px;
}
.ec-newItemRole .ec-newItemRole__listItem a{
    color: var(--font-color-black);
}
.ec-sliderRole .slick-dots li.slick-active button:before{
    opacity: 1;
    border: 3px solid #FFF;
    background-color: #DB4328;
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{
    margin: 0 0 20px;
}
.ec-footerRole{
    margin-top: inherit;
}
.ec-newsRole .ec-newsRole__newsItem {
    padding: 0;
}
.ec-newsRole__newsHeading{
    padding: 20px 0;
}
.ec-sliderRole_area .pc {
    border-radius: 15px;
}
@media only screen and (max-width: 768px){
    .ec-headerRole img {
        max-width: 200px;
    }
    .ec-sliderRole_area{
        margin: 0 20px;
    }
}
/* ▲既存CSSの上書き */

/* ▼higasi */
:root{
    --main-color: #DB4328;
    --Zen-Maru-Gothic-bold: 700;
    --font-color-black: #111111;
}
.ecMarche__wrapper{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
}
.ecMarche__Roboto{
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: normal;
    color: var(--main-color);
    letter-spacing: 1px;
    font-size: 12px;
}
.ecMarche__h1{
    margin: inherit;
    font-weight: var(--Zen-Maru-Gothic-bold);
    color: var(--main-color);
}
.ecMarche__ankerLink-wrapper{
    background: var(--main-color);
    color: #fff;
    width: fit-content;
    border-radius: 25px;
    margin: auto;
    transition-duration: .4s;
}
.ecMarche__ankerLink-wrapper:hover{
    transform: scale(1.1);
}
.ecMarche__ankerLink{
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    font-weight: var(--Zen-Maru-Gothic-bold);
}
.ecMarche__ankerLink:hover,.ecMarche__ankerLink:visited{
    color: inherit;
}
.ecMarche__about{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
/* ▼変更しました 2025年1月23日 */
.ecMarche__about-img-wrapper{
    width: 65%;
}
.ecMarche__about-img{
    width: 100%;
    min-width: 550px;
    border-radius: 0px 15px 15px 0px;
}
/* ▲変更しました 2025年1月23日 */
.ecMarche__about-content{
    padding: 0 90px;
    margin: 30px 0;
}
.ecMarche__about-p{
    margin: 20px 0;
    color: var(--font-color-black);
}
.ecMarche__about-p p:not(:first-child){
    margin-top: 20px;
}
.ecMarche__pickup-content{
    position: relative;
    padding: 30px 0;
}
.ecMarche__news-content{
    position: relative;
    padding: 30px 0 0;
}
.ecMarche__news-section{
    padding: 10px 30px 20px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 10px 10px var(--main-color);
}
.ecMarche__h2{
    margin: inherit;
    font-weight: var(--Zen-Maru-Gothic-bold);
    color: var(--font-color-black);
}
.ecMarche__h2::before,.ecMarche__h2::after{
    position: absolute;
    content: "…";
    color: var(--main-color);
    top: 9px;
}
.ecMarche__h2::before{
    left: 0;
}
.ecMarche__h2::after{
    right: 0;
}
.ecMarche__pickup-img{
    border-radius: 10px;
    margin-bottom: 10px;
}
.ecMarche__news-background{
    background: #FCECE3;
    margin-top: 30px;
}
.ecMarche__pickup,.ecMarche__news{
    font-family: "Zen Maru Gothic", serif;
}
/* ▼変更しました 2025年1月23日 */
.ecMarche__pickup{
    padding-top: 80px;
    padding-bottom: 70px;
}
.ecMarche__news{
    padding-top: 80px;
    padding-bottom: 80px;
}
/* ▲変更しました 2025年1月23日 */
.ecMarche__pickup-title,.ecMarche__news-title{
    position: relative;
    font-family: "Zen Maru Gothic", serif;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    width: fit-content;
}
.ecMarche__pickup-itemTitle,.ecMarche__news-column{
    font-size: 15px;
    font-weight: var(--Zen-Maru-Gothic-bold);
    color: var(--font-color-black);
}
.ecMarche__news-column{
    width: 90%;
}
.ecMarche__news-description{
    font-weight: 500;
    color: var(--font-color-black);
}
.ecMarche__news-date{
    display: inline-block;
    margin: 0;
    min-width: 120px;
    font-weight: var(--Zen-Maru-Gothic-bold);
    color: var(--main-color);
    font-size: 14px;
}
.ecMarche__pickup-itemPrice{
    font-size: 20px;
    font-weight: var(--Zen-Maru-Gothic-bold);
}
.ecMarche__slick{
    padding: 0 20px;
    width: auto !important;
}
/* ▼変更しました 2025年1月23日 */
.ecMarche__slick img {
    max-width: 768px;
    height: auto;
    margin: 0 auto;
    display: block;
    aspect-ratio: 16/9;
}
/* ▲変更しました 2025年1月23日 */
.ecMarche__news-section div.hidden{
    display: none;
}
.ecMarche__news-button{
    background-color: #DB4328;
    text-align: center;
    margin: auto;
    width: 100px;
    height: 50px;
    border-radius: 50% / 0 0 100% 100%;
    color: #FFF;
    font-weight: var(--Zen-Maru-Gothic-bold);
    padding: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.ecMarche__news-button:hover{
    font-size: 18px;
    transition: 0.5s;
}

@media only screen and (max-width: 768px){
    .ecMarche__about{
        margin-top: 0;
    }
    /* ▼変更しました 2025年1月23日 */
    .ecMarche__pickup{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .ecMarche__news{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ecMarche__about-img-wrapper{
        display: none;
    }
    /* ▲変更しました 2025年1月23日 */
    .ecMarche__about-content{
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ecMarche__slick{
        padding: 0;
    }
}
/* ▼追加しました 2025年1月23日 */
@media only screen and (max-width: 1000px) and (min-width: 767px){
    .ecMarche__about{
        display: block;
    }
    .ecMarche__about-img-wrapper{
        width: 100%;
        padding: 0 50px;
    }
    .ecMarche__about-img{
        width: 100%;
        height: 300px;
        margin: 0 auto;
        border-radius: 15px;
        object-fit: cover;
    }
}
@media only screen and (min-width: 1700px){
    .ecMarche__about-img-wrapper {
        width: 35%;
        max-width: 900px;
    }
    .ecMarche__about-img{
        border-radius: 15px;
    }
}