@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
#term {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10000; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 100%; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  line-height: 180%;
  -webkit-text-size-adjust: 100%; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'M PLUS 1p', sans-serif !important;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 50px;
    transform: rotate(0.001deg); }
  body p {
    line-height: 180%;
    margin-bottom: 20px; }
  body a {
    transition: all 0.5s; }
  body a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha( opacity=75 )";
    transition: all 0.5s; }
  body ul {
    list-style-type: none; }
  body table {
    border-bottom: 1px solid #DDD;
    border-collapse: collapse;
    margin: 0 auto;
    position: relative;
    text-align: center;
    table-layout: fixed; }
    body table tr {
      background: #FFF; }
    body table th, body table td {
      border-top: 1px solid #DDD;
      border-collapse: collapse;
      padding: 10px;
      word-break: break-all; }
    body table th {
      background: #B3AC74;
      border-left: 1px solid #FFF;
      color: #FFF;
      text-align: center; }
      body table th:first-child {
        border-left: 0; }
    body table td {
      border-left: 1px solid #DDD; }
      body table td:first-child {
        border-left: 0; }
      body table td span {
        margin-right: 0.75rem; }
        body table td span img {
          height: 20px;
          width: auto; }
  body input,
  body textarea,
  body select,
  body button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
  body input[type=radio],
  body input[type=checkbox],
  body select,
  body button {
    cursor: pointer; }
  body input[type=radio],
  body input[type=checkbox] {
    margin-right: 0.625rem; }
  body input[type=text] {
    border-left: 4px solid #CCC;
    border-bottom: 4px solid #EDEDED;
    padding: 0.75rem; }
  body textarea {
    border-left: 4px solid #CCC;
    border-bottom: 4px solid #EDEDED;
    padding: 0.75rem;
    width: 100%; }
  body select {
    padding: 0.75rem;
    padding-right: 3rem;
    text-align: left; }
  body ::-webkit-scrollbar {
    width: 1px; }
  body ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1px; }
  body ::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1); }
  body * {
    scrollbar-width: thin;
    scrollbar-color: #DDD #FFF; }
  body video:-internal-media-controls-download-button {
    display: none !important; }
  body video:-webkit-media-controls-enclosure {
    overflow: hidden !important; }

.scl {
  scrollbar-width: thin;
  scrollbar-color: #DDD #FFF; }

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

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

.display-pc-w {
  display: none; }
  @media screen and (min-width: 1441px) {
    .display-pc-w {
      display: block; } }

.note {
  font-size: 1.25rem; }
  @media screen and (min-width: 1441px) {
    .note {
      font-size: 1rem; } }

.results .ex span {
  background-color: #FFF799;
  background-image: url("../images/selection/icn_passing.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50%;
  border: 1px solid #DDD;
  display: inline-block;
  height: 1.75rem;
  margin-right: 0.75rem;
  width: 3rem;
  vertical-align: middle; }

.btn {
  font-weight: 700;
  display: block;
  height: auto; }
  .btn li {
    display: block;
    margin-bottom: 20px;
    width: 360px; }
    .btn li:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 991px) {
      .btn li {
        margin: 0 auto;
        width: 300px; } }
    .btn li a {
      background-color: #EC6D56;
      -webkit-border-radius: 100vh;
      -moz-border-radius: 100vh;
      border-radius: 100vh;
      color: #FFF;
      display: block;
      font-size: 1.6rem;
      height: 60px;
      padding: 15px;
      text-decoration: none;
      text-align: center;
      width: 360px; }
      @media screen and (min-width: 991px) {
        .btn li a {
          background-size: 20px;
          font-size: 1.25rem;
          height: 40px;
          padding: 10px;
          width: 300px; } }

.videoWrap {
  display: inline-block; }
  .videoWrap .video {
    width: 100%;
    height: auto; }

.wrap::before {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10000;
  width: 100%;
  height: 100vh; }

.logoWrap {
  background: #FFF;
  width: 100%; }
  .logoWrap .inner {
    display: block;
    margin: 0 auto;
    padding: 80px 0;
    width: 100%; }
    @media screen and (min-width: 991px) {
      .logoWrap .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 980px; } }
    .logoWrap .inner figure {
      margin-bottom: 50px;
      text-align: center;
      width: 100%; }
      .logoWrap .inner figure:last-child {
        margin-bottom: 0; }
      @media screen and (min-width: 991px) {
        .logoWrap .inner figure {
          margin-bottom: 0;
          width: 50%; } }
      .logoWrap .inner figure img {
        height: 100px;
        width: auto; }
        @media screen and (min-width: 991px) {
          .logoWrap .inner figure img {
            height: 60px;
            width: auto; } }

.modalWrap {
  background: rgba(255, 255, 255, 0.75);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000; }
  .modalWrap .modalCont {
    background: #FFF;
    border: 3px solid #E1372F;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: auto;
    width: 90%; }
    @media screen and (min-width: 991px) {
      .modalWrap .modalCont {
        width: 600px; } }
    .modalWrap .modalCont .inner {
      position: relative;
      width: 100%; }
      .modalWrap .modalCont .inner .close {
        color: #FFF;
        cursor: pointer;
        font-size: calc(3rem * 1.5);
        position: absolute;
        top: 25px;
        right: 15px;
        z-index: 100; }
        @media screen and (min-width: 991px) {
          .modalWrap .modalCont .inner .close {
            font-size: 3rem;
            top: 20px;
            right: 20px; } }
      .modalWrap .modalCont .inner h3 {
        background: #E1372F;
        color: #FFF;
        font-size: 3rem;
        margin-bottom: 0;
        padding: 20px 0;
        text-align: center; }
        @media screen and (min-width: 991px) {
          .modalWrap .modalCont .inner h3 {
            font-size: calc(3rem * 0.8); } }
      .modalWrap .modalCont .inner img {
        width: 100%; }

.titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5%;
  width: 100%; }
  @media screen and (min-width: 991px) {
    .titleWrap {
      padding: 0; } }
  .titleWrap .title {
    width: 30%; }
  .titleWrap .subTitle {
    width: 70%; }

.title {
  background-image: url("../images/bg_h.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  color: #FFF;
  font-family: 'M PLUS 1p', sans-serif !important;
  font-size: calc(3rem * 0.8);
  font-weight: 500;
  height: 200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 991px) {
    .title {
      font-size: 3rem;
      height: 180px; } }
  .title > span {
    letter-spacing: 0.5rem;
    line-height: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap; }
    @media screen and (min-width: 991px) {
      .title > span {
        font-size: 2rem; } }

.subTitle {
  font-family: 'M PLUS 1p', sans-serif !important;
  font-size: calc(3rem * 0.8);
  font-weight: 500;
  display: block;
  height: 200px;
  margin-bottom: 0;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 991px) {
    .subTitle {
      font-size: 3rem;
      height: 150px; } }
  .subTitle > span {
    position: absolute;
    top: 50%;
    left: 20%;
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    text-align: center;
    white-space: nowrap; }
    @media screen and (min-width: 991px) {
      .subTitle > span {
        font-size: 3rem;
        letter-spacing: 0.5rem; } }
    .subTitle > span > span {
      letter-spacing: 0;
      position: static;
      font-size: 1.75rem; }
      @media screen and (min-width: 991px) {
        .subTitle > span > span {
          font-size: 1.6rem; } }

header, section, footer {
  display: block;
  font-size: 2rem;
  line-height: 120%;
  width: 100%; }
  @media screen and (min-width: 991px) {
    header, section, footer {
      font-size: 1.6rem; } }
  header .inner, section .inner, footer .inner {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 991px) {
      header .inner, section .inner, footer .inner {
        width: 980px; } }

header {
  background: #FFF;
  border-bottom: 1px solid #FFF;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 1000; }
  @media screen and (min-width: 991px) {
    header {
      height: 100px; } }
  header .inner {
    background: #000;
    position: relative;
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 991px) {
      header .inner {
        width: 980px; } }
    header .inner #logo {
      position: absolute;
      top: 20px;
      left: 5%;
      z-index: 125; }
      @media screen and (min-width: 991px) {
        header .inner #logo {
          top: 25px;
          left: 0; } }
      header .inner #logo img {
        height: 60px;
        width: auto; }
        @media screen and (min-width: 991px) {
          header .inner #logo img {
            height: 50px; } }
    header .inner #menu {
      display: block;
      position: absolute;
      top: 30px;
      right: 5%;
      height: 30px;
      width: 40px;
      z-index: 120; }
      header .inner #menu .bar {
        display: inline-block;
        width: 40px;
        height: 2px;
        background-color: #000;
        position: absolute;
        left: 0;
        transition: .15s ease-in-out; }
        header .inner #menu .bar#bar01 {
          top: 0; }
        header .inner #menu .bar#bar02 {
          top: 15px; }
        header .inner #menu .bar#bar03 {
          top: 30px; }
      @media screen and (min-width: 991px) {
        header .inner #menu {
          display: none; } }
      header .inner #menu.active #bar01 {
        top: 15px;
        transform: rotate(45deg); }
      header .inner #menu.active #bar02 {
        top: 15px;
        transform: rotate(45deg); }
      header .inner #menu.active #bar03 {
        top: 15px;
        transform: rotate(-45deg); }
    header .inner #gNav {
      position: absolute;
      top: 50px;
      right: 0;
      width: 100%;
      z-index: 110; }
      @media screen and (min-width: 991px) {
        header .inner #gNav {
          top: 35px;
          width: 700px; } }
      header .inner #gNav .gNav {
        background-color: rgba(255, 255, 255, 0.9);
        display: block;
        position: absolute;
        height: 100vh;
        top: 0;
        width: 100%;
        z-index: 90; }
        @media screen and (min-width: 991px) {
          header .inner #gNav .gNav {
            background: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            column-gap: 0;
            height: auto;
            position: inherit;
            width: 700px; } }
        header .inner #gNav .gNav li {
          background-image: none;
          display: block;
          height: auto;
          margin-bottom: 0;
          padding: 0 5%;
          width: 100%; }
          header .inner #gNav .gNav li:first-child {
            margin-top: 100px; }
          @media screen and (min-width: 991px) {
            header .inner #gNav .gNav li {
              display: block;
              padding: 0; }
              header .inner #gNav .gNav li:first-child {
                margin-top: 0;
                border-left: 0; } }
          header .inner #gNav .gNav li a {
            display: block;
            font-size: 3rem;
            font-weight: 400;
            line-height: 125%;
            height: auto;
            margin-bottom: 20px;
            overflow: hidden;
            padding: 2rem;
            position: relative;
            text-align: left;
            white-space: nowrap;
            width: 100%; }
            @media screen and (min-width: 991px) {
              header .inner #gNav .gNav li a {
                font-size: 1.25rem;
                margin-bottom: 0;
                padding: 10px 0;
                text-align: center;
                width: 120px; }
                header .inner #gNav .gNav li a:hover span {
                  color: #FFF; }
                header .inner #gNav .gNav li a:before {
                  background-image: url("../images/bg_nav_carrent.png");
                  background-position: 50%;
                  background-repeat: no-repeat;
                  background-size: contain;
                  color: #FFF;
                  content: "";
                  position: absolute;
                  top: 0;
                  left: 0;
                  z-index: 0;
                  width: 100%;
                  height: 100%;
                  opacity: 1.0;
                  filter: alpha(opacity=100);
                  -ms-filter: "alpha( opacity=100 )";
                  text-shadow: 2px 2px 2px #E1372F, -2px -2px 2px #E1372F, 2px 2px 2px #E1372F, -2px -2px 2px #E1372F;
                  transform: translate3d(100%, 0, 0);
                  transition: .3s; }
                header .inner #gNav .gNav li a:hover:before {
                  transform: translate3d(0, 0, 0); } }
            header .inner #gNav .gNav li a span {
              position: relative;
              z-index: 1;
              transition: .3s; }
            header .inner #gNav .gNav li a.cs {
              cursor: default;
              opacity: 0.25;
              filter: alpha(opacity=25);
              -ms-filter: "alpha( opacity=25 )"; }

#index .gNav li a.index {
  background-image: url("../images/bg_nav_carrent.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  text-shadow: 2px 2px 2px #E1372F, -2px -2px 2px #E1372F, 2px 2px 2px #E1372F, -2px -2px 2px #E1372F; }
  @media screen and (min-width: 991px) {
    #index .gNav li a.index {
      background-position: 50%; } }

#tournament .gNav li a.tournament {
  background-image: url("../images/bg_nav_carrent.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  text-shadow: 2px 2px 2px #E1372F, -2px -2px 2px #E1372F, 2px 2px 2px #E1372F, -2px -2px 2px #E1372F; }
  @media screen and (min-width: 991px) {
    #tournament .gNav li a.tournament {
      background-position: 50%; } }

#selection .gNav li a.selection {
  background-image: url("../images/bg_nav_carrent.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  text-shadow: 2px 2px 2px #E1372F, -2px -2px 2px #E1372F, 2px 2px 2px #E1372F, -2px -2px 2px #E1372F; }
  @media screen and (min-width: 991px) {
    #selection .gNav li a.selection {
      background-position: 50%; } }

#interview .gNav li a.interview {
  background-image: url("../images/bg_nav_carrent.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  text-shadow: 2px 2px 2px #E1372F, -2px -2px 2px #E1372F, 2px 2px 2px #E1372F, -2px -2px 2px #E1372F; }
  @media screen and (min-width: 991px) {
    #interview .gNav li a.interview {
      background-position: 50%; } }

#ale .gNav li a.ale {
  background-image: url("../images/bg_nav_carrent.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  text-shadow: 2px 2px 2px #E1372F, -2px -2px 2px #E1372F, 2px 2px 2px #E1372F, -2px -2px 2px #E1372F; }
  @media screen and (min-width: 991px) {
    #ale .gNav li a.ale {
      background-position: 50%; } }

#goods .gNav li a.goods {
  background-image: url("../images/bg_nav_carrent.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  text-shadow: 2px 2px 2px #E1372F, -2px -2px 2px #E1372F, 2px 2px 2px #E1372F, -2px -2px 2px #E1372F; }
  @media screen and (min-width: 991px) {
    #goods .gNav li a.goods {
      background-position: 50%; } }

#activity .gNav li a.activity {
  background-image: url("../images/bg_nav_carrent.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  text-shadow: 2px 2px 2px #E1372F, -2px -2px 2px #E1372F, 2px 2px 2px #E1372F, -2px -2px 2px #E1372F; }
  @media screen and (min-width: 991px) {
    #activity .gNav li a.activity {
      background-position: 50%; } }

/***** section *****/
section#main {
  height: auto;
  margin-top: 90px;
  margin-bottom: 50px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 991px) {
    section#main {
      margin-top: 100px; } }
  section#main .headline {
    margin-bottom: 35px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }
    section#main .headline h1 {
      font-size: calc(3rem * 1.5);
      margin-bottom: 20px;
      width: 100%; }
      @media screen and (min-width: 991px) {
        section#main .headline h1 {
          font-size: calc(3rem * 1.5); } }
      section#main .headline h1 span {
        background: rgba(255, 255, 255, 0.5);
        display: inline-block;
        padding: 0.5rem 1.0rem; }
    section#main .headline p {
      margin-bottom: 0; }
      section#main .headline p span {
        background: rgba(255, 255, 255, 0.5);
        display: inline-block;
        margin-bottom: 5px;
        padding: 0.5rem 1.0rem; }

/***** footer *****/
footer {
  background: #E1372F; }
  footer .inner {
    color: #FFF;
    font-size: 1.6rem;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 991px) {
      footer .inner {
        font-size: 1.25rem;
        height: 100px;
        padding: 0;
        width: 980px; } }
    footer .inner nav {
      margin-bottom: 30px;
      position: relative; }
      @media screen and (min-width: 991px) {
        footer .inner nav {
          margin-bottom: 0;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); } }
      footer .inner nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        column-gap: 20px; }
        footer .inner nav ul li {
          margin-bottom: 1.0rem;
          line-height: 100%;
          width: auto;
          white-space: nowrap; }
          @media screen and (min-width: 991px) {
            footer .inner nav ul li {
              margin-bottom: 0; } }
        footer .inner nav ul a.cs {
          cursor: default;
          opacity: 0.5;
          filter: alpha(opacity=50);
          -ms-filter: "alpha( opacity=50 )"; }
    footer .inner address {
      font-size: 1.6rem;
      position: relative; }
      @media screen and (min-width: 991px) {
        footer .inner address {
          font-size: 1.25rem;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); } }
    footer .inner #backtotop {
      position: fixed;
      bottom: 0;
      right: 5%;
      z-index: 100000; }
      @media screen and (min-width: 991px) {
        footer .inner #backtotop {
          right: 20px;
          bottom: 0; } }

/***** #index *****/
#index #main {
  background-image: url("../images/index/bg_main_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 40vh;
  margin-top: 90px;
  margin-bottom: 0; }
  @media screen and (min-width: 991px) {
    #index #main {
      background-image: url("../images/index/bg_main.png");
      height: 500px;
      margin-top: 100px; } }
  #index #main .inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #index #main .inner {
        height: 500px;
        width: 980px; } }
    #index #main .inner h1 {
      color: #FFF;
      font-size: 2rem;
      font-weight: fw-M;
      margin-bottom: 0;
      position: absolute;
      bottom: 20px;
      left: 50%;
      letter-spacing: 0.5rem;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center; }
      @media screen and (min-width: 991px) {
        #index #main .inner h1 {
          font-size: calc(3rem * 0.8);
          bottom: 20px; } }
      #index #main .inner h1 span {
        display: inline-block;
        margin-left: 10.0rem; }
        @media screen and (min-width: 991px) {
          #index #main .inner h1 span {
            display: inline;
            margin-left: 0; } }
    #index #main .inner figure {
      background: #FFF;
      display: block;
      padding: 15px;
      position: absolute;
      bottom: 80px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 150px; }
      @media screen and (min-width: 991px) {
        #index #main .inner figure {
          bottom: 70px;
          padding: 20px; } }
      #index #main .inner figure img {
        width: 100%; }
#index #body article#topics {
  padding: 50px 0; }
  #index #body article#topics .inner {
    display: block; }
    @media screen and (min-width: 991px) {
      #index #body article#topics .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (min-width: 991px) {
      #index #body article#topics .inner h2 {
        width: 300px; } }
    #index #body article#topics .inner .news {
      height: auto;
      margin: 0 auto;
      padding: 25px 5%;
      width: 100%; }
      @media screen and (min-width: 991px) {
        #index #body article#topics .inner .news {
          height: 300px;
          padding: 0;
          width: 640px; } }
      #index #body article#topics .inner .news ul {
        height: 400px;
        overflow: auto; }
        @media screen and (min-width: 991px) {
          #index #body article#topics .inner .news ul {
            height: 300px; } }
        #index #body article#topics .inner .news ul li {
          border-bottom: 1px solid #000;
          margin-bottom: 20px;
          padding-bottom: 20px;
          /*
                          &:last-child {
                            border: 0;
                          }
          */ }
          #index #body article#topics .inner .news ul li:first-child {
            border-top: 1px solid #000;
            padding-top: 20px; }
          #index #body article#topics .inner .news ul li a .date {
            margin-right: 0.75rem; }
          #index #body article#topics .inner .news ul li a.nolink {
            cursor: default; }
#index #body article#message {
  background-image: url("../images/index/message_bg_sp.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 991px) {
    #index #body article#message {
      background-image: url("../images/index/message_bg.png"); } }
  #index #body article#message .inner {
    margin: 0 auto;
    padding: 20px 2.5%;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #index #body article#message .inner {
        height: 700px;
        padding: 50px 0 0;
        width: 980px; } }
    #index #body article#message .inner .comment {
      background: rgba(255, 255, 255, 0.9);
      margin-bottom: 200px;
      padding: 25px 5% 300px;
      position: relative; }
      @media screen and (min-width: 991px) {
        #index #body article#message .inner .comment {
          margin-bottom: 50px;
          padding: 0; } }
      #index #body article#message .inner .comment .text {
        text-align: left;
        z-index: 1; }
        @media screen and (min-width: 991px) {
          #index #body article#message .inner .comment .text {
            padding: 50px; } }
        #index #body article#message .inner .comment .text h3 {
          font-size: calc(3rem * 1.1);
          line-height: 150%;
          margin-bottom: 35px;
          white-space: nowrap; }
          @media screen and (min-width: 991px) {
            #index #body article#message .inner .comment .text h3 {
              font-size: calc(3rem * 1.15); } }
        #index #body article#message .inner .comment .text p {
          margin-bottom: 15px;
          text-align: left; }
          @media screen and (min-width: 991px) {
            #index #body article#message .inner .comment .text p {
              font-size: calc(1.75rem * 1.0); } }
      #index #body article#message .inner .comment figure {
        position: absolute;
        z-index: 0; }
        #index #body article#message .inner .comment figure#copy {
          bottom: 50px;
          left: 100px;
          width: 240px; }
        #index #body article#message .inner .comment figure#megapon {
          bottom: 50px;
          right: 180px;
          width: 80px; }
        #index #body article#message .inner .comment figure#caption {
          bottom: 50px;
          right: 100px;
          width: 80px; }
        @media screen and (min-width: 991px) {
          #index #body article#message .inner .comment figure#copy {
            bottom: 80px;
            left: auto;
            right: 160px;
            width: 200px; }
          #index #body article#message .inner .comment figure#megapon {
            bottom: 80px;
            right: 50px;
            width: 90px; }
          #index #body article#message .inner .comment figure#caption {
            bottom: 25px;
            right: 50px;
            width: 90px; } }
        #index #body article#message .inner .comment figure img {
          width: 100%; }
#index #body article#about {
  padding: 50px 0; }
  @media screen and (min-width: 991px) {
    #index #body article#about {
      padding: 80px 0; } }
  #index #body article#about .contWrap {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center !important;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #index #body article#about .contWrap {
        padding: 0 200px; } }
  #index #body article#about .btn {
    width: 100%; }
    #index #body article#about .btn a {
      background: #E1372F;
      color: #FFF;
      display: block;
      font-size: 3rem;
      font-weight: 500;
      height: 80px;
      margin: 0 auto;
      position: relative;
      width: 80%; }
      @media screen and (min-width: 991px) {
        #index #body article#about .btn a {
          font-size: 2rem;
          height: 50px;
          width: 300px; } }
      #index #body article#about .btn a span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        white-space: nowrap; }
#index #body article#contents {
  background-image: url("../images/index/content_bg_sp.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 50px 0; }
  @media screen and (min-width: 991px) {
    #index #body article#contents {
      background-image: url("../images/index/content_bg.png");
      padding-bottom: 150px; } }
  #index #body article#contents .inner {
    margin: 0 auto;
    padding: 0 5%;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #index #body article#contents .inner {
        padding: 0;
        width: 980px; } }
    #index #body article#contents .inner nav {
      width: 100%; }
      #index #body article#contents .inner nav dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5%;
        width: 100%; }
        @media screen and (min-width: 991px) {
          #index #body article#contents .inner nav dl {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 35px;
            width: 100%; } }
        #index #body article#contents .inner nav dl dt {
          width: 47.5%; }
          @media screen and (min-width: 991px) {
            #index #body article#contents .inner nav dl dt {
              width: 300px; } }
        #index #body article#contents .inner nav dl dd {
          margin-bottom: 20px;
          width: 47.5%; }
          @media screen and (min-width: 991px) {
            #index #body article#contents .inner nav dl dd {
              margin-bottom: 0;
              width: 300px; } }
          #index #body article#contents .inner nav dl dd:nth-child(2) {
            animation-delay: 0.2s; }
          #index #body article#contents .inner nav dl dd:nth-child(3) {
            animation-delay: 0.4s; }
          #index #body article#contents .inner nav dl dd:nth-child(4) {
            animation-delay: 0.6s; }
          #index #body article#contents .inner nav dl dd:nth-child(5) {
            animation-delay: 0.8s; }
          #index #body article#contents .inner nav dl dd:nth-child(6) {
            animation-delay: 1.0s; }
          #index #body article#contents .inner nav dl dd img {
            width: 100%; }
          #index #body article#contents .inner nav dl dd a.cs {
            cursor: default; }
            @media screen and (min-width: 991px) {
              #index #body article#contents .inner nav dl dd a.cs:hover {
                opacity: 1.0;
                filter: alpha(opacity=100);
                -ms-filter: "alpha( opacity=100 )"; } }
#index #body article#cm {
  padding: 50px 0; }
  #index #body article#cm .inner {
    margin: 0 auto;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #index #body article#cm .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 980px; } }
    #index #body article#cm .inner h2 {
      margin-bottom: 35px; }
      @media screen and (min-width: 991px) {
        #index #body article#cm .inner h2 {
          margin-bottom: 0;
          width: 300px; } }
    #index #body article#cm .inner nav {
      width: 100%; }
      #index #body article#cm .inner nav ul {
        padding: 0 5%;
        width: 100%; }
        @media screen and (min-width: 991px) {
          #index #body article#cm .inner nav ul {
            padding: 0; } }
        #index #body article#cm .inner nav ul li {
          margin-bottom: 35px;
          width: 100%; }
          @media screen and (min-width: 991px) {
            #index #body article#cm .inner nav ul li {
              margin: 0 auto 35px;
              width: 60%; } }
          #index #body article#cm .inner nav ul li img {
            width: 100%; }

/***** #tournament *****/
#tournament #main {
  background-image: url("../images/tournament/main_bg_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 350px; }
  @media screen and (min-width: 991px) {
    #tournament #main {
      background-image: url("../images/tournament/main_bg.png");
      height: 250px; } }
  #tournament #main .inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #tournament #main .inner {
        height: 250px;
        width: 980px; } }
    #tournament #main .inner .logo {
      display: block;
      position: absolute;
      top: 40px;
      left: 5%;
      margin-bottom: 0;
      width: 100px; }
      @media screen and (min-width: 991px) {
        #tournament #main .inner .logo {
          left: 20px; } }
      #tournament #main .inner .logo img {
        width: 100%; }
#tournament #body article .titleWrap {
  position: relative; }
  #tournament #body article .titleWrap h1 {
    margin: 0 auto; }
  #tournament #body article .titleWrap #megapon_final01,
  #tournament #body article .titleWrap #megapon_final02,
  #tournament #body article .titleWrap #megapon01,
  #tournament #body article .titleWrap #megapon02 {
    position: absolute;
    bottom: 0;
    height: auto; }
    #tournament #body article .titleWrap #megapon_final01 img,
    #tournament #body article .titleWrap #megapon_final02 img,
    #tournament #body article .titleWrap #megapon01 img,
    #tournament #body article .titleWrap #megapon02 img {
      width: 100%; }
  #tournament #body article .titleWrap #megapon_final01 {
    left: 35px;
    width: 80px; }
    @media screen and (min-width: 991px) {
      #tournament #body article .titleWrap #megapon_final01 {
        left: 200px; } }
  #tournament #body article .titleWrap #megapon_final02 {
    right: 20px;
    width: 200px; }
    @media screen and (min-width: 991px) {
      #tournament #body article .titleWrap #megapon_final02 {
        right: 100px; } }
  #tournament #body article .titleWrap #megapon01 {
    left: 35px;
    width: 150px; }
    @media screen and (min-width: 991px) {
      #tournament #body article .titleWrap #megapon01 {
        left: 200px;
        width: 120px; } }
  #tournament #body article .titleWrap #megapon02 {
    right: 35px;
    width: 150px; }
    @media screen and (min-width: 991px) {
      #tournament #body article .titleWrap #megapon02 {
        right: 200px;
        width: 120px; } }
#tournament #body article .results {
  background: #FFF;
  border: 3px solid #E1372F;
  margin: 0 2.5% 100px;
  padding: 20px 20px 0; }
  @media screen and (min-width: 991px) {
    #tournament #body article .results {
      margin: 0 0 100px;
      padding: 50px 0 0; } }
  #tournament #body article .results .final table tr:nth-child(-n+2) {
    background-color: #FFFFD5; }
    #tournament #body article .results .final table tr:nth-child(-n+2) th.rank {
      width: 20%;
      white-space: nowrap; }
      @media screen and (min-width: 991px) {
        #tournament #body article .results .final table tr:nth-child(-n+2) th.rank {
          width: 20%; } }
    #tournament #body article .results .final table tr:nth-child(-n+2) td {
      font-size: 1.75rem;
      font-weight: 700; }
      @media screen and (min-width: 991px) {
        #tournament #body article .results .final table tr:nth-child(-n+2) td {
          font-size: 2rem; } }
  #tournament #body article .results .standings {
    margin: 0 auto 30px; }
    @media screen and (min-width: 991px) {
      #tournament #body article .results .standings {
        margin: 0 auto 0;
        width: 800px; } }
    #tournament #body article .results .standings table {
      margin-bottom: 10px;
      width: 100%; }
      #tournament #body article .results .standings table th {
        background: #E1372F;
        color: #FFF; }
        #tournament #body article .results .standings table th.rank {
          width: 10%; }
          @media screen and (min-width: 991px) {
            #tournament #body article .results .standings table th.rank {
              width: 15%; } }
        #tournament #body article .results .standings table th.area {
          width: 15%; }
      #tournament #body article .results .standings table td .victory {
        color: #E1372F; }
  #tournament #body article .results .thumb {
    margin-bottom: 30px;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #tournament #body article .results .thumb {
        margin-bottom: 0;
        padding: 10px; } }
    #tournament #body article .results .thumb img {
      width: 100%; }

/***** #selection *****/
#selection #main {
  margin-bottom: 0; }
  #selection #main #area {
    background-image: url("../images/selection/area_bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 0;
    height: 700px;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #selection #main #area {
        background-image: url("../images/selection/area_bg.png");
        height: 550px; } }
    #selection #main #area .inner {
      height: 100%;
      margin: 0 auto;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 991px) {
        #selection #main #area .inner {
          height: 550px;
          width: 980px; } }
      #selection #main #area .inner h1 {
        display: block;
        position: absolute;
        top: 20px;
        left: 5%;
        margin-bottom: 0;
        width: 120px; }
        @media screen and (min-width: 991px) {
          #selection #main #area .inner h1 {
            top: 40px;
            left: 40px;
            width: 150px; } }
        #selection #main #area .inner h1 img {
          width: 100%; }
      #selection #main #area .inner #map {
        background-image: url("../images/selection/map.png");
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: 50%;
        height: 700px;
        min-width: 100vw;
        width: 100%; }
        @media screen and (min-width: 991px) {
          #selection #main #area .inner #map {
            background-position: top 50% right 50%;
            background-size: 90%;
            min-height: auto;
            min-width: auto;
            position: absolute;
            top: 0;
            left: 70%;
            -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
            height: 540px;
            width: 540px; } }
        #selection #main #area .inner #map ul {
          height: 100%;
          position: relative;
          width: 100%; }
          #selection #main #area .inner #map ul li {
            position: absolute; }
            #selection #main #area .inner #map ul li a {
              background-repeat: no-repeat;
              background-position: center left;
              background-size: cover;
              color: #FFF;
              cursor: default;
              display: block;
              padding: 10px 10px 10px 20px;
              position: relative;
              text-align: left;
              width: 250px;
              white-space: nowrap; }
              #selection #main #area .inner #map ul li a:hover {
                opacity: 1.0;
                filter: alpha(opacity=100);
                -ms-filter: "alpha( opacity=100 )";
                transform: scale(1.1); }
              @media screen and (min-width: 991px) {
                #selection #main #area .inner #map ul li a {
                  font-size: 1.25rem;
                  padding: 10px 10px 10px 20px;
                  width: 200px; } }
              #selection #main #area .inner #map ul li a .new {
                position: absolute;
                top: -25px;
                height: auto;
                width: 50px; }
                @media screen and (min-width: 991px) {
                  #selection #main #area .inner #map ul li a .new {
                    top: -20px;
                    width: 40px; } }
                #selection #main #area .inner #map ul li a .new img {
                  width: 100%; }
              #selection #main #area .inner #map ul li a .area {
                font-size: calc(2rem * 0.8);
                display: block;
                margin-bottom: 0.5rem; }
                @media screen and (min-width: 991px) {
                  #selection #main #area .inner #map ul li a .area {
                    font-size: calc(1.25rem * 1.0);
                    margin-bottom: 0.25rem; } }
              #selection #main #area .inner #map ul li a .date {
                display: block; }
                #selection #main #area .inner #map ul li a .date span {
                  font-size: calc(3rem * 1.0);
                  font-weight: 500; }
                  @media screen and (min-width: 991px) {
                    #selection #main #area .inner #map ul li a .date span {
                      font-size: 2rem; } }
            #selection #main #area .inner #map ul li#hokkaido {
              animation-delay: 0;
              top: 30px;
              left: 30%; }
              @media screen and (min-width: 991px) {
                #selection #main #area .inner #map ul li#hokkaido {
                  top: 50px;
                  left: 100px; } }
              #selection #main #area .inner #map ul li#hokkaido a {
                background-image: url("../images/selection/area_bg_hokkaido.png");
                cursor: pointer; }
            #selection #main #area .inner #map ul li#tohoku {
              animation-delay: 0.2s;
              top: 250px;
              right: 0.5%; }
              @media screen and (min-width: 991px) {
                #selection #main #area .inner #map ul li#tohoku {
                  top: 150px;
                  right: -50px; } }
              #selection #main #area .inner #map ul li#tohoku a {
                background-image: url("../images/selection/area_bg_tohoku.png"); }
            #selection #main #area .inner #map ul li#hokushinetsu {
              animation-delay: 0.4s;
              top: 150px;
              left: 10%; }
              @media screen and (min-width: 991px) {
                #selection #main #area .inner #map ul li#hokushinetsu {
                  top: 160px;
                  left: 50px; } }
              #selection #main #area .inner #map ul li#hokushinetsu a {
                background-image: url("../images/selection/area_bg_hokushinetsu.png");
                cursor: pointer; }
            #selection #main #area .inner #map ul li#tokai {
              animation-delay: 0.8s;
              top: 450px;
              right: 10%; }
              @media screen and (min-width: 991px) {
                #selection #main #area .inner #map ul li#tokai {
                  top: 380px;
                  right: 50px; } }
              #selection #main #area .inner #map ul li#tokai a {
                background-image: url("../images/selection/area_bg_tokai.png");
                cursor: pointer; }
            #selection #main #area .inner #map ul li#chugokushikoku {
              animation-delay: 1.2s;
              top: 350px;
              left: 2.5%; }
              @media screen and (min-width: 991px) {
                #selection #main #area .inner #map ul li#chugokushikoku {
                  top: 320px;
                  left: -150px; } }
              #selection #main #area .inner #map ul li#chugokushikoku a {
                background-image: url("../images/selection/area_bg_chugokushikoku.png"); }
            #selection #main #area .inner #map ul li#kyushu {
              animation-delay: 1.4s;
              top: 550px;
              left: 5%; }
              @media screen and (min-width: 991px) {
                #selection #main #area .inner #map ul li#kyushu {
                  top: 450px;
                  left: -120px; } }
              #selection #main #area .inner #map ul li#kyushu a {
                background-image: url("../images/selection/area_bg_kyushu.png");
                cursor: pointer; }
            #selection #main #area .inner #map ul li#kanto {
              animation-delay: 0.6s;
              top: 350px;
              right: 2.5%; }
              @media screen and (min-width: 991px) {
                #selection #main #area .inner #map ul li#kanto {
                  top: 280px;
                  right: -20px; } }
              #selection #main #area .inner #map ul li#kanto a {
                background-image: url("../images/selection/area_bg_kanto.png");
                cursor: pointer; }
            #selection #main #area .inner #map ul li#kansai {
              animation-delay: 1.0s;
              top: 250px;
              left: 5%; }
              @media screen and (min-width: 991px) {
                #selection #main #area .inner #map ul li#kansai {
                  top: 240px;
                  left: -50px; } }
              #selection #main #area .inner #map ul li#kansai a {
                background-image: url("../images/selection/area_bg_kansai.png");
                cursor: pointer; }
#selection #body article#date {
  background-color: #E1372F;
  margin-bottom: 30px;
  width: 100%; }
  #selection #body article#date .inner {
    color: #FFF;
    padding: 30px 0;
    text-align: center; }
    @media screen and (min-width: 991px) {
      #selection #body article#date .inner {
        padding: 25px 0; } }
    #selection #body article#date .inner dl {
      line-height: 100%; }
      @media screen and (min-width: 991px) {
        #selection #body article#date .inner dl {
          letter-spacing: 0.2rem; } }
      #selection #body article#date .inner dl dt {
        font-size: calc(3rem * 1.5);
        margin-bottom: 1.0rem; }
        @media screen and (min-width: 991px) {
          #selection #body article#date .inner dl dt {
            font-size: calc(3rem * 1.5); } }
        #selection #body article#date .inner dl dt .main {
          background: #FFF;
          color: #E1372F;
          font-size: calc(3rem * 1.0);
          display: inline-block;
          line-height: 100%;
          margin-right: 1.0rem;
          padding: 0.5rem; }
          @media screen and (min-width: 991px) {
            #selection #body article#date .inner dl dt .main {
              font-size: calc(3rem * 1.0); } }
        #selection #body article#date .inner dl dt .kanji {
          font-size: calc(3rem * 1.0); }
          @media screen and (min-width: 991px) {
            #selection #body article#date .inner dl dt .kanji {
              font-size: calc(3rem * 1.0); } }
        #selection #body article#date .inner dl dt .start {
          border: 1px solid #FFF;
          border-radius: 300px;
          display: block;
          font-size: calc(3rem * 0.8);
          font-weight: 400;
          line-height: 100%;
          margin: 1.5rem auto;
          padding: 5px 10px;
          width: 280px; }
          @media screen and (min-width: 991px) {
            #selection #body article#date .inner dl dt .start {
              border-radius: 250px;
              font-size: calc(3rem * 0.8);
              display: inline-block;
              margin-left: 1.0rem;
              padding: 2px 10px;
              width: 230px; } }
      #selection #body article#date .inner dl dd {
        font-size: 2rem; }
        @media screen and (min-width: 991px) {
          #selection #body article#date .inner dl dd {
            font-size: calc(2rem * 1.0); } }
        #selection #body article#date .inner dl dd .goal {
          background-image: url("../images/selection/arw.svg");
          background-repeat: no-repeat;
          background-position: top 50% left 0;
          background-size: 50px;
          margin-left: 1.0rem;
          padding-left: 60px; }
          @media screen and (min-width: 991px) {
            #selection #body article#date .inner dl dd .goal {
              padding-left: 60px; } }
#selection #body article#qualifying {
  margin-top: -100px;
  margin-bottom: 50px;
  padding-top: 100px; }
  #selection #body article#qualifying .titleWrap {
    display: block;
    margin-bottom: 50px;
    padding: 0 5%;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #selection #body article#qualifying .titleWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 150px;
        padding: 0; } }
    #selection #body article#qualifying .titleWrap .title {
      width: 100%; }
      @media screen and (min-width: 991px) {
        #selection #body article#qualifying .titleWrap .title {
          width: 30%; } }
    #selection #body article#qualifying .titleWrap .subTitle {
      width: 100%; }
      @media screen and (min-width: 991px) {
        #selection #body article#qualifying .titleWrap .subTitle {
          width: 70%; } }
    #selection #body article#qualifying .titleWrap .area {
      padding-top: 35px;
      width: 100%; }
      @media screen and (min-width: 991px) {
        #selection #body article#qualifying .titleWrap .area {
          padding-top: 20px;
          width: 70%; } }
      #selection #body article#qualifying .titleWrap .area .tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
        #selection #body article#qualifying .titleWrap .area .tab li {
          margin-bottom: 20px;
          width: 47.5%; }
          @media screen and (min-width: 991px) {
            #selection #body article#qualifying .titleWrap .area .tab li {
              width: 22.5%; } }
          #selection #body article#qualifying .titleWrap .area .tab li:nth-child(4n) {
            margin-right: 0; }
          #selection #body article#qualifying .titleWrap .area .tab li.off {
            cursor: default;
            opacity: 0.5;
            filter: alpha(opacity=50);
            -ms-filter: "alpha( opacity=50 )"; }
          #selection #body article#qualifying .titleWrap .area .tab li div {
            background: #B3AC74;
            color: #FFF;
            height: 5.0rem;
            position: relative;
            display: block; }
            #selection #body article#qualifying .titleWrap .area .tab li div span {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              text-align: center;
              width: 100%; }
          #selection #body article#qualifying .titleWrap .area .tab li a {
            background: #B3AC74;
            color: #FFF;
            height: 5.0rem;
            position: relative;
            display: block; }
            #selection #body article#qualifying .titleWrap .area .tab li a span {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              text-align: center;
              width: 100%; }
            #selection #body article#qualifying .titleWrap .area .tab li a:hover {
              background: #E1372F; }
  #selection #body article#qualifying .tab-content {
    padding: 0 5%; }
    @media screen and (min-width: 991px) {
      #selection #body article#qualifying .tab-content {
        padding: 0; } }
    #selection #body article#qualifying .tab-content .results {
      background: #FFF;
      padding: 20px 20px 5px; }
      @media screen and (min-width: 991px) {
        #selection #body article#qualifying .tab-content .results {
          padding: 50px 0 0; } }
      #selection #body article#qualifying .tab-content .results .venue {
        border: 1px solid #E1372F;
        color: #E1372F;
        margin: 0 auto 50px;
        padding: 20px;
        padding-bottom: 0;
        position: relative;
        text-align: center;
        width: 100%; }
        @media screen and (min-width: 991px) {
          #selection #body article#qualifying .tab-content .results .venue {
            width: 800px; } }
        #selection #body article#qualifying .tab-content .results .venue h3 {
          font-size: 3rem;
          margin-bottom: 10px; }
          @media screen and (min-width: 991px) {
            #selection #body article#qualifying .tab-content .results .venue h3 {
              font-size: calc(3rem * 1.0); } }
        #selection #body article#qualifying .tab-content .results .venue figure.pic {
          height: 80px;
          position: absolute;
          left: 2.5%;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        #selection #body article#qualifying .tab-content .results .venue figure.megapon {
          height: 150px;
          position: absolute;
          right: -2.5%;
          bottom: -5px; }
          @media screen and (min-width: 991px) {
            #selection #body article#qualifying .tab-content .results .venue figure.megapon {
              right: 0; } }
        #selection #body article#qualifying .tab-content .results .venue figure img {
          height: 100%;
          width: auto; }
      #selection #body article#qualifying .tab-content .results .standings {
        margin: 0 auto 100px; }
        @media screen and (min-width: 991px) {
          #selection #body article#qualifying .tab-content .results .standings {
            width: 800px; } }
        #selection #body article#qualifying .tab-content .results .standings table {
          margin-bottom: 10px;
          width: 100%; }
          #selection #body article#qualifying .tab-content .results .standings table th {
            background: #E1372F;
            color: #FFF; }
      #selection #body article#qualifying .tab-content .results .movie {
        margin: 0 auto 100px;
        width: 100%; }
        @media screen and (min-width: 991px) {
          #selection #body article#qualifying .tab-content .results .movie {
            width: 600px; } }
        #selection #body article#qualifying .tab-content .results .movie h3 {
          border-top: 2px solid #E1372F;
          font-size: calc(1.6rem * 1.5);
          margin-bottom: 0;
          padding: 20px;
          text-align: center; }
          @media screen and (min-width: 991px) {
            #selection #body article#qualifying .tab-content .results .movie h3 {
              font-size: calc(1.6rem * 1.2); } }
        #selection #body article#qualifying .tab-content .results .movie video {
          height: auto;
          width: 100%; }
      #selection #body article#qualifying .tab-content .results .thumb {
        margin: 0 auto; }
        #selection #body article#qualifying .tab-content .results .thumb figure {
          margin-bottom: 20px;
          width: 100%; }
          #selection #body article#qualifying .tab-content .results .thumb figure img {
            width: 100%; }
        #selection #body article#qualifying .tab-content .results .thumb .message {
          display: block;
          height: 580px;
          margin: 0 auto;
          padding-bottom: 50px;
          position: relative;
          width: 100%; }
          @media screen and (min-width: 991px) {
            #selection #body article#qualifying .tab-content .results .thumb .message {
              height: 400px;
              width: 800px; } }
          #selection #body article#qualifying .tab-content .results .thumb .message dt, #selection #body article#qualifying .tab-content .results .thumb .message dd {
            position: absolute; }
            #selection #body article#qualifying .tab-content .results .thumb .message dt img, #selection #body article#qualifying .tab-content .results .thumb .message dd img {
              height: auto;
              width: 100%; }
          #selection #body article#qualifying .tab-content .results .thumb .message dt {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            z-index: 3;
            width: 200px; }
            @media screen and (min-width: 991px) {
              #selection #body article#qualifying .tab-content .results .thumb .message dt {
                top: 0;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                height: auto; } }
          #selection #body article#qualifying .tab-content .results .thumb .message dd.pic01 {
            z-index: 1;
            width: 90%; }
            @media screen and (min-width: 991px) {
              #selection #body article#qualifying .tab-content .results .thumb .message dd.pic01 {
                top: 0;
                left: 0;
                width: 450px; } }
          #selection #body article#qualifying .tab-content .results .thumb .message dd.pic02 {
            bottom: 50px;
            left: 10%;
            width: 70%;
            z-index: 2; }
            @media screen and (min-width: 991px) {
              #selection #body article#qualifying .tab-content .results .thumb .message dd.pic02 {
                left: 350px;
                width: 350px; } }
#selection #body article#quota {
  margin-bottom: 100px; }
  @media screen and (min-width: 991px) {
    #selection #body article#quota {
      margin-bottom: 50px; } }
  #selection #body article#quota .titleWrap {
    margin-bottom: 50px; }
  #selection #body article#quota .quota {
    background: #FFF;
    margin: 0 auto;
    padding: 25px 5%;
    width: 90%; }
    @media screen and (min-width: 991px) {
      #selection #body article#quota .quota {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        column-gap: 40px;
        padding: 50px;
        width: 100%; } }
    #selection #body article#quota .quota table {
      width: 100%; }
      @media screen and (min-width: 991px) {
        #selection #body article#quota .quota table {
          width: 50%; } }
      #selection #body article#quota .quota table th {
        color: #FFF;
        font-weight: 700;
        font-size: 1.75rem;
        line-height: 120%;
        vertical-align: middle;
        width: 10%; }
        @media screen and (min-width: 991px) {
          #selection #body article#quota .quota table th {
            font-size: 1.25rem; } }
        #selection #body article#quota .quota table th.seed {
          background: #E1372F; }
        #selection #body article#quota .quota table th.grades {
          background: #6E9BC5; }
      #selection #body article#quota .quota table td {
        vertical-align: middle;
        width: 90%; }
    #selection #body article#quota .quota .explanation {
      margin: 30px auto 0;
      width: 100%; }
      @media screen and (min-width: 991px) {
        #selection #body article#quota .quota .explanation {
          margin: 0 auto;
          width: 50%; } }
      #selection #body article#quota .quota .explanation h4 {
        border-bottom: 1px solid #000;
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 20px;
        padding-bottom: 10px; }
        @media screen and (min-width: 991px) {
          #selection #body article#quota .quota .explanation h4 {
            font-size: 1.75rem; } }
      #selection #body article#quota .quota .explanation dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 35px; }
        #selection #body article#quota .quota .explanation dl dt {
          display: block;
          font-weight: 500;
          margin-bottom: 10px; }
        #selection #body article#quota .quota .explanation dl dd {
          display: block;
          margin-bottom: 10px; }
        #selection #body article#quota .quota .explanation dl.distribution dt {
          width: 30%; }
          @media screen and (min-width: 991px) {
            #selection #body article#quota .quota .explanation dl.distribution dt {
              width: 30%; } }
        #selection #body article#quota .quota .explanation dl.distribution dd {
          width: 70%; }
          @media screen and (min-width: 991px) {
            #selection #body article#quota .quota .explanation dl.distribution dd {
              width: 70%; } }
        #selection #body article#quota .quota .explanation dl.annotaiton dt {
          width: 20%; }
          @media screen and (min-width: 991px) {
            #selection #body article#quota .quota .explanation dl.annotaiton dt {
              width: 20%; } }
        #selection #body article#quota .quota .explanation dl.annotaiton dd {
          width: 80%; }
          @media screen and (min-width: 991px) {
            #selection #body article#quota .quota .explanation dl.annotaiton dd {
              width: 80%; } }
    #selection #body article#quota .quota .source {
      text-align: right; }

/* 地区予選通過 */
#top #body #qualifying .titleWrap .area .tab li#tab-tohoku a {
  background: #E1372F; }
#top #body #qualifying .results tr:nth-child(-n+2) {
  background-color: #FFFFD5; }

#hokkaido #body #qualifying .titleWrap .area .tab li#tab-hokkaido a {
  background: #E1372F; }
#hokkaido #body #qualifying .results tr:nth-child(-n+2) {
  background-color: #FFFFD5; }

#tohoku #body #qualifying .titleWrap .area .tab li#tab-tohoku a {
  background: #E1372F; }
#tohoku #body #qualifying .results tr:nth-child(-n+2) {
  background-color: #FFFFD5; }

#hokushinetsu #body #qualifying .titleWrap .area .tab li#tab-hokushinetsu a {
  background: #E1372F; }
#hokushinetsu #body #qualifying .results tr:nth-child(-n+2) {
  background-color: #FFFFD5; }

#chugokushikoku #body #qualifying .titleWrap .area .tab li#tab-chugokushikoku a {
  background: #E1372F; }
#chugokushikoku #body #qualifying .results tr:nth-child(-n+2) {
  background-color: #FFFFD5; }

#tokai #body #qualifying .titleWrap .area .tab li#tab-tokai a {
  background: #E1372F; }
#tokai #body #qualifying .results tr:nth-child(-n+2) {
  background-color: #FFFFD5; }

#kyushu #body #qualifying .titleWrap .area .tab li#tab-kyushu a {
  background: #E1372F; }
#kyushu #body #qualifying .results tr:nth-child(-n+2) {
  background-color: #FFFFD5; }

#kanto #body #qualifying .titleWrap .area .tab li#tab-kanto a {
  background: #E1372F; }
#kanto #body #qualifying .results tr:nth-child(-n+8) {
  background-color: #FFFFD5; }

#kansai #body #qualifying .titleWrap .area .tab li#tab-kansai a {
  background: #E1372F; }
#kansai #body #qualifying .results tr:nth-child(-n+5) {
  background-color: #FFFFD5; }

/***** #ale *****/
#ale #main {
  background-image: url("../images/ale/main_bg_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 350px; }
  @media screen and (min-width: 991px) {
    #ale #main {
      background-image: url("../images/ale/main_bg.png");
      height: 250px; } }
  #ale #main .inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #ale #main .inner {
        height: 250px;
        width: 980px; } }
    #ale #main .inner .logo {
      display: block;
      position: absolute;
      top: 40px;
      left: 5%;
      margin-bottom: 0;
      width: 100px; }
      @media screen and (min-width: 991px) {
        #ale #main .inner .logo {
          left: 20px; } }
      #ale #main .inner .logo img {
        width: 100%; }
#ale #body .inner .titleWrap {
  margin-bottom: 50px; }
  @media screen and (min-width: 991px) {
    #ale #body .inner .titleWrap {
      margin-bottom: 30px; } }
#ale #body .inner .movieWrap {
  width: 100%; }
  @media screen and (min-width: 991px) {
    #ale #body .inner .movieWrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      column-gap: 5%; } }
  #ale #body .inner .movieWrap .movie {
    margin: 0 auto 100px;
    position: relative;
    width: 90%; }
    @media screen and (min-width: 991px) {
      #ale #body .inner .movieWrap .movie {
        margin: 0 0 50px;
        width: 47.5%;
        /*
                    &:nth-child(1) {
                      margin: 0 auto $num-LL; 
                      width: 600px;
                    }
        */ }
        #ale #body .inner .movieWrap .movie:nth-child(even) {
          animation-delay: 0.2s; } }
    #ale #body .inner .movieWrap .movie h3 {
      border-top: 2px solid #E1372F;
      font-size: calc(1.6rem * 1.5);
      margin-bottom: 0;
      padding: 20px;
      text-align: center; }
      @media screen and (min-width: 991px) {
        #ale #body .inner .movieWrap .movie h3 {
          font-size: calc(1.6rem * 1.2); } }
    #ale #body .inner .movieWrap .movie video {
      height: auto;
      width: 100%; }
    #ale #body .inner .movieWrap .movie .new {
      position: absolute;
      top: -50px;
      left: 0;
      width: 100px; }
      #ale #body .inner .movieWrap .movie .new img {
        height: auto;
        width: 100%; }
    #ale #body .inner .movieWrap .movie#megapon {
      display: none; }
      @media screen and (min-width: 991px) {
        #ale #body .inner .movieWrap .movie#megapon {
          display: block;
          position: relative; }
          #ale #body .inner .movieWrap .movie#megapon img {
            position: absolute;
            right: 0;
            bottom: 0;
            height: auto;
            width: 200px; } }
#ale #body .inner .next {
  height: auto;
  margin: 0 auto 50px;
  width: 90%; }
  @media screen and (min-width: 991px) {
    #ale #body .inner .next {
      width: 100%; } }
  #ale #body .inner .next figure {
    margin: 0 auto; }
    @media screen and (min-width: 991px) {
      #ale #body .inner .next figure {
        width: 600px; } }
    #ale #body .inner .next figure img {
      width: 100%; }

/***** #goods *****/
#goods #main {
  background-image: url("../images/goods/main_bg_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 350px; }
  @media screen and (min-width: 991px) {
    #goods #main {
      background-image: url("../images/goods/main_bg.png");
      height: 250px; } }
  #goods #main .inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #goods #main .inner {
        height: 250px;
        width: 980px; } }
    #goods #main .inner .logo {
      display: block;
      position: absolute;
      top: 40px;
      left: 5%;
      margin-bottom: 0;
      width: 100px; }
      @media screen and (min-width: 991px) {
        #goods #main .inner .logo {
          left: 20px; } }
      #goods #main .inner .logo img {
        width: 100%; }
#goods #body article.contWrap {
  margin-bottom: 50px;
  padding: 0 5%; }
  @media screen and (min-width: 991px) {
    #goods #body article.contWrap {
      padding: 0; } }
  #goods #body article.contWrap .inner {
    background: #FFF;
    border: 2px solid #E1372F;
    margin: 0 auto;
    padding: 5px; }
    #goods #body article.contWrap .inner#bottle .text .megapon {
      right: -20px; }
    #goods #body article.contWrap .inner#vagetable .thumb .caption {
      color: #000;
      left: 10px; }
    #goods #body article.contWrap .inner#rice .thumb .caption {
      color: #FFF;
      right: 10px; }
    @media screen and (min-width: 991px) {
      #goods #body article.contWrap .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #goods #body article.contWrap .inner#bottle, #goods #body article.contWrap .inner#vagetable {
          flex-direction: row-reverse; } }
    #goods #body article.contWrap .inner .thumb {
      position: relative;
      width: 100%; }
      @media screen and (min-width: 991px) {
        #goods #body article.contWrap .inner .thumb {
          width: 60%; } }
      #goods #body article.contWrap .inner .thumb img {
        width: 100%; }
      #goods #body article.contWrap .inner .thumb .caption {
        display: block;
        font-size: 1.25rem;
        position: absolute;
        bottom: 10px; }
    #goods #body article.contWrap .inner .text {
      padding: 30px 20px 20px;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 991px) {
        #goods #body article.contWrap .inner .text {
          width: 40%; } }
      #goods #body article.contWrap .inner .text h2 {
        font-size: calc(3rem * 1.0);
        margin-bottom: 30px; }
        @media screen and (min-width: 991px) {
          #goods #body article.contWrap .inner .text h2 {
            font-size: calc(1.75rem * 1.2); } }
      #goods #body article.contWrap .inner .text .megapon {
        position: absolute;
        top: -50px;
        right: 0;
        height: 120px; }
        @media screen and (min-width: 991px) {
          #goods #body article.contWrap .inner .text .megapon {
            top: -50px;
            height: 120px; } }
        #goods #body article.contWrap .inner .text .megapon img {
          height: 100%;
          width: auto; }
    #goods #body article.contWrap .inner .bottledesign {
      padding: 35px;
      width: 100%; }
      @media screen and (min-width: 991px) {
        #goods #body article.contWrap .inner .bottledesign {
          width: 100%; } }
      #goods #body article.contWrap .inner .bottledesign .check {
        text-align: center;
        width: 100%; }
        @media screen and (min-width: 991px) {
          #goods #body article.contWrap .inner .bottledesign .check {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            column-gap: 20px; } }
        #goods #body article.contWrap .inner .bottledesign .check h3 {
          color: #E1372F;
          font-size: calc(3rem * 1.2);
          margin-bottom: 20px;
          width: 100%; }
          @media screen and (min-width: 991px) {
            #goods #body article.contWrap .inner .bottledesign .check h3 {
              font-size: calc(3rem * 0.8);
              margin-bottom: 0;
              padding: calc(10px * 0.5) 0;
              width: 45%; } }
        #goods #body article.contWrap .inner .bottledesign .check p {
          border-top: 1px solid #E1372F;
          border-bottom: 1px solid #E1372F;
          color: #000;
          display: block;
          padding: calc(10px * 0.25) 0; }
          @media screen and (min-width: 991px) {
            #goods #body article.contWrap .inner .bottledesign .check p {
              width: 55%; } }
          #goods #body article.contWrap .inner .bottledesign .check p span {
            position: relative; }
            #goods #body article.contWrap .inner .bottledesign .check p span:before, #goods #body article.contWrap .inner .bottledesign .check p span:after {
              background-image: url("../images/goods/arw_h.svg");
              background-repeat: no-repeat;
              background-position: 50%;
              background-size: cover;
              content: "";
              display: block;
              position: absolute;
              width: 20px;
              height: 20px; }
            #goods #body article.contWrap .inner .bottledesign .check p span:before {
              top: 50%;
              left: -30px;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
            #goods #body article.contWrap .inner .bottledesign .check p span:after {
              top: 50%;
              right: -30px;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      #goods #body article.contWrap .inner .bottledesign .unv, #goods #body article.contWrap .inner .bottledesign .area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        column-gap: 5%;
        width: 100%; }
        @media screen and (min-width: 991px) {
          #goods #body article.contWrap .inner .bottledesign .unv, #goods #body article.contWrap .inner .bottledesign .area {
            column-gap: 32px; } }
        #goods #body article.contWrap .inner .bottledesign .unv li, #goods #body article.contWrap .inner .bottledesign .area li {
          background-color: #E1372F;
          cursor: pointer;
          display: block;
          height: 5.0rem;
          margin-bottom: 20px;
          position: relative;
          text-align: center;
          width: 47.5%; }
          @media screen and (min-width: 991px) {
            #goods #body article.contWrap .inner .bottledesign .unv li, #goods #body article.contWrap .inner .bottledesign .area li {
              height: 4.0rem;
              transition: all 0.5s;
              width: 150px; }
              #goods #body article.contWrap .inner .bottledesign .unv li:hover, #goods #body article.contWrap .inner .bottledesign .area li:hover {
                opacity: 0.75;
                filter: alpha(opacity=75);
                -ms-filter: "alpha( opacity=75 )"; } }
          #goods #body article.contWrap .inner .bottledesign .unv li.cs, #goods #body article.contWrap .inner .bottledesign .area li.cs {
            cursor: default; }
            #goods #body article.contWrap .inner .bottledesign .unv li.cs:hover, #goods #body article.contWrap .inner .bottledesign .area li.cs:hover {
              cursor: default;
              opacity: 1.0;
              filter: alpha(opacity=100);
              -ms-filter: "alpha( opacity=100 )"; }
            #goods #body article.contWrap .inner .bottledesign .unv li.cs span, #goods #body article.contWrap .inner .bottledesign .area li.cs span {
              opacity: 0.5;
              filter: alpha(opacity=50);
              -ms-filter: "alpha( opacity=50 )"; }
          #goods #body article.contWrap .inner .bottledesign .unv li span, #goods #body article.contWrap .inner .bottledesign .area li span {
            color: #FFF;
            font-size: calc(1.6rem * 1.2);
            font-weight: 700;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            white-space: nowrap; }
            @media screen and (min-width: 991px) {
              #goods #body article.contWrap .inner .bottledesign .unv li span, #goods #body article.contWrap .inner .bottledesign .area li span {
                font-size: calc(1.6rem * 1.0); } }
      #goods #body article.contWrap .inner .bottledesign .unv {
        column-gap: 5%; }
        @media screen and (min-width: 991px) {
          #goods #body article.contWrap .inner .bottledesign .unv {
            column-gap: 20px; } }
        @media screen and (min-width: 991px) {
          #goods #body article.contWrap .inner .bottledesign .unv li {
            width: 160px; } }
      #goods #body article.contWrap .inner .bottledesign .area {
        column-gap: 5%; }
        @media screen and (min-width: 991px) {
          #goods #body article.contWrap .inner .bottledesign .area {
            column-gap: 20px; } }
        @media screen and (min-width: 991px) {
          #goods #body article.contWrap .inner .bottledesign .area li {
            width: 200px; } }
    #goods #body article.contWrap .inner .btn a {
      background-color: #E1372F;
      background-image: url("../images/arw_nega.svg");
      background-position: top 50% right 5%;
      background-repeat: no-repeat;
      background-size: 20px;
      display: block;
      margin: 0 auto;
      padding: 20px;
      text-align: center;
      width: 100%; }
      @media screen and (min-width: 991px) {
        #goods #body article.contWrap .inner .btn a {
          padding: 10px;
          width: 300px; } }
      #goods #body article.contWrap .inner .btn a span {
        color: #FFF; }

/***** #activity *****/
#activity #main {
  padding-top: 50px; }
  @media screen and (min-width: 991px) {
    #activity #main {
      padding-top: 50px; } }
#activity #body article nav.archive {
  padding: 0 5%;
  width: 100%; }
  @media screen and (min-width: 991px) {
    #activity #body article nav.archive {
      padding: 0 10px;
      width: 100%; } }
  #activity #body article nav.archive ul {
    margin-bottom: 30px; }
    @media screen and (min-width: 991px) {
      #activity #body article nav.archive ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        column-gap: 20px; } }
    #activity #body article nav.archive ul li {
      margin-bottom: 30px; }
      @media screen and (min-width: 991px) {
        #activity #body article nav.archive ul li {
          width: 47.5%; } }
      #activity #body article nav.archive ul li:nth-child(2) {
        animation-delay: 0.2s; }
      #activity #body article nav.archive ul li:nth-child(3) {
        animation-delay: 0.4s; }
      #activity #body article nav.archive ul li:nth-child(4) {
        animation-delay: 0.6s; }
      #activity #body article nav.archive ul li img {
        width: 100%; }

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

HASEKO Corporation. © ALL RIGHTS RESERVED.

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