@charset "utf-8";

/**
 * スマホ用設定
 */
@media ( width < 768px ) {

    #archive-mv {
        position: relative;
        margin: calc( 100vw * 120 / 780 ) auto 0;
        padding: 0;
        width: 100%;
    }
    #archive-mv .mv-bg {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
    #archive-mv .mv-bg img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #archive-mv .mv-box {
        position: absolute;
        top: 50%;
        left: 5%;
        width: 90%;
        translate: 0 -50%;
    }
    #archive-mv .mv-box h1 {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 4.0vw 0;
    }
    #archive-mv .mv-box h1 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 4.0vw;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: left;
        letter-spacing: 0.15em;
    }
    #archive-mv .mv-box h1 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.07em;
    }
    #archive-mv .mv-box .breadcrumbs {
        margin: 4.0em 0 0;
        padding: 0;
        color: #fff;
        font-size: 3.2vw;
        font-weight: 500;
        text-align: left;
    }
    #archive-mv .mv-box .breadcrumbs a {
        color: #fff;
    }
    #archive-mv .mv-box .breadcrumbs span {
        color: rgba( 255, 255, 255, 0.4 );
    }

    #archive-first {
        margin: 0 auto;
        padding: 12.0vw 0;
        width: 100%;
    }
    #archive-first h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        font-size: 6.0vw;
        font-weight: 700;
        text-align: center;
    }
    #archive-first p {
        margin: 1.0em auto 0;
        padding: 0;
        width: 90%;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: center;
    }
    #archive-first .archive-btns {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4.0vw 0;
    }
    #archive-first .archive-btns .btn-archive {
        display: grid;
        place-items: center;
        margin: 0 auto;
        padding: 0;
        width: 80%;
        height: auto;
        aspect-ratio: 440 / 81;
        color: #0083d6;
        font-size: 4.0vw;
        font-weight: 700;
        line-height: 1.0;
        letter-spacing: 0.03em;
        border: 2px solid #0083d6;
        border-radius: 1.0vw;
    }

    #archive-list {
        margin: 0 auto;
        padding: 12.0vw 0;
        width: 100%;
    }
    #archive-list h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 1.0vw 0;
    }
    #archive-list h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0083d6;
        font-size: 8.0vw;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: left;
        line-height: 1.0;
        letter-spacing: 0.15em;
    }
    #archive-list h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 4.8vw;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.03em;
    }
    #archive-list .archive-grid {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 90%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 4.0vw 0
    }
    #archive-list .archive-grid .archive-item {
        display: block;
        margin: 0;
        padding: 4.0vw;
        width: 100%;
        background: #fff;
        border: 2px solid #e8e8e8;
        border-radius: 2.0vw;
    }
    #archive-list .archive-grid .archive-item .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 336 / 184;
    }
    #archive-list .archive-grid .archive-item .pic:empty {
        background: #f8f8f8;
    }
    #archive-list .archive-grid .archive-item .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1.0vw;
    }
    #archive-list .archive-grid .archive-item h3 {
        margin: 0.8em 0 0;
        padding: 0;
        width: 100%;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: left;
        line-height: calc( 26 / 20 );
        letter-spacing: 0.03em;
    }
    #archive-list .archive-grid .archive-item .attr {
        margin: 4.0vw 0 0;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #archive-list .archive-grid .archive-item .attr .date {
        margin: 0;
        padding: 0;
        color: #c7c7c7;
        font-size: 3.2vw;
        font-weight: 400;
        font-family: var(--font-poppins);
    }
    #archive-list .archive-grid .archive-item .attr .read {
        position: relative;
        margin: 0;
        padding: 0 1.5em 0 0;
        color: #0083d6;
        font-size: 3.2vw;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0 0.5em;
    }
    #archive-list .archive-grid .archive-item .attr .read::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.6em );
        right: 0;
        margin: 0;
        padding: 0;
        width: 1.2em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #0083d6;
        border-radius: 100%;
    }
    #archive-list .archive-grid .archive-item .attr .read::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em );
        right: 0.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }

    .page-info {
        margin: 0 auto;
        width: 90%;
        padding: 0;
        display: grid;
        align-items: center;
        grid-template-columns: 1fr;
    }
    .page-info .page-pos {
        margin: 0;
        width: 100%;
        color: var(--fg-color);
        font-size: clamp( 16px, 4.2vw, 20px );
        font-family: var(--fong-alphabet);
        font-weight: 500;
        text-align: center;
    }
    .page-info .page-numbers {
        margin: 0;
        padding: 4.0vw 0 8.0vw;
        width: 100%;
        list-style: none;
        border: 0;
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 2.0vw;
    }
    .page-info ul.page-numbers li {
        margin: 0;
        padding: 0;
        width: 2.0em;
        height: 2.0em;
        font-size: clamp( 16px, 4.2vw, 20px );
        list-style: none;
    }
    .page-info ul.page-numbers li .page-numbers {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        list-style: none;
        color: var(--fg-color);
        font-size: clamp( 16px, 4.2vw, 20px );
        font-weight: 500;
        line-height: 1.0;
        border: 1px solid var(--fg-color);
        border-radius: 2px;
        display: grid;
        place-items: center;
        border-radius: 100%;
        overflow: hidden;
    }
    .page-info ul.page-numbers li .page-numbers.current {
        color: #fff;
        background: var(--fg-color);
    }
    .page-info ul.page-numbers li .page-numbers.next {
        position: relative;
        width: 2.0em;
        border: 1px solid transparent;
    }
    .page-info ul.page-numbers li .page-numbers.next::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0083d6;
        border-radius: 100%;
    }
    .page-info ul.page-numbers li .page-numbers.prev {
        width: 2.0em;
        border: 1px solid transparent;
    }
    .page-info ul.page-numbers li .page-numbers.dots {
        width: 2.0em;
        border: 1px solid transparent;
    }

}


/**
 * PC用設定
 */
@media ( width >= 768px ) {

    #archive-mv {
        position: relative;
        margin: 96px auto 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }
    #archive-mv .mv-bg {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 3840 / 980;
    }
    #archive-mv .mv-bg img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #archive-mv .mv-box {
        position: absolute;
        top: 50%;
        left: max( 5vw, calc( 50.0vw - 600px ) );
        width: 90%;
        max-width: 1200px;
        translate: 0 -50%;
    }
    #archive-mv .mv-box h1 {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px 0;
    }
    #archive-mv .mv-box h1 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: left;
        letter-spacing: 0.15em;
    }
    #archive-mv .mv-box h1 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.07em;
    }
    #archive-mv .mv-box .breadcrumbs {
        margin: 4.0em 0 0;
        padding: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
    }
    #archive-mv .mv-box .breadcrumbs a {
        color: #fff;
    }
    #archive-mv .mv-box .breadcrumbs span {
        color: rgba( 255, 255, 255, 0.4 );
    }

    #archive-first {
        margin: 0 auto;
        padding: 70px 0;
        width: 100%;
    }
    #archive-first h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
    }
    #archive-first p {
        margin: 1.5em auto 0;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }
    #archive-first .archive-btns {
        margin: 40px auto 0;
        padding: 0;
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 40px;
    }
    #archive-first .archive-btns .btn-archive {
        display: grid;
        place-items: center;
        margin: 0;
        padding: 0;
        width: 440px;
        height: auto;
        aspect-ratio: 440 / 81;
        color: #0083d6;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.0;
        letter-spacing: 0.03em;
        border: 2px solid #0083d6;
        border-radius: 8px;
    }

    #archive-list {
        margin: 0 auto;
        padding: 100px 0;
        width: 100%;
    }
    #archive-list h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1000px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 10px 0;
    }
    #archive-list h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0083d6;
        font-size: 40px;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: left;
        line-height: 1.0;
        letter-spacing: 0.15em;
    }
    #archive-list h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.03em;
    }
    #archive-list .archive-grid {
        margin: 60px auto 0;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        display: grid;
        grid-template-columns: repeat( 3, 1fr );
        gap: 56px 24px
    }
    #archive-list .archive-grid .archive-item {
        display: block;
        margin: 0;
        padding: 24px;
        width: 100%;
        background: #fff;
        border: 2px solid #e8e8e8;
        border-radius: 16px;
    }
    #archive-list .archive-grid .archive-item .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 336 / 184;
    }
    #archive-list .archive-grid .archive-item .pic:empty {
        background: #f8f8f8;
    }
    #archive-list .archive-grid .archive-item .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
    #archive-list .archive-grid .archive-item h3 {
        margin: 0.8em 0 0;
        padding: 0;
        width: 100%;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        line-height: calc( 26 / 20 );
        letter-spacing: 0.03em;
    }
    #archive-list .archive-grid .archive-item .attr {
        margin: 24px 0 0;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #archive-list .archive-grid .archive-item .attr .date {
        margin: 0;
        padding: 0;
        color: #c7c7c7;
        font-size: 16px;
        font-weight: 400;
        font-family: var(--font-poppins);
    }
    #archive-list .archive-grid .archive-item .attr .read {
        position: relative;
        margin: 0;
        padding: 0 1.5em 0 0;
        color: #0083d6;
        font-size: 15px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0 0.5em;
    }
    #archive-list .archive-grid .archive-item .attr .read::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.6em );
        right: 0;
        margin: 0;
        padding: 0;
        width: 1.2em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #0083d6;
        border-radius: 100%;
    }
    #archive-list .archive-grid .archive-item .attr .read::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em );
        right: 0.40em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }

    .page-info {
        margin: 0 auto;
        width: 90%;
        max-width: 1024px;
        padding: 0;
        display: grid;
        align-items: center;
        grid-template-columns: 1fr;
    }
    .page-info .page-pos {
        margin: 0;
        width: 100%;
        color: var(--fg-color);
        font-size: 18px;
        font-family: var(--fong-alphabet);
        font-weight: 500;
        text-align: center;
    }
    .page-info .page-numbers {
        margin: 0;
        padding: 40px 0 80px;
        width: 100%;
        list-style: none;
        border: 0;
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 10px;
    }
    .page-info ul.page-numbers li {
        margin: 0;
        padding: 0;
        width: 2.0em;
        height: 2.0em;
        font-size: 18px;
        list-style: none;
    }
    .page-info ul.page-numbers li .page-numbers {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        list-style: none;
        color: var(--fg-color);
        font-size: 18px;
        font-weight: 500;
        line-height: 1.0;
        background: #fff;
        border: 1px solid #f0f0f0;
        border-radius: 2px;
        display: grid;
        place-items: center;
        border-radius: 100%;
        overflow: hidden;
    }
    .page-info ul.page-numbers li .page-numbers.current {
        background: #f0f0f0;
    }
    .page-info ul.page-numbers li .page-numbers.next {
        position: relative;
        width: 2.0em;
        border: 1px solid transparent;
    }
    .page-info ul.page-numbers li .page-numbers.next::before {
        position: absolute;
        content: "";
        top: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
        background: #0083d6;
        border-radius: 100%;
    }
    .page-info ul.page-numbers li .page-numbers.next::after {
        position: absolute;
        content: "";
        top: calc( 37% - 1px );
        left: 27%;
        width: 26%;
        height: 26%;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }
    .page-info ul.page-numbers li .page-numbers.prev {
        position: relative;
        width: 2.0em;
        border: 1px solid transparent;
    }
    .page-info ul.page-numbers li .page-numbers.prev::before {
        position: absolute;
        content: "";
        top: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
        background: #0083d6;
        border-radius: 100%;
    }
    .page-info ul.page-numbers li .page-numbers.prev::after {
        position: absolute;
        content: "";
        top: calc( 37% - 1px );
        right: 27%;
        width: 26%;
        height: 26%;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: 45deg;
    }
    .page-info ul.page-numbers li .page-numbers.dots {
        width: 2.0em;
        border: 1px solid transparent;
    }

}
