@media screen and (max-width: 960px) {
/*SP-only*/


}

@media screen and (min-width: 960px) {
/*PC-only*/


}


/*インスタ調整*/
.HoverCard {
    display: none;
}
.Feedback {
    display: none;
}
.SocialProof {
    display: none;
}

.SocialProof {
    display: none;
}

.PrimaryCTA {
    align-items: stretch;
    background-color: rgb(var(--web-always-white));
    display: none;
    flex-direction: column;
    height: 44px;
    justify-content: center;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
}