@charset "utf-8";

.content-wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

article {
    width: 100%;
}

.article-content-wrap {
    padding: 50px;
}

.article-title-wrap {
    border-bottom: 1px solid var(--black);
}

.article-title-wrap .date {
    padding-bottom: 20px;
}

.article-title-wrap .page-title {
    padding-bottom: 20px;
    color: var(--title-gold);
    font-size: 1.3rem;
    font-weight: bold;
}

article figure.page-mv {
    max-width: 60%;
    margin: 60px auto;
}

.article-text {
    line-height: 2;
    white-space: pre-wrap;
    word-break:break-all;
}

aside {
    width: 30%;
}

aside ul li {
    margin-bottom: 10px;
    background-color: var(--white);
}

aside ul li:last-child {
    margin-bottom: 0;
}

.shop-sns {
    padding-top: 50px;
    display: flex;
    justify-content: flex-end;
}

.shop-sns img {
    display: inline-block;
    width: 40px;
    height: auto;
    margin-right: 10px;
}

/* ---------- SHOP NEWS ---------- */

.shop-name {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--title-gold);
    padding-bottom: 15px;
}

/* ---------- EVENT NEWS ---------- */

.event-detail div {
    display: flex;
    padding-bottom: 10px;
}

.event-detail p {
    font-weight: bold;
    color: var(--title-gold);
    letter-spacing: 0.2rem;
    line-height: 2.2;
}

.event-detail .tag {
    display: inline-block;
    margin-right: 10px;
    padding: 0.2rem 9px;
    color: var(--black);
    letter-spacing: normal;
    line-height: normal;
    background: #e5e5e6;
}

/* ---------- EVENT NEWS内　ハンドメイドマーケット詳細 ---------- */
.article-content-wrap p.table-hmm-date {
    margin-top: 40px;
    padding: 1rem 1.2rem;
    background: #f6f0ea;
    border: 1px solid var(--black);
    border-bottom: none;
    text-align: center;
    color: #a76541;
    font-size: 1.2rem;
    font-weight: bold;
}

.article-content-wrap .table-hmm,
.article-content-wrap .table-hmm th,
.article-content-wrap .table-hmm td {
    border: 1px solid var(--black);
}

.article-content-wrap .table-hmm th,
.article-content-wrap .table-hmm td {
    padding: 1rem 1.2rem;
}

.article-content-wrap .table-hmm a {
    text-decoration: underline;
}

.article-content-wrap .table-hmm th,
.th {
    width: 24%;
    color: #a76541;
}

/* ---------- INFORMATION ---------- */
.info-detail {
    display: flex;
    padding: 30px 0 0;
    flex-direction: column;
}

.info-detail img {
    display: inline-block;
    min-width: 16rem;
    width: 85%;
    margin: 0 auto 20px;
}

.info-detail .article-text {
    line-height: unset;
    white-space: pre-wrap;
}

#information .article-content-wrap {
    border-bottom: 1px dotted var(--black);
}

#information article>div:last-child {
    border-bottom: none;
}


/* ---------- ビバッチェくん出現情報 ---------- */
article figure.figure-wide {
    max-width: 100%;
    margin: 0 auto;
}

.appearance-intro {
    padding-top: 50px;
    display: flex;
    gap: 70px;
    justify-content: space-between;
    align-items: flex-start;
}

.appearance-intro .article-text {
    flex-basis: 200%;
}


.appearance-detail {
    padding-bottom: 40px;
}

.appearance-detail h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--title-gold);
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 1px solid var(--black);
}

/* ---------- VIVACITY'S LINE ---------- */

.line-mv {
    padding: 100px 50px;
    text-align: center;
    background: #2da339;
}

.line-mv p img {
    display: inline-block;
}

.line-mv .line-icon img {
    width: 210px;
    padding-bottom: 60px;
}

.line-mv .line-title img {
    width: 420px;
    padding-bottom: 50px;
}

.line-mv .line-btn {
    margin-bottom: 20px;
}

.line-mv .line-btn img {
    padding: 15px 50px;
    width: 318px;
    border-radius: 15rem;
    text-align: center;
    background: var(--white);
    box-shadow: 3px 2px 0px 0px #00943d;
}

.line-mv .line-btn a:active {
    position: relative;
    top: 2px;
    left: 3px;
    box-shadow: none;
}

.line-mv .line-text img {
    width: 350px;
}

.line-account-detail {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.line-btn.stamp img {
    padding: 15px 50px;
    margin-bottom: 20px;
    border-radius: 15rem;
    text-align: center;
    background: #2da339;
}

.line-account-detail figure {
    width: 30%;
}


/* shopnews記事内　サムネイルが２つ表示されることへの対策 */
.postie-post img:first-of-type{
    display: none;
}

.shop-single .article-text-wrap figure:first-of-type{
    display: none;
}


/*====================================================================
　Tablet時崩れ対応
====================================================================*/
@media only screen and (max-width: 1020px) and (min-width: 767px) {
    .content-wrap {
        gap: 20px;
    }

    .appearance-intro {
        gap: 10px;
    }

    .line-account-detail figure {
        width: 50%;
    }

    /* ---------- VIVACITY'S LINE ---------- */
    .line-mv {
        padding: 70px 30px;
    }
}

/*====================================================================
　SP時
====================================================================*/

@media only screen and (max-width: 767px) {
    .ly-section {
        padding: 30px 0;
    }

    .content-wrap {
        flex-wrap: wrap;
        gap: 30px;
    }

    article,
    aside {
        width: 100%;
    }

    .article-content-wrap {
        padding: 5vw 5vw 8vw;
    }

    .article-title-wrap .date {
        font-size: 1.2rem;
        padding-bottom: 1rem;
    }

    .article-title-wrap .page-title {
        font-size: 1.9rem;
    }

    article figure.page-mv {
        max-width: 85%;
        margin: 5vw auto;
    }

    .article-text {
        font-size: 1.2rem;
    }

    .shop-sns {
        padding-top: 30px;
        padding-bottom: 0;
        justify-content: flex-start;
    }

    .shop-sns img {
        width: 9vw;
    }

    aside ul {
        display: flex;
        flex-wrap: wrap;
    }

    aside ul li {
        margin-bottom: 0px;
        width: 50%;
        background-color: var(--white);
    }

    /* ---------- SHOP NEWS ---------- */

    .shop-name {
        font-size: 1.6rem;
        padding-bottom: 1rem;
    }

    /* ---------- EVENT NEWS内　ハンドメイドマーケット詳細 ---------- */
    .article-content-wrap .table-hmm th {
        width: 20%;
        padding: .8rem .5rem;
    }

    /* ---------- INFORMATION ---------- */
    #information .article-content-wrap {
        padding: 3rem 5vw;
    }

    .info-detail {
        padding: 2rem 0 0;
        flex-direction: column;
    }

    .info-detail img {
        margin:0 auto 2rem;
        width: 85%;
    }

    /* ---------- ビバッチェくん出現情報 ---------- */

    article figure.figure-wide {
        width: 85%;
    }

    .appearance-intro {
        padding-top: 5vw;
    }

    .appearance-detail h3 {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        font-size: 2rem;
    }

    /* ---------- VIVACITY'S LINE ---------- */

    .line-mv {
        width: 85%;
        padding: 3.3rem 3rem;
        margin: 0 auto;
    }

    .line-mv .line-icon img {
        width: 8rem;
        padding-bottom: 2.3rem;
    }

    .line-mv .line-title img {
        width: 16rem;
        padding-bottom: 1.6rem;
    }

    .line-mv .line-btn {
        margin-bottom: 1rem;
    }

    .line-mv .line-btn img {
        padding: .7rem 2rem;
        width: 12rem;
        border-radius: 15rem;
    }

    .line-mv .line-text img {
        width: 18rem;
    }

    .line-account-detail {
        flex-wrap: wrap;
    }

    .line-btn.stamp img {
        padding: 15px 30px;
    }

    .line-account-detail .article-text {
        letter-spacing: -0.1rem;
    }

    .line-account-detail figure {
        margin: 30px auto 0;
        width: 70%;
    }


}