@charset "UTF-8";

/* ----- 記事詳細ページ 遅延スタイルcss post-detail-style.css ----- */

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");

/* ##### タイトル ##### */
.title-08 {
    margin: 1.5rem 0 2rem;
    padding: 0 1rem;
    font-weight: bold;
    /* min18px max20px 1000px*/
    font-size: clamp(1.1rem, 0.523rem + 3.08vw, 1.6rem);
}

.title-09 {
    margin-bottom: 1.5rem;
    padding-bottom: 0.75em;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--color-013);
    border-bottom: 1px dotted var(--color-013);
}

.title-09 span {
    display: inline;
}

.title-09 .main {
    font-size: 100%;
}

.title-09 .sub {
    font-size: 90%;
}

.title-10 {
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.title-11 {
    font-weight: bold;
    /* min22px max28px 1000px */
    font-size: clamp(1.375rem, 1.15rem + 0.96vw, 1.75rem);
}

.title-11 span {
    display: block;
}

.title-11 .sub {
    font-weight: normal;
    font-size: 50%;
}

@media(min-width:1024px) {
    .title-08 {
        margin: 1rem 0 2.3rem 1rem;
        padding: 0;
        font-size: 1.2rem;
    }

    .title-09 .main {
        font-size: 120%;
    }
}

/* ##### リスト ##### */
.list-index {
    counter-reset: number;
    padding: 0 1.25rem 2.5rem;
}

.list-index li {
    padding-left: 2rem;
    position: relative;
}

.list-index li::before {
    content: counter(number, decimal-leading-zero) ".";
    counter-increment: number;
    position: absolute;
    top: 0;
    left: 0;
}

.list-index li:hover::before {
    color: var(--color-003);
}

.list-index li a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: unset;
    transition: unset;
}

.list-index li a {
    display: inline;
    text-decoration: underline;
}

.list-index li a:hover {
    color: var(--color-003);
    opacity: 1;
}

.list-index li+li {
    margin-top: 0.75rem;
}

.list-table {
    padding: 0.75rem;
    border-top: 1px solid var(--color-001);
}

.list-table:last-child {
    border-bottom: 1px solid var(--color-001);
}

.list-table>dt {
    font-weight: bold;
    color: var(--color-001);
}

.list-table-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--color-013);
}

.list-table-02>dt,
.list-table-02>dd {
    padding: 0.5rem;
    font-size: clamp(0.75rem, 0.177rem + 2.87vw, 1.25rem);
}

.list-table-02>dd address {
    margin: 0;
}

.list-table-02>dt {
    width: 35%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--color-013);
    background-color: var(--color-017);
}

.list-table-02>dd {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-table-02:last-of-type {
    border-bottom: 1px solid var(--color-013);
}

.list-sns {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-sns li {
    width: calc((100% - 5% * 2) / 3);
    max-width: 40px;
}

.list-sns li+li {
    margin-left: 2.5%;
}

.list-sns li a {
    display: block;
}

.list-sns li a [class^=icon] {
    width: 100%;
}

.list-smoke {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-smoke dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: normal;
}

.list-smoke dd {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (min-width: 1024px) {
    .list-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }

    .list-table>dt,
    .list-table>dd {
        padding: 1.5rem;
    }

    .list-table>dt {
        width: 20%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-weight: normal;
        color: var(--color-text-001);
        background-color: var(--color-005);
    }

    .list-table>dd {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .list-table-02>dt,
    .list-table-02>dd {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .list-index li a {
        font-size: 14px;
    }
}

/* ##### ボタン ##### */
.btn-01 {
    max-width: calc(425px * 0.8);
    margin-top: 3rem;
}

.btn-01.-mt-0 {
    margin-top: 0;
}

.btn-01.-mx-auto {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.btn-01 a {
    display: block;
    padding: 1.3rem 3rem;
    color: white;
    line-height: 1.2;
    text-align: center;
    border-radius: 3em;
    background-color: var(--color-013);
    position: relative;
}

.btn-01 a::after {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    display: inline-block;
    border-top: 1px solid white;
    border-right: 1px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1.7rem;
    right: 1.5rem;
}

@media (min-width: 1024px) {
    .btn-01 {
        min-width: 310px;
    }
}

/* ##### パーツ ##### */
.deco-link a {
    text-decoration: underline;
}

/* ##### テキスト ##### */
.text-01 {
    margin: 1rem auto;
    padding-left: 1rem;
    padding-right: 1rem;
    /* min14px max20px 599px */
    font-size: clamp(0.75rem, 0.177rem + 2.87vw, 1.25rem);
    color: var(--color-text-002);
    letter-spacing: 0;
}

@media (min-width: 1024px) {
    .text-01 {
        font-size: 1rem;
        text-align: left;
    }
}

/* ##### ボックス ##### */
.box-index {
    padding: 2rem 1rem;
    border: 1px solid var(--color-005);
    border-radius: 0.5rem;
    background-color: var(--color-002);
}

.box-index .list-index {
    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: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.box-index .list-index li {
    display: inline-block;
}

.box-index .list-index li+li {
    margin-top: 1rem;
}

@media (min-width: 1024px) {
    .box-index {
        padding: 4rem 5rem;
    }

    .box-index .list-index {
        padding: 0 6.6rem 2.5rem;
    }

    .box-index .list-index li+li {
        margin-top: 1.85rem;
    }
}

.box-info {
    margin: 3rem 0 1rem;
}

.box-post {
    position: relative;
}

.box-post-wrap {
    counter-reset: number;
}

.box-post+.box-post {
    margin-top: 5rem;
}

.box-post-title {
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2em;
    font-weight: 500;
    /* min30px max40px 1000px */
    font-weight: 700;
    font-size: 20px;
    color: var(--color-023);
    letter-spacing: 0.05rem;
    border-bottom: 5px solid var(--color-023);
}

.box-post-title::before {
    content: counter(number, decimal-leading-zero) ".";
    display: inline-block;
    counter-increment: number;
    margin-right: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
}

.box-post figure figcaption {
    margin: 0.25rem 0;
    font-size: 0.75rem;
    color: var(--color-006);
}

.box-post .text-html {
    margin: 2rem 0 3rem;
    line-height: 2;
    letter-spacing: 1px;
}

.box-post .text-html span {
    color: var(--color-text-002) !important;
}

.box-post-map {
    margin: 3rem 0;
}

.box-post-map-inner {
    width: 100%;
    position: relative;
}

.box-post-map-inner::before {
    content: "";
    display: block;
    padding-top: calc(100% * 0.6666666667);
}

.box-post-map-inner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.box-post-map-description {
    margin-top: 0.5rem;
    font-size: 0.875rem;
}

.box-post-one-point {
    margin: 2rem 0 1rem;
    padding: 2.5rem 2rem 2rem;
    border: 2px solid var(--color-015);
    border-radius: 0.5rem;
    position: relative;
}

.box-post-one-point-heading {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    font-size: clamp(0.75rem, 0.177rem + 2.87vw, 1.25rem);
    color: white;
    letter-spacing: 0.15rem;
    border-radius: 3rem;
    background-color: var(--color-015);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 0;
    left: 1rem;
    z-index: 1;
}

.box-post-one-point .text {
    font-weight: 500;
    font-size: clamp(0.75rem, 0.177rem + 2.87vw, 1.25rem);
}

.box-post-one-point-heading::after {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, var(--color-015))) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, var(--color-015) 50.5%) no-repeat top left/100% 100%;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    position: absolute;
    bottom: -0.7rem;
    left: 1rem;
}

@media (min-width: 1024px) {
    .box-post-title {
        margin-top: 3rem;
        margin-bottom: 2.5rem;
        padding-bottom: 0.7rem;
        padding-left: 2em;
        font-size: 27px;
        position: relative;
    }

    .box-post-map-inner::before {
        padding-top: 55%;
    }

    .box-post-one-point {
        width: 88%;
        margin: 4rem auto 2rem;
    }

    .box-post-one-point-heading {
        font-size: 0.9rem;
        left: 2rem;
    }

    .box-post figure figcaption {
        font-size: 1rem;
    }

    .box-post-one-point .text {
        font-size: 1rem;
    }

    .box-post+.box-post {
        margin-top: 8rem;
    }
}

/* ##### セクション ##### */
.section-post-container {
    padding-top: 7rem;
    padding-bottom: 6rem;
}

@media (min-width: 1024px) {
    .section-post-container {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

/* ##### ライター ##### */
.section-writer-container.-only-top+.section-writer-container {
    padding-top: 3rem;
}

.writer-grid {
    display: block;
}

.writer-grid-02 {
    width: 38%;
    margin: auto;
}

.writer-grid-03,
.writer-grid-04,
.writer-grid-05 {
    width: 100%;
    margin: 1% auto;
    text-align: center;
}

.writer-grid-06 {
    width: 100%;
    clear: both;
    padding-top: 1rem;
}

.box-writer-img {
    overflow: hidden;
    margin-bottom: 1em;
    border-radius: 100%;
}

.box-writer-profile {
    margin-top: 1rem;
}

.box-writer .list-sns {
    margin-top: 0.75rem;
}

@media (min-width: 599px) {
    .writer-grid-02 {
        width: 23%;
    }

    .writer-grid-03,
    .writer-grid-04,
    .writer-grid-05 {
        width: 72%;
    }
}

@media (min-width: 1025px) {
    .box-writer-profile {
        margin-top: 0.5rem;
    }

    .box-writer .list-sns {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0;
    }

    .writer-grid-02 {
        width: 20%;
        float: left;
    }

    .writer-grid-03,
    .writer-grid-04,
    .writer-grid-05 {
        width: 75%;
        float: right;
        text-align: left;
    }

    .writer-grid-03 {
        margin-top: 3rem;
        margin-bottom: 0;
    }
}

@media (min-width: 1441px) {
    .writer-grid-02 {
        width: 22%;
    }

    .writer-grid-03,
    .writer-grid-04,
    .writer-grid-05 {
        width: 73%;
    }
}

/* ライター様以降 */
.alternative-bgc2 {
    position: relative;
}

.alternative-bgc2:nth-of-type(odd)::before {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    background-color: #f6f5f3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}

.alternative-bgc2 .p-relative {
    position: relative;
    z-index: 2;
}

.section-article-ranking-container {
    padding-top: 3.5rem;
    padding-bottom: 7.5rem;
}

.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 {
    margin-top: 2.5rem;
}

.section-article-ranking-container .box-article-ranking .btn-03 {
    margin-top: 2rem;
}

.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.8rem 1rem 0.8rem 2rem;
    font-weight: 500;
    /* min18px max24px 599px */
    font-size: clamp(1.125rem, 0.695rem + 2.15vw, 1.5rem);
    color: #fff;
    border-radius: 1em 0 0 0;
    background-color: var(--color-001);
    background-color: #fff;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.box-article-ranking .title-article-ranking.-gourmet {
    background-color: var(--color-036);
}

.box-article-ranking .title-article-ranking.-souvenir {
    background-color: var(--color-039);
}

.box-article-ranking .title-article-ranking.-activities {
    background-color: var(--color-038);
}

.box-article-ranking .title-article-ranking.-sightseeing {
    background-color: var(--color-037);
}

.box-article-ranking .title-article-ranking.-hotels {
    background-color: var(--color-035);
}

.box-article-ranking .title-article-ranking .icon-bed {
    width: 40px;
    max-width: 60px;
    height: 40px;
    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: 5px;
    border-radius: 50%;
    background: #fff;
}

.box-article-ranking .title-article-ranking .icon-bed img {
    width: 85%;
    height: 85% !important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    -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 .title-article-ranking.-gourmet .icon-bed 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.-souvenir .icon-bed 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 .title-article-ranking.-activities .icon-bed 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.-sightseeing .icon-bed 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.-hotels .icon-bed 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 .list-article-ranking-wrap {
    padding: 3.5rem clamp(1rem, -4.859rem + 25vw, 4.5rem) 5rem clamp(1rem, -4.859rem + 25vw, 4.5rem);
    background: #fff;
}

.box-article-ranking .list-article-ranking {
    display: block;
}

.box-article-ranking .list-article-ranking .item-article {
    width: 100%;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--color-006);
}

.box-article-ranking .list-article-ranking .item-article+.item-article {
    margin-top: 1.5rem;
}

.box-article-ranking .list-article-ranking .item-article a .box-image {
    overflow: hidden;
}

.box-article-ranking .list-article-ranking .item-article a .box-image img {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.box-article-ranking .list-article-ranking .item-article a:hover .box-title {
    text-decoration: underline;
}

.box-article-ranking .list-article-ranking .item-article a:hover .box-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.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: 2rem;
    height: 2rem;
    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;
    counter-increment: cnt;
    padding-bottom: 2px;
    padding-right: 1px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    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%;
}

.box-article-ranking .item-inner .box-title .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.box-article-ranking .item-inner .box-title .title {
    font-weight: 500;
    /* min15px max22px 599px */
    font-size: clamp(0.938rem, 0.436rem + 2.51vw, 1.375rem);
    line-height: 1.25;
    letter-spacing: 0;
}

.box-article-ranking .item-inner .date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-left: auto;
    font-size: 12px;
    color: var(--color-006);
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: right;
}

.article-ranking-link {
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
}

@media(min-width:1024px) {
    .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 {
        width: 100%;
        display: -ms-grid;
        display: grid;

        grid-auto-columns: 1fr;
        grid-auto-rows: 1fr;
        -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        gap: 1em 1em;
        grid-template-areas: "ranking-grid-01 ranking-grid-06 ranking-grid-11"
            "ranking-grid-02 ranking-grid-07 ranking-grid-12"
            "ranking-grid-03 ranking-grid-08 ranking-grid-13"
            "ranking-grid-04 ranking-grid-09 ranking-grid-14"
            "ranking-grid-05 ranking-grid-10 ranking-grid-15";
    }

    .ranking-grid-01 {
        grid-area: ranking-grid-01;
    }

    .ranking-grid-02 {
        grid-area: ranking-grid-02;
    }

    .ranking-grid-03 {
        grid-area: ranking-grid-03;
    }

    .ranking-grid-04 {
        grid-area: ranking-grid-04;
    }

    .ranking-grid-05 {
        grid-area: ranking-grid-05;
    }

    .ranking-grid-06 {
        grid-area: ranking-grid-06;
    }

    .ranking-grid-07 {
        grid-area: ranking-grid-07;
    }

    .ranking-grid-08 {
        grid-area: ranking-grid-08;
    }

    .ranking-grid-09 {
        grid-area: ranking-grid-09;
    }

    .ranking-grid-10 {
        grid-area: ranking-grid-10;
    }

    .ranking-grid-11 {
        grid-area: ranking-grid-11;
    }

    .ranking-grid-12 {
        grid-area: ranking-grid-12;
    }

    .ranking-grid-13 {
        grid-area: ranking-grid-13;
    }

    .ranking-grid-14 {
        grid-area: ranking-grid-14;
    }

    .ranking-grid-15 {
        grid-area: ranking-grid-15;
    }

    .box-article-ranking .list-article-ranking .item-article {
        display: inline-block;
        padding: 0 8px 0.8rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .box-article-ranking .list-article-ranking .item-article+.item-article {
        margin-top: 0;
    }

    .list-article-ranking .item-inner figure::before {
        width: 2rem;
        padding-bottom: 1px;
        font-size: 1rem;
        top: -0.5rem;
        left: -0.5rem;
    }

    .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) {
    .ranking-grid-01 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .ranking-grid-02 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .ranking-grid-03 {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .ranking-grid-04 {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .ranking-grid-05 {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    .ranking-grid-06 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .ranking-grid-07 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .ranking-grid-08 {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .ranking-grid-09 {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .ranking-grid-10 {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }

    .ranking-grid-11 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .ranking-grid-12 {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }

    .ranking-grid-13 {
        -ms-grid-row: 5;
        -ms-grid-column: 5;
    }

    .ranking-grid-14 {
        -ms-grid-row: 7;
        -ms-grid-column: 5;
    }

    .ranking-grid-15 {
        -ms-grid-row: 9;
        -ms-grid-column: 5;
    }
}

@media (min-width:1024px) {
    .ranking-grid-01 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .ranking-grid-02 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .ranking-grid-03 {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .ranking-grid-04 {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .ranking-grid-05 {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    .ranking-grid-06 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .ranking-grid-07 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .ranking-grid-08 {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .ranking-grid-09 {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .ranking-grid-10 {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }

    .ranking-grid-11 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .ranking-grid-12 {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }

    .ranking-grid-13 {
        -ms-grid-row: 5;
        -ms-grid-column: 5;
    }

    .ranking-grid-14 {
        -ms-grid-row: 7;
        -ms-grid-column: 5;
    }

    .ranking-grid-15 {
        -ms-grid-row: 9;
        -ms-grid-column: 5;
    }
}

/* specialコンテンツ */
.special-contents-wrap {
    margin-top: 2.3rem;
    padding-left: 2%;
}

.list-post-button:not(.article-instagram-link) .-alternative {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.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 {
    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.2rem 0.25rem;
    font-size: 1.1rem;
    color: var(--color-006);
    text-align: right;
}

.special-contents-article .title-15 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: clamp(1rem, 0.581rem + 1.79vw, 1.25rem);
    line-height: 2.3rem;

    -webkit-line-clamp: 2;
}

.special-contents-article .title-15 a {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    -webkit-line-clamp: 2;
}

.article-special-link {
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
}

@media (min-width: 1024px) {
    .special-contents-wrap {
        margin-top: 4rem;
        padding-left: 0;
    }

    .article-special-link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.swiper-03-wrap {
    overflow: hidden;
    padding-left: 1rem;
    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: 19%;
}

.swiper-03-wrap .swiper-button-prev-03,
.swiper-03-wrap .swiper-button-next-03 {
    width: 3rem;
    height: 3rem;
    top: 29%;
}

.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: 1rem 0 0;
    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: 599px) {
    .swiper-03-wrap {
        padding-right: 1rem;
    }

    .swiper-03-wrap .swiper-button-next-03 {
        right: 0;
    }
}

@media (min-width: 1024px) {
    .swiper-03 {
        overflow: hidden;
    }

    .swiper-03-wrap {
        padding: 0 1.5rem;
    }

    .swiper-03-wrap .swiper-button-prev-03,
    .swiper-03-wrap .swiper-button-next-03 {
        top: 28%;
    }

    .swiper-03-wrap .swiper-pagination {
        padding-top: 4rem;
    }
}

/* 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;
    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: clamp(1rem, 0.581rem + 1.79vw, 1.25rem);
    color: var(--color-text-002);
    line-height: 1.6;
}

.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: 14px;
    }
}


/* section-climate-container */
.section-climate-container .text {
    font-size: 14px;
    color: var(--color-text-002);
}

.section-climate-container .climate-contents-wrap {
    margin-top: 2rem;
}

.section-climate-container .climate-contents-wrap .climate-contents {
    width: 90%;
    margin: 0 auto;
}

@media(min-width:599px) {
    .section-climate-container .climate-contents-wrap {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .section-climate-container .climate-contents-wrap .climate-contents {
        width: 70%;
        margin: 4rem auto 0;
    }
}


/* 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 {
        margin-top: 4rem;

        gap: 20px;
    }

    .section-instagram-container .instagram-contents li {
        width: calc((100% - 80px) / 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;
    }
}

.swiper-wysiwyg-thumbnail .swiper-notification+.swiper-wrapper {
    display: none;
}
