@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Lato:wght@400;600;700&display=swap);
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
a {
  color: #0790d8;
  transition: 0.15s ease-out;
}
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
@font-face {
  font-family: icons;
  src: url("../media/files/fonts/icons.woff2") format("woff2"), url("../media/files/fonts/icons.woff") format("woff");
}
* {
  font-family: Lato, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (max-width: 576px) {
  * {
    font-family: sans-serif;
  }
}
html {
  font-size: 93.75%;
  line-height: 1.5;
  color: #444;
}
i {
  font-family: icons;
  font-size: 21px;
  font-style: normal;
  line-height: 1;
  vertical-align: middle;
}
.card {
  display: block;
  color: #fff;
  background-color: #444;
  border-radius: 14px 14px 6px 6px;
  transition: background-color 0.15s ease-out;
}
.card:hover {
  background-color: #111;
}
.card__header img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.card__body {
  height: 4em;
  padding: 16px 16px 0 16px;
  font-size: 0.875rem;
}
.card__footer {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.card__time, .card__counter {
  margin: 0 8px 0 0;
  font-size: 0.875rem;
}
.button {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
  background-color: #0790d8;
  border-radius: 40px;
}
@media (hover: hover) {
  .button {
    transition: background-color 0.15s ease-out;
  }
  .button:hover {
    background-color: #0677b3;
  }
}
.button--hidden {
  display: none;
}
.button--icon {
  justify-content: center;
  width: 40px;
}
.button--small {
  height: 35px;
  font-size: 0.8rem;
}
.button--smallIcon {
  justify-content: center;
  width: 35px;
  height: 35px;
}
.button--globalNav {
  position: relative;
  width: 40px;
}
.button--globalNav span {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 40%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
  transition: all 0.25s;
}
.button--globalNav span:nth-of-type(1) {
  top: calc(35% - 1px);
}
.button--globalNav span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.button--globalNav span:nth-of-type(3) {
  top: calc(65% - 1px);
}
.button--globalNav--open span:nth-of-type(1) {
  transform: translateY(6px) rotate(135deg);
}
.button--globalNav--open span:nth-of-type(2) {
  opacity: 0;
}
.button--globalNav--open span:nth-of-type(3) {
  transform: translateY(-6px) rotate(-135deg);
}
.button i {
  color: #fff;
}
.globalNav {
  background-color: #0790d8;
  position: fixed;
  top: 70px;
  z-index: 4;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: calc(100vh - 70px);
}
.globalNav--open {
  display: flex;
}
.globalNav ul:first-child {
  padding: 0;
  margin: 0;
  border-top: none;
}
.globalNav ul {
  display: flex;
  flex-wrap: wrap;
  width: 70vw;
  padding: 32px 0 0;
  margin: 32px 0 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.globalNav ul li {
  width: 50%;
  padding: 8px;
}
.globalNav ul li a {
  display: flex;
  align-items: center;
  transition: color 0.15s ease-out;
}
.globalNav ul li a:hover {
  color: #ccc;
}
.globalNav ul li a i {
  margin: 0 8px 0 0;
  font-size: 24px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 980px;
  height: 70px;
  line-height: 0;
}
.header--fullHeight {
  position: absolute;
  z-index: 3;
}
.header__logo img {
  height: 38px;
}
.header__nav {
  display: flex;
  align-items: center;
  width: 300px;
  margin: 0 16px;
}
.header__nav--right {
  justify-content: right;
}
.header__nav--right .button {
  margin: 0 0 0 8px;
}
.footer {
  background-color: #254069;
}
.footer--home, .footer--category {
  position: fixed;
  bottom: 0;
  width: auto;
}
.footer--home {
  left: 50%;
  background-color: rgba(0, 0, 0, 0);
  transform: translateX(-50%);
}
.footer--home .footer__copyright {
  line-height: 32px;
  color: #fff;
}
.footer--category {
  width: 100vw;
}
.footer--category .footer__copyright {
  line-height: 32px;
  color: #fff;
}
.footer__copyright {
  width: fit-content;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 48px;
  color: #fff;
}
.fullHeight {
  position: absolute;
  width: 100%;
  min-width: 980px;
  height: 100%;
  min-height: 670px;
  overflow: hidden;
}
.fullHeight__content {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
}
body {
  visibility: hidden;
}
body.onload {
  visibility: visible;
}
.arena__video {
  position: absolute;
}
.arena__pinContainer--hidden {
  display: none;
}
.arena__pin {
  position: absolute;
  display: grid;
  place-content: center;
  width: 200px;
  height: 112px;
  color: #fff;
  cursor: pointer;
  border: 1px solid red;
}
.arena__pin:hover {
  background-color: red;
}
.arena__pin--specialevent {
  top: 500px;
  left: 860px;
}
.arena__pin--csd {
  top: 570px;
  left: 300px;
}
.arena__pin--csdmaker {
  top: 400px;
  left: 350px;
}
.arena__pin--ict {
  top: 570px;
  left: 1420px;
}
.arena__pin--ictmaker {
  top: 400px;
  left: 1320px;
}
.arena__pin--info {
  top: 831px;
  left: 860px;
}
.arena__pin--promotion {
  top: 230px;
  left: 560px;
}
.arena__pin--recruit {
  top: 230px;
  left: 1160px;
}
.arena__pin--hidden {
  display: none;
}
.panel {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: saturate(180%) blur(10px);
  position: absolute;
  display: none;
  width: 100%;
  min-width: 980px;
  height: 100%;
  min-height: 670px;
}
.panel--shown {
  display: block;
}
.panel__content {
  position: absolute;
  inset: 0;
  top: 118px;
  display: none;
  grid-template-rows: auto 1fr 48px;
  width: 80vw;
  min-width: 980px;
  max-width: 1100px;
  margin: auto;
}
.panel__content h1 {
  width: fit-content;
  padding: 0 2px;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 4px solid #0790d8;
}
.panel__content h2 {
  padding: 8px;
  margin: 48px auto 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  border: 1px solid #254069;
  border-radius: 6px;
}
.panel__content h2:first-child {
  margin: 0 auto;
}
.panel__content--shown {
  display: grid;
}
.panel__body {
  padding: 0 24px;
  margin: 48px 0 0 0;
  overflow-y: auto;
}
.panel__body::-webkit-scrollbar {
  width: 12px;
}
.panel__body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.panel__body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border: 1px solid #a0a0a0;
  border-radius: 12px;
}
.panel__cardList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
  margin: 24px 0 0;
}
.panel__cardList:first-child {
  margin: 0 auto;
}
.backButton {
  position: absolute;
  top: 94px;
  right: 16px;
}
.skipButton {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.counter {
  position: fixed;
  top: 110px;
  right: 16px;
  width: 180px;
}
.counter__total, .counter__today, .counter__now {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: saturate(180%) blur(10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  margin: 1px 0 0;
  font-size: 0.875rem;
  line-height: 42px;
}
.counter__total {
  border-radius: 6px 6px 0 0;
}
.counter__now {
  border-radius: 0 0 6px 6px;
}
.counter__label {
  display: block;
  margin: 0 8px 0 0;
}
.counter__number {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0790d8;
}
.counter__number--total {
  color: #f36d00;
}
.headlineChanger {
  position: fixed;
  bottom: 16px;
  left: 16px;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-gap: 1px;
  width: 320px;
  height: 160px;
  border-radius: 10px 10px 6px;
}
.headlineChanger__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  background-color: #ccc;
  border-radius: 10px 6px 0 0;
}
.headlineChanger__header h1 {
  width: fit-content;
  padding: 0 8px;
  font-size: 0.8rem;
  line-height: 30px;
  color: #fff;
  background-color: #f36d00;
  border-radius: 6px 0 0 0;
}
.headlineChanger__header__counter {
  margin: 0 8px 0 0;
  font-size: 0.8rem;
  line-height: 30px;
}
.headlineChanger__list {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: saturate(180%) blur(10px);
  position: relative;
  border-radius: 0 0 6px 6px;
}
.headlineChanger__list__item {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 16px);
  padding: 0 8px 0 0;
  margin: 8px;
  overflow-y: auto;
  font-size: 0.875rem;
}
.headlineChanger__list__item::-webkit-scrollbar {
  width: 12px;
}
.headlineChanger__list__item::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.headlineChanger__list__item::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border: 1px solid #a0a0a0;
  border-radius: 12px;
}
.headlineChanger__list__item a {
  display: block;
}
.headlineChanger__list__item a:hover {
  opacity: 0.6;
}
.headlineChanger__list__item--hidden {
  display: none;
}
.hiddenTarget--hidden {
  display: none;
}
/*# sourceMappingURL=./home.css.map */