html{
    font-size: 16px;
    /* margin:0px 230px; */
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
}
header .logo{
    margin-top: 17px;
    margin-bottom: 10px;
    margin:17px 190px;/* 今日 */
}
nav ul{
    display:flex;
    gap:50px;
    margin:0px 190px;/* 今日 */
    padding-top: 6px;
}
nav ul a{
    color:white;
    text-decoration: none;
}
nav ul a:hover{
    text-decoration: none;
    opacity: 0.5;
}
nav{
    width:100vw;
    height:2rem;
    background-color:black;
    margin-bottom: 16px;
}
main{
    margin:0px 190px;/* 今日 */
    width:1200px;  /* 今日 */
}
main  .column3{
    display:flex;
    gap:25px;
    padding-top: 12px;
}
.column3 .read{
    text-align: center; 
    padding-top: 15px;
}
.column3 img{
    width:365px;
    height:205px;
}
.column2{
    display:flex;
    gap:50px;
}
article{
    width: 750px;
    padding-top: 90px;
}
article img{
    width:741px;
    height:415px;
}
article h3{
    font-size: 20px;
    font-family: bold;
}
article   p{
    text-align: justify;
    padding:35px 85px;
    display:flex;
}
article   p span{
    margin-top: -1.4vh;
    padding-left: 20px;
}
article .read a{
    text-align: center;
    padding-left: 11vw;
}
div .syousai span{
    display:flex;
    padding-top: 17px;
    font-size: 10px;
    padding-bottom: 1px;
    margin-left:0px;
}
aside{
    padding-top: 78px;
    width:340px;
}
aside .profile img{
    width:140px;
    height:132px;
    border-radius: 100%;
    margin-left: 70px;
    margin-bottom: 30px;
}
aside .profile h3{
    text-align: center;
    font-size: 18px;
    padding-bottom: 35px;
}
aside .profile p{
    padding-bottom: 67px;
    font-size: 14px;
}
.ranking h3{
    text-align: center;
    font-size: 18px;
    padding-bottom: 28px;
}
.ranking .ran1{
    padding-bottom: 30px;
    text-align: justify;
    font-size: 12px;
}
.ranking .ran2{
    padding-bottom: 30px;
    text-align: justify;
    font-size: 12px;
}
.ranking .ran3{
    padding-bottom: 30px;
    text-align: justify;
    font-size: 12px;
}
.archive h3{
    text-align: center;
    padding-top: 62px;
    padding-bottom: 30px;
    font-size: 16px;
}
.archive ul li{
   padding-left: 14px;
   padding-top: 26px;
   padding-bottom: 24px;
}
.archive ul li a{
    text-decoration: none;
}
footer{
    background-color: azure;
    width:100vw;
    height:600px;
    margin-top: 140px;
}
footer .content{
    margin:0px 190px;/* 今日 */
    display:flex;
    gap:90px;/* 今日 */
}
footer .about{
    width:340px;
}
.about h3{
    padding-bottom: 30px;
    font-size: 18px;
    padding-top: 50px;
}
.about p{
    padding-bottom: 26px;
    font-size: 12px;
}
.about ul{
    padding-top: 20px;
}
.about ul li{
    font-size: 14px;
}
.menu h3{
    padding-bottom: 32px;
    font-size: 18px;
    padding-top: 50px;
}
.menu ul li{
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 10px;
    padding-left: 4px;
    font-size: 14px;
}
.twitter{
    padding-left: 10px;
}
.twitter h3{
    padding-bottom: 32px;
    font-size: 18px;
    padding-top: 50px;
}
.twitter-timeline{
    width:300px;
    height:60px;
}
.border1{
    border:solid 1px #636363;
    width:300px;
    margin-top: 20px;
}
.border2{
    width:300px;
    border:solid 1px #636363;
    margin-left: 14px;
}
.syousai .data{
    margin-left: -6vw;
    margin-top: -2vh;
    margin-bottom: -2vh;
}
.read a:hover{
    text-decoration: none;
}
/* imgアニメーションの裏技↓ */
/* img:hover{
    transform: scale(1.1);
}
img{
    transition: transform 0.3s;
} */
/* div{
    overflow: hidden;
} */
@media (max-width:746px){
    header .logo{
      width:300px;
      margin-left: 29px;
    }
    nav {
      width:746px;
      height:40px;
    }
    nav ul{
      margin-left: -18vw;  
      padding: 6px 110px;
    }
    nav ul li{
        font-size: 15px;
    }
    nav ul li a{
        text-decoration: none;
    }
    main{
       margin:60px 28px;
    }
    main  .column3{
        display:block;
        font-size: 16px;
    }
    main  .column3 p{
        padding-top: 30px;
    }
    main  .column3 img{
        width:680px;
    }
    main  .read{
        padding-top: 12px;
        padding-bottom: 15px;
    }
    main .column2{
        display:block;
    }
    main .column2 h3{
        font-size: 16px;
    }
    main .column2 img{
        width:430px;
        height:260px;
    }
    main .column2 p{
        text-align:justify;
        font-size: 14px;
        margin-left: -14vw;
        width:80vw;
    }
    main .column2 .read a{
        margin-left: 20vw;
        margin-bottom: 26px;
        font-size: 12px;
    }
    .syousai .data{
        margin-left: -16vw;
    }
    aside .profile img{
        width:140px;
        height:132px;
        margin-top: -12vh;
        margin-left: 130px;
    }
    aside .profile h3{
        font-size: 16px;
        margin-left: 10vw;
    }
    aside .profile p{
        margin-left: 3vw;
    }
    .ranking h3{
        font-family: bold;
        font-size: 22px;
        margin-left: -9vw;
    }
    .ranking{
        width:90vw;
        margin-left: 0.6vw;
    }
    .ranking p{
        padding-left: 15vw;
    }
    footer .content{
        display:block;
        margin-left: 6vw;
    }
    footer {
        background-color: azure;
        height:1400px;
    }
    footer h3{
        margin-bottom: 20px;
    }
    footer .menu li a{
        padding-left: 14px;
        padding-top: 10px;
        font-size: 12px;
    }
    .about ul{
        margin-bottom: 32px;
    }
    .about ul li{
        padding-top: 10px;
    }
    .about p{
        font-size: 14px;
        width:90vw;
    }
    .archive ul li a{
        padding-top: 10px;
    }
    .border2 .border1{
        width:80vw;
    }
    .twitter-timeline{
        height:200px;
        width:80vw;
    }
    .twitter h3{
        font-size: 25px;
    }
    .menu h3{
        font-size: 25px;
    }
    .about h3{
        font-size: 25px;
    }
}