@charset "UTF-8";

/* ----- トップページ 遅延スタイルcss top-style.css ----- */
/* ##### セクション ##### */
.section-post-container {
    overflow: hidden;
    padding: 5rem 0;
}

@media (min-width: 1024px) {
    .section-post-container {
        padding: 10rem 0;
    }

    .section-post-container.-only-bottom {
        padding-top: 0;
    }

    .section-post-container.-only-top {
        padding-bottom: 0;
    }

    .section-post-container.-less-bottom {
        padding-top: 5rem;
    }

    .section-post-container.-less-top {
        padding-bottom: 5rem;
    }
}

.title-15 {
    font-size: 0.9rem;
}

/* ##### 記事一覧 ##### */
.list-post {
    width: 90%;
    counter-reset: number;
    margin-left: auto;
    margin-right: auto;
}

.section-post-container .list-post {
    width: 100vw;
    display: -ms-grid;
    display: grid;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-left: -4%;
    padding: 0 8%;
    padding-bottom: 0.1em;

    gap: 0 0.75rem;
    -ms-grid-columns: 98% 0.75rem 98% 0.75rem 98% 0.75rem 98%;
    grid-template-columns: repeat(4, 98%);
}

.section-post-container .list-post article a {
    display: -ms-grid;
    display: grid;
    border: unset;
    border-radius: 0;
    -webkit-transition: -webkit-box-shadow 0.3s linear;
    transition: -webkit-box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;

    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 6;
    grid-row: span 6;
    gap: 0;
}

.section-post-container .list-post article+article {
    margin-top: 0;
}

.section-post-container .list-post article a:hover .scale-01 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.section-post-container .list-post article a:hover .post-title {
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .section-post-container .list-post {
        width: 100%;
        overflow-x: hidden;
        margin-top: 3.9rem;
        margin-left: auto;
        padding-left: 0.5rem;
        padding-right: 0.5rem;

        gap: 0 2rem;
        -ms-grid-columns: 23.3% 2rem 23.3% 2rem 23.3% 2rem 23.3%;
        grid-template-columns: repeat(4, 23.3%);
    }
}

.special-contents-wrap {
    margin-top: 1.3rem;
}

.special-contents-img-wrap {
    overflow: hidden;
    border-radius: 0.5rem;
    position: relative;
}

.special-contents-img-wrap .text-on {
    width: 100%;
    height: 100%;
    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;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.special-contents-img-wrap .text-on h2 {
    max-width: 100%;
    max-height: 100%;
    padding: 0.8rem;
    font-weight: 500;
    font-size: 1.35rem;
    color: white;
    line-height: 1.2;
    text-align: center;
}

.special-contents-img-wrap .text-on h2 .sub {
    font-family: "Zen Maru Gothic", serif;
    font-size: 380%;
}

.special-contents-img-wrap .text-on h2 span {
    display: block;
}

.special-contents-article time {
    display: block;
    padding: 0.3rem;
    font-size: 0.8rem;
    color: var(--color-006);
    text-align: right;
}

.special-contents-article .title-15 {
    line-height: 2em;
}

.special-contents-article .title-15 a {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.special-contents-article .title-15 a:hover {
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .special-contents-wrap {
        margin-top: 4rem;
    }
}

.swiper-03-wrap {
    position: relative;
}

.swiper-03-wrap .swiper-button-prev-03 {
    left: 0;
}

.swiper-03-wrap .swiper-button-next-03 {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: 0;
}

.swiper-03-wrap .swiper-button-prev-03,
.swiper-03-wrap .swiper-button-next-03 {
    width: 3rem;
    height: 3rem;
    top: 30%;
}

.swiper-03-wrap .swiper-button-prev-03::after,
.swiper-03-wrap .swiper-button-next-03::after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url(/upload/tenant_1/icon-023.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.swiper-03-wrap .swiper-pagination {
    padding: 3.4rem 0 0.2rem;
    position: static;
}

.swiper-03-wrap .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.8rem !important;
    background-color: var(--color-006);
}

.swiper-03-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-text-002);
}

@media (min-width: 1024px) {
    .swiper-03 {
        overflow: hidden;
    }

    .swiper-03-wrap {
        width: calc(100% + 3rem);
        margin-left: -2rem;
        padding: 0 1.5rem;
    }
}

/* ##### ビジュアル検索 ##### */
.section-post-container.-pattern-black {
    background-color: var(--color-009);
}

.section-post-container.-pattern-black [class^=title],
.section-post-container.-pattern-black [class*=text] {
    color: var(--color-001);
}

.section-post-container.-pattern-black .title-14::after {
    border-top: 1px solid var(--color-001);
}

.visual-search-wrap figure {
    -webkit-transition: 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    position: relative;
}

.visual-search-wrap figure figcaption {
    width: 100%;
    display: none;
    padding: 0.5rem;
    font-size: 0.7rem;
    color: white;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.visual-search-wrap figure:hover figcaption {
    display: block;
}

@media (min-width: 1024px) {
    .visual-search-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 4rem;
    }

    .visual-search-wrap figure {
        width: 25%;
    }

    .visual-search-wrap figure figcaption {
        padding: 0.5rem 0.3rem 0.25rem 0.5rem;
    }
}

/* ##### ボタン ##### */
.btn-04 {
    width: 100%;
    max-width: 86%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    color: var(--color-001);
    letter-spacing: 0.2em;
    text-align: center;
    border: 1px solid var(--color-001);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.btn-04 .spin {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    visibility: hidden;
    margin: auto;
    background-image: url(/upload/tenant_1/visualsearch_load_icon_pc.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    z-index: 1;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-04::after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0.5em;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(54%, rgba(255, 255, 255, 0)), color-stop(50.5%, var(--color-001))) no-repeat top left/54% 100%,
    -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, var(--color-001))) no-repeat top right/50% 100%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 54%, var(--color-001) 50.5%) no-repeat top left/54% 100%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, var(--color-001) 50.5%) no-repeat top right/50% 100%;
    -webkit-transition: -webkit-transform 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn-04:hover {
    background-color: var(--color-001);
}

.btn-04:hover .btn-04-text {
    color: var(--color-text-002);
}

.btn-04:hover::after {
    background: -webkit-gradient(linear, left bottom, right top, color-stop(54%, rgba(255, 255, 255, 0)), color-stop(50.5%, var(--color-text-002))) no-repeat top left/54% 100%,
    -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, var(--color-text-002))) no-repeat top right/50% 100%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 54%, var(--color-text-002) 50.5%) no-repeat top left/54% 100%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, var(--color-text-002) 50.5%) no-repeat top right/50% 100%;
}

.btn-04.btn-rollback::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 1024px) {
    .btn-04 {
        max-width: 400px;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

    .btn-04:hover {
        cursor: pointer;
    }
}

/* article-ranking-link */
.swiper-tab-btn-list-wrap .tab-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.swiper-tab-btn-list-wrap .tab-btn-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0.5em 0.75em 0.55em 0.55em;
    font-size: 1.2rem;
    color: #000;
    color: white;
    border-radius: 0.5em 0.5em 0 0;
    background-color: #bbb;
}

.swiper-tab-btn-list-wrap .tab-btn-list li span[class*="icon"] {
    width: 1.9em;
    height: 1.9em;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: -0.1em;
    margin-right: 0.25em;
    padding: 0.25em;
    border-radius: 100%;
    background-color: white;
}

.swiper-tab-btn-list-wrap .tab-btn-list li span[class*="icon"] img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.swiper-tab-btn-list-wrap .tab-btn-list li span[class*="icon"] img {
    -webkit-filter: brightness(0) saturate(100%) invert(87%) sepia(4%) saturate(19%) hue-rotate(356deg) brightness(90%) contrast(79%);
    filter: brightness(0) saturate(100%) invert(87%) sepia(4%) saturate(19%) hue-rotate(356deg) brightness(90%) contrast(79%);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.on span[class*="icon"] img {
    -webkit-filter: brightness(0) saturate(100%) invert(87%) sepia(11%) saturate(489%) hue-rotate(323deg) brightness(80%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(87%) sepia(11%) saturate(489%) hue-rotate(323deg) brightness(80%) contrast(96%);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.on {
    background-color: var(--color-001);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.tab-btn-hotel.on {
    background-color: var(--color-035);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.tab-btn-hotel.on span[class*="icon"] img {
    -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(10%) saturate(1820%) hue-rotate(141deg) brightness(93%) contrast(84%);
    filter: brightness(0) saturate(100%) invert(62%) sepia(10%) saturate(1820%) hue-rotate(141deg) brightness(93%) contrast(84%);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.tab-btn-gourmet.on {
    background-color: var(--color-036);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.tab-btn-gourmet.on span[class*="icon"] img {
    -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(14%) saturate(6756%) hue-rotate(310deg) brightness(91%) contrast(89%);
    filter: brightness(0) saturate(100%) invert(88%) sepia(14%) saturate(6756%) hue-rotate(310deg) brightness(91%) contrast(89%);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.tab-btn-sightseeing.on {
    background-color: var(--color-037);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.tab-btn-sightseeing.on span[class*="icon"] img {
    -webkit-filter: brightness(0) saturate(100%) invert(80%) sepia(81%) saturate(3415%) hue-rotate(291deg) brightness(96%) contrast(89%);
    filter: brightness(0) saturate(100%) invert(80%) sepia(81%) saturate(3415%) hue-rotate(291deg) brightness(96%) contrast(89%);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.tab-btn-activities.on {
    background-color: var(--color-038);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.tab-btn-activities.on span[class*="icon"] img {
    -webkit-filter: brightness(0) saturate(100%) invert(68%) sepia(14%) saturate(1147%) hue-rotate(114deg) brightness(91%) contrast(85%);
    filter: brightness(0) saturate(100%) invert(68%) sepia(14%) saturate(1147%) hue-rotate(114deg) brightness(91%) contrast(85%);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.tab-btn-special.on {
    background-color: var(--color-040);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.tab-btn-special.on span[class*="icon"] img {
    -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(14%) saturate(580%) hue-rotate(345deg) brightness(96%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(58%) sepia(14%) saturate(580%) hue-rotate(345deg) brightness(96%) contrast(90%);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.tab-btn-souvenir.on {
    background-color: var(--color-039);
}

.swiper-tab-btn-list-wrap .tab-btn-list li.tab-btn-souvenir.on span[class*="icon"] img {
    -webkit-filter: brightness(0) saturate(100%) invert(78%) sepia(35%) saturate(692%) hue-rotate(208deg) brightness(80%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(78%) sepia(35%) saturate(692%) hue-rotate(208deg) brightness(80%) contrast(100%);
}

.swiper-tab-btn-list-wrap .tab-btn-list li+li {
    margin-left: 0.25rem;
}

.swiper-04 {
    overflow: hidden;
}

.swiper-04-wrap .swiper-button-prev-04,
.swiper-04-wrap .swiper-button-next-04,
.swiper-04-wrap .swiper-pagination-04 {
    display: none;
}

.swiper-04-wrap .swiper-button-prev-04,
.swiper-04-wrap .swiper-button-next-04 {
    width: 2.3rem;
    height: 5.7rem;
    background-color: var(--color-009);
    top: 40%;
}

.swiper-04-wrap .swiper-button-prev-04::after,
.swiper-04-wrap .swiper-button-next-04::after {
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    border-top: 2px solid white;
}

.swiper-04-wrap .swiper-button-prev-04::after {
    margin-left: 0.4rem;
    border-left: 2px solid white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swiper-04-wrap .swiper-button-next-04::after {
    margin-right: 0.4rem;
    border-right: 2px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swiper-04-wrap .swiper-pagination-04 {
    padding: 2.2rem 1rem;
}

.swiper-04-wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c5c5c5;
    opacity: 1;
}

.swiper-04-wrap .swiper-pagination-bullet-active {
    background-color: var(--color-009);
}

@media (min-width: 1024px) {
    .swiper-tab-btn-list-wrap {
        display: none;
    }

    .swiper-04-wrap .swiper-button-prev-04,
    .swiper-04-wrap .swiper-button-next-04,
    .swiper-04-wrap .swiper-pagination-04 {
        display: block;
    }

    .swiper-04-wrap {
        position: relative;
    }

    .swiper-04-wrap .swiper-button-prev-04,
    .swiper-04-wrap .swiper-button-next-04 {
        background-color: transparent;
        top: calc(50% - 6rem);
    }

    .swiper-04-wrap .swiper-button-prev-04::after,
    .swiper-04-wrap .swiper-button-next-04::after {
        width: 1.75rem;
        height: 1.75rem;
        border-top: 3px solid var(--color-009);
    }

    .swiper-04-wrap .swiper-button-prev-04 {
        left: -3%;
    }

    .swiper-04-wrap .swiper-button-prev-04::after {
        margin-left: 0;
        border-left: 3px solid var(--color-009);
    }

    .swiper-04-wrap .swiper-button-next-04 {
        right: -3%;
    }

    .swiper-04-wrap .swiper-button-next-04::after {
        margin-right: 0;
        border-right: 3px solid var(--color-009);
    }

    .swiper-04-wrap .swiper-pagination-04 {
        padding: 3.5rem calc((100% - 1000px) / 2) 2.8rem calc((100% - 1000px) / 2);
        position: static;
    }
}

.tab2-btn-list::after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color: #d1bab4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-tab-btn-list-wrap {
    position: relative;
}
.tab2-btn-list.btn2-order-01::after {
    background-color: var(--color-035);
}

.tab2-btn-list.btn2-order-02::after {
    background-color: var(--color-036);
}

.tab2-btn-list.btn2-order-03::after {
    background-color: var(--color-037);
}

.tab2-btn-list.btn2-order-04::after {
    background-color: var(--color-038);
}

.tab2-btn-list.btn2-order-05::after {
    background-color: var(--color-039);
}

.box-article-ranking .title-article-ranking {
    display: none;
}

.section-article-ranking-container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    position: relative;
}

.section-article-ranking-container .section-title .icon-list {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.section-article-ranking-container .text {
    font-size: 14px;
    color: var(--color-text-002);
    letter-spacing: 0;
    text-align: center;
}

.section-article-ranking-container .box-article-ranking .btn-03 {
    width: 100%;
    margin-top: 3.5rem;
}

.box-article-ranking .list-article-ranking-wrap {
    padding: 3rem clamp(1rem, -4.859rem + 25vw, 4.5rem) 5rem clamp(1rem, -4.859rem + 25vw, 4.5rem);
    background: #fff;
}

.box-article-ranking .list-article-ranking {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-article-ranking .list-article-ranking .item-article {
    width: 100%;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-006);
}

.box-article-ranking .list-article-ranking .item-article:last-of-type {
    border-bottom: unset;
}

.box-article-ranking .list-article-ranking .item-article:nth-of-type(n+6) {
    display: none;
}

.box-article-ranking .list-article-ranking .item-article a:hover .scale-01 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box-article-ranking .list-article-ranking .item-article a:hover .title {
    text-decoration: underline;
}

.box-article-ranking .item-inner figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.list-article-ranking {
    list-style: none;
    counter-reset: cnt;
    /* デフォルトのリストスタイルを無効化（必要に応じて） */
}

.list-article-ranking .item-inner figure::before {
    content: counter(cnt);
    width: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    counter-increment: cnt;
    padding-bottom: 2px;
    padding-right: 1px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0;
    border-radius: 50%;
    background: var(--color-009);
    position: absolute;
    top: -0.7rem;
    left: -1rem;
    z-index: 2;

    aspect-ratio: 1;
}

.list-article-ranking .item-article:first-of-type .item-inner figure::before {
    background: #e3b150;
}

.list-article-ranking .item-article:nth-of-type(2) .item-inner figure::before {
    background: #8d9aad;
}

.list-article-ranking .item-article:nth-of-type(3) .item-inner figure::before {
    background: #c69165;
}

.box-article-ranking .item-inner .box-image {
    width: 37%;
    position: relative;
}

.box-article-ranking .item-inner .box-title {
    width: 60%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-article-ranking .item-inner .box-title .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    /* min.9rem max1.1rem 375px-425px */
    font-size: clamp(0.9rem, -0.6rem + 6.4vw, 1.1rem);
    line-height: 1.25;
    letter-spacing: 0;
    text-overflow: ellipsis;

    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.box-article-ranking .item-inner .box-title .date {
    margin-top: 0.5rem;
    /* min12px max17px 599px */
    font-size: clamp(0.75rem, 0.392rem + 1.79vw, 1.063rem);
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: right;
}

.article-ranking-link {
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
}

.box-article-ranking .list-post-button .btn-03 a {
    padding: 1rem 2rem;
    letter-spacing: 0;
}

@media(min-width:599px) {
    .section-article-ranking-container {
        padding-top: 8rem;
        padding-bottom: 11rem;
    }

    .section-article-ranking-container .box-article-ranking {
        margin-top: 4rem;
    }

    .box-article-ranking .list-article-ranking-wrap {
        padding: 2rem;
    }

    .box-article-ranking .list-article-ranking {
        display: block;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 3.3em;
        -moz-column-gap: 3.3em;
        column-gap: 3.3em;
    }

    .box-article-ranking .list-article-ranking .item-article {
        display: inline-block;
        margin-bottom: 0.8rem;
        padding: 0 8px 0.8rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .list-article-ranking .item-inner figure::before {
        width: 1.6rem;
        padding-bottom: 1px;
        font-size: 1rem;
        top: -0.5rem;
        left: -0.5rem;
    }

    .box-article-ranking .item-inner .box-image {
        width: 33%;
    }

    .box-article-ranking .item-inner .box-title {
        width: 65%;
    }

    .box-article-ranking .item-inner .box-title .title {
        font-size: 13px;
    }

    .box-article-ranking .item-inner .box-title .date {
        margin-top: 1rem;
        font-size: 10px;
    }

    .article-ranking-link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media(min-width:1024px) {
    .box-article-ranking .list-article-ranking-wrap {
        padding: 2.2rem 1.25rem 3.2rem 1.8rem;
    }

    .box-article-ranking .title-article-ranking {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 0.4rem 1rem 0.4rem 1rem;
        font-weight: 500;
        /* min18px max20px 375px 1200px */
        font-size: clamp(1.125rem, 1.068rem + 0.24vw, 1.29rem);
        color: #fff;
        border-radius: 1em 0 0 0;
        background-color: var(--color-001);
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .box-article-ranking .title-article-ranking .icon-bed {
        width: 30px;
        max-width: 60px;
        padding: 3px;
        border-radius: 50%;
        background: #fff;
    }

    .box-article-ranking .title-article-ranking [class^="icon-"] img {
        width: 100%;
        height: 100% !important;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
    }

    .box-article-ranking .title-article-ranking .icon-bed img {
        width: 100%;
        -webkit-filter: brightness(0) saturate(100%) invert(87%) sepia(11%) saturate(489%) hue-rotate(323deg) brightness(80%) contrast(96%);
        filter: brightness(0) saturate(100%) invert(87%) sepia(11%) saturate(489%) hue-rotate(323deg) brightness(80%) contrast(96%);
    }

    .box-article-ranking .title-article-ranking.-hotel {
        background-color: var(--color-035);
    }

    .box-article-ranking .title-article-ranking.-hotel span[class*="icon"] img {
        -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(10%) saturate(1820%) hue-rotate(141deg) brightness(93%) contrast(84%);
        filter: brightness(0) saturate(100%) invert(62%) sepia(10%) saturate(1820%) hue-rotate(141deg) brightness(93%) contrast(84%);
    }

    .box-article-ranking .title-article-ranking.-gourmet {
        background-color: var(--color-036);
    }

    .box-article-ranking .title-article-ranking.-gourmet span[class*="icon"] img {
        -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(14%) saturate(6756%) hue-rotate(310deg) brightness(91%) contrast(89%);
        filter: brightness(0) saturate(100%) invert(88%) sepia(14%) saturate(6756%) hue-rotate(310deg) brightness(91%) contrast(89%);
    }

    .box-article-ranking .title-article-ranking.-sightseeing {
        background-color: var(--color-037);
    }

    .box-article-ranking .title-article-ranking.-sightseeing span[class*="icon"] img {
        -webkit-filter: brightness(0) saturate(100%) invert(80%) sepia(81%) saturate(3415%) hue-rotate(291deg) brightness(96%) contrast(89%);
        filter: brightness(0) saturate(100%) invert(80%) sepia(81%) saturate(3415%) hue-rotate(291deg) brightness(96%) contrast(89%);
    }

    .box-article-ranking .title-article-ranking.-activities {
        background-color: var(--color-038);
    }

    .box-article-ranking .title-article-ranking.-activities span[class*="icon"] img {
        -webkit-filter: brightness(0) saturate(100%) invert(68%) sepia(14%) saturate(1147%) hue-rotate(114deg) brightness(91%) contrast(85%);
        filter: brightness(0) saturate(100%) invert(68%) sepia(14%) saturate(1147%) hue-rotate(114deg) brightness(91%) contrast(85%);
    }

    .box-article-ranking .title-article-ranking.-souvenir {
        background-color: var(--color-039);
    }

    .box-article-ranking .title-article-ranking.-souvenir span[class*="icon"] img {
        -webkit-filter: brightness(0) saturate(100%) invert(78%) sepia(35%) saturate(692%) hue-rotate(208deg) brightness(80%) contrast(100%);
        filter: brightness(0) saturate(100%) invert(78%) sepia(35%) saturate(692%) hue-rotate(208deg) brightness(80%) contrast(100%);
    }

    .box-article-ranking .item-inner .box-title .title {
        line-height: 1.4;
    }

    .box-article-ranking .item-inner .box-title .date {
        margin-top: 0.1rem;
    }

    .box-article-ranking .list-article-ranking .item-article {
        padding: 0 8px 0.8rem;
    }

    .section-article-ranking-container .box-article-ranking {
        margin-top: 1rem;
    }

    .section-article-ranking-container .box-article-ranking .btn-03 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 265px;
        margin-top: 0.8rem;
    }

    .box-article-ranking .list-post-button .btn-03 a {
        padding: 0.8rem 2rem;
        font-size: 0.9rem;
    }
}

/* section-snap-container */
.section-snap-container .snap-contents-wrap .img::after {
    padding-top: calc(100%*(3 / 2));
}

.section-snap-container .snap-contents-wrap {
    overflow-x: scroll;
    /*  margin-left: 1rem; */
}

.section-snap-container .snap-contents {
    width: 300vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
    margin-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 3%;
}

.section-snap-container .snap-contents .snap-contents-article {
    width: calc(25% - 5px);
}

.section-snap-container .snap-contents .snap-contents-article .snap-contents-img-wrap {
    overflow: hidden;
    margin-bottom: 0.5rem;
    border-radius: 0.2em;
}

.section-snap-container .snap-contents .snap-contents-article .text {
    margin-bottom: 0;
    font-size: 13px;
    color: var(--color-text-002);
    line-height: 1.4;
}

.article-snap-link {
    width: calc(100% - 2rem);
    margin-top: 2rem;
}

@media(min-width:599px) {
    .section-snap-container .section-snap-list {
        margin-left: 13%;
    }

    .section-snap-container .section-snap-list .btn-03 {
        margin-top: 2.5rem;
    }

    .article-snap-link {
        width: 87%;
    }

    .section-snap-container .snap-contents {
        width: 120vw;
    }
}

@media(min-width:1024px) {
    .section-snap-container .snap-contents-wrap {
        max-width: 85%;
        overflow-x: unset;
        margin: 0 auto;
    }

    .section-snap-container .snap-contents {
        width: 100%;
        padding-right: 0;
    }

    .section-snap-container .snap-contents .snap-contents-article {
        width: 22%;
    }

    .section-snap-container .section-snap-list {
        margin-left: 0;
    }

    .article-snap-link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .section-snap-container .snap-contents .snap-contents-article .text {
        font-size: 12px;
    }
}

/* section-instagram-container */
.section-instagram-container {
    padding-top: clamp(6rem, 0.978rem + 21.43vw, 9rem);
    padding-bottom: clamp(6rem, 0.978rem + 21.43vw, 9rem);
}

.section-instagram-container .text {
    font-size: 14px;
    color: var(--color-text-002);
}

.section-instagram-container .instagram-contents {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem auto 0;
}

.section-instagram-container .instagram-contents li:nth-child(n + 5) {
    display: none;
}

.section-instagram-container .instagram-contents li {
    width: 50%;
}

.section-instagram-container .instagram-contents li a {
    position: relative;
}

.section-instagram-container .instagram-contents li a::before {
    content: "";
    width: 1.5rem;
    background: url(/import/tenant_1/162.43.9.96/html2/images/common/icon-022.webp) no-repeat;
    background-size: contain;
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10);
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    z-index: 2;

    aspect-ratio: 448 / 453;
}

.section-instagram-container .instagram-contents li a .insta-like {
    display: none;
}

.section-instagram-container .instagram-contents li a .insta-date {
    display: none;
}

.article-instagram-link {
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
}

.article-instagram-link .btn-03 a {
    padding: 1rem 2rem;
}

@media(min-width:599px) {
    .section-instagram-container .instagram-contents {
        width: 100%;
    }

    .section-instagram-container .instagram-contents li {
        width: 25%;
    }

    .section-instagram-container .instagram-contents li:nth-child(n + 5) {
        display: block;
    }

    .section-instagram-container .instagram-contents li:nth-child(n + 9) {
        display: none;
    }
}

@media(min-width:1024px) {
    .section-instagram-container .instagram-contents {
        width: 100%;
        margin-top: 4rem;

        gap: 12px;
    }

    .section-instagram-container .instagram-contents li {
        width: calc((100% - 50px) / 5);
    }

    .section-instagram-container .instagram-contents li:nth-child(n + 9) {
        display: block;
    }

    .article-instagram-link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 4rem;
    }

    .section-instagram-container .btn-03 a {
        padding: 1.1rem 2rem;
    }
}
