@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800");
.index_title_area {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .index_title_area .background_ins {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%; }
  .index_title_area .contents_layout {
    position: relative;
    width: 100%;
    height: 100%; }
  .index_title_area .title_area {
    position: relative;
    text-align: center;
    padding: 6em 0;
    max-width: 750px;
    margin: 0 auto; }
    @media screen and (max-width: 999px) {
      .index_title_area .title_area {
        padding: 4em 0; } }
    @media screen and (max-width: 599px) {
      .index_title_area .title_area {
        padding: 3em 0; } }
    .index_title_area .title_area h1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
      .index_title_area .title_area h1 img {
        width: 90%; }
    .index_title_area .title_area .new_2021 {
      width: 90%;
      margin: 2em auto 0;
      background: #fff;
      padding: 1em;
      text-align: center; }
      @media screen and (max-width: 699px) {
        .index_title_area .title_area .new_2021 {
          padding: 1em; } }
      .index_title_area .title_area .new_2021 .days {
        font-weight: bold;
        color: #f00;
        border-bottom: 2px solid #f00;
        font-size: 1.25em; }
        @media screen and (max-width: 767px) {
          .index_title_area .title_area .new_2021 .days {
            font-size: 1.25em; } }
        @media screen and (max-width: 349px) {
          .index_title_area .title_area .new_2021 .days {
            font-size: 1em; } }
        .index_title_area .title_area .new_2021 .days span {
          font-size: 200%; }
          .index_title_area .title_area .new_2021 .days span.kt {
            font-size: 135%; }
          @media screen and (max-width: 699px) {
            .index_title_area .title_area .new_2021 .days span.kt {
              margin-top: 0.125em;
              display: block; }
            .index_title_area .title_area .new_2021 .days span.sr {
              font-size: 135%; } }
          @media screen and (max-width: 499px) {
            .index_title_area .title_area .new_2021 .days span {
              font-size: 150%; } }
      .index_title_area .title_area .new_2021 .place {
        margin-top: 1em; }
        .index_title_area .title_area .new_2021 .place a {
          color: #333; }
        @media screen and (max-width: 499px) {
          .index_title_area .title_area .new_2021 .place span {
            display: block;
            margin-top: 0.25em; } }
      .index_title_area .title_area .new_2021 .detail {
        margin-top: 0.5em;
        font-size: 0.875em; }
      .index_title_area .title_area .new_2021 .contact {
        margin-top: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .index_title_area .title_area .new_2021 .contact a {
          color: #fff;
          display: block;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
          background-image: -webkit-linear-gradient(top, #555 0%, #000 100%);
          background-image: -o-linear-gradient(top, #555 0%, #000 100%);
          background-image: linear-gradient(to bottom, #555 0%, #000 100%);
          padding: 0.5em 1.5em;
          font-size: 1.25em;
          border-radius: 2.25em; }
    .index_title_area .title_area .cancellation {
      width: 90%;
      margin: 1em auto 0;
      background: #fff;
      padding: 1.5em;
      text-align: left; }
      .index_title_area .title_area .cancellation h2 {
        font-size: 1.25em;
        font-weight: bold;
        border-bottom: 1px solid #000;
        padding-bottom: 0.5em; }
      .index_title_area .title_area .cancellation p {
        font-size: 0.875em;
        line-height: 1.5;
        margin-top: 0.75em; }
        .index_title_area .title_area .cancellation p.len {
          margin-top: 1.5em; }
  .index_title_area .closing_msg {
    color: #fff;
    margin-top: 1em;
    font-size: 1.325em;
    line-height: 1.5; }
    @media screen and (max-width: 599px) {
      .index_title_area .closing_msg {
        font-size: 1.125em;
        margin: 1em 1.5em; }
        .index_title_area .closing_msg br {
          display: none; } }
    @media screen and (max-width: 349px) {
      .index_title_area .closing_msg {
        font-size: 1em; } }
  .index_title_area .dbg_icon {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0), to(#ffd800));
    background-image: -webkit-linear-gradient(top, #ff0 0%, #ffd800 100%);
    background-image: -o-linear-gradient(top, #ff0 0%, #ffd800 100%);
    background-image: linear-gradient(to bottom, #ff0 0%, #ffd800 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 1000px) {
      .index_title_area .dbg_icon {
        position: absolute;
        top: 45px;
        right: -120px;
        width: 200px;
        height: 200px;
        border-radius: 200px; } }
    @media screen and (max-width: 999px) {
      .index_title_area .dbg_icon {
        margin: 1em 1em 0;
        border-radius: 6px;
        padding: 0.75em 2em; } }
    @media screen and (max-width: 599px) {
      .index_title_area .dbg_icon {
        width: 75%;
        max-width: 400px;
        padding: 0.75em 0; } }
    .index_title_area .dbg_icon a {
      font-size: 2em;
      display: block;
      color: #000;
      font-weight: bold; }
      .index_title_area .dbg_icon a p.r2 {
        font-size: 1rem;
        margin-top: 0.5em; }
      .index_title_area .dbg_icon a p.r3 {
        font-size: 0.9375rem;
        margin: 0.5em 0 0.25em; }
      @media screen and (max-width: 999px) {
        .index_title_area .dbg_icon a {
          font-size: 1.5em;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .index_title_area .dbg_icon a br {
            display: none; }
          .index_title_area .dbg_icon a p.r2 {
            font-size: 1rem;
            margin-top: 0em;
            margin-left: 0.5em; }
          .index_title_area .dbg_icon a p.r3 {
            margin-right: 0.5em; } }
      @media screen and (max-width: 599px) {
        .index_title_area .dbg_icon a {
          font-size: 1.5em;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .index_title_area .dbg_icon a p {
            width: 100%;
            margin: 0; }
            .index_title_area .dbg_icon a p.r2 {
              margin: 0.325em 0 0.25em; } }
      @media screen and (max-width: 399px) {
        .index_title_area .dbg_icon a {
          font-size: 1.125em; } }
      .index_title_area .dbg_icon a:hover {
        opacity: 0.5; }
  .index_title_area .column_visitor_reservation_app {
    height: 100%;
    padding: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4em 0; }
    @media screen and (max-width: 599px) {
      .index_title_area .column_visitor_reservation_app {
        padding: 2em 0; } }
    .index_title_area .column_visitor_reservation_app.app_reservation_set {
      background-color: rgba(239, 92, 78, 0.3); }
    .index_title_area .column_visitor_reservation_app.app_exhibition_set {
      background-color: rgba(41, 171, 226, 0.3); }
    .index_title_area .column_visitor_reservation_app.app_preorder_set {
      background-color: rgba(79, 134, 157, 0.5); }
    .index_title_area .column_visitor_reservation_app .fd_ins {
      width: 100%; }
      .index_title_area .column_visitor_reservation_app .fd_ins .eff,
      .index_title_area .column_visitor_reservation_app .fd_ins .normal_int {
        font-size: 1em;
        line-height: 1.5; }
        @media screen and (max-width: 599px) {
          .index_title_area .column_visitor_reservation_app .fd_ins .eff,
          .index_title_area .column_visitor_reservation_app .fd_ins .normal_int {
            font-size: 0.875em; } }
      .index_title_area .column_visitor_reservation_app .fd_ins .eff.by135 {
        font-size: 135%; }
      .index_title_area .column_visitor_reservation_app .fd_ins .app_button a {
        margin: 0.75rem auto 1rem;
        font-size: 1.5em;
        max-width: 600px; }
        @media screen and (max-width: 449px) {
          .index_title_area .column_visitor_reservation_app .fd_ins .app_button a {
            margin: 0.75rem auto;
            font-size: 1.125em; } }
      .index_title_area .column_visitor_reservation_app .fd_ins .sub_int a {
        font-size: 1em; }
    .index_title_area .column_visitor_reservation_app a {
      color: #fff; }

.report_wrap {
  margin: 2em 0; }
  .report_wrap h3 {
    font-size: 1.125em;
    color: #000;
    margin-bottom: 1.5em;
    text-align: center;
    border: solid #000;
    border-width: 1px 0;
    padding: 0.75em 0; }
    @media screen and (max-width: 599px) {
      .report_wrap h3 span {
        display: none; } }
  .report_wrap .repo_days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .report_wrap .repo_days .repo_one {
      text-align: center;
      width: 30%;
      margin: 0 8px;
      border: 1px solid #999;
      background: #fff; }
      .report_wrap .repo_days .repo_one .days {
        background: #090;
        color: #fff;
        padding: 0.325em 0;
        font-size: 1.25em; }
        .report_wrap .repo_days .repo_one .days .min {
          font-size: 75%;
          padding: 0 1px; }
      .report_wrap .repo_days .repo_one .number {
        color: #090;
        font-size: 2.25em;
        margin: 0.75em 0 0.25em; }
        .report_wrap .repo_days .repo_one .number .min {
          font-size: 40%; }
      .report_wrap .repo_days .repo_one .sub_info {
        margin-bottom: 1em;
        line-height: 1.5; }
      .report_wrap .repo_days .repo_one.total .days {
        background: #ef5c4e; }
      .report_wrap .repo_days .repo_one.total .number {
        color: #ef5c4e; }
    @media screen and (max-width: 767px) {
      .report_wrap .repo_days {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .report_wrap .repo_days .repo_one {
          width: calc(100% - 1em);
          margin: 0 auto 8px; }
          .report_wrap .repo_days .repo_one .number {
            margin: 0.325em 0 0.125em; }
          .report_wrap .repo_days .repo_one .sub_info {
            margin-bottom: 0.5em; } }
  .report_wrap .goto_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .report_wrap .goto_page a {
      display: block;
      background: #000;
      color: #fff;
      margin: 1em auto 0;
      font-size: 1.5em;
      padding: 0.5em 1em;
      border-radius: 2.75em;
      width: 90%;
      max-width: 15em;
      text-align: center; }
      @media screen and (max-width: 599px) {
        .report_wrap .goto_page a {
          margin-bottom: 0; } }
      .report_wrap .goto_page a:before {
        display: none;
        content: "\f0a9";
        font-family: "Font Awesome 5 Solid"; }
      .report_wrap .goto_page a:hover {
        opacity: 0.7; }

.column_pack {
  padding: 5em 0; }
  @media screen and (max-width: 999px) {
    .column_pack {
      padding: 3em 0; } }

.column_pack.column_visitor_reservation_app {
  padding: 4em 0; }
  @media screen and (max-width: 599px) {
    .column_pack.column_visitor_reservation_app {
      padding: 2em 0; } }

.column_bg_color01 {
  background: #f3f3f3; }

.column_title {
  text-align: center; }
  .column_title h2 {
    font-size: 2.75em;
    font-family: 'Raleway', sans-serif;
    font-weight: 800; }
    @media screen and (max-width: 999px) {
      .column_title h2 {
        font-size: 2.5em; } }
    @media screen and (max-width: 599px) {
      .column_title h2 {
        font-size: 2em; } }
  .column_title p {
    margin-top: 0.25em; }

h3.conf_hd {
  margin-top: 2em;
  background: #f76f0d;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  padding: 0.75em;
  border-radius: 1.25em; }
  @media screen and (max-width: 999px) {
    h3.conf_hd {
      border-radius: 6px;
      font-size: 1.25em; } }
  @media screen and (max-width: 599px) {
    h3.conf_hd {
      font-size: 1.125em; } }

.triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f76f0d transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  margin-bottom: 1em; }

ul.index_conf_thumb_06 {
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  ul.index_conf_thumb_06 li {
    border: 1px solid #ccc;
    width: calc(50% - 2em);
    margin: 1em;
    padding: 0;
    position: relative; }
    @media screen and (max-width: 999px) {
      ul.index_conf_thumb_06 li {
        width: 100%;
        margin: 0.75em 0; } }
    ul.index_conf_thumb_06 li a {
      display: block;
      color: #333; }
      ul.index_conf_thumb_06 li a:hover {
        opacity: 0.5; }
  ul.index_conf_thumb_06 .num2 {
    background: #e8e6da;
    color: #763405;
    padding: 0.75em 0.75em;
    font-weight: bold;
    font-size: 1.125em;
    text-align: center;
    text-shadow: 1px 1px 1px white; }
  ul.index_conf_thumb_06 .pd_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75em; }
  ul.index_conf_thumb_06 .ph {
    width: 28%;
    margin-right: 0.75em;
    position: relative; }
    @media screen and (min-width: 600px) and (max-width: 999px) {
      ul.index_conf_thumb_06 .ph {
        max-width: 120px; } }
    ul.index_conf_thumb_06 .ph:before {
      content: "";
      display: block;
      padding-top: 100%;
      background: #fff; }
    ul.index_conf_thumb_06 .ph .ins {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      overflow: hidden; }
    ul.index_conf_thumb_06 .ph img {
      width: 100%; }
  ul.index_conf_thumb_06 .data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.25em; }
  ul.index_conf_thumb_06 .ci_badge {
    display: block;
    float: left;
    width: 3em;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin-right: 0.25em;
    font-size: 0.825em;
    line-height: 1.125rem; }
    @media screen and (max-width: 599px) {
      ul.index_conf_thumb_06 .ci_badge {
        font-size: 0.75em;
        line-height: 1rem;
        padding: 0; } }
  ul.index_conf_thumb_06 .main {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: bold; }
  ul.index_conf_thumb_06 .sub {
    font-size: 0.875em;
    margin-top: 0.125em;
    font-weight: bold; }
    ul.index_conf_thumb_06 .sub:before, ul.index_conf_thumb_06 .sub:after {
      content: "〜"; }
    ul.index_conf_thumb_06 .sub:empty:before, ul.index_conf_thumb_06 .sub:empty:after {
      content: ""; }
  ul.index_conf_thumb_06 .name {
    font-size: 1.125em;
    margin-top: 0.5em;
    font-weight: bold; }
    ul.index_conf_thumb_06 .name:after {
      content: "氏";
      font-size: 65%;
      margin-left: 0.25em; }
    ul.index_conf_thumb_06 .name.none_uji:after {
      content: ""; }
    ul.index_conf_thumb_06 .name .msyksphinz_end {
      font-size: 70%;
      margin-left: 0.5em;
      font-weight: normal; }
  ul.index_conf_thumb_06 .post {
    font-size: 0.825em;
    margin-top: 0.25em; }
  ul.index_conf_thumb_06 .c_link a {
    margin-top: 0.5em;
    display: block;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
    background-image: -webkit-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
    background-image: -o-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    padding: 0.5em;
    font-size: 1em;
    text-align: center;
    color: #333;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff; }
    ul.index_conf_thumb_06 .c_link a:hover {
      opacity: 0.7; }

.colorLabel-k,
.groupLbel-k a {
  background: #f76f0d; }

.lim_conf a {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#5dc8d5), to(#00aad8));
  background: -webkit-linear-gradient(top, #5dc8d5 0%, #00aad8 100%);
  background: -o-linear-gradient(top, #5dc8d5 0%, #00aad8 100%);
  background: linear-gradient(to bottom, #5dc8d5 0%, #00aad8 100%);
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
  width: 90%;
  max-width: 600px;
  margin: 0.5em auto 0;
  padding: 0.75em 0;
  font-size: 1.25em;
  border-radius: 2.75em; }
  @media screen and (max-width: 599px) {
    .lim_conf a {
      font-size: 1em;
      border-radius: 6px; } }
  @media screen and (max-width: 349px) {
    .lim_conf a {
      width: 100%;
      font-size: 0.875em; } }

.concept_bg {
  background-image: url(../about/images/concept_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.concept_sum .concept_title {
  padding: 3em 0 0;
  text-align: center; }
  @media screen and (max-width: 599px) {
    .concept_sum .concept_title {
      padding: 2em 0 0; } }
  .concept_sum .concept_title img {
    width: 100%;
    max-width: 700px; }

.concept_sum .goto_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .concept_sum .goto_page a {
    display: block;
    background: rgba(45, 77, 129, 0.8);
    border: 2px solid white;
    color: #fff;
    font-size: 1.25em;
    padding: 0.75em 1em;
    border-radius: 2.75em;
    margin: 1em auto;
    width: 90%;
    max-width: 600px;
    text-align: center; }
    .concept_sum .goto_page a:before {
      display: none;
      content: "\f0a9";
      font-family: "Font Awesome 5 Solid"; }
    .concept_sum .goto_page a:hover {
      opacity: 0.7; }
    @media screen and (max-width: 599px) {
      .concept_sum .goto_page a {
        font-size: 1em;
        border-radius: 6px; } }
    @media screen and (max-width: 349px) {
      .concept_sum .goto_page a {
        width: 100%;
        font-size: 0.875em; } }

.news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2em 0 0; }
  .news_wrap > div {
    width: calc(50% - 1.5em); }
  .news_wrap h3 {
    font-size: 1.125em;
    background: #999;
    color: #fff;
    margin-bottom: 0.5em;
    text-align: center;
    border-radius: 2em;
    padding: 0.5em 0; }
  .news_wrap .widget {
    margin: 1.5em 0.5em 0; }
  .news_wrap .sns_account {
    margin: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3em; }
    .news_wrap .sns_account a {
      margin: 0 2px; }
    .news_wrap .sns_account a.tw {
      color: #2aa3ef; }
    .news_wrap .sns_account a.fb {
      color: #3d5b96; }
    .news_wrap .sns_account a:hover {
      color: #999; }

@media screen and (max-width: 599px) {
  .news_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .news_wrap > div {
      width: 100%;
      margin: 0 0 1em; } }

@media screen and (max-width: 1199px) {
  .news_wrap .widget {
    margin: 0;
    text-align: center; }
  .news_wrap .widget iframe {
    width: 400px !important; } }

@media screen and (max-width: 949px) {
  .news_wrap .widget iframe {
    width: 340px !important; } }

@media screen and (max-width: 849px) {
  .news_wrap .widget iframe {
    width: 290px !important; } }

@media screen and (max-width: 749px) {
  .news_wrap .widget iframe {
    width: 240px !important; } }

@media screen and (max-width: 649px) {
  .news_wrap .widget iframe {
    width: 220px !important; } }

@media screen and (max-width: 599px) {
  .news_wrap .widget iframe {
    width: 460px !important; } }

@media screen and (max-width: 499px) {
  .news_wrap .widget iframe {
    width: 380px !important; } }

@media screen and (max-width: 449px) {
  .news_wrap .widget iframe {
    width: 340px !important; } }

@media screen and (max-width: 399px) {
  .news_wrap .widget iframe {
    width: 300px !important; } }

@media screen and (max-width: 349px) {
  .news_wrap .widget iframe {
    width: 270px !important; } }

.news_list dl {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0.5em; }
  .news_list dl dt {
    float: left;
    width: 7em;
    padding: 1em 0.25em; }
  .news_list dl dd {
    padding: 1em 0.25em;
    padding-left: 7em;
    border-top: 1px solid #ddd; }
    .news_list dl dd:first-of-type {
      border: 0; }

.h3_floormap {
  margin-top: 3em; }

.pdf_floormap {
  display: block;
  background: #e33;
  text-align: center;
  color: #fff;
  margin: 0 15px;
  padding: 1em;
  line-height: 1.3;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  @media screen and (min-width: 999px) {
    .pdf_floormap:hover {
      opacity: 0.7; } }

.previous_event_wrap {
  font-size: 1em;
  margin: 2em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 699px) {
    .previous_event_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .previous_event_wrap .one_trs {
    background: #eee;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    width: calc((100%/3) - 1em);
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 999px) {
      .previous_event_wrap .one_trs {
        width: calc((100%/3) - 0.5em); } }
    @media screen and (max-width: 699px) {
      .previous_event_wrap .one_trs {
        width: 90%;
        margin: 5px auto; } }
    .previous_event_wrap .one_trs.ot01 {
      background-image: url(../images/index/previous1.jpg); }
    .previous_event_wrap .one_trs.ot02 {
      background-image: url(../images/index/previous2.jpg); }
    .previous_event_wrap .one_trs.ot03 {
      background-image: url(../images/index/previous3.jpg); }
    .previous_event_wrap .one_trs .ins {
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      padding: 1.5em 1em; }
      @media screen and (max-width: 699px) {
        .previous_event_wrap .one_trs .ins {
          padding: 1em; } }
    .previous_event_wrap .one_trs .t {
      text-align: center;
      border-bottom: 1px solid #fff;
      font-size: 1.25em;
      padding-bottom: 5px;
      margin-bottom: 5px; }
    .previous_event_wrap .one_trs p.guide {
      line-height: 1.5;
      font-size: 0.875em; }
    .previous_event_wrap .one_trs p.link a {
      width: 6em;
      margin: 0.5em auto 0;
      display: block;
      text-align: center;
      color: #fff;
      background: #090;
      font-size: 1.325em;
      padding: 0.125em 1em;
      border-radius: 1em; }
      @media screen and (max-width: 699px) {
        .previous_event_wrap .one_trs p.link a {
          width: 10em; } }

.comment2019 {
  margin: 2em 0;
  text-align: center;
  line-height: 1.5;
  font-size: 1.125em; }

.map_2019 > div {
  width: 100%;
  margin: 2em auto 0; }
  .map_2019 > div img {
    width: 100%; }

@media screen and (min-width: 1100px) {
  .map_2019 .pc_min1000 {
    display: block;
    background-image: url(../about/images/hostmap_bg.jpg?20200227);
    width: 1000px;
    height: 481px;
    position: relative; }
    .map_2019 .pc_min1000 a {
      display: block;
      position: absolute; }
      .map_2019 .pc_min1000 a:hover {
        background: rgba(0, 0, 0, 0.1); }
      .map_2019 .pc_min1000 a.yokohama {
        top: 80px;
        left: 600px;
        width: 398px;
        height: 166px; }
      .map_2019 .pc_min1000 a.nagoya {
        top: 270px;
        left: 600px;
        width: 398px;
        height: 166px; }
      .map_2019 .pc_min1000 a.osaka {
        top: 137px;
        left: 0px;
        width: 265px;
        height: 254px; }
  .map_2019 .smp_provisional {
    display: none; } }

@media screen and (max-width: 1099px) {
  .map_2019 .pc_min1000 {
    display: none; }
  .map_2019 .smp_provisional {
    display: block; }
    .map_2019 .smp_provisional p.guide {
      margin: 0 0 1em;
      text-align: center; }
    .map_2019 .smp_provisional .bt_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .map_2019 .smp_provisional .bt_wrap a {
        display: block;
        color: #fff;
        text-align: center;
        font-size: 1.125em;
        padding: 1.25em 0;
        width: 32%;
        border-radius: 6px;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
        .map_2019 .smp_provisional .bt_wrap a:before {
          display: none;
          content: "\f0a9";
          font-family: "Font Awesome 5 Solid"; }
        .map_2019 .smp_provisional .bt_wrap a.yokohama {
          background: #025aa2; }
        .map_2019 .smp_provisional .bt_wrap a.nagoya {
          background: #89157a; }
        .map_2019 .smp_provisional .bt_wrap a.osaka {
          background: #149948; } }

.about_contents {
  margin: 2em 0 0;
  text-align: center; }
  .about_contents h3.copy,
  .about_contents h3.event_name {
    font-size: 1.5rem;
    line-height: 1.5; }
    @media screen and (max-width: 999px) {
      .about_contents h3.copy,
      .about_contents h3.event_name {
        font-size: 1.25rem; } }
    @media screen and (max-width: 599px) {
      .about_contents h3.copy,
      .about_contents h3.event_name {
        font-size: 1.125rem; } }
    @media screen and (max-width: 349px) {
      .about_contents h3.copy,
      .about_contents h3.event_name {
        font-size: 1rem; } }
  .about_contents h3.copy {
    margin-bottom: 1rem; }
    @media screen and (max-width: 599px) {
      .about_contents h3.copy {
        margin-bottom: 0.75rem; } }
  .about_contents h3.event_name {
    font-weight: bold; }
  .about_contents .days {
    font-size: 3em;
    font-weight: 700;
    margin: 0.325em 0; }
    @media screen and (max-width: 599px) {
      .about_contents .days {
        font-size: 2.5em; } }
    .about_contents .days span {
      font-size: 50%;
      padding-right: 5px; }
  .about_contents .venue {
    font-weight: bold;
    font-size: 1.5em; }
  .about_contents .venue_m {
    font-weight: bold;
    font-size: 1.25em;
    margin-top: 0.25em; }
    @media screen and (max-width: 399px) {
      .about_contents .venue_m {
        font-size: 1.125em;
        line-height: 1.25;
        margin-top: 0.325em; } }
  .about_contents .goto_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .about_contents .goto_about a {
      display: block;
      background: #000;
      color: #fff;
      margin: 2em auto 0;
      width: 90%;
      max-width: 600px;
      font-size: 1.25em;
      padding: 0.75em 1em;
      border-radius: 2.5em; }
      @media screen and (max-width: 599px) {
        .about_contents .goto_about a {
          font-size: 1em;
          border-radius: 6px; } }
      .about_contents .goto_about a:before {
        display: none;
        content: "\f0a9";
        font-family: "Font Awesome 5 Solid"; }
      .about_contents .goto_about a:hover {
        opacity: 0.7; }

.google-maps {
  margin-top: 2em;
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

@media screen and (max-width: 599px) {
  .google-maps {
    padding-bottom: 75%; } }

.partners_flex_wrap {
  margin: 3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .partners_flex_wrap > div {
    width: calc(50% - 0.5em);
    background: #fff;
    border: 2px solid #eee;
    padding: 2em;
    border-radius: 8px; }
  @media screen and (max-width: 599px) {
    .partners_flex_wrap {
      margin: 2em 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .partners_flex_wrap > div {
        width: 100%;
        margin-bottom: 1em; } }

.partners_flex_nowrap {
  margin: 3em 0; }
  .partners_flex_nowrap > div {
    width: 100%;
    background: #fff;
    border: 2px solid #eee;
    padding: 2em;
    border-radius: 8px; }
  @media screen and (max-width: 599px) {
    .partners_flex_nowrap {
      margin: 2em 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .partners_flex_nowrap > div {
        width: 100%;
        margin-bottom: 1em; } }

.other_link {
  margin: 3em 0; }
  @media screen and (max-width: 599px) {
    .other_link {
      margin: 2em 0 0; } }

.sp_banners p.sc {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em; }

.sp_banners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sp_banners ul li {
    margin: 8px; }
  .sp_banners ul img {
    max-width: 240px;
    border: 1px solid #ccc; }
  @media screen and (max-width: 599px) {
    .sp_banners ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
