/* Start Navigation */
.header__container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #FFFFFF;
    line-height: 1.5;
}

header {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5.2%;
    background-color: #FFFFFF;
}

nav {
    display: flex;
    gap: 40px;
}

.logo {
    font-size: 40px;
    font-weight: 700;
    color: #E9450A;
}

.nav__icon {
    max-width: 24px;
}

.nav__icon img {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: contain;
    color: #1E4BB1;
}

.nav__link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 4px;
}

.nav__text {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
}

/* End Navigation */

/* Start Breadcrumb */
.breadcrumb__container {
    margin-top: 24px;
}

.breadcrumb__nav {
    max-width: 1720px;
    margin: 0 5.2%;
    display: flex;
    column-gap: 4px;
    align-items: center;
}

.breadcrumb__separator {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.breadcrumb__link {
    font-size: 16px;
    font-weight: 500;
    color: #828282;
}

.breadcrumb__current {
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
}

/* End Breadcrumb */

/* Start Detail New */
.news-detail__container {
    max-width: 1200px;
    margin: 24px auto 0 auto;
    display: flex;
    column-gap: 60px;
}

.news-detail__main {
    display: flex;
    flex-basis: 66.66%;
}

.news-detail__side {
    display: flex;
    flex-basis: 33.33%;
}

.news-detail__thumbnail {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    display: flex;
}

.news-detail__thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-detail__main {
    display: flex;
    flex-direction: column;
}

.news-detail__side {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.common-news__side-thumb {
    flex: 0 0 auto;
    max-width: 120px;
    height: 120px;
    width: 100%;
}

.common-news__side-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.common-news__side-title-item {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
    /* limit 3 lines */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.common-news__side-date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #828282;
    margin-top: 8px;
}

.common-news__side-rank-crown-wrapper {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.common-news__side-list {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 24px;
}

.common-news__side-item {
    display: flex;
    column-gap: 24px;
}

.common-news__side-rank {
    font-size: 20px;
    font-weight: 700;
    color: #828282;
}

.common-news__side-crown {
    display: flex;
    align-items: center;
}

.common-news__side-rank-1 {
    color: #EAAA08;
}

.common-news__side-rank-2 {
    color: #F04438;
}

.common-news__side-rank-3 {
    color: #1B44A1;
}

.common-news__side-more-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #F5F3F1;
    padding: 16px;
    flex: 1;
}

.common-news__side-more-button {
    display: flex;
    align-items: center;
    background-color: #E9450A;
    margin-top: 24px;
}

.common-news__side-more-icon {
    display: flex;
    align-items: center;
    padding: 16px;
}

.news-detail__info {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.news-detail__caption {
    font-size: 14px;
    font-weight: 500;
    color: #828282;
}

.news-detail__title {
    font-size: 40px;
    font-weight: 700;
    color: #1C1C1C;
    margin-top: 24px;
}

.news-detail__date {
    font-size: 16px;
    font-weight: 500;
    color: #828282;
    margin-top: 24px;
}

.news-detail__tags {
    display: flex;
    column-gap: 8px;
    margin-top: 16px;
}

.news-detail__tag {
    font-size: 14px;
    font-weight: 400;
    color: #1E4BB1;
    background-color: #FFFFFF;
    border: 1px solid #1E4BB1;
    border-radius: 90px;
    padding: 7px 12px;
    line-height: 1.36;
}

.news-detail__content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 24px;
}

.news-detail__content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-detail__content p {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
}

.news-detail__content h1,
.news-detail__content h2,
.news-detail__content h3,
.news-detail__content h4,
.news-detail__content h5,
.news-detail__content h6 {
    color: #0D204A;
    margin-top: 24px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

/* .news-detail__content h1::before,
.news-detail__content h2::before,
.news-detail__content h3::before,
.news-detail__content h4::before,
.news-detail__content h5::before,
.news-detail__content h6::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ED6A3B;
    border-radius: 50%;
} */

.news-detail__source {
    display: flex;
    padding: 24px;
    background-color: #F5F1EA;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.news-detail__tags--bottom {
    display: flex;
    column-gap: 8px;
    justify-content: flex-end;
    margin-top: 24px;
}

.news-detail__recommend-news {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding: 24px 0 0 0;
}

.news-detail__recommend-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #DCDCDC;
    column-gap: 10px;
}

.news-detail__recommend-text {
    font-size: 20px;
    font-weight: 500;
    color: #2A2A2A;
    flex: 1;
}

.news-detail__recommend-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-detail__recommend-title {
    font-size: 24px;
    font-weight: 700;
    color: #1E4BB1;
}

/* From Editorial */
.news-detail__from-editorial {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding: 24px 0;
}

.news-detail__from-editorial-description {
    font-size: 16px;
    font-weight: 400;
    color: #6D6D6D;
    margin-top: 8px;
    margin-bottom: 20px;
}

.news-detail__from-editorial-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    column-gap: 10px;
    margin-bottom: 20px;
}

.news-detail__from-editorial-item:last-child {
    margin-bottom: 0;
}

.news-detail__from-editorial-text {
    font-size: 20px;
    font-weight: 500;
    color: #2A2A2A;
    flex: 1;
}

.news-detail__from-editorial-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-detail__from-editorial-title {
    font-size: 24px;
    font-weight: 700;
    color: #1E4BB1;
}

.news-detail__share-article {
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: end;
    margin-top: 24px;
}

.news-detail__share-icons {
    display: flex;
    column-gap: 16px;
    align-items: center;
}

.news-detail__share-title {
    font-size: 20px;
    font-weight: 500;
    color: #828282;
}

/* End Detail News */

/* Start Common News */
.common-news__container {
    max-width: 1200px;
    margin: 12px auto 60px auto;
    display: flex;
    padding: 24px 0 0 0;
    flex-direction: column;
}

.common-news__section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1C1C1C;
}

.common-news__main {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.common-news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 32px;
}

.common-news__thumb {
    width: 100%;
}

.common-news__thumb img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.common-news__title {
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
    margin-top: 24px;
}

.common-news__excerpt {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    margin-top: 12px;
    /* limit 3 lines */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.common-news__date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #828282;
    margin-top: 12px;
}

.common-news__side-more-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #F5F3F1;
    padding: 16px;
    flex: 1;
}

.common-news__side-more-button {
    display: flex;
    align-items: center;
    background-color: #E9450A;
    margin-top: 24px;
}

.common-news__side-more-icon {
    display: flex;
    align-items: center;
    padding: 16px;
}

.common-news__more-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #F5F3F1;
    padding: 16px;
    flex: 1;
}

.common-news__side-more-divider {
    width: 1px;
    height: 28px;
    background-color: #FFFFFF;
}

.common-news__more-divider {
    width: 1px;
    height: 28px;
    background-color: #FFFFFF;
}

.common-news__more-button {
    display: flex;
    align-items: center;
    background-color: #1E4BB1;
    margin-top: 32px;
    width: fit-content;
}

.common-news__more-icon {
    display: flex;
    align-items: center;
    padding: 16px;
}

.common-news__side-title {
    font-size: 24px;
    font-weight: 700;
    color: #1E4BB1;
}

/* End Common News */

/* Start Footer */
footer {
    background-color: #47413E;
}

.footer__container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer__content {
    padding: 32px 0 32px 0;
    display: flex;
    column-gap: 40px;
}

.footer__column {
    flex: 1;
}

.footer__nav {
    flex: 1;
    max-width: 208px;
    width: 100%;
}

.footer__column-title {
    font-size: 16px;
    font-weight: 700;
    color: #E9450A;
    padding-bottom: 8px;
    border-bottom: 1px solid #636363;
    position: relative;
}

.footer__column-title::after {
    content: '';
    display: block;
    width: 64px;
    height: 3px;
    background-color: #E9450A;
    position: absolute;
    bottom: -1px;

}

.footer__column-group {
    display: flex;
    margin-top: 20px;
}

.footer__list-item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer__link {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
}

.footer__list-item-group {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer__list-sub-item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer__sublink {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer__sublink::before {
    content: '';
    background-color: #E9450A;
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 16px;
}

.footer__list-sub-item--right-caret {
    max-width: 20px;
    width: 100%;
    display: flex;
    margin-left: 8px;
}

.footer__link--red {
    color: #E9450A;
}

.footer__bottom {
    display: flex;
    width: 100%;
    border-top: 1px solid #515151;
}

.footer__bottom-links {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 0 14px 0;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer__logo-link {
    font-size: 24px;
    font-weight: 700;
    color: #ED6A3B;
}

.footer__bottom-link {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer__copyright {
    padding: 20px 0;
    background-color: #272422;
}

.footer__copyright-text {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

/* End Footer */
