@charset "UTF-8";

/*----------------------------------
    art-mv
-----------------------------------*/

.art-mv {
    position: relative;
    z-index: 1;
    height: 100vh;
    min-height: 400px;
}

.art-mv__inner {
    height: inherit;
    min-height: inherit;
}

.art-mv__title {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    text-align: center;
}
.art-mv__text_item{
    background-color: #fff;
    font-size: 1.4rem;
    padding: 18px 13px;
    font-weight: bold;
    margin-left: 20px;
    height: fit-content;
}

.art-mv__text {
    z-index: 2;
    content: "";
    position: absolute;
    top: 10%;
    right: 10%;
    /* line-height: 3; */
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

}



@media screen and (max-width: 1200px) {
    .art-mv__text {
        top: 3%;
        right: 3%;
    }

    span.marker {
        font-size: 1.65rem;
    }
}

@media screen and (max-width: 599px) {
    .art-mv__text {
        top: 2%;
        right: 3%;
    }

    span.marker {
        font-size: 1.4rem;
        padding: 10px 5px;
        font-weight: bold;
    }
    .art-mv__title {
        width: 87%;
    }
}

.swiper-slide {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .mv__main-title {
        font-size: 2rem;
    }
}

.mv__sub-title {
    font-size: 1.25rem;
}

.mv__img,
.mv__img img {
    height: inherit;
    min-height: inherit;
}

.mv__img img {
    width: 100%;
    object-fit: cover;
}

/*----------------------------------
    シメントアートとは
-----------------------------------*/

.art-text {
    text-align: center;
    line-height: 2.5;
}

.art-btn {
    margin: 20px auto;
    text-align: center;
}

.art-btn a {
    border: 2px solid #000;
    padding: 15px;
    border-radius: 20px;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 2;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
}

.art-btn a:hover {
    border: 2px solid #fff;
    color: #fff;
    background: #000;
}

.art-project_text {
    line-height: 2.5;
    color: #fff;
    text-align: center;
}
.art-project_text.pc{
margin-bottom: 15px;
}
.art-project_items {
    color: #fff;
}

.art-project_items .top-project_item-img::after {
    border-top: 20px solid #555;
}
.art-project_text.sp {
    text-align: left;
  }
  @media screen and (max-width:599px) {
    .art-project_text {
    max-width: 448px;
    margin: 0 auto;
    }
  }
/*----------------------------------
    施工事例
-----------------------------------*/
.art-project {
    background: #555;
}

.art-project .top-project_item-img img{
    width: 100%;
}
/*----------------------------------
    シメントアートの特徴
-----------------------------------*/
.ciment-h2 {
    padding: 4px 26px 0 42px;
    margin-left: 0;
}

.art-feature-mainwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1px;
}

.art-feature-wrap {
    position: relative;
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-repeat: no-repeat;
    
}

.art-feature-mainwrap .item1 {
    background: url(../img/cimentart/features1.webp) center center;
}

.art-feature-mainwrap .item2 {
    background: url(../img/cimentart/features2.webp) center center;
}

.art-feature-mainwrap .item3 {
    background: url(../img/cimentart/features3.webp) center center;
}

.art-feature-mainwrap .item4 {
    background: url(../img/cimentart/features4.webp) center center;
}

.art-feature-text {
    width: inherit;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    padding: 7px;
}

.feature-copy {
    font-size: 0.9rem;
}

.feature-text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25;
}

@media screen and (max-width: 1200px) {
    .feature-text {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 599px) {
    .art-feature-mainwrap {
        display: grid;
        grid-template-columns: 1fr;
        place-items: center;
    }
    .art-feature-wrap {
        max-width: 393px;
    }
}

.art-feature .art-btn {
    margin: 33px auto 25px;
    text-align: center;
}