@charset "uft-8";
body{
    width: auto
    text-align: center;
    margin: 0;
    display: flex;
    min-height: 100vh; 
    font-family: "DotGothic16";
}

    /* サイドバー */
    aside {
        width: 25%;
        background-color: rgb(255, 213, 253);
        text-align: center;
        white-space: nowrap;
        overflow-y: scroll;
    }

    .selfie {
        object-fit: cover;
        width: 100%;
    }

   .name {
       font-size: calc(100vw/55);
       font-weight: bold;
       letter-spacing: 0.3em;
       color: #ffffff;
       background-color: #917eff;
       padding: 5%;
    }
    .menu {
        font-size: calc(100vw/40);
        letter-spacing: 0.1em;
        padding-top: 25%;
        color: #6d1eff;
    }
    
    ul {
        font-size: calc(100vw/50);
        letter-spacing: 0.1em;
        list-style: none;
        line-height: 4;
        padding: 0;
        margin: 0;
    }

    /* メイン基本 */
    main {   
        flex: 1;
        text-align: center;
    
        background-color: #ffffff;
        background-image: linear-gradient(-90deg, #e2ffff80 50%, transparent 50%),linear-gradient(#e2ffff80 50%, transparent 50%);
        background-size: 20px 20px;
        background-position: 0 0, 10px 10px;
    }

    .logo {
        width: 80%;
        object-fit: contain;
        margin: auto;
    }

/* index.html */
.top-1 {
    font-size: calc(100vw/40);
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet);
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet);
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;  

}

.top-2 {
    font-size: calc(100vw/50);
    color: #782f15;
}

.counter {
    width: 15%;
}

.uzaki {
        width: 50%;
        object-fit: contain;
        margin: auto;

}

.line {
    font-size: calc(100vw/50);
    color: #d414ff;
}

.top-text {
    font-size: calc(100vw/60);
    line-height: 2;
    color: #ff55c6;
}
    

.imformation {
    font-size: calc(100vw/30);
    margin-top: 10%;
    color: #6d1eff;
}   

.imformation-text {
    font-size: calc(100vw/60);
    line-height: 2;
    color: #ff55c6;

}



/* profile */
.profile-1 {
    font-size: calc(100vw/35);
    color: #ff55c6;
}

.item {
    font-size: calc(100vw/45);
    background-color: #ff78e8;
    padding: 1%;
}

.answer {
    font-size: calc(100vw/50);
}


/* link */
.link-1 {
    font-size: calc(100vw/35);
}

.link-p {
    font-size: calc(100vw/50);
}

.link-list {margin-top: 50px;
}

.btn {
    font-size: calc(100vw/25);
    display: inline-block;
    padding: 2%;
    width: 400px;
    border-style: outset;
    border-width:3px;
    border-color: darkgray;
    text-decoration: none;
    margin-bottom: 10%;
}

    /* モバイル版 */
    @media (max-width: 480px){
        .btn {
            width: 80%;
        }
    }

.youtube {
    color: #ffffff;
    background-color:rgb(255, 0, 0) ;
    font-family: 'arial narrow';
}

.instagram {
    color: #ffffff;
    background:linear-gradient(to right,#e434fb,#ff19a380,#fbff00);
    font-family: cursive;

}

.Link-X{
    font-size: calc(100vw/60); 
}

.X {
    color: #ffffff;
    background-color: rgb(0, 0, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}



