@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, .wrapper > .smlTitle, .wrapper > .article-detail__h3, h4, .wrapper > .article-detail__h4, .wrapper > .boxTitle, h5, .wrapper > .article-detail__h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
  font-size: 62.5%;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: normal;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  display: block;
  text-decoration: none;
}
a:hover {
  opacity: 1;
}
a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  display: block;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
  margin: auto;
}

select, textarea, input {
  text-overflow: ellipsis;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand, textarea::-ms-expand, input::-ms-expand {
  display: none;
}

.for-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
}

.for-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .for-sp {
    display: block;
  }
}

/*

     WYSIWYG
====================================================*/
.wrapper > .article-detail__h3,
.wrapper > .article-detail__h4,
.wrapper > .article-detail__h5,
.wrapper > .article-detail__read,
.wrapper > .article-detail__image-caption {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.article-detail__h3 {
  display: block;
  margin: 40px auto 25px;
  padding: 10px 10px 10px 15px;
  position: relative;
  background: #F2F2F2;
  color: #000000;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .article-detail__h3 {
    font-size: 1.4rem;
    margin: 30px auto 20px;
  }
}
.article-detail__h3::before {
  content: "";
  height: 100%;
  width: 5px;
  background: #506991;
  position: absolute;
  left: 0;
  top: 0;
}
.article-detail__h3.secTitle {
  border: none;
}

.article-detail__h4 {
  display: block;
  position: relative;
  color: #506991;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px auto 15px;
}
@media screen and (max-width: 768px) {
  .article-detail__h4 {
    font-size: 1.4rem;
    margin: 15px auto;
  }
}
.article-detail__h4::before {
  content: "";
  background: url(/sports/_static_/img/common/icon_arrow.svg) no-repeat center center/17px 17px;
  display: inline-block;
  margin-right: 3px;
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .article-detail__h4::before {
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    margin-right: 4px;
  }
}

.article-detail__h5 {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 15px auto 10px;
}
@media screen and (max-width: 768px) {
  .article-detail__h5 {
    font-size: 1.4rem;
    margin: 20px auto;
  }
}

.article-detail__read {
  margin: 15px auto 10px;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .article-detail__read {
    margin: 10px auto;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.article-detail__read strong {
  font-weight: bold;
}

.article-detail__image-caption {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .article-detail__image-caption {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.article-detail__image-caption strong {
  font-weight: bold;
}

.article-detail-text-box {
  background: #E4E8EE;
  padding: 30px;
  margin: 40px auto 25px;
}
@media screen and (max-width: 768px) {
  .article-detail-text-box {
    padding: 15px;
    margin: 30px auto 20px;
  }
}
.article-detail-text-box p {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .article-detail-text-box p {
    font-size: 1.4rem;
  }
}
.article-detail-text-box__title {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #506991;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .article-detail-text-box__title {
    font-size: 1.6rem;
  }
}

.article-detail-text-box2 {
  background: #f2f2f2;
  padding: 30px;
  margin: 40px auto 25px;
}
@media screen and (max-width: 768px) {
  .article-detail-text-box2 {
    padding: 15px;
    margin: 30px auto 20px;
  }
}
.article-detail-text-box2 p {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .article-detail-text-box2 p {
    font-size: 1.4rem;
  }
}
.article-detail-text-box2__title {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #666666;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .article-detail-text-box2__title {
    font-size: 1.6rem;
  }
}
.article-detail-text-box2__side {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .article-detail-text-box2__side {
    flex-wrap: wrap;
  }
}
.article-detail-text-box2__side > figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .article-detail-text-box2__side > figure {
    width: 100%;
  }
}
.article-detail-text-box2__side > div {
  text-align: left;
  width: calc(70% - 10px);
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .article-detail-text-box2__side > div {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.article-detail-text-box2__side > div p {
  text-align: left;
}

.wrapper > pre > iframe {
  max-width: 100%;
  text-align: center;
  display: block;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .wrapper > pre > iframe {
    margin-top: 15px;
  }
}

.enjoy {
  padding: 20px 0;
  background-color: #f4f5f7;
}
.enjoy .enjoy {
  /* cms用 */
}
.enjoy .enjoy_list {
  position: relative;
  z-index: 1;
}
.enjoy .enjoy_item {
  background: #fff;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy_item {
    border-radius: 0 5px 0 0;
  }
}
.enjoy .enjoy_item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy_item:nth-child(n+2) {
    margin-top: 10px;
  }
}
.enjoy .enjoy_accordion {
  width: 100%;
  font-size: 2rem;
  color: #041F4A;
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy_accordion {
    font-size: 1.4rem;
    padding: 11px 0;
  }
}
.enjoy .enjoy_accordion:hover {
  cursor: pointer;
}
.enjoy .enjoy_accordion::after {
  border-left: solid 1px #041F4A;
  border-bottom: solid 1px #041F4A;
  transform: rotate(-45deg) translate(0%, -50%);
  top: 50%;
  margin-top: -2.2px;
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  content: "";
  right: 20px;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy_accordion::after {
    border-left: solid 1px #041F4A;
    border-bottom: solid 1px #041F4A;
    transform: rotate(-45deg) translate(0%, -50%);
    top: 50%;
    margin-top: -1.4px;
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    content: "";
    right: 15px;
  }
}
.enjoy .enjoy_accordion.active::after {
  transform: rotate(-45deg) translate(0%, -50%) scale(-1, -1);
  margin-top: 3px;
}
.enjoy .enjoy_add {
  display: none;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid #506991;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy_add {
    padding: 20px 0;
  }
}
.enjoy .enjoy_add::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.enjoy .enjoy_add p + p {
  margin-top: 15px;
}
.enjoy .enjoy_add_thumb {
  width: 40%;
  float: left;
  margin-right: 25px;
}
@media screen and (min-width: 769px) {
  .enjoy .enjoy_add_thumb + .enjoy_add_text {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy_add_thumb {
    width: 85%;
    float: none;
    margin: 0 auto;
  }
}
.enjoy .enjoy_add_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy_add_title {
    font-size: 1.4rem;
    text-align: center;
  }
}
.enjoy .enjoy_add_text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy_add_text {
    font-size: 1.4rem;
  }
}
.enjoy .enjoy_add_list {
  margin-bottom: 20px;
}
.enjoy .enjoy_add_list li {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy_add_list li {
    font-size: 1.4rem;
    line-height: 1.3;
    padding-left: 12px;
  }
}
.enjoy .enjoy_add_list li::before {
  content: "・";
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy_add_list li::before {
    margin-left: -14px;
  }
}
.enjoy .enjoy_add_list li + li {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy_add_list li + li {
    margin-top: 5px;
  }
}
.enjoy .enjoy-item__article {
  background: #fff;
  position: relative;
  z-index: 1;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.enjoy .enjoy-item__article:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy-item__article:nth-child(n+2) {
    margin-top: 10px;
  }
}
.enjoy .enjoy-item__title {
  width: 100%;
  font-size: 1.6rem;
  color: #041F4A;
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy-item__title {
    font-size: 1.4rem;
    padding: 11px 0;
  }
}
.enjoy .enjoy-item__title:hover {
  cursor: pointer;
}
.enjoy .enjoy-item__title::after {
  border-left: solid 1px #041F4A;
  border-bottom: solid 1px #041F4A;
  transform: rotate(-45deg) translate(0%, -50%);
  top: 50%;
  margin-top: -2.2px;
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  content: "";
  right: 20px;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy-item__title::after {
    border-left: solid 1px #041F4A;
    border-bottom: solid 1px #041F4A;
    transform: rotate(-45deg) translate(0%, -50%);
    top: 50%;
    margin-top: -1.4px;
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    content: "";
    right: 15px;
  }
}
.enjoy .enjoy-item__title.active::after {
  transform: rotate(-45deg) translate(0%, -50%) scale(-1, -1);
  margin-top: 3px;
}
.enjoy .enjoy-item__contents {
  display: none;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid #506991;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy-item__contents {
    width: calc(100% - 30px);
    padding: 20px 0;
  }
}
.enjoy .enjoy-item__contents::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.enjoy .enjoy-item__contents p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy-item__contents p {
    font-size: 1.4rem;
  }
}
.enjoy .enjoy-item__contents p + p {
  margin-top: 5px;
}
.enjoy .enjoy-item__contents p strong {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy-item__contents p strong {
    font-size: 1.4rem;
    text-align: center;
  }
}
.enjoy .enjoy-item__contents p img {
  width: 40%;
  float: left;
  margin-right: 25px;
}
@media screen and (min-width: 769px) {
  .enjoy .enjoy-item__contents p img + .enjoy_add_text {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .enjoy .enjoy-item__contents p img {
    width: 85%;
    float: none;
    margin: 0 auto;
  }
}

.wrapper > h1 {
  width: 95%;
  max-width: 1200px;
  margin: 40px auto 25px;
  padding: 0 0 15px;
  border-bottom: 1px solid #041F4A;
  font-size: 3.4rem;
  color: #041F4A;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .wrapper > h1 {
    margin: 30px auto 20px;
    padding: 25px 0 8px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.wrapper > h2:not(.imgTitle) {
  width: 95%;
  max-width: 1200px;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0 0 15px 0;
  margin: 40px auto 25px;
  position: relative;
  color: #041F4A;
}
.wrapper > h2:not(.imgTitle)::before, .wrapper > h2:not(.imgTitle)::after {
  content: "";
  position: absolute;
  height: 5px;
  border-radius: 10px;
  bottom: 0;
  left: 0;
}
.wrapper > h2:not(.imgTitle)::before {
  width: 100%;
  background: #CAD1DD;
}
.wrapper > h2:not(.imgTitle)::after {
  width: 70px;
  background: #506991;
}
@media screen and (max-width: 768px) {
  .wrapper > h2:not(.imgTitle) {
    font-size: 1.6rem;
    padding: 0 0 15px 0;
    margin: 30px 0 20px;
  }
}
.wrapper > h3, .wrapper > .smlTitle, .wrapper > .article-detail__h3 {
  width: 95%;
  max-width: 1200px;
  display: block;
  margin: 40px auto 25px;
  padding: 10px 10px 10px 15px;
  position: relative;
  background: #F2F2F2;
  color: #000000;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wrapper > h3, .wrapper > .smlTitle, .wrapper > .article-detail__h3 {
    font-size: 1.4rem;
    margin: 30px 0 20px;
  }
}
.wrapper > h3::before, .wrapper > .smlTitle::before, .wrapper > .article-detail__h3::before {
  content: "";
  height: 100%;
  width: 5px;
  background: #506991;
  position: absolute;
  left: 0;
  top: 0;
}
.wrapper > h4, .wrapper > .article-detail__h4, .wrapper > .boxTitle {
  width: 95%;
  max-width: 1200px;
  display: block;
  position: relative;
  color: #506991;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px auto 15px;
}
@media screen and (max-width: 768px) {
  .wrapper > h4, .wrapper > .article-detail__h4, .wrapper > .boxTitle {
    font-size: 1.4rem;
    margin: 15px auto;
  }
}
.wrapper > h4::before, .wrapper > .article-detail__h4::before, .wrapper > .boxTitle::before {
  content: "";
  background: url(/sports/_static_/img/common/icon_arrow.svg) no-repeat center center/17px 17px;
  display: inline-block;
  margin-right: 3px;
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .wrapper > h4::before, .wrapper > .article-detail__h4::before, .wrapper > .boxTitle::before {
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    margin-right: 4px;
  }
}
.wrapper > h5, .wrapper > .article-detail__h5 {
  width: 95%;
  max-width: 1200px;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 15px auto 10px;
}
@media screen and (max-width: 768px) {
  .wrapper > h5, .wrapper > .article-detail__h5 {
    font-size: 1.4rem;
    margin: 20px auto;
  }
}
.wrapper > h6 {
  width: 95%;
  max-width: 1200px;
  color: #506991;
  font-weight: normal;
  font-size: 1.6rem;
  margin: 15px auto 10px;
}
@media screen and (max-width: 768px) {
  .wrapper > h6 {
    font-size: 1.4rem;
    margin: 20px auto;
  }
}
.wrapper > hr {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper > p {
  width: 95%;
  max-width: 1200px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .wrapper > p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.wrapper > p.article-detail__read {
  margin: 15px auto 10px;
}
@media screen and (max-width: 768px) {
  .wrapper > p.article-detail__read {
    margin: 10px auto;
  }
}
.wrapper > p.article-detail__image-caption {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .wrapper > p.article-detail__image-caption {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.wrapper > p strong {
  font-weight: bold;
}
.wrapper > sup {
  font-size: 70%;
  vertical-align: super;
}
.wrapper > sub {
  font-size: 70%;
  vertical-align: sub;
}
.wrapper > blockquote {
  width: 95%;
  max-width: 1200px;
  margin: 15px auto;
  padding: 0.5em 0 0.5em 1em;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #999;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wrapper > blockquote {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.wrapper > blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background: #bababa;
}
.wrapper > div {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .wrapper > div {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.wrapper > code, .wrapper > pre {
  width: 95%;
  max-width: 1200px;
  margin: 15px auto;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 1.5rem;
  border: solid 1px #4d4d4d;
  background: #25292f;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .wrapper > code, .wrapper > pre {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.wrapper > table {
  width: 95%;
  max-width: 1200px;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 0;
  margin: 15px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper > table {
    font-size: 1.4rem;
  }
}
.wrapper > table tr:nth-child(2n-1) {
  background: #e4e8ee;
}
.wrapper > table th, .wrapper > table td {
  padding: 5px;
}
.wrapper > table th {
  font-weight: bold;
}
.wrapper > ul,
.wrapper > ol {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .wrapper > ul,
  .wrapper > ol {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.wrapper > a {
  display: inline-block;
  padding-right: 15px;
  color: #506991;
  font-weight: bold;
  position: relative;
}
.wrapper > a::after {
  border-bottom: solid 1px #506991;
  border-right: solid 1px #506991;
  transform: rotate(-45deg) translate(0%, -50%);
  top: 50%;
  margin-top: -1.4px;
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  right: 0;
  margin-top: 0;
}
.wrapper > a:hover {
  opacity: 0.6;
}
.wrapper > a img::after {
  display: none;
}
.wrapper > .article-detail-text-box {
  background: #E4E8EE;
  padding: 30px;
  margin: 40px auto 25px;
}
@media screen and (max-width: 768px) {
  .wrapper > .article-detail-text-box {
    padding: 15px;
    margin: 30px auto 20px;
  }
}
.wrapper > .article-detail-text-box p {
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .wrapper > .article-detail-text-box p {
    font-size: 1.4rem;
  }
}
.wrapper > .article-detail-text-box__title {
  width: 100%;
  color: #506991;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .wrapper > .article-detail-text-box__title {
    font-size: 1.6rem;
  }
}
.wrapper > .article-detail-text-box2 {
  background: #f2f2f2;
  padding: 30px;
  margin: 40px auto 25px;
}
@media screen and (max-width: 768px) {
  .wrapper > .article-detail-text-box2 {
    padding: 15px;
    margin: 30px auto 20px;
  }
}
.wrapper > .article-detail-text-box2 p {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wrapper > .article-detail-text-box2 p {
    font-size: 1.4rem;
  }
}
.wrapper > .article-detail-text-box2__title {
  width: 100%;
  color: #666666;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .wrapper > .article-detail-text-box2__title {
    font-size: 1.6rem;
  }
}
.wrapper > .article-detail-text-box2__side {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .wrapper > .article-detail-text-box2__side {
    flex-wrap: wrap;
  }
}
.wrapper > .article-detail-text-box2__side > figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .wrapper > .article-detail-text-box2__side > figure {
    width: 100%;
  }
}
.wrapper > .article-detail-text-box2__side > div {
  text-align: left;
  width: calc(70% - 10px);
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .wrapper > .article-detail-text-box2__side > div {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.wrapper > .article-detail-text-box2__side > div p {
  text-align: left;
}
.wrapper > .container {
  display: block;
  margin: 40px auto 25px;
}
@media screen and (max-width: 768px) {
  .wrapper > .container {
    margin: 30px auto 20px;
  }
}
.wrapper > iframe {
  max-width: 100%;
  text-align: center;
  display: block;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .wrapper > iframe {
    margin-top: 15px;
  }
}
.wrapper > .button {
  margin: 40px auto 0;
  width: 250px;
  padding: 15px 0;
  background: #041F4A;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wrapper > .button {
    font-size: 1.4rem;
    width: 65%;
  }
}
.wrapper > .button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 7px #fff;
  top: calc(50% + 2px);
  transform: translate(0, -50%);
  right: 20px;
  top: 29px;
}
@media screen and (max-width: 768px) {
  .wrapper > .button::after {
    right: 15px;
    top: 27px;
  }
}
.wrapper > .button.forPC {
  display: flex;
}
@media screen and (max-width: 768px) {
  .wrapper > .button.forPC {
    display: none;
  }
}
.wrapper > .button.forSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .wrapper > .button.forSP {
    display: flex;
  }
}
.wrapper > #pageTag {
  margin-top: 40px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wrapper > #pageTag {
    margin-top: 25px;
    padding: 0;
  }
}
.wrapper > #pageTag li a {
  display: inline-block;
  font-size: 1.6rem;
  color: #506991;
  background: #f2f2f2;
  line-height: 1;
  padding: 6px 8px 8px;
  margin-right: 10px;
}
.wrapper > #pageTag li a::after {
  display: none;
}
.wrapper > #pageTag li a:hover {
  color: #f2f2f2;
  background: #506991;
}
@media screen and (max-width: 768px) {
  .wrapper > #pageTag li a {
    font-size: 1.1rem;
    padding: 6px 10px 6px;
    font-weight: bold;
  }
}

.detail_announce_broadcast_link:after {
  right: 5px;
}

/*  選手プロフィール */
.profile__set {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 3vw;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .profile__set {
    display: block;
    padding: 15px;
  }
}
.profile__set + .profile__set {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .profile__set + .profile__set {
    margin-top: 15px;
  }
}
.profile__side {
  width: 240px;
}
@media screen and (max-width: 599px) {
  .profile__side {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.profile__img {
  border: 1px solid #efefef;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  .profile__img {
    width: 120px;
  }
}
@media screen and (max-width: 599px) {
  .profile__nameOuter {
    width: calc(100% - 135px);
  }
}
.profile__name {
  line-height: 1;
  padding-top: 0.5em;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .profile__name {
    padding-top: 0.25em;
    font-size: 1.8rem;
  }
}
.profile__name div {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 400;
}
.profile__barth {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #333;
}
.profile__barth div {
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 8px;
  width: 5.5em;
  display: inline-block;
}
.profile__barth + .profile__barth {
  margin-top: 5px;
}
.profile__data {
  width: calc(100% - 240px - 2vw);
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .profile__data {
    width: 100%;
    overflow-x: visible;
    overflow-y: hidden;
    position: relative;
    margin-top: 15px;
    padding: 0;
    transition: height 0.4s ease;
  }
}
@media screen and (max-width: 599px) {
  .profile__data::before {
    content: "";
    width: 100%;
    height: 25vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0), rgba(247, 247, 247, 0.8) 50%, rgba(247, 247, 247, 0.8) 100%);
  }
}
.profile__data .openBtn {
  display: none;
}
@media only screen and (min-width: 768px) {
  .profile__data .openBtn {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .profile__data .openBtn {
    display: block;
    width: 100%;
    height: 11.7vw;
    line-height: 11.7vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #e6ebf4;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #217ea7;
  }
}
.profile__data .closeBtn {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .profile__data .closeBtn {
    display: block;
    width: 100%;
    height: 11.7vw;
    line-height: 11.7vw;
    background: #e6ebf4;
    color: #217ea7;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
  }
}
@media screen and (max-width: 599px) {
  .profile__data.is-active::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .profile__data.is-active .openBtn {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .profile__data.is-active .openBtn {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .profile__data.is-active .closeBtn {
    display: block !important;
  }
}
.profile__data ul li {
  padding: 0 2vw 12px;
  border-bottom: #e6ebf4 1px solid;
}
.profile__data ul li:nth-child(n+2) {
  margin-top: 12px;
}
.profile__data ul li:last-child {
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 599px) {
  .profile__data ul li:last-child {
    padding-bottom: 12px;
  }
}
.profile__data__q, .profile__data__a {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .profile__data__q, .profile__data__a {
    font-size: 1.4rem;
  }
}
.profile__data__q div, .profile__data__a div {
  color: #6d7e9d;
  font-weight: 700;
  font-size: 2rem;
  margin-right: 10px;
  margin-top: -5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 25px;
}
@media screen and (max-width: 599px) {
  .profile__data__q div, .profile__data__a div {
    margin-right: 5px;
    font-size: 1.6rem;
    margin-top: -3px;
    width: 23px;
  }
}
.profile__data__q p, .profile__data__a p {
  width: calc(100% - 25px);
}
.profile__data__q {
  font-weight: 700;
  color: #6d7e9d;
}
.profile__data__a {
  margin-top: 7px;
}
.profile__data__a div {
  color: #ac4243;
}
.profile__footNote {
  font-size: 1.4rem;
  text-align: right;
  color: #6d7e9d;
  padding-top: 30px;
  margin: 0 -50px;
}
@media screen and (max-width: 599px) {
  .profile__footNote {
    font-size: 1rem;
    margin: 0 auto;
    padding: 3.7vw 4vw 0;
  }
}

._white .profile__set {
  background: #f8f8f8;
  border: 2px solid #E4E8EE;
}

.wrapper > section.vers_nav {
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .wrapper > section.vers_nav {
    padding-bottom: 15px;
  }
}

.inner .vers_nav .inner {
  width: 100%;
}

.vers_nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 5px;
}
@media screen and (max-width: 599px) {
  .vers_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.vers_nav ul li {
  width: calc((100% - 20px) / 6);
  text-align: center;
}
@media screen and (max-width: 599px) {
  .vers_nav ul li {
    width: calc((100% - 10px) / 3);
  }
}
.vers_nav ul li a {
  width: 100%;
  height: 100%;
  background: #0e4c81;
  border: 1px solid #0e4c81;
  padding: 15px 5px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .vers_nav ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .vers_nav ul li a {
    padding: 10px 5px;
  }
}
@media screen and (min-width: 769px) {
  .vers_nav ul li a:hover {
    opacity: 0.6;
  }
}
.vers_nav ul li.nolink a {
  background: #eee;
  border: 1px solid #ddd;
  pointer-events: none;
  color: #666;
  font-weight: normal;
}
.vers_nav ul li.current a {
  background: #d50000;
  border: 1px solid #d50000;
}

#nav {
  transition: all 0.2s ease-in-out;
  z-index: 9999;
  width: 100%;
}
#nav.hide {
  top: 0;
  opacity: 0;
  transform: translateY(-200px);
}
#nav.fixed {
  position: fixed;
  top: 0;
  opacity: 1;
  transform: translateY(0);
  border-bottom: 1px solid #ddd;
}

#contents_nav {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contents_nav {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #contents_nav::-webkit-scrollbar {
    display: none;
  }
}
#contents_nav ul {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contents_nav ul {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
#contents_nav ul li {
  position: relative;
}
#contents_nav ul li a {
  display: block;
  width: auto;
  padding: 0 20px;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#contents_nav ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #contents_nav ul li a {
    height: 40px;
    width: auto;
    padding: 0 10px;
  }
}
#contents_nav ul li a span {
  color: #000000;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contents_nav ul li a span {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
#contents_nav ul li.is-current::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 1px;
  background: #506991;
}
@media screen and (max-width: 768px) {
  #contents_nav ul li.is-current::after {
    bottom: 3px;
  }
}
#contents_nav ul li.is-current a span {
  color: #506991;
  font-weight: bold;
}

#genre_nav {
  background: #f2f2f2;
  position: relative;
}
#genre_nav .genre_inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #genre_nav .genre_inner {
    width: 97.5%;
    margin: 0;
    display: block;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #genre_nav .genre_inner::-webkit-scrollbar {
    display: none;
  }
}
#genre_nav .genre_list {
  overflow: hidden;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #genre_nav .genre_list {
    width: -moz-max-content;
    width: max-content;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
#genre_nav .genre_list li {
  width: auto;
}
@media screen and (min-width: 769px) {
  #genre_nav .genre_list li.pc_hide {
    display: none;
  }
}
#genre_nav .genre_list li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 50px;
}
#genre_nav .genre_list li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #genre_nav .genre_list li a {
    height: 40px;
  }
}
#genre_nav .genre_list li a span {
  line-height: 1;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 10px 6px;
}
@media screen and (max-width: 768px) {
  #genre_nav .genre_list li a span {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 6px 8px 7px;
  }
}
#genre_nav .genre_list li.is-current a span {
  border-radius: 50px;
  background: #041F4A;
  color: #fff;
  font-weight: bold;
}
#genre_nav .genre_more {
  width: 130px;
  height: 50px;
  margin-left: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
#genre_nav .genre_more:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #genre_nav .genre_more {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
  }
}
#genre_nav .genre_more::before {
  content: "";
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  left: 0;
  width: 1px;
  height: 50%;
  background: #000000;
}
#genre_nav .genre_more span {
  font-size: 1.4rem;
  text-indent: -15px;
  position: relative;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #genre_nav .genre_more span {
    font-size: 0rem;
  }
}
#genre_nav .genre_more span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-top: solid 7px #000;
  top: calc(50% + 2px);
  transform: translate(0, -50%);
  transition: 0.3s ease-in-out;
  right: -15px;
}
@media screen and (max-width: 768px) {
  #genre_nav .genre_more span::after {
    right: -7px;
  }
}
#genre_nav .genre_more.active span::after {
  transform: scale(1, -1);
  margin-top: -10px;
}
#genre_nav .genre_add {
  display: none;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  padding: 10px 0;
  z-index: 9999;
  background: #f2f2f2;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  #genre_nav .genre_add {
    top: 40px;
  }
}
#genre_nav .genre_add .genre_list {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #genre_nav .genre_add .genre_list {
    justify-content: flex-start;
  }
}
#genre_nav .genre_add .genre_list li {
  height: auto;
}
#genre_nav .genre_add .genre_list li a {
  height: auto;
}
#genre_nav .genre_add .genre_list li a span {
  padding: 8px 10px;
}

#nhkSportLogo {
  width: 100%;
  padding: 25px 0;
  margin: 0;
  text-align: center;
  border: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: conter;
}
@media all and (-ms-high-contrast: none) {
  #nhkSportLogo {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #nhkSportLogo {
    padding: 10px 0;
    margin: 0;
  }
}
#nhkSportLogo a {
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  #nhkSportLogo a {
    display: inline;
  }
}
#nhkSportLogo img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #nhkSportLogo img {
    height: 22px;
  }
}

.ticker-emergency p {
  width: 95%;
  max-width: 1200px;
  margin: 8px auto 0;
  padding: 5px 10px;
  border: 1px solid #BB0000;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .ticker-emergency p {
    padding: 10px 20px;
  }
}
.ticker-emergency p span {
  color: #BB0000;
  font-size: 1.2rem;
  line-height: 1.3;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 769px) {
  .ticker-emergency p span {
    font-size: 1.4rem;
    white-space: nowrap;
    width: -moz-max-content;
    width: max-content;
  }
}
.ticker-news a, .ticker-message a {
  transition: opacity 0.2s ease-in-out;
}
.ticker-news a p span, .ticker-message a p span {
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .ticker-news a p span, .ticker-message a p span {
    display: inline-block;
  }
}
.ticker-news a p span:after, .ticker-message a p span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 12px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
  .ticker-news a p span:after, .ticker-message a p span:after {
    margin-top: 1px;
  }
}
.ticker-news a p.red span:after, .ticker-message a p.red span:after {
  background: url(/sports/_static_/img/common/icon_right_link.svg) no-repeat center center/contain;
}
.ticker-news a p.blue span:after, .ticker-message a p.blue span:after {
  background: url(/sports/_static_/img/common/icon_right_link.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .ticker-news a:hover, .ticker-message a:hover {
    opacity: 0.6;
  }
}
.ticker-news p, .ticker-message p {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
}
.ticker-news p span, .ticker-message p span {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 10px 0;
}
.ticker-news p span:before, .ticker-message p span:before {
  content: "";
  position: relative;
  top: 2px;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 5px;
}
.ticker-news p.red span, .ticker-message p.red span {
  color: #F04B4B;
}
.ticker-news p.blue span, .ticker-message p.blue span {
  color: #4587c9;
}
.ticker-news .red span:before {
  background: url("/sports/_static_/img/common/icon_news_r.svg") no-repeat center center/contain;
}
.ticker-news .blue span:before {
  background: url("/sports/_static_/img/common/icon_news_bl.svg") no-repeat center center/contain;
}
.ticker-message .red span:before {
  background: url("/sports/_static_/img/common/icon_message_r.svg") no-repeat center center/contain;
}
.ticker-message .blue span:before {
  background: url("/sports/_static_/img/common/icon_message_bl.svg") no-repeat center center/contain;
}

/*

     セクション
====================================================*/
.wrapper > section {
  padding-bottom: 45px;
  display: block;
  /* ボタンのみのセクション */
}
@media screen and (max-width: 768px) {
  .wrapper > section {
    padding-bottom: 20px;
  }
}
.wrapper > section.btn {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .wrapper > section.btn {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.wrapper .inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

._white {
  background: #fff;
}

._gray {
  background: #f2f2f2;
}
._gray + ._gray .inner {
  border-top: 1px solid #fff;
}

._blue {
  background: #E4E8EE;
}
._blue + ._gray {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  ._blue + ._gray {
    margin-top: 10px;
  }
}

/*

     共通タイトル
====================================================*/
.secTitle {
  margin: 0 auto 20px;
  padding: 40px 0 15px;
  border-bottom: 1px solid #041F4A;
  font-size: 3.4rem;
  color: #041F4A;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .secTitle {
    padding: 25px 0 8px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.secTitle_pt0 {
  padding-top: 0;
}
.secTitle_sub {
  font-size: 2.6rem;
  color: #041F4A;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .secTitle_sub {
    font-size: 1.4rem;
  }
}
.secTitle_sub::before {
  content: "/";
  display: inline-block;
  margin: 0 10px;
  font-size: 2.2rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .secTitle_sub::before {
    font-size: 1.4rem;
    margin: 0 5px;
  }
}
.secTitle_date {
  font-size: 1.4rem;
  color: #666666;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .secTitle_date {
    font-size: 1rem;
  }
}
.secTitle + .borderTitle {
  padding-top: 0;
}
.secTitle:has(> .secTitle_link) {
  position: relative;
}
.secTitle_link {
  position: absolute;
  bottom: 15px;
  right: 0;
  padding: 10px 15px;
  background: #0e4c81;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  border-radius: 50px;
}
.secTitle_link:hover {
  opacity: 0.6;
}
.secTitle_link::after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .secTitle_link {
    font-weight: normal;
    bottom: 6px;
    padding: 7px 18px;
    font-size: 1.3rem;
  }
}

.midTitle {
  width: 100%;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .midTitle {
    margin-bottom: 10px;
  }
}
.midTitle span, .midTitle a {
  display: inline-block;
  position: relative;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .midTitle span, .midTitle a {
    font-size: 1.5rem;
  }
}
.midTitle span::before, .midTitle a::before {
  content: "";
  background: url(/sports/_static_/img/common/icon_arrow_b.svg) no-repeat center center/24px 24px;
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .midTitle span::before, .midTitle a::before {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    top: 2px;
  }
}
.midTitle a {
  color: #506991;
}
.midTitle a::before {
  background: url(/sports/_static_/img/common/icon_arrow.svg) no-repeat center center/24px 24px;
}
@media screen and (max-width: 768px) {
  .midTitle a::before {
    background-size: 16px 16px;
  }
}
.midTitle a:hover {
  opacity: 0.6;
}

/* 画像背景タイトル */
.bandTitle {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  /* 横並びバージョン */
}
.bandTitle, .wrapper > .bandTitle {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .bandTitle {
    margin-bottom: 15px;
  }
}
.bandTitle_title {
  padding: 31px 0 31px 20px;
  border-left: 10px solid #041F4A;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 3.2rem;
  color: #000000;
  font-weight: bold;
  min-height: 120px;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media all and (-ms-high-contrast: none) {
  .bandTitle_title {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .bandTitle_title {
    padding: 13px 0 13px 15px;
    font-size: 1.8rem;
    border-left: 5px solid #041F4A;
    min-height: 60px;
    width: 95%;
  }
}
.bandTitle_en {
  display: block;
  color: #000000;
  font-size: 1.8rem;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .bandTitle_en {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.bandTitle_back {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  z-index: -2;
  opacity: 0.2;
}
.bandTitle_row .bandTitle_title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.bandTitle_slash {
  font-size: 2rem;
  padding-left: 8px;
  padding-top: 17px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .bandTitle_slash {
    font-size: 1.4rem;
    padding-left: 5px;
    padding-top: 6px;
  }
}

/* 青背景タイトル */
.blueTitle {
  width: 100%;
  background: #506991;
  color: #fff;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .blueTitle {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.blueTitle_title {
  font-size: 2.8rem;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 17px 0 0 20px;
  border-left: 3px solid #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .blueTitle_title {
    font-size: 1.8rem;
    padding: 11px 0 0 15px;
  }
}
.blueTitle_sub {
  font-size: 1.4rem;
  margin-top: 8px;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .blueTitle_sub {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.blueTitle_date {
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  bottom: 17px;
  font-size: 1.6rem;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .blueTitle_date {
    font-size: 1rem;
    bottom: 10px;
  }
}

/* 画像のみタイトル */
.imgTitle {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .imgTitle {
    margin-bottom: 15px;
  }
}
.imgTitle img {
  width: 100%;
  height: auto;
}

/* 太い下線タイトル */
.borderTitle {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 35px 0 15px 10px;
  margin-bottom: 15px;
  position: relative;
  color: #041F4A;
}
.borderTitle::before, .borderTitle::after {
  content: "";
  position: absolute;
  height: 5px;
  border-radius: 10px;
  bottom: 0;
  left: 0;
}
.borderTitle::before {
  width: 100%;
  background: #CAD1DD;
}
.borderTitle::after {
  width: 70px;
  background: #506991;
}
@media screen and (max-width: 768px) {
  .borderTitle {
    font-size: 1.8rem;
    padding: 20px 0 15px 10px;
  }
}

/*

     共通小パーツ
====================================================*/
/* 基本ボタン */
.btn {
  display: block;
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
  /* アコーディオン用 */
  /* 戻るボタン */
  /* 別サイトへリンクボタン */
}
@media screen and (max-width: 768px) {
  .btn {
    margin-top: 15px;
  }
}
.btn a {
  display: inline-block;
  margin: 0 auto;
  width: 250px;
  padding: 15px 0;
  background: #041F4A;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .btn a {
    width: 65%;
  }
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 11px;
  transform: translate(0, -50%);
  background: url(/sports/_static_/img/common/icon_right.svg) no-repeat center center/contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn a::after {
    right: 15px;
  }
}
.btn a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .btn a span {
    font-size: 1.4rem;
  }
}
.btn_more a, .btn_rank a {
  background: #506991;
}
.btn_more a::after, .btn_rank a::after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 8px;
  background: url(/sports/_static_/img/common/icon_bottom.svg) no-repeat center center/contain;
  transition: 0.3s ease-in-out;
}
.btn_more a span, .btn_rank a span {
  color: #fff;
}
.btn_rank.active a span {
  text-indent: -9999px;
}
.btn_rank.active a::before {
  content: "閉じる";
  color: #fff;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .btn_rank.active a::before {
    font-size: 1.4rem;
  }
}
.btn_rank.active a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-bottom: solid 7px #fff;
  top: calc(50% + 2px);
  transform: translate(0, -50%);
  top: 19px;
}
.btn_back a {
  background: #fff;
  border: 1px solid #506991;
}
.btn_back a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-right: solid 7px #506991;
  top: calc(50% + 2px);
  transform: translate(0, -50%);
  right: auto;
  left: 20px;
  top: 24px;
}
@media screen and (max-width: 768px) {
  .btn_back a::after {
    right: auto;
    left: 15px;
    top: 22px;
  }
}
.btn_back a span {
  color: #506991;
}
.btn_blank a::after {
  display: none;
}
.btn_blank a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/sports/_static_/img/common/icon_blank.svg) no-repeat center center/contain;
  right: 20px;
  top: 17px;
}
@media screen and (max-width: 768px) {
  .btn_blank a::before {
    right: 15px;
    top: 16px;
  }
}

/* アコーディオンセット */
.more {
  margin-top: 20px;
}
.more_hide, .more_hide_title {
  display: none !important;
}
.more_block {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .more_block {
    padding-bottom: 20px;
  }
}
.more_block_hide {
  padding-bottom: 0;
}
.more_block_hide .program_list {
  margin: 0 auto;
}

/* もっとみるリンク */
._details {
  text-align: right;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  ._details {
    margin-top: 25px;
  }
}
._details a {
  color: #506991;
  position: relative;
  margin-left: auto;
  padding-right: 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  ._details a {
    font-size: 2rem;
    padding-right: 25px;
  }
  ._details a:hover {
    opacity: 0.6;
  }
}
._details a::after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  background: url(/sports/_static_/img/common/icon_right_link.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -1px;
}
@media screen and (min-width: 769px) {
  ._details a::after {
    width: 23px;
    height: 23px;
    margin-top: 0;
  }
}

/* ジャンルタグ */
._tag {
  display: inline-block;
}
._tag span {
  display: inline-block;
  font-size: 1.2rem;
  color: #506991;
  background: #f2f2f2;
  line-height: 1;
  padding: 6px 8px 6px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  ._tag span {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 6px 10px 6px;
    margin-right: 5px;
  }
}
._tag:hover span {
  color: #f2f2f2;
  background: #506991;
}

._gray ._tag span {
  background: #fff;
}
._gray ._tag:hover span {
  color: #fff;
  background: #506991;
}

/* サブテキスト */
._subtext {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #666666;
}
@media screen and (max-width: 768px) {
  ._subtext {
    font-size: 1rem;
  }
}

/* テーブル */
.basicTable {
  table-layout: fixed;
  width: 100%;
}
.basicTable tr th, .basicTable tr td {
  font-size: 1.8rem;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .basicTable tr th, .basicTable tr td {
    font-size: 1.4rem;
  }
}
.basicTable tr th {
  background: #506991;
  color: #fff;
  font-weight: bold;
  width: 25%;
  padding: 12px 2%;
}
@media screen and (max-width: 768px) {
  .basicTable tr th {
    padding: 8px;
  }
}
.basicTable tr td {
  background: #f2f2f2;
  color: #000000;
  padding: 12px 4%;
}
@media screen and (max-width: 768px) {
  .basicTable tr td {
    padding: 8px;
  }
}
.basicTable tr td.td-item {
  font-weight: bold;
  background: #E4E8EE;
}
.basicTable tr:nth-child(2n) td {
  background: #fff;
}
.basicTable tr:nth-child(2n) td.td-item {
  font-weight: bold;
  background: #E4E8EE;
}
.basicTable tr:nth-child(n+2) {
  border-top: 1px solid #f2f2f2;
}
.basicTable tr.th-line th {
  border-right: 1px solid #fff;
}
.basicTable tr.th-line th:last-child {
  border-right: none;
}
.basicTable tr .w-10 {
  width: 10%;
}
.basicTable_right {
  display: block;
  font-size: 1.2rem;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .basicTable_right {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.basicTable_center th, .basicTable_center td {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .basicTable_th100 tr th, .basicTable_th100 tr td {
    width: 100%;
    display: block;
  }
  .basicTable_th100 tr th {
    text-align: center;
  }
}

._blue .basicTable tr td.td-item,
._blue .basicTable tr:nth-child(2n) td.td-item {
  background: #b6c0cc;
}

/*

     共通大パーツ
====================================================*/
/* ジャンルプルダウン */
.genreSelect {
  position: relative;
  height: 40px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .genreSelect {
    height: 30px;
    margin-bottom: 20px;
  }
}
.genreSelect::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #506991;
  z-index: 1;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .genreSelect::before {
    width: 30px;
    height: 30px;
  }
}
.genreSelect::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-top: solid 8px #fff;
  top: calc(50% + 2px);
  transform: translate(0, -50%);
  right: 14px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .genreSelect::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-top: solid 7px #fff;
    top: calc(50% + 2px);
    transform: translate(0, -50%);
    right: 9px;
  }
}
.genreSelect select {
  min-width: 150px;
  height: 100%;
  background: #CAD1DD;
  position: relative;
  color: #041F4A;
  font-size: 1.6rem;
  padding: 0 55px 0 15px;
  border: none;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .genreSelect select {
    font-size: 1.4rem;
    padding: 0 40px 0 10px;
  }
}

.nonlist {
  display: block;
  margin: 35px auto;
  padding: 15px;
  background: #f2f2f2;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nonlist {
    margin: 20px auto;
    font-size: 1.4rem;
  }
}
.nonlist_m100 {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .nonlist_m100 {
    margin: 80px auto;
  }
}

._gray .nonlist {
  background: #fdfdfd;
}

/* サムネありリスト_(.list/.list_33/.list_50) */
.list {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .list {
    display: block;
  }
}
.list_item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.list_item:hover .list_item_title, .list_item:hover ._subtext {
  opacity: 0.6;
}
.list_item:hover .list_item_thumb img {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .list_item {
    width: 100%;
  }
}
.list_item_thumb {
  flex-shrink: 0;
  overflow: hidden;
}
.list_item_thumb img {
  display: block;
  margin: 0 auto;
  transition: transform 0.2s ease-in-out;
}
.list_item_info {
  flex-grow: 1;
}
@media screen and (max-width: 599px) {
  .list_item_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.list_item_title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.3;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .list_item_title {
    font-size: 1.4rem;
  }
}
.list_item ._tag {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .list_item ._tag {
    order: 2;
  }
}
.list_item ._subtext {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .list_item ._subtext {
    margin-left: auto;
    order: 3;
    line-height: 1.2;
  }
}
.list_50 {
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .list_50 {
    margin-top: -10px;
  }
}
.list_50 .list_item {
  padding: 15px 0;
  width: calc((100% - 25px) / 2);
  margin-right: 25px;
}
@media screen and (min-width: 769px) {
  .list_50 .list_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .list_50 .list_item {
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }
}
.list_50 .list_item_thumb {
  width: 34.045%;
}
@media screen and (max-width: 768px) {
  .list_50 .list_item_thumb {
    width: 40%;
  }
}
.list_50 .list_item_info {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .list_50 .list_item_info {
    padding-left: 10px;
  }
}
.list_33 {
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .list_33 {
    margin-top: -8px;
  }
}
.list_33 .list_item {
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  .list_33 .list_item {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
  .list_33 .list_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .list_33 .list_item {
    padding: 8px 0;
    flex-direction: row-reverse;
  }
}
.list_33 .list_item_thumb {
  width: 46.156%;
}
@media screen and (max-width: 768px) {
  .list_33 .list_item_thumb {
    width: 32%;
  }
}
.list_33 .list_item_info {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .list_33 .list_item_info {
    padding-left: 0;
    padding-right: 10px;
  }
}
.list_33 .list_item_title {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list_33 .list_item_title {
    font-size: 1.4rem;
  }
}
.list_f100 {
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .list_f100 {
    margin-top: 0;
  }
}
.list_f100 .list_item:first-child {
  width: 100%;
  padding: 15px 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .list_f100 .list_item:first-child {
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.list_f100 .list_item:first-child .list_item_thumb {
  width: 35.064%;
}
@media screen and (max-width: 768px) {
  .list_f100 .list_item:first-child .list_item_thumb {
    width: 100%;
  }
}
.list_f100 .list_item:first-child .list_item_info {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .list_f100 .list_item:first-child .list_item_info {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .list_f100 .list_item:first-child .list_item_info ._tag {
    margin-top: 13px;
  }
}
@media screen and (min-width: 769px) {
  .list_f100 .list_item:first-child .list_item_title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .list_f100 .list_item:first-child .list_item_title {
    margin-top: 10px;
  }
}
.list_f100 .list_item:first-child .list_item_summary {
  font-size: 1.4rem;
  color: #666666;
  line-height: 1.6;
  margin-top: 13px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 768px) {
  .list_f100 .list_item:first-child .list_item_summary {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 769px) {
  .list_f100 .list_item:nth-child(2n) {
    margin-right: 25px;
  }
  .list_f100 .list_item:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .list_sp40 .list_item_thumb {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .list_sp32 .list_item_thumb {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .list_spL .list_item {
    flex-direction: row;
  }
  .list_spL .list_item_info {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .list_spR .list_item {
    flex-direction: row-reverse;
  }
  .list_spR .list_item_info {
    padding-left: 0;
    padding-right: 10px;
  }
}
.list_movie .list_item {
  padding: 15px 0;
  width: calc((100% - 25px) / 2);
  margin-right: 25px;
}
@media screen and (min-width: 769px) {
  .list_movie .list_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .list_movie .list_item {
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }
  .list_movie .list_item:first-child {
    padding-top: 0;
  }
}
.list_movie .list_item_thumb {
  width: 34.045%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .list_movie .list_item_thumb {
    width: 32%;
  }
}
.list_movie .list_item_thumb::after {
  content: "";
  width: 45px;
  height: 45px;
  background: url(/sports/_static_/img/common/icon_play.svg) no-repeat center center/contain;
  position: absolute;
  left: 5px;
  bottom: 5px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .list_movie .list_item_thumb::after {
    width: 30px;
    height: 30px;
  }
}
.list_movie .list_item_thumb span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 6px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list_movie .list_item_thumb span {
    font-size: 1.2rem;
  }
}
.list_movie .list_item_info {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .list_movie .list_item_info {
    padding-left: 10px;
  }
}

.list_item {
  border-bottom: 1px solid #f2f2f2;
}

._gray .list_item {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  ._sp3 .list li:nth-child(n+4) {
    display: none;
  }
}
/* 小さいサムネありリスト */
.mid_block {
  margin: 0 auto 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .mid_block {
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
}
.mid_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .mid_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.mid_item {
  width: calc((100vw - 240px) / 4);
  display: block;
  margin-right: 15px;
}
@media screen and (min-width: 1260px) {
  .mid_item {
    width: 258.75px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 768px) {
  .mid_item {
    width: calc((100% - 16px) / 3);
    margin-right: 0px;
    margin-left: 8px;
  }
  .mid_item:first-child {
    margin-left: 0;
  }
  .mid_item:nth-child(n+4) {
    display: none;
  }
}
.mid_item:hover .mid_item_title {
  opacity: 0.6;
}
.mid_item:hover .mid_item_thumb img {
  transform: scale(1.2);
}
.mid_item_thumb {
  width: 100%;
  overflow: hidden;
}
.mid_item_thumb img {
  display: block;
  margin: 0 auto;
  transition: transform 0.2s ease-in-out;
}
.mid_item_title {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .mid_item_title {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.mid_details {
  width: 120px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mid_details {
    width: 100%;
    margin: 15px 0 0;
    text-align: right;
    overflow: inherit;
  }
}
.mid_details a {
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  top: 0;
  width: calc((100vw - 240px) / 4);
}
@media screen and (min-width: 1260px) {
  .mid_details a {
    width: 258.75px;
  }
}
@media screen and (max-width: 768px) {
  .mid_details a {
    transform: none;
    position: static;
    display: inline-block;
    background: none;
    width: auto;
    margin-left: auto;
  }
}
.mid_details_thumb {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  display: block;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mid_details_thumb {
    height: auto;
    padding-top: 0;
    background: none;
  }
}
.mid_details_thumb span {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #506991;
  font-size: 1.4rem;
  padding-top: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mid_details_thumb span {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    font-size: 1.2rem;
    line-height: 1;
    height: auto;
    padding: 0 15px 0 0;
  }
}
.mid_details_thumb span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(/sports/_static_/img/common/icon_right_link.svg) no-repeat center center/contain;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .mid_details_thumb span::after {
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: -1px;
  }
}

/* スライダー(.slider_movie/.slider_lower) */
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.slider {
  margin: 0 auto;
  position: relative;
}
.slider_next, .slider_prev {
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  z-index: 1;
  width: 50px;
  height: 50px;
  background: rgba(4, 31, 74, 0.8);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .slider_next, .slider_prev {
    width: 30px;
    height: 30px;
  }
}
.slider_next:hover, .slider_prev:hover {
  opacity: 0.6;
}
.slider_next.swiper-button-disabled, .slider_prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.slider_next {
  right: 10px;
}
@media screen and (min-width: 769px) {
  .slider_next::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    right: 20px;
    top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .slider_next::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    content: "";
    right: 11px;
    top: 10px;
  }
}
.slider_prev {
  left: 10px;
}
@media screen and (min-width: 769px) {
  .slider_prev::after {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    left: 20px;
    top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .slider_prev::after {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    content: "";
    left: 12px;
    top: 10px;
  }
}
.slider_movie_item {
  width: 300px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .slider_movie_item {
    width: 200px;
    margin-right: 8px;
  }
}
.slider_movie_item:hover .slider_movie_item_title {
  opacity: 0.6;
}
.slider_movie_item:hover .slider_movie_item_thumb img {
  transform: scale(1.2);
}
.slider_movie_item_thumb {
  position: relative;
  overflow: hidden;
}
.slider_movie_item_thumb img {
  display: block;
  margin: 0 auto;
  transition: transform 0.2s ease-in-out;
}
.slider_movie_item_thumb::after {
  content: "";
  width: 45px;
  height: 45px;
  background: url(/sports/_static_/img/common/icon_play.svg) no-repeat center center/contain;
  position: absolute;
  left: 5px;
  bottom: 5px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .slider_movie_item_thumb::after {
    width: 35px;
    height: 35px;
    left: 3px;
    bottom: 3px;
  }
}
.slider_movie_item_thumb span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 6px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .slider_movie_item_thumb span {
    font-size: 1.2rem;
    right: 3px;
    bottom: 3px;
  }
}
.slider_movie_item_title {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .slider_movie_item_title {
    font-size: 1.4rem;
  }
}
.slider_movie_item_title a {
  color: #000000;
}
.slider_movie_item_title ._subtext {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .slider_movie_item_title ._subtext {
    margin-top: 5px;
  }
}
.slider_lower_item {
  width: 350px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .slider_lower_item {
    width: 150px;
    margin-right: 8px;
  }
}
.slider_lower_item:hover .slider_lower_item_title, .slider_lower_item:hover .slider_lower_item_summary {
  opacity: 0.6;
}
.slider_lower_item:hover .slider_lower_item_thumb img {
  transform: scale(1.2);
}
.slider_lower_item_thumb {
  overflow: hidden;
}
.slider_lower_item_thumb img {
  display: block;
  margin: 0 auto;
  transition: transform 0.2s ease-in-out;
}
.slider_lower_item_title {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .slider_lower_item_title {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.slider_lower_item_title .slider_lower_item_icon {
  display: inline-block;
  width: 25px;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  .slider_lower_item_title .slider_lower_item_icon {
    width: 20px;
    margin: 0 3px 0 0;
  }
}
.slider_lower_item_title a {
  display: inline;
  color: #000000;
}
.slider_lower_item_summary {
  font-size: 1.2rem;
  color: #666666;
  line-height: 1.3;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .slider_lower_item_summary {
    font-size: 1rem;
    margin-top: 3px;
  }
}

/* 放送予定 */
.checkBlock {
  background: #F2F2F2;
  border: 1px solid #999999;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 769px) {
  .checkBlock {
    max-width: 1080px;
    position: relative;
  }
  .checkBlock:before {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    border: 1px solid #142546;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    pointer-events: none;
  }
  .checkBlock:hover {
    cursor: pointer;
  }
  .checkBlock:hover .checkBlock_info_text {
    opacity: 0.6;
  }
  .checkBlock:hover .checkBlock_thumb img {
    transform: scale(1.2, 1.2);
  }
}
.checkBlock_info {
  width: 73%;
  padding: 10px 5px 10px 10px;
}
@media screen and (min-width: 769px) {
  .checkBlock_info {
    width: 83%;
    padding: 0;
  }
}
.checkBlock_info a {
  display: block;
}
@media screen and (min-width: 769px) {
  .checkBlock_info a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
}
.checkBlock_info_title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .checkBlock_info_title {
    padding: 0 30px;
    height: 100%;
    position: relative;
  }
  .checkBlock_info_title:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 20%;
    height: 60%;
    width: 2px;
    background: #142546;
  }
}
.checkBlock_info_title:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  height: 12px;
  width: 12px;
  margin-top: -1px;
  background: url("/sports/_static_/img/common/icon_check.svg") no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .checkBlock_info_title:before {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-top: 1px;
  }
}
.checkBlock_info_title span {
  font-size: 1.2rem;
  color: #142546;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .checkBlock_info_title span {
    font-size: 2rem;
  }
}
.checkBlock_info_text {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 769px) {
  .checkBlock_info_text {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0 25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.2s ease-in-out;
  }
}
.checkBlock_thumb {
  width: 27%;
}
@media screen and (min-width: 769px) {
  .checkBlock_thumb {
    width: 17%;
    overflow: hidden;
  }
}
.checkBlock_thumb a {
  display: block;
  height: 100%;
}
.checkBlock_thumb figure {
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .checkBlock_thumb figure {
    padding: 0;
  }
}
.checkBlock_thumb figure img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.checkBlock + .program_list {
  margin-top: 10px;
}

.program_list {
  width: 100%;
  max-width: 1200px;
  margin: -10px auto 0;
}
@media screen and (min-width: 769px) {
  .program_list {
    margin-top: -15px;
  }
}
.program_item {
  padding: 10px 2.5%;
  border-bottom: 1px solid #f2f2f2;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .program_item {
    padding: 15px 0 15px 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
}
.program_item_date {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .program_item_date {
    width: 180px;
    font-size: 2rem;
    flex-shrink: 0;
  }
}
.program_item_date p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-right: 15px;
}
@media screen and (min-width: 769px) {
  .program_item_date p {
    margin-top: 10px;
    margin-right: 0;
  }
}
.program_item_date p:first-child {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
}
.program_item_date p .date {
  order: 2;
}
@media screen and (min-width: 769px) {
  .program_item_date p .date {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
}
.program_item_date p img {
  order: 1;
  width: 35px;
  height: auto;
  margin: 0 5px 0 0;
}
@media screen and (min-width: 769px) {
  .program_item_date p img {
    order: 2;
    width: 40px;
    margin-top: 3px;
  }
}
.program_item_date p .time {
  order: 3;
}
.program_item_detail {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 30%;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 769px) {
  .program_item_detail {
    width: 100%;
    grid-template-columns: 1fr 320px;
    grid-template-rows: auto;
    grid-auto-flow: dense;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 15px;
    margin-top: 0;
  }
}
.program_item_detail .title {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .program_item_detail .title {
    grid-row: 1;
    grid-column: 1;
    padding-right: 0;
    align-items: end;
  }
}
.program_item_detail .title span {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .program_item_detail .title span {
    font-size: 2.2rem;
  }
}
.program_item_detail .title span:after {
  position: relative;
  top: -1px;
  line-height: 1;
  font-size: 1rem;
  padding: 1px 2px;
  border: 1px solid #BB0000;
  border-radius: 2px;
  margin-left: 5px;
  word-break: keep-all;
}
@media screen and (min-width: 769px) {
  .program_item_detail .title span:after {
    font-size: 1.4rem;
    top: -2px;
    padding: 1px 3px;
    margin-left: 10px;
  }
}
.program_item_detail .title-live span:after {
  content: "生中継";
  color: #BB0000;
}
.program_item_detail .title-re span:after {
  content: "再放送";
  color: #666;
  border-color: #666;
}
.program_item_detail .thumb {
  grid-row: 1/2;
  grid-column: 2;
  position: relative;
  padding-right: 5px;
}
@media screen and (min-width: 769px) {
  .program_item_detail .thumb {
    grid-row: 1/3;
    grid-column: 2/3;
    padding-right: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.program_item_detail .thumb figure {
  overflow: hidden;
  border: 1px solid #f2f2f2;
  width: 100%;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .program_item_detail .thumb figure {
    width: 250px;
  }
}
.program_item_detail .thumb figure img {
  transition: transform 0.2s ease-in-out;
}
.program_item_detail .thumb .more {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -5px;
}
@media screen and (min-width: 769px) {
  .program_item_detail .thumb .more {
    position: relative;
    width: 75px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
.program_item_detail .thumb .more span {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 104, 187, 0.8);
  height: 40px;
  width: 40px;
  border-radius: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.program_item_detail .thumb .more span:hover {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .program_item_detail .thumb .more span {
    width: 50px;
    height: 50px;
    letter-spacing: 0.05em;
    font-size: 1.1rem;
  }
}
.program_item_detail .thumb .more span:before {
  content: "";
  display: block;
  margin: 0 auto 3px;
  height: 12px;
  width: 12px;
  background: url("/sports/_static_/img/common/icon_add.svg") no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .program_item_detail .thumb .more span:before {
    width: 15px;
    height: 15px;
  }
}
.program_item_detail .link {
  grid-column: 1/3;
}
@media screen and (min-width: 769px) {
  .program_item_detail .link {
    grid-column: auto;
  }
}
.program_item_detail .link_pr {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .program_item_detail .link_pr {
    margin-top: 0;
  }
}
.program_item_detail .link_pr a {
  display: block;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .program_item_detail .link_pr a:hover {
    opacity: 0.6;
  }
}
.program_item_detail .link_pr a span {
  text-decoration: underline;
}
.program_item_detail .link_pr span {
  color: #F04B4B;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .program_item_detail .link_pr span {
    font-size: 1.6rem;
  }
}
.program_item_detail .link_pr span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/sports/_static_/img/common/icon_right.svg") no-repeat 6px center/contain;
  background-color: #F04B4B;
  background-size: auto 8px, 100%;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .program_item_detail .link_pr + .link_broadcast {
    margin-top: 15px;
  }
}
.program_item_detail .link_broadcast {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.program_item_detail .link_broadcast div {
  margin-top: 10px;
  margin-right: 8px;
  width: calc(50% - 4px);
  height: 30px;
}
.program_item_detail .link_broadcast div:nth-child(n+2) {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .program_item_detail .link_broadcast div {
    margin-top: 0;
    width: 160px;
  }
}
.program_item_detail .link_broadcast div a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
.program_item_detail .link_broadcast div a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  background: url("/sports/_static_/img/common/icon_right.svg") no-repeat center center/contain;
  right: 8px;
  top: 50%;
  margin-top: -5px;
}
@media screen and (min-width: 769px) {
  .program_item_detail .link_broadcast div a:hover {
    opacity: 0.6;
  }
}
.program_item_detail .link_broadcast div span {
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.program_item_detail .link_broadcast div span:before {
  content: "";
  height: 14px;
  width: 14px;
  display: block;
  margin-right: 5px;
}
.program_item_detail .link_broadcast_same span {
  background: #F57B00;
}
.program_item_detail .link_broadcast_same span:before {
  background: url("/sports/_static_/img/common/icon_same_w.svg") no-repeat center center/contain;
}
.program_item_detail .link_broadcast_same._dislink span {
  background: #ccc;
}
.program_item_detail .link_broadcast_overnow span {
  background: #13959A;
}
.program_item_detail .link_broadcast_overnow span:before {
  background: url("/sports/_static_/img/common/icon_over_w.svg") no-repeat center center/contain;
}
.program_item_detail .link_broadcast_overnow._dislink span {
  background: #ccc;
}
.program_item-pick {
  background: #FEF6D5;
  position: relative;
}
.program_item-pick:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 45px 0;
  border-color: transparent #ffffff transparent transparent;
}
@media screen and (min-width: 769px) {
  .program_item-pick:before {
    border-width: 0 60px 60px 0;
  }
}
.program_item-pick:after {
  content: "注目";
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 1px;
}
@media screen and (min-width: 769px) {
  .program_item-pick:after {
    font-size: 1.8rem;
    top: 12px;
  }
}
.program_item_modal {
  display: none;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
}
@media screen and (min-width: 769px) {
  .program_item_modal {
    width: 120vw;
    height: 120vh;
  }
}
.program_item_modal .modal_center {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  position: fixed;
  width: 95%;
  margin: 0 auto;
  z-index: 10000;
}
@media screen and (min-width: 769px) {
  .program_item_modal .modal_center {
    max-width: 950px;
  }
}
.program_item_modal .modal_back {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.program_item_modal .modal_box {
  width: 100%;
  background: #fff;
  max-height: 80vh;
  overflow-y: scroll;
  overflow-y: auto;
  padding: 5px 20px 10px;
}
@media screen and (min-width: 769px) {
  .program_item_modal .modal_box {
    padding: 15px 30px;
  }
}
.program_item_modal .modal_box_program {
  padding: 15px 0 15px;
  border: none;
}
.program_item_modal .modal_box_program:nth-child(n+2) {
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 769px) {
  .program_item_modal .modal_box_program, .program_item_modal .modal_box_program:last-child {
    padding: 15px 0;
  }
}
.program_item_modal .modal_box .program_item {
  padding: 0;
  border: none;
}
.program_item_modal .modal_box .program_item + .modal_list {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .program_item_modal .modal_box .program_item + .modal_list {
    margin-top: 10px;
  }
}
.program_item_modal .modal_box .program_item_detail {
  grid-template-columns: 1fr 30%;
}
@media screen and (min-width: 769px) {
  .program_item_modal .modal_box .program_item_detail {
    grid-template-columns: 1fr 250px;
  }
}
.program_item_modal .modal_box .program_item_detail .thumb {
  padding: 0;
}
.program_item_modal .modal_item {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .program_item_modal .modal_item {
    margin-top: 3px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.program_item_modal .modal_item:first-child {
  margin-top: 0;
}
.program_item_modal .modal_item .title {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  background: #F2F2F2;
  padding: 4px 5px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .program_item_modal .modal_item .title {
    background: #e5e5e5;
    font-size: 1.4rem;
    width: 200px;
    display: inline-block;
    padding: 0 15px;
    flex-shrink: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.program_item_modal .modal_item .title:before {
  content: "-";
  margin-right: 5px;
}
.program_item_modal .modal_item .detail {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  width: calc(100% - 10px);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .program_item_modal .modal_item .detail {
    font-size: 1.4rem;
    background: #f0f0f0;
    padding: 10px 10px;
    width: calc(100% - 203px);
    margin-left: 3px;
  }
}
.program_item_modal .modal_item .detail a {
  color: #506991;
  font-weight: bold;
  text-decoration: underline;
}
.program_item_modal .modal_close {
  display: block;
  padding: 15px 0 0;
  height: 40px;
  width: 100%;
  background: url("/sports/_static_/img/common/icon_close.svg") no-repeat center center/contain;
}
.program_item_modal .modal_close:hover {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .program_item_modal .modal_close {
    margin-top: 20px;
    height: 50px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .program_item.is-hover > .program_item_date,
  .program_item.is-hover > .program_item_detail {
    cursor: pointer;
  }
  .program_item.is-hover > .program_item_date,
  .program_item.is-hover > .program_item_detail .title {
    opacity: 0.6;
  }
  .program_item.is-hover > .program_item_detail .thumb img {
    transform: scale(1.2, 1.2);
  }
}

._gray .program_item {
  border-color: #fff;
}

/* ランキング(.rank_block/.rank_block_5/.rank_block_10) */
.rank_block {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.rank_list {
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .rank_list {
    margin-top: -8px;
  }
}
.rank_item {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 768px) {
  .rank_item {
    padding: 8px 0;
  }
}
.rank_item:hover .rank_item_title, .rank_item:hover .rank_item_summary {
  opacity: 0.6;
}
.rank_item:hover .rank_item_thumb img {
  transform: scale(1.2);
}
.rank_item_thumb {
  overflow: hidden;
}
.rank_item_thumb img {
  display: block;
  margin: 0 auto;
  transition: transform 0.2s ease-in-out;
}
.rank_item_num {
  font-size: 2.8rem;
  color: #506991;
  width: 50px;
  flex-shrink: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.rank_item_num-1, .rank_item_num-2, .rank_item_num-3 {
  position: relative;
}
.rank_item_num-1:after, .rank_item_num-2:after, .rank_item_num-3:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
  margin-top: -20px;
}
@media screen and (min-width: 769px) {
  .rank_item_num-1:after, .rank_item_num-2:after, .rank_item_num-3:after {
    width: 20px;
    height: 13px;
    margin-left: 0px;
    margin-top: -23px;
  }
}
.rank_item_num-1 {
  color: #B7A309;
}
.rank_item_num-1:after {
  background: url(/sports/_static_/img/common/icon_rank_1.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .rank_item_num-1:after {
    margin-top: -31px;
    margin-left: -1px;
  }
}
.rank_item_num-2 {
  color: #848484;
}
.rank_item_num-2:after {
  background: url(/sports/_static_/img/common/icon_rank_2.svg) no-repeat center center/contain;
}
.rank_item_num-3 {
  color: #A7540E;
}
.rank_item_num-3:after {
  background: url(/sports/_static_/img/common/icon_rank_3.svg) no-repeat center center/contain;
}
.rank_item_title {
  flex-grow: 1;
  line-height: 1.3;
  font-weight: bold;
  color: #000000;
  text-align: justify;
}
.rank_item ._subtext {
  margin-top: 8px;
}
.rank_item_summary {
  margin-top: 10px;
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .rank_item_summary {
    display: none;
  }
}
.rank_item ._tag {
  margin-top: 8px;
}
.rank_block_movie .rank_item_thumb {
  position: relative;
  align-self: flex-start;
}
.rank_block_movie .rank_item_thumb::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/sports/_static_/img/common/icon_play.svg) no-repeat center center/contain;
  position: absolute;
  left: 5px;
  bottom: 5px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .rank_block_movie .rank_item_thumb::after {
    width: 25px;
    height: 25px;
    left: 3px;
    bottom: 3px;
  }
}
.rank_block_movie .rank_item_thumb span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 6px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .rank_block_movie .rank_item_thumb span {
    font-size: 1.2rem;
    right: 3px;
    bottom: 3px;
  }
}
@media screen and (min-width: 769px) {
  .rank_block_movie .rank_list_l .rank_item_thumb::after {
    width: 45px;
    height: 45px;
  }
  .rank_block_movie .rank_list_l .rank_item_thumb span {
    font-size: 1.6rem;
  }
  .rank_block_movie .rank_list_r .rank_item_thumb::after {
    width: 30px;
    height: 30px;
  }
  .rank_block_movie .rank_list_r .rank_item_thumb span {
    font-size: 1.2rem;
  }
}
.rank_block_5 .rank_list {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .rank_block_5 .rank_list {
    width: 100%;
  }
}
.rank_block_5 .rank_item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .rank_block_5 .rank_item_info {
    padding: 0 8px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .rank_block_5 .rank_item_num {
    font-size: 2.4rem;
    width: 25px;
    letter-spacing: -0.14em;
  }
}
.rank_block_5 .rank_item_title {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .rank_block_5 .rank_item_title {
    font-size: 1.4rem;
  }
}
.rank_block_5 .rank_list_r .rank_item:nth-child(n+5) {
  visibility: hidden;
  opacity: 0;
  padding: 0;
  height: 0;
  transition: all 0.1s ease-in-out, visibility 0s;
}
.rank_block_5 .rank_list_r .rank_item:nth-child(n+5).active {
  height: auto;
  visibility: visible;
  opacity: 1;
  display: flex !important;
  padding: 15px 0 10px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .rank_block_5 .rank_list_r .rank_item:nth-child(n+5).active {
    padding: 8px 0;
  }
}
.rank_block_5 .rank_list_r .rank_item_thumb {
  width: 25%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .rank_block_5 .rank_list_r .rank_item_thumb {
    margin: 0;
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  .rank_block_5 .rank_list_r .rank_item_info {
    padding-right: 10px;
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .rank_block_5 .rank_list_r .rank_item_info {
    width: 60%;
  }
}
.rank_block_5 .rank_list_l {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .rank_block_5 .rank_list_l + .rank_list_r {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .rank_block_5 .rank_list_l {
    padding: 0;
  }
}
.rank_block_5 .rank_list_l .rank_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .rank_block_5 .rank_list_l .rank_item {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .rank_block_5 .rank_list_l .rank_item {
    border: none;
  }
}
.rank_block_5 .rank_list_l .rank_item_thumb {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .rank_block_5 .rank_list_l .rank_item_thumb {
    margin-bottom: 10px;
  }
}
.rank_block_5 .rank_list_l .rank_item_info {
  width: calc(100% - 50px);
}
@media screen and (max-width: 768px) {
  .rank_block_5 .rank_list_l .rank_item_info {
    width: calc(100% - 25px);
  }
}
@media screen and (min-width: 769px) {
  .rank_block_5 .rank_list_l .rank_item_num {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 769px) {
  .rank_block_10 {
    align-items: flex-start;
  }
}
.rank_block_10 .rank_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -10px;
}
@media screen and (min-width: 769px) {
  .rank_block_10 .rank_list {
    width: calc((100% - 25px) / 2);
    align-items: flex-start;
  }
  .rank_block_10 .rank_list:first-child {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .rank_block_10 .rank_list {
    width: 100%;
    margin-top: -8px;
  }
}
.rank_block_10 .rank_item {
  width: 100%;
  padding: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .rank_block_10 .rank_item {
    width: 100%;
    align-items: stretch;
    padding: 8px 0;
  }
}
.rank_block_10 .rank_item_num {
  width: 50px;
  flex-shrink: 0;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .rank_block_10 .rank_item_num {
    width: 30px;
    font-size: 2.4rem;
    justify-content: flex-start;
    letter-spacing: -0.1em;
  }
}
.rank_block_10 .rank_item_info {
  padding-right: 15px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .rank_block_10 .rank_item_info {
    padding-right: 10px;
  }
}
.rank_block_10 .rank_item_title {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .rank_block_10 .rank_item_title {
    font-size: 1.4rem;
  }
}
.rank_block_10 .rank_item_thumb {
  width: 21.335%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .rank_block_10 .rank_item_thumb {
    width: 32%;
  }
}

._gray .rank_item {
  border-color: #fff;
}

/* トピックス */
.mid_block + .topics_tag {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .mid_block + .topics_tag {
    padding-top: 0;
  }
}

.topics_tag {
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .topics_tag {
    padding-top: 20px;
  }
}
.topics_tag .midTitle {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .topics_tag .midTitle {
    margin-bottom: 5px;
  }
}
.topics_tag_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.topics_tag_link {
  background: #fff;
  color: #000000;
  font-size: 1.6rem;
  padding: 8px 15px;
  margin-right: 15px;
  min-height: 34px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topics_tag_link {
    padding: 8px;
    margin-top: 8px;
    margin-right: 10px;
    font-size: 1.2rem;
  }
}
.topics_tag a.topics_tag_link {
  color: #506991;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .topics_tag a.topics_tag_link {
    margin-bottom: 4px;
  }
}
.topics_tag a.topics_tag_link:hover {
  opacity: 0.6;
}
.topics_tag_arrow {
  display: block;
  width: 20px;
  height: 20px;
  border-left: 1px solid #f2f2f2;
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .topics_tag_arrow {
    width: 16px;
    height: 15px;
    margin-left: 8px;
  }
}
.topics_tag_arrow::after {
  border-bottom: solid 1px #041F4A;
  border-right: solid 1px #041F4A;
  transform: rotate(-45deg) translate(0%, -50%);
  top: 50%;
  margin-top: -1.4px;
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  right: 0;
}
@media screen and (max-width: 768px) {
  .topics_tag_arrow::after {
    border-bottom: solid 1px #041F4A;
    border-right: solid 1px #041F4A;
    transform: rotate(-45deg) translate(0%, -50%);
    top: 50%;
    margin-top: -1.2px;
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
  }
}

/* トーナメント */
.tournament_img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.tournament_img img {
  width: 85%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tournament_img img {
    width: 100%;
  }
}
.tournament_cap ._subtext {
  display: block;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .tournament_cap ._subtext {
    font-size: 1rem;
    margin-top: 8px;
  }
}

/* 追加汎用タイトル/テキスト */
.subTitle {
  background: #506991;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .subTitle {
    font-size: 1.4rem;
  }
}

.textbox {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .textbox {
    font-size: 1.4rem;
  }
}
.textbox_note {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #ac4243;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .textbox_note {
    font-size: 1.4rem;
  }
}
.textbox_underline {
  font-weight: bold;
  background: linear-gradient(transparent 50%, rgba(255, 235, 59, 0.5) 50%);
}
.textbox-time {
  text-align: right;
  font-size: 1.2rem;
  color: #9e9e9e;
}
@media screen and (max-width: 768px) {
  .textbox-time {
    font-size: 1rem;
  }
}
.textbox + .basicTable {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .textbox + .basicTable {
    margin-top: 10px;
  }
}

/*

      各セクション
====================================================*/
/* ピックアップ */
#pickup {
  padding: 0;
}
#pickup .inner {
  padding: 10px 0;
}
@media screen and (min-width: 769px) {
  #pickup .inner {
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) {
  #pickup .pickup_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  #pickup .pickup_list-1 .pickup_item {
    width: 100%;
  }
  #pickup .pickup_list-1 .pickup_item .thumb {
    width: 200px;
  }
  #pickup .pickup_list-1 .pickup_item .info {
    width: calc(100% - 200px);
  }
  #pickup .pickup_list-1 .pickup_item .info_inner {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
  }
  #pickup .pickup_list-1 .pickup_item .info_type {
    grid-row: 1/3;
    grid-column: 1;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  #pickup .pickup_list-1 .pickup_item .info_type span:before {
    display: block;
    margin: 0 auto 10px;
  }
  #pickup .pickup_list-1 .pickup_item .info_title {
    grid-row: 1;
    grid-column: 2;
    margin-top: 0;
    align-self: end;
  }
  #pickup .pickup_list-1 .pickup_item .info_title span {
    font-size: 2.2rem;
  }
  #pickup .pickup_list-1 .pickup_item .info_category {
    grid-row: 2;
    grid-column: 2;
    text-align: left;
    margin-top: 0;
  }
}
#pickup .pickup_item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  background: #FDFDFD;
  filter: drop-shadow(0 3px 4px rgba(153, 153, 153, 0.25));
}
#pickup .pickup_item:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_item:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  #pickup .pickup_item:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  #pickup .pickup_item:nth-child(2n) {
    margin-left: 15px;
  }
}
@media screen and (min-width: 769px) {
  #pickup .pickup_item {
    padding: 10px 15px 10px;
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #pickup .pickup_item:nth-child(2n) {
    margin-left: 15px;
  }
}
@media screen and (min-width: 769px) {
  #pickup .pickup_item:hover .info {
    opacity: 0.6;
  }
  #pickup .pickup_item:hover .thumb img {
    transform: scale(1.2);
  }
}
#pickup .pickup_item .thumb {
  width: 47%;
  border: 1px solid #f2f2f2;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_item .thumb {
    width: 35%;
    overflow: hidden;
  }
}
#pickup .pickup_item .thumb img {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_item .thumb img {
    transition: transform 0.2s ease-in-out;
  }
}
#pickup .pickup_item .thumb_movie {
  position: relative;
}
#pickup .pickup_item .thumb_movie:after {
  pointer-events: none;
  content: "";
  width: 45px;
  height: 45px;
  background: url(/sports/_static_/img/common/icon_play.svg) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_item .thumb_movie:after {
    width: 60px;
    height: 60px;
  }
}
#pickup .pickup_item .info {
  width: 53%;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_item .info {
    width: 65%;
    padding: 0 0 0 15px;
    transition: opacity 0.2s ease-in-out;
  }
}
#pickup .pickup_item .info a {
  height: 100%;
}
#pickup .pickup_item .info_inner {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#pickup .pickup_item .info_type span {
  font-size: 1rem;
  color: #F04B4B;
  font-weight: bold;
}
#pickup .pickup_item .info_type span:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  background: url("/sports/_static_/img/common/icon_pickup.svg") no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_item .info_type span {
    font-size: 1.8rem;
  }
  #pickup .pickup_item .info_type span:before {
    width: 20px;
    height: 20px;
    padding-right: 8px;
  }
}
#pickup .pickup_item .info_title {
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_item .info_title {
    margin-top: 10px;
  }
}
#pickup .pickup_item .info_title span {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_item .info_title span {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
#pickup .pickup_item .info_category {
  margin-top: auto;
  width: 100%;
  text-align: right;
}
#pickup .pickup_item .info_category span {
  font-size: 1rem;
  font-weight: bold;
  color: #666666;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_item .info_category span {
    font-size: 1.6rem;
    font-weight: normal;
  }
}

/* NHKプラス */
#nhkPlus {
  padding-bottom: 0;
  margin-bottom: 5px;
  background: #1F1F20;
  overflow: hidden;
}
#nhkPlus .nhkPlus_header {
  background: #363637;
}
#nhkPlus .nhkPlus_header_inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_header_inner {
    padding: 10px 0 10px 10px;
  }
}
#nhkPlus .nhkPlus_header .logo {
  width: 65px;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_header .logo {
    width: 90px;
  }
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_header .logo a {
    transition: opacity 0.2s ease-in-out;
  }
  #nhkPlus .nhkPlus_header .logo a:hover {
    opacity: 0.6;
  }
}
#nhkPlus .nhkPlus_header .logo img {
  width: 100%;
  height: auto;
}
#nhkPlus .nhkPlus_header .nhkPlusButton {
  line-height: 0;
}
#nhkPlus .nhkPlus_header .nhkPlusButton a {
  display: block;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_header .nhkPlusButton a {
    transition: opacity 0.2s ease-in-out;
  }
  #nhkPlus .nhkPlus_header .nhkPlusButton a:hover {
    opacity: 0.6;
  }
}
#nhkPlus .nhkPlus_header .nhkPlusButton span {
  font-size: 1.1rem;
  color: #000000;
  font-weight: bold;
  background: #fff;
  border-radius: 50px;
  padding: 4px 8px;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_header .nhkPlusButton span {
    font-size: 1.4rem;
    width: auto;
    padding: 3px 15px 3px;
  }
}
#nhkPlus .nhkPlus_block {
  padding: 15px 0 20px;
  margin: 0 auto;
  max-width: 95%;
  width: 95%;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_block {
    max-width: 1200px;
  }
}
#nhkPlus .nhkPlus_block_inner {
  overflow: visible;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_list-3 {
    z-index: 2;
  }
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_list-2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    z-index: 2;
  }
  #nhkPlus .nhkPlus_list-2 .nhkPlus_item {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
  #nhkPlus .nhkPlus_list-2 .nhkPlus_item:last-child {
    margin-right: 0;
  }
  #nhkPlus .nhkPlus_list-2 .nhkPlus_item_info {
    display: grid;
    grid-template-columns: 40% 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #nhkPlus .nhkPlus_list-2 .nhkPlus_item_info .thumb {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  #nhkPlus .nhkPlus_list-2 .nhkPlus_item_info .thumb img {
    width: 100%;
  }
  #nhkPlus .nhkPlus_list-2 .nhkPlus_item_info .date {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-top: 0;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #nhkPlus .nhkPlus_list-2 .nhkPlus_item_info .date {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #nhkPlus .nhkPlus_list-2 .nhkPlus_item_info .date img {
    width: 34px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #nhkPlus .nhkPlus_list-2 .nhkPlus_item_info .date_text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_list-2 .nhkPlus_item_info .title {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #nhkPlus .nhkPlus_list-2 .nhkPlus_item_info .title {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #nhkPlus .nhkPlus_list-2 .nhkPlus_item_info .title span {
    font-size: 1.8rem;
  }
}
#nhkPlus .nhkPlus_list-1 .nhkPlus_item {
  width: 100%;
  margin-right: 0;
}
#nhkPlus .nhkPlus_list-1 .nhkPlus_item_info {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 150px 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_list-1 .nhkPlus_item_info {
    padding: 10px 20px;
    grid-template-columns: 230px 1fr;
  }
}
#nhkPlus .nhkPlus_list-1 .nhkPlus_item_info .thumb {
  grid-row: 1/3;
  grid-column: 1/2;
}
#nhkPlus .nhkPlus_list-1 .nhkPlus_item_info .thumb img {
  width: 100%;
}
#nhkPlus .nhkPlus_list-1 .nhkPlus_item_info .date {
  grid-row: 2/3;
  grid-column: 2/3;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_list-1 .nhkPlus_item_info .date {
    margin-top: 10px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_list-1 .nhkPlus_item_info .date img {
    width: 34px;
  }
}
#nhkPlus .nhkPlus_list-1 .nhkPlus_item_info .date_text {
  margin-right: auto;
  width: auto;
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_list-1 .nhkPlus_item_info .date_text {
    margin: 0;
    display: inline-block;
    font-size: 1.6rem;
  }
}
#nhkPlus .nhkPlus_list-1 .nhkPlus_item_info .title {
  grid-row: 1/2;
  grid-column: 2/3;
  margin-top: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_list-1 .nhkPlus_item_info .title span {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
#nhkPlus .nhkPlus_item {
  margin-right: 3px;
  width: 40vw;
  position: relative;
  padding-top: 20px;
  height: auto;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    padding-top: 30px;
  }
  #nhkPlus .nhkPlus_item:last-child {
    margin-right: 0;
  }
  #nhkPlus .nhkPlus_item:hover .date, #nhkPlus .nhkPlus_item:hover .title {
    opacity: 0.6;
  }
  #nhkPlus .nhkPlus_item:hover .thumb img {
    transform: scale(1.2);
  }
}
#nhkPlus .nhkPlus_item-live {
  color: #F57B00;
}
#nhkPlus .nhkPlus_item-live .nhkPlus_item_info {
  border: 2px solid #F57B00;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item-live .nhkPlus_item_info {
    border-width: 3px;
    border-radius: 10px;
  }
}
#nhkPlus .nhkPlus_item-live .nhkPlus_item_type span {
  line-height: 14px;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item-live .nhkPlus_item_type span {
    line-height: 15px;
  }
}
#nhkPlus .nhkPlus_item-live .nhkPlus_item_type:before {
  background: #F57B00;
}
#nhkPlus .nhkPlus_item-live .nhkPlus_item_type:after {
  width: 14px;
  height: 14px;
  background: url(/sports/_static_/img/common/icon_tv_b.svg) no-repeat center center/contain;
  left: 10px;
  top: 0px;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item-live .nhkPlus_item_type:after {
    width: 18px;
    height: 18px;
    left: 2px;
  }
}
#nhkPlus .nhkPlus_item-over {
  color: #CAD1DD;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item-over .nhkPlus_item_info {
    border: 3px solid #313234;
    border-radius: 10px;
  }
}
#nhkPlus .nhkPlus_item-over .nhkPlus_item_type span {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item-over .nhkPlus_item_type span {
    font-size: 1.6rem;
  }
}
#nhkPlus .nhkPlus_item-over .nhkPlus_item_type:before {
  background: #CAD1DD;
}
#nhkPlus .nhkPlus_item-over .nhkPlus_item_type:after {
  width: 13px;
  height: 11px;
  background: url(/sports/_static_/img/common/icon_overnow_b.svg) no-repeat center center/contain;
  left: 9px;
  top: 1px;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item-over .nhkPlus_item_type:after {
    width: 15px;
    height: 15px;
    left: 2px;
    top: 1 px;
  }
}
#nhkPlus .nhkPlus_item_type {
  position: absolute;
  top: 0;
  padding-left: 30px;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item_type {
    padding-left: 30px;
  }
}
#nhkPlus .nhkPlus_item_type span {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item_type span {
    font-size: 2rem;
  }
}
#nhkPlus .nhkPlus_item_type:before {
  content: "";
  position: absolute;
  left: 8px;
  top: -2px;
  display: block;
  border-radius: 50px;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item_type:before {
    width: 21px;
    height: 21px;
    left: 0;
  }
}
#nhkPlus .nhkPlus_item_type:after {
  content: "";
  position: absolute;
}
#nhkPlus .nhkPlus_item_info {
  height: 100%;
  padding: 7px;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item_info {
    padding: 10px;
  }
}
#nhkPlus .nhkPlus_item_info .thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  background: #262626;
  text-align: center;
  line-height: 0;
}
#nhkPlus .nhkPlus_item_info .thumb:after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(/sports/_static_/img/common/icon_play.svg) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item_info .thumb:after {
    width: 60px;
    height: 60px;
  }
}
#nhkPlus .nhkPlus_item_info .thumb a {
  display: block;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item_info .thumb img {
    width: 60%;
    transition: transform 0.2s ease-in-out;
  }
}
#nhkPlus .nhkPlus_item_info .title {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item_info .title {
    margin-top: 5px;
    transition: opacity 0.2s ease-in-out;
  }
}
#nhkPlus .nhkPlus_item_info .title a {
  display: block;
}
#nhkPlus .nhkPlus_item_info .title span {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item_info .title span {
    font-size: 1.4rem;
  }
}
#nhkPlus .nhkPlus_item_info .date {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item_info .date {
    margin-top: 10px;
    transition: opacity 0.2s ease-in-out;
  }
}
#nhkPlus .nhkPlus_item_info .date img {
  width: 30px;
  height: auto;
  margin: 0 3px 0 0;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item_info .date img {
    width: 40px;
    margin: 0 5px 0 0;
  }
}
#nhkPlus .nhkPlus_item_info .date_text, #nhkPlus .nhkPlus_item_info .date ._tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#nhkPlus .nhkPlus_item_info .date_text {
  font-size: 1rem;
  color: #CCCCCC;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #nhkPlus .nhkPlus_item_info .date_text {
    width: auto;
    font-size: 1.2rem;
    margin-right: auto;
    padding-right: 5px;
  }
}
#nhkPlus .slider_next, #nhkPlus .slider_prev {
  background: rgba(255, 255, 255, 0.6);
  border-color: #1F1F20;
}
#nhkPlus .slider_next::after, #nhkPlus .slider_prev::after {
  border-color: #1F1F20;
}
#nhkPlus + section .genreSelect {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #nhkPlus + section .genreSelect {
    margin-top: 30px;
  }
}

/* おすすめサイト */
#special + #special {
  margin-top: 5px;
}

#special {
  background: #4B95BC;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  #special {
    background: #B7D4E4;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  #special .special_list {
    background: #4B95BC;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  #special .special_list-3 .special_item {
    align-items: center;
  }
  #special .special_list-3 .special_item:nth-child(n+2) {
    margin-left: 8px;
  }
  #special .special_list-3 .special_item .thumb {
    width: 57%;
    height: auto;
  }
  #special .special_list-3 .special_item .thumb a, #special .special_list-3 .special_item .thumb a img {
    width: 100%;
    height: auto;
  }
  #special .special_list-3 .special_item .info {
    padding-right: 8px;
  }
  #special .special_list-3 .special_item .info_type {
    padding-left: 18px;
    font-size: 1.6rem;
    letter-spacing: -0.08rem;
  }
  #special .special_list-3 .special_item .info_type:before {
    width: 13px;
    height: 13px;
  }
  #special .special_list-3 .special_item .info_title span {
    font-size: 1.8rem;
  }
  #special .special_list-3 .special_item .info_summary span {
    font-size: 1.2rem;
  }
  #special .special_list-1 .special_item {
    align-items: stretch;
  }
  #special .special_list-1 .special_item .thumb {
    width: 17.7%;
    height: auto;
  }
  #special .special_list-1 .special_item .thumb a, #special .special_list-1 .special_item .thumb a img {
    width: 100%;
    height: auto;
  }
  #special .special_list-1 .special_item .info {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 120px 1fr;
    gap: 10px;
  }
  #special .special_list-1 .special_item .info_type {
    grid-row: 1/3;
    grid-column: 1/2;
    padding: 25px 0 0;
    font-size: 1.6rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  #special .special_list-1 .special_item .info_type:before {
    left: 50%;
    top: 50%;
    margin-top: -15px;
    transform: translate(-50%, -50%);
  }
  #special .special_list-1 .special_item .info_title {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  #special .special_list-1 .special_item .info_title span {
    font-size: 2.2rem;
  }
  #special .special_list-1 .special_item .info_summary {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #special .special_list-1 .special_item .info_summary span {
    font-size: 1.6rem;
  }
}
#special .special_item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  background: #ffffff;
  position: relative;
}
#special .special_item:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #special .special_item {
    width: 100%;
    padding: 15px;
  }
  #special .special_item:hover .info_title, #special .special_item:hover .info_summary {
    opacity: 0.6;
  }
  #special .special_item:hover .thumb img {
    transform: scale(1.2);
  }
  #special .special_item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 15px;
  }
}
#special .special_item .info {
  padding: 10px 8px;
}
@media screen and (min-width: 769px) {
  #special .special_item .info {
    padding: 0 10px 0 0;
    width: 100%;
  }
}
#special .special_item .info_type {
  color: #4B95BC;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 769px) {
  #special .special_item .info_type {
    font-size: 1.6rem;
    padding-left: 25px;
  }
}
#special .special_item .info_type:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  transform: translate(0, -50%);
  background: url(/sports/_static_/img/common/icon_blank_special.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  #special .special_item .info_type:before {
    width: 17px;
    height: 17px;
    margin-top: 1px;
  }
}
#special .special_item .info_title {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #special .special_item .info_title {
    transition: opacity 0.2s ease-in-out;
  }
}
#special .special_item .info_title span {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #special .special_item .info_title span {
    font-size: 1.8rem;
  }
}
#special .special_item .info_summary {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #special .special_item .info_summary {
    transition: opacity 0.2s ease-in-out;
  }
}
#special .special_item .info_summary span {
  color: #666666;
  font-size: 1rem;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 769px) {
  #special .special_item .info_summary span {
    font-size: 1.5rem;
  }
}
#special .special_item .thumb {
  height: 95px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #f2f2f2;
}
@media screen and (min-width: 769px) {
  #special .special_item .thumb {
    width: 37%;
    height: auto;
  }
}
#special .special_item .thumb a {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #special .special_item .thumb a {
    width: 100%;
    height: auto;
  }
}
#special .special_item .thumb img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #special .special_item .thumb img {
    transition: transform 0.2s ease-in-out;
    width: 100%;
    height: auto;
  }
}

/* ランキング */
@media screen and (max-width: 768px) {
  #rank {
    padding-bottom: 20px;
  }
}

/* LIVE見逃し配信 */
.live_list {
  margin: -15px auto 0;
}
.live_item {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  transition: opacity 0.2s ease-in-out;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (min-width: 769px) {
  .live_item {
    padding: 15px 0;
  }
  .live_item:hover .live_item_thumb img {
    transform: scale(1.2);
  }
  .live_item:hover .live_item_info {
    opacity: 0.6;
  }
}
.live_item_thumb {
  width: 30%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .live_item_thumb {
    width: 300px;
  }
}
.live_item_thumb:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/sports/_static_/img/common/icon_play.svg);
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .live_item_thumb:after {
    width: 80px;
    height: 80px;
  }
}
.live_item_thumb a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.live_item_thumb img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
  border: 1px solid #f2f2f2;
}
.live_item_info {
  display: grid;
  grid-template-rows: 1fr auto;
  width: 70%;
  padding-left: 8px;
}
@media screen and (min-width: 769px) {
  .live_item_info {
    transition: opacity 0.2s ease-in-out;
    width: calc(100% - 300px);
    padding-right: 50px;
    padding-left: 20px;
    position: relative;
  }
  .live_item_info:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(-50%, 0);
    background: url(/sports/_static_/img/common/icon_right_link_g.svg) no-repeat center center/contain;
    height: 22px;
    width: 14px;
  }
}
.live_item_info > a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.live_item_info .title span {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 769px) {
  .live_item_info .title span {
    font-size: 2.2rem;
  }
}
.live_item_info .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .live_item_info .date {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}
.live_item_info .date > * {
  padding-top: 5px;
}
@media screen and (min-width: 769px) {
  .live_item_info .date > * {
    padding-top: 10px;
  }
}
.live_item_info .date_text {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
  .live_item_info .date_text {
    margin-right: 0;
    width: 100%;
  }
}
.live_item_info .date_text span {
  font-size: 1rem;
  color: #666666;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .live_item_info .date_text span {
    font-size: 2rem;
  }
}
.live_item_info .date_tag ._tag {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .live_item_info .date_tag ._tag {
    margin-left: initial;
  }
}
.live_item_info .date_tag ._tag:last-child span {
  margin-right: 0;
}

._gray .live_item {
  border-color: #fff;
}

#live {
  background: #363637;
}
#live .secTitle {
  color: #fff;
  border-color: #fff;
}
#live .live_list {
  margin-top: 0;
}
#live .live_item {
  border: 2px solid #F57B00;
  border-radius: 5px;
  background: #1F1F20;
  padding: 10px;
}
#live .live_item:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #live .live_item {
    border-width: 4px;
    border-radius: 10px;
    padding: 24px;
  }
  #live .live_item:nth-child(n+2) {
    margin-top: 15px;
  }
}
#live .live_item_thumb {
  width: 40%;
}
@media screen and (min-width: 769px) {
  #live .live_item_thumb {
    width: 300px;
  }
}
#live .live_item_info {
  width: 60%;
}
@media screen and (min-width: 769px) {
  #live .live_item_info {
    width: calc(100% - 300px);
    padding-right: 0;
  }
  #live .live_item_info:after {
    display: none;
  }
}
#live .live_item_info .type {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#live .live_item_info .type:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/sports/_static_/img/common/icon_tv_o.svg) no-repeat center center/contain;
  margin-right: 3px;
}
@media screen and (min-width: 769px) {
  #live .live_item_info .type:before {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
}
#live .live_item_info .type span {
  color: #F57B00;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #live .live_item_info .type span {
    font-size: 1.8rem;
    margin-top: -2px;
  }
}
#live .live_item_info .title {
  padding-top: 3px;
}
@media screen and (min-width: 769px) {
  #live .live_item_info .title {
    padding-top: 10px;
  }
}
#live .live_item_info .title span {
  color: #FDFDFD;
}
#live .live_item_info .date_text {
  width: 100%;
}
#live .live_item_info .date_text img {
  width: 30px;
  margin-right: 3px;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  #live .live_item_info .date_text img {
    width: 40px;
    margin-right: 5px;
  }
}
#live .live_item_info .date_text span {
  color: #F2F2F2;
}

/* トピック */
@media screen and (max-width: 768px) {
  #topics {
    padding-bottom: 20px;
  }
}

/* ENJOY */
#enjoy {
  position: relative;
  overflow: hidden;
}
#enjoy::before {
  content: "";
  opacity: 0.2;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 200px;
  height: 150vh;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #041F4A 50%) no-repeat top left/100% 100%;
}
@media screen and (max-width: 768px) {
  #enjoy::before {
    width: 60px;
    height: 30vh;
  }
}
#enjoy::after {
  content: "";
  position: absolute;
  opacity: 0.2;
  z-index: 0;
  right: 0;
  top: 0;
  width: 200px;
  height: 300vh;
  background: linear-gradient(to bottom right, transparent 50%, #041F4A 50%) top left/100% 50% no-repeat, linear-gradient(to top right, transparent 50%, #041F4A 50%) bottom left/100% 50% no-repeat;
}
@media screen and (max-width: 768px) {
  #enjoy::after {
    background: linear-gradient(to bottom right, transparent 50%, #041F4A 50%) top left/100% 100% no-repeat;
    top: auto;
    bottom: 0;
    width: 60px;
    height: 30vh;
  }
}
#enjoy .enjoy {
  /* cms用 */
}
#enjoy .enjoy_list {
  position: relative;
  z-index: 1;
}
#enjoy .enjoy_item {
  background: #fff;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy_item {
    border-radius: 0 5px 0 0;
  }
}
#enjoy .enjoy_item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy_item:nth-child(n+2) {
    margin-top: 10px;
  }
}
#enjoy .enjoy_accordion {
  width: 100%;
  font-size: 2rem;
  color: #041F4A;
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy_accordion {
    font-size: 1.4rem;
    padding: 11px 0;
  }
}
#enjoy .enjoy_accordion:hover {
  cursor: pointer;
}
#enjoy .enjoy_accordion::after {
  border-left: solid 1px #041F4A;
  border-bottom: solid 1px #041F4A;
  transform: rotate(-45deg) translate(0%, -50%);
  top: 50%;
  margin-top: -2.2px;
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  content: "";
  right: 20px;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy_accordion::after {
    border-left: solid 1px #041F4A;
    border-bottom: solid 1px #041F4A;
    transform: rotate(-45deg) translate(0%, -50%);
    top: 50%;
    margin-top: -1.4px;
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    content: "";
    right: 15px;
  }
}
#enjoy .enjoy_accordion.active::after {
  transform: rotate(-45deg) translate(0%, -50%) scale(-1, -1);
  margin-top: 3px;
}
#enjoy .enjoy_add {
  display: none;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid #506991;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy_add {
    padding: 20px 0;
  }
}
#enjoy .enjoy_add::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
#enjoy .enjoy_add p + p {
  margin-top: 15px;
}
#enjoy .enjoy_add_thumb {
  width: 40%;
  float: left;
  margin-right: 25px;
}
@media screen and (min-width: 769px) {
  #enjoy .enjoy_add_thumb + .enjoy_add_text {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy_add_thumb {
    width: 85%;
    float: none;
    margin: 0 auto;
  }
}
#enjoy .enjoy_add_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy_add_title {
    font-size: 1.4rem;
    text-align: center;
  }
}
#enjoy .enjoy_add_text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy_add_text {
    font-size: 1.4rem;
  }
}
#enjoy .enjoy_add_list {
  margin-bottom: 20px;
}
#enjoy .enjoy_add_list li {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy_add_list li {
    font-size: 1.4rem;
    line-height: 1.3;
    padding-left: 12px;
  }
}
#enjoy .enjoy_add_list li::before {
  content: "・";
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy_add_list li::before {
    margin-left: -14px;
  }
}
#enjoy .enjoy_add_list li + li {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy_add_list li + li {
    margin-top: 5px;
  }
}
#enjoy .enjoy-item__article {
  background: #fff;
  border-radius: 0 10px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy-item__article {
    border-radius: 0 5px 0 0;
  }
}
#enjoy .enjoy-item__article:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy-item__article:nth-child(n+2) {
    margin-top: 10px;
  }
}
#enjoy .enjoy-item__title {
  width: 100%;
  font-size: 2rem;
  color: #041F4A;
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy-item__title {
    font-size: 1.4rem;
    padding: 11px 0;
  }
}
#enjoy .enjoy-item__title:hover {
  cursor: pointer;
}
#enjoy .enjoy-item__title::after {
  border-left: solid 1px #041F4A;
  border-bottom: solid 1px #041F4A;
  transform: rotate(-45deg) translate(0%, -50%);
  top: 50%;
  margin-top: -2.2px;
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  content: "";
  right: 20px;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy-item__title::after {
    border-left: solid 1px #041F4A;
    border-bottom: solid 1px #041F4A;
    transform: rotate(-45deg) translate(0%, -50%);
    top: 50%;
    margin-top: -1.4px;
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    content: "";
    right: 15px;
  }
}
#enjoy .enjoy-item__title.active::after {
  transform: rotate(-45deg) translate(0%, -50%) scale(-1, -1);
  margin-top: 3px;
}
#enjoy .enjoy-item__contents {
  display: none;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid #506991;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy-item__contents {
    padding: 20px 0;
  }
}
#enjoy .enjoy-item__contents::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
#enjoy .enjoy-item__contents p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy-item__contents p {
    font-size: 1.4rem;
  }
}
#enjoy .enjoy-item__contents p + p {
  margin-top: 5px;
}
#enjoy .enjoy-item__contents p strong {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy-item__contents p strong {
    font-size: 1.4rem;
    text-align: center;
  }
}
#enjoy .enjoy-item__contents p img {
  width: 40%;
  float: left;
  margin-right: 25px;
}
@media screen and (min-width: 769px) {
  #enjoy .enjoy-item__contents p img + .enjoy_add_text {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #enjoy .enjoy-item__contents p img {
    width: 85%;
    float: none;
    margin: 0 auto;
  }
}

/* 試合結果 */
#game .game_title {
  padding-bottom: 20px;
  margin-top: 20px;
}
#game .game_title span {
  display: inline-block;
  padding: 7px 10px;
  background: #E4E8EE;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #game .game_title span {
    font-size: 1.4rem;
  }
}
#game .game_box_title {
  font-size: 2rem;
  margin-bottom: 13px;
  border-left: 4px solid #252525;
  padding: 2px 0 2px 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #game .game_box_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 8px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
#game .game_box_title span {
  font-weight: normal;
  text-align: right;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #game .game_box_title span {
    width: 100%;
    text-align: left;
    margin-top: 5px;
    display: block;
    font-size: 1.4rem;
  }
}
#game .game_box + .game_box {
  margin-top: 20px;
}
#game .gameTable .gameTable_nun th {
  width: auto;
  padding: 12px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #game .gameTable .gameTable_nun th {
    padding: 4px 0;
  }
}
#game .gameTable .gameTable_nun th.gameTable_nun_team {
  width: 25%;
}
#game .gameTable .gameTable_nun th.gameTable_nun_team-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #game .gameTable .gameTable_nun th.gameTable_nun_team {
    display: none;
  }
  #game .gameTable .gameTable_nun th.gameTable_nun_team-sp {
    display: block;
  }
}
#game .gameTable .gameTable_nun th.gameTable_nun_total {
  width: 7rem;
}
@media screen and (max-width: 768px) {
  #game .gameTable .gameTable_nun th.gameTable_nun_total {
    width: 6rem;
  }
}
#game .gameTable .gameTable_team td {
  text-align: center;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  #game .gameTable .gameTable_team td {
    padding: 4px 0;
  }
}
#game .gameTable .gameTable_team td.team_01, #game .gameTable .gameTable_team td.team_02 {
  text-align: left;
  padding: 12px 1% 12px 2%;
}
@media screen and (max-width: 768px) {
  #game .gameTable .gameTable_team td.team_01, #game .gameTable .gameTable_team td.team_02 {
    display: none;
  }
}
#game .team_01:before, #game .team_02:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  vertical-align: baseline;
  background: #e60012;
}
@media screen and (max-width: 768px) {
  #game .team_01:before, #game .team_02:before {
    width: 10px;
    height: 10px;
  }
}
#game .team_02:before {
  background: #ffda00;
}
#game .team_ad {
  position: relative;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  #game .team_ad {
    padding-right: 20px;
  }
}
#game .team_ad:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(/sports/_static_/img/common/icon-hummer.png) no-repeat 0 0 scroll;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #game .team_ad:after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    right: 0;
  }
}
#game .team-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #game .team-sp {
    display: block;
    padding: 5px;
    margin: 5px 0;
    font-size: 1.4rem;
    font-weight: bold;
    background: #e4e8ee;
  }
}
#game._blue .game_title span {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #game._blue .team-sp {
    background: #fff;
  }
}

#control {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #control {
    bottom: 15px;
    right: 10px;
  }
}
#control .control_program {
  width: 80px;
  height: 80px;
}
#control .control_program:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #control .control_program {
    width: 55px;
    height: 55px;
  }
}
#control .control_pagetop {
  margin-top: 15px;
  width: 68px;
  height: 68px;
  border-radius: 5px;
  background: #000000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#control .control_pagetop:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #control .control_pagetop {
    margin-top: 8px;
    width: 50px;
    height: 50px;
  }
}
#control .control_pagetop span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #control .control_pagetop span {
    font-size: 1rem;
    font-weight: normal;
    padding-top: 15px;
    margin-top: -3px;
  }
}
#control .control_pagetop span::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg) translate(-50%, 0%);
  left: 50%;
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  top: 0;
}
@media screen and (max-width: 768px) {
  #control .control_pagetop span::before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg) translate(-50%, 0%);
    left: 50%;
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    content: "";
  }
}
#control.hide {
  transform: translateY(200px);
}
@media screen and (max-width: 599px) {
  #control.hide {
    transform: translateY(150px);
  }
}

.breadcrumbs {
  background: #fff;
}
.breadcrumbs ol {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumbs ol li {
  color: #333;
  font-size: 1.2rem;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}
.breadcrumbs ol li::after {
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(-45deg) translate(0%, -50%);
  top: 50%;
  margin-top: -1px;
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  content: "";
  right: 0;
}
.breadcrumbs ol li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs ol li:last-child::after {
  display: none;
}
.breadcrumbs ol li a {
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
}
.breadcrumbs ol li a:hover {
  opacity: 0.6;
}

footer .footer_block {
  margin-top: 2px;
  background: #000000;
  padding: 30px 0 25px;
}
@media screen and (max-width: 768px) {
  footer .footer_block {
    margin-top: 10px;
    padding: 25px 0 20px;
  }
}
footer .footer_block_logo {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_block_logo {
    width: 100%;
    padding: 0 30px;
  }
}
footer .footer_block_logo img {
  height: 30px;
  width: auto;
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer .footer_block_logo img {
    height: 20px;
  }
}
footer .footer_block ul {
  width: 95%;
  max-width: 1200px;
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_block ul {
    width: 100%;
    padding: 0 30px;
  }
}
footer .footer_block ul li {
  margin-top: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_block ul li {
    margin-right: 10px;
  }
}
footer .footer_block ul li a {
  font-size: 1.4rem;
  color: #fff;
}
footer .footer_block ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  footer .footer_block ul li a {
    font-size: 1.2rem;
  }
}
footer .footer_genre {
  margin-top: 2px;
  background: #041F4A;
}
footer .footer_genre ul {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_genre ul {
    width: 100%;
    padding: 15px 0 15px 30px;
  }
}
footer .footer_genre ul li {
  width: 20%;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  footer .footer_genre ul li {
    width: auto;
    margin: 8px 0;
  }
}
footer .footer_genre ul li a {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
footer .footer_genre ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  footer .footer_genre ul li a {
    font-size: 1.2rem;
    margin-right: 30px;
    font-weight: normal;
  }
}

@media screen and (min-width: 769px) {
  .index #pickup .pickup_item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .index #pickup .pickup_item:nth-child(2n) {
    margin-left: 0;
    margin-right: 15px;
  }
}
.index #pickup .pickup_item:first-child .thumb_movie:after {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .index #pickup .pickup_item:first-child {
    display: block;
  }
  .index #pickup .pickup_item:first-child .thumb {
    width: 100%;
  }
  .index #pickup .pickup_item:first-child .info {
    width: 100%;
    padding: 10px;
  }
  .index #pickup .pickup_item:first-child .info_title {
    margin-top: 8px;
  }
  .index #pickup .pickup_item:first-child .info_title span {
    font-size: 1.4rem;
  }
  .index #pickup .pickup_item:first-child .info_summary span {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .index #pickup .pickup_item:first-child .info_category {
    margin-top: 8px;
  }
}
@media screen and (min-width: 769px) {
  .index #pickup .pickup_item:first-child {
    width: 100%;
  }
  .index #pickup .pickup_item:first-child .info {
    padding-left: 25px;
  }
  .index #pickup .pickup_item:first-child .info_type span {
    font-size: 2rem;
  }
  .index #pickup .pickup_item:first-child .info_title {
    margin-top: 15px;
  }
  .index #pickup .pickup_item:first-child .info_title span {
    font-size: 2.2rem;
  }
  .index #pickup .pickup_item:first-child .info_summary {
    margin-top: 10px;
  }
  .index #pickup .pickup_item:first-child .info_summary span {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .index #pickup .pickup_item:first-child .info_category {
    margin-top: 20px;
  }
  .index #pickup .pickup_item:first-child .info_category span {
    font-size: 1.8rem;
  }
}

/*

     動画一覧
====================================================*/
@media screen and (max-width: 768px) {
  .movie .wrapper_upper .more_block {
    padding-top: 20px;
  }
}

/*

     放送予定一覧
====================================================*/
/* ジャンル一覧 */
.program_genre .wrapper_upper .bandTitle + section .secTitle {
  padding-top: 0;
}

/*

     ニュース一覧
====================================================*/
/* ジャンル一覧 */
.news_genre .wrapper_upper .bandTitle + section .secTitle {
  padding-top: 0;
}

/*

     特集記事一覧
====================================================*/
/* ジャンル一覧 */
.story_genre .wrapper_upper .bandTitle + section .secTitle {
  padding-top: 0;
}
.story_genre .wrapper_upper .list {
  padding-top: 10px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .story_genre .wrapper_upper .list {
    padding-top: 20px;
    margin-top: 0;
  }
}

/*

     見逃し一覧ページ
====================================================*/
.vod .bandTitle_title {
  position: relative;
}
.vod .bandTitle_title:before {
  content: "";
  display: block;
  width: 50px;
  height: 13px;
  margin-bottom: 5px;
  background: url(/sports/_static_/img/common/nhkPlus_b.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .vod .bandTitle_title:before {
    width: 80px;
    height: 20px;
    margin-bottom: 8px;
  }
}
.vod_note {
  font-size: 1rem;
  color: #666666;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .vod_note {
    font-size: 1.6rem;
  }
}
.vod_note + .live_list {
  margin-top: 0px;
}

.wrapper_lower {
  border-top: 1px solid #f2f2f2;
}

.inner_lower {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
}

.keyword_block {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .keyword_block {
    padding-top: 25px;
  }
}

/*

     エラーなど
====================================================*/
.wrapper > section.notes {
  padding: 80px 0 100px;
}

.notes {
  text-align: center;
}
.notes_title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .notes_title {
    line-height: 1.5;
    font-size: 1.8rem;
  }
}
.notes_sub {
  font-size: 1.6rem;
  color: #666666;
  line-height: 1.5;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .notes_sub {
    margin-top: 30px;
    font-size: 1.2rem;
  }
}
.notes .btn {
  margin-top: 50px;
}

/*

     メッセージ
====================================================*/
.message_block {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .message_block {
    width: 100%;
  }
}
.message_thumb {
  width: 100%;
  max-width: 650px;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .message_thumb {
    margin-top: 20px;
  }
}
.message_summary {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .message_summary {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0;
  }
}
.message_notes {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  color: #506991;
  margin-top: 25px;
  border: 1px solid #506991;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .message_notes {
    margin-top: 20px;
    border: none;
    padding: 0;
    line-height: 1.5;
  }
}

.message_thumb + .message_notes {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .message_thumb + .message_notes {
    margin-bottom: 20px;
  }
}

.form_item {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .form_item {
    width: 100%;
  }
}
.form_item + .form_item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .form_item + .form_item {
    margin-top: 25px;
  }
}
.form_item_info {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .form_item_info {
    margin-bottom: 10px;
  }
}
.form_item_title {
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form_item_title {
    font-size: 1.4rem;
  }
}
.form_item_title::after {
  display: inline-block;
  padding: 3px 5px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .form_item_title::after {
    padding: 3px;
  }
}
.form_item_title_required::after {
  content: "必須";
  color: #fff;
  background: #506991;
  border: 2px solid #506991;
}
.form_item_title_optional::after {
  content: "任意";
  color: #666666;
  background: none;
  border: 2px solid #666666;
}
.form_item_note {
  display: block;
  font-size: 1.2rem;
  color: #666666;
  margin-top: 5px;
}
.form_item input[type=text] {
  min-width: 300px;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4) inset;
  padding: 10px 15px;
  line-height: 1.3;
  box-sizing: border-box;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .form_item input[type=text] {
    width: 80%;
    font-size: 1.8rem;
  }
}
.form_item textarea {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4) inset;
  padding: 15px;
  line-height: 1.3;
  box-sizing: border-box;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .form_item textarea {
    font-size: 1.8rem;
    height: 150px;
  }
}
.form_item_select {
  position: relative;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  display: inline-block;
}
.form_item_select::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #506991;
  z-index: 1;
  right: 0;
  top: 0;
  pointer-events: none;
}
.form_item_select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-top: solid 8px #fff;
  top: calc(50% + 2px);
  transform: translate(0, -50%);
  right: 14px;
  z-index: 2;
  pointer-events: none;
}
.form_item_select select {
  width: 100%;
  height: 100%;
  background: #CAD1DD;
  position: relative;
  color: #041F4A;
  font-size: 1.6rem;
  padding: 0 55px 0 15px;
  border: none;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .form_item_select select {
    font-size: 1.4rem;
    padding: 0 40px 0 10px;
  }
}
.form_item_radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form_item_radio {
    justify-content: space-between;
  }
}
.form_item_radio label {
  display: block;
  width: 100%;
  padding: 15px 5px 15px 35px;
  background: #CAD1DD;
  color: #506991;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
.form_item_radio label::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #fff;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  left: 10px;
}
@media screen and (min-width: 769px) {
  .form_item_radio label {
    width: calc((100% - 30px) / 3);
    margin-left: 15px;
  }
  .form_item_radio label:first-child, .form_item_radio label:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .form_item_radio label {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .form_item_radio label {
    width: calc((100% - 15px) / 2);
  }
  .form_item_radio label:nth-child(n+3) {
    margin-top: 10px;
  }
}
.form_item_radio label.edit-check {
  background: #506991;
  color: #fff;
}
.form_item_radio label.edit-check::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #041F4A;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  left: 13px;
}
.form .error-message {
  font-size: 1.3rem;
  color: #BB5555;
  font-weight: normal;
  background: url(/sports/_static_/img/common/icon_error.svg) no-repeat 0 center;
  background-size: 16px;
  padding: 8px 0 8px 20px;
}
.form_note {
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .form_note {
    padding: 20px 0;
  }
}
.form_note_title {
  font-size: 1.6rem;
  color: #666666;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .form_note_title {
    font-size: 1.2rem;
  }
}
.form_note_list {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .form_note_list {
    margin-top: 10px;
  }
}
.form_note_item {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #666666;
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form_note_item {
    padding-left: 15px;
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.form_note_item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 3px;
}
@media screen and (max-width: 768px) {
  .form_note_item::before {
    left: 0;
  }
}
.form_terms {
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .form_terms {
    padding: 20px 0;
  }
}
.form_terms_summary {
  text-align: center;
  color: #666666;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .form_terms_summary {
    font-size: 1.2rem;
  }
}
.form_terms_btn {
  text-align: center;
  width: 80%;
  padding: 15px 20px;
  max-width: 500px;
  margin: 35px auto 0;
  background: #666666;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.form_terms_btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .form_terms_btn {
    font-size: 1.4rem;
    width: 300px;
    margin-top: 20px;
  }
}
.form_terms_btn::after {
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-45deg) translate(0%, -50%);
  top: 50%;
  margin-top: -1.4px;
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  right: 10px;
}
.form_terms_btn + .form_terms_btn {
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  .form_terms_btn + .form_terms_btn {
    margin-top: 10px;
  }
}
.form_submit {
  padding: 45px 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .form_submit {
    padding: 30px 0;
  }
}
.form_submit input[type=button] {
  background: #041F4A;
  padding: 25px 0;
  width: 60%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 599px) {
  .form_submit input[type=button] {
    width: 200px;
    padding: 15px 0;
    font-size: 1.8rem;
  }
}
.form_submit input[type=button]:hover {
  opacity: 0.6;
}
.form_reset {
  text-align: center;
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .form_reset {
    padding: 20px 0;
  }
}
.form_reset input[type=reset] {
  background: none;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
  color: #506991;
}
@media screen and (max-width: 768px) {
  .form_reset input[type=reset] {
    font-size: 1.6rem;
  }
}
.form_reset input[type=reset]:hover {
  opacity: 0.6;
}

/*

     詳細ページ
====================================================*/
.detail p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .detail p {
    font-size: 1.4rem;
  }
}
.detail_title {
  font-size: 2.5rem;
  line-height: 1.4;
  max-width: 1200px;
  padding: 40px 0 0 30px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .detail_title {
    font-size: 1.8rem;
    padding: 25px 0 0 20px;
  }
}
.detail_title::after {
  content: "";
  width: 10px;
  background: #506991;
  height: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .detail_title::after {
    height: calc(100% - 25px);
  }
}
.detail_date {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.detail_date ._tag span {
  font-size: 1.6rem;
  padding: 6px 8px 8px;
}
@media screen and (max-width: 768px) {
  .detail_date ._tag span {
    font-size: 1.1rem;
  }
}
.detail_date ._subtext {
  margin-left: auto;
}
.detail_subtitle {
  clear: both;
  font-size: 2rem;
  line-height: 1.4;
  border-bottom: 1px solid #55698E;
  padding-bottom: 3px;
  margin: 80px 0 15px;
}
.detail_subtitle:first-child {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .detail_subtitle {
    margin: 0 0 15px;
    font-size: 1.6rem;
  }
  .detail_subtitle:first-child {
    margin-bottom: 20px;
  }
}
.detail_lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .detail_lead {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
.detail_thumb {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.detail_thumb img {
  max-height: 500px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.detail_thumb figcaption {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 10px;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .detail_thumb figcaption {
    font-size: 1rem;
  }
}
.detail_announce {
  clear: both;
  background-color: #E4E8EE;
  padding: 30px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .detail_announce {
    width: 100%;
    justify-content: center;
    padding: 20px;
    margin-top: 25px;
  }
}
.detail_announce_item {
  order: 3;
  width: 37%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .detail_announce_item {
    order: 0;
    width: 70%;
    margin-bottom: 10px;
  }
}
.detail_announce_item img {
  transition: transform 0.2s ease-in-out;
}
.detail_announce_detail {
  display: block;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .detail_announce_detail {
    width: 100%;
  }
}
.detail_announce_text {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .detail_announce_text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.detail_announce_broadcast_link {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #041F4A;
}
@media screen and (max-width: 768px) {
  .detail_announce_broadcast_link {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.detail_announce:hover .detail_announce_text, .detail_announce:hover .detail_announce_broadcast_link {
  opacity: 0.6;
}
.detail_announce:hover .detail_announce_item img {
  transform: scale(1.2);
}
.detail_writer {
  padding: 40px 0 25px;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .detail_writer {
    padding: 25px 0 15px;
  }
}
.detail_writer .midTitle {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .detail_writer .midTitle {
    margin-bottom: 15px;
  }
}
.detail_writer_inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.detail_writer_img {
  margin-right: 20px;
}
.detail_writer_img img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .detail_writer_img img {
    width: 70px;
    height: 70px;
  }
}
.detail_writer_name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .detail_writer_name {
    font-size: 1.4rem;
  }
}
.detail_writer_profile {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .detail_writer_profile {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/* nhk_snsパーツ */
.page-detail-sns--right {
  text-align: right;
}
.page-detail-sns--right .nhksns-guide {
  font-size: 1.4rem;
  margin-right: 5px !important;
  line-height: 30px;
}
.page-detail-sns--right .nhksns-guide .nhksns-help {
  float: right;
}
.page-detail-sns--right .nhksns-guide .nhksns-help img {
  width: 25px;
}

/* 動画パーツ */
.movie-player {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.movie-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*

     特集記事詳細ページ
====================================================*/
.story_title {
  background: #CAD1DD;
  font-size: 2.5rem;
  color: #041F4A;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 20px 15px 70px;
  position: relative;
  margin: 10px auto 10px;
  max-width: 800px;
  width: 95%;
  text-align: justify;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .story_title {
    line-height: 1.4;
    text-indent: 53px;
    font-size: 1.8rem;
    width: 100%;
    padding: 15px;
    margin: 0 0 10px;
    text-align: justify;
  }
}
.story_title span {
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  line-height: 1;
  padding: 6px 5px 7px 8px;
  letter-spacing: 0.3rem;
  background: #df0033;
  color: #fff;
  left: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .story_title span {
    padding: 4px 5px 5px 8px;
    font-size: 1.4rem;
    transform: none;
    top: 17px;
    left: 15px;
    text-indent: 0;
  }
}
.story_title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 125px 69px 0 0;
  border-color: #041F4A transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.story_subtitle {
  margin: 80px 0 15px;
  padding: 10px 10px 10px 15px;
  position: relative;
  background: #F2F2F2;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
.story_subtitle:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .story_subtitle {
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
}
.story_subtitle::before {
  content: "";
  height: 100%;
  width: 5px;
  background: #506991;
  position: absolute;
  left: 0;
  top: 0;
}

/*

     動画詳細ページ
====================================================*/
/* nhk_動画パーツ */
.page-movie-detail__image {
  margin: 0 auto 16px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .page-movie-detail__image {
    left: 0;
  }
}
.page-movie-detail__image iframe {
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border: none;
  display: block;
}

.detail_movie_playbackTime {
  margin: 10px 0 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .detail_movie_playbackTime {
    margin: 10px 0;
  }
}
.detail_movie_txt {
  font-size: 1.6rem;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .detail_movie_txt {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
