@charset "UTF-8";
/* CSS Document */

/* 共通 */

a:hover {
    transition: all 0.15s ease-in;
    opacity: 0.8;
}

#main_nav {
    align-items: center;
    margin-top: 26px;
}

#main_nav p.year {
    margin-bottom: 0;
    margin-right: 0.2em;
    font-size: 2.4rem;
    line-height: 1;
}

p.btn_past_season {
    margin-bottom: 0;
    line-height: 1;
}

div.group_photo {
    margin-top: 30px;
}

#layer_season_selector {
    top: 30px;
}

/* 一覧 */

div.profiles li figcaption .title {
    font-size: 1.4rem;
    font-feature-settings: "palt" 1;
    /* letter-spacing: -0.08em; */
}

/* 詳細ページ */

body.page_detail {}

/* nav */
#li_c_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-top: 3em;
}

#li_c_nav li {}

#li_c_nav li a {
    display: block;
    color: #000000;
    font-size: 1.8rem;
    padding-left: 1em;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

#li_c_nav li:not(:first-child) a {
    border-left: 1px solid #000000;
}

#li_c_nav li a:hover {
    color: #23b7fe;
}

/*  */

body.page_detail div.profiles ul {
    width: 100%;
    gap: 0;
}

body.page_detail div.profiles li {
    width: 100%;
    display: flex;
    margin-bottom: 150px;

    /* padding-bottom: 40px;
    border-bottom: 1px solid #23b7fe; */
}

body.page_detail div.profiles li figure {
    width: 200px;
    height: auto;
}

body.page_detail div.profiles li img {
    width: 100%;
    height: auto;
}

div.profiles div.detail {
    margin-left: 30px;
    width: 100%;
}

div.detail p.title {
    font-family: 1.6rem;
    border: 1px solid#111;
    display: inline-block;
    padding: 0.2em 0.4em;
    font-weight: 600;
}

div.detail h4 {
    font-size: 4rem;
}

div.detail h4 span.name_kana {
    font-size: 0.5em;
    margin-left: 0.2em;
}

div.detail p.name_romaji {
    color: #23b7fe;
    font-family: 'roboto';
    font-weight: 500;
    font-size: 1.4rem;
    border-bottom: 1px solid #111;
    padding-bottom: 1.4em;
    margin-bottom: 1.4em;
}

div.detail p.birthday {
    font-size: 1.6rem;
}

div.detail h5 {
    font-size: 1.6rem;
    border-left: 0.3em solid #23b7fe;
    /* padding-left: 0.6em; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 0.2em 0 0.4em 0.6em;
    margin-top: 2.0em;
    margin-bottom: 1.0em;
}

div.detail h5+p {
    font-size: 1.6rem;
    line-height: 1.8;
}

div.profiles nav.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 4em;
    gap: 0 1em;
}

div.profiles p.btn_back {
    font-size: 1.4rem;
}

div.profiles p.btn_back a {
    position: relative;
    padding-left: 1.0em;
    color: #222;
}

div.profiles p.btn_back a:before {
    content: '';
    width: 0.6em;
    height: 0.6em;
    border: 0px;
    border-top: solid 1.6px #2bd3ff;
    border-right: solid 1.6px #2bd3ff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -0.3em;
}

/* sp */
@media screen and (max-width: 599px) {

    #main_nav {
        margin-top: 4vw;
    }

    div.box_profiles {
        margin-top: 14vw;
    }

    div.group_photo {
        margin-top: 2vw;
    }

    div.group_photo figure img {
        max-height: initial;
        max-height: auto;
        height: 100%;
    }

    div.group_photo .ttl {
        visibility: visible;
        width: auto;
        height: auto;
        margin-bottom: 2vw;
    }

    div.group_photo .ttl h2 {
        font-size: 4.375vw;
        /* 14px */
    }

    div.group_photo .ttl p {
        font-size: 2.8125vw;
        /* 9px */
        margin-top: 0.2em;
    }

    #main_nav p.year {
        display: none;
    }

    /*  */

    div.profiles li figcaption .title {
        font-size: 2.0vw;
    }

    /*  */

    #c_nav {
        width: 100vw;
        margin: 0 auto;
    }

    #li_c_nav {
        /* flex-wrap: wrap; */
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        padding: 0.4em 0;
        margin-top: 2em;
    }

    #li_c_nav li {
        display: inline-block;
    }

    #li_c_nav li a {
        font-size: 3.4375vw;
        /* 11px */
        border: none;
    }

    #li_c_nav li:not(:first-child) a {
        /* border: none; */
    }

    /*  */
    body.page_detail div.box_profiles {
        margin-top: 8vw;
    }

    body.page_detail div.profiles li {
        padding-bottom: 12vw;
        margin-bottom: 14vw;
        border-bottom: 1px solid #23b7fe;
    }

    body.page_detail div.profiles li figure {
        width: 30vw;
        display: block;
    }

    body.page_detail div.profiles li img {
        margin: 0;
    }

    div.profiles div.detail {
        margin-left: -30vw;
        width: 88vw;
    }

    div.detail p.birthday,
    div.detail p.name_romaji,
    div.detail h4,
    div.detail p.title {
        margin-left: 34vw;
    }

    div.detail p.title {
        font-size: 2.5vw;
        /* 8px */
    }

    div.detail h4 {
        font-size: 5vw;
        /* 16px */
        margin-top: 0.4em;
    }

    div.detail p.name_romaji {
        font-size: 2.8125vw;
        /* 9px */
    }

    div.detail p.birthday {
        font-size: 3.125vw;
        /* 10px */
    }

    div.detail h5 {
        font-size: 3.4375vw;
        /* 11px */
    }

    div.detail h5.ttl_team_bio {
        margin-top: 3em;
    }

    div.detail h5+p {
        font-size: 3.125vw;
        /* 10px */
    }

    /*  */

    div.profiles nav.btn {
        margin-top: 6vw;
        margin-bottom: 12vw;
    }

    div.profiles p.btn_back {
        font-size: 3.125vw;
        /* 10px */
    }
}