@charset "UTF-8";

/* ---------------------------------------------
	NEWSページ
--------------------------------------------- */
/*.mainvisual{ padding-top: 1.5em;}
.cx_smartphoneview .mainvisual{ padding-top: 0.8em;}
.mainvisual h1{
    text-align: center;
}
.mainvisual h1 img{
    width: 80%; height: auto;
}
.cx_smartphoneview .mainvisual h1 img{ width: 90%;}
.mainvisual__oadate{
    background: url("../../img/oadate.png") no-repeat center center;
    width: 100%;
    height: 80px;
    background-size: contain;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}*/
.l-main__inner{ padding-bottom: 0;}
.content{ padding-top: 3em;}
.news_update{
    text-align: center;
    margin-top: -2em;
    position: relative;
    z-index: 333;
}
.news_update p{
    font-size: 90%;
    font-weight: bold;
    line-height: 1.2;
    color: #a70240;
    display: inline-block;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .content{ padding-top: 1em;}
    .news_update{
        margin-top: -8.4vw;
        font-size: 3vw;
    }
}
.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: #f0ff00;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.cx_displaydevice .content__body__txt1 a:hover{
    color: #fff;
}

/* .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-wrap.w50{
    margin-bottom: 4em;
} */
.photo-wrap.f-left::after{ display: none;}
.photo-wrap.frame-left::after{ display: none;}
.photo-wrap.frame-right::before{ display: none;}
.photo-wrap.frame-none::before,
.photo-wrap.frame-none::after{ display: none;}
@media screen and (max-width: 768px) {
    .photo-wrap.w50::before{ width: 40%;}
}
.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 (min-width: 769px) {
    .photo_d-flex > .photo-wrap::before,
    .photo_d-flex > .photo-wrap::after{ display: none;}
} */
@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-color: rgba(255,255,255,0.3);
    padding: 1em;
    overflow: hidden;
    position: relative;
}
@media screen and (min-width: 1260px) {
    .backnumber > *{
        width: 1200px;
    }
}
.l-main .backnumber h5 span{
    position: relative;
    z-index: 555;
    filter: drop-shadow( 1px 1px 2px #fff);
}
.l-main .backnumber h5::before{
    content: "";
    display: block;
    position: absolute;
    width: 8em;
    height: 0.8em;
    background-color: #f0ff00;
    z-index: 333;
    bottom: -0.1em;
    left: 50%;
    margin: 0 0 0 -3em;
  
  }
.backnumber__list--text{ margin: 0;}

.backnumber .h4_wrap::after{
    bottom: -0.0em;
    width: 100%;
}
.backnumber__list--text{
    display: flex;
    flex-wrap: wrap;
    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;
    background-color: rgba(255,255,255,0.3);
}
.backnumber__list--text li:nth-of-type(4n){ margin-right: 0;}
.backnumber__list--text a{
    border: none;
    transition: all 300ms;
    background: #fff;
    border-radius: 0;
    height: 100%;
    padding: 0 0 5px;
    position: relative;
}

.cx_displaydevice .backnumber__list--text a::after{
    content: '';
    width: 100%;
    height: 5px;
    background: #ffe42a;
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    margin: auto;
    transform-origin: center bottom;
    transform: scale(1, 0);
    transition: transform 300ms;
}
.cx_displaydevice .backnumber__list--text a:hover::after {
  transform-origin: center top;
  transform: scale(1, 1);
}

.backnumber__list--text a > div > *{ flex-shrink: 0;}

.backnumber__list__info{
    padding: 0.8em 1em 1em;
    box-sizing: border-box;
}
.backnumber__list__info__update{
    font-size: 84%;
    line-height: 1.2;
    color: #c3345a;
    padding-bottom: 0.3em;
}
.backnumber__list__info__detail{
    font-size: 94%;
    color: #000;
}

.backnumber h5::before{
    display: none;
}
@media screen and (max-width: 768px) {
    .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%;}
} */