/* 
------------------------------------- */
.bank {
    font-family: "bank-gothic-bt", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.lunatica-bg {
    background: #16858C;
}

/* 
------------------------------------- */

.lunatica-desc {
    position: relative;
}

.lunatica-desc::before {
    content: "";
    display: block;
    height: 100%;
    width: 100vw;
    background-color: #16858C;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (max-width: 768px) {
    .lunatica::before {
        height: 40vw;
    }
}

.lunatica-ttl {
    font-size: min(8vw, 99px);
    font-family: "bank-gothic-bt", sans-serif !important;
    font-weight: 500;
    line-height: 1.4;
    color: #16858C;

}

.lunatica-ttl span {
    font-size: min(4vw, 30px);
}

.lunatica-desc {
    line-height: 1.9;
    color: #fff;
    font-size: 13px;
    padding: 20px 5px;
}

.lunatica .s-fv-layout {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    /* .s-fv-layout {
        width: 95%;
        margin-left: auto;
    } */
}

.lunatica .content-side {
    width: 100%;
    padding-left: 40%;
}

.lunatica .fig-lunatica {
    max-width: 263px;
    width: 100%;
    position: absolute;
    top: 25px;
    left: 15%;
}

@media only screen and (max-width: 768px) {
    .lunatica .fig-lunatica {
        max-width: 163px;
        left: 0;
    }
}

/* 
------------------------------------- */

@media screen and (max-width: 768px) {
    .more-text {
        display: none;
    }

    .more-text.active {
        display: block;
    }
}

.lunatica-more-btn {
    display: none;
}

@media screen and (max-width: 768px) {
    .lunatica-more-btn {
        display: block;
        color: #fff !important;
        text-decoration: underline;
    }
}

/* 
------------------------------------- */

.lunatica-list {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    margin: 0;
}

.lunatica-listitem {
    width: calc((100% - 84px)/ 4);
}

@media only screen and (max-width: 768px) {
    .lunatica-list {
        gap: 16px;
    }

    .lunatica-listitem {
        width: calc((100% - 16px)/ 2);
    }
}

.lunatica-listitem-img {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}

.lunatica-listitem-img img {
    aspect-ratio: 16/9;
    height: auto;
}

.lunatica-listitem-ttl {
    margin-top: .5em;
    color: #16858C;
    font-size: 12px;
}

/* 
------------------------------------- */
.grocers-character {
    color: #fff;
}

.grocers-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.grocers-listitem {
    width: 48%;
}

@media only screen and (max-width: 768px) {
    .grocers-list {
        justify-content: center;
        /* gap: 20px; */
    }

    .grocers-listitem {
        width: 90%;
    }

    .grocers-listitem.goodfellows-img {
        order: 0;
    }

    .grocers-listitem.grocers-content {
        order: 1;
    }
}

.grocers-listitem-ttl {
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 1.5em;
    line-height: 1.7;
}

@media only screen and (max-width: 768px) {
    .grocers-listitem-ttl {
        margin-top: 0;
        margin-bottom: 0.5em;
        font-size: 16px;
    }
}

.grocers-listitem-text {
    line-height: 2.5em;
    margin-bottom: 2em;
}

.grocers-listitem-note {
    font-size: 15px;
    margin-bottom: 2em;
    display: block;
    line-height: 1.8;
}

@media only screen and (max-width: 768px) {
    .grocers-listitem-note {
        margin-top: 1em;
    }
}

.grocers-listitem-note.-small {
    font-size: 12px;
}

.grocers-listitem-note a {
    color: #fff !important;
}

.grocers-casting {
    text-align: center;
    font-size: 25px;
}
/* 
------------------------------------- */

.lunatica-foot {
    text-align: center;
}

.copyright {
    color: #16858C;
}

/* 
------------------------------------- */

/* 
------------------------------------- */
/* 
------------------------------------- */

.s-lunatica {
    position: relative;
}

.s-lunatica::before {
    content: "";
    display: block;
    height: 250px;
    width: 100%;
    background-color: #D8D8D8;
    background-color: #16858C;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media only screen and (max-width: 768px) {
    .s-lunatica::before {
        height: 40vw;
    }
}

.s-lunatica-ttl {
    font-size: min(9vw, 48px);
    font-weight: bold;
    font-family: "bank-gothic-bt", sans-serif !important;
    color: #16858C;
}

.s-lunatica-desc {
    line-height: 1.9;
    margin-top: 25px;
}

.s-fv-layout {
    display: flex;
    align-items: flex-end;
}

@media only screen and (max-width: 768px) {
    .s-fv-layout {
        width: 95%;
        margin-left: auto;
        margin-bottom: 0;
    }
}

/* 
------------------------------------- */
.content-layout {
    display: flex;
    justify-content: space-between;
}

.content-layout-main {
    width: 65%;
    line-height: 1.9;
}

.content-side {
    width: 30%;
}

@media only screen and (max-width: 768px) {
    .content-layout {
        flex-direction: column;
    }

    .content-layout-main {
        width: 100%;
        order: 0;
        /* margin-top: 40px; */
    }

    .content-side {
        width: 100%;
        order: 1;
    }
}

.content-ttl {
    font-weight: 300;
    line-height: 1.8;
}

.content-side-ttl {
    margin-bottom: 35px !important;
    padding: .7em 0;
}

.content-side-ttl span {
    border: solid 1px #707070;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif !important;
    font-weight: 300;
    padding: .7em 1em;
}

.sidebar-listitem {
    position: relative;
    margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
    .sidebar-listitem {
        margin-left: 1.5em;
    }
}

.sidebar-listitem.is-current::before {
    position: absolute;
    content: "⚫︎";
    left: -1.2em;

}

.s-lunatica-content a {
    text-decoration: underline;
    color: #16858C;
}

.s-lunatica-content hr {
    color: #707070;
}

/* 
------------------------------------- */

.s-lunatica .fig-lunatica {
    max-width: 163px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 15%;
}

@media only screen and (max-width: 768px) {
    .s-lunatica .fig-lunatica {
        max-width: 163px;
        /* left: 0; */
    }
}


/* 
------------------------------------- */


/* 
------------------------------------- */

/* 
------------------------------------- */

/* 
------------------------------------- */

.lunatica-foot {
    text-align: center;
}

.copyright {
    color: #16858C;
}

/* 
------------------------------------- */