@charset "UTF-8";

.p-sns--home {
	padding-top: 114px;
	background-color: #FFF;

}

@media only screen and (max-width: 768px) {
	.p-sns--home {
		margin: 0 calc(50% - 50vw) 52px;
	}
}

.p-sns--home .c-hd--group::before {
    content: "Social Media";
    font-family: "Cormorant Garamond", serif;
    font-size: min(7.857vw, 11rem);
    font-weight: 400;
    letter-spacing: -0.01em;
    color: var(--color-site-secondary);
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .p-sns--home .c-hd--group::before {
        font-size: 6rem;
        letter-spacing: -0.01em;
        bottom: -2px;
    }
}
