:root {
  --text: #555656;
  --highlight: #dc7a1b;
  --bg: #dcf0f7;
  --yellow-light: #fffde2;
  --white: white;
  --green-highlight: #79cd03;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main-menu {
  z-index: 1999;
  margin-top: 20px;
  margin-bottom: 20px;
  position: sticky;
  top: 20px;
}

.container {
  max-width: 1200px;
}

.image {
  width: 180px;
}

.navbar {
  z-index: 9999;
  background-color: #fff;
  border-radius: 10px;
  position: static;
  top: 25px;
  box-shadow: 0 2px 5px #0003;
}

.menu-button, .menu-button.w--open {
  background-color: #fff;
}

.nav-menu {
  background-color: #fff;
  border: 1px #000;
  border-radius: 1px;
}

.icon {
  color: #5b6250;
  margin-top: 5px;
  font-size: 30px;
}

.nav-link {
  border-bottom: 1px solid #999;
  border-radius: 1px;
}

.div-block {
  align-items: center;
  display: flex;
}

.heading {
  color: var(--text);
  margin-top: 27px;
  margin-left: 15px;
  font-size: 16px;
}

.slider {
  height: 400px;
}

.image-2 {
  width: 201px;
  max-width: none;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.heading-2 {
  color: var(--highlight);
  font-size: 31px;
}

.text-block {
  color: #938585;
  margin-right: 25px;
  font-size: 17px;
  font-weight: 700;
}

.text-block.news-date {
  font-size: 14px;
  font-weight: 400;
}

.collection-item {
  border-bottom: 1px solid #00000029;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.link-news {
  margin-top: 20px;
  display: block;
}

.body {
  background-color: var(--bg);
  color: var(--text);
  font-family: Noto Sans JP, sans-serif;
}

.link {
  color: var(--highlight);
  text-align: left;
  position: static;
  right: 0;
}

.bg {
  z-index: 10;
  background-color: #dc757500;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.bubble {
  background-color: #fff;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-top: 100px;
  margin-left: 140px;
}

.bubble.bubble-1 {
  background-image: url('../images/DSC09011_1.avif');
  background-position: 0 0;
  background-size: cover;
  border: 9px solid #fff;
  width: 400px;
  height: 400px;
  margin-top: 54px;
  margin-left: 10px;
  margin-right: 0;
  position: absolute;
}

.bubble.bubble-2 {
  background-image: url('../images/DSC08587_1.avif');
  background-position: 0 0;
  background-size: cover;
  border: 10px solid #fcc;
  width: 350px;
  height: 350px;
  margin-left: 1071px;
  position: absolute;
  inset: auto 4% 41% auto;
}

.bubble.bubble2 {
  background-image: url('../images/DSC08370.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 10px solid #feffc9;
  margin-top: 517px;
  margin-left: 105px;
  position: relative;
}

.bubble.bubble4 {
  background-image: url('../images/DSC08914_1.avif');
  background-position: 100% 0;
  background-size: cover;
  border: 10px solid #a4deb7;
  width: 270px;
  height: 270px;
  margin-top: -173px;
  margin-left: 1224px;
  margin-right: 20px;
  position: absolute;
  bottom: 10%;
  right: 7%;
}

.news {
  z-index: 15;
  margin-top: 40px;
  position: relative;
}

.container-2 {
  background-color: #fffc;
  border-radius: 10px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.brand {
  height: 100%;
}

.brand.w--current {
  width: auto;
  height: auto;
}

.about {
  z-index: 16;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.heading-section {
  z-index: 100;
  border-bottom: 3px none var(--highlight);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  position: relative;
}

.heading-section.heading-3-section {
  margin-top: 40px;
}

.heading-section.contact-header {
  margin-top: 60px;
}

.heading-section.h2-map {
  border-bottom-style: solid;
}

.paragraph {
  color: var(--text);
  text-align: justify;
  max-width: 100%;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.container-3 {
  background-color: #fffde2bf;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.container-3.bg-white {
  background-color: #ffffffbf;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.image-gallery {
  width: 100%;
  margin-top: 40px;
}

.quick-stack {
  padding-top: 0;
}

.text-span {
  color: var(--highlight);
}

.bold-text {
  font-size: 44px;
}

.collection-list-wrapper {
  margin-bottom: 20px;
}

.keynote {
  z-index: 50;
  color: var(--text);
  position: relative;
}

.div-block-2 {
  width: 100%;
}

.heading-3 {
  color: var(--highlight);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.image-3 {
  aspect-ratio: auto;
  border-radius: 50%;
  width: 200px;
  max-width: none;
  height: auto;
  display: block;
  overflow: auto;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--yellow-light);
  color: var(--text);
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  display: flex;
}

.heading-5-name {
  margin-top: 0;
  font-size: 23px;
}

.div-block-4 {
  width: 68%;
}

.text-small {
  font-size: 12px;
}

.text-span-2 {
  color: var(--highlight);
  font-size: 30px;
}

.heading-4 {
  line-height: 28px;
}

.heading-5 {
  font-weight: 600;
}

.collection-list-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.collection-list {
  text-align: left;
  flex-flow: column;
  display: flex;
}

.collection-item-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 400;
  display: block;
}

.paragraph-2 {
  color: var(--text);
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-2.position {
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-2.guest-name {
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph-2.speech-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-2.schedule {
  font-size: 14px;
}

.image-4 {
  border-radius: 50%;
}

.link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(180deg, var(--bg), white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  float: right;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
  position: relative;
}

.link-block-2.social-icon {
  height: 68px;
  margin-right: 20px;
}

.image-5 {
  width: 12px;
}

.image-5.x-twitter {
  width: 20px;
}

.image-5.instagram {
  width: 19px;
}

.lightbox-link {
  max-width: 1150px;
}

.lightbox-link.timetable-mt {
  margin-top: 60px;
}

.timetable {
  z-index: 60;
  text-align: center;
  position: relative;
}

.map-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.text-span-3 {
  color: var(--highlight);
}

.html-embed {
  border: 8px solid #fff;
  width: 80%;
  box-shadow: 0 2px 5px #0003;
}

.text-span-4 {
  color: var(--highlight);
}

.ticket {
  z-index: 120;
  background-color: var(--highlight);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60px;
  display: flex;
  position: fixed;
  bottom: 0;
  box-shadow: 0 -2px 5px #0003;
}

.ticket.gradientbg {
  background-color: var(--highlight);
}

.header-ticket {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 41px;
}

.link-to-tickets {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 45px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
}

.image-6 {
  z-index: 16;
  max-width: 750px;
  position: static;
}

.container-4 {
  z-index: 16;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: static;
}

.volunteer {
  z-index: 16;
  margin-bottom: 0;
  position: relative;
}

.sponsor {
  z-index: 16;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 60px 60px;
  display: flex;
  position: relative;
}

.cell-sponsor {
  justify-content: center;
  align-items: center;
}

.heading-about-event {
  opacity: .71;
  color: #bad7e2a3;
  margin-top: 40px;
  font-size: 69px;
  position: static;
  left: 0;
  transform: rotate(-9deg);
}

.div-block-5 {
  z-index: 95;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}

.quick-stack-2 {
  width: 80%;
  max-width: 1200px;
}

.link-2 {
  color: var(--highlight);
  text-decoration: none;
}

.body-2 {
  background-color: var(--bg);
}

.section {
  padding-top: 40px;
}

.container-5 {
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px;
}

.heading-6 {
  border-bottom: 1px solid var(--text);
  color: var(--text);
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
}

.paragraph-3 {
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.link-3 {
  color: var(--highlight);
  margin-top: 60px;
  font-family: Noto Sans JP, sans-serif;
  text-decoration: none;
  display: block;
}

.body-3 {
  background-color: var(--bg);
  padding-bottom: 40px;
}

.container-6 {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 40px;
  display: flex;
}

.collection-item-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--bg);
  padding-top: 20px;
  display: flex;
}

.paragraph-4 {
  color: #3333337d;
  font-family: Noto Sans JP, sans-serif;
}

.paragraph-5 {
  font-family: Noto Sans JP, sans-serif;
}

.link-4 {
  color: var(--highlight);
  font-family: Noto Sans JP, sans-serif;
  text-decoration: none;
}

.heading-7 {
  color: var(--text);
  text-align: center;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
}

.qr {
  background-color: var(--bg);
  width: 200px;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-5 {
  color: var(--highlight);
  font-family: Noto Sans JP, sans-serif;
  text-decoration: none;
}

.form {
  margin-bottom: 60px;
}

.text-span-5 {
  color: var(--highlight);
}

.collection-list-2, .collection-list-wrapper-3 {
  width: 100%;
}

.form-block {
  width: 100%;
  margin-top: 40px;
}

.submit-button {
  background-color: var(--highlight);
  border-radius: 5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  display: block;
}

.field-label {
  color: var(--text);
  font-family: Noto Sans JP, sans-serif;
}

.text-field {
  height: 10em;
}

.shusai {
  z-index: 16;
  text-align: center;
  padding-bottom: 140px;
  position: relative;
}

.heading-9 {
  text-align: center;
  margin-top: 60px;
  font-size: 16px;
}

.heading-9.kyoikuiinkai {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 24px;
}

.image-7 {
  width: 150px;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.heading-guest-category {
  border-style: solid;
  border-width: 0 0 4px;
  border-color: black black var(--highlight);
  color: var(--highlight);
  border-radius: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.body-4 {
  background-color: var(--bg);
}

.profile-image {
  min-width: 0;
  max-width: 200px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.profile-name {
  color: var(--text);
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
}

.heading-10 {
  color: var(--text);
  font-weight: 400;
}

.profile-position {
  color: var(--text);
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.paragraph-6 {
  max-width: 50%;
  font-family: Noto Sans JP, sans-serif;
}

.profile-speech-detail {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-11 {
  color: var(--text);
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
}

.heading-12 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

.bold-text-2 {
  color: var(--highlight);
  font-size: 34px;
  font-weight: 600;
}

.bold-text-3 {
  line-height: 48px;
}

.movie {
  z-index: 16;
  position: relative;
}

.link-block-3 {
  width: 100%;
  text-decoration: none;
}

.image-8 {
  margin-top: 40px;
}

.back-to-top {
  z-index: 9999;
  position: fixed;
  bottom: 70px;
  right: 10px;
}

.bold-text-4 {
  font-size: 22px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.tab-menu {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.tab-btn {
  background-color: #ddd0;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
}

.tab-btn.w--current {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.empty-state, .empty-state-2, .empty-state-3 {
  background-color: #ddd0;
}

.empty-state-4 {
  background-color: #14141400;
}

.blues {
  border-radius: 3px;
  width: 150px;
}

.rich-text-block {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .bg {
    opacity: .7;
  }

  .bubble.bubble-1 {
    width: 300px;
    height: 300px;
  }

  .bubble.bubble-2 {
    width: 250px;
    height: 250px;
    margin-top: 40px;
    bottom: 50%;
  }

  .bubble.bubble2 {
    margin-top: 300px;
  }

  .bubble.bubble4 {
    z-index: auto;
    width: 220px;
    height: 220px;
    margin-top: -185px;
    bottom: 17%;
  }

  .about.access {
    padding-bottom: 20px;
  }

  .image-6 {
    width: 100%;
  }

  .sponsor {
    z-index: 16;
    display: flex;
    position: relative;
  }

  .quick-stack-2 {
    z-index: auto;
    position: relative;
  }

  .qr {
    background-color: var(--bg);
    height: 200px;
    margin-top: 40px;
  }

  .link-5 {
    color: var(--highlight);
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .heading-section {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .image-3 {
    width: 150px;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 40px;
    padding-left: 10px;
  }

  .heading-5-name, .text-small, .heading-4, .heading-5 {
    text-align: center;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item-2 {
    flex-flow: column;
  }

  .html-embed {
    max-width: 126%;
  }

  .ticket {
    z-index: 150;
    position: relative;
  }

  .quick-stack-2 {
    z-index: auto;
    position: relative;
  }

  .paragraph-6 {
    max-width: 90%;
  }

  .tab-menu {
    width: 100%;
  }

  .tab-btn {
    font-size: 16px;
  }

  .tabs-menu {
    width: auto;
  }

  .text-block-2 {
    font-size: 17px;
  }
}

@media screen and (max-width: 479px) {
  .main-menu {
    margin-top: 0;
    top: 0;
  }

  .menu-button {
    float: left;
    width: 65px;
    margin-left: 22%;
    margin-right: auto;
  }

  .image-2 {
    width: 100%;
    height: auto;
  }

  .bubble.bubble-1, .bubble.bubble-2, .bubble.bubble2, .bubble.bubble4 {
    display: none;
  }

  .container-2 {
    background-color: #ffffffeb;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    float: none;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand.w--current {
    float: none;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: block;
  }

  .about {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-section {
    font-size: 18px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 25px;
  }

  .container-3 {
    padding: 10px 20px 40px;
  }

  .container-3.bg-white {
    background-color: #ffffffe8;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text {
    font-size: 34px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .paragraph-2.speech-title {
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph-2.schedule {
    font-size: 16px;
  }

  .link-block-2.social-icon {
    float: left;
    padding-top: 20px;
    display: block;
  }

  .map-text {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .html-embed {
    width: 100%;
  }

  .ticket.gradientbg {
    height: 40px;
  }

  .header-ticket {
    font-size: 13px;
  }

  .heading-about-event {
    font-size: 36px;
  }

  .quick-stack-2 {
    background-color: #ffffffd4;
    width: 100%;
  }

  .container-6 {
    margin-bottom: 20px;
    padding: 20px;
  }

  .container-7 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .heading-8 {
    text-align: center;
  }

  .shusai {
    z-index: 16;
    padding-bottom: 60px;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .bold-text-2 {
    font-size: 27px;
  }

  .back-to-top {
    z-index: 9999;
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 5px;
    right: 10px;
  }

  .div-block-8 {
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }
}

#w-node-_462ec966-2d0c-5ec9-a52a-7762feca215f-758f5163 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f6324876-6454-09d3-5bd8-9bde50f3b860-758f5163 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_462ec966-2d0c-5ec9-a52a-7762feca215f-abb502e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f6324876-6454-09d3-5bd8-9bde50f3b860-abb502e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-f6324876-6454-09d3-5bd8-9bde50f3b860-758f5163, #w-node-f6324876-6454-09d3-5bd8-9bde50f3b860-abb502e0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f6324876-6454-09d3-5bd8-9bde50f3b860-758f5163, #w-node-f6324876-6454-09d3-5bd8-9bde50f3b860-abb502e0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_462ec966-2d0c-5ec9-a52a-7762feca215f-758f5163, #w-node-f6324876-6454-09d3-5bd8-9bde50f3b860-758f5163, #w-node-_462ec966-2d0c-5ec9-a52a-7762feca215f-abb502e0, #w-node-f6324876-6454-09d3-5bd8-9bde50f3b860-abb502e0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


