@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap");
html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 100%; }

body {
  background-image: url("../images/bg_content.png");
  background-attachment: fixed;
  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: 'Noto Sans JP', sans-serif !important;
    font-weight: 900;
    line-height: 150%;
    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 )"; }
  body ul {
    list-style-type: none; }
  body table {
    border-bottom: 1px solid #DDD;
    border-collapse: collapse;
    margin: 0 auto 5px;
    text-align: center;
    table-layout: fixed;
    width: 100%; }
    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: #4A9DBA;
      border-left: 1px solid #FFF;
      color: #FFF;
      text-align: center; }
      body table th:first-child {
        border-left: 0; }
      body table th.rank {
        width: 25%; }
      body table th.num {
        width: 10%; }
      body table th.dist {
        width: 20%; }
    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 {
    background-image: url("/wp-content/uploads/sites/685/2022/01/icn_select.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem top 50%;
    background-size: auto;
    border: 1px solid #4A9DBA;
    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; }

.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/tournament/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-family: 'Noto Sans JP', sans-serif !important;
  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;
      background-image: url("../images/index/arw_topics.png");
      background-repeat: no-repeat;
      background-position: right 15px top 50%;
      background-size: 30px;
      -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; } }

.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: 60px;
        width: auto; }

.modalWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000; }
  .modalWrap .modalCont {
    background: #FFF;
    border: 3px solid #FF8637;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    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: 700px; } }
    .modalWrap .modalCont .inner {
      position: relative;
      width: 100%; }
      .modalWrap .modalCont .inner .close {
        color: #4A9DBA;
        cursor: pointer;
        font-size: 3rem;
        position: absolute;
        top: 25px;
        right: 25px; }
        @media screen and (min-width: 991px) {
          .modalWrap .modalCont .inner .close {
            font-size: 3rem; } }

#term {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10000; }

header, section, footer {
  display: block;
  font-size: 1.75rem;
  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: 120px;
  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: 30px;
      left: 5%; }
      @media screen and (min-width: 991px) {
        header .inner #logo {
          left: 0; } }
      header .inner #logo img {
        height: 60px;
        width: auto; }
        @media screen and (min-width: 991px) {
          header .inner #logo img {
            height: 40px; } }
    header .inner #menu {
      display: block;
      position: absolute;
      top: 30px;
      right: 5%;
      height: 50px;
      width: 50px;
      z-index: 120; }
      header .inner #menu .bar {
        display: inline-block;
        width: 50px;
        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: 20px; }
        header .inner #menu .bar#bar03 {
          top: 40px; }
      @media screen and (min-width: 991px) {
        header .inner #menu {
          display: none; } }
      header .inner #menu.active #bar01 {
        top: 20px;
        transform: rotate(45deg); }
      header .inner #menu.active #bar02 {
        top: 20px;
        transform: rotate(45deg); }
      header .inner #menu.active #bar03 {
        top: 20px;
        transform: rotate(-45deg); }
    header .inner #gNav {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      z-index: 110; }
      @media screen and (min-width: 991px) {
        header .inner #gNav {
          top: 20px;
          width: 740px; } }
      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-color: #FFF;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            column-gap: 10px;
            height: auto;
            position: inherit;
            width: 700px; } }
        header .inner #gNav .gNav li {
          background-image: none;
          display: block;
          height: auto;
          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 {
              border-left: 1px solid #000;
              display: block;
              padding: 0; }
              header .inner #gNav .gNav li:first-child {
                margin-top: 0;
                border-left: 0; } }
          header .inner #gNav .gNav li a {
            background-repeat: no-repeat;
            background-position: top 50% left 0;
            background-size: 50px;
            color: #000;
            display: block;
            font-family: 'Noto Sans JP', sans-serif !important;
            font-size: 3rem;
            font-weight: 400;
            line-height: 125%;
            height: auto;
            padding: 50px 0 50px 75px;
            position: relative;
            text-align: left;
            transition: none;
            white-space: nowrap;
            width: 100%; }
            header .inner #gNav .gNav li a.index {
              background-image: url("../images/icn_gNav_top.svg"); }
            header .inner #gNav .gNav li a.tournament {
              background-image: url("../images/icn_gNav_tournament.svg"); }
            header .inner #gNav .gNav li a.interview {
              background-image: url("../images/icn_gNav_interview.svg"); }
            header .inner #gNav .gNav li a.ale {
              background-image: url("../images/icn_gNav_ale.svg"); }
            header .inner #gNav .gNav li a.goods {
              background-image: url("../images/icn_gNav_goods.svg"); }
            header .inner #gNav .gNav li a.activity {
              background-image: url("../images/icn_gNav_activity.svg"); }
            @media screen and (min-width: 991px) {
              header .inner #gNav .gNav li a {
                background-position: top 0 left 50%;
                background-size: 30px;
                font-size: 1rem;
                margin-left: 10px;
                padding: 35px 10px 10px;
                text-align: center;
                width: auto; }
                header .inner #gNav .gNav li a:hover {
                  border-bottom: 2px solid #4A9DBA; } }
            header .inner #gNav .gNav li a.cs {
              cursor: default;
              opacity: 0.5;
              filter: alpha(opacity=50);
              -ms-filter: "alpha( opacity=50 )"; }

@media screen and (min-width: 991px) {
  #index .gNav li a.index {
    border-bottom: 2px solid #4A9DBA; } }

@media screen and (min-width: 991px) {
  #tournament .gNav li a.tournament {
    border-bottom: 2px solid #4A9DBA; } }

@media screen and (min-width: 991px) {
  #interview .gNav li a.interview {
    border-bottom: 2px solid #4A9DBA; } }

@media screen and (min-width: 991px) {
  #ale .gNav li a.ale {
    border-bottom: 2px solid #4A9DBA; } }

@media screen and (min-width: 991px) {
  #goods .gNav li a.goods {
    border-bottom: 2px solid #4A9DBA; } }

@media screen and (min-width: 991px) {
  #activity .gNav li a.activity {
    border-bottom: 2px solid #4A9DBA; } }

/***** section *****/
section#main {
  height: auto;
  margin-top: 120px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 991px) {
    section#main {
      margin-top: 100px; } }

/***** footer *****/
footer {
  background: #4A9DBA; }
  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: 1rem;
        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 {
      position: relative; }
      @media screen and (min-width: 991px) {
        footer .inner address {
          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: 60vh;
  margin-bottom: 0; }
  @media screen and (min-width: 991px) {
    #index #main {
      background-image: url("../images/index/bg_main.png"); } }
  #index #main p.note {
    background: #FFF;
    font-size: 1rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    bottom: -20px; }
    @media screen and (min-width: 991px) {
      #index #main p.note {
        bottom: 0;
        font-size: 0.75rem; } }
  #index #main .inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #index #main .inner {
        height: 545px;
        width: 980px; } }
    #index #main .inner h1 {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 75%; }
      @media screen and (min-width: 991px) {
        #index #main .inner h1 {
          width: 500px; } }
      #index #main .inner h1 img {
        width: 100%; }
#index #body article h2 {
  height: 40px;
  margin: 0 auto 50px;
  text-align: center; }
  @media screen and (min-width: 991px) {
    #index #body article h2 {
      height: 50px; } }
  #index #body article h2 img {
    width: auto;
    max-width: 90%; }
#index #body article#topics {
  border-top: 15px solid #4A9DBA;
  border-bottom: 15px solid #4A9DBA;
  padding: 50px 0; }
  #index #body article#topics .inner {
    display: block; }
    #index #body article#topics .inner .news {
      background: #FFF;
      height: 400px;
      margin: 0 auto;
      padding: 25px 5%;
      width: 90%; }
      @media screen and (min-width: 991px) {
        #index #body article#topics .inner .news {
          height: 420px;
          padding: 50px;
          width: 940px; } }
      #index #body article#topics .inner .news ul {
        height: 340px;
        overflow: auto; }
        @media screen and (min-width: 991px) {
          #index #body article#topics .inner .news ul {
            height: 330px; } }
        #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 .inner.full {
  width: 100%; }
#index #body article#message .inner {
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 991px) {
    #index #body article#message .inner {
      width: 980px; } }
#index #body article#message h2 {
  margin-bottom: 20px; }
#index #body article#message p.lead {
  margin-bottom: 50px;
  text-align: center; }
#index #body article#message .cheerWrap {
  background: #E3F3FA;
  margin-bottom: 50px;
  padding: 50px 0 20px; }
  #index #body article#message .cheerWrap .cheer {
    background-color: #FFF;
    font-family: 'Noto Serif JP', serif;
    height: auto;
    margin: 0 0 10px;
    padding: 0.5rem 0 1.0rem;
    overflow: hidden;
    white-space: nowrap;
    width: 100%; }
    #index #body article#message .cheerWrap .cheer#small {
      font-size: 2rem;
      line-height: 2rem; }
      @media screen and (min-width: 991px) {
        #index #body article#message .cheerWrap .cheer#small {
          font-size: 1.75rem;
          line-height: 1.75rem; } }
    #index #body article#message .cheerWrap .cheer#medium {
      font-size: 3rem;
      line-height: 3rem; }
      @media screen and (min-width: 991px) {
        #index #body article#message .cheerWrap .cheer#medium {
          font-size: 2rem;
          line-height: 2rem; } }
    #index #body article#message .cheerWrap .cheer#large {
      font-size: 5rem;
      line-height: 5rem; }
      @media screen and (min-width: 991px) {
        #index #body article#message .cheerWrap .cheer#large {
          font-size: 3rem;
          line-height: 3rem; } }
    #index #body article#message .cheerWrap .cheer ul {
      display: inline-block;
      margin: 0;
      padding: 0;
      animation: message 30s linear infinite; }
      #index #body article#message .cheerWrap .cheer ul li {
        display: inline-block;
        margin: 0 10px; }
@keyframes message {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
#index #body article#message .comment {
  position: relative;
  height: 600px;
  margin-bottom: 50px; }
  @media screen and (min-width: 991px) {
    #index #body article#message .comment {
      height: 550px; } }
  #index #body article#message .comment .text {
    background: rgba(255, 114, 43, 0.9);
    color: #FFF;
    padding: 25px 5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    text-align: left;
    z-index: 1; }
    @media screen and (min-width: 991px) {
      #index #body article#message .comment .text {
        padding: 50px;
        width: 550px; } }
    #index #body article#message .comment .text h3 {
      font-size: 3rem;
      margin-bottom: 20px; }
      @media screen and (min-width: 991px) {
        #index #body article#message .comment .text h3 {
          font-size: calc(3rem * 0.8); } }
    #index #body article#message .comment .text p {
      margin-bottom: 15px;
      text-align: left; }
  #index #body article#message .comment figure {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    z-index: 0; }
    @media screen and (min-width: 991px) {
      #index #body article#message .comment figure {
        height: 500px;
        width: 730px; } }
    #index #body article#message .comment figure img {
      width: 100%; }
#index #body article#message .about {
  background-color: #FCF7DE;
  background-image: url("../images/index/bg_about_sp.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 120px 0; }
  @media screen and (min-width: 991px) {
    #index #body article#message .about {
      background-image: url("../images/index/bg_about.png");
      padding: 80px 0; } }
  #index #body article#message .about .contWrap {
    margin: 0 auto;
    min-height: 12em;
    padding-right: 20%;
    position: relative;
    text-align: left;
    width: 80%; }
    @media screen and (min-width: 991px) {
      #index #body article#message .about .contWrap {
        margin: 0 auto;
        padding-right: 150px;
        width: 600px; } }
    #index #body article#message .about .contWrap figure.megapon {
      position: absolute;
      top: 50%;
      right: -5%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 25%; }
      @media screen and (min-width: 991px) {
        #index #body article#message .about .contWrap figure.megapon {
          top: 65%;
          width: 150px; } }
      #index #body article#message .about .contWrap figure.megapon img {
        width: 100%; }
  #index #body article#message .about .btn {
    width: 100%; }
    #index #body article#message .about .btn a {
      background: #FFF;
      border: 1px solid #FF722B;
      box-shadow: 2px 2px 0px #FF722B;
      color: #FF722B;
      display: block;
      font-weight: 700;
      height: 80px;
      margin: 0 auto;
      position: relative;
      width: 80%; }
      @media screen and (min-width: 991px) {
        #index #body article#message .about .btn a {
          height: 50px;
          width: 300px; } }
      #index #body article#message .about .btn a span {
        background: url("../images/arw.svg") no-repeat;
        background-position: top 50% right 0;
        height: 20px;
        padding-right: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        white-space: nowrap; }
#index #body article#content {
  padding: 50px 0; }
  #index #body article#content .inner {
    margin: 0 auto;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #index #body article#content .inner {
        width: 980px; } }
    #index #body article#content .inner nav {
      width: 100%; }
      #index #body article#content .inner nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        gap: 5%;
        margin-left: 5%;
        width: 95%; }
        @media screen and (min-width: 991px) {
          #index #body article#content .inner nav ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 35px;
            width: 100%; } }
        #index #body article#content .inner nav ul li {
          margin-bottom: 35px;
          width: 45%; }
          @media screen and (min-width: 991px) {
            #index #body article#content .inner nav ul li {
              width: 280px; } }
          #index #body article#content .inner nav ul li img {
            width: 100%; }
          #index #body article#content .inner nav ul li a.cs {
            cursor: default; }
#index #body article#movie {
  padding: 50px 0; }
  #index #body article#movie .inner {
    margin: 0 auto;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #index #body article#movie .inner {
        width: 980px; } }
    #index #body article#movie .inner nav {
      width: 100%; }
      #index #body article#movie .inner nav ul {
        padding: 0 5%;
        width: 100%; }
        @media screen and (min-width: 991px) {
          #index #body article#movie .inner nav ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 20px;
            padding: 0; } }
        #index #body article#movie .inner nav ul li {
          margin-bottom: 35px;
          width: 100%; }
          @media screen and (min-width: 991px) {
            #index #body article#movie .inner nav ul li {
              width: 50%; } }
          #index #body article#movie .inner nav ul li img {
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            width: 100%; }

/***** #tournament *****/
#tournament #main .inner {
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 991px) {
    #tournament #main .inner {
      width: 980px; } }
  #tournament #main .inner .title {
    height: 450px;
    position: relative; }
    @media screen and (min-width: 991px) {
      #tournament #main .inner .title {
        height: 200px; } }
    #tournament #main .inner .title h1 {
      background-color: #FFF;
      display: block;
      padding: 20px;
      position: absolute;
      top: 20px;
      left: 5%;
      width: 150px; }
      @media screen and (min-width: 991px) {
        #tournament #main .inner .title h1 {
          left: 0;
          width: 200px; } }
      #tournament #main .inner .title h1 img {
        width: 100%; }
    #tournament #main .inner .title h2 {
      display: block;
      position: absolute;
      top: 20px;
      right: 10%;
      width: 400px; }
      @media screen and (min-width: 991px) {
        #tournament #main .inner .title h2 {
          top: 50px;
          right: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 400px; } }
      #tournament #main .inner .title h2 img {
        width: 100%; }
    #tournament #main .inner .title figure {
      display: block;
      position: absolute;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 500px; }
      @media screen and (min-width: 991px) {
        #tournament #main .inner .title figure {
          bottom: -10px;
          left: auto;
          right: 10px;
          -webkit-transform: translateX(0);
          transform: translateX(0);
          width: 250px; } }
      #tournament #main .inner .title figure img {
        width: 100%; }
  #tournament #main .inner .maintournamentresults .content {
    background: #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto 50px;
    padding: 50px 5%;
    width: 90%; }
    #tournament #main .inner .maintournamentresults .content tr:nth-child(2) {
      background-color: #FDFCD5;
      font-size: calc(1.6rem * 1.5); }
      #tournament #main .inner .maintournamentresults .content tr:nth-child(2) td {
        padding: 15px 10px; }
        #tournament #main .inner .maintournamentresults .content tr:nth-child(2) td span {
          color: #D00;
          font-weight: #tournament #main .inner .maintournamentresults .content tr:nth-child(2) td span fw-B; }
    @media screen and (min-width: 991px) {
      #tournament #main .inner .maintournamentresults .content {
        padding: 50px 100px;
        width: 100%; } }
    #tournament #main .inner .maintournamentresults .content .ex {
      text-align: left; }
  #tournament #main .inner .list .content {
    background: #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto 50px;
    padding: 50px 5%;
    width: 90%; }
    @media screen and (min-width: 991px) {
      #tournament #main .inner .list .content {
        padding: 50px 100px;
        width: 100%; } }
    #tournament #main .inner .list .content .ex {
      text-align: left; }
#tournament #body article#area {
  background-color: #FCFAEF;
  background-image: url("../images/tournament/bg_main_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 750px;
  margin-bottom: 50px; }
  @media screen and (min-width: 991px) {
    #tournament #body article#area {
      background-image: url("../images/tournament/bg_main.png");
      height: 545px; } }
  #tournament #body article#area .inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #tournament #body article#area .inner {
        height: 545px;
        width: 980px; } }
    #tournament #body article#area .inner .lead {
      display: block;
      position: absolute;
      bottom: 10px;
      right: 5%;
      margin-bottom: 0;
      width: 200px; }
      @media screen and (min-width: 991px) {
        #tournament #body article#area .inner .lead {
          bottom: 20px;
          right: 0;
          width: 180px; } }
      #tournament #body article#area .inner .lead img {
        width: 100%; }
    #tournament #body article#area .inner #map {
      background-image: url("../images/tournament/map_main.svg");
      background-repeat: no-repeat;
      background-position: top 25% right 25%;
      background-size: 75%;
      height: 100%;
      min-height: 750px;
      min-width: 100vw;
      width: 100%; }
      @media screen and (min-width: 991px) {
        #tournament #body article#area .inner #map {
          background-position: top 50% right 50%;
          background-size: 90%;
          min-height: auto;
          min-width: auto;
          position: absolute;
          top: 0;
          right: 50px;
          height: 540px;
          width: 540px; } }
      #tournament #body article#area .inner #map ul {
        height: 100%;
        position: relative;
        width: 100%; }
        #tournament #body article#area .inner #map ul li {
          position: absolute;
          text-align: center; }
          #tournament #body article#area .inner #map ul li a {
            border: 1px solid #FFF;
            -webkit-border-radius: 200px;
            -moz-border-radius: 200px;
            border-radius: 200px;
            box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.25);
            color: #FFF;
            display: block;
            font-family: 'Noto Sans JP', sans-serif !important;
            padding: 15px 10px;
            position: relative;
            width: 180px;
            white-space: nowrap; }
            #tournament #body article#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) {
              #tournament #body article#area .inner #map ul li a {
                font-size: 1.25rem;
                -webkit-border-radius: 160px;
                -moz-border-radius: 160px;
                border-radius: 160px;
                padding: 10px;
                width: 140px; } }
            #tournament #body article#area .inner #map ul li a .new {
              position: absolute;
              top: -25px;
              height: auto;
              width: 50px; }
              @media screen and (min-width: 991px) {
                #tournament #body article#area .inner #map ul li a .new {
                  top: -20px;
                  width: 40px; } }
              #tournament #body article#area .inner #map ul li a .new img {
                width: 100%; }
            #tournament #body article#area .inner #map ul li a .area {
              display: block;
              margin-bottom: 5px; }
              @media screen and (min-width: 991px) {
                #tournament #body article#area .inner #map ul li a .area {
                  margin-bottom: 0; } }
            #tournament #body article#area .inner #map ul li a .date {
              display: block; }
              #tournament #body article#area .inner #map ul li a .date span {
                font-size: 3rem;
                font-weight: 700; }
                @media screen and (min-width: 991px) {
                  #tournament #body article#area .inner #map ul li a .date span {
                    font-size: 2rem; } }
          #tournament #body article#area .inner #map ul li#hokkaido {
            animation-delay: 0;
            top: 60px;
            left: 200px; }
            @media screen and (min-width: 991px) {
              #tournament #body article#area .inner #map ul li#hokkaido {
                top: 50px;
                left: 120px; } }
            #tournament #body article#area .inner #map ul li#hokkaido a {
              background-color: #5286C0;
              border-bottom-right-radius: 0; }
              #tournament #body article#area .inner #map ul li#hokkaido a .new {
                left: -25px; }
                @media screen and (min-width: 991px) {
                  #tournament #body article#area .inner #map ul li#hokkaido a .new {
                    left: -20px; } }
          #tournament #body article#area .inner #map ul li#tohoku {
            animation-delay: 0.2s;
            top: 160px;
            right: 20px; }
            @media screen and (min-width: 991px) {
              #tournament #body article#area .inner #map ul li#tohoku {
                top: 150px; } }
            #tournament #body article#area .inner #map ul li#tohoku a {
              background-color: #40B8E9;
              border-bottom-left-radius: 0; }
              #tournament #body article#area .inner #map ul li#tohoku a .new {
                right: -25px; }
                @media screen and (min-width: 991px) {
                  #tournament #body article#area .inner #map ul li#tohoku a .new {
                    right: -20px; } }
          #tournament #body article#area .inner #map ul li#hokushinetsu {
            animation-delay: 0.4s;
            top: 180px;
            left: 140px; }
            @media screen and (min-width: 991px) {
              #tournament #body article#area .inner #map ul li#hokushinetsu {
                top: 160px;
                left: 100px; } }
            #tournament #body article#area .inner #map ul li#hokushinetsu a {
              background-color: #8BC481;
              border-bottom-right-radius: 0; }
              #tournament #body article#area .inner #map ul li#hokushinetsu a .new {
                left: -25px; }
                @media screen and (min-width: 991px) {
                  #tournament #body article#area .inner #map ul li#hokushinetsu a .new {
                    left: -20px; } }
          #tournament #body article#area .inner #map ul li#kanto {
            animation-delay: 0.6s;
            top: 280px;
            right: 40px; }
            @media screen and (min-width: 991px) {
              #tournament #body article#area .inner #map ul li#kanto {
                top: 260px; } }
            #tournament #body article#area .inner #map ul li#kanto a {
              background-color: #61C1BE;
              border-bottom-left-radius: 0; }
          #tournament #body article#area .inner #map ul li#tokai {
            animation-delay: 0.8s;
            top: 400px;
            right: 80px; }
            @media screen and (min-width: 991px) {
              #tournament #body article#area .inner #map ul li#tokai {
                top: 370px;
                right: 120px; } }
            #tournament #body article#area .inner #map ul li#tokai a {
              background-color: #9070AE;
              border-top-left-radius: 0; }
          #tournament #body article#area .inner #map ul li#kansai {
            animation-delay: 1.0s;
            top: 300px;
            left: 80px; }
            @media screen and (min-width: 991px) {
              #tournament #body article#area .inner #map ul li#kansai {
                top: 240px;
                left: 20px; } }
            #tournament #body article#area .inner #map ul li#kansai a {
              background-color: #E97878;
              border-bottom-right-radius: 0; }
          #tournament #body article#area .inner #map ul li#chugokushikoku {
            animation-delay: 1.2s;
            top: 500px;
            left: 240px; }
            @media screen and (min-width: 991px) {
              #tournament #body article#area .inner #map ul li#chugokushikoku {
                top: 320px;
                left: -100px; } }
            #tournament #body article#area .inner #map ul li#chugokushikoku a {
              background-color: #EE8E57;
              -webkit-border-radius: 220px;
              -moz-border-radius: 220px;
              border-radius: 220px;
              width: 200px;
              border-top-left-radius: 0; }
              #tournament #body article#area .inner #map ul li#chugokushikoku a .new {
                left: -25px; }
                @media screen and (min-width: 991px) {
                  #tournament #body article#area .inner #map ul li#chugokushikoku a .new {
                    left: -20px; } }
              @media screen and (min-width: 991px) {
                #tournament #body article#area .inner #map ul li#chugokushikoku a {
                  -webkit-border-radius: 180px;
                  -moz-border-radius: 180px;
                  border-radius: 180px;
                  width: 160px;
                  border-top-left-radius: 180px;
                  border-bottom-right-radius: 0; } }
          #tournament #body article#area .inner #map ul li#kyushu {
            animation-delay: 1.4s;
            top: 480px;
            left: 20px; }
            @media screen and (min-width: 991px) {
              #tournament #body article#area .inner #map ul li#kyushu {
                top: 420px;
                left: -90px; } }
            #tournament #body article#area .inner #map ul li#kyushu a {
              background-color: #EE86A8;
              border-top-right-radius: 0; }
#tournament #body article#date {
  background-color: #FF8637;
  margin-bottom: 0;
  width: 100%; }
  #tournament #body article#date .inner {
    color: #FFF;
    padding: 30px 0;
    text-align: center; }
    @media screen and (min-width: 991px) {
      #tournament #body article#date .inner {
        padding: 25px 0; } }
    #tournament #body article#date .inner dl {
      line-height: 100%; }
      @media screen and (min-width: 991px) {
        #tournament #body article#date .inner dl {
          letter-spacing: 0.2rem; } }
      #tournament #body article#date .inner dl dt {
        font-size: calc(3rem * 1.5);
        margin-bottom: 1.0rem; }
        @media screen and (min-width: 991px) {
          #tournament #body article#date .inner dl dt {
            font-size: calc(3rem * 1.5); } }
        #tournament #body article#date .inner dl dt .main {
          background: #FFF;
          color: #FF8637;
          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) {
            #tournament #body article#date .inner dl dt .main {
              font-size: calc(3rem * 1.0); } }
        #tournament #body article#date .inner dl dt .kanji {
          font-size: calc(3rem * 1.0); }
          @media screen and (min-width: 991px) {
            #tournament #body article#date .inner dl dt .kanji {
              font-size: calc(3rem * 1.0); } }
        #tournament #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) {
            #tournament #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; } }
      #tournament #body article#date .inner dl dd {
        font-size: 2rem; }
        @media screen and (min-width: 991px) {
          #tournament #body article#date .inner dl dd {
            font-size: calc(2rem * 1.0); } }
        #tournament #body article#date .inner dl dd .goal {
          background-image: url("../images/tournament/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) {
            #tournament #body article#date .inner dl dd .goal {
              padding-left: 60px; } }
#tournament #body article#qualifying {
  margin: -180px 0 100px;
  padding-top: 180px; }
  @media screen and (min-width: 991px) {
    #tournament #body article#qualifying {
      margin: -150px 0 50px;
      padding-top: 150px; } }
  #tournament #body article#qualifying h2 {
    text-align: center; }
  #tournament #body article#qualifying .area {
    display: block;
    margin: 0 auto 50px;
    width: 80%; }
    #tournament #body article#qualifying .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%; }
      #tournament #body article#qualifying .area .tab li {
        background: #FFF;
        display: block;
        margin-bottom: 20px;
        width: 47.5%; }
        @media screen and (min-width: 991px) {
          #tournament #body article#qualifying .area .tab li {
            width: 22.5%; } }
        #tournament #body article#qualifying .area .tab li:nth-child(4n) {
          margin-right: 0; }
        #tournament #body article#qualifying .area .tab li.off {
          background: #000; }
          #tournament #body article#qualifying .area .tab li.off div {
            background: #4A9DBA;
            color: #FFF;
            height: 5.0rem;
            position: relative;
            opacity: 0.5;
            filter: alpha(opacity=50);
            -ms-filter: "alpha( opacity=50 )"; }
            #tournament #body article#qualifying .area .tab li.off div span {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              text-align: center;
              width: 100%; }
        #tournament #body article#qualifying .area .tab li a {
          background: #4A9DBA;
          color: #FFF;
          display: block;
          height: 5.0rem;
          position: relative; }
          #tournament #body article#qualifying .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%; }
          #tournament #body article#qualifying .area .tab li a:hover, #tournament #body article#qualifying .area .tab li a.active {
            opacity: 0.5;
            filter: alpha(opacity=50);
            -ms-filter: "alpha( opacity=50 )"; }
        #tournament #body article#qualifying .area .tab li .new {
          position: absolute;
          top: -15px;
          left: -15px;
          height: auto;
          width: 40px; }
          #tournament #body article#qualifying .area .tab li .new img {
            width: 100%; }
#tournament #body article#seed {
  margin-bottom: 100px; }
  @media screen and (min-width: 991px) {
    #tournament #body article#seed {
      margin-bottom: 50px; } }
  #tournament #body article#seed h2 {
    text-align: center; }
  #tournament #body article#seed .seed {
    background: #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto;
    padding: 25px 5%;
    width: 90%; }
    @media screen and (min-width: 991px) {
      #tournament #body article#seed .seed {
        padding: 25px 100px;
        width: 100%; } }
    #tournament #body article#seed .seed h3 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 15px;
      text-align: center; }
      @media screen and (min-width: 991px) {
        #tournament #body article#seed .seed h3 {
          font-size: 2rem; } }
      #tournament #body article#seed .seed h3 span {
        display: block; }
        @media screen and (min-width: 991px) {
          #tournament #body article#seed .seed h3 span {
            display: inline; } }
    #tournament #body article#seed .seed .explanation {
      margin: 30px auto 0;
      width: 100%; }
      #tournament #body article#seed .seed .explanation h4 {
        border-bottom: 1px solid #000;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 10px; }
        @media screen and (min-width: 991px) {
          #tournament #body article#seed .seed .explanation h4 {
            font-size: 1.75rem; } }
      #tournament #body article#seed .seed .explanation li {
        margin-bottom: 20px; }
        #tournament #body article#seed .seed .explanation li i {
          background-color: #4A9DBA;
          border-radius: 50%;
          color: #FFF;
          display: inline-block;
          font-size: 1.25rem;
          font-style: normal;
          line-height: 1.6rem;
          margin-right: 0.875rem;
          height: 1.75rem;
          text-align: center;
          width: 1.75rem; }
          @media screen and (min-width: 991px) {
            #tournament #body article#seed .seed .explanation li i {
              font-size: 1.25rem;
              line-height: 1.75rem;
              margin-right: 0.75rem;
              height: 1.75rem;
              width: 1.75rem; } }
          #tournament #body article#seed .seed .explanation li i.txt {
            margin-right: 0; }
    #tournament #body article#seed .seed .source {
      text-align: right; }
#tournament #body article .results {
  display: none;
  padding: 0 5%; }
  @media screen and (min-width: 991px) {
    #tournament #body article .results {
      padding: 0; } }
  #tournament #body article .results.show {
    display: block; }
  #tournament #body article .results .title {
    background: #4A9DBA;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    color: #FFF;
    padding: 20px;
    text-align: center; }
    #tournament #body article .results .title h3 {
      font-size: 3rem;
      margin-bottom: 10px; }
      @media screen and (min-width: 991px) {
        #tournament #body article .results .title h3 {
          font-size: calc(3rem * 1.0); } }
  #tournament #body article .results .content {
    background: #FFF;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    padding: 20px; }
    @media screen and (min-width: 991px) {
      #tournament #body article .results .content {
        padding: 35px 100px; } }
    #tournament #body article .results .content figure {
      margin-bottom: 30px;
      width: 100%; }
      #tournament #body article .results .content figure img {
        width: 100%; }
#tournament #body article.thumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #tournament #body article.thumb ul li {
    width: 50%; }
    @media screen and (min-width: 991px) {
      #tournament #body article.thumb ul li {
        width: 25%; } }
    #tournament #body article.thumb ul li img {
      width: 100%; }

/* 地区予選通過 */
#hokkaido.results tr:nth-child(-n+2) {
  background-color: #FDFCD5; }

#tohoku.results tr:nth-child(-n+2) {
  background-color: #FDFCD5; }

#hokushinetsu.results tr:nth-child(-n+2) {
  background-color: #FDFCD5; }

#tokai.results tr:nth-child(-n+3) {
  background-color: #FDFCD5; }

#chugokushikoku.results tr:nth-child(-n+2) {
  background-color: #FDFCD5; }

#kyushu.results tr:nth-child(-n+2) {
  background-color: #FDFCD5; }

#kanto.results tr:nth-child(-n+8) {
  background-color: #FDFCD5; }

#kansai.results tr:nth-child(-n+4) {
  background-color: #FDFCD5; }

/***** #interview *****/
#interview #main {
  background-color: #FDFCD5; }
  #interview #main .inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #interview #main .inner {
        width: 980px; } }

/* .index */
#interview.index #main {
  height: 450px; }
  @media screen and (min-width: 991px) {
    #interview.index #main {
      height: 350px; } }
  @media screen and (min-width: 991px) {
    #interview.index #main .inner {
      height: 350px; } }
  #interview.index #main .inner h1 img, #interview.index #main .inner .logo img, #interview.index #main .inner .megapon img {
    width: 100%; }
  #interview.index #main .inner h1 {
    display: block;
    position: absolute;
    top: 50px;
    right: 5%;
    width: 60%; }
    @media screen and (min-width: 991px) {
      #interview.index #main .inner h1 {
        top: 20px;
        right: 0;
        width: 700px; } }
  #interview.index #main .inner .logo {
    background: #FFF;
    display: block;
    position: absolute;
    padding: 20px;
    top: 20px;
    left: 5%;
    width: 180px; }
    @media screen and (min-width: 991px) {
      #interview.index #main .inner .logo {
        left: 0;
        width: 200px; } }
  #interview.index #main .inner .megapon {
    display: block;
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 220px; }
    @media screen and (min-width: 991px) {
      #interview.index #main .inner .megapon {
        bottom: 0;
        left: 80px;
        width: 300px; } }
  #interview.index #main .inner .lead {
    display: block;
    font-size: calc(3rem * 0.6);
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    right: 5%;
    margin-bottom: 0;
    text-align: center;
    width: 60%; }
    @media screen and (min-width: 991px) {
      #interview.index #main .inner .lead {
        font-size: 2rem;
        bottom: 30px;
        right: 0;
        width: 700px; } }
#interview.index #body article#university .inner {
  padding: 0 5%; }
  @media screen and (min-width: 991px) {
    #interview.index #body article#university .inner {
      padding: 0; } }
#interview.index #body article#university .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 5%;
  margin-bottom: 50px; }
  @media screen and (min-width: 991px) {
    #interview.index #body article#university .bnr {
      column-gap: 20px; } }
  #interview.index #body article#university .bnr dl {
    margin-bottom: 50px;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #interview.index #body article#university .bnr dl {
        margin-bottom: 20px;
        width: 480px; }
        #interview.index #body article#university .bnr dl:nth-child(2) {
          animation-delay: 0.2s; }
        #interview.index #body article#university .bnr dl:nth-child(3) {
          animation-delay: 0.4s; }
        #interview.index #body article#university .bnr dl:nth-child(4) {
          animation-delay: 0.6s; }
        #interview.index #body article#university .bnr dl:nth-child(5) {
          animation-delay: 0; }
        #interview.index #body article#university .bnr dl:nth-child(6) {
          animation-delay: 0.2s; }
        #interview.index #body article#university .bnr dl:nth-child(7) {
          animation-delay: 0.4s; }
        #interview.index #body article#university .bnr dl:nth-child(8) {
          animation-delay: 0.6s; }
        #interview.index #body article#university .bnr dl:nth-child(9) {
          animation-delay: 0; }
        #interview.index #body article#university .bnr dl:nth-child(10) {
          animation-delay: 0.2s; }
        #interview.index #body article#university .bnr dl:nth-child(11) {
          animation-delay: 0.4s; }
        #interview.index #body article#university .bnr dl:nth-child(12) {
          animation-delay: 0.6s; } }
    #interview.index #body article#university .bnr dl dt {
      position: relative;
      width: 100%;
      z-index: 0; }
      #interview.index #body article#university .bnr dl dt img {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 100%; }
      #interview.index #body article#university .bnr dl dt .new {
        position: absolute;
        top: -20px;
        right: -20px;
        height: auto;
        width: 80px; }
        @media screen and (min-width: 991px) {
          #interview.index #body article#university .bnr dl dt .new {
            width: 50px; } }
        #interview.index #body article#university .bnr dl dt .new img {
          width: 100%; }
    #interview.index #body article#university .bnr dl dd {
      position: relative;
      margin-top: -20px;
      text-align: center;
      z-index: 1; }
      #interview.index #body article#university .bnr dl dd span {
        background-color: #FF8637;
        background-image: url("../images/arw_nega.svg");
        background-repeat: no-repeat;
        background-position: top 50% right 5%;
        color: #FFF;
        display: block;
        font-size: 3rem;
        margin: 0 auto;
        padding: 25px;
        width: 400px; }
        @media screen and (min-width: 991px) {
          #interview.index #body article#university .bnr dl dd span {
            font-size: 1.75rem;
            padding: 15px;
            width: 300px; } }
#interview.index #body article#university .next {
  background-color: #FFF;
  border: 1px solid #4A9DBA;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 50px;
  width: 100%; }
  #interview.index #body article#university .next dl {
    background-image: url("../images/interview/next_megapon.svg");
    background-repeat: no-repeat;
    background-position: left 10% bottom -5px;
    background-size: contain;
    height: 200px;
    padding: 50px 0 50px 35%; }
    @media screen and (min-width: 991px) {
      #interview.index #body article#university .next dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        column-gap: 20px;
        height: 150px;
        padding: 0; } }
    #interview.index #body article#university .next dl dt {
      margin-bottom: 25px; }
      @media screen and (min-width: 991px) {
        #interview.index #body article#university .next dl dt {
          margin-bottom: 0; } }

/* .detail */
#interview.detail #main {
  height: 450px; }
  @media screen and (min-width: 991px) {
    #interview.detail #main {
      height: 300px; } }
  @media screen and (min-width: 991px) {
    #interview.detail #main .inner {
      height: 300px; } }
  #interview.detail #main .inner h1 img, #interview.detail #main .inner .logo img, #interview.detail #main .inner .megapon img {
    width: 100%; }
  #interview.detail #main .inner h1 {
    display: block;
    position: absolute;
    top: 50px;
    right: 5%;
    width: 60%; }
    @media screen and (min-width: 991px) {
      #interview.detail #main .inner h1 {
        top: 20px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 600px; } }
  #interview.detail #main .inner .megapon {
    display: block;
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 40%; }
    @media screen and (min-width: 991px) {
      #interview.detail #main .inner .megapon {
        bottom: 0;
        left: 0;
        width: 250px; } }
  #interview.detail #main .inner .lead {
    display: block;
    font-size: calc(3rem * 0.6);
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    right: 5%;
    margin-bottom: 0;
    text-align: center;
    width: 60%; }
    @media screen and (min-width: 991px) {
      #interview.detail #main .inner .lead {
        font-size: 2rem;
        bottom: 30px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%; } }
#interview.detail #body article#university {
  padding: 0 5%; }
  @media screen and (min-width: 991px) {
    #interview.detail #body article#university {
      padding: 0; } }
  #interview.detail #body article#university dl {
    margin-bottom: 50px; }
    #interview.detail #body article#university dl dt {
      background-color: #FFF;
      border: 2px solid #FF8637;
      border-bottom: 0;
      border-radius: 250px 250px 0 0;
      height: 250px;
      margin: 0 auto;
      position: relative;
      text-align: center;
      width: 500px;
      z-index: 0; }
      #interview.detail #body article#university dl dt span {
        position: absolute;
        left: 50%;
        letter-spacing: 0.2rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap; }
        #interview.detail #body article#university dl dt span.en {
          color: #FF8637;
          font-size: 1rem;
          margin-bottom: 5px;
          top: 50px; }
        #interview.detail #body article#university dl dt span.jp {
          font-size: 3rem;
          margin-bottom: 15px;
          top: 80px; }
    #interview.detail #body article#university dl dd {
      margin-top: -100px;
      position: relative;
      z-index: 1; }
      #interview.detail #body article#university dl dd img {
        box-shadow: 5px 5px 0 #FF8637;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 100%; }
#interview.detail #body article#player, #interview.detail #body article#coach {
  padding: 0 5%; }
  @media screen and (min-width: 991px) {
    #interview.detail #body article#player, #interview.detail #body article#coach {
      padding: 0; } }
  #interview.detail #body article#player .inner, #interview.detail #body article#coach .inner {
    background: #FFF;
    margin-bottom: 50px; }
  #interview.detail #body article#player h3, #interview.detail #body article#coach h3 {
    position: relative; }
    #interview.detail #body article#player h3 span img, #interview.detail #body article#coach h3 span img {
      width: 100%; }
    #interview.detail #body article#player h3 span.megapon, #interview.detail #body article#coach h3 span.megapon {
      position: absolute; }
    #interview.detail #body article#player h3 span.name, #interview.detail #body article#coach h3 span.name {
      position: absolute;
      bottom: 20px;
      right: 0;
      height: auto;
      width: 40%; }
      @media screen and (min-width: 991px) {
        #interview.detail #body article#player h3 span.name, #interview.detail #body article#coach h3 span.name {
          height: 70px;
          width: auto; } }
  #interview.detail #body article#player .interview, #interview.detail #body article#coach .interview {
    padding: 100px 5% 50px; }
    @media screen and (min-width: 991px) {
      #interview.detail #body article#player .interview, #interview.detail #body article#coach .interview {
        padding: 100px; } }
    #interview.detail #body article#player .interview dl, #interview.detail #body article#coach .interview dl {
      margin: 0 auto 150px;
      position: relative;
      width: 100%; }
      #interview.detail #body article#player .interview dl:last-child, #interview.detail #body article#coach .interview dl:last-child {
        margin-bottom: 0; }
      #interview.detail #body article#player .interview dl dt, #interview.detail #body article#coach .interview dl dt {
        background-color: #FDFCD5;
        border-left: 5px solid #FF8637;
        display: block;
        min-height: 120px;
        position: absolute;
        top: -100px;
        left: -5%;
        z-index: 1;
        width: 90%; }
        @media screen and (min-width: 991px) {
          #interview.detail #body article#player .interview dl dt, #interview.detail #body article#coach .interview dl dt {
            top: -90px;
            left: -100px;
            width: auto;
            min-width: 500px; } }
        #interview.detail #body article#player .interview dl dt span, #interview.detail #body article#coach .interview dl dt span {
          position: absolute; }
          #interview.detail #body article#player .interview dl dt span.megapon, #interview.detail #body article#coach .interview dl dt span.megapon {
            bottom: 0;
            left: 0; }
          #interview.detail #body article#player .interview dl dt span.text, #interview.detail #body article#coach .interview dl dt span.text {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 180px;
            white-space: nowrap; }
      #interview.detail #body article#player .interview dl dd, #interview.detail #body article#coach .interview dl dd {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        line-height: 180%;
        position: relative;
        z-index: 0; }
        #interview.detail #body article#player .interview dl dd.type01, #interview.detail #body article#coach .interview dl dd.type01 {
          border: 2px solid #FF8637;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-line-pack: center;
          align-content: center;
          column-gap: 5%;
          padding: 50px 5%; }
          @media screen and (min-width: 991px) {
            #interview.detail #body article#player .interview dl dd.type01, #interview.detail #body article#coach .interview dl dd.type01 {
              column-gap: 20px;
              padding: 50px 100px; } }
        #interview.detail #body article#player .interview dl dd.type02, #interview.detail #body article#coach .interview dl dd.type02 {
          position: relative; }
          #interview.detail #body article#player .interview dl dd.type02.bdr, #interview.detail #body article#coach .interview dl dd.type02.bdr {
            border: 2px solid #FF8637; }
          #interview.detail #body article#player .interview dl dd.type02 span.text, #interview.detail #body article#coach .interview dl dd.type02 span.text {
            line-height: 150%;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
            #interview.detail #body article#player .interview dl dd.type02 span.text.left, #interview.detail #body article#coach .interview dl dd.type02 span.text.left {
              left: 5%; }
            #interview.detail #body article#player .interview dl dd.type02 span.text.right, #interview.detail #body article#coach .interview dl dd.type02 span.text.right {
              right: 5%;
              text-align: right; }
            #interview.detail #body article#player .interview dl dd.type02 span.text.left-m, #interview.detail #body article#coach .interview dl dd.type02 span.text.left-m {
              left: 10%; }
              @media screen and (min-width: 991px) {
                #interview.detail #body article#player .interview dl dd.type02 span.text.left-m, #interview.detail #body article#coach .interview dl dd.type02 span.text.left-m {
                  left: 15%; } }
            #interview.detail #body article#player .interview dl dd.type02 span.text.right-m, #interview.detail #body article#coach .interview dl dd.type02 span.text.right-m {
              right: 10%;
              text-align: right; }
              @media screen and (min-width: 991px) {
                #interview.detail #body article#player .interview dl dd.type02 span.text.right-m, #interview.detail #body article#coach .interview dl dd.type02 span.text.right-m {
                  right: 15%; } }
            #interview.detail #body article#player .interview dl dd.type02 span.text.middle-l, #interview.detail #body article#coach .interview dl dd.type02 span.text.middle-l {
              left: 20%; }
              @media screen and (min-width: 991px) {
                #interview.detail #body article#player .interview dl dd.type02 span.text.middle-l, #interview.detail #body article#coach .interview dl dd.type02 span.text.middle-l {
                  left: 25%; } }
            #interview.detail #body article#player .interview dl dd.type02 span.text.middle-r, #interview.detail #body article#coach .interview dl dd.type02 span.text.middle-r {
              right: 20%;
              text-align: right; }
              @media screen and (min-width: 991px) {
                #interview.detail #body article#player .interview dl dd.type02 span.text.middle-r, #interview.detail #body article#coach .interview dl dd.type02 span.text.middle-r {
                  right: 25%; } }
            #interview.detail #body article#player .interview dl dd.type02 span.text.top, #interview.detail #body article#coach .interview dl dd.type02 span.text.top {
              top: 50px;
              -webkit-transform: initial;
              transform: initial; }
              @media screen and (min-width: 991px) {
                #interview.detail #body article#player .interview dl dd.type02 span.text.top, #interview.detail #body article#coach .interview dl dd.type02 span.text.top {
                  top: 80px; } }
            #interview.detail #body article#player .interview dl dd.type02 span.text.bottom, #interview.detail #body article#coach .interview dl dd.type02 span.text.bottom {
              top: auto;
              -webkit-transform: initial;
              transform: initial;
              bottom: 20px; }
              @media screen and (min-width: 991px) {
                #interview.detail #body article#player .interview dl dd.type02 span.text.bottom, #interview.detail #body article#coach .interview dl dd.type02 span.text.bottom {
                  top: auto;
                  -webkit-transform: initial;
                  transform: initial;
                  bottom: 30px; } }
            #interview.detail #body article#player .interview dl dd.type02 span.text > span, #interview.detail #body article#coach .interview dl dd.type02 span.text > span {
              background-color: #FFF;
              display: inline-block;
              margin-bottom: 5px;
              padding: 5px; }
              @media screen and (min-width: 991px) {
                #interview.detail #body article#player .interview dl dd.type02 span.text > span, #interview.detail #body article#coach .interview dl dd.type02 span.text > span {
                  padding: 10px; } }
          #interview.detail #body article#player .interview dl dd.type02 span.thumb img, #interview.detail #body article#coach .interview dl dd.type02 span.thumb img {
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            object-fit: cover;
            height: auto;
            width: 100%;
            max-width: 100%; }
#interview.detail #body .back {
  margin-bottom: 50px;
  text-align: center; }

/* .kantaiheiyo */
#interview.detail #body.kantaiheiyo article#player h3 span.megapon {
  bottom: 20px;
  left: 0;
  width: 150px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.kantaiheiyo article#player h3 span.megapon {
      left: 0;
      width: 250px; } }
#interview.detail #body.kantaiheiyo article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.kantaiheiyo article#coach h3 span.megapon {
      left: 50px;
      width: 150px; } }

/* .tohoku */
#interview.detail #body.tohoku article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.tohoku article#player h3 span.megapon {
      left: 50px;
      width: 150px; } }
#interview.detail #body.tohoku article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.tohoku article#coach h3 span.megapon {
      left: 50px;
      width: 150px; } }

/* .niigata */
#interview.detail #body.niigata article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.niigata article#player h3 span.megapon {
      left: 50px;
      width: 150px; } }
#interview.detail #body.niigata article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 150px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.niigata article#coach h3 span.megapon {
      left: 50px;
      width: 250px; } }

/* .sapporogakuin */
#interview.detail #body.sapporogakuin article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.sapporogakuin article#player h3 span.megapon {
      left: 50px;
      width: 150px; } }
#interview.detail #body.sapporogakuin article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.sapporogakuin article#coach h3 span.megapon {
      left: 50px;
      width: 150px; } }

/* .daitobunka */
#interview.detail #body.daitobunka article#player h3 span.megapon {
  bottom: 20px;
  left: 0;
  width: 150px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.daitobunka article#player h3 span.megapon {
      left: 25px;
      width: 250px; } }
#interview.detail #body.daitobunka article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.daitobunka article#coach h3 span.megapon {
      left: 50px;
      width: 150px; } }

/* .kanagawa */
#interview.detail #body.kanagawa article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 150px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.kanagawa article#player h3 span.megapon {
      left: 50px;
      width: 250px; } }
#interview.detail #body.kanagawa article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.kanagawa article#coach h3 span.megapon {
      width: 150px; } }

/* .chuo */
#interview.detail #body.chuo article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.chuo article#player h3 span.megapon {
      left: 50px;
      width: 150px; } }
#interview.detail #body.chuo article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.chuo article#coach h3 span.megapon {
      width: 150px; } }

/* .nihon */
#interview.detail #body.nihon article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.nihon article#player h3 span.megapon {
      left: 50px;
      width: 150px; } }
#interview.detail #body.nihon article#coach h3 span.megapon {
  bottom: 20px;
  left: 0;
  width: 150px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.nihon article#coach h3 span.megapon {
      width: 250px; } }

/* .toyo */
#interview.detail #body.toyo article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.toyo article#player h3 span.megapon {
      left: 50px;
      width: 150px; } }
#interview.detail #body.toyo article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.toyo article#coach h3 span.megapon {
      width: 150px; } }

/* .soka */
#interview.detail #body.soka article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.soka article#player h3 span.megapon {
      left: 50px;
      width: 150px; } }
#interview.detail #body.soka article#coach h3 span.megapon {
  bottom: 20px;
  left: 0;
  width: 150px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.soka article#coach h3 span.megapon {
      width: 250px; } }

/* .chuogakuin */
#interview.detail #body.chuogakuin article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.chuogakuin article#player h3 span.megapon {
      left: 50px;
      width: 150px; } }
#interview.detail #body.chuogakuin article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.chuogakuin article#coach h3 span.megapon {
      width: 150px; } }

/* .osakakeizai */
#interview.detail #body.osakakeizai article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.osakakeizai article#player h3 span.megapon {
      left: 50px;
      width: 150px; } }
#interview.detail #body.osakakeizai article#coach h3 span.name {
  right: auto;
  left: 0; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.osakakeizai article#coach h3 span.name {
      height: 70px;
      width: auto; } }
#interview.detail #body.osakakeizai article#coach h3 span.megapon {
  bottom: 100px;
  left: 0;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.osakakeizai article#coach h3 span.megapon {
      width: 150px; } }

/* .aichikogyo */
#interview.detail #body.aichikogyo article#player h3 span.megapon {
  bottom: 30%;
  right: 5%;
  width: 150px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.aichikogyo article#player h3 span.megapon {
      bottom: 100px;
      right: 50px;
      width: 250px; } }
#interview.detail #body.aichikogyo article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.aichikogyo article#coach h3 span.megapon {
      left: 50px;
      width: 150px; } }

/* .kogakukan */
#interview.detail #body.kogakukan article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.kogakukan article#player h3 span.megapon {
      left: 50px;
      width: 150px; } }
#interview.detail #body.kogakukan article#coach h3 span.megapon {
  bottom: 20px;
  left: 0;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.kogakukan article#coach h3 span.megapon {
      width: 150px; } }

/* .daiichikoka */
#interview.detail #body.daiichikoka article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.daiichikoka article#player h3 span.megapon {
      left: 50px;
      width: 150px; } }
#interview.detail #body.daiichikoka article#coach h3 span.megapon {
  bottom: 20px;
  left: 0;
  width: 150px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.daiichikoka article#coach h3 span.megapon {
      width: 250px; } }

/* .ritsumeikan */
#interview.detail #body.ritsumeikan article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.ritsumeikan article#player h3 span.megapon {
      left: 50px;
      width: 150px; } }
#interview.detail #body.ritsumeikan article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.ritsumeikan article#coach h3 span.megapon {
      left: 50px;
      width: 150px; } }

/* .waseda */
#interview.detail #body.waseda article#player h3 span.megapon {
  bottom: 20px;
  left: 0;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.waseda article#player h3 span.megapon {
      width: 150px; } }
#interview.detail #body.waseda article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.waseda article#coach h3 span.megapon {
      left: 50px;
      width: 150px; } }

/* .kokugakuin */
#interview.detail #body.kokugakuin article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.kokugakuin article#player h3 span.megapon {
      left: 50px;
      width: 150px; } }
#interview.detail #body.kokugakuin article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.kokugakuin article#coach h3 span.megapon {
      left: 50px;
      width: 150px; } }

/* .tokyokokusai */
#interview.detail #body.tokyokokusai article#player h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 150px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.tokyokokusai article#player h3 span.megapon {
      left: 50px;
      width: 250px; } }
#interview.detail #body.tokyokokusai article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 150px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.tokyokokusai article#coach h3 span.megapon {
      left: 50px;
      width: 250px; } }

/* .meiji */
#interview.detail #body.meiji article#player h3 span.megapon {
  bottom: 30%;
  right: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.meiji article#player h3 span.megapon {
      bottom: 100px;
      right: 50px;
      width: 150px; } }
#interview.detail #body.meiji article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.meiji article#coach h3 span.megapon {
      left: 50px;
      width: 150px; } }

/* .juntendo */
#interview.detail #body.juntendo article#player h3 span.megapon {
  bottom: 30%;
  right: 5%;
  width: 150px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.juntendo article#player h3 span.megapon {
      bottom: 100px;
      right: 50px;
      width: 250px; } }
#interview.detail #body.juntendo article#coach h3 span.megapon {
  bottom: 20px;
  left: 5%;
  width: 100px; }
  @media screen and (min-width: 991px) {
    #interview.detail #body.juntendo article#coach h3 span.megapon {
      left: 50px;
      width: 150px; } }

/***** #ale *****/
#ale #main {
  background-image: url("../images/ale/bg_main_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 450px; }
  @media screen and (min-width: 991px) {
    #ale #main {
      background-image: url("../images/ale/bg_main.png");
      height: 545px; } }
  #ale #main .inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #ale #main .inner {
        height: 545px;
        width: 980px; } }
    #ale #main .inner h1 {
      background: #FFF;
      display: block;
      padding: 20px;
      position: absolute;
      top: 20px;
      left: 5%;
      width: 180px; }
      @media screen and (min-width: 991px) {
        #ale #main .inner h1 {
          left: 0;
          width: 200px; } }
      #ale #main .inner h1 img {
        width: 100%; }
#ale #body article#title .inner {
  background: #FFF;
  border: 1px solid #FF8637;
  height: 300px;
  margin: 0 auto 50px;
  padding: 25px 5%;
  text-align: left;
  width: 90%; }
  @media screen and (min-width: 991px) {
    #ale #body article#title .inner {
      height: auto;
      padding: 25px;
      width: 980px; } }
  #ale #body article#title .inner h2 {
    margin-bottom: 30px;
    width: 600px;
    max-width: 100%; }
    @media screen and (min-width: 991px) {
      #ale #body article#title .inner h2 {
        margin-bottom: 15px;
        width: 660px; } }
    #ale #body article#title .inner h2 img {
      width: 100%; }
  #ale #body article#title .inner p {
    margin-bottom: 0; }
  #ale #body article#title .inner .megapon {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 5%;
    margin-bottom: 0;
    width: 200px; }
    @media screen and (min-width: 991px) {
      #ale #body article#title .inner .megapon {
        bottom: 20px;
        right: 25px; } }
    #ale #body article#title .inner .megapon img {
      width: 100%; }
#ale #body article#group .groupWrap {
  padding: 0 5%;
  width: 100%; }
  @media screen and (min-width: 991px) {
    #ale #body article#group .groupWrap {
      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;
      column-gap: 5%;
      padding: 0; } }
  #ale #body article#group .groupWrap dl {
    margin-bottom: 50px;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #ale #body article#group .groupWrap dl {
        width: 47.5%; } }
    #ale #body article#group .groupWrap dl dt {
      background-color: #FDFCD5;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 150%;
      margin: 0;
      min-height: 4.5em;
      padding: 15px 5% 0;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 991px) {
        #ale #body article#group .groupWrap dl dt {
          padding: 15px 25px 0; } }
      #ale #body article#group .groupWrap dl dt .new {
        position: absolute;
        top: -20px;
        right: -20px;
        height: auto;
        width: 80px; }
        @media screen and (min-width: 991px) {
          #ale #body article#group .groupWrap dl dt .new {
            width: 50px; } }
        #ale #body article#group .groupWrap dl dt .new img {
          width: 100%; }
      #ale #body article#group .groupWrap dl dt span {
        color: #FF8637;
        line-height: 120%;
        text-align: center;
        white-space: nowrap; }
        #ale #body article#group .groupWrap dl dt span.area {
          font-size: calc(3rem * 1.0);
          width: 25%; }
          @media screen and (min-width: 991px) {
            #ale #body article#group .groupWrap dl dt span.area {
              font-size: calc(2rem * 1.0); } }
        #ale #body article#group .groupWrap dl dt span.ale {
          font-size: calc(3rem * 1.0);
          width: 75%; }
          @media screen and (min-width: 991px) {
            #ale #body article#group .groupWrap dl dt span.ale {
              font-size: calc(2rem * 1.0); } }
    #ale #body article#group .groupWrap dl dd {
      width: 100%; }
      #ale #body article#group .groupWrap dl dd.corp {
        background-color: #FDFCD5;
        background-image: url("../images/ale/icn_megaphone.svg");
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: top 50% left 5%;
        font-size: calc(3rem * 0.8);
        padding: 50px 0; }
        @media screen and (min-width: 991px) {
          #ale #body article#group .groupWrap dl dd.corp {
            background-position: top 50% left 25px;
            background-size: 120px;
            font-size: calc(2rem * 0.8);
            height: 8.0em;
            position: relative;
            padding: 0; } }
        #ale #body article#group .groupWrap dl dd.corp span {
          font-weight: 700;
          display: block;
          line-height: 120%;
          margin-left: 150px; }
          @media screen and (min-width: 991px) {
            #ale #body article#group .groupWrap dl dd.corp span {
              margin-left: 0;
              position: absolute;
              top: 50%;
              left: 180px;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
      #ale #body article#group .groupWrap dl dd.thumb img {
        width: 100%; }
#ale #body article#next .inner {
  background: #FFF;
  border: 1px solid #4A9DBA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto 50px;
  padding: 50px 5%;
  text-align: center;
  width: 90%; }
  @media screen and (min-width: 991px) {
    #ale #body article#next .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 25px 25px 15px;
      width: 980px; } }
  #ale #body article#next .inner h2 {
    margin: 0 auto 25px;
    width: 500px; }
    @media screen and (min-width: 991px) {
      #ale #body article#next .inner h2 {
        width: 40%; } }
    #ale #body article#next .inner h2 img {
      width: 100%; }
  #ale #body article#next .inner p {
    margin: 0 auto;
    width: 400px; }
    @media screen and (min-width: 991px) {
      #ale #body article#next .inner p {
        width: 40%; } }
    #ale #body article#next .inner p img {
      width: 100%; }

/***** #activity *****/
#activity #main {
  padding-top: 50px; }
  #activity #main img {
    margin-left: 30px; }
#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: 50px; }
    #activity #body article nav.archive ul li {
      margin-bottom: 50px; }
      @media screen and (min-width: 991px) {
        #activity #body article nav.archive ul li {
          margin-bottom: 20px; } }
      #activity #body article nav.archive ul li img {
        width: 100%; }

/***** #goods *****/
#goods #main {
  background-color: #FDFCD5;
  height: 450px; }
  @media screen and (min-width: 991px) {
    #goods #main {
      height: 350px; } }
  #goods #main .inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #goods #main .inner {
        height: 350px;
        width: 980px; } }
    #goods #main .inner .title, #goods #main .inner .logo, #goods #main .inner .megapon {
      display: block;
      position: absolute; }
      #goods #main .inner .title img, #goods #main .inner .logo img, #goods #main .inner .megapon img {
        width: 100%; }
    #goods #main .inner .title {
      left: 5%;
      bottom: 20px;
      text-align: center;
      width: 65%; }
      @media screen and (min-width: 991px) {
        #goods #main .inner .title {
          bottom: auto;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 400px; } }
      #goods #main .inner .title h1 {
        display: block;
        margin-bottom: 20px; }
      #goods #main .inner .title .lead {
        display: block;
        font-size: calc(3rem * 0.6);
        font-weight: 700;
        margin-bottom: 0; }
        @media screen and (min-width: 991px) {
          #goods #main .inner .title .lead {
            font-size: 2rem; } }
        #goods #main .inner .title .lead > span {
          background-color: #FFF;
          display: inline-block;
          margin-bottom: 5px;
          padding: 10px; }
    #goods #main .inner .logo {
      background: #FFF;
      padding: 20px;
      top: 20px;
      left: 5%;
      width: 180px; }
      @media screen and (min-width: 991px) {
        #goods #main .inner .logo {
          left: 0;
          width: 200px; } }
    #goods #main .inner .megapon {
      bottom: 35px;
      right: 5%;
      width: 200px; }
      @media screen and (min-width: 991px) {
        #goods #main .inner .megapon {
          bottom: auto;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0;
          width: 300px; } }
#goods #body article.contWrap {
  margin-bottom: 35px; }
  #goods #body article.contWrap .inner {
    margin: 0 auto;
    padding: 0 5%; }
    @media screen and (min-width: 991px) {
      #goods #body article.contWrap .inner {
        padding: 0; } }
    #goods #body article.contWrap .inner .title {
      background: #FF8637;
      margin-top: calc(100px * 1.5);
      position: relative;
      padding: 20px 35px;
      width: 100%; }
      @media screen and (min-width: 991px) {
        #goods #body article.contWrap .inner .title {
          text-align: center; } }
      #goods #body article.contWrap .inner .title h2 {
        color: #FFF;
        font-size: 2rem;
        margin-bottom: 0; }
      #goods #body article.contWrap .inner .title .megapon {
        background: #FF8637;
        -webkit-border-radius: 200px 200px 0 0;
        -moz-border-radius: 200px 200px 0 0;
        border-radius: 200px 200px 0 0;
        position: absolute;
        right: 5%;
        height: 180px;
        bottom: 0;
        padding: 25px;
        width: 250px; }
        #goods #body article.contWrap .inner .title .megapon img {
          width: 100%; }
    #goods #body article.contWrap .inner .text {
      background: #FFF; }
      @media screen and (min-width: 991px) {
        #goods #body article.contWrap .inner .text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-bottom: 35px; } }
      #goods #body article.contWrap .inner .text figure {
        padding: 35px;
        padding-left: 0;
        padding-bottom: 0; }
        @media screen and (min-width: 991px) {
          #goods #body article.contWrap .inner .text figure {
            padding-right: 0;
            width: 50%; } }
        #goods #body article.contWrap .inner .text figure img {
          -webkit-border-radius: 0 20px 20px 0;
          -moz-border-radius: 0 20px 20px 0;
          border-radius: 0 20px 20px 0;
          width: 100%; }
      #goods #body article.contWrap .inner .text p {
        margin-bottom: 0;
        padding: 35px; }
        @media screen and (min-width: 991px) {
          #goods #body article.contWrap .inner .text p {
            width: 50%; } }
    #goods #body article.contWrap .inner .bottledesign {
      background: #FFF;
      padding: 35px;
      padding-top: 0; }
      #goods #body article.contWrap .inner .bottledesign h3 {
        margin-bottom: 20px;
        text-align: center; }
        #goods #body article.contWrap .inner .bottledesign h3 img {
          height: 50px;
          width: auto; }
      #goods #body article.contWrap .inner .bottledesign h4 {
        margin-top: 30px;
        text-align: center;
        width: 100%; }
        #goods #body article.contWrap .inner .bottledesign h4 img {
          width: 300px; }
        @media screen and (min-width: 991px) {
          #goods #body article.contWrap .inner .bottledesign h4 {
            margin-top: 0;
            position: relative; }
            #goods #body article.contWrap .inner .bottledesign h4 img {
              position: absolute;
              top: -75px;
              right: 0;
              width: 200px; } }
      #goods #body article.contWrap .inner .bottledesign .university {
        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 .university {
            column-gap: 0; } }
        #goods #body article.contWrap .inner .bottledesign .university li {
          background-image: url("../images/arw_nega.svg");
          background-repeat: no-repeat;
          background-size: 1.5rem;
          background-position: top 50% right 10%;
          background-color: #4A9DBA;
          -webkit-border-radius: 100vh;
          -moz-border-radius: 100vh;
          border-radius: 100vh;
          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 .university li {
              height: 4.0rem;
              transition: all 0.5s;
              width: 18.5%; }
              #goods #body article.contWrap .inner .bottledesign .university li:hover {
                opacity: 0.75;
                filter: alpha(opacity=75);
                -ms-filter: "alpha( opacity=75 )"; } }
          #goods #body article.contWrap .inner .bottledesign .university li span {
            color: #FFF;
            font-size: calc(1.6rem * 1.2);
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
            @media screen and (min-width: 991px) {
              #goods #body article.contWrap .inner .bottledesign .university li span {
                font-size: calc(1.6rem * 0.8); } }
      #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 .area {
            flex-wrap: nowrap;
            column-gap: 10px; } }
        #goods #body article.contWrap .inner .bottledesign .area li {
          display: block;
          margin-bottom: 20px;
          text-align: center;
          width: 20%; }
          @media screen and (min-width: 991px) {
            #goods #body article.contWrap .inner .bottledesign .area li {
              width: 100px; } }
          #goods #body article.contWrap .inner .bottledesign .area li img {
            width: 100%; }
          #goods #body article.contWrap .inner .bottledesign .area li span {
            background: #4A9DBA;
            -webkit-border-radius: 100vh;
            -moz-border-radius: 100vh;
            border-radius: 100vh;
            color: #FFF;
            display: block;
            font-size: 1.25rem;
            padding: 5px;
            white-space: nowrap;
            width: 100%; }
            @media screen and (min-width: 991px) {
              #goods #body article.contWrap .inner .bottledesign .area li span {
                font-size: 1rem; } }
    #goods #body article.contWrap .inner .btn {
      background: #FFF;
      padding: 35px;
      padding-top: 0; }
      @media screen and (min-width: 991px) {
        #goods #body article.contWrap .inner .btn {
          background: none;
          padding: 0;
          position: relative; } }
      #goods #body article.contWrap .inner .btn a {
        background-color: #4A9DBA;
        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;
            position: absolute;
            top: -100px;
            right: 35px;
            width: 300px; } }
        #goods #body article.contWrap .inner .btn a span {
          color: #FFF; }

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

HASEKO Corporation. © ALL RIGHTS RESERVED.

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