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

#conWrap {
    background-color: #e4ddc9;
    color: #474747;
}

#conWrap img {
    max-width: 100%;
}

body#interviews.single #breadcrumbs {
    
}

/* #page_ttl
----------------------------------------- */
#page_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 35rem;
}

#page_ttl h2 {
    font-size: 15.0rem;
    letter-spacing: 0.03em;
    line-height: 1;
    font-weight: 300;
    color: #474747;
    text-align: center;
    padding-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
#page_ttl {
    height: 23rem;
}

#page_ttl h2 {
    font-size: 5.0rem;
    padding-bottom: 0;
}
}


/* #post_single_wrap
----------------------------------------- */
#post_single_wrap {
}

#post_single_wrap .inner {
    max-width: 80rem;
    padding: 0;
    padding-bottom: 12rem;
}

#post_single_wrap .main_img {
    width: 100vw;
}
#post_single_wrap .main_img img {
    width: 100%;
    aspect-ratio: 7 / 3;
    object-fit: cover;
}

#post_single_wrap .post_ttl_wrap {
    width: 100%;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 6rem;
    padding-bottom: 10rem;
    border-bottom: 1px solid #a8a8a8;
}
#post_single_wrap .post_ttl_wrap h2 {
    font-size: 2.6rem;
    letter-spacing: 0.13em;
    line-height: calc(50/26);
    font-weight: 300;
}
#post_single_wrap .post_ttl_wrap h2 span {
    display: block;
}
#post_single_wrap .post_ttl_wrap .info {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 2rem;
}
#post_single_wrap .post_ttl_wrap .info span {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: 300;
    line-height: 1;
}

#post_single_wrap .post_con {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: calc(35/16);
    text-align: left;
    padding-top: 10rem;
}

#post_single_wrap .post_con .lead {
    padding-bottom: 10rem;
    width: 100%;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
}

#post_single_wrap .post_con .people_wrap {
    width: 100%;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
}
#post_single_wrap .post_con .people_wrap h3 {
    font-size: 2.0rem;
    letter-spacing: 0.03em;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 3rem;
}
#post_single_wrap .post_con .people_list {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 5rem 0;
}
#post_single_wrap .post_con .people {
    display: flex;
    justify-content: space-between;
}
#post_single_wrap .post_con .people > .img_con {
    width: calc(200/600*100%);
}
#post_single_wrap .post_con .people > .img_con img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}
#post_single_wrap .post_con .people > .img_con .name_wrap {
    text-align: center;
}
#post_single_wrap .post_con .people > .img_con .name_wrap .position {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: calc(35/16);
}
#post_single_wrap .post_con .people > .img_con .name_wrap .name {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: calc(35/18);
}
#post_single_wrap .post_con .people > .img_con .name_wrap .name span {
    font-size: 1.2rem;
}
#post_single_wrap .post_con .people > .txt_con {
    width: calc(330/600*100%);
    font-size: 1.4rem;
    letter-spacing: 0.13em;
    line-height: calc(28/14);
}
#post_single_wrap .post_con .people > .txt_con a.web {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
}
#post_single_wrap .post_con .people > .txt_con a.web::after {
    content: '';
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background: url("../images/blank.svg") no-repeat center;
    background-size: contain;
}

#post_single_wrap .post_con .collabo {
    margin: 3.5rem auto;
    width: 6.5rem;
    height: 6.5rem;
    position: relative;
}
#post_single_wrap .post_con .collabo::before {
    content: '';
    display: block;
    width: 9rem;
    height: 0.2rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translate(-50%,-50%);
    transform-origin:0 0;
}
#post_single_wrap .post_con .collabo::after {
    content: '';
    display: block;
    width: 9rem;
    height: 0.2rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translate(-50%,-50%);
    transform-origin:0 0;
}

#post_single_wrap .post_con .designer_list .designer:not(:first-child) {
    margin-top: 4rem;
}

#post_single_wrap .post_con .contents {
    margin-top: 12rem;
}
#post_single_wrap .post_con .contents > div:not(:first-child) {
    margin-top: 7rem;
}
#post_single_wrap .post_con .contents .interview {
    width: 100%;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
}
#post_single_wrap .post_con .contents .interview h2 {
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    line-height: calc(35/23);
    font-weight: 400;
}
#post_single_wrap .post_con .contents .interview .interview_list {
    margin-top: 5rem;
}
#post_single_wrap .post_con .contents .interview .interview_list > li {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}
#post_single_wrap .post_con .contents .interview .interview_list > li:not(:first-child) {
    margin-top: 3rem;
}
#post_single_wrap .post_con .contents .interview .interview_list > li .name {
    white-space: nowrap;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: calc(35/16);
}
#post_single_wrap .post_con .contents .interview .interview_list > li .txt {
    width: calc(532/600*100%);
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: calc(35/16);
}
#post_single_wrap .post_con .contents .interview .interview_list > li .txt a {
    text-decoration: underline;
}

#post_single_wrap .post_con .contents .img_wrap .caption {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    font-weight: 300;
    color: #5b5b5b;
    margin-top: 0.5rem;
}

#post_single_wrap .post_con .product {
    margin-top: 10rem;
}
#post_single_wrap .post_con .product h2 {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#post_single_wrap .post_con .product h2 span {
    font-size: 2rem;
    letter-spacing: 0.13em;
    line-height: calc(28/20);
    font-weight: 300;
    background-color: #e4ddc9;
    padding: 0 3rem;
    padding-bottom: 0.2em;
}
#post_single_wrap .post_con .product h2::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a8a8a8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

#post_single_wrap .post_con .product .product_list {
    margin-top: 8rem;
}
#post_single_wrap .post_con .product .product_list > li {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#post_single_wrap .post_con .product .product_list > li:not(:first-child) {
    margin-top: 5rem;
}
#post_single_wrap .post_con .product .product_list > li .photo {
    width: calc(400/800*100%);
}
#post_single_wrap .post_con .product .product_list > li .txt_con {
    width: calc(340/800*100%);
}
#post_single_wrap .post_con .product .product_list > li .txt_con h3 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: calc(35/20);
    font-weight: 300;
}
#post_single_wrap .post_con .product .product_list > li .txt_con .price {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: calc(35/18);
    font-weight: 300;
    margin-top: 2rem;
}
#post_single_wrap .post_con .product .product_list > li .txt_con .price span {
    font-size: 1.2rem;
}
#post_single_wrap .post_con .product .product_list > li .txt_con .link_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17rem;
    height: 4rem;
    background-color: #474747;
    border-radius: 10rem;
    margin-top: 5rem;
    font-size: 1.4rem;
    letter-spacing: 0.13em;
    line-height: 1;
    font-weight: 300;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
#post_single_wrap .inner {
    width: 100%;
    max-width: 34.5rem;
    padding: 0;
    padding-bottom: 10rem;
}
  
#post_single_wrap .main_img img {
    aspect-ratio: 125 / 94;
}
    
#post_single_wrap .post_ttl_wrap {
    width: 100%;
    max-width: none;
    margin-top: 5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #a8a8a8;
}
#post_single_wrap .post_ttl_wrap h2 {
    font-size: 2.6rem;
    letter-spacing: 0.13em;
    line-height: calc(50/26);
    font-weight: 300;
}
#post_single_wrap .post_ttl_wrap h2 span {
    font-size: 2.0rem
}
#post_single_wrap .post_ttl_wrap .info {
    margin-top: 4rem;
    grid-gap: 2rem;
    
    display: none;
}
#post_single_wrap .post_ttl_wrap .info span {
    font-size: 1.2rem;
}

#post_single_wrap .post_con {
    font-size: 1.6rem;
    padding-top: 5rem;
}

#post_single_wrap .post_con .lead {
    padding-bottom: 5rem;
    max-width: 32rem;
}

#post_single_wrap .post_con .people_wrap {
    max-width: 32rem;
}
#post_single_wrap .post_con .people_wrap h3 {
    font-size: 2.0rem;
    margin-bottom: 2rem;
}
    
#post_single_wrap .post_con .people_list {
    gap: 3rem 0;
}
#post_single_wrap .post_con .people {
    flex-flow: column;
}
#post_single_wrap .post_con .people > .img_con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#post_single_wrap .post_con .people > .img_con img {
    width: 15rem;
}
#post_single_wrap .post_con .people > .img_con .name_wrap {
    width: 15rem;
    text-align: left;
    padding-bottom: 1em;
}
#post_single_wrap .post_con .people > .img_con .name_wrap .position {
    font-size: 1.6rem;
}
#post_single_wrap .post_con .people > .img_con .name_wrap .name {
    font-size: 1.8rem;
}
#post_single_wrap .post_con .people > .img_con .name_wrap .name span {
    font-size: 1.2rem;
}
#post_single_wrap .post_con .people > .txt_con {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 1.5rem;
}
#post_single_wrap .post_con .people > .txt_con a.web {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
}
#post_single_wrap .post_con .people > .txt_con a.web::after {
    content: '';
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background: url("../images/blank.svg") no-repeat center;
    background-size: contain;
}

#post_single_wrap .post_con .collabo {
    margin: 3.5rem auto;
    width: 6.5rem;
    height: 6.5rem;
    position: relative;
}
#post_single_wrap .post_con .collabo::before {
    content: '';
    display: block;
    width: 9rem;
    height: 0.2rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translate(-50%,-50%);
    transform-origin:0 0;
}
#post_single_wrap .post_con .collabo::after {
    content: '';
    display: block;
    width: 9rem;
    height: 0.2rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translate(-50%,-50%);
    transform-origin:0 0;
}

#post_single_wrap .post_con .designer_list .designer:not(:first-child) {
    margin-top: 2rem;
}

#post_single_wrap .post_con .contents {
    margin-top: 6rem;
}
#post_single_wrap .post_con .contents > div:not(:first-child) {
    margin-top: 3.5rem;
}
#post_single_wrap .post_con .contents .interview {
    max-width: 32rem;
}
#post_single_wrap .post_con .contents .interview h2 {
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    line-height: calc(35/23);
    font-weight: 400;
}
#post_single_wrap .post_con .contents .interview .interview_list {
    margin-top: 3rem;
}
#post_single_wrap .post_con .contents .interview .interview_list > li {
    flex-flow: column;
}
#post_single_wrap .post_con .contents .interview .interview_list > li:not(:first-child) {
    margin-top: 3rem;
}
#post_single_wrap .post_con .contents .interview .interview_list > li .name {
    white-space: nowrap;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: calc(35/16);
}
#post_single_wrap .post_con .contents .interview .interview_list > li .txt {
    width: calc(532/600*100%);
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: calc(35/16);
}

#post_single_wrap .post_con .product {
    margin-top: 10rem;
}
#post_single_wrap .post_con .product h2 {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#post_single_wrap .post_con .product h2 span {
    font-size: 2rem;
    letter-spacing: 0.13em;
    line-height: calc(28/20);
    font-weight: 300;
    background-color: #e4ddc9;
    padding: 0 3rem;
    padding-bottom: 0.2em;
}
#post_single_wrap .post_con .product h2::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #a8a8a8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    
    display: none;
}

#post_single_wrap .post_con .product .product_list {
    margin-top: 8rem;
}
#post_single_wrap .post_con .product .product_list > li {
    flex-flow: column;
}
#post_single_wrap .post_con .product .product_list > li:not(:first-child) {
    margin-top: 5rem;
}
#post_single_wrap .post_con .product .product_list > li .photo {
    width: 100%;
}
#post_single_wrap .post_con .product .product_list > li .txt_con {
    width: 100%;
    max-width: 32rem;
    margin: auto;
    margin-top: 2rem;
}
#post_single_wrap .post_con .product .product_list > li .txt_con h3 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: calc(35/20);
    font-weight: 300;
}
#post_single_wrap .post_con .product .product_list > li .txt_con .price {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: calc(35/18);
    font-weight: 300;
    margin-top: 1.5rem;
}
#post_single_wrap .post_con .product .product_list > li .txt_con .price span {
    font-size: 1.2rem;
}
#post_single_wrap .post_con .product .product_list > li .txt_con .link_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17rem;
    height: 4rem;
    background-color: #474747;
    border-radius: 10rem;
    margin: auto;
    margin-top: 2.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.13em;
    line-height: 1;
    font-weight: 300;
    color: #FFFFFF;
}

}


/* #other_post
----------------------------------------- */
#other_post {
    background-color: #FFFFFF;
}
#other_post .inner {
    max-width: none;
    padding-top: 10rem;
    padding-bottom: 6rem;
}
#other_post h2 {
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: calc(35/30);
    font-weight: 300;
    text-align: center;
}
#other_post .interviews_swiper {
    margin-top: 5rem;
    position: relative;
}
#other_post .interviews_swiper .img_wrap img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
#other_post .interviews_swiper .post_ttl {
    font-size: 1.6rem;
    letter-spacing: 0.13em;
    line-height: calc(26/16);
    font-weight: 300;
    padding: 1.5rem;
    text-align: left;
}
#other_post .interviews_swiper .slider_btn {
    width: 3rem;
    position: absolute;
    top: 42%;
    z-index: 2;
    transform: translateY(-50%);
}
#other_post .interviews_swiper .next_btn {
    right: 3rem;
}
#other_post .interviews_swiper .prev_btn {
    left: 3rem;
}

#other_post .back_btn {
    margin-top: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#other_post .back_btn img {
    transform: rotate(180deg);
    margin-right: 2rem;
}
#other_post .back_btn span {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #474747;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
#other_post .inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
#other_post h2 {
    font-size: 2.8rem;
}
#other_post .interviews_swiper {
    margin-top: 5rem;
}
#other_post .interviews_swiper .img_wrap img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
#other_post .interviews_swiper .post_ttl {
    font-size: 1.6rem;
    letter-spacing: 0.13em;
    line-height: calc(26/16);
    font-weight: 300;
    padding: 1.5rem;
    text-align: left;
}
#other_post .interviews_swiper .slider_btn {
    width: 2rem;
    position: absolute;
    top: 38%;
    z-index: 2;
    transform: translateY(-50%);
}
#other_post .interviews_swiper .next_btn {
    right: 1rem;
}
#other_post .interviews_swiper .prev_btn {
    left: 1rem;
}

#other_post .back_btn {
    margin-top: 4rem;
}
#other_post .back_btn img {
    margin-right: 2rem;
}
#other_post .back_btn span {
    font-size: 1.6rem;
}
}


/* #post_list_wrap
----------------------------------------- */
#post_list_wrap {
}

#post_list_wrap .inner {
    padding-top: 0;
    padding-bottom: 15rem;
}

#post_list_wrap .cat_navi_wrap {
    display: flex;
    margin-bottom: 5rem;
}
#post_list_wrap .cat_navi_wrap .cat_navi {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat {
    display: flex;
    position: relative;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -1rem;
    width: 1px;
    height: 1.2rem;
    background-color: #474747;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat a {
    display: flex;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat span {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    font-weight: 300;
    line-height: 1;
    color: #474747;
    transition: all .6s;
    position: relative;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat span::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #474747;
    transition: all .6s;
    opacity: 0;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat span:hover {
    font-weight: 500;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat span:hover::after {
    opacity: 1;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat.current span {
    font-weight: 500;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat.current span::after {
    opacity: 1;
}

#post_list_wrap .post_list {
    display: grid;
    grid-template-columns: repeat(2,calc(480 / 1000 * 100%));
    grid-gap: 8rem calc(40 / 1000 * 100%);
}

#post_list_wrap .post_list > li {
    display: flex;
    flex-flow: column;
}
#post_list_wrap .post_list > li .img_wrap {
    width: 100%;
    aspect-ratio: 480 / 360;
}
#post_list_wrap .post_list > li .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#post_list_wrap .post_list > li .txt_wrap {
    width: 100%;
    margin-top: 1rem;
}
#post_list_wrap .post_list > li .txt_wrap .info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    margin-bottom: 1rem;
}
#post_list_wrap .date {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #5b5b5b;
}
#post_list_wrap .post_list > li .txt_wrap .info .cat_list_wrap .cat_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
#post_list_wrap .post_list > li .txt_wrap .info .cat_list_wrap .cat_list > li {
    display: flex;
}
#post_list_wrap .post_list > li .txt_wrap .info .cat_list_wrap .cat_list > li span {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    font-weight: 300;
    line-height: 1;
    color: #5b5b5b;
}

#post_list_wrap h2 {
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: calc(32/20);
    font-weight: 400;
    color: #474747;
}
#post_list_wrap h2 span {
    font-size: 1.5rem;
}

#post_list_wrap .btn_wrap.top {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: calc(36/18);
    color: #474747;
    margin-top: 6rem;
}


@media screen and (max-width: 768px) {
#post_list_wrap .inner {
    padding-top: 0;
    padding-bottom: 10rem;
}

#post_list_wrap .cat_navi_wrap {
    display: flex;
    margin-bottom: 4rem;
}
#post_list_wrap .cat_navi_wrap .cat_navi {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat {
    display: flex;
    position: relative;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -1rem;
    width: 1px;
    height: 1.2rem;
    background-color: #474747;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat a {
    display: flex;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat span {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    font-weight: 300;
    line-height: 1;
    color: #474747;
    transition: all .6s;
    position: relative;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat span::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #474747;
    transition: all .6s;
    opacity: 0;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat span:hover {
    font-weight: 500;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat span:hover::after {
    opacity: 1;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat.current span {
    font-weight: 500;
}
#post_list_wrap .cat_navi_wrap .cat_navi > .cat.current span::after {
    opacity: 1;
}

#post_list_wrap .post_list {
    display: grid;
    grid-template-columns: repeat(1,100%);
    grid-gap: 6rem 0;
}

#post_list_wrap .post_list > li {
    display: flex;
    flex-flow: column;
}
#post_list_wrap .post_list > li .img_wrap {
    width: 100%;
    aspect-ratio: 480 / 360;
}
#post_list_wrap .post_list > li .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#post_list_wrap .post_list > li .txt_wrap {
    width: 100%;
    margin-top: 1.3rem;
}
#post_list_wrap .post_list > li .txt_wrap .info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    margin-bottom: 1rem;
}
#post_list_wrap .date {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #5b5b5b;
}
#post_list_wrap .post_list > li .txt_wrap .info .cat_list_wrap .cat_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
#post_list_wrap .post_list > li .txt_wrap .info .cat_list_wrap .cat_list > li {
    display: flex;
}
#post_list_wrap .post_list > li .txt_wrap .info .cat_list_wrap .cat_list > li span {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    font-weight: 300;
    line-height: 1;
    color: #5b5b5b;
}

#post_list_wrap h2 {
    font-size: 1.8rem;
}
#post_list_wrap h2 span {
    font-size: 1.4rem;
}

#post_list_wrap .btn_wrap.top {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: calc(36/18);
    color: #474747;
    margin-top: 6rem;
}

}


/* pagenation
----------------------------------------- */
#pagenation{
	text-align: center;
    margin: 6rem auto 0;
	position: relative;
}
#pagenation #pagenation-list{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#pagenation:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pagenation #pagenation-list li{
    margin: 0 1.5rem;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .8s;
    transition: all .8s;
}

#pagenation #pagenation-list li.next {
	position: absolute;
	top: 0.5rem;
	right: -5rem;
	margin: 0;
}
#pagenation #pagenation-list li.prev {
	position: absolute;
	top: 0.5rem;
	left: -5rem;
	margin: 0;
}


#pagenation #pagenation-list a,
#pagenation #pagenation-list span{
    display: block;
	font-size: 1.9rem;
	line-height: 1;
	padding: 0 0.5rem;
	color: #cecece;
	position: relative;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list a.num {
}

#pagenation #pagenation-list a::after,
#pagenation #pagenation-list span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
	background-color: #000000;
    opacity: 0;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list a.next{
    background: url(../images/arrow.svg) no-repeat;
    background-size: cover;
    width: 0.5rem;
    height: 1.4rem;
    background-position: center center;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#pagenation #pagenation-list a.prev{
    background: url(../images/arrow.svg) no-repeat;
    background-size: cover;
    transform:rotate(180deg);
    width: 0.5rem;
    height: 1.4rem;
    background-position: center center;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list a.next:hover, #pagenation #pagenation-list a.prev:hover {
}

#pagenation #pagenation-list a:hover,
#pagenation #pagenation-list span:hover,
#pagenation #pagenation-list span.current {
    color: #000000;
}

#pagenation #pagenation-list span.current::after {
    opacity: 1;
}

#pagenation #pagenation-list .omit{
	font-size: 1.4rem;
	line-height: 1;
}

#pagenation #pagenation-list a.num:hover::after {
    opacity: 1;
}

#pagenation #pagenation-list a.next:hover,
#pagenation #pagenation-list a.prev:hover {
    background-color: transparent;
	opacity: 0.6;  
    filter: alpha(opacity=60);  
	-ms-filter: "alpha( opacity=60 )";
}

#pagenation #pagenation-list li:hover .current,
#pagenation #pagenation-list li .prev,
#pagenation #pagenation-list li .next {
	border: none;
}


@media screen and (max-width: 768px) {
#pagenation {
    margin: 4rem auto 0;
}
    
#pagenation #pagenation-list li{
    margin-right: 1.5rem;
}
    
#pagenation #pagenation-list a,
#pagenation #pagenation-list span{
    font-size: 1.4rem;
}
    
#pagenation #pagenation-list a.num {
}
#pagenation #pagenation-list .current{
}
#pagenation #pagenation-list .omit{
}
    
#pagenation #pagenation-list a.next{
    right: -3rem;
}
#pagenation #pagenation-list a.prev{
    left: -3rem;
}
}