@charset "UTF-8";
.mainVisual {
  color: #FFF;
}
.mainVisual .inner-box {
  height: 100%;
  position: relative;
}
.mainVisual h1 {
  font-family: 'Roboto', "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.07em;
  margin-bottom: 0;
  opacity: 0;
}
.mainVisual h1 span {
  font-size: 0.9em;
}
.mainVisual h1.slick-initialized {
  opacity: 1;
}
.mainVisual #sponsorSlider {
  padding: 0.4rem;
}
.mainVisual #sponsorSlider .imgBox {
  height: 4rem;
  padding: 0 0.5rem;
}
.mainVisual #sponsorSlider .imgBox img {
  width: auto;
  height: 100%;
  display: block;
}

section:nth-of-type(odd) {
  background-color: #f0f0f0;
}

section:nth-of-type(even) {
  background-color: #d9d9d9;
}

#index h2.secHeader {
  color: #16193d;
  background-color: transparent;
  padding: 0;
}
#index h2.secHeader::before, #index h2.secHeader::after {
  display: none;
}
#index ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index ol li {
  width: 48%;
  margin-bottom: 2rem;
  border: solid 1px #16193d;
  position: relative;
}
#index ol li::before {
  color: #FFF;
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  counter-increment: item;
  content: counter(item);
  width: 2rem;
  height: 100%;
  padding: 0.2rem 0.5rem;
  background-color: #16193d;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#index ol li a {
  color: #16193d;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.5;
  height: 6rem;
  padding: 0 0.5em 0 2.2em;
  display: block;
  background-color: #FFF;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
#index ol li a:hover {
  color: #FFF;
  background-color: #16193d;
}
#index ol li a:hover::after {
  border-color: #FFF;
}
#index ol li a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border-right: solid 1px #16193d;
  border-top: solid 1px #16193d;
  transition: all 0.3s;
  transform-origin: center center;
  transform: translateY(-75%) rotate(135deg);
  position: absolute;
  right: 1rem;
  top: 50%;
}

#profile .sub_profile .imgBox {
  margin-bottom: 3rem;
  position: relative;
}
#profile .sub_profile .imgBox .name {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 1rem 0;
  border-top: solid 2px #aa0d23;
  display: block;
  background-color: #FFF;
}
#profile .sub_profile .imgBox .name .ja {
  font-family: 'Roboto', "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  margin-top: 0.5rem;
  display: block;
}
#profile .sub_profile .imgBox .name.pc {
  display: none;
}
#profile .sub_profile .textBox table th, #profile .sub_profile .textBox table td {
  padding-bottom: 0.5em;
}
#profile .sub_profile .textBox table th {
  width: 5em;
  font-weight: 500;
}
#profile .sub_history .spImg {
  margin-bottom: 1.5rem;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#profile .sub_history .spImg img {
  width: 48%;
}
#profile .sub_history .col {
  margin: 3rem 0;
  clear: both;
}
#profile .sub_history .col::after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}
#profile .sub_history .col:last-of-type {
  margin-bottom: 0;
}
#profile .sub_history .col .imgBox {
  width: 40%;
  margin-left: 1.8rem;
  margin-bottom: 0.8rem;
  padding-top: 0.7rem;
  float: right;
}
#profile .sub_history .col p {
  margin-bottom: 0;
}
#profile .sub_history .data {
  max-width: 50rem;
  margin: 3rem auto 2rem;
}

#banner ul li {
  margin-bottom: 0;
}
#banner ul li a {
  display: block;
}
#banner ul li a img {
  display: block;
}

#greeting .list {
  max-width: 54rem;
  margin: 0 auto 3rem;
}
#greeting .accBox .name {
  text-align: right;
  margin-top: 1.5em;
  display: block;
}

#schedule .list li .schTitle {
  display: block;
}
#schedule .list li:last-child {
  margin-bottom: 0;
}

#support .accWrap {
  padding-top: 1rem;
  position: relative;
}
#support .accWrap.accOpened .accBox {
  max-height: 1000vh;
}
#support .accWrap .accBox {
  max-height: 58.5rem;
  padding: 2rem 3rem;
  border: solid 1px #1e1e1e;
  border-radius: 0.6rem;
}
#support .accWrap .btnWrap {
  position: relative;
}
#support .accWrap .btnWrap::before {
  display: none;
  /*background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#FFF',GradientType=0 );*/
}
#support .sponsorList {
  position: relative;
}
#support .sponsorList:not(:last-of-type) {
  margin-bottom: 5rem;
}
#support .sponsorList .caution {
  font-size: 1.3rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-130%);
}
#support .sponsorList h4 {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  border-bottom: solid 1px #AAA;
}
#support .sponsorList ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}
#support .sponsorList ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#support .sub_banner {
  margin-top: 4rem;
}

@media print, screen and (min-width: 600px) {
  .inner-box {
    max-width: 84rem;
    width: 84%;
    padding: 0;
  }

  #index ol {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 3%;
  }
  #index ol li::before {
    font-size: 1.8rem;
    line-height: 1.75;
  }
  #index ol li a {
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 2em;
  }

  #profile .sub_profile .col {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
  }
  #profile .sub_profile .col .imgBox {
    width: 36%;
    max-width: 30rem;
  }
  #profile .sub_profile .col .imgBox .name.sp {
    display: none;
  }
  #profile .sub_profile .col .imgBox .name.pc {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
    width: auto;
    padding: 0.7em 1.2em 0.9em;
    display: block;
    background-color: #aa0d23;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  #profile .sub_profile .col .textBox {
    width: 58%;
    max-width: 48.4rem;
  }
  #profile .sub_profile .col .textBox .name {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    border-top: solid 3px #aa0d23;
    background-color: #FFF;
  }
  #profile .sub_profile .col .textBox .name span {
    font-size: 0.56em;
    margin-left: 1em;
  }
  #profile .sub_history {
    padding: 0 5rem;
  }
  #profile .sub_history .spImg {
    display: none;
  }
  #profile .sub_history .data {
    margin-top: 5rem;
  }
  #profile .sub_history .col .imgBox {
    margin-left: 3rem;
  }
  #profile .sub_results {
    padding: 0 5rem;
  }

  #banner ul {
    max-width: 74rem;
    margin: 0 auto;
    /*-js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;*/
  }
  #banner ul li:first-child {
    margin-bottom: 0;
  }

  #greeting .list {
    margin-bottom: 5rem;
  }
  #greeting .list li {
    font-weight: 400;
  }
  #greeting .sub_greeting {
    padding: 0 5rem;
  }
  #greeting .accWrap .accBox {
    max-height: 100%;
    padding-bottom: 0;
  }
  #greeting .accWrap .btnWrap {
    display: none;
  }

  #news {
    padding-bottom: 8vw;
  }
  #news .newsWrap li {
    width: 40%;
    max-width: 17rem;
  }

  #support .sub_thanks p {
    text-align: center;
  }
  #support .sub_sponsor {
    max-width: 60rem;
    margin: 0 auto;
  }
  #support .sponsorList ul {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #support .sponsorList ul li {
    font-size: 1.5rem;
    width: 48%;
  }
  #support .sponsorList ul li:nth-child(odd) {
    margin-right: 2%;
  }
}
@media print, screen and (min-width: 1000px) {
  .homeMenu {
    display: block;
  }
  .homeMenu .nav-main {
    border-top: none;
    border-bottom: solid 1px #16193d;
    position: relative;
    left: auto;
    bottom: auto;
  }

  .mainVisual .title {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4), 2px -2px 6px rgba(0, 0, 0, 0.4), -2px 2px 6px rgba(0, 0, 0, 0.4), -2px -2px 6px rgba(0, 0, 0, 0.4);
  }
  .mainVisual h1 {
    font-size: 68px;
  }
  .mainVisual .year {
    font-size: 30px;
  }
  .mainVisual .lead {
    font-size: 25px;
  }

  #news .inner-box {
    width: 90%;
    max-width: 120rem;
  }
  #news li {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #news li .catWrap {
    width: 100px;
    flex-shrink: 0;
  }
  #news li .postTitle {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 0;
    flex-grow: 1;
  }
  #news li .postTitle a {
    color: #333;
  }
  #news li .postTitle a:hover {
    color: #005eae;
    text-decoration: underline;
  }
  #news li .postDate {
    color: #16193d;
    font-size: 1.5rem;
    text-align: right;
    width: 150px;
    position: relative;
    right: auto;
    top: auto;
    flex-shrink: 0;
  }

  #aboutus .sig h5 {
    font-size: 1.6rem;
  }
  #aboutus .sig .name {
    font-size: 1.9rem;
  }

  #picture {
    padding-bottom: 10rem;
  }
}

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