@charset "UTF-8";

.conLeis {}
.conLeis_txt {  }

.conLeis_img {  }
.conLeis_img.bor img { padding: 9px; border: 1px solid #000; margin: 0 auto; display: block; box-sizing: border-box;}

.conLeis_movie {  }
.conLeis_movie　video {  width: 100%; }
.conLeis_movie.bor > div { margin: 0 auto; }
.conLeis_movie.bor video { padding: 9px; border: 1px solid #000; display: block; box-sizing: border-box; }
.conLeis_movie.bor.obj-Fit video { object-fit: cover; max-height: 400px; }

.staff{ position: relative; display: inline-block; font-size: 20px; padding-left: 1em; margin-bottom: 0.5em; }
.staff::before{ content: ''; position: absolute; top: 50%; left: 0.15em; transform: translateY(-50%); background: #000; width: 0.5em; height: 0.5em; }


/* read_more */
.conLeis a.read_more {
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 320px;
    margin: auto;
    margin-left: 0;
    margin-right: auto;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 0rem;
    color: #BFC0C0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    background: rgba(221,215,187,0.65);
    overflow: hidden;
    box-sizing: border-box;
}
.conLeis a.read_more:not(:first-child) {
    margin-top: 1rem;
}
.conLeis .odd a.read_more {
    margin-left: auto;
    margin-right: 0;
}

.conLeis a.read_more .dub-arrow {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    left: -320px;
    position: absolute;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-Out;
    bottom: 0;
}

.conLeis a.read_more p {
    position: relative;
    left: 0;
    color: #000;
    filter: drop-shadow(0 0 0.02em rgba(0,0,0,1));
    transition: all .45s ease-Out;
}
.conLeis a.read_more:hover p {
    left: 320px;
}
.conLeis a.read_more:hover .dub-arrow {
    color: #eee8c2;
    vertical-align: middle;
    left: 0;
}
.conLeis a.read_more:hover .dub-arrow i.arrow {
    position: relative;
    color: #eee8c2;
    width: 18px;
    height: auto;
}
.conLeis a.read_more:hover .dub-arrow i.arrow::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}
