@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");

/* 各基本の設定 */
html {
    font-size: calc(100vw / 19.20);
}

body {
    color: #24292e;
    font-size: .16rem;
    width: 100%;
    /* overflow: hidden; */
    font-family: "Noto Serif JP", sans-serif;
}

a {
    text-decoration: none;
    /* 文字の下線削除 */
}

p {
    font-size: .28rem;
    /* 16pxの1.3倍 */
}

img {
    max-width: 100%;
}

li {
    list-style: none;
    font-size: 1.2rem;
}

/* 各ページ共通のclass */
.site-title {
    line-height: 1px;
    font-weight: 600;
    font-size: 2.4rem;
}

.site-title a {
    color: #24292e;
}

.wrapper {
    padding: 0 4%;
}

.drawer-hidden {
    display: none !important;
}

input[type="checkbox"]+label.drawer-open {
    display: none;
}

/* HEADER */
#header {
    display: flex;
    /* 子要素に対して横並び設定 */
    align-items: center;
    /* 縦軸に対して中心揃え */
    justify-content: space-between;
    /* 子要素の間を空けて設定 */
    margin: auto;
    padding: 0 4%;
    background-color: #000000;
    position: sticky;
    top: 0;
    z-index: 999;
}

#header ul {
    display: flex;
    padding: 10px 0;
    align-items: center;
}

#header ul li {
    font-size: .144rem;
    margin-left: 30px;
    position: relative;
}

#header ul li a {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    transition: all .3s;
    /* 透明度までの切替り */
}

#header ul li a:hover {
    opacity: .5;
    /* 透明度 */
}

#header ul li:hover:after,
#header ul li.active {
    content: "";
    display: block;
    width: .3rem;
    height: .03rem;
    position: absolute;
    background-color: #ffff00;
    right: 0;
    left: 0;
    bottom: -.05rem;
    margin: 0 auto;
}

.header-area_logo a img {
    width: .65rem;
    vertical-align: bottom;
}

.header-area_sns a img {
    width: .45rem;
    vertical-align: bottom;
}

/*共通ヘッダー*/
h2.page-header {
    margin: 0;
    padding: 1rem 0;
    text-align: center;
    background-color: #e2e1d0;
    font-size: .3rem;
    font-family: "Playfair Display", sans-serif;
    color: #000000;
}

h2.global_title {
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    padding: .2rem 0;
    font-size: .2rem;
}

h2.global_title_line {
    padding: .2rem;
    display: block;
    border-top: .05rem solid #ffffff;
    border-bottom: .05rem solid #ffffff;
    width: fit-content;
    margin: .4rem auto;
    background-color: rgba(255, 255, 255, .15);
    max-width: 90%;
    line-height: 1.5;
    text-align: center;
}

/* MAIN */
#Main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0 auto;
    padding-top: .5rem;
    padding-bottom: .75rem;
    background-color: black;
}

#Main ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#Main ul li {
    color: #ffffff;
    font-family: "Playfair Display", sans-serif;
    margin-right: 150px;
}

.Main-area_logo {
    width: 8rem;
    max-width: 100%;
    /* height: 6rem; */
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.Main-area_team {
    font-size: .72rem;
}

.Main-area_moji {
    font-size: .142rem;
}

.Main-area_logo a {
    margin-left: 75px;
}

.Main-area_logo a img {
    width: 100%;
    margin: auto;
    display: block;
}

/* News */
section#twitter-wrapper {
    background-color: #000000;
    padding: .5rem 0;
    min-height: 5rem;
}

.twitter-contents {
    width: 8rem;
    margin: 0 auto;
    max-width: 90%;
}

/* 理念 */
#about {
    background-color: #e2e1d0;
    padding-top: .5rem;
    padding-bottom: .8rem;
    font-family: "Noto Serif JP", sans-serif;
}

#about p {
    font-size: .176rem;
    text-align: center;
    margin-bottom: 3px;
    color: #24292e;
}

.sec-title {
    font-size: .32rem;
    text-align: center;
    margin-bottom: 30px;
}

.youtube {
    text-align: center;
    font-family: "Noto Serif JP", sans-serif;
    background-color: black;
    color: #ffffff;
    padding-top: .5rem;
}

.youtube_disp {
    max-width: 9.6rem;
    aspect-ratio: 1920 / 1080;
    margin: 0 auto;
}

#footer {
    background-color: #000000;
    text-align: center;
    position: relative;
    z-index: 3;
}

.footer_copyright {
    color: #ffffff;
}

#loader-bg {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 100;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
    text-align: center;
    color: #0000b1;
    z-index: 101;
}

#loader img {
    width: 1.8rem;
}

img.position_2 {
    position: absolute;
    left: 23%;
    top: 39%;
    z-index: 49;
}

.member_image img {
    position: absolute;
    width: 3rem;
    height: 3rem;
}

img.position_1 {
    left: 32%;
    top: 52%;
    z-index: 50;
}

img.position_3 {
    top: 3.8rem;
    left: 41%;
    top: 39%;
    z-index: 48;
}

img.position_4 {
    top: 27%;
    left: 32%;
    z-index: 47;
}

img.position_5 {
    left: 15%;
    top: 27%;
    z-index: 42;
}

img.position_6 {
    top: 27%;
    left: 49%;
    z-index: 45;
}

img.position_7 {
    top: 49%;
    left: 15%;
    z-index: 45;
}

img.position_8 {
    z-index: 49;
    top: 47%;
    left: 50%;
}

img.position_9 {
    z-index: 41;
    left: 3%;
    top: 27%;
}

img.position_10 {
    z-index: 41;
    left: 59%;
    top: 27%;
}

img.position_15 {
    z-index: 38;
    top: 12%;
    left: 54%;
}

img.position_11 {
    top: 18%;
    z-index: 40;
    left: 42%;
}

img.position_12 {
    z-index: 40;
    top: 18%;
    left: 23%;
}

img.position_13 {
    z-index: 38;
    left: 32%;
    top: 10%;
}

img.position_14 {
    z-index: 38;
    top: 12%;
    left: 10%;
}

.fadeimage {
    opacity: 1;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.pure-form select {
    padding: 0 .6em;
}

table#member-table,
table#member-result-table {
    width: 100%;
}

#member-table th,
#member-table td,
table#member-result-table th,
table#member-result-table td {
    white-space: nowrap;
}

.pure-table tbody th.header {
    background-color: #999999;
    color: #000000;
    text-align: left;
    text-indent: 1em;
}

.pure-table th {
    white-space: nowrap;
}

td.td_join {
    font-size: .1rem;
}

.pure-table thead th {
    padding: .5em .1em;
    text-align: center;
}

.pure-table tbody th {
    background-color: #000000;
    text-align: left;
}

.pure-table a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


section#memberSlider {
    background-color: #000000;
}

.other_member img {
    width: 2rem;
}

.other_member {
    width: 17rem;
    margin: 0 auto;
    max-width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
}

.other_member a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.other_member a p {
    margin: 0;
    color: #ffffff;
}

button.slick-arrow {
    position: absolute;
    width: 1rem;
    overflow: hidden;
    text-indent: 1rem;
    background-color: transparent;
    border-style: none;
    height: 1rem;
}


button.slick-arrow:before {
    font-family: "Font Awesome 6 Free";
    /* content:'3'; */
    display: block;
    color: #ffffff;
    font-size: .3rem;
    position: absolute;
    z-index: 100;
    left: 0;
    width: 1rem;
    height: 1rem;
    top: 0;
    font-weight: 900;
    text-indent: 0;
    line-height: 1rem;
}

button.slick-prev {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

button.slick-prev:before {
    content: "\f053";
}

button.slick-next {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

button.slick-next:before {
    content: "\f054";
}

/* タブレットサイズ用 */
@media screen and (max-width: 768px) {}

/* スマホサイズ用 */
@media screen and (max-width: 600px) {
    html {
        font-size: calc(100vw / 6.00);
    }

    input[type="checkbox"]+label.drawer-open {
        display: flex;
        height: .6rem;
        width: .6rem;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 100;
        cursor: pointer;
        top: .2rem;
        left: .2rem;
        right: initial;
        background-color: #000000;
    }

    input[type="checkbox"]+label.drawer-open::before {
        content: none;
    }

    /*  */
    input[type="checkbox"]+label.drawer-open span,
    input[type="checkbox"]+label.drawer-open span:before,
    input[type="checkbox"]+label.drawer-open span:after {
        content: "";
        display: block;
        height: .02rem;
        width: .39rem;
        border-radius: 0;
        background: #ffffff;
        transition: .5s;
        position: absolute;
    }

    #drawer-check:checked~.drawer-open span,
    #drawer-check:checked~.drawer-open span:before,
    #drawer-check:checked~.drawer-open span:after {
        background: #ffffff;
    }

    input[type="checkbox"]+label.drawer-open span:before {
        bottom: .14rem;
    }

    input[type="checkbox"]+label.drawer-open span:after {
        top: .14rem;
    }

    /*  */
    #drawer-check:checked~.drawer-open span {
        background: rgba(255, 255, 255, 0);
    }

    #drawer-check:checked~.drawer-open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #drawer-check:checked~.drawer-open span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    #menuarea {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 99;
        background: #000000;
        transition: .5s;
        padding: 0;
        box-sizing: border-box;
        text-align: center;
        overflow-y: scroll;
        font-size: .5rem;
    }

    #drawer-check:checked~#menuarea {
        left: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding-top: 1rem;
    }

    #drawer-check:checked~.drawer-open {
        position: fixed;
    }

    #header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: .9rem;
    }

    #header ul li {
        font-size: .5rem;
        margin-left: 0;
    }

    #header ul {
        flex-direction: column;
    }

    #header ul li a {
        margin: 0;
        width: 100%;
        height: 100%;
        display: block;
        padding: .1rem 0;
    }

    .header-area_sns {
        position: absolute;
        right: .3rem;
        top: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
    }

    .header-area_logo a img {
        margin-top: 0;
    }

    #Main {
        flex-direction: column;
    }

    #Main ul li {
        margin-right: 0;
    }

    .Main-area_logo {
        margin-left: 0;
    }

    .youtube p {
        font-size: .128rem;
    }

    .member_image img {
        width: 2rem;
        height: 2rem;
    }

    .other_member {
        padding: 1rem 0;
    }
}