@charset "utf-8";

/* ----- 最新記事（iframe子）用css list-inner-iframe-latest-post.css ----- */

body {
    min-height: auto !important;
}

.latest-post-article .latest-post-item {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
}

.latest-post-article .latest-post-item+.latest-post-item {
    margin-top: 4rem;
}

.latest-post-img-wrap {
    overflow: hidden;
    border-radius: 0.15rem;
    position: relative;
}

.latest-post-img-wrap .new-mark {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 3rem 2.2rem 0.5rem;
    font-weight: bold;
    font-size: 0.95rem;
    color: var(--color-text-002);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    background-color: var(--color-016);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.latest-post-article article:hover .scale-01 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.latest-post-article article:hover .title-12 {
    text-decoration: underline;
}

.latest-post-article article figure {
    padding: 0.15rem;
    border: 1px solid var(--color-033);
    border-radius: 0.25rem;
    background-color: white;
}

.latest-post-article article.new .new-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.latest-post-title .swiper-button-prev,
.latest-post-title .swiper-button-next {
    display: none;
}

.latest-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 1.1rem 0.5rem 1rem 0.5rem;
}

.latest-post-content .latest-post-tag span {
    display: inline-block;
    margin: 0.1rem;
    padding: 0.3rem clamp(0.5rem, -0.3rem + 3.2vw, 0.75rem);
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    border-radius: 1.6rem;
    background-color: var(--color-025);
}

.latest-post-content .latest-post-tag span.グルメ {
    background-color: var(--color-026);
}

.latest-post-content .latest-post-tag span.観光地 {
    background-color: var(--color-027);
}

.latest-post-content .latest-post-tag span.体験 {
    background-color: var(--color-028);
}

.latest-post-content .latest-post-tag span.お土産 {
    background-color: var(--color-034);
}

.latest-post-content .latest-post-tag span.特集 {
    background-color: var(--color-029);
}

.latest-post-content .latest-post-tag span .latest-post-content .latest-post-tag span:nth-child(n + 2) {
    display: none;
}

.latest-post-content time {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    font-size: 0.8rem;
    color: var(--color-text-001);
    letter-spacing: 0;
}

.latest-post-content .title-12 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.7rem;
    padding: 0 0.5em;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.55;
    text-overflow: ellipsis;

    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.latest-post-title .title-13 {
    font-size: 1.15rem;
}

@media (min-width: 768px) {
    .latest-post-article .latest-post-item+.latest-post-item {
        margin-top: 0;
    }

    .latest-post-img-wrap {
        width: 50%;
        border-radius: 0.4rem;
    }

    .latest-post-article {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
        padding: 0;

        gap: 3rem 1rem;
    }

    .latest-post-article .latest-post-item {
        width: calc((100% - 2rem) / 3);
        margin-left: 0;
        margin-right: 0;
    }

    .latest-post-article article figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 0.5rem;
    }

    .latest-post-content {
        width: 10%;
        -webkit-box-flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0 0.5vw;
    }

    .latest-post-content .latest-post-tag {
        width: 100%;
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0.25rem 0;
        line-height: 1;
    }

    .latest-post-content .latest-post-tag span {
        padding: 0.3rem 0.5rem 0.2rem 0.5rem;
        font-weight: 500;
        font-size: 0.75rem;
    }

    .latest-post-content time {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0.25em;
        font-size: 0.7rem;
        text-align: right;
    }

    .latest-post-content .title-12 {
        width: 100%;
        min-height: calc(3em * 1.55);
        max-height: calc(3em * 1.55);
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0;
        font-weight: 500;
        font-size: 0.9rem;

        line-clamp: 3;
        -webkit-line-clamp: 3;
    }

    .latest-post-title {
        width: 11.3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 4.1rem;
        position: relative;
    }

    .latest-post-title .title-13 {
        width: 100%;
        margin-top: 1.7em;
    }
}

/* ##### ページネーション ##### */
.pager {
    max-width: 90%;
    margin: 7.4rem auto 1rem auto;
}

.pager-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-list li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pager-list li+li {
    margin-left: -1px;
}

.pager-list li a,
.pager-list li span {
    width: clamp(3rem, -17rem + 64vw, 4rem);
    height: clamp(3rem, -17rem + 64vw, 4rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.25rem;
    font-size: clamp(1.3rem, -6.7rem + 25.6vw, 1.7rem);
    line-height: 1;
    border: 1px solid var(--color-001);
    border-radius: 0.1rem;
    background-color: white;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.pager-list li a:hover,
.pager-list li .current {
    color: white;
    background-color: var(--color-001);
    opacity: 1;
}

.pager-arrow a::before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-arrow.-lead a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.pager-arrow.-lead a::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: 2px solid var(--color-text-001);
    border-left: 2px solid var(--color-text-001);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pager-arrow.-lead a::after {
    content: "";
    width: 2px;
    height: 1.25rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
    background-color: var(--color-text-001);
}

.pager-arrow.-lead a:hover::before {
    border-top: 2px solid white;
    border-left: 2px solid white;
}

.pager-arrow.-lead a:hover::after {
    background-color: white;
}

.pager-arrow.-last a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.pager-arrow.-last a::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: 2px solid var(--color-text-001);
    border-right: 2px solid var(--color-text-001);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pager-arrow.-last a::after {
    content: "";
    width: 2px;
    height: 1.25rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5px;
    background-color: var(--color-text-001);
}

.pager-arrow.-last a:hover::before {
    border-top: 2px solid white;
    border-right: 2px solid white;
}

.pager-arrow.-last a:hover::after {
    background-color: white;
}

.pager-arrow.-prev a::before {
    border-top: 2px solid var(--color-text-001);
    border-left: 2px solid var(--color-text-001);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pager-arrow.-prev a:hover::before {
    border-top: 2px solid white;
    border-left: 2px solid white;
}

.pager-arrow.-next a::before {
    border-top: 2px solid var(--color-text-001);
    border-right: 2px solid var(--color-text-001);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pager-arrow.-next a:hover::before {
    border-top: 2px solid white;
    border-right: 2px solid white;
}

@media (min-width: 768px) {
    .pager-list li a,
    .pager-list li span {
        width: 3rem;
        height: 3rem;
        padding: 0.5rem;
        font-size: 1rem;
    }
}
