body {
    background: none;
}

footer {
    color: white;
}

h1 {
    margin: 0;
    line-height: 10px;
    font-weight: normal;
}

h1 span {
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Serif JP";
    font-size: 2.4vw;
    letter-spacing: 0.03em;
    text-align: center;
    color: #231815;
    padding: 2vw 0;
}

.header-content-right{
    width: 300px;
}

.thanks-wrap {
    padding-top: 80px;
    text-align: center;
}

.box-radius-heading-wrap {
    width: 100%;
}

.box-radius-heading-wrap .box-radius-heading {
    position: static;
}

.first {
    margin: 54px 0 36px;
}

.second {
    color: var(--blue-color);
    font-size: 15px;
    margin: 12px 0;
}

.third {
    display: block;
    margin: 0 0 60px;
}

a:hover {
    opacity: 0.7;
}

@media screen and (max-width:800px) {}