@charset "UTF-8";

/* ---------------------------------------------
	NEWSページ
--------------------------------------------- */
.news_update{
    text-align: center;
    position: relative;
    z-index: 555;
}
.news_update p{
    font-size: 90%;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    display: inline-block;
    margin: 0 auto 1em;
    padding: 0 0.3em;
    background: #000;
}
@media screen and (max-width: 768px) {
    .content{ padding-top: 0;}
    .news_update{ margin-top: -0.6em;}
}
.content__title__update{
    color: #27b3ea;
    font-size: 78%;
    line-height: 1.2;
    position: absolute;
    bottom: 0em;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cx_smartphoneview .content__title__update{ bottom: -0.5em;}
.h3_sub{
    text-align: center;
    color: #109dd4;
    font-weight: bold;
    line-height: 1.8;
    margin-top: -1em;
    margin-bottom: 1em;
}
/* .content__body__txt1 a{
    color: #b51345;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.cx_displaydevice .content__body__txt1 a:hover{
    color: #e11e5c;
} */

/* .intro__comment__q{
    font-weight: bold;
    padding-bottom: 0.4em;
    color: #b51345;
    filter: drop-shadow( 1px 1px 15px #fff) drop-shadow( -1px 1px 20px #fff) drop-shadow( -1px -1px 30px #fff);
}
.intro__comment__q::before{
    content: "Q. ";
} */
/* .intro__comment__a{
    line-height: 2.0;
    padding-bottom: 1em;
} */
/* @media screen and (max-width: 768px) {
    .intro__comment__q,
    .intro__comment__a{ font-size: 90%;}
} */

.cast-name{
    background-color: #626262;
    /* color: #000b3a; */
    color: #fff;
    padding: 0.2em 0.4em;
    display: inline-block;
    line-height: 1;
    margin-right: 0.3em;
    font-weight: bold;
    text-shadow: none;
    /* border: solid 1px #fff; */
    box-sizing: border-box;
    box-shadow: 1px 1px 0.5em rgba(255,255,255,0.3);
}
/* .cast-name.c1{ background-color: #dbae27;}
.cast-name.c2{ background-color: #e26666;}
.cast-name.c3{ background-color: #71be4a;} */
.cast-name.c1{ background-color: #b17c00;}
.cast-name.c2{ background-color: #a72828;}
.cast-name.c3{ background-color: #338808;}
.cast-name.c4{ background-color: #0085d8;}
.cast-name.c1-s{
    background-color: #fff;
    border: solid 1px #f5b624;
    color: #9d6e00;
}
.cast-name.c2-s{
    background-color: #fff;
    border: solid 1px #a72828;
    color: #831818;
}
.cast-name.c3-s{
    background-color: #fff;
    border: solid 1px #338808;
    color: #2b7804;
}
.photo_d-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.photo_d-flex > .photo-wrap{
    flex-shrink: 0;
    width: 49%;
}
.photo_d-flex.len3 > .photo-wrap{
    width: 33%;
}
.content__body.margin-sp { margin: 0; padding: 0;}

@media screen and (max-width: 768px) {
    .photo_d-flex > .photo-wrap,
    .photo_d-flex.len3 > .photo-wrap{ width: 100%;}
    .photo_d-flex > .photo-wrap:nth-of-type(2n+1){ margin-bottom: 1em;}

    .photo_d-flex.len3 > .photo-wrap:nth-of-type(2n+1){ margin-bottom: 0;}
    .photo_d-flex.len3 > .photo-wrap:nth-of-type(3n+1),
    .photo_d-flex.len3 > .photo-wrap:nth-of-type(3n+2){ margin-bottom: 1em;}
    .content__body.margin-sp {
        margin: 0 1.8rem 0 1.8rem;
        /* padding-bottom: 2rem; */
    }
}


/* ---------------------------------------------
	BACK NUMBER
--------------------------------------------- */
.backnumber{
    /* background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(101,237,223,0.25) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(50%,rgba(101,237,223,0.25)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(101,237,223,0.25) 50%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(101,237,223,0.25) 50%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(101,237,223,0.25) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(101,237,223,0.25) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 ); */
    padding: 1em;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
.backnumber::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;

}
@media screen and (min-width: 1260px) {
    .backnumber > *{
        width: 1200px;
    }
}

.backnumber .l-main h5{
    color: #fff;
    margin: 0;
}
.backnumber__list--text{ margin: 0;}

.backnumber .h4_wrap::after{
    bottom: -0.0em;
    width: 100%;
}

.backnumber__list--text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em auto 0;
    position: relative;
    z-index: 111;
}
.backnumber__list--text li{
    flex-shrink: 0;
    width: 24.4%;
    margin: 0 0.8% 0.8em 0;
    overflow: hidden;
}
.backnumber__list--text li:nth-of-type(4n){ margin-right: 0;}
.backnumber__list--text a{
    border: none;
    transition: all 300ms;
    background: rgba(255,255,255,0.7);
    border-radius: 0;
    height: 100%;
    padding: 0 0 5px;
    /* border-bottom: solid 5px #fff; */
    position: relative;
}
/* .cx_displaydevice .backnumber__list--text a:hover{
    border-bottom: solid 5px #ffe42a;
} */

.cx_displaydevice .backnumber__list--text a::after{
    content: '';
    width: 100%;
    height: 5px;
    background: rgb(232,181,81);
background: -moz-linear-gradient(left,  rgba(232,181,81,1) 0%, rgba(183,138,33,1) 50%, rgba(232,181,81,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(232,181,81,1)), color-stop(50%,rgba(183,138,33,1)), color-stop(100%,rgba(232,181,81,1)));
background: -webkit-linear-gradient(left,  rgba(232,181,81,1) 0%,rgba(183,138,33,1) 50%,rgba(232,181,81,1) 100%);
background: -o-linear-gradient(left,  rgba(232,181,81,1) 0%,rgba(183,138,33,1) 50%,rgba(232,181,81,1) 100%);
background: -ms-linear-gradient(left,  rgba(232,181,81,1) 0%,rgba(183,138,33,1) 50%,rgba(232,181,81,1) 100%);
background: linear-gradient(to right,  rgba(232,181,81,1) 0%,rgba(183,138,33,1) 50%,rgba(232,181,81,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b551', endColorstr='#e8b551',GradientType=1 );
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    margin: auto;
    transform-origin: center top;
    transform: scale(0, 1);
    transition: transform 300ms;
}
.cx_displaydevice .backnumber__list--text a:hover::after {
  transform-origin: center top;
  transform: scale(1, 1);
}

/* .backnumber__list--text a > div{
    display: flex;
    flex-wrap: wrap;
} */
.backnumber__list--text a > div > *{ flex-shrink: 0;}
/* .backnumber__list__thum{
    width: 24%;
} */
.backnumber__list__info{
    /* width: 76%; */
    padding: 0.8em 1em 1em;
    box-sizing: border-box;
}
.backnumber__list__info__update{
    font-size: 84%;
    line-height: 1.2;
    color: #bb1838;
    padding-bottom: 0.3em;
}
.backnumber__list__info__detail{
    font-size: 94%;
    color: #000;
}
.backnumber__title{
    font-size: 88%;
    line-height: 1.6;
}
.backnumber h5::before{
    display: none;
}
@media screen and (max-width: 768px) {
    /* .backnumber__list__thum{ width: 32%;}
    .backnumber__list__info{
        width: 68%;
        padding-left: 0.6em;
    } */
    .backnumber__list__info{
        padding: 0.6em 0.6em 0.8em;
    }
    .backnumber__list--text{ justify-content: space-between;}
    .backnumber__list--text li{
        width: 49.0%;
        margin-right: 0;
    }
    .backnumber__list__info__detail{ font-size: 88%;}
}