@charset "UTF-8";
.smkt2022-top .layer_board_bg,
.smkt2022-top .layer_board {
  position: absolute; }
.smkt2022-top .layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background: #000; }
.smkt2022-top .layer_board {
  display: none;
  width: 70%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2000; }
  .smkt2022-top .layer_board p {
    margin-bottom: 1rem; }
    .smkt2022-top .layer_board p video {
      width: 100%; }
  .smkt2022-top .layer_board .btn_close {
    display: inline-block;
    text-decoration: none;
    background: #fff;
    color: #000;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 45px; }
.smkt2022-top main #contents {
  width: 100%;
  background: url("../img/bg_content.jpg") center 0 repeat-y;
  background-size: cover;
  padding: 100px 0; }
  .smkt2022-top main #contents #event-logo {
    width: 70%;
    margin: 0 auto 100px; }
  .smkt2022-top main #contents #topics h2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: bold; }
    .smkt2022-top main #contents #topics h2:before, .smkt2022-top main #contents #topics h2:after {
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%);
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      content: "";
      width: calc(50% - 134px);
      height: 40px; }
    .smkt2022-top main #contents #topics h2:before {
      left: 0;
      background: url("../img/bg_topics-logo.jpg") right center repeat-x;
      background-size: contain; }
    .smkt2022-top main #contents #topics h2:after {
      right: 0;
      background: url("../img/bg_topics-logo.jpg") left center repeat-x;
      background-size: contain; }
  .smkt2022-top main #contents #topics ul {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 2rem; }
    .smkt2022-top main #contents #topics ul li {
      font-size: 16px;
      padding: 2em 0;
      border-bottom: 1px solid #000;
      display: table;
      width: 100%; }
      .smkt2022-top main #contents #topics ul li span {
        display: table-cell;
        line-height: 1.8;
        font-weight: bold;
        width: 9em; }
      .smkt2022-top main #contents #topics ul li a {
        display: table-cell; }
  .smkt2022-top main #contents #link-area {
    max-width: 1100px;
    width: 94%;
    margin: 0 auto; }
    .smkt2022-top main #contents #link-area ul {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .smkt2022-top main #contents #link-area ul li {
        width: 48%;
        margin: 4rem auto 0; }
        .smkt2022-top main #contents #link-area ul li a {
          width: 100%;
          display: block; }
        .smkt2022-top main #contents #link-area ul li.end {
          position: relative; }
          .smkt2022-top main #contents #link-area ul li.end::after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: inline-block;
            content: "終了いたしました";
            width: 90%;
            background: rgba(0, 0, 0, 0.8);
            text-align: center;
            font-weight: bold;
            font-size: 1.4rem;
            padding: .5em 0;
            color: #fff; }
  .smkt2022-top main #contents #coming-soon {
    width: 30%;
    margin: 4rem auto 0; }

@media screen and (max-width: 768px) {
  .smkt2022-top .layer_board {
    width: 90%; } }
@media screen and (max-width: 640px) {
  .smkt2022-top main #contents {
    background: url("../img/bg_content.jpg") center 0 repeat-y;
    background-size: contain;
    padding: 40px 0 80px; }
    .smkt2022-top main #contents #event-logo {
      width: 90%;
      margin: 0 auto 40px; }
    .smkt2022-top main #contents #topics h2 {
      font-size: 1.4rem; }
      .smkt2022-top main #contents #topics h2:before, .smkt2022-top main #contents #topics h2:after {
        width: calc(50% - 100px);
        height: 20px; }
    .smkt2022-top main #contents #topics ul {
      padding: 1em 2em; }
      .smkt2022-top main #contents #topics ul li {
        font-size: 14px;
        display: block; }
        .smkt2022-top main #contents #topics ul li span {
          display: block;
          margin: 0 0 1em; }
        .smkt2022-top main #contents #topics ul li a {
          display: block; }
    .smkt2022-top main #contents #link-area ul {
      display: block;
      margin: 4rem auto 0; }
      .smkt2022-top main #contents #link-area ul li {
        width: 100%;
        margin: 2rem auto 0; }
        .smkt2022-top main #contents #link-area ul li.end::after {
          font-size: 1.1rem; }
    .smkt2022-top main #contents #coming-soon {
      width: 50%; } }

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