@charset "UTF-8";
/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400|Overpass:200,300,400&display=swap');

@font-face{ 
    font-family: 'TwCenMT'; 
    src: url('TwCenMT.eot'); /* IE9以上用 */
    src: url('TwCenMT.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
        url('TwCenMT.woff') format('woff'), /* モダンブラウザ用 */
        url('TwCenMT.ttf') format('truetype'); /* iOS, Android用 */
}
.material-icons {
    font-size: 14px;
    line-height: 1.9;
}
/**申し込み終了**/
.registerBtn, .registration {
    display: none;
}

/**Theme area非公開**/
.theme_bloc {
    display: none;
}


/**下層非公開**/
/*.menu-trigger {
    display: none;
}
#nav-drawer {
    display: none !important;
}*/
.main_body.forumpage .menu-trigger {
    display: inline !important;
}

/**限定公開時**/

.footer_left li:nth-child(2)
    display: none;
}
ul#breadcrumb {
    display: none;
}
/***/
.text_center {
    text-align: center;
    margin: 60px 20px;
}

 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.bloc_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
}
/**言語切替**/
.control_btn {
    background: #070c47;
    padding: 7px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 85px;
    z-index: 100;
    font-size: 18px;
    color: #fff;
    line-height: 1.2em;
}
.control_btn:hover {
    color: #070c47;
    background: #fff;
}
.control_btn.active  {
    background: #fff;
    color: #070c47;
}
.control_btn.active :hover {
    background: #070c47;
    color: #fff;
}
body {
-webkit-print-color-adjust: exact;
    margin: 0;
    font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
    font-weight: 400;
}
strong {
    font-weight: bold;
}
.main_body {
    font-size: 16px;
    color: #4d4d4d;
    letter-spacing: 0.05em;
    line-height: 1.9;
}
/****/
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #4d4d4d;
}

/*.main_body a:hover {
    opacity: 0.6;
}*/


.main_body [class^='bloc'] {
    clear: both;

}

.main_body [class^='bloc'] .row, .year_overview .row {
    width: 1020px;
    margin: auto;
}


/*----bloc_padding----*/
.bloc_1 {
    background: url(/content/000001587.png) center;
    background-size: cover;
    padding: 97px 0;
}



.bloc_8 {
    padding: 20px 0;
}

/*****/
span.br {
    display: inline-block;
}
li {
    line-height: 30px;
}
.design_title {
    color: #231815;
    font-family: "小塚ゴシック Pr6N";
    font-weight: 300;
    font-size: 0px;
    text-align: center;
    letter-spacing: 20px;
    margin: 3% auto 0;
}
.text_subtitle {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 26px;
    margin: 14px 0 0;
    color: #231815;
}
.header_inner {
    position: absolute;
    z-index: 99;
    background: #070c47;
    width: 221px;
    height: 221px;
}
#header_logo {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0,-50%);
}
#header_logo img {
    width: 92%;
}
.is-fixed {
  position: fixed;
/  top: 87px; /
  left: 0;
  z-index: 2;
  width: 100%;
}
/*.menu_area {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  background: #f0f3f4;
  padding: 8px 0;
}

.for_top .menu_area {
    margin-top: -3px;
}
.menu_area * {
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.menu_area ul {
    margin: 0;
}
.menu_area li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  overflow: hidden;
}
.menu_area a {
  padding: 0.3em 0;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}
.menu_area a:before,
.menu_area a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu_area a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: #34bed0;
  white-space: nowrap;
}
.menu_area li:hover a,
.menu_area .current a {
  transform: translateY(100%);
}
.is_active a {
    color: #34bed0;
}*/

/**サブメニュー**/
/*ul.sub_menu {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    background: #f0f3f4;
}
li.m_sub {
    display: block;
    margin: 0;
    padding: 0;
}
.menu_area li.sub_menu_exists:hover a.menu1,
.menu_area .current a.menu1 {
  transform: translateY(0%);
}
.sub_menu_exists:hover > .sub_menu {
    max-height: 120px;
}
.m_sub a.menu2 {
    margin-right: 33px;
}
.m_sub a.menu2:before,
.m_sub a.menu2:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.m_sub a.menu2:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: #015173;
}
.m_sub a.menu2:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: #015173;
  white-space: nowrap;
}
.menu_area li.sub_menu_exists:hover a.menu2,
.menu_area .current a.menu2 {
  transform: translateY(100%);
}
*/








/* ---- 背景の指定 ---- */

section.lazy.slider.slick-initialized.slick-slider {
    line-height: 0;
}
/**slider**/
    .slick-slide img {
      width: 100%;
    }

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
/***/
/* ---- 前面の文字(画像) ---- */
.slider_text_area {
    position: absolute;
    display: inline-block;
    top: 45%;
    right: 0;
    z-index: 10;
    text-align: center;
    background: #070c47;
/*    width: 491px;*/
    width: 430px;
    min-height: 268px;
    transform: translate(0,-50%);
    padding: 40px 10px;
}
.slider_theme {
    margin: 10px 0;
}
.slider_text_free {
    color: #fff;
}
.slider_text_free a {
    color: #fff;
}
.slider_text_free p {
    margin: 0;
    font-size: 17px;
}
.slider_text img {
     width: 80%;
}

/* ---- SLIDER全体のBOX定義 ---- */
.slider_area {
  position   : relative;
  overflow   : hidden;
  min-height: 800px;
  height: 100vh;
}
.main_title {
    color: #01122f;
    font-family: "小塚ゴシック Pr6N";
    font-weight: 900;
    font-size: 80px;
    text-align: center;
    letter-spacing: 5px;
    margin: 30px 0;
    line-height:80px;
}
.img_sub_title {
    margin: 30px 0;
    color: #be1e2d;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.3em;
}
.main_date img {
    vertical-align: middle;
}
.main_date h3 {
    text-align: center;
    margin: 0 auto;
    color: #070c47;
    font-weight: lighter;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 2em;
    font-size: 30px;
    width: 41%;
}
.main_date h3:before, .main_date h3:after {
    position: absolute;
    top: 0;
    content: '';
    width: 20px;
    height: 100%;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main_date h3:before {
    left: 0;
    border-left: 1px solid #070c47;
}

.main_date h3:after {
    right: 0;
    border-right: 1px solid #070c47;
}
.main_date p {
    color: #4d4d4d;
    margin: 0;
    line-height: 2;
    text-align: center;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro";
    letter-spacing: 4px;
}
/*.main_banner_area {
    text-align: center;
    font-size: 17px;
    letter-spacing: 4px;
    width: 49%;
    width: 76%;
    border: 1px solid #070c47;
    padding: 20px 2px;
    margin: 50px auto 0;
    color: #070c47;
}*/

.main_banner_area {
    width: 500px;
    border: 1px solid #070c47;
    padding: 8px 20px;
    color: #070c47;
    margin: 10px 0;
}


.a_main_banner_area, .mrdia_banner_area {
    text-align: center;
    margin: 50px 0;
    width: 500px;
    position: relative;
}

.banner_a {
    font-size: 17px;
    padding: 20px 2px;
    display: inline-block;
    width: 100%;
    color: #fff;
    background: #070c47;
}

.banner_a:hover {
    color: #070c47;
    background: #fff;
    border: 1px solid #070c47;
    padding: 19px 2px;
}

.banner_a:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 44%;
    right: 20px;
}
.banner_a:hover:before {
    border-top: solid 1px #070c47;
    border-right: solid 1px #070c47;
}

.title_area {
    background: url(/content/000001588.png) top center no-repeat, url(/content/000001589.png) bottom center no-repeat;
    padding: 82px 0;
}
.bloc_2 {
    padding: 10% 0 4%;
    background: url(/content/000001590.png) top left no-repeat, url(/content/000001591.png) bottom right no-repeat;
    background-color: #fbfbfd;
/*    background-size: contain;*/
}
.area_2 .bloc_2 {
    background: url(/content/000003363.jpg) top left no-repeat, url(/content/000003362.jpg) bottom right no-repeat;
    background-color: #fbfbfd;

}




.bloc_4 {
    padding: 5% 0;
    background-size: 100%;
}
.bloc_2 p {
    font-size:17px;
    margin: 10% auto 0;
    line-height: 2.3em;
    letter-spacing: .05em;
}
.o_inner_bloc {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 2% 2%;
}
.o_inner_bloc_img {
    width: 49%;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 2% 2%;
}
.overviewimg img {
    margin-top: 60px;
}

.o_inner_bloc_img img {
    width: 100%;
}
.o_inner_bloc_img_en {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 20px 0;
}
.column_bloc p {
    column-count: 2;
    column-gap: 39px;
    margin: 40px 0;
}
.img_center {
    text-align: center;
}
.inner_bloc {
    margin: 30px auto;
    border: 1px solid #231815;
    padding: 2%;
}
.bloc_outer p {
    margin: 0;
    padding: 2% 5%;
    width: auto;
}
h2.s_title {
    color: #070c47;
    font-family: "Trajan Pro";
    letter-spacing: 0.2em;
    font-weight: 500;
    font-size: 44px;
    text-align: center;
    margin: 5% auto 0;
    padding-bottom: 20px;
    line-height: 1;
}
h3.s_subtitle {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin: 8px 0 2%;
    color: #4d4d4d;
    font-family: "ヒラギノ角ゴ Pro";
    letter-spacing: 0.1em;
}
.contact_btn {
    position: relative;
    -webkit-transition: none;
    transition: none;
    margin: auto;
    text-align: center;
}
.contact_btn:hover {
  background-color: #454a54;
}
.contact_btn:active {
  top: 3px;
  box-shadow: none;
}
.detail_area {
    padding-bottom: 20px;
}
.detail_area ul {
    padding-inline-start: 0;
    padding: 2% 30px 0;
}
.detail_area li {
    list-style: none;
    border-bottom: 1px solid #999;
    padding: 1%;
    font-size: 17px;
    line-height: 1.9;
}
.detail_area li::before, .News_list dl::before{
    content: "";
    position: relative;
    display: inline-block;
    background: #231f20;
    top: -2px;
    left: -5px;
    width: 8px;
    height: 8px;
    margin-right: 5px;
}
li.other::before {
    background: none;
}

.list_theme {
    margin: 5px 0 0 40px;
}
.inner_all {
    display: flex;
    width: 100%;
    padding-top: 20%;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
}
.inner_all li {
    border-bottom: none;
}
.day_text ul {
    margin: 0 0 15px;
    list-style-type: none;
}
.sub_bloc {
    width: 29%;
    background: #fff;
    min-height: 250px;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.inner_bloc_8 li {
    border-bottom: none;
}
.inner_bloc_8 ol li {
    border-bottom: none;
    list-style-type: decimal;
}
.inner_bloc_8 li::before {
    content: none;
}
.sub_bloc .sub7{
    margin-right: 0 !important;
}
h4.day {
    width: 100%;
    font-size: 50px;
    margin: 0;
    text-align: center;
    color: #070c47;
    position: absolute;
    font-weight: lighter;
    z-index: 1;
    top: -5%;
    letter-spacing: 0.1em;
    font-family: 'Overpass', sans-serif;
    font-weight: 200;
    line-height: normal;
    padding-bottom: 10px;
}
h4.day:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #070c47;
}
.held_date {
    text-align: center;
    margin-top: 21%;
    font-size: 25px;
    height: 60px;
    font-family: "ヒラギノ角ゴ Pro";
}
.inner_all .held_date:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 118px;
    display: inline-block;
    width: 50%;
    height: 6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #4bbdce;
}
.day_text {
    padding: 10% 2% 27%;
    font-size: 17px;
}

.day_text p {
    padding-left: 1em;
    font-size: 15px;
}
.day_text ul {
    list-style: disc;
}
.lang {
    bottom: 39px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-left: 0px !important;
    color: #070c47;
}

.inner_bloc_8 a {
    color: #070c47;
}
.held_day_area {
    background: #f3f3f2;
    padding: 40px 0;
    margin-top: 100px;
}
.held_day_area .held_date {
    margin-top: 0;
    height: 0;
    font-size: 27px;
    padding: 30px 0 50px;
    font-family: "ヒラギノ角ゴ Pro";
}
.inner_detail_schedule {
    width: 1020px;
    margin: 5% auto;
    line-height: 1.4em;
    position: relative;
}
.inner_dl dt {
    color: #fff;
    background: #070c47;
    padding: 3px 5px;
    width: 150px;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 25px;
}
.inner_bloc_8 h4 {
    font-size: 78px;
    font-weight: lighter;
    color: #070c47;
    margin: 0;
    text-align: center;
    position: relative;
    font-family: 'Overpass', sans-serif;
    font-weight: 200;
    letter-spacing: 0.1em;
}
.inner_bloc_8 h4:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #070c47;
}
.inner_bloc_8 ul, .inner_bloc_8 ol {
    margin: 0 20px 20px 20px;
}
.inner_bloc_8 p {
    margin: 0 20px 20px 60px;
}
.inner_detail_schedule p a {
    color: red;
    text-decoration: underline;
}
.inner_detail_schedule p a:hover {
    color: #4bbdce;
}
.o_time {
    color: red;
}
.inner_bloc_8 li {
    padding-bottom: 10px;
}
.intro_header {
    text-align: center;
    font-size: 25px;
    padding: 9px;
    background: #070c47;
    color: #fff;
}
.top_list_time {
    width: 90px;
    vertical-align: top;
    margin: 2%;
    color: #070c47;
}
.inner_bloc_8 h5 {
    font-size: 25px;
    margin: 2% 30px 0 40px;
    position: relative;
    color: #070c47;
    font-weight: normal;
}
.inner_bloc_8 h5:before {
    content: "\025b6";
    margin-right: 5px;
    font-size: 13px;
    vertical-align: middle;
}
.inner_bloc_8 h5:hover:before {
    color: #4bbdce;
}
.inner_bloc_8 h5 a::before, .inner_bloc_8 h5 a::after, 
.event_list_title a::before, .event_list_title a::after, 
.list_title a::before, .list_title a::after, 
.time_table th a::before, .time_table th a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.inner_bloc_8 h5 a::before, .event_list_title a::before, .list_title a::before, .time_table th a::before {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #4bbdce;
    right: 0;
}

.inner_bloc_8 h5 a::after, .event_list_title a::after, .list_title a::after, .time_table th a::after {
    right: 5px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.inner_detail_schedule ul li:before {
    content: "\025cf";
    margin-right: 4px;
}
.inner_bloc_8 h5 a, .event_list_title a, .list_title a, .time_table th a {
    position: relative;
    padding-right: 20px;
}
.inner_detail_schedule h5 a:hover {
    opacity: 0.8;
}
.video_link {
    width: 120px;
    top: 50%;
    right: 0;
    text-align: center;
    margin-left: 40px;
}
.video_link a {
    background: #070c47;
    color: #fff;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
}
.video_link a:hover {
    background: #fff;
    border: 1px solid #070c47;
    color: #070c47;
    padding: 4px;
}
.bloc_9 p {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.3em;
    padding: 30px 0;
}
li.other {
    border-bottom: none;
    text-align: right;
    list-style: none;
}
.other {
    text-align: right;
    margin-bottom:20px;
}
.footer_area {
    background: #070c47;
    width: 100%;
    padding: 47px 0 20px;
}
.footer_left {
    width: 31.33%;
    display: inline-block;
}
.footer_left li {
    margin: 0 0 15px 20px;
    line-height: unset;
}
.footer_left ul {
    list-style-type: none;
    margin: 0;
}
.footer_left li a{
    color:#fff;
    text-decoration: unset;
}
.footer_left a:hover {
    color: #ccc;
}
.footer_logo {
    width: 30.33%;
    display: inline-block;
    text-align: center;
    padding-left: 3%;
}
.footer_right {
    width: 33.33%;
    display: inline-block;
    text-align: right;
}
.footer_right ul {
    display: flex;
    justify-content: center;
    padding: 0;
}
.footer_right li {
    padding-left: 10px;
    margin-top: auto;
    width: 50%;
}
address.l-footer-copyright {
    /*background: #b3b3b3;*/
    background: #00adc3;
    color: #fff;
    text-align: center;
    padding: 46px 0;
    font-size: 12px;
    font-style: unset;
}
.bloc_footer{
    background: url(/content/000002841.jpg);
    min-height: 260px;
    position: relative;
}
.stay_tuned {
    text-align: center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #070c47;
}
.stay_tuned p {
    border: 1px solid;
    padding: 20px 2px;
    margin: 10px auto;
    color: #fff;
    width: 100%;
}
.link_btn {
    background: #00132f;
    width: 50%;
    margin: auto;
    padding: 5px 0;
}
.link_btn a {
    color: #fff;
}
/**ハンバーガーメニュー**/
#nav-drawer {
    display: none;
}
/****/
/**TOP_KEYNOTE**/
.key_index {
    display: flex;
    width: 100%;
     flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*justify-content: center;*/
}
.keynote {
    width: 490px;
    margin-top: 60px;
}
.keynote:nth-child(odd) {
    margin-right: 37px;
}
.top_date {
    color: #070c47;
    font-size: 33px;
    font-weight: lighter;
    font-family: "ヒラギノ角ゴ Pro";
    position: relative;
    width: 90%;
    line-height: 33px;
}
.top_time {
    border-bottom: 1px solid #070c47;
    line-height: 2;
}

.keynote {
    height: 500px;
     margin: 70px 0;
}
.key_img {
    width: 295px;
    height: 295px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.key_bloc img {
    background: #f3f3f2;
    width: 295px;
    height: 320px;
    object-fit: cover;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top;';
    position: absolute;
    max-width: none;
}
.left_credit {
    position: absolute;
    bottom: 7px;
    left: 6px;
    color: #b3b3b3;
    font-size:12px;
    text-shadow: 2px 2px 2px black;
}

.r_area {
    width: 67%;
    position: absolute;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    top: 63%;
    right: 15px;
    background: #fff;
    min-height: 200px;
    padding: 5% 5%;
}
.r_area:hover {
    background: #070c47;
}

.key_arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #070c47;
    border-right: solid 1px #070c47;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 85px;
    right: 12px;
}
.inner_s_d_bloc .key_arrow:before {
    top: 90px;
    right: 25px;
}
.key_top_line {
    width: 80px;
    height: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #070c47;
    position: absolute;
    right: -8%;
    top: 5%;
    z-index: 9;
}
.key_bottom_line {
    width: 80px;
    height: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #070c47;
    position: absolute;
    left: -8%;
    bottom: 5%;
    z-index: 9;
}
h4.key_title {
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    margin: 7px 0;
}
.key_title .name_size, .intro .name_size, .inner_detail_schedule .name_size  {
    font-size: 18px;
}

.inner_detail_schedule h5 .name_size {
    font-size: 25px;
}

.theme {
    color: #171a5c;
    font-weight: bold;
    font-size: 17px;
}
.is_active {
    color: #fff;
}
.top_time.is_active {
    border-bottom: 1px solid #fff;
}
.key_top_line_active.is_active {
    width: 38px;
    height: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    position: absolute;
    right: -2%;
    top: 5%;
    z-index: 9;
}
.key_bottom_line_active.is_active {
    width: 38px;
    height: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    position: absolute;
    left: -2%;
    bottom: 5%;
    z-index: 9;
}
.key_arrow.is_active:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 85px;
    right: 12px;
}
.inner_s_d_bloc .key_arrow.is_active:before {
    top: 90px;
    right: 25px;
}
.wap_top_class {
    overflow: hidden;
    margin-top: -50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.bg_arrow{
    width: 90px;
    height: 90px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 5px 0px 0px 87%;
    background: #000c30;
}
.inner_s_d_bloc .r_area {
    top: 90%;
    right: 0px;
    width: 70%;
    padding: 3% 5%;
}
.inner_s_d_bloc .key_top_line {
    right: -4%;
}
.inner_s_d_bloc .key_top_line_active {
    right: -1%;
}
.inner_s_d_bloc .key_bottom_line {
    left: -4%;
}
.inner_s_d_bloc .key_bottom_line_active {
    left: -1%;
}
.special_dialog, .key_index .keynote {
    padding: 60px 0 35%;
}
.r_area .inner_dl dt{
    margin-bottom:0;
}

.r_area .inner_dl dd{
    padding:0 0 10px 20px;
}








/*****/
.day_img {
    overflow: hidden;
}
.day_img img {
    -moz-transition: -moz-transform 3.5s linear;
    -webkit-transition: -webkit-transform 3.5s linear;
    -o-transition: -o-transform 3.5s linear;
    -ms-transition: -ms-transform 3.5s linear;
    transition: transform 3.5s linear;
}
.day_img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list_venue {
    text-align: center;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #070c47;
    margin: 15px 8%;
    padding-bottom: 15px;
}
.venue {
    text-align: center;
    font-size: 20px;
    color: #070c47;
}
.day_anchor {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-bottom: solid 1px #070c47;
    border-right: solid 1px #070c47;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    cursor: pointer;
    left: 50%;
    bottom: 30px;
}
.News_list {
    width: 100%;
    margin: auto;
    padding: 10% 2%;
}
.News_list a:hover {
    color: #4bbdce;
}
.News_list dl {
    position: relative;
    border-bottom: 1px solid #999;
    padding: 1%;
    margin: 0;
    padding: 2% 25px 0;
}

.News_list dt {
    width: 75px;
    display: inline-block;
}
.News_list dd {
    width: 85%;
    display: inline-block;
    vertical-align: top;
}
.intro {
    font-size: 13px;
}
.video_thumbnail {
    display: flex;
    flex-wrap: wrap;
}

.thumbnail_img iframe {
    width: 300px;
    height: 200px;
}
.video_list {
    width: 31.333% !important;
    margin: 25px 1%;
}
.video_list a:hover {
    opacity: 0.8;
}
.video_link_btn {
    background: #070c47;
    color: #fff;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    padding: 6px;
    margin: 20px auto 0;
}
.video_link_btn.is_active {
    background: #fff;
    border: 1px solid #070c47;
    color: #070c47;
}
.inner_detail_schedule .video_link_btn {
    display: none;
}
.video_capture_ul img {
    width: 30px;
    background: #070c47;
    padding: 7px;
    border-radius: 50px;
    position: absolute;
    left: 0px;
}

.video_capture_ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.video_capture_ul li {
    position: relative;
    margin: 12px 0;
    padding-left: 37px;
    width: calc(90% /2);
    line-height: 1.2;
}
.for_video_list {
    width: 200px;
    text-align: center;
    margin: 30px auto 0;
}

.for_video_list a {
    background: #070c47;
    color: #fff;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
}
.for_video_list a:hover {
    background: none;
    border: 1px solid #070c47;
    color: #070c47;
    padding: 4px;
}


/************************************
media
*************************************/

/*-------------------------------------*/
@media screen and (max-width: 1365px){
 .main_title {
     font-size: 69px;
     letter-spacing: 5px;
 }
}
/*-------------------------------------*/
@media screen and (max-width: 1200px){
 .keynote {
     width: 479px;
 }
 .other_page .bloc_all .row {
     width: 90%;
 }
}
/*-------------------------------------*/
@media screen and (max-width: 1024px){
 .main_body [class^='bloc'] .row, .year_overview .row {
     width: 90%;
 }
 .bloc_1 {
         padding: 100px 0;
 }
 h2.s_title {
     margin: 85px auto 0;
 }
}
/*-------------------------------------*/
@media screen and (max-width: 1000px){
 .design_title {
     margin: 0;
 }
 .main_title img {
     width: 75%;
 }


}
/*-------------------------------------*/
@media screen and (max-width: 900px){
 .day_text ul {
     margin: 0 0 15px;
     padding-inline-start: 18px;
     font-size: 15px;
 }
.r_area:hover {
     background: #fff;
}


}
/*-------------------------------------*/
@media screen and (max-width: 767px){
 .control_btn {
     margin-left: 0;
     width: unset;
     display: inline-block;
 }

 #page_top a {
     width: 40px;
     height: 40px;
 }

 .main_body .bloc_2 .row {
     padding: 0 0 20px;
 }
 li {
     line-height: unset;
 }
 .design_title {
     font-size: 8vw;
     letter-spacing: .18em;
     line-height:1;
 }
 .design_title img {
     width: 70%;
 }
 .text_subtitle {
     font-size: 4.0vw;
     letter-spacing: 0.3em;
     margin: 5px 0 0;
 }
 h3.en_sub {
     margin: 0 0;
     font-size: 4.0vw;
 }


 .slider_text_free {
     font-size: 10px;
     line-height: 1.2;
 }
 .main_title {
     font-size: 8.5vw;
     letter-spacing: 2px;
     margin: 0;
 }
 .menu_area {
     display: none;
     height: 0;
 }
 .img_sub_title {
     font-size: 3.5vw;
     margin: 20px 0;
 }
 .main_date p{
     font-size: 3.2vw;
     line-height: 5.2vw;
     margin: 0;
 }
 .main_date h3 {
     padding: 0;
 }
 .main_date h3 img {
     width: 60%;
 }
 .main_date img {
    width: 80%;
 }
 .bloc_2 p {
     font-size: 15px;
     margin: 30px auto;
     line-height: 2.0em;
     column-count: 1;
 }
 .overview img {
     margin: 30px auto;
 }
 h2.s_title {
     font-size: 30px;
     letter-spacing: 0;
     margin: 5% auto 0;
 }
 .contact_btn a {
     font-size: 13px;
 }
 h3.s_subtitle {
     font-size: 17px;
     letter-spacing: 0.2em;
     margin: 0;
 }
 .detail_area li {
     font-size: unset;
 }
 .detail_area li.other {
     border-bottom: none;
     padding: 0;
 }
 .list_theme {
     line-height: 1.2;
 }
 .inner_all {
     display: inline-block;
     padding-top:0;
 }
 .sub_bloc {
     width: 100%;
     margin-right: 0;
     margin: 20px 0;
     min-height: 0;
 }
 .sub_bloc:nth-child(2) {
     margin: 0;
 }
 .inner_bloc_8 {
     margin-bottom: 30px;
 }
 .inner_bloc_8 p {
     margin: 0 30px 17px;
 }
 .inner_bloc_8 ul, .inner_bloc_8 ol {
     padding-inline-start: 25px;
 }
 .intro_header {
     font-size: 15px;
 }
 .inner_bloc_8 h5 {
     font-size: 15px;
     margin: 1% 20px 0;
     line-height: 1.3em;
 }
 .inner_bloc_8 h5 a, .event_list_title a, .list_title a, .time_table th a {
     position: unset;
 }
 .inner_bloc_8 h5 a::before, .event_list_title a::before, .list_title a::before, .time_table th a::before {
     margin: 3px auto;
 }
 .inner_bloc_8 h5 a::after, .event_list_title a::after, .list_title a::after, .time_table th a::after {
     margin: 7px auto;
 }
 .bloc_9 p {
     font-size: 3.2vw;
     padding: 20px;
 }
 li.other {
     margin-left: -20px;
     font-size: 12px;
 }
 .footer_area {
     padding: 5px 0 10px;
 }
 .footer_left {
     width: 100%;
     font-size: 13px;
 }
 .footer_left ul {
     padding: 0;
 }
 .footer_left li {
     display: inline-block;
 }
 .footer_logo {
     width: 100%;
     padding-left: 0;
     margin-top: 10px;
 }
 .footer_logo img {
     width: 40%;
 }
 .footer_right {
     width: 100%;
     text-align: center;
 }
 .footer_right img {
     width: 40%;
 }
 .stay_tuned {
     font-size: 12px;
     padding: 0 0 10px;
     width: 80%;
 }
 .stay_tuned img {
     margin-top: 12px;
 }
 .bloc_footer {
     padding: 20px 0 !important;
     background-position: bottom;
 }

 .keynote {
     margin-top: 20px;
 }
 .key_bloc .intro {
     min-height: unset;
 }
 .key_bloc {
     min-height: unset;
 }
 .keynote:nth-child(odd) {
     margin-right: auto;
 }
 .top_time {
     margin-top: 0;
 }
 h4.key_title, .theme, .key_bloc .intro {
    font-size: 15px;
    margin: 2px 0;
 }
 .key_img {
     width: 50%;
 }
 .r_area {
     width: 100%;
 }


/*ハンバーガーアイコンをCSSだけで表現*/
 #nav-open span, #nav-open span:before, #nav-open span:after {
   position: absolute;
   height: 2px;/*線の太さ*/
   width: 23px;/*長さ*/
   border-radius: 3px;
   background: #fff;
   display: block;
   content: '';
   cursor: pointer;
 }
 #nav-open span:before {
   bottom: -8px;
 }
 #nav-open span:after {
   bottom: -16px;
 }

/*閉じる用の薄黒カバー*/
 #nav-close {
   display: none;/*隠しておく*/
   position: fixed;
   z-index: 99;
   top: 0;/*全体に広がるように*/
   left: 0;
   width: 100%;
   height: 100%;
   background: black;
   opacity: 0;
   transition: .3s ease-in-out;
 }

/*中身*/
 #nav-content {
   overflow: auto;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 9999;/*最前面に*/
   width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
   max-width: 230px;/*最大幅*/
   height: 100%;
   background: #fff;/*背景色*/
   transition: .3s ease-in-out;/*滑らかに表示*/
   -webkit-transform: translateX(-105%);
   transform: translateX(-105%);/*左に隠しておく*/
 }

/*チェックが入ったら表示*/
 #nav-input:checked ~ #nav-close {
   display: block;/*カバーを表示*/
   opacity: .5;
 }
 #nav-input:checked ~ #nav-content {
   -webkit-transform: translateX(0%);
   transform: translateX(0%);/*中身を表示（右へスライド）*/
   box-shadow: 6px 0 25px rgba(0,0,0,.15);
 }
 #nav-content ul {
     padding-left: 0;
     margin-top: 20px;
 }
 #nav-content .menu_area {
     display: block;
     text-align: left;
     margin: 10px 20px;
     font-weight: lighter;
     padding-left: 20px;
 }
}
/****/
/*-------------------------------------*/
/**印刷**/
@media print {
 .main_body {
     font-size: 14px;
     margin-bottom: 0;
 }
 .slider_area {
     min-height: 250px;
 }
 .slider_text {
     padding-top: 0;
 }
 .main_title {
     font-size: 30px;
     letter-spacing: 5px;
     margin-bottom: 0;
 }
 .main_body [class^='bloc'] {
     padding: 10px 0;
 }
.main_body [class^='bloc'] .row {
     width: 90%;
     margin: auto;
 }
 .bloc_1 {
     padding-bottom: 10px !important;
 }
 .bloc_4 {
     margin-top:30px;
 }
 .design_title {
     font-weight: 300;
     font-size: 30px;
     letter-spacing: 20px;
     margin: 0;
     line-height: unset;
 }
 .text_subtitle {
     font-size: 20px;
     letter-spacing: 20px;
     color: #231815;
 }
.img_center img {
    height: 150px;
 }
 h3.en_sub {
     font-size: 27px;
 }
 h3.s_subtitle {
     font-size: 20px;
     letter-spacing: 12px;
 }
 .bloc_2 p {
     font-size: 14px;
     margin: 20px auto;
     line-height: 1.6em;
     color: #231815;
     letter-spacing: .05em;
 }
 .menu_area {
     display:none;
 }
 header {
     display: none;
 }
 .footer_area {
     padding: 5px 0;
 }
 h4.day {
     font-size: 16px;
 }
 .inner_bloc_8 li {
     padding-bottom: 0;
 }
.inner_bloc_8:last-child {
     margin-bottom: 40px; 
 }
 .inner_all {
     padding-top: 20px;
 }
 li {
     line-height: 28px;
 }
.detail_area {
    margin: 5px auto;
    padding: 1% 2%;
 }
 .bloc_8 h4 {
     margin-top: 20px;
 }
 .day_text p {
     font-size: 14px;
     margin: 0;
 }
 ul {
     margin: 0;
 }
 .stay_tuned {
     font-size: 15px;
 }
.bloc_footer {
    padding: 45px 0 !important;
    min-height: 120px;
}
 #page_top {
     display: none !important;
 }
}
/*-------------------------------------*/

/************************************
下層
*************************************/
dd.list {
    width: 97%;
    margin: 20px 0 0 3%;
}
table.event_list {
    width: 100%;
}
td.list_date {
    width: 190px;
}
.list_title {
    padding: 0 20px;
    width: 56%;
    text-align: left;
    position: relative;
}
td.event_list_venue {
    text-align: right;
}
.inner_dl dd {
    width: 77%;
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
    padding: 5px 0 0 20px;
}
p.align_r {
    margin: 0 30px 0 0;
    text-align: right;
}
.event_content p, .event_content ol, .event_content ul {
    margin-top: 0;
}


/***/

h4.event_sub_group {
    width: 96%;
    background: #e7f7ff;
    margin: 0 auto 10px;
    padding: 2px 20px;
    font-weight: normal;

}
.event_sub_index .event_list_img {
    width: 110px;
    height: 85px;
}
.event_sub_index .event_list_title {
    margin: 0;
}


/**/

/************************************
media
*************************************/
@media screen and (max-width: 1200px){
 .pagetop_img_area {
     height: auto;
 }
 .content_all {
     width: 90%;
     margin: 17px auto;
 }
 .header_content {
     margin: 60px 10px;
 }
/* h3.page_inner_title, .full_title {
     margin: 40px auto 0;
     width: 60%;
 }*/
 .list_left {
     width: 78%;
 }
}
/*-------------------------------------*/
@media screen and (max-width: 1025px){
 .a_main_banner_area, .mrdia_banner_area {
     width: 60%;
 }
.keynote {
    width: 48%;
}
.keynote:nth-child(odd) {
    margin-right: 25px;
}
.r_area {
    right: 29px;
    width: 76%;
}
}
/*-------------------------------------*/
@media screen and (max-width: 1000px){
 .pagetop_img_inner_title{
     top: 40%;
 }
 .detail_content dd {
     display: inline-block;
     width: 60%;
 }
 td.time {
     width: 20%;
 }
 .main_img {
     padding: 30px;
 }
 h5.list_title {
     width: 60%;
 }
dd.list {
    width: 97%;
}


}

/*-------------------------------------*/
@media screen and (max-width: 800px){
.slider_text_area {
    top: 50%;
}
.slider_text {
    width: 80%;
}
}
/*-------------------------------------*/
@media screen and (max-width: 767px){
 .pagetop_img_inner_title{
     font-size: 15px;
 }
 .pagetop_img_area {
     height: 80px;
 }
 .index_bloc {
     margin: 2%;
     width:126px;
 }

 .inner, .forum_inner {
     margin: 40px 0;
 }
 .content_all {
     width: 90%;
 }

 .detail_content dt {
     font-size: 15px;
 }
 .detail_content dd {
     width: 100%;
     display: block;
     margin: 0;
     padding: 2%;
     line-height: normal;
 }
 .inner_dl {
     margin: 0 30px 17px;
 }
 .inner_dl dt {
     text-align: left;
     width: auto;
     padding: 5px 10px;
     margin: 0;
 }
 .inner_dl dd {
     width: 100%;
     padding: 5px 5px 15px;
 }
 .event_main_theme {
     font-size: 20px;
     margin: 20px 0;
     line-height: 1.2;
 }
 .time_table {
     padding: 10px;
 }
.time_table th {
    line-height: 1.3em;
 }
 td.time {
     width: 15%;
 }
 .event_content p, .event_content ol, .event_content ul {
     padding-inline-start: 0;
 }
 .main_img {
     padding: 10px;
 }
 .speaker_thumbnail .index_bloc {
     width: 180px;
 }
 .speaker_thumbnail .speaker_img img {
    width: 114px;
    height: 104px;
 }
.speaker_thumbnail .speaker_img {
    width: 114px;
    height: 104px;
}
 .speaker_img {
     margin: 7px auto;
     height: 130px;
     width: 97%;
 }
 .speaker_img img {
     width: 100%;
     height: 137px;
 }
 .index_dd .index_bloc {
     width: 125px;
 }
 h5.speaker {
     margin: 0;
 }
/* h3.page_inner_title, .full_title {
     font-size: 20px;
     line-height: 1.2;
     width: 80%;
 }*/
 .list_intro {
     margin: 0;
     font-size: 13px;
 }
 h5.list_title {
     width: 100%;
 }
 .list_img {
     display: none;
 }
 .schedule_list .list_theme {
     margin: 0;
 }
 h3.u_line {
     font-size: 15px;
     margin: 20px 0 10px;
 }
.site_policy ul {
    padding-inline-start: 20px;
}
.text_center {
    margin: 0;
}
 .access_inner {
     font-size: 13px;
 }
 .access_inner ul {
     padding-inline-start: 20px;
 }
 .access_inner iframe {
     width: 100%;
     height: 400px;
 }
 .map_annotation {
     font-size: 13px;
 }
 .privacy_policy .text_center {
     margin-bottom: 20px;
 }
 .thumbnail .speaker_img {
     height: 100px;
 }
 .thumbnail .speaker_img img {
     width: 100%;
     height: 100px;
 }
.left_bloc {
    width: 100%;
 }
 h4.ac1 {
     height: 127px;
     font-size: 15px;
 }
 .title_date {
     font-size: 15px;
     bottom: -18px;
 }
 span.ac_title {
     font-size: 50px;
 }
.page_inner_title {
    background-size: 40%;
    padding: 55px 0;
}
h3.s_title {
    font-size: 30px;
    letter-spacing: 0;
    margin: 5% auto 0;
}


}
/*---------------767----------------------*/




/********************************************************************************/




/**gottoTOP**/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 5px;
    opacity: 0.6;
    z-index: 30;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

/**NEW*/

/**メニュー**/
.wrapper  {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
main {
    height: 100%;
    min-height: 100vh;
    position: relative;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/*.menu-trigger {
    display: inline-block;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 34px;
    right: 150px;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
}*/
 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #070c47;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(16px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.menu-trigger {
  transform: translateX(0);
}

nav {
  width: 50%;
  height: 100vh;
  padding-top: 100px;
  background-color: rgba(7, 12, 71, 0.8705882352941177);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(100%);
  transition: all .5s;
}
.inner_nav {
    height: 100vh;
    overflow-y: scroll;
}

nav.open {
  transform: translateZ(0);
}
nav li {
    color: #fff;
    text-align: left;
    padding: 10px 20%;
}

.menu-trigger.active span {
    background-color: #fff;
}

* {
  box-sizing: border-box;
}
ul {
  list-style: none;
}
li.menu a {
    color: #fff;
    font-size: 20px;
}
/**slider**/
/*.slider_text_area {
    position: absolute;
    display: inline-block;
    top: 45%;
    right: 0;
    z-index: 10;
    text-align: center;
    background: #070c47;
    width: 491px;
    min-height: 268px;
    transform: translate(0,-50%);
}*/
.slider_logo {
    position: absolute;
    top: 42%;
    left: -9%;
    z-index: 9;
}
.slider_logo img {
    width: 80%;
}
/*.slider_text {
    width: 84%;
}*/
.slider_text {
    width: 90%;
    margin: auto;
}
.slick-slide img {
   /* position: absolute;
    width: 1920px;*/
    top: -350px;
}
.top_line {
    width: 0;
    height: 115px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 2px solid #fff;
    position: absolute;
    left: 4%;
    top: -34px;
}
.bottom_line {
    width: 0;
    height: 115px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 2px solid #fff;
    position: absolute;
/*    right: 26%;*/
    right: 17%;
    bottom: -33px;
}



/***下層***/
.pagetop_img {
    position: relative;
    width: 100%;
    height: 470px;
    overflow: hidden;
}
.speaker .pagetop_img {
    background: url(/content/000001567.jpg);
    background-repeat: none;
    background-position: 50%;
    -webkit-background-position: 50%;
    -webkit-background-size: cover;
}
.event .pagetop_img {
    background: url(/content/000001569.jpg);
    background-repeat: none;
    background-position: bottom;
    -webkit-background-position: bottom;
    -webkit-background-size: cover;
}
.other_page .pagetop_img {
    background: url(/content/000001570.jpg);
    background-repeat: none;
    background-position: bottom;
    -webkit-background-position: bottom;
    -webkit-background-size: cover;
}
.pagetop_img_logo {
    position: absolute;
    top: 22%;
    right: -70px;
    text-align: right;
}
.pagetop_img_logo img {
    width: 617px;
}
.view_all_btn {
    text-align: center;
    margin: 60px auto 0;
    width: 200px;
}
.view_all_btn a {
    background: #070c47;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    display: inline-block;
}
.view_all_btn a:hover {
    background: #fff;
    border: 1px solid #070c47;
    color: #070c47;
}
/************************************
media
*************************************/
@media screen and (max-width: 1400px){

 /*.slick-slide img {
     position: initial;
     width: unset;
     top: unset;
 }*/
}

@media screen and (max-width: 1300px){

}


/*****************タブレット********************/
@media screen and (max-width: 1200px){
 .header_inner {
     width: 221px;
     height: 221px;
 }
 .slider_logo {
     top: 38%;
 }
 .slider_logo img {
     width: 73%;
 }
 .slider_text_free p {
     font-size: 17px;
 }
 #header_logo img {
     width: 92%;
 }
 .main_date img {
     width: unset;
 }
 .main_date p {
     font-size: 22px;
     letter-spacing: 4px;
 }
/* .main_banner_area {
     width: 52%;
 }*//*公開時*/
}

@media screen and (max-width: 1024px){
 .main_date h3 {
     width: 67%;
 }
 .inner_detail_schedule {
     width: 90%;
 }


}
@media screen and (max-width: 896px){
 .keynote {
     width: 328px;
 }
 .r_area {
     width: 88%;
     height: unset;
 }
 .key_img {
     width: 250px;
     height: 250px;
 }
 .key_bloc img {
     width: 250px;
     height: 250px;
 }
 .held_date {
     margin-top: 20%;
     height: 40px;
 }

.held_day_area .held_date{
     font-size: 25px;
 }
 .inner_all .held_date:before {
     top: 83px;
 }
 .venue {
     font-size: 16px;
 }
}
/*****************スマホ********************/
@media screen and (max-width: 767px){
 nav {
     width: 80%;
 }
 .main_body {
     font-size: 13px;
     /*margin-bottom: 20px;*/
 }
.main_date h3 {
    width: 96%;
    font-size: 23px;
}
 .main_date p {
     font-size: 16px;
     letter-spacing: 2px;
 }
 .main_banner_area {
     width: 97%;
     margin: 10px auto;
     font-size: 15px;
 }
 .control_btn{
     top: 20px;
     right: 15px;
 }
 .header_inner {
     width: 114px;
     height: 114px;
 }
 section.lazy.slider.slick-initialized.slick-slider {
     display: none;
}
 .slider_area {
     /*background: url(/content/000001391.jpg);*/
     height: 620px;
     background-position: -345px -41px;
 }
 .slider_text_area {
     width: 70%;
     top: 50%;
     min-height: auto;
     transform: translate(0, -50% );
 }
 .slider_logo {
     top: 52%;
     left: -27%;
 }
 .slider_logo img {
     width: 92%;
 }
 .slider_text_free p {
     font-size: 11px;
     line-height: 2.2em;
 }

 .slider_theme {
     margin: 5px 0;
 }
 .title_area {
     padding: 50px 0;
     background-size: 29%;
 }
 h4.day {
     font-size: 40px;
 }
 h4.day:before {
     bottom: -5px;
 }
 .held_day_area {
     padding: 20px 0;
 }
 .held_date {
     height: 88px;
     padding-top: 50px;
 }
 .held_day_area .held_date {
     font-size: 25px;
     margin-top: 15px;
     height: unset;
     padding: 25px 0;
 }
 .top_line {
     height: 90px;
     top: -30px;
 }
 .bottom_line {
     height: 90px;
     bottom: -25px;
 }

.a_main_banner_area {
    font-size: 15px;
    width: 100%;
}
 .inner_bloc_8 h4 {
     font-size: 50px;
 }
 .inner_bloc_8 h4:before{
     bottom: -15px;
 }
 .list_venue {
     margin: 10px 8%;
 }
 .footer_right ul {
     padding-inline-start: unset;
 }
 address.l-footer-copyright {
     padding: 10px 0;
 }
 .o_inner_bloc {
     width: 90%;
     margin: 0 5%;
 }
 .o_inner_bloc_img {
     width: 70%;
     margin: 0 15%;
 }
 .keynote {
     width: 90%;
     margin: 60px auto;
 }
 .key_index {
     justify-content: flex-start;
 }
 .r_area {
     width: 90%;
     top: 55%;
     right: -15px;
 }
 .top_date {
     font-size: 25px;
 }
 .key_top_line_active.is_active {
     right: 0;
     top: 6%;
 }
 .key_bottom_line_active.is_active {
     left: 0;
     bottom: 6%;
 }
.key_arrow:before {
    top: 67px;
    right: 6px;
}
.key_arrow.is_active:before {
    top: 67px;
    right: 6px;
}
.inner_s_d_bloc .key_arrow:before {
    top: 67px;
    right: 10px;
}
.inner_s_d_bloc .key_arrow.is_active:before {
    top: 67px;
    right: 10px;
}
 .special_dialog, .key_index .keynote {
     padding-bottom: 352px;
 }
 .inner_s_d_bloc .r_area {
     right: 11%;
     width: 80%;
 }
 .inner_s_d_bloc .key_top_line {
     right: -9%;
     top: 7%;
 }
 .inner_s_d_bloc .key_bottom_line {
     left: -9%;
     bottom: 7%;
 }
 .pagetop_img {
     height: 300px;
 }
 .pagetop_img_logo {
     right: -37px;
     top: 32%;
 }
 .pagetop_img_logo img {
     width: 350px;
 }
 .News_list dl {
     padding: 2% 0 0;
 }
 .key_title .name_size, .intro .name_size, .inner_detail_schedule .name_size, .inner_detail_schedule h5 .name_size {
     font-size: 15px;
 }
 td.list_date {
     width: auto;
     display: block;
 }
.list_title {
    width: 100%;
    display: block;
    padding: 10px 0;
}
td.event_list_venue {
    display: block;
    text-align: left;
    margin-bottom: 20px;
}
.video_link {
    position: relative;
}
.report h3 {
    font-size: 26px;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
}
.video_list {
    width: 45% !important;
    margin: 4% auto;
}
.video_capture_ul img {
    width: 24px;
    padding: 5px;
    top: -5px;
}
}

/***/


/**印刷**/
@media print {

}
/***2020改修***/
.slider_left {
    position: absolute;
    background: #070c47;
    height: 100%;
    z-index: 5;
    padding: 90px 36px 20px;
    width: 340px;
}
.s_area_logo {
    position: absolute;
    z-index: 4;
    width: 965px;
    right: -10%;
    bottom: -60px;
}
.top_massege {
    position: absolute;
    z-index: 3;
    bottom: 10%;
    left: 370px;
}
/*.control_lang {
    position: absolute;
    top: 120px;
    left: 50%;
    z-index: 5;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 9px;
    transform: translateX(-50%);
    width: max-content;
    text-align: center;
    -ms-word-break: keep-all;
}*/
.control_lang {
    z-index: 5;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 9px;
    width: max-content;
    text-align: center;
    -ms-word-break: keep-all;
    margin: 10px auto;
}
.control_lang a {
    color: #00adc3;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 7px 1px;
}
.control_lang a:hover {
    color: #b3e4f5;
    transition: color .2s;
}
.menu-trigger.trigger_02 {
    z-index: 15;
    cursor: pointer;
    display: flex;
    margin: 30px auto;
    width: 150px;
    align-items: center;
}
.trigger-btn {
    width: 50px;
    height: 40px;
}
.menu-trigger.trigger_02 span {
    background-color: #fff;
}
.menu-trigger.trigger_02 span:nth-of-type(2) {
    top: 50%;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
.menu-trigger.trigger_02 p {
    color: #00adc3;
    font-size: 25px;
    line-height: 1;
    margin: 0 0 0 15px;
}
.menu-trigger.trigger_02:hover span {
    background-color: #b3e4f5;
}
.menu-trigger.trigger_02:hover p {
    color: #b3e4f5;
}
.menu-trigger.trigger_02.active {
    position: relative;
    top: -120px;
    left: -70px;
}
.menu-trigger.trigger_02.active span:nth-of-type(3) {
    transform: translateY(-22px) rotate(45deg);
}
.menu-trigger.trigger_02.active p {
    display: none;
}
.control_lang.is_fixed {
    position: fixed;
    top: 30px;
    font-size: 18px;
    letter-spacing: 4px;
    padding: 5px;
}
.control_lang.is_fixed a {
    border: 1px solid;
    background: #fff;
    padding: 7px 8px;
    box-sizing: border-box;
    letter-spacing: 2px;
}
.menu-trigger.trigger_02.is_fixed {
    position: fixed;
    top: 92px;
    width: 35px;
    height: 30px;
    background: #fff;
    border: 1px solid #00adc3;
}
.menu-trigger.trigger_02.is_fixed p {
    font-size: 18px;
    margin-left: 40px;
}
.menu-trigger.trigger_02.is_fixed span {
    background-color: #00adc3;
    width: 66%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
.menu-trigger.trigger_02.is_fixed span:nth-of-type(1){
    top: 6px;
}
.menu-trigger.trigger_02.is_fixed span:nth-of-type(2) {
    top: 13px;
}
.menu-trigger.trigger_02.is_fixed span:nth-of-type(3){
    bottom: 6px;
}
.menu-trigger.trigger_02.is_fixed.active span {
    background-color: #fff;
}
.menu-trigger.trigger_02.is_fixed.active {
    background: none;
    border: none;
    left: 90px;
    top: 40px;
}
.menu-trigger.trigger_02.is_fixed.active span {
    background-color: #fff;
    transform: translateY(16px) rotate(-45deg);
}
.menu-trigger.trigger_02.is_fixed.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
}
.menu-trigger.trigger_02.is_fixed.active span:nth-of-type(1) {
    top: 0;
}
.menu-trigger.trigger_02.is_fixed.active span:nth-of-type(3) {
    bottom: 4px;
}
.left_inner {
    position: relative;
    height: 100%;
}
.vr_2 {
    left: 0;
    transform: translate(-100%);
}
.vr_2 li.menu a {
    font-size: 28px;
}
.vr_2 nav li {
    padding: 20px 20%;
}
.date_info {
    color: #fff;
    margin: 50px auto;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
}
.date_info span {
    display: block;
}
.date_info span.dele {
    display: none;
}
.sns_icon {
    display: flex;
    padding: 0;
    justify-content: center;
    margin: 0 auto 30px;
}
.sns_icon li {
    width: calc(50% /3);
}
.sns_icon li:not(:last-child) {
    margin-right: 4%;
}
.sns_icon li img {
    width: 100%;
}



.nav_logo {
    padding-left: 20%;
    width: 390px;
}
.theme_bloc {
    background: url(/content/000002884.jpg) no-repeat;
    background-position-y: 20%;
    background-position-x: 100%;
    padding: 150px 0 140px;
    background-size: 67%;
    position: relative;
}
.theme_bloc .row {
    width: 90%;
    margin:auto;
}
.themearea_title {
    padding-top: 20px;
}
.main_theme {
    margin: 10px 0;
    filter: drop-shadow(2px 2px 1px #ffffffcc);
    -webkit-filter: drop-shadow(1px 1px 1px #ffffffcc);
}
.theme_bloc h3{
    color: #070c47;
    font-weight: lighter;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 2em;
    font-size: 30px;
    margin: 30px 0 0 14px;
    text-shadow: 1px 1px #fff;
}
.theme_bloc .main_inner {
    margin-left: 14px;
}
.theme_bloc p{
    color: #4d4d4d;
    margin: 0;
    line-height: 2;
    font-size: 22px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: 4px;
}
.theme_bloc .main_banner_area {
    margin: 30px 0;
    width: 500px;
    padding: 10px;
}
.fade {
    width: 100%;
    margin-left: 340px;
}
/*.fade .slick-slide img {
    width: 100%;
    position: relative;
    top: -220px;
}*/

.fade .slick-slide div {
    line-height: 0;
}
.flyer {
    text-align: center;
}
.bloc_overview {
    padding: 5% 0;
    background: url(/content/000002865.png) center no-repeat;
    background-color: #edede3;
    background-size: 580px;
    background-position-y: 37%;
}
.title_bloc_2, .achive_title {
    background: url(/content/000002866.png) top center no-repeat;
    padding: 80px 0;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 5px;
    font-family: "Tw Cen MT", "小塚ゴシック Pr6N";
    text-align: center;
}
.achive_title {
    padding: 80px 0;
    color: #070c47;
    font-size: 46px;
    letter-spacing: 10px;
    line-height: 1;
    margin: 0;
}

.achive_subtitle {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #4d4d4d;
    font-family: "ヒラギノ角ゴ Pro";
    letter-spacing: 0.1em;
    color: #070c47;
    margin: 0;
}
.archive_video {
    text-align: center;
}

.bloc_overview .overview {
    margin-top: 80px;
    letter-spacing: 2px;
    line-height: 2;
}
.purpose {
    font-size: 18px;
    font-weight: bold;
}
table.sns_list {
    width: 100%;
    border-bottom: 1px solid;
    border-spacing: 0;
}
.sns_list th, .sns_list td {
    border-top: 1px solid;
    border-left: 1px solid;
    padding: 5px 20px;
    text-align: left;
}
.sns_list table {
    border-spacing: 0;
}
.sns_list td {
    border-right: 1px solid;
}
.social_media_policy a {
    text-decoration: underline;
    color: #34bed0;
}
.sns_m_list {
    list-style: disc;
    padding-left: 30px;
}
.sns_m_list li {
    margin-top: 15px;
    line-height: 1.2;
    font-size: 15px;
}
.inner_page_contact {
    margin-top: 70px;
    border: 1px solid #ccc;
    padding: 15px 20px;
    width: 600px;
}
.main_report {
    width: 1020px;
    margin: auto;
}
.r_area:hover .top_date {
    color: #fff;
}
.r_area:hover .video_link_btn {
    background: #fff;
    color: #070c47;
}
.r_area:hover .top_time {
    border-bottom: 1px solid #fff;
}
.view_all {
    text-align: center;
    width: 200px;
    margin: auto;
    position: relative;
}
.view_all a {
    display: inline-block;
    width: 100%;
    border: 1px solid;
    color: #070c47;
    padding: 5px 0;
}
.view_all a:before {
content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #070c47;
    border-right: solid 1px #070c47;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 38%;
    right: 20px;
}
.view_all a:hover:before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
.view_all a:hover {
    background: #070c47;
    color: #fff;
    transition: background .4s, color .4s;
}
.contact_bloc {
    border: 1px solid;
    padding: 15px 30px;
    width: 80%;
    margin: auto;
}
.contact_2020 {
    margin-bottom: 90px;
}
.blue_back{
    background: #070c47;
    color: #fff;
    padding-top: 0;
}
.bloc_2 {
    padding: 5% 0;
}
.title_move {
    position: relative;
    top: -98px;
    z-index: 2;
}
.title_move h2.title_bloc_2.design_title {
    background: url(/content/000002867.png) top center no-repeat;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.blue_back h3.s_subtitle{
    color: #fff;
}
.area_9 .title_move h2.title_bloc_2.design_title {
    background: url(/content/000002866.png) top center no-repeat;
    color: #070c47;
}

.area_9 .title_move h3.s_subtitle {
    color: #070c47;
}
.top_img {
    height: 350px;
}
.bg_color {
    background: #070c47;
    color: #fff;
    z-index: 2;
    position: relative;
    padding-bottom: 200px;
}
.indeximg {
    position: relative;
    /*width: 240px;*/
    width: 100%;
    margin: auto;
    min-height: 0%;
}
.indexlist_bloc {
    display: flex;
    flex-wrap: wrap;
    width: 1020px;
    margin: 70px auto 0;
    justify-content: center;
}
.blue_back .indexlist_bloc {
    margin-top: -60px;
}

.display_index {
    width: 29.33%;
    margin: 0 2% 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2%;
}
.display_index:hover {
    box-shadow: 4px 3px 4px 3px #ccc;
    transform: translateY(-10px);
    transition: .5s;
}
.blue_back .indexlist_bloc .display_index:hover {
    box-shadow: 8px 8px 5px 2px #000000;
    background: none;
}
.area_1 .display_index:hover, .area_5 .display_index:hover {
    background: #fff;
}
.display_index img {
    width: 100%;
}
.indeximg img {
    background: #fff;
}
.indexDate {
    font-size: 29px;
    font-weight: lighter;
    font-family: "ヒラギノ角ゴ Pro";
    position: relative;
    width: 90%;
    line-height: 33px;
    margin: 10px 0;
}
.indexDetailBloc {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    margin-top: 10px;
}
.indexIntro {
    font-size: 13px;
    margin-top: 5px;
}
.view_detail {
    border-bottom: 1px solid;
}
.view_detail a{
    position: relative;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    width: 100%;
}
.view_detail a::before,
.view_detail a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.view_detail a::before{
    left: 45px;
    width: 30px;
    height: 1px;
    background: #fff;
}
.view_detail a::after{
    left: 68px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news_border {
    border-top: 4px double #ccc;
    border-bottom: 4px double #ccc;
    width: 80%;
    padding: 20px 70px;
    margin: auto;
}
.registration {
    text-align: center;
    width: 400px;
    margin: 30px auto;
}
.registration a {
    width: 100%;
    display: inline-block;
    color: #fff;
    border: 1px solid;
    padding: 5px 0;
    font-size: 20px;
    position: relative;
}
.registration a:hover {
    background: #fff;
    color: #070c47;
}
.registration a:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 44%;
    right: 20px;
}
.registration a:hover:before {
    border-top: solid 1px #070c47;
    border-right: solid 1px #070c47;
}
.event_top_bloc {
    clear: both;
}
h1.event_title {
    width: 50%;
    float: left;
    margin: 0;
    font-size: 33px;
    background: url(/content/000002866.png) center no-repeat;
    background-size: auto;
}
.detail_content {
    width: 48%;
    float: right;
    margin-left: 2%;
}
.speakerbloc {
    clear: both;
    padding-top: 60px;
}
.speakersindex {
    display: flex;
    flex-wrap: wrap;
}
.speakersindex.mainSpeaker {
    justify-content: center;
}
.eventpage_speaker {
    width: 29.33%;
    margin: 30px  2%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2%;
}
.eventpage_speaker:hover {
    box-shadow: 4px 3px 4px 3px #ccc;
    transform: translateY(-10px);
    transition: .5s;
}
.eventpage_speaker .view_detail a {
    color: #4d4d4d;
}
.eventpage_speaker .view_detail a::after {
    border-top: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
}
.eventpage_speaker .view_detail a::before {
    background: #4d4d4d;
}
.TOPindex_mane {
    margin: 10px 0 5px;
    line-height: 20px;
    font-size: 26px;
    font-family: "Tw Cen MT", "小塚ゴシック Pr6N";
}
.speakerbloctitle {
    text-align: center;
    font-size: 30px;
    margin: 50px 0;
    border: 1px solid;
}
.eventspeaker {
    position: relative;
    min-height: 0%;
}
.eventpage_speaker h3 {
    margin: 0;
    line-height: 1;
    line-height: 16px;
    font-size: 26px;
    font-family: "Tw Cen MT", "小塚ゴシック Pr6N";
    font-weight: 500;
}
.eventspeaker .list_credit {
    bottom: 7px;
}
.other_info a, .news_border a {
    color: #00adc3;
    text-decoration: underline;
}
.other_info {
    width: 60%;
}
.event_theme {
    font-size: 30px;
    clear: both;
    padding-top: 80px;
    line-height: 1.3;
    text-align: center;
}
ul.name_list {
    margin: 50px 0 60px;
    list-style: disc;
    color: #070c47;
    padding: 0 55px;
}
.name_list li {
    padding: 5px 0;
    font-size: 17px;
    border-bottom: 1px dotted;
}
.n_position {
    font-size: 15px;
}
.online_schedule.inner_all {
    padding-top: 0;
}
.online_schedule .held_date {
    font-size: 38px;
    margin-top: 50px;
    line-height: 1;
}
.online_schedule .sub_bloc {
    width: 45%;
    background: #070c47;
    color: #fff;
    z-index: 2;
}
.online_schedule.inner_all .held_date:before {
    content: none;
}
.online_schedule h4.day {
    top: -70px;
    font-size: 80px;
}
.online_schedule h4.day:before {
    content: none;
}


.online_schedule .day_anchor {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 50px;
    height: 50px;
    left: 46%;
    bottom: 50px;
}
.online_plogrum .held_day_area {
    padding: 66px 5%;
}
.online_plogrum .held_day_area.held_day_1 {
    background: url(/content/000003170.png) no-repeat center;
    margin-top: 0;
}
.online_plogrum .held_day_area.held_day_2 {
    background: url(/content/000003171.jpg) no-repeat center;
}
.online_plogrum h4 {
    color: #4bbdce;
    text-align: left;
    line-height: 1;
    font-size: 100px;
}
.online_plogrum h4:before{
    content: none;
}
.online_plogrum .held_day_area .held_date {
    text-align: left;
    color: #fff;
    margin-top: 0;
    height: auto;
    padding: 0;
}
.online_plogrum .intro_header {
    background: #4bbdce;
}
.area_9 .top_img {
    height: 770px;
    position: sticky;
    top: 0;
    z-index: 1;
}
.area_9 .bloc_4 {
    background: #edede3;
    z-index: 2;
    position: relative;
    padding: 100px 0 200px;
}

.top_schedule_time {
    display: none;
}
.registerBtn {
    width: 100%;
    text-align: center;
}

.registerBtn a {
    width: 100%;
    display: inline-block;
    padding: 9px 0;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    border: 1px solid;
}
.registerBtn a:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 44%;
    right: 20px;
}
.registerBtn a:hover {
    color: #070c47;
    background: #fff;
    padding: 9px 0;
}

.registerBtn a:hover:before {
    border-top: solid 1px #070c47;
    border-right: solid 1px #070c47;
}
.menu_flyer {
    text-align: center;
    height: 300px;
    margin-top: 50px;
}
.menu_flyer.menu_flyer_2 {
    height: 500px;
}
.menu_flyer.menu_flyer_2 img {
    width: 200px;
}

.flyer_pdf {
    margin: 0;
    line-height: 1;
    color: #fff;
}
.acd-check{
    display: none;
}
.acd-label {
    background: #070c47;
    color: #fff;
    display: block;
    padding: 10px;
    position: relative;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

.acd-label:after{
    box-sizing: border-box;
    content: "Open +";
    display: block;
    /*font-family: "Font Awesome 5 Free";*/
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 19px;
    transform: translateY(-50%);
}
.acd-content{
    border: 1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: "Close -";
}
.acd-check:checked + .acd-label + .acd-content{
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
.footer_sns_icon {
    margin-left: auto;
    justify-content: flex-end;
    width: 200px;
}
.footer_sns_icon li {
    width: 50px;
    margin: 0 6px;
}
.footer_sns_icon img {
    width: 35px;
}
.thin_theme_area {
    margin: 30px auto;
    width: 90%;
    position: relative;
    display: flex;
}
.flex_left {
    flex: 1;
    min-width: 60%
}
.flex_right {
    width: 36%;
    margin-left: 4%;
}
.thin_theme_area .a_main_banner_area {
    margin: 23px 0;
}
.thin_theme_area .banner_a {
    padding: 10px 0;
}
.thin_theme_area .banner_a:hover {
    padding: 9px 0;
}
.thin_theme_area .flyer {
    display:flex;
}
.flyer_bloc:first-child {
    margin-right: 20px;
}
.flyer_img img {
    max-height: 200px;
}
.thin_theme_area p {
    color: #4d4d4d;
    margin: 0;
    line-height: 2;
    font-size: 22px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: 4px;
}
.area_6 .indexlist_bloc {
    justify-content: center;
}
/*.area_6 h2.title_bloc_2.design_title {
    background: no-repeat;
    padding: 0 0 30px;
}*/
.area_6 .bloc_2 {
    padding: 20px 0;
}
.area_6 .display_index {
    width: 215px;
}
.area_6 .indeximg {
    width: 100%;
}
/*.area_6 h3.s_subtitle {
    margin-top: -33px;
}*/
.area_9 .title_move {
    top: -202px;
}
.area_6 .indexlist_bloc {
    margin-top: 30px;
}
.control_lang.sp_control {
    display: none;
}
.Allspeakers_list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
}
.List_speaker {
    width: 26%;
    margin: 120px auto;
}
.other_page .List_speaker {
    margin: 0 auto 240px;
}
.List_speaker_img{
    width: 100%;
    position: relative;
}
.List_speaker_name{
    color: #070c47;
    font-size: 20px;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro";
    width: 90%;
    line-height: 1.3em;
}
.name_translate{
    color: #070c47;
}
.List_speaker_info{
    width: 100%;
    position: absolute;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    top: 86%;
    right: -54px;
    background: #fff;
    min-height: 200px;
    padding: 5% 5%;
}
.List_speaker_position{
    border-top: 1px solid #070c47;
}
.List_speaker_info:hover {
    background: #070c47;
}
.List_speaker_info:hover .List_speaker_name, .List_speaker_info:hover .name_translate {
    color: #fff;
}
.List_speaker_info:hover 
 .List_speaker_position {
    border-top: 1px solid #fff;
    color: #fff;
}
.List_speaker_info:hover .key_arrow:before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
.event_name a:hover {
    color: #4bbdce;
}
.contactPage .inner_page_contact {
    width: 100%;
}
.report_list {
    display: flex;
}
.report_img {
    width: 160px;
    margin-right: 35px;
}
.report_img img {
    border: 1px solid #d1d1d1;
}
.report_list {
    display: flex;
    border-bottom: 1px solid #d1d1d1;
    padding: 30px;
    position: relative;
}
.report_title {
    display: inline-block;
    vertical-align: middle;
}
.icon_pdf {
    width: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.report_title a {
    text-decoration: underline;
}
.report_title a:hover {
    color: #00adc3;
}
.report_img a:hover {
    opacity: 0.8;
}
a.line {
    text-decoration: underline;
}
a.line:hover {
    color: #00adc3;
}
.btn_form {
    text-align: center;
    width: 420px;
    margin: auto;
    position: relative;
}
.btn_form a {
    display: inline-block;
    width: 100%;
    border: 1px solid;
    color: #070c47;
    padding: 5px 0;
}
.btn_form a:before {
content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #070c47;
    border-right: solid 1px #070c47;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 38%;
    right: 20px;
}
.btn_form a:hover:before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
.btn_form a:hover {
    background: #070c47;
    color: #fff;
    transition: background .4s, color .4s;
}
.center.bottom_min {
    margin-bottom: 30px;
}
.report_content {
    width: 100%;
}
.area_2 {
    background: url(/content/000001587.png)center no-repeat;
    background-size: cover;
}
.area_2 .bloc_2 {
    background: none;
    backdrop-filter: grayscale(50%);
}
.News_list {
    width: 100%;
    margin: auto;
    padding: 10% 2%;
    backdrop-filter: blur(2px);
}
.year_overview {
    background: #edede3;
    padding: 40px 0 80px;
}
.year_tab_area {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    background: #edede3;
    padding-top: 50px;
}
.year_tab {
    width: 200px;
    text-align: center;
    margin: 0 20px;
}
.year_tab a {
    padding: 2px 0;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    border: 1px solid #070c47;
    background-color: #070c47;
    background-image: -webkit-linear-gradient(top, #08106f, #070c47);
    background-image: linear-gradient(to bottom, #08106f, #070c47);
    border-radius: 4px;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}


.year_tab a:hover {
  border:1px solid #1090c3;
  background-color: #1ab0ec;
  background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
  background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
.year_tab a:active {
 background: #1a92c2;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  color: #1679a1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
.day_video {
    text-align: center;
    margin-top: 40px;
}
.info_end {
    color: #fff;
}
.header_logo {
    width: 80%;
    margin: auto;
}

.video_title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    color: #070c47;
}
.flex {
    display: flex;
}
.flex_bloc {
    width: calc(92% /2);
    margin: 0 2%;
}
.flex_bloc_title {
    text-align: center;
}




@media screen and (max-width: 1799px){
/*.fade .slick-slide img {
    top: -100px;
}*/
}
@media screen and (max-width: 1620px){
/*.fade .slick-slide img {
    top: 0;
}*/
.registerBtn a:before {
    right: 10px;
    top: 38%;
}
}
@media screen and (max-width: 1500px){

.registerBtn a {
    padding: 9px 16px 9px 0;
}
.registerBtn a:hover {
    padding: 9px 16px 9px 0;
}
}
@media screen and (max-width: 1200px){
.slider_left {
    padding: 60px 20px 20px;
    width: 280px;
}
.fade {
    width: 100%;
    margin-left: 280px;
}
.top_massege {
    left: 320px;
    bottom: 5%;
}
.top_theme_img {
    width: 90%;
}
.footer_right ul {
    display: block;
    padding-left: 25px;
}
.footer_right li {
    width: 100%;
}
.footer_right ul.footer_sns_icon {
    display: flex;
}

nav.vr_2.open {
    width: 80%;
}
.main_report {
    width: 90%;
}
.indexlist_bloc {
    width: 90%;
}
.indeximg {
    width: 100%;
}
.bloc_2 {
    background-size: contain;
}
.fade.slider img {
    width: 100%;
    height: 100vw;
    object-fit: cover;
}
}
@media screen and (max-width: 1100px){
.List_speaker{
    width: 35%;
}
.slider_left {
    padding: 40px 20px 20px;
}
}
@media screen and (max-width: 1024px){
.theme_bloc .row {
    width: 90%
}
.date_info {
    margin: 50px 25px 30px;
}
.theme_bloc {
    background-size: 60%;
    background-position-y: 10%;
    padding: 70px 0;
}
.theme_bloc h3 {
    font-size: 25px;
    letter-spacing: 1px;
    margin: 0 0 0 14px;
}
.main_theme {
    width: 80%;
    margin: 0;
}
.theme_bloc p {
    font-size: 18px;
}
.themearea_title {
    padding-top: 0px;
}
.s_area_logo {
    width: 580px;
}
.top_theme_img {
    width: 80%;
}

.header_logo {
    width: 160px;
    margin: auto;
}

.flyer {
    bottom: 15px;
}
}
@media screen and (max-width: 1000px){
.bloc_overview {
    padding-top: 60px;
}
.date_info {
    padding: 10px 0;
    font-size: 14px;
}
.date_info p {
    margin: 0;
}
.info_end {
    font-size: 14px;
}
.control_lang {
    font-size: 15px;
}
.thin_theme_area .flyer {
    display: none;
}
.indexDate {
    font-size: 25px;
}
.display_index {
    width: 46%;
}
.indeximg {
    width: 100%;
}
.eventpage_speaker h3 {
    font-size: 24px;
}
}

@media screen and (max-width: 896px){
.fade {
    width: 100%;
}

h2.title_bloc_2.design_title {
    font-size: 30px;
    padding: 90px 0;
}
.area_3 h2.title_bloc_2.design_title {
    padding: 70px 0;
}
.top_img {
    height: 300px;
}
.title_move {
    top: -150px;
}
h1.event_title {
    font-size: 27px;
    background-size: 150px;
}
.event_theme {
    font-size: 20px;
}
.speakerbloctitle {
    font-size: 18px;
    margin: 10px 0;
}
.online_schedule .held_date {
    margin: 30px 0;
}
.registerBtn {
    bottom: 0;
}
.top_theme_img {
    width: 60%;
}
.slider_area {
    max-height: 800px;
    min-height: 700px;
}
}
@media screen and (max-width: 767px){
.fade{
    display: none;
}
 .slider_area.slider_bloc {
     background: url(/content/000002853.jpg) no-repeat right bottom;
     height: 50vh;
     min-height: 500px;
     background-position: unset;
     background-size: cover;
 }
.sns_icon {
    margin-bottom: 5px;
}
.top_massege {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 80%;
    margin: auto;
    left: 182px;
}
.top_theme_img {
    width: 60%;
}
.date_info {
    margin:15px 4px;
    line-height: 1.5;
}
.info_end {
    font-size: 12px;
    line-height: 1.2;
}

.slider_left {
    width: 160px;
    padding: 30px 6px;
}
.header_logo {
    width: 80%;
}
.s_area_logo {
    right: -88px;
    bottom: -35px;
    width: 90%;
}
.s_area_logo img {
    width: 100%;
}
nav {
    width: 100%;
}
nav.vr_2.open {
    width: 100%;
}
nav li {
    padding: 10px 20%;
}
.vr_2 li.menu a {
    font-size: 23px;
}
.nav_logo {
    width: 60%;
}
.control_lang {
    font-size: 15px;
    letter-spacing: 5px;
    top: 60px;
}
.menu-trigger.trigger_02 {
    width: 100%;
}
.slider_bloc .menu-trigger.trigger_02 {
    width: 80%;
}
.trigger-btn {
    width: 40px;
}
.menu-trigger.trigger_02 span {
    width: 40px;
}
.menu-trigger.trigger_02 p {
    font-size: 15px;
}
.menu-trigger.trigger_02.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
}
.theme_bloc .main_banner_area {
    width: 95%;
}
.theme_bloc {
    padding: 55px 0 40px;
}
.theme_bloc h3 {
    font-size: 20px;
    margin: 0 0 0 5px;
    letter-spacing: 0;
}
.theme_bloc p {
    font-size: 15px;
    line-height: 1.4;
}
.theme_bloc .main_inner {
    margin-left: 5px;
}
.footer_right ul {
    padding-left: 0;
}
.bloc_overview {
    background-size: 80%;
}
.menu-trigger.trigger_02.is_fixed {
    top: -8px;
    left: 50px;
    width: 35px;
}

.control_lang.is_fixed {
    top: 15px;
    left: 12px;
    font-size: 14px;
    letter-spacing: 1px;
    background: none;
    padding: 0;
}
.control_lang.is_fixed a {
    padding: 5px 3px;
    border: 1px solid;
    border-radius: 50%;
    background: #fff;
}
.control_lang.is_fixed {
    display: none;
}
.menu-trigger.trigger_02.active {
    top: -85px;
    left: 0px;
}
.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(25px) rotate(-45deg);
}
.control_lang.sp_control.is_fixed {
    display: inline;
}
.menu-trigger.trigger_02.is_fixed p {
    display: none;
}
.menu-trigger.trigger_02.is_fixed.active {
    top: 50px;
    left: 80px;
    width: 35px;
    height: 26px;
}
.menu-trigger.trigger_02.is_fixed.active span:nth-of-type(3) {
    bottom: 0;
}
.overview_title_area .s_subtitle {
    font-size: 17px;
    margin: 8px 0;
}
.keynote:nth-child(1) {
    margin: 0 auto;
}
.inner_page_contact {
    width: 90%;
}
.sns_m_list li {
    font-size: 13px;
}
.purpose {
    font-size: 15px;
}
.flyer {
    position: relative;
    left: 0px;
    margin-top: 36px;
}
.other_info {
    width: 100%;
}
.online_schedule .sub_bloc {
    width: 100%;
    margin-right: 0;
    min-height: 0;
}
.online_schedule .sub_bloc:last-child {
    margin: 200px 0 0;
}
.footer_right ul.footer_sns_icon {
    width: 100%;
}
.footer_sns_icon li {
    width: auto;
}
.acd-label {
    font-size: 25px;
}
.acd-label:after {
    content: "+";
}
.acd-check:checked + .acd-label:after {
    content: "-";
}
ul.name_list {
    padding: 0 10px 0 23px;
    margin: 30px 0;
}
.online_plogrum h4 {
    font-size: 50px;
}
.online_plogrum .held_day_area {
    padding: 25px 16px;
}
.thin_theme_area span {
    white-space: break-spaces;
}
.thin_theme_area p {
    line-height: 1.3;
}
.bloc_overview .overview {
    margin-top: 50px;
}
.thin_theme_area p {
    font-size: 17px;
}
h1.event_title {
    width: 100%;
}
.detail_content {
    width: 100%;
    margin-top: 20px;
}
.eventpage_speaker {
    width: 46%;
}
.List_speaker{
    width: 66%;
}
.List_speaker_info {
    min-height: auto;
}
.day_video iframe {
    width: 100%;
    height: auto;
    min-height: 182px;
}
iframe {
    min-height: 200px;
    width: 100%;
}
.video_capture_ul {
    margin: 0;
}
.video_capture_ul li {
    width: 100%;
}
.video_capture_ul li:not(first-child) {
    margin: 5px 0;
}
.year_tab_area {
    padding-top: 20px;
}
.year_tab a {
    padding: 5px 0;
    font-size: 16px;
    line-height: 1;
}
.achive_title {
    font-size: 26px;
}
.btn_form {
    width: 90%;
}
.sns_list th, .sns_list td {
    display: inline-block;
    width: 100%;
    border-right: 1px solid;
    word-break: break-all;
}
.sns_list th {
    background: #d6faff;
}
}
@media screen and (max-width: 500px){
.overview_title_area .s_subtitle {
    font-size: 17px;
    margin: 8px 0;
}
h2.title_bloc_2.design_title {
    background-size: 130px;
    padding: 57px 0;
    font-size: 20px;
}
.title_move h2.title_bloc_2.design_title{
    background-size: 130px;
}
.top_img {
    height: 144px;
}
.title_move {
    top: -69px;
}
.area_3 h2.title_bloc_2.design_title {
    padding: 60px 0;
    font-size: 20px;
    letter-spacing: 1.2px;
}
.registration {
    width: 90%;
}
.online_schedule h4.day {
    font-size: 65px;
}
.registerBtn {
    display: none;
}
.left_credit {
    line-height: 1.2;
    font-size: 11px;
}
.acd-label {
    font-size: 20px;
}
.area_9 .title_move h2.title_bloc_2.design_title {
    background-size: 130px;
    padding: 54px 0;
    font-size: 27px;
}
.area_9 .title_move {
    top: -66px;
}
.area_9 .bloc_4 {
    padding: 0 0 50px;
}
.indexDate {
    font-size: 20px;
    margin: 0;
}

.TOPindex_mane {
    font-size: 14px;
    margin: 0 0 3px;
}
.TOPsub_name {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 3px;
}
.indexDetailBloc {
    line-height: 1.2;
    padding: 5px 0;
}
.area_9 .top_img {
    height: 460px;
}
nav.vr_2.open {
    padding-top: 50px;
}
.menu-trigger.trigger_02.is_fixed.active {
    left: 12px;
    top: 0px;
}

nav.vr_2.open ul {
    padding: 0;
}
.area_1 .indexlist_bloc {
    padding-top: 40px;
}

ul.name_list {
    margin: 0 0;
    padding: 0 5px 0 15px;
}
.name_list li {
    font-size: 14px;
    line-height: 1.3;
}
.n_position {
    font-size: 12px;
}
.day_text {
    padding: 0 20px 25%;
}
.inner_detail_schedule {
    width: 100%;
}
.inner_bloc_8 p {
    font-size: 10px;
}
.News_list dd {
    width: 100%;
    margin: 0;
}
.other_page .bloc_all .event_group {
    font-size: 13px;
}
.report_img {
    margin-right: 10px;
}
.report_list {
    padding: 15px 5px;
}
.achive_title {
    font-size: 26px;
    background-size: 125px;
    padding: 52px 0;
}
.other_page .content_all h1 {
    font-size: 20px;
    margin: 10px auto 0;
}
.other_page .s_subtitle {
    font-size: 14px;
    margin: 2px 0 0;
}
.other_page .title_area.news_title {
    background-size: 34%;
    padding: 24px 0;
}
.center {
    margin: 30px auto;
}
.report h3 {
    font-size: 18px;
    padding: 20px 0;
}
.report .page_inner_title {
    margin-bottom: 30px;
}
.after_report_video iframe {
    margin: 0 auto;
}
.inner_page_contact {
    width: 100%;
    margin-top: 50px;
}
.contact_bloc {
    width: 100%;
}
}
@media screen and (max-width: 414px){
.slider_left {
    width: 120px;
}
.control_lang {
    font-size: 16px;
    letter-spacing: 3px;
    top: 50px;
}
.trigger-btn {
    width: 30px;
    height: 30px;
}
.menu-trigger.trigger_02 span {
    width: 30px;
}
.menu-trigger.trigger_02 p {
    font-size: 16px;
}
.menu-trigger.trigger_02.active {
    top: -110px;
    left: -20px;
}
.menu-trigger.trigger_02.active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
}

.nav_logo {
    width: 60%;
    margin: 0 0 20px;
}
nav li {
    padding: 5px 20%;
}
.vr_2 li.menu a {
    font-size: 18px;
}

.bloc_overview {
    background-size: 80%;
    background-position-y: 23%;
    padding-top: 45px;
}
.theme_bloc h3 {
    font-size: 18px;
}
.theme_bloc .main_banner_area {
    width: 100%;
}
.top_massege {
    left: 130px;
}
.top_theme_img {
    width: 68%;
}
.date_info {
    font-size: 10px;
}
span.ac_title {
    font-size: 50px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}
.title_date {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
h2.s_title {
    padding-bottom: 0;
    font-size: 25px;
}
.other_page .s_subtitle {
    font-size: 20px;
}
.intro {
 2020   padding-left: 0;
    line-height: 1.3;
}
.inner_s_d_bloc .r_area {
    right: 5%;
    width: 90%;
}
.other_page .title_area {
    margin-bottom: 0;
}
}
/*****/
