@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  line-height: 1.6;
  font-weight: 400;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after, .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: inline-block;
  }
}

.center {
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.contentsWrap {
  min-height: 1200px;
}

/*!
layout > header
------------------------------
*/
/* 共通ヘッダー -----------------------------------------------*/
/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
  background-color: #191919;
}
#top-head a {
  text-decoration: none;
  color: #fff;
}
#top-head .logo {
  position: absolute;
  width: 146px;
  left: 5%;
  top: 10%;
  z-index: 1000;
}
@media only screen and (max-width: 960px) {
  #top-head .logo {
    top: 5px;
    position: fixed;
  }
}
#top-head .logo img {
  width: 100%;
  max-height: 36px;
}
#top-head .header-inner {
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 960px) {
  #top-head .header-inner {
    padding-left: inherit;
    padding-right: inherit;
  }
}

@media only screen and (max-width: 960px) {
  #mobile-head {
    width: 100%;
    background-color: rgba(25, 25, 25, 0.9);
    z-index: 999;
    height: 46px;
    position: fixed;
  }
}
#global-nav {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
  #global-nav {
    display: none;
    width: 100%;
    background-color: rgba(25, 25, 25, 0.9);
    padding-top: 0;
    overflow-y: scroll;
    position: fixed;
    height: 100%;
  }
}
#global-nav ul {
  list-style: none;
}
#global-nav #mainNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  background-color: #191919;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav {
    display: block;
    width: 100%;
    background-color: transparent;
    border-radius: inherit;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 50px;
  }
}
#global-nav #mainNav .mainNavList {
  display: flex;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList {
    display: block;
  }
  #global-nav #mainNav .mainNavList li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#global-nav #mainNav .mainNavList > li {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 3em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList > li {
    display: block;
    text-align: left;
    padding: 16px 0;
  }
}
#global-nav #mainNav .mainNavList > li:not(:last-child) {
  border-right: 1px solid #808080;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList > li:not(:last-child) {
    border-right: none;
  }
}
#global-nav #mainNav .mainNavList a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList a {
    color: #fff;
    display: block;
    padding: 10px 16%;
  }
}
#global-nav #mainNav .mainNavList a .small {
  font-size: 13px;
  font-size: 1.3rem;
}
#global-nav #mainNav .mainNavList a.disable {
  color: #9a9a9a;
}
#global-nav #mainNav .mainNavList span {
  display: block;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList span {
    display: inline-block;
  }
}
#global-nav #mainNav .mainNavList .navText-jp {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .navText-jp {
    font-size: inherit;
  }
}
#global-nav #mainNav .mainNavList .navText-en {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .navText-en {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0.5em;
  }
  #global-nav #mainNav .mainNavList .navText-en:before {
    content: "- ";
  }
}

/* Toggle Button */
#menu-icon {
  position: absolute;
  right: 0;
  top: 25%;
  margin-right: 3%;
  display: none;
}
@media only screen and (max-width: 960px) {
  #menu-icon {
    display: inline;
    cursor: pointer;
  }
  #menu-icon.active .first {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
  }
  #menu-icon.active .second {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: -9px;
  }
  #menu-icon.active .third {
    display: none;
  }
}
#menu-icon span {
  border: 2px solid #fff;
  width: 30px;
  margin-bottom: 6px;
  display: block;
  transition: all 0.1s;
}

.mega-dropdown {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  width: 94%;
  position: absolute;
  top: 100%;
  left: 2.5%;
  background-color: rgba(25, 25, 25, 0.8);
  overflow: hidden;
  padding: 20px 5%;
  display: none;
  opacity: 0;
  margin-top: -5px;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown {
    display: block;
    opacity: 1;
    width: 100%;
    position: static;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  .mega-dropdown:hover {
    opacity: 1;
    cursor: default;
  }
}
.mega-dropdown.is-active {
  display: block;
  opacity: 1;
  z-index: 1;
  transform: translateY(5px);
}
@media only screen and (max-width: 960px) {
  .mega-dropdown.is-active {
    transform: inherit;
  }
}
.mega-dropdown .row {
  justify-content: space-around;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown .row {
    display: block;
  }
}

.mega-col {
  width: 30%;
  float: left;
}
@media only screen and (max-width: 960px) {
  .mega-col {
    width: 100%;
    float: none;
  }
}
.mega-col li {
  margin: 10px 1em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: left;
}

/*!
layout > footer
------------------------------
*/
#footer {
  text-align: center;
}
#footer .footerBar {
  background-color: #191919;
}

.copyright {
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/* サブページ共通 */
#contents-base {
  margin-bottom: 60px;
}

.sub .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
}

.subpage-head {
  height: 280px;
  background-size: contain;
  background-color: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .subpage-head {
    height: 30vh;
  }
}

.subpage-title {
  text-align: center;
  margin-top: 40px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}
.subpage-title > .en {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  font-style: italic;
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}

/*!
component > title
------------------------------
*/
.h2Wrap {
  text-align: center;
  background-color: #191919;
  border-bottom: 3px solid #31aa50;
  margin-bottom: 30px;
}

.naviTitle {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 0;
  letter-spacing: 0.08em;
  color: #fff;
}
.naviTitle > .en {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  font-style: italic;
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 5px;
}

/*!
component > common
------------------------------
*/
a {
  color: #31aa50;
  text-decoration: none;
}

.txt-small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.txt-x-small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.marker {
  text-align: left;
  font-family: inherit !important;
  margin-bottom: 0 !important;
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.red {
  color: #ed1c29;
}

.center {
  text-align: center;
}

.caution {
  color: #ed1c29;
}

.bold {
  font-weight: bold;
}

.transition-common {
  transition: all 0.2s;
}

.shadow-common {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

#toTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10px;
  background-color: #191919;
  border-radius: 5px 5px 0 0;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
}
#toTop a {
  color: #fff;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  width: 50%;
}
#toTop .toTop__text {
  display: block;
  text-align: center;
}

/*!
component > btn
------------------------------
*/
.btnArea {
  text-align: center;
}

.btn {
  text-decoration: none;
  display: block;
  background-color: #31aa50;
  color: #fff;
}
.btn.std {
  max-width: 280px;
  margin: 10px auto;
  padding: 12px 1em 10px;
  text-align: center;
  border-radius: 3px;
}
.btn.large {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 5px;
  line-height: 1;
  width: 80%;
  padding: 20px 5%;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.btn.white {
  background-color: #fff;
  color: #31aa50;
}
.btn.disable {
  background-color: rgba(147, 147, 147, 0.9);
}

a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.disable:hover {
  cursor: default;
}

.btn-line {
  display: block;
  border-width: 2px;
  border-style: solid;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #31aa50;
  border-color: #31aa50;
}

/* teamcomp */
.subpage-head {
  background: url(../images/headerbg/headerbg_detail.jpg) center 60%;
}

.innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
}

.subpageTitle {
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .subpageTitle {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

#subpageHeader img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.lead {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 40px;
}

.award {
  margin-top: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 960px) {
  .award {
    width: 80%;
  }
}
.award .award__box {
  border: 2px solid #191919;
  background-color: rgba(242, 242, 242, 0.4);
  padding: 20px 1.5rem;
  box-sizing: border-box;
}
.award .award__box .award__box--title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.award .award__box .award__box--text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
.award .hosoku {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.resultBox {
  margin-top: 30px;
  margin-bottom: 80px;
  border: 4px solid #31aa50;
  padding: 20px 2rem;
  box-sizing: border-box;
}
.resultBox h2 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}
.resultBox .resultTable {
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  grid-gap: 10px;
}
@media only screen and (max-width: 600px) {
  .resultBox .resultTable {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .resultBox .resultTable {
    grid-template-columns: 1fr 5fr 2fr;
  }
}
.resultBox .resultTable .tableHead {
  font-size: 13px;
  font-size: 1.3rem;
}
.resultBox .resultTable .ranking {
  text-align: center;
}
.resultBox .resultTable .point {
  text-align: center;
}
.resultBox .hosoku {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.blockWrap {
  margin-top: 40px;
}

.block .block__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 8px 0 8px 18px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.block .block__title::after {
  display: block;
  content: "";
  background: #191919;
  width: 4px;
  height: 100%;
  position: absolute;
  border: 1px solid #191919;
  left: 0px;
  top: 0;
}
.block p {
  padding: 5px 1rem;
}
.block p.head {
  background: #f2f2f2;
  box-sizing: border-box;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.block p.hosoku {
  padding: 10px 1.5rem;
  margin-bottom: 14px;
}
.block .count {
  display: grid;
  grid-template-columns: 1fr 0.2fr 1fr 0.2fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  place-content: center;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  margin-top: 10px;
}
.block .count .main {
  background-color: #f2f2f2;
  padding: 5px 1rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  place-content: center;
}
.block .count .sub {
  place-content: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #191919;
  font-size: 30px;
  font-size: 3rem;
  display: block;
  text-align: center;
}
.block .countDet {
  margin-top: 10px;
}
.block .countDet .countDet__title {
  margin-top: 20px;
  border-bottom: 3px solid #b7b7b7;
  padding: 2px 1rem;
  display: inline-block;
}

#entry {
  margin-top: 40px;
  margin-bottom: 80px;
}
#entry .secTitle {
  font-size: 28px;
  font-size: 2.8rem;
}
/*# sourceMappingURL=teamcomp.css.map */