@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/* change colours to suit your needs */

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

/* change colours to suit your needs */

mark {
  color: #000;
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  color: #222;
  background-color: #fff;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}

img {
  vertical-align: bottom;
}

.ntv-wrapper {
  background: #fff !important;
  margin-bottom: 0;
}

.sports-wrapper {
  overflow: hidden;
}

.sports-wrapper a {
  transition: all .5s ease-in-out;
}

.sports-wrapper a:hover {
  opacity: .7;
}

.sports-wrapper .jImag {
  user-select: none;
}

.rugby-header {
  position: relative;
}

.rugby-header img {
  width: 100%;
}

.rugby-header__logo {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  font-size: 0;
  width: 80px;
  height: 80px;
  background: url(../images/top/logo.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
}

.rugby-header__slider {
  opacity: 0;
  transition: all .5s ease-in-out;
}

.rugby-header__slider.slick-initialized {
  opacity: 1;
}

.rugby-header__slider__item {
  position: relative;
}

.rugby-header__slider__item:before {
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rugby-header__slider__item img {
  width: 100%;
  height: auto;
}

.rugby-header__slider__item.slick-current:before {
  display: none;
}

.rugby-header__slider.slick-dotted.slick-slider {
  margin-bottom: 12px;
}

.rugby-header__slider .slick-dots {
  bottom: -13px;
  padding-right: 4px;
}

.rugby-header__slider .slick-dots li {
  width: calc(16.66% - 4px);
  height: 4px;
  margin: 0 0 0 4px;
}

.rugby-header__slider .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #d6d6d6;
}

.rugby-header__slider .slick-dots li button:before {
  display: none;
}

.rugby-header__slider .slick-dots li.slick-active button {
  background: #e8043e;
}

.rugby-header__slider .slick-prev,
.rugby-header__slider .slick-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: 2;
}

.rugby-header__slider .slick-prev:before,
.rugby-header__slider .slick-next:before {
  display: none;
}

.rugby-header__slider .slick-prev:after,
.rugby-header__slider .slick-next:after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.rugby-header__slider .slick-prev {
  left: calc(9.02% - 80px);
}

.rugby-header__slider .slick-prev:after {
  transform: rotate(-135deg);
  right: -6px;
}

.rugby-header__slider .slick-next {
  right: calc(9.02% - 80px);
}

.rugby-header__slider .slick-next:after {
  left: -6px;
}

.rugby-header__menu {
  background: #e8043e;
  padding: 20px 0;
}

.rugby-header__menu__list {
  display: flex;
  justify-content: center;
}

.rugby-header__menu__list__item {
  color: #fff;
  text-align: center;
}

.rugby-header__menu__list__item ~ .rugby-header__menu__list__item {
  margin-left: 50px;
}

.rugby-header__menu__list__item a {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}

.rugby-header__menu__list__item a span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  font-weight: normal;
}

.rugby-header__menu__list__item.close {
  opacity: 0.6;
  pointer-events: none;
}

.rugby-main__title {
  padding: 0 40px;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 1px;
}

.rugby-main__title:before {
  display: block;
  content: '';
  width: calc(100% - 80px);
  height: 1px;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #e8043e;
}

.rugby-main__title__inner {
  display: inline-block;
  background: #fff;
  position: relative;
  vertical-align: bottom;
}

.rugby-main__title__inner__txt {
  display: flex;
  align-items: center;
}

.rugby-main__title__inner .inner_img {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  font-size: 0;
  display: block;
  height: 80px;
}

.rugby-main__title__inner .inner_title {
  padding: 0 20px 0 10px;
  color: #e8043e;
  font-size: 16px;
  vertical-align: text-bottom;
}

.rugby-main__title.black {
  padding: 30px 0 40px;
  margin-bottom: 0;
  text-align: center;
}

.rugby-main__title.black:before {
  display: none;
}

.rugby-main__title.black .inner_img {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  font-size: 0;
  display: block;
  margin: 0 auto;
}

.rugby-main__title.black .inner_title {
  display: block;
  line-height: 1;
}

.rugby-main__btn {
  display: block;
  width: 400px;
  margin: 0 auto;
  color: #fff;
  background: #e8043e;
  text-align: center;
  border-radius: 4px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: bold;
  padding: 18px 0;
}

.rugby-main__hr {
  width: 100%;
  height: 200px;
}

.rugby-main__hr.hr_01 {
  background: url(../images/top/sns-img.jpg) no-repeat;
  background-size: cover;
}

.rugby-main__hr.hr_02 {
  background: url(../images/top/tv-img.jpg) no-repeat;
  background-size: cover;
}

.rugby-main__bnr {
  padding: 20px 0;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.rugby-main__bnr:nth-child(n + 2) {
  padding-top: 0;
}

.rugby-main__bnr a {
  display: block;
  width: 460px;
  border-radius: 4px;
  overflow: hidden;
}

.rugby-main__bnr a:nth-of-type(2n) {
  margin-left: 40px;
}

.rugby-main__bnr a:nth-of-type(n+3) {
  margin-top: 20px;
}

.rugby-main__bnr a img {
  width: 100%;
}

.rugby-main__schedule {
  padding-top: 30px;
}

.rugby-main__schedule .rugby-main__title .inner_img {
  background: url(../images/top/tit-schedule.png) no-repeat;
  background-size: cover;
  width: 232px;
}

.rugby-main__schedule__list {
  width: 800px;
  margin: 0 auto 40px;
}

.rugby-main__schedule__list__item {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}

.rugby-main__schedule__list__item ~ .rugby-main__schedule__list__item {
  margin-top: 20px;
}

.rugby-main__schedule__list__item__outline {
  display: flex;
  justify-content: space-between;
  width: 30.625%;
  background: #e8043e;
  color: #fff;
  position: relative;
  padding: 30px;
}

.rugby-main__schedule__list__item__outline__logo {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100px;
}

.rugby-main__schedule__list__item__outline__logo img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.rugby-main__schedule__list__item__outline__data {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.rugby-main__schedule__list__item__outline__data span {
  display: block;
}

.rugby-main__schedule__list__item__outline__data .data_date {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

.rugby-main__schedule__list__item__outline__data .data_week {
  margin-top: 5px;
}

.rugby-main__schedule__list__item__outline__data .data_area {
  text-align: center;
}

.rugby-main__schedule__list__item__outline__data .data_area:nth-of-type(n+2) {
  margin-top: 15px;
  position: relative;
}

.rugby-main__schedule__list__item__outline__data .data_area:nth-of-type(n+2):before {
  display: block;
  content: '';
  width: 1px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.rugby-main__schedule__list__item__outline__link {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 15px;
}

.rugby-main__schedule__list__item__outline__link__item {
  line-height: 1.4;
}

.rugby-main__schedule__list__item__outline__link__item ~ .rugby-main__schedule__list__item__outline__link__item {
  margin-top: 5px;
}

.rugby-main__schedule__list__item__outline__link__item a {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}

.rugby-main__schedule__list__item__outline__link__item a:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4.3px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

.rugby-main__schedule__list__item__detail {
  width: 69.375%;
  background: #f5f5f5;
  padding: 30px;
}

.rugby-main__schedule__list__item__detail__box ~ .rugby-main__schedule__list__item__detail__box {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  word-wrap: break-word;
}

.rugby-main__schedule__list__item__detail__title {
  font-size: 16px;
  font-weight: bold;
  color: #e8043e;
  line-height: 1.5;
  letter-spacing: 2px;
}

.rugby-main__schedule__list__item__detail__title > span {
  font-size: 20px;
}

.rugby-main__schedule__list__item__detail__onair {
  margin-top: 6px;
  color: #e8043e;
  font-size: 16px;
  font-weight: bold;
}

.rugby-main__schedule__list__item__detail__onair .onair_form {
  padding: 4px 5px;
  line-height: 1.5;
  border: 1px solid #9b9b9b;
  letter-spacing: 1px;
  border-radius: 2px;
  margin-right: 10px;
}

.rugby-main__schedule__list__item__detail__onair .onair_time {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  letter-spacing: 2px;
  margin-left: 10px;
}

.rugby-main__schedule__list__item__detail__cast {
  margin-top: 13px;
  display: flex;
  font-weight: bold;
}

.rugby-main__schedule__list__item__detail__cast ~ .rugby-main__schedule__list__item__detail__cast {
  margin-top: 5px;
}

.rugby-main__schedule__list__item__detail__cast__position {
  min-width: 3.5em;
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #e8043e;
}

.rugby-main__schedule__list__item__detail__cast__name p {
  display: inline-block;
  letter-spacing: 1px;
  margin-right: 2px;
}

.rugby-main__schedule__list__item__detail__cast__name p span {
  font-size: 12px;
}

.rugby-main__schedule__list__item__detail__text {
  font-size: 12px;
  margin-top: 15px;
}

.rugby-main__movie {
  padding-top: 30px;
  margin-bottom: 60px;
}

.rugby-main__movie .rugby-main__title .inner_img {
  background: url(../images/top/tit-movie.png) no-repeat;
  background-size: cover;
  width: 146px;
}

.rugby-main__movie__inner {
  width: 800px;
  margin: 0 auto 40px;
}

.rugby-main__movie__inner__iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.rugby-main__movie__inner__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rugby-main__sns {
  background: #f5f5f5;
  padding-bottom: 60px;
}

.rugby-main__sns .rugby-main__title .inner_img {
  background: url(../images/top/tit-sns.png) no-repeat;
  background-size: cover;
  width: 191px;
  height: 80px;
}

.rugby-main__sns__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.rugby-main__sns__left {
  width: 64%;
}

.rugby-main__sns__right {
  width: 30%;
}

.rugby-main__sns__title {
  color: #e8043e;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.rugby-main__sns .twitter-timeline {
  width: 1000px !important;
}

.rugby-main__sns__link {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.rugby-main__sns__link a {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  font-size: 0;
  border-radius: 50%;
}

.rugby-main__sns__link a ~ a {
  margin-left: 20px;
}

.rugby-main__sns__link a.link_fb {
  background: url(../images/top/sns-facebook.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.rugby-main__sns__link a.link_twi {
  background: url(../images/top/sns-twitter.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.rugby-main__sns__link a.link_line {
  background: url(../images/top/sns-line.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.rugby-main__sns__link a.link_insta {
  background: url(../images/top/sns-instagram.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.rugby-main__sns__link a.link_tiktok {
  background: url(../images/top/sns-tiktok.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.rugby-main__ad {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}

.rugby-main__ad.isSP {
  display: none;
  width: 100%;
  background: #efefef;
}

.rugby-main__ad.isSP .rugby-main__ad__list__item {
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
}

.rugby-main__article__list,
.rugby-main__trivia__list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rugby-main__article__list__item,
.rugby-main__trivia__list__item {
  width: 32%;
  background: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}

.rugby-main__article__list__item:nth-of-type(n+4),
.rugby-main__trivia__list__item:nth-of-type(n+4) {
  margin-top: 2%;
}

.rugby-main__article__list__item__thumb,
.rugby-main__trivia__list__item__thumb {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  border: 1px solid #f5f5f5;
  border-radius: 4px 4px 0 0;
}

.rugby-main__article__list__item__txt,
.rugby-main__trivia__list__item__txt {
  padding: 16px;
}

.rugby-main__article__list__item__txt__title,
.rugby-main__trivia__list__item__txt__title {
  font-size: 18px;
  line-height: 1.56;
}

.rugby-main__article__list__item__txt__data,
.rugby-main__trivia__list__item__txt__data {
  font-size: 12px;
  color: #9b9b9b;
  margin-top: 5px;
}

.rugby-main__article {
  padding-top: 30px;
  margin-bottom: 60px;
}

.rugby-main__article .rugby-main__title .inner_img {
  background: url(../images/top/tit-article.png) no-repeat;
  background-size: cover;
  width: 184px;
}

.rugby-main__trivia {
  padding-top: 30px;
}

.rugby-main__trivia .rugby-main__title .inner_img {
  background: url(../images/top/tit-trivia.png) no-repeat;
  background-size: cover;
  width: 135px;
}

.rugby-main__tv {
  padding-bottom: 55px;
  background: #f5f5f5;
}

.rugby-main__tv .rugby-main__title .inner_img {
  background: url(../images/top/tit-tv.png) no-repeat;
  background-size: cover;
  width: 60px;
  height: 80px;
}

.rugby-main__tv__list {
  width: 745px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.rugby-main__tv__list__item {
  width: 40%;
}

.rugby-main__tv__list__item:nth-of-type(n+4) {
  margin-top: 20px;
}

.rugby-main__tv__list__item__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.rugby-main__tv__list__item__img img {
  width: 100%;
  height: auto;
}

.rugby-main__tv__list__item__img .attention_mark {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #e8043e;
  text-align: center;
  padding-top: 80px;
  transform: rotate(-45deg);
  font-weight: bold;
}

.rugby-main__tv__list__item__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.25;
}

.rugby-main__tv__list__item__txt {
  font-size: 12px;
  color: #9b9b9b;
  line-height: 1.25;
  margin-top: 5px;
}

.rugby-main__rules {
  padding-top: 30px;
  margin-bottom: 60px;
}

.rugby-main__rules .rugby-main__title .inner_img {
  background: url(../images/top/tit-rulesglossary.png) no-repeat;
  background-size: cover;
  width: 378px;
}

.rugby-main__rules__inner {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

.rugby-main__rules__inner > div {
  width: 47%;
}

.rugby-main__rules__inner > div .rugby-main__btn {
  width: 300px;
}

.rugby-main__rules__rule__iframe {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 40px;
}

.rugby-main__rules__rule__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rugby-main__rules__glossary__midashi {
  margin-bottom: 15px;
  width: 433px;
}

.rugby-main__rules__glossary__midashi img {
  width: 100%;
  height: auto;
}

.rugby-main__rules__glossary__search {
  font-size: 25px;
  position: relative;
  background: #eee;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 29px;
  padding: 14px 20px;
}

.rugby-main__rules__glossary__search span {
  display: inline-block;
  font-weight: bold;
  border-right: 4px solid #e8043e;
  padding: 2px 5px 2px 0;
  line-height: 1;
}

.rugby-main__rules__glossary__search__btn {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  background: #e8043e;
}

.rugby-main__rules__glossary__search__btn:before {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  right: 0;
  margin: auto;
}

.rugby-main__rules__glossary__txt {
  margin-bottom: 40px;
  width: 360px;
}

.rugby-main__rules__glossary__txt img {
  width: 100%;
  height: auto;
}

.sports-top-box__title {
  color: #C8201F;
}

.sports-top-box__title span {
  color: #C8201F;
}

.sports-top-bnr {
  margin-bottom: 40px;
}

.sports-top-bnr img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sports-top-bnr a {
  display: block;
}

.sports-top-bnr a.jImag {
  -webkit-user-select: none;
  user-select: none;
}

.sports-players-list__position {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  padding: 18px;
  background: #FAD9EE;
}

.sports-players-list__positionmap {
  padding: 0 20px 35px;
}

.sports-players-list__positionmap__image {
  margin: 20px auto 30px;
}

.sports-players-list__positionmap__image img {
  max-width: 100%;
}

.sports-players-list__positionmap__number {
  color: #E8053E;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.sports-players-list__positionmap__number__label {
  display: inline-block;
  padding: 4px 10px;
  font-size: 16px;
  border: 1px solid #E8053E;
  line-height: 1.5;
}

.sports-players-list__positionmap__number__data {
  margin-left: 10px;
  font-size: 18px;
}

.sports-players-list__positionmap__text {
  margin-top: 15px;
}

.sports-players-list__member {
  background: #fff;
  padding: 15px 20px;
  box-shadow: inset 0 -1px 0 0 #ddd;
}

.sports-players-list__member__profile {
  display: flex;
  padding-bottom: 12px;
  justify-content: space-between;
}

.sports-players-list__member__profile__left {
  width: 135px;
}

.sports-players-list__member__profile__left img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sports-players-list__member__profile__right {
  padding-top: 20px;
  width: calc(100% - 145px);
}

.sports-players-list__member__profile__title {
  color: #e8043e;
}

.sports-players-list__member__profile__name {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  margin-bottom: 12px;
}

.sports-players-list__member__profile__data {
  color: #333;
}

.sports-players-list__member__profile__place {
  color: #979797;
}

.sports-players-list__member__profile__place__item {
  color: #333;
}

.sports-players-list__member__profile__school {
  color: #979797;
}

.sports-players-list__member__profile__school__item {
  color: #333;
}

.sports-players-list__member__profile__detail {
  padding-top: 15px;
}

.sports-glossary-nav {
  padding: 20px 0 15px;
  background: #fff;
}

.sports-glossary-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sports-glossary-nav ul li {
  margin-bottom: 5px;
}

.sports-glossary-nav ul li:not(:first-of-type) {
  margin-left: 5px;
}

.sports-glossary-nav ul li a {
  background: #000;
  padding: 0 10px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 2.4rem;
  line-height: 48px;
}

.sports-glossary-list__head {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  padding: 18px;
  background: #f9f9f9;
}

.sports-glossary-list__item {
  width: 100%;
  text-align: left;
  background: #fff;
}

.sports-glossary-list__item tr th {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

.sports-glossary-list__item tr th.term {
  width: 30%;
}

.sports-glossary-list__item tr td {
  padding: 10px;
}

.sports-glossary-list__item tr:not(:last-of-type) td {
  border-bottom: 2px solid #000;
}

@media only screen and (max-width: 1219px) {
  .rugby-header__slider .slick-prev {
    left: 30px;
  }

  .rugby-header__slider .slick-next {
    right: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .sports-wrapper a:hover {
    opacity: 1;
  }

  .rugby-header {
    padding-top: 70px;
  }

  .rugby-header__logo {
    width: 52px;
    height: 52px;
    top: 9px;
    left: 9px;
    border: 1px solid #f3819e;
    border-radius: 4px;
  }

  .rugby-header__menu {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 65px;
    width: 100%;
    height: 70px;
  }

  .rugby-header__menu__list {
    overflow-x: scroll;
    justify-content: flex-start;
    white-space: nowrap;
    padding: 18px 0 17px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }

  .rugby-header__menu__list::-webkit-scrollbar {
    display: none;
  }

  .rugby-header__menu__list__item {
    padding: 2px 15px;
  }

  .rugby-header__menu__list__item ~ .rugby-header__menu__list__item {
    margin-left: 0;
    border-left: 1px solid #cc0000;
  }

  .rugby-header__menu__list__item a {
    font-size: 16px;
  }

  .rugby-main__title {
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .rugby-main__title:before {
    display: none;
  }

  .rugby-main__title__inner .inner_title {
    font-size: 12px;
    padding-right: 0;
  }

  .rugby-main__title.black {
    padding: 20px 0 15px;
  }

  .rugby-main__title.black .inner_title {
    font-size: 12px;
  }

  .rugby-main__btn {
    width: calc(100% - 30px);
  }

  .rugby-main__hr {
    height: 150px;
  }

  .rugby-main__hr.hr_01 {
    background: url(../images/top/sp-sns-img.jpg) no-repeat;
    background-size: cover;
  }

  .rugby-main__hr.hr_02 {
    background: url(../images/top/sp-tv-img.jpg) no-repeat;
    background-size: cover;
  }

  .rugby-main__bnr {
    width: 100%;
    padding: 10px 15px;
    display: block;
  }

  .rugby-main__bnr:nth-child(n + 2) {
    padding-top: 10px;
  }

  .rugby-main__bnr a {
    width: 100%;
  }

  .rugby-main__bnr a:nth-of-type(2n) {
    margin-left: 0;
  }

  .rugby-main__bnr a:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .rugby-main__schedule {
    padding-top: 20px;
  }

  .rugby-main__schedule__list {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 15px;
  }

  .rugby-main__schedule__list__item {
    display: block;
  }

  .rugby-main__schedule__list__item ~ .rugby-main__schedule__list__item {
    margin-top: 15px;
  }

  .rugby-main__schedule__list__item__outline {
    justify-content: flex-start;
    width: 100%;
    padding: 20px 15px;
    min-height: 120px;
  }

  .rugby-main__schedule__list__item__outline__logo {
    width: 80px;
    top: 20px;
    left: 15px;
  }

  .rugby-main__schedule__list__item__outline__data {
    display: flex !important;
    min-height: auto;
    flex-direction: row;
    flex-grow: 1;
  }

  .nolink .rugby-main__schedule__list__item__outline__data {
    padding-top: 25px;
  }

  .rugby-main__schedule__list__item__outline__data .data_date {
    font-size: 18px;
  }

  .rugby-main__schedule__list__item__outline__data .data_week {
    margin-top: 3px;
  }

  .rugby-main__schedule__list__item__outline__data .data_area:nth-of-type(n+2) {
    margin-top: 0;
    padding-left: 25px;
  }

  .rugby-main__schedule__list__item__outline__data .data_area:nth-of-type(n+2):before {
    width: 5px;
    height: 1px;
    top: 15px;
    left: 8px;
    margin: auto 0;
  }

  .rugby-main__schedule__list__item__outline__link {
    margin: 10px 0 0 100px;
    padding: 15px 0 20px;
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .rugby-main__schedule__list__item__outline__link__item {
    font-weight: bold;
  }

  .rugby-main__schedule__list__item__outline__link__item ~ .rugby-main__schedule__list__item__outline__link__item {
    margin-top: 0;
    border-left: 1px solid #cc0000;
  }

  .rugby-main__schedule__list__item__outline__link__item ~ .rugby-main__schedule__list__item__outline__link__item a {
    padding-left: 10px;
  }

  .rugby-main__schedule__list__item__outline__link__item a {
    padding-right: 22px;
  }

  .rugby-main__schedule__list__item__outline__link__item a:before {
    right: 10px;
  }

  .rugby-main__schedule__list__item__detail {
    width: 100%;
    padding: 20px 15px;
  }

  .rugby-main__schedule__list__item__detail__title {
    font-size: 14px;
  }

  .rugby-main__schedule__list__item__detail__title > span {
    font-size: 18px;
  }

  .rugby-main__schedule__list__item__detail__onair {
    font-size: 14px;
    margin-top: 16px;
  }

  .rugby-main__schedule__list__item__detail__onair .onair_form {
    padding: 2px 5px;
    line-height: 1;
  }

  .rugby-main__schedule__list__item__detail__onair .onair_time {
    font-size: 14px;
  }

  .rugby-main__schedule__list__item__detail__cast {
    margin-top: 15px;
  }

  .rugby-main__schedule__list__item__detail__cast ~ .rugby-main__schedule__list__item__detail__cast {
    margin-top: 10px;
  }

  .rugby-main__schedule__list__item__detail__cast__position {
    font-size: 10px;
  }

  .rugby-main__schedule__list__item__detail__cast__name {
    margin-top: -3px;
  }

  .rugby-main__schedule__list__item__detail__cast__name p {
    font-size: 12px;
  }

  .rugby-main__schedule__list__item__detail__cast__name p span {
    font-size: 10px;
  }

  .rugby-main__schedule__list__item__detail__text {
    font-size: 10px;
  }

  .rugby-main__movie {
    padding-top: 20px;
    margin-bottom: 30px;
  }

  .rugby-main__movie__inner {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 15px;
  }

  .rugby-main__sns {
    padding-bottom: 30px;
  }

  .rugby-main__sns__inner {
    display: block;
  }

  .rugby-main__sns__left {
    width: 100%;
    padding: 0 15px 30px;
  }

  .rugby-main__sns__right {
    width: 100%;
    padding: 0 15px;
  }

  .rugby-main__sns__title {
    margin-bottom: 15px;
  }

  .rugby-main__sns__link {
    width: 279px;
    margin: 0 auto;
  }

  .rugby-main__sns__link a {
    width: 55px;
    height: 55px;
  }

  .rugby-main__sns__link a ~ a {
    margin-left: 3%;
  }

  .rugby-main__ad {
    display: none;
  }

  .rugby-main__ad.isSP {
    display: block;
  }

  .rugby-main__ad.isSP .rugby-main__ad__list {
    border-top: 1px solid #979797;
  }

  .rugby-main__article__list,
  .rugby-main__trivia__list {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto 15px;
    background: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
  }

  .rugby-main__article__list__item,
  .rugby-main__trivia__list__item {
    width: 100%;
    border-radius: 0;
    background: transparent;
  }

  .rugby-main__article__list__item:nth-of-type(n+4),
  .rugby-main__trivia__list__item:nth-of-type(n+4) {
    margin-top: 0;
  }

  .rugby-main__article__list__item:nth-of-type(n+2),
  .rugby-main__trivia__list__item:nth-of-type(n+2) {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .rugby-main__article__list__item:nth-of-type(n+2):after,
  .rugby-main__trivia__list__item:nth-of-type(n+2):after {
    display: block;
    clear: both;
    content: "";
  }

  .rugby-main__article__list__item:nth-of-type(n+2) .rugby-main__article__list__item__thumb,
  .rugby-main__article__list__item:nth-of-type(n+2) .rugby-main__trivia__list__item__thumb {
    width: 40%;
    padding-top: 22.6%;
    height: 0;
    float: left;
    border: none;
    border-radius: 0;
  }

  .rugby-main__article__list__item__txt,
  .rugby-main__trivia__list__item__txt {
    padding: 15px;
  }

  .rugby-main__article__list__item:nth-of-type(n+2) .rugby-main__article__list__item__txt,
  .rugby-main__article__list__item:nth-of-type(n+2) .rugby-main__trivia__list__item__txt {
    width: 60%;
    padding: 0 10px;
    float: left;
  }

  .rugby-main__article__list__item__txt__title,
  .rugby-main__trivia__list__item__txt__title {
    font-size: 14px;
    font-weight: bold;
  }

  .rugby-main__article__list__item__txt__data,
  .rugby-main__trivia__list__item__txt__data {
    font-size: 10px;
  }

  .rugby-main__article {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .rugby-main__trivia {
    padding-top: 20px;
  }

  .rugby-main__tv {
    padding-bottom: 25px;
  }

  .rugby-main__tv__list {
    justify-content: flex-start;
    width: 100%;
    padding: 15px 15px 0;
  }

  .rugby-main__tv__list__item {
    width: calc(100% / 2 - 8px);
  }

  .rugby-main__tv__list__item:nth-of-type(n+4) {
    margin-top: 15px;
  }

  .rugby-main__tv__list__item:nth-of-type(n+3) {
    margin-top: 15px;
  }

  .rugby-main__tv__list__item:nth-of-type(2n) {
    margin-left: 15px;
  }

  .rugby-main__tv__list__item__img .attention_mark {
    font-size: 10px;
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    padding-top: 63px;
  }

  .rugby-main__tv__list__item__title {
    font-size: 12px;
    margin-top: 10px;
  }

  .rugby-main__tv__list__item__txt {
    font-size: 10px;
  }

  .rugby-main__rules {
    padding-top: 20px;
    margin-bottom: 45px;
  }

  .rugby-main__rules__inner {
    display: block;
  }

  .rugby-main__rules__inner > div {
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .rugby-main__rules__inner > div .rugby-main__btn {
    width: 100%;
  }

  .rugby-main__rules__rule {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(232, 4, 62, 0.5);
  }

  .rugby-main__rules__rule__iframe {
    margin-bottom: 15px;
  }

  .rugby-main__rules__glossary {
    padding: 30px 0 0;
  }

  .rugby-main__rules__glossary__midashi {
    padding: 0 15px;
  }

  .rugby-main__rules__glossary__search {
    font-size: 16px;
    padding: 14px 15px 13px;
    margin: 0 15px 25px;
  }

  .rugby-main__rules__glossary__search span {
    border-right-width: 2px;
  }

  .rugby-main__rules__glossary__search__btn {
    width: 54px;
  }

  .rugby-main__rules__glossary__search__btn:before {
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .rugby-main__rules__glossary__txt {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .sports-top-bnr {
    margin-bottom: 20px;
  }

  .sports-players-list__position {
    font-size: 1.2rem;
    padding: 6px 12px;
  }

  .sports-players-list__member {
    padding: 10px;
  }

  .sports-players-list__member__profile {
    padding-bottom: 10px;
  }

  .sports-players-list__member__profile__left {
    width: 24%;
    padding-bottom: 10px;
  }

  .sports-players-list__member__profile__right {
    width: calc(76% - 10px);
    padding-top: 10px;
  }

  .sports-players-list__member__profile__title {
    font-size: 1.1rem;
  }

  .sports-players-list__member__profile__name {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 8px;
  }

  .sports-players-list__member__profile__data {
    font-size: 1.1rem;
  }

  .sports-players-list__member__profile__place {
    font-size: 1.1rem;
  }

  .sports-players-list__member__profile__school {
    font-size: 1.1rem;
  }

  .sports-players-list__member__profile__detail {
    font-size: 1.1rem;
    padding-top: 10px;
  }

  .sports-glossary-nav ul li a {
    line-height: 30px;
    padding: 0 5px;
  }

  .sports-glossary-list__head {
    font-size: 1.2rem;
    padding: 6px 12px;
  }
}

@media only screen and (max-width: 600px) {
  .rugby-main__title__inner .inner_img {
    height: 40px;
  }

  .rugby-main__schedule .rugby-main__title .inner_img {
    width: 116px;
  }

  .rugby-main__movie .rugby-main__title .inner_img {
    width: 73px;
  }

  .rugby-main__sns .rugby-main__title .inner_img {
    width: 96px;
    height: 40px;
  }

  .rugby-main__article .rugby-main__title .inner_img {
    width: 92px;
  }

  .rugby-main__trivia .rugby-main__title .inner_img {
    width: 68px;
  }

  .rugby-main__tv .rugby-main__title .inner_img {
    width: 30px;
    height: 40px;
  }

  .rugby-main__rules .rugby-main__title .inner_img {
    width: 189px;
  }

  .rugby-main__rules__glossary__midashi {
    width: 84%;
  }

  .rugby-main__rules__glossary__txt {
    width: 90%;
  }
}

@media only screen and (max-width: 374px) {
  .rugby-main__rules__glossary__search {
    font-size: 14px;
  }

  .rugby-main__rules__glossary__search__btn {
    width: 50px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .rugby-main__title__inner .inner_img {
    height: 60px;
  }

  .rugby-main__schedule .rugby-main__title .inner_img {
    width: 174px;
  }

  .rugby-main__movie .rugby-main__title .inner_img {
    width: 110px;
  }

  .rugby-main__sns .rugby-main__title .inner_img {
    width: 143px;
    height: 60px;
  }

  .rugby-main__article .rugby-main__title .inner_img {
    width: 138px;
  }

  .rugby-main__trivia .rugby-main__title .inner_img {
    width: 102px;
  }

  .rugby-main__tv .rugby-main__title .inner_img {
    width: 45px;
    height: 60px;
  }

  .rugby-main__rules .rugby-main__title .inner_img {
    width: 284px;
  }
}

@media print {
  .sports-wrapper .jImag {
    display: none;
  }

  .jImag {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .rugby-header__slider .slick-dots {
    bottom: -15px;
  }

  .rugby-main__schedule__list__item__outline__data {
    display: table-cell;
    vertical-align: middle;
  }
}