@charset "utf-8";

body {
    color: #1a1a1a;
}

header {
    height: 70px;
}

.main-visual {
    background: url(../img/mv-bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-visual h1 img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

.main-visual p {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.text-bold {
    font-weight: bold;
}

.section-inner {
    width: 900px;
    margin: 0px auto;
    padding: 60px 0;
}

.section-inner .section-title {
    font-size: 28px;
    color: #1a1a1a;
    font-weight: normal;
    margin-bottom: 50px;
}

.section-inner p {
    font-size: 16px;
    line-height: 1.8;
}

.section-prize {
    background: url(../img/content-bg-stripe.png) repeat 16px 16px;
}

.section-prize .section-inner {
    padding: 0 0 40px;
}

.section-prize-inner-bg {
    background: url(../img/content-bg-image.png) no-repeat center top;
    background-size: contain;
}

dl.prize-novel {
    display: flex;
    margin-bottom: 40px;
}

dl.prize-novel dt {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

dl.prize-novel dd {
    flex: 1;
    margin-left: 50px;
    line-height: 1.8em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

dl.prize-novel.info dd {
    max-height: 180px;
}

dl.prize-novel dt.title-novel {
    color: #fff;
    background: #1a1a1a;
}

dl.prize-novel dd h2.novel-title {
    font-size: 30px;
    color: #1a1a1a;
    text-align: left;
    line-height: 1.3em;
    margin: 0;
}

dl.prize-novel dd .novel-writer {
    margin-top: 15px;
}

dl.prize-novel dt.title-story {
    border: 1px solid #1a1a1a;
}

dl.prize-novel dd.prize-badge img {
    width: 158px;
    height: auto;
}

.section-editor-comment {
    background: #fff;
}

.section-editor-comment .section-title {
    text-align: left;
    /* margin-left: 232px; */
}

.editor-comment {
    display: flex;
}

.editor-comment .editor-comment-image {
    width: 182px;
}

.editor-comment .editor-comment-image img {
    width: 100%;
}

.editor-comment .editor-comment-text {
    flex: 1;
    /* margin-left: 50px; */
}

.editor-comment .editor-comment-text p {
    margin-bottom: 1em;
}

.section-judge {
    background: #2f0d0c;
    color: #fff;
}

.section-judge .section-title {
    color: #fff;
}

.judges {
    display: flex;
    justify-content: space-between;
}

.judges .judge {
    width: 29%;
    text-align: center;
}

.judges .judge .judge-name {
    font-weight: bold;
    margin: 25px 0;
}

.judges .judge .judge-profile {
    font-size: 14px;
    text-align: left;
}

.judges .judge img {
    width: 167px;
}

/*--------------------------------------------------------
解像度720px以下
--------------------------------------------------------*/
@media only screen and (max-width : 720px) {

    header {
        height: auto;
        background-size: cover;
        overflow: hidden;
    }

    header #logo {
        height: 22px;
        padding: 0;
        overflow: hidden;
        padding: 18px 0;
    }

    header #logo img {
        width: 130px;
        margin: 0px auto;
        display: block;
    }

    header #logo p {
        width: 100%;
    }

    .main-visual {
        padding: 30px 0;
        height: 240px;
    }

    .main-visual h1 {
        width: 80%;
    }

    .main-visual p {
        margin-top: 10px;
        font-size: 14px;
        padding: 0 20px;
        line-height: 1.5;
    }

    .section {
        padding: 0 20px;
    }

    .section-inner {
        width: 100%;
        padding: 30px 0;
    }

    .section-inner .section-title {
        margin-bottom: 20px;
    }

    .section-prize-inner-bg {
        background-size: cover;
        margin: 0 -20px;
        padding: 0 20px;
    }

    .section-prize .section-inner {
        padding: 20px 0;
    }

    dl.prize-novel {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    dl.prize-novel dt {
        width: 100%;
        height: auto;
        line-height: 40px;
    }

    dl.prize-novel dd {
        margin-left: 0;
        padding: 10px 0;
    }

    .section-editor-comment .section-title {
        margin-left: 0;
        text-align: center;
    }

    .editor-comment {
        flex-direction: column;
        align-items: center;
    }

    .editor-comment .editor-comment-text {
        margin-left: 0;
        margin-top: 20px;
    }

    .judges {
        flex-direction: column;
        align-items: center;
    }

    .judges .judge {
        width: 100%;
        margin-bottom: 30px;
    }

    .judges .judge .judge-name {
        margin: 15px 0;
    }

    aside ul {
        width: 100%;
    }

    aside ul li {
        width: 100%;
        float: unset;
        list-style-type: none;
        margin-right: 0;
    }

    aside ul li img {
        display: block;
        margin: 0 auto 20px;
    }

    aside ul {
        padding: 30px 0 10px;
        height: auto;
    }

    footer div {
        width: 100%;
    }

}