@media(max-width: 761px) {
    body.fixed {
        position: fixed;
    }
}

.card figure {
    margin: 0;
}

.blog-global-wrapper {
    padding-top: 60px;
}

#Hero {
    position: relative;
}

.pn-dropdown--blog-categories {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pn-dropdown--all {
    order: 2;
}

.pn-dropdown--blog-categories .pn-dropdown__hover-holder {
    display: none;
    position: absolute;
    height: 40px;
    width: 100%;
    z-index: 1;
}

.pn-dropdown--blog-categories:hover .pn-dropdown__hover-holder {
    display: block;
}

.pn-dropdown--blog-categories .pn-dropdown__body {
    min-width: 200px;
    border: none;
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
}

.pn-dropdown--blog-categories .pn-dropdown__item {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0a0e12;
}

.pn-dropdown--blog-categories:hover .pn-dropdown__body {
}

.swiper-slide {
    display: none;
}

.swiper-slide.active {
    display: block;
}

.swiper {
    display: block;
    width: 100%;
}

.blog-global-wrapper #Filter-Main {
    flex-direction: row-reverse;
    justify-content: center;
}

.blog-global-wrapper #Article-Hero {
    height: auto;
}


.blog-global-wrapper .card figure {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}

.blog-global-wrapper .card figure img {
    position: absolute;
}

.blog-global-wrapper .card .copy {
    height: auto;
    flex: 1;
}


.blog-global-wrapper h2,
.blog-global-wrapper h3,
.blog-global-wrapper h4 {
    margin-bottom: var(--baby-pad);
}

.blog-global-wrapper .article-meta {
    max-width: calc(100% / 3 - var(--small-pad) / 1.5);
}

.blog-global-wrapper .article-lede {
    flex: 1;
}

.blog-global-wrapper .article-body.thick {
    padding-top: var(--mid-pad);
}

@media (max-width: 760px) {
    .blog-global-wrapper .article-body.thick {
        padding-top: var(--small-pad);
    }
}

.blog-global-wrapper .article-body .c-btn--dark {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--smallest-pad);
    height: 48px;
    padding-inline: var(--smallest-pad) 52px;
    font-weight: 500;
    line-height: 1.25;
    border-radius: var(--radius);
    transition: 0.5s;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    background: rgba(20, 27, 36, 0.06);
    color: var(--secondary-type);
    background-image: url("data:image/svg+xml,%3Csvg fill='%23141b24' fill-opacity='0.4' height='11' viewBox='0 0 12 11' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1 5L5.8 0.699999L6.5 -9.53674e-07L12 5.5L6.5 11L5.8 10.3L10.1 6L0 6L1.90735e-06 5L10.1 5Z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.blog-global-wrapper #Page-Title,
.blog-global-wrapper #Trunc-Article-Title {
    flex: 1;
    justify-content: flex-start;
}

.blog-global-wrapper #Search {
    flex: 1;
    justify-content: flex-end;
}

.blog-global-wrapper .search-title {
    padding: var(--gap);
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: -0.012em;
    color: rgba(20, 27, 36, 0.8);
}

.blog-global-wrapper .search-title span {
    color: #0a0e12;
    border-bottom: 1px solid rgba(20, 27, 36, 0.1);
    padding-bottom: 5px;
}

.utility-bar #search-form {
    display: none;
}

.utility-bar__search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 14px 16px;
}

.utility-bar__input-wrapper {
    flex-grow: 1;
    margin-right: 30px;
}

.utility-bar__input-wrapper svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 16px;
}

.utility-bar__search-form #search-keyword {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.0025em;
    color: #0A0E12;
}

.utility-bar__search-form #search-keyword::placeholder {
    color: rgba(20, 27, 36, 0.4);
}

.utility-bar__search-form div {
    display: flex;
    align-items: center;
}

.utility-bar__button-wrapper button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-right: 14px;
}

.utility-bar__button-wrapper button svg path {
    transition: 0.5s;
}

.utility-bar__button-wrapper button:last-child {
    margin: 0;
}

.utility-bar__button-wrapper button:hover svg path,
.utility-bar__button-wrapper button:focus svg path {
    fill-opacity: 1;
    transition: 0.5s;
}

.mobile-category {
    display: none;
}

.mobile-category.active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100vh - 120px);
    background: var(--lighter-grey);
    overflow-y: auto;
}

@media (min-width: 761px) {
    .mobile-category.active,
    .mobile-category {
        display: none;
    }
}

.mobile-category .mobile-category__button {
    width: 100%;
    padding: 24px 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.0025em;
    text-align: left;
    color: #0A0E12;
    border-top: 1px solid rgba(20, 27, 36, 0.05);
}

.mobile-category a.mobile-category__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    line-height: 160%;
}

a.mobile-category__button::after {
    display: block;
    width: 12px;
    height: 11px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.1 5.5L5.8 1.2L6.5 0.499999L12 6L6.5 11.5L5.8 10.8L10.1 6.5L0 6.5L1.90735e-06 5.5L10.1 5.5Z' fill='%23141B24' fill-opacity='0.4'/%3E%3C/svg%3E");
}

.mobile-category__button:first-child {
    border-top: 0;
    display: none !important;
}

.mobile-category__button:last-child {
    padding-bottom: 0;
}

.mobile-category__list {
    display: none;
}

.mobile-category__list.active {
    display: block;
    width: 100%;
    padding: 0 18px;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.012em;
    color: #0A0E12;
}

.mobile-category__item {
    width: 100%;
    padding: 21px 0;
}

.mobile-category__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-category__item a::after {
    display: block;
    width: 12px;
    height: 11px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.1 5.5L5.8 1.2L6.5 0.499999L12 6L6.5 11.5L5.8 10.8L10.1 6.5L0 6.5L1.90735e-06 5.5L10.1 5.5Z' fill='%23141B24' fill-opacity='0.4'/%3E%3C/svg%3E");
}

.mobile-category__item:first-child {
    padding-top: 0;
}

@media (max-width: 1366px) {
    .blog-global-wrapper #Trunc-Article-Title > span {
        display: none;
    }
}

html[lang="ja"] .blog-global-wrapper .feature-content .copy p {
    max-height: 200px;
    overflow: hidden;
}
