/* archive */

.archive-header {
    display: flex;
    align-items: center;
    width: calc(100% - var(--main-margin) * 2);
    margin: 0 auto;
    padding: .5em 0;
    font-size: clamp(3em, 4.5vw, 30px);
}

.archive-header .title {
    font-family: var(--en);
    font-size: 1em;
    margin: 1em 0;
    padding: 0;
    line-height: 1;
    letter-spacing: -.025em !important;
    font-weight: 200 !important;
}

.archive-header .title .en {
    font-weight: 200 !important;
    letter-spacing: -.025em !important;
}

.archive-header.writers .title {
    font-family: var(--jp);
    font-size: .9em;
    margin: 1em 0 0;
    padding: 0;
    line-height: 1;
}

.archive-header .archive-title-wrp {
    display: flex;
    flex-direction: column;
}

.archive-header .archive-subtitle {
    margin: 1em 0;
    padding: 0;
    font-family: var(--en);
    font-size: min(.35em, 3vw);
    line-height: 1.2;
    letter-spacing: .15em;
    font-weight: 300;
    color: var(--gray);
    text-indent: .2em;
}

@media screen and (max-width:767px) {
    .archive-header .title {
        font-size: 9vw;
    }

    .archive-header .archive-subtitle {
        /* margin-top: -.5rem; */
        /* font-size: .32em; */
    }
}

/* post type icon */

.archive-header .post-type-icon {
    width: 1.8em;
    height: 1.8em;
    overflow: hidden;
    border-radius: 100%;
    margin-right: .5em;
    position: relative;
}

.archive-header .post-type-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .05);
}

@media screen and (max-width:767px) {
    .archive-header .post-type-icon {}
}

.post-type-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* taxonomy header image */
.archive-header.has-header-image {
    width: 100%;
    height: 0;
    margin: var(--main-margin) auto;
    padding-bottom: 30%;
    position: relative;
}

.archive-header.has-header-image .post-type-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: unset;
    margin-right: 0;
}

.archive-header.has-header-image .title {
    margin: 0;
    font-size: min(2.5em, 5vw);
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .45);
}

.archive-header.has-header-image .archive-title-wrp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.archive-header.has-header-image .archive-subtitle {
    margin: 1em 0 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .45);
}

/* special archive */
.archive-header.special {
    width: 100%;
    height: 0;
    margin: var(--main-margin) auto;
    padding-bottom: 30%;
    position: relative;
}

@media screen and (max-width:767px) {
    .archive-header.special {
        padding-bottom: 50%;
    }
}

.archive-header.special .post-type-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: unset;
}

.archive-header.special .title {
    font-size: min(2.5em, 10vw);
    margin: 0;
    padding: 0;
    font-weight: 200;
    font-family: var(--en);
    text-align: center;
}

.archive-header.special .archive-title-wrp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.archive-header.special .title::before {
    content: 'SPCECIAL';
    display: block;
    font-size: min(18px, 3vw);
    margin: 0 0 1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: .5em;
    font-family: var(--en);
}

.archive-header.special .archive-subtitle {
    display: block;
    width: fit-content;
    margin: 1em auto 0;
    text-align: center;
    font-size: min(0.45em, 3vw);
    letter-spacing: .2em;
    position: relative;
}

.archive-header.special .archive-subtitle::before,
.archive-header.special .archive-subtitle::after {
    content: '';
    width: 2em;
    height: 0;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
}

.archive-header.special .archive-subtitle::before {
    right: -2.5em;

}

.archive-header.special .archive-subtitle::after {
    left: -2.5em;
}

.index-wrp.special .entry-list {
    max-width: 1280px;
    margin: 0 auto;
    justify-content: space-between;
}


.index-wrp.special .entry .entry-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index-wrp.special .entry {
    width: 100%;
    border: unset;
}

.index-wrp.special .entry::before {
    content: unset;
}

.index-wrp.special .entry .entry-inner .thumb-wrp {
    width: 50%;
}

.index-wrp.special .entry .entry-inner .entry-meta-wrp {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-wrp.special .entry .entry-inner .entry-meta-wrp .entry-title {
    font-size: min(1.6em, 4vw);
}

.index-wrp.special .entry .entry-inner .entry-meta-wrp .exc {
    font-size: min(.9em, 3.5vw);
    line-height: 2;
    font-feature-settings: "palt";
}

.index-wrp.special .entry:nth-child(2n) .thumb-wrp {
    order: 1;
}

.index-wrp.special .read-btn-wrp {
    margin-top: 2em;
}

.index-wrp.special .read-btn-wrp .read-btn {
    display: inline-block;
    position: relative;
    padding-right: 3em;
    padding-bottom: .25em;
}