@charset "utf-8";

/* CSS Document */


.slick-slide li {
  vertical-align: bottom;
}

/***********
mainVisual
************/

.mainVisual {
  position: relative;
  padding: 1.5vw 2.5vw 0;
  z-index: 9;
  overflow: hidden;
}

.mainVisual-container {
  display: flex;
  text-align: center;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 3em;
}

.mainVisual-visual {
  width: 56%;
}

.mainVisual-info {
  background: #dcdcdc;
  font-size: 22px;
  padding: 14px 10px;
  text-align: center;
  color: #E83E28;
  font-weight: bold;
}

.mainVisual-visual img {}

.mainVisual-slider {
  display: flex;
  height: 100%;
  border-radius: 0 2.8em 2.8em 0;
  overflow: hidden;
}

.mainVisual-slider * {
  height: 100%;
}

.mainVisual-img {}

.mainVisual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 2.8em 2.8em 0;
}


.mainVisual-slider {
  opacity: 0;
  transition: 0.1s;
}

.mainVisual-slider.slick-initialized {
  opacity: 1;
}



.mainVisual-block {
  padding: 3vw 3vw;
  flex: 1;
}

.mainVisual-title {
  display: inline-block;
  padding-top: 100px;
  background: url(../../img/illust/mt01.png) no-repeat center top;
  position: relative;
  padding-bottom: 1em;
}

.mainVisual-title-balloon {
  display: block;
  width: 16vw;
  position: absolute;
  left: 100%;
  top: -4.5vw;
  margin-left: -8vw;
  z-index: 9;
}

.mainVisual-lead {
  display: inline-block;
  font-weight: 900;
  /*  font-size: calc(0.85rem + 0.8vw);*/
  font-size: 1.6vw;
  background: url(../../img/title_bg01.png) no-repeat 0 0 / 100% 100%;
  color: #fff;
  padding: 0.3em 1.4em;
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
  margin-bottom: 10px;
}

.mainVisual-schedule {
  display: block;
  font-weight: 900;
  font-size: 2vw;
  font-feature-settings: "palt";
  line-height: 1;
  margin-bottom: 20px;
}

.mainVisual-lead-link {
  color: #fff;
  text-decoration: none;
}

.mainVisual-lead-link:hover {
  color: #fff;
  text-decoration: underline;
}

.mainVisual-text {
  font-size: 1vw;
  font-weight: 900;
}

.mainVisual-container strong {
  font-size: 154%;
}

.mainVisual-data {
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.mainVisual-data dt {
  white-space: nowrap;
  font-size: 1.2vw;
  font-weight: 700;
  text-align: center;
  border: 1px solid #000;
  width: 6em;
  background-color: #e83e28;
  color: #fff;
  border-radius: 100vw;
  padding: 0.1em 0 0.2em;
  line-height: 1.3;
}

.mainVisual-data dd {
  flex: 1;
  font-size: 1vw;
  font-weight: 700;
  padding-left: 0.5em;
  padding-top: 0.1em;
}

.mainVisual-credit {
  padding-top: 15px;
  padding-bottom: 10px;
}

.mainVisual-credit img {
  max-height: 40px
}

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

  .mainVisual-credit img {
    max-height: 30px
  }

}

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

  .mainVisual {
    padding: 2vw;
  }

  .mainVisual-container {
    display: block;
    border: 2px solid #000;
    border-radius: 1em;
  }

  .mainVisual-visual {
    width: auto;
  }

  .mainVisual-visual img {}

  .mainVisual-info {
    font-size: 17px;
    padding: 14px 6px;
  }

  .mainVisual-visual {
    width: auto;
  }

  .mainVisual-visual img {}

  .mainVisual-slider {
    height: 100%;
    border-radius: 0 0 0.8em 0.8em;
    overflow: hidden;
  }

  .mainVisual-slider * {
    height: auto;
  }

  .mainVisual-img img {
    width: 100%;
    height: 70vw;
    max-height: 400px;
    border-radius: 0 0 0.8em 0.8em;
  }



  .mainVisual-block {
    padding: 5vw;
    flex: 1;
    max-width: 520px;
    margin: 0 auto;
  }

  .mainVisual-title {
    display: inline-block;
    padding-top: 60px;
    padding-bottom: 1em;
    margin-top: 20px;
    background-size: 180px auto;
  }


  .mainVisual-title-balloon {
    width: 45vw;
    max-width: 180px;
    position: absolute;
    left: 100%;
    top: -80px;
    margin-left: -40%;
  }

  .mainVisual-lead {
    font-size: 139%;
    margin-bottom: 10px;
  }

  .mainVisual-text {
    font-size: 135%;
    margin-bottom: 10px;
  }

  .mainVisual-schedule {
    font-size: 154%;
  }

  .mainVisual-container strong {
    font-size: 154%;
  }

  .mainVisual-data {}

  .mainVisual-data dt {
    font-size: 116%;
  }

  .mainVisual-data dd {
    font-size: 100%;
  }

  .mainVisual-credit img {
    max-height: 30px
  }

}

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

  .mainVisual-lead {
    font-size: 4.5vw;
    margin-bottom: 10px;
    white-space: nowrap;
    padding: 1em 1em;
    margin: 0 -1em;
  }
}


/***********
navi
************/

.navi {
  position: sticky;
  width: 100%;
  left: 0;
  top: 10px;
  z-index: 999;
  background: none;
}

.navi-list {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -3.5em;
}

.navi-list li {}

.navi-list li:not(:last-child) {
  margin-right: -1px;
}

.navi-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 14em;
  height: 5.5em;
  background-color: #555;
  color: #fff;
  font-size: 131%;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
  border: 1px solid #000;
}

body.is-pc .navi-list a:hover {
  filter: brightness(110%);
}

.navi-list li:first-child a {
  border-radius: 100vw 0 0 100vw;
}

.navi-list li:last-child a {
  border-radius: 0 100vw 100vw 0;
}

.navi-list a.is-blue {
  background-color: #06b4ea;
}

.navi-list a.is-red {
  background-color: #e83e28;
}

.navi-list a.is-yellow {
  background-color: #fcc800;
}

.navi-list a.is-green {
  background-color: #358207;
}

.navi-list a.is-darkblue {
  background-color: #3959e0;
}


body.is-fixed .navi-list a {
  height: 3.5em;
  line-height: 1.1;
}

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

  .navi-list {
    margin-top: -2.5em;
  }

}

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

  .navi-list a {
    width: 12em;
    height: 5em;
    font-size: 124%;
  }
}

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

  .navi {
    position: static;
  }

  .navi-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
    padding: 0 2vw;
  }

  .navi-list li {
    width: 50%;
    padding: 0.5%;
  }

  .navi-list li:not(:last-child) {
    margin-right: 0;
  }

  .navi-list li:nth-child(4) {
    order: 5;
  }

  .navi-list a {
    width: 100%;
    height: 5em;
    font-size: 131%;
    border-radius: 100vw;
  }

  .navi-list li:first-child a,
  .navi-list li:last-child a {
    border-radius: 100vw;
  }


  body.is-fixed .navi-list a {
    height: 5em;
    line-height: 1.5;
  }

}

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

  .navi-list a {
    height: 4.5em;
    font-size: 116%;
    line-height: 1.3;
  }

}


/***********
homeContents
************/

.homeContents {
  margin-top: -220px;
}

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

  .homeContents {
    margin-top: 0px;
  }

}


/***********
homeOutline
************/

.homeOutline {
  background: url(../../img/bg01.png) no-repeat center top / 100% auto;
  padding-top: 350px;
  padding-bottom: 60px;
}

.homeOutline-container {
  position: relative;
}

.homeOutline-text {
  font-size: 131%;
  line-height: 2.5;
  text-align: center;
}

.homeOutline-text-accent {
  font-size: 131%;
  line-height: 1;
}

.homeOutline-overview {
  background-color: #fcc800;
  border: 1px solid #000;
  border-radius: 2em;
  margin-top: 150px;
  padding: 50px 30px 20px;
  position: relative;
}

.homeOutline-overview::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: -88px;
  z-index: 9;
  width: 780px;
  height: 120px;
  background: url(../../img/illust/mt02.png) no-repeat 0 0 / 100% 100%;
}

.homeOutline-overview::after {
  content: "";
  display: block;
  position: absolute;
  right: -70px;
  bottom: -60px;
  z-index: 9;
  width: 120px;
  height: 180px;
  background: url(../../img/illust/kids01.png) no-repeat 0 0 / 100% 100%;
}

.homeOutline-overview-table {}

.homeOutline-overview-table tr:not(:last-child) {
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.homeOutline-overview-table th {
  padding: 1em 1em;
  font-size: 124%;
  font-weight: 700;
  text-align: left;
  width: 8em;
}

.homeOutline-overview-table td {
  padding: 1em 1em;
  font-size: 124%;
  font-weight: 700;
  text-align: left;
}

.homeOutline-img {
  position: absolute;
  left: 50%;
}

.homeOutline-img>img {
  border-radius: 1.5em;
  border: 1px solid #000;
}

.homeOutline-img01 {
  width: 340px;
  top: 50px;
  margin-left: -830px;
}

.homeOutline-img02 {
  width: 270px;
  top: 500px;
  margin-left: -800px;
}

.homeOutline-img03 {
  width: 270px;
  top: -50px;
  margin-left: 580px;
}

.homeOutline-img04 {
  width: 340px;
  top: 330px;
  margin-left: 520px;
}


.homeOutline-img-illust01 {
  display: block;
  width: 35%;
  position: absolute;
  left: 78%;
  bottom: 75%;
  z-index: 9;
}

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

  .homeOutline-img01 {
    width: 260px;
    margin-left: -630px;
  }

  .homeOutline-img02 {
    width: 200px;
    top: 450px;
    margin-left: -660px;
  }

  .homeOutline-img03 {
    width: 200px;
    top: -50px;
    margin-left: 450px;
  }

  .homeOutline-img04 {
    width: 260px;
    top: 300px;
    margin-left: 400px;
  }

}

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

  .homeOutline {
    background-size: 1800px auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }


  .homeOutline-text {
    font-size: 116%;
    line-height: 2;
  }

  .homeOutline-text-accent {
    font-size: 131%;
  }

  .homeOutline-overview {
    border-radius: 1em;
    margin-top: 100px;
    padding: 50px 30px 20px;
    padding: 30px 5%;
  }

  .homeOutline-overview::before {
    top: -48px;
    width: 390px;
    height: 60px;
    left: -20px;
  }

  .homeOutline-overview::after {
    right: -35px;
    bottom: -30px;
    width: 60px;
    height: 90px;
  }

  .homeOutline-overview-table th {
    font-size: 108%;
    width: 6em;
    padding: 1em 0;
  }

  .homeOutline-overview-table td {
    font-size: 108%;
    padding: 1em 0;
  }

  .homeOutline-img {
    display: none;
  }

}

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

  .homeOutline-text {
    text-align: left;
  }
}


/***********
homeEvent
************/

.homeEvent {
  background: url(../../img/bg02.png) no-repeat center bottom / 100% auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 9;
}

.homeEvent-section {
  border: 3px solid #000;
  padding: 45px 0;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 2em;
}

.homeEvent-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.homeEvent-heading-subTitle {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 200%;
  padding: 0.2em 0 0.3em;
  width: 15em;
  text-align: center;
  border-radius: 10vw;
  white-space: nowrap;
}

.homeEvent-heading-title {
  font-weight: 700;
  font-size: 250%;
  text-align: center;
  padding-left: 0.6em;
  padding-bottom: 0.2em;
}

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

  .homeEvent-heading-title {
    font-weight: 700;
    font-size: 150%;
    text-align: center;
    padding-left: 0.6em;
    padding-bottom: 0.2em;
  }
}


.homeEvent-list {
  display: flex;
  justify-content: center;
  margin: 0 0 -30px;
}

.homeEvent-list li {
  width: 31.3%;
  padding: 0 1%;
  margin-bottom: 40px;
  text-align: center;
}

.homeEvent-list-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.homeEvent-list-img img {
  border-radius: 1em;
  border: 1px solid #000;
  width: 80%;
}

.homeEvent-list-title {
  font-size: 170%;
  font-weight: 700;
  padding-top: 0.5em;
}

.homeEvent-list-text {
  font-size: 116%;
  font-feature-settings: "pkna";
  padding-top: 0.4em;
}


/***********
homePlace
************/

.homePlace {
  background: url(../../img/bg02.png) no-repeat center bottom / 100% auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 9;
}

.homePlace-section {
  border: 3px solid #000;
  padding: 45px 0;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 2em;
}

.homePlace-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.homePlace-heading-subTitle {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 200%;
  padding: 0.2em 0 0.3em;
  width: 6em;
  text-align: center;
  border-radius: 10vw;
  white-space: nowrap;
}

.homePlace-heading-title {
  font-weight: 700;
  font-size: 250%;
  padding-left: 0.6em;
  padding-bottom: 0.2em;
}


.homePlace-list {
  display: flex;
  padding: 0 8%;
  gap: 20px 10px;
  /* margin: 0 0 -30px; */
}

.homePlace-list--line3 {
  gap: 20px;
  flex-wrap: wrap;
}

.homePlace-list--center {
  justify-content: center;
}

.center {
  justify-content: center !important;
}

.homePlace-list li {
  width: calc((100% - 60px)/4);
  padding: 0 1%;
  margin-bottom: 40px;
  text-align: center;

}


.homePlace-list--line3 li {
  width: calc((100% - 60px)/3);
  margin: 0;
}

.homePlace-list-img {}

.homePlace-list-img-noborder {
  margin: 0 0 10px;
}

.homePlace-list-img img {
  border-radius: 1em;
  border: 1px solid #000;
  width: 100%;
}

.homePlace-list-img-noborder img {
  border: none;
}

.homePlace-list-title {
  font-size: 170%;
  font-weight: 700;
  padding-top: 0.5em;
}

.homePlace-list-text {
  font-size: 116%;
  font-feature-settings: "pkna";
  padding-top: 0.4em;
  text-align: left;
}

/***********
homeTalk
************/

.homTalk {
  background: url(../../img/bg02.png) no-repeat center bottom / 100% auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 9;
}

.homeTalk-section {
  border: 3px solid #000;
  padding: 45px 0;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 2em;
}

.homeTalk-block {
  margin-bottom: 50px;
}

.homeTalk-sblock {
  margin: 0 0 50px;
}


.homeTalk-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 10%;
}

.homeTalk-heading-block {
  display: block;
  margin-bottom: 20px;
  padding: 0 10%;
}



.homeTalk-heading-subTitle {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 130%;
  padding: 0.2em 0 0.3em;
  width: 9em;
  text-align: center;
  border-radius: 10vw;
  white-space: nowrap;
  margin-right: 3px;
  margin: 0 0 10px;
  width: 20%;
}

.homeTalk-heading-subTitle--long {
  width: 100%;
  max-width: 50%;
}

.homeTalk-text {
  font-size: 130%;
  padding-top: 0.4em;
  text-align: center;
}

.homeTalk-heading-time {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 0.2em 0 0.3em;
  margin: 8px auto;
  width: 80%;
  text-align: center;
  border-radius: 10vw;
  white-space: nowrap;
}

.homeTalk-heading-title {
  font-weight: 700;
  font-size: 250%;
  text-align: left;
  padding-left: 0.6em;
  padding-bottom: 0.2em;
  width: 100%;
  text-align: center;
}

.homeTalk-heading-title-left {
  text-align: left;
  padding-left: 0;
}

.homeTalk-logo {
  display: flex;
  align-items: center;
}

.homeTalk-list {
  display: flex;
  justify-content: center;
  margin: 0 0 -30px;
}

.homeTalk-list li {
  width: 48%;
  padding: 0 1%;
  margin-bottom: 40px;
  text-align: center;
}

.homeTalk-list-img {}

.homeTalk-list-img img {
  border-radius: 1em;
  border: 1px solid #000;
}

.homeTalk-list-title {
  font-size: 170%;
  font-weight: 700;
  padding-top: 0.5em;
}

.homeTalk-list-text {
  font-size: 116%;
  font-feature-settings: "pkna";
  padding-top: 0.4em;
}

.flex {
  gap: 10px;
  flex-wrap: wrap;
}


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



  .homTalk {
    background: url(../../img/bg02.png) no-repeat center bottom / 100% auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 9;
  }

  .homeTalk-section {
    border: 3px solid #000;
    padding: 45px 0;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 2em;
  }

  .homeTalk-block {
    margin-bottom: 50px;
  }


  .homeTalk-heading {
    display: block;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2em;
    padding: 0;
  }

  .homeTalk-heading-block {
    display: block;
  }

  .homeTalk-heading-subTitle {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 130%;
    padding: 0.2em 0 0.3em;
    margin-bottom: 10px;
    width: 9em;
    text-align: center;
    border-radius: 10vw;
    white-space: nowrap;
    width: 100%;
  }

  .homeTalk-heading-subTitle--long {
    width: 100%;
    max-width: 100%;
  }

  .homeTalk-text {
    font-size: 110%;
    text-align: left;
  }

  .homeTalk-heading-time {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 0.2em 0 0.3em;
    margin: 8px auto;
    width: 80%;
    text-align: center;
    border-radius: 10vw;
    white-space: nowrap;
  }

  .homeTalk-heading-title {
    font-weight: 700;
    font-size: 128%;
    padding-top: 0.2em;
    padding-left: 0;
    padding-bottom: 0.2em;
    width: 100%;
  }


  .homeTalk-list {
    display: flex;
    justify-content: center;
    margin: 0 0 -30px;
  }

  .homeTalk-list li {
    width: 48%;
    padding: 0 1%;
    margin-bottom: 40px;
    text-align: center;
  }

  .homeTalk-list-img {}

  .homeTalk-list-img img {
    border-radius: 1em;
    border: 1px solid #000;
  }

  .homeTalk-list-title {
    font-size: 170%;
    font-weight: 700;
    padding-top: 0.5em;
  }

  .homeTalk-list-text {
    font-size: 116%;
    font-feature-settings: "pkna";
    padding-top: 0.4em;
  }
}

/*
color
*/

.homePlace-section.is-red {
  border-color: #e83e28;
}

.border-top {
  border-top: 3px solid #e83e28;
  padding-top: 30px;
}

.homePlace-section.is-red .homePlace-heading-subTitle {
  background-color: #e83e28;
}

.homePlace-section.is-green {
  border-color: #358207;
}

.homePlace-section.is-green .homePlace-heading-subTitle {
  background-color: #358207;
}


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

  .homePlace {
    padding-bottom: 30px;
    background-size: 1800px auto;
  }

  .homePlace-section {
    border: 2px solid #000;
    padding: 30px 5% 0;
    margin-bottom: 30px;
    border-radius: 1em;
  }

  .homePlace-heading {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .homePlace-heading-subTitle {
    display: inline-block;
    font-size: 131%;
  }

  .homePlace-heading-title {
    font-size: 170%;
    padding: 0.2em 0 0 0;
  }


  .homePlace-list {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }

  .homePlace-list--line3 {
    gap: 20px;
    flex-wrap: wrap;
    padding: 0;
  }



  .homePlace-list li {
    width: auto;
    padding: 0;
    margin-bottom: 40px;
  }

  .homePlace-list-img {}

  .homePlace-list-img img {}

  .homePlace-list-title {
    font-size: 154%;
  }

  .homePlace-list-text {
    font-size: 100%;
  }

}



/***********
homeList
************/

.homeList {
  background-image: url(../../img/bg03.png), url(../../img/bg03.png), url(../../img/illust/mt03.png);
  background-repeat: repeat-y, repeat-y, no-repeat;
  background-position: left top, right top, center bottom;
  ;
  margin-top: -30px;
  position: relative;
}

.exhibitorArea {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.exhibitorArea li {
  margin: 0 10px 10px 0;
}

.exhibitorArea a {
  display: block;
  padding: 15px 25px;
  border: 2px solid #376f05;
  color: #376f05;
  border-radius: 0.6em;
  font-size: 131%;
  font-weight: bold;
  text-decoration: none;
}

body.is-pc .exhibitorArea a:hover {
  background-color: #376f05;
  color: #fff;
}


.exhibitor {
  background-color: #faf7ed;
  border-radius: 2em;
  border: 1px solid #000;
  margin-bottom: 50px;
  padding: 40px 5%;
}

.exhibitor-heading {
  text-align: center;
  font-size: 250%;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 1em;
}

.exhibitor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -80px;
}

.exhibitor-list li {
  width: 48.5%;
  margin-bottom: 80px;
  position: relative;
}

.exhibitor-list-title {
  /* position: absolute;
  left: 0;
  top: 0; */
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  padding: 0.6em 1em;
  font-size: 124%;
  background-color: #358207;
  color: #fff;
  z-index: 8;
  width: 100%;
}

.exhibitor-list-img {
  position: relative;
}

.exhibitor-list-img img {}

.exhibitor-list-img figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 5px;
  text-align: center;
}

.exhibitor-list-img figcaption span {
  display: inline-block;
  background-color: #fff;
  font-size: 100%;
  font-weight: 700;
  padding: 0.5em 1em;
  border-radius: 100vw;
}

.exhibitor-list-inner {
  padding-top: 1.5em;
}

.exhibitor-list-lead {
  font-size: 154%;
  font-weight: 700;
  text-align: center;
}

.exhibitor-list-summary {
  padding-top: 1em;
  font-size: 116%;
  line-height: 1.7;
}

.exhibitor-list-table {
  margin-top: 1.5em;
}

.exhibitor-list-table tr {
  border-bottom: 1px dashed #aaa;
}

.exhibitor-list-table th {
  padding: 0.6em 0;
  color: #358207;
  line-height: 1.3;
  width: 10em;
}

.exhibitor-list-table td {
  padding: 0.6em 0;
  word-break: break-all;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}

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

  .homeList {
    background-size: 15px auto;
  }

}


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

  .homeList {
    padding-top: 50px;
    background: none;
  }

  .exhibitorArea {
    display: flex;
    padding-bottom: 30px;
  }

  .exhibitorArea li {
    width: 33.3%;
    margin: 0;
    padding: 2px;
  }

  .exhibitorArea a {
    padding: 12px 15px;
    font-size: 116%;
    text-align: center;
  }

  body.is-pc .exhibitorArea a:hover {
    background-color: #376f05;
    color: #fff;
  }


  .exhibitor {
    border-radius: 1em;
    margin-bottom: 30px;
    padding: 30px 5%;
    margin-left: -4.5%;
    margin-right: -4.5%;
  }

  .exhibitor-heading {
    font-size: 170%;
  }

  .exhibitor-list {
    display: block;
    max-width: 420px;
    margin: 0 auto -80px;
  }

  .exhibitor-list li {
    width: auto;
    margin-bottom: 80px;
  }

  .exhibitor-list-title {
    font-size: 100%;
  }

  .exhibitor-list-img figcaption {
    font-size: 77%;
  }

  .exhibitor-list-img figcaption span {
    display: inline-block;
    background-color: #fff;
    font-size: 100%;
    font-weight: 700;
    padding: 0.5em 1em;
    border-radius: 100vw;
  }

  .exhibitor-list-inner {
    padding-top: 1.5em;
  }

  .exhibitor-list-lead {
    font-size: 139%;
  }

  .exhibitor-list-summary {
    font-size: 100%;
    line-height: 1.8;
  }


  .exhibitor-list-table {
    word-break: break-all;
  }

  .exhibitor-list-table th {
    line-height: 1.5;
    width: 10em;
  }

  .exhibitor-list-table td {
    line-height: 1.5;
  }

}


/***********
homeAccess
************/

.homeAccess {
  border-top: 1px solid #000;
  background-color: #e6f2f6;
  padding: 120px 40px 40px;
}

.homeAccess-map {
  overflow: hidden;
}

.homeAccess-map iframe {
  width: 100%;
  height: 800px;
  vertical-align: middle;
}

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

  .homeAccess {
    padding: 60px 1% 50px;
  }

  .homeAccess-map {}

  .homeAccess-map iframe {
    height: 500px;
  }

}


/***********
ボタン
************/

.btn {
  display: block;
  text-align: center;
  background: #358207;
  color: #fff;
  width: 360px;
  font-size: 20px;
  margin: 0 auto 40px;
  padding: 16px 0;
  text-decoration: none;
  border-radius: 8px;
}

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

  .btn {
    width: 90%;
    font-size: 16px;
  }

}

/***********
event
************/

.event {
  border-radius: 1em;
  border: 1px solid #000;
  width: 92%;
  margin: 0 auto 60px;
  padding: 20px 0;
}

.event__title {
  font-size: 170%;
  text-align: center;
}

.event__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 30px 0 0;
  gap: 60px 0;
}

.event__gacha {
  display: block;
  margin: 0 auto 30px;
  width: 500px;
  font-size: 16px;
  text-align: center;
}

.event__gacha img {
  width: 250px;
  display: block;
  margin: 0 auto;
}


.event__inner {
  width: calc(100% / 3);
  font-size: 116%;
  padding: 0 20px;
  /* aspect-ratio: 352 /241;
  overflow: hidden; */
}

.event__inner img {
  width: 200px;
  display: block;
  margin: 0 auto 20px;
}

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

  .event {
    width: 100%;
    margin: 0 0 40px;
    padding: 20px 0 0;
  }

  .event__content {
    display: block;


  }

  .event__gacha {
    width: 90%;
  }

  .event__inner {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 20px;
  }

}

/***********
xxxxx
************/

/***********
xxxxx
************/