@charset "UTF-8";
/* common */
img {
    vertical-align: top;
    max-width: 100%;
}
header {
    height: auto;
}
html {
    margin: 0 !important;
}

.main {
    padding-top: 250px;
    position: relative;
}

.onlySP {
    display: none;
}



/* post */
.sec-post {
    position: relative;
}
.sec-post .par-item.par4 {
    right: 2%;
    width: 21%;
    bottom: 1%;
}
.sec-post .inner {
    max-width: 965px;
    margin: 0 auto 120px;
    display: flex;
    gap: 0 40px;
    padding: 0;
    position: relative;
}
.sec-post .inner .box-post {
    max-width: 628px;
    flex: 1;
    width: 100%;
}

.ttl-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
    margin-bottom: 35px;
    padding: 0 25px 42px 26px;
    background: url(../images/column/bg_ttl.png) center center / auto 100% no-repeat;
}
.ttl-page span {
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0;

    &.en {
        font-size: 38px;
        font-weight: 700;
    }
    &.ja {
        font-size: 14px;
        font-weight: 500;
    }
}


.list-cat {
    display: flex;
    gap: 10px 5px;
    flex-wrap: wrap;
    margin-bottom: 38px;
}
.list-cat li a {
    display: block;
    line-height: 1;
    padding: 5px 13px;
    font-size: 12px;
    font-weight: 600;
    transition: all .2s ease-in;
    color: #4d4d4d;
    text-decoration: none;
}
.list-cat li.active a,
.list-cat li a:hover {
    background-color: #4d4d4d;
    color: #ffffff;
}


.list-post {
    display: flex;
    gap: 24px 26px;
    flex-wrap: wrap;
    margin: 0;
}
.list-post .item-post {
    width: calc(50% - 13px);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
}
.list-post .item-post a {
    display: block;
    text-decoration: none;
}
.list-post .item-post a figure {
    margin: 0 auto 10px;
    overflow: hidden;
    padding-top: 63%;
    width: 100%;
    position: relative;
}
.list-post .item-post a figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease-out;
}
.list-post .item-post a:hover figure img {
    transform: scale(1.1);
}

.list-post .item-post a .elem-txt {
    padding: 0 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px 0;
    min-height: 81px;
    transition: .3s ease-out;
}
.list-post .item-post a .elem-txt .ttl-post {
    font-size: 15px;
    letter-spacing: .06em;
    line-height: 1.42;
    color: #4d4d4d;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-family: "Noto Serif JP", serif;
}
.list-post .item-post a .elem-txt .txt-date-cat {
    display: flex;
    justify-content: space-between;
}
.list-post .item-post a .elem-txt .txt-date-cat time {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 1;

}
.list-post .item-post a .elem-txt .txt-date-cat .txt-cat {
    font-size: 13px;
    color: #808080;
    line-height: 1;
    margin: 0;
}

.pager-post {
    display: flex;
    color: #4d4d4d;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
}
.pager-post .page-numbers {
    font-size: 16px;
    line-height: 1;
    display: block;
    text-align: center;
    padding: 10px 15px;
}
.pager-post span.page-numbers {
    color: #2e2f2f;
}
.pager-post a.page-numbers {
    color: #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    transition: all .4s ease-in;
}
.pager-post a.page-numbers.prev,
.pager-post a.page-numbers.next {
    color: #4d4d4d;
    border-bottom: 1px solid transparent;
}
.pager-post a.page-numbers:hover {
    opacity: .6;
    border-bottom: 1px solid transparent;
}



aside.as-post {
    position: relative;
    width: 272px;
}
.as-post .ttl-as {
    display: flex;
    flex-direction: column;
    gap: 13px 0;
    margin: 0 0 30px;
    text-align: left;
}
.as-post .ttl-as span {
    line-height: 1;
    font-family: "Noto Serif JP", serif;
}
.as-post .ttl-as .en {
    font-size: 26px;
    letter-spacing: -.02em;
    font-weight: 700;
}
.as-post .ttl-as .ja {
    font-size: 12px;
    font-weight: 500;
}


.as-post .list-sugg {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin: 0 0 30px;
    width: 100%;
}
.as-post .item-sugg {
    width: calc(50% - 5px);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    overflow: hidden;
}
.as-post .item-sugg a {
    display: block;
    text-decoration: none;
    width: 100%;
}
.as-post .item-sugg figure {
    margin: 0 auto 7px;
    overflow: hidden;
    padding-top: 63%;
    width: 100%;
    position: relative;
}
.as-post .item-sugg figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease-out;
}
.as-post .item-sugg a:hover .elem-txt {
    opacity: .6;
}
.as-post .item-sugg a:hover figure img {
    transform: scale(1.1);
}
.as-post .item-sugg .elem-txt {
    padding: 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px 0;
    transition: .3s ease-out;
}
.as-post .item-sugg .elem-txt .ttl-post {
    font-size: 11px;
    line-height: 1.42;
    color: #4d4d4d;
    margin: 0;
    font-weight: normal;
    text-align: left;
    font-family: "Noto Serif JP", serif;
}
.as-post .item-sugg .elem-txt .txt-date-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.as-post .item-sugg .elem-txt .txt-date-cat time {
    font-size: 10px;
    color: #919191;
    letter-spacing: .1em;
    line-height: 1;

}
.as-post .item-sugg .elem-txt .txt-date-cat .txt-cat {
    font-size: 10px;
    color: #808080;
    letter-spacing: 0;
    line-height: 1;
}


.as-post .box-tag {
    margin-bottom: 50px;
}
.as-post .box-tag .ttl-tag {
    display: flex;
    flex-direction: column;
    gap: 13px 0;
    margin-bottom: 15px;
}
.as-post .box-tag .ttl-tag span {
    line-height: 1;
}
.as-post .box-tag .ttl-tag span.en {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #e11b23;
}
.as-post .box-tag .ttl-tag span.ja {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .2em;
    color: #5d5d5d;
}
.as-post .box-tag .list-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.as-post .box-tag .list-tag a {
    color: #ffffff;
    background-color: #ababab;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 20px;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s ease-out;
}
.as-post .box-tag .list-tag a:hover {
    opacity: .6;
}


.as-post .box-bnr {
    position: sticky;
    top: 80px;
}
.as-post .box-bnr a {
    transition: .3s ease-out;
}
.as-post .box-bnr a:hover {
    opacity: .6;
}
.as-post .box-bnr a img {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.as-post .box-bnr .elem-bnr {
}
.as-post .box-bnr .elem-bnr figure {
    margin-bottom: 15px;
    display: block;
}
.as-post .box-bnr .elem-bnr figure img {
    margin: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    border-radius: 10px;
}


















































/* sp */
@media (max-width: 767px) {
    .main {
        padding-top: 80px;
        margin-top: 0;
        padding-bottom: 100px;
    }

    .onlyPC {
        display: none;
    }
    .onlySP {
        display: block;
    }


    .sec-post {
        padding: 0 20px;
    }
    .sec-post .inner {
        max-width: 100%;
        margin: 0 auto;
        flex-direction: column;
        gap: 55px 0;
        padding: 40px 0 0;
    }


    .box-cat {
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
        text-align: center;
        border: 1px solid #4d4d4d;
        position: relative;
        margin-bottom: 32px;
    }
    .box-cat select {
        width: 100%;
        font-size: 16px;
        letter-spacing: .06em;
        line-height: 1.65;
        cursor: pointer;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        padding: 12px 1em 12px 18px;
    }
    .box-cat select::-ms-expand {
        display: none;
    }
    .box-cat::before {
        position: absolute;
        top: 0.8em;
        right: 0.9em;
        padding: 0;
        content: '›';
        font-size: 20px;
        line-height: 1;
        pointer-events: none;
        transform: rotate(90deg);
        color: #989898;
    }

    .list-post {
        gap: 30px 0;
        margin: 0 auto;
    }
    .list-post .item-post {
        width: 100%;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
        border-radius: 6px;
    }
    .list-post .item-post a figure {
        margin: 0 auto 10px;
    }
    .list-post .item-post a:hover figure img {
        transform: scale(1);
    }

    .list-post .item-post a .elem-txt {
        padding: 0 10px 12px;
        gap: 10px 0;
        min-height: 60px;
    }
    .list-post .item-post a .elem-txt .ttl-post {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.45;
    }
    .list-post .item-post a .elem-txt .txt-date-cat {
        gap: 5px;
        flex-wrap: wrap;
    }
    .list-post .item-post a .elem-txt .txt-date-cat time {
        font-size: 12px;
    }
    .list-post .item-post a .elem-txt .txt-date-cat .txt-cat {
        font-size: 12px;
        color: #808080;
        line-height: 1;
        margin: 0;
    }



    aside.as-post {
        position: relative;
        width: 100%;
        display: none;
    }
    .as-post .ttl-as {
        display: flex;
        flex-direction: row;
        gap: 0 17px;
        margin: 0 auto 25px;
        align-items: flex-end;
        padding: 0 20px;
    }
    .as-post .ttl-as span {
        line-height: 1;
    }
    .as-post .ttl-as .en {
        font-size: 26px;
        letter-spacing: .05em;
        color: #4d4d4d;
        font-weight: 700;
    }


    .as-post .list-sugg {
        position: relative;
        padding-bottom: 25px;
    }
    .as-post .list-sugg .swiper-wrapper {
        flex-wrap: nowrap;
        gap: 0;
        margin: 0 0 30px;
    }
    .as-post .item-sugg {
        width: calc(50% - 5px);
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        border-radius: 8px;
        overflow: hidden;
    }
    .as-post .item-sugg a {
        display: block;
        text-decoration: none;
    }
    .as-post .item-sugg figure {
        margin: 0 auto 7px;
        overflow: hidden;
        padding-top: 63%;
        width: 100%;
        position: relative;
    }
    .as-post .item-sugg figure img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: .3s ease-out;
    }
    .as-post .item-sugg a:hover .elem-txt {
        opacity: .6;
    }
    .as-post .item-sugg a:hover figure img {
        transform: scale(1.1);
    }
    .as-post .item-sugg .elem-txt {
        padding: 0 10px 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 6px 0;
        transition: .3s ease-out;
    }
    .as-post .item-sugg .elem-txt .ttl-post {
        font-size: 11px;
        line-height: 1.42;
        color: #5d5d5d;
        margin: 0;
    }
    .as-post .item-sugg .elem-txt .txt-date-cat time {
        font-size: 9px;
        color: #919191;
        letter-spacing: .1em;
        line-height: 1;
    }

    .as-post .box-tag {
        display: none;
    }


    .as-post .box-bnr {
        display: none;
    }









    /* link リンクバナー */
    .sec-link {
        position: relative;
    }
    .sec-link .list-link {
        flex-direction: column;
    }
    .sec-link .list-link .item-link {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        box-sizing: border-box;
    }
    .sec-link .list-link .item-link:first-child {
        margin-bottom: -1px;
        border-right: none;
    }
    .sec-link .list-link .item-link a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 130px;
        padding-left: 20px;
    }
    .sec-link .list-link .item-link a::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
        transition: opacity 0.5s ease;
    }
    .sec-link .list-link .item-link a .bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden;
    }
    .sec-link .list-link .item-link a .bg-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        will-change: transform;
        transition: transform .5s ease;
    }
    .sec-link .list-link .item-link a .ttl-link {
        position: relative;
        z-index: 2;
        color: #000000;
        border-left: 3px solid #000000;
        display: flex;
        flex-direction: column;
        gap: 5px 0;
        width: 17em;
        transition: all .5s ease;
    }
    .sec-link .list-link .item-link a .ttl-link > span {
    }
    .sec-link .list-link .item-link a .ttl-link .en {
        font-size: 30px;
    }
    .sec-link .list-link .item-link a .ttl-link .ja {
        font-size: 14px;
        letter-spacing: .08em;
    }
    .sec-link .list-link .item-link a .ttl-link::before {
        content: "";
        display: block;
        width: 38%;
        height: 1px;
        background-color: #000000;
        bottom: 0;
        transition: all .5s ease;
    }
    .sec-link .list-link .item-link a .ttl-link.link2::before {
        width: 59%;
    }
    .sec-link .list-link .item-link a .ttl-link::after {
        content: "";
        display: block;
        width: 12px;
        height: 1px;
        background-color: #000000;
        transform: rotate(31deg);
        bottom: 3px;
        transition: all .5s ease;
    }
}
