@charset 'Shift_JIS';
/*
▼common
・box
・タイトル
▼各コンテンツ
・mv
・mv（関西実業）
・概要
・大会前コメント
・リンク
・結果
・menu（NY）
・大会前コメント（NY）
*/

/* ============================================
common
============================================ */

/* box----------------------------  */
.ekiden_mainwrap {
  color: #000;
	background-color: #f3e2e2;
}



.ekiden_ctr {
  margin: 80px auto 0;
  max-width: 950px;
	width: 90%;
}
@media screen and (max-width: 767px) {
  .ekiden_ctr {
    margin: 50px auto 0;
  }
}

.ekiden_ctr:first-of-type {
  padding-top: 60px;
  margin-top: 0;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .ekiden_ctr:first-of-type {
		padding-top: 40px;
		margin-top: 0;
  }
}
.sp{
  display: none;
}
@media screen and (max-width: 767px) {
.sp{
  display: block;
}}

/* タイトル---------------------------- */
.ekiden_secttl {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
	color: #00459e;
}
@media screen and (max-width: 767px) {
  .ekiden_secttl {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.ekiden_secttl.none {
  margin-bottom: 0 !important;
  font-size: 0 !important;
}
.c-red{
	color: #ff6600;
	text-align: center;
}

/* ============================================
各コンテンツ
============================================ */

/* mv ---------------------------------- */
.mv{
	background: #545454;
	position: relative;
	z-index: 2;
}
.mv_img {
  margin: 0 auto;
  max-width: 1245px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv_img {
    padding: 0;
    max-width: 100%;
  }
}
.mv_img img {
  width: 100%;
}

/* mv（関西実業） ------------------------- */
.kansai_mv + .ekiden_ctr {
  padding-top: 0;
  border-top: none;
}

.kansai_mv_img {
  margin: 80px auto 0;
  padding-top: 60px;
  max-width: 950px;
	width: 90%;
}
@media screen and (max-width: 767px) {
  .kansai_mv_img {
    margin: 50px auto 0;
    padding-top: 40px;
    width: 90%;
  }
}

.kansai_mv_img img {
  width: 100%;
}

/* 概要 ---------------------------------- */
.detail{
	position: relative;
	z-index: 1;
}
.detail::before {
	content: '';
	position: absolute;
	top: 16%;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	transform: skewY(344deg);
	z-index: -1;
	background-color: rgba(235, 75, 75, 0.25);
}

@media screen and (max-width: 767px) {
	.detail::before {
		height: 100px;
	}
}
.detail_list{
	margin-bottom: 66px;
}
.detail_list div{
	display: flex;
	align-items: center;
  gap: 10px;

}
.detail_list div:not(:last-child){
	margin-bottom: 20px;
}

.detail_list dt {
	font-weight: bold;
	font-size: 18px;
	background: #98db15;
	color: #fff;
	padding: 5px;

	width: 80px;
	text-align: center;
}
@media screen and (max-width: 767px) {
  .detail_list dt {
    font-size: 16px;
		min-width: 80px;
  }
}

.detail_list dd + dt {
  margin-top: 16px;
}

.detail_teamphoto {
  margin-top: 20px;
  max-width: 950px;
	width: 90%;
}
@media screen and (max-width: 767px) {
  .detail_teamphoto {
    width: 100%;
  }
}

.detail_teamphoto img {
  width: 100%;
}

/* 大会前・大会後コメント ---------------------------------- */
.cmt{
	position: relative;
	z-index: 1;
}
.cmt::before {
	content: '';
	position: absolute;
	top: 16%;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	transform: skewY(12deg);
	z-index: -1;
	background-color: rgba(235, 75, 75, 0.25);
}
@media screen and (max-width: 767px) {
	.cmt::before {
		height: 100px;
	}
}
.cmt_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}
@media screen and (max-width: 767px) {
  .cmt_list li {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
  }
}

.cmt_list li + li {
  margin-top: 40px;
}

.cmt_list li .cmt_list_txt {
  width: 75%;
}
.cmt_list li .cmt_list_txt.cmt_list_txt_after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmt_list li .cmt_list_txt {
    width: 100%;
  }
}

.cmt_list li .cmt_list_txt .cmt_name {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .cmt_list li .cmt_list_txt .cmt_name {
    margin: 12px 0 8px;
    text-align: center;
    font-size: 22px;
  }
}
.cmt_list li .cmt_list_txt .cmt_name span.c-primary {
	color: #ab1616;
}


.cmt_list li .cmt_list_txt .cmt_name .position {
  margin-left: 16px;
  font-size: 16px;
}

.cmt_list li .cmt_list_img {
  margin-right: 30px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .cmt_list li .cmt_list_img {
    margin: 0 auto;
    width: 50%;
  }
}

.cmt_list li .cmt_list_img img {
  width: 100%;
}


/* リンク ---------------------------------- */
.links{
	position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
	.links{
			padding-bottom: 100px;
	}
}
.links::before {
	content: '';
	position: absolute;
	bottom: -25%;
	left: 0;
	right: 0;
	height: 150px;
	transform: skewY(343deg);
	z-index: -1;
	background-color: rgba(235, 75, 75, 0.25);
}
@media screen and (max-width: 767px) {
	.links::before{
		bottom: 0;
			height: 100px;
	}
}


@media screen and (max-width: 767px) {
  .links_list li {
    width: 100%;
  }
}

.links_list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .links_list li + li {
    margin-top: 16px;
  }
}

.links_list li a {
  -webkit-transition: .2s;
          transition: .2s;
}

.links_list li a:hover {
  opacity: .8;
}

.links_list li a img {
	display: block;
	max-width: 100%;
}


/* 結果 ---------------------------------- */

/* table */
.result_tbl {
  width: 100%;
  border-collapse: collapse;
}

.result_tbl + .result_tbl {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .result_tbl + .result_tbl {
    margin-top: 20px;
    margin-bottom: 20px;

  }
}

.result_tbl tr th,
.result_tbl tr td {
  padding: 8px 16px;
  border: 1px solid #000;
  vertical-align: middle;
  text-align: center;
}
.result_tbl tr td {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .result_tbl tr th,
  .result_tbl tr td {
    padding: 3px;
    font-size: 12px;
  }
}

.result_tbl tr th {
  letter-spacing: 2px;
}

.result_tbl tr th {
  background-color: #faa01f;
  color: #fff;
  font-weight: bold;
}

.result_tbl tr td {
  background-color: #fff;
  color: #000;
}

.result_tbl tr.bd{
  font-weight: bold;
}

.result_tbl tr td.c-red{
  color: #ff1919;
}

/* table 個別 */
.result_tbl.record tr:not(:first-child) td:nth-of-type(2){
	text-align: right;
}

/* comment */
.result_coachcmt_ttl {
  margin: 40px 0 8px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .result_coachcmt_ttl {
    margin: 30px 0 8px;
    font-size: 18px;
  }
}


/* 結果 画像 */
.result_img{
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
.result_img .img img{
width: 100%;
}
.result_img .img:nth-of-type(3){
  margin-bottom: 35px;
}
.result_img p{
text-align: center;
font-weight: bold;
font-size: 18px;
}
.result_img p span{
  font-size: 16px;
  margin-left: 5px;
  }
@media screen and (max-width: 767px) {
  .result_img{
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .result_img .img:nth-of-type(3){
    margin-bottom: 0;
  }
  .result_img p{
    font-size: 16px;
    }
    .result_img p span{
      font-size: 14px;
      }
}

/* menu（NY） -------------------------------- */

.menu_listwrap {
  display: flex;

  gap: 20px;
}
@media screen and (max-width: 767px) {
  .menu_listwrap {
    display: block;
  }
}

.menu_list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .menu_list {
    display: flex;
    width: 100%;

    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .menu_list + .menu_list {
    margin-top: 8px;
  }
}

.menu_list dt {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .menu_list dt {
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
  }
}

.menu_list dd{
	border: 1px solid #5b5b5b;
}
@media screen and (max-width: 767px) {
  .menu_list dd {
    width: calc(50% - 4px);
  }
}

.menu_list dd + dd {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .menu_list dd + dd {
    margin-top: 0;
  }
}

.menu_list dd a {
  position: relative;
  display: block;
  padding: 8px 4px 8px 32px;
  border-right: 8px solid #33466f;
  background: #f1f0f8;
  color: #838482;
  -moz-text-align-last: left;
       text-align-last: left;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: .2s;
          transition: .2s;
}
@media screen and (max-width: 767px) {
  .menu_list dd a {
    padding: 8px 4px 8px 24px;
    font-size: 12px;
  }
}

.menu_list dd a::before {
  position: absolute;
  top: 0;
  left: 12px;
  padding-right: 4px;
  color: #33466f;
  content: '\25B8';
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .menu_list dd a::before {
    top: -10%;
    left: 4px;
  }
}

.menu_list dd a:hover {
  opacity: .8;
}


/* 大会前コメント（NY） -------------------------------- */
.ny_cmt_bnrlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ny_cmt_bnrlist {
    display: block;
  }
}

.ny_cmt_bnrlist li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ny_cmt_bnrlist li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ny_cmt_bnrlist li + li {
    margin-top: 8px;
  }
}

@media(hover: hover) {
  .ny_cmt_bnrlist li a {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .ny_cmt_bnrlist li a:hover {
    opacity: .8;
  }
}

.ny_cmt_bnrlist li img {
  width: 100%;
}


.fssmal{
font-size:5px
}
.fs50per{
font-size:50%
}
.op50{
opacity: 0.5;
}
/* 出場メンバーコメント */
.nyresult_partcomment .box:nth-child(even) .photo_wrap {
  margin-right: 24px !important;
}
.nyresult_partcomment .box:nth-child(odd) .photo_wrap {
  margin-left: 24px !important;
}
.nyresult_partcomment .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
}
.nyresult_partcomment .flex:nth-child(odd) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.nyresult_partcomment .box {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
}
.nyresult_partcomment .box:first-of-type {
  padding-top: 0;
}
/*.nyresult_partcomment .box .player_name {
  color: #f60;
}*/

.nyresult_partcomment .box .player_name {
  margin-bottom: 8px;
}
.nyresult_partcomment .box .player_name em {
  margin-right: 10px;
  font-weight: bold;
  font-size: 18px;
}

.nyresult_photo {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.nyresult_partcomment .box{
	 float: none;
     width: 100%;
	 margin-bottom: 30px;
     padding-bottom: 20px;
}
	.nyresult_partcomment .box:nth-child(even) .photo_wrap,
	.nyresult_partcomment .box:nth-child(odd) .photo_wrap {
	margin: 0 auto 8px !important;
    width: 50% !important;
  }
　 .nyresult_partcomment .box .photo_wrap img {
    width: 100% !important;
  }	
	.nyresult_partcomment .flex {
	display: block !important;
	}
	
	.nyresult_photo p img {width: 100%;} /*集合写真*/
}


.ekiden_ctr.ny_cmt{
	border-top: 2px solid #faa01f;
	  padding-top: 60px;
}
@media screen and (max-width: 767px) {
	.ekiden_ctr.ny_cmt{
			padding-top: 40px;
	}
}
