/* -------------------------------------------
  作品eachページ専用
---------------------------------------------- */
/* heading */
.work__heading {
    position: absolute;
    font-size: 25px;
    color: #fff;
    z-index: 1;   
    text-align: center;
    font-family: 'Red_Hat_Display','Zen_Kaku_Gothic_New-Bold', sans-serif;
}
.work__heading::after {
    content: "";
    display: block;
    width: 3.5rem;
    height: 0.1rem;
    background: #fff;
    margin: 0.75rem auto 0;
}
.work__heading--jpn {
    font-size: 22px;
    letter-spacing: 0.07em;
}
.headingSS--work {
    border-bottom: 4px solid #7c7c7c;
}
@media screen and (min-width: 768px) {
    .work__heading {
        font-size: 40px;
    }
    .work__heading--jpn {
        letter-spacing: 0.1em;
    }
    
}

/* lead */
.work__leadWrapper {
    margin-top: 30px;
    border: 1px solid #000;
}
.work__leadTxt {
    padding: 20px 7px;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .work__leadWrapper {
        margin-top: 50px;
    }
    .work__leadTxt {
        padding: 20px 15px;
        font-size: 16px;
    }
}

/* thumb */
.work__thumb {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #000;
}

.work__thumb img {
    max-width: none;
    width: 100%;
    opacity: 0.8;
}
.work__thumb--PC {
    display: none;
}

@media screen and (min-width: 768px) {
    .work__thumb {
        display: none;
    }
    .work__thumb--PC {
        display: flex;
        margin-top: 20px;
    }
    .work__thumb--PC img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

/* ----------------------------------------------
  imageArea
------------------------------------------------- */
.imageArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}
.imageArea img {
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
    margin-top: 10px;
}
.imageArea._video {
    margin-top: 20px;
}
.youtube__padding-top--work {
    margin-top: 10px;
}


@media screen and (max-width:480px) {
    .imageArea img:first-child {
        margin-top: -10px;
    }
    .copyright {
        font-size: 14px;
    }
    
}



/* ttl
----------------------------------------------- */
.table__ttl {
    margin-top: 50px;
    font-size: 30px;
    letter-spacing: 0.06em;
    font-family: 'Red_Hat_Display','Zen_Kaku_Gothic_New-Bold', sans-serif;
    font-weight: 600;
}
.table__ttl--eng {
    letter-spacing: 0.03em;
}
.table__catch {
    margin-top: 30px;
    font-size: 16px; 
}
.table__txt {
    text-align: justify;
    word-break: break-all;
}
.table__txt + .table__txt {
    margin-top: 1.0em;
} 
.table__ttl._alp {
    letter-spacing: 0.05em;
}


@media screen and (max-width:480px) {
    .table__ttl {
        font-size: 20px;
        margin-top: 50px;
    }
    .table__ttl--eng {
        font-size: 22px;
        letter-spacing: 0.01em;
        line-height: 1.6;
    }
    .table__catch {
        font-size: 14px;
    }  
    .table__br {
        display: none;
    }
    
}


/* flyer
------------------------------------------------ */
.table__image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.table__image img {
    width: calc((100% - 10px) /2);
    flex-shrink: 0;
    object-fit: cover;   
}

@media screen and (max-width:480px) {
    .table__image {
        flex-direction: column;
    }
    .table__image img {
        width: 100%;
    }
    .table__image img + img {
        margin-top: 10px;
    }
}
