@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800");
span.iconWrap_v901 {
  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; }
  span.iconWrap_v901:before {
    content: "";
    background-repeat: no-repeat;
    background-image: url("../images/icon/arrow-circle-right-solid-white.svg");
    height: 1em;
    width: 1em;
    margin-right: 0.125em;
    margin-bottom: 0.1em; }

.page_link_1line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page_link_1line a {
    display: block;
    background: #000;
    color: #fff;
    margin: 2em auto 0;
    font-size: 1.125em;
    padding: 0.75em 1.5em;
    border-radius: 2.625em;
    text-align: center; }
    @media screen and (max-width: 599px) {
      .page_link_1line a {
        max-width: 400px;
        width: 100%;
        border-radius: 4px; } }
    .page_link_1line a:hover {
      opacity: 0.7; }
  .page_link_1line.only0701 a {
    margin: 0 auto 3em;
    width: 100%;
    max-width: 600px; }

.index_title_area {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .index_title_area .bg_ins {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 1200px) {
    .index_title_area .title_area_2clm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: rgba(255, 255, 255, 0);
      padding: 130px 40px; }
      .index_title_area .title_area_2clm img {
        width: 100%; }
      .index_title_area .title_area_2clm .title_sets {
        width: 480px;
        position: relative; }
        .index_title_area .title_area_2clm .title_sets .abs_kumiko_pc {
          position: absolute;
          top: -40px;
          right: -185px;
          -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
          -webkit-animation-duration: .7s;
          animation-duration: .7s; }
    @-webkit-keyframes fadeIn {
      from {
        opacity: 0; }
      to {
        opacity: 1; } }
    @keyframes fadeIn {
      from {
        opacity: 0; }
      to {
        opacity: 1; } }
        .index_title_area .title_area_2clm .title_sets .live_info {
          color: #ff3333;
          font-size: 0.875em;
          margin: 1em 20px 0; }
      .index_title_area .title_area_2clm .bottun_sets {
        max-width: 480px;
        margin-left: 210px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: rgba(255, 255, 255, 0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .index_title_area .title_area_2clm .bottun_sets .bs_ins {
          width: 100%; }
        .index_title_area .title_area_2clm .bottun_sets .bottun_wrap_conf {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .index_title_area .title_area_2clm .bottun_sets .bottun_wrap_conf > a {
            margin: 8px 0;
            padding: 1.5rem 5px;
            width: calc(50% - 4px);
            background: #65a8b4;
            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; }
            .index_title_area .title_area_2clm .bottun_sets .bottun_wrap_conf > a span span {
              display: block;
              margin-top: 5px; } }
  @media screen and (max-width: 1199px) {
    .index_title_area .title_area_2clm {
      max-width: 580px;
      margin: 0 auto;
      display: block;
      background: rgba(255, 255, 255, 0);
      padding: 40px 40px; }
      .index_title_area .title_area_2clm img {
        width: 100%; }
      .index_title_area .title_area_2clm .title_sets .abs_kumiko_pc {
        display: none; }
      .index_title_area .title_area_2clm .title_sets .live_info {
        text-align: center;
        color: #ff3333;
        font-size: 1em;
        line-height: 1.5;
        margin: 1em 0 0; }
      .index_title_area .title_area_2clm .bottun_sets {
        margin-top: 40px;
        background: rgba(255, 255, 255, 0); }
        .index_title_area .title_area_2clm .bottun_sets .bs_ins {
          width: 100%; } }
  @media screen and (max-width: 499px) {
    .index_title_area .title_area_2clm {
      padding: 20px 20px; } }
  .index_title_area .bs_ins a {
    width: 100%;
    display: block; }
    .index_title_area .bs_ins a:hover {
      opacity: 0.75; }
    .index_title_area .bs_ins a.reg {
      text-align: center;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
      background: #ef5c4e;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ef5c4e), to(#d84c3e));
      background-image: -webkit-linear-gradient(top, #ef5c4e 0%, #d84c3e 100%);
      background-image: -o-linear-gradient(top, #ef5c4e 0%, #d84c3e 100%);
      background-image: linear-gradient(to bottom, #ef5c4e 0%, #d84c3e 100%);
      font-size: 1.25em;
      padding: 1.5em 1em;
      border-radius: 6px;
      color: #fff; }
    .index_title_area .bs_ins a.c19_ver2 {
      font-size: 0.875em;
      line-height: 1.5;
      color: #fff;
      padding: 0;
      margin: 0;
      border-radius: 0;
      text-align: center;
      text-decoration: underline; }
  .index_title_area .bs_ins .bottun_wrap_conf_v3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 1em; }
    .index_title_area .bs_ins .bottun_wrap_conf_v3 > a {
      display: block;
      width: calc(50% - 4px);
      margin: 0;
      border-radius: 3px;
      overflow: hidden; }
      .index_title_area .bs_ins .bottun_wrap_conf_v3 > a img {
        width: 100%; }
  .index_title_area .bs_ins .bottun_wrap_conf_v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.75em 0; }
    .index_title_area .bs_ins .bottun_wrap_conf_v2 > a {
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
      background: rgba(255, 255, 255, 0.75);
      color: #000;
      margin-bottom: 4px;
      padding: 0.875em;
      width: calc(100% - 0px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 4px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .index_title_area .bs_ins .closing_msg {
    background: #fff;
    border-radius: 6px;
    padding: 1.5em;
    margin-bottom: 1em; }
    .index_title_area .bs_ins .closing_msg .greeting1 {
      color: #f00;
      font-size: 1.5em;
      margin-bottom: 6px;
      font-weight: bold; }
    .index_title_area .bs_ins .closing_msg .greeting2 {
      font-size: 1.125em;
      line-height: 1.25; }
    .index_title_area .bs_ins .closing_msg .next {
      border-top: 1px solid rgba(0, 0, 0, 0.25);
      margin-top: 0.75em;
      padding-top: 0.75em;
      line-height: 1.25;
      font-weight: bold; }
    .index_title_area .bs_ins .closing_msg .place {
      margin-top: 0.25em;
      line-height: 1.25; }
    .index_title_area .bs_ins .closing_msg .contact a {
      margin-top: 0.5em;
      padding: 0.5em 0.5em;
      display: block;
      border-radius: 4px;
      background: #29abe2;
      color: #fff;
      text-align: center; }
  .index_title_area .title_area_leftset {
    position: relative;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    max-width: 600px;
    margin: 0 50px;
    padding: 80px 0 100px; }
    @media screen and (max-width: 999px) {
      .index_title_area .title_area_leftset {
        margin: 0 auto;
        padding: 2.5em 2em 4em; } }
    @media screen and (max-width: 559px) {
      .index_title_area .title_area_leftset {
        padding: 2em 1em 2.5em; } }
    .index_title_area .title_area_leftset img {
      width: 100%; }
    .index_title_area .title_area_leftset 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; }
      .index_title_area .title_area_leftset h1 img {
        width: 100%; }
    @media screen and (min-width: 1000px) {
      .index_title_area .title_area_leftset .b1 {
        margin-top: 30px; }
        .index_title_area .title_area_leftset .b1 .kumiko_says_smp {
          display: none; } }
    @media screen and (max-width: 999px) {
      .index_title_area .title_area_leftset .b1 {
        margin-top: 0; }
        .index_title_area .title_area_leftset .b1 .kumiko_says_smp {
          padding: 0 60px;
          display: block; } }
    .index_title_area .title_area_leftset .b2 {
      margin-bottom: 20px; }
      @media screen and (min-width: 1000px) {
        .index_title_area .title_area_leftset .b2 {
          padding: 0 30px; } }
      @media screen and (max-width: 999px) {
        .index_title_area .title_area_leftset .b2 {
          padding: 0; } }
    @media screen and (min-width: 1000px) {
      .index_title_area .title_area_leftset .banners {
        padding: 0 30px; } }
    @media screen and (max-width: 999px) {
      .index_title_area .title_area_leftset .banners {
        padding: 0; } }
    .index_title_area .title_area_leftset .banners > a {
      display: block;
      margin-bottom: 5px; }
      .index_title_area .title_area_leftset .banners > a.c19 {
        margin-top: 20px;
        margin-bottom: 0; }
        @media screen and (max-width: 999px) {
          .index_title_area .title_area_leftset .banners > a.c19 {
            margin-top: 10px; } }
    .index_title_area .title_area_leftset .kumiko_says_pc {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      position: absolute;
      top: 10px;
      right: -220px; }
      @media screen and (min-width: 1000px) {
        .index_title_area .title_area_leftset .kumiko_says_pc {
          display: block; } }
      @media screen and (max-width: 999px) {
        .index_title_area .title_area_leftset .kumiko_says_pc {
          display: none; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
      .index_title_area .title_area_leftset .kumiko_says_pc img {
        width: 100%; }
  .index_title_area .title_area {
    padding: 4em 0 6em;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 999px) {
      .index_title_area .title_area {
        padding: 2.5em 2em 4em; } }
    @media screen and (max-width: 559px) {
      .index_title_area .title_area {
        padding: 2em 1em 2.5em; } }
    .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; }
      .index_title_area .title_area h1 img {
        width: 100%; }
    .index_title_area .title_area .kumiko_says {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      position: absolute;
      top: 170px;
      right: -230px; }
      @media screen and (min-width: 1200px) {
        .index_title_area .title_area .kumiko_says {
          display: block; } }
      @media screen and (max-width: 1199px) {
        .index_title_area .title_area .kumiko_says {
          display: none; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
      .index_title_area .title_area .kumiko_says img {
        width: 100%; }
    .index_title_area .title_area .sub_t_20210316 {
      margin: 1.5rem 0;
      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; }
      .index_title_area .title_area .sub_t_20210316 .p1 {
        color: #fff;
        font-size: 1.25em;
        margin: 0 1em; }
        .index_title_area .title_area .sub_t_20210316 .p1:after {
          content: "・・・"; }
      .index_title_area .title_area .sub_t_20210316 .p2 a {
        display: block;
        background: rgba(255, 255, 255, 0.9);
        color: #333;
        font-size: 1.3125em;
        line-height: 1;
        font-weight: bold;
        padding: 0.325em 1em;
        border-radius: 2em; }
        .index_title_area .title_area .sub_t_20210316 .p2 a:hover {
          opacity: 0.7; }
      @media screen and (max-width: 559px) {
        .index_title_area .title_area .sub_t_20210316 {
          margin-top: 1.0rem; }
          .index_title_area .title_area .sub_t_20210316 .p1 {
            margin-bottom: 0.325em; }
            .index_title_area .title_area .sub_t_20210316 .p1:after {
              content: ""; }
          .index_title_area .title_area .sub_t_20210316 .p2 {
            width: 100%;
            text-align: center; }
            .index_title_area .title_area .sub_t_20210316 .p2 a {
              font-size: 1.25em;
              padding: 0.5em 0.5em; } }
    .index_title_area .title_area .sub_t_20210319 {
      margin: 0 0 1.5rem; }
      .index_title_area .title_area .sub_t_20210319 a {
        color: #fff;
        display: block; }
        .index_title_area .title_area .sub_t_20210319 a:hover {
          opacity: 0.8; }
      .index_title_area .title_area .sub_t_20210319 .ins {
        padding: 1em 2em;
        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;
        background: #ee0000;
        border-radius: 4px; }
      .index_title_area .title_area .sub_t_20210319 .p1 {
        font-size: 1.125em;
        margin-right: 1em; }
      .index_title_area .title_area .sub_t_20210319 .p2 {
        display: block;
        font-size: 1.5em;
        line-height: 1;
        font-weight: bold; }
      @media screen and (max-width: 559px) {
        .index_title_area .title_area .sub_t_20210319 .ins {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
        .index_title_area .title_area .sub_t_20210319 .p1 {
          margin: 0;
          margin-bottom: 0.25em; }
        .index_title_area .title_area .sub_t_20210319 .p2 {
          font-size: 1.25em; } }
    .index_title_area .title_area .sub_t_20210510 {
      margin-top: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .index_title_area .title_area .sub_t_20210510 .ins {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        border-radius: 4px 4px 0 0;
        color: #e33;
        font-size: 1.25em;
        line-height: 1;
        padding: 0.5em 1em;
        font-weight: bold; }
        .index_title_area .title_area .sub_t_20210510 .ins p {
          padding: 0 0.75em; }
          .index_title_area .title_area .sub_t_20210510 .ins p:first-child {
            border-right: 1px solid #e33; }
        .index_title_area .title_area .sub_t_20210510 .ins span.min {
          font-size: 80%; }
        @media screen and (max-width: 559px) {
          .index_title_area .title_area .sub_t_20210510 .ins {
            font-size: 1.125em;
            padding: 0.75em 0.5em; } }
        @media screen and (max-width: 424px) {
          .index_title_area .title_area .sub_t_20210510 .ins {
            font-size: 1em; } }
        @media screen and (max-width: 374px) {
          .index_title_area .title_area .sub_t_20210510 .ins {
            font-size: 1.125em;
            padding: 0.5em 1em;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%; }
            .index_title_area .title_area .sub_t_20210510 .ins p {
              padding: 0;
              text-align: center; }
            .index_title_area .title_area .sub_t_20210510 .ins p:first-child {
              border: 0;
              font-size: 80%;
              margin-bottom: 0.5em; } }
    .index_title_area .title_area .sub_t_20210521 {
      max-width: 680px;
      margin: 20px auto 5px;
      border-radius: 4px;
      overflow: hidden; }
      @media screen and (max-width: 559px) {
        .index_title_area .title_area .sub_t_20210521 {
          margin: 10px 10px 5px; } }
      .index_title_area .title_area .sub_t_20210521 img {
        width: 100%; }
    .index_title_area .title_area .sub_t_roe {
      max-width: 680px;
      margin: 0 auto;
      border-radius: 4px;
      overflow: hidden; }
      @media screen and (max-width: 559px) {
        .index_title_area .title_area .sub_t_roe {
          margin: 0 10px; } }
      .index_title_area .title_area .sub_t_roe img {
        width: 100%; }
  .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; }

.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: 559px) {
    .column_pack.column_visitor_reservation_app {
      padding: 2em 0; } }

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

.column_bg_color01 {
  background: #eee; }

.column_bg_color02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2ebf0), to(#cfd9df));
  background-image: -webkit-linear-gradient(top, #e2ebf0 0%, #cfd9df 100%);
  background-image: -o-linear-gradient(top, #e2ebf0 0%, #cfd9df 100%);
  background-image: linear-gradient(180deg, #e2ebf0 0%, #cfd9df 100%); }

.column_title {
  text-align: center;
  margin-bottom: 1.75em; }
  @media screen and (max-width: 599px) {
    .column_title {
      margin-bottom: 1em; } }
  .column_title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.5em;
    line-height: 1;
    font-weight: 800; }
    @media screen and (max-width: 999px) {
      .column_title h2 {
        font-size: 2.25em; } }
  .column_title p {
    letter-spacing: 0.05em;
    font-size: 1em;
    margin-top: 0.5em; }
    @media screen and (max-width: 599px) {
      .column_title p {
        margin-top: 0.25em; } }

.report_wrap_all {
  margin: 2em 0 0; }
  .report_wrap_all h3 {
    font-size: 1.125em;
    color: #000;
    margin-bottom: 1.5em;
    text-align: center;
    border: solid #000;
    border-width: 1px 0;
    padding: 0.675em 0; }
  .report_wrap_all .repo_days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .report_wrap_all .repo_days .repo_one {
      background: rgba(255, 255, 255, 0.5);
      margin: 0 3px;
      padding: 1em;
      border-radius: 6px;
      text-align: center;
      width: calc(45% - 6px); }
      .report_wrap_all .repo_days .repo_one .d {
        font-size: 1.125em;
        line-height: 1;
        margin-bottom: .5em; }
      .report_wrap_all .repo_days .repo_one .number {
        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;
        margin: 0.5em 0; }
        .report_wrap_all .repo_days .repo_one .number .circle {
          color: #fff;
          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;
          font-size: 1.5em;
          width: 130px;
          height: 130px;
          border-radius: 130px; }
          .report_wrap_all .repo_days .repo_one .number .circle span.lst {
            display: block;
            margin-top: 3px;
            font-size: 11px; }
        .report_wrap_all .repo_days .repo_one .number .min {
          font-size: 40%;
          margin-left: 3px; }
      .report_wrap_all .repo_days .repo_one .sub_info {
        line-height: 1.5; }
        .report_wrap_all .repo_days .repo_one .sub_info > span {
          display: block;
          font-size: 0.8125em; }
          .report_wrap_all .repo_days .repo_one .sub_info > span > span {
            display: inline;
            font-size: 135%; }
      .report_wrap_all .repo_days .repo_one.kaijo .number .circle {
        background: #090; }
      .report_wrap_all .repo_days .repo_one.kaijo .d {
        color: #090; }
      .report_wrap_all .repo_days .repo_one.ondemand .number .circle {
        background: #53a09e; }
      .report_wrap_all .repo_days .repo_one.ondemand .d {
        color: #53a09e; }
      .report_wrap_all .repo_days .repo_one.total {
        background: rgba(255, 255, 255, 0);
        margin-top: 2em; }
        .report_wrap_all .repo_days .repo_one.total .number .circle {
          background: #ef5c4e;
          width: 200px;
          height: 200px;
          border-radius: 200px;
          font-size: 2.5em; }
        .report_wrap_all .repo_days .repo_one.total .d {
          color: #ef5c4e;
          font-size: 1.25em;
          font-weight: bold; }
    @media screen and (max-width: 767px) {
      .report_wrap_all .repo_days {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .report_wrap_all .repo_days .repo_one {
          margin: 0 auto 8px; }
          .report_wrap_all .repo_days .repo_one.kaijo, .report_wrap_all .repo_days .repo_one.ondemand, .report_wrap_all .repo_days .repo_one.total {
            width: calc(100% - 1em); }
          .report_wrap_all .repo_days .repo_one.total {
            margin-top: 1em; } }

.report_wrap {
  margin: 2em 0 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; }
  .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; } }

.conf_intro {
  font-size: 1.125em;
  line-height: 1.75; }

ul.conf_i_list {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  ul.conf_i_list li {
    margin-bottom: 1em;
    width: calc(50% - 0.5em); }
    @media screen and (max-width: 599px) {
      ul.conf_i_list li {
        width: 100%; } }
    ul.conf_i_list li a {
      height: 100%;
      display: block;
      color: #333;
      padding: 1em 1.125em;
      background: #f3f3f3;
      border: 1px solid #ddd; }
      ul.conf_i_list li a:hover {
        background: #c0dfdf; }
  ul.conf_i_list h3 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 0.375em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    ul.conf_i_list h3:before {
      content: "";
      background-repeat: no-repeat;
      background-image: url("../images/icon/arrow-circle-right-solid.svg");
      height: 1em;
      width: 1em;
      margin-right: 0.25em; }
  ul.conf_i_list p {
    line-height: 1.5; }

.link_to_conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .link_to_conf a {
    display: block;
    min-width: 23em;
    font-size: 1.125em;
    margin: 0.25em;
    background: #65a8b4;
    color: #fff;
    padding: 1em 1em; }
    @media screen and (max-width: 599px) {
      .link_to_conf a {
        min-width: inherit;
        width: 100%;
        font-size: 1em; } }
    .link_to_conf a:hover {
      opacity: 0.7; }

.previous_event_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .previous_event_wrap .one_trs {
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    width: calc(50% - 0.5em);
    margin: 1em 0;
    border: 5px solid #fff;
    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(50% - 5px);
        margin: 5px 0; } }
    .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: 1em; }
    .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; } }
    @media screen and (max-width: 559px) {
      .previous_event_wrap .one_trs {
        width: calc(50% - 3px);
        margin: 3px 0;
        border: 3px solid #fff; }
        .previous_event_wrap .one_trs p.guide {
          font-size: 0.875em; }
        .previous_event_wrap .one_trs p.link a {
          font-size: 1.125em;
          width: 100%;
          padding: 0.25em 0; } }

.news_1line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2em;
  border: solid #999;
  border-width: 1px 0;
  padding: 0.5em;
  line-height: 1.25; }
  .news_1line .news {
    background: #000;
    border-radius: 4px;
    color: #fff;
    padding: 0.25em 0.75em;
    margin-right: 0.75em; }
  .news_1line .days {
    margin-right: 0.75em; }
  .news_1line .link {
    margin-left: auto; }
  @media screen and (max-width: 999px) {
    .news_1line {
      padding: 0.5em 0; }
      .news_1line .news {
        padding: 0.1em 0.5em;
        margin-right: 0.5em; }
      .news_1line .txt {
        width: 100%;
        margin: 0.3125em 0; }
      .news_1line .link {
        width: 100%; } }

.sns_pc_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0; }
  .sns_pc_wrap > div {
    width: calc(50% - 1.5em); }
  .sns_pc_wrap h3 {
    font-size: 1.125em;
    background: #333;
    color: #fff;
    margin-bottom: 1em;
    text-align: center;
    border-radius: 2em;
    padding: 0.5em 0; }
  .sns_pc_wrap .widget {
    width: 490px;
    margin: 0 auto; }

.sns_smp_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-radius: 0.3125em;
  overflow: hidden; }
  .sns_smp_wrap > div {
    width: 100%; }
    .sns_smp_wrap > div a {
      display: block;
      width: 100%;
      color: #fff;
      text-align: center;
      padding: 1rem 0;
      font-size: 2em; }
      .sns_smp_wrap > div a img {
        height: 1em; }
  .sns_smp_wrap .tweet {
    background: #1da1f2; }
  .sns_smp_wrap .facebook {
    background: #295199; }

@media screen and (min-width: 1160px) {
  .sns_pc_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .sns_smp_wrap {
    display: none; } }

@media screen and (max-width: 1159px) {
  .sns_pc_wrap {
    display: none; }
  .sns_smp_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.about_contents {
  margin: 0;
  text-align: center; }
  .about_contents .logo {
    margin: 0 auto;
    width: 80%;
    max-width: 420px; }
    .about_contents .logo img {
      width: 100%; }
  .about_contents .sub_t {
    margin-top: 0.5em;
    font-size: 1.125em;
    line-height: 1.5;
    padding: 0 2em; }
  .about_contents .event {
    margin-top: 2em;
    line-height: 1.5;
    font-weight: bold; }
    .about_contents .event .p_days {
      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; }
    .about_contents .event .d {
      font-size: 1.25em; }
      @media screen and (max-width: 349px) {
        .about_contents .event .d {
          font-size: 1.125em; } }
      .about_contents .event .d span {
        font-size: 200%; }
      .about_contents .event .d span.y {
        font-size: 150%; }
    .about_contents .event .place {
      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;
      font-size: 1.125em; }
      .about_contents .event .place p {
        margin: 0 0.5em; }
    .about_contents .event .ondemand {
      font-size: 1.125em;
      margin-top: 0.5em;
      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; }
      .about_contents .event .ondemand .b {
        border: 1px solid #000;
        padding: 0.5em;
        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; }
      .about_contents .event .ondemand p {
        margin: 0 0.5em; }
        @media screen and (max-width: 349px) {
          .about_contents .event .ondemand p {
            margin: 0; } }
      .about_contents .event .ondemand p.pl {
        margin-top: 0.5em;
        width: 100%;
        font-size: 85%; }
  .about_contents .info {
    margin-top: 2em;
    line-height: 1.5; }

.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%; } }

.media_sponsor_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .media_sponsor_icon li {
    background: #fff;
    width: calc(20% - 10px);
    margin: 5px;
    padding: 5px; }
    @media screen and (max-width: 767px) {
      .media_sponsor_icon li {
        width: calc(33.33% - 4px);
        margin: 2px; } }
    @media screen and (max-width: 399px) {
      .media_sponsor_icon li {
        width: calc(50% - 4px);
        margin: 2px; } }
  .media_sponsor_icon img {
    width: 100%; }

ul.group_link {
  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; }
  ul.group_link li {
    margin: 5px;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15); }
  @media screen and (min-width: 560px) {
    ul.group_link img {
      max-height: 40px; } }
  @media screen and (max-width: 559px) {
    ul.group_link img {
      max-width: 200px; } }
