*{
    font-family: "Noto Sans JP", sans-serif;
}
body{
    color: #333;
}
.wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/*-------------------------------------------
header
-------------------------------------------*/

.header{
    margin-bottom: 40px;
}

.site-title{
    line-height: 1px;
    padding: 20px 16px;
}

.menu{
    background-color: #333333;
}

.menu ul{
    display: flex;
    align-items: center;
    line-height: 40px;
    color: #ffffff;
    justify-content: flex-start;
}

.menu li{
    margin-right: 60px;
    font-size: 14px;
}

/*-------------------------------------------
pickup
-------------------------------------------*/

.pickup{
    display: flex;
    gap: 24px;
}
.pickup-img{
    width:33%;
    height:210px;
}
.pickup-img img{
    width:100%;
}
.pickup-img h2{
    margin-top: 10px;
    line-height: 1.5;
    font-size: 16px;
}

.pickup-img p{
    text-align: center;
    margin-top:20px ;
    font-size: 14px;
    text-decoration: underline;
}

/*-------------------------------------------
container
-------------------------------------------*/
.container{
    margin-top: 200px;
    display: flex;
}

.container h2{
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Sans JP",
}
main{
    width:65%;
}

article ul{
    display: flex;
    font-size: 14px;
    margin-top:24px ;
}
article li {
    margin-right:32px ;
}

.main-img{
    margin-top: 16px;
    width:100%;

}

.main-img img {
    width: 100%;
}

.img-text{
    font-size: 16px;
    padding: 16px 30px;
    line-height: 1.5;
}
.readmore{
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 80px;
}

/*-------------------------------------------
aside
-------------------------------------------*/

aside{
    width:30%;
    margin-left:60px;
}
section{
    margin:60px 0;
}

.author{
    margin-bottom: 60px;
    margin: 0 auto;
}
.author-img{
    padding: 30px 0;
    width:130px;
    height:130px;
    margin: 0 auto;
}

.author img{
    width:100%;
    border-radius: 50%;
}

section h3{
    margin:70px 0 35px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.author p{
    margin-top: 35px;
    font-size: 14px;
    line-height: 1.5;
}
.ranking-img{
    margin-bottom: 30px;
}
.ranking-img img{
    width:100%;
}
h4{
    font-size: 14px;
    line-height: 1.5;
}

.archive-blog{
    flex-direction: column;
    margin-bottom: 140px;

}
.archive-li{
    padding:20px ;
    border-top:1px solid #777777;
    font-size: 14px;
}
.archive-li:last-child{
    border-bottom:1px solid #777777;
}

/*-------------------------------------------
footer
-------------------------------------------*/

footer{
    background-color:#F7F7F7 ;
}

.content{
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}

.item{
    width:30%;
}

.item h3{
    font-weight: bold;
}

.item p{
    font-size: 14px;
    line-height: 1.5;
}

.item01{
    margin-top: 15px;
}
.item01-tx{
    font-size: 14px;
    line-height: 2;
}
.arrow_s{
    position: relative;
    display: inline-block;
    padding-left: 12px;
}
.arrow_s:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .item02 li{
    padding: 20px;
    border-top:1px solid #777777;
    font-size: 14px;
  }

  .item02 li:last-child{
    border-bottom:1px solid #777777;;
  }
  .x{
    height:300px;
  }

  .copyright{
    font-size: 12px;
    text-align: center;
    margin-bottom: 12px;
  }

/*-------------------------------------------
SP
-------------------------------------------*/

  @media screen and (max-width:600px) {
/*-------------------------------------------
  header
  -------------------------------------------*/
    .header{
        padding: 20px;
        width: 100%;
        margin-bottom:0;
    }
    .menu{
        overflow-x: scroll;
        width:100%;
        padding: 0px 16px;
    }
/*-------------------------------------------
  pickup
  -------------------------------------------*/
    .wrapper{
        padding: 20px 16px;
        width:100%;
    }
    .pickup{
        flex-direction: column;
    }
    .pickup-img{
        width: 100%;
        height:100%;
    }
    .logo{
        padding: 20px;
    }
    main{
        width:100%;
    }
  /*-------------------------------------------
  container
  -------------------------------------------*/

    .container{
        margin-top: 100px;
        flex-direction: column;
    }
    .main-img{
        height:100%;
    }

/*-------------------------------------------
  aside
  -------------------------------------------*/
    aside{
        width:100%;
        margin-left: 0;
    }
    .item{
        width:100%;
        margin-top: 0;
    }
  /*-------------------------------------------
  footer
  -------------------------------------------*/
  .content {
    flex-direction: column;
  }
    .item {
    width: 100%;
    margin-bottom: 30px;
  }

  }