@charset "utf-8";

/* MVテキストサイズ調整 */
@media screen and (max-width: 1400px) {
  .largeMv .title>h3>p {
    line-height: 1;
  }

  .largeMv .title>h3>p>span {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 767px) {
  .largeMv .title>h3>p>span {
    font-size: 3.9vw;
  }
}

/* MVテキスト位置変更 */
.largeMv .title {
  top: 70%;
}


/* 日付・場所のテキスト背景 */
.largeMv .datePlace {
  text-shadow: 0px 0px 3px #000000;
  font-weight: bold;
  /* 追加 */
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: rgba(0, 0, 0, 0.4);
}

.spReportSection h4.dateTitle {
  font-size: 24px;
  margin-top: 50px;
}

.spReportSection h4 {
  font-size: 20px;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .spReportSection h4 {
    font-size: 15px;
  }
}
/* 大会概要画像：中央寄せに */

@media screen and (max-width: 767px) {
  .spLeadBox table tr td {
    text-align: center;
  }
}



/* ダブルス上余白変更 */

h4.doublesTitle {
  font-size: 24px;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  h4.doublesTitle {
  margin-top: 50px;
}
}

.spReportBgSection {
  background-image: none;
  background-color: #f7f7f4;
}

.spReportBgSection:before,
.spReportBgSection:after {
  background-image: none;
}

.spReportBgSection .spDecoTitle {
  color: #000;
}

.spReportBgSection .inner .subReport>p {
  color: #000;
}

@media screen and (max-width: 767px) {
  .spReportBgSection .inner .subReport img {
    width: 100%;
  }
}

/* インタビュー領域 */
.spWinnerInterviewFlexBox table {
  margin-bottom: 30px;
}

.spWinnerInterviewFlexBox div {
  margin-bottom: 30px;
}

.spWinnerInterviewFlexBox div p {
  margin: 0;
}

/* インタビュー奇数領域 */
.interviewOddbox tr th:first-of-type {
  display: none;
}

.interviewOddbox tr td {
  padding-left: 0 !important;
  padding-right: 5%;
}

@media screen and (max-width: 767px) {
  .interviewOddbox tr th:first-of-type {
    display: block;
  }

  .interviewOddbox tr th:last-of-type {
    display: none;
  }

  .interviewOddbox tr td {
    padding-right: 0;
  }
}

/* インタビュー偶数領域 */
.interviewEvenbox tr th {
  display: table-cell !important;
}

.interviewEvenbox tr td {
  padding-right: 0 !important;
  padding-left: 5% !important;
}

@media screen and (max-width: 767px) {
  .interviewEvenbox tr th {
    display: block !important;
  }

  .interviewEvenbox tr td {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .spWinnerInterviewFlexBox table:nth-of-type(even) {
    margin-bottom: 30px;
  }
}

.spReportSection .resultTitle {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

@media screen and (max-width: 767px) {
  .photoGallery img {
    width: 100%;
  }
}