@charset "UTF-8";

:root {
    --main-collor: #ffb857;
}

body {
    min-width: 1080px;
    font-size: 16px;
    font-feature-settings: unset;
    line-height: 1.4;
}

a:hover {
    opacity: 0.8;
    color: unset;
    text-decoration: none;
}

.bg-wrap {
    background-color: var(--main-collor);
    background-image: url(/v2/img/novel_cup/2510/bg.png);
    background-size: contain;
}

.bg-wrap .content {
    width: 960px;
    min-width: unset;
    padding: 0 0 48px;
}

.icon.arrow {
    font-size: 16px;
}

.icon.arrow:before {
    color: #ffb320;
}

.icon.arrow.GoToIntroduction {
    color: white;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

.icon.arrow.GoToIntroduction:before {
    content: '';
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    background-image: url(/v2/img/novel_cup/arrow.png);
    background-size: contain;
    vertical-align: bottom;
}

.red {
    color: #f01616;
}

.section {
    width: 960px;
    margin: 0 auto 56px;
    padding: 48px 100px;
    border: solid 3px #f01616;
    background-color: #fafafa;
}

.inner {
    padding: 0 30px;
}

.heading {
    height: 58px;
    margin-bottom: 16px;
    font-size: 40px;
    text-align: center;
}

.ribbon {
    margin-bottom: 32px;
    text-align: center;
}

.ribbon__content {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: 48px;
    text-align: center;
}

.ribbon__content:before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: -20px;
    width: 60px;
    border: 24px solid #f01616;
    border-left: 10px solid transparent;
}

.ribbon__content:after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -16px;
    width: 60px;
    border: 24px solid #f01616;
    border-right: 10px solid transparent;
}

.ribbon__text {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 340px;
    background: #f01616;
    color: white;
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
}

.ribbon__text:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-right: solid 40px #a7251b;
    border-bottom: solid 16px transparent;
}

.ribbon__text:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 16px transparent;
    border-left: solid 40px #a7251b;
}

.ribbon--comeback-position {
    margin-top: -80px;
    padding-top: 80px;
}

.text-break {
    display: none;
}

a.icon:hover {
    opacity: 0.8;
    color: #2f57ff;
    text-decoration: underline;
}

.icon.yellow-arrow:before {
    content: '\f0a9';
    height: 6px;
    border-radius: 6px;
    background-color: #ffffff;
    color: #ffb320;
    line-height: 6px;
}

.content {
    position: relative;
    width: auto;
    min-width: 1080px;
    margin: 0 auto;
    padding: 0 60px 48px;
    color: #1c0a04;
}

.header {
    position: relative;
    overflow: hidden;
}

.key-visual {
    background-color: var(--main-collor);
}

.key-visual__image {
    width: 1420px;
    max-width: 1420px;
    margin: 0 calc(50% - 710px);
}

.terms {
    display: block;
    width: 960px;
    margin: 0 auto 6px;
    padding-top: 48px;
}

.terms--count-begin {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 232px;
    left: 0;
    padding: unset;
}

.terms__content {
    justify-content: space-between;
    gap: unset;
}

.terms__detail {
    padding: 9px 20px 10px;
    background-color: white;
    color: #050505;
    font-size: 16px;
    letter-spacing: -1px;
}

.bet-count {
    position: absolute;
    z-index: 2;
    bottom: 52px;
    width: 100%;
    background-color: #f01616;
}

.bet-count__text {
    border-color: #fffcb2;
}

.bet-count__text b {
    color: #fffcb2;
}

.bet-count__text--condition {
    gap: unset;
}

.bet-count__about-bet a:hover {
    opacity: 0.8;
    color: white;
}

.sns-after-count-begin {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 272px;
    left: 0;
    width: 960px;
    height: 36px;
    margin: 10px auto;
}

.sns-buttons {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    gap: 10px;
}

.x-share,
.facebook-share,
.line-share {
    width: 36px;
    height: 36px;
}

.menu {
    margin-bottom: 20px;
    text-align: center;
}

.menu .menu-content {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.menu .menu-content .link {
    display: inline-block;
    padding-top: 5px;
}

.menu .menu-content .link a {
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #000000;
    color: #1c0a04;
    font-size: 20px;
    font-weight: bold;
}

.menu .menu-content .link a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.menu .menu-content .link a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.menu.menu--following {
    position: sticky;
    z-index: 5;
    top: 0;
    width: 100%;
    padding: 10px 0 13px;
    border-bottom: solid 2px #f01616;
    background-color: white;
}

.abstract {
    position: relative;
}

.abstract__image {
    display: block;
    width: 466px;
    height: 96px;
    margin: 0 auto 24px;
}

.abstract__text {
    margin-bottom: 16px;
}

.abstract__text--chance {
    margin-bottom: unset;
    text-align: center;
}

.abstract__caution {
    display: block;
    margin-bottom: 32px;
}

.example {
    width: 760px;
    margin-bottom: 24px;
    padding: 12px 0 24px;
    border: solid 3px #ffca83;
    border-radius: 20px;
}

.example__title {
    padding-bottom: 8px;
    border-bottom: solid 3px #ffca83;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.example__content {
    display: flex;
    justify-content: space-around;
    padding-top: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.example__list > p:not(:last-child) {
    margin-bottom: 8px;
}

.for-user {
    display: flex;
    margin-bottom: 48px;
}

.for-user__content {
    width: 50%;
}

.for-user__text {
    text-align: center;
}

.subhead {
    width: fit-content;
    height: 28px;
    margin: 0 auto 8px;
    border-bottom: 10px solid #f6deb0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.subhead--large {
    margin-bottom: 16px;
}

.subhead--entry {
    margin-bottom: 24px;
}

.explanation__text {
    margin-bottom: 32px;
    font-size: 20px;
    text-align: center;
}

.explanation__text--rank {
    margin-bottom: unset;
    font-size: 16px;
    line-height: 1.5;
}

.explanation__image {
    width: 100%;
    margin-bottom: 24px;
}

.explanation__entry {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.tag {
    padding: 5px 20px;
    border: solid 1px #000000;
    border-radius: 16px;
    background-color: #fcbc66;
}

.explanation__bonustime {
    display: block;
    position: relative;
    margin: 0 auto 64px;
    text-align: center;
    vertical-align: top;
}

.explanation__bonustime .indent {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 14px;
}

.explanation__point {
    width: fit-content;
    margin: 0 auto;
    font-size: 20px;
    text-align: left;
}

.last-time-button {
    display: inline-block;
    width: 484px;
    padding: 8px 16px;
    border-radius: 7px;
    background-color: #ff7200;
    color: #ffffff;
    font-weight: bold;
}

.last-time-button:hover {
    opacity: 0.8;
    color: #ffffff;
    text-decoration: none;
}

.bonustime__wrap {
    position: relative;
    padding-top: 12px;
}

.bonustime {
    width: 960px;
    height: 154px;
    margin-top: 64px;
    border: solid 5px #fffcb2;
    border-radius: 20px;
    background-color: white;
}

.bonustime p {
    padding: unset;
    color: black;
    font-size: 30px;
}

.bonustime p b {
    color: #ff0000;
    font-size: 36px;
}

.bonustime-now {
    height: 70px;
    margin-bottom: 12px;
    background-color: #fffcb2;
    color: black;
}

.bonustime-now p.now {
    font-size: 35px;
    font-weight: bold;
    line-height: 70px;
}

.bonustime__chance {
    position: absolute;
    top: -38px;
    right: -36px;
    width: 134px;
    height: 134px;
    padding-top: 24px;
    padding-left: 4px;
    transform: rotate(7deg);
    border-radius: 50%;
    background-color: #f01616;
    color: white;
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

.next-bonustime {
    width: 960px;
    height: 143px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 22px;
    border: none;
    border-radius: 20px;
    background-color: #fffcb2;
    font-size: 30px;
}

.entry {
    padding-right: 56px;
    padding-left: 56px;
    line-height: 1.5;
}

.entry__content {
    padding-right: 44px;
    padding-left: 44px;
}

.entry__tag {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.entry__condition {
    margin-bottom: 24px;
}

.entry__condition-list {
    margin-bottom: 8px;
}

.entry__attention {
    color: #ff0000;
    text-decoration-line: underline;
}

.entry__attention::marker {
    color: #1c0a04;
}

.entry__caution {
    font-size: 14px;
}

.entry__whats-tag {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.novel-post-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 840px;
    max-width: 100%;
    height: 60px;
    margin: 24px auto 0;
    border: solid 3px rgba(255, 255, 255, 0.51);
    background-image: linear-gradient(to bottom, #ffb000, #ff6c00);
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.novel-post-button:before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 32px;
    margin-right: 5px;
    background: url('/v2/img/novel_cup/icon-novel.png') no-repeat;
    background-size: contain;
}

.novel-post-button:hover {
    opacity: 0.8;
    color: #ffffff;
}

.schedule {
    font-size: 16px;
}

.schedule__image {
    width: 100%;
    margin-bottom: 24px;
}

.schedule__title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.schedule__caution {
    margin: 24px 0;
    font-size: 14px;
    line-height: 24px;
}

.result-button {
    display: block;
    width: 184px;
    margin-left: auto;
    padding: 8px 16px;
    border: solid 1px;
    border-radius: 7px;
    color: #1208ff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.result-button:hover {
    opacity: 0.8;
    text-decoration: none;
}

.notice {
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 24px;
}

.notice__content {
    margin-bottom: 32px;
}

.notice__caution {
    font-size: 14px;
}

.notice__break {
    margin-bottom: 24px;
}

.notice__term {
    display: inline-block;
    width: 136px;
}

.icon-link {
    padding-top: 8px;
}

.banner {
    display: block;
    width: 735px;
    margin: 0 auto;
}

.banner:hover {
    opacity: 0.8;
}

.tab.selected {
    background-color: #fffcb2;
    color: #000000;
}

.tab.selected:after {
    border-top: 10px solid #fffcb2;
}

.login {
    border: solid 3px #f01616;
    background-color: #fafafa;
}

.login form {
    width: 816px;
    padding-right: 24px;
}

.heading-back-ribbon {
    align-items: unset;
    width: 384px;
    height: 64px;
    margin: 0 auto 10px;
    padding: unset;
    background-color: unset;
    background-image: url(/v2/img/novel_cup/ribbon.png);
    background-size: cover;
    color: white;
    font-family: NotoSansJP, sans-serif;
    font-size: 17px;
    line-height: 48px;
    clip-path: unset;
}

.login .input {
    height: 40px;
}

.login .input input {
    width: 604px;
    border: solid 1px #acacac;
    background-color: #f4f4f4;
}

.login label {
    padding: unset;
    border: none;
    background-color: unset;
}

.login .email {
    margin-bottom: 24px;
}

.login .submit input {
    width: 300px;
    height: 60px;
    padding: unset;
    border: solid 3px rgba(255, 255, 255, 0.51);
    background-color: unset;
    background-image: linear-gradient(to bottom, #fe813e, #ff6c00);
    font-size: 20px;
}

.login .submit input:hover {
    opacity: 0.8;
    background-color: unset;
    background-image: linear-gradient(to bottom, #fe813e, #ff6c00);
}

.login .reminder {
    right: 24px;
    bottom: 102px;
}

.login .reminder,
.login .register {
    font-weight: normal;

    .icon.arrow {
        color: #ff813e;
        font-size: 14px;
        text-decoration: underline;
    }

    .icon.arrow:before {
        color: #a5a5a5;
    }
}

.my-contents {
    border: solid 3px #f01616;
    background-color: #fafafa;
}

.my-contents .my-notes .name {
    color: #a68945;
}

.my-contents .my-content .bet-number {
    background-color: #a68945;
}

.my-contents .my-content .entry.entried {
    padding: 20px 8px 24px;
}

.my-contents .my-content .title a {
    color: #ff813e;
}

.my-contents .my-content .current-rank,
.my-contents .my-content .current-bet {
    font-size: 18px;
}

.my-contents .my-content .current-bet b {
    color: #a68945;
}

.my-contents .my-content .current-point b {
    color: #e80000;
}

.my-contents .my-content .current-rank b {
    color: #fd74b7;
}

.paginator.section {
    width: auto;
    margin: unset;
    padding: unset;
    border: none;
    background-color: unset;
}

.dialog form {
    height: 474px;
    padding: 48px 18px 20px;
    border-radius: 20px;
}

.dialog form .close {
    top: 10px;
    right: 10px;
    border-radius: 50%;
    background-color: #737373;
}

.dialog form .close:before,
.dialog form .close:after {
    width: 22px;
    height: 1px;
}

.dialog form p {
    font-size: 26px;
    font-weight: bold;
}

.dialog form .title {
    line-height: 1;
}

.dialog form .vote-count {
    color: #a68945;
}

.dialog form .select-buttons {
    justify-content: center;
    gap: 20px;
}

.dialog form .select-buttons button {
    height: 60px;
    padding: unset;
    font-size: 20px;
    line-height: 60px;
}

.dialog form button.submit {
    background-color: #a68945;
}

.dialog form ul {
    padding-right: 12px;
    padding-left: 12px;
    color: #707070;
}

.entries {
    padding: 52px 24px;
    border: solid 3px #f01616;
    background-color: #ffffff;
}

.entries .entry {
    position: relative;
    padding: 21px 0;
}

.entries .entry .info {
    width: 824px;
    margin-bottom: 54px;
}

.entries .entry .info .content-tag span,
.entries .entry .info .content-tag.fantasy span {
    background-color: #fcbc66;
    color: black;
    font-weight: bold;
}

.entries .entry .bet .total-bonus-pt {
    font-size: 25px;
}

.entries .entry .bet .total-bet span {
    color: #a68945;
}

.entries .entry .read-button a {
    border: none;
    background: #ff813e;
}

.entries .entry .cheer-button a {
    border: none;
    background: black;
    font-size: 19px;
}

.entries .entry .bet-button a {
    border: none;
    background: #a68945;
}

.entries .rank {
    justify-content: center;
    padding-top: unset;
    gap: unset;
}

.entries .rank .rank-number {
    color: #ff74b7;
    text-align: center;
}

.entries .rank .rank-number--1,
.entries .rank .rank-number--2,
.entries .rank .rank-number--3 {
    content: none;
    font-size: 22px;
}

.ranking-arrow {
    width: 22px;
    height: 24px;
}

.ranking-arrow--stay {
    width: 24px;
    height: 22px;
}

.ranking-header {
    align-items: unset;
    width: 384px;
    height: 64px;
    margin: 0 auto 32px;
    padding: unset;
    background-color: unset;
    background-image: url(/v2/img/novel_cup/ribbon.png);
    background-size: cover;
    color: white;
    font-family: NotoSansJP, sans-serif;
    font-size: 28px;
    line-height: 48px;
    clip-path: unset;
}

.result .result-header:after,
.entries .ranking-header:after {
    content: none;
}

.result .award {
    border-color: #1f69b4;
}

.result .award.grand-prize .award-header {
    background-image: linear-gradient(to right, #a48305, #e5a63f);
}

.result .award .award-header {
    background-image: linear-gradient(to right, var(--main-collor), #0045ff);
}

.result .award .award-header > p > span {
    margin-left: 10px;
    font-size: 0.9rem;
}

.result .award .award-body > a:hover {
    text-decoration: underline;
}

.entries .paginator {
    color: #545454;
}

.entries .paginator:last-of-type {
    margin-top: -1px;
    padding-top: 11px;
    background-color: white;
}

.entries .entry .info .title {
    margin-bottom: unset;
    font-size: 22px;
    line-height: 1.2;
}

.entries .entry .info .author,
.entries .entry .info .favorite-and-count {
    font-size: 16px;
    line-height: 1.3;
}

.entries .entry .buttons {
    position: absolute;
    right: 0;
    bottom: 21px;
}

.footer {
    min-width: 1080px;
}

/* 集計中 */
.aggregate {
    padding: 22px;
    border: solid 3px #f01616;
    border-radius: 20px;
    background-color: white;
    font-size: 30px;
    line-height: 44px;
}
