@charset "UTF-8";

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
ol,ul {list-style:none;}

body{font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; color:#222; font-weight:400; line-height:1;}
html{font-size: 62.5%;}
ul{list-style: none; }
a, input{outline:none;}

/**** Start of "Micro cf" ****/

.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* --------------------------------------------------------
	site setting
-------------------------------------------------------- */
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 3.5714vw;
}

.mt-80 {
    margin-top: 4.7619vw;
}

.mt-100 {
    margin-top: 5.9523vw;
}

.ml-10 {
    margin-left:10px;
}

.fc-white {
    color: #fff;
}

.fc-blue {
    color: #094bbd;
}

.fc-red {
    color: #E63946;
}

.fc-yellow {
    color: #ffeb3b;
}

.fs-10 {
    font-size: 1.0rem;
}

.fs-11 {
    font-size: 1.1rem;
}

.fs-12 {
    font-size: 1.2rem;
}

.fs-14 {
    font-size: clamp(1.2rem, 0.8rem + 0.31vw, 1.4rem);
}

.fs-16 {
    font-size: clamp(1.4rem, 1.0rem + 0.31vw, 1.6rem);
}

.fs-18 {
    font-size: clamp(1.6rem, 1.2rem + 0.31vw, 1.8rem);
}

.fs-20 {
    font-size: clamp(1.8rem, 1.4rem + 0.31vw, 2.0rem);
    font-weight: 600;
    line-height: 1.2;
}

.fs-22 {
    font-size: clamp(2.0rem, 1.6rem + 0.31vw, 2.2rem);
    font-weight: 600;
    line-height: 1.2;
}

.fs-24 {
    font-size: clamp(2.2rem, 1.8rem + 0.31vw, 2.4rem);
    font-weight: 600;
    line-height: 1.2;
}

.fs-32 {
    font-size: clamp(3.0rem, 2.6rem + 0.31vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
}

.fs-36 {
    font-size: clamp(3.4rem, 3.0rem + 0.31vw, 3.6rem);
    font-weight: 700;
    line-height: 1.2;
}

.fsr-48 {
    font-size: clamp(3.2rem, 2.5vw, 4.8rem);
    /*1920-1280 66% 48-32*/
    font-weight: 700;
}

.fsr-44 {
    font-size: clamp(2.904rem, -0.088rem + 2.34vw, 4.4rem);
    /*1920-1280 66% 44-29.4*/
    font-weight: 700;
}

.fsr-36 {
    font-size: clamp(2.4rem, 1.875vw, 3.6rem);
    font-weight: 700;
}

.fsr-24 {
    font-size: clamp(1.6rem, 1.25vw, 2.4rem);
    /*1920-1280 66% 24-16*/
    font-weight: 500;
}

.fw-normal {
    font-weight: normal;
}

.fw-bold {
    font-weight: 600;
}

.lh-100 {
    line-height: 1.0;
}

.lh-120 {
    line-height: 1.2;
}

.lh-140 {
    line-height: 1.4;
}

.lh-150 {
    line-height: 1.5;
}

.lh-160 {
    line-height: 1.6;
}

.lh-200 {
    line-height: 2.0;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.non-clickable {
    pointer-events: none;
}

/* --------------------------------------------------------
	style
-------------------------------------------------------- */
html {
    height: 100%;
}

body {}

a {
    color: #222;
}

a:hover {
    color: #063190;
}

figure {
    line-height: 0;
}

figure img {
    width: 100%;
    height: auto;
    line-height: 0;
}

figure figcaption {
    line-height: 1.2;
}

body:not(.en) .en-only {
    display: none;
}

body:not(.en) .en-only + * {
    margin-top: 0;
}

/* --------------------------------------------------------
	header
-------------------------------------------------------- */
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 99;
    /*transform: translate(0,-100%);*/
}

/*.loaded header {
  transform: translate(0,0);
  transition: 1.0s;
}*/
@media screen and (min-width: 835px) {
    header {
        transform: translate(0, -100%);
    }

    .loaded header {
        transform: translate(0, 0);
        transition: 1.0s;
    }
}

header .inner__left {
    padding-left: 30px;
    width: 210px;
    box-sizing: border-box;
}

header .inner__left img {
    width: 100%;
    height: auto;
}

header .inner__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    box-sizing: border-box;
}

header .inner__right .globalNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

header .inner__right .globalNavi a {
    color: #063190;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
}

header .inner__right .globalNavi a + a {
    margin-left: 40px;
}

header .inner__right .globalNavi a:before {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: inline;
    margin-right: 5px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
}

header .inner__right .globalNavi a.exhibitor:before {
    content: "\f1ad";
}

header .inner__right .globalNavi a.visitor:before {
    content: "\f007";
}

header .inner__right .globalNavi a.contact:before {
    content: "\f0e0";
}

header .inner__right .globalNavi a.lang:before {
    content: "\f0ac";
}

header .inner__right .globalNavi a.exhibitor:after,
header .inner__right .globalNavi a.visitor:after {
    content: "\f08e";
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: inline;
    margin-left: 10px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
}

/* --------------------------------------------------------
	sideNavi
-------------------------------------------------------- */
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 100px;
    width: 100%;
}

.container .sideNavi {
    position: fixed;
    width: 300px;
    height: calc(100vh - 100px);
    background: #0b56a9;
    overflow: auto;
    transform: translate(-100%, 0);
}

.loaded .container .sideNavi {
    transform: translate(0, 0);
    transition: 1.5s;
}

.menuList .single__btn.drawer {
    display: none;
}

.menuList .single__btn a,
.menuList .parent__btn a,
.menuList .child__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

.menuList .single__btn > a,
.menuList .parent__btn > a {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 500;
    height: 60px;
    background: #063190;
}

.menuList .single__btn > a.active {
    background: #0b56a9;
}

.menuList .single__btn > a:hover,
.menuList .parent__btn > a:hover {
    background: #0b56a9;
}

.menuList .child__btn > a {
    padding-left: 50px;
    font-size: 1.4rem;
    font-weight: 500;
    height: 40px;
}

.menuList .child__btn > a:hover {
    background: #1A237E;
}

.menuList .single__btn a:after,
.menuList .parent__btn a:after,
.menuList .child__btn > a:after {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: inline;
    position: absolute;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
}

.menuList .single__btn a:after {
    content: "\f105";
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}

.menuList .parent__btn a.active:after {
    content: "\f107";
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}

.menuList .parent__btn a:after {
    content: "\f106";
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}

.menuList .child__btn a:after {
    content: "\f105";
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
}

.menuList .banner__btn {
    padding: 30px 30px 0;
    width: 100%;
    box-sizing: border-box;
}

.menuList .banner__btn img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.menuList .sns__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 30px 30px 0;
    box-sizing: border-box;
}

.menuList .sns__btn a {
    display: block;
    width: 40px;
    height: 40px;
}

.menuList .sns__btn a img {
    width: 100%;
    height: 100%;
}

.menuList .sns__btn a + a {
    margin-left: 20px;
}

/* --------------------------------------------------------
	main
-------------------------------------------------------- */
main {
    margin-left: 300px;
    width: calc(100% - 300px);
}

.hero {
    width: 100%;
    clip-path: inset(0 0 0 100%);
}

.loaded .hero {
    width: 100%;
    clip-path: inset(0 0 0 0);
    transition: 1.5s;
}

.loaded .hero img {
    width: 100%;
    height:auto;
}

.container__vimeo {
    position: relative;
    width: 100%;
    height: auto;
    background: #111;
    aspect-ratio: 16/9;
}

.container__vimeo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/2024/bg-grid.png) no-repeat;
    background-size: cover;
    /*mix-blend-mode: multiply;*/
    z-index: 1;
    opacity: 0.8;
}

/*.container__vimeo:after {
  content:'';
  position: absolute;
  top:50%;
  left:50%;
  width:57.9710%;
  height:auto;
  background:url(../img/2024/img-herologo.svg) no-repeat;
  background-size: cover;
  aspect-ratio:50/19;
  transform: translate(-50%, -50%);
  z-index: 1;
}*/
.container__vimeo .vimeo-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: auto;
    font-feature-settings: "palt";
    transform: translate(-50%, -50%);
    z-index: 1;
}

.container__vimeo .vimeo-overlay:before {
    content: '';
    display: block;
    width: 84%;
    height: auto;
    background: url(../img/2024/img-herologo-after02.svg) no-repeat;
    background-size: cover;
    aspect-ratio: 40000/5487;
}

.container__vimeo .vimeo-overlay .vimeo-overlay__text {
    margin-top: 40px;
    padding-top: 40px;
    width: 84%;
    border-top: 1px solid #fff;
}

/*body.en .container__vimeo:after {
  background:url(../img/2024/img-herologo-en.svg) no-repeat;
  background-size: cover;
  aspect-ratio:800/343;
}*/
/*body.en .container__vimeo .vimeo-overlay:before {
  background:url(../img/2024/img-herologo-after-en.svg) no-repeat;
  background-size: cover;
  aspect-ratio:1600/431;
}*/
.container__vimeo iframe {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* --------------------------------------------------------
	top
-------------------------------------------------------- */
.top section {
    margin: 0 auto 5.9523vw;
    padding-bottom: 5.9523vw;
    width: 94.2028%;
    border-bottom: 1px solid #ccc;
}

.top section:first-of-type {
    margin-top: 5.9523vw;
}

.section__inner {
    position: relative;
    margin: 0 auto;
    width: 90.7632%;
}

.section__title--en {
    height: 45px;
}

.en #promotion-video .section__title--en {
    height: 50px;
}

.section__title--en img {
    width: auto;
    height: 100%;
}

.section__title--jp {
    margin-top: 20px;
    color: #094bbd;
}

.en .section__title--jp {
    display: none;
}

.top__news .section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.btn__newslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    width: 200px;
    height: 40px;
    text-decoration: none;
    border: 1px solid #063190;
    box-sizing: border-box;
    border-radius: 999px;
}

.btn__newslist .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    border-right: 1px solid #063190;
    border-radius: 999px 0 0 999px;
    box-sizing: border-box;
}

.btn__newslist .icon img {
    width: 26px;
    height: auto;
}

.btn__newslist .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 60px);
    color: #063190;
    text-decoration: none;
}

.btn__newslist:hover {
    background: #063190;
}

.btn__newslist:hover .icon {
    background: #fff;
}

.btn__newslist:hover .text {
    color: #fff;
}

.btn__newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    max-width: 300px;
    width: 25.4237%;
    height: auto;
    text-decoration: none;
    border-radius: 100%;
    background: #063190;
    box-sizing: border-box;
    aspect-ratio: 1/1;
}

.btn__newsletter:hover {
    background: #0b56a9;
}

.btn__newsletter p {
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.btn__newsletter img {
    margin-top: 1.1904vw;
    width: 68%;
    height: auto;
}

.top .news__list {
    width: 74%;
}

.news__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 60px;
}

.news__list li .date {
    position: relative;
    width: 130px;
    box-sizing: border-box;
}

.news__list li .text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    width: calc(100% - 130px);
    line-height: 1.3;
    box-sizing: border-box;
}

.news__list li:first-child .text:before {
    content: 'NEW';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 2px 10px;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 3px;
    background: #094bbd;
}

.new_tag .text:before {
    content: 'NEW';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 2px 10px;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 3px;
    background: #094bbd;
}

.news__list li .text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
    box-sizing: border-box;
}

.container__2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top__about .container__2column .inner__left {
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top__about .container__2column .inner__left .event__info {
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top__about .container__2column .inner__left .event__info p + p {
    margin-top: 30px;
}

.event__info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.event__info li .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.event__info li .item:after {
    content: '：';
}

.event__info li .text {
    box-sizing: border-box;
}

.link__list {
    width: 440px;
}

.link__list li + li {
    margin-top: 20px;
}

.link__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    font-weight: 700;
    text-decoration: none;
}

.link__list li a .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: auto;
    height: 100%;
    background: #094bbd;
    aspect-ratio: 1/1;
}

.link__list li a .icon:before {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
}

.link__list li a.link__outline .icon:before {
    content: "\f03a";
}

.link__list li a.link__access .icon:before {
    content: "\f3c5";
}

.link__list li a.link__pdf .icon:before {
    content: "\f1c1";
}

.link__list li a.link__regist .icon:before {
    content: "\f2bb";
}

.link__list li a.link__emp .icon:before {
    content: "\f1ad";
}

.link__list li a.link__vmp .icon:before {
    content: "\f007";
}

.link__list li a .text {
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    color: #094bbd;
    border: 1px solid #094bbd;
    box-sizing: border-box;
    z-index: 0;
}

.link__list li a .text:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #094bbd;
    clip-path: inset(0 100% 0 0);
    transition: 0.5s;
    z-index: -1;
}

.link__list li a:hover .text {
    color: #fff;
}

.link__list li a:hover .text:before {
    clip-path: inset(0 0 0 0);
    transition: 0.5s;
}

.link__list li a .text:after {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
    transform: translate(0, -50%);
}

.link__list li .external .text:after {
    content: "\f08e";
}

.top__about .inner__right figure {
    width: 100%;
}

.price__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.price__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 33.3333%;
}

.price__list > li .inner__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 20px 10px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    background: #094bbd;
    box-sizing: border-box;
}

.price__list > li .inner__bottom {
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    width: 100%;
    background: #efefef;
    box-sizing: border-box;
}

.price__list > li:nth-child(2) .inner__top {
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
}

.price__list > li:nth-child(2) .inner__bottom {
    border-right: 1px solid #094bbd;
    border-left: 1px solid #094bbd;
}

.price__list > li .inner__bottom .date {
    color: #222;
    font-weight: 700;
}

.price__list > li .inner__bottom .price {
    color: #094bbd;
    font-weight: 700;
}

.note__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.note__list li:before {
    content: '※';
    margin-right: 2px;
}

.en .top__visitor .note__list li:before,
.en .visitor-registration .note__list li:before {
    content: '*';
}

.note__list li + li {
    margin-top: 10px;
}

.price__list .note__list li {
    letter-spacing: -0.1em;
}

.en .price__list .note__list li {
    letter-spacing: -0.08em;
}

.price__list .note__list li + li {
    margin-top: 5px;
}

.disk__list {
    list-style-type: disc;
    margin-left: 20px;
}

.disk__list > li + li {
    margin-top: 15px;
}

.decimal__list {
    list-style-type: decimal;
    margin-left: 20px;
}

.decimal__list > li + li {
    margin-top: 15px;
}

.alpha__list {
    list-style-type: lower-alpha;
    margin-left: 20px;
}

.alpha__list > li + li {
    margin-top: 15px;
}

.square__list {
    list-style-type: square;
    margin-left: 20px;
}

.square__list > li + li {
    margin-top: 15px;
}

.circle__list {
    list-style-type: circle;
}

.circle__list > li + li {
    margin-top: 15px;
}

.free__list {}

.free__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.free__list > li + li {
    margin-top: 15px;
}

.free__list > li .marker {
    margin-right: 5px;
}

.container__pv {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.container__pv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner {
    margin-right: auto;
    margin-left: auto;
    width: 94.2028%;
    text-align: center;
}

.banner img {
    width: 90.7632%;
    height: auto;
}

.top footer {
    padding-top: 5.9523vw;
    padding-bottom: 5.9523vw;
    text-align: center;
}

/* --------------------------------------------------------
	contents
-------------------------------------------------------- */
.contents article {
    margin: 0 auto 5.9523vw;
    padding-bottom: 5.9523vw;
    width: 94.2028%;
    border-bottom: 1px solid #ccc;
}

.contents .article__inner {
    position: relative;
    margin: 0 auto;
    width: 90.7632%;
}

.contents .about_press .article__inner p, .contents .about_press .article__inner span, .contents .about_press .article__inner a, .contents .about_press .article__inner u {
    font-size: clamp(1.6rem, 1.2rem + 0.31vw, 1.8rem) !important;
    line-height:2.0;
}

@media screen and (max-width: 1440px) {
    .contents .about_press .article__inner p, .contents .about_press .article__inner span, .contents .about_press .article__inner a, .contents .about_press .article__inner u {
        font-size: clamp(1.6rem, -1.7888rem + 1.26vw, 1.8rem) !important;
    }
}

.article__title--en {
    height: 45px;
}

.article__title--en.tall {
    height: 56px;
}

.article__title--en img {
    width: auto;
    height: 100%;
}

.article__title--jp {
    margin-top: 20px;
    color: #094bbd;
}

.en .article__title--jp {
    display: none;
}

.breadcrumb {
    margin: 0 auto 2.3809vw;
    width: 94.2028%;
}

.breadcrumb .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.breadcrumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.breadcrumb .home:before {
    content: "\f015";
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: inline;
    margin-right: 5px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
}

.breadcrumb .arrow:before {
    content: "\f105";
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: inline;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
}

.breadcrumb .current {
    color: #999;
}

.breadcrumb a + a,
.breadcrumb a + span,
.breadcrumb span + span,
.breadcrumb span + a {
    margin-left: 20px;
}

.contents article section {
    margin-bottom: 4.7619vw;
}

.contents article.outline section {}

.contents article section:last-of-type {
    margin-bottom: 0;
}

.container__2column.ratio63-37 > .inner__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: calc(100% - (37.2881% + 40px));
}

.container__2column.ratio63-37 > .inner__right {
    margin-left: 40px;
    width: 37.2881%;
}

.trimmingImg-container--1row figure {
    position: relative;
    width: 100%;
    height: 100%;
}

.summary .trimmingImg-container--1row figure {
    position: relative;
    width: 100%;
    height: calc(100% - 30px);
}

.trimmingImg-container--2row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trimmingImg-container--2row figure {
    position: relative;
    width: 100%;
    height: 49%;
}

[class*="trimmingImg-container--"] figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

[class*="trimmingImg-container--"] figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 130%);
    z-index: 1;
}

.container__2column.ratio73-27 > .inner__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: calc(100% - (27.1186% + 40px));
}

.container__2column.ratio73-27 > .inner__right {
    margin-left: 40px;
    width: 27.1186%;
}

.container__2column.ratio50-50 > .inner__left {
    width: 49%;
}

.container__2column.ratio50-50 > .inner__right {
    width: 49%;
}

.container__2column.ratio70-30 > .inner__left {
    width: calc(100% - (30% + 40px));
}

.news .container__2column.ratio70-30 > .inner__left {
    width: 100%;
}

.container__2column.ratio70-30 > .inner__right {
    margin-left: 40px;
    width: 30%;
}

.outline .container__2column.ratio50-50 > .inner__left,
.outline .container__2column.ratio50-50 > .inner__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.outline .container__2column.ratio50-50 .container__title + p {
    flex-grow: 1;
}

.outline__table01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.outline__table01 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 110px;
    min-height: 100px;
    color: #fff;
    background: #094bbd;
    box-sizing: border-box;
}

.outline__table01 .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: calc(100% - 110px);
    color: #171c61;
    background: #efefef;
    box-sizing: border-box;
}

.outline__table02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.outline__table02 .item {}

.outline__table02 .data {
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 20px;
    border-left: 1px solid #222;
    box-sizing: border-box;
}

.article__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #171c61;
    height: 40px;
    border-left: 5px solid #094bbd;
    box-sizing: border-box;
}

.outline .inner__right figure {
    width: 100%;
}

.marketdata__table {}

.marketdata__table li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

.marketdata__table li > .inner__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    width: 50%;
    height: 100%;
    background: #eee;
    box-sizing: border-box;
}

.marketdata__table li > .inner__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 30px;
    width: 50%;
    height: 100%;
    color: #fff;
    border-left: 1px solid #fff;
    background: #094bbd;
    box-sizing: border-box;
}

.outline .container__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.outline .container__title.jc-fs {
    justify-content: flex-start;
}

.outline .container__title.jc-fs .label__option {
    margin-left: 30px;
}

.label__option {
    display: inline-block;
    padding: 10px;
    color: #fff;
    background: #094bbd;
    box-sizing: border-box;
    white-space: nowrap;
}

.container__4column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container__4column > * {
    width: 24%;
}

.mail__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.mail__container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 32%;
    text-decoration: none;
}

.mail__container a + a {
    margin-left: 1.3333%;
}

.mail__container .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    height: 60px;
    color: #fff;
    font-weight: 700;
    background: #094bbd;
    box-sizing: border-box;
}

.mail__container .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 80px;
    color: #222;
    background: #eee;
    z-index: 0;
}

.mail__container .address:before {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    content: "\f0e0";
    -webkit-font-smoothing: antialiased;
    display: inline;
    margin-right: 5px;
    color: #094bbd;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
}

.mail__container a:hover .address,
.mail__container a:hover .address:before {
    color: #fff;
    transition: 0.5s;
}

.mail__container .address:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #094bbd;
    clip-path: inset(0 0 100% 0);
    transition: 0.5s;
    z-index: -1;
}

.mail__container a:hover .address:after {
    clip-path: inset(0 0 0 0);
    transition: 0.5s;
}

.mailtoui-button:focus .mailtoui-button-content {
    background-color: #fff !important;
    color: #222 !important;
}

.mailtoui-button:focus .mailtoui-button-content:hover {
    background-color: #eee !important;
    color: #222 !important;
}

.mailtoui-button-content:hover {
    background-color: #eee !important;
    color: #222 !important;
}

.contents footer {
    padding-bottom: 5.9523vw;
    text-align: center;
}

.access p {
    overflow-wrap: break-word;
}

.container__map {
    width: 100%;
}

.contents .news__article .inner__left .article__date {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #094bbd;
    box-sizing: border-box;
}

.contents .news__article .inner__left .article__title {
    margin-bottom: 40px;
    padding-bottom: 40px;
    color: #063190;
    line-height: 130%;
    border-bottom: 1px solid #ccc;
}

.contents .news__article .inner__left .article__title a {
    color: #063190;
}

.contents .news__article .inner__left .article__img {
    margin: 0 auto;
    width: 70%;
}

.contents .news__article .inner__left .article__img + .article__main {
    margin-top: 40px;
}

.contents .news__article .inner__left .article__main {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

.contents .news__article .inner__left .article__main a {
    color: #094bbd;
}

.contents .news__article .inner__right {
    padding: 40px 20px;
    background: #efefef;
    box-sizing: border-box;
}

.contents .news__article .inner__right .news__list {
    margin-top: 0;
}

.contents .news__article .inner__right .news__list li {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
}

.contents .news__article .inner__right .news__list li + li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}

.contents .news__article .inner__right .news__list .date {
    width: 100%;
    font-size: 1.4rem;
}

.contents .news__article .inner__right .news__list .text {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
    font-size: 1.6rem;
}

.contents .news__article .inner__right .news__list .text:after {
    content: none;
}

.vas__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.vas__table .table__head {
    padding: 20px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #094bbd;
}

.vas__table .table__data {
    padding: 20px;
    width: 50%;
    text-align: center;
    background: #eee;
    box-sizing: border-box;
}

.vas__table .table__data + .table__data {
    border-left: 1px solid #094bbd;
}

.vas__table .table__data p {
    margin-bottom: 0;
}

.vas__table .table__data .price {
    color: #094bbd;
}

.visa_deadline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 30px;
    color: #063190;
    font-weight: bold;
}

.visa_deadline:before {
    content: "\f06a";
    pointer-events: none;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right: 4px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
}

.visa_deadline div:nth-of-type(1):after {
    content: '：';
}

.visa_deadline div:nth-of-type(2) {
    margin-left: 10px;
}

.option__table {
    width: 100%;
    line-height: 1.4;
    table-layout: fixed;
}

.option__table th,
.option__table td {
    padding: 20px;
    border-bottom: 1px solid #fff;
    background: #eee;
    box-sizing: border-box;
    vertical-align: middle;
}

.option__table th {
    text-align: center;
}

.option__table td:not(:nth-of-type(1)) {
    text-align: center;
}

.option__table th:nth-of-type(1) {
    width: 68%;
}

.option__table th:nth-of-type(2) {
    width: 16%;
}

.visitor-registration .option__table th:nth-of-type(2),
.visitor-registration .option__table td:nth-of-type(2) {
    border-left: 1px solid #fff;
    box-sizing: border-box;
}

.option__table th:nth-of-type(3) {
    width: 16%;
}

.exhibitor-registration .option__table th:nth-of-type(2),
.exhibitor-registration .option__table td:nth-of-type(2) {
    color: #fff;
    background: #094bbd;
}

.visitor-registration .option__table th:nth-of-type(3),
.visitor-registration .option__table td:nth-of-type(3) {
    color: #fff;
    background: #094bbd;
}

.option__table .circle:before {
    content: "\f111";
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: inline;
    margin-right: 5px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
}

.link__list.large {
    margin-right: auto;
    margin-left: auto;
    width: 50.8474%;
}

.link__list.large li a {
    height: 80px;
    background: #171c61;
    box-sizing: border-box;
}

.link__list.large li a .text {
    color: #fff;
}

.exhibitor-rules .decimal__list > li + li,
.exhibitor-rules .alpha__list > li + li,
.privacy-policy .decimal__list > li + li {
    margin-top: 40px;
}

.contact .mail__container {
    justify-content: space-between;
}

.contact .mail__container a {
    margin-top: 20px;
    width: 49%;
}

.mail__container a + a {
    margin-left: 0%;
}

/* 2026-2-10 変更ここから */

.archive__title--jp {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  margin: 28px 0 20px !important;
  padding: 12px 14px;
  border-left: 6px solid #063190;   /* accent bar */
  background: #f6f7f9;           /* subtle panel */
  border-radius: 6px;
  clear: both;
}

.archive__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 10px !important;
}

.archive__list:before,
.archive__list:after {
    display: none !important;
}

.archive__list li {
    margin: 0 !important;
    box-sizing: border-box;
    width: calc((100% - (20px * 4)) / 5); 
}

@media screen and (max-width: 1280px) {
    .archive__list li { width: calc((100% - (20px * 3)) / 4); } /* 4枚並び */
}

@media screen and (max-width: 1024px) {
    .archive__list li { width: calc((100% - (20px * 2)) / 3); } /* 3枚並び */
}

@media screen and (max-width: 640px) {
    .archive__list li { width: calc((100% - (20px * 1)) / 2); } /* 2枚並び（スマホ） */
}

@media screen and (max-width: 375px) {
    .archive__list li { width: 100%; } /* 極小スマホは1枚並び */
}

/* 2026-2-10 変更ここまで */

.archive__list li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.archive__list figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    background: #fff;
    aspect-ratio: 2/3;
}

.archive__list figure img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.archive__list figure:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #efefef;
    box-sizing: border-box;
    transition: 0.2s;
}

.archive__list .name {
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    line-height: 1.2;
    background: #efefef;
    box-sizing: border-box;
    transition: 0.2s;
}

.archive__list li a:hover figure:after {
    border: 2px solid #063190;
    transition: 0.2s;
}

.archive__list li a:hover .name {
    color: #fff;
    background: #063190;
    transition: 0.2s;
}

.exhibitor__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.exhibitor__list:after {
    content: '';
    display: block;
    width: 24%;
}

.exhibitor__list:before {
    content: "";
    display: block;
    width: 24%;
    /* 子要素と同じ幅 */
    order: 1;
    /* アイテムの並び順 */
}

.exhibitor__list li {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
    width: 24%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.exhibitor__list figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #fff;
    aspect-ratio: 16/9;
}

.exhibitor__list figure img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.exhibitor__list figure p {
    font-size: 2.4rem;
    color: #ccc;
}

.exhibitor__list li .inner__bottom {
    padding: 20px 10px;
    box-sizing: border-box;
}

.exhibitor__list .name {}

.exhibitor__list .data__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.exhibitor__list .pavilion {
    padding: 8px 20px;
    color: #094bbd;
    border: 1px solid #094bbd;
    background: #fff;
    border-radius: 999px;
    box-sizing: border-box;
}

.exhibitor__list .website {
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    background: #0b56a9;
    border-radius: 999px;
    box-sizing: border-box;
}

.exhibitor__list .website:after {
    content: "\f08e";
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: inline;
    margin-left: 10px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
}

.exhibitor__list .website:hover {
    background: #063190;
}

.exhibitor__list .pavilion + .website {
    margin-left: 10px;
}

.exhibitor__banner {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    transition: 0.2s;
}

.exhibitor__banner:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.exhibitor__banner figcaption {
    position: absolute;
    top:0;
    left:0;
    font-size: 1.0rem;
    transform: translate(0,-120%);
}

.order__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    gap:10px;
}

.order__list li {
}

.order__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    /*border-radius: 999px;*/
    background: #0b56a9;
}

.order__list li:last-child a {
    width: 60px;
}

.order__list li a:hover {
    background: #063190;
}

.pavilion__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin-top: -30px;
}

.pavilion__list:after {
    content: '';
    display: block;
    width: 32%;
}

.pavilion__list li {
    margin-top: 30px;
    width: 32%;
}

.pavilion__list li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.pavilion__list figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    background: #fff;
    aspect-ratio: 16/9;
}

.pavilion__list figure img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.pavilion__list figure:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #efefef;
    box-sizing: border-box;
    transition: 0.2s;
}

.pavilion__list .name {
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    line-height: 1.2;
    background: #efefef;
    box-sizing: border-box;
    transition: 0.2s;
}

.pavilion__list li a:hover figure:after {
    border: 2px solid #063190;
    transition: 0.2s;
}

.pavilion__list li a:hover .name {
    color: #fff;
    background: #063190;
    transition: 0.2s;
}

.btn__btt {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    background: #094bbd;
}

.btn__btt:hover {
    color: #fff;
    background: #0b56a9;
}

.btn__btt:before {
    content: '\f2ea';
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: inline;
    margin-right: 10px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
}

.seminar nav.schedule__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seminar nav.schedule__list > a {
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
}

.seminar nav.schedule__list > a.active,
.seminar nav.schedule__list > a:hover {
    color: #094bbd;
}

.seminar nav.schedule__list > a + a {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #ccc;
}

.seminar .seminar__list {
    padding: 40px;
    background: #efefef;
    box-sizing: border-box;
}

.seminar .seminar__list > li + li {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px dashed #999;
}

.seminar .seminar__date {
    display: inline-flex;
    position: relative;
    padding: 4px 10px 4px 0;
    color: #fff;
    letter-spacing: 0.1em;
    background: #094bbd;
}

.seminar .seminar__date .time {
    margin-left: 10px;
}

.seminar .seminar__date:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: #094bbd;
    transform: translate(-40px, 0);
}

.seminar .seminar__titleWrapper {
    padding-left: 15px;
    border-left: 3px solid #094bbd;
    box-sizing: border-box;
}

.seminar .seminar__titleWrapper {
    padding-left: 15px;
    border-left: 3px solid #094bbd;
    box-sizing: border-box;
}

.seminar .seminar__imageWrapper img {
    max-width: 100%;
}

.seminar .seminar__speaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.seminar .seminar__speaker > div {
    margin-right: 10px;
    line-height: 1.5;
}

.seminar .speaker__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -20px;
}

.seminar .speaker__list li {
    margin-top: 10px;
    margin-left: 20px;
    line-height: 1.5;
}

.seminar .speaker__list li + li {
    /*margin-top:15px;*/
    /*margin-left:15px;*/
}

.news__banner {
    position: relative;
    margin-right:auto;
    margin-left:auto;
    width: 100%;
}

.news__banner img {
    width: 100%;
    height:auto;
}

.news__banner figcaption {
    position: absolute;
    top:0;
    left:0;
    font-size: 1.0rem;
    transform: translate(0,-120%);
}

.seminar__iframe-container {
    margin-right:auto;
    margin-left:auto;
    width:100%;
    box-sizing: border-box;
}

#seminar__iframe {
    width:100%;
}

.limited-time-element {
    position: relative;
    color:#FB2A27;
    padding-left:1.2em;
    box-sizing: border-box;
}

body.en .limited-time-element {
    padding-left:0.7em;
}

.limited-time-element::before {
    content:'※';
    position: absolute;
    top:0;
    left:0;
}

body.en .limited-time-element::before {
    content:'*';
}

/* --------------------------------------------------------
	tab
-------------------------------------------------------- */
.tabmenu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.tabmenu__container .tabmenu {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 19.8%;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background: #fff;
    box-sizing: border-box;
}

.tabmenu__container .tabmenu.active {
    color: #fff;
    border: 1px solid #0b56a9;
    background: #0b56a9;
}

.tablist {
    display: none;
    border-top: 1px solid #ccc;
}

.tablist.active {
    display: block;
}

.table__container {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
}

.table__container .booth__title {
    padding: 30px 20px;
    color: #0b56a9;
    font-size: 24px;
    font-weight: 700;
    box-sizing: border-box;
}

.table__container table {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.2;
}

.table__container table th,
.table__container table td {
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.table__container table td {
    border-left: 1px solid #ccc;
}

.table__container table tr:first-of-type th,
.table__container table tr:first-of-type td {
    border-top: 1px solid #ccc;
}

.table__container table tr:last-of-type th,
.table__container table tr:last-of-type td {
    border-bottom: none;
}

.table__container .list__disc {}

.table__container .list__disc li {
    list-style: disc;
    margin-left: 20px;
}

.table__container .list__disc li + li {
    margin-top: 10px;
}

.table__container .figure__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.table__container .figure__container figure {
    width: 61.0169%;
}

@media screen and (max-width: 1060px) {
    .tabmenu__container .tabmenu {
        font-size: 14px;
    }
}

@media screen and (max-width: 834px) {
    .tabmenu__container {
        margin-top: 50px;
    }

    .tabmenu__container .tabmenu {
        margin-top: 10px;
        width: 49%;
        border-bottom: 1px solid #ccc;
        border-radius: 10px;
    }

    .tablist__container {
        margin-top: 20px;
    }
}

/* --------------------------------------------------------
  絞り込み
-------------------------------------------------------- */
#search_form {
    line-height:1;
}
.filter-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px 10px;
    width:100%;
}

.filter-controls__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 10px;
    position: relative;
    width: 100%;
}

.filter-controls__buttons div {
    display: inline-block;
    position: relative;
}
.filter-controls__buttons div::after {
    content: "\f0dc";
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top:50%;
    right:10px;
    color:#094bbd;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
    transform: translate(0,-50%);
}

.filter-controls__reset {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    width: 48%;
    height: 40px;
    color: #666;
    border: none;
    border-radius: 5px;
    background: #eee;
    box-sizing: border-box;
}

.filter-controls__reset:hover {
    color: #222;
    background: #ccc;
}

.filter-controls__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width:100%;
    gap:20px 2%;
}

.modal-content__selecter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 0 5px;
    width:49%;
}

.modal-content__selecter input {
    margin: 0;
    width:16px;
    height:16px;
    line-height: 0;
    transform: translate(0,1px);
}

.modal-content__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #ccc;
    width: 100%;
    box-sizing: border-box;
}

/* --------------------------------------------------------
  modal
-------------------------------------------------------- */
/*モーダルを開くボタン*/
.filter-controls .modal-open {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 10px;
    height: 40px;
    color: #094bbd;
    letter-spacing: -0.04em;
    background: #fff;
    border: 1px solid #094bbd;
    border-radius: 5px;
    box-sizing: border-box;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.85);
    padding: 160px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
    opacity: 1;
    visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1000px;
    width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #111;
    cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
    background: #fff;
    text-align: left;
    padding: 30px;
    width:100%;
    box-sizing: border-box;
}

/*絞り込みボタン*/
.filter-controls .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    gap:0;
    width:240px;
}

.exhibitor-list_search {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    width:48%;
    height:40px;
    color: #094bbd;
    border: 1px solid #094bbd;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    transition: 0.2s;
}

.exhibitor-list_search:hover {
    color:#fff;
    background: #094bbd;
    transition: 0.2s;
}

/* --------------------------------------------------------
  drawer
-------------------------------------------------------- */
#nav-tgl {
    display: none;
}

.scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.nav-tgl-btn {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
}

.drawer-open {
    z-index: 2;
    width: 40px;
    height: 50px;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drawer-open::before,
.drawer-open::after {
    content: "";
}

.drawer-open span,
.drawer-open::before,
.drawer-open::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 3vw;
    width: 100%;
    border-bottom: 4px solid #000;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
}

.drawer-open::before {
    transform: translateY(-12px);
}

.drawer-open::after {
    transform: translateY(12px);
}

.drawer-close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
}

#nav-tgl:checked + .drawer-open {
    transform: translateX(0);
}

#nav-tgl:checked + .drawer-open span {
    transform: scaleX(0);
}

#nav-tgl:checked + .drawer-open::before {
    border-color: #fff;
    transform: rotate(45deg);
}

#nav-tgl:checked + .drawer-open::after {
    border-color: #fff;
    transform: rotate(-45deg);
}

#nav-tgl:checked ~ .drawer-close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .5);
}

.content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
}

.drawer-menu {
    z-index: 999;
    position: fixed;
    top: 50px;
    right: 0;
    width: 80%;
    height: calc(100vh - (44px));
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background: #0b56a9;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-tgl:checked ~ .drawer-menu {
    transform: none;
}

.drawer-menu > ul {
    padding-bottom: 0;
    box-sizing: border-box;
}

.drawer-menu > ul > li {
    width: 100%;
    box-sizing: border-box;
}

.drawer-menu > ul.menuList .banner__btn {
    padding: 20px 30px;;
}

/* --------------------------------------------------------
  ページTOP
-------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 1;
}

#page-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 110%;
    font-weight: bold;
    background: #0b56a9;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
}

#page-top a:before {
    pointer-events: none;
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-top: -8px;
    margin-bottom: 2px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

#page-top a:hover {
    text-decoration: none;
    background: #111;
    transition: 0.2s;
}

@media screen and (max-width: 540px) {
    #page-top {
        bottom: 60px;
        right: 10px;
    }

    #page-top a {
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
    }
}

/* --------------------------------------------------------
	responsive
-------------------------------------------------------- */
@media screen and (max-width: 1680px) {
    .fs-36 {
        font-size: clamp(2.8rem, 0.232rem + 2.01vw, 3.6rem);
        /* 1680-1281 36-28 */
    }

    .fs-32 {
        font-size: clamp(2.4rem, -0.064rem + 2.01vw, 3.2rem);
        /* 1680-1281 32-24 */
    }

    .contents .news__article .inner__left .article__img {
        width: 80%;
    }
}

@media screen and (max-width: 1600px) {
    #search_form {
        width:calc(100% - 210px);
    }
    .filter-controls .button-container {
        width: 200px;
    }
    .filter-controls__buttons .select-country {
        width:24%;
    }
    .filter-controls__buttons .select-business {
        width:calc(100% - (54% + 20px));
    }
    .filter-controls__buttons .select-category {
        width:30%;
    }
    .filter-controls .modal-open {
        width:100%;
        font-size:clamp(1.2rem, 0.16rem + 0.84vw, 1.5rem) !important; /* 1600-1242 */
    }
    .exhibitor-list_search, .filter-controls__reset {
        font-size:clamp(1.2rem, 0.16rem + 0.84vw, 1.5rem) !important; /* 1600-1242 */
    }
}

@media screen and (max-width: 1440px) {
    .fs-18 {
        font-size: clamp(1.6rem, -1.7888rem + 1.26vw, 1.8rem);
        /* 1440-1281 18-16 */
    }

    .fs-16,
    .table__container table {
        font-size: clamp(1.4rem, -0.2112rem + 1.26vw, 1.6rem);
        /* 1440-1281 16-14 */
    }

    .fs-14 {
        font-size: clamp(1.2rem, -2.86208rem + 1.26vw, 1.4rem);
        /* 1440-1281 14-12 */
    }

    .mail__container a {
        width: 49%;
    }

    .exhibitor__list li {
        width: 32%;
    }

    .exhibitor__list:after {
        width: 32%;
    }

    .exhibitor__list:before {
        width: 32%;
    }

    .contents .news__article .inner__left .article__main {
        width: 100%;
    }

    .link__list.large {
        width: 80%;
    }
    
    .filter-controls__buttons .select-country {
        width:26%;
    }
    .filter-controls__buttons .select-business {
        width:calc(100% - (60% + 20px));
    }
    .filter-controls__buttons .select-category {
        width:34%;
    }
}

@media screen and (max-width: 1366px) {
    .top__about .container__2column .inner__left {
        flex-grow: 0;
    }

    .top__about .container__2column .inner__left .event__info + .link__list {
        margin-top: 40px;
    }

    .marketdata__table li {
        height: auto;
        min-height: 100px;
    }

    .marketdata__table li > .inner__left,
    .marketdata__table li > .inner__right {
        padding: 10px 15px;
        height: auto;
    }
}

@media screen and (max-width: 1280px) {
    .fs-36 {
        font-size: clamp(2.4rem, 1.6496rem + 0.9vw, 2.8rem);
        /* 1280-835 28-24 */
    }

    .fs-32 {
        font-size: clamp(2.0rem, 1.2496rem + 0.9vw, 2.4rem);
        /* 1280-835 24-20 */
    }

    .fs-24 {
        font-size: clamp(2.0rem, 1.2496rem + 0.9vw, 2.4rem);
        /* 1280-835 24-20 */
    }

    .fs-22 {
        font-size: clamp(1.8rem, 1.0496rem + 0.9vw, 2.2rem);
        /* 1280-835 22-18 */
    }

    .container__vimeo .vimeo-overlay .vimeo-overlay__text {
        margin-top: 20px;
        padding-top: 20px;
    }

    .top .news__list {
        width: 100%;
    }

    .btn__newsletter {
        flex-direction: row;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 40px;
        padding: 20px;
        max-width: none;
        width: auto;
        height: auto;
        text-decoration: none;
        border-radius: 999px;
        background: #063190;
        box-sizing: border-box;
        aspect-ratio: inherit;
    }

    .btn__newsletter p {
        text-align: left;
    }

    .btn__newsletter p br {
        display: none;
    }

    .btn__newsletter img {
        margin-top: 0;
        margin-left: 20px;
        width: 20%;
    }
    
    .outline__table01 .data {
        padding: 10px;
    }

    .outline .container__title.jc-fs {
        justify-content: space-between;
    }

    .archive__list:before {
        content: "";
        display: block;
        width: 23%;
        order: 1;
    }

    .archive__list:after {
        width: 23%;
    }

    .archive__list li {
        width: 23%;
    }
    
    .filter-controls .modal-open {
        padding: 0 20px 0 10px;
    }
    
    .exhibitor-list_search {
        padding:8px 10px;
    }
    
    .filter-controls__reset {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1242px) {
    .container__2column {
        align-items: flex-start;
    }
    .container__2column > .inner__left {
        width: 100% !important;
    }

    .container__2column > .inner__right {
        margin-top: 40px;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .container__2column .container__2column.ratio50-50 > .inner__left,
    .container__2column .container__2column.ratio50-50 > .inner__right {
        margin-top: 0;
        width: 49% !important;
    }

    .top__about .container__2column .inner__left {
        flex-grow: 0;
        justify-content: flex-start;
    }

    .top__about .container__2column .inner__left .event__info + .link__list {
        margin-top: 40px;
    }

    .exhibitor__list li {
        width: 48%;
    }

    .exhibitor__list:after {
        width: 48%;
    }

    .exhibitor__list:before {
        width: 48%;
    }

    [class*="trimmingImg-container--"] figure img {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        transform: translate(0%, 0%);
    }
    
    .trimmingImg-container--2row {
        justify-content: flex-start;
    }

    .trimmingImg-container--2row figure {
        position: relative;
        width: 100%;
        height: auto;
    }
    
    .trimmingImg-container--2row figure + figure {
        margin-top:10px;
    }
    
    .filter-controls__buttons .select-country {
        width:28%;
    }
    .filter-controls__buttons .select-business {
        width:calc(100% - (66% + 20px));
    }
    .filter-controls__buttons .select-category {
        width:38%;
    }
}

@media screen and (max-width: 1024px) {
    .container__vimeo .vimeo-overlay {
        width: 94%;
    }

    /*.container__vimeo .vimeo-overlay:before {
        width: 60%;
    }*/
    .archive__list:after {
        width: 32%;
    }

    .archive__list li {
        width: 32%;
    }
    #search_form {
        width: 100%;
    }
    .filter-controls {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px 0;
    }
    .filter-controls__buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px 0;
    }
    .filter-controls .modal-open {
        justify-content: space-between;
    }
    .filter-controls__buttons .select-country {
        width:auto;
    }
    .filter-controls__buttons .select-business {
        width:auto;
    }
    .filter-controls__buttons .select-category {
        width:auto;
    }
}

@media screen and (max-width: 834px) {
    .fsr-48 {
        font-size: clamp(2.4rem, 0.9312rem + 2.72vw, 3.2rem);
        /*834-540 32-24*/
        font-weight: 700;
    }

    .fsr-44 {
        font-size: clamp(2.4rem, 1.4736rem + 1.71vw, 2.94rem);
        /*834-540 29.4-24*/
        font-weight: 700;
    }

    header {
        height: 50px;
    }

    header .inner__left {
        padding-left: 3%;
        width: 20%;
    }

    header .inner__right {
        padding-right: 100px;
    }

    header .inner__right .globalNavi a {
        font-size: 1.2rem;
    }

    header .inner__right .globalNavi a + a {
        margin-left: 20px;
    }

    header .inner__right .globalNavi a.contact {
        display: none;
    }

    .nav-tgl-btn {
        display: block;
    }
    
    .menuList .single__btn.drawer {
        display: block;
    }

    .drawer-menu .menuList .single__btn > a, .drawer-menu .menuList .parent__btn > a {
        height: 44px;
    }
    
    .drawer-menu .menuList .sns__btn {
        padding: 15px 30px 0;
    }
    
    .drawer-menu > ul.menuList .banner__btn {
        padding: 15px 30px;
    }

    .container {
        padding-top: 50px;
    }

    .sideNavi {
        display: none;
    }

    main {
        margin-left: 0;
        width: 100%;
    }

    .breadcrumb {
        margin: 0 auto 30px;
    }

    .news__list li .date {
        width: 120px;
    }

    .news__list li .text {
        padding-left: 30px;
        width: calc(100% - 120px);
    }

    .price__list > li {
        width: 100%;
    }

    .price__list > li:nth-child(2) .inner__top {
        border-right: none;
        border-left: none;
    }

    .price__list > li:nth-child(2) .inner__bottom {
        border-right: none;
        border-left: none;
    }

    .link__list.large {
        width: 100%;
    }

    .contents article section {
        margin-bottom: 60px;
    }
    
    .order__list {
        gap: 3px;
    }
    
    .exhibitor__banner {
        margin-bottom:30px;
    }

    .modal-container {
        padding: 120px 20px 70px 20px;
    }
    
    .modal-container:before {
        content: none;
    }
    
    .modal-body {
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    
    .modal-content {
        padding: 10px;
    }

    .filter-controls__list {
        gap: 10px 0;
    }

    .modal-content__selecter {
        width: 100%;
    }
    .modal-content__button {
        margin-top: 15px;
        padding-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .btn__newsletter p br {
        display: block;
    }

    .btn__newsletter img {
        margin-left: 20px;
        width: 40%;
    }
}

@media screen and (max-width: 640px) {
    header .inner__left {
        width: 30%;
    }

    header .inner__right {
        position: fixed;
        bottom: 0;
        left: 0;
        padding-right: 0;
        width: 100%;
        background: #063190;
    }

    header .inner__right .globalNavi {
        justify-content: center;
        padding: 20px 10px;
        width: 100%;
        box-sizing: border-box;
    }

    header .inner__right .globalNavi a {
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
    }

    header .inner__right .globalNavi a:nth-of-type(1) {
        width: 40%;
    }

    header .inner__right .globalNavi a:nth-of-type(2) {
        width: 40%;
    }

    header .inner__right .globalNavi a:nth-of-type(4) {
        width: 20%;
    }

    header .inner__right .globalNavi a + a {
        margin-left: 0;
        border-left: 1px solid #fff;
    }

    header .inner__right .globalNavi a.exhibitor:before,
    header .inner__right .globalNavi a.visitor:before {
        content: none;
    }

    main {
        padding-bottom: 60px;
    }

    .archive__list {
        margin-top: -20px;
    }

    .archive__list:after {
        width: 48%;
    }

    .archive__list li {
        margin-top: 20px;
        width: 48%;
    }
}

@media screen and (max-width: 540px) {
    .lh-200 {
        line-height: 1.5;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .mt-80 {
        margin-top: 40px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .mt-30 {
        margin-top: 15px;
    }

    .mt-20 {
        margin-top: 10px;
    }

    .top section {
        margin: 0 auto 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #ccc;
    }

    .top section:first-of-type {
        margin-top: 50px;
    }

    .top section {
        width: 92%;
    }

    .section__inner {
        width: 100%;
    }

    .vimeo-overlay p {
        font-size: 1.6rem;
    }

    .container__vimeo .vimeo-overlay .vimeo-overlay__text {
        margin-top: 10px;
        padding-top: 10px;
    }

    .vimeo-overlay .mt-10 {
        margin-top: 5px;
    }

    .vimeo-overlay .fsr-24,
    .vimeo-overlay .fsr-36 {
        font-size: 1.2rem;
    }

    .vimeo-overlay .fs-16 {
        font-size: 1.0rem;
    }

    .contents article {
        width: 92%;
    }

    .contents article section {
        margin-bottom: 40px;
    }

    .contents .article__inner {
        width: 100%;
    }

    .section__title--jp {
        margin-top: 10px;
    }

    .section__title--en {
        height: 32px;
    }

    .en #promotion-video .section__title--en {
        height: 30px;
    }

    .article__title--en {
        height: 32px;
    }

    .article__title--en.tall {
        height: 39px;
    }

    .container__2column.ratio63-37 > .inner__right {
        margin-top: 20px;
    }

    .container__2column.seminar > .inner__right {
        margin-top: 20px;
    }

    .news__list li {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }

    .news__list li + li {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #ccc;
        box-sizing: border-box;
    }

    .news__list li .date:before {
        content: none;
    }

    .news__list li .date {
        color: #666;
    }

    .news__list li .text {
        margin-top: 10px;
        padding-left: 0;
        width: 100%;
    }

    .news__list li .text:after {
        content: none;
    }

    .btn__newsletter {
        flex-direction: column;
        padding: 10px;
        border-radius: 10px;
    }

    .btn__newsletter p {
        text-align: center;
    }

    .btn__newsletter img {
        margin-top: 10px;
        margin-left: 0;
        width: 36%;
    }

    .link__list {
        width: 100%;
    }

    .link__list li a .text {
        padding-left: 10px;
    }

    .event__info li {
        flex-wrap: wrap;
    }

    .event__info li .item {
        min-width: 60px;
        width: 100%;
    }

    .event__info li .text {
        margin-top: 5px;
        width: 100%;
    }

    .table__container table th,
    .table__container table td {
        padding: 20px 10px;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
    }

    .option__table th:nth-of-type(1) {
        width: 60%;
    }

    .option__table th:nth-of-type(2) {
        width: 20%;
    }

    .option__table th:nth-of-type(3) {
        width: 20%;
    }

    .mail__container a {
        width: 100%;
    }

    .contact .mail__container a {
        width: 100%;
    }

    .banner img {
        width: 100%;
        max-width: 100%;
    }

    .outline .container__title {
        flex-wrap: wrap;
    }

    .outline .container__title.jc-fs {
        justify-content: flex-start;
    }

    .outline .container__title .article__subtitle {
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
    }

    .outline .container__title .article__subtitle + .label__option {
        margin-top: 10px;
    }

    .outline .container__title.jc-fs .label__option {
        margin-left: 0;
    }

    .outline__table01 .item {
        width: 100%;
        min-height: auto;
    }

    .outline__table01 .data {
        padding: 10px;
        width: 100%;
    }

    .container__2column .container__2column.ratio50-50 > .inner__left,
    .container__2column .container__2column.ratio50-50 > .inner__right {
        margin-top: 0;
        width: 100% !important;
    }

    .container__2column .container__2column.ratio50-50 > .inner__left + .inner__right {
        margin-top: 10px;
    }

    .container__4column > * {
        width: 100%;
    }

    .container__4column > * + * {
        margin-top: 10px;
    }

    .marketdata__table li {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .marketdata__table li + li {
        margin-top: 10px;
    }

    .marketdata__table li > .inner__left,
    .marketdata__table li > .inner__right {
        justify-content: center;
        padding: 10px;
        width: 100%;
    }

    .exhibitor__list {
        margin-top: 20px;
    }

    .exhibitor__list li {
        margin-top: 10px;
        width: 100%;
    }

    .exhibitor__list:after {
        width: 100%;
    }

    .exhibitor__list:before {
        width: 100%;
    }

    .contents .news__article .inner__left .article__img {
        width: 100%;
    }

    .seminar .seminar__list {
        padding: 20px;
    }

    .seminar .seminar__date:before {
        width: 20px;
        transform: translate(-20px, 0);
    }

    .seminar .seminar__list > li + li {
        margin-top: 20px;
        padding-top: 20px;
    }

    .exhibitor__banner {
        width: 100%;
    }
    
    .filter-controls .modal-open, .exhibitor-list_search, .filter-controls__reset {
        font-size:1.2rem;
    }
    
    .news__banner {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    header .inner__left {
        width: 34%;
    }

    header .inner__right .globalNavi a {
        font-size: 1.2rem;
    }

    header .inner__right .globalNavi a:nth-of-type(1) {
        width: 40%;
    }

    header .inner__right .globalNavi a:nth-of-type(2) {
        width: 44%;
    }

    header .inner__right .globalNavi a:nth-of-type(4) {
        width: 16%;
    }

    .btn__newsletter img {
        width: 40%;
    }

    .article__subtitle {
        padding-right: 10px;
        padding-left: 10px;
    }
    .filter-controls__buttons .select-business {
        width:100%;
    }
}

@media screen and (max-width: 375px) {
    .archive__list {
        margin-top: -10px;
    }

    .archive__list:after {
        width: 100%;
    }

    .archive__list li {
        margin-top: 10px;
        width: 100%;
    }

    .option__table th:nth-of-type(1) {
        width: 50%;
    }

    .option__table th:nth-of-type(2) {
        width: 25%;
    }

    .option__table th:nth-of-type(3) {
        width: 25%;
    }
}

/* --------------------------------------------------------
	animation
-------------------------------------------------------- */
@keyframes show {
    0% {
        opacity: 0;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    100% {
        opacity: 1.0;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
    }
}

@keyframes scaleUp {
    0% {
        transform: translate(-50%, 0) scale(1.0);
    }

    50% {
        transform: translate(-50%, 0) scale(1.2);
    }

    100% {
        transform: translate(-50%, 0) scale(1.0);
    }
}
