@charset "utf-8";

* {
  box-sizing: border-box;
  /* line-height: 1; */
}

html {
  scroll-behavior: smooth;
}

main {
  line-height: 1;
  margin-top: 0;
}

#why_exhibits {
  scroll-margin-top: 200px;
}

.delay01 {
  animation-delay: 0.1s;
}

.delay02 {
  animation-delay: 0.2s;
}

.delay03 {
  animation-delay: 0.3s;
}

.delay04 {
  animation-delay: 0.4s;
}

.delay05 {
  animation-delay: 0.5s;
}

.delay06 {
  animation-delay: 0.6s;
}

.delay07 {
  animation-delay: 0.7s;
}

.delay08 {
  animation-delay: 0.8s;
}

.delay09 {
  animation-delay: 0.9s;
}

.delay10 {
  animation-delay: 1s;
}

.w1100 {
  max-width: 1100px;
  padding: 0 clamp(20px, 5vw, 50px);
  width: 100%;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 50px) 0;
}

.w1400 {
  max-width: 1400px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}

:root {
  --font-size_13: clamp(11px, 2.5vw, 13px);
  --font-size_14: clamp(12px, 2.5vw, 14px);
  --font-size_15: clamp(13px, 2.5vw, 15px);
  --font-size_16: clamp(14px, 2.5vw, 16px);
  --font-size_17: clamp(15px, 2.5vw, 17px);
  --font-size_18: clamp(16px, 2.5vw, 18px);
  --font-size_19: clamp(17px, 2.5vw, 19px);
  --font-size_20: clamp(18px, 2.5vw, 20px);
  --font-size_21: clamp(19px, 2.5vw, 21px);
  --font-size_22: clamp(20px, 2.5vw, 22px);
  --font-size_24: clamp(22px, 3vw, 24px);
  --font-size_26: clamp(24px, 3vw, 26px);
  --font-size_28: clamp(26px, 3vw, 28px);
  --font-size_34: clamp(30px, 4vw, 34px);
  --font-size_35: clamp(31px, 4vw, 35px);
  --font-size_36: clamp(32px, 4vw, 36px);
  --font-size_38: clamp(34px, 4vw, 38px);
  --font-size_39: clamp(35px, 4vw, 39px);
  --font-size_47: clamp(42px, 5vw, 47px);
  --font-size_50: clamp(45px, 5vw, 50px);
  --font-size_56: clamp(50px, 6vw, 56px);
  --font-size_60: clamp(54px, 6vw, 60px);
  --font-size_63: clamp(57px, 6vw, 63px);
}

body {
  font-size: 15px;
  background-image: none !important;
  font-family: 'LINESeedJP', sans-serif;
  margin-top: 0;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  color: #000;
}

.inner {
  margin: 0 auto;
}

/* Zen Kaku Gothic New */
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
}

/* Outfit */
.outfit-<uniquifier> {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


br.sp {
  display: none;
}

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

  br.pc {
    display: none;
  }
}


.main h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  font-weight: 900;
  margin-bottom: 2rem;
  line-height: 1.2;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.main #exhibitor_information_cont h2 {
  color: #fff;
}

.main h2 span {
  /* font-family: "Outfit", serif; */
  /* font-size: var(--font-size_20) !important; */
  font-weight: bold;
  /* padding: 0 1.5rem; */
  display: block;
}

.main h2 small {
  font-size: var(--font-size_19);
  margin: 14px 0 0 20px;
  color: #c40202;
  font-weight: bold;
  font-family: "Outfit", serif;
  display: inline-block;
}

#results,
#special_events .inner._special {
  padding: 80px 30px 80px;
}

.btn {
  display: block;
  padding: clamp(0.4rem, 1.5vw, 0.5rem) clamp(2rem, 5vw, 4rem);
  border-radius: 100px;
  font-weight: bold;
  position: relative;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  text-align: center;
  color: #fff;
  width: max-content;
  max-width: 100%;
  background: linear-gradient(90deg, #2f67f6 0%, #6022d2 50%, #2f67f6 100%);
  background-size: 200% 100%;
  border: none;
  transition: .3s ease;
  box-sizing: border-box;
}

.btn:hover {
  background-position: 100% 0;
}

.btn.arrow_btn:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
}

.link.arrow_circle {
  font-weight: bold;
  font-family: 'Outfit';
  position: relative;
  margin-right: clamp(40px, 8vw, 80px);
  font-size: var(--font-size_19);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.link.arrow_circle:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  width: 60px;
  height: 60px;
  border-radius: 100vh;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
  line-height: 3.2;
  text-align: center;
  margin-left: 20px;
  background: linear-gradient(90deg, #2f67f6 0%, #6022d2 50%, #2f67f6 100%);
  background-size: 200% 100%;
}

.link.arrow_circle:hover:after {
  background-position: 100% 0;
}




/*============================
#mv
============================*/
#mv {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/2025/assets/img/top/mv_bg.webp);
  background-position: bottom;
  padding: 54px 7% 80px 6%;
  /* padding: 55px 0 40px 30px; NAB Show バナー掲載時 */
  overflow: hidden;
  background-color: #000;
  position: relative;
}

#mv .flex_cont {
  /* align-items: center; */
  align-items: initial;
  justify-content: end;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}


#mv .flex_cont .cont_l {
  width: 25%;
  max-width: 500px;
}

#mv .flex_cont .cont_l li {
  margin-bottom: 15px;
  /* max-width: 400px; */
}

#mv .flex_cont .cont_l li.sp_cont {
  display: none;
}

/* NAB Show バナー掲載のため
#mv .flex_cont .cont_l li:first-of-type {
  margin-bottom: 10px;
}

#mv .flex_cont .cont_l li:not(:last-of-type) {
  margin-bottom: 5px;
} */

/* 日本語 3/4動画配信完了後 */
.page_top a.comesoon {
  pointer-events: none;
}

/* 英語は事前登録なしのためリンク消し */
.en #mv .flex_cont .cont_l li.comingsoon {
  pointer-events: none;
}

#mv .catchcopy .catchcopy_newline {
  position: absolute;
  max-width: 1400px;
  width: 100%;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%);
  padding: 0 15px;
}

#mv .catchcopy .catchcopy_newline .sp_img{
  display:none;
}

#mv .mv_bubble {
  margin: 0 auto 15px;
}


#mv .recruitment {
   width: 37%;
   max-width: 503px;
   display: flex;
   flex-direction: column;
   align-items: center;
}

#mv .recruitment div {
  position: relative;
}

#mv .btn_cont .btn {
  box-shadow: 0 0 8px 3px #00000054;
  max-width: initial;
  letter-spacing: 2px;
  font-size: 1.3rem;
  padding: .8rem 6rem .8rem 5rem;
  line-height: 1;
}

.en #mv .btn_cont .btn {
  padding: 0.8rem 3.6rem .8rem 1.7rem;
  line-height: 1.2;
  font-size: 1rem;
  width: initial;
  letter-spacing: 1px;
}

.en a.btn.btn_pink::after {
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

#mv .recruitment .btn_cont {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #ffffff7d;
  padding: 10px 10px 15px;
  border-radius: 10px;
  width: 100%;
}

.en #mv .recruitment .btn_cont {
  padding: 7px 10px 17px;
}

#mv .recruitment .btn_cont figure {
  width: 80%;
  margin-bottom: .2rem;
  margin: 0 auto;
}

#mv .recruitment .btn_cont figure.firstday_cont{
  width: 90%;
  margin: 0 auto;
}

#mv .recruitment .btn_cont figure.end_cont{
  width: 100%;
  background: #c7e8ff;
  border-radius: 10px 10px 0 0;
  padding: 10px 10px;
}

.en #mv .recruitment .btn_cont figure.end_cont{
  width:100%;
}

#mv .btn_cont .end_cont + .btn{
  margin-top: 20px;
  margin-bottom: 20px;
}

#mv .recruitment .btn_cont figure.end_cont img{
  width: 93%;
}

#mv .recruitment .btn_cont:has(.end_cont){
  padding: 0 0 0px;
}

.en #mv .recruitment .btn_cont figure {
  width: 90%;
  margin-bottom: 0;
}

.en #mv .recruitment .btn_cont figure.firstday_cont{
    width: 80%;
}

.en #mv .recruitment .btn_cont figure.secondday_cont{
  width: 95%;
  margin-top: 5px;
  margin-bottom: 5px;
}

#mv .recruitment .next_event {
  margin-top: 1rem;
}

#mv h1 {
  max-width: 524px;
  margin-bottom: 1rem;
  width: 108%;
}

#mv h1 img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

.en #mv h1 {
  margin-bottom: 4px;
}

#mv .recruitment ._block.cont_25 .attention_txt_area {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
  justify-content: space-between;
}

#mv .recruitment ._block.cont_25 .attention_txt_area .bg_blue {
  background: #0b90e4;
  color: #fff;
  font-weight: bold;
  padding: 12px 0;
  font-size: 1.5rem;
  line-height: 1.1;
  width: 21%;
  height: 25%;
  margin-right: 15px;
  text-align: center;
  letter-spacing: .2rem;
  text-shadow: 0px 0px 12px #0a2342ab;
}

.en #mv .recruitment ._block.cont_25 .attention_txt_area .bg_blue {
  font-size: 1.2rem;
  padding: 27px 5px;
  letter-spacing: .1rem;
  margin-right: 10px;
}

#mv .recruitment ._block.cont_25 .attention_txt_area h2 {
  margin: 0;
  flex: 1;
  min-width: inherit;
  margin-right: 5px;
  width: inherit;
}

#mv .recruitment ._block.cont_25 .btn a {
  background: #fff;
  color: #0b3667;
  width: max-content;
  font-size: .95rem;
  letter-spacing: 0;
  padding: 0.6rem 35px .6rem 15px;
}

#mv .recruitment ._block.cont_25 .btn a:hover {
  background: #0b3667;
  color: #fff;
}

#mv .recruitment ._block.cont_25 .btn a:after {
  background: #0b3667;
  color: #fff;
  width: 20px;
  height: 20px;
  right: 10px;
}

#mv .recruitment ._block.cont_25 .btn a:hover:after {
  background: #fff;
  color: #0b3667;
}

#mv .cont_25 .c-button.blue::after {
  line-height: 1.3rem;
  font-size: .5rem;
}

.en #mv .cont_25 .c-button.blue::after {
  line-height: 1.4rem;
}

.cont_25 .c-button::after {
  font-size: .9rem;
}

#mv .recruitment ._block h2 {
  margin: 0 auto 0;
  min-width: 250px;
  width: 95%;
}

.en #mv .recruitment ._block h2 {
  width: 100%;
}

#mv .recruitment ._block h2+figure {
  margin-top: -5px;
  margin-bottom: 25px;
  max-width: 300px;
  margin: -5px auto 15px;
}

.en #mv .recruitment ._block h2+figure {
  max-width: 480px;
}

#mv .recruitment ._block ul {
  display: flex;
  justify-content: space-between;
}

#mv .recruitment ._block ul li {
  width: calc((100% - 20px)/3);
  margin-bottom: 1rem;
}

#mv .recruitment ._block ul li:last-of-type {
  margin-bottom: 0;
}

#mv .recruitment ._block ul li img {
  box-shadow: 0 0 8px 3px #00000054;
  border-radius: 10px;
}

#mv .recruitment ._block ul li:last-of-type {
  margin-right: 0;
}

#mv .recruitment ._block ul li a {
  /* display: block; */
  /* background: -webkit-linear-gradient(left, #f9ba1e 0%, #f84603 100%) !important; */
  background: linear-gradient(left, #1878d1 0%, #00fff6 100%) !important;
  /* height: 100%; */
  /* border-radius: 5px; */
  /* padding: 20px 10px; */
}

#mv .recruitment ._block ul li a p {
  color: #fff;
  font-family: "LINESeedJP";
  font-weight: 700;
  font-size: var(--font-size_19);
  margin-bottom: 12px;
  position: relative;
  text-shadow: 0 0 5px #f86c0d, 0 0 5px #f86c0d, 0 0 5px #f86c0d, 0 0 5px #f86c0d;
}

.en #mv .recruitment ._block ul li a p {
  font-family: 'Outfit';
  letter-spacing: 0;
  margin-bottom: 7px;
}

#mv .recruitment ._block ul li a figure {
  max-width: 30px;
  margin: 0 auto;
}

#mv .recruitment ._block ul li:nth-of-type(3) a figure,
#mv .recruitment ._block ul li:nth-of-type(2) a figure {
  width: 27px;
}


#mv .recruitment ._block nav ul {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  flex-wrap: wrap;
}

#mv .recruitment ._block .deadline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 25px;
}

#mv .recruitment ._block .deadline h3 {
  position: relative;
  background-color: #0046d3;
  color: #fff;
  font-size: var(--font-size_21);
  font-weight: bold;
  font-style: italic;
  padding: 5px 15px 2px 20px;
  line-height: 1.5;
  width: 50%;
  text-align: center;
}

#mv .recruitment ._block .deadline h3:after {
  content: "";
  position: absolute;
  top: -20px;
  right: -0.9em;
  border-style: solid;
  border-color: transparent transparent transparent #0046d3;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

#mv .recruitment ._block .deadline .date {
  margin: auto;
  font-style: italic;
  font-weight: bold;
  color: #0046d3;
  font-size: var(--font-size_18);
  line-height: 1;
}

#mv .recruitment ._block p span.num {
  font-style: italic;
  font-weight: bold;
  font-size: var(--font-size_26);
}

#mv .recruitment ._block nav ul li {
  width: calc((100% - 15px) /3);
}

#mv .recruitment ._block nav ul li:last-child {
  margin-bottom: unset;
}

#mv .recruitment ._block nav ul li a {
  position: relative;
  display: flex;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background-color: #000;
  border-radius: 4px;
  transition: all 0.2s !important;
  text-align: left;
  height: 100%;
  align-items: center;
}

/* #mv .content p.btn a:before, */
#mv .recruitment ._block nav ul li a:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.en #mv .recruitment ._block nav ul li a:before {
  margin-right: 6px;
}


#mv .recruitment ._block nav ul li a:hover {
  opacity: 1 !important;
  background-color: #0046d3;
}


/* review追加によるcontactリンクの調整 */
#mv .recruitment .mv_contact_link {
  width: 100%;
}

#mv .recruitment .mv_contact_link .btn.arrow_btn {
  width: 100%;
  border-radius: 5px;
  background: #683dbe;
  font-size: 15px;
}

#mv .recruitment .mv_contact_link .btn.arrow_btn:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  color: #ffffffab;
  position: absolute;
  top: 50%;
  font-size: .7rem;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
}

@media screen and (max-width:600px) {
#mv .recruitment .btn_cont figure{width: 40%;min-width: 225px;}
  }

@media screen and (max-width:500px) {
  .en a.btn.btn_pink::after {
    width: 25px;
    height: 25px;
    line-height: 25px;
    right: 10px;
  }

  .en a.btn.btn_bg_pink,
  .en a.btn.btn_pink {
    padding: .8rem 3rem .8rem 2rem;
  }
  #mv .btn_cont .btn{
    pa.8rem 6rem .8rem CORNER-SHAPE: SUPERELLIPSE(0.5);
    /* padding: .8rem 3rem .8rem 2rem; */
    pa.8rem 6rem .8rem CORNER-SHAPE: SUPERELLIPSE(0.5);
    font-size: 1.2rem;
  }
  #mv .btn_cont .btn span{
    font-size: .7rem;
  }

  #mv .btn_cont .end_cont + .btn{
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:500px) {
#mv .recruitment .btn_cont figure{
  min-width: 200px;
  width: 70%;
}
  }



/*============================
#news
============================*/

#news {
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #b8bfd2;
}

#news .news-block {
  margin: 0 auto;
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
  gap: 15px;
}

#news .content {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
}

#news .content h2 {
  font-size: var(--font-size_19);
  font-weight: bold;
  text-align: center;
  padding: 0 35px 0 0;
  position: relative;
  font-family: "Outfit", serif;
  font-weight: bold;
}

#news .content h2:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#news .content div {
  width: auto;
  display: flex;
  align-items: center;
}

#news .content a {
  color: #010101;
  font-size: var(--font-size_17);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: calc(100% - 80px);
}

#news .content .date {
  margin: 0 25px;
  font-size: var(--font-size_16);
  font-family: "Outfit", serif;
}

#news .view_all {
  width: 100px;
}

#news .view_all a {
  border-bottom: 1px solid #000;
  font-size: var(--font-size_16);

  font-weight: bold;
}

/*============================
#magazine
============================*/
#magazine {
  background-image: url(/2025/assets/img/magazine/mv_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  padding: 40px 30px 25px;
  background-position: left;
  overflow: hidden;
  display: block;
}

#magazine .w1200 {
  margin: 0 auto;
}

#magazine h2 {
  font-size: var(--font-size_39);
  font-weight: 700;
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  width: max-content;
  margin-bottom: 15px;
  padding: 0;
}

#magazine .flex_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
}

#magazine .txt_area {
  display: flex;
  flex-direction: column;
  width: 21%;
  /* justify-content: center; */
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#magazine .txt_area .sub_txt {
  /* text-align:left; */
  align-items: l;
  align-items: revert;
  width: 100%;
}

#magazine .txt_area figure {
  max-width: 350px;
  position: relative;
  z-index: 1;
}

#magazine .txt_area .news_list {
  width: 50%;
}


#magazine .magazine_btn.btn.arrow_btn {
  margin-top: -15px;
  position: relative;
  background: -moz-linear-gradient(left, #2f67f6 0%, #6022d2 25%, #6022d2 50%, #2f67f6 100%) !important;
  background: linear-gradient(left, #2f67f6 0%, #6022d2 25%, #6022d2 50%, #2f67f6 100%) !important;
  z-index: 2;
  margin: -15px auto 0;
}

#magazine .btn:hover {
  background-position: 100% 50%;
}

#magazine .btn.arrow_btn:after {
  font-size: .8rem;
  top: 55%;
  color: #fff;
}

.c-button.white_bg {
  display: inline-block;
  color: #0c90e4;
  font-size: var(--font-size_14);
  font-weight: bold;
  position: relative;
  background: #ffff;
  border: none;
  font-size: .7rem;
  font-weight: bold;
  padding: 8px 30px 8px 10px;
}

.c-button.white_bg:after {
  background: #0c90e4;
  color: #fff;
}


#magazine .contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

#magazine .contents ul li {
  width: 48.5%;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 0px 18px -11px #000000;
}

#magazine .contents ul li:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 700;
  background: #0c90e4;
  width: 55px;
  height: 55px;
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  line-height: 55px;
  font-size: 1.3rem;
  position: absolute;
  right: 15px;
  bottom: -12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
  text-align: center;
}

#magazine .contents ul li a {
  display: block;
  position: relative;
}

#magazine .contents ul li figure {
  width: 42%;
}

#magazine .contents ul li figure a {
  aspect-ratio: 5 / 3;
  border-radius: 3px;
  overflow: hidden;
}

#magazine .contents ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#magazine .contents ul li figure span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #000000cc;
  font-weight: bold;
  padding: 7px;
}

#magazine .contents ul li .detail {
  width: 54%;
}

#magazine .contents ul li .detail .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 3px;
}

#magazine .contents ul li .detail .info .date,
#magazine .contents ul li .detail .info .category {
  color: #7c7c7c;
  font-size: var(--font-size_13);
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#magazine .contents ul li .detail .info .date {
  margin-right: 16px;
}

#magazine .contents ul li .detail .info .fa {
  margin-right: 4px;
}

#magazine .contents ul li .detail .title {
  font-weight: bold;
  font-size: var(--font-size_14);
  margin-bottom: 10px;
  line-height: 1.4;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#magazine .contents ul li .detail .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#magazine .contents ul li .detail .tags .tag {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  margin-right: 10px;
}

#magazine .contents ul li .detail .tags .tag.pr {
  background-color: unset;
  border: unset;
  border-radius: unset;
  color: #7c7c7c;
  font-weight: bold;
  font-size: var(--font-size_13);
}

#magazine .contents ul li .detail .tags .tag a {
  display: block;
  width: 100%;
  padding: 2px 10px;
  font-weight: bold;
  font-size: var(--font-size_13);
}

.magazine h2:after {
  display: none;
}

#magazine .swiper {
  width: 68%;
}

#magazine .main_mag.flex_list.magazine_slide_mv.swiper-wrapper {
  display: flex;
  position: relative;
}

#magazine .main_mag.flex_list.magazine_slide_mv.swiper-wrapper .swiper-slide {
  border-radius: 5px;
}

#magazine .main_mag.flex_list.magazine_slide_mv.swiper-wrapper .swiper-slide a {
  display: flex;
  align-items: center;
  padding: 23px;
  background: #fff;
  border-radius: 5px;
  margin-right: 10px;
  height: 160px;
}

#magazine .swiper-pagination {
  display: block;
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

#magazine .swiper-pagination-bullet {
  background: #d4d4d4;
  opacity: 1;
  margin: 0 10px;
  height: 10px;
  width: 10px;
}

#magazine .swiper-pagination-bullet-active {
  background: #000000;
}

#magazine .main_mag.flex_list.magazine_slide_mv.swiper-wrapper .swiper-slide a figure {
  max-width: 195px;
  margin-right: 10px;
  border-radius: 5px;
}

#magazine .main_mag.flex_list.magazine_slide_mv.swiper-wrapper .swiper-slide a figure img {
  border-radius: 5px;
}

#magazine .main_mag.flex_list.magazine_slide_mv.swiper-wrapper .swiper-slide a .txt_area {
  width: 50%;
}

#magazine .main_mag.flex_list.magazine_slide_mv.swiper-wrapper .swiper-slide a .txt_area .day {
  font-weight: bold;
  font-size: var(--font-size_14);
  color: #000;
}

#magazine .main_mag.flex_list.magazine_slide_mv.swiper-wrapper .swiper-slide a .txt_area .day:before {
  display: none;
}

.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  display: block;
}

#magazine .main_mag.flex_list.magazine_slide_mv.swiper-wrapper .swiper-slide a .txt_area h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: bold;
  margin-top: 5px;
  -webkit-line-clamp: 3;
  font-size: var(--font-size_16);
  line-height: 1.5;
}

/* PRはmagazine.css参考*/
.magazine .pr {
  margin-left: auto;
  width: max-content;
  padding: 0px 10px;
  background: #cfcfcfa6;
  font-size: 10px;
  color: #696969;
  margin-top: 5px;
  margin-bottom: 10px;
}

.pr {
  display: none;
}

@media screen and (max-width:1000px) {
  #magazine br.pc {
    display: block;
  }

  #magazine .btn.arrow_btn:after {
    right: 14px;
  }

}

@media screen and (max-width:850px) {
  #magazine .swiper {
    width: 60%;
  }

  #magazine .txt_area {
    padding: 0;
    width: 30%;
  }

  #mv .flex_cont .cont_l>li {
    width: 49%;
  }

  #mv .flex_cont .cont_l>li:first-of-type {
    margin-right: 10px;
  }

  #mv .flex_cont .cont_l li {
    margin-bottom: 0;
  }

  #mv .flex_cont .cont_l li+li {
    margin-right: 0;
  }
}

@media screen and (max-width:600px) {
  #magazine .magazine_btn.btn.arrow_btn {
    padding: .5rem 3rem .5rem 2rem;
  }

  #magazine .txt_area figure {
    max-width: 250px;
    margin: 0 auto;
  }

  #magazine h2 {
    font-size: var(--font-size_35);
    margin-bottom: 0;
  }

  #magazine .flex_cont>.txt_area {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
  }

  #magazine .swiper {
    width: 100%;
  }

  #magazine .main_mag.flex_list.magazine_slide_mv.swiper-wrapper .swiper-slide a {
    height: 140px;
  }
}

@media screen and (max-width:480px) {

  #magazine .swiper-pagination {
    margin-top: 10px;
  }

  #magazine .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 7px;
  }

  #mv .recruitment ._block ul li {
    margin-bottom: 10px;
  }

  #mv .catchcopy:has(.catchcopy_newline) {
    right: 10px;
    margin: 0;
  }

  #magazine h2 {
    margin-right: 15px;
  }

  .link.arrow_circle:after {
    width: 45px;
    height: 46px;
    line-height: 3;
  }
}




/*============================
#event_overview
============================*/
#event_overview {
  color: #fff;
  margin: 0 auto;
  display: block;
  position: relative;
  background-image: url(/2025/assets/img/top/overview_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  padding: clamp(30px, 5vw, 40px) clamp(15px, 3vw, 20px) clamp(150px, 20vw, 200px);
  border-top: none;
  min-height: 60vh;
}

#event_overview .link_cont {
  background: #fff;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  border-radius: 8px;
  padding: clamp(20px, 4vw, 30px);
  align-items: center;
  margin-bottom: clamp(40px, 8vw, 60px);
  max-width: 1500px;
  flex-wrap: wrap;
  gap: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

#event_overview .link_cont nav {
  flex: 1;
}

#event_overview .link_cont nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 2vw, 10px);
  justify-content: space-between;
}

#event_overview .link_cont nav ul li {
  flex: 1 1 auto;
  min-width: 120px;
}

#event_overview .link_cont nav ul li a {
  display: block;
  padding: clamp(0.5rem, 1.5vw, 0.7rem) clamp(0.3rem, 2vw, 1.2rem);
  color: #fff;
  background: #000;
  font-weight: bold;
  font-size: clamp(14px, 2.5vw, 16px);
  border-radius: 5px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.en #event_overview .link_cont nav ul li a {
  font-size: 14px;
}

#event_overview .link_cont nav ul li a:after {
  content: "";
  border: 0;
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 45%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
}

#event_overview .link_cont nav ul li.purple a {
  background: #7f35da;
}

#event_overview .link_cont nav ul li.blue a {
  background: #0871ee;
}

#event_overview .link_cont nav ul li.green a {
  background: #05a78e;
}

#event_overview .link_cont nav ul li.light_green a {
  background: #5cbc28;
}

#event_overview .link_cont nav ul li.yellow a {
  background: #c7c50b;
}

#event_overview .link_cont nav ul li.orange a {
  background: #e5950b;
}

#event_overview .link_cont nav ul li.pink a {
  background: #e74fc2;
}

#event_overview .event_overview_headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#event_overview .btn {
  padding: 1.2rem 3rem 1.2rem 3rem;
  background: #E91D63;
  font-size: clamp(16px, 2.5vw, 20px);
  /* 最小14px、最大20px、間はビューポート幅の2.5% */
}

#event_overview .btn::before {
  content: '';
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  left: 1.5rem;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(/2025/assets/img/top/icon_walking.png);
  background-size: contain;
  transform: translateY(-50%);
}

#event_overview .btn.arrow_btn:after {
  right: 25px;
  font-size: clamp(14px, 1.8vw, 16px);
}

#event_overview .w1200 {
  position: relative;
  margin: 0 auto;
}

#event_overview .w1200 p {
  color: #fff;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px;
  font-size: var(--font-size_19);
  text-shadow: 1px 1px 5px #000;
}

#event_overview .link_cont h2 {
  font-size: var(--font-size_26);
  color: #000;
  margin-bottom: 0;
  width: 175px;
  margin-right: 10px;
}

.en #event_overview .link_cont h2 {
  font-size: var(--font-size_24);
  margin-right: 10px;
  width: 160px;
}

#event_overview .video_cont,
#event_overview .event_about {
  width: 100%;
  max-width: 49.5%;
  min-width: 300px;
  flex: 1;
}

@media screen and (max-width: 768px) {

  #event_overview .video_cont,
  #event_overview .event_about {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

#event_overview .video_cont video {
  width: 100%;
}

#event_overview .flex_cont .event_about {
  background: #fff;
  border-radius: 8px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  padding: clamp(1rem, 3vw, 1.5rem);
  height: 100%;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#event_overview .flex_cont .event_about div {
  display: flex;
  border-bottom: 1px solid #d5e3ef;
  width: 100%;
}

#event_overview .flex_cont .event_about div:last-of-type {
  border-bottom: none;
}

.en #event_overview .flex_cont .event_about {
  padding: .8rem 1.5rem;
}

#event_overview .flex_cont .event_about dt,
#event_overview .flex_cont .event_about dd {
  font-weight: bold;
  padding: 1.4rem 0;
  font-size: var(--font-size_19);
}

#event_overview .flex_cont .event_about dt:last-of-type,
#event_overview .flex_cont .event_about dd:last-of-type {
  border-bottom: none;
}

#event_overview .flex_cont .event_about dt {
  width: 70px;
}

.en #event_overview .flex_cont .event_about dt {
  width: 100px;
  line-height: 1.2;
}

#event_overview .flex_cont .event_about dd {
  width: calc(100% - 70px);
}

.en #event_overview .flex_cont .event_about dd {
  width: calc(100% - 100px);
  padding-left: 1rem;
  /* line-height: 1; */
  line-height: 1.2;
}

#event_overview .banner_link_area figure {
  max-width: 800px;
  margin: 0 auto;
}

/* 英語は事前登録なしのためリンク消し */
.en #event_overview .banner_link_area.comingsoon {
  pointer-events: none;
}

#event_overview.movie_column .content .text_block {
  width: 48%;
}

#event_overview .flex_cont {
  display: flex;
  align-items: stretch;
  /* margin-bottom: 43px; */
}

#event_overview .flex_cont .event_about,
#event_overview .flex_cont .video_cont {
  min-height: 250px;
}

#event_overview .flex_cont .video_cont {
  position: relative;
  overflow: hidden;
}



#event_overview .flex_cont .event_about {
  background: #fff;
  border-radius: 5px;
}

#event_overview .c-text-link {
  color: #000;
  text-decoration: none;
}

#event_overview .c-text-link:after {
  color: #0c4dd5;
  font-size: 16px;
}

#event_overview .flex_cont .video_cont iframe {
  width: 100%;
  height: 100%;
}

#event_overview.movie_column .content .movie_block {
  width: 48%;
}

#event_overview.movie_column .content .movie_block video {
  width: 100%;
}

#event_overview .inner._why_exhibits {
  justify-content: center;
  margin-top: 20px;
}

#event_overview .link_cont nav ul li {
  width: calc((100% - 30px)/ 4);
  flex: inherit;
}


/*---- 無限に流れる画像 -----*/
.marquee {
  overflow: hidden;
  width: 100%;
  position: absolute;
  margin-top: 60px;
  left: 0;
}

.marquee__inner {
  display: flex;
  animation: scroll 50s linear infinite;
}

.marquee__inner img {
  margin-right: 15px;
  height: 250px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


@media screen and (max-width:1450px) {
  #event_overview .link_cont nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (max-width:1112px) {
  .en #event_overview .flex_cont .event_about {
    padding: .8rem 1.2rem;
  }

  .en #event_overview .flex_cont .event_about dt {
    width: 95px;
  }

  .en #event_overview .flex_cont .event_about dd {
    width: calc(100% - 95px);
  }
}

@media screen and (max-width:1010px) {

  #event_overview .flex_cont .video_cont,
  #event_overview .flex_cont .event_about {
    width: 100%;
  }

  #event_overview .flex_cont .video_cont {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 20px;
  }

  #event_overview .flex_cont .video_cont iframe {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #event_overview .w1200 {
    padding: 0 20px;
  }

  .en #event_overview .link_cont h2,
  #event_overview .link_cont h2 {
    width: 100%;
    margin-bottom: 10px;
  }


  .en #event_overview .link_cont nav ul li {
    width: calc((100% - 30px)/ 3);
  }
}

@media screen and (max-width:850px) {
  .marquee__inner img {
    height: 230px;
  }

  .en #event_overview .link_cont nav ul li {
    width: calc((100% - 20px)/ 2);
  }

  #event_overview .w1200 p {
    margin-bottom: 20px;
  }

  #event_overview .w1200 p {
    font-size: var(--font-size_17);
  }

  .marquee__inner {
    animation: scroll 15s linear infinite;
  }
}


@media screen and (max-width:800px) {
  #event_overview .link_cont nav ul li {
    width: calc((100% - 20px)/ 2);
  }

  .en #event_overview .link_cont nav ul li {
    width: calc((100% - 10px)/ 2);
  }

  #event_overview .link_cont {
    margin-bottom: 40px;
  }

  .marquee__inner img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  #event_overview .event_overview_headline {
    margin-bottom: 20px;
  }

  #event_overview .btn {
    margin: 0 auto 20px;
  }

  #event_overview .btn.arrow_btn:after {
    right: 20px;
  }
}

@media screen and (max-width:600px) {
  #event_overview .flex_cont .video_cont {
    min-height: 200px;
  }

  .en #event_overview .link_cont {
    padding: 20px;
  }

}

@media screen and (max-width:480px) {
  #event_overview .anniversary .content h3 {
    font-size: var(--font-size_22);
    margin-bottom: 10px;
  }

  #event_overview .w1200 {
    padding: 0 10px;
  }

  #event_overview .link_cont nav ul li {
    width: 48%;
  }

  #event_overview .link_cont {
    padding: 15px 20px;
  }

  #event_overview .link_cont nav ul li a {
    font-size: var(--font-size_14);
  }

  #event_overview .flex_cont .event_about {
    padding: 15px 15px 10px;
    min-height: inherit;
  }

  #event_overview .flex_cont {
    margin-bottom: 30px;
  }

  #event_overview .anniversary .content h3 {
    font-size: var(--font-size_22);
    margin-bottom: 10px;
  }
}


/*============================

#why_exhibits 

============================ */

#why_exhibits {
  padding: 100px 30px 80px;
  position: relative;
  overflow: hidden;
}

#why_exhibits .w1200 {
  margin: 0 auto 0;
  /* padding: 0 30px 0; */
}

#why_exhibits .sp_img {
  display: none;
}

#why_exhibits::before {
  content: "";
  display: block;
  background-image: url(/2025/assets/img/top/schedule_treat.webp);
  position: absolute;
  width: 364px;
  height: 500px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  bottom: -70px;
}

#why_exhibits .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  position: relative;
}

#why_exhibits h2 {
  text-align: left;
  color: #000;
}

#why_exhibits.main h2 span:before {
  background: #0709de;
}

#why_exhibits h2 small {
  font-size: var(--font-size_26);
  margin-left: 30px;
}

#why_exhibits p>span {
  font-size: var(--font-size_28);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
  display: block;
  color: #0305ad;
}

#why_exhibits .content p {
  line-height: 1.8;
  margin-bottom: 30px;
}

#why_exhibits .content p:last-of-type {
  margin-bottom: 0;
}

#why_exhibits .merit_list ul {
  margin-bottom: 20px;
}

#why_exhibits .merit_list li a {
  padding-bottom: 0;
}

#why_exhibits .content .merit_list li p {
  line-height: 1.3;
  margin-bottom: 10px;
}

#why_exhibits p.btn {
  text-align: center;
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}

#why_exhibits .inner._why_exhibits {
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
  background: #f0f0f0;
}

#why_exhibits .inner._why_exhibits figure {
  width: 380px;
  background: #fff;
  padding: 20px;
}

#why_exhibits .merit_movie_banner {
  max-width: 800px;
  margin: 20px auto auto;
}

#why_exhibits p {
  line-height: 1.8;
  margin-bottom: 40px;
}

#why_exhibits .merit_list_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

#why_exhibits .merit_list_cont .merit_list {
  width: calc((100% - 70px)/3);

}

#why_exhibits .merit_list_cont .merit_list:nth-child(n+4) {
  margin-top: 35px;
}

#why_exhibits .content p.btn a {
  color: #fff;
  background-color: #0f1c7d;
}

@media screen and (max-width:1120px) {
  #why_exhibits.main h2 span {
    display: inline-block;
    /* padding: 0 1.5rem!important; */
    margin-left: 15px;
  }

  #why_exhibits .merit_list_cont .merit_list {
    width: calc((100% - 50px)/3);
  }

  #why_exhibits .merit_list_cont .merit_list:nth-child(n+4) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 850px) {
  #why_exhibits .top {
    margin-bottom: 40px;
  }

  #why_exhibits h2 {
    margin-bottom: 30px;
  }

  #why_exhibits .link.arrow_circle {
    /* margin-right: 80px; */
    margin-left: auto;
  }

  #why_exhibits .merit_list_cont .merit_list {
    width: calc((100% - 20px)/2);
    margin-top: 20px;
  }

  #why_exhibits .merit_list_cont .merit_list:nth-child(n+4) {
    margin-top: 20px
  }

  #why_exhibits p {
    margin-bottom: 0;
  }

  #why_exhibits .merit_list_cont {
    margin-top: 0;
  }

  #why_exhibits p>span {
    font-size: var(--font-size_24);
    margin-bottom: 10px;
  }

  #why_exhibits {
    padding: 160px 30px 50px;
  }
}

@media screen and (max-width:480px) {
  #why_exhibits .sp_img {
    display: block;
  }

  #why_exhibits .pc_img {
    display: none;
  }

  #why_exhibits p>span {
    line-height: 1.5;
  }

  #why_exhibits.main h2 span {
    display: block;
    margin-left: 0;
  }

  #why_exhibits h2 {
    margin-bottom: 0;
  }

  #why_exhibits .top {
    margin-bottom: 20px;
  }

  #why_exhibits .merit_list_cont .merit_list {
    margin-top: 7px;
    width: 100%;
  }

  #why_exhibits .merit_list_cont .merit_list:first-of-type {
    margin-top: 0;
  }

  #why_exhibits p {
    margin-bottom: 20px;
  }

  #why_exhibits .merit_list_cont .merit_list:nth-child(n+4) {
    margin-top: 7px;
  }

  #why_exhibits .link.arrow_circle {
    display: none;
  }

  .en .link.arrow_circle:after {
    /* margin-left:10px; */
  }

  .en #why_exhibits .link.arrow_circle {
    margin-right: 60px;
  }
}


/* -------------------

#exhibitor_categories

------------------- */

#exhibitor_categories {
  padding: 80px 0 0px;
  background-size: cover;
  background: -webkit-linear-gradient(left, #000a31 0%, #0c66a6 100%) !important;
  background: linear-gradient(left, #000a31 0%, #0c66a6 100%) !important;
}

#exhibitor_categories .category_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  box-shadow: 0px 10px 15px -5px #a4a4a4;
  position: relative;
}

#exhibitor_categories * {
  color: #fff;
}

#exhibitor_categories h3,
#exhibitor_categories h4 {
  font-size: var(--font-size_26);
  font-weight: bold;
  line-height: 1.3;
}

.en #exhibitor_categories h3 {
  font-size: var(--font-size_28);
  margin-bottom: 20px;
}

#exhibitor_categories h4 {
  font-size: var(--font-size_15);
}

#exhibitor_categories h4 {
  font-size: var(--font-size_19);
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 10px;
}

#exhibitor_categories h3>span {
  display: block;
  font-weight: bold;
  font-size: var(--font-size_14);
  line-height: 3.5;
}

#exhibitor_categories a {
  padding: 110px 1.5rem;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#exhibitor_categories a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease, filter 0.3s ease;
  z-index: -1;
}

#exhibitor_categories .proaudio a:before {
  background-image: url(/2025/assets/img/top/pro_audio_bg.webp);
}

#exhibitor_categories .entertainment a:before {
  background-image: url(/2025/assets/img/top/entertaiment_bg.webp);
}

#exhibitor_categories .Video_broadcast a:before {
  background-image: url(/2025/assets/img/top/video_equipment_bg.webp);
}

#exhibitor_categories .mediasolution a:before {
  background-image: url(/2025/assets/img/top/media_bg.webp);
}

#exhibitor_categories a:hover {
  opacity: 1 !important;
}

#exhibitor_categories a:hover:before {
  transform: scale(1.1);
  filter: brightness(70%);
}

#exhibitor_categories a:hover div {
  text-shadow: #000;
}

#exhibitor_categories .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  margin: 0 auto 60px;
}

#exhibitor_categories h2 {
  margin-bottom: 0;
  width: 40%;
}

#exhibitor_categories h2 small {
  color: #c40202;
}

#exhibitor_categories h2+p {
  width: 55%;
  font-weight: bold;
  font-size: var(--font-size_18);
}

#exhibitor_categories p {
  line-height: 1.8;
  text-align: left;
  font-size: var(--font-size_14);
}

#exhibitor_categories .content {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  align-items: center;
}

#exhibitor_categories ul li {
  width: calc(100% / 4);
  text-align: center;
}

#exhibitor_categories ul li a .pro_audio {
  background: url(/2025/assets/img/top/pro_audio_bg.webp) bottom/contain no-repeat,
    linear-gradient(90deg, rgba(4, 153, 159, 1), rgba(4, 119, 159, 1));
  background-size: cover;
}

#exhibitor_categories .content a {
  height: 100%;
  width: 100%;
  display: block;
}

#exhibitor_categories .content .block.entertainmant {
  background: url(/2025/assets/img/top/cat_entertainment.webp) bottom/contain no-repeat,
    linear-gradient(90deg, rgba(104, 37, 167, 1), rgba(169, 52, 106, 1));
}

#exhibitor_categories .content .block.video {
  background: url(/2025/assets/img/top/cat_video.webp) bottom/contain no-repeat,
    linear-gradient(90deg, rgba(35, 112, 181, 1), rgba(35, 60, 181, 1));
}

#exhibitor_categories .content .block.media {
  background: url(/2025/assets/img/top/cat_media.webp) bottom/contain no-repeat,
    linear-gradient(90deg, rgba(226, 126, 0, 1), rgba(226, 153, 0, 1));
}

#exhibitor_categories .content .block h3 {
  font-size: var(--font-size_28);
  font-weight: bold;
  margin-bottom: 30px;
}

#exhibitor_categories .content .block h3 small {
  display: block;
  font-size: var(--font-size_14);
  font-weight: bold;
  margin-top: 20px
}

#exhibitor_categories .content .block h4 {
  font-size: var(--font-size_19);
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}

#exhibitor_categories .content .block p {
  font-size: var(--font-size_14);
  margin: 0;
}

@media screen and (max-width:1300px) {
  #exhibitor_categories ul li {
    width: calc(100% / 2);
  }

  #exhibitor_categories ul li a {
    padding: 40px 1.5rem;
  }
}


@media screen and (max-width: 1250px) {
  #mv .flex_cont {}

  #mv .recruitment ._block h2+figure {
    max-width: 250px;
  }

  #mv .flex_cont .cont_l {
    min-width: 270px;
  }

  #mv .recruitment {
    width: 43%;
  }

  #exhibitor_categories .top {
    padding: 0 30px;
  }

  #mv .recruitment ._block ul li a p {
    font-size: var(--font-size_15);
  }

  #mv .recruitment ._block ul li a figure {
    width: 45px;
  }

  #mv .recruitment ._block ul li:nth-of-type(2) a figure {
    width: 37px;
  }

  #mv h1 img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }

  #mv h1 {
    text-align: center;
  }
}

@media screen and (max-width:1120px) {
  .main h2 span {
    display: block;
    margin-top: 20px;
    padding: 0 !important;
    font-size: var(--font-size_18);
  }


  .main#results h2 span,
  .main#event_overview h2 span {
    display: inline;
    /* padding: 0 1.5rem; */
    margin-left: 1.5rem;
  }

  #event_overview .w1200 p {
    font-size: var(--font-size_16);
  }

  #exhibitor_categories h2 {
    width: 30%;
  }

  #exhibitor_categories h2+p {
    flex: 1;
  }

}

@media screen and (max-width:1000px) {
  #mv .recruitment ._block ul li a p {
    font-size: var(--font-size_14);
  }

  #mv .recruitment ._block ul li a figure {
    width: 40px;
  }

  #mv .recruitment ._block ul li:nth-of-type(3) a figure,
  #mv .recruitment ._block ul li:nth-of-type(2) a figure {
    width: 37px;
  }

}

@media screen and (max-width:850px) {
  

  #mv .flex_cont {
    flex-direction: column-reverse;
  }

  #mv{
    padding: 35px 4% 70px;
  }

  #mv h1 img {
    max-width: 400px;
  }

  #mv .recruitment ._block h2 {
    width: 100%;
  }

  #mv .recruitment ._block h2+figure {
    max-width: 300px;
    width: 80%;
  }

  .en #mv .recruitment ._block h2+figure {
    width: 100%;
  }

  #mv .recruitment ._block ul li a p {
    font-size: var(--font-size_18);
  }

  #exhibitor_categories h2 {
    width: 100%;
    margin-bottom: 30px;
  }
}


@media screen and (max-width:650px) {
  #mv{
    padding: 30px 30px 100px;
  }
}



@media screen and (max-width:600px) {
  #exhibitor_categories h2+p {
    font-size: var(--font-size_17);
  }

  #exhibitor_categories h3 {
    font-size: var(--font-size_24);
  }

  #exhibitor_categories h4 {
    font-size: var(--font-size_19);
  }

  #exhibitor_categories {
    padding: 50px 0 0;
  }


  #mv .recruitment ._block ul li a p {
    font-size: var(--font-size_15);
  }

}

@media screen and (max-width:500px) {
  #mv .recruitment ._block ul li a p {
    font-size: 14px;
  }
}


@media screen and (max-width:480px) {
  #mv .recruitment h1{
    padding: 0 25px;
    margin-bottom: 0px;
  }
  #event_overview .anniversary .content h3 {
    font-size: var(--font-size_22);
    margin-bottom: 10px;
  }

  #exhibitor_categories .top {
    padding: 0px 20px;
  }

  #mv .recruitment ._block ul li a p {
    font-size: var(--font-size_15);
  }


  #mv .recruitment ._block ul li a figure {
    width: 35px;
  }

  #mv .recruitment ._block ul li:nth-of-type(3) a figure,
  #mv .recruitment ._block ul li:nth-of-type(2) a figure {
    width: 30px;
  }

  .main#results h2 span {
    display: block;
    margin-left: 0;
  }
}





/*============================
#exhibition_fee
============================*/
#exhibition_fee {
  padding: 80px 30px 60px;
  background-size: cover;
  background: url(/2025/assets/img/top/exhibition_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

#exhibition_fee .txt_right {
  text-align: right;
  margin-bottom: 20px
}

#exhibition_fee .w1400 {
  padding: 0 50px;
}

#exhibition_fee .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

#exhibition_fee.main h2 span:before,
#exhibitor_categories.main h2 span:before {
  background: #006edc;
}

#exhibition_fee .deadline_cont>span {
  color: #fff;
  font-weight: bold;
  background: #e91b3f;
  display: inline-block;
}

#exhibition_fee .deadline_cont .deadline_txt {
  display: inline-block;
}

#exhibition_fee .deadline br.sp {
  display: block;
}

#exhibition_fee .top h2 {
  color: #000;
}

#exhibition_fee .deadline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
}

.en #exhibition_fee .deadline {
  flex-wrap: nowrap;
}

#exhibition_fee .deadline>span {
  background: #e91b3f;
  color: #fff;
  padding: .2rem .5rem;
  border-radius: 5px;
  letter-spacing: .1rem;
  margin-right: 10px;
  line-height: 1.2;
}

#exhibition_fee .deadline * {
  font-weight: bold;
}

#exhibition_fee .deadline h3 {
  font-size: var(--font-size_21);
  color: #000;
}

#exhibition_fee .deadline h3:after {
  background: url(/2025/assets/img/top/triangles.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8em;
  height: 0.9em;
  display: inline-block;
  content: "";
  vertical-align: top;
  margin-left: 20px;
}

#exhibition_fee .deadline .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#exhibition_fee .deadline .date.first {
  margin-right: 10px;
}

#exhibition_fee .deadline .deadline_border {
  align-items: center;
  display: flex;
  padding-bottom: .5rem;
  border-bottom: 2px solid #000;
}

#exhibition_fee .deadline .date h4 {
  color: #000;
  font-size: var(--font-size_18);
  margin-right: 12px;
}

#exhibition_fee .deadline .date.first * {
  color: #e70e0e;
}

#exhibition_fee .deadline .date p {
  font-size: var(--font-size_22);
}

#exhibition_fee .deadline .date span {
  font-size: var(--font-size_35);
  font-family: 'Outfit';
}

#exhibition_fee .content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#exhibition_fee .content ._block {
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 10px 0px #b6ddf6ba;
  border-radius: 3px;
  border-left: 11px solid #414ee9;
  margin-bottom: 20px;
  padding: 50px;
  flex-wrap: wrap;
  background-image: url(/2025/assets/img/top/standard_bg.webp);
  background-size: cover;
  background-position: 61% 40%;
  justify-content: space-between;
}

#exhibition_fee .content ._block.small {
  border-left: 11px solid #e91737;
  background-image: url(/2025/assets/img/top/smallpackage_bg.webp);
  background-position: 50% 35%;
}

#exhibition_fee .border_box {
  text-align: center;
  padding: 0;
  border: none;
  color: #14b40e;
  font-weight: bold;
  border: 1px solid #14b40e;
  padding: .5rem;
  font-size: var(--font-size_16);
  line-height: 1.5;
  width: 150px;
  border-radius: 3px;
  margin-right: 25px;
}

.en #exhibition_fee .border_box {
  width: 290px;
}

#exhibition_fee .content ._block .detail:first-of-type {
  width: 55%;
}

#exhibition_fee .content ._block.standard figure,
#exhibition_fee .content ._block.small figure {
  width: 40%;
}

#exhibition_fee .content ._block figure img {
  width: 100%;
  height: auto;
}

#exhibition_fee .content ._block .detail h3 span {
  display: block;
  font-weight: bold;
  font-family: 'Outfit';
  color: #006edc;
  line-height: 1.8;
}

#exhibition_fee .content ._block.small .detail h3 span {
  color: #dd48a3;
}



/* package-box */
#exhibition_fee .package-box {
  padding: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  box-shadow: 1px 1px 10px 0px #edeef7;
  margin-bottom: 30px;
  border-radius: 5px;
}

#exhibition_fee .package-box .detail {
  width: 67%;
}

#exhibition_fee .package-box figure {
  width: 25%;
  margin-right: 30px;
  border-radius: 5px;
  min-width: 270px;
}

#exhibition_fee .package-box h3 span {
  font-weight: bold;
  font-family: 'Outfit';
  color: #14b40e;
  line-height: 1.8;
  padding-left: 20px;
}

#exhibition_fee .package-box .example {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#exhibition_fee .package-box .example .total {
  background: #14b40e;
  color: #fff;
  font-family: 'Outfit', serif;
  padding: 0 .8rem;
  line-height: 2;
  border-radius: 5px;
  font-size: var(--font-size_24);
  margin: 0 15px 0 0;
  font-weight: bold;
}

.en #exhibition_fee .package-box .example .total {
  font-size: var(--font-size_20);
}

#exhibition_fee .package-box .example .price {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}


#exhibition_fee .package-box h3,
#exhibition_fee .content ._block .detail h3 {
  font-size: var(--font-size_36);
  font-weight: bold;
  margin-bottom: 18px;
  color: #010101;
}

#exhibition_fee .content ._block .detail p span {
  font-size: var(--font-size_20);
}

#exhibition_fee .package-box h3 {
  font-size: var(--font-size_28);
}

#exhibition_fee .package-box p,
#exhibition_fee .content ._block .detail p {
  line-height: 1.8;
  margin: 10px 0 0 0;
  font-weight: bold;
  font-size: var(--font-size_20);
}

#exhibition_fee .package-box h3+p {
  margin: 0 0 15px;
}

#exhibition_fee .package-box .indent {
  width: 100%;
  font-size: var(--font-size_15);
}

#exhibition_fee .content ._block.standard .detail p span {
  color: #006edc;
  font-weight: bold;
}

#exhibition_fee .content ._block.small .detail p span {
  color: #dd48a3;
}

#exhibition_fee .content ._block.standard .detail p span.border_btm {
  color: #000;
  border-bottom: 1px solid #bcbcbc;
}

#exhibition_fee .package-box span.marker,
#exhibition_fee .content ._block.standard .detail p span.marker {
  background: linear-gradient(transparent 50%, #b2d3f4 50%);
  color: #000;
}

#exhibition_fee .content ._block.small .detail p span {
  font-weight: bold;
}

#exhibition_fee .content ._block.small .detail p span.marker {
  background: linear-gradient(transparent 50%, #f5c8e4 50%);
  color: #000;
}

#exhibition_fee .package-box span.marker {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #b9e8b7 50%);
  font-size: var(--font-size_20);
}

#exhibition_fee .content ._block .detail .price,
#exhibition_fee .package .detail .price {
  display: flex;
  align-items: center;
  padding: 16px 0 0 0;
}

#exhibition_fee .content ._block.small .detail .price {
  padding: 20px 0 0 0;
}

#exhibition_fee .content ._block .detail .price h4 {
  font-size: var(--font-size_18);
  font-weight: bold;
  white-space: nowrap;
  color: #006edc;
  margin-right: 20px;
}


#exhibition_fee .content ._block.small .detail .price h4 {
  color: #dd48a3;
}

#exhibition_fee .content ._block .detail .price p {
  margin: 0;
}

#exhibition_fee .content ._block .detail .price small:nth-child(2) {
  font-size: var(--font-size_20);
  padding: 0 5px;
  font-weight: bold;
}

#exhibition_fee .content ._block .detail .price small:nth-child(3),
#exhibition_fee .content ._block:nth-child(2) .detail .price small {
  font-size: var(--font-size_13);
  padding: 0 5px;
  font-weight: bold;
}

#exhibition_fee .content ._block .detail .price p span,
#exhibition_fee .package .detail .price .value span,
#exhibition_fee .package-box .detail .price .value span {
  font-size: var(--font-size_47);
  line-height: 1;
  font-weight: bold;
  letter-spacing: -2px;
  font-family: 'Outfit';
  letter-spacing: 1px;
}

#exhibition_fee .package-box .detail .price .value {
  margin-top: 0;
}

#exhibition_fee .package-box .detail .price .value span {
  font-size: var(--font-size_47);
  color: #14b40e;
  margin-right: 10px;
}

.en #exhibition_fee .package-box .detail .price .value span {
  font-size: var(--font-size_39);
}

#exhibition_fee .content ._block .detail .price .line,
#exhibition_fee .package .detail .price .line {
  border-top: 1px solid #000;
  width: 100%;
  margin: 0 0 0 1%;
}

#exhibition_fee .content ._block .detail .caution {
  font-size: var(--font-size_17);
  font-weight: normal;
  margin-top: 15px;
}

#exhibition_fee .content ._block.small .detail .caution {
  margin-top: 0px;
}

#exhibition_fee .content ._block.standard .detail .caution {
  border-bottom: 1px solid #b9b9b9;
  display: inline-block;
}

#exhibition_fee .content ._block.small .detail .caution small {
  font-size: var(--font-size_34);
}

#exhibition_fee .content ._block.small .detail .caution small+small {
  font-size: var(--font-size_13);
}

#exhibition_fee .content ._block .detail .caution small {
  padding: 0 5px 0 20px;
  font-size: var(--font-size_24);
  font-family: 'Outfit';
}

#exhibition_fee .content ._block .detail .caution small+small {
  font-family: 'Zen Kaku Gothic New';
  font-size: var(--font-size_16);
  padding: 0 5px;
}

#exhibition_fee .btn.arrow_btn {
  margin: 0 auto;
  padding: 2rem 5rem;
  min-width: 450px;
  font-size: var(--font-size_22);
}



@media screen and (max-width:1250px) {
  .en #exhibition_fee .border_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .en #exhibition_fee .border_box br.pc {
    display: none;
  }

  .en #exhibition_fee .package-box .detail .price .value span {
    font-size: var(--font-size_34);
  }

  .en #exhibition_fee .package-box .example .price {
    justify-content: center;
  }
}

@media screen and (max-width:1150px) {

  .en #exhibition_fee .deadline {
    margin: 0 0 0 auto;
  }

  .en #exhibition_fee .deadline>span {
    width: 130px;
  }

  .en #exhibition_fee .deadline .date {
    flex-wrap: nowrap;
    width: 100%;
  }

  .en #exhibition_fee .deadline .deadline_border {
    flex: 1;
    flex-direction: column;
  }
}

@media screen and (max-width:1080px) {
  #exhibition_fee .border_box {
    width: 100%;
    margin-bottom: 10px;
  }

  #exhibition_fee .border_box br.pc {
    display: none;
  }

  #exhibition_fee .content ._block .detail:first-of-type {
    width: 57%;
  }

  #exhibition_fee .content ._block .detail:first-of-type br.pc {
    display: none;
  }

  #exhibition_fee .package-box h3 span {
    display: block;
    padding: 0;
  }

  #exhibition_fee .package-box .detail {
    flex: 1;
  }
}


@media screen and (max-width:850px) {
  #exhibition_fee .deadline {
    margin: 0 auto;
  }

  #exhibition_fee .content ._block.standard .detail .caution {
    margin: 10px auto 0;
  }

  #exhibition_fee .package-box span.marker,
  #exhibition_fee .package-box h3+p {
    font-size: var(--font-size_18);
  }

  #exhibition_fee .package-box .indent {
    text-align: center;
  }

  #exhibition_fee .package-box .example .price {
    justify-content: center;
  }
}


@media screen and (max-width:768px) {

  #exhibition_fee .deadline .deadline_border {
    /* width: calc(100% - 70px); */
    justify-content: space-evenly;
  }

  .en #exhibition_fee .deadline .deadline_border {
    flex: none;
    align-items: normal;
  }

  #mv .recruitment ._block.cont_25 {
    margin-top: 0;
  }

  .en #exhibition_fee .deadline>span {
    width: max-content;
  }

  .en #exhibition_fee .deadline {
    flex-wrap: wrap;
  }

  #exhibition_fee .content ._block .detail p span,
  #exhibition_fee .package-box p,
  #exhibition_fee .content ._block .detail p {
    font-size: var(--font-size_17);
  }

  #exhibition_fee .deadline {
    width: 100%;
    margin-bottom: 20px;
  }

  #exhibition_fee .deadline .date p,
  #exhibition_fee .deadline .date h4 {
    margin-right: 5px;
  }

  .en #exhibition_fee .deadline .date p {
    font-size: var(--font-size_16);
  }

  .en #exhibition_fee .deadline .date span {
    font-size: var(--font-size_28);
  }

}


@media screen and (max-width:660px) {
  #exhibition_fee .deadline .deadline_border {
    flex-direction: column;
  }

  #exhibition_fee .deadline {
    width: max-content;
    margin-right: auto;
    margin-left: 0;
  }
}



@media screen and (max-width:600px) {

  #exhibition_fee .deadline .date p,
  #exhibition_fee .deadline .date h4 {
    font-size: var(--font-size_17);
    margin-right: 5px;
  }

  #exhibition_fee {
    padding: 50px 30px;
  }

  #exhibition_fee.main h2 span {
    display: block;
    width: 100%;
  }



  .en #mv .recruitment ._block.cont_25 {
    /* margin-bottom: 0px; */
  }
}

@media screen and (max-width:550px) {
  #exhibition_fee .package-box .example .total {
    margin-right: 10px;
  }

  .en #event_overview .flex_cont .event_about dd,
  .en #event_overview .flex_cont .event_about dt {
    padding: 1rem 0;
    font-size: 15px;
  }

  .en #event_overview .flex_cont .event_about dt {
    padding-left: .5rem;
  }

  .en #event_overview .flex_cont .event_about {
    padding: .8rem;
  }

  #exhibition_fee .deadline .date p,
  #exhibition_fee .deadline .date h4 {
    font-size: var(--font-size_17);
    margin-right: 5px;
  }
}

@media screen and (max-width:480px) {

  .en #event_overview .flex_cont .event_about dd,
  .en #event_overview .flex_cont .event_about dt {
    font-size: 14px;
  }

  .en #event_overview .flex_cont .event_about dd {
    padding-top: .8rem;
  }

  .en #event_overview .flex_cont .event_about dt {
    width: 80px;
    padding-left: .2rem;
  }

  #exhibition_fee .package-box .example .total {
    margin-right: 5px;
    font-size: var(--font-size_19);
  }

  #exhibition_fee .deadline .date span {
    font-size: var();
  }

  #mv .recruitment ._block.mv_list_link_cont {
    margin-top: 65%;
  }

  #exhibition_fee .package-box .indent {
    font-size: var(--font-size_14);
  }

  #exhibition_fee .package-box .detail {
    width: 100%;
    padding: 10px;
  }

  #exhibition_fee .package-box figure {
    width: 100%;
    margin-right: 0;
  }

  #exhibition_fee .content ._block .detail p span,
  #exhibition_fee .package-box p,
  #exhibition_fee .content ._block .detail p {
    font-size: var(--font-size_17);
  }

  #exhibition_fee .package-box .detail .price .value small {
    font-size: var(--font-size_13);
  }

  #exhibition_fee {
    padding: 50px 20px;
  }

  #exhibition_fee .content ._block .detail .caution small+small {
    font-size: var(--font-size_14);
  }

  #exhibition_fee .content ._block.small .detail .price h4 {
    width: max-content;
  }

  #exhibition_fee .content ._block.small .detail .price {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
}




/*============================
#results
============================*/

#results {
  position: relative;
}

#results:after {
  content: "";
  display: block;
  background-image: url(/2025/assets/img/top/result_treat.webp);
  position: absolute;
  width: 450px;
  height: 550px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
}

#results .results-box {
  margin: 0 auto;
}


#results .results-box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  position: relative;
}

#results.main h2 span:before {
  background: #0709de;
}

#results .inner._results {
  width: calc(100% - 400px);
}

#results h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  font-size: var(--font-size_20);
  color: #fff;
  text-align: center;
  background: #e46db5;
  width: max-content;
  border-radius: 0 0 5px 0;
  padding: .3rem 1rem;
  width: 180px;
}

#results .visitors_data h3 {
  position: absolute;
  top: 0;
  left: 0;
}

#results .exhibitors_data h3 {
  margin-bottom: 0;
  background: #006edc;
  position: absolute;
  top: 0;
  left: 0;
}

#results h4 {
  font-size: var(--font-size_18);
  font-weight: bold;
  border-radius: 35px;
  text-align: center;
  margin-bottom: 8px;
  margin: 0 auto 5px;
  line-height: 1.3;
  text-align: left;
}

#results .exhibitors_data h4 {
  text-align: center;
  font-size: var(--font-size_17);
}

#results .content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}


#results .content .visitors_data {
  width: 100%;
  border: 3px solid #e46db5;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 60px 30px 30px;
  position: relative;
}

#results .data_flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: space-between;
}

#results .exhibitors_data {
  width: 60%;
  border: 3px solid #006edc;
  border-radius: 5px;
  padding: 40px 10px 20px;
  position: relative;
}

#results .exhibitors_data .exhibitors_data_list {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  align-items: center;
}

#results .exhibitors_data .exhibitors_data_list .txt h4 {
  margin-bottom: 10px;
}


#results .exhibitors_data .exhibitors_data_list li {
  border-left: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 15px 10PX;
}

#results .exhibitors_data .exhibitors_data_list li:first-of-type {
  border-left: none;
  width: 30%;
}

#results .exhibitors_data .exhibitors_data_list li:last-of-type {
  width: 35%;
}

#results .exhibitors_data .exhibitors_data_list .reference span {
  background: #b2daff;
  font-size: var(--font-size_14);
  padding: .25rem;
  display: block;
  width: 90%;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 15px;
}

#results .c-text-link {
  color: #000;
  text-decoration: none;
  font-size: var(--font-size_16);
  font-weight: bold;
  margin-bottom: 15px;
}

#results .c-text-link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: inherit;
  margin-left: 5px;
  content: "\f35d";
  color: #006edc;
}


#results .exhibitors_data .exhibitors_data_list li img {
  width: 65px;
  margin-bottom: 15px;
}

#results .exhibitors_data .exhibitors_data_list li:nth-of-type(1) img {
  margin-bottom: 20px;
}


#results .exhibitors_data .exhibitors_data_list li:nth-of-type(2) img {
  width: 60px;
}

#results .exhibitors_data .exhibitors_data_list li.reference img {
  width: 135px;
  margin-bottom: 0;
}

#results .exhibitors_data .exhibition ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

#results .others {
  width: 38%;
  border: 3px solid #a0a0a0;
  border-radius: 5px;
  position: relative;
  padding: 50px 10px 30px;
  background: #ffffffc2;
}

#results .others img {
  width: 60px;
  margin-bottom: 14px;
}

#results .impression h4 {
  margin-bottom: 10px;
}

#results .others .speaker img {
  width: 35px;
}


#results .others h3 {
  background: #a0a0a0;
  position: absolute;
  top: 0;
  left: 0;
}

#results .others ul,
#results .content .visitors_data ul.data {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

#results .others ul {
  align-items: center;
  margin-bottom: 0;
  height: 100%;
}

#results .content .visitors_data .type {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 55px 0 25px;
}

#results .content .visitors_data .type figure {
  width: 200px;
}

#results .content .visitors_data .type .txt {
  flex-grow: 1;
  padding-left: 35px;
}

#results .content .visitors_data ul.data li {
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 0 1rem;
  align-items: center;
  border-left: 1px solid #cccccc;
}

#results .content .visitors_data ul.data li:nth-of-type(1) {
  width: 29%;
  border-left: 0;
}

#results .content .visitors_data ul.data li:nth-of-type(n+2) {
  width: 23%;
}

#results .content .visitors_data ul.data li figure {
  margin-right: 15px;
}

#results .content .visitors_data ul.data li:last-of-type,
#results .exhibitors_data .exhibitors_data_list li:last-of-type {
  border-right: 0;
}

#results .content .visitors_data ul.data li .bee2024 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  line-height: unset;
  text-align: left;
  line-height: 1.2;
}

#results .content .visitors_data ul.data li .txt {
  text-align: left;
}

#results .content .visitors_data ul.data li.schedule h4 {
  padding: 10px 0 4px;
}

#results .content .visitors_data ul.data li:first-child img {
  max-width: 85px;
  margin-right: 5px;
}

#results .content .visitors_data ul.data li:nth-child(2) img {
  width: 100%;
  max-width: 60px;
  margin-right: 5px;
}

#results .content .visitors_data ul.data li:nth-child(3) img {
  width: 100%;
  max-width: 50px;
}

#results .content .visitors_data ul.data li:last-child img {
  width: 100%;
  max-width: 60px;
}

#results .content .visitors_data ul.data li h4 small {
  font-size: var(--font-size_14);
  font-weight: bold;
  display: block;
}

#results .content p {
  display: flex;
  align-items: end;
  font-weight: bold;
  font-size: var(--font-size_19);
  text-align: center;
  position: relative;
  align-items: baseline;
}

#results .content p span {
  font-family: 'Outfit', serif;
  font-weight: bold;
  margin-right: 5px;
  font-size: var(--font-size_47);
}

#results .content .data_flex p span {
  font-size: var(--font-size_34);
}

#results .content .data_flex p {
  font-size: var(--font-size_15);
  display: block;
}

#results .content .visitors_data .type h4 {
  text-align: left;
  font-size: var(--font-size_22);
  border-bottom: 1px solid #c0c0c0;
  border-radius: 0;
  line-height: 2;
  margin-bottom: 15px;
}


#results .content .visitors_data .type .data ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#results .content .visitors_data .type .data>figure {
  width: 100%;
  max-width: 140px;
}

#results .content .visitors_data .type .data>figure>img {
  width: 100%;
  object-fit: cover;
}

#results .content .visitors_data .type .data ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  width: 48%;
}

#results .content .visitors_data .type .data ul li h5 {
  font-size: var(--font-size_17);
  margin-right: 10px;
  font-weight: bold;
}

#results .content .visitors_data .type .data ul li p {
  font-size: var(--font-size_15);
}

#results .content .visitors_data .type .data ul li p span {
  font-size: var(--font-size_24);
}

#results .others ul li {

  display: flex;
  flex-direction: column;
  align-items: center;
}

#results .others ul li:first-of-type {
  width: 65%;
  border-right: 1px solid #d6d6d6;
}

#results .others ul li:last-of-type {
  flex-grow: 1;
}

#results .content .exhibitors_data p span {
  margin-right: 3px;
}

#results .exhibitors_voice .top {
  display: flex;
}

#results .exhibitors_voice h3 {
  color: #000000;
  font-size: var(--font-size_39);
  border-right: 2px solid;
  border-right: none;
  font-family: "Zen Kaku Gothic New", serif;
}

#results .exhibitors_voice small {
  color: #0f1c7d;
  font-size: var(--font-size_19);
  font-weight: bold;
  margin-bottom: 5px;
}

#results .exhibitors_voice .voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url(/2025/assets/img/top/exb_voice.webp);
  background-size: cover;
  padding: 20px 20px 10px;
  border-radius: 5px;
}

#results .exhibitors_voice .top {
  max-width: 1050px;
  padding: 0px 50px 0 0;
}

.exhibitors_voice {
  width: 100%;
}

.exhibitors_voice_wrap {
  position: relative;
}

#results .exhibitors_voice_wrap h3 {
  background: transparent;
  margin-bottom: 0;
  font-size: var(--font-size_26);
  padding: 0;
  margin-bottom: 20px;
  width: max-content;
}

#results .exhibitors_voice_wrap h3 span {
  color: #4289a1;
  font-weight: bold;
  font-family: 'Outfit', serif;
  margin-left: 20px;
  font-size: var(--font-size_24);
}

.en #results .exhibitors_voice_wrap h3 span {
  margin-left: 0px;
  font-size: var(--font-size_34);
}

#results .exhibitors_voice .voice_list li {
  width: calc((100% - 30px)/3);
  background-color: #ffffff;
  padding: 10px 9px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

#results .exhibitors_voice .voice_list li img {
  max-width: 70px;
  margin-right: 11px;
}

#results .exhibitors_voice .voice_list li p {
  font-size: var(--font-size_14);
  line-height: 1.8;
  text-align: left;
}

/* å®Ÿç¸¾ å††ã‚°ãƒ©ãƒ• */
#results .pie-chart-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0;
  aspect-ratio: 1 / 1;
  background: conic-gradient(#d86cad 0deg 87.84deg,
      #49d09f 87.84deg 144.72deg,
      #77bc61 144.72deg 198.72deg,
      #7f7cb1 198.72deg 244.08deg,
      #d84751 244.08deg 288.36deg,
      #836772 288.36deg 326.52deg,
      #7b938c 326.52deg 360deg
    );
}

/* reviewリンクバナー */
#results .review_banner_cont {
  margin: 0 auto 40px;
  width: 80%;
}


@media screen and (max-width: 850px) {
  #results .others ul li:first-of-type {
    width: 56%;
  }

  #results .data_flex {
    margin-bottom: 10px;
  }

  #results .content .visitors_data ul.data li:nth-child(3) img {
    max-width: 55px;
  }

  #results .content .visitors_data ul.data li:nth-child(3) figure {
    margin-right: 25px;
  }

  #results .content .visitors_data .type .txt {
    padding-left: 20px;
  }

  #results .content .visitors_data .type h4 {
    font-size: var(--font-size_20);
  }

  #results .content .visitors_data .type .data ul li {
    width: 100%;
  }

  #results .content .visitors_data .type .txt {
    padding-left: 35px;
  }

  /* reviewリンクバナー */
  #results .review_banner_cont {
    margin: 40px auto 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #results .content .visitors_data .type .data ul li {
    width: 100%;
  }

  #results .content p span {
    font-size: var(--font-size_39);
  }

  #results h4 {
    font-size: var(--font-size_16);
  }

  #results .content .visitors_data ul.data li:first-child img {
    max-width: 70px;
  }

  #results .content .visitors_data ul.data li:nth-child(2) img {
    max-width: 55px;
  }

  #results .content .visitors_data ul.data li:nth-child(3) img {
    width: 100%;
    max-width: 50px;
  }

  #results .content .visitors_data ul.data li:last-child figure {
    margin-right: 20px;
  }

  #results .content .visitors_data ul.data li:last-child img {
    max-width: 55px;
  }

}


@media screen and (max-width:680px) {
  #results .results-box .top {
    flex-direction: column;
    margin-bottom: 40px;
  }

  #results h2 {
    text-align: left;
    width: 100%;
  }

  #results .link.arrow_circle {
    margin-left: auto;
  }
}

@media screen and (max-width:600px) {
  #results .pie-chart-3 {
    margin-top: 20px;
  }

  #results .content .visitors_data .type {
    flex-direction: column-reverse;
  }

  #results h4 {
    font-size: var(--font-size_15);
  }

  #results .content .visitors_data .type .txt {
    padding-left: 0;
  }

  #results .content .visitors_data ul.data li:first-child img {
    max-width: 60px;
    margin-right: 0px;
  }

  #results .content .visitors_data ul.data li:nth-child(2) img {
    max-width: 50px;
    margin-right: 0;
  }

  #results .content .visitors_data ul.data li:nth-child(3) img {
    max-width: 45px;
  }

  #results .content .visitors_data ul.data li:nth-of-type(4) figure {
    margin-right: 25px;
  }

  #results .exhibitors_data {
    width: 60%;
    border: 3px solid #006edc;
    border-radius: 5px;
    padding: 40px 10px 20px;
    position: relative;
  }

  #results .exhibitors_data .exhibitors_data_list {
    flex-wrap: wrap;
  }

  #results .exhibitors_data .exhibitors_data_list li {
    width: 50%;
    padding: 15px 10PX;
  }

  #results .exhibitors_data .exhibitors_data_list li:first-of-type,
  #results .exhibitors_data .exhibitors_data_list li:nth-of-type(2) {
    border-bottom: 1px solid #cccccc;
  }

  #results .exhibitors_data .exhibitors_data_list li:nth-of-type(2) {
    border-right: none;
  }

  #results .exhibitors_data .exhibitors_data_list li:first-of-type {
    width: 50%;
    height: 167px;
  }

  #results .exhibitors_data .exhibitors_data_list li:nth-of-type(1),
  #results .exhibitors_data .exhibitors_data_list li:nth-of-type(3) {
    border-left: none;
    height: 100%;
  }

  #results .exhibitors_data .exhibitors_data_list li:last-of-type {
    width: 50%;
  }

  #results .exhibitors_data .exhibitors_data_list .reference span {
    background: #b2daff;
    font-size: var(--font-size_14);
    padding: .25rem;
    display: block;
    width: 90%;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  #results .c-text-link {
    color: #000;
    text-decoration: none;
    font-size: var(--font-size_16);
    font-weight: bold;
    margin-bottom: 15px;
  }

  #results .c-text-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: inherit;
    margin-left: 5px;
    content: "\f35d";
    color: #006edc;
  }

  #results .exhibitors_data .exhibitors_data_list li img {
    width: 65px;
    margin-bottom: 15px;
  }

  #results .exhibitors_data .exhibitors_data_list li:nth-of-type(1) img {
    margin-bottom: 20px;
  }


  #results .exhibitors_data .exhibitors_data_list li:nth-of-type(2) img {
    width: 60px;
  }

  #results .exhibitors_data .exhibitors_data_list li.reference img {
    width: 135px;
    margin-bottom: 0;
  }

  #results .exhibitors_data .exhibition ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #results .others {
    width: 38%;
    border: 3px solid #a0a0a0;
    border-radius: 5px;
    position: relative;
    padding: 50px 10px 30px;
    background: #ffffffc2;
  }

  #results .others img {
    width: 60px;
    margin-bottom: 14px;
  }

  #results .impression h4 {
    margin-bottom: 10px;
  }

  #results .others .speaker img {
    width: 35px;
  }

  /* reviewリンクバナー */
  #results .review_banner_cont {
    margin: 25px auto 0;
  }
}

@media screen and (max-width:550px) {
  #results h4 {
    font-size: var(--font-size_15);
  }

  #results .content .visitors_data ul.data li:first-child img {
    max-width: 60px;
    margin-right: 0px;
  }

  #results .exhibitors_data {
    width: 60%;
    border: 3px solid #006edc;
    border-radius: 5px;
    padding: 40px 10px 20px;
    position: relative;
  }

  #results .exhibitors_data .exhibitors_data_list {
    align-items: center;
  }

  #results .exhibitors_data .exhibitors_data_list li {
    border-left: 1px solid #cccccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10PX;
  }

  #results .exhibitors_data .exhibitors_data_list .reference span {
    background: #b2daff;
    font-size: var(--font-size_14);
    padding: .25rem;
    display: block;
    width: 90%;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  #results .c-text-link {
    color: #000;
    text-decoration: none;
    font-size: var(--font-size_16);
    font-weight: bold;
    margin-bottom: 15px;
  }

  #results .c-text-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: inherit;
    margin-left: 5px;
    content: "\f35d";
    color: #006edc;
  }

  #results .exhibitors_data .exhibitors_data_list li img {
    width: 65px;
    margin-bottom: 15px;
  }

  #results .exhibitors_data .exhibitors_data_list li:nth-of-type(1) img {
    margin-bottom: 20px;
  }


  #results .exhibitors_data .exhibitors_data_list li:nth-of-type(2) img {
    width: 60px;
    margin-bottom: 10px;
  }

  #results .exhibitors_data .exhibitors_data_list li.reference img {
    width: 135px;
    margin-bottom: 0;
  }

  #results .exhibitors_data .exhibition ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #results .others {
    width: 38%;
    border: 3px solid #a0a0a0;
    border-radius: 5px;
    position: relative;
    padding: 50px 10px 30px;
    background: #ffffffc2;
  }

  #results .others img {
    width: 60px;
    margin-bottom: 14px;
  }

  #results .impression h4 {
    margin-bottom: 10px;
  }

  #results .others .speaker img {
    width: 35px;
  }

}

@media screen and (max-width:480px) {
  #results .others ul li:first-of-type {
    width: 67%;
    padding-right: .5rem;
  }

  #results .content p span {
    font-size: var(--font-size_34);
  }

  #results .exhibitors_data h3,
  #results .visitors_data h3,
  #results .exhibitors_data h3 {

    width: 100%;
    border-radius: 0;
  }


  #results h4 {
    font-size: var(--font-size_16);
    text-align: center;
    margin-top: 10px;
  }

  #results .content .visitors_data ul.data li .bee2024 {
    text-align: center;
  }

  #results .content .visitors_data ul.data li:first-child img {
    max-width: 60px;
    margin-right: 0px;
  }

  #results .exhibitors_data {
    width: 60%;
    border: 3px solid #006edc;
    border-radius: 5px;
    padding: 40px 10px 20px;
    position: relative;
  }

  #results .exhibitors_data .exhibitors_data_list li {
    width: 50%;
  }

  #results .exhibitors_data .exhibitors_data_list li:last-of-type {
    width: 50%;
  }

  #results .exhibitors_data .exhibitors_data_list .reference span {
    background: #b2daff;
    font-size: var(--font-size_14);
    padding: .25rem;
    display: block;
    width: 90%;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  #results .c-text-link {
    color: #000;
    text-decoration: none;
    font-size: var(--font-size_16);
    font-weight: bold;
    margin-bottom: 15px;
  }

  #results .c-text-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: inherit;
    margin-left: 5px;
    content: "\f35d";
    color: #006edc;
  }

  #results .exhibitors_data .exhibitors_data_list li img {
    width: 65px;
    margin-bottom: 15px;
  }

  #results .exhibitors_data .exhibitors_data_list li:nth-of-type(1) img {
    margin-bottom: 20px;
  }


  #results .exhibitors_data .exhibitors_data_list li:nth-of-type(2) img {
    width: 60px;
    margin-bottom: 10px;
  }

  #results .exhibitors_data .exhibitors_data_list li.reference img {
    width: 135px;
    margin-bottom: 0;
  }

  #results .exhibitors_data .exhibition ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #results .others {
    padding: 40px 10px 15px;
  }

  #results .others img {
    width: 60px;
    margin-bottom: 14px;
  }

  #results .impression h4 {
    margin-bottom: 10px;
  }

  #results .others .speaker img {
    width: 35px;
  }

  #results .others h3 {
    width: 100%;
    border-radius: 0;
  }


  #results .content .visitors_data ul.data {
    margin-bottom: 15px;
    justify-content: center;
  }

  #results .content .visitors_data ul.data li:nth-of-type(1) {
    width: 30%;
  }

  #results .content .visitors_data ul.data li:nth-of-type(n+2) {
    width: 23%;
  }

  #results .content .visitors_data ul.data li:nth-child(3) figure,
  #results .content .visitors_data ul.data li:nth-child(4) figure,
  #results .content .visitors_data ul.data li figure {
    margin-right: 0;
  }

  #results .link.arrow_circle {
    display: none;
  }

  #results .results-box .top {
    margin-bottom: 0px;
  }


  #results .content p {
    display: block;
  }

}

@media screen and (max-width:400px) {
  #results .content .data_flex p {
    font-size: var(--font-size_14);
  }
}


/*============================
#special_events
============================*/

#special_events {
  background: url(/2025/assets/img/top/events_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

#special_events .inner._special {
  max-width: 1400px;
}

#special_events .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#special_events .top h2 {
  margin-bottom: 0;
  color: #ffffff;
  width: 400px;
}

.en #special_events .top h2 {
  margin-bottom: 30px;
}

#special_events .top p {
  color: #fff;
  font-size: var(--font-size_18);
  line-height: 1.8;
  font-weight: bold;
  text-shadow: 0px 0px 10px #06559e, 0px 0px 10px #06559e, 0px 0px 10px #06559e, 0px 0px 10px #06559e;
}

.en #special_events .top p {
  flex: 1;
}

#special_events .events {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 2%;
}

#special_events .events li {
  width: 32%;
  max-width: 430px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  transition: all 0.2s;
  padding: 1.5rem;
  border-radius: 3px;
  position: relative;
}

#special_events .events li:nth-child(n + 7) {
  margin-bottom: 0;
}

#special_events .events li .content {
  padding-top: 10px;
}

#special_events .events li.red {
  background-color: #ffcdd1bf;
}

#special_events .events li.yellow {
  background-color: #ffefcdbf;
}

#special_events .events li.blue {
  background-color: rgba(179, 203, 255, 0.7);
}

#special_events .events li.purple {
  background-color: #f9cdffb5;
}

#special_events .events li.cinema {
  background: #bcbcbccf;
}

#special_events .events li.comingsoon {
  position: relative;
  pointer-events: none;
}

#special_events .events li.comingsoon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #0000003b;
  top: 0;
  left: 0;
}

#special_events .events li .comingsoon_txt {
  position: absolute;
  background: #ffffffd1;
  padding: .7rem 1rem;
  width: 88%;
  text-align: center;
  font-size: var(--font-size_20);
  top: 64%;
  font-weight: bold;
  color: #1c1c1c9c;
  rotate: 15deg;
}

#special_events .events li.green {
  background-color: rgba(192, 235, 220, 0.7);
}

#special_events .events li.red:not(.disabled):hover {
  background-color: rgba(207, 177, 222, 1);
}

#special_events .events li.yellow:not(.disabled):hover {
  background-color: rgba(222, 234, 220, 1);
}

#special_events .events li.blue:not(.disabled):hover {
  background-color: rgba(179, 203, 255, 1);
}

#special_events .events li.purple:not(.disabled):hover {
  background-color: rgba(208, 206, 252, 1);
}

#special_events .events li.green:not(.disabled):hover {
  background-color: rgba(192, 235, 220, 1);
}

#special_events .events li.cinema:not(.disabled):hover {
  background-color: #f4f4f4d9;
}

#special_events .events li a {
  display: block;
}

#special_events .events li a:hover {
  opacity: 1 !important;
}

#special_events .events li.disabled a {
  pointer-events: none;
}

#special_events .events li figure img {
  width: 100%;
  height: auto;
}

#special_events .events li .content h3 {
  font-size: var(--font-size_16);
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 15px;
}

#special_events .events li .content h3 a {
  font-weight: bold;
  text-shadow: 0px 0px 6px #fff, 0px 0px 6px #fff;
}


#special_events .events li.red .content h3 a {
  color: #e60013;
  font-weight: bold;
}

#special_events .events li.blue .content h3 a {
  color: #02416f;
}

#special_events .events li.yellow .content h3 a {
  color: #d4860c;
}

#special_events .events li.green .content h3 a {
  color: #0e6d25;
}

#special_events .events li.purple .content h3 a {
  color: #725094;
}

#special_events .events li .content .target {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#special_events .events li .content .target h4 {
  font-size: var(--font-size_13);
  font-weight: bold;
  color: #fff;
  padding: 27px 0 31px;
  text-align: center;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.en #special_events .events li .content .target h4 {
  padding: 16px 0 31px;
  line-height: 1.2;
}

#special_events .events li.red .content .target h4 {
  background-color: #e60012;
}

#special_events .events li.yellow .content .target h4 {
  background-color: #f39800;
}

#special_events .events li.blue .content .target h4 {
  background-color: #1f77b8;
}

#special_events .events li.purple .content .target h4 {
  background-color: #715094;
}

#special_events .events li.green .content .target h4 {
  background-color: #11a84e;
}

#special_events .events li.cinema .content .target h4 {
  background-color: #000;
}

#special_events .events li .content .target p {
  width: calc(96% - 65px);
  font-size: var(--font-size_14);
  line-height: 1.8;
  font-weight: bold;
}

#special_events .events li .content .target .att_txt {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  background: #ebebeb;
  color: #474747;
  font-size: var(--font-size_13);
  line-height: 1.4;
  padding: 5px 10px;
}

@media screen and (max-width:1320px) {
  #special_events .top p {
    margin-top: 20px;
  }
}

@media screen and (max-width:480px) {
  #special_events .events li .comingsoon_txt {
    width: 90%;
    font-size: var(--font-size_24);
  }

  .en #special_events .top h2 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}



/*============================
#inter_bee_award
============================*/

#inter_bee_award {
  padding: 80px 30px 80px;
  background: linear-gradient(left, #e1e8fd 0%, #e8dff9 100%) !important;
  background: linear-gradient(left, #e1e8fd 0%, #e8dff9 100%) !important;
}

#inter_bee_award .inner._award {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: -webkit-linear-gradient(left, #e1e8fd 0%, #e8dff9 100%) !important;
  background: linear-gradient(left, #e1e8fd 0%, #e8dff9 100%) !important;
  padding: 50px 50px 55px;
  border-radius: 5px;
  align-items: center;
}

#inter_bee_award .inner._award figure>img {
  height: 100%;
  object-fit: cover;
}

#inter_bee_award figure {
  width: 37%;
  height: 100%;
}

#inter_bee_award figure .tab_img {
  display: none;
}

#inter_bee_award .content figure img {
  width: 100%;
  height: auto;
}

#inter_bee_award .content {
  width: 65%;
  max-width: inherit;
  background: #c7c7c7;
  padding: 0 0 0 2rem;
  background: -webkit-linear-gradient(left, #e1e8fd 0%, #e8dff9 100%) !important;
  background: linear-gradient(left, #e1e8fd 0%, #e8dff9 100%) !important;
  border-radius: 0 5px 5px 0;
}

#inter_bee_award .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 330px;
}

#inter_bee_award .content h3 {
  margin-bottom: 25px;
}

#inter_bee_award .content p {
  line-height: 2;
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: var(--font-size_16);
}


#inter_bee_award .content p.btn {
  text-align: center;
  width: 100%;
  max-width: 345px;
}

#inter_bee_award {
  position: relative;
}

#inter_bee_award:before {
  content: "";
  display: block;
  background-image: url(/2025/assets/img/top/schedule_treat.webp);
  position: absolute;
  width: 364px;
  height: 500px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  bottom: -80px;
}


/* #mv .content p.btn a, */
#inter_bee_award .content p.btn a,
#why_exhibits .content p.btn a {
  position: relative;
  width: 100%;
  display: block;
  padding: 20px;
  color: #010101;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.2s !important;
}


#inter_bee_award .content p.btn a:after,
#why_exhibits .content p.btn a:after {
  content: "";
  border: 0;
  border-top: solid 2px #010101;
  border-right: solid 2px #010101;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

#why_exhibits .content p.btn a:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

#inter_bee_award .content p.btn a:hover,
#why_exhibits .content p.btn a:hover {
  opacity: 0.7 !important;
}

@media screen and (max-width:1320px) {
  #inter_bee_award .inner._award {
    padding: 3rem 2rem;
  }
}

@media screen and (max-width:850px) {
  #inter_bee_award figure .tab_img {
    display: block;
  }

  #inter_bee_award figure .pc_img {
    display: none;
  }

  #inter_bee_award figure:has(.tab_img) {
    margin: 0 auto 20px;
    width: 100%;
    height: 350px;
  }


}

@media screen and (max-width:768px) {
  #inter_bee_award .inner._award {
    flex-direction: column-reverse;
  }

  #inter_bee_award .inner._award {
    padding: 3rem 2rem 4rem;
  }
}

@media screen and (max-width:600px) {

  #inter_bee_award .content h3 {
    text-align: left;
  }

  #inter_bee_award .content p {
    font-size: var(--font-size_14);
  }

  #inter_bee_award .content {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width:550px) {
  #inter_bee_award .inner._award {
    flex-direction: column-reverse;
  }

  #inter_bee_award .inner._award {
    padding: 3rem 2rem 4rem;
  }
}

@media screen and (max-width:480px) {
  #inter_bee_award .inner._award {
    flex-direction: column-reverse;
  }

  #inter_bee_award .inner._award {
    padding: 30px;
  }

  #inter_bee_award .inner._award figure {
    margin-top: 20px;
    height: inherit;
  }

  #inter_bee_award .inner._award figure img {
    max-width: inherit;
  }

  #inter_bee_award {
    padding: 50px 20px;
  }

  #inter_bee_award .link.arrow_circle {
    position: absolute;
    right: 0;
    bottom: -5px;
    margin-right: 65px;
  }
}






/*============================
#schedule
============================*/

#schedule {
  margin: 0 auto 80px;
  z-index: 2;
  position: relative;
}


#schedule h2 {
  text-align: right;
}

#schedule h2 span:before {
  background: #006edc;
}

#schedule h2 span {
  font-family: 'Zen Kaku Gothic New', serif;
}

.schedule-block .content,
.schedule-block .schedule_cont {
  width: 48%;
}

@media screen and (max-width:1000px) {
  .en #schedule:before {
    left: -20%;
  }

}

@media screen and (max-width:850px) {
  #schedule:before {
    left: -10%;
  }
}

@media screen and (max-width:600px) {
  #schedule:before {
    width: 300px;
    height: 350px;
  }
}

@media screen and (max-width:480px) {
  .schedule-block .schedule_cont {
    width: 80%;
    margin: 10px auto 0;
  }

  .en .schedule-block .schedule_cont {
    width: 95%;
  }

  #schedule:before {
    width: 280px;
    height: 320px;
  }

  #schedule {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width:400px) {
  #schedule {
    margin: 0 auto 40px;
  }
}




/*============================
#downloads
============================*/

#downloads {
  position: relative;
  z-index: 2;
}

#downloads ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#downloads ul li {
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 340px;
  height: 340px;
  background: #000;
  transition: 0.2s ease;
}

#downloads ul li:last-child {
  border: 0;
}

#downloads ul li:last-child figure {
  width: 30%;
}

#downloads ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#downloads ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#downloads ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(55%);
  transition: transform 0.3s ease, filter 0.3s ease;
  z-index: -1;
  border: none !important;
}

#downloads ul li.download a::before {
  background-image: url(/2025/assets/img/top/download_bg.webp);
}

#downloads ul li.application a::before {
  background-image: url(/2025/assets/img/top/appication_bg.webp);
}

#downloads ul li.contact a::before {
  background-image: url(/2025/assets/img/top/contact_bg.webp);
}

#downloads ul li a:hover::before {
  transform: scale(1.1);
  filter: brightness(70%);
}

#downloads ul li h2 {
  font-size: var(--font-size_28);
  color: #fff;
  text-align: center;
  font-weight: bold;
}

#downloads ul li h2 span {
  font-size: var(--font-size_18);
  font-weight: bold;
  display: block;
  margin-top: .8rem;
}

#downloads ul li h2 small {
  font-size: var(--font-size_19);
  font-weight: bold;
  display: block;
  margin: auto;
  margin-top: 20px;
  width: max-content;
}

#downloads ul li figure {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 25%;
}

#downloads ul li figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.spo_area .inner {
  padding: 60px 0;
}


/*=============================================

------- 2025出展募集------- 

============================================*/


/* 1426px-1703px */
@media screen and (min-width: 1426px) and (max-width: 1703px) {
  #downloads ul li a {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width:1200px) {
  #mv{
    background-position: 35%;
  }
  .en #exhibition_fee .content ._block .detail .price {
    flex-wrap: wrap;
  }

  .en #exhibition_fee .content ._block .detail .price h4 {
    display: block;
    margin-bottom: 10px;
  }

  .en #exhibition_fee .deadline .deadline_border {
    flex-direction: column;
  }

  .en #exhibition_fee .deadline .date {
    width: 100%;
  }

}


/* 1120pxä»¥ä¸‹ */
@media screen and (max-width:1120px) {

  #results .content .visitors_data ul.data li:nth-of-type(1),
  #results .content .visitors_data ul.data li:nth-of-type(n+2) {
    width: 50%;
    padding: 1rem;
  }

  #results .content .visitors_data .type {
    padding: 0 0 0 25px;
  }

  #results .content .visitors_data ul.data li:nth-of-type(1),
  #results .content .visitors_data ul.data li:nth-of-type(3) {
    border-left: none;
  }

  #results .content .visitors_data ul.data li:nth-of-type(1),
  #results .content .visitors_data ul.data li:nth-of-type(2) {
    border-bottom: 1px solid #cccccc;
  }
}

/* 1000pxä»¥ä¸‹ */
@media screen and (max-width:1000px) {
  #results .exhibitors_data {
    margin-bottom: 15px;
  }

  #results .others,
  #results .exhibitors_data {
    width: 100%;
  }

  #exhibition_fee .package-box h3 span {
    display: block;
    padding-left: 0;
  }

  #exhibition_fee .border_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .menu-container {
    box-shadow: none;
    padding: 0;
  }

  .menu-mobile:after,
  .menu-mobile.active:after {
    color: #ffffff;
  }

  #results .content .visitors_data .type .data ul li h5 {
    font-size: var(--font-size_16);
  }

  #results .content .visitors_data {
    padding: 40px 30px;
  }

  #results .content .visitors_data .type {
    padding: 0;
  }

  #mv .recruitment {
    width: 48%;
  }

  #mv .recruitment ._block nav ul li a {
    padding: 15px 10px;
  }

  #mv .recruitment ._block .deadline h3 {
    font-size: var(--font-size_18);
  }

  #mv .recruitment ._block .deadline h3:after {
    top: -23px;
    right: -0.5em;
  }

  #mv .recruitment ._block .deadline .date {
    font-size: var(--font-size_16);
  }
}


/* 851px - 1425px */
@media screen and (min-width: 851px) and (max-width: 1456px) {

  #exhibition_fee .content ._block .detail .price {
    padding: 20px 0 10px 0;
  }

  #exhibition_fee .content ._block .detail .price h4 {
    text-align: center;
  }

  #exhibition_fee .content ._block .detail .price .line {
    margin: 10px 0 10px 1%;
  }

  #exhibition_fee .content ._block .detail .price p span {
    font-size: 45px;

  }

  #exhibition_fee .content ._block .detail .price p {
    white-space: unset;
    text-align: center;
  }

  #inter_bee_award figure {
    width: 40%;
  }

  #inter_bee_award .inner._award figure>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #inter_bee_award .content {
    width: 56%;
  }

  #downloads ul li h2,
  #downloads ul li figure {
    font-size: var(--font-size_20);
  }

  #downloads ul li h2 span {
    font-size: var(--font-size_16);
  }

  #downloads ul li h2 small {
    font-size: 20px;
  }

  #news .content {
    flex-wrap: nowrap;
  }
}





/* Tablet */
@media screen and (max-width: 850px) {
  #event_overview.movie_column .content .text_block {
    width: 100%;
    margin-bottom: 50px;
  }

  #event_overview.movie_column .content .movie_block {
    width: 100%;
  }

  #mv .flex_cont .cont_l {
    display: flex;
    margin: 0 auto;
    min-width: 450px;
    width: 100%;
    margin-bottom: 25px;
  }

  #mv .recruitment {
    width: 70%;
    max-width: 600px;
    /* padding: 25px 70px; */
    /* background: linear-gradient(to right, #01112500, #011125, #01112500); */
    /* background: none; */
    margin: 0 auto;
  }

  #mv .recruitment .btn_cont{
    margin-top: 109%;
    /* max-width: 400px; */
  }
  #mv .recruitment .mv_award_banner_winning{
    margin-top: 80%;
  }
  #exhibition_fee .package-box .detail {
    width: 100%;
    padding: 0 20px 20px;
  }
}

@media screen and (max-width:768px) {
  #mv .recruitment {
    /* background: none; */
  }
}


@media screen and (min-width: 481px) and (max-width: 850px) {
  #mv {
    background-image: url(/2025/assets/img/top/mv_bg_sp.webp);
    /* background-position: inherit; */
    /* background-position: center; */
    background-position: 0 20%;
  }

  .link.arrow_circle:after {
    width: 55px;
    height: 55px;
    line-height: 3;
  }

  #exhibition_fee .txt_right {
    margin-top: 15px;
  }

  #exhibition_fee .package-box {
    flex-direction: column-reverse;
  }


  #exhibition_fee .package-box figure {
    width: 50%;
  }

  #mv .recruitment ._block .slide_area h3 {
    writing-mode: unset;
    width: 100%;
  }

  #mv .recruitment ._block .slide_area ul {
    margin-top: 10px;
    width: 100%;
  }

  #mv .recruitment ._block nav ul li {
    width: 100%;
    margin-bottom: 5px;
  }

  #mv .recruitment ._block nav ul li:last-of-type {
    margin-bottom: 0;
  }


  .w1300 {
    padding: 0;
  }

  .w1100 {
    padding: 0;
  }

  .w1400 {
    /* padding: 50px 20px; */
  }

  .main h2 span {
    /* font-size: var(--font-size_47); */
    /* display: inline; */
    /* font-size: var(--font-size_17) !important; */
    /* margin-left: 15px; */
    /* margin-top: 15px; */
  }

  #exhibitor_categories .main h2 span {
    display: block;
  }

  #mv {
    /* padding: 30px 30px 100px; */
  }

  #news {
    /* padding: 0 20px; */
  }

  #news .content {
    /* flex-wrap: nowrap; */
  }

  .view_all {
    /* width: 100%; */
    /* text-align: center; */
  }

  #magazine .contents {
    width: 100%;
    margin: 0 auto;
  }

  #magazine .contents ul li {
    display: block;
  }

  #magazine .contents ul li figure {
    width: 100%;
  }

  #magazine .contents ul li .detail {
    width: 100%;
    padding: 15px 0 0 0;
  }

  #magazine .contents ul li .detail .info {
    flex-wrap: nowrap;
  }

  #magazine .contents ul li .detail .info .date {
    display: flex;
  }

  #event_overview .title-overview {
    font-size: var(--font-size_47);
  }

  #exhibitor_categories .content .block {
    padding: 40px 30px 200px;
  }

  #results .results-block {
    padding: 0 0;
  }

  #event_overview {
    padding-left: 20px;
    padding-right: 20px;
  }

  #exhibitor_categories .top {
    margin-bottom: 35px;
  }


  #event_overview .main h2 {
    font-size: 57px;
  }

  #event_overview .main h2 span {
    font-size: 65px;
  }

  #event_overview .list.w1520 {
    padding: unset !important;
  }

  #event_overview .content * {
    font-size: 18px;
  }

  #exhibitor_categories .content a {
    width: 100%;
  }


  #exhibition_fee .content {
    display: block;
  }

  #exhibition_fee .content ._block {
    width: 100%;
    padding: 30px;
  }

  #exhibition_fee .content ._block .detail {
    width: 100%;
  }


  #exhibition_fee .content ._block figure img {
    height: auto;
    object-fit: cover;
  }

  #exhibition_fee .content ._block .detail:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }

  #exhibition_fee .content ._block.small figure,
  #exhibition_fee .content ._block.standard figure {
    width: 60%;
    margin: 0 auto;
  }

  #exhibition_fee .top {
    justify-content: unset;
  }

  #exhibition_fee .deadline>span {
    font-size: var(--font-size_18);
    width: max-content;
  }

  #exhibition_fee .deadline h3:after {
    margin-left: 20px;
    width: 1.6em;
    height: 0.8em;
  }

  #exhibition_fee .content ._block .detail .price p span {
    font-size: 3rem;
  }

  #exhibition_fee .content ._block .detail .price {
    padding-top: 20px;
    justify-content: center;
  }

  #exhibition_fee .caution_cont {
    text-align: center;
  }

  #exhibition_fee .package-bg {
    object-position: center;
    right: 0;
    object-fit: cover;
    height: 100%;
  }

  #exhibition_fee .deadline h3 {
    width: 170px;
  }

  #results .content {
    margin-right: 0;
    display: block;
  }

  #results {
    padding: 60px 30px;
  }

  #results .results-box {
    padding: unset;
  }

  #results .exhibitors_voice_wrap {
    display: inline;
  }

  #results .exhibitors_voice .voice_list li {
    width: calc((100% - 10px) /2);
  }

  #special_events .inner._special {
    padding: 60px 30px;
  }

  #special_events .top h2 {
    width: 100%;
    margin-bottom: 20px;
  }

  #special_events .top {
    margin-bottom: 20px;
  }

  #special_events .top p {
    max-width: unset;
    width: 100%;
    margin-top: 0;
  }

  #special_events .events li {
    width: 49%;
  }

  #special_events .events li .content .target {
    flex-flow: column;
    gap: 10px;
  }

  #special_events .events li .content .target h4 {
    padding: 10px 0;
    border-radius: unset;
    width: 100%;
    height: auto;
    margin-right: unset;
    border: 1px solid;
  }

  .en #special_events .events li .content .target h4 {
    padding: 10px 0;
  }

  #special_events .events li.red .content .target h4 {
    background-color: #ffffff1a;
    color: #e60012;
  }

  #special_events .events li.yellow .content .target h4 {
    background-color: #ffffff1a;
    color: #f39800;
  }

  #special_events .events li.blue .content .target h4 {
    background-color: #ffffff1a;
    color: #1f77b8;
  }

  #special_events .events li.purple .content .target h4 {
    background-color: #ffffff1a;
    color: #715094;
  }

  #special_events .events li.green .content .target h4 {
    background-color: #ffffff1a;
    color: #11a84e;
  }

  #special_events .events li .content .target p {
    width: 100%;
  }

  #special_events .events li:nth-child(-n + 8) {
    margin-bottom: 20px;
  }

  #special_events .events li:nth-child(n + 9) {
    margin-bottom: 0;
  }

  #inter_bee_award {
    padding: 70px 30px;
  }

  #inter_bee_award .inner._award {
    padding: 3rem 2rem 4rem;
    display: block;
  }


  #inter_bee_award .inner._award figure img {
    max-width: inherit;
  }

  #inter_bee_award .content h3 {
    text-align: center;
  }

  #inter_bee_award .content p {
    font-size: var(--font-size_14);
  }

  #inter_bee_award .content {
    width: 100%;
    padding-left: 0;
  }

  #inter_bee_award .link.arrow_circle {
    position: absolute;
    right: 0;
  }

  #inter_bee_award .content p.btn {
    margin: auto;
  }

  #schedule {
    padding: 0 30px;
    margin: 0 auto 70px;
  }

  .schedule-block .content,
  .schedule-block .schedule_cont {
    width: 70%;
    min-width: 440px;
    margin: 0 auto;
  }

  #downloads ul li {
    width: 100%;
    height: 190px;
    border: none !important;
    background: inherit;
  }

  #downloads ul li:last-child h2 {
    width: 56%;
  }

  #downloads ul li:nth-child(2) {
    border-top: 1px solid #3644b0;
    border-bottom: 1px solid #3644b0;
  }

  #downloads ul li figure,
  #downloads ul li:last-child figure {
    width: 20%;
    margin-left: unset;
  }

  #downloads ul li figure img {
    max-width: 85px;
  }

  #schedule .content p {
    width: 60%;
    margin: 0 auto 30px;
  }

  #results .exhibitors_voice {
    padding: 50px 20px 0;
    position: unset;
    width: calc(100vw - 50px);
    width: 100%;
  }


  #results .exhibitors_voice small {
    margin: 0 auto;
    padding: 10px 0 0 0;
  }

  #results h2 {
    margin-bottom: +60px;
  }

  #results .link.arrow_circle {
    position: absolute;
    right: 0px;
    bottom: 10px;
  }

  #schedule .schedule-block {
    padding-left: unset;
    display: block;
    padding: unset;
  }

  #schedule .content:first-child {
    width: 100%;
  }

  #schedule .content:last-child {
    position: unset;
    width: 100%;
    margin-left: auto;
    margin-right: -20px;
  }

  #schedule h2 small {
    display: block;
    margin-left: unset;
    text-align: center;
    color: #000;
  }

  #schedule .content figure {
    margin-right: unset;
    aspect-ratio: 2/1;
    overflow: hidden;
    margin: 0 auto 20px;
    height: 250px;
    width: 100%;
  }

  #schedule .content img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }

  #topregist_area .img_cont {
    width: 48%;
  }

  #topregist_area h2 {
    font-size: 1.7rem;
  }
}



@media screen and (max-width: 768px) {
  #mv .catchcopy {
    /* top: 60%; */
    /* right: 30px; */
  }

  #mv .recruitment ._block .deadline {
    justify-content: center;
  }

  #mv .recruitment ._block .deadline h3 {
    width: 100%;
    text-align: center;
  }

  #mv .recruitment ._block .deadline h3:after {
    content: unset;
  }

  #mv .recruitment ._block .deadline .date {
    padding: 5px 0;
  }


  #mv .aniversary {
    width: 15%;
    left: 10px;
    top: 10px;
  }

  #mv .aniversary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #mv .recruitment ._block .deadline {
    display: block;
  }

  #mv .recruitment ._block .deadline h3:after {
    content: unset;
  }

  #mv .recruitment ._block .deadline h3 {
    text-align: center;
    padding: unset;
    width: 100%;
  }

  #mv .recruitment ._block .deadline .date {
    padding: 5px 0;
    text-align: center;
    margin: unset;
  }

  #mv .recruitment ._block nav ul li a {
    padding: 15px;
  }


  .parallax_content {
    background-attachment: unset;
    height: 100%;
    background-attachment: unset;
    padding: 0;
  }

  .spo_area .inner {
    padding: 60px 20px;
  }


}


@media screen and (max-width:700px) {
  .sp.sp_img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
  }

  .preview_page .sp.sp_img {
    bottom: -80px;
    right: 25px;
    width: 325px;
  }
}

@media screen and (max-width:630px) {
  #event_overview .w1200 p {
    font-size: var(--font-size_17);
    line-height: 2;
  }
}

@media screen and (max-width:625px) {
  #exhibition_fee .deadline .date {
    width: 100%;
    margin-bottom: 5px;
  }

  #exhibition_fee .deadline .deadline_border {
    padding: 0 20px;
  }

  #exhibition_fee .deadline {
    width: max-content;
    margin-right: auto;
    margin-left: 0;
  }

  #exhibition_fee .deadline>span {
    font-size: var(--font-size_21);
  }

  .en #exhibition_fee .deadline>span {
    width: max-content;
    margin-bottom: 10px;
  }

  .en #exhibition_fee .deadline>span br.tab {
    display: none;
  }

  .en #exhibition_fee .deadline {
    justify-content: start;
  }

  .en #exhibition_fee .deadline .deadline_border {
    padding: 0;
  }
}


@media screen and (max-width:650px) {
  .en #mv .content p.btn a {
    padding: 15px 30px 15px 20px;
  }

  
#mv .catchcopy .catchcopy_newline .sp_img{
  display:block;
  
}
  #mv .catchcopy .catchcopy_newline{
    padding: 0 20px;
  }

  #mv .catchcopy .catchcopy_newline .pc_img{
    display:none;
  }

  #exhibition_fee .content ._block .detail .price small:nth-child(2) {
    font-size: var(--font-size_17);
    padding: 0 5px;
    font-weight: bold;
  }

  #exhibition_fee .content ._block .detail .price small:nth-child(3),
  #exhibition_fee .content ._block:nth-child(2) .detail .price small {
    font-size: var(--font-size_13);
    padding: 0 5px;
    font-weight: bold;
  }

  #exhibition_fee .content ._block .detail .price p span,
  #exhibition_fee .package .detail .price .value span,
  #exhibition_fee .package-box .detail .price .value span {
    font-size: var(--font-size_39);
  }

  #exhibition_fee .content ._block .detail .price h4 {
    margin-right: 10px;
    font-size: var(--font-size_16);
  }

  #exhibition_fee .content ._block .detail .caution small {
    padding: 0;
    font-size: var(--font-size_20);
  }

  #exhibition_fee .content ._block.standard .detail .caution {
    line-height: 1.4;
  }

  #exhibition_fee .content ._block.small .detail .caution small {
    margin-left: 10px;
  }
}


@media screen and (max-width: 622px) {
  .en .target-image {
    display: none;
  }

  #app_banner .flex_box {
    text-align: left;
    justify-content: normal;
  }

  #app_banner .flex_box p {
    width: 80%;
    font-size: 1.8rem;
  }

  .en #app_banner .flex_box p {
    width: 80%;
    font-size: 1.5rem;
  }

  .en #app_banner .flex_box {
    padding: 20px 5px 20px 15px;
  }
}

@media screen and (max-width:600px) {
  #mv .recruitment .btn_cont{
    margin-top: 60%;
    /* max-width: 400px; */
    /* width: initial; */
    max-width: 400px;
    /* padding: 0 20px; */
    /* margin: 0 20px; */
    margin: 105% 20px 15px;
  }
  #mv .recruitment .mv_award_banner_winning{
    margin-top: 68%;
  }
  .main h2 span {
    margin-top: 5px;
  }

  #mv .recruitment {
    /* padding: 20px 30px; */
    /* background: none; */
  }

  #mv .flex_cont .cont_l {}


  #mv {
    /* background-position: bottom -40px left 50%; */
    /* padding: 30px 30px 60px; */
    background-image: url(/2025/assets/img/top/mv_bg_sp.webp);
    /* background-position: inherit; */
    padding: 0px 5% 70px;
    /* background-position: center; */
    background-position: 0 25%;
  }

  #news .news-block {
    padding: 10px 14px;
  }

  #news .content {
    flex-wrap: nowrap;
    width: calc(100% - 80px);
  }

  #news .content h2 {
    padding-right: 10px;
  }

  #news .content h2:after {
    height: 40px;
  }

  #news .content div {
    flex-direction: row;
    padding: 10px;
    /* align-items: flex-start; */
    align-items: center;
  }

  #news .content .date {
    margin: 0 5px;
  }

  #news .content a {
    line-height: 1.1;
    margin-top: 0;
  }

  .marquee__inner img {
    height: 180px;
  }

  .marquee {
    margin-top: 30px;
  }



  #event_overview .flex_cont .event_about dt,
  #event_overview .flex_cont .event_about dd {
    font-size: var(--font-size_16);
  }

  .preview_page .sp.sp_img {
    bottom: -75px;
    width: 310px;
    right: 0;
  }

  .sp.sp_img {
    width: 50%;
  }

  .menu_exhibitors {
    grid-area: 1 / 2 / 2 / 4;
  }

  .menu_about {
    grid-area: 1 / 1 / 2 / 2;
  }

  .menu_access {
    grid-area: 2 / 1 / 3 / 2;
  }

  .menu_magazine {
    grid-area: 2 / 2 / 3 / 3;
  }

  .div5 {
    grid-area: 2 / 3 / 3 / 4;
  }
}


@media screen and (max-width: 570px) {
  .target-image {
    display: none;
  }
}



@media screen and (max-width:550px) {
  #exhibition_fee .package-box .detail {
    padding: 0 0px 20px;
  }

  #exhibitor_categories ul li {
    width: 100%;
  }
}


@media screen and (max-width:530px) {
  #exhibition_fee .package-box .detail .price .value span {
    font-size: var(--font-size_36);
  }
}



@media screen and (max-width:500px) {
  #exhibition_fee .package-box .detail {
    padding: 0 0px 20px;
  }

  .preview_page .sp.sp_img {
    bottom: -50px;
    width: 56%;
    right: 0;
  }

  .sp.sp_img {
    width: 70%;
  }

  #mv .flex_cont .cont_l {
    min-width: 300px;
  }

  .en #mv .flex_cont .cont_l {
    min-width: 200px;
  }

  .en #mv .flex_cont .cont_l li:first-of-type {
    /* margin-right: 0; */
  }

  #event_overview .flex_cont .event_about dt {
    width: 50px;
  }

  #event_overview .flex_cont .event_about dd {
    width: calc(100% - 50px);
  }
}


@media screen and (max-width: 480px) {
    #mv .catchcopy .catchcopy_newline{
    /* padding: 0 20px; */
    bottom: 10px;
  }
  #mv .recruitment .btn_cont{
    margin: 85% 20px 1rem;
  }
  #mv .recruitment ._block nav ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  #mv{
    padding: 25px 5% 45px;
    background-size: cover;
    /* background-position: center bottom; */
    /* background-position: 0px; */
    background-position: 0 5%;
  }

  #mv .content p.btn a {
    padding: 15px 25px 15px 11px;
    font-size: 1.1rem;
  }

  #mv .content p.btn a:after {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    right: 20px;
  }

  #mv .recruitment ._block nav ul li:last-of-type {
    margin-bottom: 0;
  }

}



/* 481px-600px */
@media screen and (min-width: 481px) and (max-width: 600px) {
  #exhibition_fee .content ._block .detail .price .line {
    margin: 10px 0 26px 1%;
  }

  #exhibitor_categories h2 {
    font-size: var(--font-size_38);
    width: 100%;
  }


  #exhibitor_categories .inner.w1400 {
    padding: 0 20px;
  }

  #event_overview .content ul li {
    padding: 20px 0;
  }

  .main h2 span {
    /* font-size: 60px; */
  }

  #event_overview {
    padding: 50px 20px 100px;
  }

  #results .exhibitors_voice .voice_list li {
    width: 100%;
  }

  #results .content .visitors_data {
    padding: 40px 20px;
  }

  #special_events .events li {
    width: 48%;
  }

  #special_events .events li:nth-child(n + 7) {
    margin-bottom: 35px;
  }

  #special_events .inner._special {
    padding-top: 100px;
  }
}


/* SP */
@media screen and (max-width: 480px) {
  :root {
    --font-size_13: 11px;
    --font-size_14: 12px;
    --font-size_16: 14px;
    --font-size_17: 13px;
    --font-size_18: 15px;
    --font-size_20: 16px;
    --font-size_21: 17px;
    --font-size_22: 18px;
    --font-size_19: 15px;
    --font-size_24: 20px;
    --font-size_26: 22px;
    --font-size_28: 24px;
    --font-size_34: 30px;
    --font-size_35: 31px;
    --font-size_36: 30px;
    --font-size_38: 34px;
    --font-size_39: 35px;
    --font-size_47: 42px;
    --font-size_50: 40px;
    --font-size_56: 45px;
    --font-size_60: 40px;
    --font-size_63: 50px;
  }

  .w1400,
  .w1300,
  .w1100 {
    padding: unset;
  }


  .main h2 {
    font-size: 28px;
    margin-bottom: 2rem;
  }

  .main h2 span {
    display: block;
    padding-bottom: 5px;
    margin-top: 5px;
    font-size: var(--font-size_18);
  }

  #topregist_area.main .schedule-block h2 span.bg_white {
    font-size: 1.6rem;
  }

  #mv .recruitment {
    padding: 0px 20px 0px;
    min-width: inherit;
    width: 100%;
    /* background: none; */
    /* margin-bottom: 15px; */
  }

  #mv .recruitment ._block {
    padding: 20px;
    /* margin-bottom: 10px; */
  }

  #mv .recruitment ._block h2 {
    width: 93%;
    min-width: inherit;
    /* margin-bottom: -5px; */
  }

  .en #mv .recruitment ._block h2 {
    /* width: 100%; */
  }

  #mv .recruitment ._block .deadline {
    margin-bottom: 15px;
  }

  #mv .recruitment ._block nav ul li a {
    font-size: .9rem;
  }

  #mv .recruitment ._block nav ul li a:before {
    margin-right: 10px;
    font-size: .8rem;
  }

  #mv .aniversary {
    width: 13%;
  }


  #exhibition_fee .deadline .deadline_border {
    padding: 0;
    /* flex: 1; */
    /* width: calc(100% - 100px); */
    flex-direction: column;
    width: max-content;
    padding: 0 0 0 10px;
  }

  #news {
    padding: 0;
  }

  .view_all {
    /* width: 100%; */
    /* text-align: center; */
    margin: 20px 0;
  }

  #magazine {
    padding: 20px;
  }


  #magazine .contents {
    width: 100%;
    margin: 0 auto;
  }

  #magazine .contents ul li {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }

  #magazine .contents ul li:nth-child(4) {
    display: none;
  }

  #magazine .contents ul li figure {
    width: 30%;
  }

  #magazine .contents ul li .detail {
    width: 68%;
  }

  #magazine .contents ul li .detail .info {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }

  #magazine .contents ul li .detail .info .date,
  #magazine .contents ul li .detail .info .category {
    line-height: 1.5;
  }

  #event_overview .flex_cont .event_about dt {
    width: 50px;
  }

  #event_overview .flex_cont .event_about dd {
    width: calc(100% - 50px);
  }

  #event_overview .flex_cont .event_about dt,
  #event_overview .flex_cont .event_about dd {
    font-size: var(--font-size_16);
    padding: 1rem 0;
    text-align: left;
  }

  #event_overview .c-text-link:after {
    font-size: var(--font-size_14);
  }

  #magazine .contents ul li .detail .tags .tag {
    margin-top: 3px;
  }

  #event_overview .content p {
    text-align: left;
    margin-bottom: 30px;
    word-break: auto-phrase;
  }

  #event_overview .content br {
    display: none;
  }

  #event_overview {
    padding: 50px 10px;
  }

  #event_overview h2 {
    text-align: left;
  }

  #event_overview .event-title {
    justify-content: flex-start;
  }


  #event_overview .content ul li {
    padding: 15px 0;
  }

  #event_overview .title-overview {
    font-size: var(--font-size_36);
    padding-left: unset;
  }

  .marquee__inner img {
    height: 120px;
  }

  #why_exhibits {
    padding: 50px 20px 50px;
  }

  #why_exhibits .inner.w1400 {
    padding: unset;
  }

  #exhibitor_categories {
    padding: 50px 0px 0;
  }

  #exhibitor_categories h2 {
    width: 100%;
    margin-bottom: 30px;
  }

  #exhibitor_categories h2+p {
    width: 100%;
  }

  #exhibitor_categories .top {
    margin-bottom: 15px;
  }

  #exhibitor_categories .content .block {
    padding: 30px 25px 150px 25px;
  }

  #exhibitor_categories .content a {
    width: 100%;
  }

  #exhibitor_categories .inner.w1400 {
    padding: unset;
  }

  #exhibitor_categories .content .block h3 {
    margin-bottom: 20px;
    font-size: var(--font-size_24);
  }

  #exhibitor_categories .content .block h3 small {
    margin-top: 10px;
  }

  #exhibitor_categories .content .block h4 {
    margin-bottom: 10px;
  }

  #exhibition_fee .inner.w1400 {
    padding: 0 10px;
  }

  #exhibition_fee .top {
    justify-content: left;
  }

  #exhibition_fee .package-box {
    padding: 20px;
    flex-direction: column-reverse;
  }

  #exhibition_fee .content {
    display: block;
  }

  #exhibition_fee .content ._block {
    padding: 10px;
    flex-direction: column;
    border-left: none;
    border-top: 6px solid #414ee9;
  }

  #exhibition_fee .content ._block.small {
    border-left: none;
    border-top: 6px solid #e91737;
  }

  #exhibition_fee .package-bg {
    height: 100%;
    right: 0;
    object-position: center;
  }

  #exhibition_fee .content ._block .detail .price,
  #exhibition_fee .package .detail .price {
    display: block;
    padding: 15px 0 0 0;
  }

  #exhibition_fee .content ._block .detail {
    padding: 20px;
    text-align: center;
  }

  #exhibition_fee .content ._block .detail:first-of-type {
    border-right: none;
    border-bottom: solid 1px #c0c0c0;
    width: 100%;
    padding: 10px 0 20px;
  }

  #exhibition_fee .content ._block.standard figure,
  #exhibition_fee .content ._block.small figure {
    width: 100%;
  }

  #exhibition_fee .package-box h3,
  #exhibition_fee .content ._block .detail h3 {
    font-size: var(--font-size_24);
    margin-bottom: 10px;
    text-align: center;
  }


  #exhibition_fee .content ._block .detail p {
    text-align: left;
    padding: 0 5px;
  }

  #exhibition_fee .content ._block .detail .price .line {
    margin: 10px 50px;
    width: unset;
  }

  #exhibition_fee .deadline h3 {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }

  #exhibition_fee .deadline h3:after {
    content: none;
  }

  #exhibition_fee .package .detail .example {
    margin: 20px 0 0 0;
  }

  #exhibition_fee .content ._block .detail .price p {
    white-space: wrap;
    text-align: center;
  }

  #exhibition_fee .content ._block.small .detail .price p {
    /* flex:1; */
  }

  #exhibition_fee .content ._block .detail .price p span,
  #exhibition_fee .package .detail .price .value span {
    font-size: var(--font-size_38);
  }

  #exhibition_fee .content ._block .detail .caution {
    text-align: center;
    margin: 5px 0 0 0;
  }

  #exhibition_fee .deadline {
    padding: 15px 0px;
    justify-content: flex-start;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
  }

  #exhibition_fee .package .detail .example p.indent {
    margin: 0 0 20px 0;
    text-align: center;
  }

  #exhibition_fee .deadline .date {
    justify-content: center;
    padding: 3px 0 0;
    justify-content: flex-start;
  }

  #exhibition_fee .package {
    margin-right: unset;
    padding: 50px 10px;
    display: block;
    text-align: center;
    background-size: cover;
  }

  #exhibition_fee .package figure {
    width: 85%;
    margin: 0 auto;
  }

  #exhibition_fee .package figure img.no1 {
    width: 20%;
  }

  #exhibition_fee .package .detail {
    width: 100%;
    padding-top: 25px;
  }

  #exhibition_fee .package h3 {
    font-size: var(--font-size_24);
    margin-bottom: 15px;
  }

  #exhibition_fee .package .detail p {
    text-align: left;
  }

  #exhibition_fee .package .detail .example h4 {
    width: 100%;
  }

  #exhibition_fee .package .detail .example .price {
    padding-left: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0;
  }

  #exhibition_fee .deadline .date h4 {
    line-height: 1.4;
  }

  #exhibition_fee .package .detail .example p.btn {
    margin: 0 auto;
    max-width: unset;
  }

  #exhibition_fee .package .detail .example p.btn a {
    padding: 20px 0;
  }

  #results {
    padding: 50px 20px;
  }

  #results .results-box {
    padding: unset;
  }

  #results h2 {
    font-size: 30px;
    margin: 0 0 20px;
  }

  #results h2,
  #results h2 small {
    margin-bottom: 30px;
  }

  #results h3 {
    margin-bottom: 20px !important;
  }

  #results .content .visitors_data ul.data li h4 small {
    width: 100%;
  }

  #results .exhibitors_voice_wrap {
    display: inline;
  }


  #results .content .visitors_data {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: unset;
  }

  #results .content .visitors_data {
    border-radius: 6px 6px 0 0;
    width: 100%;
  }

  #results .content .visitors_data ul.data {
    /* gap: 2%; */
  }

  #results .content .visitors_data ul.data li:nth-of-type(1),
  #results .content .visitors_data ul.data li:nth-of-type(n+2),
  #results .content .visitors_data ul.data li,
  #results .content .visitors_data ul.data li:nth-child(3),
  #results .content .visitors_data ul.data li:last-child {
    width: 49%;
    padding: 0;
    margin-bottom: 0px;
    padding: 20px 5px;
    flex-direction: column;
  }

  #results .content .visitors_data .type h4 {
    max-width: 425px;
    margin-bottom: 8px;
    padding-left: 5px;
  }

  #results .type figure {
    width: 100%;
    text-align: center;
  }

  #results .content .visitors_data .type .data {
    flex-flow: column;
    gap: 10px;
  }

  #results .content .visitors_data .type .data ul li h5 {
    padding: 0 0 0 5px;
    text-align: left;
    margin-right: unset;
    line-height: 1.3;
    width: calc(100% - 80px);
  }

  #results .content .visitors_data .type .data ul li p {
    width: 80px;
    justify-content: end;
  }

  #results .data ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: space-between;
  }

  #results .content .visitors_data {
    padding: 35px 10px;
  }

  #results .region {
    padding-top: 15px;
  }

  #results .exhibitors_voice {
    padding: 40px 0px 20px;
    position: unset;
    width: 100%;
  }

  #results .exhibitors_voice .top {
    display: block;
    padding: unset;
    margin-bottom: 30px;
  }

  #results .exhibitors_voice h3 {
    padding-right: unset;
    margin-right: unset;
    border-right: unset;
  }

  #results .exhibitors_voice small {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    display: block;
  }

  #results .exhibitors_voice .voice_list li {
    width: 100%;
  }

  #results .exhibitors_voice .voice_list li:before {
    left: 0%;
    top: 50%;
    width: 50px;
    height: 50px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #results .exhibitors_voice .voice_list li:nth-child(n + 4) {
    margin-bottom: 10px;
  }

  #results .exhibitors_voice .voice_list li:after {
    width: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .parallax_box {
    height: 150px;
  }

  #special_events .inner._special {
    padding: 50px 20px;
  }

  #special_events .top h2 {
    font-size: var(--font-size_38);
    width: 100%;
    padding: 0 0 20px 0;
  }

  .en #special_events .top h2 {
    margin-bottom: 0;
  }

  .main h2 small {
    display: block;
    margin-left: unset;
    margin-top: 10px;
  }

  #special_events .top p {
    width: 100%;
    max-width: unset;
  }

  #special_events .top {
    margin-bottom: 30px;
  }

  #special_events .events li {
    width: 100%;
    max-width: unset;
    margin-bottom: 10px;
  }

  #special_events .events li:nth-child(n + 7) {
    margin-bottom: 10px;
  }

  #inter_bee_award .content p.btn {
    margin: auto;
  }

  #inter_bee_award figure {
    width: 100%;
    margin: 0 auto;
    max-width: unset;
  }

  #inter_bee_award figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #inter_bee_award .content {
    width: 100%;
    padding: 0;
  }

  #inter_bee_award .content h3 {
    margin: 0px;
    text-align: center;
  }

  .schedule-block {
    padding-left: unset;
    display: block;
    padding: unset;
  }

  #schedule h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  #schedule .content p {
    width: 75%;
    margin: 0 auto 30px;
  }

  #schedule .content figure {
    margin-right: unset;
    aspect-ratio: 2/1;
    overflow: hidden;
  }

  #schedule .content figure {
    margin-right: unset;
    aspect-ratio: 2/1;
    overflow: hidden;
  }

  #schedule .content:first-child {
    width: 100%;
  }

  #schedule .content:last-child {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: -10px;
  }


  #downloads ul li {
    width: 100%;
    height: 150px;
  }

  #downloads ul li h2 small {
    margin-top: 10px;
    font-size: var(--font-size_16);
  }

  #downloads ul li:last-child h2 {
    width: 100%;
  }


  #downloads ul li figure,
  #downloads ul li:last-child figure {
    width: 25%;
    margin-left: unset;
  }

  #downloads ul li figure img {
    max-width: 85px;
  }

  /* NAV MOBILE */
  #side_nav-mb nav ul.btns li {
    padding: unset;
  }

  .spo_area .inner {
    padding: 50px 10px;
  }

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

  .top-collaborators+.top-collaborators {
    padding-top: 0;
  }

  .top-partners__container .top-collaborators.cofesta .slick-slider .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }

  .cofesta .top-collaborators__banner-slider {
    margin-top: 50px !important;
  }


  #exhibition_fee .btn.arrow_btn {
    min-width: inherit;
  }

  #exhibition_fee .package-box .detail .price .value span {
    font-size: var(--font-size_34);
    margin-right: 5px;
  }

  #exhibition_fee .content ._block.standard .detail .caution {
    margin-top: 15px;
    font-size: var(--font-size_14);
    text-align: left;
  }

  #exhibition_fee .content ._block .detail .price h4 {
    text-align: left;
    margin-right: 0;
    margin-bottom: 5px;
    padding-left: 10px;
  }

  .preview_page .sp.sp_img {
    bottom: -10px;
    width: 200px;
    right: 10px;
  }


  #event_overview {
    padding: 50px 10px 100px;
  }
}

@media screen and (max-width:460px) {

  .en #mv {
    padding: 30px 20px 45px;
  }

  #mv .recruitment ._block.cont_25 {
    /* padding: 0 10px 10px; */
  }

  #mv {
    /* background-position: -13px -25px; */
    /* margin-top: 0; */
  }
}


@media screen and (max-width:400px) {
  #mv {
    /* background-position: -13px -25px; */
    /* margin-top: 0; */
    padding: 16px 5% 34px;
  }
  #event_overview .flex_cont .event_about dt,
  #event_overview .flex_cont .event_about dd {
    font-size: var(--font-size_14);
    padding: .5rem .2rem;
  }

  #event_overview .flex_cont .event_about dt {
    width: 40px;
  }

  #event_overview .flex_cont .event_about dd {
    width: calc(100% - 40px);
  }
}


/* 出展者リスト公開 */
.en #mv .mv_list_link_cont {
  margin-bottom: 18px;
}

#mv .mv_list_link_cont {
  background: #3a4961;
  padding: 1rem 2rem;
  border: 2px solid #6de7ff;
  border-radius: 3px;
  margin-bottom: 10px;
}

#mv .mv_list_link_cont figure {
  width: 80%;
  margin: 0 auto;
  max-width: 450px;
}

.en #mv .mv_list_link_cont figure {
  /* width: 95%; */
  min-width: 440px;
}

@media screen and (max-width:1200px) {
  
  #mv .recruitment .mv_list_link_cont {
    padding: .5rem 2rem .6rem;
    margin-bottom: 10px;
  }

  .en #mv .recruitment .mv_list_link_cont {
    padding: .8rem 2rem .8rem;
  }

  .en #mv .mv_list_link_cont figure {
    min-width: 300px;
  }

  .en #mv .recruitment ._block h2 {
    /* width: 60%; */
  }
}

@media screen and (max-width:1000px) {
  .en #mv .mv_list_link_cont figure {
    min-width: 250px;
  }
}

@media screen and (max-width:850px) {
  #mv .recruitment .mv_list_link_cont {
    padding: 1rem 2rem;
    margin-bottom: 15px;
    margin-top: 100%;
  }

  #mv .sp_none_img {
    display: none;
  }
}

@media screen and (max-width:600px) {
  #mv .recruitment ._block.mv_list_link_cont {
    margin-top: 200px;
    margin-bottom: 20px;
    padding: .8rem;
  }

  .en #mv .mv_list_link_cont figure {
    min-width: 300px;
  }
}

@media screen and (max-width:500px) {
  #mv .recruitment ._block.mv_list_link_cont {
    padding: .9rem;
  }
}

@media screen and (max-width:480px) {
  #mv .recruitment .mv_list_link_cont._block {
    padding: .7rem;
    margin-bottom: 10px;
  }

  #mv .mv_list_link_cont figure {
    width: 70%;
  }

  .en #mv .recruitment .mv_list_link_cont._block {}

  .en #mv .mv_list_link_cont figure {
    width: 80%;
  }
}



/*============================

/* 250903〜 来場者向けコンテンツ反映 

============================*/
#mv .sub_txt_cont {
  width: 80%;
  margin: 0 auto;
}


#mv .cont_l .mv_btn_content {
  position: absolute;
  max-width: 500px;
  width: 24.5%;
  margin-top: 4.2%;
}

@media screen and (min-width:2000px) {
  #mv .cont_l .mv_btn_content {
    margin-top: 80px;
  }
}

#mv .cont_l .btn_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}

#mv .cont_l .btn_list_item {
  width: calc((100% - 20px)/3);
}

#mv .cont_l .contact_cont {
  padding: 0 1rem;
}

._block.animated.fadeInUp.delay01.cont_25 figure img {
  margin-bottom: 5px;
}

._block.animated.fadeInUp.delay01.cont_25 ul.mv_btn_list li:nth-of-type(2) p {
  letter-spacing: -2px;
}

._block.animated.fadeInUp.delay01.cont_25 ul.mv_btn_list li a i.fa-solid {
  font-size: 1.8rem;
  color: #fff;
  text-shadow: 0 0 5px #f86c0d, 0 0 5px #f86c0d, 0 0 5px #f86c0d, 0 0 5px #f86c0d;
}


/*============================
#for_visitors
============================*/
#for_visitors.main {
  padding: 100px 0px 0px 0px;
  margin: 0 auto;
}

#for_visitors.main .top_press_release_cont .w1400 {
  margin: 0 auto;
  padding: 100px 0;
}

#for_visitors.main .w1400 {
  margin: 0 auto;
  padding: 100px 0 55px;
}

#for_visitors.main .w1400 h2 {
  font-weight: 800;
  font-size: 50px;
}

#for_visitors.main .w1400.top h2 span {
  font-family: "Zen Kaku Gothic New", serif;
}

#for_visitors.main .w1400.top h2 span:before {
  background: #0608cb;
}

#for_visitors.main ul.visitors_cont {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#for_visitors.main ul.visitors_cont li {
  width: 50%;
  text-align: center;
  /* min-height: 300px; */
  display: flex;
  flex-direction: column;
}

#for_visitors.main ul.visitors_cont li .btn {
  background: #df3ed4;
}

#for_visitors.main ul.visitors_cont li a {
  background-position: center;
  display: flex;
  align-items: center;
  padding: 100px 50px;
  flex-direction: column;
  flex: 1;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

#for_visitors.main ul.visitors_cont li.exhibitor_list_cont a {
  background-image: url(/2025/assets/img/top/sessionlist_bg.webp);
  background-position: center;
  display: block;
  display: flex;
  /* align-items: center; */
  /* flex-direction: column; */
}

#for_visitors.main ul.visitors_cont li a .txt_cont {
  background: #ffffff96;
  padding: 35px 25px;
  border-radius: 5px;
  min-width: 600px;
}

#for_visitors.main ul.visitors_cont li a h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 0 0 20px #ffffff, 0 0 20px #ffffff, 0 0 20px #ffffff;
  margin-bottom: 1rem;
  font-family: 'Zen Kaku Gothic New';
}

#for_visitors.main ul.visitors_cont li a p,
.en #for_visitors.main ul.visitors_cont li a h3 {
  font-family: 'Outfit';
}

#for_visitors.main ul.visitors_cont li a p {
  font-weight: 900;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
  line-height: 1.3;
  margin-bottom: 1.3rem;
  text-shadow: 0 0 6px #ffffff, 0 0 10px #ffffff, 0 0 16px #ffffff;
  font-family: 'Zen Kaku Gothic New';
}

#for_visitors.main ul.visitors_cont li a p.btn {
  padding: .5rem 2.1rem .5rem 1.5rem;
  margin-bottom: 0;
  font-family: 'LINESeedJP';
  text-shadow: none;
  font-size: 1rem;
  box-shadow: 0 0 20px 0px #ffffffb5;
}

#for_visitors.main ul.visitors_cont li a p.btn.arrow_btn:after {
  right: 16px;
  font-size: .7rem;
}

#for_visitors.main ul.visitors_cont li.conference_list_cont .btn {
  background: #2b58e3;
}

#for_visitors.main ul.visitors_cont li.conference_list_cont a {
  background-image: url(/2025/assets/img/top/conference_bg.webp);
}

#for_visitors.main .top_press_release_cont {
  background-size: cover;
  background-image: url(/2025/assets/img/top/press_release_bg.webp);
  background-position: bottom;
  background-repeat: no-repeat;
}

#for_visitors.main .top_press_release_cont .top.top_press_release_area {
  display: flex;
  justify-content: space-between;
  padding: 0px 0 45px;
  flex-wrap: wrap;
}

#for_visitors .sp_banner {
  display: none;
}

#for_visitors.main .top_press_release_cont .top.top_press_release_area h2 {
  color: #fff;
  font-size: 2rem;
}

#for_visitors.main .top_press_release_cont .top.top_press_release_area a.link.arrow_circle {
  color: #fff;
  padding-top: .4rem;
}

.top_press_release_cont .w1200 .press_list {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 60px;
}

.top_press_release_cont .w1200 .press_list .press_list_cont {
  width: 48.5%;
  background: #fff;
  border-radius: 5px;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a {
  display: flex;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  justify-content: space-between;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a:hover {
  opacity: .7 !important;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a figure.img_cont {
  width: 42%;
  min-width: 150px;
  height: 160px;
  /* 固定の高さを設定 */
  /* margin-right: 1.5rem; */
  overflow: hidden;
  /* はみ出た部分を隠す */
  border-radius: 5px;
  /* 角を丸くする（オプション） */
}

.top_press_release_cont .w1200 .press_list .press_list_cont a .txt_cont {
  width: 52%;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a figure.img_cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 画像をコンテナに合わせてトリミング */
  object-position: center;
  /* トリミング位置を中央に設定 */
}

.top_press_release_cont .w1200 .press_list .press_list_cont a .txt_cont .list_info span.date.mgr10 {
  font-family: 'Outfit';
  font-size: .9rem;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a .txt_cont .list_info p {
  position: relative;
  margin-top: .5rem;
  line-height: 1.4;
  font-size: .9rem;
  padding-left: 1rem;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a .txt_cont .list_info p:before {
  font-family: "Font Awesome 5 Free";
  content: '\f1ad';
  color: #000000;
  position: absolute;
  display: block;
  font-weight: 900;
  left: 0;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a .txt_cont h5 {
  color: #123ec9;
  font-weight: bold;
  margin-top: .5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width:1400px) {
  .w1400 {
    padding: 50px 20px;
  }

  #for_visitors.main ul.visitors_cont li a .txt_cont {
    min-width: 300px;
    padding: 50px 30px;
  }

  #for_visitors.main .w1200 {
    padding: 100px 30px;
  }
}

@media screen and (max-width:1300px) {
  #for_visitors.main ul.visitors_cont li a h3 {
    font-size: 1.8rem;
  }

  #for_visitors.main .link_cont .w1200 {
    padding: 80px 30px 50px;
  }

  #for_visitors.main .top_press_release_cont .w1200 {
    padding: 100px 30px;
  }
}

@media screen and (max-width:1100px) {
  #mv .recruitment ._block ul li a {
    /* padding: 15px 5px; */
  }

  #for_visitors.main ul.visitors_cont li a h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  #for_visitors.main ul.visitors_cont li a .txt_cont {
    padding: 30px;
    width: 80%;
  }

  #for_visitors.main ul.visitors_cont li a {
    padding: 50px;
  }

  #for_visitors.main ul.visitors_cont li {
    width: 100%;
    min-height: inherit;
  }

  #mv .btn_cont .btn {
    padding: .8rem 4.5rem .8rem 3.5rem;
  }
}

@media screen and (max-width:1050px) {
  #mv .cont_l .mv_btn_content {
    width: 270px;
    margin-top: 4.5%;
  }
}

@media screen and (max-width: 850px) {
  #mv .recruitment ._block.cont_25 {
    /* margin-top: 100%; */
    /* max-width: 400px; */
  }

  #mv .cont_l .mv_btn_content {
    max-width: 250px;
    width: inherit;
    margin-top: 45px;
  }

  #mv .cont_l .btn_list {
    margin-bottom: .5rem;
  }

  .top_press_release_cont .w1200 .press_list .press_list_cont a figure.img_cont {
    min-width: 100px;
    height: 120px;
  }

  #mv .btn_cont .btn {
    padding: .8rem 20% .8rem 18%;
  }
}

/* レスポンシブ対応: visitors_cont の高さ揃え */
@media screen and (max-width: 768px) {
  #for_visitors.main ul.visitors_cont {
    flex-direction: column;
    align-items: stretch;
  }

  #for_visitors.main ul.visitors_cont li:last-child {
    margin-bottom: 0;
  }

  #for_visitors.main ul.visitors_cont li a {
    padding: 50px;
    min-height: inherit;
  }

  #for_visitors.main ul.visitors_cont li a .txt_cont {
    width: 100%;
  }
}

@media screen and (max-width:650px) {
  .top_press_release_cont .w1200 .press_list {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .top_press_release_cont .w1200 .press_list .press_list_cont {
    width: 100%;
  }

  .top_press_release_cont .w1200 .press_list .press_list_cont:first-of-type {
    margin-bottom: 1rem
  }
}

@media screen and (max-width:600px) {
  #mv .recruitment ._block.cont_25 {
    /* margin-top: 65%; */
    /* padding: 20px; */
  }

  #mv .cont_l .mv_btn_content {
    max-width: 240px;
    width: 80%;
  }

  #for_visitors.main .top_press_release_cont .top.top_press_release_area h2 {
    width: 100%;
    text-shadow: 0 0 10px #3c2693, 0 0 10px #3c2693, 0 0 10px #3c2693, 0 0 10px #3c2693;
  }

  #for_visitors.main .top_press_release_cont .top.top_press_release_area a.link.arrow_circle {
    margin-top: 2rem;
    margin-left: auto;
    text-shadow: 0 0 10px #3c2693, 0 0 10px #3c2693, 0 0 10px #3c2693, 0 0 10px #3c2693;
    margin-right: 65px;
  }

  br.sp {
    display: block;
  }

  #for_visitors.main ul.visitors_cont li a p {
    line-height: 1.5;
  }
}

@media screen and (max-width:550px) {

  #mv .recruitment ._block.cont_25 {
    /* padding: 10px; */
  }



  #mv .cont_l .mv_btn_content {
    width: 45%;
  }

  #for_visitors.main .w1200.top h2 span {
    display: block;
    margin-left: 0;
  }

  #for_visitors.main .top_press_release_cont .top.top_press_release_area h2 {
    font-size: 1.7rem;
  }

  .top_press_release_cont .w1200 .press_list {
    margin-bottom: 30px;
  }

  .top_press_release_cont .w1200 .press_list .press_list_cont a {
    padding: 15px;
  }

  #for_visitors.main .w1200 h2 {
    font-size: var(--font-size_36);
  }

  #for_visitors.main .top_press_release_cont .top.top_press_release_area {
    padding: 0 0 30px;
  }

  .top_press_release_cont .w1200 .press_list .press_list_cont a .txt_cont {
    width: 50%;
    gap: 0;
  }

  .top_press_release_cont .w1200 .press_list .press_list_cont a figure.img_cont {
    width: 45%;
    height: 90px;
  }

}

@media screen and (max-width: 480px) {
  .w1400 {
    padding: 40px 20px;
  }

  #mv .recruitment ._block ul li a {
    /* padding: 10px 5px; */
  }

  #mv .recruitment ._block ul {
    margin-bottom: 0;
  }

  #mv .recruitment ._block.cont_25 {
    /* margin-top: 55%; */
    /* margin-bottom: .7rem; */
    padding: 0;
    /* margin-top: 10px; */
  }

  #mv .flex_cont .cont_l li:first-of-type {
    display: none;
  }

  #mv .flex_cont .cont_l li.pc_cont {
    display: none;
  }

  #mv .flex_cont .cont_l li.sp_cont {
    display: block;
    width: 100%;
  }

  #for_visitors .pc_banner {
    display: none;
  }

  #for_visitors .sp_banner {
    display: block;
  }

  #for_visitors.main .w1200 {
    padding: 50px 30px;
  }

  #for_visitors.main .top_press_release_cont .w1200 {
    padding: 50px 20px;
  }

  #mv .cont_l .contact_cont,
  #mv .cont_l .btn_list {
    padding: 0 1rem;
  }

  #mv .flex_cont .cont_l li.btn_list_item {
    width: calc((100% - 25px)/3);
  }

  #mv .flex_cont .cont_l li.btn_list_item:first-of-type {
    display: block;
  }

  #for_visitors.main .link_cont .w1200 {
    padding: 0 30px 20px;
  }

  #mv .cont_l .mv_btn_content {
    margin-top: 3.4rem;
    width: 85%;
    left: 7.5%;
    max-width: 420px;
  }

  .en #mv .cont_l .mv_btn_content {
    width: 90%;
    left: 5%;
  }

  #for_visitors.main ul.visitors_cont li a {
    padding: 30px 20px;
  }

  #for_visitors.main ul.visitors_cont li a .txt_cont {
    padding: 20px 20px;
  }

  #for_visitors.main ul.visitors_cont li a h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  #for_visitors.main ul.visitors_cont li a p {
    font-size: .9rem;
    margin-bottom: 1rem;
  }

}

@media screen and (max-width:400px) {
  #mv .cont_l .mv_btn_content {
    margin-top: 2.7rem;
  }

  #mv .catchcopy .catchcopy_newline .sp_img{
  }

  #mv .recruitment ._block ul li a p {
    font-size: 13px;
  }

  .en #mv .recruitment ._block ul li a p {
    margin-bottom: .5rem;
  }

  #mv .recruitment ._block.cont_25 {
    /* padding: 10px; */
    /* margin-top: 10px; */
  }

  #mv .btn_cont .btn {
    padding: .8rem 4.5rem .8rem 3.5rem;
    font-size: 1rem;
    letter-spacing: 1px;
    max-width: 100%;
    box-sizing: border-box;
  }

  #mv .recruitment .btn_cont {
    padding: 10px 5px 15px;
  }
}

/*============================
統合レスポンシブメディアクエリ - 最適化版
============================*/

/* タブレット以下 (1024px以下) */
@media screen and (max-width: 1024px) {
  .w1100, .w1200, .w1400 {
    /* padding-left: clamp(15px, 3vw, 25px); */
    /* padding-right: clamp(15px, 3vw, 25px); */
  }

  #event_overview .link_cont nav ul li {
    min-width: 100px;
  }
}

/* スマートフォン (768px以下) */
@media screen and (max-width: 768px) {
  #news .content {
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /* width: 100%; */
  }

  #news .content h2 {
    /* padding-right: 0; */
    /* margin-bottom: 10px; */
  }

  #news .content h2:after {
    /* display: none; */
  }

  #event_overview .link_cont {
    flex-direction: column;
    text-align: center;
  }

  #event_overview .link_cont h2 {
    width: 100%;
    margin-bottom: 20px;
  }

  #event_overview .link_cont nav ul {
    justify-content: center;
  }

  #event_overview .link_cont nav ul li {
    flex: 0 1 auto;
    margin-bottom: 10px;
  }
}

/* 小型スマートフォン (480px以下) */
@media screen and (max-width: 480px) {
  .btn {
    /* padding: clamp(0.3rem, 1vw, 0.4rem) cla`mp(1.5rem, 4vw, 2rem); */
    /* font-size: clamp(0.9rem, 2vw, 1rem); */
  }

  .en #topregist_area.main .schedule-block ul.link_cont a {
    padding: 1rem 3.4rem 1rem 1.5rem;
  }

  .en a.btn.btn_bg_pink:after,
  .en a.btn.btn_pink::after {
    right: 9px;
  }

  .link.arrow_circle {
    margin-right: clamp(20px, 5vw, 40px);
  }

  .link.arrow_circle:after {
    width: clamp(40px, 8vw, 50px);
    height: clamp(40px, 8vw, 50px);
  }

  #event_overview .link_cont nav ul li a {
    white-space: normal;
    line-height: 1.3;
    padding: clamp(0.4rem, 1vw, 0.5rem) clamp(0.2rem, 1vw, 0.3rem);
  }

  #news .view_all {
    width: max-content;
    /* text-align: center; */
    /* margin-top: 15px; */
  }
}

/* TOPスライド追加 */
#mv .recruitment .slide_cont{
  padding: 15px 15px 0px;
  background: #ffffff7d;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

/* バナースライダー用CSS */
.js-banner-slider {
  margin: 0;
  padding: 0;
  list-style: none;
}

.js-banner-slider li {
  outline: none;
  box-shadow: 0px 0px 9px rgb(0 0 0 / 44%) !important;
  /* border-radius: 12px !important; */
  /* padding: 8px !important; */
  background: transparent !important;
  margin: 0px !important;
}

.js-banner-slider .slick-dots li{
  box-shadow: none!important;
}

.js-banner-slider img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  /* border-radius: 8px !important; */
  transition: transform 0.3s ease !important;
}

.js-banner-slider li:hover img {
  transform: scale(1.02) !important;
}

@media screen and (max-width:600px){
  #mv .recruitment .slide_cont{
    padding: 12px 12px 0;
  }
}



/* カウントダウン用CSS */
.countdown-wrap {
    margin: 0px 0 10px;
}

.countdown {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 17px;
    flex-wrap: wrap;
}

.countdown .bloc-time {
    text-align: center;
}

.countdown .count-title {
    /* margin-top: 10px; */
    /* display: inline-block; */
    /* margin-bottom: 15px; */
    /* font: normal 0.94em 'Lato', sans-serif; */
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
}

.countdown .figure {
    position: relative;
    float: left;
    height: 65px;
    width: 59px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2), inset 2px 4px 0 0 rgba(255, 255, 255, .08);
    margin-bottom: 7px;
    font-family: "Lato", sans-serif;
}

.countdown .figure:last-child {
    margin-right: 0;
}

.countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* font-size: 1rem; */
    font-size: 3rem;
    font-weight: 700;
    color: #de4848;
    font-family:"Lato", sans-serif;
}

.countdown .figure .top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 3rem;
    font-weight: 700;
    color: #de4848;
    line-height: 0px;
    font-family: "Lato", sans-serif;
}

.countdown .figure .bottom {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* font: normal 5.94em/107px 'Lato', sans-serif; */
    font-weight: 700;
    color: #de4848;
    line-height: 0;
}

.countdown .figure .top,
.countdown .figure .bottom-back {
    position: relative;
}

.countdown .figure .top:after,
 {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;
}

.countdown .figure .bottom-back:after{
   content: "";
   position: absolute;
   z-index: -1;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
}

.countdown .figure .top {
    z-index: 3;
    background-color: #f7f7f7;
    transform-origin: 50% 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: perspective(200px);
    height: 50%;
    overflow: hidden;
    /* font-size: 3rem; */
    backface-visibility: hidden;
    border-bottom: 1px solid #fff;
    font-family: "Lato", sans-serif;
}

.countdown .figure .bottom {
    z-index: 1;
    /* height: 50%; */
    overflow: hidden;
}

.countdown .figure .bottom:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgb(255 255 255 / 2%);
}

.countdown .figure .bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    /* background-color: #f7f7f7; */
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    border: none;
}

.countdown .figure .bottom-back span {
    position: relative;
    left: 0;
    top: -25px;
    right: 0;
    /* top: 0; */
    margin: auto;
    font-size:3rem;
    font-weight:bold;
    /* display: none; */
    background: initial;
    font-family: lato;
}

.countdown .figure .top-back {
    z-index: 2;
    bottom: 0;
    background-color: #fff;
    transform-origin: 50% 0;
    transform: perspective(200px) rotateX(180deg);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 50%;
    overflow: hidden;
    backface-visibility: hidden;
}

.countdown .figure .top-back span {
    position: absolute;
    top: -80%;
    left: 0;
    right: 0;
    margin: auto;
  font-size:3rem;
  font-weight:bold;
}

@media screen and (max-width:1400px){
  .countdown .figure {
    width: 50px;
  }
  .countdown{
    gap:10px
  }

}

@media screen and (max-width:1250px){
  .countdown .figure .bottom-back span,
  .countdown .figure > span,
   .countdown .figure .top {
    /* font-size: 2.5rem; */
    /* height: 40%; */
  }
  .countdown .figure{
    /* width: 45px; */
    /* height: 45px; */
  }
}


@media screen and (max-width:850px){
  .countdown .figure .bottom-back span{
    top: -22px;
  }
}

@media (max-width: 768px) {
   .countdown .figure .bottom-back span,
  .countdown .figure > span,
   .countdown .figure .top {
    font-size: 3rem;
    
  }
    .countdown {
        gap: 10px;
        justify-content: center;
        flex-wrap: nowrap;
    }
    
    .countdown .figure {
        height: 45px;
        width: 45px;
        margin-right: 3px;
    }
    
    .countdown .figure > span,
    .countdown .figure .top,
    .countdown .figure .bottom-back span,
    .countdown .figure .top-back span {
        font-size: 1.8rem;
    }
    
    .countdown .figure .top {
        line-height: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    
    .countdown .figure .bottom-back span {
        top: -13px;
    }
    
    .countdown .figure .top-back span {
     top: -80%;
    }
    
    .countdown .count-title {
        font-size: 10px;
        margin-top: 5px;
    }
}


@media (max-width: 600px){
      .countdown .figure {
        height: 40px;
        width: 35px;
        margin-right: 3px;
    }
  .countdown .figure .top{
    border-radius: 5px 5px 0 0;
  }
}

@media (max-width: 480px) {
      .countdown .figure > span,
    .countdown .figure .top,
    .countdown .figure .bottom-back span,
    .countdown .figure .top-back span {
        font-size: 3rem;
    }
  
    .countdown {
        gap: 8px;
        max-width: 100%;
    }
    
    .countdown .figure {
        height: 45px;
        width: 35px;
        margin-right: 2px;
    }
    
    .countdown .figure > span,
    .countdown .figure .top,
    .countdown .figure .bottom-back span,
    .countdown .figure .top-back span {
        font-size: 1.7rem;
    }
    
    .countdown .figure .bottom-back span {
        top: -13px;
    }
    
    .countdown .figure .top-back span {
        top: -65%;
    }
    
    .countdown .count-title {
        font-size: 9px;
        margin-top: 3px;
    }
}

@media (max-width: 480px){
 .countdown .figure {
        height: 40px;
        width: 30px;
        margin-right: 2px;
    }

  }


#pickup-session{
  /* display: flex; */
  padding: 40px 0;
  display: flex;
  align-items: center;
  max-height:300px;
}

#pickup-session .top_ttl{
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

#pickup-session p{
  margin-bottom: 15px;
  font-weight:bold;
  font-size: 1rem;
  letter-spacing: 1px;
}

#pickup-session .pickup-session-block{
  width: 80%;
}

#pickup-session .btn{
  background: linear-gradient(90deg, #0570e9 0%, #05a0e1 100%);
  font-size: .7rem;
  padding: .5rem 3rem .5rem 1rem;
}

#pickup-session .c-button::after{
  color: #1269ec;
}

#pickup-session > div{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
}

#pickup-session .txt_cont{
  width: 20%;
}

#pickup-session ul{
  width: 100%;
}

@media screen and (max-width:1200px){
  #pickup-session .txt_cont{
    width: 25%;
  }
  #pickup-session .pickup-session-block{
    width: 75%;
    padding-left: 15px;
  }
  #pickup-session p{
    font-size: .9rem;
  }
}

@media screen and (max-width:850px){
#pickup-session{
  padding: 20px 0;
} 
  #pickup-session .txt_cont{
    padding-left: 10px;
  }
  #pickup-session .top_ttl{
    font-size:20px;
  }
  #pickup-session .c-button::after{
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  #pickup-session .btn{
    padding: .5rem 2rem .5rem 1rem;
  }
}

@media screen and (max-width:600px){
    #pickup-session .txt_cont{
   display: flex;
   justify-content: space-between;
   padding: 0 10px;
   width: 100%;
   flex-direction: row;
  }
  #pickup-session .txt_cont .add_txt{
    width: max-content;
    text-align: left;
  }
  #pickup-session .btn{
    max-width: initial;
  }
  #pickup-session > div{
    display: flex;
    justify-content: space-between;
  }
  #pickup-session .pickup-session-block{
     width:100%;
     margin-top: 10px;
     padding-left: 0;
  }
  #pickup-session{
    flex-direction: column;
    padding: 20px 0;
  }
  #pickup-session p{
    margin-bottom:0;
  }
}