@charset "UTF-8";
@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'Montserrat-SemiBoldItalic';
  src: url("../fonts/Montserrat-SemiBoldItalic/Montserrat-SemiBoldItalic.eot");
  src: url("../fonts/Montserrat-SemiBoldItalic/Montserrat-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBoldItalic/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-SemiBoldItalic/Montserrat-SemiBoldItalic.woff") format("woff"), url("../fonts/Montserrat-SemiBoldItalic/Montserrat-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Montserrat-SemiBoldItalic/Montserrat-SemiBoldItalic.svg#svgFontName") format("svg"); }

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;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%; }

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

img,
iframe {
  vertical-align: middle; }

img {
  max-width: 100%;
  height: auto; }

body {
  line-height: 1;
  font-family: 'Montserrat-SemiBold'; }

a {
  text-decoration: none; }

ol,
ul {
  list-style: none; }

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

blockquote,
q {
  quotes: none; }

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

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

.wrapper {
  position: relative;
  margin: 0 auto;
  min-width: 320px;
  background: #ffffff;
  max-width: 750px; }

.container {
  max-width: 750px;
  margin: 0 auto; }

.text__center {
  text-align: center; }

.font__montserrat-semibold {
  font-family: 'Montserrat-SemiBold'; }

.font__montserrat-semibolditalic {
  font-family: 'Montserrat-SemiBoldItalic'; }

.vertical__middle {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%; }

.main-header {
  background: #ffffff;
  height: 120px;
  width: 100%;
  position: fixed;
  top: -240px;
  z-index: 900;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
  .main-header__logo {
    height: 100%;
    pointer-events: none;
    text-decoration: none; }
    .main-header__logo img {
      vertical-align: middle; }
  .main-header__open {
    top: 0; }
  .main-header .toggle-menu {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer; }
    .main-header .toggle-menu div {
      display: inline-block;
      vertical-align: middle; }
      .main-header .toggle-menu div span {
        width: 40px;
        height: 6px;
        background: black;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        margin: 0 auto;
        display: block; }
    .main-header .toggle-menu .two {
      margin-top: 10px; }
    .main-header .toggle-menu__white div span {
      background: #ffffff; }
  .main-header .toggle-menu.menu-open .one {
    -webkit-transform: rotate(45deg) translate(10px, -1px);
        -ms-transform: rotate(45deg) translate(10px, -1px);
            transform: rotate(45deg) translate(10px, -1px);
    height: 4px; }
  .main-header .toggle-menu.menu-open .two {
    -webkit-transform: rotate(-45deg) translate(10px, -1px);
        -ms-transform: rotate(-45deg) translate(10px, -1px);
            transform: rotate(-45deg) translate(10px, -1px);
    height: 4px; }
  .main-header .menu {
    height: 100%;
    display: none;
    position: fixed;
    width: 100%;
    background: #ffffff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto; }
    .main-header .menu__open {
      width: 60px;
      top: 66px; }
    .main-header .menu__black {
      background: #000000; }
      .main-header .menu__black .regional .title span,
      .main-header .menu__black .finalists .title span {
        color: #000000 !important; }
    .main-header .menu .menu__header {
      padding: 51px 0 51px 78px;
      z-index: 1;
      width: 100%;
      background: #ffffff; }
      .main-header .menu .menu__header p {
        font-size: 18px;
        line-height: 1.33; }
    .main-header .menu .menu__body {
      padding-left: 78px;
      width: 100%; }
      .main-header .menu .menu__body .top,
      .main-header .menu .menu__body .final {
        font-size: 36px; }
        .main-header .menu .menu__body .top a,
        .main-header .menu .menu__body .final a {
          color: #000;
          display: block; }
          .main-header .menu .menu__body .top a:hover,
          .main-header .menu .menu__body .final a:hover {
            opacity: .6; }
        .main-header .menu .menu__body .top span,
        .main-header .menu .menu__body .final span {
          display: inline-block;
          width: 15px;
          height: 22px;
          background-image: url("../images/common/spirtesheet.png");
          background-repeat: no-repeat;
          background-position: -712px -28px;
          background-color: transparent;
          position: relative;
          bottom: 3px;
          margin-right: 19px; }
      .main-header .menu .menu__body .final {
        margin-top: 35px; }
      .main-header .menu .menu__body .regional,
      .main-header .menu .menu__body .finalists {
        position: relative; }
        .main-header .menu .menu__body .regional .title,
        .main-header .menu .menu__body .finalists .title {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          position: absolute;
          top: 140px;
          left: -125px; }
          .main-header .menu .menu__body .regional .title span,
          .main-header .menu .menu__body .finalists .title span {
            color: #b6b6b6;
            letter-spacing: 5px;
            font-family: "Montserrat-SemiBold"; }
          .main-header .menu .menu__body .regional .title span:first-child,
          .main-header .menu .menu__body .finalists .title span:first-child {
            font-size: 28px; }
          .main-header .menu .menu__body .regional .title span:last-child,
          .main-header .menu .menu__body .finalists .title span:last-child {
            font-size: 18px;
            text-transform: uppercase; }
        .main-header .menu .menu__body .regional ul,
        .main-header .menu .menu__body .finalists ul {
          margin-left: 35px;
          margin-top: 35px; }
          .main-header .menu .menu__body .regional ul li,
          .main-header .menu .menu__body .finalists ul li {
            position: relative;
            margin: 0;
            padding: 0; }
            .main-header .menu .menu__body .regional ul li a,
            .main-header .menu .menu__body .finalists ul li a {
              font-size: 28px;
              color: #000000;
              display: block;
              padding: 15px; }
              .main-header .menu .menu__body .regional ul li a span,
              .main-header .menu .menu__body .finalists ul li a span {
                display: inline-block;
                width: 15px;
                height: 5px;
                background-image: url("../images/common/spirtesheet.png");
                background-repeat: no-repeat;
                background-position: -707px -61px;
                background-color: transparent;
                position: relative;
                bottom: 8px;
                margin-left: 8px; }
              .main-header .menu .menu__body .regional ul li a em,
              .main-header .menu .menu__body .finalists ul li a em {
                display: none; }
      .main-header .menu .menu__body .finalists .title {
        left: -140px;
        top: 155px; }
    .main-header .menu .past-event {
      margin-top: 290px;
      background: #000000; }
      .main-header .menu .past-event .past-event__header {
        padding: 30px 0 28px 30px;
        color: #ffffff;
        width: 100%;
        cursor: pointer; }
        .main-header .menu .past-event .past-event__header p {
          font-size: 18px;
          line-height: 1.33; }
        .main-header .menu .past-event .past-event__header div {
          display: inline-block; }
        .main-header .menu .past-event .past-event__header span {
          display: inline-block;
          width: 22px;
          height: 13px;
          position: relative;
          bottom: 8px;
          margin-right: 28px;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
          background-image: url("../images/common/spirtesheet.png");
          background-repeat: no-repeat;
          background-position: -706px -7px;
          background-color: transparent;
          -webkit-transition: -webkit-transform .5s ease;
          transition: -webkit-transform .5s ease;
          -o-transition: transform .5s ease;
          transition: transform .5s ease;
          transition: transform .5s ease, -webkit-transform .5s ease; }
      .main-header .menu .past-event .past-event__body {
        display: none;
        color: #ffffff;
        padding-left: 80px; }
        .main-header .menu .past-event .past-event__body ul li {
          position: relative;
          margin: 0;
          padding: 0; }
          .main-header .menu .past-event .past-event__body ul li a {
            font-size: 28px;
            color: #ffffff;
            display: block;
            padding: 15px; }
            .main-header .menu .past-event .past-event__body ul li a span {
              display: inline-block;
              width: 15px;
              height: 5px;
              background-image: url("../images/common/spirtesheet.png");
              background-repeat: no-repeat;
              background-position: -707px -74px;
              background-color: transparent;
              position: relative;
              bottom: 8px;
              margin-left: 8px; }
            .main-header .menu .past-event .past-event__body ul li a em {
              display: none; }
      .main-header .menu .past-event__open {
        margin-top: 0; }
        .main-header .menu .past-event__open .past-event__header {
          padding: 51px 0 51px 30px; }
          .main-header .menu .past-event__open .past-event__header span {
            -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                    transform: rotate(0); }

.main-footer {
  background: #000000; }
  .main-footer .share .share__header {
    position: relative;
    height: 140px; }
    .main-footer .share .share__header p {
      color: #ffffff;
      font-size: 28px;
      font-family: "Montserrat-SemiBold";
      padding-top: 80px;
      letter-spacing: 5px; }
  .main-footer .share .share__socials ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%; }
    .main-footer .share .share__socials ul li {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 33.33333333%; }
      .main-footer .share .share__socials ul li a {
        padding: 51px;
        display: block;
        color: #ffffff;
        text-align: center;
        font-size: 18px; }
    .main-footer .share .share__socials ul .facebook {
      background-color: #3b5998; }
    .main-footer .share .share__socials ul .line {
      background-color: #1dcd00; }
    .main-footer .share .share__socials ul .twitter {
      background-color: #55acee; }
  .main-footer .download .download__header {
    position: relative;
    height: 160px; }
    .main-footer .download .download__header p {
      color: #ffffff;
      font-size: 28px;
      font-family: "Montserrat-SemiBold";
      padding-top: 100px;
      letter-spacing: 5px; }
  .main-footer .download .download__links {
    text-align: center; }
    .main-footer .download .download__links ul {
      display: inline-block;
      list-style: none; }
      .main-footer .download .download__links ul li {
        float: left;
        width: 49%; }
        .main-footer .download .download__links ul li:last-child {
          float: right; }
        .main-footer .download .download__links ul li a {
          display: inline-block;
          width: 342px;
          height: 102px; }
      .main-footer .download .download__links ul .app-store a {
        background-image: url("../images/common/spirtesheet.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-color: transparent; }
      .main-footer .download .download__links ul .ch-play a {
        background-image: url("../images/common/spirtesheet.png");
        background-repeat: no-repeat;
        background-position: -359px 0;
        background-color: transparent; }
  .main-footer .official-site .official-site__header {
    position: relative;
    height: 160px; }
    .main-footer .official-site .official-site__header p {
      color: #ffffff;
      font-size: 28px;
      font-family: "Montserrat-SemiBold";
      padding-top: 100px;
      letter-spacing: 5px; }
  .main-footer .copyright {
    color: #ffffff;
    font-family: "Montserrat-Light";
    font-size: 18px;
    padding: 25px;
    margin-top: 180px;
    font-weight: 300;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
    .main-footer .copyright .footer--note {
      font-weight: 600;
      text-decoration: underline; }
    .main-footer .copyright a {
      color: #ffffff;
      font-size: 18px;
      text-decoration: underline;
      line-height: 1.778; }
    .main-footer .copyright p + p {
      line-height: 1.778 !important;
      margin-top: 20px; }

.is-pc .main-footer .share__socials ul li {
  width: 50%; }

.is-pc .main-footer .share__socials .line {
  display: none; }

.naviButon {
  margin: 192px 0 200px; }
  .naviButon ul li {
    background: #000;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .naviButon ul li a {
      color: #fff;
      font-size: 36px;
      font-weight: bold;
      display: block;
      line-height: 120px;
      min-height: 120px; }
      .naviButon ul li a span {
        font-size: 0px; }
  .naviButon ul .top {
    width: 53.33333%;
    text-align: center;
    margin: 0 6.7%; }
  .naviButon ul .prev,
  .naviButon ul .next {
    width: 16%; }
  .naviButon ul .prev:before {
    content: "";
    position: absolute;
    left: 46px;
    top: 46px;
    width: 22px;
    height: 22px;
    border-left: 8px solid #fff;
    border-top: 8px solid #fff;
    -moztransform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .naviButon ul .next:before {
    content: "";
    position: absolute;
    right: 46px;
    top: 46px;
    width: 22px;
    height: 22px;
    border-left: 8px solid #fff;
    border-top: 8px solid #fff;
    -moztransform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.wrap .dateReport,
.wrap .iconSocial {
  display: none; }

.pc {
  display: none !important; }

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 900; }
  .loading .loading_image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -44px; }

.is-android .hide-android,
.is-android .hide-ios,
.is-ios .hide-android,
.is-ios .hide-ios {
  width: 100% !important; }

body.is-pc .wrapper {
  min-width: 1030px;
  max-width: 100%; }

body.is-pc .pc {
  display: block !important; }

body.is-pc #endScroll {
  height: 1px; }

body.is-pc .main-header {
  height: 90px; }
  body.is-pc .main-header .main-header__logo {
    text-align: left;
    padding-left: 30px; }
    body.is-pc .main-header .main-header__logo img {
      width: 311px; }
  body.is-pc .main-header .menu__header {
    display: none; }

body.is-pc .container {
  max-width: 693px;
  padding: 0; }

body.is-pc .container--750 {
  max-width: 750px;
  margin: 0 auto; }

body.is-pc .naviButon {
  margin: 145px auto 290px;
  padding: 0 5px;
  width: 1030px; }
  body.is-pc .naviButon ul li {
    width: 25%;
    display: block;
    float: left; }
    body.is-pc .naviButon ul li:hover {
      opacity: .6; }
    body.is-pc .naviButon ul li a {
      height: 60px;
      line-height: 60px;
      min-height: 60px;
      text-align: center;
      font-size: 18px; }
      body.is-pc .naviButon ul li a span {
        font-size: 18px; }
  body.is-pc .naviButon ul .top {
    margin: 0 12.5%; }
  body.is-pc .naviButon ul .prev:before,
  body.is-pc .naviButon ul .next:before {
    width: 10px;
    height: 10px;
    top: 24px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff; }
  body.is-pc .naviButon ul .prev:before {
    left: 18px; }
  body.is-pc .naviButon ul .next:before {
    right: 18px; }

body.is-pc .wrap {
  width: 1030px;
  margin: 0 auto;
  position: relative; }
  body.is-pc .wrap .dateReport {
    display: block;
    position: absolute;
    top: 380px;
    left: -58px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    font-size: 14px;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  body.is-pc .wrap .iconSocial {
    display: none;
    position: absolute;
    top: 315px;
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    body.is-pc .wrap .iconSocial li {
      width: 60px;
      height: 60px;
      border: 1px solid #e6e6e8;
      text-align: center;
      position: relative;
      background: #fff; }
      body.is-pc .wrap .iconSocial li img {
        position: absolute;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        top: 50%;
        left: 50%; }
      body.is-pc .wrap .iconSocial li:first-child {
        border-bottom: none; }

body.is-pc .sp {
  display: none !important; }

body.is-pc .menu__body {
  padding: 130px 62px; }
  body.is-pc .menu__body .title {
    -webkit-transform: rotate(0deg) translateY(-50%) !important;
        -ms-transform: rotate(0deg) translateY(-50%) !important;
            transform: rotate(0deg) translateY(-50%) !important;
    top: 50% !important; }
    body.is-pc .menu__body .title span {
      font-size: 14px !important;
      font-weight: bold;
      letter-spacing: 0 !important; }
    body.is-pc .menu__body .title--left {
      padding-right: 55px; }
      body.is-pc .menu__body .title--left::before {
        content: '';
        width: 50px;
        height: 1px;
        background: #d1d1d1;
        position: absolute;
        top: 49%;
        right: 0; }
    body.is-pc .menu__body .title--right {
      padding-left: 55px;
      right: 0;
      left: inherit !important; }
      body.is-pc .menu__body .title--right::before {
        content: '';
        width: 50px;
        height: 1px;
        background: #d1d1d1;
        position: absolute;
        top: 49%;
        left: 0; }
  body.is-pc .menu__body .regional .title--left {
    left: 15px !important; }
  body.is-pc .menu__body .finalists .title--left {
    left: 0px !important; }
  body.is-pc .menu__body .top,
  body.is-pc .menu__body .final {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 80px; }
    body.is-pc .menu__body .top em,
    body.is-pc .menu__body .final em {
      display: block;
      font-size: 18px;
      margin-top: 10px; }
    body.is-pc .menu__body .top span,
    body.is-pc .menu__body .final span {
      display: none !important; }
  body.is-pc .menu__body .final {
    margin-top: 75px !important; }
  body.is-pc .menu__body .regional,
  body.is-pc .menu__body .finalists {
    width: 1250px;
    margin: 0 auto; }
  body.is-pc .menu__body .regional ul,
  body.is-pc .menu__body .finalists ul {
    width: 920px;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important; }
    body.is-pc .menu__body .regional ul li,
    body.is-pc .menu__body .finalists ul li {
      float: left; }
      body.is-pc .menu__body .regional ul li span,
      body.is-pc .menu__body .finalists ul li span {
        display: none !important; }
      body.is-pc .menu__body .regional ul li a,
      body.is-pc .menu__body .finalists ul li a {
        font-size: 18px !important;
        font-weight: bold;
        text-align: center;
        padding: 0 !important; }
        body.is-pc .menu__body .regional ul li a:hover,
        body.is-pc .menu__body .finalists ul li a:hover {
          opacity: .6; }
      body.is-pc .menu__body .regional ul li em,
      body.is-pc .menu__body .finalists ul li em {
        display: block !important;
        font-size: 11px;
        margin-top: 5px; }
      body.is-pc .menu__body .regional ul li:first-child,
      body.is-pc .menu__body .finalists ul li:first-child {
        margin-left: 0 !important; }
      body.is-pc .menu__body .regional ul li:nth-child(6),
      body.is-pc .menu__body .finalists ul li:nth-child(6) {
        margin-right: 0 !important; }
  body.is-pc .menu__body .finalists ul li {
    width: 25%;
    text-align: center;
    margin: 0 !important; }
    body.is-pc .menu__body .finalists ul li a {
      display: inline-block !important; }
  body.is-pc .menu__body .regional ul li {
    width: 14.222%;
    margin: 0 !important; }

body.is-pc .mt40 {
  margin-top: 40px !important; }

/*!-------------------------Control mobile, PC-------------------------- */
body.is-android .hide-android {
  display: none; }

body.is-android .ch-play {
  float: left !important; }

body.is-ios .hide-ios {
  display: none; }

body {
  background: #ccc;
  font-family: "Montserrat-SemiBold"; }

.mainBg {
  position: relative; }
  .mainBg::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .mainBg::after {
    content: '';
    width: 100%;
    height: 120px;
    background: white;
    position: absolute;
    left: 0;
    bottom: -120px;
    z-index: 10; }
  .mainBg .mainBg__cover {
    min-height: 470px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); }
  .mainBg .mainBg__title {
    position: absolute;
    top: 135px;
    width: 100%;
    z-index: 100; }
    .mainBg .mainBg__title .container {
      padding-left: 30px; }
    .mainBg .mainBg__title p {
      color: #000000;
      font-size: 18px;
      letter-spacing: 5px; }
    .mainBg .mainBg__title h1 {
      color: #000000;
      font-size: 48px;
      line-height: 2;
      font-weight: bold;
      font-family: "Montserrat-SemiBold"; }

.player--sendai .mainBg__cover {
  background: url("../images/player/sendai/170722_sendai_0359.jpg") no-repeat center center;
  background-size: cover; }

.player--sapporo .mainBg__cover {
  background: url("../images/player/sapporo/sapporo_4797.jpg") no-repeat center center;
  background-size: cover; }

.player--fukuoka .mainBg__cover {
  background: url("../images/player/fukuoka/20170811_fukuoka.jpg") no-repeat center center;
  background-size: cover; }

.player--nagoya .mainBg__cover {
  background: url("../images/player/nagoya/170813_nagoya.jpg") no-repeat center center;
  background-size: cover; }

.player--osaka .mainBg__cover {
  background: url("../images/player/osaka/170819_oosaka.jpg") no-repeat center center;
  background-size: cover; }

.player--tokyo1 .mainBg__cover {
  background: url("../images/player/tokyo1/170903_tokyo1_0007.jpg") no-repeat center center;
  background-size: cover; }

.player--tokyo2 .mainBg__cover {
  background: url("../images/player/tokyo2/player_14-tokyo.jpg") no-repeat center center;
  background-size: cover; }

.player--finaltokyo .mainBg__cover {
  background: url("../images/player/finaltokyo/170930_finaltokyo_1080.jpg") no-repeat center center;
  background-size: cover; }

.player__avatar {
  max-width: 695px;
  margin: -120px auto 0;
  position: relative;
  z-index: 100; }

.player__contents .player__contents--paragraph p {
  margin: 80px 28px 0;
  line-height: 2;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26px; }

.player__contents .player__contents--images {
  margin-top: 85px; }

.player__contents .player__contents--btn {
  margin-top: 34px; }
  .player__contents .player__contents--btn a {
    width: 685px;
    height: 180px;
    display: block;
    margin: 0 auto;
    border: 2px solid #000000;
    text-align: center;
    color: #000000;
    position: relative; }
    .player__contents .player__contents--btn a div {
      display: inline-block;
      vertical-align: middle; }
      .player__contents .player__contents--btn a div p {
        font-size: 22px; }
      .player__contents .player__contents--btn a div h1 {
        font-size: 36px;
        line-height: 1.667;
        letter-spacing: 8px; }
    .player__contents .player__contents--btn a .icon__copy {
      display: block;
      background-image: url("../images/common/spirtesheet.png");
      background-repeat: no-repeat;
      background-position: -774px -13px;
      background-color: transparent;
      width: 35px;
      height: 35px;
      position: absolute;
      top: 75px;
      right: 60px; }
  .player__contents .player__contents--btn a:hover {
    opacity: 0.6; }

.player__contents .btn--regional {
  margin-top: 80px; }
  .player__contents .btn--regional a {
    background: #000000;
    color: #ffffff; }

.player__contents .btn--regional {
  margin-top: 38px; }

.player__contents .player__contents--videos {
  margin-top: 80px; }

.player__contents .player__contents--links {
  margin: 200px 0; }
  .player__contents .player__contents--links ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .player__contents .player__contents--links ul li {
      display: inline-block; }
      .player__contents .player__contents--links ul li a {
        background: #000000;
        display: block; }
    .player__contents .player__contents--links ul .prev a {
      padding: 44px 50px; }
      .player__contents .player__contents--links ul .prev a span {
        background-image: url("../images/common/spirtesheet.png");
        background-repeat: no-repeat;
        background-position: -736px -3px;
        background-color: transparent;
        display: block;
        width: 20px;
        height: 32px; }
    .player__contents .player__contents--links ul .next a {
      padding: 44px 50px; }
      .player__contents .player__contents--links ul .next a span {
        background-image: url("../images/common/spirtesheet.png");
        background-repeat: no-repeat;
        background-position: -740px -38px;
        background-color: transparent;
        display: block;
        width: 20px;
        height: 32px; }
    .player__contents .player__contents--links ul .top a {
      width: 400px;
      padding: 51px 0;
      margin-left: 55px;
      margin-right: 55px;
      text-align: center;
      color: #ffffff;
      font-family: "Montserrat-SemiBold";
      font-size: 18px; }

.is-pc .mainBg {
  position: relative; }
  .is-pc .mainBg::after {
    content: '';
    width: 100%;
    height: 50px;
    background: white;
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 10; }
  .is-pc .mainBg .mainBg__cover {
    min-height: 500px; }
  .is-pc .mainBg .mainBg__title {
    top: 90px; }
    .is-pc .mainBg .mainBg__title .container {
      padding: 0; }
    .is-pc .mainBg .mainBg__title h1 {
      font-size: 36px; }

.is-pc .player__avatar {
  margin: -200px auto 0; }

.is-pc .player__contents .player__contents--paragraph {
  margin-top: 51px; }
  .is-pc .player__contents .player__contents--paragraph p {
    margin: 0 28px;
    font-size: 14px; }

.is-pc .player__contents .player__contents--images {
  margin-top: 51px; }
  .is-pc .player__contents .player__contents--images img {
    width: 334px; }

.is-pc .player__contents .player__contents--videos {
  margin-top: 51px; }
  .is-pc .player__contents .player__contents--videos iframe {
    width: 100%; }

.is-pc .player__contents .player__contents--btn a {
  width: 332px;
  height: 75px; }
  .is-pc .player__contents .player__contents--btn a div p {
    font-size: 11px; }
  .is-pc .player__contents .player__contents--btn a div h1 {
    font-size: 18px;
    letter-spacing: 3px; }
  .is-pc .player__contents .player__contents--btn a .icon__copy {
    background-image: url("../images/common/spirtesheet.png");
    background-repeat: no-repeat;
    background-position: -771px -54px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 25px; }

.is-pc .player__contents .btn--entry {
  margin-top: 20px; }

.is-pc .player__contents .btn--tournament,
.is-pc .player__contents .btn--regional {
  display: inline-block;
  width: 45%;
  margin-left: 20px;
  margin-top: 98px; }
