/* header */
h1 {
  font-size: 42px;
  line-height: 1;
}
h2 {
  font-size: 36px;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: underline;
  color: #fff;
}

.breadcrumb-box {
  display: flex;
  align-items: center;
  padding: 65px 45px 0;
}
.breadcrumb-box a {
  background-color: transparent;
}
.breadcrumb-box a:not(:first-child),
.breadcrumb-box span:not(:first-child) {
  margin-left: 5px;
}

/* 見出し */
.title-box {
  padding: 20px 45px 0;
}
.title-box_text {
  margin-top: 5px;
}
.title-box_text_2 {
  margin-top: 10px;
}
.title-box_text_jpn {
  font-size: 180%;
}
.title-box_subtitle {
  font-size: 16px;
}

/* メイン画像ボックス */
.pic-box_main {
  margin-top: 40px;
}
.pic-box_main_text {
  font-size: 100px;
  width: 100%;
  margin: 40px auto 0;
  padding: 60px 45px 0;
  border-top: solid 1px rgba(203, 209, 219, 0.2);
}
.break {
  word-break: break-all;
}
.pic-box_main_text div.sub {
  font-size: 30%;
  margin-top: 10px;
}
.white_area {
  margin-top: 100px;
  width: 100%;
  background-color: #fff;
  height: 70px;
}

/* 対戦ボックス */
.battle-box {
  margin: 60px auto 0;
  padding: 0 45px;
  width: 100%;
  max-width: 100%;
}
.battle-table {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
}
.battle-table > tbody > tr > th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 5%;
  font-size: 20px;
}
.battle-table > tbody > tr > td {
  padding-left: 85px;
  padding-top: 50px;
}
.battle-table > tbody > tr:not(:last-child) > td {
  padding-bottom: 60px;
}
.battle-result-table-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 860px;
  margin: 0 auto;
}
.battle-result-table {
  border: 1px solid #707070;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.battle-result-table_bg {
  width: 500px;
  margin: 0 auto;
}
.battle-result-table th,
.battle-result-table td {
  padding: 18px 12px;
  text-align: center;
  border-right: 1px solid #707070;
}
.battle-result-table thead th {
  border-bottom: 1px solid #707070;
  white-space: nowrap;
  padding: 6px 4px;
}
.battle-result-table thead th:not(.battle-result-table_player) {
  width: 2.5em;
  font-weight: normal !important;
  font-size: 11px;
}
.battle-result-table tbody th,
.battle-result-table tbody td {
  border-bottom: 1px solid #707070;
  min-width: 24px;
}
.battle-result-table th.battle-result-table_player,
.battle-result-table td.battle-result-table_player {
  text-align: center;
}
.battle-result-table th.battle-result-table_player {
  white-space: nowrap;
  min-width: 72px;
  padding: 0 8px;
}
.battle-result-table th:last-child,
.battle-result-table td:last-child {
  min-width: 3.5em;
  font-weight: bold;
  font-size: 15px;
  border-left: 1px solid #707070;
}
.battle-result-table th.shooting {
  width: 50% !important;
}
.battle-result-table_cell_win {
  background-color: #511a38;
}
.line_bace {
  border-top: solid 1px rgba(203, 209, 219, 0.2);
}
.line_in {
  padding-top: 50px;
}
.opponent-list {
  padding: 0;
  list-style: none;
}
.opponent-list li:not(:first-child) {
  margin-top: 10px;
}
.opponent-list li.story {
  line-height: 1.8;
  font-weight: normal;
  font-size: 12px;
}
.opponent-list li.story span {
  font-weight: bold;
  font-size: 14px;
}

/* サブ画像ボックス */
.pic-box_sub {
  display: flex;
  margin-left: -15px;
  align-items: flex-start;
}
.pic-box_sub span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-weight: normal;
  font-size: 8px;
  padding-top: 2px;
  color: #eaeaea;
}
.pic-box_sub img {
  width: 48%;
  height: auto;
  padding: 0 5px 15px 15px;
  filter: grayscale(100%);
  transition: all 0.2s ease-in;
  border-radius: 5px;
}
.pic-box_sub img:hover {
  filter: grayscale(0%);
}

/* player_box */
.player {
  flex-direction: row;
}
.player_box_left {
  display: inline-block;
  width: 48%;
  border-left: 1px solid rgba(203, 209, 219, 0.2);
  padding-left: 35px;
  text-align: center;
}
.and_right {
  border-right: 1px solid rgba(203, 209, 219, 0.2);
}
.player_box_right {
  display: inline-block;
  width: 48%;
  border-left: 1px solid rgba(203, 209, 219, 0.2);
  border-right: 1px solid rgba(203, 209, 219, 0.2);
  padding-left: 35px;
  text-align: center;
}
.player_img {
  display: inline-block;
  flex: none;
  vertical-align: bottom;
  margin-right: 20px;
}
.player_img img {
  border-radius: 5%;
  filter: grayscale(80%);
}
.player_info {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.8;
  font-weight: normal;
  padding: 10px 10px 10px 0;
  text-align: center;
  width: 140px;
}
.player_info p {
  justify-content: center;
  align-items: center;
  margin: 5px 0 !important;
  padding: 0 1.2rem;
  background: #511a38;
  border-radius: 3rem;
  font-size: 12px;
  text-align: center;
}
.mt20 {
  margin-top: 20px;
}

/* YouTube */
.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
  border: 1px #222 solid;
  background-color: #111;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_mg {
  margin: 40px 0 20px;
}
.video-thumb {
  position: relative;
  cursor: pointer;
}
.video-thumb img {
  width: 100%;
  display: block;
}
.video-thumb_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: white;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  transition: transform 0.2s ease;
}
.video-thumb:hover .video-thumb_play {
  transform: translate(-50%, -50%) scale(1.2);
}

/* 記事キャプション */
.article-caption {
  max-width: 1000px;
  margin: 160px auto 140px;
  text-align: center;
}
.article-caption-sub {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 16px;
}
.article-caption-title {
  font-size: 28px;
}

/* 記事ボックス */
.article-table {
  margin: 0 auto;
  max-width: 1000px;
  line-height: 2.2;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
  color: #eee;
}
.article-list {
  padding: 0;
  list-style: none;
}
.article-list li:not(:nth-child(1)) {
  margin-top: 30px;
}
.article-title {
  font-size: 40px;
  line-height: 1.8;
  margin-top: 14px !important;
}
.article-subtitle {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
.article-chapter-divider {
  border-top: solid 1px rgba(203, 209, 219, 0.2);
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-list li.article-subtitle + li {
  margin-top: 0;
}
:lang(en) .chapter-lead {
  font-style: italic;
}
.chapter-lead {
  margin: 16px 0 32px;
  padding: 16px 24px;
  background-color: rgba(81, 26, 56, 0.25);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #eee;
}
.article-text {
  font-size: 16px;
  padding-bottom: 20px;
}
.article-text span {
  font-weight: bold;
}
.bld {
  font-weight: bold;
}
.article-share {
  text-align: right;
  padding-bottom: 20px;
}
.article-share img {
  width: 40px;
  border-radius: 50%;
}
.article-photo {
  margin: 40px 0;
}
.article-movie {
  margin: 20px 0 10px;
  font-weight: bold;
}
.lead-sentence {
  font-size: 20px;
  text-decoration: none !important;
  display: block;
  text-align: center;
}

/* リンク部分 */
.prev_next {
  border-top: 1px solid rgba(203, 209, 219, 0.2);
  display: flex;
}
.prev_next p {
  margin-bottom: 10px;
}
.prev_next-btn {
  box-sizing: border-box;
  display: flex;
  padding: 30px;
  position: relative;
  width: 50%;
  text-decoration: none !important;
}
.prev_next-btn:first-of-type {
  border-right: 1px solid rgba(203, 209, 219, 0.2);
}
.prev_next-btn:hover {
  background-color: #511a38 !important;
  color: #fff !important;
}
.back-btn {
  box-sizing: border-box;
  display: flex;
  padding: 30px;
  position: relative;
  width: 100%;
  text-decoration: none;
}
.prev_next-caption {
  flex-shrink: 0;
}
.prev_next-btn-title {
  font-size: 34px;
}
.story-mg {
  padding-top: 38px !important;
  padding-bottom: 40px !important;
}
.story-article {
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}
.story-btn,
.story-btn_none {
  box-sizing: border-box;
  display: flex;
  padding: 25px 10px 20px 15px !important;
  position: relative;
  width: 100%;
  text-decoration: none;
}
.story-btn {
  border-bottom: 1px solid rgba(203, 209, 219, 0.2);
}
.story-btn:hover,
.story-btn_none:hover {
  background-color: #511a38 !important;
  color: #fff !important;
}
.story-btn-title {
  font-size: 1.2em;
  margin-bottom: 10px !important;
}
.story-btn-text {
  font-weight: normal;
  margin-bottom: 0 !important;
  line-height: 1.4;
}
.story-japan {
  font-size: 92% !important;
}

/* SP: タブレット */
@media screen and (max-width: 999px) {
  .title-box_subtitle {
    font-size: 14px;
  }
  .article-caption-sub {
    font-size: 14px;
  }
  .article-caption-title {
    font-size: 22px;
  }
  .prev_next-btn-title {
    font-size: 28px;
  }
  .player_box_left,
  .player_box_right {
    width: 49%;
    padding-left: 20px;
  }
  .player_img {
    margin-right: 10px;
  }
  .player_img img {
    width: 160px;
  }
  .player_info {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.8;
    font-weight: normal;
    padding-bottom: 10px;
  }
  .player_info p {
    justify-content: center;
    align-items: center;
    margin: 5px 0 !important;
    padding: 0 1.2rem;
    background: #511a38;
    border-radius: 3rem;
    font-size: 12px;
    text-align: center;
  }
  .pic-box_main_text {
    font-size: 80px;
    word-break: keep-all;
  }
  .white_area {
    margin-top: 80px;
  }
}

/* SP: スマートフォン */
@media screen and (max-width: 770px) {
  .title-box_subtitle {
    font-size: 12px;
  }
  .article-caption {
    margin: 100px auto 90px;
  }
  .article-caption-sub {
    font-size: 12px;
  }
  .article-caption-title {
    font-size: 18px;
  }
  .breadcrumb-box {
    padding-left: 20px;
  }
  .title-box {
    padding: 20px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  .title-box_text_jpn {
    font-size: 120%;
  }
  .battle-box {
    max-width: 100%;
    width: 100%;
    padding: 0 14px 0 20px;
  }
  .battle-table,
  .battle-table > tbody,
  .battle-table > tbody > tr,
  .battle-table > tbody > tr > th,
  .battle-table > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .battle-table > tbody > tr > th {
    text-align: left;
  }
  .battle-table > tbody > tr > td {
    padding: 20px 0 0;
  }
  .battle-table > tbody > tr:not(:last-child) > td {
    padding-bottom: 50px;
  }
  .battle-result-table_bg {
    width: 300px;
  }
  .article-subtitle {
    font-size: 24px;
  }
  .article-text,
  .chapter-lead {
    font-size: 14px;
  }
  .player_box {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
  }
  .player_img img {
    width: 140px;
  }
  .prev_next-btn-title {
    font-size: 24px;
  }
  .story-btn,
  .story-btn_none {
    padding: 25px 10px 20px !important;
  }
  .story-mg {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    line-height: 1.4;
  }
  .pic-box_main_text {
    font-size: 60px;
    margin-top: 40px;
    padding: 40px 20px 0;
  }
  .lead-sentence {
    font-size: 18px;
  }
}

/* SP: 小型スマートフォン */
@media screen and (max-width: 590px) {
  .battle-box {
    margin-top: 0;
  }
  .player_box_left,
  .player_box_right {
    width: 49%;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .player_img {
    margin: 0 auto;
  }
  .player_img img {
    width: 140px;
  }
  .player_info {
    display: table;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .player_info p {
    padding: 0 1rem;
    border-radius: 3rem;
    font-size: 12px;
  }
  .prev_next-btn-title {
    font-size: 20px;
  }
  .pic-box_main_text {
    font-size: 60px;
    margin-top: 40px;
    padding: 40px 20px 0;
    word-break: keep-all;
  }
  .white_area {
    margin-top: 80px;
  }
  .pic-box_sub span {
    font-size: 6px;
    padding-top: 2px;
  }
  .lead-sentence {
    font-size: 16px;
  }
}

/* Story 2カラム */
.story-columns {
  display: flex;
}
.story-col {
  flex: 1;
  min-width: 0;
}
.story-col:first-child {
  border-right: 1px solid rgba(203, 209, 219, 0.2);
  padding-right: 30px;
}
.story-col:last-child {
  padding-left: 30px;
}
.story-col-label {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 0 0 12px 15px;
}
.story-col .story-box:last-child .story-btn,
.story-col .story-box:last-child .story-btn_none {
  border-bottom: none;
}
.message-link-box {
  border-left: 1px solid rgba(203, 209, 219, 0.2);
  border-right: 1px solid rgba(203, 209, 219, 0.2);
}
@media screen and (max-width: 770px) {
  .message-link-box {
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 770px) {
  .story-columns {
    flex-direction: column;
  }
  .story-col:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(203, 209, 219, 0.2);
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .story-col:last-child {
    padding-left: 0;
  }
}

/* ── k4 article: caption-title / lead-sentence サイズ上書き ── */
.k4-article .article-text.bld + .article-text {
  text-align: center;
}

.k4-article .article-caption-title {
  font-size: 30px;
}
@media screen and (max-width: 999px) {
  .k4-article .article-caption-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 770px) {
  .k4-article .article-caption-title {
    font-size: 24px;
  }
}
