@charset "UTF-8";
body {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "メイリオ", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.l-header {
  border-bottom: 3px solid #002063;
}

.l-header-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.l-header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}

.l-header-logo {
  width: 100%;
  max-width: 152px;
  padding: 8px 0;
}
@media screen and (min-width: 576px) {
  .l-header-logo {
    max-width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .l-header-logo {
    max-width: 300px;
  }
}

.l-header-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.l-header-icons {
  display: flex;
  flex-direction: row;
}
.l-header-icons__login {
  margin-left: 16px;
}

.l-header-inquiry-image {
  width: 18px;
}
@media screen and (min-width: 576px) {
  .l-header-inquiry-image {
    display: inline;
    width: 24px;
  }
}

.l-header-inquiry-text {
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: #0066CC;
}
@media screen and (min-width: 576px) {
  .l-header-inquiry-text {
    font-size: 16px;
  }
}

.l-header-login-image {
  width: 18px;
}
@media screen and (min-width: 576px) {
  .l-header-login-image {
    display: inline;
    width: 24px;
  }
}

.l-header-login-text {
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: #0066CC;
}
@media screen and (min-width: 576px) {
  .l-header-login-text {
    font-size: 16px;
  }
}

.l-header-hamburger {
  margin-left: 16px;
}

.l-header-hamburger-icon {
  font-size: 40px;
}

.p-overview {
  padding-top: 40px;
}
@media screen and (min-width: 576px) {
  .p-overview {
    padding-top: 80px;
  }
}

.p-overview-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.p-overview-logo__image {
  width: 100%;
  max-width: 600px;
}

.p-overview-note {
  padding-top: 24px;
}
@media screen and (min-width: 576px) {
  .p-overview-note {
    padding-top: 40px;
  }
}
.p-overview-note__date {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.p-overview-note__date span {
  font-size: 36px;
}
.p-overview-note__venue {
  margin-top: 8px;
}

.p-overview-note-venue {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.p-overview-note-venue__icon {
  font-size: 32px;
  color: #CC0000;
}
.p-overview-note-venue__text {
  margin-left: 8px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .p-overview-note-venue__text {
    font-size: 20px;
  }
}

.p-overview-note-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
@media screen and (min-width: 576px) {
  .p-overview-note-wrap {
    flex-direction: row;
  }
}
.p-overview-note-wrap .p-overview-note-fee {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.p-overview-note-wrap .p-overview-note-fee__icon {
  font-size: 24px;
  color: #CC0000;
}
@media screen and (min-width: 576px) {
  .p-overview-note-wrap .p-overview-note-fee__icon {
    font-size: 32px;
  }
}
.p-overview-note-wrap .p-overview-note-fee__text {
  margin-left: 8px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .p-overview-note-wrap .p-overview-note-fee__text {
    font-size: 20px;
  }
}
.p-overview-note-wrap .p-overview-note-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-left: 0;
}
@media screen and (min-width: 576px) {
  .p-overview-note-wrap .p-overview-note-link {
    margin-top: 0;
    margin-left: 16px;
  }
}
.p-overview-note-wrap .p-overview-note-link__icon {
  font-size: 24px;
  color: #CC0000;
}
@media screen and (min-width: 576px) {
  .p-overview-note-wrap .p-overview-note-link__icon {
    font-size: 32px;
  }
}
.p-overview-note-wrap .p-overview-note-link__link {
  margin-left: 8px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .p-overview-note-wrap .p-overview-note-link__link {
    font-size: 20px;
  }
}

.p-overview-theme {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
}
.p-overview-theme__image {
  display: none;
  width: 100%;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .p-overview-theme__image {
    display: inline;
  }
}
.p-overview-theme__image__mobile {
  display: inline;
  width: 100%;
  max-width: 460px;
}
@media screen and (min-width: 768px) {
  .p-overview-theme__image__mobile {
    display: none;
  }
}
.p-overview-theme__text {
  margin-top: 28px;
  line-height: calc(1em + 8px);
  font-size: 16px;
  text-align: center;
}

.p-boothes {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-boothes {
    padding-top: 80px;
  }
}
.p-boothes__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .p-boothes__list {
    padding-top: 80px;
  }
}

.p-boothes-item {
  width: 100%;
  padding-top: 40px;
}
.p-boothes-item:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-boothes-item {
    width: calc(100% / 2);
    padding-left: 40px;
    padding-top: 80px;
  }
  .p-boothes-item:nth-child(2n+1) {
    padding-left: 0;
  }
  .p-boothes-item:nth-child(-n+2) {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-boothes-item {
    width: calc(100% / 3);
    padding-left: 40px;
    padding-top: 80px;
  }
  .p-boothes-item:nth-child(3n+1) {
    padding-left: 0;
  }
  .p-boothes-item:nth-child(-n+3) {
    padding-top: 0;
  }
}

.p-boothes-thumbnail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-boothes-thumbnail__image {
  object-fit: contain;
  height: calc((100vw - 80px) * 0.56);
}
@media screen and (min-width: 768px) {
  .p-boothes-thumbnail__image {
    object-fit: contain;
    height: calc((100vw - 120px) / 2 * 0.56);
  }
}
@media screen and (min-width: 992px) {
  .p-boothes-thumbnail__image {
    object-fit: contain;
    height: calc((100vw - 160px) / 3 * 0.56);
  }
}

.p-boothes-heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
}
.p-boothes-heading__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #AE8F3F;
  line-height: 1;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
}
.p-boothes-heading__wrap {
  flex: 1 0 0%;
  padding-left: 8px;
}
.p-boothes-heading__title {
  line-height: calc(1em + 8px);
}
.p-boothes-heading__name {
  line-height: calc(1em + 8px);
  font-size: 18px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
@media screen and (min-width: 768px) {
  .p-boothes-heading__name {
    font-size: 24px;
  }
}
.p-boothes-heading__note {
  line-height: calc(1em + 8px);
}

.p-notes {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-notes {
    padding-top: 80px;
  }
}

.p-notes-slogan {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
  background-color: #AE8F3F;
}
.p-notes-slogan__text {
  line-height: calc(1em + 8px);
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 18px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-notes-slogan__text {
    font-size: 24px;
  }
}

.p-notes-partner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
}
.p-notes-partner__text {
  line-height: calc(1em + 8px);
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-notes-partner__text {
    font-size: 24px;
  }
}

.l-footer {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 80px;
  }
}

.l-footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #CED1D6;
}

.l-footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .l-footer-container {
    padding: 80px 0;
  }
}

.l-footer-share {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.l-footer-share-facebook__image {
  width: 48px;
}

.l-footer-share-twitter {
  padding-left: 24px;
}
.l-footer-share-twitter__image {
  width: 48px;
}

.l-footer-share-instagram {
  padding-left: 24px;
}
.l-footer-share-instagram__image {
  width: 48px;
}

.l-footer-share-youtube {
  padding-left: 24px;
}
.l-footer-share-youtube__image {
  width: 48px;
}

.l-footer-logo {
  padding-top: 16px;
}
.l-footer-logo__image {
  width: 300px;
}

.l-footer-copyright {
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.slick-slide {
  height: 240px;
}
.slick-slide img {
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .slick-slide {
    height: auto;
  }
  .slick-slide img {
    object-fit: fill;
    height: 100%;
  }
}

.slick-dots {
  bottom: 8px;
  right: 8px;
  width: auto;
}
.slick-dots li button:before {
  font-size: 20px;
}
.slick-dots li.slick-active button:before {
  color: red;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}