@charset "UTF-8";
/* =========================================================
共通（全体）
========================================================= */
a {
  text-decoration: none;
}

.syussou_tbl, .vp_wrap .vp_grid, .drk .drk__table {
  transition: opacity 0.2s;
}

.syussou_tbl:not(.is-active), .vp_wrap .vp_grid:not(.is-active), .drk .drk__table:not(.is-active) {
  visibility: hidden;
  height: 0;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
}

.syussou_tbl:not(.is-active) *, .vp_wrap .vp_grid:not(.is-active) *, .drk .drk__table:not(.is-active) * {
  display: none;
}

/* =========================================================
drk / srk アイコン（共通）
========================================================= */
.drk__icon_b {
  background: url(../images/battle_icon.png) no-repeat center/cover;
}

.drk__icon_b.icon_a {
  background-image: url(../images/battle_icon_a.png) !important;
}

.drk__icon_b.icon_b {
  background-image: url(../images/battle_icon_b.png) !important;
}

.drk__icon_b.icon_c {
  background-image: url(../images/battle_icon_c.png) !important;
}

.drk__icon_b.icon_d {
  background-image: url(../images/battle_icon_d.png) !important;
}

/*****************************************************************************************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
*****************************************************************************************************************************************/
@media all and (min-width: 751px) {
  /* =========================================================
  battle：セクション土台
  ========================================================= */
  #battle {
    background: url(../images/battle_bg_pc_bottom.png) no-repeat bottom center/contain, url(../images/battle_bg_pc.jpg) no-repeat top center/contain, linear-gradient(#fffacc calc(100% - 200px), transparent calc(100% - 200px));
    width: 100%;
    height: auto;
    padding: 200px 0 120px;
    margin: -170px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    isolation: isolate;
    clip-path: polygon(0 168px, 100% 0, 100% 100%, 0 100%);
  }
  #battle > * {
    position: relative;
    z-index: 1;
  }
  /* =========================================================
  上部：タイトル / リード
  ========================================================= */
  .battle_tit_wrap {
    width: 1550px;
    display: flex;
    margin: -63px auto 0;
    justify-content: space-between;
    align-items: flex-end;
  }
  .battle_tit {
    background: url(../images/battle_tit_pc.png) no-repeat center/cover;
    width: 970px;
    height: 232px;
    position: relative;
  }
  .battle_read {
    background: url(../images/battle_lead_pc.png) no-repeat center/cover;
    width: 759px;
    height: 180px;
    position: relative;
    padding: 9px;
    margin-right: 28px;
  }
  .battle_read p {
    font-size: 18px;
    font-weight: bold;
    margin: 17px 53px;
    color: #3A2100;
  }
  /* =========================================================
  上部：step（参加フロー）
  ========================================================= */
  .step {
    background: url(../images/battle_step_pc.png) no-repeat center/cover;
    width: 1490px;
    height: 252px;
    margin: 17px auto 0;
  }
  .step_entry_btn,
  .step_yosou_btn {
    width: 296px;
    height: 55px;
    position: absolute;
    text-align: center;
    line-height: 53px;
    font-size: 24px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    border-radius: 28px;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.3));
    transition-duration: 0.07s;
    transition-timing-function: ease-out;
    box-sizing: border-box;
  }
  .step a {
    text-decoration: none;
    color: #000;
    position: relative;
    left: 6px;
  }
  .step_entry_btn {
    background: #F4FF52;
    left: 81px;
    top: 175px;
  }
  .step_yosou_btn {
    background: #4E6BE9;
    left: 598px;
    top: 175px;
    border: solid 2px #ecf8ff;
  }
  .step_yosou_btn a {
    color: #fff;
  }
  .step_entry_btn:hover,
  .step_yosou_btn:hover {
    filter: none;
    transform: translateY(2px);
  }
  /* =========================================================
  上部：X投稿キャンペーン
  ========================================================= */
  .xpost_wrap {
    display: flex;
    margin: 15px auto;
    justify-content: center;
    align-items: flex-end;
    gap: 22px;
  }
  .xpost {
    background: url(../images/batte_xpost_pc.png) no-repeat center/contain;
    width: 600px;
    height: 287px;
  }
  .xpost_btn {
    background: url(../images/battle_x_btn.png) no-repeat center/cover;
    width: 332px;
    height: 62px;
    position: absolute;
    left: 226px;
    bottom: 23px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
    transition-duration: 0.07s;
    transition-timing-function: ease-out;
  }
  .xpost_btn.no {
    background: #000;
    border-radius: 500px;
    color: #fff;
    line-height: 58px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
  }
  .xpost_btn a {
    width: 100%;
    height: 100%;
  }
  .xpost_btn:hover {
    filter: none;
    transform: translateY(2px);
  }
  .xpost_p {
    position: relative;
    width: 660px;
  }
  .xpost_p p {
    font-size: 20px;
    color: #fff;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.2));
    font-weight: bold;
    border: solid 1px;
    padding: 13px 16px;
    margin: 10px 0px;
    text-align: justify;
  }
  .xpost_p span {
    color: #F0FF17;
  }
  p.come {
    font-size: 15px;
    font-weight: 500;
    filter: none;
    margin-bottom: 24px;
    padding: 0;
    border: none;
  }
  .battle_bottom_wrap {
    margin-top: 128px;
  }
  .step_entry_btn.no,
  .step_yosou_btn.no,
  .xpost_btn.no {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2666666667);
    filter: none;
    border: none;
  }
  .step_entry_btn.no a,
  .step_yosou_btn.no a,
  .xpost_btn.no a {
    color: #fa0;
  }
  .xpost_btn.no {
    background: rgba(0, 0, 0, 0.3333333333);
  }
  /* =========================================================
  概要：gaiyo / point（2枚）
  ========================================================= */
  .gaiyo {
    width: 1211px;
    height: 913px;
    margin: 128px auto 0;
  }
  .point {
    width: 100%;
    height: 216px;
    display: flex;
    position: relative;
    justify-content: center;
    gap: 12px;
    align-items: flex-end;
  }
  .point1 {
    background: url(../images/battle_point1_pc.png) no-repeat center/cover;
    width: 632px;
    height: 142px;
  }
  .point2 {
    background: url(../images/battle_point2_pc.png) no-repeat center/cover;
    width: 520px;
    height: 142px;
  }
  .point::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/battle_point_pc.png) no-repeat center/cover;
    pointer-events: none;
    height: 72px;
    top: 0;
  }
  /* =========================================================
  2カラム外枠：boat_wrap
  ========================================================= */
  .boat_wrap {
    display: flex;
    gap: 18px;
    align-items: stretch;
    width: 100%;
  }
  /* =========================================================
  左：出走表（syussou）
  ========================================================= */
  .syussou {
    flex: 1 1 auto;
    overflow: hidden;
  }
  .syussou_head {
    padding: 10px 12px 0;
  }
  .date_badge {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    font-weight: 800;
  }
  .date_badge .md {
    font-size: 32px;
    letter-spacing: 0.02em;
  }
  .date_badge .tag {
    display: inline-flex;
    justify-content: center;
    padding: 7px 11px;
    border-radius: 4px;
    background: #111;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    position: relative;
    bottom: -3px;
  }
  .race_tabs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
  .race_tab {
    border: 0;
    background: #ffd2a5;
    color: #ff9347;
    font-weight: bold;
    font-size: 25px;
    padding: 1px 11.5px;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    font-family: "Roboto";
  }
  .race_tab.is-active {
    background: #ff6a00;
    color: #fff;
  }
  .syussou_body {
    padding: 0 12px 12px;
  }
  .syussou_tbl {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    overflow: hidden;
  }
  .syussou_tbl thead th {
    background: #ff6a00;
    color: #fff;
    padding: 2px 2px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .syussou_tbl thead th:last-child {
    border-right: 0;
  }
  .syussou_tbl tbody td {
    padding: 0;
    font-size: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    background: #fff;
  }
  .syussou_tbl tbody tr:last-child td {
    border-bottom: 0;
  }
  .syussou_tbl tbody td:last-child {
    border-right: 0;
  }
  .th_waku {
    width: 64px;
  }
  .th_small {
    width: 61px;
  }
  .th_small:nth-last-child(2) {
    width: 110px;
  }
  .th_small:last-child {
    width: 114px;
  }
  td.small {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
  }
  td.num {
    font-variant-numeric: tabular-nums;
  }
  td.s_name {
    font-weight: 500;
    text-align: center;
  }
  td.waku {
    padding: 0;
  }
  .waku_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 42px;
    font-weight: bold;
    font-family: "Roboto";
    font-size: 27px;
    color: #fff;
  }
  tr.w1 .waku_box {
    background: #ffffff;
    color: #000;
  }
  tr.w2 .waku_box {
    background: #111;
  }
  tr.w3 .waku_box {
    background: #e60012;
  }
  tr.w4 .waku_box {
    background: #0052ff;
  }
  tr.w5 .waku_box {
    background: #ffd200;
    color: #000;
  }
  tr.w6 .waku_box {
    background: #00b050;
  }
  .syussou_tbl tbody tr:nth-child(odd) td:not(.waku) {
    background-color: #FFFACC;
  }
  .syussou_tbl tbody tr:nth-child(even) td:not(.waku) {
    background-color: #FFE9A5;
  }
  /* =========================================================
  右：VPOWER（vp）
  ========================================================= */
  .vp_wrap {
    width: 300px;
    position: relative;
    flex: 0 0 419px;
    padding-top: 166px;
  }
  .vp_huki {
    position: absolute;
    top: 30px;
    left: -16px;
    width: 100%;
    height: 142px;
    background: url("../images/battle_vp_huki.png") no-repeat center/contain;
  }
  .vp {
    background: url(../images/battle_vp.png) no-repeat bottom/cover;
    padding: 48px 24px 0;
    height: 171px;
    width: 340px;
    position: relative;
    bottom: -7px;
  }
  .vp_title {
    display: none;
  }
  .vp_title .logo {
    font-weight: 1000;
    letter-spacing: 0.02em;
    font-size: 22px;
  }
  .vp_title .logo span {
    font-size: 18px;
  }
  .vp_title .sub {
    font-size: 12px;
    font-weight: 900;
    color: #111;
  }
  .vp_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 15px;
  }
  .vp_item {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: "Roboto";
    font-size: 32px;
    font-variant-numeric: tabular-nums;
  }
  .vp_item .dash {
    margin: 0;
    font-weight: 900;
    color: #111;
  }
  .vp_item span:not(.dash) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    box-sizing: border-box;
    border: solid 1px #000;
  }
  .vp_item .p1 {
    background: #ffffff;
    color: #000;
  }
  .vp_item .p2 {
    background: #000000;
    color: #fff;
  }
  .vp_item .p3 {
    background: #e60012;
    color: #fff;
  }
  .vp_item .p4 {
    background: #0839FF;
    color: #ffffff;
  }
  .vp_item .p5 {
    background: #FFF700;
    color: #000;
  }
  .vp_item .p6 {
    background: #30CF00;
    color: #fff;
  }
  /* =========================================================
  ととまるフォーム誘導（chance）
  ========================================================= */
  .chance {
    width: 100%;
    height: 266px;
    display: flex;
    position: relative;
    justify-content: center;
    gap: 32px;
    align-items: center;
  }
  .toto_huki {
    background: url(../images/battle_toto_huki.png) no-repeat center/cover;
    width: 660px;
    height: 252px;
    position: relative;
  }
  .yosou_btn {
    background: #4E6BE9;
    width: 443px;
    height: 86px;
    position: relative;
    text-align: center;
    line-height: 82px;
    font-size: 31px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    border-radius: 48px;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.3));
    transition-duration: 0.07s;
    transition-timing-function: ease-out;
  }
  .yosou_btn a {
    color: #fff;
  }
  .yosou_btn:hover {
    filter: none;
    transform: translateY(2px);
  }
  .chance::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/battle_mezasou.png);
    background-repeat: repeat;
    pointer-events: none;
    width: 366px;
    height: 25px;
    top: 52px;
    left: 768px;
  }
  /* =========================================================
  ランキング（　rank_wrap / drk(日次) / srk(総合)　）
  ========================================================= */
  .rank_wrap {
    width: 1584px;
    display: flex;
    position: relative;
    justify-content: space-between;
    gap: 32px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  /* drk(日次ランキング)
  ---------------------------------------*/
  .drk {
    width: 767px;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 14px;
    box-sizing: border-box;
    border: solid 2px #E7003F;
    overflow: hidden;
    max-height: 1340px;
  }
  .drk__head {
    margin: 24px auto 13px;
    background: url(../images/battle_rank_niti.png) no-repeat;
    width: 92%;
    height: 30px;
  }
  .drk__tabs {
    display: flex;
    gap: 4.8px;
    padding: 0 16px;
    margin: 0 0 10px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
  }
  .drk__tab {
    padding: 13px 0;
    border-radius: 8px;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    font-family: "Roboto";
    cursor: pointer;
    flex: 1;
    text-align: center;
  }
  .drk__tab.is-active {
    background: #e60044;
    color: #fff;
  }
  .drk__table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    z-index: 1;
  }
  .drk__th {
    background: #e60044;
    color: #fff;
    padding: 10px 0px;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
  }
  .drk__th--rank {
    padding: 0 19px;
  }
  .drk__tr td {
    padding: 4px 0px;
    border-bottom: 1px solid #cccccc;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
  }
  .drk__tr:last-child td {
    border-bottom: 0;
  }
  .drk__tr:nth-child(even) {
    background: #FFFAD8;
  }
  .drk__tr:last-child {
    background: none;
  }
  .drk__name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 0 !important;
    text-align: left;
    white-space: nowrap;
    width: 100%;
  }
  .drk__icon_b {
    width: 57px;
    height: 57px;
    flex: 0 0 57px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: url(../images/battle_icon.png) no-repeat center/cover;
    position: relative;
  }
  .drk__nick {
    flex: 1 1 auto;
  }
  .drk__rank {
    font-size: 35px !important;
    font-family: "Roboto";
  }
  .drk__hit span {
    font-size: 34px !important;
    font-family: "Roboto";
    margin-right: 2px;
  }
  .drk__hit {
    font-size: 21px !important;
    width: 5em;
  }
  .drk__pt {
    background: rgba(255, 61, 93, 0.1);
    font-weight: 900;
    font-family: "Roboto";
    font-size: 34px !important;
    width: 4.5em;
  }
  .drk__medal {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex: 0 0 28px;
    position: relative;
    background: transparent;
  }
  .drk__medal--gold {
    background: #f6c343;
  }
  .drk__medal--silver {
    background: #cfcfcf;
  }
  .drk__medal--bronze {
    background: #c88a5a;
  }
  .drk__medal--gold::after,
  .drk__medal--silver::after,
  .drk__medal--bronze::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid rgba(230, 0, 68, 0.9);
  }
  .drk__sep td {
    background: url(../images/battle_drk_obi.png) no-repeat center/cover;
    padding: 0;
    height: 29px;
  }
  .drk__sep td span {
    display: inline-block;
    background: rgba(230, 0, 68, 0.25);
    color: #fff;
    padding: 4px 14px;
    border-radius: 999px;
  }
  .drk__tr.is-lower td {
    padding: 0px 0;
    font-size: 24px;
  }
  .drk__tr.is-lower .drk__rank {
    font-size: 30px !important;
  }
  .is-lower td.drk__name {
    padding: 3px 0 !important;
  }
  .is-lower td.drk__hit span {
    font-size: 31px !important;
  }
  .drk__tr.is-lower .drk__pt {
    font-size: 30px !important;
  }
  .drk__tr.is-lower .drk__icon_b {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
  }
  .drk__tr.is-1st .drk__rank,
  .drk__tr.is-2nd .drk__rank,
  .drk__tr.is-3rd .drk__rank {
    color: transparent;
    font-size: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3em;
  }
  .drk__tr.is-1st .drk__rank {
    background-image: url(../images/battle_rank1.png);
  }
  .drk__tr.is-2nd .drk__rank {
    background-image: url(../images/battle_rank2.png);
  }
  .drk__tr.is-3rd .drk__rank {
    background-image: url(../images/battle_rank3.png);
  }
  .drk__icon_b::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .drk__tr.is-1st .drk__icon_b::before {
    background: url(../images/battle_rank1_huti.png) no-repeat center/cover;
  }
  .drk__tr.is-2nd .drk__icon_b::before {
    background: url(../images/battle_rank2_huti.png) no-repeat center/cover;
  }
  .drk__tr.is-3rd .drk__icon_b::before {
    background: url(../images/battle_rank3_huti.png) no-repeat center/cover;
  }
  .drk__table td.more {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    font-size: 24px;
    text-align: center;
    pointer-events: none;
  }
  .drk__table td.more::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff 0, transparent);
    border-radius: 0 0 14px 14px;
  }
  .drk__table td.more a {
    width: 240px;
    height: 1lh;
    color: #fff;
    font-weight: 900;
    line-height: 2;
    border: #fff solid 4px;
    background: #e60044;
    border-radius: 100px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: all;
  }
  .drk__table.drk_soon {
    height: 1200px;
  }
  .drk__table.drk_soon tbody::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/battle_comingsoon.png) no-repeat center 45%, #fff;
    z-index: 1;
  }
  .modal-wrap {
    visibility: visible;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    transition: opacity 0.25s ease;
    padding: 0;
    margin: 0;
  }
  .modal-wrap:not(.is-open) {
    visibility: hidden;
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .modal-wrap:not(.is-open) * {
    display: none;
  }
  .modal-wrap table {
    width: 800px;
    margin: auto;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
  }
  .modal-wrap a.btm-close {
    width: 240px;
    height: 1lh;
    color: #fff;
    font-weight: 900;
    line-height: 2;
    border: #fff solid 4px;
    background: #e60044;
    border-radius: 100px;
    margin: 16px auto 80px;
    pointer-events: all;
    font-size: 24px;
    text-align: center;
  }
  .modal-wrap a.top-close {
    width: 2em;
    height: 1lh;
    color: #fff;
    font-weight: 100;
    line-height: 1.5;
    margin: 16px calc((100% - 800px - 1em) / 2) 0 auto;
    pointer-events: all;
    font-size: 40px;
    text-align: center;
  }
  .modal-wrap td.more, .modal-wrap td.more * {
    display: none;
  }
  /* srk(総合ランキング)
  ---------------------------------------*/
  .rank_right {
    width: 767px;
  }
  .srk {
    width: 767px;
    height: 404px;
    margin-bottom: 43px;
    padding: 0;
    background: #fff;
    border-radius: 14px;
    box-sizing: border-box;
    border: solid 2px #2E45DB;
  }
  .srk.soon .srk__table, .srk.soon .srk_replay {
    display: none;
  }
  .srk__head {
    margin: 24px auto 13px;
    background: url(../images/battle_rank_sou.png) no-repeat;
    width: 92%;
    height: 30px;
  }
  .srk .drk__th {
    background: #2E45DB !important;
  }
  .srk .drk__pt {
    background: rgba(61, 184, 255, 0.1) !important;
  }
  .srk__table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .srk_replay {
    background: #000000;
    width: 271px;
    height: 46px;
    position: relative;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    border-radius: 41px;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.3));
    transition-duration: 0.07s;
    transition-timing-function: ease-out;
    margin: 15px auto;
  }
  .srk_replay a {
    color: #fff;
  }
  .srk_replay:hover {
    filter: none;
    transform: translateY(2px);
  }
  .srk::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/battle_comingsoon.png) no-repeat center/cover;
    width: 572px;
    height: 190px;
    top: 30%;
    left: 11%;
  }
  /* 賞品（rank_sho）
  ---------------------------------------*/
  .rank_sho {
    background: url(../images/battle_sho_pc.png) no-repeat center/cover;
    width: 767px;
    height: 883px;
  }
  .rank_sho_before {
    width: 100%;
    text-align: center;
  }
  .rank_sho_before img {
    width: 1490px;
  }
  /* =========================================================
  注意事項（chui）
  ========================================================= */
  .chui {
    margin: 25px auto 0;
    width: fit-content;
    font-size: 15px;
    line-height: 22px;
  }
  .chui a {
    text-decoration: underline;
    width: 150px;
  }
  .chui a:hover {
    color: #63b2ff;
  }
}
/*****************************************************************************************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
*****************************************************************************************************************************************/
@media only all and (max-width: 750px) {
  /* =========================================================
      battle：土台（背景・柄）
    ========================================================= */
  #battle {
    background: url(../images/battle_bg_sp_bottom.jpg) no-repeat bottom center/contain, url(../images/battle_bg_sp.jpg) no-repeat top center, #fff;
    width: 100%;
    height: auto;
    padding: 50px 0 80px;
    margin: -66px 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 65px), 0 100%);
  }
  #battle::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/battle_repeat.svg);
    background-repeat: repeat;
    background-size: 220px 220px;
    opacity: 0.22;
    pointer-events: none;
  }
  #battle > * {
    position: relative;
    z-index: 1;
  }
  /* 余白の基準（左右30px） */
  .battle_top_wrap,
  .battle_bottom_wrap {
    width: 750px;
    margin: 0 auto;
    padding: 0;
  }
  /* =========================================================
  ① タイトル + リード
  ========================================================= */
  .battle_tit_wrap {
    width: 720px;
    margin: -3px auto 0;
  }
  .battle_tit {
    background: url(../images/battle_tit_sp.png) no-repeat center/cover;
    width: 100%;
    height: 333px;
    position: relative;
    margin-bottom: 34px;
  }
  .battle_read {
    background: url(../images/battle_lead_sp.png) no-repeat center/cover;
    width: 100%;
    height: 342px;
    position: relative;
    padding: 1px 0;
  }
  .battle_read p {
    font-size: 27px;
    font-weight: bold;
    margin: 31px 63px;
    color: #3A2100;
    line-height: 45px;
  }
  /* =========================================================
  上部：step（参加フロー）
  ========================================================= */
  .step {
    background: url(../images/battle_step_sp.png) no-repeat center/cover;
    width: 720px;
    height: 1126px;
    margin: 50px auto 0;
  }
  .step_entry_btn,
  .step_yosou_btn {
    width: 404px;
    height: 74px;
    position: absolute;
    text-align: center;
    line-height: 68px;
    font-size: 29px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    border-radius: 48px;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.3));
    transition-duration: 0.07s;
    transition-timing-function: ease-out;
  }
  .step a {
    text-decoration: none;
    color: #000;
    position: relative;
    left: 6px;
  }
  .step_entry_btn {
    background: #F4FF52;
    left: 158px;
    top: 219px;
  }
  .step_yosou_btn {
    background: #4E6BE9;
    left: 158px;
    top: 586px;
    border: solid 3px #fff;
  }
  .step_yosou_btn a {
    color: #fff;
  }
  .step_entry_btn:hover,
  .step_yosou_btn:hover {
    filter: none;
    transform: translateY(2px);
  }
  /* =========================================================
  上部：X投稿キャンペーン
  ========================================================= */
  .xpost_wrap {
    width: 695px;
    position: relative;
    height: 600px;
    margin: 0 auto;
  }
  .xpost {
    background: url(../images/batte_xpost_sp.png) no-repeat center/cover;
    width: 692px;
    height: 324px;
    position: relative;
    top: -130px;
  }
  .xpost_btn {
    background: url(../images/battle_x_btn.png) no-repeat center/cover;
    width: 457px;
    height: 86px;
    position: absolute;
    left: 231px;
    bottom: 18px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
    transition-duration: 0.07s;
    transition-timing-function: ease-out;
  }
  .xpost_btn.no {
    background: #000;
    border-radius: 500px;
    color: #fff;
    line-height: 80px;
    font-size: 29px;
    text-align: center;
    font-weight: bold;
  }
  .xpost_btn a {
    width: 100%;
    height: 100%;
  }
  .xpost_btn:hover {
    filter: none;
    transform: translateY(2px);
  }
  .xpost_p {
    position: relative;
    width: 695px;
  }
  .xpost_p p {
    font-size: 30px;
    color: #fff;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.2));
    font-weight: bold;
    border: solid 1px;
    padding: 13px 23px;
    margin: 10px 0px;
    text-align: center;
    position: relative;
    top: -112px;
  }
  .xpost_p span {
    color: #F0FF17;
  }
  p.come {
    font-size: 23px;
    filter: none;
    margin-top: 19px;
    padding: 0;
    border: none;
    text-align: left;
    font-weight: 400;
  }
  .step_entry_btn.no,
  .step_yosou_btn.no,
  .xpost_btn.no {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2666666667);
    filter: none;
    border: none;
  }
  .step_entry_btn.no a,
  .step_yosou_btn.no a,
  .xpost_btn.no a {
    color: #fa0;
  }
  .xpost_btn.no {
    background: rgba(0, 0, 0, 0.3333333333);
  }
  /* =========================================================
  概要：gaiyo / point（2枚）
  ========================================================= */
  .gaiyo {
    width: 690px;
    margin: 145px auto 0;
  }
  .point {
    width: 100%;
    position: relative;
    height: 392px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 22px;
    margin-bottom: 34px;
  }
  .point1 {
    background: url(../images/battle_point1_sp.png) no-repeat center/cover;
    width: 689px;
    height: 133px;
  }
  .point2 {
    background: url(../images/battle_point2_sp.png) no-repeat center/cover;
    width: 690px;
    height: 133px;
  }
  .point::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/battle_point_sp.png) no-repeat center/cover;
    pointer-events: none;
    height: 68px;
    top: 0;
  }
  /* =========================================================
  2カラム外枠：boat_wrap
  ========================================================= */
  .boat_wrap {
    display: flex;
    gap: 18px;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }
  /* =========================================================
  左：出走表（syussou）
  ========================================================= */
  .syussou {
    flex: 1 1 auto;
    overflow: hidden;
  }
  .syussou_head {
    padding: 1px 0 0;
  }
  .date_badge {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    font-weight: 800;
    justify-content: center;
  }
  .date_badge .md {
    font-size: 45px;
    letter-spacing: 0.02em;
  }
  .date_badge .tag {
    display: inline-flex;
    justify-content: center;
    padding: 7px 11px;
    border-radius: 4px;
    background: #111;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    position: relative;
    bottom: -3px;
  }
  .race_tabs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
  .race_tab {
    border: 0;
    background: #ffd2a5;
    color: #ff9347;
    font-weight: bold;
    font-size: 34px;
    padding: 8px 0px;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    font-family: "Roboto";
    text-align: center;
    line-height: 30px;
    width: 52px;
  }
  .race_tab span {
    font-size: 43px;
    letter-spacing: -5px;
    margin: 0px 0px;
    position: relative;
    left: -2px;
  }
  .race_tab.is-active {
    background: #ff6a00;
    color: #fff;
  }
  .syussou_body {
    padding: 0 0 12px;
  }
  .syussou_tbl {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    overflow: hidden;
  }
  .syussou_tbl thead th {
    background: #ff6a00;
    color: #fff;
    padding: 12px 4px;
    font-size: 25px;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    line-height: 18px;
  }
  .syussou_tbl thead th:last-child {
    border-right: 0;
  }
  .syussou_tbl tbody td {
    padding: 0;
    font-size: 27px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    background: #fff;
  }
  .syussou_tbl tbody tr:last-child td {
    border-bottom: 0;
  }
  .syussou_tbl tbody td:last-child {
    border-right: 0;
  }
  .th_waku {
    width: 64px;
  }
  .th_small {
    width: 61px;
  }
  .th_small:nth-last-child(2) {
    width: 76px;
    font-size: 18px;
  }
  .th_small:last-child {
    width: 74px;
    font-size: 18px;
  }
  td.small {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    font-family: "Roboto";
  }
  td.num {
    font-variant-numeric: tabular-nums;
  }
  td.s_name {
    font-weight: 500;
    text-align: center;
  }
  td.waku {
    padding: 0;
  }
  .waku_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 42px;
    font-weight: bold;
    font-family: "Roboto";
    font-size: 38px;
    color: #fff;
  }
  tr.w1 .waku_box {
    background: #ffffff;
    color: #000;
  }
  tr.w2 .waku_box {
    background: #111;
  }
  tr.w3 .waku_box {
    background: #e60012;
  }
  tr.w4 .waku_box {
    background: #0052ff;
  }
  tr.w5 .waku_box {
    background: #ffd200;
    color: #000;
  }
  tr.w6 .waku_box {
    background: #00b050;
  }
  .syussou_tbl tbody tr:nth-child(odd) td:not(.waku) {
    background-color: #FFFACC;
  }
  .syussou_tbl tbody tr:nth-child(even) td:not(.waku) {
    background-color: #FFE9A5;
  }
  /* =========================================================
  右：VPOWER（vp）
  ========================================================= */
  .vp_wrap {
    width: 690px;
    position: relative;
    flex: 0 0 419px;
    padding: 28px 0 0;
  }
  .vp_huki {
    position: relative;
    width: 100%;
    height: 251px;
    background: url("../images/battle_vp_huki.png") no-repeat center/contain;
  }
  .vp {
    background: url(../images/battle_vp.png) no-repeat top/cover;
    padding: 0;
    padding: 88px 0 40px;
    width: 100%;
    position: relative;
    bottom: -7px;
  }
  .vp_title {
    display: none;
  }
  .vp_title .logo {
    font-weight: 1000;
    letter-spacing: 0.02em;
    font-size: 22px;
  }
  .vp_title .logo span {
    font-size: 18px;
  }
  .vp_title .sub {
    font-size: 12px;
    font-weight: 900;
    color: #111;
  }
  .vp_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 59px;
    width: 591px;
    margin: 0 auto;
  }
  .vp_item {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: "Roboto";
    font-size: 64px;
    font-variant-numeric: tabular-nums;
  }
  .vp_item .dash {
    margin: 0;
    font-weight: 900;
    color: #111;
  }
  .vp_item span:not(.dash) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 67px;
    margin-left: 2px;
    border: solid 1px #000;
  }
  .vp_item .p1 {
    background: #ffffff;
    color: #000;
  }
  .vp_item .p2 {
    background: #000000;
    color: #fff;
  }
  .vp_item .p3 {
    background: #e60012;
    color: #fff;
  }
  .vp_item .p4 {
    background: #0839FF;
    color: #ffffff;
  }
  .vp_item .p5 {
    background: #FFF700;
    color: #000;
  }
  .vp_item .p6 {
    background: #30CF00;
    color: #fff;
  }
  /* =========================================================
  ととまるフォーム誘導（chance）
  ========================================================= */
  .chance {
    width: 100%;
    position: relative;
    margin-top: 45px;
  }
  .toto_huki {
    background: url(../images/battle_toto_huki_sp.png) no-repeat center/cover;
    width: 100%;
    height: 217px;
    position: relative;
    margin-bottom: 101px;
  }
  .yosou_btn {
    background: #4E6BE9;
    width: 558px;
    height: 109px;
    position: relative;
    text-align: center;
    line-height: 106px;
    font-size: 41px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    border-radius: 68px;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.3));
    transition-duration: 0.07s;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .yosou_btn a {
    color: #fff;
  }
  .yosou_btn:hover {
    filter: none;
    transform: translateY(2px);
  }
  .chance::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/battle_mezasou.png);
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: cover;
    width: 446px;
    height: 30px;
    top: 265px;
    left: 122px;
  }
  /* =========================================================
  ランキング（ rank_wrap / drk(日次) / srk(総合) ）
  ========================================================= */
  .rank_wrap {
    width: 750px;
    position: relative;
    margin: 92px auto 0;
  }
  /* drk(日次ランキング)
  ---------------------------------------*/
  .drk {
    width: 750px;
    margin: 0;
    padding: 0;
    border-radius: 14px;
    box-sizing: border-box;
    max-height: 1780px;
    overflow: hidden;
  }
  .drk__head {
    margin: 24px auto 19px;
    background: url(../images/battle_rank_niti.png) no-repeat center/cover;
    width: 100%;
    height: 47px;
  }
  .drk__tabs {
    display: flex;
    gap: 4.8px;
    padding: 0 16px;
    margin: 0 0 10px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
  }
  .drk__tab {
    padding: 0;
    border-radius: 8px;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Roboto";
    text-align: center;
    margin: auto 0px;
    height: 116px;
    width: 108px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    padding-top: 7px;
    flex: 1;
  }
  .drk__tab.is-active {
    background: #e60044;
    color: #fff;
  }
  .drk__tab span {
    font-size: 72px;
  }
  .drk__table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    background: #fff;
    z-index: 1;
  }
  .drk__th {
    background: #e60044;
    color: #fff;
    padding: 11px 0px;
    font-size: 27px;
    font-weight: 800;
    text-align: center;
    line-height: 29px;
  }
  .drk__th--rank {
    padding: 0 19px;
  }
  .drk__tr td {
    padding: 20px 12px;
    border-bottom: 1px solid #cccccc;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
  }
  .drk__tr:last-child td {
    border-bottom: 0;
  }
  .drk__tr:nth-child(even) {
    background: #FFFAD8;
  }
  .drk__name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 11px 0 !important;
    white-space: nowrap;
    width: 100%;
  }
  .drk__icon_b {
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: url(../images/battle_icon.png) no-repeat center/cover;
    position: relative;
  }
  .drk__nick {
    flex: 1 1 auto;
  }
  .drk__rank {
    font-size: 35px !important;
    font-family: "Roboto";
    width: 2.7em;
  }
  .drk__hit span {
    font-size: 42px !important;
    font-family: "Roboto";
    margin-right: 2px;
  }
  .drk__hit {
    font-size: 21px !important;
    width: 3.5em;
  }
  .drk__pt {
    background: rgba(255, 61, 93, 0.1);
    font-weight: 900;
    font-family: "Roboto";
    font-size: 42px !important;
    width: 3.5em;
  }
  .drk__medal {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex: 0 0 28px;
    position: relative;
    background: transparent;
  }
  .drk__medal--gold {
    background: #f6c343;
  }
  .drk__medal--silver {
    background: #cfcfcf;
  }
  .drk__medal--bronze {
    background: #c88a5a;
  }
  .drk__medal--gold::after,
  .drk__medal--silver::after,
  .drk__medal--bronze::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid rgba(230, 0, 68, 0.9);
  }
  .drk__sep td {
    background: url(../images/battle_drk_obi_sp.png) no-repeat center/cover;
    padding: 0;
    height: 55px;
  }
  .drk__sep td span {
    display: inline-block;
    background: rgba(230, 0, 68, 0.25);
    color: #fff;
    padding: 4px 14px;
    border-radius: 999px;
  }
  .drk__tr.is-lower td {
    padding: 0px 0;
    font-size: 28px;
  }
  .drk__tr.is-lower .drk__rank {
    font-size: 39px !important;
  }
  .is-lower td.drk__name {
    padding: 6px 0 !important;
  }
  .is-lower td.drk__hit span {
    font-size: 37px !important;
  }
  .drk__tr.is-lower .drk__pt {
    font-size: 38px !important;
  }
  .drk__tr.is-lower .drk__icon_b {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
  }
  .drk__tr.is-1st .drk__rank,
  .drk__tr.is-2nd .drk__rank,
  .drk__tr.is-3rd .drk__rank {
    color: transparent;
    font-size: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .drk__tr.is-1st .drk__rank {
    background-image: url(../images/battle_rank1.png);
  }
  .drk__tr.is-2nd .drk__rank {
    background-image: url(../images/battle_rank2.png);
  }
  .drk__tr.is-3rd .drk__rank {
    background-image: url(../images/battle_rank3.png);
  }
  .drk__icon_b::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .drk__tr.is-1st .drk__icon_b::before {
    background: url(../images/battle_rank1_huti.png) no-repeat center/cover;
  }
  .drk__tr.is-2nd .drk__icon_b::before {
    background: url(../images/battle_rank2_huti.png) no-repeat center/cover;
  }
  .drk__tr.is-3rd .drk__icon_b::before {
    background: url(../images/battle_rank3_huti.png) no-repeat center/cover;
  }
  .drk__table td.more {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    font-size: 32px;
    text-align: center;
    pointer-events: none;
  }
  .drk__table td.more::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff 0, transparent);
    border-radius: 0 0 14px 14px;
  }
  .drk__table td.more a {
    width: 320px;
    height: 1lh;
    color: #fff;
    font-weight: 900;
    line-height: 2;
    border: #fff solid 4px;
    background: #e60044;
    border-radius: 100px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: all;
  }
  .drk__table.drk_soon tbody::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/battle_comingsoon.png) no-repeat center 20%, #fff;
    z-index: 1;
  }
  .drk__table.drk_soon td {
    opacity: 0;
    height: 2px;
  }
  .modal-wrap {
    visibility: visible;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    transition: opacity 0.25s ease;
    padding: 0;
    margin: 0;
  }
  .modal-wrap:not(.is-open) {
    visibility: hidden;
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .modal-wrap:not(.is-open) * {
    display: none;
  }
  .modal-wrap table {
    width: calc(100% - 32px);
    margin: auto;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
  }
  .modal-wrap table .drk__tr:not(.is-lower) td:not(.drk__name) {
    padding: 20px 12px;
  }
  .modal-wrap a.btm-close {
    width: 320px;
    height: 1lh;
    color: #fff;
    font-weight: 900;
    line-height: 2;
    border: #fff solid 4px;
    background: #e60044;
    border-radius: 100px;
    margin: 16px auto 80px;
    pointer-events: all;
    font-size: 32px;
    text-align: center;
  }
  .modal-wrap a.top-close {
    width: 2em;
    height: 1lh;
    color: #fff;
    font-weight: 100;
    line-height: 1.5;
    margin: 16px calc(32px - 0.5em) 0 auto;
    pointer-events: all;
    font-size: 40px;
    text-align: center;
  }
  .modal-wrap td.more, .modal-wrap td.more * {
    display: none;
  }
  /* srk(総合ランキング)
  ---------------------------------------*/
  .rank_right {
    width: 767px;
  }
  .srk {
    width: 750px;
    height: 580px;
    margin: 52px 0;
    padding: 0;
    border-radius: 14px;
    box-sizing: border-box;
  }
  .srk.soon {
    height: 320px;
  }
  .srk.soon .srk__table, .srk.soon .srk_replay {
    display: none;
  }
  .srk__head {
    margin: 24px auto 13px;
    background: url(../images/battle_rank_sou.png) no-repeat center/cover;
    width: 100%;
    height: 49px;
  }
  .srk__table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    background: #fff;
    z-index: 1;
    position: relative;
  }
  .srk .drk__th {
    background: #2E45DB !important;
  }
  .srk .drk__pt {
    background: rgba(61, 184, 255, 0.1) !important;
  }
  .srk_replay {
    background: #000000;
    width: 411px;
    height: 76px;
    position: relative;
    text-align: center;
    line-height: 73px;
    font-size: 30px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    border-radius: 41px;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.3));
    transition-duration: 0.07s;
    transition-timing-function: ease-out;
    margin: 28px auto;
  }
  .srk_replay a {
    color: #fff;
  }
  .srk_replay:hover {
    filter: none;
    transform: translateY(2px);
  }
  .srk::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/battle_comingsoon.png) no-repeat center/cover;
    width: 572px;
    height: 190px;
    top: 30%;
    left: 11%;
  }
  /* 賞品（rank_sho）
  ---------------------------------------*/
  .rank_sho {
    background: url(../images/battle_sho_sp.png) no-repeat center/cover;
    width: 750px;
    height: 1065px;
  }
  .rank_sho_before {
    margin-top: 120px;
  }
  /* =========================================================
  注意事項（chui）
  ========================================================= */
  .chui {
    margin: 46px auto 0;
    width: 690px;
    font-size: 24px;
    line-height: 34px;
  }
  .chui a {
    text-decoration: underline;
    width: 300px;
    font-size: 30px;
    margin-top: 8px;
  }
  .chui a:hover {
    color: #63b2ff;
  }
}/*# sourceMappingURL=battle.css.map */