@font-face {
    font-family: 'LINE Seed JP_OTF_Rg';
    src: url("./Fonts/LINESeedJP_A_TTF_Rg.ttf") format("TrueType");
}


@font-face {
    font-family: 'LINE Seed JP_OTF_Bd';
    src: url("./Fonts/LINESeedJP_A_TTF_Bd.ttf") format("TrueType");
}

body{
    margin: 0;
    background-color: #FDF6F3;
    color: #444444;
    font-family: "LINE Seed JP_OTF_Rg";
}

.bar{
    top: 0;
    display: flex;
    align-items: stretch; 
    

    position: fixed;
    z-index: 1000;
    width: 100%;
    font-family: "LINE Seed JP_OTF_Bd";
}
.left{
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #FDF6F3;
    padding-top: 1.2%;
    padding-bottom: 1.2%;
    padding-right: 5.1%;
    padding-left: 5.1%;
}
.right {
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #FDF6F3;
    padding-top: 1.2%;
    padding-bottom: 1.2%;
    margin-left: 0;
    padding-right: 5.2%;
    border-bottom-left-radius: -20px;
}
.BorderTitles{
    
    font-size: 32px;
    
}
.BorderTexts{
    margin-right: 2.8%;
    text-align: right;
    justify-content: right;
    color: #444444;
    text-decoration: none;
}
.BorderTexts:hover {
    color: gray;
}
.BorderImgX{
    display: none;
}

.WorksClass{

    display: flex;
    flex-direction: column;
}
.WorksName{
    margin-top: 117px;
    background-color: #FDF6F3;
    display: flex;
    margin-left: 14%;
    margin-bottom: 50px;
}

.Title{
    margin: 0;
    font-size: 32px;
}
.WorkWhere{
    font-size: 16px;
}

.CanWorks{
    display: flex;
        flex-wrap: wrap;
    font-size: 12px;
    height: 44px;
    margin-left: 80px;
}
.Member{
    
    color: #FDF6F3;
    background-color: #EB6101;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 90px;
    margin-right: 8px;

}
.Solo{
    color: #444444;
    background-color: #FFDE4B;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 90px;
    margin-right: 8px;

}
.Work{
    border: solid 1px #444444;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 90px;
    margin-right: 8px;
}
.BackImg{
    position: relative;
    margin-left: 14%;
    margin-bottom: 4%;
}
.ImgBackWork{
    position: relative;
    align-items: center;
    width: 80%;
}
.ONImgWork{
    position: absolute;
    width: 64%;
    left: 40%;
    top: 15%;
    transform: translateX(-50%);
}
.WorkMore{
    margin: 0;
    margin-left: 14%;
    margin-right: 14%;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 5.5%;
}
.NameMore{
    margin: 0;
    font-size: 16px;
    margin: 1.6%;
    padding-bottom: 1.5%;
    border-bottom:solid 1px #444444;
    inline-size: 98%;
    overflow-wrap: break-word;
}

.WorkersName{
    margin: 0;
    display: flex;
}
.Big{
    height: 33px;
    margin-left: 1.6%;
    margin-right: 1.6%;
    color: #FDF6F3;
    background-color: #EB6101;
    width: 111px;
    padding-top: 4px;
    text-align: center;
    border-radius: 8px;
}

.GallalyMore{
    margin: 0;
    background-image: url("Img/Border2.png");
    background-color: #FFDE4B;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top left, top; 
    
}
.GallalyaTitale{
    font-size: 24px;
    padding-top: 5.5%;
    text-align: center;
    font-family: "LINE Seed JP_OTF_Bd";
}
.GallalyaTitale2{
    font-size: 16px;
    padding-top: 0.5%;
    padding-bottom: 4.4%;
    text-align: center;
}

.ImageAll{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 7%;
}
.Imageclass{
    width: 45%;
    display: flex;
    justify-content: center;
    margin-bottom: 4.4%;

}
.Imageclass2{
    width: 100%;
    margin-bottom: 4.4%;

}
.WorkImg1{
    width: 100%;
    height: auto;
    
}

.WorkImg2{
    width: 100%;
}

@media screen and (max-width: 1024px) {
    html, body {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .WorksName{
        margin-top: 77px;
        background-color: #FDF6F3;
        display: flex;
        margin-left: 5.3%;
        margin-bottom: 50px;
    }
    .Title{
        margin: 0;
        font-size: 24px;
    }

    .WorkWhere{
        font-size: 16px;
    }
    .WorkMore{
        margin-left: 21px;
        margin-right: 21px;
    }
    .Big{
        width: 111px;
    }
    .CanWorks{
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        height: 44px;
        margin-left: 21px;
    }
    .Imageclass{
        width: 100%;
        margin-bottom: 4.4%;
    
    }
    .Imageclass2{
        width: 100%;
    }
    .ImageAll{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 14%;
    }
    .WorkImg1{
        width: 100%;
        height: auto;
        
    }
    .WorkImg2{
        width: 100%;
        
    }

    .GallalyaTitale{
        padding-top: 96px;
    }
}
@media screen and (max-width: 430px) {
    html, body {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .BorderTitles{
    
        font-size: 20px;
        
    }
    .BorderTexts{
        display: none;
        /* margin-right: 2.8%;
        text-align: right;
        justify-content: right;
        color: #444444;
        text-decoration: none; */
    }
    .left{
        padding: 0;
        padding:21px;
    }

    .BorderImgX{
        width: 29px;
        display: flex;
        padding-top: 12px;
        padding-bottom: 6px;
    }
    .WorksName{
        margin-top: 77px;
        background-color: #FDF6F3;
        display: flex;
        margin-left: 5.3%;
        margin-bottom: 50px;
    }
    .Title{
        margin: 0;
        font-size: 24px;
    }

    .WorkWhere{
        font-size: 16px;
    }
    .WorkMore{
        margin-left: 21px;
        margin-right: 21px;
    }
    .AllWorksMore{
        display: flex;
        flex-wrap: wrap;

    }
    .WorkersName{
        display: flex;
        flex-wrap: wrap;
    }
    .Big{
        width: 111px;
    }
    .CanWorks{
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        height: 44px;
        margin-left: 21px;
    }
    .ImageAll{
        padding: 14%;
    }
    .Imageclass{
        width: 100%;
        margin-bottom: 4.4%;
    
    }
    .Imageclass2{
        width: 100%;
    }
    .WorkImg1{
        width: 100%;
        height: auto;
        
    }
    .WorkImg2{
        width: 100%;
        
    }

    .GallalyaTitale{
        padding-top: 96px;
    }
}

