#press {
    margin-bottom: 50px;
}

#press h1 {
    text-align: center;
    font-weight: 400;
    color: #2C333A;
    display: block;
    padding: 20px 0 20px 0;
    line-height: 30px;
}

#press h2 {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding: 0 15px;
}



#press.press #press-cover {
    width: 100vw;
    height: 450px;
    max-height: 60vh;
    background-size: cover;
    background-position: center center;
    background-image: url('../image/press-cover.jpg');
    margin: 0 auto 30px;
}

#press.landing #press-cover {
    width: 100%;
    height: 450px;
    max-height: 60vh;
    background-size: cover;
    background-position: center center;
    background-image: url('../image/banner_landing.webp');
    margin: 0 auto 30px;
}
#press.landing .press-entry-date {display:none;}

@media screen and (max-width: 640px) {
    #press h1 {
        font-size: 30px;
    }
    #press.landing #press-cover {
        height: 200px;
    }
}

#press #press-content {
    padding: 0 50px;
}

#press #press-entries {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: flex-start;
    margin: 50px auto 0;
}

#press #press-entries article {
    flex-basis: calc((100% - 150px) / 4);
}

#press #press-entries article .press-entry-title {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 400;
}

#press #press-entries article .press-entry-date {
    color: #a2a2a2;
    font-size: 12px;
    margin-bottom: 0;
}

#press #press-entries article img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media screen and (max-width: 1280px) {
    #press #press-entries article {
        flex-basis: calc((100% - 150px) / 3);
    }
}

@media screen and (max-width: 920px) {
    #press #press-entries article {
        flex-basis: calc(50% - 25px);
    }
}

@media screen and (max-width: 640px) {
    #press #press-cover {
        height: 300px;
    }
}

@media screen and (max-width: 560px) {
    #press #press-content {
        padding: 0;
    }
    #press #press-entries {
        gap: 25px;
    }
    #press #press-entries article h5 {
        padding: 0 15px;
        margin: 15px auto;
    }
    #press #press-entries article {
        flex-basis: 100%;
        text-align: center;
    }
    #press #press-entries article img {
        height: 300px;
    }
}

#press-single {
    margin: 0 auto;
    padding-bottom:60px;
    text-align: center;
}

#press-single #press-single-title {
    display: block;
    margin: 0 auto 18px;
    line-height: 42px;
    font-weight: 400;
    font-size:30px;
}
#press-single #press-single-subtitle {
    display: block;
    margin: 0 auto 18px;
    line-height: 42px;
    font-weight: 400;
    font-size: 24px;
}

#press-single #press-single-date {
    color: #a2a2a2;
    font-size: 12px;
    margin: 0 auto 32px
}
#press-single.landing #press-single-date {
    display:none;
}
#press-single.landing .share {
    display:none;
}
#press-single.landing #press-single-body {
    font-size:17px;
}

#press-single #press-single-image {
    position: relative;
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
}

#press-single #press-single-image img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 60px;
}

#press-single #press-single-image .share {
    position: absolute;
    bottom: -50px;
    right: 0;
    background: url('../image/share.svg') no-repeat scroll center;
    appearance: none;
    border-color: transparent;
    transition: none;
    background-size: contain;
    width: 32px;
    height: 32px;
}

#press-single #press-single-content {
    text-align: justify;
    max-width: 1220px;
    margin: 0 auto;
}

@media screen and (max-width: 1220px) {
    #press-single #press-single-content {
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    #press-single #press-single-title {
        text-align: left;
        font-size: 24px;
        line-height: 32px;
    }
    #press-single #press-single-subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    #press-single #press-single-date {
        display:none;
    }
    #press-single #press-single-image img {
        margin: 0 auto 30px;
    }
}

#press-single .landing-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin: 60px auto;
}

#press-single .landing-section img {
    max-width: 650px;
    width: 40%;
}

#press-single .landing-section .landing-section-content {
    flex-grow: 1;
    text-align: left;
}

#press-single .landing-section .landing-section-content h2 {
    font-size: 24px;
    font-weight: 400;
}

#press-single .landing-section .landing-section-content h3 {
    font-weight: 400;
}

@media screen and (max-width: 920px) {
    #press-single .landing-section {
        gap: 40px;
    }
    #press-single .landing-section img {
        max-width: 420px;
        width: 40%;
    }
    #press-single .landing-section .landing-section-content h2 {
        font-size: 18px;
    }
    #press-single .landing-section .landing-section-content h3 {
        font-weight: 16px;
    }
}

@media screen and (max-width: 768px) {
    #press-single .landing-section {
        flex-direction: column;
    }
    #press-single .landing-section img {
        width: 100%;
        max-width: inherit;
    }
}