@charset "UTF-8";
.menu{
    width: 1200px;
    
}
.menu img{
    width: 1250px;
    float: middle;
}
 

.profile{
    overflow: hidden;
    width: 1200px;
    height: 270px;
    margin-bottom: 2px;
    border-bottom: solid 1px #eeeeee;
}
.icon figure {
    position: static;
  width: 50px;
  padding: 0;
  margin: 0;
  width: 50px;}

 .icon{
    width: 200px; 
    position: absolute;
    top:140px;
    left: 200px;
}
  /* 正方形を用意 */
 .icon figure img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.name{
    position: relative;
    top: 60px;
    left: 450px;
    font-size: 35px;
    font-weight: 100;
    font-family:serif
}

.name img{
    height: 30px;
}
.name .ff{
    font-size: 15px;
    font-weight: 300;
    font-family: sans-serif;
}
.user_name{
    font-size: 17px;
    font-weight: 600;
    font-family: sans-serif
}
.career{
    font-size: 15px;
    font-weight: 400;
    font-family: sans-serif
}


.grid-container{
    width: 1000px;
    position: relative;
    top: 10px;
    left: 130px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 320px 320px 320px;
    
}

.grid-item{
    background: #ddd;
    margin: 15px;
    padding: 1px;
    border-radius: px;
    overflow: hidden;
    height: 300px;
    width: 300px;
}

.grid-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}







.user{
    border-bottom: solid 1px #eeeeee;
    height: 18%;
}

.lo{
   position: relative;
    left: 95px;
    top: 35px;
    font-weight: 600;
}

.user figure {position: absolute;
    left: 5px;
  width: 50px;
  padding: 10px;
  margin: 10px;
  width: 50px;
}

.user figure img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.co{
    border-bottom:  solid 1px #eeeeee;
    height: 62%;
    position: relative;
}

.co p{
    position: absolute;
    top: 0px;
    left: 95px;
    
}

.co-user-name{
    font-weight: 600;
}

.co figure {position: absolute;
    position: static;
  width: 50px;
  padding: 10px;
  margin: 10px;
  width: 50px;
}

.co figure img{
     border-radius: 50%;
  width: 50px;
  height: 50px;   
}

.iine {
    position: relative;
    bottom: 0px; 
    height: 20%;
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
}

.iine img{
    width: 100%;
    height: 40%;
}

.iine .posi{
    position: relative;
    left: 10px;
}

.iine .date{
    font-size: 11px;
    font-weight: 100;
    color: dimgray;
}






.popup-1{
background-color: rgba(0,0,0,0.7);
    box-shadow: 000 9999px rgba(0,0,0,0.5) ;
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    width: 160vw;
    height: 100vw;
    }
#popup-on-1{
    display: none
}
#popup-on-1:checked+.popup-1
{display: block}

.icon-close-1{
    background: #000;
    color: #fff;
    font-size: 50px;
    padding: 10px 20px;
    position: absolute;
    right:5o;
}
.popup-content-1{
    margin: 0px auto 0px auto;
    width: 96%;
    height: 0%;
    display: grid;
     grid-gap: 0px;
    grid-template-columns: 0fr 0fr;
}

.pi-1{
    position: relative;
    top: 100px;
    left: 0px
}
.layer-img-1{
    width: 810px;
    height: 460px;
    position: fixed;
    position: static;
    top: 0px}

.comment-1{
    background-color: white;
    width:340px;
    height: 460px;
    position: relative;
    top: 101px;
    left: 0px;
}



.popup-2{
background-color: rgba(0,0,0,0.7);
    box-shadow: 000 9999px rgba(0,0,0,0.5) ;
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    width: 160vw;
    height: 100vw;
    }
#popup-on-2{
    display: none
}
#popup-on-2:checked+.popup-2
{display: block}

.icon-close-2{
    background: #000;
    color: #fff;
    font-size: 50px;
    padding: 10px 20px;
    position: absolute;
    right:5o;
}
.popup-content-2{
    margin: 0px auto 0px auto;
    width: 85%;
    height: 0%;
    display: grid;
     grid-gap: 0px;
    grid-template-columns: 0fr 0fr;
}

.pi-2{
    position: relative;
    top: 80px;
    left: 0px
}
.layer-img-2{
    width: 600px;
    height: 460px;
    position: fixed;
    position: static;
    top: 0px}

.comment-2{
    background-color: white;
    width: 400px;
    height: 460px;
    position: relative;
    top: 80px;
    left: 0px;
}


.popup-3{
background-color: rgba(0,0,0,0.7);
    box-shadow: 000 9999px rgba(0,0,0,0.5) ;
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    width: 160vw;
    height: 100vw;
    }
#popup-on-3{
    display: none
}
#popup-on-3:checked+.popup-3
{display: block}

.icon-close-3{
    background: #000;
    color: #fff;
    font-size: 50px;
    padding: 10px 20px;
    position: absolute;
    right:5o;
}
.popup-content-3{
    margin: 0px auto 0px auto;
    width: 96%;
    height: 0%;
    display: grid;
     grid-gap: 0px;
    grid-template-columns: 0fr 0fr;
}

.pi-3{
    position: relative;
    top: 100px;
    left: 0px
}
.layer-img-3{
    width: 810px;
    height: 460px;
    position: fixed;
    position: static;
    top: 0px}

.comment-3{
    background-color: white;
    width: 340px;
    height: 460px;
    position: relative;
    top: 101px;
    left: 0px;
}

.popup-4{
background-color: rgba(0,0,0,0.7);
    box-shadow: 000 9999px rgba(0,0,0,0.5) ;
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    width: 160vw;
    height: 100vw;
    }
#popup-on-4{
    display: none
}
#popup-on-4:checked+.popup-4
{display: block}

.icon-close-4{
    background: #000;
    color: #fff;
    font-size: 50px;
    padding: 10px 20px;
    position: absolute;
}
.popup-content-4{
    margin: 0px auto 0px auto;
    width: 83%;
    height: 0%;
    display: grid;
     grid-gap: 0px;
    grid-template-columns: 0fr 0fr;
}

.pi-4{
    position: relative;
    top: 80px;
    left: 0px
}
.layer-img-4{
    width: 600px;
    height: 460px;
    position: fixed;
    position: static;
    top: 0px}

.comment-4{
    background-color: white;
    width: 400px;
    height: 460px;
    position: relative;
    top: 80px;
    left: 0px;
}

.popup-5{
background-color: rgba(0,0,0,0.7);
    box-shadow: 000 9999px rgba(0,0,0,0.5) ;
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    width: 160vw;
    height: 100vw;
    }
#popup-on-5{
    display: none
}
#popup-on-5:checked+.popup-5
{display: block}

.icon-close-5{
    background: #000;
    color: #fff;
    font-size: 50px;
    padding: 10px 20px;
    position: absolute;
}
.popup-content-5{
    margin: 0px auto 0px auto;
    width: 83%;
    height: 0%;
    display: grid;
     grid-gap: 0px;
    grid-template-columns: 0fr 0fr;
}

.pi-5{
    position: relative;
    top: 80px;
    left: 0px
}
.layer-img-5{
    width: 600px;
    height: 460px;
    position: fixed;
    position: static;
    top: 0px}

.comment-5{
    background-color: white;
    width: 400px;
    height: 460px;
    position: relative;
    top: 80px;
    left: 0px;
}