img{
    width: 100%;
    height: 100%;
    display: block;    
}
.page .section {
 
}
#aop_page_feature h2 {
    font-size: 20px;    
    text-indent: 0;
}
#wallpaper {

}
#wallpaper .section {
    padding: 20px 30px 20px;    
    border-radius: 6px;    
}
#wallpaper .section .tit {
    color: #ff422e;
    font-family: 'Maven Pro', 'Noto Sans Japanese', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
}
#wallpaper .section {

}
#wallpaper .section ul {
  display: flex;
  /*gap: 24px;
  width: 60%;*/
  flex-wrap: wrap;
}
#wallpaper .section ul li {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 25px;
}
#wallpaper .section ul li:nth-child(3n) {
  margin-right: 0;
}
#wallpaper .section ul li .thumb-box {
    margin-bottom: 8px;
}
#wallpaper .section ul li a {
    display: block;
    aspect-ratio: 200 / 283;    
}
#wallpaper .section ul li a p img {
    width: 100%;
    height: 100%;
    display: block;    
}
#wallpaper .section ul li .list-tit {
    font-size: 14px;
    text-align: center;    
}
