@charset "UTF-8";

@media screen and (max-width: 767px) {
    .c-ad-banner + .c-article__contents {
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .dac-ivt-root-container {
        display: none;
    }
}

.c-sub-category-textlink {
    margin: 8px 0;
}

.p-photo-detail__main-slider__text {
    background-color: #484848;
    color: #fff;
}

.c-thumbnail-slide__main__item img {
    height: auto;
}

.p-photo-detail__main-slider__text > p {
    padding: 0px 10px;
}

.c-thumbnail-slide__main__link {
    border: none;
}

.c-thumbnail-slide__main__item {
    margin-bottom: 16px;
}

.footpath {
    display: flex;
}

.footpath_item {
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 auto;
}

.footpath_item:not(:last-child)::after {
    content: "";
    display: block;
    background-image: url(/v=1701341618/files/user/images/common/chevron_right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 2px;
}

@media screen and (min-width: 768px) {
    #pc_top_right_1st {
        width: 312px;
        height: 600px;
    }

    .footpath {
        margin: 10px 0;
        overflow: hidden;
    }

    .footpath_item:not(:last-child)::after {
        width: 20px;
        height: 20px;
        margin: 0px 4px 0;
    }

    .footpath_item--word-break {
        flex: 1 1;
    }
}

@media screen and (max-width: 767px) {

    .c-main-slider {
        min-height: calc(60vw + 62px + 30px);
    }
    
    .c-main-slider__item__img {
        aspect-ratio: 720 / 480
    }

    .c-tab {
        min-height: 44px
    }

    .l-conainer--top-news {
        min-height: calc(100vh - 78vw)
    }
    
    .footpath {
        padding: 4px 0 0 0;
        margin: 8px 10px 12px 10px;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .footpath::-webkit-scrollbar{
        display:none;
    }

    .footpath_item {
        align-items: center;
    }

    .footpath_item:not(:last-child)::after {
        width: 16px;
        height: 16px;
        margin: 1px 4px 0;

    }
}