@charset "UTF-8";

/*********************
HOME
*********************/
.sprit-wrapper {
    position: relative;
}

.homeMainPict {
    padding-top: 50px;
}
.homeMainPict figure {
    width: 30vw;
    height: 30vw;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    background: #f2efec;
}
.homeMainPict figure img {
    width: auto;
    height: 24vw;
    position: absolute;
    top: calc(50% - 12vw);
    left: calc(50% - 9vw);
}

.home-content h1 {
    font-size: 8rem;
    font-family: "UD Shin Go Conde90 M","游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;
}
.home-content h1 span {
    display: block;
    font-size: 1.8rem;
}

@media screen and (min-width: 1201px) {

    .sprit-wrapper .left-content {
        width: 40vw;
        position: fixed;
        top: 40px;
    }
    .sprit-wrapper .right-content {
        margin-left: 40vw;
        width: 50vw;
        max-width: 800px;
    }
}

@media screen and (max-width: 1200px) {
.homeMainPict {
    padding-top: 20px;
}
    .homeMainPict figure {
        width: 50vw;
        height: 50vw;
        margin: 0 auto;
    }
    .homeMainPict figure img {
        width: auto;
        height: 42vw;
        position: absolute;
        top: calc(50% - 21vw);
        left: calc(50% - 15vw);
    }
    .sprit-wrapper {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .home-content h1 {
        font-size: 6rem;
    }
    .home-content h1 span {
        display: block;
        font-size: 1.5rem;
    }
}

/*********************
LIST
*********************/
nav.tab {
    font-weight: bold;
    font-size: 1.2rem;

}

nav.tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #EEE;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

nav.tab ul li {
    width: 12.5%;
}

nav.tab ul li>*,
nav.tab .all a {
    text-decoration: none;
    display: block;
    padding: 8px 10px;
    text-align: center;
    background: #f5f5f5;
    color: #444;
    margin: 4px;
    border-radius: 30px;
}

nav.tab ul li>span {
    color: #CCC;
}

nav.tab ul li a:hover,
nav.tab .all a:hover {
    background: #e0e0e0;
    color: #222;
}

nav.tab ul li.active a,
nav.tab .all.active a {
    background: #222;
    color: #FFF;
}

nav.tab .all {
    margin-bottom: 10px;
    width: 100%;
}

nav.tab .all a {
    background: #e5e5e5;
    width: 40%;
}

@media screen and (max-width: 1000px) {
    nav.tab ul li {
        width: 25%;
    }

    nav.tab ul li>* {
        margin: 2px;
    }

    nav.tab .all a {
        width: 50%;
    }
}

@media screen and (max-width: 680px) {
    nav.tab ul {
        justify-content: flex-start;
        gap: 7px 7px;
        margin-bottom: 20px;
    }

    nav.tab ul li,
    nav.tab .all {
        width: fit-content;
        margin: 0;
    }

    nav.tab .all a {
        width: 100%;
    }

    nav.tab ul li>*,
    nav.tab .all a {
        padding: 4px 15px;
        font-size: 1.1rem;
        margin: 0;
    }
}

/*********************
COLUMN-WRAPPER
*********************/

.archive-list-wrapper.single-column {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.w-3col-wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media all and (min-width: 1021px) {
    .w-3col-wrapper>* {
        width: calc(33.333% - 20px);
        margin-right: 30px;
        margin-bottom: 60px;
        height: auto;
    }

    .w-3col-wrapper>*:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media all and (max-width: 1020px) {
    .w-3col-wrapper>* {
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 40px;
        height: auto;
    }

    .w-3col-wrapper>*:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media all and (min-width: 991px) {
    .w-2col-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .w-2col-wrapper>* {
        width: calc(50% - 15px);
    }
}

@media all and (max-width: 990px) {
    .w-2col-wrapper>* {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .w-3col-wrapper>* {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .archive-list-wrapper .link-card {
        margin-bottom: 20px;
        padding: 0;
    }
}
