/*CSSは汚いからあまり見ないでほしい*/

html
{
    padding: 0;
    margin: 0;

    background-color: #eeeeee;

    scroll-behavior: smooth;

}

body
{
    padding: 0;
    margin: 0;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    background-color: #6f6f6f;
}


/*header*/

    /*background*/
        #header-right
        {
            position: fixed;

            z-index: 10;

            top: 0px;
            right: 0px;

            transition: 1s;
        }

        #header-right-wrapper
        {
            position: relative;

            top: 10px;
            right: 0px;

            border-top-left-radius: 35px;
            border-bottom-left-radius: 35px;

            background-color: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(7px);
            box-shadow: rgba(0, 0, 0, 0.029) 1px 1px 10px;

            z-index: 11;

            transition: 1000ms ease-in-out;
        }

        #header-right-wrapper
        {
            width: 580px;
            height: 70px;
        }


        #header-right-wrapper-vert
        {
            position: relative;

            top: 0px;
            right: 0px;

            max-width: 500px;
            min-width: 200px;
            width: 30vw;
            height: 100vh;

            padding-top: 100px;

            background-color: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(7px);

            transition: 1000ms ease-in-out;
            z-index: 11;

        }

        .header-menu-move
        {
            transform: translateX(580px);
            opacity: 0.2;
        }

        #header-right-wrapper:hover
        {
            background-color: rgba(255, 255, 255, 0.7);
        }


        

        

    /*contents*/
        #menu-button
        {
            position: fixed;
            display: block;

            top: 15px;
            right: 10px;

            width: 90px;
            height: 60px;

            border-radius: 30px;

            border: none;
            background-color: #31ecfd;
            box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 15px;

            z-index: 12;

            transition: 500ms;
        }
        

        #menu-button:hover
        {
            box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 15px;
            background-color: #31ecfd;

        }

        .menu-button-line
        {
            height: 3px;
            transform-origin: bottom right;

            background-color: #2797a1;

            transition: 1s;
        }

        #menu-button-line-u
        {
            position: relative;
            
            width: 30px;

            top : -5px;
            left: 25px;

            transition: 1s;
        }

        #menu-button-line-l
        {
            position: relative;
            
            width: 20px;

            top : 5px;
            left: 35px;
            
            transition: 1s;
        }

        .menu-button-hide
        {
            opacity: 0;
            transform-origin: bottom right;
            transform: scaleX(0);
        }



        #header-menu
        {
            display: flex;

            margin: 0;
            padding: 0 0 0 20px;

            list-style: none;

            transition: 1s;
        }


        #header-menu-vert
        {
            list-style: none;
        }


        



        .header-menu-items
        {
            display: block;
            position: relative;

            margin : 0 15px;
            padding: 0 8px;
            line-height: 65px;

            height: 60px;

            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0.1em;

            color: rgba(81, 81, 81, 0.8);
        
            transition: 500ms;
        }

        .header-menu-items:hover
        {
            color: #2fb8c5;
        }

        .header-menu-items::before
        {
            content: "";
            position: absolute;

            bottom: 15px;

            width: calc(100% - 18px);
            height: 2px;

            background-color: rgba(0, 0, 0, 0.5);

            transform-origin: bottom left;
            transform: scaleX(0);
            transition: 500ms;

        }

        .header-menu-items:hover::before
        {
            transform: scaleX(1);
            background-color: #2fb8c5;
        }


/*top*/
    #top
    {
        margin: 0;
    }
    #top-icon
    {
        position: absolute;
        
        top: 35px;
        left: 35px;

        width: 80px;
        height: 80px;

        z-index: 1;
    }

    #top-image
    {
        display: block;
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    #title
    {
        position: absolute;
        top: calc(100vh - 100px);
        left: 35px;

        color: #ffffff8b;
    }

    #title p
    {
        margin: 0;
        padding: 0;
    }


    /*text-contents*/
    .heading-2
    {
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 38px; 

        
        letter-spacing: 0.07em;
        
        color: rgb(62, 62, 62);
    }

    #text-contents
    {
        padding-top: 10px;
        padding-bottom: 100px;
        padding-left: 10%;

        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;

        background-color: #eeeeee;
    }

    #about, #journey, #board, #links
    {  
        padding: 30px 0;
    }

/*about*/
    #about-table
    {
        margin-left: 20px;

        border-collapse: collapse;

    }

    .about-table-row
    {
        display: block;

        padding: 30px 0 20px 0;
        min-height: 80px;

        border-bottom: 1px solid #d6d6d6;
    }

    .about-table-row td
    {
        vertical-align: top;
    }

    
        /*about table key*/
        .about-table-key
        {
            width: 250px;
        }

            .about-table-key-content
            {
                margin-top: 0;
                margin-bottom: 5px;

                font-size: 22px;
                letter-spacing: 0.1em;

            }
            
            .about-table-key-jp
            {
                margin: 0;
                padding: 0;

                font-size: 10px;
                letter-spacing: 0.1em;
                color: rgb(135, 135, 135);
            }
        
        /*about table value*/

        .about-table-value-content
        {
            font-size: 16px;
            letter-spacing: 0.05em;
        }
        .about-table-value-content p
        {
            margin: 0;
            padding-left: 10px;
        }

            .table-value-ul
            {
                margin: 0 0 20px 0;
                padding-left: 10px;
                list-style: none;
            }

                .table-value-ul li
                {
                    margin-bottom: 10px;
                }
        

/*journey*/
    #journey-table
    {
        margin-left: 20px;
    }

        #journey-table tr td
        {
            vertical-align: top;
        }

            .journey-table-key
            {
                margin-top: 16px;
                padding-top: 10px;

                color:rgb(128, 128, 128);
                letter-spacing: 0.1em;
            }

            .journey-table-value-ul
            {
                padding-left: 60px;
                list-style-type: none;

                
            }

            .journey-table-value-ul li
            {
                position: relative;
                z-index: 1;

                padding: 10px 0;

                letter-spacing: 0.05em;

            }

                .journey-table-value-ul li::before
                {
                    position: absolute;
                    top: 17px;
                    left: -35px;
                    
                    width: 10px;
                    height: 10px;
                    
                    border-radius: 50%;

                    content: "";
                    background-color: rgb(170, 170, 170);


                }

/*board*/
    .board-contents h3
    {
        margin: 0;

        letter-spacing: 0.05em;
    }

    .board-contents p
    {
        letter-spacing: 0.05em;
        font-size: 13px;
    }

    .board-contents
    {
        margin: 10px 20px 10px 10px;
        padding: 20px;

        width: calc(100vw -10px);
        max-width: 400px;
        min-height: 100px;

        border: 1px solid #c9c9c9;
        border-radius: 10px;
    }

/*Links*/

#sns
{
    display: flex;
    max-width: 510px;

    padding-right: 8vw;
}

.link-btn
{
    display: block;

    margin: 10px;
    width: 100%;
    height: 50px;

    text-align: center;
    line-height: 50px;
    text-decoration: none;
    font-size: 13px;

    border-radius: 25px;

    box-shadow: 0 1px 5px #00000043;
    
    transition: 200ms;
}

.link-btn:hover
{
    opacity: 0.8;
    box-shadow: 0 3px 10px #00000043;
}

#twitter
{
    background-color: #38a6f4;
    color: #eeeeee;
}
#github
{
    background-color: #525252;
    color: #eeeeee;
}
#bluesky
{
    background-color: #558ee9;
    color: #eeeeee;
}


.links-table
{
    margin: 20px 10px 0 10px;
    border-collapse: collapse;
}

.links-table-row
{
    height: 60px;
    border-bottom: 1px solid #d6d6d6;
}

.links-table-row td
{
    width: 200px;
    letter-spacing: 0.05em;
}

footer
{

    height: 35px;

    text-align: center;
    padding-top: 10px;


    background-color: #6f6f6f;
}

footer p
{
    margin: 0;
    font-size: 12px;
    color: #ffffff6a;
}


@media only screen and (max-width: 600px)
{
    #text-contents
    {
        padding-left: 8%;
    }

    .heading-2
    {
        font-size: 30px;
    }


    #about, #journey, #board, #links
    {  
        padding-left: 0px;
    }

    /*about*/
        #about-table
        {
            margin-right: 30px;
        }
        .about-table-key
        {
            width: 25vw;
        }

        .about-table-key-content
        {
            font-size: 20px;
        }
    
        .about-table-key-jp
        {
            font-size: 8px;
        }

        .about-table-value-content
        {
            margin-top: 5px;
            font-size: 12px;
        }

    /*Journey*/
        #journey-table
        {
            margin-left: 10px;
        }

        .journey-table-key
        {
            font-size: 12px;
        }

        .journey-table-value-ul
        {
            padding-left: 30px;
            padding-right: 30px;
        }

        .journey-table-value-ul li::before
        {
            left: -22px;

            width: 8px;
            height: 8px;
        }

        .journey-table-value-ul li
        {
            font-size: 12px;
        }

        .links-table
        {
            margin: 20px calc(8vw + 10px) 0 10px;
        }

        .links-table-row td
        {
            font-size: 14px;
        }
        
}

.keyColors
{
    color:#2b2b2b;
}