@charset "UTF-8";

.p-cameraservice .cs_mv {
    padding: 0 56px;
    max-width: 1804px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
}

.cs_mv_item img {
    width: 100%;
    height: 740px;
    object-fit: cover;
    border-radius: 37px;
    object-position: center 25%;
}

.cs_mv_logo {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

.cs_mv_logo h1 {
    margin: 0;
    padding: 0;
}

.cs_mv_logo {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.cs_about .inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.cs_about_wrap {
    display: flex;
    flex-direction: row;
    gap: 72px;
    margin: 75px auto 150px;
}

.cs_about_img01, .cs_about_img02 {
    position: relative;
    z-index: 1;
}

.cs_about_img01 img, .cs_about_img02 img {
    border-radius: 30px
}

.cs_about_img {
    padding: 0 30px;
    max-width: 550px;
    width: 100%;

}

.cs_about_img01 {
    margin-bottom: 38px;
}

.cs_about_img01 img {
    position: relative;
    max-width: 548px;
    width: 100%;
    margin: 0 auto;
}

.cs_about_img01::before {
    content: "";
    width: 103px;
    height: 172px;
    background: url(../img/cameraservice/about_bk01.svg) no-repeat center/contain;
    position: absolute;
    top: 15%;
    left: 0%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 0;
}

.cs_about_img01::after {
    content: "";
    width: 70px;
    height: 135px;
    background: url(../img/cameraservice/about_bk02.svg) no-repeat center / contain;
    position: absolute;
    bottom: 5%;
    right: -7%;
    z-index: 2;
}

.cs_about_img02 {
    display: flex;
    justify-content: space-between;
    gap: 41px;
    position: relative;
    z-index: 2;
}

.cs_about_img02::after {
    content: "";
    width: 103px;
    height: 172px;
    background: url(../img/cameraservice/about_bk01.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}

.cs_about_img02-2 {
    margin-top: 65px;
}

.cs_about_body {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.cs_about_body_img {
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}

.cs_about_body_img::after {
    content: "";
    width: 103px;
    height: 172px;
    background: url(../img/cameraservice/about_bk01.svg) no-repeat center/contain;
    position: absolute;
    top: 100%;
    right: 5%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    z-index: 3;
}

.cs_about_body_img img {
    border-radius: 30px;
}

.cs_about_body .a-bigtitle h2 {
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
}

.cs_about_main {
    background-color: #fff;
    border-radius: 0 40px 40px 40px;
    padding: 20px 15px;
}

.p-cameraservice h3 {
    font-size: 3.8rem;
    font-weight: 700;
    margin: 0 auto 27px;
}

.p-cameraservice h3>span {
    color: #F29972;
}

.cs_about_main p, .cs_vest_txt p {
    font-size: 2rem;
    letter-spacing: .05em;
    line-height: 1.5;
    margin: 0;
}

.cs_vest {
    position: relative;
    background: url(../img/cameraservice/vest_bk.jpg) no-repeat top/contain;
}

.cs_vest .inner {
    margin: 100px auto;
    max-width: 1200px;
    width: 100%;
}

.cs_vest_wrap {
    display: grid;
    grid-template-columns: 70% 1fr;
    gap: 5px;
    position: relative;
    top: 100px;
}

.cs_vest_main {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.cs_vest_txt {
    background-color: #fff;
    border-radius: 0 40px 40px 40px;
    padding: 20px 15px;
}

.cs_getphoto {
    max-width: 1200px;
    width: 100%;
    margin: 190px auto;
}

.cs_getphoto_title {
    margin: 30px auto;
}

.cs_getphoto_title h2 {
    margin: -14px 0;
    font-size: 14rem;
    color: #FF7892;
    font-weight: 700;
    position: relative;
    letter-spacing: .05em;
}

.cs_getphoto_img img {
    border-radius: 30px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 25% center;
}

.cs_getphoto_main .ttl {
    text-align: center;
}

.cs_getphoto_main .ttl h3 {
    padding: 10px 58px;
    background-color: #fff;
    border-radius: 15px 15px 15px 0;
    display: inline-block;
}

.cs_getphoto_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 78px;
    margin: 15px auto 45px;
    max-width: 1000px;
    width: 100%;
}

.cs_getphoto_item {
    padding: 24px 16px;
    background-color: #fff;
    border-radius: 0 20px 20px 20px;
}

.cs_getphoto_item img {
    border-radius: 10px;
}

.cs_getphoto_item p {
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1.3;
}

.cs_getphoto_att {
    padding: 15px;
    background-color: #F8F8F8;
    border: 1px solid #A1A1A1;
    border-radius: 18px;
}

.cs_getphoto_att p {
    font-size: 1.4rem;
    text-align: center;
    margin: 0;
}

.cs_gallery {
    background: url(../img/cameraservice/gallery_bk.jpg) no-repeat center / cover;

}

.cs_gallery .inner {
    padding: 100px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.cs_gallery_link a {
    text-align: center;
    display: block !important;
    width: 75%;
    padding: 20px 0;
    background-color: #333;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 20px auto;
    border-radius: 7px;
}

.cs_gallery .gallery a {
    background-color: #F0007F;
}

.cs_gallery .blog a {
    background-color: #F8AF36;
}

.cs_gallery_ttl {

    text-align: center;
}

.cs_gallery_ttl h2 {
    display: inline-block;
    margin: 0;
    margin-bottom: 40px;
    font-size: clamp(1.8rem, 8vw, 13rem);
    position: relative;
    color: #fff;
    padding-right: 60px;
}

.cs_gallery_ttl h2::after {
    content: "";
    width: 64px;
    height: 123px;
    background: url(../img/cameraservice/icon_a_white.svg) no-repeat center / cover;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.cs_rule .inner {
    max-width: 1000px;
    width: 100%;
    margin: 40px auto;
    padding: 35px;
    border-radius: 20px;
    background-color: #fff;
}


.p-cameraservice .cs_rule h2 {
    font-size: 2.9rem;
    padding-bottom: 16px;
    margin-bottom: 30px;
    font-weight: 700;
    border-bottom: 3px solid #AAAAAA;
    position: relative;
}

.p-cameraservice .cs_rule h2::before {
    content: "";
    width: 223px;
    height: 3px;
    display: block;
    background-color: #F0007F;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.cs_rule ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.cs_rule li {
    margin: 5px 0;
    font-size: 1.8rem;
    letter-spacing: .02em;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .cs_getphoto_grid, .cs_vest_wrap {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .cs_about_wrap {
        flex-direction: column-reverse;
        gap: 20px;
        margin: 75px auto;
    }

    .cs_gallery .inner {
        padding: 77px 20px;
    }

    .cs_gallery_link a {
        width: 100%;
    }

    .cs_getphoto_title h2 {
        font-size: 4.4rem;
    }

    .cs_mv_item img {
        width: 100%;
        height: 370px;
    }

    .p-cameraservice .cs_mv, .cs_mv_logo {
        padding: 0 10px;
    }

    .p-cameraservice section {
        padding: 0 7px;
    }

    .p-cameraservice h3 {
        font-size: 2.4rem;
    }

    .cs_about_main p, .cs_vest_txt p {
        font-size: 1.6rem;
    }

    .cs_about_img01 img, .cs_about_img02 img {
        border-radius: 10px;
    }


    .cs_about_img {
        padding: 0 20px;
    }

    .cs_about_img01::before {
        left: -17%;
    }

    .cs_about_main {
        position: relative;
        z-index: 5;
    }

    .cs_about_img01::after {
        bottom: -24%;
        right: 1%;
    }

    .cs_about_body_img::after {
        height: 122px;
    }

    .cs_vest {
        background-size: 130%;
    }

    .cs_vest .inner {
        margin: 70px auto;
    }

    .cs_vest_wrap {
        top: 40px;
    }

    .cs_vest_txt, .cs_about_main {
        border-radius: 0 20px 20px 20px;
    }

    .cs_getphoto_img img {
        height: 314px;
    }

    .cs_getphoto {
        margin: 100px auto;
    }

    .cs_getphoto_main .ttl h3 {
        padding: 10px;
    }

    .cs_getphoto_item p {
        font-size: 1.6rem;
    }

    .cs_getphoto_att {
        padding: 10px;
        border-radius: 10px;
    }

    .cs_getphoto_att p {
        font-size: 1.4rem;
    }

    .cs_gallery_ttl h2 {
        font-size: 6.2rem;
        padding-right: 30px;
    }

    .cs_gallery_ttl h2::after {
        width: 29px;
        height: 56px;
    }

    .cs_rule .inner {
        padding: 24px 10px;
    }
}