@charset "UTF-8";

/* works用の見出し */
.work__midashi {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-black);
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .work__midashi {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 60px;
    }
}


/* mv */
.mv {
    margin-top: 170px;
    margin-bottom: 60px;
}
.mv__bg {
    padding-bottom: 40px;
}
.mv__bg-works-01 {
    background: linear-gradient(180deg, transparent 0%, transparent 30%, #DEB9C6 30%, #DEB9C6 100%);
}
.mv__bg-works-02 {
    background: linear-gradient(180deg, transparent 0%, transparent 30%, #DACEC2 30%, #DACEC2 100%);
}
.mv__bg-works-03 {
    background: linear-gradient(180deg, transparent 0%, transparent 30%, var(--color-green) 30%, var(--color-green) 100%);
}
.mv__bg-works-04 {
    background: linear-gradient(180deg, transparent 0%, transparent 30%, #113059 30%, #113059 100%);
}
.mv__name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.mv__category {
    font-size: 16px;
    color: #6B6B6B;
    margin-bottom: 40px;
}
.mv__img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border-radius: 20px;
}
.mv__text {
    /* font-weight: 500; */
    line-height: 1.8;
}
.mv__text-white {
    color: var(--color-white);
}
@media (min-width: 500px) {
    .mv__bg-works-01 {
        background: linear-gradient(180deg, transparent 0%, transparent 40%, #DEB9C6 40%, #DEB9C6 100%);
    }
    .mv__bg-works-02 {
        background: linear-gradient(180deg, transparent 0%, transparent 40%, #DACEC2 40%, #DACEC2 100%);
    }
    .mv__bg-works-03 {
        background: linear-gradient(180deg, transparent 0%, transparent 40%, var(--color-green) 40%, var(--color-green) 100%);
    }
    .mv__bg-works-04 {
        background: linear-gradient(180deg, transparent 0%, transparent 40%, #113059 40%, #113059 100%);
    }
}
@media (min-width: 768px) {
    .mv {
        margin-top: 180px;
        margin-bottom: 120px;
    }
    .mv__bg-works-01 {
        background: linear-gradient(180deg, transparent 0%, transparent 50%, #DEB9C6 50%, #DEB9C6 100%);
    }
    .mv__bg-works-02 {
        background: linear-gradient(180deg, transparent 0%, transparent 50%, #DACEC2 50%, #DACEC2 100%);
    }
    .mv__bg-works-03 {
        background: linear-gradient(180deg, transparent 0%, transparent 50%, var(--color-green) 50%, var(--color-green) 100%);
    }
    .mv__bg-works-04 {
        background: linear-gradient(180deg, transparent 0%, transparent 50%, #113059 50%, #113059 100%);
    }
    .mv__name {
        font-size: 28px;
    }
    .mv__category {
        font-size: 18px;
    }
}

/* 制作物について */
.summary {
    margin-bottom: 60px;

}
.summary__list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2em;
}
.summary__item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    /* font-weight: 500; */
}
.summary__category {
    color: #6B6B6B;
}
.summary__text {
    padding-left: 1em;

    p {
        margin-bottom: 6px;
    }
}
.summary__text-list {
    padding-left: 1.25em;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px;
    list-style-type: disc;
}
.summary__link {
    transition: all 0.3s;
}
@media (min-width: 768px) {
    .summary {
        margin-bottom: 120px;
    }
    .summary__item {
        flex-direction: row;
        align-items: start;
        justify-content: start;
        gap: 3em;
    }
    .summary__category {
        width: 100px;
        flex: 0 0 100px;
    }
    .summary__text {
        padding-left: 0;
        
        p {
            margin-bottom: 0.75rem;
        }
    }
    .summary__text-list {
        padding-left: 1.25em;
        gap: 8px;
    }
    .summary__link:hover {
        text-decoration: underline;
    }
}

/* デザインポイント */
.point {
    margin-bottom: 40px;
}
.point__list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2em;
}
.point__item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    /* font-weight: 500; */
}
.point__category {
    color: #6B6B6B;
}
.point__text {
    line-height: 1.8;
    padding-left: 1em;
}
.point__text-list {
    padding-left: 1.25em;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px;
    margin-top: 6px;
    list-style-type: disc;
}
.point__title {
    font-weight: 500;
    margin-bottom: 0.5em;
}
.point__explain {
    line-height: 1.8;
    margin-bottom: 10px;
}
.point__img {
    width: 100%;
    max-width: 450px;
    object-fit: cover;
    box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25);
}
.point__large-img {
    width: 100%;
    object-fit: cover;
    box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25);
}
.summary__img-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
.summary__img-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px;

    span {
        color: #6B6B6B;
        margin-bottom: 6px;
        font-weight: normal;
    }

    img {
        width: 100%;
        max-width: 450px;
        object-fit: cover;
        box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25);
    }
}
@media (min-width: 768px) {
    .point {
        margin-bottom: 80px;
    }
    .point__list {
        gap: 2.5em;
    }
    .point__item {
        flex-direction: row;
        align-items: start;
        justify-content: start;
        gap: 3em;
    }
    .point__category {
        width: 100px;
        flex: 0 0 100px;
    }
    .point__text {
        padding-left: 0;
    }
    .point__text-list {
        padding-left: 1.25em;
        gap: 8px;
        margin-top: 0.75rem;
    }
    .point__explain {
        margin-bottom: 20px;
    }
    .point__img {
        max-width: 300px;
    }
    .point__large-img {
        max-width: 700px;
    }
    .summary__img-list {
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }
    .summary__img-item {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 6px;
    
        span {
            margin-bottom: 8px;
        }
    
        img {
            width: 100%;
            max-width: 450px;
            object-fit: cover;
            box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25);
        }
    }
}

/* 全体像 */
.design {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    background: #E7E7E7;
}
.design__list {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 40px;
}
.desigm__img {
    box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .design {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 80px;
    }
    .design__list {
        gap: 80px;
    }
}