@charset "UTF-8";

.photoContents{
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.photoContentsBox{
    width: 100%;
}

.photoLists{
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
}

.photoLists .photoListsBox{
    position:relative;
}

.photoLists .photoListsBox img,.photoLists .photoListsBox video{
    display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
}

.photoLists .photoListsBox .photoInfo{
    background: rgba(0,0,0,0.5); position: absolute; bottom: 0; left: 0; width: 100%; text-align: center;
}

.photoLists .photoListsBox .photoInfo .photoDateBox{
    margin: 5px 5px;
}
.photoLists .photoListsBox .photoInfo .photoDateBox .photoDate{
    font-size: 1.2rem; color: #FFF; display: block; text-align: left;
}
.photoLists .photoListsBox .photoInfo .photoTitleBox{
    background: linear-gradient(to bottom, white 0%, #a57d18 100%); width: 100%;
}

.photoLists .photoListsBox .photoInfo .photoTitleBox .photoTitle{
    font-size: 1.4rem;padding: 5px;
}

/*
.photoList{
    display: flex;
    flex-wrap: wrap;
}
.photoList li{
    width: 100%;
}

.photoList li a{
    display: block;
    padding: 10px;
    border: 2px solid #505050;
    margin: 5px;
    border-radius: 10px;
}
.photoList li a:hover{
    opacity: 1;
}
.photoList li .thumbBox{
    position: relative;
    width:90%;
    height: 100%;
    aspect-ratio: 1 / 1.4;
    overflow: hidden;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
}
.photoList li .thumbBox .title{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #FFF;

    margin: 0 auto;
    overflow-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.photoList li .thumbBox .title p{
    display: block;
    padding: 5px;
    width: 100%;
    color: #333 !important;
    font-size: 14px;
}

.photoList li .thumbBox img,.photoList li .thumbBox video{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}
.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;
}
 */
.photoPager{
    padding: 30px 0 !important;
}
.photoPager ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.photoPager li {
    margin: .5em;
    background: #fff0c5;

}
.photoPager li .page{
    color: #000;
    background: #fff0c5;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
}
.photoPager li .current{
    color: #FFF;
    background: #a67c18;
}


.castInfoContents{
    margin: 20px 10px 20px;
    padding: 10px;
    width: calc(100% - 45px);
    text-align: center;
    border: solid 1px #edd278;
    background-image: linear-gradient(45deg, #edd278,10px, transparent 0),linear-gradient(-45deg, #edd278, 10px, transparent 0),linear-gradient(135deg, #edd278, 10px, transparent 0),linear-gradient(-135deg, #edd278, 10px, transparent 0);

}

.castInfoContents ul{
    display: flex;
    flex-wrap: wrap;
}

.castInfoContents ul li{
    width: calc(100% - 120px);

}
.castInfoContents ul li:first-child{
    width: 100px;
}
.castInfoContents ul li:last-child{
    padding-left: 20px;
}

.castInfoContents ul li .castImage{
    padding: 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    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;
}
.castInfoContents ul li .castImage img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.castInfoContents ul li .castName{
    color: #FFF;
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    text-align: left;
    padding-bottom: 5px;
}
.castInfoContents ul li .castProf{
    color: #FFF;
    text-align: left;
    padding-bottom: 10px;
    font-size: 1.4rem;
}
.castInfoContents ul li .schedule .time{
    color: #fff0c5;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    text-align: left;
}
.castInfoContents ul li .schedule .status{
    background: #a67c18;

    font-size: 1.4rem;
    color: #FFF;
    font-weight: bold;
    width: auto;
    display: block;
    padding: 5px;
    margin: 5px 0;
}

.btnAllLink{
    padding: 1em 0;
    background: linear-gradient(125deg, #f7f7f7 0%, #edd278 10%, #a57d18 20%, #a57d18 80%, #edd278 90%, #f7f7f7 100%);
    border: 1px solid #ffc68a;
    text-shadow: 1px 1px 10px #ffb544;
    margin: 20px auto;
    width: 30rem;
    display: inline-block;
    color: #FFF;

}
/*
.photoCastInfo{
    margin: 20px auto 0;
    width: 100%;
    text-align: center;
}

.photoCastInfoBox{
    display: flex;
    flex-wrap: wrap;
}

.photoCastInfoBox li{
    width: calc(100% - 120px);
    padding: 5px;
    text-align: center;
}
.photoCastInfoBox li:first-child{
    width: 120px;
    padding: 5px;
    margin: 0 auto;
}

.photoCastInfoBox li .castName{
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
}
.photoCastInfoBox li .castProf{
    color: #FFF;
    font-size: 16px;
    padding: 10px;
}

.photoCastInfoBox li .schedule{
    margin: 10px 10px;
}
.photoCastInfoBox li .schedule .time{
    color: #a67c18;
    font-size: 20px;
    font-weight: bold;
}
.photoCastInfoBox li .schedule .status{
    background: #fff0c5;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    width: auto;
    display: inline-block;
    padding: 5px;
    margin: 5px 0;
}

.photoCastImage{
    padding: 1rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    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%;
    object-fit: cover;

}
.photoAllLink{
    padding: 1em 0;
    background: linear-gradient(125deg, #f7f7f7 0%, #edd278 10%, #a57d18 20%, #a57d18 80%, #edd278 90%, #f7f7f7 100%);
    border: 1px solid #ffc68a;
    text-shadow: 1px 1px 10px #ffb544;
    margin: 20px auto;
    width: 30rem;
    display: inline-block;
    color: #FFF;

}
*/