@charset "UTF-8";

/* First View Swiper */
#fvSwiper {
    width: 100%;
    height: auto;
}

#ssfv {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
}

/* Member Swiper */
#mbSwiper {
    width: 100%;
    height: 500px;
}

#ssmb {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.slideimg {
    border-radius: none;
    height: 250px;
    width: auto;
}

.mbswiper-block {
    display: block;
}

.mbswiper-txt {
    text-align: center;
}

/* First View */
.fv_img {
    width: 100%;
}

.fv_img img {
    width: 100%;
    height: 100%;
}

.fvswiper-desc {
    width: 35%;
    text-align: center;
    color: red;
    position: relative;
}

.fvswiper-desc_detail {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

/* .fvswiper-block {
    
} */

.fvswiper-txt {
    color: red;
    font-size: 100px;
}


body {
    max-width: 1440px;
    margin: 0 auto;
    background-color: black;
    color: white;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}


/* common */
.common-wrapper {
    margin: 100px 0;
}
.common-inner {
    max-width: 1440px;
    margin: auto;
}

.common-title {
    max-width: 800px;
    margin: auto;
}

.contact_note {
    text-align: center;
}

.common-maintitle {
    text-align: center;
    margin: 200px 15px 0;
    font-size: 32px;
}

.common-subtitle {
    display: block;
    text-align: center;
    font-size: small;
    font-weight: bold;
}

.title_inaboutus {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 60px 15px 0;
    color: orange;
}


/* Header */
header {
    border-bottom: 1px solid #111111;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
}


/* Navigation */
.header-nav__list {
    display: flex;
    align-items: center;
    list-style: none;
}

.header-nav__item {
    padding: 10px;
    margin-right: 25px;
}

.header-nav__item:last-child {
    margin-right: 0;
}

nav ul a {
    position: relative;
    text-decoration: none;
    color: white;
}

nav ul a::before {
    content: url(./img/basketball.svg);
    position: absolute;
    bottom: 5px;
    left: -26px;
    display: inline-block;
    pointer-events: none;
    width: 25px;
    height: 25px;
    transform: scaleX(0);
    transition: transform .3s;
    filter: brightness(0) invert(100%);
}

nav ul a:hover::before {
    transform: scaleX(1);
}

nav ul a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: red;
    border-radius: 40px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s;
}

nav ul a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}


/* Instagram */
.instalogo {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 10;
}

.instalogo img {
    width: 50px;
    height: 50px;
}


/* First View */
.fv {
    position: relative;
    width: 100%;
    text-align: center;
}

.fv-img_pc {
    display: block;
}

.fv-img_sp {
    display: none;
}

.fv img {
    width: 100%;
    height: 100%;
}

.fv-title {
    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

.fv-maintitle {
    color: #fff;
    font-size: calc(100vw / 25);
    font-weight: bold;
    line-height: 2;
}

.fv-subtitle {
    color: #fff;
    font-size: calc(100vw / 40);
    font-weight: bold;
    line-height: 2;
}


/* About us */
.aboutus__desc {
    display: flex;
    margin-top: 32px;
}

.aboutus__txt {
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
}

.aboutus__txt p {
    margin-top: 30px;
}

.aboutus__img {
    width: 50%;
    margin-left: 80px;
}

.aboutus__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.target {
    margin-top: 120px;
}

.target__desc {
    display: flex;
    margin-top: 32px;
}

.target__txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    text-align: center;
}

.target__txt p {
    font-size: 25px;
}

.target__txt time {
    font-size: small;
}

.target__img {
    width: 50%;
    margin-right: 80px;
}

.target__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.overview {
    margin-top: 120px;
}

.base__list {
    margin: 32px auto;
    display: flex;
    justify-content: center;
}

.base__item {
    margin: 0 15px;
    width: 33.3333%;
}

.base_note {
    text-align: center;
}

.member__list {
    display: flex;
    justify-content: center;
}

.member__item {
    margin: 0 15px;
    width: 20%;
}


/* Overview's Table */
.overview__table {
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
    margin: 32px auto;
    }

.overview__table th, .overview__table td {
    padding: 2em;
    }

.overview__table th {
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    width: 30%;
    min-width: 4em;
    position: relative;
    }
    
.overview__table th::after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    }


/* Member's Table */
.members__table {
    border-collapse: collapse;
    border: 2px solid rgb(140 140 140);
    font-family: sans-serif;
    font-size: calc(100vw / 80);
    letter-spacing: 1px;
    margin: 32px auto;
    text-align: center;
}

.members__table th, .members__table td {
    border: 1px solid rgb(160 160 160);
    padding: 8px 10px;
    height: 56px;
}

.members__table td:last-of-type {
    text-align: center;
}

.roaster h3, .coach h3 {
    font-size: x-large;
    text-align: center;
    margin: 50px 0 0 0;
}

.coach {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.coachimg {
    height: 350px;
    width: auto;
}

.coach__desc {
    margin-top: 74.5px;
}

.iframe__schedule, .iframe__contact {
    margin: 32px auto;
}

.iframe__schedule {
    width: 100%;
    height: 600px;
}

.schedule_note {
    text-align: center;
    font-size: 15px;
}

.iframe__map {
    position: relative;
}

.iframe__map::before {
    content: "";
    display: block;
    padding-top: calc(250 / 400 * 100%);
}

.iframe__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.note_sp {
    display: none;
}

.underline {
    text-decoration:underline;
    text-decoration-color:#fff;
}

footer {
    text-align: center;
    margin-bottom: 50px;
}


/* Page Top button */
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background: #777;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: rgb(215, 0, 0);
}

#page-top {
	position: fixed;
	right: 10px;
	bottom:85px;
	z-index: 2;
	opacity: 0;
	transform: translateY(200px);
}

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
    from {
        opacity: 0;
        transform: translateY(200px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
    from {
    opacity: 1;
        transform: translateY(0);
    }
    to {
    opacity: 1;
        transform: translateY(200px);
    }
}


@media screen and (max-width:1000px) {

    #glbnav{
        position:fixed;
        z-index: 999;
        top:-120%;
        left:0;
        width:100%;
        height: 100vh;
        background:#999;
        transition: all 0.6s;
    }

    #glbnav.panelactive{
        top: 0;
    }

    #glbnav ul {
        position: absolute;
        z-index: 999;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        display: block;
        padding: 0;
    }

    #glbnav li{
        text-align: center;
        margin-right: 0;
    }

    #glbnav li a{
        color: #333;
        text-decoration: none;
        padding:10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .hbgbtn {
        position:fixed;
        z-index: 9999;
        /* top:10px; */
        right: 10px;
        cursor: pointer;
        width: 50px;
        height:50px;
    }
        
    .hbgbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 45%;
    }

    .hbgbtn span:nth-of-type(1) {
        top:15px;	
    }

    .hbgbtn span:nth-of-type(2) {
        top:23px;
    }

    .hbgbtn span:nth-of-type(3) {
        top:31px;
    }

    .hbgbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .hbgbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .hbgbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    nav ul a::before,
    nav ul a:hover::before,
    nav ul a::after,
    nav ul a:hover::after {
        display: none;
    }
    
}


@media screen and (max-width:768px) {

    ul {
        padding-left: 40px;
    }

    nav ul a::before,
    nav ul a:hover::before,
    nav ul a::after,
    nav ul a:hover::after {
        display: none;
    }

    .hobby_sp,
    .target__img img {
        display: none;
    }

    .aboutus__img {
        margin-left: 0;
        width: 100%;
    }

    .common-maintitle {
        text-align: center;
        margin: 0 15px 0;
        font-size: 32px;
    }

    .header-inner h1 {
        font-size: 16px;
    }

    .fv-img_pc {
        display: none;
    }
    
    .fv-img_sp {
        display: block;
    }

    .fv h2 {
        font-size: 24px;
    }

    .fv p {
        font-size: 16px;
    }

    .aboutus__desc {
        flex-direction: column;
        margin: 32px auto;
        width: 80%;
    }

    .aboutus__txt {
        width: 100%;
    }

    .target__desc {
        display: block;
        margin: 32px auto;
        width: 80%;
    }

    .target__txt {
        width: 100%;
    }

    .members__table {
        max-width: 95%;
        font-size: calc(100vw / 41);
    }

    .base__list {
        flex-direction: column;
    }
    
    .base__item {
        margin: 0 15px;
        width: 80%;
    }

    .base__item h3 {
        margin-bottom: 0;
    }

    .base__item p {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .iframe__schedule {
        height: 400px;
    }

    .iframe__contact {
        max-width: 100%;
    }

    .note_sp {
        display: block;
    }

    #page-top a:hover{
        background: #777;
    }

    #sbp {
        display: block;
    }
    
    #sbn {
        display: block;
    }

}