@charset "utf-8";.wow {
    transition: all 0.6s cubic-bezier(0.93, 0.01, 1, 1);
    opacity: 0;
}.siteMain {
    text-align: center;
}

.main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.txt {
    padding: 100px 0;
    text-align: left;
}

.txt p {
    line-height: 2.4;
    font-size: 20px;
    color: #595959;
}

.txt p.ttl {
    font-size: 30px;
    padding-bottom: 50px;
}

.photo-top {
    padding-top: 100px;
}

.photo-top img,
.photo-bottom img {
    width: 100%;
    height: auto;
    display: block;
}

.photo-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.photo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.photo-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.photo-row.three-cols .left,
.photo-row.three-cols .right {
    width: 30.3%;
}

.photo-row.three-cols .center {
    width: 37.8%;
}

.photo-row.two-cols.uneven .wide {
    width: 54%;
}

.photo-row.two-cols.uneven .narrow {
    width: 45%;
}

.photo-row.two-cols.equal .photo-item {
    width: 49.5%;
}

.two-cols {
    margin: 0 20px;
}


.txt a p {
    margin: 10px 0;
    cursor: pointer;
}



@media only screen and (min-width: 751px) {
    .onlySP {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .onlyPC {
        display: none;
    }

    .txt {
        padding: 35px 0;
    }

    .txt p {
        font-size: 2vw;
    }

    .txt p.ttl {
        font-size: 3.5vw;
        padding: 0 0 20px;
    }
    .photo-top {
    padding-top: 35px;
    }
    .two-cols {
    margin: 0 10px;
}
}