/* スクロールカレンダー */
.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/starseed/starseed_bg.png");
border: 1px solid #efefef;
box-sizing: border-box;
}

/* basic-reset */
.game-header-wrapper {
background: #3a59bc;
}

.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/starseed/starseed_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/starseed/starseed_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 #3a59bc;
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/starseed/starseed_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/starseed/starseed_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, #3d59bc, #5390db);
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: #3d59bc;
}

.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 #538fdb;
}

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

/* テーブル */
.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, .kamigame-layout-main table.alternative_heading_table tr:nth-child(2n) td, .kamigame-layout-main table.alternative_table tr:nth-child(2n) td, .side-block table.alternative_heading_table tr:nth-child(2n) td, .side-block table.alternative_table tr:nth-child(2n) td, .side_block table.alternative_heading_table tr:nth-child(2n) td, .side_block table.alternative_table tr:nth-child(2n) td {
background-color: #e7e8f2;
border-color: #ccc;
padding: 6px;
}

.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: #e7e8f2;
}

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

/* ボタン */
.side-block .button_navigation a, .side-block .button_navigation button, .side_block .button_navigation a, .side_block .button_navigation button, .kamigame-layout-main .button_navigation a, .kamigame-layout-main .button_navigation button {
box-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
}

.kamigame-layout-main .button_navigation a {
background: linear-gradient(to bottom, #566472, #46515c);
border: 2px solid #fb9324;
color:#fff;
}

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

.kamigame-layout-main .button_navigation a:hover {
opacity: 0.7;
background: linear-gradient(to bottom, #566472, #46515c);
color:#fff;
}

.enquete_button_box > .button_navigation > a {
background: linear-gradient(to bottom, #566472, #46515c);
border: 2px solid #fb9324;
color: #fff;
}

.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 #fb9324;
}

.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 #fff;
border-top: 2px solid #fff;
}

.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 #fff;
border-right: 2px solid #fff;
}

.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: linear-gradient(to bottom, #566472, #46515c);
}

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

.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: linear-gradient(to bottom, #566472, #46515c);
color: #fff;
}

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

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

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

.kamigame-layout-main .related_links::after {
background: #677889;
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: #677889;
}

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

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

.custom_header_table th>strong {
color: #6f4da2;
}

.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/starseed/starseed_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: #677889;
}

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

.side-block .switch-content-chip-tab-wrapper, .side_block .switch-content-chip-tab-wrapper, .kamigame-layout-main .switch-content-chip-tab-wrapper {
background: #fff;
border: 1px solid #677889;
}

/* 採点ツール */
.user-saiten-tool {
background: #fff;
}

.comparison-table--good th,
.comparison-table--bad th {
padding: 0 10px!important;
}