#promotion.sc-articles {
    display: none !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.detail-date {
    border-bottom: 0 !important;
}

.icw .title-nationwide-dining {
    font-size: 33px;
    line-height: 50px;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #00A94F 0%, #03605E 50%, #1A2B32 100%);
}

.list-summary {
    max-width: 800px;
    margin: 0 auto 48px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.list-summary .item-sum {
    display: list-item;
    list-style: disc;
}

.list-summary dt,
.list-summary dd {
    display: inline;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .icw .title-nationwide-dining {
        font-size: 24px;
        line-height: 1.5;
    }

    .list-summary {
        margin-bottom: 24px;
    }
}

.icw .sc-articles {
    background: #0CAA7F;
    background: linear-gradient(90deg, #0CAA7F 0%, #0B9E78 100%);
}

.icw .sc-articles .sc-heading,
.icw .sc-articles .sc-heading > * {
    margin-bottom: 0 !important;
}

.sc-relate-dining .slide-relate-dining {
    overflow: visible;
}

.sc-relate-dining .slide-relate-dining .swiper-pagination-bullets {
    font-size: 0;
    line-height: 0;
}

.sc-relate-dining .slide-relate-dining .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.sc-relate-dining .slide-relate-dining .swiper-slide {
    width: 215px;
}

.sc-relate-dining .slide-relate-dining .link-relate-dining {
    display: block;
}

.sc-relate-dining .slide-relate-dining img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 8px;
}

.has-special-theme #content-campaign {
    position: relative;
    padding-top: 90px;
    background: radial-gradient(158.23% 158.23% at 50% 13.27%, rgba(255, 255, 255, 0.3) 0%, rgba(161, 228, 195, 0.3) 50%, rgba(54, 174, 124, 0.3) 70.96%);
}

.has-special-theme #content-campaign::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: #1A2B32;
    background: linear-gradient(90deg, #00A94F 0%, #03605E 50%, #1A2B32 100%);
    z-index: 5;
}

.has-special-theme #content-campaign>.container {
    position: relative;
}

.special-theme-dining {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
    pointer-events: none;
}

.special-theme-dining .img-special-dining {
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    height: auto;
}

.special-theme-dining .img-left,
.special-theme-dining .img-right {
    max-width: 50%;
}

.special-theme-dining .img-left {
    left: 0;
}

.special-theme-dining .img-right {
    right: 0;
}

.special-theme-dining .img-mb {
    display: none;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .icw .sc-relate-dining>h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 520px) {
    .special-theme-dining .img-left,
    .special-theme-dining .img-right {
        display: none;
    }

    .special-theme-dining .img-mb {
        display: block;
    }
}