@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800");
.page_link_1line {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_link_1line a {
  display: block;
  background: #0071bc;
  color: #fff;
  margin: 0 auto;
  font-size: 1.125em;
  padding: 0.75em 1.75em;
  border-radius: 2.625em;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .page_link_1line a {
    max-width: 400px;
    width: 100%;
    border-radius: 4px;
  }
}
.page_link_1line a:hover {
  opacity: 0.7;
}
.page_link_1line.ov2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_link_1line.ov2 a {
  margin: 3px 5px;
}

.yokohama_bgs {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7f0fd), to(#bcd5f1));
  background-image: linear-gradient(180deg, #e7f0fd 0%, #bcd5f1 100%);
}

.west_bgs {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6ecdd), to(#cbdfc4));
  background-image: linear-gradient(180deg, #e6ecdd 0%, #cbdfc4 100%);
}

html, body {
  height: 100%;
  margin: 0 auto;
}

.title_all_area {
  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;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 2;
  background-image: url("../images/index/yokohama_background_v3.jpg");
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .title_all_area {
    padding: 0;
    height: auto;
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .title_all_area {
    background-image: none;
  }
}
.title_all_area .title_box_bk_bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  width: 1100px;
  padding: 35px 60px;
}
@media screen and (max-width: 767px) {
  .title_all_area .title_box_bk_bg {
    background-color: black;
  }
}
.title_all_area .title_box_bk_bg img {
  width: 100%;
}
@media screen and (max-width: 1149px) {
  .title_all_area .title_box_bk_bg {
    width: auto;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .title_all_area .title_box_bk_bg {
    width: 100%;
  }
}
@media screen and (max-width: 449px) {
  .title_all_area .title_box_bk_bg {
    padding: 15px 15px;
  }
}

.wrap_2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_2clm .box_title {
  width: 500px;
}
.wrap_2clm .box_nav {
  width: 420px;
}
@media screen and (max-width: 1149px) {
  .wrap_2clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrap_2clm .box_title,
.wrap_2clm .box_nav {
    width: auto;
    max-width: 500px;
  }
  .wrap_2clm .box_nav {
    margin-top: 30px;
  }
}
@media screen and (max-width: 449px) {
  .wrap_2clm .box_nav {
    margin-top: 15px;
  }
}
.wrap_2clm .box_title h1 {
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (min-width: 1150px) {
  .wrap_2clm .box_title h1 {
    margin-bottom: 30px;
  }
}
.wrap_2clm .box_title .briefing_exhibitors.ira {
  max-width: 440px;
  margin: 0 auto;
  margin-top: 20px;
}
.wrap_2clm .box_nav .app_login_v3 {
  background: #ef5c4e;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 8px;
}
.wrap_2clm .box_nav .app_login_v3 .online_date_msg {
  margin-bottom: 8px;
}
.wrap_2clm .box_nav .app_login_v2 {
  background: #ef5c4e;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 8px;
}
.wrap_2clm .box_nav .app_login_v2 .tt {
  font-size: 1.125em;
  text-align: center;
  padding: 8px 0;
}
.wrap_2clm .box_nav .app_login_v2 .button {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 3px;
}
.wrap_2clm .box_nav .wrap_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_2clm .box_nav .wrap_page a {
  display: block;
  width: calc((100% - 5px) / 2);
  text-align: center;
  color: #fff;
  padding: 10px 0;
  border-radius: 3px;
  font-size: 0.9125em;
}
.wrap_2clm .box_nav .wrap_page a:hover {
  opacity: 0.7;
}
.wrap_2clm .box_nav .wrap_page a.conf {
  background: #009FE8;
}
.wrap_2clm .box_nav .wrap_page a.exhibit {
  background: #009FE8;
}
.wrap_2clm .box_nav .report_page {
  margin: 5px 0 0;
}
.wrap_2clm .box_nav .report_page a {
  border-radius: 3px;
  overflow: hidden;
  display: block;
  padding: 12px 0;
  color: #fff;
  font-size: 0.9125em;
  background: #009FE8;
}
.wrap_2clm .box_nav .report_page a:hover {
  opacity: 0.7;
}
.wrap_2clm .box_nav a.next2023 {
  margin: 0 0 20px;
}
.wrap_2clm .box_nav a.next2023 .banner {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.wrap_2clm .box_nav a.next2023 .contact2023 {
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  display: block;
  padding: 18px 0;
  color: #fff;
  font-size: 1.125em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(120deg, #31c3cd 0%, #66a6ff 100%);
}
@media screen and (max-width: 349px) {
  .wrap_2clm .box_nav a.next2023 .contact2023 {
    font-size: 1em;
  }
}
.wrap_2clm .box_nav a.next2023:hover {
  opacity: 0.7;
}
.wrap_2clm .box_nav a.next2023:hover img {
  opacity: 1;
}
.wrap_2clm .box_nav a.next2023:hover .contact2023 {
  opacity: 0.7;
}
.wrap_2clm .box_nav .banner20230412 {
  border-radius: 3px;
  overflow: hidden;
}
.wrap_2clm .box_nav .briefing_session_2023 {
  margin: 5px 0;
}
.wrap_2clm .box_nav .briefing_session_2023 a {
  display: block;
  background: #ee3333;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
}
.wrap_2clm .box_nav .briefing_session_2023 a:hover {
  opacity: 0.8;
}
.wrap_2clm .box_nav .briefing_session_2023 a p:first-child {
  font-weight: bold;
}
.wrap_2clm .box_nav .briefing_session_2023 a p:nth-child(2) .lll {
  font-size: 140%;
}
.wrap_2clm .box_nav .briefing_session_2023 a p:nth-child(2) .min {
  font-size: 80%;
}
.wrap_2clm .box_nav .briefing_session_2023 a p:nth-child(3) {
  margin-top: 0.375em;
}
.wrap_2clm .box_nav .contact20230412 a {
  border-radius: 3px;
  overflow: hidden;
  display: block;
  padding: 14px 0;
  color: #fff;
  font-size: 1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(120deg, #31c3cd 0%, #66a6ff 100%);
}
@media screen and (max-width: 349px) {
  .wrap_2clm .box_nav .contact20230412 a {
    font-size: 1em;
  }
}
.wrap_2clm .box_nav .c_schedule {
  margin: 0 auto;
  width: 100%;
}
.wrap_2clm .box_nav .c_schedule a:hover {
  opacity: 0.7;
}
.wrap_2clm .box_nav .c_schedule a img {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.wrap_2clm .box_nav .concept_nav {
  margin: 0 auto;
  width: 100%;
}
.wrap_2clm .box_nav .concept_nav a {
  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-image: -webkit-gradient(linear, left top, left bottom, from(#fa5353), to(#f00));
  background-image: linear-gradient(180deg, #fa5353 0%, #f00 100%);
  border-radius: 3px;
  color: #fff;
  padding: 0.875em 0;
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.wrap_2clm .box_nav .concept_nav a span.yt_icon {
  display: block;
  margin-right: 3px;
  width: 30px;
}
.wrap_2clm .box_nav .concept_nav a span.yt_icon img {
  width: 100%;
}
.wrap_2clm .box_nav .concept_nav a:hover {
  opacity: 0.7;
}
.wrap_2clm .box_nav .concept_nav a.yt {
  margin-bottom: 3px;
  background: #009fe8;
}
.wrap_2clm .box_nav .news_line_eff {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.5;
}
.wrap_2clm .box_nav .news_line_eff.from0820 {
  margin: 16px 0;
}
.wrap_2clm .box_nav .news_line_eff a {
  color: #fff;
}
.wrap_2clm .box_nav .news_line_eff .title_belt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #0058b3;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  padding: 2px 0.5em;
  margin-bottom: 5px;
}
.wrap_2clm .box_nav .news_line_eff .title_belt .at_info {
  font-size: 0.875em;
}
.wrap_2clm .box_nav .news_line_eff .title_belt .at_info a {
  text-decoration: underline;
}
.wrap_2clm .box_nav .news_line_eff .newsHead {
  font-size: 14px;
}
.wrap_2clm .box_nav .news_line_eff .line {
  padding: 0 3px;
}
.wrap_2clm .box_nav .news_line_eff .line p a {
  text-decoration: underline;
}
@media screen and (max-width: 559px) {
  .wrap_2clm .box_nav .news_line_eff .line p {
    font-size: 0.8125em;
  }
}
.wrap_2clm .box_nav .news_line_eff .line span.day {
  font-weight: bold;
  margin-right: 0.5em;
}
.wrap_2clm .box_nav .guideline-COVID‑19 {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 1.25em;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .wrap_2clm .box_nav .guideline-COVID‑19 {
    margin: 1em 0.5em 0;
    text-align: left;
  }
}
.wrap_2clm .box_nav .guideline-COVID‑19 a {
  color: #fff;
}
.wrap_2clm .box_nav .guideline-COVID‑19 a:hover {
  opacity: 0.6;
}

.middle_all {
  background-image: url("../images/index/middle_all.jpg?");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
  min-height: 100vh;
}
.middle_all .one_column {
  padding: 100px 0;
}
@media screen and (max-width: 559px) {
  .middle_all .one_column {
    padding: 50px 0;
  }
}
.middle_all .one_column.bg04 {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 559px) {
  .middle_all .one_column.bg04 {
    background: rgba(0, 0, 0, 0.75);
  }
}
.middle_all .one_column.bg00 {
  background: rgba(0, 0, 0, 0);
}

.top_slide_area {
  background: rgba(0, 0, 0, 0.75);
  padding: 0 0 10px;
}
@media screen and (max-width: 559px) {
  .top_slide_area {
    background: rgba(0, 0, 0, 0.75);
  }
}
@media screen and (max-width: 1059px) {
  .top_slide_area {
    padding: 0 0 5px;
  }
}

.tsa_banners {
  margin: 0 auto;
}
.tsa_banners img {
  width: 100%;
  padding: 30px 5px 5px;
}
@media screen and (max-width: 1059px) {
  .tsa_banners {
    margin: 0 10px;
  }
  .tsa_banners img {
    padding: 10px 3px 3px;
  }
}
.tsa_banners .slick-track {
  font-size: 0;
}

.one_column_pr_only {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 559px) {
  .one_column_pr_only {
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.75);
  }
}
.one_column_pr_only .pr_banners {
  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;
}
.one_column_pr_only .pr_banners > div {
  margin: 5px;
  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;
  border: 0px solid #fff;
  background: #fff;
  width: 300px;
}
.one_column_pr_only .pr_banners > div img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .one_column_pr_only .pr_banners {
    margin-top: 1em;
  }
  .one_column_pr_only .pr_banners div {
    margin: 5px 0;
  }
  .one_column_pr_only .pr_banners div img {
    width: 100%;
    max-width: 300px;
  }
}

.this_year_highlight_area ul.yt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.this_year_highlight_area ul.yt_area li {
  margin: 15px;
  width: calc(33.33% - 30px);
  max-width: 380px;
  text-align: center;
}
.this_year_highlight_area ul.yt_area li .screen {
  width: 100%;
}
.this_year_highlight_area ul.yt_area li .screen img {
  width: 100%;
}
.this_year_highlight_area ul.yt_area li p.title {
  font-size: 0.8125em;
  margin: 0.75em 0;
}
.this_year_highlight_area ul.yt_area li p.yt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.this_year_highlight_area ul.yt_area li p.yt a {
  display: block;
  background: #f00;
  color: #fff;
  font-size: 0.875em;
  padding: 0.5em 1em;
  border-radius: 1.875em;
}
.this_year_highlight_area ul.yt_area li p.yt a:hover {
  background: rgba(255, 0, 0, 0.7);
}
@media screen and (max-width: 1059px) {
  .this_year_highlight_area ul.yt_area li {
    margin: 10px;
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .this_year_highlight_area ul.yt_area {
    margin-top: 3em;
  }
  .this_year_highlight_area ul.yt_area li {
    margin: 10px 5px;
    width: calc(50% - 10px);
  }
  .this_year_highlight_area ul.yt_area li p.title {
    font-size: 0.8125em;
    margin: 0.75em 0;
  }
  .this_year_highlight_area ul.yt_area li p.yt a {
    font-size: 0.8125em;
    padding: 0.25em 1em;
    border-radius: 1.875em;
  }
}

ul.keynote_speaker li a {
  display: block;
  padding: 12px;
  color: #fff;
}
ul.keynote_speaker li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
ul.keynote_speaker li a:hover img {
  opacity: 1;
}
ul.keynote_speaker li .ph {
  background: white;
  margin-bottom: 0.75em;
}
ul.keynote_speaker li .ph img {
  width: 100%;
  border: 1px solid white;
}
ul.keynote_speaker li p {
  text-align: center;
  line-height: 1.25;
}
ul.keynote_speaker li p.name {
  font-size: 1.125em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
ul.keynote_speaker li p.name span.kana {
  display: block;
  font-size: 70%;
  margin-top: 2px;
}
ul.keynote_speaker li p.company {
  font-size: 0.875em;
  line-height: 1.375;
  margin-bottom: 5px;
}
ul.keynote_speaker li p.post {
  font-size: 0.75em;
  line-height: 1.375;
}
ul.keynote_speaker li p.company, ul.keynote_speaker li p.post {
  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;
}
ul.keynote_speaker li p.company.kerning, ul.keynote_speaker li p.post.kerning {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
ul.keynote_speaker li p.click_ppp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.keynote_speaker li p.click_ppp a {
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 0.8125em;
  padding: 6px 0.75em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
ul.keynote_speaker li p.click_ppp a:hover {
  background: rgba(255, 255, 255, 0.25);
}
ul.keynote_speaker li p.post + p.company {
  margin-top: 0.5em;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}

.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: scroll;
  height: 65%;
  width: 70%;
  padding: 2em;
  background: white;
  color: #000;
}
@media screen and (max-width: 1059px) {
  .modal-content {
    height: 80%;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .modal-content {
    height: 80%;
    width: 90%;
    padding: 1em;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.wrap_md_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap_md_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap_md_contents .closing {
  position: absolute;
  top: -1.5em;
  right: -1em;
  width: 25px;
  height: 25px;
}
.wrap_md_contents .closing img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrap_md_contents .closing {
    top: -0.5em;
    right: 0;
  }
}
.wrap_md_contents .profile_area {
  background: #eee;
  width: 300px;
  padding: 20px;
  margin-right: 2em;
}
@media screen and (max-width: 1059px) {
  .wrap_md_contents .profile_area {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_md_contents .profile_area {
    width: 100%;
    max-width: 250px;
    margin: 30px auto 2em;
  }
}
.wrap_md_contents .profile_area .ph {
  margin-bottom: 1em;
}
.wrap_md_contents .profile_area .ph img {
  width: 100%;
}
.wrap_md_contents .profile_area p.name {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.wrap_md_contents .profile_area p.name span.kana {
  font-size: 70%;
}
.wrap_md_contents .profile_area p.company {
  font-size: 1em;
  margin-bottom: 0.25em;
}
.wrap_md_contents .profile_area p.post {
  font-size: 0.8125em;
}
.wrap_md_contents .profile_area p.company, .wrap_md_contents .profile_area p.post {
  line-height: 1.375;
}
.wrap_md_contents .profile_area p.post + p.company {
  margin-top: 0.5em;
}
.wrap_md_contents .detail_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
}
.wrap_md_contents .detail_area .session_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_md_contents .detail_area .session_info h3 {
  font-size: 1.125em;
  font-weight: bold;
  margin-right: 1em;
}
.wrap_md_contents .detail_area .session_info .session_link a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0058b3;
  color: #fff;
  padding: 4px 0.75em;
  border-radius: 2px;
}
.wrap_md_contents .detail_area .session_info .session_link a:hover {
  background: rgba(0, 88, 179, 0.5);
}
.wrap_md_contents .detail_area .session_info .session_link a p.num {
  font-size: 1.125em;
  font-weight: bold;
}
.wrap_md_contents .detail_area .session_info .session_link a p.opp {
  font-size: 80%;
  margin-left: 1em;
}
.wrap_md_contents .detail_area .speaker_info {
  margin-top: 2em;
}
.wrap_md_contents .detail_area .speaker_info h3 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.375em;
}
.wrap_md_contents .detail_area .speaker_info p {
  line-height: 1.75;
}
.wrap_md_contents .detail_area .speaker_info p + p {
  margin-top: 0.75em;
}

.concept_area {
  color: #fff;
}
.concept_area p.headcopy {
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .concept_area p.headcopy {
    font-size: 1.125em;
  }
}
.concept_area p.headcopy span {
  font-size: 150%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .concept_area p.headcopy span {
    font-size: 100%;
  }
}
.concept_area .point .p_one {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.concept_area .point .p_one .circle_num {
  margin-right: 1em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #fff;
  width: 68px;
  height: 68px;
  border-radius: 68px;
}
@media screen and (max-width: 559px) {
  .concept_area .point .p_one .circle_num {
    border: 1px solid #fff;
    width: 74px;
    height: 74px;
    border-radius: 74px;
  }
}
.concept_area .point .p_one .circle_num .p {
  font-size: 11px;
}
.concept_area .point .p_one .circle_num .num {
  margin-top: 1px;
  font-size: 20px;
}
.concept_area .point .p_one p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .concept_area .point .p_one p {
    font-size: 1em;
  }
}
.concept_area .field_img {
  width: calc(100% - 2em);
  margin: 40px auto;
}
.concept_area .field_img img {
  width: 100%;
}
.concept_area ul.field {
  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;
}
.concept_area ul.field li {
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1eef1));
  background-image: linear-gradient(180deg, #ffffff 0%, #f1eef1 100%);
  border-radius: 4px;
  color: #000;
  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: calc((100% - 10px) / 3);
  height: 7em;
  line-height: 1.5;
  padding: 0 1.5em;
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .concept_area ul.field li {
    width: calc((100% - 5px) / 2);
  }
}
@media screen and (max-width: 559px) {
  .concept_area ul.field li {
    width: calc((100% - 0px) / 1);
  }
}
@media screen and (max-width: 559px) {
  .concept_area ul.field li {
    font-size: 0.9125em;
    height: auto;
    padding: 0.75em 1em;
    margin: 0 5px 3px;
  }
}
.concept_area .point + h2 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .concept_area .point + h2 {
    margin-top: 25px;
  }
}

.headerSet {
  height: 90px;
  background: #000;
  min-height: inherit;
}

.column_title {
  text-align: center;
  margin-bottom: 1.5em;
}
@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;
  }
}

.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% - 1em);
}
.sns_pc_wrap h3 {
  font-size: 1.125em;
  background: rgba(0, 159, 232, 0.75);
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
  border-radius: 2em;
  padding: 0.5em 0;
}
.sns_pc_wrap .widget {
  width: 500px;
  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;
}
.sns_smp_wrap > div a img {
  height: 20px;
}
.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_expo2022 {
  margin: 0;
  width: 100%;
}
.about_expo2022 .wrap_about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_expo2022 .wrap_about .txt {
  width: 48%;
}
.about_expo2022 .wrap_about .map {
  width: 48%;
}
@media screen and (max-width: 999px) {
  .about_expo2022 .wrap_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_expo2022 .wrap_about .txt, .about_expo2022 .wrap_about .map {
    width: 100%;
  }
  .about_expo2022 .wrap_about .txt {
    margin-bottom: 1.25em;
  }
}
.about_expo2022 .txt {
  text-align: center;
}
.about_expo2022 .logo {
  margin: 0 auto;
  width: 90%;
  max-width: 320px;
}
@media screen and (max-width: 449px) {
  .about_expo2022 .logo {
    width: 85%;
    max-width: 220px;
  }
}
.about_expo2022 .logo img {
  width: 100%;
}
.about_expo2022 .yokohama,
.about_expo2022 .online {
  margin: 1.75em 0;
}
.about_expo2022 .yokohama .name,
.about_expo2022 .online .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
.about_expo2022 .yokohama .name p,
.about_expo2022 .online .name p {
  min-width: 10em;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 0.5em 1em;
  font-size: 0.9125em;
  line-height: 1;
  font-weight: bold;
}
.about_expo2022 .yokohama {
  margin-top: 10px;
}
.about_expo2022 .online {
  margin-bottom: 30px;
}
.about_expo2022 .ex_day {
  margin-top: 0;
}
.about_expo2022 .ex_day p.days {
  font-size: 2em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.about_expo2022 .ex_day p.days span {
  font-size: 50%;
}
@media screen and (max-width: 329px) {
  .about_expo2022 .ex_day p.days {
    font-size: 1.5em;
  }
}
.about_expo2022 .ex_day p.time {
  font-size: 0.9125em;
  margin-top: 0.3125em;
}
.about_expo2022 .plc {
  font-weight: bold;
  margin-top: 0.5em;
  font-size: 1em;
  line-height: 1.5;
}
.about_expo2022 .info {
  margin-top: 1em;
  font-size: 0.9125em;
  line-height: 1.675;
}
@media screen and (max-width: 399px) {
  .about_expo2022 .ex_day p.days {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 339px) {
  .about_expo2022 .info {
    font-size: 0.8125em;
  }
}
.about_expo2022 .google-maps {
  margin-top: 0em;
  position: relative;
  padding-bottom: 68%;
  height: 0;
  overflow: hidden;
}
.about_expo2022 .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 999px) {
  .about_expo2022 .google-maps {
    padding-bottom: 75%;
  }
}

ul.media_sponsor_icon,
ul.community_partner_icon {
  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;
}
ul.media_sponsor_icon img,
ul.community_partner_icon img {
  width: 100%;
}

ul.media_sponsor_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.media_sponsor_icon li {
  background: #fff;
  width: calc(20% - 4px);
  margin: 2px;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  ul.media_sponsor_icon li {
    width: calc(33.33% - 4px);
    margin: 2px;
  }
}
ul.media_sponsor_icon img {
  width: 100%;
}

ul.community_partner_icon li {
  background: white;
  aspect-ratio: 16/9;
  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: calc(33.33% - 10px);
  margin: 5px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  ul.community_partner_icon li {
    width: calc(50% - 4px);
    margin: 2px;
  }
}
@media screen and (max-width: 399px) {
  ul.community_partner_icon li {
    width: 100%;
    margin: 2px;
  }
}

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: 0px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 560px) {
  ul.group_link img {
    max-height: 40px;
  }
  ul.group_link img.svgImg {
    height: 40px;
  }
}
@media screen and (max-width: 559px) {
  ul.group_link img {
    max-width: 200px;
  }
  ul.group_link img.svgImg {
    width: 200px;
  }
}

.report_all_wrap h3 {
  margin: 2em 0 1em;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.report_all_wrap .vistors_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.report_all_wrap h4 {
  font-size: 1.125em;
  font-weight: bold;
  padding: 0.3125em;
  border-radius: 6px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
.report_all_wrap .venue_visitors,
.report_all_wrap .online_visitors,
.report_all_wrap .total_visitors {
  background: rgba(255, 255, 255, 0.75);
  padding: 1em;
  border-radius: 6px;
}
.report_all_wrap .venue_visitors p.period,
.report_all_wrap .online_visitors p.period,
.report_all_wrap .total_visitors p.period {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 12px 0;
  font-size: 0.875em;
  line-height: 1.375;
  color: #333;
  text-align: center;
}
.report_all_wrap .venue_visitors .circle,
.report_all_wrap .online_visitors .circle,
.report_all_wrap .total_visitors .circle {
  margin: 0 auto;
  width: 9em;
  height: 9em;
  border-radius: 9em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.report_all_wrap .venue_visitors .circle .ins,
.report_all_wrap .online_visitors .circle .ins,
.report_all_wrap .total_visitors .circle .ins {
  background: rgba(255, 255, 255, 0.75);
}
.report_all_wrap .venue_visitors .circle p.num,
.report_all_wrap .online_visitors .circle p.num,
.report_all_wrap .total_visitors .circle p.num {
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding: 3px 0.375em;
}
.report_all_wrap .venue_visitors .circle p.num span,
.report_all_wrap .online_visitors .circle p.num span,
.report_all_wrap .total_visitors .circle p.num span {
  font-size: 50%;
  padding-right: 2px;
}
.report_all_wrap .venue_visitors .circle p.last,
.report_all_wrap .online_visitors .circle p.last,
.report_all_wrap .total_visitors .circle p.last {
  font-size: 0.875em;
  line-height: 1.25;
  text-align: center;
}
.report_all_wrap .venue_visitors {
  width: calc(25% - 5px);
}
.report_all_wrap .venue_visitors h4 {
  color: #0099ff;
}
.report_all_wrap .venue_visitors .circle {
  background: #0099ff;
}
.report_all_wrap .venue_visitors ul {
  margin-top: 1em;
  padding: 0 0.5em;
}
.report_all_wrap .venue_visitors ul li {
  border-top: 2px dotted rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  color: #333;
  font-size: 0.8125em;
  line-height: 1.25;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.report_all_wrap .venue_visitors ul li:first-child {
  border: none;
}
.report_all_wrap .venue_visitors ul li p:nth-child(2) {
  font-size: 90%;
}
.report_all_wrap .venue_visitors ul li p:nth-child(2) span {
  font-size: 135%;
  padding-right: 2px;
}
.report_all_wrap .online_visitors {
  width: calc(25% - 5px);
}
.report_all_wrap .online_visitors h4 {
  color: #d43cec;
}
.report_all_wrap .online_visitors .circle {
  background: #d43cec;
}
.report_all_wrap .total_visitors {
  width: calc(50% - 5px);
}
.report_all_wrap .total_visitors h4 span {
  display: inline-block;
  color: #8005b8;
}
.report_all_wrap .total_visitors .circle {
  width: 15em;
  height: 15em;
  border-radius: 15em;
  background-image: linear-gradient(135deg, #0099ff 0%, #d43cec 100%);
}
.report_all_wrap .total_visitors .circle p.num {
  font-size: 2.25em;
}
@media screen and (max-width: 999px) {
  .report_all_wrap .vistors_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .report_all_wrap .venue_visitors,
.report_all_wrap .online_visitors,
.report_all_wrap .total_visitors {
    margin: 1em auto 0;
    width: 100%;
    max-width: 360px;
  }
}
@media screen and (max-width: 559px) {
  .report_all_wrap .venue_visitors ul {
    margin-top: 0.5em;
    padding: 0 0.5em;
  }
  .report_all_wrap .venue_visitors ul li {
    padding: 0.5em 0.25em;
    font-size: 1em;
  }
  .report_all_wrap .venue_visitors ul li p:nth-child(2) {
    font-size: 100%;
  }
}

.report_wrap {
  margin: 1em 0 0;
}
@media screen and (max-width: 559px) {
  .report_wrap {
    margin-top: 1.5em;
  }
}
.report_wrap h3 {
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5em;
  text-align: center;
  border-radius: 2.25em;
  padding: 0.5em 0;
}
@media screen and (max-width: 559px) {
  .report_wrap h3 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    padding: 0.25em 0;
  }
  .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 {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  text-align: center;
  width: 100%;
  max-width: 360px;
  margin: 0 4px;
}
.report_wrap .repo_days .repo_one .days {
  background: #0071bc;
  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 .thumb {
  padding: 10px 10px 0;
}
.report_wrap .repo_days .repo_one .thumb img {
  width: 100%;
}
.report_wrap .repo_days .repo_one .number {
  color: #0071bc;
  font-size: 2em;
  margin: 0.5em 0 0.25em;
}
.report_wrap .repo_days .repo_one .number .min {
  font-size: 40%;
}
.report_wrap .repo_days .repo_one .last_num {
  color: #000;
  margin: 0.25em 0 0.5em;
  font-size: 80%;
}
.report_wrap .repo_days .repo_one .sub_info {
  color: #000;
  margin-bottom: 1em;
}
.report_wrap .repo_days .repo_one .sub_info p:nth-child(1) {
  height: 1em;
}
.report_wrap .repo_days .repo_one .sub_info p:nth-child(2) {
  margin-top: 0.25em;
}
.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 .repo_one .days {
    font-size: 1em;
  }
  .report_wrap .repo_days .repo_one .days span.mm {
    display: none;
  }
  .report_wrap .repo_days .repo_one .number {
    font-size: 1.5em;
  }
  .report_wrap .repo_days .repo_one .sub_info {
    font-size: 0.8125em;
  }
}
@media screen and (max-width: 499px) {
  .report_wrap .repo_days .repo_one {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    width: calc(25% - 4px);
    width: 100％;
    margin: 0 2px;
  }
  .report_wrap .repo_days .repo_one .days {
    font-size: 0.8125em;
  }
  .report_wrap .repo_days .repo_one .number {
    font-size: 1.25em;
  }
  .report_wrap .repo_days .repo_one .sub_info {
    font-size: 0.75em;
  }
}