@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/*

	font settings

**************************************************/
/*

	calculation width

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	table layout setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	scaling img

**************************************************/
/*

	clearfix

**************************************************/
/*

	media query

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

main {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1180px;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 988px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
body.open-menu {
  height: 100vh;
  overflow-y: hidden;
}

@font-face {
  font-family: "DRIBBLE_font";
  src: url("../font/DRIBBLE_Bold.woff"); /* IE9 Compat Modes */
}
a {
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}

.is-hidden {
  display: none;
}

.pc-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

@media only screen and (max-width: 988px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
  body {
    min-width: 0;
  }
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
img.lazy {
  width: 100%;
}

.main {
  padding-top: 0;
}

.news.outer, .pickup.outer {
  margin-bottom: 30px;
}
@media only screen and (min-width: 988px) {
  .news.outer, .pickup.outer {
    margin-bottom: 80px;
  }
}

.archive.outer {
  margin: 0 0 30px;
}
@media only screen and (min-width: 988px) {
  .archive.outer {
    padding: 80px 0;
    margin: 0;
  }
}

.newsarticle.outer {
  margin: 30px 0 15px;
}
@media only screen and (min-width: 988px) {
  .newsarticle.outer {
    margin: 80px auto 20px;
    width: 1180px;
  }
}
@media only screen and (max-width: 988px) {
  .newsarticle.outer > h2.c-title-block--secondary {
    width: 100%;
    padding: 0 5%;
  }
}

.bnr.outer img:hover {
  opacity: 0.8;
  transition: all 0.2s linear;
}

/*-----------------------------------------------------------------
article_過去のニュース
-----------------------------------------------------------------*/
@media only screen and (min-width: 988px) {
  .p-article__info {
    margin-bottom: 6rem;
  }
}
.p-article__info__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
}
.p-article__info__right .fa-twitter:before {
  color: #1DA1F2;
  margin-right: 10px;
}
.p-article__info__right .fa-x-twitter:before {
  color: #000000;
  margin-right: 10px;
  vertical-align: middle;
}
.p-article__info__left {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  float: left;
}
.p-article__info__left .date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 10px;
}
@media only screen and (min-width: 988px) {
  .p-article__info__left .date {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    margin-right: 20px;
  }
}
.p-article__info__left .category {
  background: #002d55;
  color: #fff;
  padding: 4px 18px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 988px) {
  .p-article__info__left .category {
    font-size: 1.6rem;
    line-height: 1;
    padding: 8px 36px;
  }
}
.p-article__aside {
  color: red;
}
.p-article__aside .rec-article__head {
  padding-bottom: 0;
}
.p-article__aside .rec-article__head h2 {
  padding: 30px 0;
  position: relative;
  color: #002d55;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  text-align: center;
}

.c-movie--01 {
  width: 100%;
  margin: 20px auto 0;
}
@media only screen and (min-width: 988px) {
  .c-movie--01 {
    width: 980px;
    margin: 60px auto 0;
  }
}
.c-movie--01 iframe {
  width: 100%;
  height: 50vw;
}
@media only screen and (min-width: 988px) {
  .c-movie--01 iframe {
    width: 980px;
    height: 551.25px;
  }
}

/*-----------------------------------------------------------------
ENGLISH news
-----------------------------------------------------------------*/
#english_news .main {
  padding-top: 30px;
}
@media only screen and (min-width: 988px) {
  #english_news .main {
    margin-top: 80px;
  }
}

.tt__wrap {
  width: 100%;
  padding: 0 7%;
  margin-top: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 988px) {
  .tt__wrap {
    margin-top: 30px;
  }
}
.tt__table {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.tt__table table {
  width: 100%;
  text-align: center;
}
.tt__table table tr th,
.tt__table table tr td {
  vertical-align: middle;
  border-right: 1px solid #e6e6e6;
}
.tt__table table tr th:last-child,
.tt__table table tr td:last-child {
  border-right: none;
}
.tt__table table tr th.soldout,
.tt__table table tr td.soldout {
  background: #e6e6e6;
}
.tt__table table tr th {
  border-top: 1px solid #e6e6e6;
  color: #002d55;
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media only screen and (min-width: 988px) {
  .tt__table table tr th {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.tt__table table tr th span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
}
@media only screen and (min-width: 988px) {
  .tt__table table tr th span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.tt__table table tr.price {
  color: #FF8709;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media only screen and (min-width: 988px) {
  .tt__table table tr.price {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
  }
}
.tt__table table tr.status {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #002d55;
}
@media only screen and (min-width: 988px) {
  .tt__table table tr.status {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
  }
}
.tt__table table tr.status td {
  padding: 10px 0;
}
.tt__table table tr.status td span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
@media only screen and (min-width: 988px) {
  .tt__table table tr.status td span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.tt__sec {
  color: #fff;
  background: #002d55;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media only screen and (min-width: 988px) {
  .tt__sec {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
  }
}
.tt__match {
  display: flex;
  padding: 5px;
}
.tt__match .emb {
  width: 45px;
}
@media only screen and (min-width: 988px) {
  .tt__match .emb {
    width: 150px;
  }
}
.tt__match .emb img {
  width: 100%;
}
.tt__match .text_area {
  position: relative;
  width: 100%;
}
.tt__match .text_area .date {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
@media only screen and (min-width: 988px) {
  .tt__match .text_area .date {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1.8181818182;
  }
}
.tt__match .text_area .card,
.tt__match .text_area .stadium {
  position: absolute;
  bottom: 0;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media only screen and (min-width: 988px) {
  .tt__match .text_area .card,
  .tt__match .text_area .stadium {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    bottom: 15px;
  }
}
.tt__match .text_area .card {
  left: 0;
}
.tt__match .text_area .stadium {
  right: 0;
}
.tt__block {
  margin: 0 10px;
}
@media only screen and (min-width: 988px) {
  .tt__block {
    width: 1180px;
  }
}
.tt__block.slick-active {
  opacity: 1 !important;
}

.ticket_link {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 240px;
  border-radius: 4px;
  line-height: 66px;
  background: #1E7A32;
  position: relative;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
@media only screen and (min-width: 988px) {
  .ticket_link {
    max-width: 370px;
    line-height: 80px;
    margin: 0 auto 60px;
  }
}
.ticket_link img {
  position: absolute;
  top: 0;
  width: 60px !important;
  left: -20px;
  animation: korokoro 2.5s linear 0s 1;
  animation-iteration-count: infinite;
}
@media only screen and (min-width: 988px) {
  .ticket_link img {
    top: -5px;
    width: 90px;
    left: -40px;
  }
}
.ticket_link:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.bnr_link img {
  width: 100%;
}

.ticket__date__description {
  margin: 5px 0 20px !important;
  text-align: left !important;
}

@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}