@charset "utf-8";


/* =============================================
                    common
============================================= */


/* ----- link ----- */
.link--white{
  font-weight: 600;
  font-size: 1.1em;
  color: #fff !important; 
}
.link-url {
  font-size: 12px;
  line-height: 1.25;
  text-decoration: underline !important;
}

/* ----- text----- */
.text--gray {
  color: #707070 !important;
}

/* ----- heading ----- */
.h2-title {
  font-size: 30px;
  text-align: center;
  margin: 3em 0 2em 0;
  font-weight: 600;
  font-family: var(--font-ja);
  color: var(--color-purple2);
}
.h2-sub {
  display: block;
  font-size: 0.65em;
  width: -moz-fit-content;
}
.h3-leftline {
  font-size: 1.2em;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 1em;
  display: block;
  border-left: solid 5px #707070;
  padding-left: 8px;
}
.h4--center{
  font-size: 1.1em;
  text-align: center;
  font-weight: 600;
}

/* ----- decolation -----*/
.hr950{
  max-width: 950px;
  width: 96%;
  margin: auto;
}

/* ----- img ----- */
.img-100{
  width: 100%;
  max-width: 800px;
  margin: 5vw auto;
}
.small-img{
  width: 80%;
  max-width: 300px;
  margin: 5vw auto;
}

/* ----- long img ----- */
.bglongimg__flex2 {
  width: 100%;
  display: flex;
}
.bglongimg__flex2 p {
  width: 50%;
  aspect-ratio: 3 / 1.5;
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}

/* ----- container/box ----- */
.sub-container {
  margin: 50px auto;
  max-width: 1000px;
  width: 90%;
}

.explanation-box{
  margin: 8vw auto;
  max-width: 950px;
  width: 96%;
}
.explanation-box-top{margin-top: 3vw;}
.explanation-box .mgb-0{
  margin-bottom: 1em !important;
}
.explanation-box ul{
  list-style-type: disc;
  padding-left: 1.5em;
}
.explanation-box ol{
  list-style-type: decimal;
  padding-left: 1.5em;
}
.explanation-box > ul > li, .explanation-box > ol > li{
  margin-bottom: 20px;
}

.dl__flexbox{
  display: flex;
  flex-wrap: wrap;
  margin: 1.5em auto;
}
.dl__flexbox dt{
  width: 25%;
  padding-right: 1.5em;
  border-right: solid 1px #B3B3B3;
  margin-bottom: 0.8em;
}
.dl__flexbox dd{
  width: 75%;
  padding-left: 1.5em;
  margin-bottom: 0.8em;
}

.eb-scroll{
  background: #F4F0F7;
  height: 400px;
  width: 100%;
  padding: 3em 2em 3em 3em;
  border-radius: 0.2em;
}
.eb-scroll-content{
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.eb-scroll-contentinr{
  width: 95%;
}
.eb-scroll-content::-webkit-scrollbar {
  background: #F4F0F7;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.eb-scroll-content::-webkit-scrollbar-thumb {
  background: #B3B3B3;
  border-radius: 5px;
}
.eb-scroll-contentinr li{
  margin-bottom: 15px;
}
.eb-scroll h3{
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 15px;
}

.explanation-a{
  text-decoration: underline !important;
}

/* ----- button ----- */
.btn-purple{
  background-color: #7B4885;
  color: #fff !important;
  font-weight: 600;
  padding: 0.8em 1.5em;
  border: 2px solid #7B4885;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  line-height: 1.3;
  max-width: 100%;
  border-radius: 2em;
  min-width: 280px;
  font-size: 1.1em;
  margin: 0 auto;
  width: fit-content;
  width: -moz-fit-content;
}
.btn-gray{
  background-color: #666666;
  color: #fff !important;
  font-weight: 600;
  padding: 0.8em 1.5em;
  border: 2px solid #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  line-height: 1.3;
  max-width: 100%;
  border-radius: 2em;
  min-width: 280px;
  font-size: 1.1em;
  margin: 0 auto;
  width: fit-content;
  width: -moz-fit-content;
}
.btn-purple:hover, .btn-gray:hover{
  opacity: 0.8;
  color: #fff !important;
}
a[href^="http"].btn-purple::after{
  display: none;
}

.btn-fit{
  width:fit-content;
  width: -moz-fit-content;
}

/* ----- space/margin ----- */
.space_s{
  margin: 5vw auto;
  width: fit-content;
  width: -moz-fit-content;
}
.space_btn{
  margin: 3vw auto;
  width: fit-content;
  width: -moz-fit-content;
}

/* ----- note ----- */
.note{
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  width: fit-content;
  width: -moz-fit-content;
  margin-top: 10px;
}
.note2{
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
.note--wt{
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  width: fit-content;
  width: -moz-fit-content;
  margin-top: 1em;
}

.list-lead--purple{
  color: #7B4885;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 0.5em;
}

/* ----- flexbox ----- */
.flexbox2{
  display: flex;
  justify-content: space-between;
}
.flexbox2inr{
  width: 46%;
}
.flexbox2inr img{
  width: 100%;
}
.flexbox2img{
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  transition: 0.6s;
}
.flexbox2img a:hover{
  box-shadow: rgba(34, 36, 38, 0.2) 0 0 15px;
  transition: 0.6s;
  opacity: 0.6;
}
.flexbox2text{
  margin-bottom: 1.5em;
}
.flexbox2btn{
  margin: 0 auto;
  width: fit-content;
  width: -moz-fit-content;
}

.flexbox3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.5em;
}
.flexbox3Inr {
  display: block;
  width: calc(100% / 3 - 1em);
}
.flexbox3 img {
  width: 100%;
}

.flexbox4 {
  display: flex;
  justify-content: center;
  gap: 1.5em;
}
.flexbox4inr {
  width: calc(100% / 4 - 1.5em);
}
.flexbox4inr__img {
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 6 / 4;
}


/* =============================================
                    pages
============================================= */

/*------------------------------
   top
------------------------------ */
#article-flagshipaction{
  background-color: #f2f2f2;
}

/*------------------------------
   attendant
------------------------------ */
.attendant-box{
  max-width: 800px;
  width: 96%;
}
.attendant-title{
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.attendant-title span{
  display: inline-block;
  padding: 3px 15px;
  background: #352438;
  color: #fff;
  font-size: 0.9em;
  border-radius: 15px;
  margin-right: 20px;
}

.square-list{
  list-style: none;
  padding-left: 0 !important;
  border: solid 1px #808080;
  font-size: 14px;
  margin: 5vw auto;
  border-radius: 0.2em;
}
.square-list > li{
  list-style: none;
  display: flex;
  border-bottom: solid 1px #808080;
  margin-bottom: 0 !important;
}
.square-list > li:last-child{
  border-bottom: none;
}
.square-list-l{
  padding: 5px 15px;
  max-width: 250px;
  width: 30%;
  min-width: 80px;
  background: #352438;
  color: #fff;
}
.square-list-r{
  padding: 5px 15px;
  width: auto;
  flex: 1;
}


/*------------------------------
   kyotobooth
------------------------------ */
.kyotobooth {
  padding: 100px 0;
}
.cl-fuji{ 
  color: #ac8fad !important;
  font-weight: 600;
}
.kyotobooth .explanation-box{
  margin: 0 auto;
}
.kyotobooth-bgbk{
  background-color: #000;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.kyotobooth-bgbk h2{color: #fff;}
.kyotobooth-bgbk article{padding: 0;}
.kyotobooth-bgbk .note{
  margin-right: 0;
  color: #707070;
  margin-left: auto;
}

.kyotobooth-bg--lgray {
  background-color: #e6e6e6;
  color: #000 !important;
}
.kyotobooth-bg--dgray {
  background-color: #2b2b2b;
}

.kyotobooth-bgp{
  background: linear-gradient(180deg, rgba(53,36,56,1) 0%, rgba(53,36,56,0) 100%);
  border: 1px solid transparent;
}

.kyotobooth-top{
  width: 100%;
  height: fit-content;
  height: -moz-fit-content;
  background: url('/kyotobooth/img/kyotozone_img1.webp');
  background-size: 100%;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}
.kyotobooth-logo{
  max-width: 600px;
  width: 80%;
  margin-top: 150px;
}
.kyotobooth-logo p:nth-child(1){
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 20px;
  display: block;
}

.kyotobooth-top2 {
  background: url('/kyotobooth/img/kyotozone_img2.webp');
  background-size: 100%;
  background-position: bottom;
  background-color: rgba(0, 0, 0, 0.9);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.kyotobooth-top2 > div {
  margin: 30px auto;
  max-width: 700px;
  width: 100%;
}

.kyotobooth-lead{
  font-size: 1.2em;
  text-align: center;
  line-height: 2em;
  display: block;
  font-weight: 600;
  margin: 0 auto;
  max-width: 800px;
  width: 90%;
}
.kyotobooth-lead--impact{
  font-size: 1.5em;
  display: block;
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
}
.kyotobooth-lead--gray{
  font-size: 14px;
  line-height:1.75em;
  color: #bbb;
  text-align: left;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}

.kyotobooth-box{
  margin: 80px auto 0;
  font-size: 0.95em;
  line-height: 1.5;
}
.kyotobooth .explanation-box .kyotobooth-box:nth-child(1) {
  margin-top: 0;
}
.kyotobooth-bgwt .kyotobooth-box {
  margin-bottom: 0;
}

.kyotobooth-box h3{
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 600;
  margin-bottom: 1vw;
  text-align: center;
}
.kyotobooth-name__gray{
  font-weight: 600;
  color: #707070;
  text-align: center;
  margin-bottom: 2em;
}

.kyotobooth__flex1{
  display: flex;
  justify-content: space-between;
  border: solid 1px #707070;
  padding: 2em;
  margin: 50px auto;
}
.kyotobooth__flex1-img{
  display: block;
  width: 120px;
  flex-shrink: 0;
  margin-right: 2em;
}
.kyotobooth__flex1-img p{
  margin-bottom: 1em;
  font-size: 12px;
}
.kyotobooth__flex1-text{
  width: auto;
  font-size: 0.8em;
  line-height: 1.4em;
}

.kyotobooth__flex2{
  display: flex;
  justify-content: space-between;
  margin: 5vw auto;
}
.kyotobooth__flex2-img{
  max-width: 300px;
  width: 80%; 
  margin-right: 3em;
  flex-shrink: 0;
}
.kyotobooth__flex2-img p{
  font-size: 12px;
  max-width: 300px;
  margin: 0 auto 1em;
}
.kyotobooth__flex2-text h3,
.kyotobooth__flex2-text .kyotobooth-name__gray{
  text-align: left;
}
.kyotobooth__flex2-text p{
  margin-bottom: 2em;
}
.kyotobooth__flex2-text p:nth-last-child(1){
  margin-bottom: 0;
}
.kyotobooth-bgwt .kyotobooth__flex2 {
  margin: 0 auto;
}

.kyotobooth__flex3{
  display: flex;
  justify-content: space-between;
  margin: 5vw auto;
}
.kyotobooth__flex3 > div{
  width: 47%;
}
.kyotobooth__flex3-text h3{
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em;
}
.kyotobooth__flex3-text ul{
  padding-left: 0;
}
.kyotobooth__flex3-text li{
  list-style-type: none;
  border-bottom: solid 1px #666666;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
  padding-bottom: 1em;
}
.kyotobooth__flex3-text li span:nth-of-type(1){
  width: 40%;
  padding-right: 1em;
  display: block;
}
.kyotobooth__flex3-text li span:nth-of-type(2){
  width: 60%;
  display: block;
}
.kyotobooth__flex3-img{
  margin-bottom: 2em;
}
.kyotobooth__flex3 h4{
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
  padding-bottom: 8px;
  border-bottom: solid 1px #666666;
  margin-bottom: 10px;
}

.kyotobooth-bgp{position: relative;}
.kyotobooth-showbg{
  background-image: url(https://expokyoto.jp/kyotobooth/img/kyotobooth_img09.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20%;
  height: 25%;
  position: absolute;
  right: 0;
  top: 100vh;
  opacity: 0.4;
}
.kyotobooth-showbg2{
  background-image: url(https://expokyoto.jp/kyotobooth/img/kyotobooth_img08.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20%;
  height: 25%;
  position: absolute;
  left: 0;
  bottom: 70vh;
  opacity: 0.6;
}
.kyotobooth-show-title{
  color: #bbb !important;
}
.kyotobooth-show-title span{
  font-size: 1.5em;
  color: #ac8fad;
  display: inline-block;
  margin-right: 8px;
}

.kyotobooth__img-2{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 3em auto;
}
.kyotobooth__img-2 > div{
  width: 48%;
  font-size: 0.9em;
}
.kyotobooth__img-2 p{
  margin-bottom: 10px;
}

.kz-navbtn {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.kz-navbtn .btn-purple {
  border: solid 1px;
  border-color: #fff;
  min-width: 230px;
  background-color: rgba(123, 72, 133, 0.9);
  box-shadow: 0 -1px 5px rgba(255, 255, 255, 0.6);
  background-blend-mode: multiply;
  min-height: 40px;
  margin: 0 15px;
}

.kz-navbtn--square {
  display: flex;
  justify-content: center;
  gap: 2em;
}
.kz-navbtn--square a {
  width: 45%;
  border: solid 2px #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.kz-navbtn--square a::after {display: none;}
.kz-navbtn-arrow {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: 5px;
  border-radius: 9999px;
  background-color: #fff;
}
.kz-navbtn-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

.booth-img-slide {
  overflow: hidden;
  width: 100%;
}
.booth-img-slide ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: max-content;
}
.booth-img-slide li {
  aspect-ratio: 4 / 3;
  width: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 2px;
}

.kz-link-list {
  margin: 50px auto;
}
.kz-link-list a {
  display: block;
  margin-bottom: 1em;
  line-height: 1.25;
  color: #fff;
}


/*------------------------------
   kyotozone -week
------------------------------ */
.kz-topBg {
  width: 100%;
  height: 200px;
  background-image: url(https://expokyoto.jp/report/upload/kyotozone0409_1-1.webp);
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}
.kz-schedule-alink {
  border: solid 1px #ccc;
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  color: #222426;
  margin-bottom: 0;
  position: relative;
  max-width: 800px;
  margin: 0 auto 10px;
  width: 100%;
}
.kz-schedule-alink:hover {
  color: #222426;
}
.kz-schedule-alink h3 {
  display: flex;
  align-items: center;
  width: calc(100% - 1.5em);
  height: 100%;
  padding: 0.5em 0.8em;
  border-left: solid #ccc 10px;
  margin: 0;
  font-size: 1.3em;
  line-height: 1.25;
  font-weight: 600;
}
.kz-schedule-alink h3.col1 {border-left: solid #eda51a 10px;}
.kz-schedule-alink h3.col2 {border-left: solid #e37127 10px;}
.kz-schedule-alink h3.col3 {border-left: solid #8dc21f 10px;}
.kz-schedule-alink h3.col4 {border-left: solid #00a199 10px;}
.kz-schedule-alink h3.col5 {border-left: solid #2ca6e0 10px;}
.kz-schedule-alink h3.col6 {border-left: solid #7d449c 10px;}
.kz-schedule-alinkDate {
  min-width: 50px;
}
.kz-schedule-alinkWeek {
  font-size: 12px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #222426;
  border-radius: 50%;
  margin: 0 20px 0 5px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  padding: 2px;
}
.kz-schedule-alinkBar {
  width: 25px;
  height: 2px;
  background: #222426;
  margin: 0 15px;
}
.kz-schedule-alink h3 span:nth-child(2) {
  margin-right: 0;
}
.kz-schedule-alink h3::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 14px solid #222426;
  border-bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.3em;
  margin: auto;
}

/* list */
.kz-schedule-container {
  margin: 5vw auto;
  max-width: 980px;
}
.kz-schedule-container h2 {
  background-color: #fff;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}
.kz-schedule-container h2 span:nth-child(1) {
  flex-shrink: 0;
}
.kz-schedule-titleBar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ccc;
  margin: auto;
  margin-left: 1em;
}
.kz-schedule-container .col1 {background-color: #eda51a;}
.kz-schedule-container .col2 {background-color: #e37127;}
.kz-schedule-container .col3 {background-color: #8dc21f;}
.kz-schedule-container .col4 {background-color: #00a199;}
.kz-schedule-container .col5 {background-color: #2ca6e0;}
.kz-schedule-container .col6 {background-color: #7d449c;}

.kz-schedule-list {
  list-style-type: none;
}
.kz-schedule-list li {
  border-bottom: solid #ccc 1px;
  margin: 50px 0;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-start;
  gap: 2em;
}
.kz-schedule-list li:nth-last-child(1) {
  border-bottom: 0;
}

.kz-schedule-listPeriod {
  font-weight: 600;
  font-size: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 120px;
  flex-shrink: 0;
}
.kz-schedule-listPeriod p {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.kz-schedule-listPeriod .kz-schedule-alinkWeek {
  margin-right: 0;
  margin-top: 3px;
}
.kz-schedule-listPeriod .kz-schedule-alinkBar {
  display: block;
  width: 3px;
  height: 20px;
  background-color: #352438;
}

.kz-schedule-listImg {
  display: block;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/kyotobooth/img/kyotozone-noimage.png);
  background-size: cover;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}

.kz-schedule-listText h4{
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.2;
  margin-bottom: 10px;
}
.kz-schedule-listText p {
  margin-bottom: 10px;
}
.kz-schedule-listText .small-text {
  font-size: 0.9em;
  line-height: 1.25;
}
.kz-schedule-listText .btn-purple {
  min-width: 230px;
  font-size: 1em;
  margin: 30px 0 0;
}

/*------------------------------
   kyotozone -weekInr
------------------------------ */
.kz-scheduleIner {
  max-width: 980px;
  margin: 0 auto;
}
.kz-scheduleIner-top h3 {
  font-size: 1.2em;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
}
.kz-scheduleIner-top h3 span {
  width: 30px;
  height: 3px;
  background-color: #ccc;
  display: block;
  margin: 1em auto;
}
.kz-scheduleIner-top h3 span.col1 {background-color: #eda51a;}
.kz-scheduleIner-top h3 span.col2 {background-color: #e37127;}
.kz-scheduleIner-top h3 span.col3 {background-color: #8dc21f;}
.kz-scheduleIner-top h3 span.col4 {background-color: #00a199;}
.kz-scheduleIner-top h3 span.col5 {background-color: #2ca6e0;}
.kz-scheduleIner-top h3 span.col6 {background-color: #7d449c;}
.kz-scheduleIner-top h2 {
  margin: 1em 0;
}

.kz-scheduleIner-topImg ul {
  list-style: none;
  max-width: 800px;
  margin: 5vw auto 8vw;
}
.kz-scheduleIner-topImg ul li {
  aspect-ratio: 256 / 171;
  border: solid 1px transparent;
  background-image: url(/kyotobooth/img/exhibitor-noimage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  font-size: 1.5em;
}
.kz-scheduleIner-topImg ul.slick-dots {
  margin: 1em auto;
  width: fit-content;
  width: -moz-fit-content;
}
.kz-scheduleIner-topImg ul.slick-dots li {
  background-image: none;
  aspect-ratio: 1 / 1;
}

.kz-scheduleContainer {
  margin: 5vw auto;
}
.kz-scheduleContainer h3 {
  border-left: 5px solid #ccc;
  padding-left: 0.5em;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em;
}
.kz-exhibitorList {
  list-style: none;
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}
.kz-exhibitorList li {
  width: calc(100% / 3 - 1.4em);
  overflow: hidden;
}
.kz-exhibitorList li img {
  aspect-ratio: 6 / 4;
  width: 100%;
  object-fit: cover;
  display: block;
}
.kz-exhibitorList-link {
  width: 100%;
  aspect-ratio: 6 / 4;
  background-image: url(/kyotobooth/img/exhibitor-noimage.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  flex-wrap: wrap;
  color: #fff !important;
  line-height: 1.25;
  text-align: center;
  font-weight: 600;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 2px 2px 5px #ccc;
  margin-bottom: 1em;
}
a.kz-exhibitorList-link::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  content: "open_in_new";
  font-size: 2em !important;
  vertical-align: super;
  line-height: 1;
  margin: 0 0.2em;
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  position: absolute;
  right: 8px;
  top: 8px;
}

/*------------------------------
   flagshipaction
------------------------------ */
.flagshipaction a[href^="http"]:after{
  display: none;
}
.fsa article{
  padding: 0;
}
.fsa-top-container{
  position: relative;
}
.fsa-top-container:hover{
  opacity: 1;
}
.fsa-top-img, .fsa-top-img img{
  width: 100%;
}
.fsa-top-title{
  position: absolute;
  width:100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fsa-top-title h2{
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 4em;
  color: #352438;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

.fsa-list{
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3em;
}
.fsa-list img{
  width: 100%;
}
.fsa-list li{
  width: calc((100% - 3em) / 2);
  list-style-type: none;
}
.fsa-list li h3{
  font-weight: 600;
  font-size: 1.4em;
  font-feature-settings: "palt";
  line-height: 1.4;
  height: 2em;
  display: flex;
  align-items: center;
}
.fsa-list-img{
  margin: 1.4em auto;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #B3B3B3;
}


/*  移行 */
.ei-main .fa-angle-right:before {
  content: "" !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-20%) rotate(45deg);
  margin-right: 4px;
  /* margin-top: -5px; */
}

.fa-angle-left::before {
  content: "" !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-20%) rotate(224deg);
  margin-left: 4px;
}
.fa-angle-right::before {
  content: "" !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-20%) rotate(45deg);
  margin-right: 4px;
}

.fa-chevron-left::before {
  content: "" !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid currentColor;
  border-left: 0;
  border-left-width: 0px;
  border-left-style: initial;
  border-left-color: initial;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(24%) translateY(-10%) rotate(224deg);
}

.fa-chevron-right::before {
  content: "" !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid currentColor;
  border-left: 0;
  border-left-width: 0px;
  border-left-style: initial;
  border-left-color: initial;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-10%) translateY(-10%) rotate(45deg);
}


/*------------------------------
   202503 newtop
------------------------------ */

.topslidebnr{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.topslidebnr img {
  width: 65% !important;
  max-width: 600px;
  position: absolute !important;
  bottom: 15px !important;
  left: 0 !important;
  height: auto !important;
  top: auto !important;
}

.top25 main a[href^="http"]:after {
  display: none;
}

/* top25 */
.top25 main section#section-home article h2{
  font-size: 28px;
  color: #ac8fad;
  line-height: 1.25em;
}
.top25 main section#section-home article h2 strong{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25em;
}
.strong--wt{
  color: #fff !important;
}

/* link */
.link-text{
  display: block;
  color: #352438;
  font-size: 16px;
  margin: 2em auto 0;
}
.link-text a{
  position: relative;
	display: inline-block;
	padding-right: 40px;
	text-decoration: none;
  transition: 0.6s;
}
.link-text a::before{
  position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border: 1px solid #352438;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  transition: 0.6s;
}
.link-text a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px !important;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #352438;
  border-right: 2px solid #352438;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.6s;
}

.link-text a:hover{
  color: #7B4885;
  opacity: 1;
}
.link-text a:hover::before{
  background-color: #7B4885;
  border-color: #7B4885;
}
.link-text a:hover::after{
  border-top-color: #fff;
  border-right-color: #fff;
}


/* linkbtn */
.linkbtn{
  width: fit-content;
  width: -moz-fit-content;
  height: fit-content;
  height: -moz-fit-content;
}
.linkbtn a{
  border: solid 1px #352438;
  background-color: #352438;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 3px;
  border-radius: 2em;
  width: fit-content;
  width: -moz-fit-content;
  padding: 0.9em 3em 0.9em 1.5em;
  font-size: 0.95em;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
}

.linkbtn_triangle {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1.3em;
  height: 1.3em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.linkbtn_triangle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid #352438;
  border-left: 0;
  border-left-width: 0px;
  border-left-style: initial;
  border-left-color: initial;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(45%) translateY(5%) rotate(45deg);
}
.linkbtn a:hover{
  opacity: 1;
  background-color: #fff;
  color: #352438;
}
.linkbtn a:hover .linkbtn_triangle{
  color: #352438;
}
.linkbtn a:hover .linkbtn_triangle::before{
  border-color: #fff;
}

.linkbtn--lpurple a{
  border: solid 1px #7B4885;
  background-color: #7B4885;
}
.linkbtn--lpurple .linkbtn_triangle::before{
  border-color:#7B4885;
}
.linkbtn--lpurple a:hover{
  color: #7B4885;
}
.linkbtn--lpurple a:hover .linkbtn_triangle{
  border-color: 2px solid #fff;
  color: #7B4885;
}

/* slick */
.sliderimg ul.slick-dots {
 position: absolute;
 top: -5px;
 right: 5px;
}

/* top news */
.topnews{
  margin-top: 2em !important;
  padding: 0 2em;
}
.topnews .main-container{
  background-color: #f2edf5;
  border-radius: 15px;
}
.topnews .main-container #news{
  display: flex;
  align-items: center;
  padding: 2em;
}
.topnews .main-container #news h2{
  font-size: 20px !important;
}
.topnews .main-container #news h2 strong{
  font-size: 24px;
}
.topnews__title{
  display: block;
  align-items: center;
  padding: 0;
  margin-bottom: 0 !important;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 30px !important;
  padding-right: 1.5em;
  flex-shrink: 0;
  width: 20%;
}
.topnews .main-container #news .newslist{
  margin-bottom: 0;
  flex-direction: row;
  width: calc(100% - (20% + 2em));
}
.topnews .main-container #news .newslist > li{
  display: block;
  width: calc(100% / 3);
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  box-shadow: rgba(34, 36, 38, 0.2) 0px 0px 10px;
}
.topnews .main-container #news .newslist > li h5{
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  display: inline-block;
  padding-bottom: 0.5em;
}
.topnews .main-container #news .newslist > li h5 strong{
  padding: 0.2em 0.4em;
  margin-left: 1em;
}
.topnews .main-container #news .newslist > li p{
  width: 100%;
  padding: 0;
}

/* feature */
#article-feature .flexbox4 h5{
  font-weight: 600;
  font-size: 0.8em;
  line-height: 1.25;
  display: block;
  margin-top: 1em;
}
#article-feature .linkbtn--lpurple {
  margin: 3vw auto 0;
}


/* upcoming */
.upcoming-bg{
  position: relative;
}
.upcoming-bgsp-k,
.upcoming-bgsp-e{
  width: 50%;
}
.upcoming-bgsp-k .ei-list,
.upcoming-bgsp-e .ei-list{
  width: 100% !important;
}
.upcoming-bg__img{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background-position: center bottom;
  background-image: url(/common/img/top_bg1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#upcoming h3::before{
  content: '';
  display: inline-block;
  background-image: url(/common/img/top_mayumaro_icon.png);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
#upcoming .myakuicon h3::before {
  background-image: url(/common/img/top_expo_icon.png);
}

.eifocus25-l h3::before,
.eifocus25-r h3::before {
  content: '';
  display: inline-block;
  background-image: url(/common/img/top_expo_icon.png);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}

.eifocus25-r h3::before {
  background-image: url(/common/img/top_mayumaro_icon.png);
}
.upcoming-bg__chara{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  margin: 0 auto;
  z-index: 3;
  position: absolute;
  bottom: 2em;
  right: 0;
  left: 0;
  margin: auto;
}
.upcoming-bg__chara div{
  width: 50%;
  display: flex;
  align-items: flex-end;
}
.upcoming-bg__chara img{
  width: 30%;
}
.upcoming-bg__chara p{
  width: 70%;
  font-weight: 600;
  font-size: 0.7em;
  line-height: 1.2em;
}
.upcoming-bg__chara div:nth-last-child(1) p{
  text-align: right;
}
#article-upcoming .main-container{
  z-index: 5;
}

/* calendar */
#article-eic .flatpickr-calendar::before{
  display: none;
}

/* eifocus25 */
.eifocus25{
  background-color: #7B4885;
  padding: 20px 0 80px;
}
.eifocus25 .main-container{
  margin: 0;
  max-width: 100%;
}
.eifocus25 #eifocus{
  margin: 0;
  max-width: 100%;
}
.eifocus25 #eifocus h3{
  margin-bottom: 1em;
  border-bottom: solid 3px #7B4885;
  padding-bottom: 0.5em;
  position: relative;
}
.eifocus25 #eifocus .eifocus25-l h3{
  border-bottom: solid 3px rgba(230, 0, 18, 1);
}
.eifocus25 #eifocus h3::after {
  content: '';
  display: inline-block;
  width: 90%;
  position: absolute;
  height: 3px;
  background: #fff;
  bottom: -3px;
  right: 0;
}
.eifocus25-chara{
  width:100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
}
.eifocus25-chara img{
  width:50%;
  max-width: 220px;
  position: absolute;
  top: -140px;
  right: 10px;
}
.eifocus25-chara p{
  color: #fff;
  font-weight: 600;
  font-size: 0.7em;
  line-height: 1.2em;
  margin-right: 250px;
  text-align: right;
  margin-bottom: 1em;
}

.eifocus25-r{
  background-color: #fff;
  margin-bottom: 2em;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  margin-left: auto;
  width: 95%;
  padding: 2em 10% 2em 5%;
}
.eifocus25-l{
  background-color: #fff;
  margin-right: 0;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  width: 95%;
  padding: 2em 5% 2em 10%;
}
.eifocus25 .link-text{
  text-align: right;
}

/* flagshipaction */
.flagshipaction25 div .main-container {
  background-color: #fff;
  border-radius: 2em;
  padding: 2em 5vw;
}

/* about */
.about25{
  margin-bottom: 80px !important;
}
.about25 h2{
  color: #ac8fad !important;
}
.about25 .linkbtn{
  margin: 0 auto;
}
.about25-bg{
  width: 90%;
  margin: 2em auto 0;
}
.about25-bg img{
  width: 100%;
}

/* pavilion25 */
.pavilion25 a{
  color: #fff;
}
.pavilion25 h2{
  color: #ac8fad !important;
}
.pavilion25 ul.disc > li:before{
  color: #fff;
}

#article-related .linkbtn{
  margin: 50px auto;
}

/* ----- 京都の企業の展示ページ ----- */
.ev-mapcontainer {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 1000 / 800;
  background-color: #dfe2e1;
}

.ev-mapcoltext {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1000px;
  margin: 20px auto;
}
.ev-mapcoltext li {
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 600;
  line-height: 1.25;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 12px;
}
.ev-mapcoltext li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  width: 18px;
  height: 18px;
  background-color: #ccc;
  border-radius: 5px;
  color: #fff;
}

#svgMap {
  width: 100%;
  height: 100%;
  display: block;
}
#svgMap path {
  cursor: pointer;
  transition: fill 0.2s ease;
  pointer-events: all;
}
#svgMap path:hover {
  animation-play-state: paused;
}
#svgMap path.interactive-path {
  pointer-events: visiblePainted !important;
}
.interactive-path {
  filter: url(#yellow-glow);
  animation: glowOpacity 2s ease-in-out infinite;
  will-change: opacity;
}

@keyframes glowOpacity {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

.resetpanzoombtn {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(34, 36, 38, 0.8);
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  cursor: pointer;
  transition: 0.6s;
  font-size: 12px;
  width: 80px;
}
.resetpanzoombtn:hover {
  background-color: #7b4885;
  transition: 0.6s;
}
.zoom-controls {
  position: absolute;
  bottom: 10px;
  left: 100px;
  display: flex;
  gap: 8px;
  align-items: center;
}
#zoomSlider {
  -webkit-appearance: none;
  width: 100px;
  height: 5px;
  border-radius: 4px;
  outline: none;
  transition: background 0.3s;
  background-color: rgba(34, 36, 38, 0.5);
}

/* スライダーつまみ */
#zoomSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: rgba(34, 36, 38, 0.8);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#zoomSlider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: rgba(34, 36, 38, 0.5);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

/* ボタンスタイル */
.zoom-controls button {
  background-color: rgba(34, 36, 38, 0.8);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}

/* - ボタン */
.zoom-controls #zoomOutBtn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* + ボタン */
.zoom-controls #zoomInBtn::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.zoom-controls #zoomInBtn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* popup */
.popup-group {
  position: absolute;
  background: white;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: none;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  font-size: 16px;
  line-height: 1.4;
  max-width: 750px;
  min-width: 500px;
}
.popup-title {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 600;
  margin: 15px auto 0;
}
.popup-text {
  font-size: 15px;
  line-height: 1.4;
  margin: 10px auto;
}
.popup-img {
  display: block;
  width: 100%;
  aspect-ratio: 6 / 4;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/expovenue/img/exhibits-noimage.webp);
  position: relative;
}
.popup-img-note span {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #fff;
  color: #222426;
  font-size: 11px;
  line-height: 1.25;
  width: fit-content;
  width: -moz-fit-content;
  padding: 2px 5px;
}
.popup-subtext {
  font-size: 0.8em;
  line-height: 1.25;
  margin-top: 15px;
}
.popup-subflex {
  display: flex;
  gap: 1em;
  margin-bottom: 5px;
}
.popup-block {
  display: block;
  margin-bottom: 5px;
}
.popup-container {
  display: flex;
  gap: 1.5em;
}
.popup-container .popup-img {
  max-width: 200px;
  flex-shrink: 0;
  background-color: transparent;
  background-position: top center;
}
.popup-container .popup-title {
  margin: 0 0 10px;
}
.popup-no {
  display: flex;
  margin-top: 4px;
}
.popup-no span{
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1em;
  font-weight: 600;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #222426;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  margin: 0 0.5em;
  flex-shrink: 0;
  margin-top: -4px;
}

.area-col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 8px;
  border-radius: 5px;
  width: 35%;
  color: #fff;
  flex-shrink: 0;
  height: fit-content;
  height: -moz-fit-content;
  background-color: #222426;
}

.popup-block .area-col {
  width: fit-content;
  width: -moz-fit-content;
  margin-bottom: 10px;
}

/* 西ゲートゾーン */
.ev-mapcoltext li span.ev-mapcol-w,
.area-col-w {
  background-color: #0068b7;
}

/* 東ゲートゾーン */
.ev-mapcoltext li span.ev-mapcol-e,
.area-col-e {
  background-color: #e60012;
}

/* フューチャーライフゾーンゾーン */
.ev-mapcoltext li span.ev-mapcol-l,
.area-col-l {
  background-color: #7f8b2d;
}

/* コネクティングゾーン */
.ev-mapcoltext li span.ev-mapcol-c,
.area-col-c {
  background-color: #00a9e5;
}

/* セービングゾーン */
.ev-mapcoltext li span.ev-mapcol-s,
.area-col-s {
  background-color: #ee7500;
}

/* 静けさの森ゾーン */
.ev-mapcoltext li span.ev-mapcol-f,
.area-col-f {
  background-color: #518036;
}

/* シグネチャーゾーン */
.ev-mapcoltext li span.ev-mapcol-x,
.area-col-x {
  background-color: #944898;
}

/* エンパワーリングゾーン */
.ev-mapcoltext li span.ev-mapcol-p,
.area-col-p {
  background-color: #00a06e;
}


/*------------------------------
   campaign
------------------------------ */
#campaign-bnr{
  max-width: 250px;
  width: 60vw;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
  position: fixed;
  bottom: 1em;
  left: 1em;
  margin: 0;
  z-index: 20;
}
#campaign-bnr img{
  width: 100%;
}

.banner{
  display: none;
}

.bnr-close__button{
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top:-5px;
  right:-5px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
  border: solid 2px #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.close-cross{
  color: #707070;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
.close-cross::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

#campaign-bnr a:hover, #campaign-bnr button:hover{
  opacity: 1;
}

.spmode{
  display:none;
}



/*------------------------------------------------------------

   レスポンシブ

------------------------------------------------------------ */

@media screen and (max-width: 1024px){
  .topslidebnr img {
    max-width: 300px;
    bottom: 20px !important;
  }
}

@media screen and (max-width: 768px){

  /* =============================================
                    common
  ============================================= */

  .spmode{
    display: block;
  }

  .br-pc{
    display: none;
  }

  /* ----- img ----- */
  .small-img{
    margin: 10vw auto;
  }

  /* ----- container/box ----- */
  .explanation-box{
    margin: 15vw auto;
    width: 100%;
  }

  .dl__flexbox{
    margin: 1.5em auto;
    font-size: 0.9em;
  }
  .dl__flexbox dt{
    width: 30%;
    padding-right: 0.5em;
    margin-bottom: 0.8em;
  }
  .dl__flexbox dd{
    width: 70%;
    padding-left: 0.5em;
    margin-bottom: 0.8em;
  }

  /* ----- flexbox ----- */
  .flexbox2{
    display: block;
  }
  .flexbox2inr{
    width: 100%;
    margin-bottom: 5vw;
  }
  .flexbox2text{
    margin-bottom: 5vw;
  }
  
  .flexbox3Inr {
    display: block;
    width: calc(100% / 2 - 1em);
  }
  .flexbox3Inr ul.slicl-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .flexbox4 {
    flex-wrap: wrap;
    gap: 1em;
  }
  .flexbox4inr {
    width: calc(100% / 2 - 1em);
  }
  

  /* =============================================
                    pages
  ============================================= */

  /*------------------------------
   attendant
  ------------------------------ */
  .attendant-title{
    text-align: center;

  }
  .attendant-title span{
    display: block;
    width: fit-content;
    margin: 0 auto 15px;
  }


  /*------------------------------
   kyotobooth
  ------------------------------ */
  .kyotobooth {
    padding: 60px 5%;
  }
  .kyotobooth-top{
    height: fit-content;
    height: -moz-fit-content;
  }
  .kyotobooth-logo {
    margin-top: 15vw;
  }
  .kyotobooth-logo p:nth-child(1){font-size: 1em;}
  
  .kyotobooth-lead{
    font-size: 1em;
    text-align: left;
    line-height: 1.75em;
  }
  .kyotobooth-lead--impact{
    font-size: 1.3em;
  }
  .kyotobooth-lead--gray{
    font-size: 14px;
    line-height:1.5em;
  }
  
  .kyotobooth-box h3{
    font-size: 1.3em;
    line-height: 1.4em;
  }
  
  .kyotobooth__flex1{
    padding: 2em 1.5em;
    display: block;
    margin: 2em auto;
  }
  .kyotobooth__flex1-img{
    margin: 0 auto 1.5em;
    width: 100%;
    max-width: 200px;
  }
  .kyotobooth__flex1-text{
    font-size: 0.9em;
    line-height: 1.4em;
  }
  
  .kyotobooth__flex2{
    display: block;
    margin: 10vw auto;
  }
  .kyotobooth__flex2-img{
    max-width: 100%;
    width: 100%; 
    margin: 0 auto 2em;
  }
  
  .kyotobooth__flex3{
    display: block;
    margin: 5vw auto;
  }
  .kyotobooth__flex3 > div{
    width: 100%;
    margin-bottom: 2em;
  }
  .kyotobooth__flex3-text h3 {
    text-align: left;
  }
  .kyotobooth__flex3-text li span:nth-of-type(1){
    padding-right: 0;
  }

  .kyotobooth__flex3-text li{
    flex-wrap: wrap;
    font-size: 1em;
  }
  .kyotobooth__flex3-text li span:nth-of-type(1){
    width: 100%;
  }
  .kyotobooth__flex3-text li span:nth-of-type(2){
    width: 100%;
  }
  
  .kyotobooth-showbg{
    width: 40%;
    height: 25%;
    top: calc(100vh + 200px);
    opacity: 0.2;
  }
  .kyotobooth-showbg2{
    width: 40%;
    height: 25%;
    bottom: 10vh;
  }
  .kyotobooth-show-title span{
    font-size: 1.2em;
  }

  .kz-navbtn {
    gap: 0.8em;
    margin-top: 10vw;
  }
  .kz-navbtn .btn-purple {
    min-width: auto;
    width: calc(100% / 2);
    font-size: 0.8em;
    line-height: 1.25;
    padding: 0.3em 0.8em;
    margin: 0 5px;
  }
  
  .kz-navbtn--square {
    flex-wrap: wrap;
    gap: 1em;
  }
  .kz-navbtn--square a {
    width: 100%;
  }

  .booth-img-slide li {
    width: 150px;
  }



  /*------------------------------
   kyotozone -week
  ------------------------------ */
  .kz-topBg {
    height: 100px;
  }
  .kz-schedule-alink h3 {
    flex-wrap: wrap;
  }
  .kz-schedule-alinkDate {
    min-width: auto;
  }
  .kz-schedule-alink h3::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #222426;
    right: 12px;
  }
  .kz-schedule-alink h3 span:nth-last-child(1) {
    width: 100%;
    margin-top: 10px;
    display: block;
  }

  .kz-schedule-list li {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kz-schedule-listText {
    width: 100%;
  }
  .kz-schedule-listText .btn-purple {
    margin: 30px auto 0;
  }

  /*------------------------------
    kyotozone -weekInr
  ------------------------------ */
  .kz-scheduleContainer {
    margin: 50px auto;
  }
  .kz-exhibitorList {
    gap: 0.5em;
  }
  .kz-exhibitorList li {
    width: calc(100% / 2 - 0.3em);
    font-size: 0.9em;
  }
  .kz-exhibitorList-link {
    margin-bottom: 0.7em;
  }

  /*------------------------------
    flagshipaction
  ------------------------------ */

  .fsa .explanation-box{
    padding: 0 1em;
  }
  .fsa-top-title h2{
    font-size: 1.2em;
  }

  .fsa .a-center{
    text-align: left !important;
  }

  .fsa-list{
    gap: 1.5em;
  }
  .fsa-list img{
    width: 100%;
  }
  .fsa-list li{
    width: 100%;
    list-style-type: none;
  }
  .fsa-list li h3{
    height: auto;
    display: block;
  }
  .fsa-list-img{
    margin: 1em auto;
  }


  /*------------------------------
    202503 newtop
  ------------------------------ */

  .top25 main section#section-home article h2{
    font-size: 22px;
  }
  .top25 main section#section-home article h2 strong{
    font-size: 24px;
  }

  /* top news */
  .topnews{
    padding: 0 0.5em;
    margin: 0.5em 0 2em !important;
  }
  .topnews .main-container #news{
    display: block;
    padding: 2em 0.5em;
  }
  .topnews__title{
    width: 100%;
    padding: 0;
    margin-bottom: 1em !important;
  }
  .topnews .main-container #news .newslist{
    display: block;
    width: 100%;
  }
  .topnews .main-container #news .newslist > li{
    display: block;
    width: 100%;
    padding: 0.8em;
    border-radius: 10px;
    margin-bottom: 0.5em;
  }
  .topnews .main-container #news .newslist > li h5{
    padding: 0;
    display: inline-block;
    padding-bottom: 0.5em;
  }
  .topnews .main-container #news .newslist > li h5 strong{
    padding: 0.2em;
    margin-left: 1em;
  }
  .topnews .main-container #news .newslist > li p{
    width: 100%;
    padding: 0;
  }
  .topnews .link-text{
    display: flex;
    justify-content: center;
    font-weight: 600;
  }

  /* linkbtn */
  .linkbtn{
    margin: 0 auto;
  }

  /* upcoming */
  .upcoming-bg {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .upcoming-bgsp-k{
    background-image: url(/common/img/top_bg4.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    width: 100%;
    margin: 0 0 2em;
    position: relative;
  }
  .upcoming-bgsp-e{
    background-image: url(/common/img/top_bg5.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    width: 100%;
    margin: 0;
  }
  .upcoming-bgsp-k::before {
    content: '';
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: url(/common/img/top_mayumaro.png);
    background-size: contain;
    bottom: 15px;
    left: 15px;
    background-repeat: no-repeat;
  }
  .upcoming-bgsp-k::after {
    content: "京都府広報監 まゆまろ";
    font-weight: 600;
    font-size: 11px;
    position: absolute;
    left: 160px;
    bottom: 15px;
    display: inline-block;
    scroll-padding-right: 15px;
  }
  .upcoming-bg__chara,
  .upcoming-bg__img{
    display: none;
  }
  .upcoming-bgsp-e::before {
    content: '';
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: url(/common/img/top_myakumyaku.png);
    background-size: contain;
    bottom: 15px;
    right: 15px;
    background-repeat: no-repeat;
  }
  .upcoming-bgsp-e::after {
    content: "大阪・関西万博公式キャラクター ミャクミャク ©Expo 2025";
    font-weight: 600;
    font-size: 11px;
    position: absolute;
    right: 160px;
    bottom: 15px;
    display: inline-block;
    padding-left: 15px;
  }
  .upcoming-bg__chara,
  .upcoming-bg__img{
    display: none;
  }

  .eic-left .linkbtn{
    margin: 50px auto 0;
  }

  /* feature */
  #article-feature .linkbtn--lpurple {
    margin: 5vw auto 10vw;
  }

  /* eifocus25 */
  .eifocus25 h2{
    text-align: left;
    margin-left: 5% !important;
    margin-bottom: 16px !important;

  }
  .eifocus25-chara{
    align-items: flex-end;
    margin-bottom: 1em;
  }
  .eifocus25-chara img{
    max-width: 180px;
    position: relative;
    top: 0;
    right: 10px;
  }
  .eifocus25-chara p{
    margin-right: 10px;
  }
  .eifocus25-l{
    width: calc(100% - 5px);
    padding: 1.5em 0.5em 1em 1em;
  }
  .eifocus25-r{
    width: calc(100% - 5px);
    padding: 1.5em 0.5em 1em 2em;
  }

  /* about */
  .about25 .explanation-box{
    margin: 50px auto;
  }


  .pcmode{
    display: none !important;
  }
}

@media screen and (max-width: 510px) {
	.kz-navbtn {
		display: block !important;
	}
	.kz-navbtn .btn-purple {
		width: 80%;
    margin: 0 auto 15px;
	}
}


@media screen and (max-width: 420px) {

  /* =============================================
                    common
  ============================================= */

  /* ----- heading ----- */
  .h2-title {
    font-size: 24px;
    margin: 50px 0 30px;
  }
  
  /* ----- flexbox ----- */
  .flexbox3Inr {
    width: 100%;
  }


  /* =============================================
                    pages
  ============================================= */

  /* ----- 京都の企業の展示ページ ----- */
  .resetpanzoombtn {
    bottom: 5px;
    left: 5px;
    border-radius: 5px;
    padding: 3px 5px;
    transition: 0.6s;
    font-size: 12px;
    width: 60px;
  }
  .zoom-controls {
    bottom: 5px;
    left: 80px;
    gap: 5px;
  }
  #zoomSlider {
    width: 100px;
    height: 3px;
    border-radius: 2px;
  }

  /* スライダーつまみ */
  #zoomSlider::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
  }
  #zoomSlider::-moz-range-thumb {
    width: 12px;
    height: 12px;
  }
}
