@charset "UTF-8";
/*==============
    gallery
===============*/
h3{
    font-family: var(--en);
    font-size: clamp(26px, calc(26px + 14 * ((100vw - 320px) / 1120)), 40px) !important;
    letter-spacing: 0.05em;
    border-bottom: none;
    line-height: 1;
    color: #fff;
    font-weight: initial;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none !important;
    line-height: 1;
    font-weight: initial !important;
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
}
#profile ul li,
#movie ul li{
    position: relative;
    margin-bottom: 40px;
}
#profile ul li:nth-child(1) h3{
    color: var(--sub-color);
}
#profile ul li .inner,
#movie ul li .inner{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}
#profile ul li img,
#movie ul li img{
    min-height: 250px;
    object-fit: cover;
    aspect-ratio: 1080 / 337;
}
#profile ul li img.sp,
#movie ul li img.sp{
    display: none;
}
@media screen and (max-width: 1000px){    
    #profile ul li .inner, #movie ul li .inner{
        top: initial;
        bottom: -10%;
    }
    #profile ul li img.sp,
    #movie ul li img.sp{
        display: block;
        width: 100%;
    }
    #profile ul li img.pc,
    #movie ul li img.pc{
        display: none;
    }
    #profile ul li img,
    #movie ul li img{
        aspect-ratio: auto;
    }
}
@media screen and (max-width: 768px){
    h3 {
        margin-bottom: 0;
    }
    
}
@media screen and (max-width: 550px){
    #profile ul li .inner, #movie ul li .inner{
        top: initial;
        bottom: -10%;
    }
    #profile ul li:nth-child(1) .inner{
        left: initial;
        right: 5%;
    }
    #profile ul li:nth-child(1) img{
        object-position: 79%;
    }
    #profile ul li:nth-child(2) img{
        object-position: 90%;
    }
}
/*  26.05.28  */
@media (max-width: 768px) {
    #profile ul li:nth-child(1) h3 {
        color: #fff;
        text-shadow: 1px 0 1px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .3), 0 0 8px rgba(0, 0, 0, .3), 0 0 12px rgba(0, 0, 0, .3), 0 0 16px rgba(0, 0, 0, .3);
    }
}
