/*========================

cmn

========================*/
/*
 * reset
 */
body {
    color: #424242;
    font-family: "Yu Gothic", "Yu Gothic UI", "Segoe UI", "游ゴシック", "Meiryo", "Meiryo UI", "メイリオ", "Hiragino Sans", "Sanfrancisco", "Hiragino Kaku", "Gothic ProN", "Helvetica Neue", "Noto Sans CJK JP", "Roboto", sans-serif;
}

article {
    position: relative;
}

ul,
ol {
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: all .3s ease;
}

p,
span,
strong,
a,
time {
    font-size: .875em;
}


/*
 * lyout
 */
.outer {
    overflow-y: hidden;
}

.wrap {
    width: 1025px;
    margin-right: auto;
    margin-left: auto;
}

main article {
    margin-top: 7.5em;
}

#slider main article {
    margin-top: 2.5em;
}

main h2 {
    margin-bottom: 1em;
    font-size: 2.5em;
    text-align: center;
}

.col {
    display: flex;
}

.btn_red {
    background-color: #c96262;
}

.btn_blu {
    background-color: #5878ad;
}

.btn_grn {
    background-color: #6aad58;
}

.shadow {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.6);
}

.bg {
    position: relative;
    z-index: 0;
}

.bg::before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -999;
    width: 100%;
    content: "";
    transform-origin: center;
}

@media screen and (max-width: 1024px) {
    .wrap {
        width: calc(100% - 2.5em);
    }
}


/*
 * effect
 */
a:hover {
    opacity: .8;
    transition: all .3s ease;
}



/*========================

header

========================*/
/*
 * mv
 */
.mv {
    margin-top: 1.25em;
    max-width: 1025px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* mv_title
========================*/
.mv_logo {
    align-items: center;
    justify-content: space-between;
    font-size: 2.5em;
}

.mv_logo img {
    /*width: 157px;*/
    width: 240px;
    height: auto;
    backface-visibility: hidden;
}

.mv_title {
    width: auto;
    align-items: center;
}

.mv_title span {
    margin-right: .4em;
    font-size: .714em;
}

.mv_title .mv_em {
    display: inline-block;
    padding: 5px;
    color: #fff;
    background: #f46767;
}

@media screen and (max-width: 1024px) {
    .mv_logo {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .mv_title {
        flex-direction: column;
        margin-top: 10px;
    }

    .mv_logo img {
        width: 157px;
    }

    .mv_logo .mv_title {
        width: 80%;
    }

    .mv_title span {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 375px) {
    .mv_logo {
        font-size: 1.75em;
    }
}

/* mv_img
========================*/
.mv_img {
    margin-top: 1.25em;
}

.mv_img img {
    width: 100%;
    height: auto;
}

.mv_img_sp {
    display: none;
    margin-top: 1.25em;
}

@media screen and (max-width: 767px) {
    .mv_img {
        display: none;
    }

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

    .mv_img_sp li {
        width: calc(100% / 2);
        height: auto;
    }

    li.mv_spfit {
        width: 42.5%;
    }

    .mv_img_sp li.mv_andmore {
        width: 15%;
        padding-top: 1.5%;
        background: #f1f1f1;
    }

    .mv_img_sp img {
        width: 100%;
        height: auto;
    }
}

/* mv_term
========================*/
.mv_term {
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25em;
}

.mv_term p,
.mv_term time {
    font-weight: bold;
    font-size: 1.25em;
}

.mv_period {
    width: auto;
    z-index: 1;
}

.mv_period p {
    position: relative;
    padding: 0 .8em;
    margin-right: .8em;
}

.mv_period p::before,
.mv_period p::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 1px;
    height: 1.5em;
    content: "";
    border-left: 2px solid #424242;
    transform: translateY(-50%) rotate(20deg);
    transform-origin: left bottom;
}

.mv_period p::before {
    left: 0;
}

.mv_period p::after {
    right: .5em;
}

.mv_lead {
    position: relative;
    z-index: 1;
    width: 19.272em;
    margin-right: .4em;
    margin-left: .4em;
    line-height: 2em;
    text-align: center;
    color: #fff;
}

.mv_lead::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fe1958;
    transform: skew(-20deg, 0);
}

@media screen and (max-width: 1024px) {
    .mv_term {
        flex-direction: column;
    }

    .mv_lead {
        margin-top: .5em;
    }
}

@media screen and (max-width: 767px) {
    .mv_period {
        flex-direction: column;
    }

    .mv_period p {
        padding: 0;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .mv_term time {
        font-size: 1.12em;
    }
}

@media screen and (max-width: 375px) {
    .mv_lead {
        width: calc(100% - .8em);
        line-height: 1.3;
        margin-right: 0;
        margin-left: 0;
        padding: .5em 1em;
    }

    .mv_term .mv_lead {
        font-size: 1.125em;
    }
}

/* mv_txt
========================*/
.mv_txt {
    margin-top: 7.5em;
}

.mv_txt.bg::before {
    top: 45%;
}

.mv_txt::before {
    height: 17em;
    background-color: #ff8db4;
    transform: translateY(-50%) skewY(-186deg);
}

.mv_txt p {
    margin-bottom: 1.25em;
    font-weight: bold;
    font-size: 1em;
}

.mv_txt p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 590px) {
    .mv_txt::before {
        height: 20em;
    }
}

@media screen and (max-width: 320px) {
    .mv_txt::before {
        height: 23em;
    }
}



/*========================

hd_application_btn

========================*/
.hd_application_btn {
    margin: 10.5em auto;
}

.hd_application_btn .application_btn {
    margin-top: 0;
}

@media screen and (max-width: 414px) {
    .hd_application_btn {
        margin: 4.5em auto;
    }
}



/*========================

news

========================*/
.news .wrap {
    width: 54em;
}

.news_post {
    margin-bottom: 3.75em;
}

.news_post:last-child {
    margin-bottom: 0;
}

.news_post a {
    justify-content: space-between;
    color: #424242;
}

@media screen and (max-width: 1024px) {
    .news .wrap {
        width: calc(100% - 2.5em);
    }
}


/* news_postmeta
========================*/
.news_post .col {
    justify-content: space-between;
    font-size: .875em;
}

.news_postmeta {
    position: relative;
    width: calc(100% - 8.86em - 2.5em);
}

.news_postmeta time {
    font-size: 1em;
}

.news_postmeta h3 {
    font-size: 1.142em;
}

.news_postmeta h3 a {
    display: block;
    font-size: 1em;
    text-decoration: underline;
}

.news_postmeta h3 a:hover {
    text-decoration: none;
}

.news_btn span {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5em;
    height: 2.25em;
    font-weight: bold;
    font-size: 1.3em;
    background: url(images/arr_black.png) no-repeat 90% center;
}

@media screen and (max-width: 767px) {
    .news_postmeta {
        width: calc(100% - 8.86em - 1.428em);
    }

    .news_btn span {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .news_postmeta {
        width: calc(100% - 7.86em - 1.428em);
    }

    .news_btn span {
        position: static;
        font-size: 1.2em;
        background: url(images/arr_black.png) no-repeat 98% center;
    }
}


/* news_thumbs
========================*/
.news_thumbs a {
    font-size: 1em;
}

.news_thumbs img {
    width: 8.86em;
    height: 8.86em;
    object-fit: cover;
    object-position: top;
}

@media screen and (max-width: 320px) {
    .news_thumbs img {
        width: 7.86em;
        height: 7.86em;
        object-fit: cover;
    }
}



/*========================

summary

========================*/
.summary::before {
    height: 120%;
    background-color: #19c2d8;
    transform: translateY(-50%) skewY(186deg);
}

@media screen and (max-width: 767px) {
    .summary::before {
        height: 108%;
    }
}


/*
 * summary_term
 */
.summary_term {
    width: 21.875em;
    margin: 0 auto;
    font-weight: bold;
}

.summary_term li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .8em;
    font-size: 1.25em;
}

.summary_term li:last-child {
    margin-bottom: 0;
}

.summary_term time {
    font-size: 1em;
}

@media screen and (max-width: 767px) {
    .summary_term li {
        align-items: flex-start;
    }

    .summary_term time {
        width: 50%;
    }

    .summary_term {
        width: 100%;
    }
}


/*
 * summary_department
 */
.summary_department {
    margin-top: 2.5em;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .summary_department {
        flex-direction: column;
    }
}

/* summary_part
========================*/
.summary_part {
    position: relative;
    padding: 1.687em;
    width: calc((100% / 2) - 2.5em);
    background-color: #fff;
}

.summary_part::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 3.125em 3.125em 0 0;
    border-color: #f8d43b transparent transparent transparent;
}

.summary_part h3 {
    margin-bottom: 1em;
    font-size: 1.25em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .summary_part {
        width: 100%;
        margin-bottom: 1.25em;
    }

    .summary_part:last-child {
        margin-bottom: 0;
    }
}

.summary_part strong {
    display: block;
    margin-bottom: .5em;
    font-size: 1.25em;
    text-align: center;
}

.summary_part>p {
    padding-left: 1.75em;
}

/* summary_cat
========================*/
.summary_cat {
    margin: 1em 0;
    justify-content: center;
}

.summary_cat li {
    margin-right: 1em;
    font-weight: bold;
}

.summary_cat li::before {
    content: "－";
}

.summary_cat li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .summary_cat {
        width: 50%;
        flex-direction: column;
        margin: 1em auto;
    }

    .summary_cat li {
        margin-right: 0;
    }
}

/* summary_note
========================*/
.summary_note {
    margin: 0;
    padding-left: 1.75em;
}

.summary_note li {
    list-style: disc;
    font-size: .875em;
}

/* summary_attention
========================*/
.summary_attention {
    margin-top: 2.5em;
}

.summary_attention li {
    position: relative;
    padding-left: 1em;
    font-size: .875em;
}

.summary_attention li::before {
    position: absolute;
    left: 0;
    content: "※";
}

.summary_attention-desc li {
    font-size: 1em;
}

.summary_attention-desc li::before {
    content: "-";
}



/*========================

judge

========================*/
.judge_post {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5em;
}

.judge_post:first-of-type {
    margin-bottom: 3em;
}

.judge_post:nth-of-type(2) {
    margin-bottom: 3em;
}

.judge_post:last-child {
    margin-bottom: 0;
}

.judge_thumbs {
    width: 9.75em;
}

.judge_post:nth-child(odd) .judge_thumbs {
    order: 2;
}

.judge_thumbs img {
    width: 100%;
    height: auto;
}

.judge_metabox {
    width: calc(100% - 9.75em - 2.5em);
}

.judge_metabox .judge_postmeta:not(:first-of-type) {
    margin-top: 2.5em;
}

.judge_postmeta h3 {
    margin-bottom: 1.1em;
    font-size: 1.125em;
}

.judge_postmeta a {
    color: #ff8db4;
    font-weight: bold;
    font-size: 1em;
}

@media screen and (max-width: 767px) {

    .judge_post,
    .judge_post:nth-of-type(2) {
        flex-direction: column;
        margin-bottom: 3.75em;
    }

    .judge_post:first-of-type {
        margin-bottom: 2em;
    }

    .judge_thumbs {
        margin: 0 auto 1.6em;
        height: 100%;
    }

    .judge_thumbs img {
        width: 100%;
        height: 9.75em;
        object-fit: cover;
        object-position: top;
    }

    .judge_thumbs img.mugenup_img {
        height: auto;
    }

    .judge_post:nth-child(odd) .judge_thumbs {
        order: 1;
    }

    .judge_metabox {
        order: 2;
        width: 100%;
    }

    .judge_postmeta h3 {
        text-align: center;
    }
}



/*========================

award

========================*/
.award::before {
    height: 105%;
    background-color: #f8d43b;
    transform: translateY(-50%) skewY(-186deg);
}

@media screen and (max-width: 767px) {
    .award::before {
        height: 108%;
    }
}

@media screen and (max-width: 339px) {
    .award::before {
        height: 110%;
    }
}


/*
 * award_part
 */
.award_part {
    position: relative;
    z-index: 1;
    margin: 0 auto 5em;
    font-weight: bold;
}

.award_part::before,
.award_part::after {
    position: absolute;
    top: 0;
    z-index: -1;
}

.award_part::before {
    left: 0;
    content: url(images/award_bg-l.png);
}

.award_part::after {
    right: 0;
    content: url(images/award_bg-r.png);
}

.award_part:last-child {
    margin-bottom: 0;
}

.award_part h3 {
    padding-top: 2.6em;
    font-size: 1.875em;
    text-align: center;
    background: no-repeat center top;
}

@media screen and (max-width: 767px) {
    .award_part {
        width: 100%;
    }

    .award_part::before,
    .award_part::after {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 320px) {

    .award_part::before,
    .award_part::after {
        bottom: 0;
        top: 0;
        transform: none;
    }
}

/* award_box
========================*/
.award_box {
    justify-content: center;
    margin-top: 2.5em;
}

.award_jury .award_box {
    flex-wrap: wrap;
}

.award_grand h3 {
    background-image: url(images/award_grand.png);
}

.award_jury h3 {
    background-image: url(images/award_jury.png);
}

.award_cat {
    width: 9.875em;
    margin-left: 1.375em;
}

.award_cat:nth-child(1) {
    margin-left: 0;
}

.award_jury .award_cat {
    width: 19em;
}

.award_jury .award_box .award_cat:nth-child(1) {
    margin-left: 0;
}

.award_cat h4 {
    font-size: 1.25em;
    text-align: center;
}

.award_cat ul {
    margin-top: 1.25em;
    margin-bottom: 0;
}

.award_cat li {
    position: relative;
}

.award_cat li::before {
    content: "－";
}

.award_cat span {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 1em;
    transform: translateY(-50%);
}

.award_jury {
    padding: 1.875em 0;
}

.award_jury p {
    margin-top: 1.25em;
    font-size: 1em;
}

.award_jury strong {
    font-size: 1.25em;
}

@media screen and (max-width: 767px) {
    .award_cat:nth-child(odd) {
        margin-left: 0;
    }

    .award_cat:nth-child(2) {
        margin-bottom: 1.25rem;
    }
}

@media screen and (max-width: 320px) {
    .award_box {
        flex-direction: column;
    }

    .award_cat,
    .award_cat:nth-child(odd) {
        width: 50%;
        margin: 0 auto 1.25em;
    }

    .award_cat:last-child {
        margin-bottom: 0;
    }

    .award_jury .award_cat {
        width: 100%;
        margin: 0;
    }

    .award_jury .award_cat:nth-child(2) {
        margin-bottom: 1.25em;
    }
}

/* award_extra
========================*/
.award_extra {
    margin-top: 2.5em;
}

.award_extra h4 {
    padding-top: 60px;
    font-size: 1.5em;
    text-align: center;
    background: url(images/award_extra.png) center top no-repeat;
}

.award_extra ul {
    margin-top: 1.25em;
}

.award_extra li {
    margin: 0 auto;
    text-indent: -1em;
    padding-left: 1em;
}

.award_extra li::before {
    content: "－";
}

.award_extra-box {
    margin: 16px auto;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 64%;
}

.award_extra-box .award_extra-box__body {
    width: 74%;
}

.award_extra .award_extra-box .award_extra-box__body p {
    width: 100%;
    text-indent: 0;
    padding-left: 0;
}

.award_extra-box img {
    width: 24%;
}

.award_extra-box a {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    color: #19c2d8;
}

.award_extra-box a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #19c2d8;
    border-right: solid 2px #19c2d8;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.award_extra-box a:hover {
    text-decoration: underline;
}


@media screen and (max-width: 767px) {
    .award_extra-box {
        flex-flow: column;
        width: 100%;
        text-align: center;
    }

    .award_extra-box .award_extra-box__body {
        width: 100%;
    }

    .award_extra-box img {
        width: 80%;
    }
}

/*.award_extra-box p {
    text-align: center;
}*/

.award_grand .award_extra li {
    width: 13em;
}

.award_jury .award_extra li {
    width: 25em;
}

.award_extra p {
    margin: 0 auto;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1em;
}

.award_grand .award_extra p {
    width: 29em;
}

.award_jury .award_extra p {
    width: 24em;
}

.award_msi {
    margin-bottom: 1em;
    text-align: center;
}

.award_msi img {
    width: 250px;
    height: auto;
    margin: 1em auto;
}

.award_wacom {
    margin-bottom: 1em;
}

.award_wacom p {
    padding: 0;
    text-align: center;
}

.award_wacom img {
    width: 250px;
    height: auto;
    margin: 1em auto;
}

@media screen and (max-width: 767px) {

    .award_grand .award_extra li,
    .award_grand .award_extra p,
    .award_jury .award_extra li,
    .award_jury .award_extra p {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {

    .award_part .award_extra li,
    .award_part .award_extra p {
        width: 100%;
    }
}


/*========================

application

========================*/
.application {
    z-index: 1;
}

.application ol,
.application li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.application li {
    position: relative;
}

.application p {
    margin: 1em 0;
    padding-left: 1em;
    font-weight: bold;
    font-size: 1.125rem;
}

.application p span {
    position: absolute;
    top: 0;
    left: 0;
}

.application .indent {
    text-indent: -1em;
    padding-left: 2em;
}

.application p a {
    color: #19c2d8;
}

.application_btn {
    margin: 2rem auto 0;
    width: 27.68em;
    padding-bottom: 1em;
}

.application_btn {
    margin: 2rem auto 0;
    width: 27.68em;
}

.application p {
    margin: 1em 0;
    padding-left: 1em;
    font-weight: bold;
    font-size: 1.125rem;
}

.application_btn .done {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.875em;
    background: #828282;
}

.application_btn a:hover {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .application_btn {
        width: 100%;
    }

    .application_btn a {
        justify-content: center;
        padding-left: 0;
        font-size: 1.285em;
        text-align: center;
        background-image: none;
    }
}




/*========================

footer

========================*/
footer {
    position: relative;
}


/* upper
========================*/
.upper {
    z-index: 1;
    right: 1.25em;
}

.upper_fit {
    position: fixed;
    bottom: 1.25em;
}

.upper_stop {
    position: absolute;
    bottom: 120%;
}

.upper a {
    display: block;
}

@media screen and (max-width: 1024px) {
    .upper {
        right: .8em;
        padding: 0 .625em;
    }
}

@media screen and (max-width: 767px) {
    .upper {
        padding: 0;
    }

    .upper img {
        width: 5em;
        height: auto;
    }
}


/* footer_link
========================*/
.footer_link {
    margin-top: 15.625em;
}

#slider .footer_link {
    margin-top: 2.5em;
}

.footer_link::before {
    height: 32.125em;
    background-color: #ff8db4;
    transform: translateY(-50%) skewY(-186deg);
}

#slider .footer_link::before {
    display: none;
}

.footer_link .col {
    justify-content: center;
}

.footer_link ul {
    justify-content: space-between;
    margin: 0;
    font-weight: bold;
}

.footer_link li {
    width: calc((100% / 2) - 1.25em);
    color: #fff;
    font-size: 1.875em;
}

.footer_txt {
    position: relative;
    text-align: center;
}

.footer_txt::before,
.footer_txt::after {
    position: absolute;
    top: 0;
    width: 3px;
    height: 110%;
    content: "";
    background-color: #fff;
}

.footer_txt::before {
    left: 0;
    transform: rotate(-30deg);
    transform-origin: right top;
}

.footer_txt::after {
    right: 0;
    transform: rotate(30deg);
    transform-origin: left top;
}

.footer_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.666em;
    margin-top: .666em;
    ;
    color: #fff;
}

.footer_btn::after {
    position: absolute;
    top: 50%;
    right: 1.333em;
    width: .5em;
    height: .5em;
    content: "";
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
}

.footer_btn img {
    margin-right: .7em;
}

@media screen and (max-width: 960px) {
    .footer_txt {
        font-size: .666em;
    }
}

@media screen and (max-width: 767px) {
    .footer_link ul {
        flex-direction: column;
    }

    .footer_link li {
        width: 100%;
        margin-bottom: 1em;
    }

    .footer_link li:last-child {
        margin-bottom: 0;
    }

    .footer_btn::after {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .footer_link li {
        font-size: 1.5em;
    }
}


/* copyright
========================*/
.footer_link small {
    display: block;
    width: 100%;
    margin-top: 5.714em;
    padding: 2.142em 1em;
    text-align: center;
    background-color: #fff;
}


/*
 * summary_term
 */


/* 小項目
========================*/


/* 細かいメモ */

/* スペシャルセミナー動画 - 20210806 */
.seminar strong {
    display: block;
    margin: 40px 0 20px 0;
    font-size: 1.3em;
}

.seminar strong.moveBox_2col {
    max-width: calc(67%);
    margin: 40px auto 20px auto;
}

.moveBox {
    display: flex;
}

.moveBox+.moveBox {
    margin-top: 40px;
}

.moveBox_2col {
    justify-content: center;
    margin: 0 auto;
}

.moveBox section {
    width: calc((100% - 20px) / 3);
}

.moveBox section+section {
    margin-left: 20px;
}

.moveBox section iframe {
    width: 100%;
    height: auto;
}

.moveBox section h3 {
    font-size: 1em;
}

@media screen and (max-width: 767px) {
    .seminar strong.moveBox_2col {
        max-width: 100%;
    }

    .moveBox {
        display: block;
    }

    .moveBox+.moveBox {
        margin-top: 30px;
    }

    .moveBox section {
        width: 100%;
    }

    .moveBox section+section {
        margin-top: 30px;
        margin-left: 0;
    }
}

/* コンテスト参加申し込みボタン - 20210806 */
.app_btn {
    display: table;
    margin: 2rem auto 0;
}

.app_btn a {
    display: block;
    padding: 18px 20px 18px 118px;
    color: #fff;
    font-weight: bold;
    font-size: 1.875rem;
    background: #fe1958 url(images/btn_application.png) left 1em center no-repeat;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .app_btn {
        display: block;
    }

    .app_btn a {
        padding: 25px 15px;
        font-size: 1.285em;
        text-align: center;
        background-image: none;
    }
}



/*========================

result

========================*/
.result::before {
    height: 25em;
    background-color: #19c2d8;
    transform: translateY(-50%) skewY(186deg);
}

/* top - result */
.result {
    padding-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
    .result {
        padding-bottom: 1.5rem;
    }
}

.result_top {
    margin: 13.5em 0;
}

.result_link {
    justify-content: space-between;
    font-weight: bold;
    flex-wrap: wrap;
}

.result_link li {
    width: calc((100% / 2) - 1.25em);
    color: #fff;
    font-size: 1.875em;
}

.result_link li:nth-last-of-type(n+1) {
    margin-top: 30px;
}

.result_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.666em;
    color: #424242;
    background: #f8d43b;
}

.result_btn::after {
    position: absolute;
    top: 50%;
    right: 1.333em;
    width: .5em;
    height: .5em;
    content: "";
    border-top: 3px solid #424242;
    border-right: 3px solid #424242;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
}

@media screen and (max-width: 767px) {
    .result_top {
        margin: 7.5em 0;
    }

    .result_link {
        flex-direction: column;
    }

    .result_link li {
        width: 100%;
        margin-bottom: 1em;
    }

    .result_link::after {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .result_link li {
        font-size: 1.5em;
    }
}

/* result page - header */
.result_page_hd {
    padding: 2rem 0;
    text-align: center;
    background-color: #f8d43b;
}

.result_1 img {
    width: 290px;
}

.result_page {
    margin-top: 4.5em;
}

.result_page_time .col {
    justify-content: center;
    margin-top: 1.25em;
}

.result_page_time span {
    display: inline-block;
    position: relative;
    padding: 0 .8em;
    margin-right: .8em;
}

.result_page_time span::before,
.result_page_time span::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 1px;
    height: 1.5em;
    content: "";
    border-left: 2px solid #424242;
    transform: translateY(-50%) rotate(20deg);
    transform-origin: left bottom;
}

.result_page_time span::before {
    left: 0;
}

.result_page_time span::after {
    right: .5em;
}

@media screen and (max-width: 767px) {
    .result_page_time .col {
        flex-direction: column;
    }

    .result_page_time span {
        padding: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .result_page_time time {
        font-size: .8em;
    }
}

/* result page - footer */
.result_page_ft {
    margin-top: 4.5rem;
    text-align: center;
}

.result_page_ft .wrap {
    padding: 0 1em;
}

.result_page_ft small {
    display: block;
    padding: 2.142em 0;
}

/* result page */
.result h3 {
    padding-top: 2.6em;
    font-size: 1.875em;
    text-align: center;
    background: no-repeat center top;
}

.result h4 {
    margin-bottom: 2em;
    font-size: 1.25em;
    text-align: center;
}

.result h5 {
    margin: 0 0 1.111em;
    font-size: 1.125em;
    text-align: center;
}

.result h6 {
    font-size: 1em;
}

.result_area {
    margin-top: 3.75em;
}

.result_area .col {
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .result_area>.col {
        flex-direction: column;
    }
}

.overall_review {
    margin-bottom: 3.75em;
}

.overall_review h3 {
    margin-bottom: 1em;
    padding-top: 0;
}

.overall_review p {
    width: 58%;
    margin: 0 auto 1.25em;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .overall_review p {
        width: 100%;
    }
}

.result_area .work {
    width: calc(100% / 2);
    margin-top: 3.75em;
    padding: 0 2.5em;
}

.result_area .work:nth-child(odd) {
    padding-left: 0;
}

.result_area .work:nth-child(even) {
    padding-right: 0;
    border-left: 1px solid #ccc;
}

.result_area .work:last-child {
    padding-right: 0;
    margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
    .result_area .work {
        width: 100%;
        padding: 0;
    }

    .result_area .work:first-child {
        margin-top: 0;
    }

    .result_area .work:nth-child(even) {
        border-left: 0;
    }

    .result_area .work:last-child {
        margin: auto;
    }
}

.result_thumbs img {
    object-fit: cover;
    width: auto;
    height: 300px;
    margin: 0 auto;
    padding: .357em;
    border: 1px solid #ccc;
}

.lum-img {
    margin-right: auto;
    margin-left: auto;
}

.lum-lightbox-inner img {
    position: relative;
    max-height: 800px;
}

.lum-gallery-button {
    display: none !important;
}

@media screen and (max-width: 767px) {

    .result_thumbs img {
        width: 100%;
        height: auto;
    }

    .result_thumbs.horizontal img {
        width: 100%;
        height: auto;
    }

    .lum-lightbox {
        z-index: 2;
    }

    .lum-lightbox-inner img {
        max-width: 100%;
        max-height: 100%;
    }
}

.work_meta,
.work_comment {
    margin-top: .625em;
}

.work_meta {
    margin-top: 1.25em;
    text-align: center;
}

.work_meta h6 {
    margin: 0 0 .5em;
    font-size: 1.25em;
}

.work_meta cite {
    font-style: normal;
}

.work_comment.short {
    text-align: center;
}

.work_review {
    margin-top: 1.25em;
}

.work_review h6 {
    display: table;
    margin: 0 auto .3125em;
}

.work_review p {
    margin-bottom: .8em;
}

.work_review p:last-child {
    margin-bottom: 0;
}

/* grand */
.result_grand h3 {
    background-image: url(images/award_grand.png);
}

/* jury */
.result_jury {
    margin-top: 5em;
}

.result_jury h3 {
    background-image: url(images/award_jury.png);
}

.result_jury .result_area>.col:nth-child(n+2) {
    margin-top: 2.5em;
}

@media screen and (max-width: 767px) {
    .work_review p:last-child {
        margin-bottom: 1.25em;
    }
}

/*========================

manga

========================*/
.manga h2 {
    margin-bottom: 0;
}

.manga p {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.25em;
    text-align: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: "Yu Gothic", "Yu Gothic UI", "Segoe UI", "游ゴシック", "Meiryo", "Meiryo UI", "メイリオ", "Hiragino Sans", "Sanfrancisco", "Hiragino Kaku", "Gothic ProN", "Helvetica Neue", "Noto Sans CJK JP", "Roboto", sans-serif;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: ">";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "<";
}

@media screen and (max-width: 767px) {
    .blank {
        display: none;
    }
}

.manga_btnset {
    justify-content: space-between;
    font-weight: bold;
}

.manga_btnset li {
    width: calc((100% / 2) - 1.25em);
    font-size: 1.875em;
}

.manga_btnset a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.666em;
    color: #424242;
    font-weight: bold;
}

.manga_btnset li:nth-child(1) a {
    background-color: #ff8db4;
}

.manga_btnset li:nth-child(2) a {
    background-color: #f8d43b;
}

.manga_btnset a::after {
    position: absolute;
    top: 50%;
    left: 1.333em;
    width: .5em;
    height: .5em;
    content: "";
    border-top: 3px solid #424242;
    border-right: 3px solid #424242;
    transform: translateY(-50%) rotate(-135deg);
    transform-origin: center;
}

@media screen and (max-width: 767px) {
    .manga_btnset {
        flex-direction: column;
    }

    .manga_btnset li {
        width: 100%;
        margin-bottom: 1em;
        font-size: 1.25em;
    }

    .manga_btnset li:last-child {
        margin-bottom: 0;
    }

    .manga_btnset a::after {
        display: none;
    }
}



/*========================

mv2

========================*/
.mv2 .col {
    flex-wrap: wrap;
    justify-content: center;
}

.mv2 .mv_spfit {
    width: 100%;
}

.mv2 .mv_lead {
    margin-left: 2.4em;
}

@media screen and (max-width: 1024px) {
    .mv2 .mv_lead {
        margin-left: 0;
        font-size: 1.125em;
    }

}

@media screen and (max-width: 767px) {
    .mv2 .mv_img li:not(:last-child) {
        width: calc(100% / 5);
        height: auto;
    }
}




/*START OF UPDATE 250703*/
.judge_post .judge_thumbs.-set-3 img {
    width: 60%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .judge_post .judge_thumbs.-set-3 {
        width: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .judge_post .judge_thumbs.-set-3 img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .mv_img {
        display: block;
    }
}

/*END OF UPDATE 250703*/


/*START OF UPDATE 251110*/
.app_btnwrap {
    position: relative;
    padding: 30px 0;
}

.app_btnwrap::before {
    content: '';
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.app_btnnote {
    font-weight: bold;
    color: #fe1958;
    font-size: 2rem;
    text-stroke: 4px #FFF;
    -webkit-text-stroke: 4px #FFF;
    paint-order: stroke;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 6;
    width: 100%;
    text-align: center;
}


@media screen and (max-width: 767px) {
    .app_btnnote {
        font-size: 1.6rem;
    }
}

.app_btn {
    margin-top: 0;
}

.application_note {
    text-align: center;
    font-size: 1.3rem;
    margin: 30px 0 0;
    font-weight: bold;
    color: #fe1958;
}

/*END OF UPDATE 251110*/

/* 20260202 */
.summary_department {
    justify-content: center;
}

.mv_txt {
    margin-top: 9.5em;
}

main article.summary {
    margin-top: 12.5em;
}

@media screen and (max-width: 767px) {
    .mv_txt {
        margin-top: 5.5em;
    }

    main article.summary {
        margin-top: 7.5em;
    }
}

.award_big {
    margin-top: 2.5em;
    display: flex;
    justify-content: center;
}

.award_big .award_cat {
    width: auto;
}

.award_big .award_cat ul {
    width: 7em;
    margin: 0 auto;
    padding-top: 1.25em;
}

.award_big_text {
    text-align: center;
    font-size: 1em;
}

.award_grand .award_extra li {
    width: 28em;
}

.award_grand .award_extra p {
    width: 23em;
}

@media screen and (max-width: 767px) {
    .award_grand .award_extra li {
        width: 100%;
    }

    .award_grand .award_extra p {
        width: 100%;
    }
}