.nav-login {
    background: #ac5ddd;
}

.header {
    background-image: none;
}

.header .kv {
    background-image: linear-gradient(to bottom, #0084ff, #009cff 40%, #d2ffe8);
    border-bottom: solid 5px #ac5ddd;
}

.header .term {
    background: #fff;
}

.header .term ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 960px;
    margin: auto;
}

.header .term li {
    margin-right: 20px;
    background-color: #ac5ddd;
    color: #fff;
    font-weight: normal;
    padding: 5px 24px;
}

.header .sub-nav {
    background: #fff;
}

.header .sub-nav .inner {
    display: flex;
    justify-content: center;
}

.header .sub-nav .inner div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header .sub-nav a {
    color: #1846de;
    border-right-color: #000000;
    border-right-width: 2px;
    padding-right: 15px;
}

.header .sub-nav a:last-of-type {
    margin-right: 10px;
    border-right: 2px solid #000000;
}

.header .sub-nav .inner div:nth-child(2) a:last-child {
    margin-right: 0;
    border-right: 0;
}

.header .sub-nav a:hover {
    color: #0089ff;
    text-decoration: none;
}

.header .sub-nav .sns {
    left: inherit;
    text-align: inherit;
    width: auto;
    top: inherit;
    position: absolute;
    margin: auto 0;
}

.header .sub-nav .sns .line {
    margin-right: inherit;
}

.header .sub-nav .sns a {
    border-right: none;
    padding-right: 0;
    margin-right: 8px;
}

.header .bet-count {
    background: #ac5ddd;
}

body {
    line-height: 1.3;
}

.section {
    margin-top: 60px;
}

.section h2 {
    margin-bottom: 20px;
    padding: 4px;
    background: #4c57de;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.login label {
    display: inline-block;
    vertical-align: top;
    width: 154px;
    height: 60px;
    padding: 15px 0;
    border: solid 1px #d5d5d5;
    background-color: #ffc343;
    line-height: 1.88;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.login .input {
    width: 604px;
    display: flex;
}

.login input[type=email] {
    width: 450px;
    height: 60px;
    border: solid 1px #d5d5d5;
    background-color: #f5f5f5;
}

.login input[type=password] {
    width: 450px;
    height: 60px;
    border: solid 1px #d5d5d5;
    background-color: #f5f5f5;
}

.entries h2 {
    background: #e80000;
}

.dialog form ul {
    color: #707070;
}

/*ボーナスタイムとは*/
.GoToExplanation.bonus {
    top: 115px;
    right: -6px;
}

/*ボーナスタイムとは(ボーナスタイム期間中)*/
.bonustime .GoToExplanation {
    position: absolute;
    top: 135px;
    right: 0px;
}

.bonustime span {
    font-size: 32px;
}

.next-bonustime p {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}

.next-bonustime b {
    font-size: 30px;
    line-height: 40px;
}

.totalling p {
    border: 6px solid #ff8106;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0px 10px 100px;
    padding: 20px;
}

.totalling span {
    font-size: 30px;
}

.section h3 {
    font-size: 22px;
    border-left: 8px solid;
    line-height: 1.25;
    padding: 5px 4px;
}

.section.abstract {
    position: relative;
    margin-bottom: 85px;
}

.abstract p {
    font-size: 16px;
    padding-top: 16px;
}

.abstract .subtitle {
    font-weight: bold;
    font-size: 18px;
    color: #ac5ddd;
    padding-top: 0;
}

.abstract .explain {
    max-width: 570px;
}

.abstract .indent {
    max-width: 450px;
    text-indent: -1em;
    padding-left: 1em;
}

.abstract img {
    position: absolute;
    top: 50px;
    right: 0;
    width: 441px;
    height: 272px;
}

.rule .title {
    font-size: 26px;
    padding: 12px 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

.rule .title span {
    font-size: 22px;
    font-weight: normal;
    padding-left: 24px;
}

.rule .author {
    border: solid 1px #5ab770;
}

.rule .author .title {
    background-color: #5ab770;
}

.rule .author h3 {
    border-left-color: #5ab770;
    color: #5ab770;
    margin: 16px auto;
}

.rule .author .score-present img {
    display: block;
    margin: 0 auto 40px;
    width: 840px;
    height: 276px;
}

.rule .author .entry h3 span {
    padding: 6px 8px;
    border: solid 2px #5ab770;
    border-radius: 50px;
    font-size: 15px;
    margin-right: 8px;
    vertical-align: middle;
}

.rule .entry {
    position: relative;
}

.rule .entry .text {
    font-size: 20px;
    font-weight: bold;
}

.rule .entry .text span {
    color: #ff0000;
    display: inline-block;
}

.rule .entry .notes {
    font-size: 14px;
    padding: 10px 5px
}

.rule .entry .rank-up-system {
    padding: 0 16px;
}

.rule .entry .past-derby-button {
    height: 40px;
    border: solid 3px rgba(255, 255, 255, 0.51);
    background-image: linear-gradient(to bottom, #ffaf60, #ff7f00);
}

.rule .entry .past-derby-button a {
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 1;
}

.rule .entry .rank-up-system .rank-up-img {
    top: -45px;
    right: 4px;
    position: absolute;
}

.rule .entry .rank-up-system .rank-up-img img {
    width: 420px;
    margin-right: 8px;
}

.rule .entry .rank-up-system .rank-up-img p {
    font-size: 14px;
    text-align: right;
    margin-right: 25px;
}

.rule .author .read-chance-img {
    padding-left: 46px;
    margin-top: -17px;
    margin-bottom: 15px;
}

.rule .author .read-chance-img p {
    font-size: 14px;
    margin-left: 722px;
    margin-top: -23px;
}

.rule .reader {
    border: solid 1px #ff0000;
}

.rule .reader .title {
    background-color: #f058a4;
}

.rule .reader .content {
    text-align: center;
}

.rule .reader .subtitle {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 8px;
}

.rule .reader .subtitle p {
    font-size: 22px;
    font-weight: bold;
    margin-top: 7px;
    padding-left: 8px;
}

.rule .reader .content .score-bet img {
    width: 840px;
}

.rule .reader .text {
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 16px;
}

.entry-conditions h3 {
    color: #ac5ddd;
    margin: 14px auto;
}

.entry-conditions .text {
    margin-left: 30px;
}

.entry-conditions .list {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.entry-conditions .list span {
    padding: 5px 12px;
    border-radius: 50px;
    border: solid 1px #000;
}

.entry-conditions .explain {
    list-style: none;
    font-size: 16px;
    margin-bottom: 12px;
}

.entry-conditions div.explain {
    padding-left: 1em;
}

.entry-conditions .button-group .manga-button {
    width: 840px;
    padding: 14px;
    border: solid 3px rgba(255, 255, 255, 0.51);
    background-image: linear-gradient(to bottom, #ffaf60, #ff7f00);
    box-shadow: none;
    font-size: 26px;
    margin-top: 8px;
}

.schedule .inner,
.notice .inner {
    padding: 0 60px;
}

.schedule .image img {
    width: 840px;
    height: 433px;
    margin-left: 0;
    margin-bottom: 16px;
}

.schedule .heading {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.schedule .text p {
    font-size: 14px;
    line-height: 1.57;
    padding-bottom: 22px;
}

.schedule .text p span {
    font-weight: bold;
}

.schedule .asterisk p:first-child {
    padding-bottom: 0;
}

.section.notice {
    margin-top: 38px;
}

.notice .inner div {
    margin-bottom: 30px;
}

.notice h3 {
    font-size: 16px;
    text-align: center;
    color: #ac5ddd;
    background-color: #f2f2f2;
    border-left: none;
    line-height: 30px;
    padding: 0;
    margin-bottom: 16px;
}

.notice p,
.notice ul {
    font-size: 14px;
    line-height: 1.57;
}

.notice .icon-link {
    padding-top: 12px;
}

.notice .icon::before {
    margin-right: 2px;
}

.notice .icon.arrow::before {
    content: url("../../../img/manga_derby/arrow-gray.png");
    vertical-align: middle;
}

.incentive {
    text-align: center;
    margin-bottom: 60px;
}

/*ランキング一覧*/

.entries {
    margin-top: 45px;
}

.entry {
    line-height: 1.5;
}

.entries .entry {
    display: block;
    overflow: hidden;
}

.entries .entry .rank {
    height: 152px;
    float: left;
}

.entries .entry .cover {
    height: 152px;
    float: left;
}

.entries .entry .cover .icon-vertical-manga-large {
    display: inline-block;
}

.entries .entry .cover .icon-vertical-manga-large:before {
    content: url("/img/component/icon/vertical-manga-large.png");
    position: absolute;
    height: 34px;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.entries .entry .info {
    width: auto;
    display: flex;
}

.entries .entry .info .content-info {
    width: 500px;
}

.entries .entry .info .label {
    display: flex;
    column-gap: 8px;
}

.entries .entry .info .r15 span {
    background-color: #0076ff;
    border-radius: 10px;
}

.entries .entry .info .r18 span {
    background-color: #ff0000;
    border-radius: 10px;
}

.entries .entry .buttons {
    display: flex;
    justify-content: flex-end;
}

.entries .entry .read-button {
    margin-right: auto;
}

.entries .entry .bet-button {
    padding-top: 15px;
}

#forExplanation {
    margin-top: -40px;
    padding-top: 40px;
}
