@charset "utf-8";
#single{
    max-width: 1400px;
	background: url(../img/read/happiness/single_left_bg.png) no-repeat left top 200px , url(../img/read/happiness/single_right_bg.png) no-repeat right top 200px;
}
.category{
    font-size: 24px;
}
.main_image{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.writer_wrap{
	background: url(../img/read/happiness/item_bg.png) no-repeat bottom center;
	background-size: contain;
    width: 100%;
    min-height: 700px;
	/*
    margin-top: -80px;
	*/
    display: flex;
}

.writer_area{
    max-width: 850px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.writer_area li:first-child{
    width: 320px;
}

.writer_area li:last-child{
    flex: 1;
    margin-left: 70px;
}
.ha_reco_area{
	background: url(../img/read/happiness/item_bg.png) no-repeat bottom center;
    padding-bottom: 80px;
}

.new_link{
    max-width: 970px;
	text-align: right;
	margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
	display: flex;
    justify-content: flex-end;
}

.new_link a{
	display: flex;
    justify-content: flex-end;
    align-items: center;
	width: 500px;
	height: 60px;
	border-right: solid 1px #0d2f4a;
	border-bottom: solid 1px #0d2f4a;
	padding: 25px;
}

.new_link a img{
	margin-left: 20px;
}

.cate_title span{
    display: inline-block;
    padding: 20px 100px;
	background: url(../img/read/happiness/cate_left.png) no-repeat left center , url(../img/read/happiness/cate_right.png) no-repeat right 70px center;
}
ul.item_list li .img_area{
    width: 100%;
    aspect-ratio: 4 / 3; /* お好みの比率 */
    overflow: hidden;
}
ul.item_list li .img_area img{
 width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
@media only screen and (min-width: 767px) {
	.sp_only{
		display: none;
	}
}


@media only screen and (min-width: 1000px) {

}

@media (max-width: 999px) {
    .writer_wrap {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    	.pc_only{
		display:none !important;
	}
#single{
background:unset;
}
    .item_area{
        background: url(../img/read/happiness/left_bg_sp.png) repeat-y left top 40px / 80px auto, url(../img/read/happiness/right_bg_sp.png) repeat-y right top 40px / 80px auto;
    }

    .writer_wrap{
	background: url(../img/read/happiness/item_bg.png) no-repeat bottom center;
	background-size: contain;
    min-height: unset;
    margin-top: 20px;
    display: unset;
    }

    .writer_area li:first-child{
        width: 100%;
        text-align: center;
    }

    .writer_area li:last-child{
        margin-top: 20px;
        margin-left: 0;
    }
    .cate_title span{
        padding-left: 90px;
        padding-right: 90px;
 	background: url(../img/read/happiness/cate_left.png) no-repeat left 25px center , url(../img/read/happiness/cate_right.png) no-repeat right 50px center;
    background-size:
	40px auto,
	17px auto;
   }
    .new_link a {
        font-size: 12px;
    }

}


