@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');*/
/*
 Theme Name: BitSummit
 Description: Theme & Website for BitSummit
 Author: @mx3m
 Author URI: http://mx3m.github.io
 Version: 1.0
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  background-color: #f6f7fa;
  color: #111;
}

body::before {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #fc3e31 0%, #f2dc26 100%);
}

@media print {
  body {
    color: #000;
  }
}
a {
  color: #f96a2e;
  transition: color 0.2s ease;
  text-decoration: none;
}

a:hover {
  color: #f74e07;
}

a.ts-color-accent:hover {
  color: #f74e07;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.35;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1.ui-reset,
h2.ui-reset,
h3.ui-reset,
h4.ui-reset,
h5.ui-reset,
h6.ui-reset {
  margin: 0;
}

h2 {
  font-size: 1.85em;
  margin-bottom: 1rem;
}

p {
  line-height: 28px;
}

p:not(.ts-margin-top):first-of-type {
  margin-top: 0;
}

p:not(.ts-margin-bottom):last-child {
  margin-bottom: 0;
}

small {
  font-size: 13px;
  line-height: 1;
}

hr {
  width: 100%;
  height: 0;
  margin: 1em 0;
  border: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.06);
}

.ts-sans-serif {
  font-family: sans-serif;
}

.ts-letter-spacing {
  letter-spacing: 3px;
}

.ts-line-height-lg {
  line-height: 2.4;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sponsor-games-card {
    display: block !important;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .ts-line-height-lg {
    line-height: 3;
  }
}
.ts-align-center {
  text-align: center;
}

.ts-color-primary {
  color: #0a94f8;
}

.ts-color-accent {
  color: #f96a2e;
}

.ts-color-white {
  color: white;
}

.ts-color-quiet {
  color: rgba(17, 17, 17, 0.65);
}

@media print {
  .ts-color-quiet {
    color: #555;
  }
}
.ts-color-muted {
  color: rgba(17, 17, 17, 0.5);
}

.ts-color-default {
  color: #111;
}

.ts-measure {
  max-width: 420px;
}

.ts-measure-wide {
  max-width: 640px;
}

.ts-measure-center {
  margin-left: auto;
  margin-right: auto;
}

.ts-underline {
  text-decoration: underline;
}

.ts-uppercase {
  text-transform: uppercase;
}

.ts-lead {
  font-size: 21px;
}

@media only screen and (min-width: 768px) {
  .ts-lead {
    font-size: 24px;
  }
}
.headline {
  font-size: calc(44px + 28 * (100vw - 320px) / 1120);
  font-weight: 900;
  line-height: 1;
}

.page-title {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.15;
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .page-title {
    font-size: 42px;
  }
}
html[lang=ja] .page-title {
  text-transform: none;
}

.page-support {
  max-width: 420px;
}

.page-support.ts-align-center {
  margin-left: auto;
  margin-right: auto;
}

.post-title {
  margin: 0 0 8px;
  font-size: calc(24px + 4 * (100vw - 320px) / 1120);
}

.section-title {
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 1px;
  color: rgba(17, 17, 17, 0.65);
  background: -webkit-linear-gradient(0deg, #fc3e31 0%, #f2dc26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title.no-border {
  border: none;
}

.featured-title {
  position: relative;
  margin: 0;
  font-size: calc(32px + 20 * (100vw - 320px) / 1120);
  text-transform: uppercase;
  color: #f96a2e;
  font-weight: 900;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

.featured-title span {
  position: relative;
  display: inline-block;
  background: -webkit-linear-gradient(0deg, #fc3e31 0%, #f2dc26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "M PLUS 1p", sans-serif;
}

.button,
.wpcf7-submit,
.searchandfilter ul li input[type=submit],
.slideshow-arrow {
  display: inline-flex;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
  background-color: transparent;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.button html[lang=ja],
.wpcf7-submit html[lang=ja],
.searchandfilter ul li input[type=submit] html[lang=ja],
.slideshow-arrow html[lang=ja] {
  text-transform: none;
}

.button html:not([lang=ja]),
.wpcf7-submit html:not([lang=ja]),
.searchandfilter ul li input[type=submit] html:not([lang=ja]),
.slideshow-arrow html:not([lang=ja]) {
  text-transform: uppercase;
}

.button[disabled],
.wpcf7-submit[disabled],
.searchandfilter ul li input[type=submit][disabled],
.slideshow-arrow[disabled] {
  background-color: #777;
}

.button[disabled]:hover,
.wpcf7-submit[disabled]:hover,
.searchandfilter ul li input[type=submit][disabled]:hover,
.slideshow-arrow[disabled]:hover {
  border-color: transparent;
  background-color: #777;
}

.button-group .button,
.button-group .wpcf7-submit,
.button-group .searchandfilter ul li input[type=submit],
.searchandfilter ul li .button-group input[type=submit],
.button-group .slideshow-arrow {
  margin: 0 8px;
}

@media only screen and (max-width: 479px) {
  .button-group .button,
  .button-group .wpcf7-submit,
  .button-group .searchandfilter ul li input[type=submit],
  .searchandfilter ul li .button-group input[type=submit],
  .button-group .slideshow-arrow {
    display: block;
    margin-bottom: 14px;
  }
}
.button-small {
  font-size: 12px;
  padding: 4px 10px;
}

.button-bordered,
.searchandfilter ul li input[type=submit],
.slideshow-arrow {
  border: 2px solid rgba(249, 106, 46, 0.2);
  color: #f96a2e;
}

.button-quiet {
  background-color: rgba(17, 17, 17, 0.05);
}

.button-twitter {
  background-color: #1da1f2;
  color: white;
}

.button-twitter:hover {
  color: white;
  background-color: #0e98ed;
}

.button-group {
  display: flex;
  margin: 0 -8px;
}

.button-group-center {
  justify-content: center;
}

.button-primary,
.wpcf7-submit {
  background-color: #0a94f8;
  color: white;
  border-color: transparent;
}

.button-primary:hover,
.wpcf7-submit:hover {
  color: white;
  background-color: #0686e2;
}

.button-wide {
  width: 100%;
  max-width: 320px;
}

.button-block {
  width: 100%;
}

.button-block:not(:last-child) {
  margin-bottom: 20px;
}

.button-arrow-right {
  position: relative;
}

.button-arrow-right:not(.button-wide):not(.button-block) {
  padding-right: 72px;
}

.button-arrow-right:hover #arrow-stroke {
  stroke: white;
}

.button-arrow-right .arrow {
  position: absolute;
  top: 25%;
  right: 20px;
}

.button-arrow-right .arrow img {
  width: 20px;
}

.button-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
}

.button-cta {
  display: flex;
  align-items: center;
}

.button-cta .icon {
  margin-left: 8px;
}

.button-discord {
  display: inline-flex;
  align-items: center;
  background-color: #7289da;
  color: white;
  font-weight: bolder;
  border-radius: 8px;
  border: 2px solid transparent;
}

.site-header .button-discord {
  padding: 4px 8px;
}

.button-discord:hover {
  color: white;
  background-color: #5e78d5;
}

.button-discord .icon {
  margin-right: 5px;
}

.button-discord .arrow {
  margin-left: 5px;
}

.button-linktree {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #deff67;
}

.site-header .button-linktree {
  padding: 4px 8px;
}

.button-linktree:hover {
  opacity: 0.8;
}

.button-back {
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.65);
  text-decoration: none;
}

.button-back::before {
  content: "←";
  margin-right: 5px;
}

figure {
  margin: 0;
}

img,
iframe,
video {
  min-height: 0;
  min-width: 0;
  max-width: 100%;
}

.iframe-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.avatar {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.card,
.tab-content,
.searchandfilter,
.sponsors-list-item-inner {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

@media only screen and (min-width: 768px) {
  .card-extra-padding {
    padding: 40px 60px;
  }
}
.card-flex {
  display: flex;
  flex-direction: column;
}

.card-title {
  margin: 0 0 6px 0;
}

.card-body {
  /* min-height: 240px; */
}

.card-body:not(:last-child) {
  margin-bottom: 1em;
}

.card-footer {
  padding-top: 1rem;
}

.card-footer .ts-color-quiet {
  margin-bottom: 0;
}

.mobile-list .card-footer {
  border-top: none;
  padding-top: 0;
}

.tab-nav {
  margin-bottom: -3px;
}

@media only screen and (max-width: 767px) {
  .tab-nav {
    margin: 2em 0;
  }
}
.tab-nav-tab {
  display: inline-block;
  padding: 10px 1em;
  border: 3px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .tab-nav-tab {
    margin-bottom: 10px;
  }
}
.tab-nav-tab:not(:last-child) {
  margin-right: 5px;
}

.tab-nav-tab.active {
  background-color: rgba(0, 0, 0, 0.06);
  color: white;
}

@media only screen and (min-width: 768px) {
  .tab-content {
    padding: 60px;
  }
}
.tag {
  display: inline-block;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1;
  border-radius: 3px;
  background-color: rgba(17, 17, 17, 0.05);
  color: rgba(17, 17, 17, 0.5);
}

.tag:not(:last-of-type) {
  margin-right: 5px;
}

.tag-accent {
  background-color: rgba(249, 106, 46, 0.1);
  color: #f96a2e;
  border: none;
}

.label {
  display: inline;
}

.label:not(:last-of-type)::after {
  content: ", ";
}

*,
*::before,
*::after {
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.layout {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .layout {
    display: flex;
  }
  .layout-half {
    justify-content: space-between;
  }
}
.layout-col {
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .layout-half .layout-col {
    flex: 0 0 48%;
  }
}
@media only screen and (max-width: 1023px) {
  .layout-half .layout-col:not(:first-child) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-col-sidebar {
    flex: 0 0 374px;
  }
}
@media only screen and (max-width: 1023px) {
  .layout-col-sidebar {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-col-main {
    flex: 1;
    margin-right: 60px;
  }
}
.wrapper {
  flex: 1;
  position: relative;
}

.container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

.container-sponsors {
  max-width: 740px;
}

.container-tight {
  max-width: 920px;
}

.container-narrow {
  max-width: 640px;
}

.block:not(:first-child) {
  margin-top: 1em;
}

.block:not(:last-child) {
  margin-bottom: 1em;
}

.block-md:not(:first-child) {
  margin-top: 2em;
}

.block-md:not(:last-child) {
  margin-bottom: 2em;
}

.block-lg:not(:first-child) {
  margin-top: 2em;
}

@media only screen and (min-width: 768px) {
  .block-lg:not(:first-child) {
    margin-top: 3em;
  }
}
.block-lg:not(:last-child) {
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .block-lg:not(:last-child) {
    margin-bottom: 3em;
  }
}
.block-xl:not(:first-child) {
  margin-top: 4em;
}

.block-xl:not(:last-child) {
  margin-bottom: 4em;
}

.block-header {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.06);
}

@media only screen and (min-width: 1024px) {
  .side-title-wrap {
    display: flex;
  }
  .side-title-wrap .side-title {
    flex: 0 0 20px;
    margin: 0 1em 0 0;
    font-size: 32px;
    font-weight: bolder;
    line-height: 20px;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    text-transform: uppercase;
  }
  .side-title-wrap .next-to-side-title {
    flex: 1;
  }
}
.side-title-wrap .side-title {
  font-size: 22px;
}

@media only screen and (max-width: 479px) {
  .side-title-wrap {
    flex-direction: column;
  }
}
.hidden {
  display: none !important;
}

@media only screen and (min-width: 1024px) {
  .hidden-from-tablet-wide {
    display: none !important;
  }
}
@media only screen and (min-width: 1248px) {
  .hidden-from-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .hidden-up-to-tablet-wide {
    display: none !important;
  }
}
@media only screen and (max-width: 1247px) {
  .hidden-up-to-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-up-to-tablet {
    display: none !important;
  }
}
.wpcf7 p {
  margin: 0;
}

.wpcf7 p > label,
.wpcf7 .form-group {
  display: block;
  padding: 8px 0;
}

.wpcf7 .form-group > label {
  display: block;
}

.wpcf7 span.wpcf7-list-item {
  margin: 0.5em;
}

.wpcf7-form-control-wrap,
.wpcf7 .form-group-inner {
  margin-left: auto;
}

.wpcf7-form-control-wrap input[type=text],
.wpcf7 .form-group-inner input[type=text],
.wpcf7-form-control-wrap input[type=email],
.wpcf7 .form-group-inner input[type=email],
.wpcf7-form-control-wrap input[type=tel],
.wpcf7 .form-group-inner input[type=tel],
.wpcf7-form-control-wrap input[type=date],
.wpcf7 .form-group-inner input[type=date],
.wpcf7-form-control-wrap select,
.wpcf7 .form-group-inner select,
.wpcf7-form-control-wrap textarea,
.wpcf7 .form-group-inner textarea {
  width: 100%;
  padding: 10px 14px;
  background-color: #f6f7fa;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  color: #111;
}

.wpcf7-form-control-wrap input[type=text]::-moz-placeholder, .wpcf7 .form-group-inner input[type=text]::-moz-placeholder, .wpcf7-form-control-wrap input[type=email]::-moz-placeholder, .wpcf7 .form-group-inner input[type=email]::-moz-placeholder, .wpcf7-form-control-wrap input[type=tel]::-moz-placeholder, .wpcf7 .form-group-inner input[type=tel]::-moz-placeholder, .wpcf7-form-control-wrap input[type=date]::-moz-placeholder, .wpcf7 .form-group-inner input[type=date]::-moz-placeholder, .wpcf7-form-control-wrap select::-moz-placeholder, .wpcf7 .form-group-inner select::-moz-placeholder, .wpcf7-form-control-wrap textarea::-moz-placeholder, .wpcf7 .form-group-inner textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.65);
}

.wpcf7-form-control-wrap input[type=text]::placeholder,
.wpcf7 .form-group-inner input[type=text]::placeholder,
.wpcf7-form-control-wrap input[type=email]::placeholder,
.wpcf7 .form-group-inner input[type=email]::placeholder,
.wpcf7-form-control-wrap input[type=tel]::placeholder,
.wpcf7 .form-group-inner input[type=tel]::placeholder,
.wpcf7-form-control-wrap input[type=date]::placeholder,
.wpcf7 .form-group-inner input[type=date]::placeholder,
.wpcf7-form-control-wrap select::placeholder,
.wpcf7 .form-group-inner select::placeholder,
.wpcf7-form-control-wrap textarea::placeholder,
.wpcf7 .form-group-inner textarea::placeholder {
  color: rgba(0, 0, 0, 0.65);
}

.wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7 .form-group-inner input[type=text]:focus,
.wpcf7-form-control-wrap input[type=email]:focus,
.wpcf7 .form-group-inner input[type=email]:focus,
.wpcf7-form-control-wrap input[type=tel]:focus,
.wpcf7 .form-group-inner input[type=tel]:focus,
.wpcf7-form-control-wrap input[type=date]:focus,
.wpcf7 .form-group-inner input[type=date]:focus,
.wpcf7-form-control-wrap select:focus,
.wpcf7 .form-group-inner select:focus,
.wpcf7-form-control-wrap textarea:focus,
.wpcf7 .form-group-inner textarea:focus {
  border-color: #0a94f8;
  outline: none;
}

.wpcf7-form-control-wrap input[type=text],
.wpcf7 .form-group-inner input[type=text],
.wpcf7-form-control-wrap input[type=email],
.wpcf7 .form-group-inner input[type=email],
.wpcf7-form-control-wrap input[type=tel],
.wpcf7 .form-group-inner input[type=tel],
.wpcf7-form-control-wrap input[type=date],
.wpcf7 .form-group-inner input[type=date],
.wpcf7-form-control-wrap select:not([multiple]),
.wpcf7 .form-group-inner select:not([multiple]) {
  height: 50px;
}

.wpcf7-form-control-wrap input[type=date],
.wpcf7 .form-group-inner input[type=date] {
  text-indent: 3px;
}

.wpcf7-form-control-wrap select,
.wpcf7 .form-group-inner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: url("../images/stylesheets/caret-dropdown.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
  text-indent: 4px;
}

.wpcf7-submit {
  font-size: 16px;
  margin-top: 2em;
  height: 60px;
  min-width: 200px;
}

.wpcf7-submit:focus {
  border-color: #0a94f8;
  outline: 2px solid #0a94f8;
}

.wpcf7 p > .ajax-loader {
  position: relative;
  top: -40px;
  left: 20px;
  margin-bottom: -20px;
  display: block;
}

.form-frame {
  width: 100%;
  height: 300px;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 20px;
  overflow: scroll;
  background-color: #f0efef;
}

@media only screen and (min-width: 768px) {
  .form-frame {
    padding: 40px;
  }
}
.form-frame ol {
  list-style-type: numeric;
}

@media only screen and (min-width: 560px) {
  .form-frame ol {
    margin: 0;
    padding: 20px;
  }
}
.form-frame ol > li {
  margin: 1em 0;
}

.form-frame ol > ol {
  list-style-type: katakana;
}

.form-frame ol > ol > li {
  margin: 0;
}

.form-group-inner.inline {
  display: flex;
  justify-content: space-between;
}

.form-group-inner.inline label {
  flex: 0 0 48%;
}

.form-group-inner br {
  display: none;
}

.form-group-inner > label {
  display: block;
}

.form-group-inner > label:not(:last-child) {
  margin-bottom: 1em;
}

.form-acceptance {
  text-align: center;
}

.form-warning {
  margin: 4em 0 2em;
  padding-bottom: 4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.form-warning h4 {
  font-size: 16px;
  text-align: center;
}

.form-warning p {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.form-warning .button,
.form-warning .wpcf7-submit,
.form-warning .searchandfilter ul li input[type=submit],
.searchandfilter ul li .form-warning input[type=submit],
.form-warning .slideshow-arrow {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 2em auto 0;
}

div.wpcf7-response-output {
  margin: 2em 0 0;
}

.list-group-item {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 1023px) {
  .list-group-item {
    flex-wrap: wrap;
  }
}
.list-group-item.spaced {
  padding: 20px 0;
}

.list-group-item:first-of-type {
  padding-top: 0;
}

.list-group-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.list-group-item-link {
  transition: background 0.2s ease;
  padding: 16px 0;
}

@media only screen and (min-width: 1024px) {
  .list-group-item-link {
    padding: 20px 14px;
  }
}
.list-group-item-link:hover h2 {
  color: #f85815;
}

.list-group-item-head {
  flex: 0 0 100px;
}

.list-group-item-head.md {
  flex: 0 0 200px;
}

@media only screen and (max-width: 1023px) {
  .list-group-item-head.md {
    flex: 0 0 100%;
  }
}
.list-group-item-body {
  flex: 1;
}

.list-group-item-link .list-group-item-body {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .list-group-item-link .list-group-item-body {
    flex: 0 0 100%;
  }
}
.list-group-item-body-push {
  margin-left: 10px;
}

@media only screen and (min-width: 1024px) {
  .list-group-item-body-push {
    margin-left: auto;
  }
}
.list-group-item-push {
  margin-left: auto;
}

.list-group-breathe-right {
  margin-right: 8px;
}

.searchandfilter {
  padding: 1rem 1.25rem;
}

.searchandfilter ul {
  display: flex;
  flex-direction: column;
  margin: 0 -10px;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .searchandfilter ul {
    flex-direction: row;
  }
}
.searchandfilter ul li {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  margin: 0 10px;
}

@media only screen and (min-width: 1024px) {
  .searchandfilter ul li {
    height: 59px;
  }
}
.searchandfilter ul li:not(:last-child) input:active,
.searchandfilter ul li:not(:last-child) select:active,
.searchandfilter ul li:not(:last-child) input:focus,
.searchandfilter ul li:not(:last-child) select:focus {
  border-color: #f96a2e;
}

.searchandfilter ul li input,
.searchandfilter ul li select {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.searchandfilter ul li input:focus,
.searchandfilter ul li select:focus,
.searchandfilter ul li input:active,
.searchandfilter ul li select:active {
  outline: none;
  border-color: #f96a2e;
}

.searchandfilter ul li select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  background-color: transparent;
  border-radius: 0;
  padding-right: 40px;
  background-image: url(../images/select-dropdown.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 23px;
}

.searchandfilter ul li:nth-child(1) {
  flex: 1;
}

.searchandfilter ul li:nth-child(1) input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  background-color: transparent;
}

.searchandfilter ul li:nth-child(1) input[type=text]:focus,
.searchandfilter ul li:nth-child(1) input[type=text]:active {
  outline: none;
  border-color: #f96a2e;
}

@media only screen and (max-width: 1023px) {
  .searchandfilter ul li input[type=submit] {
    padding: 0;
    flex: 0 0 40px;
    display: flex;
    justify-content: center;
    margin-top: 1em;
  }
}
.slideshow {
  position: relative;
  padding-bottom: 52px;
}

.slideshow-arrow {
  position: absolute;
  bottom: 0;
}

.slideshow-prev {
  left: 0;
}

.slideshow-next {
  right: 0;
}

.slick-slider {
  width: auto;
  max-width: 100%;
}

.slideshow-multiple-items .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}

.slick-slide {
  text-align: center;
}

.slick-slide img {
  display: inline-block;
  max-width: 100%;
  max-height: 500px;
}

@media only screen and (min-width: 1024px) {
  .slick-slide img {
    max-height: 454px;
  }
}
.slideshow-multiple-items .slick-slide {
  padding: 0 5px;
}

.slideshow-multiple-items .slick-slide img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 42px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  transform: translateX(-50%);
}

.slick-dots > li {
  display: flex;
  align-items: center;
  padding: 16px 5px;
}

.slick-dots > li.slick-active button {
  background-color: #f96a2e;
}

.slick-dots > li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border: none;
  text-indent: -9999px;
}

.slick-dots > li button:active,
.slick-dots > li button:focus {
  outline: none;
}

.menu {
  display: flex;
  align-items: center;
  height: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0 -12px 0 -12px;
}

.side-menu .menu {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  text-align: left;
}

.menu-event-menu-container,
.menu-event-menu-jp-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.side-menu .menu-event-menu-container,
.side-menu .menu-event-menu-jp-container {
  height: auto;
}

.menu-item {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 12px;
}

.side-menu .menu-item {
  align-items: flex-start;
  flex-direction: column;
  padding: 4px 12px;
}

.menu-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #111;
  font-weight: bolder;
}

.menu-item a:hover {
  color: #0a94f8;
}

.menu-item-has-children {
  position: relative;
  cursor: default;
}

.side-menu .menu-item-has-children > a:first-child {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .menu-item-has-children > a::after {
    content: "▾";
    display: inline-block;
    margin-left: 5px;
  }
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}

.sub-menu {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1023px) {
  .sub-menu {
    padding-left: 0;
    margin-left: -12px;
  }
  .sub-menu .menu-item {
    padding: 4px 12px;
  }
  .sub-menu .menu-item:first-of-type {
    padding-top: 0;
  }
  .sub-menu .menu-item:last-of-type {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    margin: 0;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    border-radius: 16px;
    z-index: 3;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  }
  .sub-menu .menu-item {
    min-height: 50px;
  }
  .sub-menu .menu-item a {
    flex: 1;
    display: block;
    width: 100%;
  }
}
.pagination,
.navigation {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 3em;
}

.page-numbers {
  margin: 5px;
  padding: 5px 10px;
  text-decoration: none;
  color: #f96a2e;
  border-radius: 8px;
  font-size: 18px;
}

.page-numbers:not(.dots) {
  background-color: rgba(249, 106, 46, 0.15);
}

.page-numbers:not(.current):not(.dots):hover {
  background-color: #f96a2e;
  color: #f6f7fa;
}

.page-numbers.dots {
  color: rgba(17, 17, 17, 0.5);
}

.page-numbers.current {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.08);
}

.site-header {
  position: relative;
  background-color: white;
  margin-bottom: 0;
  z-index: 10;
}

@media only screen and (min-width: 1248px) {
  .site-header {
    margin-bottom: 0;
  }
}
.site-header-inner {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 80px;
  z-index: 1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
}

@media only screen and (min-width: 1024px) {
  .site-header-inner {
    height: 100px;
  }
}
.site-header-item.site-header-brand {
  padding: 15px 0 15px 15px;
}

@media only screen and (min-width: 768px) {
  .site-header-item.site-header-brand {
    flex: 0 0 240px;
    margin-right: 24px;
  }
}
.site-header-item.site-header-brand .logo-wrap {
  display: flex;
  align-items: center;
}

.site-header-item-push {
  margin-left: auto;
}

.site-header-item.flex-height {
  display: flex;
  align-items: center;
  height: 100%;
}

.site-header-row {
  display: none;
  padding-right: 24px;
}

@media only screen and (min-width: 1024px) {
  .site-header-row {
    display: flex;
    align-items: center;
  }
}
.site-header-row:first-child {
  font-size: 13px;
}

.site-header-row:last-child {
  border-top: 2px solid rgba(0, 0, 0, 0.06);
  font-size: 16px;
}

.site-header-row .site-header-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.site-header-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header-brand img {
  transition: transform 0.25s ease;
  transform: translateZ(0) scale(1, 1) rotate(0deg);
  -webkit-backface-visibility: hidden;
}

.site-header-brand .logo-wrap:hover img {
  transform: scale(0.95) rotate(-2deg);
}

.site-header-brand .logo-wrap:active img {
  transform: scale(0.9) rotate(-3deg);
}

.site-header-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.site-header-nav .site-header-row {
  flex: 0 0 50%;
}

.head-border {
  display: flex;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

.site-header-event-date {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

@media only screen and (max-width: 1247px) {
  .site-header-event-date {
    flex: 1;
    justify-content: center;
  }
}
@media only screen and (min-width: 1248px) {
  .site-header-event-date {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .site-header-event-date {
    display: none;
  }
}
.site-header-event-date span {
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  .site-nav {
    display: flex;
    align-items: center;
  }
}
.site-nav-social {
  height: 24px;
  margin-right: 12px;
  margin-left: -6px;
}

@media only screen and (max-width: 1023px) {
  .site-nav-social {
    margin-left: -6px;
    margin-top: 1em;
  }
}
.site-nav-link {
  padding: 0 4px;
}

.site-nav-link:hover img {
  opacity: 0.7;
}

.site-nav-link img {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.site-nav-global a {
  color: rgba(17, 17, 17, 0.65);
}

.site-nav-global a:hover {
  color: #111;
}

.site-nav-event {
  display: flex;
  align-items: center;
  height: 100%;
}

.site-nav-title {
  margin: 0 0 10px;
  padding-bottom: 6px;
  color: rgba(17, 17, 17, 0.65);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.06);
}

.side-menu {
  position: relative;
  display: none;
  margin-top: 1em;
  padding: 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  z-index: 1;
  background-color: white;
}

@media only screen and (min-width: 1024px) {
  .side-menu {
    display: none !important;
  }
}
.side-menu.active {
  display: flex;
}

.side-menu-inner {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin: 0 -20px;
}

.side-menu-inner .site-nav {
  flex: 0 0 100%;
  padding: 0 20px;
}

.side-menu-inner .site-nav:nth-child(3) {
  margin-top: 24px;
}

@media only screen and (min-width: 768px) {
  .side-menu-inner .site-nav:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) {
  .side-menu-inner .site-nav {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .side-menu-inner .site-nav {
    flex: 0 0 33%;
  }
}
@media only screen and (max-width: 479px) {
  .side-menu-inner .site-nav:not(:first-child) {
    margin-top: 24px;
  }
}
.side-menu-toggle-wrap {
  flex: 0 0 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.side-menu-toggle-wrap .button,
.side-menu-toggle-wrap .wpcf7-submit,
.side-menu-toggle-wrap .searchandfilter ul li input[type=submit],
.searchandfilter ul li .side-menu-toggle-wrap input[type=submit],
.side-menu-toggle-wrap .slideshow-arrow {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .side-menu-toggle-wrap .button,
  .side-menu-toggle-wrap .wpcf7-submit,
  .side-menu-toggle-wrap .searchandfilter ul li input[type=submit],
  .searchandfilter ul li .side-menu-toggle-wrap input[type=submit],
  .side-menu-toggle-wrap .slideshow-arrow {
    border: 3px solid rgba(0, 0, 0, 0.06);
    height: auto;
    width: auto;
  }
}
.side-menu-toggle-wrap .button:hover,
.side-menu-toggle-wrap .wpcf7-submit:hover,
.side-menu-toggle-wrap .searchandfilter ul li input[type=submit]:hover,
.searchandfilter ul li .side-menu-toggle-wrap input[type=submit]:hover,
.side-menu-toggle-wrap .slideshow-arrow:hover {
  color: #f96a2e;
}

.side-menu-toggle-wrap .button:active,
.side-menu-toggle-wrap .wpcf7-submit:active,
.side-menu-toggle-wrap .searchandfilter ul li input[type=submit]:active,
.searchandfilter ul li .side-menu-toggle-wrap input[type=submit]:active,
.side-menu-toggle-wrap .slideshow-arrow:active,
.side-menu-toggle-wrap .button:focus,
.side-menu-toggle-wrap .wpcf7-submit:focus,
.side-menu-toggle-wrap .searchandfilter ul li input[type=submit]:focus,
.searchandfilter ul li .side-menu-toggle-wrap input[type=submit]:focus,
.side-menu-toggle-wrap .slideshow-arrow:focus {
  outline: none;
  background-color: rgba(10, 148, 248, 0.05);
}

.site-footer {
  position: relative;
  margin-top: auto;
  margin-top: 5%;
  border-top: 2px solid rgba(0, 0, 0, 0.06);
  background-color: white;
}

@media print {
  .site-footer {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .site-footer {
    margin-top: 50px;
  }
}
.site-footer-logo {
  max-width: 460px;
  margin: 1rem auto;
  text-align: center;
}

.site-footer-inner,
.site-footer-copyright {
  padding: 4% 0;
}

@media only screen and (min-width: 1024px) {
  .site-footer-inner,
  .site-footer-copyright {
    padding: 40px 0;
  }
}
.hero-body .button-group {
  display: flex;
  justify-content: center;
}

.hero-aside {
  flex: 0 0 55%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .hero-aside {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
.hero-copy {
  margin: 40px 0;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-width: 280px;
       column-width: 280px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.hero-brand-reveal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-brand-reveal img {
  width: 80%;
  max-width: 460px;
}

.post-header {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
  .post-header-in-layout-sidebar {
    margin-right: 434px;
  }
}
.post-list-title {
  margin-bottom: 0;
  font-size: 18px;
}

.post-title {
  max-width: 640px;
}

.post-title.post-title-center {
  margin-left: auto;
  margin-right: auto;
}

.page-header {
  padding-bottom: 30px;
}

.games-list,
.speakers-list,
.awards-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 20px;
}

@media only screen and (min-width: 768px) {
  .games-list,
  .speakers-list,
  .awards-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1rem;
  }
}
@media only screen and (min-width: 1248px) {
  .games-list,
  .speakers-list,
  .awards-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sp-games .games-list {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 540px) {
  .sp-games .games-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sp-games .game-head {
  width: 50%;
}
.sp-games img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.sp-games .game-box::before {
  content: none;
}
.sp-games .game-card-genre {
  max-height: initial;
}

.games-list-item,
.speakers-list-item,
.awards-list-item {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.games-list-item .card,
.speakers-list-item .card,
.speakers-list-item .tab-content,
.speakers-list-item .searchandfilter,
.speakers-list-item .sponsors-list-item-inner,
.awards-list-item .card,
.awards-list-item .tab-content,
.awards-list-item .searchandfilter,
.awards-list-item .sponsors-list-item-inner,
.games-list-item .tab-content,
.games-list-item .searchandfilter,
.games-list-item .sponsors-list-item-inner {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 1rem;
}

.awards-list-item .card {
  justify-content: start;
}

.games-list-item .game-card,
.speakers-list-item .game-card,
.awards-list-item .game-card {
  flex: 1;
}

.game-card {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}

.game-card-group {
  display: flex;
}

.game-card-dev-name {
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.4;
}

.game-card-title,
.speaker-card-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .game-card-title,
  .speaker-card-title {
    font-size: 18px;
  }
}
.game-card-title a,
.speaker-card-title a {
  color: #111;
}

.game-card-genre {
  line-height: 1em;
  max-height: 2em;
  overflow: hidden;
  margin-bottom: 5px;
}

.game-card-genre small {
  line-height: 1em;
  font-weight: 500;
  font-size: 11px;
}

.game-card-genre small:not(:last-child)::after {
  content: " / ";
}

.game {
  z-index: 1;
}

.game-hero-badge img {
  width: 300px;
  height: 300px;
}

.game-head {
  position: relative;
}

.game-head-label {
  position: relative;
  display: flex;
  align-items: center;
  height: 20px;
  padding: 0 4px;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bolder;
  letter-spacing: 1px;
  border-radius: 0 0 3px 3px;
  background-color: linear-gradient(90deg, #fc3e31 0%, #f2dc26 100%);
  z-index: 2;
}

.game-head-label:hover {
  color: white;
}

.game-head-label span {
  position: relative;
  top: -1px;
}

.game-head-label img {
  position: relative;
  top: -1px;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.game-head-label.bitrobots {
  background-color: #2777c4;
}

.game-head-label.bitrangers {
  background-color: #02c07e;
}

.game-head-label.bitriders {
  background-color: #f67100;
}

.game-head-label.bitsamurai {
  background-color: #e31e15;
}

.game-head-label.bitkaiju {
  background-color: #1c7774;
}

.game-genre span:not(:last-child)::after {
  content: " / ";
}

.game-box {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .game-box {
    display: block;
  }
}
.game-box:hover::before {
  transform: translate(6px, -6px);
}

.game-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, #fc3e31 0%, #f2dc26 100%);
  transition: transform 0.2s ease-in-out;
  border-radius: 3px;
}

.game-box-art {
  position: relative;
  display: block;
  width: auto;
  height: 188px;
  z-index: 3;
  border-radius: 3px 3px 0 0;
  transition: transform 0.2s ease-in-out;
}

.accolades table {
  width: 100%;
}

.accolades table thead {
  display: none;
}

.accolades table tbody > tr:nth-child(1) > td {
  padding-top: 0;
}

.accolades table tbody > tr > td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.accolades table tbody > tr > td:nth-child(1) {
  width: 60%;
}

.accolades table tbody > tr > td:nth-child(2) {
  color: rgba(17, 17, 17, 0.65);
  text-align: right;
}

.game-dev-bio {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.65);
}

@media only screen and (min-width: 768px) {
  .faq-list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
}
.faq-list-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .faq-list-item {
    margin-bottom: 3em;
  }
}
.faq-question {
  font-size: 1em;
  line-height: 24px;
  margin-bottom: 10px;
}

.faq-answer p {
  margin-top: 10px;
  color: rgba(17, 17, 17, 0.65);
}

.sponsor-section-title {
  margin-bottom: 10px;
}

.sponsor-header {
  display: flex;
  width: 100%;
}

.sponsor-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 175px;
  width: 175px;
  height: 125px;
  margin-right: 20px;
  padding: 6px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
}

.sponsor-header-logo img {
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sponsor-header-main {
  flex: 1;
}

.sponsor-header-title {
  font-size: calc(22px + 8 * (100vw - 320px) / 1120);
  margin: 0;
}

.sponsor-games-item {
  padding: 1em 0;
}

.sponsor-games-item:first-child {
  padding-top: 0;
}

.sponsor-games-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.sponsor-games-desc {
  margin: 0 0 8px;
  color: #1e1e1e;
}

.sponsor-games-foot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sponsor-games-card {
  display: flex;
}

.sponsor-games-card-image {
  flex: 0 0 220px;
  margin-right: 20px;
}

.sponsor-games-card-image img {
  border-radius: 3px;
}

.sponsor-games-card-main {
  flex: 1;
}

.sponsor-games-card .card-title {
  font-weight: bolder;
}

.sponsor-games .tag-group {
  margin-bottom: 8px;
}

.sponsor-games-date {
  margin: 0 1rem 0 0;
}

.sponsor-games-date small {
  display: block;
  font-size: 10px;
}

.sponsors {
  padding: 2em 0;
}

.sponsors-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: -14px;
}

@media only screen and (min-width: 768px) {
  .sponsors-list {
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -28px;
  }
}
.sponsors-list-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  margin-bottom: 14px;
  padding: 0 7px;
}

@media only screen and (min-width: 400px) {
  .sponsors-list-item {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors-list-item {
    flex: 0 0 25%;
    margin-bottom: 28px;
    padding: 0 14px;
  }
}
.platinium .sponsors-list-item {
  flex: 0 0 100%;
}

.bg-black {
  background-color: #000;
}

@media only screen and (min-width: 768px) {
  .platinium .sponsors-list-item {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .minor .sponsors-list-item {
    flex: 0 0 20%;
  }
  .seven .sponsors-list-item {
    flex: 0 0 25%;
    /*11%→25%*/
  }
  .partner .seven .sponsors-list-item {
    flex: 0 0 50%;
  }
}
.gold .sponsors-list-item {
  flex: 0 0 100%;
}

@media only screen and (min-width: 768px) {
  .gold .sponsors-list-item {
    flex: 0 0 33.3333%;
  }
  .new-gold .sponsors-list-item {
    flex: 0 0 20%;
  }
}
.sponsors-list-item-inner {
  position: relative;
  height: 130px;
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.2s ease;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .sponsors-list-item-inner {
    height: 130px;
  }
}
.sponsors-list-item-inner:hover {
  background-color: white;
}

@media only screen and (min-width: 768px) {
  .gold .sponsors-list-item-inner {
    height: 200px;
    max-height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .platinium .sponsors-list-item-inner {
    height: 260px;
    max-height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .minor .sponsors-list-item-inner {
    height: 120px;
    max-height: 100%;
  }
}
.sponsors-list-item-logo {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  /* position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); */
}

@media only screen and (min-width: 1248px) {
  .platinium .sponsors-list-item-logo {
    /* max-width: 400px; */
  }
}
.home .site-footer {
  margin-top: 0;
}

.home .sponsors {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .speakers-list-item {
    flex: 0 0 50%;
  }
}
.speaker-head {
  position: relative;
  text-align: center;
  margin-bottom: 16px;
}

.speaker-avatar {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(100%);
}

.speaker-card {
  text-align: left;
}

.speaker-card-title {
  text-align: center;
}

.awards-list {
  grid-row-gap: 20px;
}

.award-head {
  position: relative;
  margin-bottom: -95px;
  text-align: center;
  z-index: 3;
}

.award-head img {
  width: 180px;
}

.award-card {
  padding-top: 105px !important;
  text-align: left;
}

.award-title {
  margin-top: 0;
  font-size: 20px;
  text-transform: uppercase;
}

html[lang=ja] .award-title {
  text-transform: none;
}

.schedule-table {
  width: 100%;
}

.schedule-table .col-head {
  width: 5%;
  padding-right: 20px;
}

.schedule-table .col-track {
  width: 47.5%;
}

.schedule-table td {
  text-align: center;
}

.schedule-table thead th {
  height: 20px;
}

.schedule-table thead th span {
  text-transform: uppercase;
}

.schedule-table thead th small {
  font-weight: 500;
  color: rgba(17, 17, 17, 0.65);
}

.schedule-table tbody tr > td {
  height: 20px;
}

.schedule-table tbody tr > td time {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.schedule-table tbody tr > td:not(:first-child).bits {
  background-color: rgba(249, 106, 46, 0.1);
  border-left: 4px solid #f96a2e;
}

.schedule-table tbody tr > td:not(:first-child).bits span {
  color: #ed4b07;
}

.schedule-table tbody tr > td:not(:first-child).music {
  background-color: rgba(54, 202, 149, 0.1);
  border-left: 4px solid #36ca95;
}

.schedule-table tbody tr > td:not(:first-child).music span {
  color: #2ba277;
}

.schedule-table tbody tr > td:not(:first-child).streamer {
  background-color: rgba(118, 101, 226, 0.1);
  border-left: 4px solid #7665e2;
}

.schedule-table tbody tr > td:not(:first-child).streamer span {
  color: #503ada;
}

.schedule-table tbody tr > td:not(:first-child).partner {
  background-color: rgba(45, 155, 190, 0.1);
  border-left: 4px solid #2d9bbe;
}

.schedule-table tbody tr > td:not(:first-child).partner span {
  color: #237995;
}

.schedule-table tbody tr > td:not(:first-child).talks {
  background-color: rgba(59, 105, 194, 0.1);
  border-left: 4px solid #3b69c2;
}

.schedule-table tbody tr > td:not(:first-child).talks span {
  color: #2f549b;
}

.schedule-table tbody tr > td:not(:first-child).dev {
  background-color: rgba(240, 64, 106, 0.1);
  border-left: 4px solid #f0406a;
}

.schedule-table tbody tr > td:not(:first-child).dev span {
  color: #eb1246;
}

.schedule-table tbody tr > td:first-child {
  color: rgba(17, 17, 17, 0.65);
  vertical-align: top;
  text-align: left;
}

.schedule-table tbody tr > td:first-child span {
  font-size: 13px;
  line-height: 1;
  position: relative;
  top: -20px;
  left: -4px;
}

.schedule:first-of-type {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .schedule:not(:first-of-type) {
    margin-top: 3em;
  }
}
.schedule .post-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .schedule {
    display: flex;
    padding-top: 28px;
    padding-bottom: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .schedule-header {
    flex: 0 0 180px;
  }
  .schedule-list {
    flex: 1;
    margin-left: 60px;
  }
}
.schedule-list-item {
  align-items: flex-start;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .schedule-list-item:first-child {
    padding-top: 0;
    border-top: none;
  }
  .schedule-list-item:last-child {
    border-bottom: none;
  }
}
.schedule-list-item time {
  font-size: 20px;
  color: #f96a2e;
}

.schedule-list-item-title {
  font-size: 20px;
  margin: 0;
}

.schedule-list-item-title:not(:last-child) {
  margin: 0 0 8px;
}

.schedule-list-item-text {
  max-width: 640px;
}

.schedule-list-item .tag {
  margin-bottom: 10px;
  font-size: 11px;
}

/*2022-06-20*/
h2.new-sponsor {
  position: relative;
  text-align: center;
  font-weight: 400;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  font-size: 1.4em;
}

h2.new-sponsor:before,
h2.new-sponsor:after {
  content: "";
  border-top: #000 1px solid;
  width: 35%;
  position: absolute;
  top: 50%;
}

h2.new-sponsor:before {
  left: 0;
}

h2.new-sponsor:after {
  right: 0;
}

.side-title-wrap.new-wrap {
  margin-bottom: 1rem;
  flex-flow: row wrap;
  justify-content: center;
}

.card,
.tab-content,
.searchandfilter,
.sponsors-list-item-inner.new-inner {
  box-shadow: none;
}

a.sponsors-list-item-inner.event-none {
  pointer-events: none;
}

.partner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

.partner .kyousai,
.partner .shusai {
  flex: 0 0 50%;
  margin-top: 0;
  padding: 0 4rem;
}

.organizer {
  flex: 0 0 50%;
  margin-top: 0 !important;
} /*もともとなかった*/
.button-area {
  display: flex;
  flex-flow: row wrap;
}

.button-area > p {
  flex: 0 0 50%;
  padding: 1rem;
  max-height: 150px;
  margin: 0;
}

.button-area > div {
  flex: 0 0 50%;
  padding: 1rem;
  max-height: 150px;
  margin: 0;
}

a.ticket-btn {
  padding: 15px;
  color: #fff;
  background: #ed72da;
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
a.ticket-btn.blue-btn {
  background: #5460c5;
}

/*会場マップ*/
.map-img {
  text-align: center;
}

/*.acordion{
  display: none;
}*/
.list_box {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}

.list_box a {
  color: #fff;
}

.list_box .leftbox .item:hover {
  background-color: #fd9dfa;
}

.list_box .rightbox .item:hover {
  background-color: #95d6fb;
}

.list_box .leftbox,
.list_box .rightbox {
  flex: 0 0 50%;
  padding: 10px;
}

.list_box .item {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 14px;
  color: #555;
  border-bottom: 0.5px solid #ddd;
}

[class*=list] .item div:nth-of-type(1) {
  width: 15%;
  padding: 5px;
}

.two_list .item div:nth-of-type(2) {
  width: 85%;
  padding: 5px;
}

.three_list .item div:nth-child(n+2) {
  width: 42.5%;
  padding: 5px;
}

.four_list .item div:nth-child(n+2) {
  width: 28.3333333333%;
  padding: 5px;
}

.list_box .title {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  padding-left: 5px;
  margin-top: 5px;
  cursor: pointer;
  position: relative;
}

.list_box .title::after,
.list_box .title::before {
  content: "";
  position: absolute;
  right: 7px;
  top: 46%;
  border-top: #fff 3px solid;
  width: 15px;
}

.list_box .title::before {
  transition: all ease 0.3s;
}

.list_box .title.close::before {
  transform: rotate(90deg);
}

.list_box .leftbox .title {
  background-color: #009ffb;
}

.list_box .rightbox .title {
  background-color: #009ffb;
}

.list_box .leftbox [class*=list] {
  background-color: transparent;
}

.list_box .rightbox [class*=list] {
  background-color: transparent;
}

.list_box .name {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  pointer-events: none;
}

.list_box .leftbox .name {
  background-color: #009ffb;
}

.list_box .rightbox .name {
  background-color: #009ffb;
}

.list_box .text {
  padding: 10px;
}

.list_box .text p {
  font-size: 14px;
  line-height: 1.5;
}

.list_box .leftbox .text {
  background-color: #dbf68d;
}

.list_box .rightbox .text {
  background-color: #f4ff93;
}

.container.venue-width {
  max-width: none;
}

.develop-cont,
.sponsor-cont,
.messeage-cont {
  max-width: 1999px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  h2.new-sponsor {
    font-size: 22px;
  }
  a.ticket-btn {
    font-size: 14px;
  }
  .button-area > p {
    flex: 0 0 100%;
    padding: 1rem;
    max-height: 150px;
    margin: 0;
  }
  .button-area > div {
    flex: 0 0 100%;
    padding: 1rem;
    max-height: 150px;
    margin: 0;
  }
  .partner .kyousai,
  .partner .shusai {
    flex: 0 0 50%;
    margin-top: 0;
    padding: 0 1rem;
  }
  .minor .sponsors-list-item {
    flex: 0 0 50%;
  }
  .seven .sponsors-list-item {
    flex: 0 0 50%;
  }
  .partner .seven .sponsors-list-item {
    flex: 0 0 100%;
  }
}
@media (max-width: 540px) {
  .list_box {
    flex-flow: column;
  }
  .list_box .title::after,
  .list_box .title::before {
    top: 44%;
  }
}
.inner_title {
  width: 100% !important;
  color: #000;
  font-weight: bold;
}

.platinum_title {
  background-color: #fcfce9;
}

.gold_title {
  background-color: #bd9012;
  color: #fff;
}

.silver_title {
  background-color: #568296;
  color: #fff;
}

.bronze_title {
  background-color: #ed6e01;
  color: #fff;
}

.gamejam_title {
  background-color: #41eeb2 !important;
}

/*2024-04-25追記*/
.about_ticket {
  background-color: #feefed;
  padding: 30px 15px;
}

.ta_center {
  text-align: center;
}

.middle_txt {
  font-size: 1.4rem;
  font-weight: 400;
}

.detail_txt {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-indent: -14px;
  padding-left: 14px;
}

.hr_defo {
  border-bottom: 1.5px solid #888;
}

.pink {
  color: #ec008c;
}

.buy_ticket {
  background-color: #fff5d4;
  padding: 30px 15px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.price_layout {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
.price_layout .item {
  width: 30%;
  background-color: #ffdb61;
  padding: 9px 22px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 540px) {
  .price_layout .item {
    width: 85%;
  }
}
.price_layout .item p {
  text-align: center;
  margin: 0;
}
.price_layout .item p:nth-of-type(1) {
  border-bottom: 1px solid #000;
  line-height: 1.4;
  padding-bottom: 8px;
}
.price_layout .item p:nth-of-type(2) {
  margin-top: 8px;
  font-weight: bold;
}
.price_layout .item p:nth-of-type(2) span {
  font-size: 22px;
}

.ticket_btn2 {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  background-color: #0a94f8;
  color: white;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.ticket_btn2:hover {
  color: #fff;
  opacity: 0.8;
}

.guide_line p {
  background-color: #eee;
  padding: 15px;
  font-size: 14px;
}
.guide_line h4 {
  text-align: center;
}

.orange {
  color: #f96a2e;
}

.df_row p {
  display: flex;
  flex-flow: row;
  padding: 0;
}
.df_row p > span {
  width: calc(100% - 80px);
  padding: 10px;
}
.df_row p span.left_title {
  width: 80px;
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: #fff5d4;
  justify-content: center;
}
.df_row p .detail_txt {
  display: inline;
}

.floor1,
.floor3 {
  display: none;
}
.floor1.active,
.floor3.active {
  display: block;
}

.tab_btn {
  font-size: 32px;
  font-weight: bold;
  width: 160px;
  display: block;
  border: #f96a2e solid 3px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  transition: all ease 0.5s;
  color: #f96a2e;
  cursor: pointer;
}
.tab_btn.active {
  background-color: #f96a2e;
  color: #fff;
}

.tab_btn_cont {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  gap: 30px;
  max-width: 600px;
  margin: 0 auto 3rem;
}

.download {
  font-size: 22px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border: #f96a2e solid 3px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  transition: all ease 0.5s;
  color: #f96a2e;
}
.download:hover {
  background-color: #f96a2e;
  color: #fff;
}

.booth_layout {
  margin: 30px 0;
}
.booth_layout .item {
  background-color: #eee;
  margin: 10px 0;
  padding: 9px 22px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 540px) {
  .booth_layout .item {
    width: 85%;
  }
}
.booth_layout .item p {
  margin: 0;
}
.booth_layout .item p:nth-of-type(1) {
  border-bottom: 1px solid #000;
  line-height: 1.4;
  padding-bottom: 8px;
  font-weight: bold;
}
.booth_layout .item p:nth-of-type(2) {
  margin-top: 8px;
}
.booth_layout .item p:nth-of-type(2) span {
  font-size: 22px;
}

.contact_btn {
  display: block;
  padding: 10px 60px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  background-color: #0a94f8;
  color: white;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.contact_btn:hover {
  color: #fff;
  opacity: 0.8;
}

.cs_text {
  text-align: center;
  background-color: #fff;
  padding: 40px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 8px;
}

.dev .game-head {
  width: 150px;
  height: 188px;
}
.dev .game-head .game-box-art {
  width: 100%;
  height: 188px;
  -o-object-fit: cover;
     object-fit: cover;
}

.food-area {
  background: #fff;
}
.food-area figure img {
  display: block;
  margin: 0 auto;
}
.food-area .stmp-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.food-area h2 {
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: bold;
}
.food-area .food-item {
  margin-bottom: 3em;
}
.food-area .food-item .shop-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.food-area .food-item .orange {
  color: #f7941d;
}
.food-area .food-item .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.food-area .food-item .content .text-block {
  flex: 1 1 50%;
}
.food-area .food-item .content .text-block p {
  line-height: 1.7;
  font-size: 0.95em;
}
.food-area .food-item .content .text-block p a {
  color: #3366cc;
  text-decoration: underline;
}
.food-area .food-item .content .image-block {
  flex: 1 1 50%;
  text-align: center;
}
.food-area .food-item .content .image-block img {
  max-width: 100%;
  height: auto;
}

.afterparty {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}
.afterparty .description {
  margin-bottom: 2rem;
}
.afterparty .contents {
  margin-bottom: 2rem;
}
.afterparty h2 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.afterparty p {
  margin-bottom: 1em;
}
.afterparty .info {
  background-color: #fff5d4;
  padding: 1.5rem;
  margin-bottom: 5rem;
}
.afterparty .info ul {
  list-style: none;
  padding-left: 0;
}
.afterparty .info ul li strong {
  display: inline-block;
}
.afterparty .note ul {
  list-style: none;
  padding-left: 0;
}
.afterparty .note ul li {
  margin-bottom: 0.5em;
}
@media (max-width: 540px) {
  .afterparty h2.new-sponsor:before,
  .afterparty h2.new-sponsor:after {
    width: 15%;
  }
}
.afterparty .sp {
  display: none;
}
@media (max-width: 540px) {
  .afterparty .sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */