/* 共通 */
div#l-contents {
  overflow: hidden;
}
.mt-5 {margin-top:-5px !important;}
.mt-10 {margin-top:-10px !important;}
.mt-20 {margin-top:-20px !important;}
.mt-40 {margin-top:-40px !important;}

.mt0 {margin-top:0px !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}

.mb0 {margin-bottom:0px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb40 {margin-bottom:40px !important;}
.prl-auto {
  padding-right: 15px;
  padding-left: 15px;
}
.mg-right-auto {
  margin-right: auto;
}
#contentsArea.jp2023_lp, #contentsArea.jp2023_lp p {
    font-size: 16px !important;
    line-height: 1.8 !important;
}
#l-contents .text-center {
  text-align: center;
}
#l-contents .text-right {
  text-align: right;
}
/* フレックス管理 */
.d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.justify-start {
  justify-content: flex-start;
}
.d-flex.col-2 > * {
  width: 47%;
}
.d-flex.col-2-lg > *:first-child {
  width: 64%;
}
.d-flex.col-2-lg > *:nth-child(2) {
  width: 30%;
}
#exhibit_wrap .d-flex.col-2 {
  gap: 20px;
}
/* 全体 */
#contentsArea.jp2023_lp {
  background: #fff;
}
.jp2023-h3,.jp2023_nav a {
  color: #0062C2 !important;
}
.jp2023-h3 {
  margin-bottom: 0.5rem!important;
}
.jp2023-h2 {
  border: none !important;
  text-align: center !important;
  font-size: 2.5rem !important;
  line-height: 1.3;
  margin-bottom: 10px !important;
}
h3.jp2023-h3 {
  font-size: 1.6rem !important;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
h3.jp2023-h3 a {
  padding-right: 30px;
  background: url(../img/icon_window_01.png) no-repeat right center;
  background-size: 20px 16px;
  margin-bottom: 5px;
  color: #0062C2 !important;
  text-decoration: none;
  border-bottom: 2px solid #0062C2;
}
.sub-title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}
.line_dotted {
  border-top: 1px dotted #C4C4C4;
  width: 100%;
}
#contentsArea.jp2023_lp p.route-text {
  font-size: 0.875rem!important;
}
/* ボタン */
.btnshine {
  position: relative;
  display: inline-block;
  outline: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 1.4rem 0.8em 1rem;
}
.btnshine:hover::before {
  animation: shine 1s;
}
.btnshine::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}
#contentsArea.jp2023_lp .gradient {
  background: #0062C2;
}
#contentsArea.jp2023_lp .btn {
    color: #fff !important;
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    transform-style: preserve-3d;
    transition: all .3s ease-out;
    max-width: 500px;
    margin: auto;
    height: auto;
    font-size: 1.25rem;
    line-height: 1.1;
    font-weight: bold;
}
.btnshine2{
  position: relative;
  display:inline-block;
  outline: none;overflow: hidden;
  width: 100%;
  height: 100%;
  padding:0.5rem 0.5em 0.2rem;
  line-height: 1.5;
}
.btnshine2 span{font-size: 1rem;}
/* MVエリア */
#hero_wrapper {
  position: relative;
  max-width: 1600px;
  height: auto;
  margin: auto;
}
#hero_wrapper img {
  width: 100%;
  height: auto;
}
/* ナビゲーション */
.jp2023_nav {
  display: flex;
  justify-content: space-between;
  margin: 25px auto 50px;
}
.jp2023_nav a {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
  border-left: 1px solid #BDC1C4;
  background: none;
  padding: 5px 0;
  width: 100%;
  line-height: 1.4;
}
.jp2023_nav a:last-child {
  border-right: 1px solid #BDC1C4;
}
.jp2023_nav a:hover {
  text-decoration: none!important;
}
.jp2023_nav a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.7rem;
  margin-left: 0.5em;
  border-right: 6px solid transparent;
  border-top: 9px solid #0062C2;
  border-left: 6px solid transparent;
}
/* 出展内容エリア、出展製品エリア、見どころエリア */
#exhibit_section_wrap,
#product_section_wrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#exhibit_section_wrap,
#product_section_wrap {
  position: relative;
  overflow: hidden;
  background: #D9EFFC;
  padding-bottom: 70px;
}
#exhibit_section,
#product_section {
  transform: skewY(-20deg);
  display: table;
  background-color: #EBF6FF;
  position: relative;
  z-index: 1;
}
#exhibit_section > *,
#product_section > * {
  transform: skewY(20deg);
}
#exhibit_wrap,
#product_wrap,
#highlight-wrap {
  padding-top: 60px;
}
#exhibit_wrap .exhibit_item_wrap,
#product_wrap .product_item_wrap {
  background: #fff;
  padding: 50px;
  margin-top: 20px;
}
#exhibit_wrap .exhibit_item > .sub-title {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
.jp2023_lp #product_wrap .product_item_wrap .d-flex .sub-title {
  margin-top: 20px;
}
#exhibit_wrap .exhibit_item .jp2023-h3 {
  margin-bottom: 10px;
  font-size: 1.1rem !important;
  line-height: 1.5;
}
#exhibit_wrap .exhibit_item .pure-number p {
  font-size: 0.9rem!important;
}
#product_wrap h3.jp2023-h3 > a:hover {
  text-decoration: none;
}
#exhibit_wrap .exhibit_item .jp2023-h3 > span.jp2023-h3-small {
  font-size: 0.8rem!important;
}
#exhibit_wrap .exhibit_item div.pure-number {
  display: flex;
}
#exhibit_wrap .exhibit_item div.pure-number img {
  width: 50px;
  height: 48px;
  margin-top: 0;
  margin-right: 20px;
}
#exhibit_wrap .exhibit_item p.exhibit_item-bottom-text {
  text-align: center;
  font-size: 1.2rem!important;
  line-height: 1.6!important;
  font-weight: bold;
  color: #af2e78;
  margin: 20px 0 0;
}
/* セミナーエリア,見どころエリア */
#seminar_section,
#highlight_section {
  position: relative;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: linear-gradient(-30deg, #fff 0%, #fff 50%, #F7F7F8 50%, #F7F7F8 100%);
}
#seminar_wrap,
#highlight-wrap {
  display: table;
  background-color: #fff;
  transform: skewY(-20deg);
  margin-top: -68px;
  position: relative;
  padding: 100px 0 50px;
}
#highlight-wrap {
  padding: 100px 0 60px;
}
#seminar_wrap > *,
#highlight-wrap > * {
  transform: skewY(20deg);
  padding-top: 30px;
}
.seminar_item {
  padding: 30px 0 10px;
}
.sub-title-obi {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 0.6rem 0.1rem;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.obi-clr1 {
  background: #009CDB;
}
.obi-clr2 {
  background: #826FB0;
}
#seminar_wrap h3 {
  margin-bottom: 0.5rem;
}
/* JP2023・印刷DX展 概要 */
#jp2023_overview_section {
  position: relative;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: url(../img/overview_img.jpg) no-repeat left center;
  background-size: cover;
  padding: 70px 0 60px;
}
#jp2023_overview_section .jp2023_overview_item_wrap  {
  max-width: 970px;
  margin: 20px auto 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}
#jp2023_overview_section .jp2023_overview_item {
  max-width: 650px;
  margin: auto;
}
#jp2023_overview_section .jp2023_overview_h3 {
  font-size: 1.375rem;
  font-weight: bold;
  margin:0 20px 10px 0;
}
.jp2023_overview_schedule {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 26px;
}
.jp2023_overview_schedule > h3 {
  font-size: 1rem!important;
  font-weight: bold !important;
  width: 60px;
}
#contentsArea.jp2023_lp p > span.jp2023_overview_h3_btm {
  font-size: 1.375rem!important;
  display: block;
}
.jp2023_overview_schedule > p,
.jp2023_overview_schedule > div {
  width: calc(100% - 60px);
}
.jp2023_overview_entry {
  border: 1px solid #E73134;
  color: #E73134;
  max-width: 264px;
  font-size: 1.374rem;
  font-weight: bold;
  text-align: center;
  padding: 0.3rem 0 0.2rem;
  margin: 0 auto;
}
.jp2023_overview_entry-bottom {
  text-align: center;
  margin-top: 20px;
}
.jp2023_overview_entry-bottom > a {
  font-size: 1.374rem;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 2px solid;
}
.jp2023_overview_entry-bottom > a:hover {
  text-decoration: none!important;
  border-bottom: 0;
}
  /* 関連コンテンツ */
  #contentsArea.jp2023_lp .aem-GridColumn {
    padding: 40px 0 20px;
  }
@media only screen and (min-width: 1000px){
  #exhibit_section,
  #product_section,
  #jp2023_overview_section,
  #seminar_wrap,
  #highlight-wrap {
      width: 100vw;
  }
}
@media only screen and (max-width: 999px){
  #exhibit_section_wrap, #product_section_wrap,
  #seminar_section, #highlight_section,
  #jp2023_overview_section {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 971px){
  #hero_section {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (min-width: 600px){
  /* 共通 */
  br.sp,
  .sp {
    display: none !important;
  }
  .jp2023_overview_item_wrap {
    border-radius: 20px;
  }
  .jp2023_overview_item {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  /* 共通 */
  .sp-mt10 {margin-top:10px !important;}
  .sp-mt20 {margin-top:20px !important;}
  .sp-mt30 {margin-top:30px !important;}
  .sp-mt40 {margin-top:40px !important;}
  .sp-prl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .sp-mg-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #l-contents .sp-text-left {text-align: left;}
  #l-contents .sp-text-right {text-align: right;}
  #l-contents .sp-text-center {text-align: center;}
  .jp2023_lp .pc{
    display:none !important
  }
  h2.jp2023-h2 {
    font-size: 2.125rem !important;
  }
  h3.jp2023-h3 {
    font-size: 1.5rem !important;
  }
  #contentsArea.jp2023_lp .btn {
    font-size: 1.1rem;
  }
  .d-flex.sp-col-1 > div {
    width: 100%!important;
  }
  .d-sp-block {
    display: block!important;
  }
  #exhibit_wrap, #product_wrap,#highlight-wrap {
    padding-top: 70px;
  }
  #exhibit_section_wrap, #product_section_wrap {
    padding-bottom: 50px;
  }
  #exhibit_wrap .exhibit_item_wrap,
  #product_wrap .product_item_wrap {
    padding: 30px 20px;
    margin-top: 0;
  }
  /* ナビゲーション */
  .jp2023_nav a {
    padding: 5px 3px 5px;
    width: 25%;
    height: 4.5em;
    font-size: 0.875rem;
  }
  .jp2023_nav a::after {
      position: absolute;
      top: 80%;
      right: 46%;
  }
  .jp2023_nav a:nth-child(-n+3) span {
    position: absolute;
    top: 1em;
    right: 0;
    left: 0;
  }
  /* 出展内容エリア */
  #exhibit_wrap .exhibit_item > .sub-title {
    max-width: 350px;
    margin-top: -10px;
  }
  #exhibit_wrap .d-flex.col-2 {
    gap: 10px;
  }
  #exhibit_wrap .exhibit_item p.exhibit_item-bottom-text {
    font-size: 1rem!important;
  }
  #exhibit_wrap .exhibit_item div.pure-number img {
    width: 40px;
    height: 38px;
    margin-right: 16px;
  }
  /* セミナーエリア */
  #seminar_wrap {
    margin-top: -50px;
    padding: 0 0 50px;
  }
  #seminar_wrap > * {
    padding-top: 100px;
  }
  #seminar_wrap .seminar_item {
    padding: 20px 0 10px;
  }
  /* 出展製品エリア */
  #product_wrap .d-flex.sp-col-1 {
    gap: 20px;
  }
  .jp2023_lp #product_wrap .product_item_wrap .d-flex .sub-title {
    margin-top: 0;
  }
  /* 見どころエリア */
  #highlight-wrap {
    margin-top: -48px;
    padding-bottom: 64px;
  }
  #highlight-wrap > * {
    padding-top: 40px;
  }
  /* JP2023・印刷DX展 概要 */
  #jp2023_overview_section {
    padding: 60px 0 50px;
  }
  .jp2023_overview_h3 {
    text-align: center !important;
    margin:0!important;
  }
  .jp2023_overview_h3 + p {
    text-align: center !important;
  }
  .jp2023_overview_schedule {
    margin: 0;
  }
  .jp2023_overview_item {
    padding: 30px 20px;
  }
  /* 関連コンテンツ */
  #contentsArea.jp2023_lp .km-article-list__content__title {
    font-size: 0.875rem!important;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 400px) {
  /* 共通 */
  h2.jp2023-h2 {
    font-size: 1.8rem !important;
  }
}

/*********** アニメーション ***********/

/* fadeUp */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-delay: 0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
.fadeUp_top{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-delay: 0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
.fadeUp_top_btn{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-delay: 1.2s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(150px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
  
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
    opacity: 0;
}

/* ボタン */
.btnshine::before,.btnshine2::before {
  content: '';position: absolute;top: 0;left: -75%;
  width: 50%;height: 100%;background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);transform: skewX(-25deg);
}
.btnshine:hover::before,.btnshine2:hover::before {animation: shine 1s;}
  
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* read */
#contentsArea.jp2023_lp .read {text-align: center;line-height:2 !important;margin-bottom:40px;}
@media screen and (max-width: 599px){
#contentsArea.jp2023_lp .read {text-align: left;}
}

.text-75757c {color: #75757c !important;}

#contentsArea.jp2023_lp .center {text-align: center}

.sub-title-blank {
  margin-top: 44px !important;
}
@media screen and (max-width: 599px){
.sub-title-blank {
  margin-top: 0px!important;
}
}

#text-333333{
  color: #333333;
}