@charset "UTF-8";


/* TOPアイコン表示 */
.photoContents{
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.photoContentsBox{
    width: 100%;
    overflow: auto;
    white-space: nowrap;

}
.photoList{
    display: flex;
    grid-gap: 10px;
}
.photoList li{
    width: 100%;
    padding-bottom: 20px;
}
.photoList li a{
    display: block;
}
.photoList li a:hover{
    opacity: 1;
}
.photoCastImage{
    padding: .6rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /*background-image: linear-gradient(to right, #ff79ae 0%, #f4f6ff 69%, #ff79ae 100%);*/
    background: #fff0c5;
    background: -moz-linear-gradient(top, #fff0c5 0%, #a67c18 100%);
    background: -webkit-linear-gradient(top, #fff0c5 0%, #a67c18 100%);
    background: linear-gradient(to bottom, #fff0c5 0%, #a67c18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c5', endColorstr='#a67c18',GradientType=0 );
    margin: 0 auto;
}

.photoCastImage img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*border: 5rem solid #fff;*/
    object-fit: cover;

}
.photoList li p{
    color: #FFF;
    text-align: center;
    padding: 5px;
}
.photoList li .time{
    color: #000 !important;
    text-align: center;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #a57d18 100%);
    background: -webkit-linear-gradient(top, white 0%, #a57d18 100%);
    background: linear-gradient(to bottom, white 0%, #a57d18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a57d18',GradientType=0 );
    padding: 5px;
    box-sizing: border-box;
}


/* ポップアップ */
.background_photo{
    width: 100%; position: fixed; height: 100%; z-index: 10000; top: 0; left: 0;
    background: rgba(0,0,0,0.6);
    display: none;

}

.photo_close{
    position: absolute; right: 5px; top: 5px; color: #FFF; z-index: 10002;
}

.slickPhotoBox{
    width: 100%;
    height: 100vh;
    position: relative;

}

.slickPhotoBox .imageWrap{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}
.slickPhotoBox .imageWrap:hover{
    opacity: 1;
}
.slickPhotoBox .imageWrap img,.slickPhotoBox .imageWrap video{
    position: relative;
    width: 100%;
    height: 100vh;
    object-fit: contain;

}

.slidePhotoInfoBox{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 102;
    background: rgba(0,0,0,0.6);
    width: 100%;

    min-height: 20rem;
    /*
    display: grid;
    grid-template-rows: auto auto auto;
    grid-column-gap: 32rem;
    grid-row-gap: 8rem;
    justify-content: flex-start;
    padding: 24rem;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.32) 60%, transparent 100%);
    opacity: 0.4;
    transition: 0.4s 0.2s ease-in-out;
     */
}
.slidePhotoInfoBox .infoBox{
    margin: 0 auto;
    width: 80%;
}
.slidePhotoInfoBox .castName{
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    opacity: 1;
    padding: 10px;
}
.slidePhotoInfoBox .castName a{
    color: #FFF;
    font-weight: bold;
}
.slidePhotoInfoBox .castSchedule,.slidePhotoInfoBox .castScheduleStatus{
    color: #FFF;
    display: inline-block;
    padding: 5px;
}
.slidePhotoInfoBox .castSchedule{
    font-size: 24px;
    font-weight: bold;
    color: #a57d18;
}
.slidePhotoInfoBox .castScheduleStatus{
    background: #a57d18;
    border-radius: 5px;
}

.slidePhotoInfoBox .photoText a{
    display: block;
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 10px;
}

.photoProfileBtn{
    display: inline-block;
    padding: 5px;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #a57d18 100%);
    background: -webkit-linear-gradient(top, white 0%, #a57d18 100%);
    background: linear-gradient(to bottom, white 0%, #a57d18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a57d18',GradientType=0 );
    color: #000 !important;
    z-index: 105;
    font-size: 16px;
}
.photoProfileBtn:hover{
    opacity: 1;
}

.photo_close{
    position: absolute; right: 5px; top: 5px; color: #FFF; z-index: 10002;
}
.square_btn {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #333; /* ボタンの背景色 */
}

.square_btn::before, .square_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 30px;
    background: #fff; /* バツ印の色 */
}

.square_btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.square_btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
