﻿@charset 'utf-8';

/* ==================================
header
================================== */
.header_v2 {
  top: 0;
}

/* ==================================
パンくず
================================== */
@media screen and (max-width: 1024px) {
  #breadCrumbs {
    display: none;
  }
}

/* ==================================
グロナビ
================================== */
@media screen and (max-width: 1024px) {
  #aboutus #sports-header {
    width: 100%;
  }
  #aboutus #sports-header #sports-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    width: 100%;
  }
  #aboutus #sports-header #sports-gnav li {
    width: 33.333%;
  }
  #aboutus #sports-header #sports-gnav li img {
    width: 100%;
  }
}

#sports-gnav .pc_only {
  display: block;
}

@media screen and (max-width: 1025px) {
  #sports-gnav .pc_only {
    display: none;
  }
}

#sports-gnav .sp_only {
  display: none;
}
@media screen and (max-width: 1025px) {
  #sports-gnav .sp_only {
    display: block;
  }
}

/* ==============================================================
▽ここからメインコンテンツCSS
==============================================================*/

.mgc_main_inner {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 1025px) {
  .mgc_main_inner {
    padding-bottom: 60px;
  }
}

.mgc_main_inner::before {
  position: absolute;
  top: 15%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(/company/efforts/sports_culture/trackfield/special/mgc2023/img/bg.png);
  background-size: 100%;
  background-repeat: repeat-y ;
  content: '';
}
@media screen and (max-width: 1025px) {
  .mgc_main_inner::before {
    top: 400px;
  }
}
@media screen and (max-width: 767px) {
  .mgc_main_inner::before {
    top: 300px;
  }
}

.mgc_cont {
  margin: 80px auto 0;
  width: 950px;
}
@media screen and (max-width: 1025px) {
  .mgc_cont {
    margin: 60px auto 0;
    padding: 0 5%;
    width: 100%;
  }
}

.mgc_cont:first-of-type {
  margin-top: 0;
}

.mgc_main .pc {
  display: block;
}
.mgc_main .sp {
  display: none;
}
@media screen and (max-width: 1025px) {
  .mgc_main .pc {
    display: none;
  }
  .mgc_main .sp {
    display: block;
  }
}

/* ----------------------
mv
---------------------- */
.mv {
  position: relative;
}
.mv_mainpic {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
.mv_mainpic img {
  width: 100%;
}

.mv_txtpic {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 950px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1025px) {
  .mv_txtpic {
    left: 50%;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .mv_txtpic {
    top: 35%;
  }
}

.mv_txtpic img {
  width: 18vw;
}
@media screen and (max-width: 1025px) {
  .mv_txtpic img {
    width: 23vw;
  }
}
@media screen and (max-width: 767px) {
  .mv_txtpic img {
    width: 34vw;
  }
}
/* ----------------------
day
---------------------- */
.day {
  position: relative;
  z-index: 2;
  margin: -22% auto 24px;
  width: 950px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1025px) {
  .day {
    padding: 0 5%;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .day {
    margin: -18% auto 24px;
    font-size: 14px;
  }
}

/* ----------------------
大会前コメント
---------------------- */

.cmt > div + div {
  margin-top: 60px;
}
@media screen and (max-width: 1025px) {
  .cmt > div + div {
    margin-top: 40px;
  }
}

.cmt_ttl {
  position: relative;
  z-index: 2;
  color: #bf183e;
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  font-family: 'メイリオ','Hiragino Kaku Gothic ProN', sans-serif;
}
@media screen and (max-width: 1025px) {
  .cmt_ttl {
    text-align: left;
    font-size: 32px;
  }
}

/* .player */
.cmt_player_ttl {
  margin-top: 16px;
  text-align: center;
  font-weight: bold;
  font-family: 'メイリオ','Hiragino Kaku Gothic ProN', sans-serif;
}

@media screen and (max-width: 1025px) {
  .cmt_player_ttl {
    margin-top: 4px;
    text-align: center;
    line-height: 2.1 !important;
  }
}

.cmt_player_ttl .txt01 {
  font-size: 28px;
}
@media screen and (max-width: 1025px) {
  .cmt_player_ttl .txt01 {
    font-size: 22px;
  }
}

.cmt_player_ttl .txt02 {
  padding: 0 16px;
  color: #126bb4;
  font-size: 38px;
}
@media screen and (max-width: 1025px) {
  .cmt_player_ttl .txt02 {
    padding: 0 8px 0 0;
    font-size: 30px;
  }
}
.cmt_player_ttl .txt02 rt {
  color: #000;
  font-weight: normal;
  font-size: 14px;
}

.cmt_player_ttl .txt03 {
  font-size: 32px;
}
@media screen and (max-width: 1025px) {
  .cmt_player_ttl .txt03 {
    font-size: 28px;
  }
}

/* coach */
.cmt_coach_ttl {
  color: #2762a9;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .cmt_coach_ttl {
    font-size: 22px;
  }
}

/* 共通 */
.cmt_lead {
  margin-top: 24px;
}

.cmt_childttl {
  margin-top: 48px;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 1025px) {
  .cmt_childttl {
    font-size: 18px;
  }
}

.cmt_inter,
.cmt_intee {
  margin-top: 24px;
}

.cmt_inter {
  font-weight: bold;
}

.float_wrap::after {
  display: block;
  clear: both;
  content: '';
}

.float_r {
  float: right;
  padding-bottom: 8px;
  padding-left: 16px;
}

.float_l {
  float: left;
  padding-right: 16px;
  padding-bottom: 8px;
}

.float_r,
.float_l {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .float_r,
  .float_l {
    width: 50%;
  }
}
/* pic */
.cmt_pic {
  margin: 0 auto;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .cmt_pic {
    width: 80%;
  }
}

.cmt_pic img {
  width: 100%;
}


/* ----------------------
大会結果
---------------------- */

.cmt_result {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid #454545;
}
@media screen and (max-width: 767px) {
  .cmt_result {
    margin-top: 20px;
    padding: 18px;
  }
}

.cmt_result_ttl {
  margin: 30px 0 8px;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .cmt_result_ttl {
    margin: 20px 0 4px;
    font-size: 18px;
  }
}

.cmt_result_ttl:first-of-type {
  margin-top: 0;
}

/* ----------------------
ｘ
---------------------- */
.tw_bnr {
  margin-top: 180px;
}
@media screen and (max-width: 1025px) {
  .tw_bnr {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .tw_bnr {
    margin-top: 40px;
  }
}


.tw_bnr a {
  -webkit-transition: .2s;
          transition: .2s;
}
.tw_bnr a:hover {
  opacity: .7;
}

@media screen and (max-width: 1025px) {
  .tw_bnr a img {
    width: 100%;
  }
}
