﻿@charset 'utf-8';
/* ==================================
メインビジュアル（top_mv）
================================== */
.top_mv,
.top_mv_overview {
  margin-top: 0;
}

.top_mv {
	background: #0067c4;
	text-align: center;
}
@media screen and (max-width: 1024px) {
  .top_mv .top_mv_overview {
    /*margin-top: 16px;*/
	  margin-top:0;
  }
}
@media screen and (max-width: 767px) {
  .top_mv .top_mv_overview {
    /*margin-top: 1em;*/
	  margin-top:0;
  }
}


/* ==================================
出場選手コメント（top_playercmt）、コーチコメント（top_coachcmt）
================================== */
.top_playercmt_list,
.top_coachcmt_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_playercmt_list,
  .top_coachcmt_list {
    display: block;
  }
}

.top_playercmt_list li,
.top_coachcmt_list li {
  margin-top: 32px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .top_playercmt_list li,
  .top_coachcmt_list li {
    margin-top: .6em;
    width: 100%;
  }
}

.top_playercmt_list li:nth-of-type(-n+2),
.top_coachcmt_list li:nth-of-type(-n+2) {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .top_playercmt_list li:nth-of-type(-n+2),
  .top_coachcmt_list li:nth-of-type(-n+2) {
    margin-top: .6em;
  }
}

.top_playercmt_list li img,
.top_coachcmt_list li img {
  width: 100%;
}

.top_playercmt_list .common_hover_shadow_wh,
.top_coachcmt_list .common_hover_shadow_wh {
  border-radius: 77px;
}


/* ==================================
エントリー（top_entry）
================================== */
.top_entry_tbl tr th,
.top_entry_tbl tr td {
  padding: 4px;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top_entry_tbl tr th,
  .top_entry_tbl tr td {
    font-size: 16px;
  }
}

.top_entry_tbl tr th {
  padding-right: 24px;
}

.top_playercmt_list .cmn_hover_shadow_wh,
.top_coachcmt_list .cmn_hover_shadow_wh {
  border-radius: 77px;
}

/* ==================================
タイムテーブル（top_timetbl）
================================== */
.top_timetbl_tbl {
  width: 100%;
  border-collapse: collapse;
}

.top_timetbl_tbl tr th,
.top_timetbl_tbl tr td {
  padding: 8px 16px;
  border: 1px solid #888;
  vertical-align: middle;
  text-align: center;
}
.top_timetbl_tbl tr td:last-of-type {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top_timetbl_tbl tr th,
  .top_timetbl_tbl tr td {
    padding: 10px 8px;
    font-size: 13px;
  }
}

.top_timetbl_tbl tr:first-child th {
  letter-spacing: 2px;
}

.top_timetbl_tbl tr th {
  background-color: #FF8800;
  color: #fff;
  font-weight: bold;
}

.top_timetbl_tbl tr td {
  background-color: #fff;
  color: #000;
}


/* ==================================
大会後コメント（top_aftercmt）
================================== */
.top_aftercmt_picup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_aftercmt_picup {
    display: block;
  }
}

.top_aftercmt_picup img {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #888;
}

.top_aftercmt_picup .left {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .top_aftercmt_picup .left {
    margin: 0 auto;
    width: 60%;
  }
}

.top_aftercmt_picup .left img {
  width: 100%;
}

.top_aftercmt_picup .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 62%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_aftercmt_picup .right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top_aftercmt_picup .right .text .text_cmt {
    margin-top: 1em;
  }
}

.top_aftercmt_picup .right .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_aftercmt_picup .right .pic {
    margin-top: 1em;
  }
}

.top_aftercmt_picup .right .pic img {
  display: block;
  width: 48%;
}

.top_aftercmt_list {
  margin-top: 80px;
}
@media screen and (max-width: 767px){
  .top_aftercmt_list {
    margin-top: 4.5em;
  }
}

.top_aftercmt_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #FF8800;
}
@media screen and (max-width: 767px) {
  .top_aftercmt_list li {
    display: block;
  }
}

.top_aftercmt_list li:first-of-type {
  padding-top: 40px;
  border-top: 1px solid #FF8800;
}

.top_aftercmt_list li .pic {
  margin-right: 24px;
  width: 160px;
}

@media screen and (max-width: 767px) {
  .top_aftercmt_list li .pic {
    margin: 0 auto;
    width: 45%;
  }
}

.top_aftercmt_list li .pic img {
  width: 100%;
}

.top_aftercmt_list li .txt {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .top_aftercmt_list li .txt {
    width: 100%;
  }
}

.top_aftercmt_list li .txt .txt_name,
.top_aftercmt_picup .right .text .text_name {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .top_aftercmt_list li .txt .txt_name,
  .top_aftercmt_picup .right .text .text_name {
    margin-top: .5em;
    text-align: center;
  }
}

.top_aftercmt_list li .txt .txt_name .en,
.top_aftercmt_picup .right .text .text_name .en {
  padding-left: 24px;
  color: #9e9e9e;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .top_aftercmt_list li .txt .txt_name .en,
  .top_aftercmt_picup .right .text .text_name .en {
    display: block;
    padding-left: 0;
    line-height: .8;
  }
}

.txt_comment {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .txt_comment {
    margin-top: 1em;
  }
}
