@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Ubuntu&display=swap');

html {
    height: 100vh;
    width: 100vw;
}

body {
    position: absolute;

    font-family: 'Noto Sans JP', sans-serif;
    background-image: url('./res/bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    color: white;
}

#main {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex-direction: column;
    backdrop-filter: blur(7px) brightness(70%);
    height: 100%;
    width: 100%;
}



#header {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
}

#description {
    position: relative;
    margin-top: 120px;
    margin-left: 20px;
    margin-right: 60px;
    font-size: 33px;
    flex-grow: 1;

}

.horizontal-line {
    position: relative;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.486);
    top: 5px;
    margin-left: 30px;
    margin-right: 20px;
    flex-grow: 1;
    filter: drop-shadow(0px 4px 3px #0000004b);
}

#panel-list {
    display: flex;
    justify-content: center;
    gap: 60px;
    font-size: 24px;
}





#content {
    width: 100%;
    display: flex;
    flex-grow: 1;

}

#name {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    margin-top: 10px;
    margin-left: 15px;
    width: 100%;
}

#name>img:nth-of-type(1) {
    border-radius: 36px;
    height: 120px;
    filter: drop-shadow(0px 4px 3px #0000004b);
}

#name>img:nth-of-type(2) {
    height: 50px;
    margin-right: 20px;
    filter: drop-shadow(0px 4px 3px #0000004b);
}

#name>div {
    font-weight: bold;
    filter: drop-shadow(0px 4px 3px #0000004b);
}



#description>div {
    margin-left: 70px;
    filter: drop-shadow(0px 4px 3px #0000004b);
}



#copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 10px;
}


.pop-panel {
    text-align: center;
    border: 2px solid white;
    width: 200px;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 3px #0000004b);
}

.item {
    border: 1px solid white;
    width: 100%;
    margin-top: -1px;
    padding: 7px;
    filter: drop-shadow(0px 4px 3px #00000081);
    text-align: center;
    box-sizing: border-box;
    background-color: #6b6b6b4b;
}

.item-name {
    background-color: #292929;
    padding-left: 9px;
}

.item-description {
    margin: 6px;
    color: black;
}

#item-list {
    display: flex;
    flex-direction: column;
    width: 300px;
}

#project-content {
    width: 1200px;

    margin-top: -1px;
    border-top: 1px solid white;
}

#project-panel {
    margin-top: 50px;
    display: flex;

    justify-content: center;
}

#project-title {

    font-size: 33px;
    margin-left: 30px;
}

#project-description {
    font-size: 26px;
    margin-left: 50px;
    margin-top: 10px;
}

#blog-panel {
    width: 80%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}

.article {
    position: relative;
    width: 380px;
    height: 180px;
    background-color: white;
    color: black;
    overflow: hidden;
    filter: drop-shadow(0px 4px 3px #0000004b);
}

.border {
    position: absolute;
    left: 95px;
    top: 20%;
    background: #000000;
    width: 1px;
    height: 65%;
    opacity: 0.3;
}

.tag-list {
    display: flex;
    gap: 5px;
    margin-left: 3px;
}

.article .date {
    margin-left: 10px;
}

.article .title {
    font-size: 22px;
    margin-left: 10px;

    margin-right: 10px;
}

.article .content {
    margin-left: 10px;
    margin-right: 10px;
    color: #444444;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tag {
    background-color: #DDEEFF;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 10px;
    width: auto;
}

.article img {
    width: 320px;
}

.first_content {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

#social-panel {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 40px;
}


.social-item {
    border: solid 2px white;
    border-radius: 50px 3px;
    width: 200px;
    height: 120px;
    text-align: center;
    font-size: 22px;
    line-height: 120px;
    transition: all 0.5s ease-in-out;
    opacity: 1;

}

.social-item>img {
    position: relative;
    width: 40px;
    height: 40px;
    top: 10px;

    padding-right: 5px;
}

.social-item :hover {
    opacity: 0;

}

#quick-panel {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.quick-item {
    position: relative;
    margin-top: 50px;
}

.quick-item>img {
    width: 400px;
    border: solid 1px white;
}

.quick-item>div {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 23px;
    padding-left: 20px;
    margin-bottom: 5px;
    box-sizing: border-box;
    background-color: #ac3c3c88;
}

#side-panel {
    position: relative;
    background-color: #ffffff46;
    flex-grow: 1;
    height: 100%;
    color: white;
}

#side-panel>h2 {
    margin: 0 auto;
}

#all-tags-list {
    margin: 5px;
    color: black;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}