body{

    font-family: "ヒラギノ角ゴシック", "Microsoft JhengHei","HiraginoMin";
    font-size: 17px;
    color: #4f5448;
    background-image: url("../images/bac/white-texture.jpg");
    background-repeat: repeat;
    background-size: contain;
    
}
header{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 99999999999;
    top: 0; 
    position: fixed;
}
footer{
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    bottom: 0
}
footer:before{
    content:"";
    width:100%;
    height: 100%;
    position:absolute;
    background-color: rgb(10 10 10 / 58%);
}
main{
    display: flex;
    flex-wrap: w;
}
article{
    width: 100%;
}
.content{
    width: 100%;
    display:inline-flex;
    /*  min-height: 1080px;*/
    justify-content: flex-end;
    flex-wrap: wrap;
    z-index: 0;
}
.content.products{
    justify-content: inherit;
}