@charset "UTF-8";


/* photodetail.html */
/*
.photoCastInfo{
    margin: 20px auto;
    width: 35%;
}

.photoCastInfoBox{
    display: flex;
    flex-wrap: wrap;
}

.photoCastInfoBox li{
    width: calc(100% - 140px);
    padding: 5px;
}
.photoCastInfoBox li:first-child{
    width: 120px;
    padding: 5px;
}

.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;

}
.photoBox{
    margin: 10px auto;
    width: 80%;
}
.photoImage{
    width: 100%;
    text-align: center;
}
.photoImage img{
    width: auto !important;
    display: inline;
}
.photoBox .photoComment{
    color: #FFF;
    padding: 10px;
}

.photoDetailPage{
    width: 50%;
    margin: 20px auto;
}
.photoDetailPage ul{
    display: flex;
    flex-wrap: wrap;
}
.photoDetailPage ul li{
    width: calc(calc(100% / 3) - 3rem);
    text-align: center;
    padding: 0 1rem;
}
.photoDetailPage ul li a{
    display: block;
    box-sizing: border-box;
    color: white;
    overflow: hidden;
    text-align: center;
    position: relative;

    padding: 1.4em 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;
}
*/

/* photodetail2.html */
.photoCastInfo{
    margin: 20px auto;
    width: 35%;
}

.castPhotos{
    margin: auto; width: 80%;
}
.photoLists{
    margin: 10px auto;
    padding: 10px;
    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);
}
.photoContents{
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
    position: relative;
}
.photoCast{
    z-index: 99;
    margin:0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.3);
}


.photoCastBox{
    display: flex;
    flex-wrap: wrap;
}

.photoCastBox li{
    width: calc(100% - 70px);
    padding: 5px;
}
.photoCastBox li:first-child{
    width: 50px;
    padding: 5px;
}

.photoCastBox li .castName{
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
}
.photoCastBox li .castProf{
    color: #FFF;
    font-size: 14px;
    padding: 5px 0;
}

.photoCastImage{
    padding: .3rem;
    width: 40px;
    height: 40px;
    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,.photoCastImage video{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*border: 5rem solid #fff;*/
    object-fit: cover;

}
.photoImagebox{
    position: relative;
}
.photoImage{
    /*
    width: auto;
    max-height: 500px;
    height: 100%;
     */
    object-fit: contain;
    width: 450px;
    height: 500px;
    content-visibility: auto;

}

.photoComments{
    color: #FFF; overflow-y: scroll; max-height:500px; height: auto;
}
.photoComments img{
    max-width: 100%;
}

.photoDetailPage{
    width: 50%;
    margin: 20px auto;
}
.photoDetailPage ul{
    display: flex;
    flex-wrap: wrap;
}
.photoDetailPage ul li{
    width: calc(calc(100% / 3) - 3rem);
    text-align: center;
    padding: 0 1rem;
}
.photoDetailPage ul li a{
    display: block;
    box-sizing: border-box;
    color: white;
    overflow: hidden;
    text-align: center;
    position: relative;

    padding: 1.4em 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;
}