@charset "UTF-8";
.display_none {
  visibility: hidden;
}
.display_none.action {
  visibility: visible;
}

#workshop {
  padding-top: 90px;
  margin-top: -90px;
}

#exhibitors {
  padding-top: 120px;
  margin-top: -120px;
}

#info {
  padding-top: 90px;
  margin-top: -90px;
}

#map {
  padding-top: 30px;
  margin-top: -30px;
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fbf7ef;
  text-align: center;
  color: #fff;
  top: 0;
  opacity: 1;
  /* Loadingバー中央配置　*/
}
#splash.hidden {
  transition: all 1.5s;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
#splash.hidden .loading-area {
  display: none;
}
#splash.hidden #splash_text {
  display: none;
}
#splash .loading-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 370px;
  width: 90%;
}
@media screen and (max-width: 820px) {
  #splash .loading-area {
    width: 50%;
  }
}
#splash #splash_text {
  position: absolute;
  bottom: 20%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, 0);
  color: #333;
}

#top {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top {
    margin-top: 40px;
  }
}
@media print {
  #top {
    zoom: 80%;
  }
}
#top #about,
#top #schedule,
#top #gallery,
#top #tourinfo {
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 820px) {
  #top #about,
  #top #schedule,
  #top #gallery,
  #top #tourinfo {
    margin-top: -160px;
    padding-top: 160px;
  }
}
#top .mainbg {
  position: relative;
}
#top .mainbg::before {
  position: fixed;
  content: "";
  background-image: url(../images/top/mainbg@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
#top .leftarea {
  position: fixed;
  top: 50%;
  left: calc(100% - 1400px);
  z-index: 3;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1921px) {
  #top .leftarea {
    left: 520px;
  }
}
@media screen and (max-width: 1460px) {
  #top .leftarea {
    left: calc(100% - 1100px);
  }
}
@media screen and (max-width: 1150px) {
  #top .leftarea {
    left: calc(100% - 910px);
  }
}
@media screen and (max-width: 1024px) {
  #top .leftarea {
    max-width: 500px;
    left: auto;
    transform: none;
  }
}
#top .leftarea .logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #top .leftarea .logo {
    max-width: 280px;
    margin: 45px auto 10px;
  }
}
@media screen and (max-height: 730px) {
  #top .leftarea .logo {
    width: 70%;
    margin: 0 auto -10px;
  }
}
#top .leftarea .btn {
  display: block;
}
@media screen and (max-width: 1024px) {
  #top .leftarea .btn {
    max-width: 335px;
    margin: 20px auto -5px;
  }
}
#top .leftarea .btn02 {
  margin-bottom: 20px;
}
@media screen and (max-height: 730px) {
  #top .leftarea .btn02 {
    margin-bottom: 5px;
  }
}
#top .leftarea .shareArea {
  background-color: rgba(27, 73, 49, 0.8);
  padding: 20px 25px;
  margin-top: 25px;
}
@media screen and (max-height: 730px) {
  #top .leftarea .shareArea {
    padding: 10px 25px;
    margin-top: 10px;
  }
}
#top .leftarea .shareArea .sharettl {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-height: 730px) {
  #top .leftarea .shareArea .sharettl {
    margin-bottom: 10px;
  }
}
@media screen and (max-height: 730px) {
  #top .leftarea .shareArea .shareflex {
    max-width: 130px;
    margin: 0 auto;
  }
}
#top .leftarea .shareArea .shareflex a {
  margin-right: 30px;
}
@media screen and (max-height: 730px) {
  #top .leftarea .shareArea .shareflex a {
    margin-right: 10px;
  }
}
#top .sp_header {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  max-width: 500px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 50px;
}
@media print {
  #top .sp_header {
    position: relative;
    height: 50px;
  }
}
#top .sp_header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  bottom: -15px;
  left: 0;
  background-image: url(../images/top/head_bg@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 0;
}
@media screen and (max-width: 520px) {
  #top .sp_header::after {
    bottom: -25px;
  }
}
@media print {
  #top .sp_header::after {
    width: 500px;
    bottom: -15px;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  #top .sp_header .logo {
    max-width: 200px;
    margin: 5px 0px 0 10px;
    line-height: 0;
    position: relative;
    z-index: 2;
  }
}
@media print {
  #top .sp_header .logo {
    max-width: 200px;
    margin-left: 10px;
    line-height: 0;
  }
}
#top .MainBg {
  background-color: #236143;
}
#top .MainContent {
  background-color: #fff;
  position: relative;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 7px 0 5px 0px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  #top .MainContent {
    padding: 0px;
  }
}
#top .MainContent .toptext {
  margin: 0 auto 50px;
  max-width: 400px;
  padding-top: 30px;
}
@media print {
  #top .MainContent .toptext {
    display: none;
  }
}
#top #MainImage .headText {
  max-width: 100%;
  margin: 0 auto 65px;
}
#top #MainImage .naiyou {
  padding-bottom: 30px;
}
#top #MainImage .btnts {
  cursor: pointer;
}
#top #MainImage .btn {
  max-width: 375px;
  margin: 35px auto 100px;
  display: block;
}
@media screen and (max-width: 520px) {
  #top #MainImage .btn {
    max-width: 285px;
  }
}
@media print {
  #top #MainImage .btn {
    padding-bottom: 45px;
  }
}
#top .bgitem01 {
  font-size: 0;
}
#top .bgitem02 {
  font-size: 0;
  background-color: #e0ba9b;
  margin-bottom: -1px;
  margin-top: -1px;
}
#top #newsArea {
  padding: 100px 0;
  position: relative;
  background-color: #e0ba9b;
  margin-top: -1px;
}
#top #newsArea::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 870px;
  bottom: 0;
  right: 0;
  background-image: url(../images/top/news_bg@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 0;
}
#top #newsArea .wrapper2 {
  z-index: 2;
  position: relative;
}
#top #newsArea .bg {
  background-color: #925f2a;
  padding: 35px 25px;
  position: relative;
  border-radius: 10px;
  max-height: 670px;
  overflow: hidden;
  overflow-y: scroll;
}
#top #newsArea .secttl {
  max-width: 37%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 520px) {
  #top #newsArea .newsField {
    max-height: 320px;
  }
}
#top #newsArea .newsField .newsItem {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 13px;
}
#top #newsArea .newsField .newsItem:last-child {
  margin-bottom: 0;
}
#top #newsArea .newsField .newsItem .day {
  margin-bottom: 5px;
}
#top #newsArea .newsField .newsItem .title {
  color: #925f2a;
  border-bottom: 1px dashed #925f2a;
  margin-bottom: 10px;
  line-height: 1.3;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #top #newsArea .newsField .newsItem .text {
    font-size: 14px;
  }
}
#top .reserveArea {
  background-color: #e2d3a8;
  border-radius: 13px;
  padding: 40px 30px;
  margin-top: -30px;
}
#top .reserveArea .resText01 {
  margin-bottom: 20px;
}
#top .reserveArea a {
  max-width: 280px;
  margin: 0 auto;
}
#top .reserveArea .resText02 {
  max-width: 200px;
  margin: 10px auto 0;
}
#top #workshopArea {
  position: relative;
  z-index: 1;
  margin-top: -1px;
}
#top #workshopArea .bg {
  background-color: #eae1c5;
  position: relative;
  padding: 30px 0 90px;
}
#top #workshopArea .secttl {
  max-width: 77%;
  margin: 0 auto 30px;
}
#top #workshopArea .btnTitle {
  max-width: 300px;
  margin: 0 auto 30px;
}
#top #workshopArea .text {
  margin-bottom: 50px;
}
#top #workshopArea .flexBtn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#top #workshopArea .flexBtn a {
  width: calc(50% - 4px);
  display: block;
  margin-bottom: 5px;
}
#top #workshopArea .itemImg {
  margin-bottom: 30px;
}
#top #workshopArea .itemArea {
  margin-bottom: 90px;
}
#top #workshopArea #item01,
#top #workshopArea #item02,
#top #workshopArea #item03,
#top #workshopArea #item04,
#top #workshopArea #item05,
#top #workshopArea #item06,
#top #workshopArea #item07 {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 1024px) {
  #top #workshopArea #item01,
  #top #workshopArea #item02,
  #top #workshopArea #item03,
  #top #workshopArea #item04,
  #top #workshopArea #item05,
  #top #workshopArea #item06,
  #top #workshopArea #item07 {
    padding-top: 90px;
    margin-top: -90px;
  }
}
#top .js-modal-video {
  display: inline-block;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
#top .js-modal-video:hover {
  opacity: 1;
}
#top .js-modal-video div {
  font-size: 0;
}
#top .js-modal-video .youIcon img {
  transition: all 0.2s;
}
#top .js-modal-video:hover .youIcon img {
  height: 75px;
  width: 75px;
}
#top .bgitem03 {
  background-color: #eae1c5;
  font-size: 0;
  margin-bottom: -1px;
  margin-top: -1px;
}
#top #exhibitorsarea {
  background-color: #925f2a;
  padding: 10px 0 80px;
  margin-top: -1px;
}
#top #exhibitorsarea .secttl {
  max-width: 79%;
  margin: 0 auto 40px;
}
#top .soon {
  padding: 140px 0;
  max-width: 320px;
  margin: 0 auto;
}
#top .bgitem04 {
  font-size: 0;
  margin-bottom: -1px;
  margin-top: -1px;
  background-color: #925f2a;
}
#top #maparea {
  background-color: #459337;
  margin-top: -1px;
  padding: 10px 0 80px;
}
#top #maparea .secttl {
  margin: 0 auto 40px;
  padding-top: 65px;
  max-width: 120px;
  position: relative;
}
@media screen and (max-width: 520px) {
  #top #maparea .secttl {
    max-width: 90px;
  }
}
#top #maparea .secttl::before {
  background-image: url(../images/top/sectitle4_item@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  height: 164px;
  width: 160px;
  top: 20px;
  left: 120px;
}
@media screen and (max-width: 520px) {
  #top #maparea .secttl::before {
    height: 104px;
    width: 100px;
    top: 40px;
    left: 100px;
  }
}
#top .bgitem05 {
  font-size: 0;
  margin-bottom: -1px;
  margin-top: -1px;
  background-color: #459337;
}
#top #infoArea {
  position: relative;
  background-color: #eae1c5;
  padding-bottom: 40px;
  margin-top: -1px;
  padding-top: 10px;
}
#top #infoArea .secttl {
  max-width: 93%;
  margin: 0 auto 40px;
}
#top #infoArea .siryo {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #top #infoArea .siryo {
    max-width: 270px;
  }
}
#top #infoArea .siryo2 {
  margin-top: 70px;
}
#top #infoArea a {
  max-width: 220px;
  margin: 20px auto 0;
  display: block;
}
#top .bgitem06 {
  font-size: 0;
  margin-bottom: -1px;
  margin-top: -1px;
  background-color: #fff;
}
#top #spotarea {
  background-color: #fff;
  padding: 120px 0 80px;
}
#top #spotarea .secttl {
  max-width: 91%;
  margin: 0 auto 40px;
}
#top #spotarea .spotttl {
  max-width: 80%;
  margin: 0 auto;
}
#top #spotarea .spotCard {
  margin: 30px auto 0;
}
#top #spotarea .spot_mb {
  margin-bottom: 60px;
}
#top #spotarea .spot_mb.lastCard {
  margin-bottom: 35px;
}
#top #spotarea .border {
  margin-bottom: 50px;
}
#top #spotarea .btn04 {
  margin-bottom: 20px;
}
#top .bgitem07 {
  font-size: 0;
  position: relative;
  margin-bottom: -1px;
  margin-top: -1px;
  background-color: #fff;
}
#top #linkArea {
  background-color: #925f2a;
  position: relative;
}
#top #linkArea .b_text {
  max-width: 300px;
  margin: 0 auto;
}
#top #linkArea .subttl {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  #top #linkArea .subttl {
    font-size: 20px;
  }
}
#top #linkArea .linkFlex {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  max-width: 300px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 520px) {
  #top #linkArea .linkFlex {
    max-width: 235px;
  }
}
#top #linkArea .linkFlex a {
  max-width: 60px;
  margin-right: 35px;
}
@media screen and (max-width: 520px) {
  #top #linkArea .linkFlex a {
    max-width: 40px;
  }
}
#top #linkArea .linkFlex button {
  max-width: 50px;
}
@media screen and (max-width: 520px) {
  #top #linkArea .linkFlex button {
    max-width: 40px;
  }
}
#top .copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #925f2a;
  padding: 40px 0 15px;
  margin-top: -1px;
}

.modal-area.modal-fixed {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 460px;
  height: 700px;
}
@media screen and (max-width: 1024px) {
  .modal-area.modal-fixed {
    width: 460px;
    height: 600px;
  }
}
@media screen and (max-width: 520px) {
  .modal-area.modal-fixed {
    width: 370px;
    height: 600px;
  }
}
@media screen and (max-height: 730px) {
  .modal-area.modal-fixed {
    height: 420px;
  }
}
.modal-area.modal-fixed .hall-close {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 13px;
}
@media screen and (max-width: 1024px) {
  .modal-area.modal-fixed .hall-close {
    right: 50px;
  }
}
@media screen and (max-width: 520px) {
  .modal-area.modal-fixed .hall-close {
    width: 8%;
    top: -35px;
    right: 30px;
  }
}
.modal-area .modal-img {
  width: calc(100% - 30px);
  height: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
  overflow: scroll;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .modal-area .modal-img {
    width: calc(90% - 30px);
  }
}
@media screen and (max-height: 730px) {
  .modal-area .modal-img {
    height: 100%;
  }
}

.iziModal {
  background: none !important;
  background: none !important;
  padding: 90px 0 !important;
  height: auto !important;
  max-width: 1000px !important;
  width: 90% !important;
  z-index: 9999 !important;
}

/*前後ボタン*/
.iziModal {
  box-shadow: none !important;
}

.iziModal-navigate {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  max-height: 711px;
  position: relative;
  height: auto !important;
  width: 90%;
  margin: 0 auto;
  z-index: 9999 !important;
  transition: 0.3s;
}
.iziModal-navigate .iziModal-navigate-caption {
  display: none !important;
}
.iziModal-navigate .iziModal-navigate-prev {
  margin-left: 0 !important;
  background: none !important;
  position: absolute;
  opacity: 1;
  height: auto;
  width: auto;
  top: 0;
  left: 130px;
}
@media screen and (max-width: 820px) {
  .iziModal-navigate .iziModal-navigate-prev {
    left: 20px;
  }
}
@media screen and (max-width: 520px) {
  .iziModal-navigate .iziModal-navigate-prev {
    left: 0;
  }
}
.iziModal-navigate .iziModal-navigate-prev::before {
  background-image: url(../images/top/pop__left@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  height: 58px;
  width: 42px;
  top: 43%;
  left: -20px;
}
@media screen and (max-width: 820px) {
  .iziModal-navigate .iziModal-navigate-prev::before {
    height: 50px;
    width: 50px;
    top: 40%;
  }
}
@media screen and (max-width: 520px) {
  .iziModal-navigate .iziModal-navigate-prev::before {
    height: 35px;
    width: 35px;
  }
}
.iziModal-navigate .iziModal-navigate-next {
  margin-right: 0 !important;
  position: absolute;
  background: none !important;
  opacity: 1;
  height: auto;
  width: auto;
  top: 0;
  right: 130px;
}
@media screen and (max-width: 820px) {
  .iziModal-navigate .iziModal-navigate-next {
    right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .iziModal-navigate .iziModal-navigate-next {
    right: 0;
  }
}
.iziModal-navigate .iziModal-navigate-next::before {
  background-image: url(../images/top/pop__right@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  height: 58px;
  width: 42px;
  top: 43%;
  right: -20px;
}
@media screen and (max-width: 820px) {
  .iziModal-navigate .iziModal-navigate-next::before {
    height: 50px;
    width: 50px;
    top: 40%;
  }
}
@media screen and (max-width: 520px) {
  .iziModal-navigate .iziModal-navigate-next::before {
    height: 35px;
    width: 35px;
  }
}