/*
 * splaraiders サイト専用の文字サイズ上書きです。
 * 既存スタイルより後で読み込むことで、サイト個別要件を反映します。
 */
img,
video {
    max-width: 100%;
    height: auto;
}

/* PC版 */
p {
    font-size: 14px;
}

table th,
table td,
.post th,
.post td,
#main #mainCenter .post td,
#main #mainCenter .post th {
    font-size: 12px;
}

/* 旧 sites/common.css の見出しデザイン（h2/h3） */
body #main #main-contents .post h2,
body #mainCenter .post h2,
#main-contents .post h2,
#mainCenter .post h2 {
    display: block;
    margin: 30px 0 20px;
    padding: 10px;
    font-weight: bold;
    border-radius: 0 0 1px 1px;
    background-color: #23254c;
    border-bottom: 3px solid #218fdc;
    border-right: 3px solid #218fdc;
    position: relative;
}

body #main #main-contents .post h2:before,
body #mainCenter .post h2:before,
#main-contents .post h2:before,
#mainCenter .post h2:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: rgb(33 143 220 / 60%) rgb(35 37 76 / 0%) rgb(33 143 220 / 60%);
}

body:not(.top-design) #mainCenter .post h2:after,
body:not(.top-design) #mainCenter h2:after {
    display: none;
    content: none;
}

body #main #main-contents .post h3:before,
body #mainCenter .post h3:before,
#main-contents .post h3:before,
#mainCenter .post h3:before {
    position: absolute;
    content: " ";
    display: block;
    background: #23254c;
    bottom: 0;
    top: 0;
    left: 0;
    width: 4px;
    z-index: 1000;
}

body #main #main-contents .post h3,
body #mainCenter .post h3,
#main-contents .post h3,
#mainCenter .post h3 {
    background: none;
    border: medium none;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 5px 5px 5px 10px;
    border-bottom: 3px solid #23254c;
    position: relative;
    margin-bottom: 15px;
    margin-top: 12px;
}

body:not(.top-design) #mainCenter .post h3:after,
body:not(.top-design) #mainCenter h3:after {
    display: none;
    content: none;
}

@media only screen and (max-width: 896px) {

    body #main #main-contents .post h3,
    body #mainCenter .post h3 {
        font-size: 15px;
        line-height: 1.5;
    }
}

/* SP版 */
@media (max-width: 767px) {
    p {
        font-size: 13px;
    }

    table th,
    table td,
    .post th,
    .post td,
    #main #mainCenter .post td,
    #main #mainCenter .post th {
        font-size: 11.5px;
    }
}

/*
 * フッターデザイン上書き（参考: altema.jp/pocoapokemon）
 * 背景のトーンとul/liの並び・区切り感を近づける。
 */

/* PC: フッター背景とメニューの行レイアウト */
html body div#footer {
    background: #959595;
    border-top: 1px solid #3d424b;
    color: #d6d9df;
}

html body div#footer:before,
html body div#footer::before {
    content: none;
    display: none;
}

html body div#footer-in {
    max-width: 1080px;
    margin: 0 auto;
    padding: 18px 16px 14px;
}

html body div#footer h3 {
    margin-bottom: 1em;
    padding: 0.8em;
    background-color: #fff;
    color: #333;
    font-weight: bold;
}

html body div#footer .area01-freebox {
    float: none;
    box-sizing: content-box;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #c8ced8;
    line-height: 1.8;
}

html body div#footer .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

html body div#footer .footer-menu li {
    position: relative;
    margin: 0 12px 8px 0;
    padding-right: 12px;
    line-height: 1.5;
}

html body div#footer .footer-menu li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.25em;
    width: 1px;
    height: 0.95em;
    background: rgba(214, 217, 223, 0.35);
}

html body div#footer .footer-menu li:last-child::after {
    content: none;
}

html body div#footer .footer-menu a,
html body div#footer .footer-menu a:link,
html body div#footer .footer-menu a:visited {
    color: #dfe3ea;
    text-decoration: none;
}

html body div#footer .footer-menu a:hover {
    color: #ffffff;
    text-decoration: underline;
}

div.copyright {
    padding: 15px 0;
    background: #eaeaea;
    font-size: 1.2em;
    text-align: center;
    color: #444;
}

.footer-left-area {
    float: left;
    width: 39%;
}

.footer-right-area {
    float: right;
    width: 60%;
    box-sizing: border-box;
}

/* footer 新構造対応（旧 .area02 直下指定との差分吸収） */
#footer-in>.footer-right-area>.area02 {
    display: block;
    width: 100%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

#footer-in::after {
    content: "";
    display: block;
    clear: both;
}

.footer-left-area div.area03 {
    width: 95%;
    display: flex;
    align-items: center;
}

.footer-left-area div.area03 .area03-img {
    width: 25%;
}

.footer-left-area div.area03 .area03-freebox {
    margin-left: 10px;
}

.gNaviWrap2 {
    background: #34a3d1;
    box-shadow: 3px 3px #1e8fbe;
    height: 39px;
}

.gNavi li {
    width: 173px;
    float: left;
    text-align: center;
    /* width: 14%; */
    line-height: 38px;
    border-left: 1px solid #a9e1f5;
}

.gNavi li a,
#gNavi_button ul li a {
    position: relative;
}

ul.gNavi li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    padding: 0;
}

ul.gNavi li a:hover {
    color: #0c749b;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    width: 100%;
}

ul.gNavi li:last-child {
    border-right: 1px solid #a9e1f5;
}

#mainRight div#sidebar-1,
#mainRight div#sidebar-2,
#mainRight div#sidebar-3,
#mainRight div#sidebar-4,
#mainRight div#sidebar-5,
#mainRight div#sidebar-6,
#mainRight div#sidebar-7,
#mainRight div#sidebar-10,
#mainRight div#sidebar-11 {
    display: block;
}

#mainRight div#sidebar-1 h3,
#mainRight div#sidebar-2 h3,
#mainRight div#sidebar-3 h3,
#mainRight div#sidebar-4 h3,
#mainRight div#sidebar-5 h3,
#mainRight div#sidebar-6 h3,
#mainRight div#sidebar-7 h3,
#mainRight div#sidebar-10 h3,
#mainRight div#sidebar-11 h3 {
    border: 0;
    background: #f2f4f6;
    line-height: 35px;
    padding: 0 10px 0;
    margin: 0 0 0px;
    color: #444;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

#mainRight div#sidebar-2 h3,
#mainRight div#sidebar-3 h3,
#mainRight div#sidebar-4 h3,
#mainRight div#sidebar-5 h3,
#mainRight div#sidebar-6 h3,
#mainRight div#sidebar-7 h3,
#mainRight div#sidebar-10 h3,
#mainRight div#sidebar-11 h3 {
    border-top: 5px solid #014c6b;
    border-radius: 0;
}

/* SP: 行積みと見やすさを優先 */
@media (max-width: 767px) {
    html body div#footer {
        padding-top: 10px;
    }

    html body div#footer-in {
        padding: 10px 12px 8px;
    }

    html body div#footer .footer-menu ul {
        display: block;
    }

    html body div#footer .footer-menu li {
        margin: 0;
        padding: 8px 0;
        border-bottom: 1px solid rgba(214, 217, 223, 0.2);
    }

    html body div#footer .footer-menu li::after {
        content: none;
    }

    html body div#footer .footer-menu li:last-child {
        border-bottom: 0;
    }

    .footer-left-area,
    .footer-right-area {
        float: none;
        width: 100%;
    }

    #footer-in>.footer-right-area>.area02 {
        padding: 0 10px;
    }
}

/* core/common.css の display:none を打ち消す */
#footer-in>.area02 {
    display: block;
}

/* =============================================
 * 投票アンケート
 * ============================================= */
.enquete-area {
    margin-bottom: 20px;
}

.enquete-ttl {
    border-bottom: 2px solid #4a90d9;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-weight: bold;
}

.enquete-txt {
    margin-bottom: 10px;
    font-size: 13px;
}

/* 残り投票回数テーブル */
.enquete-remain-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 8px;
}

.enquete-remain-table th {
    background: #d0d0d0;
    padding: 6px 12px;
    font-weight: normal;
    font-size: 13px;
    width: 130px;
    border: 1px solid #bbb;
}

.enquete-remain-table td {
    background: #fff;
    padding: 6px 12px;
    font-size: 13px;
    border: 1px solid #bbb;
}

/* 選択肢リスト */
.enquete-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.enquete-item {
    display: flex;
    align-items: stretch;
    margin-bottom: 3px;
    /* core の #mainCenter div.enqueteWrap ul li を打ち消す */
    position: static;
    padding-right: 0;
    line-height: normal;
}

/* 投票ボタン（旧 sites/common.css の .post .tohyoBtn ベース） */
body .post .tohyoBtn,
body .post .enquete-vote-btn,
.tohyoBtn,
.enquete-vote-btn {
    background: #34a3d1;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    float: none;
    padding: 0 15px;
    font-size: 13px;
    box-shadow: 0 1px 1px 0 rgb(215 216 222 / 25%);
    height: 40px;
    line-height: 40px;
    position: static;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    margin: 0;
    border: none;
    flex-shrink: 0;
    cursor: pointer;
}

body .post .tohyoBtn:hover,
body .post .enquete-vote-btn:hover,
.tohyoBtn:hover,
.enquete-vote-btn:hover {
    background: #287ea1;
    box-shadow: 0 1px 1px 0 rgb(215 216 222 / 25%);
}

/* バーグラフ行 */
.enquete-bar-wrap {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 36px;
    border-left: 4px solid #2a70b9;
    background: #f0f0f0;
    overflow: hidden;
}

.enquete-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #a8d4f0;
    z-index: 0;
    transition: width 0.3s ease;
}

.enquete-name {
    position: relative;
    z-index: 1;
    flex: 1;
    padding: 6px 8px;
    font-size: 13px;
}

.enquete-name a {
    color: inherit;
    text-decoration: none;
}

.enquete-cnt {
    position: relative;
    z-index: 1;
    padding: 6px 10px 6px 4px;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* 画像付きモード */
.enquete-img-wrap {
    flex-shrink: 0;
    margin-right: 6px;
}

.enquete-img-wrap img {
    height: 40px;
    width: auto;
    display: block;
}

@media (max-width: 767px) {
    .enquete-vote-btn {
        min-width: 44px;
        font-size: 12px;
        padding: 0 8px;
    }

    .enquete-name,
    .enquete-cnt {
        font-size: 12px;
    }
}

/* footer-menu PC用：float 2カラムレイアウト */
#footer .footer-menu ul {
    display: block;
    float: left;
    width: 42%;
    margin-right: 5%;
    padding: 1%;
}

.footer-menu li {
    padding: 0 0 3px 25px;
    margin-bottom: 5px;
}

/* 896px以下：SP対応（背景色・area01スタイル） */
@media only screen and (max-width: 896px) {
    div#footer {
        padding: 30px 0 150px 0;
        background: #23254c !important;
    }

    div#footer .area01 {
        float: none;
        width: auto;
        background: #53588c !important;
        padding: 10px;
        line-height: 2;
        border-radius: 6px;
        margin: 0 10px 20px;
    }

    #footer .footer-menu ul {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

#header-in_wrap {
    /* PC版TOPヘッダー背景画像 */
    background-image: url(https://img.altema.jp/common/header/splatoonraiders-pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.header-inWrap {
    /* PC版下層ヘッダー背景画像 */
    background-image: url(https://img.altema.jp/common/header/splatoonraiders-kasou.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
}

@media only screen and (max-width: 896px) {
    #header div#header-in.home {
        /* SP版TOPヘッダー背景画像 */
        background: url(https://img.altema.jp/common/header/splatoonraiders-mb2.jpg) no-repeat center / cover;
        padding: 0 !important;
        height: calc(100vw * 0.3375);
    }

    #header div#header-in {
        /* SP版下層ヘッダー背景画像 */
        background: url(https://img.altema.jp/common/header/splatoonraiders-mb.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #FFF;
        width: 100%;
        margin: 0;
    }
}

@media only screen and (min-width: 897px) {
    #header div#header-in {
        width: 1200px;
        margin: auto;
    }
}
.video-wrapper {
 position: relative;
 width: 100%;
 padding-top: 56.25%; /* 9 ÷ 16 = 0.5625 */
}
.video-wrapper iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
