#omoide__bg02 {
    position: absolute;
    left: 0;
    top: 0;
}
@media (min-width: 1501px) {
    .faq__a {
        font-size: 2rem;
    }
}

#omoide__deco04 {
    width: 260px;
    top: 562px;
}
@media (max-width: 1500px) {
    #omoide__deco04 {
        width: 200px;
        top: 576px;
    }
}

@media (max-width: 1300px) {
    #omoide__deco04 {
        width: 16vw;
        top: 38vw;
        left: 14%;
    }
}
@media (max-width: 834px) {
    .intr__cont p {
      text-align: center;
    }
}
@media (max-width: 640px) {
    .intr__cont p {
      text-align: center;
    }
}

.about__bnr img {
    border-radius: 60px;
}
@media (max-width: 640px) {
    .about__bnr img {
        border-radius: 40px;
    }
}

@media (min-width: 641px) {
    .shop-list li {
        padding-top: 70px;
    }
    .shop-list li .shop-ttl {
        top: 0;
    }
}

.brand-flex {
    align-items: center;
}

.brand-flex-ttl .mycy-logo {
    width: 202px;
}
@media (max-width: 834px) {
    .brand-flex-ttl .mycy-logo {
        width: 170px;
    }
}

@media (max-width: 834px) {
    .greeting-flex .img-bl img {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}