.ct-mom-award1 {
    margin: 0 0 30px
}

.item-mom-award1 {
    display: grid;
    grid-auto-flow: column dense;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
    gap: 10px 10px;
    grid-template-areas: "rank lyt-image" "rank episode";
    padding: 0 20px 0 0;
    margin: 0 -20px 30px;
    text-align: left;
    position: relative
}

@media screen and (min-width: 768px) {
    .item-mom-award1 {
        grid-template-columns:40px 1fr 30%;
        grid-template-rows: auto;
        grid-template-areas: "rank lyt-image episode"
    }
}

@media screen and (min-width: 1024px) {
    .item-mom-award1 {
        grid-template-columns:60px 1fr 40%;
        gap: 0;
        padding: 0;
        margin: 0 0 30px
    }
}

.item-mom-award1 .rank-area {
    grid-area: rank;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.item-mom-award1 .rank {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 16px;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: #fff;
    position: relative
}

.mom-award-area.first .item-mom-award1 .rank::before {
    font-family: icomoon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-style: normal;
    color: var(--color-main)
}

.award_crown_no_1::before {
    content: "\e637";
    color: #bbaf3d !important;
}

.award_crown_no_2::before {
    content: "\e637";
    color: #909090 !important;
}

.award_crown_no_3::before {
    content: "\e637";
    color: #bb813d !important;
}

.item-mom-award1 .previous {
    display: flex;
    align-items: center
}

.item-mom-award1 .new {
    padding-left: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-accents)
}

.item-mom-award1 .up {
    display: block;
    margin: -3px 2px 0 0;
    font-size: 12px;
    line-height: 1
}

.item-mom-award1 .up::before {
    content: "\e958";
    font-family: mdbn-iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    color: var(--color-like)
}

.item-mom-award1 .keep {
    display: block;
    margin: -2px 2px 0 0;
    font-size: 12px;
    line-height: 1
}

.item-mom-award1 .keep::before {
    content: "\e957";
    font-family: mdbn-iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    color: var(--color-sub)
}

.item-mom-award1 .down {
    display: block;
    margin: 0 2px 0 0;
    font-size: 12px;
    line-height: 1
}

.item-mom-award1 .down::before {
    content: "\e956";
    font-family: mdbn-iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    color: var(--color-sub)
}

.item-mom-award1 .previous-rank {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: #fff
}

.item-mom-award1 .lyt-image-area {
    grid-area: lyt-image;
    display: flex;
    align-items: flex-start;
    overflow: hidden
}

.item-mom-award1 .image-area {
    display: block;
    width: 70px;
    position: relative
}

.item-mom-award1 .image-area:hover+.column .title {
    color: var(--color-accents)
}

.item-mom-award1 .image {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 1;
    overflow: hidden;
    position: relative
}

.item-mom-award1 .image::before {
    content: "";
    display: block;
    padding-top: 100%
}

.item-mom-award1 .image>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: var(--color-header);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-mom-award1 .image>a>img {
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.item-mom-award1 .item-icon-recommend {
    position: absolute;
    width: 28px;
    top: 0;
    right: 0
}

.item-mom-award1 .column {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    overflow: hidden
}

.item-mom-award1 .title-area {
    display: block;
    width: 100%;
    margin: 0 0 10px
}

.item-mom-award1 .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    text-overflow: clip;
    white-space: normal;
    overflow: hidden;
    transition: all .3s
}

.item-mom-award1 .title:hover {
    color: var(--color-accents)
}

.item-mom-award1 .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.item-mom-award1 .author:hover {
    text-decoration: underline;
    color: var(--color-link1)
}

.item-mom-award1 .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    background-color: #fff;
    position: relative
}

.item-mom-award1 .thumb>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    border-radius: 50%
}

.item-mom-award1 .author-name {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-link1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.item-mom-award1 .episode-area {
    grid-area: episode
}

.item-mom-award1 .episode-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid var(--color-line);
    color: #fff;
    line-height: 1.5
}

.item-mom-award1 .episode-item:hover {
    color: var(--color-accents)
}

.item-mom-award1 .episode-item:hover .number:after {
    border-top: solid 2px var(--color-accents);
    border-right: solid 2px var(--color-accents)
}

.item-mom-award1 .number {
    font-size: 14px;
    font-weight: 400;
    transition: all .3s
}

.item-mom-award1 .number::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 2px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    transition: all .3s
}

.item-mom-award1 .period {
    font-size: 12px;
    font-weight: 700
}

.item-mom-award1 .finished {
    color: var(--color-sub)
}

.item-mom-award1 .voting {
    color: var(--color-accents)
}

@media screen and (min-width: 768px) {
    .item-mom-award1 .image-area {
        width:100px
    }

    .item-mom-award1 .title {
        height: 50px;
        font-size: 20px
    }

    .item-mom-award1 .number {
        font-size: 16px
    }

    .item-mom-award1 .period {
        font-size: 14px
    }

    .item-mom-award1 .thumb {
        width: 22px;
        height: 22px
    }

    .item-mom-award1 .author-name {
        font-size: 16px
    }
}

@media screen and (min-width: 1024px) {
    .item-mom-award1 .rank-area {
        align-items:flex-start
    }

    .item-mom-award1 .rank {
        gap: 10px;
        align-items: center;
        font-size: 28px
    }

    .mom-award-area.first .item-mom-award1:nth-of-type(-n+3) .rank::before {
        /* content: "\e637"; */
        font-size: 27px;
        margin-left: -5px;
        position: relative;
        left: 5px
    }

    .item-mom-award1 .down,.item-mom-award1 .keep,.item-mom-award1 .up {
        font-size: 15px
    }

    .item-mom-award1 .down::before,.item-mom-award1 .keep::before,.item-mom-award1 .up::before {
        font-size: 15px
    }

    .item-mom-award1 .previous-rank {
        font-size: 16px
    }

    .item-mom-award1 .new {
        padding: 0;
        font-size: 14px
    }

    .item-mom-award1 .image-area {
        width: 152px
    }

    .item-mom-award1 .item-icon-recommend {
        width: 46px;
        top: 8px;
        right: 2px
    }

    .item-mom-award1 .column {
        margin-left: 30px
    }

    .item-mom-award1 .title-area {
        margin: 25px 0
    }

    .item-mom-award1 .title {
        max-width: 400px;
        height: 55px;
        font-size: 22px
    }

    .item-mom-award1 .thumb {
        width: 28px;
        height: 28px
    }

    .item-mom-award1 .author-name {
        font-weight: 700
    }

    .item-mom-award1 .episode-area {
        margin: 25px 0 0
    }

    .item-mom-award1 .episode-item {
        padding: 6px 0
    }
}

.ct-mom-award2 {
    margin: 0 0 30px
}

@media screen and (min-width: 768px) {
    .ct-mom-award2 {
        display:grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 0;
        padding: 0 20px 0 0;
        margin: 0 -20px 30px
    }
}

@media screen and (min-width: 1024px) {
    .ct-mom-award2 {
        padding:0;
        margin: 0 0 30px
    }
}

.item-mom-award2 {
    display: flex;
    gap: 10px;
    padding: 0 20px 0 0;
    margin: 0 -20px 30px;
    text-align: left;
    position: relative
}

@media screen and (min-width: 768px) {
    .item-mom-award2 {
        padding:0;
        margin: 0 0 30px
    }
}

@media screen and (min-width: 1024px) {
    .item-mom-award2 {
        gap:0
    }
}

.item-mom-award2 .rank-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 40px
}

.item-mom-award2 .rank {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: #fff;
    position: relative
}

.item-mom-award2 .previous {
    display: flex;
    align-items: center
}

.item-mom-award2 .new {
    padding-left: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-accents)
}

.item-mom-award2 .up {
    display: block;
    margin: -3px 2px 0 0;
    font-size: 12px;
    line-height: 1
}

.item-mom-award2 .up::before {
    content: "\e958";
    font-family: mdbn-iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    color: var(--color-like)
}

.item-mom-award2 .keep {
    display: block;
    margin: -2px 2px 0 0;
    font-size: 12px;
    line-height: 1
}

.item-mom-award2 .keep::before {
    content: "\e957";
    font-family: mdbn-iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    color: var(--color-sub)
}

.item-mom-award2 .down {
    display: block;
    margin: 0 2px 0 0;
    font-size: 12px;
    line-height: 1
}

.item-mom-award2 .down::before {
    content: "\e956";
    font-family: mdbn-iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    color: var(--color-sub)
}

.item-mom-award2 .previous-rank {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: #fff
}

.item-mom-award2 .lyt-image-area {
    flex: 1;
    display: flex;
    align-items: flex-start;
    overflow: hidden
}

.item-mom-award2 .image-area {
    display: block;
    width: 46px;
    position: relative
}

.item-mom-award2 .image-area:hover+.column .title {
    color: var(--color-accents)
}

.item-mom-award2 .image {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 1;
    overflow: hidden;
    position: relative
}

.item-mom-award2 .image::before {
    content: "";
    display: block;
    padding-top: 100%
}

.item-mom-award2 .image>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: var(--color-header);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-mom-award2 .image>a>img {
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.item-mom-award2 .item-icon-recommend {
    position: absolute;
    width: 28px;
    top: 0;
    right: 0
}

.item-mom-award2 .column {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    overflow: hidden
}

.item-mom-award2 .title-area {
    display: block;
    width: 100%;
    margin: 0 0 10px
}

.item-mom-award2 .title-area:hover .title {
    color: var(--color-accents)
}

.item-mom-award2 .title {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    transition: all .3s
}

.item-mom-award2 .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.item-mom-award2 .author:hover {
    text-decoration: underline;
    color: var(--color-link1)
}

.item-mom-award2 .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    background-color: #fff;
    position: relative
}

.item-mom-award2 .thumb>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    border-radius: 50%
}

.item-mom-award2 .author-name {
    flex: 1;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-link1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.item-mom-award2 .episode-area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.item-mom-award2 .episode-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    color: #fff;
    line-height: 1.5;
    transition: all .3s
}

.item-mom-award2 .episode-item:hover {
    color: var(--color-accents)
}

.item-mom-award2 .episode-item:hover .number:after {
    border-top: solid 2px var(--color-accents);
    border-right: solid 2px var(--color-accents)
}

.item-mom-award2 .number {
    font-size: 12px;
    font-weight: 400
}

.item-mom-award2 .number::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 2px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    transition: all .3s
}

@media screen and (min-width: 1024px) {
    .item-mom-award2 .rank-area {
        align-items:flex-start;
        width: 60px
    }

    .item-mom-award2 .down,.item-mom-award2 .keep,.item-mom-award2 .up {
        font-size: 15px
    }

    .item-mom-award2 .down::before,.item-mom-award2 .keep::before,.item-mom-award2 .up::before {
        font-size: 15px
    }

    .item-mom-award2 .previous-rank {
        font-size: 16px
    }

    .item-mom-award2 .new {
        padding: 0;
        font-size: 14px
    }

    .item-mom-award2 .image-area {
        width: 90px
    }

    .item-mom-award2 .item-icon-recommend {
        width: 32px
    }

    .item-mom-award2 .column {
        margin-left: 14px
    }

    .item-mom-award2 .title {
        height: 25px;
        font-size: 20px
    }

    .item-mom-award2 .thumb {
        width: 22px;
        height: 22px
    }

    .item-mom-award2 .author {
        margin: 0 0 10px
    }

    .item-mom-award2 .author-name {
        font-size: 14px;
        font-weight: 700
    }

    .item-mom-award2 .episode-area {
        gap: 30px
    }

    .item-mom-award2 .number {
        font-size: 14px
    }
}

.ct-mom-result1 {
    margin: 0 0 30px
}

@media screen and (min-width: 768px) {
    .ct-mom-result1 {
        display:grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 20px
    }
}

@media screen and (min-width: 1024px) {
    .ct-mom-result1 {
        grid-gap:40px;
        width: 860px;
        padding: 0;
        margin: 0 auto 30px
    }
}

.item-mom-result1 {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 20px;
    margin: 0 -20px 30px;
    text-align: left;
    position: relative
}

@media screen and (min-width: 768px) {
    .item-mom-result1 {
        max-width:260px;
        padding: 0;
        margin: 0 0 30px
    }
}

.item-mom-result1:nth-of-type(-n+3) .item-rank::before {
    content: "\e637";
    font-family: icomoon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: var(--color-main)
}

.item-mom-result1:nth-of-type(1) .item-rank::before {
    color: #bbaf3d
}

.item-mom-result1:nth-of-type(2) .item-rank::before {
    color: #909090
}

.item-mom-result1:nth-of-type(3) .item-rank::before {
    color: #bb813d
}

.item-mom-result1 .item-image-area {
    display: block;
    width: 100%;
    max-width: 335px;
    margin: 0 auto 10px;
    position: relative
}

.item-mom-result1 .item-image {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: var(--color-header);
    opacity: 1;
    overflow: hidden;
    position: relative
}

.item-mom-result1 .item-image::before {
    content: "";
    display: block;
    padding-top: 70.7106781187%
}

.item-mom-result1 .item-image>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-mom-result1 .item-image>a>img {
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.item-mom-result1 .item-icon-recommend {
    position: absolute;
    width: 50px;
    top: 2px;
    right: 0
}

.item-mom-result1 .item-text {
    flex: 1;
    display: flex;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    overflow: hidden
}

.item-mom-result1 .item-rank-area {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px
}

.item-mom-result1 .item-rank {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 16px;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: #fff;
    position: relative
}

.item-mom-result1 .item-column {
    flex: 1;
    overflow: hidden
}

.item-mom-result1 .item-title-area {
    display: block;
    width: 100%;
    margin: 0 0 2px
}

.item-mom-result1 .item-title {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.item-mom-result1 .item-author {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    position: relative
}

.item-mom-result1 .item-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    background-color: #fff;
    position: relative
}

.item-mom-result1 .item-thumb>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    border-radius: 50%
}

.item-mom-result1 .item-author-name {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-link1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

@media screen and (min-width: 768px) {
    .item-mom-result1 .item-image-area::before {
        padding-top:100%
    }

    .item-mom-result1 .item-rank-area {
        width: 40px
    }
}

@media screen and (min-width: 1024px) {
    .item-mom-result1 .item-text {
        gap:10px
    }

    .item-mom-result1 .item-rank {
        align-items: center;
        font-size: 32px;
        top: -2px
    }

    .item-mom-result1 .item-rank::before {
        font-size: 27px
    }

    .item-mom-result1:nth-of-type(-n+3) .item-rank::before {
        content: "\e637";
        font-size: 27px;
        margin-left: -5px;
        position: relative;
        left: 5px
    }

    .item-mom-result1 .item-title-area {
        margin: 10px 0
    }

    .item-mom-result1 .item-title {
        height: 27px;
        font-size: 18px
    }

    .item-mom-result1 .item-icon-recommend {
        width: 60px;
        top: 8px;
        right: 4px
    }

    .item-mom-result1 .item-author {
        margin: 0!important
    }

    .item-mom-result1 .item-thumb {
        width: 32px;
        height: 32px
    }
}

.ct-mom-result2 {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-gap: 20px;
    padding: 0 20px;
    margin: 0 -20px 30px
}

@media screen and (min-width: 768px) {
    .ct-mom-result2 {
        grid-template-columns:repeat(6,minmax(0,1fr))
    }
}

@media screen and (min-width: 1024px) {
    .ct-mom-result2 {
        grid-gap:30px;
        width: 100%;
        padding: 0;
        margin: 0 auto 30px
    }
}

.item-mom-result2 {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative
}

.item-mom-result2 .item-rank {
    display: block;
    min-width: 20px;
    height: 20px;
    padding: 3px 5px;
    background-color: var(--color-background1);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.item-mom-result2 .item-text {
    flex: 1;
    display: flex;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    overflow: hidden
}

.item-mom-result2 .item-column {
    flex: 1;
    overflow: hidden
}

.item-mom-result2 .item-title-area {
    display: block;
    width: 100%
}

.item-mom-result2 .item-title {
    display: block;
    width: 100%;
    height: 21px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.item-mom-result2 .item-author {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    position: relative
}

.item-mom-result2 .item-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
    border-radius: 50%;
    background-color: #fff;
    position: relative
}

.item-mom-result2 .item-thumb>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    border-radius: 50%
}

.item-mom-result2 .item-author-name {
    flex: 1;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-link1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.item-mom-result2 .item-image-area {
    display: block;
    width: 100%;
    margin: 0 auto 8px;
    position: relative
}

.item-mom-result2 .item-image {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: var(--color-header);
    opacity: 1;
    overflow: hidden;
    position: relative
}

.item-mom-result2 .item-image::before {
    content: "";
    display: block;
    padding-top: 100%
}

.item-mom-result2 .item-image>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-mom-result2 .item-image>a>img {
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.item-mom-result2 .item-icon-recommend {
    position: absolute;
    width: 30px;
    top: 2px;
    right: 0
}

@media screen and (min-width: 1024px) {
    .item-mom-result2 .item-rank {
        min-width:26px;
        height: 26px;
        padding: 4px 5px;
        font-size: 18px
    }

    .item-mom-result2 .item-title-area {
        margin: 0 0 5px
    }

    .item-mom-result2 .item-title {
        height: 27px;
        font-size: 18px
    }

    .item-mom-result2 .item-icon-recommend {
        width: 46px;
        top: 4px;
        right: 2px
    }

    .item-mom-result2 .item-author {
        margin: 0!important
    }

    .item-mom-result2 .item-thumb {
        width: 20px;
        height: 20px
    }

    .item-mom-result2 .item-author-name {
        font-size: 14px
    }
}

.mom-hdg-area {
    position: relative;
    z-index: 0
}

.mom-hdg-area .main-visual {
    height: 210px;
    padding: 30px 20px 20px;
    margin: 0 -20px;
    position: relative;
    z-index: 0
}

.mom-hdg-area .main-visual::before {
    content: "";
    display: block;
    width: 100%;
    height: 210px;
    background-image: url(../../../images/mpc/manthly-award/bg-sp-v2.png);
    background-repeat: repeat;
    background-position: -12px top;
    background-size: auto 210px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.mom-hdg-area .main-visual-inner {
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
    position: relative
}

.mom-hdg-area .mom-hdg1 {
    margin: 0;
    position: relative
}

.mom-hdg-area .period {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    color: #fff
}

.mom-hdg-area .mpc {
    display: block;
    background: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.05
}

.mom-hdg-area .mom-hdg {
    display: block;
    padding: 12px 0;
    background: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.05;
    position: relative
}

.mom-hdg-area .mom-hdg::after {
    display: block;
    width: 48px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0
}

.mom-hdg-area .mom-top-hdg {
    display: block;
    width: 70%;
    background: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.05
}

.mom-hdg-area .main-visual-select,.mom-hdg-area .phase {
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.mom-hdg-area .counting,.mom-hdg-area .entry,.mom-hdg-area .result {
    display: block;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff
}

.mom-hdg-area .entry {
    background-color: var(--color-like)
}

.mom-hdg-area .counting {
    background-color: var(--color-accents)
}

.mom-hdg-area .result {
    background-color: var(--color-sub)
}

.mom-hdg-area .mom-desc {
    display: block;
    font-size: 18px;
    font-family: din-2014-narrow,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6;
    color: #fff
}

.mom-hdg-area .mom-desc>em {
    font-style: normal;
    color: var(--color-accents)
}

.mom-hdg-area .visible-sp {
    display: block
}

.mom-hdg-area .visible-pc {
    display: none
}

.mom-hdg-area .jumpplus,.mom-hdg-area .mangaplus {
    font-size: 18px
}

.mom-hdg-area .shueisha {
    font-size: 12px
}

.mom-hdg-area .img-jumpplus {
    width: 30px;
    margin-right: 8px;
    border-radius: 3px
}

.mom-hdg-area .img-mangaplus {
    width: 30px;
    margin: 0 8px 0 6px;
    border-radius: 3px
}

.mom-hdg-area .img-app {
    width: 30px
}

@media screen and (min-width: 768px) {
    .mom-hdg-area .main-visual {
        height:220px;
        padding: 40px 20px
    }

    .mom-hdg-area .main-visual::before {
        height: 100%;
        background-image: url(../../../images/mpc/manthly-award/bg-pc-v2.png);
        background-size: auto 220px
    }

    .mom-hdg-area .mom-hdg1 {
        margin: 0 0 5px
    }

    .mom-hdg-area .period {
        margin: 0;
        font-size: 26px
    }

    .mom-hdg-area .mom-hdg {
        font-size: 44px
    }

    .mom-hdg-area .mom-hdg::after {
        width: 54px
    }

    .mom-hdg-area .mom-top-hdg {
        font-size: 44px
    }

    .mom-hdg-area .counting,.mom-hdg-area .entry,.mom-hdg-area .result {
        font-size: 16px
    }

    .mom-hdg-area .mom-desc {
        font-size: 20px;
        text-align: left
    }

    .mom-hdg-area .jumpplus,.mom-hdg-area .mangaplus {
        font-size: 20px
    }

    .mom-hdg-area .img-jumpplus {
        width: 39px;
        margin: 0 8px 0 4px
    }

    .mom-hdg-area .img-mangaplus {
        width: 39px;
        margin: 0 8px 0 4px
    }

    .mom-hdg-area .shueisha {
        font-size: 14px
    }

    .mom-hdg-area .visible-sp {
        display: none
    }

    .mom-hdg-area .visible-pc {
        display: block
    }
}

@media screen and (min-width: 1024px) {
    .mom-hdg-area .main-visual {
        margin-right:calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%)
    }
}

.mom-more-area {
    margin: 0 0 20px;
    position: relative
}

.mom-more-area .more-button {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    position: relative
}

.mom-more-area .more-button::before {
    content: "\e909";
    font-family: mdbn-iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-main);
    margin-right: 8px;
    vertical-align: -2px
}

.mom-more-area .more-button .open {
    display: inline-block;
    padding-right: 10px
}

.mom-more-area .more-button .open::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: -5px 0 0 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg)
}

.mom-more-area .more-button .btn-close {
    display: none;
    padding-right: 10px
}

.mom-more-area .more-button.is-open {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 20px
}

.mom-more-area .more-button.is-open::before {
    display: none
}

.mom-more-area .more-button.is-open .open {
    display: none
}

.mom-more-area .more-button.is-open .btn-close {
    display: inline-block
}

.mom-more-area .more-button.is-open .btn-close::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 2px 0 0 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-135deg)
}

.mom-more-area .more-content {
    padding: 30px 20px 50px;
    margin: 0 -20px;
    background-color: var(--color-header)
}

.mom-more-area .more-content-hdg2 {
    padding: 0 0 10px;
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    letter-spacing: .115em;
    position: relative
}

.mom-more-area .more-content-hdg2::after {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.mom-more-area .lyt-image {
    display: flex;
    gap: 15px;
    margin: 0 0 20px
}

.mom-more-area .lyt-image.sp-reverse {
    flex-direction: row-reverse
}

.mom-more-area .column {
    flex: 1
}

.mom-more-area .image {
    width: 115px
}

.mom-more-area .monthly-hdg3 {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-accents)
}

.mom-more-area .about-rank {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff
}

.mom-more-area .img-join1 {
    height: 100px
}

.mom-more-area .img-join2 {
    display: block;
    height: 80px;
    margin: 0 15px 0 auto
}

.mom-more-area .btn-box {
    margin: 0 auto 20px;
    text-align: center
}

.mom-more-area .btn-submit {
    display: inline-block;
    width: 100%;
    max-width: 335px;
    padding: 11px 10px;
    border-radius: 3px;
    background: linear-gradient(90deg,#1f59ee 6.67%,#1f97ee 100%);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    position: relative
}

.mom-more-area .link-detail {
    margin: 0 auto 20px;
    text-align: center
}

.mom-more-area .link-detail>a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-link1);
    text-decoration: underline
}

@media screen and (min-width: 768px) {
    .mom-more-area .more-button {
        font-size:18px
    }

    .mom-more-area .more-button::before {
        margin-right: 2px;
        font-size: 19px
    }

    .mom-more-area .link-detail>a {
        font-size: 16px
    }

    .mom-more-area .more-content-hdg2 {
        font-size: 18px
    }

    .mom-more-area .lyt-image {
        gap: 30px
    }

    .mom-more-area .monthly-hdg3 {
        font-size: 18px
    }

    .mom-more-area .about-rank {
        font-size: 15px
    }

    .mom-more-area .btn-box {
        margin: 40px auto 30px
    }

    .mom-more-area .btn-submit {
        padding: 12px 24px;
        font-size: 16px;
        display: inline
    }
}

@media screen and (min-width: 1024px) {
    .mom-more-area .more-content {
        padding:40px 40px 50px;
        margin: 0
    }

    .mom-more-area .grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 0 50px
    }

    .mom-more-area .lyt-image.sp-reverse {
        flex-direction: row
    }

    .mom-more-area .img-join2 {
        margin: 10px 0 0 auto
    }

    .mom-more-area .btn-box {
        margin: 30px auto
    }
}

.mom-pager {
    display: flex;
    justify-content: space-between;
    margin: 20px 0
}

.mom-more-area+.mom-pager {
    margin: 10px 0
}

.mom-pager a {
    display: block;
    height: 36px;
    padding: 0 12px;
    border-radius: 3px;
    background-color: var(--color-header);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
    position: relative
}

.mom-pager a.prev-page::before {
    content: "\e610";
    font-family: icomoon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    font-size: 13px;
    color: var(--color-main);
    margin-right: 5px
}

.mom-pager a.next-page::after {
    content: "\e609";
    font-family: icomoon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    font-size: 13px;
    color: var(--color-main);
    margin-left: 5px
}

@media screen and (min-width: 768px) {
    .mom-pager {
        justify-content:flex-end;
        gap: 20px
    }
}

@media screen and (min-width: 1024px) {
    .mom-pager a {
        padding:0 20px
    }

    .mom-pager a.prev-page::before {
        margin-right: 20px
    }

    .mom-pager a.next-page::after {
        margin-left: 20px
    }

    .mom-result-area.first+.mom-pager {
        display: none
    }
}

.mom-footer-pulldown {
    display: flex;
    justify-content: space-between;
    height: 36px;
    margin: 0 0 100px
}

.mom-pulldown-box {
    display: flex;
    height: 36px;
    margin: 0 0 10px
}

.mom-pulldown-box.a-right {
    justify-content: flex-end;
    margin: 0 0 20px
}

.mom-pulldown {
    display: block;
    width: auto;
    height: 100%;
    min-height: 30px;
    border: 1px solid var(--color-line);
    border-radius: 5px;
    background-color: var(--color-header);
    font-size: 14px;
    line-height: 2;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.mom-pulldown:focus-within {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.08),0 0 8px rgba(102,175,233,.6)
}

.mom-pulldown.w-335 {
    width: 100%;
    max-width: 335px
}

.mom-pulldown .placeholder {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 10px;
    cursor: default;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.mom-pulldown .placeholder::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin: -2px 0 0;
    border-right: 2px solid var(--color-main);
    border-bottom: 2px solid var(--color-main);
    cursor: pointer;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg) skew(-3deg,-3deg)
}

.mom-pulldown .pulldown {
    width: 100%;
    height: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.mom-pulldown .pulldown.show {
    height: auto;
    padding: 6px 0
}

.mom-pulldown .pulldown>li>label {
    display: block;
    color: var(--color-background1);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer
}

.mom-pulldown .pulldown>li>label>input[type=radio] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.mom-pulldown .pulldown>li>label>input[type=radio]+span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    height: 28px;
    padding: 0 30px 0 10px;
    background: #fff;
    color: var(--color-background1);
    line-height: 28px;
    cursor: pointer;
    position: relative
}

.mom-pulldown .pulldown>li>label>input[type=radio]:checked+span {
    background: linear-gradient(90deg,#1f59ee 6.67%,#1f97ee 100%);
    color: #fff
}

.mom-pulldown .pulldown>li>label>input[type=radio]:checked+span::after {
    content: "";
    width: 9px;
    height: 13px;
    margin: -2px 0 0 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px
}

.mom-prize-area {
    display: block;
    width: 100%;
    max-width: 335px;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .mom-prize-area {
        max-width:initial
    }
}

.mom-prize-box {
    display: block;
    padding: 30px 20px;
    margin: 0 -18px 30px;
    background: var(--color-header);
    border-radius: 5px;
    position: relative
}

@media screen and (min-width: 768px) {
    .mom-prize-box {
        max-width:initial;
        padding: 30px;
        margin: 0 2px 30px
    }
}

@media screen and (min-width: 1024px) {
    .mom-prize-box {
        padding:43px 40px
    }
}

.mom-prize-box::before {
    content: "";
    display: block;
    margin: -2px;
    border-radius: 6px;
    background-image: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.mom-prize-box.silver::before {
    background-image: linear-gradient(90deg,#b3b3b3 0,#e3e1e1 26.44%,#9d9c9c 65.07%)
}

.mom-prize-box.bronze::before {
    background-image: linear-gradient(112.47deg,#edbd90 2.71%,#d76642 69.22%)
}

.mom-prize-box.shueisha::before {
    background-image: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%)
}

.mom-prize-box.management::before {
    background-image: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%)
}

.mom-prize-box .result-head {
    margin: 0 0 20px
}

.mom-prize-box .result-hdg {
    display: block;
    background: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

.mom-prize-box .result-hdg::before {
    content: "\e943";
    font-family: icomoon;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin-right: 15px;
    font-size: 23px;
    line-height: 1
}

.mom-prize-box.silver .result-hdg {
    background: linear-gradient(90deg,#b3b3b3 0,#e3e1e1 26.44%,#9d9c9c 65.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mom-prize-box.bronze .result-hdg {
    background: linear-gradient(112.47deg,#edbd90 2.71%,#d76642 69.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mom-prize-box.shueisha .result-hdg {
    background: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mom-prize-box.management .result-hdg {
    background: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mom-prize-box .result-text {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    color: #fff;
    text-align: center
}

.mom-prize-box .result-text>em {
    font-size: 20px
}

.mom-prize-box .result-image {
    display: block;
    width: 100%;
    outline: 1px solid var(--color-line);
    outline-offset: -1px;
    background: var(--color-header);
    margin: 0 auto 10px;
    position: relative
}

.mom-prize-box .result-image::before {
    content: "";
    display: block;
    padding-top: 70.7106781187%
}

.mom-prize-box .result-image>a {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.mom-prize-box .result-image>a>img {
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.mom-prize-box .result-icon-recommend {
    position: absolute;
    width: 50px;
    top: 2px;
    right: 0
}

.mom-prize-box .result-rank {
    min-width: 66px;
    padding: 10px;
    border: 1px solid var(--color-sub);
    border-radius: 5px;
    background-color: rgba(20,26,49,.9);
    text-align: center;
    position: absolute;
    left: 4px;
    bottom: 4px
}

.mom-prize-box .result-first {
    display: block;
    background: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5
}

.mom-prize-box .result-first>em {
    font-size: 24px
}

.mom-prize-box .result-second {
    display: block;
    background: linear-gradient(90deg,#b3b3b3 0,#e3e1e1 26.44%,#9d9c9c 65.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5
}

.mom-prize-box .result-second>em {
    font-size: 24px
}

.mom-prize-box .result-third {
    display: block;
    background: linear-gradient(112.47deg,#edbd90 2.71%,#d76642 69.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5
}

.mom-prize-box .result-third>em {
    font-size: 24px
}

.mom-prize-box .result-other-rank {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    color: var(--color-sub)
}

.mom-prize-box .result-other-rank>em {
    font-size: 24px
}

.mom-prize-box .result-monthly {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff
}

.mom-prize-box .result-link {
    display: block;
    width: 100%;
    padding: 9px 10px 8px;
    margin: 0 auto 20px;
    border: 1px solid var(--color-main);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-main);
    text-align: center;
    position: relative
}

.mom-prize-box .result-title {
    display: block;
    width: 100%;
    height: 27px;
    margin: 0 0 7px;
    background: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.mom-prize-box.silver .result-title {
    background: linear-gradient(90deg,#b3b3b3 0,#e3e1e1 26.44%,#9d9c9c 65.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mom-prize-box.bronze .result-title {
    background: linear-gradient(112.47deg,#edbd90 2.71%,#d76642 69.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mom-prize-box.shueisha .result-title {
    background: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mom-prize-box.management .result-title {
    background: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mom-prize-box .result-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 15px;
    position: relative
}

.mom-prize-box .result-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    background-color: #fff;
    position: relative
}

.mom-prize-box .result-thumb>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    border-radius: 50%
}

.mom-prize-box .result-author-name {
    flex: 1;
    background: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.mom-prize-box.silver .result-author-name {
    background: linear-gradient(90deg,#b3b3b3 0,#e3e1e1 26.44%,#9d9c9c 65.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mom-prize-box.bronze .result-author-name {
    background: linear-gradient(112.47deg,#edbd90 2.71%,#d76642 69.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mom-prize-box.shueisha .result-author-name {
    background: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mom-prize-box.management .result-author-name {
    background: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mom-prize-box .result-comment {
    display: block;
    padding: 17px 20px;
    margin: auto 0 0;
    background-image: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    border-radius: 5px;
    position: relative
}

.mom-prize-box .result-comment::before {
    content: "";
    display: block;
    margin: 1px;
    border-radius: 5px;
    background: var(--color-header);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.mom-prize-box.silver .result-comment {
    background-image: linear-gradient(90deg,#b3b3b3 0,#e3e1e1 26.44%,#9d9c9c 65.07%)
}

.mom-prize-box.bronze .result-comment {
    background-image: linear-gradient(112.47deg,#edbd90 2.71%,#d76642 69.22%)
}

.mom-prize-box.shueisha .result-comment {
    background-image: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%)
}

.mom-prize-box.management .result-comment {
    background-image: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%)
}

.mom-prize-box .result-comment-hdg {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    font-family: din-2014-narrow,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #fff;
    position: relative
}

.mom-prize-box .result-comment-hdg>img:last-child {
    margin-right: 10px
}

.mom-prize-box .img-jumpplus {
    width: 30px
}

.mom-prize-box .img-mangaplus {
    width: 30px
}

.mom-prize-box .result-comment-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    position: relative
}

@media screen and (min-width: 768px) {
    .mom-prize-box .result-head {
        display:flex;
        justify-content: space-between;
        align-items: center
    }

    .mom-prize-box .result-lyt-image {
        display: flex
    }

    .mom-prize-box .result-link {
        margin: 0
    }

    .mom-prize-box .result-image-area {
        width: 240px
    }

    .mom-prize-box .result-column {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin-left: 30px;
        overflow: hidden
    }
}

@media screen and (min-width: 1024px) {
    .mom-prize-box .result-hdg {
        font-size:30px
    }

    .mom-prize-box .result-hdg::before {
        height: 40px;
        font-size: 31px
    }

    .mom-prize-box .result-text {
        font-size: 20px
    }

    .mom-prize-box .result-text>em {
        font-size: 26px
    }

    .mom-prize-box .result-image::before {
        padding-top: 100%
    }

    .mom-prize-box .result-icon-recommend {
        width: 60px;
        top: 8px;
        right: 4px
    }

    .mom-prize-box .result-first {
        font-size: 18px
    }

    .mom-prize-box .result-first>em {
        font-size: 28px
    }

    .mom-prize-box .result-column {
        margin-left: 50px
    }

    .mom-prize-box .result-title {
        height: 42px;
        font-size: 28px
    }

    .mom-prize-box .result-thumb {
        width: 28px;
        height: 28px
    }

    .mom-prize-box .result-author-name {
        font-size: 20px
    }

    .mom-prize-box .result-comment {
        padding: 30px
    }

    .mom-prize-box .result-comment-hdg {
        margin: 0 0 15px;
        font-size: 20px
    }

    .mom-prize-box .img-jumpplus {
        width: 40px
    }

    .mom-prize-box .img-mangaplus {
        width: 40px
    }

    .mom-prize-box .result-comment-text {
        font-size: 15px
    }
}

.mom-notice {
    display: flex;
    align-items: center;
    padding: 10px 30px 10px 16px;
    margin: 0 -20px 20px;
    border-left: 4px solid var(--color-accents);
    background-color: var(--color-header);
    position: relative
}

@media screen and (min-width: 1024px) {
    .mom-notice {
        margin:0 0 20px
    }
}

.mom-notice .img-mangaplus {
    width: 45px
}

@media screen and (min-width: 1024px) {
    .mom-notice .img-mangaplus {
        width:49px
    }
}

.mom-notice .notice-text {
    flex: 1;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-accents)
}

@media screen and (min-width: 1024px) {
    .mom-notice .notice-text {
        font-size:16px
    }
}

.mom-notice::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%) scale(.9);
    transform-origin: center
}

@media screen and (min-width: 1024px) {
    .mom-notice::after {
        right:30px
    }
}

.mom-sec {
    margin: 0 0 20px
}

.mom-sec .mom-sec-hdg {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

@media screen and (min-width: 1024px) {
    .mom-sec .mom-sec-hdg {
        align-items:baseline
    }
}

.mom-sec .mom-sec-hdg2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .mom-sec .mom-sec-hdg2 {
        font-size:32px
    }
}

.mom-sec .phase-entry {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-like)
}

@media screen and (min-width: 1024px) {
    .mom-sec .phase-entry {
        display:inline-block;
        margin-left: 20px;
        font-size: 18px
    }
}

.mom-sec .phase-counting {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-accents)
}

@media screen and (min-width: 1024px) {
    .mom-sec .phase-counting {
        display:inline-block;
        margin-left: 20px;
        font-size: 18px
    }
}

.mom-sec .phase-confirmed {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-sub)
}

@media screen and (min-width: 1024px) {
    .mom-sec .phase-confirmed {
        display:inline-block;
        margin-left: 20px;
        font-size: 18px
    }
}

.mom-sec .mom-sec-view {
    display: block;
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    position: relative
}

@media screen and (min-width: 1024px) {
    .mom-sec .mom-sec-view {
        padding:0 15px 2px 0;
        font-size: 16px
    }
}

.mom-sec .mom-sec-view::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: rotate(45deg) translateY(-50%) scale(.9);
    transform-origin: center;
    transition: all .3s
}

.mom-sec .mom-sec-view:hover::after {
    right: -1px
}

.ct-mom-count {
    display: flex;
    gap: 10px;
    padding: 10px 20px 20px;
    margin: 0 -20px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

@media screen and (min-width: 768px) {
    .ct-mom-count {
        gap:20px
    }
}

@media screen and (min-width: 1024px) {
    .ct-mom-count {
        gap:2.5862068966%;
        padding: 10px 0 20px;
        margin: 0;
        overflow: hidden
    }
}

.item-mom-count {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 37.6vw;
    display: block;
    width: 37.6vw;
    max-width: 168px;
    position: relative
}

@media screen and (min-width: 768px) {
    .item-mom-count {
        flex-basis:20.1822916667vw;
        width: 20.1822916667vw
    }
}

@media screen and (min-width: 1024px) {
    .item-mom-count {
        flex-basis:14.4827586207%;
        width: 14.4827586207%
    }
}

.item-mom-count::before {
    content: "";
    display: block;
    padding-top: 70.7106781187%
}

.item-mom-count>a {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: var(--color-header);
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-mom-count>a>img {
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.item-mom-count .item-icon-recommend {
    position: absolute;
    width: 35px;
    top: 4px;
    right: 2px
}

@media screen and (min-width: 1024px) {
    .item-mom-count .item-icon-recommend {
        width:46px;
        top: 4px;
        right: 2px
    }
}

.ct-mom-rank {
    display: flex;
    gap: 10px;
    padding: 10px 20px 20px;
    margin: 0 -20px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

@media screen and (min-width: 768px) {
    .ct-mom-rank {
        gap:20px
    }
}

@media screen and (min-width: 1024px) {
    .ct-mom-rank {
        gap:2.5862068966%;
        padding: 10px 0 20px;
        margin: 0;
        overflow: hidden
    }
}

.item-mom-rank {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 26.6666666667vw;
    display: block;
    width: 26.6666666667vw;
    max-width: 168px;
    position: relative
}

@media screen and (min-width: 768px) {
    .item-mom-rank {
        flex-basis:20.1822916667vw;
        width: 20.1822916667vw
    }
}

@media screen and (min-width: 1024px) {
    .item-mom-rank {
        flex-basis:14.4827586207%;
        width: 14.4827586207%
    }
}

.item-mom-rank .item-rank {
    display: block;
    min-width: 23px;
    height: 23px;
    padding: 3px 5px;
    background-color: var(--color-background1);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 1
}

.item-mom-rank:nth-of-type(1) .item-rank {
    background-color: #bbaf3d
}

.item-mom-rank:nth-of-type(2) .item-rank {
    background-color: #909090
}

.item-mom-rank:nth-of-type(3) .item-rank {
    background-color: #bb813d
}

.item-mom-rank .item-previous {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 23px
}

.item-mom-rank .item-new {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 23px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-accents)
}

.item-mom-rank .item-up {
    display: block;
    margin: -3px 2px 0 0;
    font-size: 12px;
    line-height: 1
}

.item-mom-rank .item-up::before {
    content: "\e958";
    font-family: mdbn-iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    color: var(--color-like)
}

.item-mom-rank .item-keep {
    display: block;
    margin: -2px 2px 0 0;
    font-size: 12px;
    line-height: 1
}

.item-mom-rank .item-keep::before {
    content: "\e957";
    font-family: mdbn-iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    color: var(--color-sub)
}

.item-mom-rank .item-down {
    display: block;
    margin: 0 2px 0 0;
    font-size: 12px;
    line-height: 1
}

.item-mom-rank .item-down::before {
    content: "\e956";
    font-family: mdbn-iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    color: var(--color-sub)
}

.item-mom-rank .item-previous-rank {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: #fff
}

.item-mom-rank .item-image {
    display: block;
    width: 100%;
    margin: 0 auto 8px;
    position: relative
}

.item-mom-rank .item-image::before {
    content: "";
    display: block;
    padding-top: 133.3333333333%
}

.item-mom-rank .item-image:hover+.item-text .item-title {
    color: var(--color-accents)
}

.item-mom-rank .item-image>a {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: var(--color-header);
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-mom-rank .item-image>a>img {
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.item-mom-rank .item-icon-recommend {
    position: absolute;
    width: 35px;
    top: 4px;
    right: 2px
}

.item-mom-rank .item-text {
    display: block;
    width: 100%
}

.item-mom-rank .item-title-area {
    display: block;
    width: 100%
}

.item-mom-rank .item-title {
    display: block;
    width: 100%;
    height: 21px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    transition: all .3s
}

.item-mom-rank .item-title:hover {
    color: var(--color-accents)
}

.item-mom-rank .item-author {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    position: relative
}

.item-mom-rank .item-author:hover .item-author-name {
    text-decoration: underline
}

.item-mom-rank .item-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
    border-radius: 50%;
    background-color: #fff;
    position: relative
}

.item-mom-rank .item-thumb>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    border-radius: 50%
}

.item-mom-rank .item-author-name {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-link1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.item-mom-rank .item-view-box {
    display: flex;
    align-items: center;
    margin-right: 10px
}

.item-mom-rank .item-view-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 15px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: var(--color-main);
    position: relative
}

.item-mom-rank .item-view-icon::before {
    content: "\e91f";
    font-family: icomoon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 12px;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-indent: 0
}

.item-mom-rank .item-view-count {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 2px;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .item-mom-rank .item-rank {
        min-width:30px;
        height: 30px;
        padding: 5px;
        font-size: 20px;
        top: 30px
    }

    .item-mom-rank .item-previous {
        height: 30px
    }

    .item-mom-rank .item-down,.item-mom-rank .item-keep,.item-mom-rank .item-up {
        font-size: 15px
    }

    .item-mom-rank .item-down::before,.item-mom-rank .item-keep::before,.item-mom-rank .item-up::before {
        font-size: 15px
    }

    .item-mom-rank .item-previous-rank {
        font-size: 16px
    }

    .item-mom-rank .item-new {
        height: 30px;
        font-size: 14px
    }

    .item-mom-rank .item-image::before {
        padding-top: 100%
    }

    .item-mom-rank .item-icon-recommend {
        width: 46px;
        top: 4px;
        right: 2px
    }

    .item-mom-rank .item-title {
        height: 24px;
        font-size: 16px
    }

    .item-mom-rank .item-author {
        padding: 0;
        margin: 0 0 2px;
        border: 0!important
    }

    .item-mom-rank .item-view-count {
        font-size: 14px
    }
}

.ct-mom-prize {
    display: flex;
    gap: 10px;
    padding: 10px 20px 20px;
    margin: 0 -20px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

@media screen and (min-width: 768px) {
    .ct-mom-prize {
        gap:20px
    }
}

@media screen and (min-width: 1024px) {
    .ct-mom-prize {
        flex-wrap:wrap;
        gap: 20px 1.724137931%;
        padding: 10px 0 20px;
        margin: 0;
        overflow: hidden
    }
}

.item-mom-prize {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 35.2vw;
    display: block;
    width: 35.2vw;
    max-width: 216px;
    padding: 10px 16px;
    border: 1px solid var(--color-sub);
    -o-border-image: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    border-image: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    border-image-slice: 1;
    text-align: center;
    position: relative
}

@media screen and (min-width: 768px) {
    .item-mom-prize {
        flex-basis:26.0416666667vw;
        width: 26.0416666667vw
    }
}

@media screen and (min-width: 1024px) {
    .item-mom-prize {
        flex-basis:18.6206896552%;
        width: 18.6206896552%;
        padding: 19px
    }
}

.item-mom-prize.gold {
    -o-border-image: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    border-image: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    border-image-slice: 1
}

.item-mom-prize.silver {
    -o-border-image: linear-gradient(90deg,#b3b3b3 0,#e3e1e1 26.44%,#9d9c9c 65.07%);
    border-image: linear-gradient(90deg,#b3b3b3 0,#e3e1e1 26.44%,#9d9c9c 65.07%);
    border-image-slice: 1
}

.item-mom-prize.bronze {
    -o-border-image: linear-gradient(112.47deg,#edbd90 2.71%,#d76642 69.22%);
    border-image: linear-gradient(112.47deg,#edbd90 2.71%,#d76642 69.22%);
    border-image-slice: 1
}

.item-mom-prize.management,.item-mom-prize.shueisha {
    -o-border-image: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%);
    border-image: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%);
    border-image-slice: 1
}

.item-mom-prize .item-head {
    margin: 0 0 10px;
    background: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3
}

.item-mom-prize.gold .item-head {
    background: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.item-mom-prize.silver .item-head {
    background: linear-gradient(90deg,#b3b3b3 0,#e3e1e1 26.44%,#9d9c9c 65.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.item-mom-prize.bronze .item-head {
    background: linear-gradient(112.47deg,#edbd90 2.71%,#d76642 69.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.item-mom-prize.management .item-head,.item-mom-prize.shueisha .item-head {
    background: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.item-mom-prize .item-image {
    display: block;
    width: 100%;
    margin: 0 auto 8px;
    position: relative
}

.item-mom-prize .item-image::before {
    content: "";
    display: block;
    padding-top: 133.3333333333%
}

.item-mom-prize .item-image:hover+.item-text .item-title {
    color: var(--color-accents)
}

.item-mom-prize .item-image>a {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: var(--color-header);
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-mom-prize .item-image>a>img {
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.item-mom-prize .item-icon-recommend {
    position: absolute;
    width: 35px;
    top: 4px;
    right: 2px
}

.item-mom-prize .item-text {
    display: block;
    width: 100%
}

.item-mom-prize .item-title-area {
    display: block;
    width: 100%
}

.item-mom-prize .item-title {
    display: block;
    width: 100%;
    height: 21px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    transition: all .3s
}

.item-mom-prize .item-title:hover {
    color: var(--color-accents)
}

.item-mom-prize .item-author {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    position: relative
}

.item-mom-prize .item-author:hover .item-author-name {
    text-decoration: underline
}

.item-mom-prize .item-thumb {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
    border-radius: 50%;
    background-color: #fff;
    position: relative
}

.item-mom-prize .item-thumb>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    border-radius: 50%
}

.item-mom-prize .item-author-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-link1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

@media screen and (min-width: 1024px) {
    .item-mom-prize .item-head {
        font-size:18px
    }

    .item-mom-prize .item-icon-recommend {
        width: 46px;
        top: 4px;
        right: 2px
    }

    .item-mom-prize .item-title {
        height: 27px;
        font-size: 18px
    }

    .item-mom-prize .item-author {
        padding: 0;
        margin: 0;
        border: 0!important
    }

    .item-mom-prize .item-thumb {
        width: 20px;
        height: 20px
    }

    .item-mom-prize .item-author-name {
        font-size: 16px
    }
}

.mom-about-area1 {
    padding: 30px 20px;
    margin: 0 -20px;
    position: relative;
    z-index: 0
}

.mom-about-area1::before {
    content: "";
    display: block;
    width: 100%;
    height: 320px;
    background: left top/cover no-repeat;
    background-image: linear-gradient(to bottom,rgba(20,26,49,0) 80%,#141a31 100%),url(../../../images/mpc/mom-about/bg-sp.png);
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.mom-about-area1 .main-visual {
    position: relative;
    z-index: 0;
    margin-top: 20px
}

.mom-about-area1 .main-visual-inner {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.mom-about-area1 .mom-hdg1 {
    margin: 0 0 10px;
    text-align: center;
    position: relative
}

.mom-about-area1 .mpc-what {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px 2px;
    margin: 0 10px 2px 0;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    color: #fff;
    position: relative
}

.mom-about-area1 .mpc-what::before {
    content: "";
    background: linear-gradient(90deg,#1f59ee 6.67%,#1f97ee 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewX(-10deg);
    z-index: -1
}

.mom-about-area1 .mpc-about {
    display: inline-block;
    vertical-align: middle;
    background: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

.mom-about-area1 .mom-about-hdg {
    display: block;
    background: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.05
}

.mom-about-area1 .mom-desc {
    display: block;
    margin: 0 0 30px;
    font-size: 18px;
    font-family: din-2014-narrow,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.8;
    color: #fff;
    text-align: center
}

.mom-about-area1 .mom-desc>em {
    font-style: normal;
    color: var(--color-accents)
}

.mom-about-area1 .visible-sp {
    display: block
}

.mom-about-area1 .jumpplus,.mom-about-area1 .mangaplus {
    font-size: 18px
}

.mom-about-area1 .shueisha {
    font-size: 12px
}

.mom-about-area1 .img-jumpplus {
    width: 30px;
    margin: 0 8px;
    border-radius: 3px
}

.mom-about-area1 .img-mangaplus {
    width: 30px;
    margin: 0 8px 0 6px;
    border-radius: 3px
}

.mom-about-area1 .mom-about-link {
    margin: 0 0 30px;
    text-align: center
}

.mom-about-area1 .mom-about-link a {
    display: block;
    width: 100%;
    max-width: 335px;
    padding: 10px;
    margin: 0 auto 20px;
    border: 1px solid var(--color-main);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-main);
    text-align: center;
    position: relative;
    transition: all .3s ease 0s
}

.mom-about-area1 .mom-about-link a:hover {
    background-color: var(--color-main);
    color: #fff
}

.mom-about-area1 .mom-about-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff
}

.mom-about-area2 {
    margin: 0 -20px 25px;
    position: relative
}

.mom-about-area2 .about-prize {
    margin: 0 0 25px
}

.mom-about-area2 .mom-hdg2 {
    padding: 8px 10px;
    margin: 0 0 20px;
    background: var(--color-line);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center
}

.mom-about-area2 .box-prize {
    padding: 5px 20px 0;
    margin: 0 20px;
    border: 1px solid var(--color-main);
    border-radius: 5px;
    text-align: center;
    position: relative
}

.mom-about-area2 .box-prize::before {
    content: "";
    display: block;
    width: 100%;
    height: 230px;
    background: linear-gradient(to bottom,rgba(20,26,49,0) 0,rgba(20,26,49,0) 90%,rgba(20,26,49,.7) 95%,#141a31 100%),url(../../../images/mpc/mom-about/bg-prize.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 5px
}

.mom-about-area2 .item-prize {
    padding: 20px 0
}

.mom-about-area2 .item-prize:first-of-type {
    padding-top: 0
}

.mom-about-area2 .item-prize:not(:last-of-type) {
    border-bottom: 1px solid var(--color-sub)
}

.mom-about-area2 .gold-award {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    position: relative
}

.mom-about-area2 .gold-award::before {
    content: "";
    display: block;
    width: 108px;
    height: 68px;
    margin-right: 20px;
    background: url(../../../images/mpc/mom-about/bg-cup.svg) left top/contain no-repeat
}

.mom-about-area2 .silver-award {
    display: block;
    margin: 0 0 5px;
    background: linear-gradient(90deg,#b3b3b3 0,#e3e1e1 26.44%,#9d9c9c 65.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    position: relative
}

.mom-about-area2 .silver-award::before {
    content: "\e943";
    font-family: icomoon;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1
}

.mom-about-area2 .bronze-award {
    display: block;
    margin: 0 0 5px;
    background: linear-gradient(112.47deg,#edbd90 2.71%,#d76642 69.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    position: relative
}

.mom-about-area2 .bronze-award::before {
    content: "\e943";
    font-family: icomoon;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1
}

.mom-about-area2 .creator-award {
    display: block;
    margin: 0 0 10px;
    background: linear-gradient(111.87deg,#4181ca 13.02%,#b3edff 39.27%,#4181ca 75.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    position: relative
}

.mom-about-area2 .creator-award::before {
    content: "\e943";
    font-family: icomoon;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1
}

.mom-about-area2 .prize-text1 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.8;
    color: var(--color-accents);
    position: relative
}

.mom-about-area2 .prize-text2 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.8;
    color: var(--color-accents)
}

.mom-about-area2 .inner-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 10px
}

.mom-about-area2 .jumpplus,.mom-about-area2 .mangaplus {
    font-size: 16px;
    line-height: 1;
    text-align: left
}

.mom-about-area2 .shueisha {
    font-size: 12px
}

.mom-about-area2 .img-jumpplus {
    width: 36px;
    margin-right: 8px;
    border-radius: 3px
}

.mom-about-area2 .img-mangaplus {
    width: 36px;
    margin: 0 8px 0 6px;
    border-radius: 3px
}

.mom-about-area2 .img-mangaplus-s {
    width: 30px;
    margin: 0 8px 0 6px;
    border-radius: 3px
}

.mom-about-area2 .plus {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    color: #fff
}

.mom-about-area2 .prize-money1 {
    display: block;
    background: linear-gradient(90deg,#e8de7e 4.64%,#fdfba4 52.82%,#c9b447 105.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2
}

.mom-about-area2 .prize-money1>em {
    margin: 0 10px;
    font-size: 30px
}

.mom-about-area2 .prize-money2 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    color: #fff
}

.mom-about-area2 .prize-money2>em {
    margin: 0 0 0 10px
}

.mom-about-area2 .item-schedule {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px 20px 10px;
    margin: 0 20px;
    border: 1px solid var(--color-line);
    border-radius: 5px;
    background: var(--color-header);
    position: relative
}

.mom-about-area2 .item-schedule:not(:first-of-type) {
    margin-top: 20px
}

.mom-about-area2 .item-schedule:not(:first-of-type)::before {
    content: "";
    display: block;
    width: 5px;
    height: 20px;
    background: var(--color-sub);
    position: absolute;
    top: -21px;
    left: 33px
}

.mom-about-area2 .step {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-accents);
    text-align: center;
    width: 52px
}

.mom-about-area2 .step-parts {
    display: block
}

.mom-about-area2 .fs-s {
    font-size: 12px;
    line-height: 1.2
}

.mom-about-area2 .step-detail {
    width: calc(100% - 60px)
}

.mom-about-area2 .step-title {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff
}

.mom-about-area2 .step-title>em {
    font-style: normal;
    color: var(--color-accents)
}

.mom-about-area2 .step-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-sub)
}

.mom-about-area3 {
    margin: 0 0 30px
}

.mom-about-area3 .mom-hdg2 {
    padding: 8px 10px;
    margin: 0 -20px 20px;
    background: var(--color-line);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center
}

.mom-about-area3 .calcuate-desc {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff
}

.mom-about-area3 .question {
    display: inline;
    padding: 2px 0;
    background-image: linear-gradient(to right,#fff 2px,transparent 2px);
    background-size: 4px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #fff;
    position: relative
}

.mom-about-area3 .question-btn {
    display: inline-block;
    color: #fff;
    position: relative;
    border-bottom: 1px dashed #fff;
    cursor: pointer
}

.mom-about-area3 .question-btn::before {
    content: "\e618";
    font-family: icomoon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    padding: 0 4px 6px 0;
    background: var(--color-background1);
    font-size: 17px;
    color: #fff
}

.mom-about-area3 .question-box {
    display: none;
    width: 89.3333333333vw;
    max-width: 335px;
    padding: 15px;
    border: 1px solid var(--color-main);
    border-radius: 3px;
    background: var(--color-header);
    text-align: center;
    position: absolute;
    bottom: 100%
}

.mom-about-area3 .list-check {
    display: inline-block
}

.mom-about-area3 .list-check li {
    padding: 0 0 0 25px;
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    position: relative
}

.mom-about-area3 .list-check li::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 13px;
    border-right: 3px solid #62ff8e;
    border-bottom: 3px solid #62ff8e;
    transform: rotate(45deg);
    position: absolute;
    top: .2em;
    left: 3px
}

.mom-about-area3 .btn-box {
    margin: 0 0 10px;
    text-align: center
}

.mom-about-area3 .btn-submit {
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 10px;
    margin: 0 auto 10px;
    border: 1px solid var(--color-accents);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-accents);
    text-align: center;
    transition: all .3s
}

.mom-about-area3 .btn-submit:hover {
    background-color: var(--color-accents);
    color: var(--color-background)
}

.mom-about-area3 .btn-check {
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 10px;
    margin: 0 auto 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    transition: all .3s
}

.mom-about-area3 .btn-check:hover {
    background-color: #fff;
    color: var(--color-background1)
}

.mom-about-area4 .mom-hdg2-2 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff
}

.mom-about-area4 .list-bullet {
    list-style: none
}

.mom-about-area4 .list-bullet>li {
    padding-left: 1em;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-sub);
    position: relative
}

.mom-about-area4 .list-bullet>li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    margin-left: -3px;
    border-radius: 100%;
    background-color: var(--color-sub);
    position: relative;
    left: -.5em;
    top: 0
}

@media screen and (min-width: 768px) {
    .mom-about-area1::before {
        height:380px;
        background-image: linear-gradient(to bottom,rgba(20,26,49,0) 80%,#141a31 100%),url(../../../images/mpc/mom-about/bg-pc.png);
        opacity: .8
    }

    .mom-about-area1 .mom-hdg1 {
        margin: 0 0 25px
    }

    .mom-about-area1 .mpc-what {
        padding: 2px 17px;
        margin: 0 14px 2px 0;
        font-size: 20px
    }

    .mom-about-area1 .mpc-about {
        font-size: 24px
    }

    .mom-about-area1 .mom-about-hdg {
        font-size: 54px
    }

    .mom-about-area1 .mom-desc {
        margin: 0 0 40px;
        font-size: 20px
    }

    .mom-about-area1 .mom-about-link {
        margin: 0 0 40px
    }

    .mom-about-area1 .visible-sp {
        display: none
    }

    .mom-about-area1 .jumpplus,.mom-about-area1 .mangaplus {
        font-size: 20px
    }

    .mom-about-area1 .img-jumpplus,.mom-about-area1 .img-mangaplus {
        width: 38px
    }

    .mom-about-area1 .shueisha {
        font-size: 14px
    }

    .mom-about-area2 {
        display: flex;
        gap: 20px;
        margin: 0 0 40px
    }

    .mom-about-area2 .about-prize {
        flex-basis: 50%
    }

    .mom-about-area2 .about-schedule {
        flex-basis: 50%
    }

    .mom-about-area2 .box-prize {
        margin: 0
    }

    .mom-about-area2 .item-schedule {
        margin: 0
    }

    .mom-about-area3 .mom-hdg2 {
        margin: 0 0 20px
    }
}

@media screen and (min-width: 1024px) {
    .mom-about-area1 {
        margin-right:calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%)
    }

    .mom-about-area1 .mom-about-desc {
        font-size: 16px;
        width: 75%;
        margin: 0 auto;
        text-align: center;
        line-height: 1.8
    }

    .mom-about-area2 {
        gap: 5.1724137931%;
        margin: 0 0 40px
    }

    .mom-about-area2 .about-prize {
        flex-basis: 41.3793103448%
    }

    .mom-about-area2 .about-schedule {
        flex-basis: 53.4482758621%
    }

    .mom-about-area2 .mom-hdg2 {
        padding: 13px;
        font-size: 24px
    }

    .mom-about-area2 .box-prize {
        padding: 5px 20px 10px
    }

    .mom-about-area2 .item-prize {
        max-width: 400px;
        margin: 0 auto
    }

    .mom-about-area2 .gold-award {
        font-size: 32px
    }

    .mom-about-area2 .gold-award::before {
        width: 142px;
        height: 90px;
        margin: 0 5px 0 -30px
    }

    .mom-about-area2 .prize-text1 {
        margin: -20px 0 0;
        font-size: 24px
    }

    .mom-about-area2 .img-jumpplus {
        width: 38px;
        margin-right: 10px
    }

    .mom-about-area2 .img-mangaplus {
        width: 38px;
        margin: 0 10px 0 22px
    }

    .mom-about-area2 .jumpplus,.mom-about-area2 .mangaplus {
        font-size: 18px
    }

    .mom-about-area2 .shueisha {
        font-size: 14px
    }

    .mom-about-area2 .plus {
        margin: 0 0 10px
    }

    .mom-about-area2 .prize-money1 {
        font-size: 18px
    }

    .mom-about-area2 .prize-money1>em {
        font-size: 32px
    }

    .mom-about-area2 .silver-award {
        font-size: 22px
    }

    .mom-about-area2 .prize-money2 {
        font-size: 18px
    }

    .mom-about-area2 .prize-text2 {
        font-size: 18px
    }

    .mom-about-area2 .img-mangaplus-s {
        width: 38px;
        margin: 0 10px
    }

    .mom-about-area2 .bronze-award {
        font-size: 22px
    }

    .mom-about-area2 .creator-award {
        margin: 0 0 20px;
        font-size: 22px
    }

    .mom-about-area2 .item-schedule {
        padding: 20px 16px 20px 8px
    }

    .mom-about-area2 .item-schedule:not(:first-of-type)::before {
        left: 45px
    }

    .mom-about-area2 .step {
        font-size: 20px;
        width: 80px
    }

    .mom-about-area2 .step-detail {
        width: calc(100% - 70px)
    }

    .mom-about-area2 .fs-s {
        font-size: 14px;
        line-height: 1.27
    }

    .mom-about-area2 .step-title {
        margin: 0 0 7px;
        font-size: 18px
    }

    .mom-about-area2 .step-text {
        font-size: 15px
    }

    .mom-about-area2 .visible-sp {
        display: none
    }

    .mom-about-area3 .mom-hdg2 {
        padding: 13px;
        font-size: 24px
    }

    .mom-about-area3 .calcuate-desc {
        margin: 0 0 40px;
        font-size: 15px
    }

    .mom-about-area3 .btn-check,.mom-about-area3 .btn-submit {
        font-size: 16px
    }

    .mom-about-area4 {
        padding: 30px 40px;
        margin: 0 0 10px;
        border-radius: 5px;
        background: var(--color-header)
    }

    .mom-about-area4 .mom-hdg2-2 {
        margin: 0 0 20px;
        font-size: 18px
    }

    .mom-about-area4 .list-bullet>li {
        font-size: 15px
    }
}
