﻿html {
    max-width: 100%;
}

body {
    position: center;
    max-width: 100%;
    background-color: rgb(255,240,245);
}

@font-face {
    font-family: Prompt;
    src: url(../font/Prompt-Regular.ttf);
}

@font-face {
    font-family: PromptSemiBold;
    src: url(../font/Prompt-SemiBold.ttf);
}

* {
    font-size: 16px;
    font-family: Prompt;
}

h1 {
    font-size: 1.75em;
    font-weight: bolder;
}

h2 {
    font-size: 1.25em;
    font-weight: bold;
}

h3 {
    font-size: 1.0em;
    font-weight: lighter;
    color: gray;
}

p {
    font-size: 1.0em;
    font-weight: lighter;
}

.SeasonInfoModule {
    display: block;
    width: 100vw;
    max-width: 1024px;
    background-color: white;
    padding-bottom: 32px;
    margin-left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    overflow: hidden;
    border-radius: 0px 0px 4px 4px;
}

.SeasonInfoTopNavBar {
    display: block;
    position: fixed;
    width: 100%;
    background-color: white;
    height: 60px;
}

.TopNavYaomicLogo {
    position: absolute;
    height: 32px;
    margin-top: 12px;
    margin-left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.TopNavBackButton {
    position: absolute;
    left: 16px;
    height: 48px;
    width: 48px;
    background-color: none;
    background: none;
    border: none;
    margin-top: 8px;
}

    .TopNavBackButton img {
        height: 100%;
        width: 100%;
    }

.TopNavShareSocialModule {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
    margin-right: 8px;
    height: 36px;
}

    .TopNavShareSocialModule a {
        display: inline-block;
        margin-right: 8px;
    }

        .TopNavShareSocialModule a img {
            height: 100%;
        }

.BottomShareSocialModule {
    display: block;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-top: 32px;
}

    .BottomShareSocialModule a {
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px;
        height: 48px;
        width: 48px;
    }

        .BottomShareSocialModule a img {
            height: 48px;
            width: 48px;
        }

.SeasonInfoCoverImage {
    display: block;
    max-width: 100%;
    padding-top: 60px;
}

    .SeasonInfoCoverImage img {
        width: 100%;
    }

.SeasonInfoHead {
    display: block;
    padding: 16px;
}

    .SeasonInfoHead h1 {
        display: block;
        max-width: calc(100% - 240px);
    }

.SeasonInfoShareContent {
    display: flex;
    position: absolute;
    justify-content: flex-end;
    width: calc(100% - 32px);
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

    .SeasonInfoShareContent label {
        display: inline-block;
        margin-right: 8px;
        font-size: 18px;
        padding-top: 8px;
        color: blue;
    }

    .SeasonInfoShareContent button {
        background-color: white;
        border-width: 0px;
        margin-right: 8px;
        width: 100px;
    }

        .SeasonInfoShareContent button img {
            width: 100%;
        }


.SeasonInfoShareContentCenter {
    display: none;
    margin-top: -8px;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

    .SeasonInfoShareContentCenter label {
        display: inline-block;
        margin-right: 8px;
        font-size: 16px;
        padding-top: 8px;
        color: blue;
    }

/*    .SeasonInfoShareContentCenter button {
        background-color: white;
        border-width: 0px;
        margin-right: 8px;
        width: 100px;
    }

        .SeasonInfoShareContentCenter button img {
            width: 100%;
        }*/

.SeasonInfoDescription {
    display: block;
    padding: 0px 16px 16px 16px;
}

.SeasonInfoCharacters {
    display: block;
    padding: 0px 16px 16px 16px;
}

    .SeasonInfoCharacters a {
        display: inline-block;
        height: 120px;
        width: 90px;
        border: 1px solid rgb(223, 136, 197);
        border-radius: 2px;
        background-color: white;
        margin-right: 8px;
        background-image: url('../source/background_character.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

        .SeasonInfoCharacters a img {
            width: 82px;
            height: 82px;
            object-fit: cover;
            margin-top: 4px;
            margin-left: 50%;
            transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        }

        .SeasonInfoCharacters a label {
            width: 100%;
            font-size: 14px;
            font-weight: lighter;
            align-items: center;
            align-content: center;
            text-align: center;
            margin-top: 6px;
            margin-left: 50%;
            transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }

.MainEngagementModule {
    display: block;
    padding: 16px;
    align-items: center;
    align-content: center;
    text-align: center;
}

    .MainEngagementModule label {
        display: inline-block;
        min-height: 32px;
        font-size: 20px;
        color: rgb(223, 136, 197);
        margin-bottom: 16px;
    }

    .MainEngagementModule img {
        display: inline-block;
        margin-top: -12px;
        height: 32px;
    }

    .MainEngagementModule div {
        display: inline-block;
        margin-top: 20px;
    }

    .MainEngagementModule button {
        display: inline-block;
        background-color: white;
        border: none;
        height: 64px;
        padding-top: 16px;
    }

        .MainEngagementModule button img {
            height: 52px;
        }

.SubscriptionBannerModule {
    display: block;
    width: 90%;
    max-width: 600px;
    margin-left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

    .SubscriptionBannerModule img {
        width: 100%;
    }

.SeasonContents {
    padding: 16px;
}

.ChapterHead {
    text-align: center;
    align-content: center;
    align-items: center;
    height: 64px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 16px;
    margin-left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /*    background-color: yellow;*/
    background-image: url('../source/background_chapter_head.png');
    background-repeat: repeat-y;
    background-size: 100% 64px;
}

.ChapterHeadExpand {
    display: flex;
    position: absolute;
    justify-content: flex-end;
    width: 100%;
    margin-top: 24px;
    padding-right: 16px;
}

    .ChapterHeadExpand img {
        width: 16px;
    }

.ChapterHead h2 {
    display: block;
    margin-top: 0px;
    font-size: 16px;
    z-index: 1000;
}

.ChapterContent {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

    .ChapterContent img {
        display: block;
        width: 100%;
        max-width: 600px;
        padding: 0;
        margin-left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

/*.ChapterFictionContent {
    display: block;
    padding: 16px;
}*/

.seasonInfoFooter {
    display: block;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-top: 24px;
}

    .seasonInfoFooter button {
        display: inline-block;
        background-color: transparent;
        border: none;
        color: rgb(223, 136, 197);
        font-size: 18px;
        margin-left: 16px;
        margin-right: 16px;
    }

.KanaLogoFooter {
    display: block;
    width: 100%;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-top: 32px;
}

@media screen and (max-width: 600px) {
    .TopNavShareSocialModule {
        display: none;
    }

    .SeasonInfoHead {
        display: block;
        padding: 16px;
    }

        .SeasonInfoHead h1 {
            display: block;
            max-width: 100%;
        }

    .SeasonInfoShareContent {
        display: none;
    }

    .SeasonInfoShareContentCenter {
        display: flex;
    }

    .MainEngagementModule {
    }

        .MainEngagementModule label {
            display: block;
            font-size: 16px;
        }

        .MainEngagementModule img {
            display: block;
            margin-left: 50%;
            transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        }

        .MainEngagementModule div {
            display: block;
            margin-top: 32px;
            margin-left: 50%;
            transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        }

        .MainEngagementModule button {
            display: block;
            height: 60px;
            margin-left: 50%;
            transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            margin-top: 8px;
        }
}
