@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Roboto:300,400,500,700,900");
body {
  background-color: #1B261D;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  font-family: "Oswald", "Noto Sans JP", san-serif; }

.btn-primary {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #3162AC;
  border-radius: 0px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3); }
  .btn-primary:hover {
    background-color: #3C74C8;
    text-decoration: underline; }

.btn-secondary {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #E29A5A;
  border-radius: 0px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3); }
  .btn-secondary:hover {
    background-color: #E8AF7D;
    text-decoration: underline; }

.btn-outline {
  display: inline-block;
  color: #FFFFFF;
  padding: 12px 20px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0px;
  border: 1px solid #FFFFFF; }
  .btn-outline:hover {
    text-decoration: underline; }

.normal-link {
  display: inline-block;
  border: 1px solid #E8E8E8;
  border-radius: 0px;
  padding: 8px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-decoration: none; }
  .normal-link:hover {
    background-color: #313934; }

.navbar {
  position: fixed;
  width: 100%;
  height: 100;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }

.navbar--active {
  background-color: rgba(0, 0, 0, 0.3); }

.navbar-toggle {
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  margin: 12px;
  width: 36px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  cursor: pointer; }

.navbar-toggle__close {
  display: none; }

.navbar-menu {
  display: none;
  position: fixed;
  list-style: none;
  top: 66px; }

.navbar-menu__item {
  text-align: right;
  width: 120px;
  margin-right: 12px; }
  .navbar-menu__item a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: block;
    margin-bottom: 2px;
    text-decoration: none;
    padding: 10px 16px;
    letter-spacing: 3px;
    font-size: 18px; }
    .navbar-menu__item a:hover {
      background-color: rgba(0, 0, 0, 0.3); }

.header {
  background: url("/img/2020/head_bg.jpg");
  background-size: auto 100%;
  background-position-x: 50%;
  text-align: center;
  padding: 32px 24px;
  margin-bottom: 48px; }
  @media screen and (min-width: 1400px) {
    .header {
      background-size: auto 100%; } }
  @media screen and (max-width: 720px) {
    .header {
      margin-bottom: 32px; } }

.header__ttl {
  margin-bottom: 48px; }
  .header__ttl img {
    width: 100%;
    max-width: 640px; }

.header-info {
  margin-bottom: 24px; }

.header-info__date {
  font-size: 68px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.6px; }
  @media screen and (max-width: 720px) {
    .header-info__date {
      font-size: 52px; } }

.header-info__venue {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: 1.5px; }
  @media screen and (max-width: 720px) {
    .header-info__venue {
      font-size: 28px; } }

.header-info__venue-en {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1.8px; }
  @media screen and (max-width: 720px) {
    .header-info__venue-en {
      font-size: 25px; } }

.header__btn {
  width: 100%;
  margin: 0 auto; }
  .header__btn .btn-primary {
    width: 300px;
    font-size: 34px;
    height: 64px;
    letter-spacing: 4px;
    line-height: 64px; }
    @media screen and (max-width: 720px) {
      .header__btn .btn-primary {
        width: 264px; } }

.header--mini {
  background: url("/img/2020/head_bg.jpg");
  background-size: 100% auto;
  background-position-x: 50%;
  text-align: left;
  padding: 24px 32px;
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 1400px) {
    .header--mini {
      background-size: 100% auto; } }
  @media screen and (max-width: 720px) {
    .header--mini {
      background-size: auto 540px;
      margin-bottom: 32px; } }
  .header--mini .header__ttl {
    margin-bottom: 0; }
    .header--mini .header__ttl img {
      width: 240px; }
  .header--mini .header-info {
    margin: 0 24px; }
    @media screen and (max-width: 720px) {
      .header--mini .header-info {
        padding-top: 8px;
        margin-bottom: 16px;
        text-align: center; } }
  .header--mini .header-info__date {
    font-size: 32px; }
    @media screen and (max-width: 720px) {
      .header--mini .header-info__date {
        font-size: 32px; } }
  .header--mini .header-info__venue {
    font-size: 16px;
    margin-bottom: 4px; }
    @media screen and (max-width: 720px) {
      .header--mini .header-info__venue {
        font-size: 16px; } }
  .header--mini .header-info__venue-en {
    font-size: 16px;
    letter-spacing: 1.2px; }
    @media screen and (max-width: 720px) {
      .header--mini .header-info__venue-en {
        font-size: 16px; } }
  .header--mini .header__btn {
    width: 160px;
    text-align: center;
    margin: 0; }
    .header--mini .header__btn .btn-primary {
      width: 100%;
      font-size: 22px;
      height: 54px;
      letter-spacing: 2px;
      line-height: 54px; }
      @media screen and (max-width: 720px) {
        .header--mini .header__btn .btn-primary {
          width: 160px; } }

.youtube {
  text-align: center;
  margin-bottom: 48px; }
  .youtube iframe {
    max-width: 560px;
    margin: 0 auto;
    width: 100%; }

.samusho {
  background-color: #313934;
  border-radius: 3px;
  max-width: 600px;
  width: 90%;
  margin: 0 auto 40px;
  text-align: center; }
  .samusho__image {
    padding: 32px 16px 24px; }
    .samusho__image img {
      width: 90%; }
  .samusho__ttl {
    display: inline-block;
    border-radius: 3px;
    background-color: #505750;
    padding: 8px 12px;
    margin: 0 16px; }
  .samusho__txt {
    text-align: left;
    line-height: 1.6;
    padding: 16px; }

.cancel {
  max-width: 768px;
  margin: 0 auto 64px;
  padding: 24px;
  background-color: #333; }
  @media screen and (max-width: 720px) {
    .cancel {
      margin: 0 12px 48px; } }
  .cancel p {
    margin-bottom: 24px;
    line-height: 1.8;
    font-size: 16px;
    color: #ddd; }
    @media screen and (max-width: 720px) {
      .cancel p {
        font-size: 14px; } }
  .cancel__ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px; }
    @media screen and (max-width: 720px) {
      .cancel__ttl {
        font-size: 18px; } }
  .cancel__subttl {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px; }
    @media screen and (max-width: 720px) {
      .cancel__subttl {
        font-size: 16px; } }
  .cancel__author {
    text-align: right;
    font-size: 14px; }

.banner {
  text-align: center;
  margin-bottom: 48px;
  padding: 0 16px; }
  @media screen and (max-width: 720px) {
    .banner {
      margin-bottom: 32px; } }

.banner__item img {
  width: 100%;
  max-width: 480px; }

.sec {
  margin-bottom: 120px; }

.sec__ttl {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  margin: 0 16px 32px;
  letter-spacing: 3px; }
  .sec__ttl img {
    width: 100%;
    max-width: 780px; }

.sec__ttl--jp {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 32px; }

.sec__totop {
  text-align: center; }

.games__ttl {
  font-size: 28px;
  margin-bottom: 24px;
  color: #E29A5A;
  text-align: center;
  letter-spacing: 2px; }
  .games__ttl span {
    font-size: 22px;
    font-weight: 300;
    color: #E8E8E8; }

.games__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px; }

.game {
  background-color: #313934;
  border-radius: 0px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  width: 290px;
  margin: 0 16px 32px;
  text-align: center; }

.game__img {
  display: flex;
  height: 180px;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  justify-content: center;
  align-items: center; }
  .game__img img {
    max-width: 90%;
    max-height: 160px; }
    .game__img img:hover {
      opacity: 0.8; }
  .game__img img.game-img--sml {
    max-width: 80%; }

.game__ttl {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1;
  letter-spacing: 1.2px; }
  .game__ttl a {
    color: #FFFFFF;
    text-decoration: none; }
    .game__ttl a:hover {
      text-decoration: underline; }

.game-tag {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  list-style: none;
  align-items: center; }

.game-tag__item {
  font-size: 14px;
  padding: 5px 8px;
  background-color: #E29A5A;
  border-radius: 0px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  margin: 0 4px;
  line-height: 1; }
  .game-tag__item span {
    font-size: 12px; }

.game__reg {
  margin-bottom: 12px; }
  .game__reg a {
    display: inline-block;
    background: #E29A5A;
    padding: 7px 12px;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    color: #FFFFFF; }
    .game__reg a i {
      padding-right: 6px; }
  .game__reg a:hover {
    background: #E8AF7D; }
  .game__reg a:visited {
    color: #FFFFFF; }

.game__owner {
  padding-bottom: 20px;
  letter-spacing: 1.2px; }
  .game__owner a {
    color: #FFFFFF;
    text-decoration: none; }
    .game__owner a:hover {
      text-decoration: underline; }
  .game__owner i {
    color: #3162AC;
    padding-right: 6px; }

.outline {
  margin: 0 24px 48px; }

.outline__item {
  display: flex;
  max-width: 640px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 720px) {
    .outline__item {
      display: block; } }

.outline__q {
  width: 100px;
  font-size: 20px;
  font-weight: 500;
  color: #E8AF7D;
  margin-right: 32px;
  margin-bottom: 8px; }
  @media screen and (max-width: 720px) {
    .outline__q {
      font-size: 18px; } }

.outline__a {
  padding-top: 2px;
  flex: 1; }

.outline__ttl {
  font-size: 18px;
  margin-bottom: 8px; }
  @media screen and (max-width: 720px) {
    .outline__ttl {
      font-size: 16px; } }

.outline__txt {
  color: #AAAAAA;
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 1.5; }

.schedule {
  text-align: center; }

.schedule__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none; }

.schedule__item {
  width: 240px;
  margin: 0 6px 12px; }
  .schedule__item img {
    display: block;
    width: 100%;
    height: auto; }

.stream {
  text-align: center; }

.stream__image {
  max-width: 400px;
  width: 90%;
  margin: 0 auto 24px; }
  .stream__image img {
    width: 100%;
    height: auto; }

.stream__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  max-width: 660px;
  margin: 0 auto; }

.stream__item {
  width: 140px;
  margin: 0 6px 12px; }
  .stream__item a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #E29A5A;
    color: #FFFFFF; }
    .stream__item a:hover {
      background-color: #E8AF7D; }

.layout {
  text-align: center; }

.layout__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none; }

.layout__item {
  width: 240px;
  margin: 0 6px 12px; }
  .layout__item img {
    display: block;
    width: 100%;
    height: auto; }

.sponsor {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center; }

.sponsor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.sponsor__item {
  display: flex;
  width: 250px;
  height: 150px;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 3px;
  margin: 0 12px 32px; }
  .sponsor__item img {
    max-width: 210px;
    max-height: 120px; }
  @media screen and (max-width: 720px) {
    .sponsor__item {
      width: 150px;
      height: 90px; }
      .sponsor__item img {
        max-width: 130px;
        max-height: 80px; } }

.access {
  text-align: center; }

.access__ttl {
  font-size: 24px;
  color: #E8AF7D;
  margin-bottom: 12px; }

.access__link {
  margin-bottom: 12px; }
  .access__link a {
    display: inline-block;
    border: 1px solid #E8E8E8;
    border-radius: 0px;
    padding: 8px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-decoration: none; }
    .access__link a:hover {
      background-color: #313934; }

.access__item {
  margin-bottom: 32px; }

.access__txt {
  font-size: 14px;
  line-height: 2;
  font-weight: 300; }

.access__txt-en {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px; }

.illust {
  max-width: 720px;
  margin: 0 auto 48px;
  padding: 0 16px; }

.illust__image {
  max-width: 860px;
  margin: 0 auto 12px;
  padding-top: 12px; }
  .illust__image img {
    width: 100%;
    height: auto; }

.illust__item {
  margin-bottom: 48px; }

.illust__ttl {
  margin-bottom: 12px; }
  .illust__ttl i {
    margin-right: 6px; }

.illust__txt {
  padding-left: 16px;
  color: #C1C1C1;
  font-weight: 300;
  line-height: 1.5; }
  .illust__txt a {
    color: #E29A5A; }
  .illust__txt a:hover {
    color: #E8AF7D; }
  .illust__txt .highlight {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700; }

.footer {
  padding-bottom: 80px; }

.footer__twt {
  margin-bottom: 32px;
  text-align: center; }
  .footer__twt .btn-secondary {
    width: 216px;
    height: 56px;
    line-height: 56px;
    font-size: 22px; }
    .footer__twt .btn-secondary i {
      padding-right: 6px; }

.footer-links {
  display: flex;
  margin-bottom: 18px;
  list-style: none;
  justify-content: center; }

.footer-links__item {
  margin: 0 8px 8px;
  letter-spacing: 1px; }
  .footer-links__item a {
    color: #FFFFFF; }
    .footer-links__item a:hover {
      color: #E8E8E8; }

.footer__copy {
  text-align: center;
  letter-spacing: 1px; }

.regulation {
  text-align: left;
  border-radius: 4px;
  background-color: #313934 !important;
  color: #FFFFFF !important; }

.regulation__close {
  text-align: right;
  margin-bottom: 10px; }
  .regulation__close a {
    display: inline-block;
    color: #aaa !important;
    font-size: 26px;
    padding: 0px 7px 3px;
    border-radius: 3px;
    line-height: 1;
    border: 1px solid #aaa;
    cursor: pointer; }
  .regulation__close a:hover {
    border-color: #ccc;
    color: #ccc !important; }

.regulation__ttl {
  font-weight: 700;
  line-height: 1.3;
  font-size: 20px;
  margin-bottom: 16px; }

.regulation__txt {
  margin-bottom: 16px; }

.regulation__dl dt {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px; }

.regulation__dl dd {
  font-size: 13px;
  margin-bottom: 40px;
  line-height: 1.66;
  color: #C1C1C1 !important; }
  .regulation__dl dd a {
    color: #3C74C8; }

.regulation__ul li {
  font-size: 13px;
  margin-bottom: 8px;
  color: #C1C1C1 !important; }

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