section.widget__wrap {
  padding-bottom: 0px !important;
}

.ticket__wrap .no-gutters .row__evesta {
  flex-wrap: nowrap;
  justify-content: center;
}

.evesta-header-layout .evesta-header-layout__inner {
  padding: 0px;
  max-width: none;
  margin: 0 32px;
}

/* 出展者募集 */
#app>div>section>section.widget__wrap>div:nth-child(13)>section>div>div>div>p,
#app>div>section>section.widget__wrap>div:nth-child(16)>section>div>div>div>p {
  font-size: 28px !important;
  font-weight: bold;
  text-align: center;
}

#app>div>section>section.widget__wrap>div:nth-child(13)>section>div>div>div>p {
  color: #4DD54D !important;
}

#app>div>section>section.widget__wrap>div:nth-child(16)>section>div>div>div>p {
  color: #FF6E65 !important;
}

/* ボタン */

#app>div>section>section.widget__wrap>div:nth-child(16)>section>div>div.evesta-text-layout,
#app>div>section>section.widget__wrap>div:nth-child(17)>section>div>div.evesta-text-layout {
  padding: 8px
}

#app>div>section>section.widget__wrap>div:nth-child(17)>section>div>div>div>p {
  font-size: 16px !important;
  font-weight: bold;
  color: #545454 !important;
  text-align: center;
}

/* ボタン */
.evesta-sns-layout,
.evesta-sns__wrap.evesta-sns__wrap--small {
  padding: 0px !important;
}

#app>div>section>section.widget__wrap.home__layout>div:nth-child(14)>section>div.widget__contents>div.evesta-sns-layout>div.evesta-sns__wrap,
#app>div>section>section.widget__wrap.home__layout>div:nth-child(18)>section>div.widget__contents>div.evesta-sns-layout>div.evesta-sns__wrap {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 20px;
  flex-wrap: nowrap !important;
}

#app>div>section>section.widget__wrap.home__layout>div:nth-child(14)>section>div>div>div>div.evesta-sns__icon-wrap,
#app>div>section>section.widget__wrap.home__layout>div:nth-child(18)>section>div>div>div>div.evesta-sns__icon-wrap {
  width: 90% !important;
  height: 72px;
}

#app>div>section>section.widget__wrap.home__layout>div:nth-child(14)>section>div>div>div>div.evesta-sns__icon-wrap>a.evesta-sns__link,
#app>div>section>section.widget__wrap.home__layout>div:nth-child(18)>section>div>div>div>div.evesta-sns__icon-wrap>a.evesta-sns__link {
  display: flex;
  width: 100%;
  padding: 15px 25px;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  height: 72px;
  font-size: 24px;
}

#app>div>section>section.widget__wrap.home__layout>div:nth-child(14)>section>div>div>div>div.evesta-sns__icon-wrap>a.evesta-sns__link:hover,
#app>div>section>section.widget__wrap.home__layout>div:nth-child(18)>section>div>div>div>div.evesta-sns__icon-wrap>a.evesta-sns__link:hover {
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

#app>div>section>section.widget__wrap.home__layout>div:nth-child(14)>section>div>div>div>div.evesta-sns__icon-wrap>a.evesta-sns__link,
#app>div>section>section.widget__wrap.home__layout>div:nth-child(14)>section>div>div>div>div.evesta-sns__icon-wrap>a.evesta-sns__link:hover {
  background-color: #4DD54D;
}

#app>div>section>section.widget__wrap.home__layout>div:nth-child(18)>section>div>div>div>div.evesta-sns__icon-wrap>a.evesta-sns__link,
#app>div>section>section.widget__wrap.home__layout>div:nth-child(18)>section>div>div>div>div.evesta-sns__icon-wrap>a.evesta-sns__link:hover {
  background-color: #FF6E65;
}

#app>div>section>section.widget__wrap.home__layout>div:nth-child(14)>section>div>div>div>div.evesta-sns__icon-wrap>a.evesta-sns__link>img.evesta-sns__icon,
#app>div>section>section.widget__wrap.home__layout>div:nth-child(18)>section>div>div>div>div.evesta-sns__icon-wrap>a.evesta-sns__link>img.evesta-sns__icon {
  display: none;
}

#app>div>section>section.widget__wrap.home__layout>div:nth-child(14)>section>div>div>div>div.evesta-sns__icon-wrap.evesta-sns__icon-wrap--small:after,
#app>div>section>section.widget__wrap.home__layout>div:nth-child(18)>section>div>div>div>div.evesta-sns__icon-wrap.evesta-sns__icon-wrap--small:after {
  display: none;
}

#app>div>section>section.widget__wrap.home__layout>div:nth-child(14)>section>div>div>div>div.evesta-sns__icon-wrap:nth-child(1)>a.evesta-sns__link:before,
#app>div>section>section.widget__wrap.home__layout>div:nth-child(18)>section>div>div>div>div.evesta-sns__icon-wrap:nth-child(1)>a.evesta-sns__link:before {
  position: absolute;
  top: 0;
  color: white;
  transform: translate(0%, 14px);
  width: calc(100% - 50px);
  font-size: 28px;
}

#app>div>section>section.widget__wrap.home__layout>div:nth-child(14)>section>div>div>div>div.evesta-sns__icon-wrap:nth-child(1)>a.evesta-sns__link:before {
  content: "出展要項";
}

#app>div>section>section.widget__wrap.home__layout>div:nth-child(18)>section>div>div>div>div.evesta-sns__icon-wrap:nth-child(1)>a.evesta-sns__link:before {
  content: "出展応募";
}

/* フッター関連 */
div.evesta-footer-information>div.evesta-footer-information__company-info-wrap>div:nth-child(1)>div>p.evesta-footer-information__company-info-item-label {
  visibility: hidden;
  position: relative;
}

div.evesta-footer-information>div.evesta-footer-information__company-info-wrap>div:nth-child(1)>div>p.evesta-footer-information__company-info-item-label::before {
  content: '主催者';
  position: absolute;
  color: rgb(108, 112, 114);
  visibility: visible;
  width: 85px;
}

div.evesta-footer-information>div.evesta-footer-information__company-info-wrap>div:nth-child(2) {
  height: 44px;
  align-items: flex-start;
}

div.evesta-footer-information__company-info-wrap>div:nth-child(2)>div>p {
  position: relative;
  width: 85px;
}

div.evesta-footer-information__company-info-wrap>div:nth-child(2)>div>p::before {
  content: 'FAX';
  position: absolute;
  color: rgb(108, 112, 114);
  visibility: visible;
  width: 85px;
  top: 26px;
}

div.evesta-footer-information__company-info-wrap>div.evesta-footer-information__company-info-item:nth-child(2)>div.evesta-footer-information__company-info-item-label-wrap {
  position: relative;
}

div.evesta-footer-information__company-info-wrap>div.evesta-footer-information__company-info-item:nth-child(2)>div.evesta-footer-information__company-info-item-label-wrap::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('https://dztqxwc7pv.evesta.tokyo/images/1185/1107/14331/eventos-6022e249-38c8-487d-8528-d19aeb009592.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 26px;
  left: 0;
}

div.evesta-footer-information__company-info-wrap>div.evesta-footer-information__company-info-item:nth-child(2)>p.evesta-footer-information__company-info-data {
  position: relative;
}

div.evesta-footer-information__company-info-wrap>div.evesta-footer-information__company-info-item:nth-child(2)>p.evesta-footer-information__company-info-data::before {
  position: absolute;
  content: "048-829-1979";
  top: 26px;
}

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

  /* ヘッダー関連 */
  .evesta-header-layout .evesta-header-layout__inner {
    padding: 0px !important;
    margin: 0px 12px 0px 0px;
  }

  /* 出展者募集 */
  #app>div>section>section.widget__wrap>div:nth-child(13)>section>div>div>div>p,
  #app>div>section>section.widget__wrap>div:nth-child(16)>section>div>div>div>p {
    font-size: 20px !important;
  }

  #app>div>section>section.widget__wrap.home__layout>div:nth-child(14)>section>div>div>div>div.evesta-sns__icon-wrap>a.evesta-sns__link,
  #app>div>section>section.widget__wrap.home__layout>div:nth-child(18)>section>div>div>div>div.evesta-sns__icon-wrap>a.evesta-sns__link {
    height: 48px;
  }

  #app>div>section>section.widget__wrap.home__layout>div:nth-child(14)>section>div>div>div>div.evesta-sns__icon-wrap:nth-child(1)>a.evesta-sns__link:before,
  #app>div>section>section.widget__wrap.home__layout>div:nth-child(18)>section>div>div>div>div.evesta-sns__icon-wrap:nth-child(1)>a.evesta-sns__link:before {
    transform: translate(0%, 11px);
    font-size: 16px;
  }

  /* 
  #app>div>section>section.widget__wrap>div:nth-child(14)>section>div>section>div>div:nth-child(1),
  #app>div>section>section.widget__wrap>div:nth-child(18)>section>div>section>div>div:nth-child(1) {
    display: none;
  }

  #app>div>section>section.widget__wrap>div:nth-child(14)>section>div>section>div>div>div>div.evesta-image-text-button__wrap,
  #app>div>section>section.widget__wrap>div:nth-child(18)>section>div>section>div>div>div>div.evesta-image-text-button__wrap {
    max-width: 300px;
    width: 100%;
    text-align: center;
  }

  #app>div>section>section.widget__wrap>div:nth-child(14)>section>div>section>div>div>div>div.evesta-image-text-button__wrap>a.evesta-image-text-button__content,
  #app>div>section>section.widget__wrap>div:nth-child(18)>section>div>section>div>div>div>div.evesta-image-text-button__wrap>a.evesta-image-text-button__content {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }

  #app>div>section>section.widget__wrap>div:nth-child(17)>section>div>div>div>p {
    font-size: 10px !important;
  } */

  /* フッター関連 */
  div.evesta-footer-information__company-info-wrap>div.evesta-footer-information__company-info-item {
    width: 100%;
  }

  div.evesta-footer-information__company-info-wrap>div.evesta-footer-information__company-info-item>div.evesta-footer-information__company-info-item-label-wrap {
    width: 70px;
  }

  div.evesta-footer-information>div.evesta-footer-information__company-info-wrap>div:nth-child(2) {
    height: 106px;
    align-items: center;
    justify-content: start;
  }

  div.evesta-footer-information__company-info-wrap>div.evesta-footer-information__company-info-item:nth-child(2)>div.evesta-footer-information__company-info-item-label-wrap::before {
    top: 61px;
    left: 10px;
  }

  div.evesta-footer-information__company-info-wrap>div:nth-child(2)>div>p::before {
    top: 60px;
    left: 15px;
  }

  div.evesta-footer-information__company-info-wrap>div.evesta-footer-information__company-info-item:nth-child(2)>p.evesta-footer-information__company-info-data::before {
    top: 60px;
  }
}