/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
address, em, img, q,
small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure,
footer, header, menu, nav, section,
time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: 'NotoSansCJKjp-Regular';
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  color: #313131;
}

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

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/NotoSansCJKjp-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/NotoSansCJKjp-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp-Black';
  font-style: normal;
  font-weight: bold;
  src: url("../../fonts/NotoSansCJKjp-Black.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../../fonts/NotoSansCJKjp-Black.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/Poppins-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-Bold.woff") format("woff"), url("../../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  opacity: 0;
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

header {
  position: fixed;
  z-index: 2;
  width: 100%;
}

header .header_top_wrap {
  background-color: #fff;
}

header .header_top {
  margin: 0 auto;
  overflow: hidden;
}

header .header_top h1 {
  float: left;
}

header #countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #countdown #result_day {
  padding: 0 2px;
}

header #countdown .txt_01,
header #countdown .txt_02 {
  font-weight: bold;
}

header #countdown .h {
  background: url(../../images/common/day_bg.png) no-repeat 0 0;
  color: #fff;
}

header .btn li {
  display: table;
}

header .btn span {
  display: block;
}

header .btn .en {
  font-family: 'Poppins-Bold';
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 2.5px;
}

header .btn .jp {
  font-size: 9px;
}

header .btn a {
  width: 160px;
  color: #fff;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 1.3;
  padding-left: 10px;
}

header .btn .ticket a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e22f54+0,ec6969+100 */
  background: #e22f54;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#e22f54), to(#ec6969));
  background: linear-gradient(to right, #e22f54 0%, #ec6969 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22f54', endColorstr='#ec6969',GradientType=1 );
  /* IE6-9 */
}

header .btn .ticket a:before {
  content: "";
  background: url(../../images/common/icon_ticket.png) no-repeat 0 0;
  width: 30px;
  display: block;
  height: 14px;
  position: absolute;
  left: 20px;
  top: 19px;
}

header .btn .results {
  margin-left: 2px;
}

header .btn .results a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d7fc1+0,098f9f+100 */
  background: #2d7fc1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#2d7fc1), to(#098f9f));
  background: linear-gradient(to right, #2d7fc1 0%, #098f9f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7fc1', endColorstr='#098f9f',GradientType=1 );
  /* IE6-9 */
}

header .btn .results a:before {
  content: "";
  background: url(../../images/common/icon_result.png) no-repeat 0 0;
  width: 26px;
  display: block;
  height: 26px;
  position: absolute;
  left: 20px;
  top: 13px;
}

header .menu_wrap {
  background: #313131;
}

header .menu_wrap .menu {
  margin: 0 auto;
  position: relative;
}

header .menu_wrap ul.menu_list a span {
  display: block;
  line-height: 1.3;
}

header .menu_wrap ul.menu_list a .en {
  color: #f4acac;
  font-family: 'Poppins-Bold';
  font-size: 13px;
}

header .menu_wrap ul.menu_list a .jp {
  color: #fff;
  font-size: 9px;
}

header .menu_wrap .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .menu_wrap .sns li + li {
  margin-left: 13px;
}

footer {
  border-top: 6px solid #2d7fc1;
  background: #313131;
}

footer ul {
  text-align: center;
}

footer small {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  display: block;
}




#page-top a {
  position: fixed;
  text-align: center;
  font-family: 'Poppins-Bold';
  background: #2d7fc1;
  color: #fff;
  display: block;
}

#page-top a:before {
  content: "";
  display: block;
  position: relative;
}

.tit .tit_in {
  overflow: hidden;
}



.tit h2:before {
  content: "";
  background: url(../../images/common/icon_ball.png) no-repeat 0 0;
  position: absolute;
}

.tit h2 span {
  display: block;
}

.tit h2 .en {
  font-weight: bold;
  font-family: 'Poppins-Bold';
  font-weight: bold;
  margin-bottom: 10px;
}

#comming_soon {
  clear: both;
  background: #e5e5e5;
}

#comming_soon p {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .sp {
    display: none;
  }
  header .header_top {
    width: 1280px;
  }
  header .header_top h1 {
    margin: 5px 0 0 15px;
  }
  header .header_top h1 img {
    width: 230px;
    height: 37px;
  }
  header .header_right {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #countdown {
    margin: 12px 20px 0 0;
  }
  header #countdown .txt_01,
  header #countdown .txt_02 {
    margin-top: 12px;
    font-size: 12px;
  }
  header #countdown .h {
    font-size: 18px;
    width: 64px;
    height: 26px;
    display: block;
    letter-spacing: 11px;
    padding: 4px 0 0 5px;
  }
  header .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .btn.sp {
    display: none;
  }
  header .btn li {
    display: table;
  }
  header .btn span {
    display: block;
  }
  header .btn .en {
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2.5px;
  }
  header .btn .jp {
    font-size: 13px;
  }
  header .btn a {
    color: #fff;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    line-height: 1.3;
    padding-left: 16px;
  }
  header .btn .ticket a:before {
    content: "";
    width: 30px;
    display: block;
    height: 14px;
    position: absolute;
    left: 20px;
    top: 19px;
  }
  header .btn .results {
    margin-left: 2px;
  }
  header .btn .results a:before {
    content: "";
    width: 26px;
    display: block;
    height: 26px;
    position: absolute;
    left: 20px;
    top: 13px;
  }
  header .menu_wrap {
    background: #313131;
    height: 50px;
  }
  header .menu_wrap .menu {
    width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  header .menu_wrap ul.menu_list {
    width: 770px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu_wrap ul.menu_list li {
    display: table;
  }
  header .menu_wrap ul.menu_list a {
    display: table-cell;
    vertical-align: middle;
    width: 132px;
    text-align: center;
    height: 50px;
  }
  header .menu_wrap ul.menu_list a span {
    display: block;
    line-height: 1.3;
  }
  header .menu_wrap ul.menu_list a .en {
    color: #f4acac;
    font-family: 'Poppins-Bold';
    font-size: 13px;
  }
  header .menu_wrap ul.menu_list a .jp {
    color: #fff;
    font-size: 9px;
  }
  header .menu_wrap .sns {
    position: absolute;
    right: 13px;
    top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu_wrap .sns li + li {
    margin-left: 13px;
  }
  footer {
    padding: 30px 0;
  }
  footer ul {
    text-align: center;
    margin-bottom: 80px;
  }
  footer ul li {
    display: inline;
    margin: 0 20px;
  }
  footer small {
    font-size: 12px;
  }
  #page-top a {
    bottom: 50px;
    right: 50px;
    padding-top: 33px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 13px;
  }
  #page-top a:before {
    left: 38px;
    top: -11px;
    width: 23px;
    height: 32px;
    background: url(../../images/common/arrow_to_top.png) no-repeat 0 0;
  }
  .tit {
    width: 840px;
    margin: -170px auto 125px;
  }
  .tit .tit_in {
    padding: 36px 36px 0 0;
  }
  .tit h2:before {
    width: 36px;
    height: 36px;
    top: -35px;
    right: -30px;
  }
  .tit h2 .en {
    font-size: 46px;
    letter-spacing: 2.5px;
  }
  .tit h2 .jp {
    font-size: 14px;
  }
  #comming_soon {
    padding: 80px 0;
    margin-bottom: 600px;
  }
  #comming_soon p {
    font-size: 32px;
  }

  h4.junior{
  text-align: center;
  font-size:23px;
  line-height: 2;
  font-weight: bold;
  border-bottom:1px dotted #000;
  border-top:2px solid #000;
  padding: 10px  0 10px 0;
  width: 955px;
  margin:0 auto 20px;
}

.information .bnr_01{
  text-align: center;
  margin:30px auto 100px;
}
}

@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
  header .header_top {
    border-bottom: 2px solid #313131;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header_top h1 {
    margin: 2vw 0 0 5vw;
  }
  header .header_top h1 img {
    width: 13.85vw;
  }
  header #countdown {
    margin: 3vw -29vw 0 0;
  }
  header #countdown .txt_01,
  header #countdown .txt_02 {
    margin-top: 2vw;
    font-size: 3vw;
  }
  header #countdown .h {
    font-size: 4.3vw;
    width: 15vw;
    height: 7vw;
    display: block;
    letter-spacing: 2.5vw;
    padding: 1vw 0 0 1.3vw;
    background-size: 100%;
  }
  header .btn.sp {
    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;
  }
  header .btn.sp li {
    width: calc(99.7% / 2);
  }
  header .btn.sp span {
    display: block;
  }
  header .btn.sp .en {
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 4.2vw;
    letter-spacing: 2.5px;
    margin-left: 5%;
  }
  header .btn.sp .jp {
    font-size: 2.7vw;
  }
  header .btn.sp a {
    color: #fff;
    height: 13.3vw;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    line-height: 1.3;
    padding-left: 5vw;
  }
  header .btn.sp .ticket a:before {
    content: "";
    background: url(../../images/common/icon_ticket_sp.png) no-repeat 0 0;
    width: 7.9vw;
    display: block;
    height: 4.6vw;
    position: absolute;
    left: 7vw;
    top: 4.3vw;
    background-size: 100%;
  }
  header .btn.sp .results {
    margin-left: 0;
  }
  header .btn.sp .results a:before {
    content: "";
    background: url(../../images/common/icon_result_sp.png) no-repeat 0 0;
    width: 7.8vw;
    display: block;
    height: 7.8vw;
    position: absolute;
    left: 5vw;
    top: 2.8vw;
    background-size: 100%;
  }
  header #nav-toggle {
    width: 12vw;
    height: 11.5vw;
    padding: 2.2vw 3.3vw;
    cursor: pointer;
    z-index: 1000;
    background: #313131;
  }
  header #nav-toggle > div {
    position: relative;
  }
  header #nav-toggle span {
    background: #fff;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
    width: 5.5vw;
  }
  header #nav-toggle span:nth-child(1) {
    top: 2.5vw;
  }
  header #nav-toggle span:nth-child(2) {
    top: 4.9vw;
  }
  header .open #nav-toggle {
    background: none;
  }
  header .menu_wrap {
    bottom: 0;
    background: #fff;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 25vw;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    z-index: 990;
    padding: 14.6vw 8vw 3vw;
    overflow-y: auto;
  }
  header .menu_wrap ul.menu_list {
    margin: 0 auto 19.9vw;
  }
  header .menu_wrap ul.menu_list a {
    text-align: center;
  }
  header .menu_wrap ul.menu_list a span {
    display: block;
    line-height: 1.3;
  }
  header .menu_wrap ul.menu_list a .en {
    font-size: 4.7vw;
    margin-bottom: 0.5vw;
    color: #313131;
  }
  header .menu_wrap ul.menu_list a .jp {
    font-size: 3.1vw;
    color: #313131;
  }
  header .menu_wrap ul.menu_list li + li {
    margin-top: 9.3vw;
  }
  header .menu_wrap .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .menu_wrap .sns li {
    margin: 0 4vw;
  }
  header .menu_wrap .sns img {
    width: 13.3vw;
    height: 13.3vw;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .menu_wrap {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  footer {
    padding: 5.9vw 0 2.6vw;
  }
  footer ul {
    text-align: center;
    margin-bottom: 18.7vw;
  }
  footer ul li img {
    width: 54.6vw;
    height: auto;
  }
  footer ul li + li {
    margin-top: 20px;
  }
  footer small {
    font-size: 2.3vw;
  }
  #page-top a {
    bottom: 45px;
    right: 30px;
    padding-top: 6vw;
    width: 20vw;
    height: 20vw;
    border-radius: 10vw;
    font-size: 2.6vw;
  }
  #page-top a:before {
    left: 7.7vw;
    top: -3vw;
    width: 5.6vw;
    height: 8vw;
    background: url(../../images/common/arrow_to_top_sp.png) no-repeat 0 0;
    background-size: 100%;
  }
  #hero.comming {
    padding-top: 25vw;
  }
  .tit {
    margin: -2.9vw auto 14.6vw;
    width: 76%;
  }
  .tit .tit_in {
    padding: 5.9vw 5.9vw 0 0;
  }
  .tit h2:before {
    width: 5.9vw;
    height: 5.9vw;
    top: -4vw;
    right: -4vw;
    background-size: 100%;
  }
  .tit h2 .en {
    font-size: 7.7vw;
    letter-spacing: 2.5px;
  }
  .tit h2 .jp {
    font-size: 2.7vw;
  }
  #comming_soon {
    padding: 17.3vw 0;
    margin-bottom: 300px;
  }
  #comming_soon p {
    font-size: 5.5vw;
  }
}

@media all and (max-width: 414px) {
  header #nav-toggle {
    height: 11.7vw;
  }
}

@media all and (max-width: 375px) {
  header #nav-toggle {
    height: 11.6vw;
  }
}

@media all and (max-width: 320px) {
  header #nav-toggle {
    height: 11.7vw;
  }
}

header .btn .results a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e08e00+0,dfbe5b+100 */
  background: #e08e00;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#e08e00), to(#dfbe5b));
  background: linear-gradient(to right, #e08e00 0%, #dfbe5b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08e00', endColorstr='#dfbe5b',GradientType=1 );
  /* IE6-9 */
}

header .about a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e22f54+0,ec6969+100 */
  background: #e22f54;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#e22f54), to(#ec6969));
  background: linear-gradient(to right, #e22f54 0%, #ec6969 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22f54', endColorstr='#ec6969',GradientType=1 );
  /* IE6-9 */
}

header .about a:before {
  content: "";
  background: url(../../images/common/icon_about.png) no-repeat 0 0;
  display: block;
  position: absolute;
}

footer {
  border-top: 6px solid #fdd000;
  background: #2175bb;
}

footer ul li:first-child {
  display: block;
}

#page-top a {
  background: #fdd000;
  color: #2175bb;
}

#page-top a:before {
  background: url(../../images/common/arrow_to_top.png) no-repeat 0 0;
}

@media all and (min-width: 769px) {
  header .header_top h1 img {
    width: 183px;
    height: 41px;
  }
  header .header_top .btn {
    float: right;
  }
  header .about a {
    padding-left: 26px;
  }
  header .about a:before {
    width: 36px;
    height: 24px;
    left: 20px;
    top: 14px;
  }
  footer ul {
    margin-bottom: 30px;
  }
  footer ul li:first-child {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  header .header_top h1 img {
    width: 35.5vw;
    height: 7.9vw;
  }
  header .btn.sp li a {
    padding-left: 0;
  }
  header .about a {
    padding-left: 26px;
  }
  header .about a:before {
    background: url(../../images/common/icon_about_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 8.7vw;
    height: 5.3vw;
    left: 5vw;
    top: 4vw;
  }
  footer ul {
    margin-bottom: 15.9vw;
  }
  footer ul li:first-child {
    margin-bottom: 0px;
  }
  footer ul li:first-child img {
    width: 54.6vw;
    height: auto;
  }
  footer ul li:nth-child(2), footer ul li:nth-child(3) {
    margin-top: 3.9vw;
  }
  footer ul li:nth-child(2) img, footer ul li:nth-child(3) img {
    width: 54.6vw;
    height: auto;
  }

}

}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
}

#hero img {
  width: 100%;
  height: auto;
}

h2 {
  text-align: center;
  position: relative;
}

h2:before {
  /*background: url(../../images/about/pic_01.png) no-repeat 0 0;*/
  content: "";
  display: block;
  position: absolute;
}

.year {
  display: none;
}

.year.is-show {
  display: block;
  position: relative;
}

.year.is-show::before {
  content: "";
  background: url(../../images/result/kazari.png) no-repeat 0 0;
  width: 463px;
  height: 355px;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: -1;
}

.year.is-show::after {
  content: "";
  background: url(../../images/result/kazari.png) no-repeat 0 0;
  width: 463px;
  height: 355px;
  position: absolute;
  top: 56px;
  right: 0;
  z-index: -1;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#btn_list {
  /*border-bottom: 2px solid #313131;*/
}

#btn_list 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;
}

#btn_list li {
  cursor: pointer;
}

#btn_list li:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#btn_list li.is-active {
  pointer-events: none;
}

#btn_list li.is-active:hover {
  opacity: 1;
}

#result h3 {
  text-align: center;
  position: relative;
  font-family: 'NotoSansCJKjp-Bolfd';
  font-weight: bold;
}

#result h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
}

#result .cat_txt {
  background-color: #313131;
  color: #fff;
  font-size: 21px;
  text-align: center;
  border-radius: 30px;
  padding: 15px 0;
  margin-bottom: 30px;
  font-family: 'NotoSansCJKjp-Bold';
  font-weight: bold;
}

#result .txt_01 {
  font-family: 'NotoSansCJKjp-Bold';
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.4;
}

#result .txt_02 {
  font-family: 'NotoSansCJKjp-Bold';
  font-weight: bold;
  font-size: 21px;
  color: #cb1530;
}

#result .list {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

#result .list li {
  font-family: 'NotoSansCJKjp-Bold';
  font-weight: bold;
  position: relative;
  font-size: 24px;
  display: table-cell;
  width: 50%;
  height: 88px;
  line-height: 88px;
}

#result .list li::before {
  content: "";
  width: 88px;
  height: 88px;
  position: absolute;
  top: 0;
}

#result .list li.victory {
  padding-left: 256px;
}

#result .list li.victory::before {
  background: url(../../images/result/icon_02.png) no-repeat 0 0;
  left: 155px;
}

#result .list li.victory1 {
  padding-left: 389px;
}

#result .list li.victory1::before {
  background: url(../../images/result/icon_02.png) no-repeat 0 0;
  left: 275px;
}

#innerlink{
    text-align:center;
    margin:0 0 50px 0;}

#innerlink a{
    padding:10px 20px;
    background-color:#2d7fc1;
    color:#fff;}

#result .list li.second_place {
  margin-left: 40px;
  padding-left: 177px;
}

#result .list li.second_place::before {
  background: url(../../images/result/icon_03.png) no-repeat 0 0;
  left: 70px;
}

#result table {
  width: 100%;
}

#result th {
  background: #cb1530;
  color: #fff;
  font-weight: bold;
  border-right: 2px solid #fff;
}

#result th:last-child {
  border-right: none;
}

#result td {
  text-align: center;
  border-right: 2px solid #dcdcdc;
  line-height: 1.4;
  vertical-align: middle;
}

#result td.player{
    text-align:left;
    padding-left:10px;;
}


#result td:last-child {
  border-right: none;
}

#result td.under {
  color: #d70a30;
}

#result tr:nth-child(even) td {
  background: #eee;
}

#result tr:nth-child(odd) td {
  background: #ffffe8;
}

#result .stb-box p {
  text-align: center;
}

#special {
  background: url(../../images/result/bg_01.png) repeat;
}

#special h3 {
  text-align: center;
  position: relative;
  font-weight: bold;
}

#special h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
}

#special .txt_03 {
  font-family: 'NotoSansCJKjp-Bold';
  font-weight: bold;
  font-size: 21px;
  color: #2175bb;
  text-align: center;
  margin-bottom: 15px;
}

#special .photo_box {
  width: 420px;
  margin: 0 auto;
}

#special .photo_box ul {
  margin-bottom: 15px;
}

#special .photo_box .txt_04 {
  font-size: 14px;
  line-height: 1.4;
}

#special .photo_box .txt_04 .fb {
  font-weight: bold;
  font-size: 16px;
}

@media all and (min-width: 769px) {
  h2 {
    margin: -52px 0 75px;
  }
  h2:before {
    width: 189px;
    height: 218px;
    top: -157px;
    margin-left: -273px;
  }
  #btn_list {
    width: 900px;
    margin: 0 auto 106px;
    padding-bottom: 30px;
  }
  #btn_list ul {
    width: 590px;
    margin: 0 auto;
  }
  #btn_list li {
    margin: 0 10px;
  }
  #btn_list li:nth-child(4), #btn_list li:nth-child(5),#btn_list li:nth-child(6),#btn_list li:nth-child(1),#btn_list li:nth-child(2),#btn_list li:nth-child(3) ,#btn_list li:nth-child(7) ,#btn_list li:nth-child(8),#btn_list li:nth-child(9),#btn_list li:nth-child(10),#btn_list li:nth-child(11)  {
    margin-top: 20px;
  }
  #result {
    width: 950px;
    margin: 0 auto 110px;
  }
  #result h3 {
    font-size: 28px;
    margin-bottom: 70px;
  }
  #result h3:before {
    content: "";
    background: url(../../images/result/icon_01.png) no-repeat 0 0;
    width: 41px;
    height: 41px;
    margin-left: -20.5px;
    top: -53px;
  }
  #result .photo {
    margin-bottom: 60px;
    text-align:center;
  }
  #result table {
    width: 100%;
    margin-bottom: 20px;
  }
  #result th {
    font-size: 15px;
    padding: 20px 0 17px;
  }
  #result td {
    font-size: 15px;
    padding: 12px 0 14px;
  }
  #result .att{
    font-size: 80%;
  }
  #result .kiken{
    font-size: 90%;
  }
  #result .stb-box {
    overflow: hidden;
  }
  #result .stb-box table {
    margin-bottom: 0;
  }
  #result .stb-box .left {
    width: 49.2%;
    float: left;
  }
  #result .stb-box .right {
    width: 49.2%;
    float: right;
  }
  #result .stb-box p {
    margin: 10px 0 30px;
    float: left;
    width: 100%;
  }
  #special {
    padding: 83px 0 40px 0;
    margin-bottom: 164px;
  }
  #special h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  #special h3:before {
    background: url(../../images/result/icon_04.png) no-repeat 0 0;
    width: 56px;
    height: 43px;
    margin-left: -28px;
    top: -53px;
  }
  #special ul {
    text-align: center;
  }
  #special ul li {
    display: inline;
  }
}

@media all and (max-width: 768px) {
  #hero {
    padding-top: 24vw;
  }
  h2 {
    margin: 0vw 0 8vw;
  }
  h2:before {
    width: 20vw;
    height: 24vw;
    top: -15vw;
    margin-left: -31vw;
    background-size: 100%;
  }
  h2 img {
    width: 29vw;
  }
  #btn_list {
    width: 90%;
    margin: 0 auto 14.7vw;
    padding-bottom: 3.9vw;
  }
  #btn_list ul {
    width: 100%;
    margin: 0 auto;
  }
  #btn_list li {
    margin: 0 1.1vw;
    width: 27.9vw;
  }
  #btn_list li:nth-child(1),#btn_list li:nth-child(4),#btn_list li:nth-child(7) {
    margin-left: 0;
  }
  #btn_list li:nth-child(3), #btn_list li:nth-child(6),#btn_list li:nth-child(9) {
    margin-right: 0;
  }
  #btn_list li:nth-child(4), #btn_list li:nth-child(5), #btn_list li:nth-child(6),#btn_list li:nth-child(1),#btn_list li:nth-child(2),#btn_list li:nth-child(3),#btn_list li:nth-child(7),#btn_list li:nth-child(8),#btn_list li:nth-child(9),#btn_list li:nth-child(10),#btn_list li:nth-child(11)   {
    margin-top: 3.4vw;
  }
  #btn_list li img {
    width: 100%;
    height: auto;
  }

  .information{
    width:90%;
    margin:0 auto 60px;
  }
  h4.junior{
  text-align: center;
  font-size:110%;
  line-height: 1.6;
  font-weight: bold;
  border-bottom:1px dotted #000;
  border-top:2px solid #000;
  padding: 10px  0 10px 0;
  width: 100%;
  margin:15vw auto 5vw;
  }

  .bnr_01{
    width:90%;
    margin:0 auto;
  }

  .bnr_01 img{
    width:100%;
  }

  #result {
    margin: 0 auto 11.9vw;
  }
  #result h3 {
    font-size: 5.5vw;
    margin-bottom: 7.9vw;
  }
  #result h3:before {
    content: "";
    background: url(../../images/result/icon_01_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 7.3vw;
    height: 7.3vw;
    margin-left: -3.65vw;
    top: -9.9vw;
  }
  #result .cat_txt {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 4.5vw;
  }
  #result .txt_01 {
    width: 90%;
    font-size: 3.5vw;
    margin: 0 auto 20px;
  }
  #result .list {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
  }
  #result .list li {
    display: block;
    height: 12vw;
    line-height: 12vw;
    padding-left: 3vw;
    font-size: 4vw;
    width: auto;
    font: 2vw;
  }
  #result .list li::before {
    width: 12vw;
    height: 12vw;
  }
  #result .list li.victory {
    padding-left: 14vw;
    margin-bottom: 10px;
  }
  #result .list li.victory::before {
    background-size: 100%;
    left: 0;
  }
  
    #result .list li.victory1 {
    padding-left: 40vw;
    margin-bottom: 10px;
  }
  #result .list li.victory1::before {
    background-size: 100%;
    left: 23vw;
  }
  

  #result .list li.second_place {
    padding-left: 14vw;
    margin-left: 0;
  }
  #result .list li.second_place::before {
    background-size: 100%;
    left: 0;
  }
  #result .photo {
    margin-bottom: 7.9vw;
  }
  #result .photo img {
    width: 100%;
    height: auto;
  }
  #result table {
    width: 90%;
    margin: 0 auto 4.7vw;
  }
  #result th {
    font-size: 2.3vw;
    padding: 2.5vw 0 1.9vw;
  }
  #result td {
    font-size: 2.3vw;
    padding: 1.9vw 0;
  }
  #result .att{
    display: block;
    transform: scale(0.8);
  }
  #result .kiken{
    margin:0 25px;
    font-size: 70%;
  }
  #result .stb-box p {
    margin: -3vw 0 6.9vw;
    font-size: 3.9vw;
  }
  .year.is-show::before, .year.is-show::after {
    width: 38%;
    height: 19%;
    background-size: 100%;
  }
  #special {
    padding: 21.3vw 0 10.6vw 0;
    margin-bottom: 38.9vw;
  }
  #special h3 {
    font-size: 5.5vw;
    margin-bottom: 6.1vw;
  }
  #special h3:before {
    background: url(../../images/result/icon_02_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 11.7vw;
    height: 8.9vw;
    margin-left: -5.85vw;
    top: -13vw;
2021051702  }
  #special .photo_box {
    width: 63.9vw;
    margin: 0 auto;
  }
  #special ul li + li {
    margin-top: 5.3vw;
  }
  #special ul li img {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */


