@charset "utf-8";

.works {
    padding: 0 7.2%;
    width: 100%;
    margin: 0 auto;
}

/* ======================
otherMenu .carousel
====================== */
.carousel--works {
    height: 380px;
}

.carousel__itemMaterials {
    margin-left: 20px;
}

.carousel__itemMaterials:first-of-type {
    margin-left: 0;
}

.carousel__item {
    height: 0;
}

.carousel__item--Works img {
    height: 250px;
}

.carousel__itemMaterials img {
    width: auto;
    height: 350px;
    object-fit: cover;
}

.carousel__txtGroup--works {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
}

.carousel__name__worksTitle {
    text-align: center;
}

.carousel__name--works {
    text-align: center;
    font-weight: 400;
    margin-top: 0;
}

/* ======================
.works
====================== */
.works {
    margin-top: 4%;
}

.works__title {
    margin-left: auto;
    max-width: 1280px;
    margin: 0 auto;
}

.works__firstContent {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10%;
}

.works__firstContentTxt,
.works__firstContentTxtUrl {
    list-style:none;
    margin-top: 5px;
}

.works__txtTitle {
    color: #a095aa;
    font-family: Arial;
    font-size: 1.0rem;
    font-weight: 500;
    text-align: right;
}

.works__txtTitle {
    font-size: 1.0rem;
}

.works__firstContentTxt,
.works__urlTxt {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.works__firstContentTxtUrl {
    text-align: right;
}

.works__txtTitleMain {
    font-size: 2.3rem;
    font-weight: 500;
    margin-top: 20px;
}

.works_comment {
    font-size: 1.0rem;
    font-weight: 400;
    text-align: right;
    margin-left: 3%;
}

.works__url {
    font-size: 1.0rem;
    margin-left: 3%;
    word-wrap: break-word;
}

.works__url p {
    font-size: 1.0rem;
    font-weight: 400;
    text-align: right;
    width: 100%;
}

.works__item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.works__img {
    width: 800px;
    margin-top: 4%;
}

.works__item:first-of-type {
    margin-top: 20px;
}

.works__itemGroup {
    margin-top: 60px;
}

.works__itemGroup:first-of-type {
    margin-top: 14%;
}

.works__firstContent {
    width: 100%;
}

.works__firstTxt {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
}

.works__contentTitle {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.works__name {
    font-size: 1.5rem;
    font-weight: 700;
}

.works__nameEnglish {
    color: #a095aa;
    font-family: Arial;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 0.9%;
}

.works__txt {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    margin-top: 10px;
}

.works__color {
    width: 98%;
    border: solid 1px #413755;
    margin-top: 20px;
}

.works__decoration2 {
    margin-top: 70px;
}

.decoration4_pc {
    display: none;
}

.works__txtGroup {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;    
}

.works__txtGroup--txtItem,
.works__txtGroup--txt {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    margin-top: 10px;
}

.works__txtGroup--txtItem {
    width: 150px;
}

.repeatImg {
    object-fit: cover;
    margin-top: 100px;
}

/* .works pc */
@media screen and (min-width: 600px) {
    .decoration4_sp {
        display: none;
    }

    .decoration4_pc {
        display: block;
    }
}/* pc 600px */

/* wroks .carousel */
.works__designComp {
    max-width: 1280px;
    margin: 0 auto;
}

.designCompWireframe_group {
    width: 80%;
    margin: 0 auto;
}

.works__designCompName,
.works__WireframeName,
.works__OtherMaterialsName {
    font-family: Arial;
    font-size: 2.2rem;
    font-weight: 500;
    padding: 10px 10px 0 10px;
    margin-top: 60px;
}

.works__designCompName,
.works__WireframeName,
.works__OtherMaterialsName {
    margin-top: 100px;
}

.works__carousel {
    margin: 0 auto;              
    height: 500px;               
    border: 1px solid #413755;
    overflow-y: scroll;   
    background-color: #fff;
    margin-top: 5px; 
}

.works__carousel img:nth-of-type(5) {
    margin-top: 40px;
}

.works__carouselOther {
    margin: 0 auto;            
    margin-top: 5px; 
}

.carousel--Materials {
    border: 1px solid #413755;
    height: auto;
}

.otherMenu__txt {
    font-size: 1.3rem;
    font-weight: 500;
    padding-bottom: 7px;
}

.carousel__content {
    scroll-snap-align: start;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: none;
    padding-bottom: 30px;
}

.works__btn {
    width: 92%;
    padding-right: 2.3%;
}

/* .section pc */
@media screen and (min-width: 400px) {
    .works__carousel,
    .works__carouselOther {            
        height: 700px;               
    }
}/* pc 400px */

@media screen and (min-width: 769px) {
    .works__firstContent {
        width:  100%;
        margin-top: 50px;
    }
    
    .works__itemGroup {
        margin-top: 10%;
    }

    .works__txtTitleMain {
        font-size: 3rem;
        font-weight: 500;
        margin-top: 40px;
    }

    .works__urlTxt {
        display: flex;
        justify-content: flex-end;
    }

    .works__txtTitle,
    .works_comment,
    .works__url p {
        font-size: 1.6rem;
    }

    .designCompWireframe_group {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: 70px;
    }

    .designComp__group {
        width: 50%;
    }

    .Wireframe__group {
        margin-left: 50px;
        width: 50%;
    }

    .works__carousel {    
        height: 700px;  
        margin-top: 15px;             
    }

    .works__carouselOther {
        max-width: 100%;
    }

    .works__imgGroup {
        margin-top: 20px;
    }

    .works__nameEnglish {
        padding-top: 4px;
    }

    .works__carouselOther {
        display:flex;
        overflow:scroll;
        height: 350px;
    }
}/* pc 769px */

@media screen and (min-width: 900px) {
    .works__carousel {        
        height: 600px;               
    }
        
    .works__designCompName,
    .works__WireframeName,
    .works__OtherMaterialsName {
        font-size: 3.0rem;
    }
}/* pc 900px */

/* .works pc */
@media screen and (min-width: 1000px) {
    .works__item {
        list-style: none;
        max-width: 75%;
        margin: 0 auto;
    }

    .works__txtTitleMain {
        font-size: 3.3rem;
        font-weight: 500;
        margin-top: 30px;
    }

    .works__txtTitleType {
        font-size: 1.9rem;
        margin-top: 15px; 
    }

    .works__content {
        display: flex;
        gap: 0 40px;
        text-align: left;
    }

    .works__contentTitle {
        display: flex;
        width: 27%;
    }

    .works__name {
        font-size: 1.9rem;
        font-weight: 700;
    }

    .works__nameEnglish {
        color: #A697B7;
        font-family: Arial;
        font-size: 1.4rem;
        font-weight: 100;
        margin-left: 12px;
    }

    .works__txt {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.9;
        width: 65%;
        margin-top: 0;
    }

    .works__color {
        width: 96%;
        margin-top: 40px;
    }

    .works__color img{
        width: 100%;
    }

    .works__decoration2 {
        margin-top: 0px;
    }

    .works__txtGroup--txtItem,
    .works__txtGroup--txt {
        margin-top: 0px;
    }

    .works__txtGrouParents {
        width: 65%;
        display: flex;
        flex-wrap: wrap;
    }

    .works__txtGroup{
        margin-top: 7px;
    }

    .works__txtGroup:nth-child(1){
        margin-top: 0;
    }
}/* pc 1000px */

/* ======================
.otherMenu
====================== */
.section__otherMenu {
    margin-top: 90px;
}

.section__illustration {
    margin-top: 70px;
}

.section__photograph {
    margin-top: 70px;
}

.decoration3 {
    margin-top: 40px;
}

.decoration5_sp {
    margin-top: 40px;
}

.decoration5_pc {
    display: none;
}

/* .otherMenu pc */
@media screen and (min-width: 600px) {
    .decoration5_sp {
        display: none;
    }

    .decoration5_pc {
        display: block;
        margin-top: 80px;
    }
}/* pc 600px */
@media screen and (min-width: 769px) {
    .section__otherMenu {
        padding: 0 100px;
        margin-top: 150px;
    }

    .carousel {
        margin-top: 5px;
    }
}/* pc 769px */