@charset "UTF-8";
main {
    overflow: hidden;
}

.top-news{
    width: 60%;
    margin: 25px auto 0 auto;
    padding: 0 70px;
    overflow: visible;
    position: relative;
}
.news {
    box-shadow: 0 0 8px #00000026;
    border-radius: 12px;
    overflow: hidden;
    font-weight: 600;
}
.news-c-t {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.news-cate {
    color:#ff76b2
}
.top-news a {
    box-shadow: 0 0 8px #00000026;
    border-radius: 12px;
    overflow: hidden;
    font-weight: 600;
}
.news-th img {
    max-width: 100%;
    height: 100%;
}
.news-content {
    padding: 40px;
    font-family: "Montserrat", "Noto Sans", "Sen", sans-serif;
}
.news-title {
    font-size: 24px;
}
.swiper-scrollbar {
    background: none !important;
}

.top-members {
    width: 35%;
    margin: 10% auto 0 auto;
    overflow: visible;
    position: relative;
}

.top-members .swiper-wrapper {
    margin: 50px 0;
}
.member-list {
    margin-top: 50px;
}
.member-item {
    font-weight: 600;
    display: flex;
    gap: 10%;
    padding: 20px;
}
.member-icon {
    width: 50%;
}
.member-icon img {
    width: 100%;
}
.member-content {
    width: 50%;
}
.member-content .member-name {
    font-size: 24px;
}
.member-link {
    box-shadow: 0 0 8px #00000026;
    border-radius: 12px;
    overflow: hidden;
}
.member-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10%;
    font-family: "Montserrat", "Noto Sans", "Sen", sans-serif;
}

.top-members h2 {
    text-align: center;
    font-size: 32px;
    font-family: "Montserrat", "Noto Sans", "Sen", sans-serif;
}


.swiper-slide {
    opacity: 0.3;
    animation: fade-out 0.2s;
    animation-fill-mode: forwards;
}

.swiper-slide-active {
    animation: fade-in 0.2s;
    animation-fill-mode: forwards;
}

@keyframes fade-in {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}
@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.3;
    }
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #333 !important;
}

.swiper-button-prev {
    left: -30% !important;
}

.swiper-button-next {
    right: -30% !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px !important;
}


.front-streams-section {
    width: 70%;
    margin: 15% auto 3rem auto;
}

.front-streams-section img {
    max-width: 100%;
    height: auto;
}
.front-streams-section ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
    display: grid;
    align-content: flex-start;
    list-style: none;
    margin-top: 40px;
}

.front-streams-li a:hover {
    transform: translateY(-5px);
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(214, 33, 38, .5);
}

.front-streams-section ul li a {
    display: block;
    position: relative;
}

.front-streams-li a {
    transition-duration: .4s;
}

.front-streams-section ul li a:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 60%);
}

.front-streams-section ul li a h3 {
    bottom: 0;
    right: 24px;
    left: 24px;
    height: 64px;
    border-top: 2px solid #393939;
    color: #d9d9d9;
    font-weight: 700;
    text-align: left;
    font-family: "Montserrat", "Noto Sans", "Sen", sans-serif;
}

.front-streams-li h3,
.front-streams-li p {
    display: flex;
    align-items: center;
    position: absolute;
    line-height: 1.2;
}

.front-streams-li .user-name {
    bottom: 62px;
    left: 24px;
    border-bottom: 2px solid currentColor;
    font-size: .875rem;
}

.front-streams-li p {
    color: #d62626;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 900;
}

.front-streams-li h3,
.front-streams-li p {
    display: flex;
    align-items: center;
    position: absolute;
    line-height: 1.2;
}

.front-streams-li .game-title {
    bottom: 64px;
    right: 24px;
    font-size: .75rem;
}

.front-title-streams {
    text-align: center;
    margin: 50px 0;
    font-size: 32px;
    font-family: "Montserrat", "Noto Sans", "Sen", sans-serif;
}

section.team-introduction {
    width: 40%;
    margin: 10% auto 0 auto;
    line-height: 30px;
    font-family: 'Helvetica Neue', sans-serif;
}

section.team-introduction h2 {
    font-size: 24px;
    margin-bottom: 3rem;
    text-align: center;
}

section.team-introduction p {
    margin-bottom: 2rem;
    font-weight: 500;
}

.front-streams-section p {
    font-family: "Montserrat", "Noto Sans", "Sen", sans-serif;
}

@media screen and (max-width: 1720px) {
    .member-content .member-name {
        font-size: 20px;
    }
}
@media screen and (max-width: 1350px) {
    .top-members {
        width: 60%;
    }
    .front-streams-section ul li a h3 {
        right: 24px;
        left: 24px;
        height: 40px;
        border-top: 2px solid #393939;
        color: #d9d9d9;
        font-weight: 700;
        text-align: left;
    }
    .front-streams-li .user-name, .front-streams-li .game-title {
        bottom: 40px;
    }
}
@media screen and (max-width: 1140px) {
    .member-content .member-name {
        font-size: 20px;
    }
    section.team-introduction {
    	width: 80%;
	margin-top: 15%;
    }
    section.team-introduction h2 {
    	margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1070px) {
    .member-link {
        width: 47.5%;
    }
    .front-streams-section {
        width: 85%;
    }
}

@media screen and (max-width: 1000px) {
.swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
}
.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}
.news-title {
    font-size: 16px;
}
.top-news {
    width: 100% !important;
}
    .front-streams-li .user-name, .front-streams-li .game-title {
        font-size: 12px;
    }
.front-streams-li a h3 {
     font-size: 14px;
}
}

@media screen and (max-width: 718px) {
    .member-ruby {
        display: none;
    }
    .member-content .member-name {
        font-size: 16px;
    }
    .member-item {
        padding: 10px;
    }
    .member-affiliation {
        font-size: 14px;
    }
    .news-content {
        padding: 25px 20px;
    }
    .top-news {
        padding: 0 20px;
    }
    .front-streams-section ul {
        gap: 30px;
        display: flex;
        flex-direction: column;
        list-style: none;
        margin-top: 20px;
    }
    .front-streams-section {
        width: 70%;
    }
                
}

@media screen and (max-width: 546px) {
    .member-icon {
        width: 40%;
    }
    .member-affiliation {
        font-size: 12px;
    }
    .news-c-t {
        margin-bottom: 10px;
        font-size: 12px;
    }
}