@charset "utf-8";

/* -------------------- FONT -------------------- */
html{
    font-size: 16px;
    scroll-behavior: smooth;
}



/* -------------------- ALL -------------------- */
body {
    color: #333;    
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #fff;
}

.tab-content { display: none; }
.tab-content.active { display: block; }

main{
    padding-top: 100px;
}

.wrapper{
    width: 800px;
    margin: 0 auto;
    display: block;
}

.num{
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.maru{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

i{
    font-style: normal;
}

h3.title{
    background-color: #333;
    color: #fff;
    border-bottom: 4px solid #c0ae72;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 8px 20px;
}

/* -------------------- HEADER -------------------- */
#header{
    background-color: #fff;
}

#h-nav{
    position: fixed;
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 10px;  
    padding: 20px 0; 
    width: 100%;
    background-color: #fff;
    z-index: 99;
}

.header-logo{
    position:absolute;
    left:30px;
    display:flex;
    align-items:center;
}

.header-logo img{
    width:100px;
}

.tab-wrap{
    display:flex;
    gap:10px;
}

#h-nav button{
    display: inline-block;
    padding: 14px 40px;
    color:#fff;
    font-weight: 600;
    font-size: 1.4rem;
    border-radius: 10px;
}

#h-nav button.u21link{
    background-color: rgba(37, 185, 254, .45);
}

#h-nav button.mascotlink{
    background-color: rgba(230, 143, 217, .45);
}

#h-nav button.u21link:hover{
    background-color: #25b9fe;
    transition: 0.3s;
}

#h-nav button.mascotlink:hover{
    background-color: #e68fd9;
    transition: 0.3s;
}

#h-nav button.tab-btn.u21link.active{
    background-color: #25b9fe;
}

#h-nav button.tab-btn.mascotlink.active{
    background-color: #e68fd9;
}

/* -------------------- fv -------------------- */
.fv{
    text-align: center;
}

.fv h1{
    padding: 40px 0;
    font-size: 4rem;
    font-weight: 600; 
}

.fv h1 span{
    display: inline-block;
    color: #fff;
    background-color: #c0ae72;
    font-size: 1.2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    vertical-align: bottom;
    line-height: 58px;
    margin-right: 10px;
}

.fv h1 i{
    font-size: 2rem;
    padding-left: 10px;
}

.fv h2{
    background-color: #333;
    font-weight: 700;
    font-style: italic;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 2px;
    padding: 14px 0;
}

.fv p{
    color: #fff;
    font-weight: 600;
    line-height: 1.6;
    padding: 30px 0;
}

/* -------------------- CONTENT -------------------- */
.content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px 4%;
    margin-bottom: 50px;
}

.content ul li{
    width: 48%;
    padding: 40px 50px;
    border-radius: 5px;
}

.content ul li p{
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding-top: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
}

/* -------------------- PRICE -------------------- */
.price{
    padding-bottom: 40px;
}

.price p{
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    /* display: inline-block; */
    text-align: center;
}

.price p i{
    font-size: 3rem;
}

.price p span{
    display: block;
    font-size: 0.8rem;
}

/* -------------------- MEMBER -------------------- */
.member{
    padding-bottom: 50px;
}

.member p{
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4;
    background-color: #da4e95;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 1.4rem;
}

.member a{
    display: block;
    background-color: #c0ae72;
    border: solid 2px #c0ae72;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    width: 300px;
    margin: 30px auto 0;
    padding: 20px 0;
    border-radius: 50px;
    text-align: center;
}

.member a:hover{
    background-color: #fff;
    color: #c0ae72;
    transition: 0.3s;
}

/* -------------------- time -------------------- */
.time{
    padding-bottom: 50px;
}

.time .day{
    display: flex;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    align-items: center;
    line-height: 1;
    gap: 20px;
    margin-top: 20px;
    background-color: #099bdf;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

.time .day .num{
    font-size: 3rem;
}

.time .day i{
    font-size: 1rem;
}

/* -------------------- apply -------------------- */
.apply{
    margin-bottom: 50px;
}

.apply p{
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #fff;
    margin: 20px auto;
    font-size: 1.2rem;
}

.apply p i{
    color: #333;
}

.apply a{
    display: block;
    background-color: #446eb5;
    border: solid 2px #446eb5;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    width: 400px;
    margin: 30px auto 0;
    padding: 20px 0;
    border-radius: 50px;
    text-align: center;
}

.apply a:hover{
    background-color: #fff;
    color: #446eb5;
    transition: 0.3s;
}

/* -------------------- attention -------------------- */
.attention{
    margin-bottom: 50px;
}

.attention li{
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px 0;
}

/* -------------------- faq -------------------- */
.faq{
    padding-bottom: 100px;
}

.faq li{
    background-color: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

.faq li h4{
    background-color: #099bdf;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 1.6;
}

.faq li h4::before{
    content: 'Q';
    color: #c0ae72;
    padding-right: 5px;
    font-size: 1.2rem;
}

.faq li p{
    padding: 10px 20px;
    font-weight: 600;
    line-height: 1.6;
}


/* -------------------- U-21 -------------------- */
#u21{
    background-color: #25b9fe;
}

.fv h2{
    color: #25b9fe;
}

.content ul li{
   background-color: #099bdf;
}

.price p{
   background-color: #099bdf;
}

#u21 .attention .wrapper ul {
    background-color: #099bdf;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

/* -------------------- mascot -------------------- */
#mascot{
    background: url(../img/mas-bg.png) repeat left top;
    background-color: #e68fd9;
}

#mascot h1{
    color:#d01e78;
    -webkit-text-stroke: 10px #fff;
    paint-order: stroke;
}

#mascot h1 span{
    -webkit-text-stroke: 0;
    paint-order:inherit;
    color: #e68fd9;
    background-color: #fff;
}

#mascot h2{
    background-color: #fff;
    color: #d01e78;
    font-style: normal;
}

#mascot .fv img{
    margin: 50px auto;
}

#mascot h3.title{
    background-color: #fff;
    color: #d01e78;
    font-weight: 600;
}

#mascot .attention .wrapper ul {
    background-color: #da4e95;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

#mascot .content ul li{
    background-color: #da4e95;
}

#mascot .price p{
    background-color: #da4e95;
}

#mascot .time .day{
    background-color: #da4e95;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

#mascot .apply a{
    background-color: #d01e78;
    border-color: #d01e78;
}

#mascot .apply a:hover{
    background-color: #fff;
    color: #d01e78;
}

#mascot .faq li h4{
    background-color: #da4e95;
}



/* -------------------- FOOTER -------------------- */
#footer {
    background-color: #333;
    padding: 60px 0;
}

#footer img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

#footer p{
    text-align: center;
    margin-top: 20px;
}

#footer small{
    font-size: 0.5rem;
    color: #fff;
}



/* -------------------- SP -------------------- */
@media screen and (max-width: 768px) {
    main{
        width: 100%;
        padding-top: 0;
    }

    #u21{
        background-color: #25b9fe;
        padding-top: 90px;
    }

    #mascot{
        background-color: #e68fd9;
        padding-top: 90px;
    }

    .wrapper {
        width: 90%;
        margin: 0 auto;
    }

    #h-nav button{
        font-size: 0.9rem;
        padding: 10px 20px;
    }

    .fv h1{
        font-size: 2rem;
        padding: 40px 0 20px 0;
    }

    .fv h1 i{
        font-size: 1rem;
    }

    .fv h1 span{
        font-size: 0.8rem;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .fv h2{
        font-size: 1.4rem;
    }

    .fv p,.content ul li p{
        font-size: 0.8rem;
    }

    .content ul li{
        padding: 20px;
    }

    .time .day{
        font-size: 1.3rem;
    }

    .time .day .num{
        font-size: 2rem;
    }

    .member a,.apply a{
        width: 90%;
    }

    #mascot{
        background-size: 500px;
    }

    #mascot h2{
        font-size: 1rem;
    }

    #mascot .fv img{
        margin: 30px auto;
    }

    #mascot .price p{
        font-size: 1.2rem;
    }
    /* header */
    #h-nav{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 15px 0;
        gap: 10px;
    }

    .header-logo{
        position: static;
        transform: none;
        margin: 0;
    }

    .header-logo img{
        height: 36px;
        width: auto;
    }

    .tab-wrap{
        display: flex;
        justify-content: center;
        gap: 8px;
        width: 100%;
    }

    #h-nav button{
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}
