@charset "UTF-8";
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%;
  font: inherit;
  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,
q:before, q:after {
  content: '';
  content: none; }

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

.pr {
  position: relative; }

@media screen and (min-width: 768px) {
  .sp_only {
    display: none; } }

.tb_only {
  display: none; }
  @media screen and (min-width: 768px) {
    .tb_only {
      display: block; } }
  @media screen and (min-width: 1200px) {
    .tb_only {
      display: none; } }

.pc_only {
  display: none; }
  @media screen and (min-width: 1200px) {
    .pc_only {
      display: block; } }

.tb_min {
  display: none; }
  @media screen and (min-width: 768px) {
    .tb_min {
      display: block; } }

@media screen and (min-width: 768px) {
  .sp_pc_show {
    display: none; } }

@media screen and (min-width: 1200px) {
  .sp_pc_show {
    display: block; } }

@media screen and (min-width: 1200px) {
  .pc_only_hide {
    display: none; } }

.oln,
.uln {
  padding: 0; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  max-width: 640px;
  margin: 100px auto 0; }
  .youtube + .youtube {
    margin-top: 30px; }
  .youtube iframe {
    max-height: 360px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  @media screen and (min-width: 768px) {
    .youtube {
      padding-top: 360px; } }

.fit_img {
  width: 300px;
  height: 300px; }
  .fit_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.radio_chenge {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: initial;
  width: 24px;
  height: 24px;
  background-color: #ddd; }
  .radio_chenge + span::before {
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #0f0;
    position: relative;
    top: 5px;
    margin-right: 10px;
    background-color: #ddd;
    border-radius: 50px; }
  .radio_chenge:checked + span::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%230075FF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E");
    background-color: #0075FF;
    border: solid 1px red; }

.check_chenge {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: initial;
  width: 24px;
  height: 24px;
  background-color: #ddd; }
  .check_chenge + span::before {
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #0f0;
    position: relative;
    top: 5px;
    margin-right: 10px;
    background-color: #ddd;
    border-radius: 50px; }
  .check_chenge:checked + span::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%230075FF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E");
    background-color: #0075FF;
    border: solid 1px red; }

.is-empty {
  color: red; }
  .is-empty option {
    color: #00f; }
  .is-empty option:nth-child(1) {
    color: red; }

.select_wrap {
  position: relative; }
  .select_wrap::after {
    background-color: #001900;
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E");
    background-size: cover;
    background-position: center; }

.flex_50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flex_50 .flex_item {
    width: calc(50% - 5px); }
    @media screen and (min-width: 768px) {
      .flex_50 .flex_item {
        width: calc(50% - 20px); } }
    @media screen and (min-width: 768px) {
      .flex_50 .flex_item .first {
        margin-top: 0; } }

@media screen and (min-width: 768px) {
  .tb_min_flex_50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .tb_min_flex_50.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media screen and (min-width: 768px) {
  .tb_min_flex_50 .flex_item {
    width: calc(50% - 20px); } }

@media screen and (min-width: 768px) {
  .tb_min_flex_50 .flex_item .first {
    margin-top: 0; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_50.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_50 .flex_item {
    width: calc(50% - 20px); } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_50 .flex_item .first {
    margin-top: 0; } }

@media screen and (min-width: 768px) {
  .tb_min_flip_upside_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media screen and (min-width: 1200px) {
  .pc_only_flip_upside_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.vr_view_warp .vr_view_popup,
.vr_view_warp .vr_view_popup_back {
  display: none; }

.vr_view_warp .vr_view_popup_back {
  background-color: #777;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.vr_view_warp .vr_view_popup {
  width: calc(80%);
  height: calc(80%);
  border-radius: 10px;
  border: solid 10px #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  .vr_view_warp .vr_view_popup iframe {
    width: 100%;
    height: 100%;
    z-index: 2; }

.slide .slick-current,
.slide .is-active-next {
  opacity: 1;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s; }
  .slide .slick-current .mv_text_box,
  .slide .is-active-next .mv_text_box {
    -webkit-animation: fadeInUp 1.5s ease 1.5s 1 normal both;
    animation: fadeInUp 1.5s ease 1.5s 1 normal both; }

.archive_paginate {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .archive_paginate li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid 1px #000; }
    .archive_paginate li + li {
      margin-left: 20px; }

.fb {
  font-weight: bold; }

.tc {
  text-align: center; }

.fs_10 {
  font-size: 10px; }

.fs_15 {
  font-size: 15px; }

.fs_24 {
  font-size: 24px; }

.fs_10_10_20 {
  font-size: 10px; }
  @media screen and (min-width: 1200px) {
    .fs_10_10_20 {
      font-size: 20px; } }

.fs_15_15_30 {
  font-size: 15px; }
  @media screen and (min-width: 1200px) {
    .fs_15_15_30 {
      font-size: 30px; } }

.fs_22_22_37 {
  font-size: 22px; }}
  @media screen and (min-width: 1200px) {
    .fs_22_22_37 {
      font-size: 37px; } }

.fs33_33_67 {
  font-size: 33px; }
  @media screen and (min-width: 1200px) {
    .fs33_33_67 {
      font-size: 67px; } }

.mat_10_10_20 {
  margin-top: 10px; }
  @media screen and (min-width: 1200px) {
    .mat_10_10_20 {
      margin-top: 20px; } }

.mat_10_10_30 {
  margin-top: 10px; }
  @media screen and (min-width: 1200px) {
    .mat_10_10_30 {
      margin-top: 30px; } }

.mat_15_15_30 {
  margin-top: 15px; }
  @media screen and (min-width: 1200px) {
    .mat_15_15_30 {
      margin-top: 30px; } }

.mat_50_50_100 {
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .mat_50_50_100 {
      margin-top: 50px; } }
  @media screen and (min-width: 1200px) {
    .mat_50_50_100 {
      margin-top: 100px; } }

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP","A-OTF UD新ゴ Pro", sans-serif; }
  @media screen and (min-width: 1200px) {
    body {
      padding-bottom: 100px; } }
  body p {
    line-height: 2.2; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: middle; }

header {
  position: relative;
  overflow: hidden; }
  header .back {
    max-width: 100%; }
    header .back img {
      width: 100%; }
  header .count {
    width: 190px;
    height: 91px;
    background-color: #D83822;
    margin: 0 auto 35px;
    color: #fff;
    padding: 15px;
    font-weight: bold; }
    @media screen and (min-width: 1200px) {
      header .count {
        position: relative;
        left: 200px; } }
    header .count P {
      font-size: 24px; }
    header .count .d,
    header .count .h,
    header .count .m {
      position: relative; }
    header .count .m:after {
      position: absolute;
      left: 0;
      bottom: -10px;
      font-size: 10px;
      content: 'month'; }
    header .count .d:after {
      position: absolute;
      left: 0;
      bottom: -10px;
      font-size: 10px;
      content: 'days'; }
    header .count .h:after {
      position: absolute;
      left: 0;
      bottom: -10px;
      font-size: 10px;
      content: 'hour'; }
  header .text {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center; }
    @media screen and (min-width: 1200px) {
      header .text {
        top: 140;
        left: 170px; } }
    header .text img {
      width: 288px;
      width: 80vw; }
      @media screen and (min-width: 1200px) {
        header .text img {
          width: 800px;
          width: 45vw;
          max-width: 800px; } }

.title_team {
  text-align: center;
  padding-bottom: 135px; }
  .title_team img {
    width: 90px; }
    @media screen and (min-width: 1200px) {
      .title_team img {
        width: 196px; } }

.players {
  padding: 0 32px 20px;
  z-index: 9999; }
  @media screen and (min-width: 1200px) {
    .players {
      padding-bottom: 100px;
      padding-bottom: 250px; } }

@media screen and (max-width: 1200px) {
  .player_1 .inner {
    top: -100px; }
  .player_1 .player_img {
    top: -140px; }
    .player_1 .player_img img {
      width: 333px; }
  .player_2 {
    margin-top: 162px; }
    .player_2 .inner {
      top: -100px; }
    .player_2 .player_img img {
      width: 333px; }
  .player_3 {
    margin-top: 151px; }
    .player_3 .inner {
      top: -120px; }
    .player_3 .player_img img {
      width: 375px; }
  .player_4 {
    margin-top: 158px; }
    .player_4 .inner {
      top: -120px; }
    .player_4 .player_img img {
      width: 280px; } }

@media screen and (min-width: 1200px) {
  .player_1 .player_img {
    top: -120px; }
    .player_1 .player_img img {
      width: 768px; }
  .player_2 .player_img {
    top: -40px; }
  .player_3 .player_img {
    top: -200px; }
    .player_3 .player_img img {
      width: 606px; }
  .player_4 .inner {
    z-index: 9999; }
  .player_4 .player_img {
    top: -50px; }
    .player_4 .player_img img {
      width: 644px;
      z-index: 9999; } }

.player {
  padding: 0 18px;
  background-color: #fff;
  border-radius: 500px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1200px) {
    .player {
      max-width: initial;
      -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
      transform: rotate(-7deg);
      max-width: 1721px;
      height: 557px; } }
  @media screen and (min-width: 1200px) {
    .player + .player {
      margin-top: 160px; } }
  .player .inner {
    position: relative; }
    @media screen and (min-width: 1200px) {
      .player .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
        padding-right: 260px; } }
    .player .inner h3 {
      margin-top: 22px; }
      @media screen and (min-width: 1200px) {
        .player .inner h3 {
          text-align: right; } }
    .player .inner.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (min-width: 1200px) {
        .player .inner.reverse {
          padding-left: 260px;
          padding-right: 0; } }
      @media screen and (min-width: 1200px) {
        .player .inner.reverse h3 {
          text-align: left; } }
      @media screen and (min-width: 1200px) {
        .player .inner.reverse .content {
          width: 38vw;
          max-width: 630px;
          padding-top: 110px; } }
    .player .inner .player_img {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (min-width: 1200px) {
        .player .inner .player_img {
          position: relative;
          z-index: 2; } }
      @media screen and (min-width: 768px) {
        .player .inner .player_img img {
          max-width: 50vw; } }
      @media screen and (min-width: 1200px) {
        .player .inner .player_img img {
          position: relative; } }
    @media screen and (min-width: 1200px) {
      .player .inner .content {
        width: 38vw;
        max-width: 630px;
        padding-top: 30px; } }
    .player .inner p {
      font-size: 12px;
      margin-top: 25px; }
      @media screen and (min-width: 1200px) {
        .player .inner p {
          font-size: 16px;
          margin-top: 31px; } }
    .player .inner .imgs img {
      margin-top: 25px; }

.app {
  color: #fff;
  min-height: 500px;
  position: relative;
  z-index: 0;
  padding-top: 90px;
  text-align: center;
  padding-bottom: 50px; }
  .app::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    transform: skewY(-7deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: #000000; }
    @media screen and (min-width: 1200px) {
      .app::after {
        top: -150px;
        height: 105%; } }
  .app .app_img {
    margin-top: 15px; }
    @media screen and (min-width: 1200px) {
      .app .app_img {
        margin-top: 30px; } }
    .app .app_img img {
      width: 56px; }
      @media screen and (min-width: 1200px) {
        .app .app_img img {
          width: 112px; } }
  .app .app_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; }
    @media screen and (min-width: 1200px) {
      .app .app_links {
        margin-top: 40px; } }
    .app .app_links .app_link + .app_link {
      margin-left: 15px; }
      @media screen and (min-width: 1200px) {
        .app .app_links .app_link + .app_link {
          margin-left: 20px; } }
    .app .app_links .app_link.a img {
      width: 124px; }
      @media screen and (min-width: 1200px) {
        .app .app_links .app_link.a img {
          width: 188px; } }
    .app .app_links .app_link.b img {
      width: 153px; }
      @media screen and (min-width: 1200px) {
        .app .app_links .app_link.b img {
          width: 219px; } }

@media screen and (min-width: 1200px) {
  .flex_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

    .flex_1 > div {
  margin-top: 50px; }
  @media screen and (min-width: 1200px) {
    .flex_1 > div {
      margin-top: 100px; } }

.flex_1 > div + div {
  margin-top: 40px; }
  @media screen and (min-width: 1200px) {
    .flex_1 > div + div {
      margin-top: 100px;
      margin-left: 60px; } }

.flex_1 img {
  width: 209px;
  margin-top: 19px; }
  @media screen and (min-width: 1200px) {
    .flex_1 img {
      width: 417px; } }

.flex_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 1200px) {
    .flex_2 {
      width: 894px;
      margin: 0 auto; } }
  .flex_2 > div {
    margin-top: 32px; }
    @media screen and (min-width: 1200px) {
      .flex_2 > div {
        margin-left: 60px; } }
    .flex_2 > div:nth-child(even) {
      margin-left: 26px; }
      @media screen and (min-width: 1200px) {
        .flex_2 > div:nth-child(even) {
          margin-left: 60px; } }
    @media screen and (min-width: 1200px) {
      .flex_2 > div:nth-child(3n+1) {
        margin-left: 0; } }
  .flex_2 img {
    width: 129px;
    width: calc((100vw - 117px) / 2); }
    @media screen and (min-width: 1200px) {
      .flex_2 img {
        width: 258px; } }

.schedule {
  padding-top: 100px;
  padding-bottom: 50px;
  border-bottom: solid 1px #F9351B;
  margin-left: 30px;
  margin-right: 30px; }
  @media screen and (min-width: 1200px) {
    .schedule {
      padding-top: 250px;
      padding-bottom: 100px;
      max-width: 1200px;
      margin: 0 auto; } }
  .schedule .schedule_title_img {
    text-align: center; }
    .schedule .schedule_title_img img {
      width: 162px; }
      @media screen and (min-width: 1200px) {
        .schedule .schedule_title_img img {
          width: 342px; } }
  .schedule .schedule_img {
    text-align: center;
    margin-top: 25px; }
    @media screen and (min-width: 1200px) {
      .schedule .schedule_img {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .schedule .schedule_img img {
      width: 311px;
      width: calc(100vw - 60px); }
      @media screen and (min-width: 1200px) {
        .schedule .schedule_img img {
          width: initial;
          max-width: 1200px; } }

.flex_3 {
  margin-top: 50px; }
  @media screen and (min-width: 1200px) {
    .flex_3 {
      margin-top: 100px; } }
  .flex_3 .title_img {
    text-align: center; }
    .flex_3 .title_img img {
      width: 186px; }
      @media screen and (min-width: 1200px) {
        .flex_3 .title_img img {
          width: 368px; } }
  .flex_3 .img {
    text-align: center; }
  @media screen and (min-width: 1200px) {
    .flex_3 .flex_3_in > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1200px;
      margin: 35px auto 0; } }
  .flex_3 .flex_3_in h2 {
    text-align: center;
    font-size: 16px;
    margin-top: 35px; }
    @media screen and (min-width: 1200px) {
      .flex_3 .flex_3_in h2 {
        font-size: 32px;
        margin-top: 70px; } }
  .flex_3 .flex_3_in .img {
    margin-top: 25px; }
    .flex_3 .flex_3_in .img img {
      width: 306px; }
      @media screen and (min-width: 1200px) {
        .flex_3 .flex_3_in .img img {
          width: 402px; } }
  .flex_3 .flex_3_in p {
    padding: 0 30px;
    font-size: 12px;
    margin-top: 12px; }
    @media screen and (min-width: 1200px) {
      .flex_3 .flex_3_in p {
        font-size: 16px;
        padding: 0;
        margin-left: 23px; } }

/*# sourceMappingURL=master.css.map */
