@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

:root {
    --body: #FCFCFC;
    --dark: #0F0F0F;
    --box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7;
    color: var(--body);
}

h1, h2, h3, h4, h5, h6, .display-4 {
    font-weight: 700;
    color: var(--dark);
}

a {
    color: var(--dark);
    text-decoration: none;
}

.btn {
    border-radius: 50px;
    padding: 13px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.navbar .nav-link {
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
}

img {
    width: 100%;
}

p {
    color: var(--dark);
}

/* hero section */
.hero {
    background-image: url("./images/hero.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(37, 39, 71, .3);
    z-index: -1;
}

/* overview section */

.border-line {
    background: linear-gradient(90deg, #0167db, rgba(249, 76, 255, 0));
    flex: none;
    height: 3px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
}

.text {
    color: var(--dark);
    font-size: 30px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.05em;
    line-height: 1.5;
    
    text-align: center;
    width: auto;
    max-width: calc(100% - 20px);
    justify-content: center;
}

.overview h1 {
    color: #0f0f0f;
    font-size: 48px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

.overview h6 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    width: auto;
    justify-content: center;
}

.overview img {
    width: 90%;
}

/* game section */
.game {
    background-color: #d3feff;
}

.gametitle {
    position: relative;
    overflow: hidden;
}

.gametitle .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 39, 71, .4);
    padding: 10px;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: all 0.4s ease;
}

.gametitle img {
    transition: all 0.4s ease;
}

.gametitle:hover img {
    transform: scale(1.1);
}

.gametitle:hover .overlay {
    opacity: 1;
}

.overlay h4, .game .overlay h6 {
    font-size: 17px;
    font-weight: 700;
    
}

.game h6 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    width: auto;
    justify-content: center;
}

.game h1 {
    color: #0f0f0f;
    font-size: 48px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

/* member section */
.card-effect {
    box-shadow: var(--box-shadow);
    background-color: rgba(0, 0, 0, 0.015);
    padding: 25px;
    transition: all 0.35s ease;
}

.card-effect:hover {
     box-shadow: none;
     transform: translateY(5px);
}

.iconbox{
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    border-radius: 100px;
    flex: none;
}

.team-member img {
    width: 125px;
    height: 125px;
    border-radius: 100px;
}
.social-icons {
    display: inline-block;
    align-items: center;
    justify-self: center;
}

.social-icons .valorank {  
    width: 40px;
    height: 40px;
}

.social-icons .valoicon {
    width: 20px;
    height: 20px;
}

.social-icons .lolicon {
    width: 20px;
    height: 20px;
}

.social-icons .lolrank {
    width: 45px;
    height: 45px;
}

.member h6 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    width: auto;
    justify-content: center;
}

.member h1 {
    color: #0f0f0f;
    font-size: 48px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

.swiper {
    width: 100%;
    height: 300px;
    display: none;
    background-color: rgba(0, 0, 0, 0.015);
    padding: 15px;
}

/* form section */
.form h1 {
    color: #0f0f0f;
    font-size: 48px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

.form h6 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    width: auto;
    justify-content: center;
}

.entryform {
    align-content: center;
    align-items: center;
    background: #f9f9f9;
    border-bottom: 1px solid #0167db;
    border-left: 1px solid #0167db;
    border-radius: 8px;
    border-right: 1px solid #0167db;
    border-top: 1px solid #0167db;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 600px;
    justify-content: space-between;
    padding: 32px 24px 32px 24px;
    margin-bottom: 120px;
}

.entry-btn {
    background: #0167db;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
    color: #333;
    flex: none;
    font-size: 15px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: 0em;
    line-height: 1.4;
    margin: 0px 0px 0px 0px;
    padding: 15px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    border-color: #0167db;
}

.entry-btn:hover {
    background-color: #f9f9f9;
}

.entry-btn span {
    
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
    padding: 0 0 2px 0;
    text-align: center;
    justify-content: center;
}

.entry-btn:hover span {
    color: #0167db;
}



.discord {
    align-content: center;
    align-items: center;
    background: #7289da;
    border-radius: 32px;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    margin: 0px 0px 0px 0px;
    padding: 30px 15px 30px 15px;
}

.discord a {
    display: inline-block;
    background: #0f0f0f;
    border-bottom: 0px solid #0f0f0f;
    border-left: 0px solid #0f0f0f;
    border-radius: 32px;
    border-right: 0px solid #0f0f0f;
    border-top: 0px solid #0f0f0f;
    color: #ffffff;
    flex: none;
    font-size: 15px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 25px 0px 0px 0px;
    padding: 15px 20px 15px 20px;
    text-align: center;
    justify-content: center;
    width: 40%;
}

.discord a:hover {
    background-color: #0167db;
    transition: all 0.4s ease;
}

.discord-text {
    color: #ffffff;
    flex: none;
    font-feature-settings: 'palt' 1;
    font-size: 18px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    justify-content: flex-start;
}

.discord-header {
    color: #ffffff;
    font-size: 36px;
    font-weight: 900;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

/* footer section */
footer {
    padding: 40px;
    font-size: 15px;
}

footer h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;  
}

footer p, footer a {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.textc {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 4px;
    color: #f9f9f9;
}

/* media query */
@media (max-width: 768px) {
    .overview h1 {
        font-size: 40px;
    }
    .overview h6 {
        font-size: 15px;
    }
    .game h1 {
        font-size: 40px;
    }
    .game h6 {
        font-size: 15px;
    }
    .member h1 {
        font-size: 40px;
    }
    .member h6 {
        font-size: 15px;
    }
    .form h1 {
        font-size: 40px;
    }
    .form h6 {
        font-size: 15px;
    }
    .discord a {
        width: 100%;
    }
    .swiper {
        display: block;
    }
    .member-pc {
        display: none;
    }
    .overlay h4, .game .overlay h6 {
        font-size: 10px;
        font-weight: 700;
    }
    .text {
        font-size: 25px;
    }
}

@media (max-width: 600px) {
    .overlay h4, .game .overlay h6 {
        font-size: 17px;
        font-weight: 700;
    }
    .text {
        font-size: 20px;
    }
}