.thanks-title {
    text-align: center;
    margin-top: 30vh;
    font-size: 32px;
    font-family: "font-bold", ryo-gothic-plusn;
}
#lang-toggle {
    border-radius: 0;
}
.thanks{
        max-width: 700px;
        width: 100%;
        font-size: 16px;
        font-family: "font-bold", ryo-gothic-plusn, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: -0.01em;
        line-height: 1.78;
        margin: 0 auto 20px;

    }
@font-face {
    font-family: 'font-bold';
    src: url('../font/AP-OTF-A1GothicStd-Regular.otf') format('opentype');
    font-display: swap;
}
button:hover {
    background-color: transparent;
}

h1.thanks-title {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 0.1em;
}
.thanks p, a{
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 0.1em;
}

@media (max-width: 768px) {
    .thanks {
        margin : 10px auto;
    }
} 
.thanks p,a {
    line-height: 2;
    text-align : center;
}


.thanks a {
    margin : 30px auto;
    display : block;
} 
.thanks-title {
    text-align : center;
    margin-top: 30vh;
}
@media (max-width: 768px) {
    .thanks-title {
        font-size:30px;
        margin: 100px auto 30px;
    }
} 

br {
    display :block;
}
@media (max-width: 768px) {
    br {
    display :none;
    }
} 

.sp_br {
    display :none;
}

@media (max-width: 768px) {
    .sp_br {
    display :block;
    }
} 

.t-logo {
    width:70%;
    margin:50px auto 0 !important;
    display : block;
}

.thanks .submit {
    cursor: pointer;
    width: 230px;
    background: transparent;
    border-radius: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-family: "Cormorant", serif;
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    text-align: center;
    color: #222;
    text-decoration: none;
    border: solid 1px #999;
    padding: 10px;
    line-height: initial;
    font-size: 20px;
    margin: 40px auto;
}

@media (max-width: 768px) {

    .thanks .submit {
        width: 60%;
        font-size: 1.25rem;
    }
    .l-header-nav-parent{
        text-align: left;
    }
    .l-footer-link-parent__link a, .l-footer-link-parent__link span {
        text-align: left;
    }
    .l-footer-link-top a {
        text-align: left;
    }
    .l-header-nav-child-wrap a {
        text-align: left;
    }
} 

.thanks .inner {
    margin :40px auto;
}

