@charset 'utf-8';
/**
 * サンクスページのCSS
 */
.stl-main{
    padding-right: 0;
    padding-left: 0;
    grid-template-columns: 1fr;
}
.stl-thanks-section{
    position: relative;
    line-height: 2;
    padding: 0 7vw;
    overflow: clip;
}
.stl-thanks-section:before{
    font-weight: 700;
    content: "Thank you";
    font-size: 18.2vw;
    margin: 0 -7vw;
    opacity: .1;
    white-space: nowrap;
    line-height: 1.5;
}
.stl-thanks-section:after{
    content: ".";
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(var(--stl-accent-rgb));
    opacity: .25;
    font-size: 18.2vw;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -.04em;
}
.stl-thanks-section-inner{
    display: table;
    margin: auto;
}
.stl-thanks-title{
    font-weight: 700;
    font-size: 1.2em;
}
.stl-thanks-section p{margin: 1.5em 0;}