html {
    background-color: #000;
}

body {
    background-image: url("/src/background.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin: 0px;
}

header {
    background-color: #000000;
    position: sticky;
    top: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    z-index: 1000;
    align-items: center;
}

.header-logo {
    display: flex;
}

.header-logo img {
    padding: 0;
}

footer {
    display: flex;
    justify-content: center;
    background-color: #000;
    color: #fff;
}

a:link {
    text-decoration: none;
    color: #fff;
}

a:visited {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #fa5a5a;
}

a:active {
    color: #fa5a5a;
    text-decoration: underline;
}


header img {
    padding: 10px;
    width: 100px;
}

.nav-list {
    text-align: center;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
}

.nav-list-item {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    color: #fff;
}

.content {
    color: #fff;
    min-height: 300px;
}

.content-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 20px 0;
}

.content-title img {
    width: 100%;
    max-width: 600px;
    margin-right: 20px;
}

.title-label {
    background-image: url("/src/title_label.png");
    background-repeat: no-repeat;
    height: 100px;
    margin: 50px 0 40px 0;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

h1 {
    font-size: 46px;
    font-weight: bold;
}

.characters {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.character-tab-list {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    padding: 0px;
    margin: 0;
}

.character-image {
    width: 100%;
}

.character-tab-item {
    list-style: none;
    color: #000;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.character-tab-item img {
    width: 80%;
    height: 80%;
    transition: 0.5s;
}

.character-tab-panel {
    display: none;
}

.character-tab-item img:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.character-tab-item.active img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.character-tab-panel.active {
    display: block;
    text-align: center;
}

.character-tab-panel.active img {
    width: 90%;
}

.character-tab-panel.active h2 {
    font-size: 20px;
    font-weight: bold;
}

.swiper {
    margin-top: -60px;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.swiper--wrapper {
    width: 100%;
    height: 300px;
}

.swiper-slide {
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
}

.swiper-slide:nth-child(n) {
    background-color: #000;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #fff !important;
}

.swiper-pagination {
    bottom: 30px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #fff;
}

.swiper-pagination-bullet:first-child {
    margin: 0 !important;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-content {
    width: 40%;
    margin: 20px;
    text-align: center;
}

.gallery-item {
    width: 100%;
}

.gallery-caption {
    margin-top: 0px;
}

footer {
    width: 100%;
    background-color: #000;
}

footer div {
    display: flex;
    align-items: center;
}

footer img {
    height: 20px;
}

footer p {
    text-align: center;
    width: 80%;
}


.guideline-content {
    user-select: none;
    color: #fff;
}

.guideline-content h2 {
    padding: 20px 0 60px;
    margin-bottom: 80px;
    text-align: center;
    border-bottom: #fff 1px solid;
}

.guideline-text {
    margin: 0 30px;
    font-size: 24px;
    padding-bottom: 100px;
}

.guideline-text .date {
    text-align: right;
}

.game-info-label {
    clear: left;
    color: #d9d6bd;
    float: left;
    margin-bottom: 10px;
    padding-left: 20px;
}

.game-info-text {
    float: left;
    margin-bottom: 10px;
}

.game-info {
    color: #fff;
    min-height: 100px;
}




.description-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.description {
    display: flex;
    flex-flow: column;
}


.description-top {
    background-image: url("/src/description_background_top.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 90px;
    margin: 0 30px;
    padding: 0 30px;
    display: block;
}

.description-middle {
    background-image: url("/src/description_background_middle.png");
    background-repeat: repeat-y;
    background-size: 100%;
    color: #484848;
    margin: 0 30px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1150px;
    font-size: 24px;
}

.description-middle img {
    width: 80%
}

.description-middle h2 {
    margin-top: 0;
}

.description-bottom {
    background-image: url("/src/description_background_bottom.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: -10px;
    height: 90px;
    margin: 0 30px;
    padding: 0 30px;
    display: block;
}

.description-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}



@media screen and (max-width: 768px) {
    .nav-list {
        display: none;
    }

    header {
        justify-content: flex-start;
    }

    .gallery-content {
        width: 80%;
    }

    .characters {
        position: static;
        margin-bottom: 0px;
    }

    .character-tab-list {
        position: static;
    }

    .title-label {
        background-size: 300px;
        height: 70px;
        ;
    }

    h1 {
        margin: 0;
        font-size: 32px;
    }
}