@charset "UTF-8";
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  min-height: 100vh;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  text-align: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input {
  border: none;
}

@media screen and (min-width: 769px) {
  .hide_pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hide_sp {
    display: none !important;
  }
}

.mt-1 {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .mt-1 {
    margin-top: 4px;
  }
}
.mt-2 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .mt-2 {
    margin-top: 16px;
  }
}
.mt-3 {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .mt-3 {
    margin-top: 24px;
  }
}
.mt-4 {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .mt-4 {
    margin-top: 40px;
  }
}
.mt-5 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .mt-5 {
    margin-top: 56px;
  }
}
.m-auto {
  margin-inline: auto;
}

.bg-grey {
  background-color: #eaeaea;
}

html {
  scroll-padding-top: 100px;
}

body {
  background-color: #fff;
  font-family: "游ゴシック Medium", YuGothic, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #000;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

a,
button {
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
a:hover,
button:hover {
  opacity: 0.5;
}

h2 {
  font-size: 3.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}

small {
  font-size: 0.6em;
}

.font-Large {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .font-Large {
    font-size: 1.6rem;
  }
}

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

.underline {
  text-decoration: underline;
}

section {
  padding-block: 120px;
}
@media screen and (max-width: 768px) {
  section {
    padding-block: 80px;
  }
}
section .row.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media screen and (max-width: 1024px) {
  section .row.col2 {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
section .row.subgrid > div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
}
@media screen and (max-width: 1024px) {
  section .row.subgrid > div {
    display: block;
  }
}
section .row > div {
  width: 100%;
  padding-inline: 24px;
}
@media screen and (max-width: 1024px) {
  section .row > div {
    padding: 0;
  }
}

.container {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 480px;
    width: calc(100% - 40px);
  }
}
.container_narrow {
  max-width: 720px;
}

.dib {
  display: inline-block;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  width: 100%;
  max-width: 380px;
  min-height: 72px;
  padding-block: 12px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.btn.subtle {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn.primary {
  background-color: #ffd500;
  color: #000;
}
.btn .font-large {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .btn .font-large {
    font-size: 2rem;
  }
}

#localnav {
  padding-block: 24px;
}
@media screen and (max-width: 768px) {
  #localnav .container {
    max-width: none;
  }
}
#localnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em 3em;
}
#localnav ul li {
  font-size: 1.8rem;
}

#kv h1 picture img {
  width: 100%;
}

.floating.left {
  position: fixed;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .floating.left {
    bottom: 0;
    left: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.floating.left .language {
  display: block;
  padding: 12px 4px;
  background: #fff;
  border: 1px solid #dedede;
  font-size: 14px;
  color: #555;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.floating.left .btn {
  width: 180px;
  font-size: 1.2rem;
  padding-block: 8px;
  min-height: 64px;
}
@media screen and (max-width: 768px) {
  .floating.left .btn {
    width: 100%;
    max-width: none;
  }
}
.floating.left .btn .font-large {
  font-size: 1.8rem;
}
.floating.right {
  position: fixed;
  bottom: 20px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .floating.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    bottom: 0;
  }
}
.floating.right .btn {
  width: 180px;
  font-size: 1.2rem;
  padding-block: 8px;
  min-height: 64px;
}
@media screen and (max-width: 768px) {
  .floating.right .btn {
    width: 50%;
  }
}
.floating.right .btn .font-large {
  font-size: 1.8rem;
}

#kv {
  padding: 0;
}

#about {
  background-color: #e6e7e8;
}
@media screen and (max-width: 768px) {
  #about {
    text-align: left;
  }
}

#outline .date {
  display: grid;
  grid-template-columns: 100px auto;
}
#outline .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
}
#outline .photo img {
  width: calc(50% - 4px);
}

#access .note {
  border: 1px solid;
  padding: 40px;
}

#exhibitor .exhibitor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em 1em;
  font-size: 1.4rem;
  margin-inline: auto;
}
#exhibitor .exhibitor-list li {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
#exhibitor .exhibitor-list li .exhibitor-title {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  width: 100%;
}
#exhibitor .exhibitor-list li .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  background: #777;
  color: #fff;
}

#service .schedule {
  padding: 16px;
}

#sponsorship .sponsorship-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
@media screen and (max-width: 768px) {
  #sponsorship .sponsorship-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
#sponsorship .sponsorship-item {
  border: 1px solid #f2f2f2;
}

.footer .inner {
  padding: 80px 12px 80px 12px;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    padding-top: 0;
  }
}
.footer .inner .logo_new_energy {
  width: 100%;
  max-width: 240px;
  margin-inline: auto;
}
.footer .inner .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-size: 32px;
  margin-top: 16px;
}
.footer .inner .logo_blue_marble {
  width: 100%;
  max-width: 190px;
  margin-inline: auto;
  margin-top: 24px;
}
.footer .inner .logo_blue_marble::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #555;
  margin-inline: auto;
  margin-bottom: 24px;
}
.footer .inner .copyright {
  text-align: center;
  font-size: 10px;
  color: #777;
  margin-top: 12px;
}

#thai-crafted .schedule {
  max-width: 500px;
  margin-inline: auto;
  padding: 16px;
  background: #ffd528;
}/*# sourceMappingURL=style.css.map */