@charset "utf-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
html {
  scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    color: #00489d;
    font-size: 1.25vw;
    background: #ffffff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
       only screen and (min-resolution: 192dpi) {
  body {
     font-size: 1.2vw;
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
 font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
}
p {
    line-height: 2;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}
.flex {
	display: flex;
}
/* ハンバーガーメニュー */

body{
  overflow-x: hidden;
}

header {
    position: relative;
    z-index: 3;
}


.hamburger {
    width: 94px;
    height: 94px;
    position: fixed;
    top: 24px;
    right: 40px;
        background: #008e54;
    border-radius: 48px;
    z-index: 4;
    cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95, 0.95);
  transition: .4s;
}
.sc01 .hamburger {
  opacity: 1;
   pointer-events: auto;
  transform: scale(1, 1);
  transition: .4s;
}
.point-lead .pic-wrap img {
    border-radius: 0 40px 40px 0;
}


.menu-active .hamburger {
        background:none;

}
.hamburger span{
  position: absolute;
  width: 56%;
  height: 2px;
  background-color: #fefcef;
  transition: .3s;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.hamburger span:first-of-type{
  top: 44px;
}
.hamburger span:nth-of-type(2){
  top: 52px;
}
.slide-menu {
    background: #008e54;
    position: fixed;
    top: 0;
    width: 40%;
    right: -100%;
    transition: .7s;
    height: 100%;
    z-index: 3;
}

.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu ul{
padding: 50px 50px 0;
}
.slide-menu dl{
  color: #b5aa5f;
  text-align:left;
  padding-bottom: 12px;
}
.slide-menu li a{
text-decoration: none;
}
.slide-menu li.en a{
text-decoration: none;
}
.slide-menu li.sub {
    font-size: 15px;
}
.slide-menu li.en {
    font-size: 40px;
    padding-top: 40px;
}
.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);    background-color: #008e54;
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);    background-color: #008e54;
}

.menu-active .slide-menu {
 right: 0%;
}
.body.menu-active {
  overflow: hidden;
  transition: .7s;
}




.slide-menu-wrap {
width: 97%;
    margin: 1.4% auto 0;
    background: #fefcef;
    height: 100%;
    border-radius: 10px;
}
.slide-menu-logo {
    width: 68%;
    text-align: center;
    margin: 0 auto;
    padding-top: 7vw;
}
.slide-menu-gnav {
    width:50%;
}
.slide-menu-gnav a {
text-decoration: none;
}
.nav-en {
    font-size: 60px;
    display: block;
    line-height: 1;
}


.slide-menu-wrap li {
    text-align: center;
	padding-bottom: 1em;
}
.slide-menu-wrap li .en {
    font-size: 2.4em;
    display: block;
    line-height: 1;
}
.slide-menu-wrap li .jp {
    display: block;
    font-weight: 700;
}

.content {

  position: relative;
}



.reverse {
  flex-direction: row-reverse;
}

.hero-fade {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.content {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeInhero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeInlogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


footer {

}
.wrap {
    background: #d9e020;
    width: 100%;
    overflow: hidden;
    position: relative;
}.inner {
width: 92%;
    margin: 0 auto;
    position: relative;
}

.inner-min {
    width: 78%;
    margin: 0 auto;
	position: relative;
}
.l-sec {

}

.co-logo {
    width: 50%;
    margin: 0 auto;
    padding: 1em 0;
}
.siteid {
    width: 80%;
    margin: 0 auto;
    padding-top: 6em;
	padding-bottom: 3em;
}
.content {
    padding-bottom: 10vw;
}
.footer-inner {
    width: 80%;
    margin: 0 auto;
}
.head-logo-items.flex {
    width: 60%;
    margin: 0 auto;
    padding: 2em 0;
    gap: 3em;
	justify-content: center;
}
.head-logo-items img {
    height: 3em;
}
.head-logo-item a {
 transition: .4s;
}
.head-logo-item a:hover {
	opacity: .6;
 transition: .4s;
}
section#exhibitor .inner {
    width: 79.5%;
    border: #00489d solid 6px;
    position: relative;
    background: #fff;
    padding: 3em;
}
section#exhibitor {
    padding-top: 4em;
}
.sec-title {
    width: 12em;
    position: absolute;
    top: -3em;
}
#exhibitor ul {
    display: flex;
    gap: 0.6em;
    flex-wrap: wrap;
}
#exhibitor ul li {
    width: 32%;
    font-size: 0.9em;
    line-height: 1.3em;
    text-indent: -1em;
    padding-left: 1em;
    font-feature-settings: "palt";
	font-weight: 600;
}
span.ico {
    color: #6eb4ff;
    padding-right: 0.2em;
}
.inner-mini {
    width: 55%;
    margin: 0 auto;
}
section#access {
    padding-top: 5em;
}
.map {
    position: relative;
}
.fukidashi {
    position: absolute;
    width: 16em;
    right: -7.6em;
    bottom: 15em;
}
.map p {
    text-align: center;
    padding-top: 1em;
    font-size: 0.9em;
}

.map p a {
text-decoration: underline;
}
.bas {
    position: relative;
    padding-top: 5em;
}
.bas .sec-title {
    width: 12em;
    position: absolute;
    top: -1em;
    right: -3em;
	left: auto;
}
.footer-inner {
    width: 80%;
    margin: 0 auto;
    padding-top: 4em;
}
.cohost {
    font-size: 1.4em;
    font-weight: 700;
    padding-bottom: 0.4em;
}

.sponsorship {
    line-height: 1.4;
    padding-top: 0.3em;
    font-weight: 600;
}
.cooperation {
    line-height: 1.4;
    padding-top: 0;
    font-weight: 600;
}
.footer-contact {
    padding-top: 3em;
}
.footer-contact {
    background: #14489d;
    color: #fff;
    padding: 2em;
    margin-top: 2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	    border-radius: 1em;
}
.footer-contact-title {
    width: 14%;
    font-weight: 700;
}
.footer-contact-name {
    font-size: 1.3em;
    font-weight: 600;    padding-bottom: 0.4em;
}
.footer-contact-mail {
    font-size: 0.9em;
	line-height: 1.4;
}
.footer-contact-tel-time {
    font-size: 0.8em;
	line-height: 1.4;
}
.footer-contact-tel {
    font-size: 0.8em;
	line-height: 1.4;
}
.sponcer-bnr.flex {
    padding: 4em;
    gap: 2em;
	justify-content: center;
}
.sponcer-bnr img {
    height: 3.5em;
    width: auto;
}
.sns {
    width: 5em;
    display: flex;
    gap: 0.6em;
    position: absolute;
    top: 2.3em;
    right: 1.5em;
}
.sns-item {

}
@media screen and (max-width:1000px) {
.siteid {
    width: 90%;
    margin: 0 auto;
    padding-top: 6em;
    padding-bottom: 3em;
}
	.inner {
    width: 98%;
    margin: 0 auto;
    position: relative;
}
	section#exhibitor .inner {
    width: 84.2%;
    border: #00489d solid 4px;
    position: relative;
    background: #fff;
    padding: 3em;
}
}

@media screen and (max-width:800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 16px;
}  
#exhibitor ul li {
    width: 49%;
}.inner-mini {
    width: 70%;
    margin: 0 auto;
}.footer-inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 4em;
}

.head-logo-items img {
    height: 30px;
    width: auto;
}.sns {
    width: 64px;
    display: flex;
    gap: 0.6em;
    position: absolute;
    top: 22px;
    right: 16px;
}
	.head-logo-items.flex {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    gap: 20px;
    justify-content: center;
}.siteid {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
}.sec-title {
    width: 150px;
    position: absolute;
    top: -30px;
    left: 10px;
}section#exhibitor .inner {
    width: 84.2%;
    border: #00489d solid 4px;
    position: relative;
    background: #fff;
    padding: 30px;
}#exhibitor ul li {
    width: 49%;
    font-size: 14px;
    line-height: 1.4em;
    text-indent: -1em;
    padding-left: 1em;
    font-feature-settings: "palt";
    font-weight: 600;
    box-sizing: border-box;
}.fukidashi {
    position: absolute;
    width: 150px;
    right: -9%;
    bottom: 200px;
}.bas .sec-title {
    width: 140px;
    position: absolute;
    top: 20px;
    right: -3em;
    left: auto;
}.footer-inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
}.cohost {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0.4em;
}.sponsorship {
    line-height: 1.4;
    padding-top: 0.3em;
    font-weight: 600;
    font-size: 13px;
}.cooperation {
    line-height: 1.4;
    padding-top: 0;
    font-weight: 600;
    font-size: 13px;
}.footer-contact-title {
    width: 20%;
    font-weight: 700;
}.footer-contact-name {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0.4em;
}.footer-contact-mail {
    font-size: 13px;
    line-height: 1.4;
}.footer-contact-tel-time {
    font-size: 12px;
    line-height: 1.4;
}.footer-contact {
    background: #14489d;
    color: #fff;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
}.sponcer-bnr img {
    height: 30px;
    width: auto;
}
}
@media screen and (max-width:650px) {
	.sponcer-bnr.flex {
    padding: 30px;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}.siteid {
    width: 95%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}.head-logo-items.flex {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    gap: 10px;
    justify-content: center;
}.head-logo-items img {
    height: 16px;
    width: auto;
}.sns {
    width: 52px;
    display: flex;
    gap: 8px;
    position: absolute;
    top: 20px;
    right: 12px;
}.inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}#exhibitor ul li {
    width: 100%;
    font-size: 12px;
    line-height: 1.4em;
    text-indent: -1em;
    padding-left: 1em;
    font-feature-settings: "palt";
    font-weight: 500;
    box-sizing: border-box;
}section#exhibitor .inner {
    width: 88%;
    border: #00489d solid 4px;
    position: relative;
    background: #fff;
    padding: 30px;
}.footer-contact {
    display: block;
}.footer-contact-title {
    width: 100%;
    font-weight: 700;
    padding-bottom: 10px;
}.inner-mini {
    width: 88%;
    margin: 0 auto;
}.map p {
    text-align: center;
    padding-top: 1em;
    font-size: 12px;
    line-height: 1.5;
}.bas {
    position: relative;
    padding-top: 40px;
}.bas .sec-title {
    width: 110px;
    position: absolute;
    top: 0px;
    right: 20px;
    left: auto;
}.cohost {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0.4em;
    line-height: 1.4;
}.sponsorship {
    line-height: 1.4;
    padding-top: 0.3em;
    font-weight: 500;
    font-size: 11px;
}.cooperation {
    line-height: 1.4;
    padding-top: 0;
    font-weight: 500;
    font-size: 11px;
}.footer-contact-title {
    width: 100%;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 14px;
}.footer-contact-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0.4em;
}.footer-contact-mail {
    font-size: 12px;
    line-height: 1.4;
}.sponcer-bnr.flex {
    padding: 30px;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}.sponcer-bnr img {
    height: 20px;
    width: auto;
}
}

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

}

