/* スクロールカレンダー */
.v-calendar-weekly__week {
    min-height: auto !important;
}

.event-calendar-vuetify-wrapper{
    min-height: auto !important;
}

.v-calendar-weekly__day v-past{
    min-height: auto !important;
}


/* 以下カスタムデザイン */



.kamigame-layout-main > .article {
background: repeat-y center/100% auto url("/img/raven2/raven2_bg.png");
border: 1px solid #efefef;
box-sizing: border-box;
}

/* basic-reset */
.game-header-wrapper {
background: #242f34;
}

.article-header {
padding: 30px 30px 15px 30px;
}

/* 見出し */
.kamigame-layout-main h2 {
color: #fff;
padding: 12px 10px 12px 20px;
background: no-repeat center/100% 100% url("/img/raven2/raven2_h2.png");
position: relative;
line-height: 1;
}

@media screen and (max-width: 728px) {
.kamigame-layout-main h2,
#priority_side .side-block h2 {
padding: 12px 10px 12px 15px;
}
}

@media screen and (max-width: 728px) {
#priority_side .side-block h2 {
color: #fff;
background: no-repeat center/100% 100% url("/img/raven2/raven2_h2.png");
position: relative;
line-height: 1;
}
}

@media screen and (max-width: 728px) {
#priority_side .side-block h2::before {
content: none;
}
}

.kamigame-layout-main h3 {
border-bottom: 2px solid #d2b532;
padding: 5px 15px 5px 20px;
}

@media screen and (max-width: 728px) {
.kamigame-layout-main h3 {
padding: 4px 10px 3px 15px;
}
}

.kamigame-layout-main h3:before {
top: 0;
content: "";
display: block;
width: 100%;
background-image: url("/img/raven2/raven2_h3.png");
width: 10px;
height: 36px;
background-size: 10px 36px;
background-repeat: no-repeat;
}

@media screen and (max-width: 728px) {
.kamigame-layout-main h3:before {
width: 8px;
height: 33px;
background-size: 8px 33px;
}
}

.kamigame-layout-main h4:before {
position: absolute;
content: "";
display: block;
width: 100%;
background-image: url("/img/raven2/raven2_h4.png");
width: 22px;
height: 22px;
background-size: 22px 22px;
background-repeat: no-repeat;
border-radius: 0;
}

.side-block h2, .side_block h2 {
position: relative;
background: linear-gradient(to right, #242f34, #242f34);
background-size: 100% 100%;
padding: 5px 5px 5px 15px;
}

.side-block h2:before, .side_block h2:before {
position: absolute;
left: 0;
top: 0;
border: none;
content: "";
width: 5px;
height: 100%;
background: linear-gradient(to bottom, #d2b532, #e8c982);
}

.side-block h2:after, .side_block h2:after {
border: none;
border-bottom: 3px solid transparent;
border-right: 5px solid #555;
content: "";
left: 0;
position: absolute;
top: 100%;
}

@media screen and (max-width: 768px) {
.side-block h2:after, .side_block h2:after {
border: none;
}
}

.side-block h3:after {
border-bottom: 3px solid #d2b532;
}

.side-block h4 {
border-left: 4px solid #d2b532;
}

/* テーブル */
.kamigame-layout-main th,
.kamigame-layout-main table.matrix_rowspan_table tr:first-child td:first-child,
.kamigame-layout-main table.matrix_table td:first-child, .side-block table.matrix_table td:first-child, .side_block table.matrix_table td:first-child {
background-color: #d7e0e2;
border-color: #ccc;
}

.side-block table, .side_block table, .kamigame-layout-main table,
.side-block table.point_table, .side_block table.point_table, .kamigame-layout-main table.point_table,
.side-block table, .side_block table, .kamigame-layout-main table,
.side-block td, .side_block td, .kamigame-layout-main td {
background-color: rgba(255, 255, 255, 1);
}

/* チャットテーブル */
.chat-table-left-bubble,
.chat-table-right-bubble,
.author-speech-bubble {
background: #d7e0e2;
}

.chat-table-left-bubble:before,
.author-speech-bubble:before {
border-right: 10px solid #d7e0e2;
}
.chat-table-right-bubble:after{
border-left: 10px solid #d7e0e2;
}

/* ボタン */
.kamigame-layout-main .button_navigation a {
background: #b60804;
border: 2px solid #c1ac6c;
color:#f8f7be;
}

.kamigame-layout-main .button_navigation a:after,
.kamigame-layout-main .button_navigation a:hover:after {
border-bottom: 2px solid #f8f7be;
border-right: 2px solid #f8f7be;
}

.kamigame-layout-main .button_navigation a:hover {
opacity: 0.7;
background: #b60804;
color:#f8f7be;
}

.enquete_button_box > .button_navigation > a {
background: #b60804;
border: 2px solid #c1ac6c;
color: #f8f7be;
}

.enquete_button_box > .button_navigation > a:before {
background: none;
}

.kamigame-layout-main table.pagination td, .side-block table.pagination td, .side_block table.pagination td{
border: 2px solid #c1ac6c;
}

.kamigame-layout-main table.pagination td:first-child:before, .side-block table.pagination td:first-child:before, .side_block table.pagination td:first-child:before,
.kamigame-layout-main table.pagination td:first-child:hover:before, .side-block table.pagination td:first-child:hover:before, .side_block table.pagination td:first-child:hover:before {
border-left: 2px solid #f8f7be;
border-top: 2px solid #f8f7be;
}

.kamigame-layout-main table.pagination td:last-child:before, .side-block table.pagination td:last-child:before, .side_block table.pagination td:last-child:before,
.kamigame-layout-main table.pagination td:last-child:hover:before, .side-block table.pagination td:last-child:hover:before, .side_block table.pagination td:last-child:hover:before {
border-bottom: 2px solid #f8f7be;
border-right: 2px solid #f8f7be;
}

.kamigame-layout-main table.pagination td:first-child, .side-block table.pagination td:first-child, .side_block table.pagination td:first-child, .kamigame-layout-main table.pagination td:last-child, .side-block table.pagination td:last-child, .side_block table.pagination td:last-child {
background: #b60804;
}

.kamigame-layout-main table.pagination td a, .side-block table.pagination td a, .side_block table.pagination td a {
color:#f8f7be;
}

.kamigame-layout-main table.pagination td a:hover, .side-block table.pagination td a:hover, .side_block table.pagination td a:hover {
opacity: 0.7;
background: #b60804;
color: #f8f7be;
}

/* 装飾テーブル */
.kamigame-layout-main table.step_table .chart_number {
background: #3b4e4f;
color: #fff;
}

.kamigame-layout-main table.point_table td:before {
border: 8px solid #3b4e4f;
}

.kamigame-layout-main table.point_table td:after {
border: solid #fff;
border-width: 0 2px 2px 0;
}

.kamigame-layout-main .related_links::after {
background: #3b4e4f;
color: #fff;
font-weight: 700;
}

/* 目次 */
.kamigame-table-of-contents {
background-color: #fff;
}

/* ランキング */
.kamigame-layout-main table.sidebar_ranking .rank_other, .side-block table.sidebar_ranking .rank_other, .side_block table.sidebar_ranking .rank_other {
background-color: #3b4e4f;
}

/* キーワード検索 */
.table_search_form {
background-color: #efefef;
}

/* カスタムヘッダー */
.custom_header_table {
background: #fff!important;
border: 2px solid #970e09 !important;
box-shadow: 0 0 8px -4px #970e09 !important;
}

.custom_header_table th>strong {
color: #970e09;
}

.kamigame-layout-main .custom_header_table td a {
padding: 5px 10px 5px 30px;
}

.kamigame-layout-main .custom_header_table tr:last-child td a {
padding: 5px 10px 10px 30px;
}

.kamigame-layout-main .custom_header_table td {
border: none;
color: #666;
font-feature-settings: "palt";
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
padding: 0;
position: relative;
}

.kamigame-layout-main .custom_header_table td:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-51%);
background: url("/img/raven2/raven2_custom-header.png");
background-size: 16px 16px;
border-radius: unset;
width: 16px;
height: 16px;
background-repeat: no-repeat;
}

/* 切り替えタブ */
.side-block .tab-wrapper input:checked + .tab, .side_block .tab-wrapper input:checked + .tab, .kamigame-layout-main .tab-wrapper input:checked + .tab {
  background-color: #3b4e4f;
}

.side-block .tab-wrapper, .side_block .tab-wrapper, .kamigame-layout-main .tab-wrapper {
  border-bottom: 3px solid #3b4e4f;
}