@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : topics.css
Description :
===================================================================== */

/* =====================================================================
*    topics
* =================================================================== */
.topics {
    padding: calc(100 / 750 * 100%) 0;
}

.topics .sec_contents {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
}

.topics_list {
}

.topics_list > li {
    margin: 0 0 calc(90 / 690 * 100%);
    padding: calc(30 / 690 * 100%);
    background-color: #fff;
}

.topics_list > li:last-child {
    margin-bottom: 0;
}

.topics_list_box > dt {
}

.topics_list_box > dt::after {
    content: "";
    display: block;
    width: calc(650 / 630 * 100%);
    height: 1px;
    background-color: #dddedf;
    margin: calc(30 / 630 * 100%) 0 0 calc(-10 / 630 * 100%);
}

.topics_list_date {
    display: inline-block;
    margin: 0 0 calc(20 / 630 * 100%) calc(-30 / 630 * 100%);
    padding: 0.2em 0.6em;
    background-color: #0a0404;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

.topics_list_ttl {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.438;
}

.topics_list_txt {
    margin: calc(40 / 630 * 100%) 0 0;
    padding: 0 0 calc(50 / 630 * 100%);
    font-size: 2.8rem;
    line-height: 1.571;
}

.topics_list_txt a.shop {
    display: inline;
}

.topics_list_txt b {
    font-weight: bold;
}

.topics_list_txt b.center {
    text-align: center;
    display: block;
}

.topics_list_txt > *:not(:last-child) {
    margin: 0 0 calc(40 / 630 * 100%);
}

.topics_list_photo > li:not(:last-child) {
    margin: 0 0 calc(40 / 630 * 100%);
}

.topics_list_btn a {
    background-color: #0b0c0c;
    border-color: #0b0c0c;
}



@media screen and (min-width: 768px) {
    .topics {
        padding: calc(100 / 1200 * 100%) 0;
    }
    
    .topics .sec_ttl {
        margin: 0 0 calc(100 / 1000 * 100%);
    }

    .topics .sec_contents {
        width: 100%;
    }

    .topics_list > li {
        margin: 0 0 calc(80 / 1000 * 100%);
        padding: calc(10 / 1000 * 100%) calc(20 / 1000 * 100%) calc(20 / 1000 * 100%);
    }
    
    .topics_list_box > dt::after {
        width: 100%;
        margin: calc(20 / 960 * 100%) 0 0;
    }

    .topics_list_date {
        margin: 0 0 0 calc(-20 / 960 * 100%);
        padding: 0.33em 0.7em;
        font-size: 1.4rem;
    }

    .topics_list_ttl {
        margin: calc(-10 / 960 * 100%) 0 0 calc(150 / 960 * 100%);
        font-size: 2rem;
        line-height: 1.7;
    }

    .topics_list_txt {
        width: calc(860 / 960 * 100%);
        margin: calc(40 / 960 * 100%) auto 0;
        padding: 0 0 calc(60 / 960 * 100%);
        font-size: 1.6rem;
        line-height: 1.75;
    }

    .topics_list_txt > *:not(:last-child) {
        margin: 0 0 calc(40 / 960 * 100%);
    }

    .topics_list_photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 !important;
    }

    .topics_list_photo > li,
    .topics_list_photo > li:not(:last-child) {
        max-width: calc(700 / 860 * 100%);
        min-width: calc(410 / 860 * 100%);
        margin: 0 calc(39 / 860 * 100%) calc(40 / 860 * 100%) 0;
    }

    .topics_list_photo > li:nth-child(even),
    .topics_list_photo > li:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .topics {
        padding: 100px 0;
    }
}
