#particles{
width: 100%;
height: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: 0;
}

@media screen and (max-width: 768px){
#particles{
    height: 100%;
    position: fixed;
    z-index: 0;
    }}

header{
    z-index: 2000;
}

.pc-product{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 10rem;
    padding-bottom: 15rem;
}



.pc-product-pic{
    width: auto;
    height: auto;
    margin: 1rem ;
    padding: 0 1rem;
    z-index: 100;
}

#shuffleText{
    text-align: center;
}

.pc-product-pic img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0 1rem;
    padding: 0;
    box-shadow: 2px 2px 4px gray;
}


 

    /*スマホ用*/
    
    .product{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    padding-top: 10rem;
}



.product-pic{
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0 ;
    padding: 0 ;
    z-index: 1000;
    text-align: center;
}



.product-pic img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0 1rem;
    padding: 0;
    box-shadow: 2px 2px 4px gray;
}

@media screen and (max-width: 768px){
.pc-product{display:none;}}

@media screen and (min-width: 769px){
.product{display:none;}} 

    
    footer{
        z-index: 3000;
        bottom: 0;
    }

@media screen and (max-width: 769px){
footer{
    position: relative;
    z-index: 3000;
    
    }} 

