@charset "UTF-8";

/* ----- トップページ ファーストビュー用css top-first-view.css ----- */
/* ##### セクション ##### */
.section-first-view-container {
    background-color: var(--color-001);
}

.section-latest-post-container {
    padding: 4rem 0;
}

.section-latest-post-container.-only-top {
    padding-bottom: 0;
}

.section-latest-post-container.-only-bottom {
    padding-top: 0;
}

@media (min-width: 1024px) {
    .section-latest-post-container {
        padding: 1.2rem 0 3.2rem;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px !important;
    }
}

/* ##### スライダー ##### */
.swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-01 {
    overflow: hidden;
}

.swiper-01-wrap {
    position: relative;
}

.swiper-01-wrap .swiper-slide {
    position: relative;
}

.swiper-01-wrap .swiper-slide::before {
    content: "";
    width: 94%;
    height: 1px;
    display: block;
    border-top: 2px dotted var(--color-013);
    position: absolute;
    bottom: 0;
    left: 3%;
}

.swiper-01-wrap .swiper-slide-heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1.4rem 1.9rem;
}

.swiper-01-wrap .swiper-slide-heading-tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-01-wrap .swiper-slide-heading-tag span {
    display: inline-block;
    padding: 0.8em 0.9em;
    font-size: 0.75rem;
    color: white;
    letter-spacing: 0.1rem;
    text-align: center;
    background-color: var(--color-013);
}

.swiper-01-wrap .swiper-slide-heading-tag span:nth-child(n + 2) {
    display: none;
}

.swiper-01-wrap .swiper-slide-heading-title {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 0.8rem;
    font-weight: 500;
    font-size: 0.95rem;
}

.swiper-01-wrap .swiper-slide-heading-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    text-overflow: ellipsis;

    -webkit-line-clamp: 2;
}

.swiper-01-wrap .swiper-button-prev-01,
.swiper-01-wrap .swiper-button-next-01 {
    width: 1.8rem;
    height: 4.3rem;
    background-color: var(--color-009);
    opacity: 0.8;
    top: 27.3%;
}

.swiper-01-wrap .swiper-button-prev-01::after,
.swiper-01-wrap .swiper-button-next-01::after {
    content: "";
    width: 100%;
    height: 1.75rem;
    display: block;
    background-image: url(/upload/tenant_1/fv_arrow_pc.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.swiper-01-wrap .swiper-button-prev-01 {
    left: 0;
}

.swiper-01-wrap .swiper-button-next-01 {
    right: 0;
}

.swiper-01-wrap .swiper-button-next-01::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.swiper-01-wrap .swiper-pagination-01 {
    min-height: 66px;
    padding: 1.2rem 2rem;
    position: static;
}

.swiper-01-wrap .swiper-pagination-bullet {
    width: 8.2vw;
    height: 2.7px;
    border-radius: unset;
    background-color: white;
    opacity: 1;
}

.swiper-01-wrap .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-01-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px !important;
}

.swiper-01-wrap .swiper-pagination-bullet-active {
    background-color: var(--color-013);
}

/* タブレット */
@media (min-width: 600px) {
    .swiper-01-wrap .swiper-button-prev-01,
    .swiper-01-wrap .swiper-button-next-01 {
        width: 2.2rem;
        background-color: transparent;
        top: 33%;
    }

    .swiper-01-wrap .swiper-button-prev-01::after,
    .swiper-01-wrap .swiper-button-next-01::after {
        -webkit-filter: unset;
        filter: unset;
    }

    .swiper-01-wrap .swiper-button-prev-01 {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        left: calc((100% - (100% / 1.2) + 30px) / 2 - 2.2rem / 2);
    }

    .swiper-01-wrap .swiper-button-next-01 {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        right: calc((100% - (100% / 1.2) + 30px) / 2 - 2.2rem / 2);
    }

    .swiper-01-wrap .swiper-slide-heading {
        min-height: 71px;
    }
}

/* ノートパソコン */
@media (min-width: 1025px) {
    .swiper-01-wrap .swiper-button-prev-01,
    .swiper-01-wrap .swiper-button-next-01 {
        background-color: transparent;
        top: 36%;
    }

    .swiper-01-wrap .swiper-button-prev-01 {
        left: calc((100% - (100% / 1.8) + 40px) / 2 - 2.2rem / 2);
    }

    .swiper-01-wrap .swiper-button-next-01 {
        right: calc((100% - (100% / 1.8) + 40px) / 2 - 2.2rem / 2);
    }
}

/* デスクトップ */
@media (min-width: 1441px) {
    .swiper-01-wrap .swiper-button-prev-01 {
        left: calc((100% - (100% / 2) + 35px) / 2 - 2.2rem / 2);
    }

    .swiper-01-wrap .swiper-button-next-01 {
        right: calc((100% - (100% / 2) + 35px) / 2 - 2.2rem / 2);
    }
}

@media (min-width: 768px) {
    .swiper-01-wrap .swiper-pagination-bullet {
        width: 7vw;
    }
}

@media (min-width: 1024px) {
    .swiper-01-wrap .swiper-wrapper {
        margin-left: calc(-1 * (((100% - 100px) / 2.3) * 0.35));
    }

    .swiper-01-wrap .swiper-wrapper[aria-live="off"] {
        margin-left: auto;
    }

    .swiper-01-wrap .swiper-slide {
        width: calc((100% - 100px) / 2.3);
        margin-right: 50px;
    }

    .swiper-01-wrap .swiper-slide[role="group"] {
        width: 100%;
    }

    .swiper-01-wrap .swiper-slide-heading {
        min-height: 60px;
        padding: 0.5rem 4vw 0.6rem;
    }

    .swiper-01-wrap .swiper-slide-heading::before {
        width: 100%;
        left: 0;
    }

    .swiper-01-wrap .swiper-slide-heading-tag {
        padding: 0.35rem 1.3rem;
        font-size: 1rem;
        line-height: 1.2;
    }

    .swiper-01-wrap .swiper-slide-heading-tag span {
        font-size: 0.9rem;
        letter-spacing: 0.3rem;
    }

    .swiper-01-wrap .swiper-slide-heading-title {
        font-size: 1.05rem;
    }

    .swiper-01-wrap .swiper-slide-heading-title a {
        line-height: 1.2;
    }

    .swiper-01-wrap .swiper-button-prev-01::after,
    .swiper-01-wrap .swiper-button-next-01::after {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-filter: unset;
        filter: unset;
    }

    .swiper-01-wrap .swiper-button-prev-01::after {
        margin-left: 0;
    }

    .swiper-01-wrap .swiper-button-next-01::after {
        margin-right: 0;
    }

    .swiper-01-wrap .swiper-pagination-01 {
        min-height: 109px;
        padding: 3.5rem calc((100% - 1000px) / 2) 3.5rem calc((100% - 1000px) / 2);
    }

    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px) !important;
    }

    .swiper-01-wrap .swiper-pagination-bullet {
        width: 3.8vw;
    }
}

.swiper-02 .swiper-slide {
    width: calc((100% - 15px) / 1.7);
    margin-right: 20px;
}

@media (min-width: 1024px) {
    .swiper-02 .swiper-slide {
        width: calc((100% - (40px * 3)) / 3.5);
        margin-right: 40px;
    }
}

.swiper-03 .swiper-slide {
    width: calc((100% - 15px) / 1.35);
}

.swiper-03 .swiper-slide {
    width: calc((100% - 15px) / 1.35);
}

.swiper-03 .swiper-slide+.swiper-slide {
    margin-left: 15px;
}

/* ##### 最新記事 ##### */
.latest-post-inner {
    width: 94%;
    overflow: hidden;
    margin-left: auto;
    padding-left: 0.25rem;
}

.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 a {
    display: block;
    padding: 0.15rem;
    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: 0.7rem 0.5rem 0.5rem 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: 500;
    font-size: 12px;
    line-height: 1;
    border-radius: 1.6rem;
    background-color: var(--color-021);
}

.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.ホテル {
    background-color: var(--color-025);
}

.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%;
    min-height: 3.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.4;
    text-overflow: ellipsis;

    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.latest-post-title .title-13 {
    font-size: 1.15rem;
}

@media (min-width: 1024px) {
    .latest-post-inner {
        width: calc(100% - (100% - 1200px) / 2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: calc((100% - 1200px) / 2);
        margin-right: auto;
    }

    .latest-post-img-wrap {
        width: 50%;
        border-radius: 0.4rem;
    }

    .latest-post-article {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow: hidden;
    }

    .latest-post-article article a {
        border-radius: 0.5rem;
    }

    .latest-post-article article a figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .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.2rem 0;
        line-height: 1;
    }

    .latest-post-content .latest-post-tag span {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }

    .latest-post-content time {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0.3rem;
        margin-right: -0.2rem;
        text-align: right;
    }

    .latest-post-content .title-12 {
        width: 100%;
        min-height: 3.5vw;
        max-height: 3rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0;
        line-height: 1.15vw;
    }

    .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;
    }

    .latest-post-title .swiper-button-prev,
    .latest-post-title .swiper-button-next {
        width: 2.3rem;
        height: 2.3rem;
        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;
        margin: 0;
        border: 2px solid var(--color-024);
        border-radius: 100%;
        background-color: transparent;
        position: static;
    }

    .latest-post-title .swiper-button-prev::before,
    .latest-post-title .swiper-button-next::before {
        content: "";
        width: 0.8rem;
        height: 0.8rem;
        border-bottom: 2px solid var(--color-024);
        border-left: 2px solid var(--color-024);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
    }

    .latest-post-title .swiper-button-prev::after,
    .latest-post-title .swiper-button-next::after {
        content: "";
        width: 1rem;
        height: 2px;
        display: inline-block;
        background-color: var(--color-024);
    }

    .latest-post-title .swiper-button-next {
        margin-left: 0.4rem;
        margin-right: 0.5rem;
    }

    .latest-post-title .swiper-button-next::before {
        -webkit-transform: rotate(-45deg) scale(-1, 1);
        transform: rotate(-45deg) scale(-1, 1);
    }

    .latest-post-button {
        width: 100%;
    }

    .latest-post-title .swiper-button-next:hover,
    .latest-post-title .swiper-button-prev:hover {
        opacity: 0.5;
    }
}

/* ##### タイトル ##### */
.title-12 {
    width: 100%;
    margin: 0.5rem 0 0.75rem;
    font-size: 0.9rem;
}

.title-13 {
    margin-bottom: 8px;
    padding-left: 1.5em;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-text-002);
    letter-spacing: 0.15rem;
    position: relative;
}

.title-13::before {
    content: "";
    width: 1.1em;
    height: 1.1em;
    display: block;
    background-image: url(/import/tenant_1/162.43.9.96/html2/images/common/icon-011.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0.3em;
    left: 0.1em;
}

@media (min-width: 1024px) {
    .title-13 {
        font-size: 1.15rem;
    }
}

/* ##### ボタン ##### */
.btn-02 {
    width: 90%;
    max-width: 300px;
    margin-top: 4rem;
    margin-left: 4%;
}

.btn-02 a {
    width: 100%;
    display: block;
    padding: 1rem 3rem;
    text-align: center;
    border: 1px solid var(--color-text-002);
    border-radius: 3em;
    position: relative;
}

.btn-02 a::after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    border-top: 1px solid var(--color-text-002);
    border-right: 1px solid var(--color-text-002);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1.45em;
    right: 1.3rem;
}

.btn-02 a:hover {
    background-color: white;
    opacity: 1;
}

@media (min-width: 1024px) {
    .btn-02 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: unset;
        margin-top: 2rem;
        margin-left: auto;
        margin-right: calc((100% - 800px) / 2);
    }

    .btn-02 a {
        display: inline-block;
        padding: 0.25rem;
        font-size: 1rem;
        border: unset;
        border-bottom: 1px solid var(--color-text-002);
        border-radius: unset;
    }

    .btn-02 a:hover {
        background-color: inherit;
        opacity: 0.5;
        -webkit-transition: unset;
        transition: unset;
    }

    .btn-02 a::after {
        display: none;
    }
}
