/* 01:インスタレイアウト */
.blog-bigimage-list {
    padding: 16px 0;
}
.blog-bigimage-item {
    margin: 16px 0 0;
    color: inherit;
}
.blog-bigimage-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 2%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog-bigimage-image {
    position: relative;
    margin: 8px 0 0;
}
.blog-bigimage-image>img {
    width: 100%;
}
.blog-bigimage-image>i.fa.fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    width: 88px;
    height: 88px;
    background: rgb(0 0 0 / 75%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-indent: 3px;
    transform: translate(-50%,-50%);
}
span.bigImage-movieBlog {
    border: 1px solid #ff7dae;
    color: #ff7dae;
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
    margin-left: 6px;
}
.blog-bigimage-info {
    margin: 8px 2% 0;
}
.blog-bigimage-date {
    font-size: 14px;
    font-weight: bold;
}
.blog-bigimage-list .blog-bigimage-content {
    border: none;
    margin: 4px 0 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.blog-bigimage-list .blog-bigimage-content.line-3 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 4.5em;
    line-height: 1.5em;
}
.blog-bigimage-list .blog-bigimage-content.line-8 {
    -webkit-line-clamp: 8;
    overflow: hidden;
    height: 12em;
    line-height: 1.5em;
}
.blog-bigimage-link {
    text-align: right;
    padding: 8px 0;
}
.blog-bigimage-link>span {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0;
    display: inline-block;
    color: #53A6ED;
}

/* 02:リストレイアウト */
.blog-list {
    padding: 16px 0;
    margin: 0 2%;
}
.blog-list-link {
    display: flex;
}
.blog-list-image {
    width: 100px;
    height: 100px;
    margin-right: 8px;
    position: relative;
    background: rgb(255 255 255/ 50%);
    border: 1px solid rgb(0 0 0 / 10%);
}
.blog-list-image>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.blog-list-image>i.fa.fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 13px;
    width: 30px;
    height: 30px;
    background: rgb(0 0 0 / 75%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-indent: 2px;
    transform: translate(-50%, -50%);
}
.blog-list-image+.blog-list-info {
    width: calc(100% - 108px);
}
.blog-list-item+.blog-list-item {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgb(0 0 0 / 20%);
}
.blog-list-info {
    width: 100%;
}
.blog-list-title {
    width: 100%;
    overflow: hidden;
    color: #555555;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog-list-date {
    font-size: 14px;
    font-weight: bold;
    color: #777777;
    margin-top: 8px;
    display: block;
}
.blog-list-movieBlog-icon {
    margin-top: 8px;
}
.blog-list-movieBlog-icon>.movieBlog {
    border: 1px solid #ff7dae;
    color: #ff7dae;
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
    margin-right: 3px;
}
.fa-movieBlog {
    margin-right: 4px;
}
.fa-movieBlog:before {
    content: "\f03d";
}

/* 03:パネルレイアウト */
.blog-panellist {
    display: flex;
    flex-wrap: wrap;
    margin: 6px 2% 0;
}
.blog-panellist-item {
    width: calc(33.33% - 4px);
    padding-top: calc(33.33% - 4px);
    box-sizing: border-box;
    height: 0;
    position: relative;
    margin-left: 6px;
    margin-bottom: 6px;
}
.blog-panellist-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.blog-panellist-image {
    width: 100%;
    height: 100%;
}
.blog-panellist-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-panellist-image>i.fa.fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    width: 48px;
    height: 48px;
    background: rgb(0 0 0 / 75%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-indent: 2px;
    transform: translate(-50%, -50%);
}

.blog-panellist-item:nth-child(3n+1) {
    margin-left: 0;
}
