@charset "UTF-8";

/* ================================ * /
            TOPICS　CSS
==================================== */
.download__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    /* -webkit-text-stroke: 0.5px; */
}

@media (min-width: 760px) and (max-width: 1023px) {
    .download__title {
        font-size: 16px;
        align-items: flex-start;
    }
}

@media (min-width: 391px) and (max-width: 759px) {
    .download__title {
        font-size: 16px;
        align-items: flex-start;
    }
}

@media (max-width: 390px) {
    .download__title {
        font-size: 16px;
        align-items: flex-start;
    }
}

.download__title .tate_line {
    width: 10px;
    height: 36px;
    background-color: var(--main-color__green);
    color: var(--main-color__green);
    margin-right: 1rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
    .download__title .tate_line {
        height: 32px;
    }
}

@media (min-width: 391px) and (max-width: 759px) {
    .download__title .tate_line {
        height: 32px;
    }
}

@media (max-width: 390px) {
    .download__title .tate_line {
        height: 32px;
    }
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.search-container {
    display: flex;
    align-items: center;
}

.search-field {
    margin-right: 10px;
    position: relative;
}

.search-field:focus .select_arrow-icon {
    transform: rotate(-90deg);
    top: 55%;
}

.search-field label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.search-dropdown {
    height: 45px;
    font-size: 16px;
    border: 1.5px solid #ccc;
    border-radius: 5px;
    padding-left: 1.375rem;
    font-size: 16px;
    line-height: 24px;
}

.search-dropdown option {
    color: #000;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select_arrow-icon {
    position: absolute;
    top: 68%;
    right: 1rem;
    width: 16px;
    height: 32px;
    transform: translateY(-50%) rotate(90deg);
    background-image: url('../img/arrow--black.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.search-dropdown:focus+.select_arrow-icon {
    transform: rotate(-90deg);
    top: 58%;
}

.search-dropdown:focus+.select_arrow-icon-month_sp {
    transform: rotate(-90deg);
    top: 55%;
}

@media (min-width: 391px) and (max-width: 759px) {
    .search-dropdown:focus+.select_arrow-icon-month_sp {
        transform: rotate(-90deg);
        top: 24%;
    }
}

@media (max-width: 390px) {
    .search-dropdown:focus+.select_arrow-icon-month_sp {
        transform: rotate(-90deg);
        top: 24%;
    }
}


.search-button {
    margin-top: 30px;
    height: 45px;
    width: 162px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: var(--main-color__green);
    color: #fff;
    cursor: pointer;
}

.topics_title_siryo {
    display: flex;
    align-items: center;
    width: 90%;
    padding: 12px;
    background-color: #E5E5E5;
}

.icon-siryo {
    margin: 0 15px;
    width: 10px;
}

.topics_title_site {
    display: flex;
    align-items: center;
    width: 90%;
    background-color: #E5E5E5;
    padding: 12px;
}

.icon-site {
    margin: 0 15px;
    width: 10px;
}

.topics_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

@media (min-width: 390px) and (max-width: 759px) {
    .topics_title {
        width: 5rem;
    }
}

@media (min-width: 340px) and (max-width: 389px) {
    .topics_title {
        width: 5rem;
    }
}

@media (max-width: 339px) {
    .topics_title {
        width: 6torem;
    }
}

.topics_date {
    font-size: 18px;
    margin: 0 30px;
}

@media (min-width: 390px) and (max-width: 759px) {
    .topics_date {
        width: 7rem;
    }
}

@media (min-width: 340px) and (max-width: 389px) {
    .topics_date {
        width: 8rem;
    }
}

@media (max-width: 339px) {
    .topics_date {
        width: 6rem;
    }
}

.product_img {
    width: 113px;
}

.topics_list_naiyo {
    padding: 25px 15px;
    width: 90%;
}

.topics_list_naiyo a {
    font-weight: 600;
    border-bottom: 1px solid var(--main-color__green);
    padding-bottom: 1px;
    padding-top: 10px;
    text-decoration: none;
    color: inherit;
    word-wrap: break-word;
    line-height: 30px;
}

.topics_list_naiyo a :hover {
    border-bottom: 1px solid var(--main-color__green) !important;
    text-decoration: none;
    color: inherit !important;
}

.topics_list_naiyo li {
    list-style: none;
    margin-left: -40px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.kanren_page a {
    font-weight: 500;
    border-bottom: 1px solid #333333;
}

.kanren_page span {
    font-weight: 500;
}

.kanren_page a:hover {
    color: var(--main-color__green);
    border-bottom: 1px solid var(--main-color__green);
}

/*--Pager--*/
.pager {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pager__button {
    font-size: 1.5rem;
    color: black;
    text-decoration: none;
    margin: 0 10px;
}

.pager__pages {
    display: flex;
}

.pager__page {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 0.9rem;
    color: var(--main-color_asai-green);
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 390px) {
    .pager__page {
        margin: 0 0.6rem;
    }
}

@media (max-width: 350px) {
    .pager__page {
        margin: 0 0.2rem;
    }
}

.pager__page-more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 0.9rem;
    text-align: center;
    font-size: larger;
}

.pager__page:hover {
    background-color: var(--main-color__green);
    color: #FFFFFF;
}

.pager__current {
    background-color: var(--main-color__light-green);
    color: black;
}

.pager__next img {
    width: 27%;
}

@media (max-width: 389px) {
    .pager__next img {
        width: 40%;
    }
}

.pager__prev img {
    width: 27%;
    transform: rotateY(180deg);
}


@media (max-width: 389px) {
    .pager__prev img {
        width: 40%;
    }
}

.pager__next,
.pager__prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.select-box-position {
    display: flex;
}

@media (min-width: 760px) and (max-width: 1023px) {
    #product {
        width: 280px !important;
    }

    #release-year {
        width: 120px !important;
    }

    #release-month {
        width: 90px !important;
    }

    .search-button {
        width: 130px;
    }

}

@media (min-width: 390px) and (max-width: 759px) {
    .select-box-position {
        align-items: flex-end;
    }

    #release-year {
        width: 195px !important;
    }

    #release-month {
        width: 90px !important;
    }
}

@media (max-width: 389px) {
    .select-box-position {
        align-items: flex-end;
    }

    #release-year {
        max-width: 195px !important;
        width: 100% !important;
    }

    #release-month {
        max-width: 90px !important;
        width: 100% !important;
    }
}

@media (min-width: 390px) and (max-width: 759px) {
    #product {
        color: #000000;
        background-color: #fff;
        width: 77vw !important;
        height: 48px;
    }
}

@media (max-width: 389px) {
    #product {
        color: #000000;
        background-color: #fff;
        width: 71vw !important;
        height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .search-container {
        width: 100%;
        height: 100%;
        padding: 32px 10px;
        background-color: #FBFBFB;
        flex-direction: column;
        align-items: flex-start;
    }

    .search-field {
        margin-bottom: 10px;
    }

    .release-date-maigin {
        margin-top: 1.25rem;
    }

    .search-field-btn-sp {
        margin-top: 1rem;
        align-self: center;
    }

    .search-button {
        margin-top: 20px;
        width: 150px;
        height: 48px;
    }

    #release-year,
    #release-month {
        color: #000000;
        background-color: #fff;
        width: 300px;
        height: 48px;
    }

    #release-year {
        margin-right: 5px;
    }

    .search-field label {
        display: block;
        margin-bottom: 14px;
        font-size: 16px;
        font-weight: 600;
    }

    .display-none-sp {
        display: none !important;
    }

    .select_arrow-icon-year_sp {
        right: 1.25rem;
    }

    .select_arrow-icon-month_sp {
        top: 46%;
    }

    .topics_title_site,
    .topics_title_siryo {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 15px;
        letter-spacing: normal;
        padding: 12px;
    }

    .topics_title_site p,
    .topics_title_siryo p {
        font-size: 14px;
        margin: 5px;
    }

    .icon-site,
    .icon-siryo {
        width: 10px;
        margin: 0;
    }

    .product_img {
        width: 85px;
    }

    .topics_list_naiyo {
        padding: 15px 5px;
        width: initial;
    }

    .topics_list_naiyo a {
        padding-top: 5px;
    }
}

@media (max-width: 389px) {

    .topics_title_site p,
    .topics_title_siryo p {
        font-size: 12px;
        margin: 5px;
    }
}


/* 製品タグ */
.product_tag {
    font-size: 16px;
    height: 30px;
    width: 8rem;
    max-width: 10rem;
    margin-left: 0.5rem;
    text-align: center;
    color: var(--main-color__green);
    padding: 0.1rem 0.4rem 0.2rem 0.4rem;
    border: 1px solid var(--main-color__green);
    border-radius: 50px;
}

@media (max-width: 767px) {
    .product_tag {
        font-size: 12px;
        height: 28px;
        width: 6rem;
        max-width: 7rem;
        margin-left: 0.1rem;
        padding: 0.3rem 0.4rem 0.2rem 0.4rem;
    }
}

@media (min-width: 390px) and (max-width: 759px) {
    .product_tag {
        font-size: 12px;
        height: 28px;
        width: 5rem;
        max-width: 6rem;
        margin-left: 0.1rem;
        padding: 0.3rem 0.4rem 0.2rem 0.4rem;
    }
}

@media (min-width: 340px) and (max-width: 389px) {
    .product_tag {
        font-size: 12px;
        height: 28px;
        width: 6rem;
        max-width: 6rem;
        margin-left: 0.1rem;
        padding: 0.3rem 0.4rem 0.2rem 0.4rem;
    }
}

@media (max-width: 339px) {
    .product_tag {
        font-size: 12px;
        height: 28px;
        width: 7rem;
        margin-left: 0.1rem;
        padding: 0.3rem 0.4rem 0.2rem 0.4rem;
    }
}