@charset "utf-8";
/* CSS Document */


/* #post_list_wrap.feature
----------------------------------------- */
#post_list_wrap.feature .layout {
    display: flex;
    flex-flow: column;
    gap: 8rem 0;
}
#post_list_wrap.feature .layout > .navi {
    display: flex;
    flex-flow: column;
    gap: 3rem 0;
}
#post_list_wrap.feature .layout > .navi .post_catlist {
    display: flex;
    flex-flow: wrap;
    gap: 1.5rem;
}
#post_list_wrap.feature .post_list {
	width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
}
#post_list_wrap.feature .post_list > li {
	background-color: #E0E0E0;
    padding: 7rem;
    position: relative;
}

#post_list_wrap.feature .post_list .thumbnail {
    overflow: hidden;
	position: relative;
}
#post_list_wrap.feature .post_list .thumbnail .img_wrap {
	width: 100%;
    aspect-ratio: 220 / 300;
}
#post_list_wrap.feature .post_list .thumbnail .img_wrap img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#post_list_wrap.feature .txt_con {
    margin-top: 2rem;
}
#post_list_wrap.feature .info_wrap {
    position: absolute;
    top: 7rem;
    right: calc(100% - 6rem);
    margin-top: 0;
    
    webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-font-feature-settings: 'pkna';
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
}
#post_list_wrap.feature .info_wrap .date {
    font-size: 1.2rem;
}
#post_list_wrap.feature .info_wrap .category .cat_list a {
    font-size: 1.2rem;
}
#post_list_wrap.feature h2.post_ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#post_list_wrap.feature .post_list > li::after {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
}

#post_list_wrap.feature.recommend {
    margin-top: 14rem;
}
#post_list_wrap.feature.recommend > .ttl {
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
}
#post_list_wrap.feature.recommend .post_list {
    margin-top: 4rem;
}


#post_list_wrap.feature.slide {
    background-color: #FFFFFF;
}
#post_list_wrap.feature.slide .inner {
    padding: 10rem 0;
}
#post_list_wrap.feature.slide .ttl_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#post_list_wrap.feature.slide .ttl_wrap .ttl {
    font-size: 1.8rem;
    line-height: 1;
}
#post_list_wrap.feature.slide .post_list {
	width: 100%;
    display: flex;
    /*gap: 0.2rem;*/
    gap: 0;
    margin-top: 4rem;
}
#post_list_wrap.feature.slide .post_list > li {
	width: 22rem;
}


#post_list_wrap.feature.slide .swiper-button-wrap {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 4rem;
}
#post_list_wrap.feature.slide .swiper-button-wrap .swiper-button-next,
#post_list_wrap.feature.slide .swiper-button-wrap .swiper-button-prev {
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
}

#post_list_wrap.feature.slide .swiper-button-next:after,
#post_list_wrap.feature.slide .swiper-button-prev:after {
    display: none;
}

#post_list_wrap.feature.slide .swiper-button-prev img {
    transform: scale(-1,1);
}

#post_list_wrap.feature.recommend .recommend_slider .swiper-button-next:after,
#post_list_wrap.feature.recommend .recommend_slider .swiper-button-prev:after {
    display: none;
}
#post_list_wrap.feature.recommend .recommend_slider .swiper-button-next,
#post_list_wrap.feature.recommend .recommend_slider .swiper-button-prev {
    display: none;
}

@media screen and (max-width: 768px) {
#post_list_wrap.feature .layout {
    gap: 3rem 0;
}
#post_list_wrap.feature .layout > .navi {
    gap: 2rem 0;
}
#post_list_wrap.feature .layout > .navi .post_catlist {
    gap: 1rem;
}
#post_list_wrap.feature .post_list {
	width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
}
#post_list_wrap.feature .post_list > li {
	background-color: #E0E0E0;
    padding: 7rem;
    position: relative;
}

#post_list_wrap.feature .txt_con {
    margin-top: 2rem;
}

#post_list_wrap.feature .info_wrap .date {
    font-size: 1.15rem;
}
#post_list_wrap.feature .info_wrap .category .cat_list a {
    font-size: 1.15rem;
}
#post_list_wrap.feature h2.post_ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#post_list_wrap.feature.recommend {
    margin-top: 8rem;
}
#post_list_wrap.feature.recommend > .ttl {
    font-size: 1.3rem;
}
#post_list_wrap.feature.recommend .post_list {
    margin-top: 2rem;
}


#post_list_wrap.feature.slide {
}
#post_list_wrap.feature.slide .inner {
    padding: 6rem 0;
}

#post_list_wrap.feature.slide .ttl_wrap .ttl {
    font-size: 1.3rem;
}
#post_list_wrap.feature.slide .post_list {
	width: 100%;
    display: flex;
    /*gap: 0.2rem;*/
    gap: 0;
    margin-top: 2rem;
}
#post_list_wrap.feature.slide .post_list > li {
	width: 25rem;
}


#post_list_wrap.feature.slide .swiper-button-wrap {
    margin-top: 2rem;
    column-gap: 4rem;
}

    
#post_list_wrap.feature.recommend .recommend_slider {
	position: relative;
}   
#post_list_wrap.feature.recommend .post_list {
    width: 100%;
    display: flex;
    gap: 0.2rem;
}
#post_list_wrap.feature.recommend .post_list {
    gap: 0;
}
    
#post_list_wrap.feature.recommend .recommend_slider .swiper-button-next,
#post_list_wrap.feature.recommend .recommend_slider .swiper-button-prev {
    display: flex;
}
#post_list_wrap.feature.recommend .recommend_slider .swiper-button-prev {
    left: 1.5rem;
    right: auto;
}
#post_list_wrap.feature.recommend .recommend_slider .swiper-button-prev img {
    transform: scale(-1, 1);
}    
#post_list_wrap.feature.recommend .recommend_slider .swiper-button-next {
    right: 1.5rem;
    left: auto;
}
}

