@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : sp.css
Description : 特集ページ
===================================================================== */
.search-header {
    background-color: #f9f9f9;
    padding: calc(40 / 750 * 100%) calc(30 / 750 * 100%);
    margin-bottom: calc(50 / 750 * 100%);
}
.search-header .search_box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.search-header .search_box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.3em;
}
.search-header .search_box dl dt {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    width: calc(95 / 690 * 100%);
}
.search-header .search_box dl dt::before {
    content: "";
    display: inline-block;
    background-color: #fabe00;
    width: 0.5em;
    height: 1em;
    vertical-align: middle;
    margin-right: 0.5em;
}
.search-header .search_box dl dd {
    width: calc(590 / 690 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search-header .search_box dl dd input {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0.5em;
}
.search-header .search_box dl dd input[type=search] {
    width: 100%;
}
.search-header .search_box dl dd input[type=date] {
    width: calc(270 / 690 * 100%);
}
.search-header .search_box dl dd input::-webkit-input-placeholder {
    color: #bbbbbb;
}
.search-header .search_box dl dd input::-moz-placeholder {
    color: #bbbbbb;
}
.search-header .search_box dl dd input:-ms-input-placeholder {
    color: #bbbbbb;
}
.search-header .search_box dl dd input::-ms-input-placeholder {
    color: #bbbbbb;
}
.search-header .search_box dl dd input::placeholder {
    color: #bbbbbb;
}
.search-header .search_box dl dd span {
    display: inline;
    color: #ccc;
    font-size: 2rem;
}
.search-header .tag_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-header .tag_box li {
    display: inline-block;
    margin: 0 1em 0.5em 0;
}
.search-header .tag_box li label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    border-radius: 2em;
    padding: 0.3em 1em 0.3em 2.2em;
    background-color: #e8e8e8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.search-header .tag_box li label:hover {
    opacity: 0.7;
}
.search-header .tag_box li label::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #f9b903;
}
.search-header .tag_box li label::after {
    content: "";
    position: absolute;
    display: block;
    top: 45%;
    left: 0.9em;
    width: 0.3em;
    height: 0.3em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.search-header .tag_box li label.active {
    background-color: #f9b903;
    color: #000;
}
.search-header .tag_box li label.active::before {
    background-color: #e8e8e8;
}
.search-header .tag_box li label.active::after {
    border-top: 1px solid #f9b903;
    border-right: 1px solid #f9b903;
}
.search-header .tag_box li label input {
    display: none;
}

.news-list-block .article-list-box .meta {
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.news-list-block .article-list-box .meta .logo {
    display: inline-block;
    text-align: center;
    width: 9em;
}
.news-list-block .article-list-box .meta .logo img {
    display: block;
    width: 100%;
    height: auto;
}
.sp-list-box {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.sp-list-box a {
    display: block;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    text-decoration: none;
    color: #000;
}
.sp-list-box a:hover {
    opacity: 0.5;
}
.sp-list-box a .thum {
    width: 200px;
    margin: 0 0 0 1rem;
    height: auto;
    border: 1px solid #ccc;
}
.sp-list-box a .thum img {
    width: 100%;
}
.sp-list-box .txt-box {
    width: 100%;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sp-list-box .tit {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6em;
}
.sp-list-box .meta {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1rem;
}

.sp-list-box .meta .datetime {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #999;
}
.sp-list-box .meta .logo {
    display: inline-block;
    text-align: center;
    width: 9em;
}
.sp-list-box .meta .logo img {
    width: 100%;
}

.sp-list-box a .thum.movie:after {
    content: "";
    background: url(../../images/parts/icon_movie.png) center center no-repeat;
    background-size: contain;
    width: 27px;
    height: 21px;
    display: block;
    position: absolute;
    top: 30px;
    left: 60px;
    z-index: 2;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
    .search-header {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto 40px;
        padding: 20px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .search-header .search_box dl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0.5em;
    }
    .search-header .search_box dl dt {
        font-size: 1.2rem;
        width: calc(70 / 964 * 100%);
        min-width: 80px;
    }
    .search-header .search_box dl dd {
        width: calc(500 / 964 * 100%);
    }
    .search-header .search_box dl dd input {
        padding: 0.5em;
    }
    .search-header .search_box dl dd input[type=date] {
        width: calc(230 / 500 * 100%);
    }
    .search-header .search_box dl dd span {
        font-size: 1.6rem;
    }
    .search-header .tag_box li {
        margin: 0 0.5em 0.5em 0;
    }

    .news-list-block .article-list-box {
        float: none !important;
        display: block !important;
    }
    .news-list-block .article-list-box.box-small a .thum {
        width: 200px;
        min-height: 137px;
        border: 1px solid #ccc;
    }
    .news-list-block .article-list-box.box-small a .thum::before {
        display: none;
    }
    .news-list-block .article-list-box.box-small a .thum img {
        width: 100%;
    }
    .news-list-block .article-list-box .meta,
    .news-list-block .article-list-box .tit {
        margin-left: 25% !important;
    }
    .sp-list-box {
        padding: 10px;
    }
.sp-list-box a {
    align-items: baseline;
}
    .sp-list-box a .thum {
        width: 320px;
        margin: 0;
        height: auto;
        border: 1px solid #ccc;
    }

    .sp-list-box .txt-box {
        flex-direction: column;
    }
    .sp-list-box .tit {
        font-size: 16px;
        line-height: 1.4em;
        padding: 5px;

    }
    .sp-list-box .meta {
        width: 300px;
    }
    .sp-list-box .meta .datetime {
        font-size: 0.8rem;
    }
    .sp-list-box .meta .logo {
        width: 9em;
    }
.sp-list-box a .thum.movie:after {
    width: 54px;
    height: 42px;
    top: 60px;
    left: 95px;
}
/*# sourceMappingURL=sp.css.map */


.main-block:nth-child(2n) {
    background-image: linear-gradient(
90deg, rgb(255,255,255) 0%, rgb(255,255,255) 100%)!important;
}
