@charset "UTF-8";

#journal {
    background-color: #BCBCBC;
}
#journal .mv-heading__en {
    line-height: 0.9em;
}
#journal .mv-heading {
    padding-top: 31.4px;
}
#journal .pagi {
    padding-top: 42.9px;
}
#journal .mv-heading {
    margin-bottom: 49px;
}


/*--------------------------------
	dropList
--------------------------------*/
.dropList {
    margin-bottom: 59px;
    display: flex;
}
.drop__title {
    font-size: 13px;
    letter-spacing: 0.04em;
    padding-bottom: 6.5px;
    border-bottom: solid 0.8px #707070;
    position: relative;
    margin-top: 25.2px;
}
.dropList__wrapper {
    width: 330px;
}
.dropList__wrapper:first-child {
    margin-right: 42px;
}
.drop__items {
    display: none;
}
.dropList__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.dropList__link {
    color: #000;
    padding: 3px 12px 2px 12px;
    font-size: 13px;
    border: solid 1px #000;
    border-radius: 50px;
    margin-right: 5px;
    margin-bottom: 9px;
    display: block;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.dropList__link.active {
    background-color: #000;
    color: #BCBCBC;
    pointer-events: none;
}
.dropList__link:hover {
    background-color: #000;
    color: #BCBCBC;
}
.keyword .dropList__link {
    border: none;
    margin-right: 10px;
    padding: 0;
}

.keyword .dropList__link:hover {
    /* text-decoration: underline; */
    background-color: transparent;
    color: #000;

}
.keyword .dropList__link.active {
    background-color: transparent;
    color: #0066c0;
}
.drop__iconWrapper {
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    pointer-events: none;
}
.drop__icon {
    position: relative;
    width: 10px;
    height: 10px;
    display: block;
}
.drop__icon span {
    position: absolute;
    width: 9.35px;
    height: 0.8px;
    background-color: #707070;
    display: block;
    transition: 0.3s;
}
.drop__icon span:nth-child(1) {
    opacity: 0;
    top: 50%;
}
.drop__icon.active span:nth-child(1) {
    top: 50%;
    transform: rotate(90deg);
    opacity: 1;
}
.drop__icon span:nth-child(2) {
    transform: translateY(-50%);
    top: 50%;
}

.dropList__link.underline::after,
.journalKeyword__item .underline::after{
    bottom: -1px;
}


/*--------------------------------
	journalList
--------------------------------*/

.journalList__list {
    display: flex;
    flex-wrap: wrap;
}
.journalList__item {
    margin-bottom: 117.4px;
    width: 30%;
    margin-right: 5%;
}
.journalList__item:nth-child(3n) {
    margin-right: 0;
}
.journalList__img {
    overflow: hidden;
    margin-bottom: 19.6px;
}
.journalList__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 55 / 61;
    object-fit: cover;
    transition: 0.5s;
}
.journalList__link {
    display: block;
}
.journalList__link:hover img{
    transform: scale(1.2);
    transition: transform 2000ms var(--ease-out-moment);
}
.journalOther {
    display: flex;
    align-items: center;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    margin-bottom: 16px;
}
.journalOther__list {
    display: flex;
}
.journalOther__item {
    border: solid 1px #000;
    padding: 2px 12px 2px 12px;
    line-height: 1.25;
    border-radius: 50px;
    margin-right: 5px;
}
.journalList__title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin-bottom: 15.5px;
    font-feature-settings: "palt" 1;
}
.journalKeyword {
    display: flex;
    flex-wrap: wrap;
}
.journalKeyword__item {
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 3px;
}


@media screen and (max-width: 750px) {
    #journal .mv-heading {
        margin-bottom: 58px;
    }    
    .dropList {
        display: block;
        margin-bottom: 88px;
    }
    .dropList__wrapper {
        width: 100%;
    }
    .dropList__wrapper:first-child {
        margin-right: 0;
    }
    .dropList__link {
        font-size: 11px;
    }
    .journalList__list {
        display: block;
    }
    .journalList__item { 
        width: 100%;
        margin-bottom: 56.7px;
    }
}