main .mainImage {
    width: 100vw;
}
.ABOUT_ME { 
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
    padding: 100px;
}
.ABOUT_ME .introduction {
    width: 872.64px;
    height: 354.24px;
    background-image: url(../img/AboutMe_bgi.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ABOUT_ME .introduction h2 {
    font-size: 1.625rem;
    text-align: center;
    padding-top: 70px;
}
.ABOUT_ME .introduction span {
    font-size: 1rem;
}
.ABOUT_ME .introduction p {
    font-size: 1rem;
    padding: 20px 100px 30px 100px;
}
.ABOUT_ME img {
    width: 352px;
    height: 330px;
    object-fit: cover;
    object-position: center center;
}
.WORKS {
    background-image: url(../img/works_bgi.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.WORKS ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5%;
    width: 80vw;
    margin: auto;
    padding-top: 15%;
}
.WORKS ul::after {
    content: "";
    display: block;
    width: 30%;
}
.WORKS img {
    width: 352px;
    height: 330px;
    object-fit: cover;
    border: 1px solid #000;
}
.WORKS #flyer, #logo {
    height: 179.6773px;
    object-fit: contain;
    background-color: #fff;
}
.WORKS .button {
    margin-top: 25px;
    margin-bottom: 90px;
}
.WORKS .button a {
    color: #fff;
    text-indent: -18px;
    background-image: url(../img/triangle.png);
    background-repeat: no-repeat;
    background-size: 7%;
    background-position: right 20px center;/* ボタンの三角形は「右から13.5px、上下はセンター」という指定 */
    background-color: #000;
    padding: 7px 0;
    font-size: 1.5rem;
    font-weight: bold;
    min-width: 206px;
    display: inline-block;
    border-radius: 9999px;
    text-align: center;
}
/* 画面スクロールで画像をフワッと表示 */
.fade-in {
    opacity: 0;
    transform: translateY(50px); /* 少し下にずらしておく */
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.show {
    opacity: 1;
    transform: translateY(0);
}/*  ここまで ----- */

@media (max-width:1474px) {
    .WORKS img {
        width: 278.9375px;
        height: 261.5039px;
    }
    .WORKS #flyer, #logo {
        height: 142.3828px;
    }
    .WORKS .button a {
        background-size: 6%;
        font-size: 1rem;
        min-width: 150px;
    }
}
@media (max-width:1170px) {
    .WORKS img {
        width: 200px;
        height: 187.5px;
    }
    .WORKS #flyer, #logo {
        height: 102.0894px;
    }
}
@media (max-width:1147px) {
    .ABOUT_ME .introduction {
        width: 892.64px;
        height: 374.24px;
    }
    .ABOUT_ME img {
        width: 372px;
        height: 349px;
    }
    .ABOUT_ME .introduction p {
        padding: 20px 80px 30px 80px;
    }
}
@media (max-width:992px) {
    .ABOUT_ME .introduction p {
        padding: 20px 60px 30px 60px;
    }
}
@media (max-width:936px) {
    .ABOUT_ME {
        padding: 60px 80px 60px 80px;
        position: relative;
    }
    .ABOUT_ME .introduction {
        width: 100vw;
        height: auto;
    }
    .ABOUT_ME img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        position: absolute;
        top: 20%;
        right: 20%;
    }
    .ABOUT_ME .introduction h2 {
        text-indent: -100px;
        padding-top: 80px;
    }
    .ABOUT_ME .introduction span {
        display: block;
        text-indent: -120px;
    }
    .ABOUT_ME .introduction p {
        font-size: 1.1rem;
        padding: 50px 60px 30px 60px;
    }
}
@media (max-width:841px) {
    .WORKS ul {
        padding-top: 23%;
    }
    .WORKS img {
        width: 278.9375px;
        height: 261.5039px;
    }
    .WORKS #flyer, #logo {
        height: 142.3828px;
    }
}
@media (max-width:739px) {
    .WORKS {
        background-image: url(../img/works_bgi_sp.png);
    }
    .WORKS ul {
        display: block;
        padding-top: 18%;
        padding-bottom: 5%;
    }
    .WORKS .img {
        text-align: center;
    }
    .WORKS img {
        width: 450px;
        height: 421.875px;
    }
    .WORKS #flyer, #logo {
        height: 229.7011px;
    }
    .WORKS .button {
        margin-top: 35px;
    }
}
@media (max-width:673px) {
    .ABOUT_ME .introduction h2 {
        padding-top: 100px;
    }
}
@media (max-width:596px) {
    .ABOUT_ME .introduction {
        background-image: url(../img/AboutMe_bgi_sp.png);
    }
    .ABOUT_ME img {
        top: 18%;
    }
    .WORKS img {
        width: 352px;
        height: 330px;
    }
    .WORKS #flyer, #logo {
        height: 179.6773px;
    }
}
@media (max-width:508px) {
    .ABOUT_ME {
        padding: 60px;
    }
    .ABOUT_ME .introduction p {
        padding: 50px 50px 30px 50px;
    }
    .WORKS ul {
        padding-top: 25%;
    }
    .WORKS img {
        width: 278.9375px;
        height: 261.5039px;
    }
    .WORKS #flyer, #logo {
        height: 142.3828px;
    }
}
@media (max-width:448px) {
    .ABOUT_ME {
        padding: 30px;
    }
    .ABOUT_ME img {
        top: 15%;
        right: 15%;
    }
}
@media (max-width:388px) {
    .ABOUT_ME img {
        top: 12%;
    }
}