/* 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; }

body {
  width: 100%; }

.kv .img-sp {
  display: none; }

.kv img {
  max-width: 100%;
  vertical-align: middle;
  height: auto; }

@media screen and (max-width: 736px) {
  .kv .img-pc {
    display: none; }
  .kv .img-sp {
    width: 100%;
    display: inline-block; } }

.wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1170px; }

.title {
  text-align: center;
  margin-bottom: 80px;
  color: #fff; }
  @media screen and (max-width: 736px) {
    .title {
      margin-bottom: 30px; } }
  .title h2 {
    text-align: center;
    font-family: Roboto;
    font-weight: 900;
    font-style: italic;
    font-size: 3.8em;
    margin: 0 auto 10px;
    border-top: 8px solid;
    display: inline-block;
    padding-top: 30px;
    line-height: normal; }
    @media screen and (max-width: 736px) {
      .title h2 {
        font-size: 2.5em; } }
  .title span {
    font-family: Noto Sans;
    font-weight: bold; }

p {
  font-family: Noto Sans;
  line-height: 1.5em;
  color: #fff; }

.preview {
  padding-top: 100px;
  padding-bottom: 110px;
  background: url("../../assets/images/b_bg_1.png") no-repeat;
  background-size: cover; }
  @media screen and (max-width: 736px) {
    .preview {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .preview .banner_img {
    text-align: center; }
    .preview .banner_img img {
      margin-top: 60px; }
      @media screen and (max-width: 736px) {
        .preview .banner_img img {
          width: 90%;
          margin-top: 30px; } }

.player {
  display: flex;
  background-color: #890000;
  padding-top: 100px;
  padding-bottom: 114px;
  background: url("../../assets/images/r_bg_1.png") no-repeat;
  background-size: cover; }
  @media screen and (max-width: 736px) {
    .player {
      padding-bottom: 0; } }
  .player__inner {
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 736px) {
      .player__inner {
        flex-wrap: wrap; } }
  .player__contents {
    width: 45%; }
    @media screen and (max-width: 736px) {
      .player__contents {
        width: 100%;
        margin-bottom: 70px; } }
  .player img {
    width: 100%;
    margin-bottom: 35px; }

.comment {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 220px;
  background: url("../../assets/images/b_bg_2.png") no-repeat;
  background-size: cover; }
  .comment__text {
    background-color: #E6002D;
    opacity: 0.9;
    padding: 30px;
    width: 40%; }
  .comment__box {
    text-align: right;
    position: relative;
    max-width: 1000px;
    margin: 0 auto 90px; }
  .comment__box:nth-child(2n) {
    text-align: left; }
    .comment__box:nth-child(2n) .comment__text {
      right: 0;
      text-align: left; }
  @media screen and (max-width: 736px) {
    .comment {
      line-height: 0;
      margin-bottom: 100px; }
      .comment img {
        width: 100%; } }
  .comment__text {
    position: absolute;
    bottom: 30px;
    width: 430px;
    text-align: left; }
    .comment__text .name {
      font-weight: bold;
      font-size: 1.5rem;
      margin-bottom: 11px; }
    @media screen and (max-width: 736px) {
      .comment__text {
        position: static;
        width: 100%;
        box-sizing: border-box; } }
  .comment .playerimg {
    text-align: center; }
    .comment .playerimg .title {
      margin-top: 100px; }
    .comment .playerimg img {
      width: 85%;
      margin-bottom: 60px; }
      @media screen and (max-width: 736px) {
        .comment .playerimg img {
          width: 100%;
          margin-bottom: 30px; } }
    .comment .playerimg img:last-child {
      margin-bottom: 150px; }
  .comment .team_comparison {
    text-align: center; }
    .comment .team_comparison img {
      width: 85%;
      margin-bottom: 150px; }
      @media screen and (max-width: 736px) {
        .comment .team_comparison img {
          width: 100%; } }
  .comment .gola_ranking {
    text-align: center; }
    .comment .gola_ranking img {
      width: 85%;
      margin-bottom: 100px; }
      @media screen and (max-width: 736px) {
        .comment .gola_ranking img {
          width: 100%; } }
  .comment .highlight__movie {
    text-align: center; }
    .comment .highlight__movie iframe {
      width: 720px;
      height: 405px; }
      @media screen and (max-width: 736px) {
        .comment .highlight__movie iframe {
          width: 79%;
          height: auto; } }
  .comment__txt {
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 736px) {
      .comment__txt {
        width: 100%; } }
    .comment__txt .tit {
      font-size: 1.2rem;
      font-weight: bold; }

.previous {
  background-color: #890000;
  padding-top: 100px;
  padding-bottom: 117px;
  background: url("../../assets/images/r_bg_2.png") no-repeat;
  background-size: cover; }
  .previous__box {
    display: flex;
    margin-bottom: 130px;
    align-items: flex-end;
    width: 100%; }
    .previous__box img {
      margin-right: 40px;
      width: 60%; }
    @media screen and (max-width: 736px) {
      .previous__box {
        flex-wrap: wrap;
        margin-bottom: 100px; }
        .previous__box img {
          width: 100%;
          margin-right: 0;
          margin-bottom: 30px; } }
    .previous__box .teamname {
      background-color: #000;
      color: #fff;
      padding: 5px 10px; }
      @media screen and (max-width: 736px) {
        .previous__box .teamname {
          box-sizing: border-box;
          display: inline-block; } }
    .previous__box + .previous__box {
      flex-direction: row-reverse;
      margin-bottom: 0; }
      .previous__box + .previous__box img {
        margin-right: 0px;
        margin-left: 40px; }
  @media screen and (max-width: 736px) {
    .previous__text {
      box-sizing: border-box;
      width: 100%; } }
  .previous__text p {
    margin-top: 10px; }

.results {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 115px;
  background: url("../../assets/images/b_bg_3.png") no-repeat;
  background-size: cover; }
  .results .results_box2 {
    width: 100%; }
    .results .results_box2 img {
      width: 100%; }

.floatingbnr {
  display: block;
  position: fixed;
  z-index: 9999999;
  bottom: 0px;
  line-height: 0; }
  .floatingbnr a {
    display: block; }
  .floatingbnr img {
    width: 100%; }
  .floatingbnr :hover {
    opacity: 0.93; }
  .floatingbnr .img-sp {
    display: none; }
  @media screen and (max-width: 736px) {
    .floatingbnr .img-pc {
      width: 100%;
      display: none; }
    .floatingbnr .img-sp {
      display: inline-block; } }
