@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
main {
  overflow: hidden;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 1.5px;
  font-size: 14.5px;
}

.HeaderMenu {
  height: 90px;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

.HeaderLogo {
  width: 110px;
  padding-top: 5px;
}
.HeaderLogo img {
  width: 100%;
}

.HeaderMenuList {
  display: flex;
  gap: 0 25px;
  align-items: center;
}
.HeaderMenuList li a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
}

a {
  color: #000;
}

.Reservation {
  padding: 10px 20px;
  border: 1px solid #000;
  transition: all 0.4s;
}
.Reservation a {
  font-size: 14px !important;
  line-height: 14px;
}

.Reservation:hover {
  background-color: #000;
}
.Reservation:hover a {
  color: #fff;
}

.Reservation2:hover {
  background-color: #000;
}
.Reservation2:hover a {
  color: #fff;
}

.Reservation2 {
  padding: 15px 25px;
  border: 1px solid #000;
  width: 80px;
  text-align: center;
  margin: 25px auto;
  transition: 0.2s;
}
.Reservation2 a {
  font-size: 18px !important;
  line-height: 17px;
  font-weight: bold;
}

.KeyVisual {
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}

.KV-scroll {
  position: absolute;
  left: 6%;
  bottom: 350px;
  width: 35px;
}

.Arrow {
  position: fixed;
  right: 4%;
  bottom: 20px;
  width: 60px;
  z-index: 10;
}
.Arrow img {
  width: 100%;
}

.KV-background {
  position: absolute;
  width: 100%;
  z-index: -1;
}

.KV-contents {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
}
.KV-contents .KV-logo {
  max-width: 500px;
  width: 85%;
  margin: 60px auto 0 auto;
}
.KV-contents .KV-logo img {
  width: 100%;
}
.KV-contents p {
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  font-size: 22px;
  margin-top: 20px;
}
.KV-contents .KV-phrase {
  width: 100%;
  margin-top: -10px;
}
.KV-contents .KV-phrase img {
  width: 100%;
}
.KV-contents h3 {
  font-size: 24px;
  text-align: center;
}
.KV-contents .Time {
  font-size: 30px;
  margin-bottom: 5px;
}

.container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.TitleEng {
  -webkit-text-stroke: 0.8px #000;
  color: transparent;
}

.vision {
  text-align: center;
  position: relative;
  padding: 120px 0;
}
.vision .TitleEng {
  font-size: 150px;
  margin-bottom: -70px;
}
.vision h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
.vision h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
.vision p {
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
}

.bg-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.bg-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.section {
  margin: 120px 0;
}

.Background {
  position: relative;
  padding-bottom: 200px;
}
.Background .TitleEng {
  font-size: 100px;
  margin-bottom: -50px;
}
.Background h2 {
  font-size: 35px;
}

.Bacgkground-text {
  max-width: 600px;
  width: 90%;
  margin-top: 30px;
  line-height: 28px;
}
.Bacgkground-text p {
  text-align: left;
}

.Background-bg3 {
  position: absolute;
  right: -70px;
  top: 300px;
  width: 380px;
}
.Background-bg3 img {
  width: 100%;
}

.Background-bg3-1 {
  position: absolute;
  z-index: -1;
  left: -100px;
  bottom: -100px;
  width: 230px;
}
.Background-bg3-1 img {
  width: 100%;
}

.rotation {
  -webkit-animation: 25s linear infinite rotation1;
          animation: 25s linear infinite rotation1;
}

@-webkit-keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Parallelogram1 {
  position: relative;
  padding: 75px 60px;
  height: 180px;
  z-index: -1;
  top: 100px;
}

.Parallelogram1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(to right, #777777, #FFFFFF);
  transform: skewY(-11deg);
}

.Natsuki {
  position: absolute;
  left: 60%;
  bottom: -12px;
  transform: translateX(-60%);
  -webkit-transform: translateX(-60%);
}

.NatsukiName {
  position: absolute;
  top: 70%;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 0px 3px #000;
  z-index: 2;
}

.Contents .TitleEng {
  font-size: 100px;
  margin-bottom: -50px;
}
.Contents h2 {
  font-size: 35px;
}

.TitleNumber {
  background-color: #000;
  padding: 5px 10px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
}

.ContentsBlock {
  margin: 40px auto 320px auto;
}

.ContentsFlex {
  display: flex;
  gap: 10px 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ContentsText h4 {
  font-size: 24px;
  line-height: 33px;
}

.ContentsText2 {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  position: relative;
}

.ContentsSubtitle {
  font-weight: bold;
  margin: 20px 0;
  line-height: 23px;
}

.Parallelogram2 {
  position: relative;
  width: 88%;
  max-width: 700px;
  margin-left: auto;
  padding: 70px 6%;
  height: 180px;
  z-index: -1;
  top: 100px;
}

.Parallelogram2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(to right, #777777, #FFFFFF);
  transform: skewY(-13.5deg);
}

.Name1-1 {
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 3px #000;
}

.Name1-2 {
  position: absolute;
  left: 420px;
  bottom: 100px;
  z-index: 1;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 3px #000;
}

.Person1-1 {
  position: absolute;
  left: 120px;
  bottom: -72px;
}

.Person1-2 {
  position: absolute;
  right: 80px;
  bottom: 22px;
}

.Annotation {
  position: absolute;
  bottom: -50px;
  right: 0;
}

.Contents-bg3-1 {
  position: absolute;
  right: -75px;
  bottom: 30px;
  width: 150px;
}
.Contents-bg3-1 img {
  width: 100%;
}

.ContentsCategory {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 25px;
}

.Contents2-1 {
  position: absolute;
  width: 85%;
  bottom: -87px;
}
.Contents2-1 img {
  width: 100%;
}

.Contents2-2 {
  position: absolute;
  width: 85%;
  bottom: -87px;
}
.Contents2-2 img {
  width: 100%;
}

.Name2-1 {
  position: absolute;
  bottom: -20px;
  left: 25px;
  z-index: 1;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 3px #000;
}

.Name2-2 {
  position: absolute;
  bottom: 50px;
  left: 280px;
  z-index: 1;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 3px #000;
}

.Name2-3 {
  position: absolute;
  bottom: 110px;
  left: 550px;
  z-index: 1;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 3px #000;
}

.Judge {
  position: absolute;
  top: -20px;
  left: 460px;
  opacity: 30%;
  font-weight: bold;
  font-size: 45px;
  transform: skewY(-13.5deg);
}

.Parallelogram3 {
  position: relative;
  width: 88%;
  max-width: 700px;
  margin-right: auto;
  padding: 70px 6%;
  height: 180px;
  z-index: -1;
  top: 100px;
}

.Parallelogram3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(to right, #FFFFFF, #777777);
  transform: skewY(13.5deg);
}

.WinnerTitle {
  font-weight: bold;
  margin-top: 10px;
}

.WinnerPrize {
  font-size: 26px;
  line-height: 58px;
  font-weight: bold;
  margin-top: 15px;
}

.Name3-1 {
  position: absolute;
  bottom: 130px;
  left: 50px;
  z-index: 1;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 3px #000;
}

.Name3-2 {
  position: absolute;
  bottom: 50px;
  left: 420px;
  z-index: 1;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 3px #000;
}

.Judge2 {
  position: absolute;
  top: -70px;
  left: 0px;
  opacity: 30%;
  font-weight: bold;
  font-size: 45px;
  transform: skewY(13.5deg);
}

.Annotation2 {
  position: absolute;
  bottom: -50px;
  left: 0;
}

.Contents-bg3-2 {
  position: absolute;
  right: -350px;
  bottom: -30px;
  width: 280px;
}
.Contents-bg3-2 img {
  width: 100%;
}

.ContentsSubtitle-text {
  margin-top: -10px;
}

.Contents3 {
  position: absolute;
  width: 85%;
  text-align: center;
  bottom: -87px;
}
.Contents3 img {
  width: 100%;
}

.Name4-1 {
  position: absolute;
  bottom: 10px;
  left: 50px;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 3px #000;
}

.Name4-2 {
  position: absolute;
  bottom: 100px;
  left: 510px;
  z-index: 1;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 3px #000;
}

.Contents-bg3-3 {
  position: absolute;
  right: -350px;
  top: -300px;
  width: 280px;
}
.Contents-bg3-3 img {
  width: 100%;
}

.Entrepreneur {
  padding: 120px 0;
  background-color: #111111;
  position: relative;
  z-index: -1;
}

.EntrepreneurSection {
  position: relative;
}

.EntrepreneurTitle {
  color: #fff;
  text-align: center;
}
.EntrepreneurTitle h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.EntrepreneurTitle .EntrepreneurTitle-sub {
  text-align: center;
  font-weight: bold;
  line-height: 25px;
}
.EntrepreneurTitle h4 {
  font-size: 25px;
  margin-bottom: 8px;
  margin-top: 80px;
  letter-spacing: 2.5px;
}
.EntrepreneurTitle p {
  text-align: center;
}

.EntrepreneurFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  gap: 70px 0;
}

.EntrepreneurBlock {
  width: 280px;
}

.EntrepreneurImage {
  width: 100%;
}
.EntrepreneurImage img {
  width: 100%;
}

.EntrepreneurBlock {
  color: #fff;
}
.EntrepreneurBlock .position {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
.EntrepreneurBlock .ProfileName {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}

.MC {
  margin-top: 120px;
  color: #fff;
}
.MC h3 {
  font-size: 35px;
  text-align: center;
  letter-spacing: 2.5px;
}

.MCFlex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 70px 100px;
  margin: 50px 0;
}

.MCBlock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 0 40px;
}

.MCImage {
  width: 300px;
}
.MCImage img {
  width: 100%;
}

.MCImage2 {
  width: 200px;
}
.MCImage2 img {
  width: 100%;
}

.MCText .position {
  font-size: 15px;
  margin-top: 2px;
}
.MCText .ProfileName {
  font-size: 28px;
  font-weight: bold;
  margin-top: 5px;
}
.MCText span {
  font-size: 11px;
}
.MCText .position2 {
  font-size: 14px;
  margin-top: 2px;
}
.MCText .ProfileName2 {
  font-size: 25px;
  font-weight: bold;
}

.Schedule {
  position: relative;
}
.Schedule .TitleEng {
  font-size: 120px;
  margin-bottom: -70px;
}
.Schedule h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.EventSchedule {
  width: 100%;
  margin-top: 80px;
}
.EventSchedule img {
  width: 100%;
}

.Information {
  position: relative;
}
.Information .TitleEng {
  font-size: 120px;
  margin-bottom: -70px;
}
.Information h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.EventInfo {
  margin-top: 30px;
  height: 400px;
}

.EventInfoFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: 10px;
}

.EventInfo-left {
  width: 120px;
}
.EventInfo-left p {
  font-weight: bold;
}

.EventInfo-right p {
  line-height: 25px;
}

.bg-5 {
  position: absolute;
  width: 800px;
  right: -180px;
  top: -40px;
}
.bg-5 img {
  width: 100%;
}

.Members {
  position: relative;
}
.Members .TitleEng {
  font-size: 120px;
  margin-bottom: -70px;
}
.Members h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
.Members h4 {
  text-align: center;
  font-size: 25px;
  margin: 80px 0 30px 0;
}

.Information-bg3-1 {
  position: absolute;
  right: -75px;
  bottom: -200px;
  width: 200px;
}
.Information-bg3-1 img {
  width: 100%;
}

.MemberFlex {
  margin: 0 auto 35px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 50px;
  align-items: center;
  justify-content: center;
}

.MemberBlock {
  width: 280px;
}
.MemberBlock img {
  width: 100%;
}

.MemberBlock2 {
  width: 200px;
}
.MemberBlock2 img {
  width: 100%;
}

.Partner {
  position: relative;
}
.Partner .TitleEng {
  font-size: 100px;
  margin-bottom: -65px;
}
.Partner h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
.Partner h4 {
  text-align: center;
  font-size: 25px;
  margin: 80px 0 30px 0;
}

.PartnerFlex {
  margin: 80px auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
  align-items: center;
  justify-content: center;
}

.Contact {
  text-align: center;
  position: relative;
}
.Contact .TitleEng {
  font-size: 150px;
  margin-bottom: -70px;
}
.Contact h4 {
  font-size: 30px;
  margin-bottom: 25px;
}
.Contact p {
  line-height: 25px;
  text-align: center;
}

footer {
  padding: 20px;
  background-color: #111111;
}
footer small {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 12px;
}

.Entrepreneur-bg4-1 {
  position: absolute;
  left: -100px;
  top: -150px;
  width: 240px;
}
.Entrepreneur-bg4-1 img {
  width: 100%;
}

.Entrepreneur-bg4-2 {
  position: absolute;
  right: 20%;
  top: 15%;
  width: 240px;
}
.Entrepreneur-bg4-2 img {
  width: 100%;
}

.Entrepreneur-bg4-3 {
  position: absolute;
  left: -20%;
  top: 22%;
  width: 350px;
}
.Entrepreneur-bg4-3 img {
  width: 100%;
}

.Entrepreneur-bg4-4 {
  position: absolute;
  right: -30%;
  top: 30%;
  width: 350px;
}
.Entrepreneur-bg4-4 img {
  width: 100%;
}

.Entrepreneur-bg4-5 {
  position: absolute;
  left: 20%;
  top: 60%;
  width: 240px;
}
.Entrepreneur-bg4-5 img {
  width: 100%;
}

.Entrepreneur-bg4-6 {
  position: absolute;
  left: -20%;
  bottom: 13%;
  width: 350px;
}
.Entrepreneur-bg4-6 img {
  width: 100%;
}

.sponly {
  display: none;
}

.sponly2 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .KV-contents p {
    font-size: 17px;
    line-height: 28px;
  }
  .vision h2 {
    font-size: 33px;
    margin-bottom: 20px;
  }
  .Parallelogram1 {
    position: relative;
    padding: 75px 60px;
    height: 180px;
    z-index: -1;
    top: 150px;
  }
  .Entrepreneur-bg4-5 {
    position: absolute;
    left: 20%;
    top: 55%;
    width: 240px;
  }
  .Entrepreneur-bg4-5 img {
    width: 100%;
  }
  .Entrepreneur-bg4-6 {
    position: absolute;
    left: -20%;
    bottom: 15%;
    width: 350px;
  }
  .Entrepreneur-bg4-6 img {
    width: 100%;
  }
  .MemberBlock {
    width: 250px;
  }
  .MemberBlock2 {
    width: 180px;
  }
  .Contents-bg3-2 {
    position: absolute;
    right: -50%;
    bottom: -25%;
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .HamburgerMenu {
    display: block;
  }
  .HeaderMenuList {
    display: none;
  }
  .sponly {
    display: block;
  }
  .Background .TitleEng {
    font-size: 100px;
    margin-bottom: -50px;
  }
  .Bacgkground-text {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
    line-height: 26px;
  }
  .Background-bg3 {
    position: absolute;
    right: -70px;
    top: 550px;
    width: 250px;
  }
  .Background-bg3-1 {
    position: absolute;
    z-index: -1;
    left: -85px;
    bottom: -100px;
    width: 180px;
  }
  .Natsuki {
    bottom: -18px;
  }
  .Parallelogram2 {
    position: relative;
    width: 88%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 6%;
    height: 180px;
    z-index: -1;
    top: 100px;
  }
  .Parallelogram3 {
    position: relative;
    width: 88%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 6%;
    height: 180px;
    z-index: -1;
    top: 100px;
  }
  .Person1-1 {
    position: absolute;
    left: 120px;
    bottom: -65px;
  }
  .Person1-2 {
    position: absolute;
    right: 80px;
    bottom: 14px;
  }
  .Name1-1 {
    position: absolute;
    bottom: 5%;
    left: 10%;
    z-index: 1;
  }
  .Name1-2 {
    position: absolute;
    left: 55%;
    bottom: 30%;
  }
  .Name2-1 {
    position: absolute;
    bottom: -5%;
    left: 4%;
    z-index: 1;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 3px #000;
  }
  .Name2-2 {
    position: absolute;
    bottom: 15%;
    left: 35%;
  }
  .Name2-3 {
    position: absolute;
    bottom: 25%;
    left: 65%;
  }
  .Contents2-1 {
    position: absolute;
    width: 85%;
    bottom: -82px;
  }
  .Contents2-2 {
    position: absolute;
    width: 90%;
    bottom: -85px;
  }
  .ContentsText2 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    position: relative;
    margin-bottom: 60px;
  }
  .Name3-1 {
    position: absolute;
    bottom: 45%;
    left: 5%;
  }
  .Name3-2 {
    position: absolute;
    bottom: 15%;
    left: 50%;
  }
  .Judge {
    position: absolute;
    top: -8%;
    left: 55%;
  }
  .Judge2 {
    position: absolute;
    top: -22%;
    left: 0;
  }
  .Contents3 {
    position: absolute;
    width: 85%;
    /* text-align: center; */
    bottom: -81px;
  }
  .Name4-1 {
    position: absolute;
    bottom: 4%;
    left: 5%;
  }
  .Name4-2 {
    position: absolute;
    bottom: 30%;
    left: 65%;
  }
  .EntrepreneurFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 80px;
    gap: 70px 0;
  }
  .Entrepreneur-bg4-6 {
    position: absolute;
    left: -20%;
    bottom: 12%;
    width: 350px;
  }
  .Information .TitleEng {
    font-size: 100px;
    margin-bottom: -70px;
  }
  .MemberBlock {
    width: 200px;
  }
  .MemberBlock2 {
    width: 140px;
  }
  .Partner .TitleEng {
    font-size: 80px;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 559px) {
  .KV-contents p {
    font-size: 16px;
    line-height: 28px;
  }
  .KV-contents .KV-phrase {
    width: 100%;
    margin: 10px 0;
  }
  .KV-contents .Time {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .KV-contents h3 {
    font-size: 18px;
    text-align: center;
  }
  .bg-1 {
    width: 80px;
  }
  .bg-1 img {
    width: 100%;
  }
  .bg-2 {
    width: 80px;
  }
  .bg-2 img {
    width: 100%;
  }
  .vision .TitleEng {
    font-size: 80px;
    margin-bottom: -35px;
  }
  .vision h4 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .vision h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .sponly2 {
    display: block;
  }
  .vision p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
  }
  .vision {
    text-align: center;
    position: relative;
    padding: 100px 0;
  }
  .Background .TitleEng {
    font-size: 48px;
    margin-bottom: -28px;
  }
  .Background h2 {
    font-size: 25px;
  }
  .Bacgkground-text p {
    text-align: justify;
  }
  .Background-bg3 {
    position: absolute;
    right: -40%;
    top: 58%;
    width: 220px;
  }
  .NatsukiName {
    position: absolute;
    top: 70%;
    left: 10%;
    font-size: 20px;
    font-weight: bold;
  }
  .Natsuki {
    bottom: -26px;
  }
  .Background-bg3-1 {
    position: absolute;
    z-index: -1;
    left: -22%;
    bottom: -5%;
    width: 160px;
  }
  .Contents .TitleEng {
    font-size: 60px;
    margin-bottom: -30px;
  }
  .Contents h2 {
    font-size: 25px;
  }
  .ContentsText {
    width: 100%;
  }
  .ContentsText h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .ContentsSubtitle {
    margin: 15px 0;
    line-height: 23px;
  }
  .spnone {
    display: none;
  }
  .Person1-1 {
    position: absolute;
    left: 8%;
    bottom: -19%;
    width: 150px;
  }
  .Person1-1 img {
    width: 100%;
  }
  .Person1-2 {
    position: absolute;
    right: 8%;
    bottom: 2%;
    width: 120px;
  }
  .Person1-2 img {
    width: 100%;
  }
  .Parallelogram2 {
    position: relative;
    width: 88%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 6%;
    height: 80px;
    z-index: -1;
    top: 60px;
  }
  .Name1-1 {
    position: absolute;
    bottom: 2%;
    left: 5%;
    z-index: 1;
    font-size: 18px;
  }
  .Name1-2 {
    position: absolute;
    left: 55%;
    bottom: 20%;
  }
  .Contents-bg3-1 {
    position: absolute;
    right: -15%;
    bottom: -10%;
    width: 100px;
  }
  .Annotation {
    font-size: 13px;
  }
  .ContentsBlock {
    margin: 40px auto 220px auto;
  }
  .Contents2-1 {
    position: absolute;
    width: 85%;
    bottom: -43px;
  }
  .Name2-1 {
    position: absolute;
    bottom: -5%;
    left: 2%;
    z-index: 1;
    font-size: 18px;
  }
  .Name2-2 {
    position: absolute;
    top: 20%;
    left: 30%;
    font-size: 18px;
  }
  .Name2-3 {
    position: absolute;
    bottom: 10%;
    left: 60%;
  }
  .spsmall {
    font-size: 12px !important;
    line-height: 18px !important;
    display: inline-block;
  }
  .ContentsText2 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    position: relative;
    margin-bottom: 0px;
  }
  .Parallelogram3 {
    position: relative;
    width: 88%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 6%;
    height: 80px;
    z-index: -1;
    top: 60px;
  }
  .EntrepreneurTitle h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .EntrepreneurTitle h4 {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 60px;
    letter-spacing: 2px;
  }
  .EntrepreneurTitle p {
    text-align: center;
    font-size: 13px;
  }
  .EntrepreneurFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    gap: 70px 0;
  }
  .EntrepreneurBlock {
    width: 160px;
  }
  .EntrepreneurBlock .position {
    font-size: 11px;
    text-align: center;
    margin-top: 15px;
  }
  .EntrepreneurBlock .ProfileName {
    font-size: 19px;
  }
  .MCImage {
    width: 250px;
  }
  .MCText .ProfileName {
    font-size: 25px;
    font-weight: bold;
    margin-top: 5px;
  }
  .Schedule .TitleEng {
    font-size: 60px;
    margin-bottom: -30px;
  }
  .Schedule h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .EventSchedule {
    margin-top: 60px;
  }
  .Information .TitleEng {
    font-size: 48px;
    margin-bottom: -28px;
  }
  .Information h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .EventInfo-right {
    width: 100%;
  }
  .bg-5 {
    position: absolute;
    width: 450px;
    right: -180px;
    top: -20px;
  }
  .EventInfo {
    margin-top: 30px;
    height: 350px;
  }
  .Information-bg3-1 {
    position: absolute;
    right: -75px;
    bottom: -100px;
    width: 150px;
  }
  .Members .TitleEng {
    font-size: 65px;
    margin-bottom: -35px;
  }
  .Members h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .Members h4 {
    text-align: center;
    font-size: 22px;
    margin: 50px 0 20px 0;
  }
  .MemberBlock {
    width: 150px;
  }
  .MemberFlex {
    gap: 25px 25px;
    margin: 0 auto 25px auto;
  }
  .Partner .TitleEng {
    font-size: 55px;
    margin-bottom: -30px;
  }
  .Partner h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .PartnerFlex {
    margin: 40px auto 20px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 25px;
    align-items: center;
    justify-content: center;
  }
  .section {
    margin: 110px 0;
  }
  .Contact .TitleEng {
    font-size: 65px;
    margin-bottom: -35px;
  }
  .Contact h4 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .Contact p {
    font-size: 13px;
    line-height: 25px;
    text-align: center;
  }
  .Contents2-2 {
    position: absolute;
    width: 90%;
    bottom: -20%;
  }
  .Judge2 {
    position: absolute;
    top: -11%;
    left: 0;
    font-size: 28px;
  }
  .Judge {
    position: absolute;
    top: -12%;
    right: 0;
    left: auto;
    font-size: 28px;
  }
  .Name3-1 {
    position: absolute;
    top: 15%;
    left: 2%;
    font-size: 18px;
  }
  .Name3-2 {
    position: absolute;
    bottom: 2%;
    left: 50%;
    font-size: 18px;
  }
  .Contents3 {
    position: absolute;
    width: 85%;
    /* text-align: center; */
    bottom: -43px;
  }
  .Name4-1 {
    position: absolute;
    top: 25%;
    left: 4%;
    font-size: 15px;
  }
  .Name4-2 {
    position: absolute;
    bottom: 10%;
    left: 60%;
    font-size: 16px;
  }
  .Contents-bg3-2 {
    position: absolute;
    right: -25%;
    bottom: -150%;
    width: 180px;
    z-index: -1;
  }
  .Entrepreneur-bg4-1 {
    position: absolute;
    left: -100px;
    top: -180px;
    width: 200px;
  }
  .Entrepreneur-bg4-2 {
    position: absolute;
    right: 20%;
    top: 15%;
    width: 180px;
  }
  .Entrepreneur-bg4-3 {
    position: absolute;
    left: -30%;
    top: 19%;
    width: 230px;
  }
  .Entrepreneur-bg4-4 {
    position: absolute;
    right: -40%;
    top: 29.5%;
    width: 250px;
  }
  .Entrepreneur-bg4-5 {
    position: absolute;
    left: 20%;
    top: 50%;
    width: 180px;
  }
  .Entrepreneur-bg4-6 {
    position: absolute;
    left: -20%;
    bottom: 16%;
    width: 200px;
  }
  .HeaderLogo {
    width: 100px;
    padding-top: 5px;
  }
  .HeaderMenu {
    height: 90px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  .KV-contents .KV-logo {
    margin: 30px auto 0 auto;
  }
  .Parallelogram1 {
    position: relative;
    padding: 75px 60px;
    height: 100px;
    z-index: -1;
    top: 150px;
  }
  .Natsuki {
    width: 180px;
    bottom: -18px;
  }
  .Natsuki img {
    width: 100%;
  }
  .Arrow {
    position: fixed;
    right: 4%;
    bottom: 20px;
    width: 55px;
    z-index: 10;
  }
  .Arrow img {
    width: 100%;
  }
  .WinnerPrize {
    font-size: 22px;
  }
}
@media screen and (max-width: 395px) {
  .Person1-1 {
    position: absolute;
    left: 8%;
    bottom: -18%;
    width: 150px;
  }
  .Person1-1 img {
    width: 100%;
  }
  .Person1-2 {
    position: absolute;
    right: 8%;
    bottom: 1%;
    width: 120px;
  }
  .Person1-2 img {
    width: 100%;
  }
  .Contents2-1 {
    position: absolute;
    width: 85%;
    bottom: -41px;
  }
  .Contents2-2 {
    position: absolute;
    width: 90%;
    bottom: -19.5%;
  }
  .Contents3 {
    position: absolute;
    width: 85%;
    /* text-align: center; */
    bottom: -41px;
  }
}
@media screen and (max-width: 380px) {
  .Person1-1 {
    position: absolute;
    left: 8%;
    bottom: -17%;
    width: 150px;
  }
  .Person1-1 img {
    width: 100%;
  }
  .Person1-2 {
    position: absolute;
    right: 8%;
    bottom: 1%;
    width: 120px;
  }
  .Person1-2 img {
    width: 100%;
  }
  .Contents2-1 {
    position: absolute;
    width: 85%;
    bottom: -39px;
  }
  .Contents2-2 {
    position: absolute;
    width: 90%;
    bottom: -18%;
  }
  .Contents3 {
    position: absolute;
    width: 85%;
    /* text-align: center; */
    bottom: -39px;
  }
}/*# sourceMappingURL=index.css.map */