@import url("article.css?20201027");

/* section__top */
#new_release #section__top {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: white;
    padding-top: 130px;
}

#new_release #section__top .topics {
    width: 100%;
    max-width: calc(790px + 80px);
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 75px;
}

#new_release #section__top .topics dl {
    padding-bottom: 30px;
}

#new_release #section__top .topics dt {
    clear: left;
    float: left;
    width: 100px;
    color: rgba(17, 17, 17, 0.87);
    text-align: left;
}

#new_release #section__top .topics dd {
    margin-left: 120px;
    text-align: left;
}

#new_release #section__top .text_box_1 {
    display: inline-table;
    font-size: 3.0rem;
    line-height: 2.0em;
}

#new_release #section__top .text_box_2 {
    font-size: 1.4rem;
}

/* #new_release #section__top .spacing_2 {
  } */

#new_release #section__top .border_button {
    margin-top: 49px;
    margin-bottom: 75px;
    width: 190px;
    height: 40px;
    color: black;
}

#new_release #section__top .border_button:hover {
    background-color: rgb(17, 17, 17, 0.2);
}

#new_release #section__top .flat_button {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    margin-top: 45px;
    margin-bottom: 200px;
    display: inline-block;
    text-indent: -9999em;
}

#new_release #section__top .flat_button:hover {
    background-color: rgb(17, 17, 17, 0.2);
}

@media (max-width: 1024px) {}

@media (max-width: 767px) {
    #new_release #section__top .topics {
        width: 100%;
        max-width: calc(790px + 80px);
        padding-left: 20px;
        padding-right: 20px;
    }

    #new_release #section__top .topics dt {
        font-weight: bold;
    }

    #new_release #section__top .topics dt {
        float: unset;
    }

    #new_release #section__top .topics dd {
        margin-left: unset;
    }

    #new_release #section__top .flat_button {
        margin-top: 30px;
        margin-bottom: 120px;
    }
}

#new_release #section__top .loadMore_btn {
    background-image: url(../img/arrow_down.svg);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}

/* section__details */
#new_release #section__details {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: white;
    display: none;
    padding-top: 130px;
}

#new_release #section__details .main_content {
    width: 100%;
    max-width: 830px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    padding: 0px 40px;
}

#new_release #section__details .main_content .title_header_container {
    width: 100%;
    z-index: 2;
    margin: auto;
}

#new_release #section__details .main_content .title_header_container .title_header_text {
    width: 100%;
    text-align: left;
}

#new_release #section__details .body_container {
    width: 100%;
    margin: auto;
    text-align: left;
}

#new_release #section__details .body_container .info_container {
    padding-top: 25px;
    display: flex;
    justify-content: left;
}

#new_release #section__details .body_container .container_date .my_tag_date {
    width: 100%;
    font-size: 0.9em;
}

#new_release #section__details .body_container .body_article {
    padding-top: 75px;
    padding-bottom: 0px;
}

#new_release #section__details .align_middle {
    width: 100%;
    display: flex;
    justify-content: center;
}

#new_release #section__details .body_container .align_middle .border_button {
    margin-top: 75px;
    margin-bottom: 200px;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 1.0em;
    display: inline-block;
}

#new_release #section__details .body_container .align_middle .border_button:hover {
    background-color: rgb(17, 17, 17, 0.2);
}

#new_release #section__details .bottom_container {
    justify-content: space-between;
}

#new_release #section__details .bottom_container .border_button {
    border: none;
    width: unset !important;
}

@media (max-width: 1024px) {}

@media (max-width: 767px) {
    #new_release #section__details .main_content {
        padding: 0px 20px;
    }

    #new_release #section__details .body_container .container_type {
        width: 50%;
    }

    #new_release #section__details .body_container .container_date {
        width: 50%;
    }

    #new_release #section__details .body_container .body_article {
        padding-top: 40px;
        padding-bottom: 0;
    }

    #new_release #section__details .body_container .bottom_container .border_button {
        margin-top: 40px;
    }

    #new_release #section__details .body_container .info_container {
        padding-top: 10px;
    }

    #new_release #section__details .body_container .align_middle .border_button {
        margin-bottom: 120px;
    }

    #new_release #section__details .bottom_container .bottom_middle_content>p {
        display: none;
    }

    #new_release #section__details .bottom_container .bottom_middle_content:after {
        content: "一覧";
    }
}