@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body {
    background: #fc688f;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mv02 {
    padding: 80px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-bottom: 5px solid #e50000; */
}

.mv-logo {
    max-width: 683px;
    margin: 0 auto;
}

nav {
    background-color: #fff;
}

.menu-list-item-btn {
    color: #d20146;
}

.contents {
    background: #fc688f;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.site-btn-item {
    color: #fff;
}

.site-btn-item:before{
    background: #fff;
}
.site-btn-item:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.sect-ttl {
    color: #fff;
    font-size: 30px;
}

.footer {
    color: #fff;
    background: #b5824e;
}

.footer .copy {
    font-size: 12px;
    line-height: 1.5em;
}

@media only screen and (max-width:768px) {

    .mv02 {
        padding: 15% 10%;
    }
    
    .contents {
        /* background-position: top; */
    }
}

/* news */

.news-content-list-item {
    background-color: #fff;
}

.news-aside-box-ttl {
    /*background-image: url(./news_bg_brd.png);*/
    background-size: 100% 100%;
    color: #fff;
    /* background-color: #d20146; */
    background: #b5824e;
}

.news-aside-box-list-item a {
    font-weight: 500 !important;
    color: #fff;
}

.news-aside-box-list-item a:hover {
    color: #000;
}

.news-content-pager-item-btn {
    background-color: #FFF;
    border-color: #FFF;
    color: #464646;
}

.news-content-pager-item-btn:hover,
.news-content-pager-item-btn.-active {
    background-color: #b5824e;
    border-color: #b5824e;
}

.news-content-list-item-ttl {
    color: #1E1E1E;
}

.news-content-list-item-category {
    background-color: #d20146;
}

.news-content-list-item-category.-event {
    background-color: #BE322A;
}
.news-content-list-item-category.-info {
    background-color: #CD566B;
}
.news-content-list-item-category.-tieup {
    background-color: #E7808B;
}
.news-content-list-item-category.-goods {
    background-color: #80AF35;
}
.news-content-list-item-category.-campaign {
    background-color: #FF8D36;
}

.news-detail-article {
    background-color: #fff;
}

.news-detail-article-ttl {
    color: #000;
}

.news-detail-article-content h3 {
    color: #808080;
}

.news-detail-article-content h4 {
    padding-bottom: 1%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.news-detail-article-content a {
    color: #808080;
}

.news-detail-article-info .-category {
    background-color: #808080;
}

.news-detail-article-info .-event {
    background-color: #BE322A;
}
.news-detail-article-info .-info {
    background-color: #CD566B;
}
.news-detail-article-info .-tieup {
    background-color: #E7808B;
}
.news-detail-article-info .-goods {
    background-color: #80AF35;
}
.news-detail-article-info .-campaign {
    background-color: #FF8D36;
}

.article-pager-item a {
    color: #fff;
}

.article-pager-item a:hover {
    text-decoration: none;
}

.article-pager-item:before {
    color: #fff;
}

.return-btn {
    /* border: 1px solid #464646; */
    background: none;
    transition: 0.3s;
    text-decoration: none;
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.return-btn:hover {
    background-color: #fff;
    border-color: #b5824e;
    color: #b5824e;
}

.categosy-ttl-label {
    border: none;
    /* border-color: #081022; */
    color: #fff;
    background: #b5824e;
}



@media only screen and (max-width:768px) {

    .category-sp-ttl {
        background: #b5824e;
        color: #fff;
    }

    .category-sp-list-item a {
        border-color: #b5824e;
        color: #b5824e;
        background-color: #fff;
    }

    .category-sp-list-item a:hover {
        opacity: 0.8;
        color: #b5824e;
        background-color: #fff;
    }

}

/* media */

.media-list-item-btn {
    border: 2px solid #b5824e;
    color: #fff;
    background: #b5824e;
}

.media-list-item.active .media-list-item-btn,
.media-list-item-btn:hover {
    background: #b5824e;
}

.media-list-ttl {
    color: #fff;
}

.media-list-wrap {
    border-color: #000;
}

.media-list-col {
    background-color: #fff;
    border-color: #000;
}

.media-list-col a {
    color: #636363;
}

.media-list-col a:hover {
    text-decoration: none;
}

.media-list-col:last-child {
    border-color: #000;
}

.-head .media-list-col {
    background: #000;
    border-color: #000;
    border-top: solid 1px #000;
    color: #fff;
}

.media-up-txt {
    color: #fff;
}


@media only screen and (max-width:768px) {

    .media-list-col:before {
        background: #b5824e;
        border-color: #000;
        color: #fff;
    }

}