@charset "utf-8";

.header {
    position: fixed;
}
.main {
    width: 100%;
    visibility: visible;
}
.tenchoHeading {
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    font-weight: bold;
    color: #e72b4d;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
}
#movieList__cnt {
    padding: 10px 0px 10px 10px;
    color: #666;
    font-size: 10px;
    background-color: #efefef;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.banner1 {
    padding: 10px 0;
    width: 100%;
    background: #efefef;
}
.banner1__img {
    width: 100%;
    display: block;
}
.banner2 {
    padding: 10px 0;
    width: 100%;
    background: #efefef;
}
.banner2__img {
    width: 100%;
    display: block;
}
.todayBlogTitle {
    clear: both;
    position: relative;
    margin-bottom: 0;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    background: linear-gradient(#ffff7f, #ffe050);
    background: -moz-linear-gradient(top, #ffff7f, #ffe050);
    background: -webkit-gradient(linear, center top, center bottom, from(#ffff7f), to(#ffe050));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffff7f, EndColorStr=#ffe050);
}
.todayBlogTitle h2 {
    padding-top: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
.contentsHeading {
    padding: 10px 0;
    color: #e72b4d;
    font-size: 13px;
    font-weight: bold;
    background: #efefef;
}
.contentsHeading__line {
    width: 4px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background: #e72b4d;
    margin: 0 5px 0 10px;
    border-radius: 3px;
}
/* ↓ 20230620 店長ブログ動画絞り込み機能 */
.movie_search{
    text-align: center;
    margin: 0 10px 10px;
    display: flex;
    justify-content: space-between;
}
.movie_search:after {
    display: none;
}
.movie_search .blog_select_btn{
    background-color: #fff;
    color: #939c97;
    font-size: 14px;
    padding: 0;
    width: calc(50% - 8px);
    height: 30px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.movie_search .active_btn{
    background-color: #e74478;
    color: #fff;
    box-shadow: none;
}
/* ↑ 20230620 店長ブログ動画絞り込み機能 */
.tenchoBlog {
    width: 100%;
    overflow: hidden;
}
.tenchoBlog__list {
    width: 100%;
    font-size: 0;
    padding-bottom: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    background: #efefef;
}
.tenchoBlog__item {
    width: 100px;
    padding: 5px;
    display: inline-block;
    margin-left: 10px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
}
.tenchoBlog__item:last-child {
    margin-right: 10px;
}
.tenchoBlog__square {
    height: 90px;
    overflow: hidden;
    width: 100%;
    border-radius: 50px;
}
.tenchoBlog__img {
    width: 100%;
    display: block;
}
.tenchoBlog__name {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 5px;;
}
.tenchoBlog__text {
    font-size: 9px;
    color: #666;
    white-space: normal;
    line-height: 1.4;
    margin-bottom: 10px;
}
.tenchoBlog__link {
    width: 90%;
    margin: 0 auto;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 5px 0;
    color: #fff;
    background: #5280df;
    border-radius: 3px;
}
.todayTheme {
    width: 100%;
    overflow: hidden;
    background: #efefef;
}
.todayTheme__title {
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
    color: #666;
    margin: 0 10px 10px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.todayTheme__title span {
    font-size: 13px;
}
.todayTheme__link {
    float: right;
    color: #e72b4d;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}
.listTheme__link {
    float: right;
    color: #e72b4d;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 5px;
    padding-right: 20px;
}
.blogList__link {
    float: right;
    color: #e72b4d;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 5px;
    padding-right: 20px;
}
.newBlog {
    width: 100%;
    overflow: hidden;
    background: #efefef;
}
.newBlog__list {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding-bottom: 10px;
}
.newBlog__item {
    width: 100%;
    margin-top: 10px;
}
.newBlog__link {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0 10px;
    box-sizing: border-box;
}
.newBlog__left {
    display: inline-block;
    width: 25%;
}
.newBlog__link .newBlog__imgBase {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.newBlog__link .newBlog__imgBase::before {
    display: block;
    content: '';
    padding-top: 100%;
}
.newBlog__link .newBlog__imgBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.newBlog__link .newBlog__imgTable {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
}
.newBlog__link .newBlog__imgCell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.newBlog__link .newBlog__imgCell img {
    width: inherit;
}
.newBlog__right {
    display: inline-block;
    margin: auto 0;
    width: 65%;
    padding-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.newBlog__label {
    font-size: 12px;
    font-weight: bold;
    color: #e73434;
    margin-bottom: 5px;
    display: block;
    line-height: 1.2;
}
.newBlog__text {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    margin-bottom: 5px;
    word-break: break-all;
    word-wrap: break-word;
}
.newBlog__area {
    font-size: 9px;
    color: #666;
    display: block;
    line-height: 1.2;
    word-break: break-all;
    word-wrap: break-word;
}
.contentsListBanner {
    padding: 10px 0;
    line-height: 11px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.contentsListBanner img {
    max-width: 320px;
    border: 0 none;
}
.no_list {
    padding: 10px;
    color: #FF54A9;
    font-size: 13px;
    background-color: #fff;
}
.blogNeta {
    width: 100%;
    overflow: hidden;
    background: #efefef;
}
.blogNeta__list {
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.blogNeta__list li {
    padding: 10px 5px 0;
    width: 100%;
    background: #efefef;
    box-sizing: border-box;
}
.blogNeta__list li:last-of-type {
    padding-bottom: 10px;
}
.blogNeta__item {
    padding: 10px 5px;
    background: #ffffff;
    box-sizing: border-box;
}
.blogNeta__label {
    display: block;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #e73434;
    font-size: 12px;
    font-weight: bold;
}
.blogNeta__text {
    color: #333;
    line-height: 1.2;
    font-size: 13px;
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
}
.newBlog__left2 {
    overflow: hidden;
    position: relative;
    width: 6.5rem;
    height: 6.5rem;
    margin: 0 0.9rem 0 0;
}
.newBlog__left2 img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}
.newBlog__right2 {
    position: relative;
    width: 14.6rem;
    padding: 0 0 1.3rem;
}
.tenchoBlog__movieBlog-icon {
    margin-bottom: 8px;
}
span.movieBlog {
    border: 1px solid #ff7dae;
    color: #ff7dae;
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    font-size: 10px;
    padding: 0px 4px;
    font-weight: initial;
}
i.fa.fa-movieBlog {
    margin-right: 4px;
}
i.fa.fa-movieBlog:before {
    content: "\f03d";
}
.newBlog__label>.movieBlog {
    margin-left: 6px;
}
/* レイアウト崩れ */
@media screen and (max-width: 320px) {
    .todayTheme__title {
        font-size: 12px;
    }
    .todayTheme__title span {
        font-size: 12px;
    }
    .todayTheme__link {
        font-size: 12px;
    }
    .listTheme__link {
        font-size: 12px;
    }
    .blogList__link {
        font-size: 12px;
    }
    .newBlog__label {
        font-size: 11px;
        margin-bottom: 3px;
    }
    .blogNeta__label {
        font-size: 11px;
        margin-bottom: 3px;
    }
    .newBlog__text {
        font-size: 12px;
        margin-bottom: 3px;
    }
    .blogNeta__text {
        font-size: 12px;
    }
    .newBlog__area {
        font-size: 8px;
    }
}
@media screen and (min-width: 480px) {
    .newBlog__right2 {
    width: 20.6rem;
    }
}

.newBlog__left2 i.fa.fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(0 0 0 / 75%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 32px;
    height: 32px;
    font-size: 12px;
    text-indent: 2px;
    z-index: 1;
    transform: translate(-50%, -50%);
}

span.heaven-exam-mark-image {
    height: 17px;
    display: inline-block;
}

span.heaven-exam-mark-image>img {
    height: 100%;
}
