@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
    background-color: black;
    color: white;

    font-family: "Noto Sans", sans-serif;
}

h2 {
    font-family: "Kaisei Decol", serif;
}

h3 {
    font-family: "Kaisei Decol", serif;
}

.block-left {
    float: left;
    margin-top: 10px;
    width: 30%;
    height: 300px;
}

.block-right {
    margin-top: 50px;
    height: 300px;
}

img {
    display: block;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.kinoemon-icon {
    width: 256px;
    height: 256px;
    border-radius: 50%;
}

.links {
    clear: both;
    margin: 0 10px 0 10px;
    border-top: #ffffff 1px solid;
}

.links h3 {
    text-align: center;
}

.links-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.links-list li {
    background-color: #00bfff;
    color: #ffffff;
    margin: 5px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    min-width: 250px;
    flex: 0 1 calc(33.33% - 20px);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.links-list a {
    width: 100%;
    height: 60%;
    line-height: 20px;
    display: block;
    color: white;
    text-decoration: none;
}

@media  screen and (max-width: 1280px) {
    .block-left {
        display: block;
        margin-top: 50px;
        margin-right: 10px;
    }

    .kinoemon-icon {
        width: 206px;
        height: 206px;
        border-radius: 50%;
    }

    .block-right {
        height: 390px;
    }

    .links-list {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: space-between;
    }
    
    .links-list li {
        background-color: #00bfff;
        color: #ffffff;
        margin: 5px 0 5px;
        border-radius: 10px;
        cursor: pointer;
        text-align: center;
        min-width: 250px;
        flex: 0 1 calc(33.33% - 20px);
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    
    .links-list a {
        width: 100%;
        height: 60%;
        display: block;
        color: white;
        text-decoration: none;
    }
}

@media screen and (max-width: 785px) {
    .links {
        clear: both;
        margin: 0;
        border-top: transparent 0px solid;
    }

    .links-list {
        display: block;
        text-align: center;
    }

    .links li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .block-left {
        margin-top: 50px;
        width: 100%;
        height: 250px;
    }

    .kinoemon-icon {
        width: 206px;
        height: 206px;
        border-radius: 50%;
    }

    .block-right {
        clear: both;
        margin: 0;
        padding: 0;
        height: 390px;
    }

    .block-right h2 {
        text-align: center;
    }

    .block-right h3 {
        text-align: center;
    }

    .block-right p {
        text-align: center;
    }

    .links {
        clear: both;
        margin: 0;
        border-top: transparent 0px solid;
    }

    .links-list {
        display: block;
        text-align: center;
    }

    .links li {
        margin-bottom: 10px;
    }
}