@charset "UTF-8";

body {
    background-color: #00B4FF;
}

.wrapper {
    margin: 0 auto;
    width: 85%;
    color: #ffffff;
}

.title_name_ja {
    text-align: center;
    margin-top: 40px;
}

.title_name__box {
    margin-top: -10px;
}

.title_name01 {
    font-size: 260px;
    font-family: subway-new-york-sc, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.title_name02 {
    font-size: 320px;
    font-family: subway-new-york-sc, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-top: -40px;
}

ul {
    display: flex;
    justify-content: space-between;
    width: 45%;
    margin: 0 auto;
    margin-top: 20px;
}

a {
    color: #000033;
    text-decoration: none;
    font-size: 28px;
    font-family: termina, sans-serif;
    font-weight: 600;
    font-style: normal;
}