@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
  --blue :#1A4C9B;
}
html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
  font-size: 0.67vw;
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  color: #1e2123;
  font-size: 1.5rem;
  font-feature-settings: "palt" 1;
}
@media (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}
label {
  width: auto;
  max-width: auto;
}
p {
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:link {
  color: inherit;
  text-decoration: underline;
}
a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: rgba(71, 71, 71, 1.00);
}
a img {
  transition: 0.5s;
}
a:hover img {
  transition: 0.5s;
}
@media screen and (min-width:598px) {
  a.tel_link {
    color: inherit;
    text-decoration: none;    
  }
}
.hover_img {
  overflow: hidden;
  display: block;
}
.hover_img img{
 transition:1s all;
}
.hover_img img:hover{
  transform:scale(1.04,1.04);
  transition:0.4s all;
}

/*	header#globalHeader　----------------------------------------------------*/
header#globalHeader {
}
.menu {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #226bf5;
  width: 100%;
  height: 8rem;
}
.menu nav {}
.menu nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.menu nav li {
  display: block;
  width: 100%;
  text-align: center;
  border-right: 1px solid #fff;
  line-height: 1.3;
}
.menu nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  color: #fff;

}
.menu nav li.btn {
  background-color: #ffd910;
}
.menu nav li.btn a {
  color: #226bf5;
}
.menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 4.5rem;
    animation: DownAnime 1s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.menu.fixed nav a {
  height: 4.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 911px) {
  .menu {
    display: none;
  }
}

/*	footer#globalFooter　----------------------------------------------------*/
.footer__wrap {
  background-color: #0071bc;
  padding: 3rem 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #ffffff;
}
.footer__wrap a {
  color: #ffffff;
  text-decoration: none;
}
.footer__wrap h2 {
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.copyright {
  width: 100%;
  border-top: 1px solid #ffffff;
  padding-top: 0.6rem;
  text-align: right;
  font-size: 1.2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 743px) {
  .flogo img {
    zoom: 0.6;
  }
}

/* page ------------------------------------------------------------------------------*/
picture {
  display: block;
  margin: 0;
  padding: 0;
}
.titleBox {
  margin-bottom: 5rem;
}
.titleBox span {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  color: #fa1e00;
}
.titleBox h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

.titleBox__wrap {
  display: flex;
}
.titleBox__wrap picture {

}
.titleBox__wrap-inner {}
.titleBox__wrap-inner span {}
.titleBox__wrap-inner h2 {
  line-height: 1;
}
.titleBox__wrap .icon {
  margin-right: 1rem;
}
.titleBox__wrap .icon img {}

.button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-block: 5rem;
  gap: 5rem;
}
.button a {
  display: block;
}
@media screen and (max-width: 743px) {
  .button {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
/* =================================
mv
================================= */

#mv {
  padding-bottom: 8rem;
}
@media screen and (max-width: 743px) {
  #mv {
  padding-bottom: 0;
}
}
/* =================================
LINEUP
================================= */

.lineup {
  padding-block: 5rem;
  background-image: url(../img/bg-lineup.webp);
  background-size: cover;
}
.lineup .container {}
.lineup .row {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.lineup-btn a {
  background-color: #fff;
  display: block;
  border-radius: 20px;
  box-shadow: 2px 2px 5px #666;
}
.lineup-btn a:hover {
  opacity: 1;
  box-shadow: none;
}
@media screen and (max-width: 743px) {
  .lineup {
     background-image: url(../img/bg-lineup-smp.webp);
  }
  .lineup .row {
    flex-direction: column;
    gap: 0;
  }

  .lineup-btn {
    padding-inline: 5%;
    margin-bottom: 3rem;
  }
  .lineup-btn img {
    width: 100%;
    height: auto;
  }
}

/* =================================
ABOUT
================================= */

#about {
  padding-block: 5rem;
}
#about .container {}
#about .row {}

.about__inner {
  padding-block: 3rem;
}
.about__inner h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #666666;
  margin-bottom: 3rem;
}
.about__inner p {
  line-height: 2;
}


/* =================================
CONTEST
================================= */

#contest {
  padding-block: 5rem;
  background-color: #d3e1fd;
  background-image: url(../img/bg.webp);
}
#contest .container {}
#contest .row {}

.contest__wrap {
  text-align: center;
}
.contest__wrap h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #000;
}
.contest__wrap h4 {
  font-size:2.6rem;
  font-weight: 700;
  color: #000;
  display: flex;
  justify-content: center;
}
.contest__wrap-inner h4 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
.contest__wrap-inner h5 {
  font-size: 3.6rem;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #666;
}
.contest__wrap-inner h6 {}
.contest__wrap-inner p {
  font-size: 1.6rem;
  font-weight: 700;
}

.line-left {
  margin-right: 2rem;
}
.line-left img {}
.line-right {
  margin-left: 2rem;
}
.line-right img {}

.box {
  font-size: 2.1rem;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 10rem;
  width: 25rem;
  padding-block: 1rem;
  line-height: 1;
  text-align: center;
  margin-inline: auto;
  margin-block: 2rem;
}

.contest__wrap-inner {
  padding-inline: 5%;
  padding-block: 5rem;
  border-bottom: 1px solid #0071bc;
}
.contest__wrap-inner h4 {}
.contest__wrap-inner h5 {}
.contest__wrap-inner h6 {}
.contest__wrap-inner p {
  font-size: 1.5rem;
  font-weight: 400;
}

.contest__wrap-group {
  display: flex;
  justify-content: space-between;
  margin-block: 3rem;
}

.contest__wrap-group .block {
  width: 48%;
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 1.0);
  color: #fff;
}
.contest__wrap-group .block .robo {
  background-color: #0071bc;
}
.contest__wrap-group .block .idea {
  background-color: #fbb03b;
}
.contest__wrap-group .block h6 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  padding-top: 2rem;
}
.contest__wrap-group .block p {
  padding: 2rem;
  font-weight: 700;
  text-align: left;
}
.contest__wrap-group .block picture {}
.contest__wrap-group .block img {}

.contest-outline {}
.contest-outline table {
  width: 100%;
  border: 1px solid #666666;
}
.contest-outline thead {}
.contest-outline tbody th {
  background-color: #29abe2;
  font-weight: 700;
  vertical-align: middle;
}
.contest-outline tbody td {
  background-color: #ffffff;
  text-align: left;
}
.contest-outline tr {}
.contest-outline th {
  border: 1px solid #666666;
  padding: 2rem;
  vertical-align: middle;
}
.contest-outline td {
  border: 1px solid #666666;
  padding: 2rem;
  vertical-align: middle;
  line-height: 1.2;
}

.contest-outline thead .robo {
  background-color: #0071bc;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.contest-outline thead .idea {
  background-color: #fbb03b;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.contest__theme p {
  text-align: left;
}
.contest__theme h6 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.js {
  margin-block: 2rem;
  background-color: #009245;
  color: #ffffff;
  text-align: center;
  padding: 1rem 2.5rem;
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
}
.jhs {
  margin-block: 2rem;
  background-color: #0000ff;
  color: #ffffff;
  text-align: center;
  padding: 1rem 2.5rem;
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
}
.theme {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 0;
  padding: 0;
}
.theme li {}
.theme li img {}

.judge {
  width: 30%;
}
.judge picture {
  margin-bottom: 1.5rem;
}
.judge img {}
.judge .name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.judge .profile {
  font-size: 1.4rem;
  text-align: left;
}
.contest__wrap-inner.schedule {
  padding-inline: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.schedule {
  width: 100%;
}
.schedule ul {
  margin-block: 5rem 3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  position: relative;
}
.schedule ul:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #8cc63f;
  position: absolute;
  top: 50%;
  left: 0;
}
.schedule li {
  width: 20%;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 2rem;
  border: 2px solid #8cc63f;
  position: relative;
}
.schedule .icon {
  margin-top: -3.5rem;
}
.schedule .icon img {}
.schedule .ttle {
  font-weight: 700;
  margin-block: 2rem;
  color: #666666;
}
.schedule .day {
  font-weight: 700;
  margin-bottom: 1rem;
}



@media screen and (max-width: 743px) {
  .contest__wrap h3 {
    font-size: 2.6rem;
  }
  .contest__wrap h4 {
    font-size:2rem;
  }
  .contest__wrap-inner {
  padding-inline: 0%;
  padding-block: 2.5rem;
  }
  .contest__wrap-inner h4 {
    font-size: 2.6rem;
  }
  .contest__wrap-inner h5 {
    font-size: 3rem;
  }
  .contest__wrap-inner p {
    font-size: 1.3rem;
  }

  .line-left {
    margin-right: 1rem;
  }
  .line-left img {
    zoom: 0.6;
  }
  .line-right {
    margin-left: 1rem;
  }
  .line-right img {
    zoom: 0.6;
  }
  .box {
    font-size: 1.6rem;
  }
  .contest__wrap-inner p {
    font-size: 1.3rem;
  }

  .contest__wrap-group {
    flex-wrap: wrap;
    margin-block: 2rem;
  }

  .contest__wrap-group .block {
    width: 100%;
    margin-bottom: 3rem;
  }
  .contest__wrap-group .block h6 {
    font-size: 2rem;
    padding-top: 1rem;
  }
  .contest__wrap-group .block p {
    padding: 1rem;
  }
  .contest-outline {
    overflow-x: scroll;
  }
  .contest-outline table {

  }
  .contest-outline tbody th {
    font-size: 1.5rem;

  }
  .contest-outline tbody td {
    background-color: #ffffff;
    text-align: left;
  }
  .contest-outline tr {}
  .contest-outline th {
    padding: 1rem;
    white-space: nowrap;
  }
  .contest-outline td {
    padding: 1rem;
    white-space: nowrap;
  }
  .contest-outline thead .robo {
    font-size: 1.5rem;
  }
  .contest-outline thead .idea {
    font-size: 1.5rem;
  }

  .contest__theme {}
  .contest__theme h6 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .js {
    margin-block: 1rem;
    padding: 0.5rem 1rem;
  }
  .jhs {
    margin-block: 1rem;
    padding: 0.5rem 1rem;
  }
  .theme {
    flex-wrap: wrap;
  }
  .theme li {
    width: 45%;
  }
  .theme li img {}

  .judge {
    width: 100%;
    margin-bottom: 3rem;
  }
  .judge picture {
    margin-bottom: 1.5rem;
  }
  .schedule ul {
    margin-block: 5rem 3rem;
    flex-direction: column;
    gap: 1.5rem;
  }
  .schedule ul:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #8cc63f;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .schedule li {
    width: 100%;
    margin-bottom: 2rem;
  }


}


/* =================================
WORKSHOP
================================= */

#workshop {
  padding-block: 5rem;
  background-color: #feefd8;
  background-image: url(../img/bg-workshop.webp);
}
#workshop .titleBox span {
  color: #f7931e;
  letter-spacing: 0;
}
#workshop .row {
  margin-top: 5rem;
}

.workshop-box {
  margin-bottom: 3rem;
}
.workshop-box picture {
  margin-bottom: 1rem;
}
.workshop-box h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.workshop-box p {}

.workshop-block {
  background-color: #ffffff;
  padding: 2rem;
  display: flex;
}
.workshop-block picture {
  background-color: #c2e7f7;
  width: 33rem;
  display: flex;
  align-items: center;
}
.workshop-block img {}

.workshop-block-contents {
  padding-left: 2rem;
  padding-block: 1.5rem;
}
.workshop-block-contents .titleBox {
  margin-bottom: 2rem;
}
.workshop-block-contents .titleBox span {
  font-size: 1.2rem;
}
.workshop-block-contents .titleBox h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
.workshop-block-contents h5 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.workshop-block-contents p {}

@media screen and (max-width: 743px) {
  #workshop {
    background-image: url(../img/bg-workshop-smp.webp);
  }
  #workshop .row {
    margin-top:2.5rem;
  }
  .workshop-block {
    flex-direction: column;
  }
  .workshop-block picture {
    width: 100%;
  }

  .workshop-block-contents {
    padding-left: 0;
    padding-block: 1.5rem 0;
  }

}
/* =================================
OTHER CONTEST
================================= */

.otherContest {
  padding-block: 5rem;
}
.otherContest .container {}
.otherContest .row {}

.otherContest__wrap {
}
.otherContest__inner {}

.otherContest__wrap .logo {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #333333;
}
.otherContest__wrap .logo img {}

.otherContest__inner h4 {
  background-color: #00b0ad;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.otherContest__inner h4 span {
  background-color: #007b89;
  padding: 0.7rem;
  margin-right: 0.7rem;
}
.otherContest__inner h5 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.otherContest__inner p {}

.link {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.link a {
  color: #00b0ad;
}
.link .day {
  background-color: #00b0ad;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 10rem;
  text-align: center;
  padding: 0.3rem 1.2rem;
}
@media screen and (max-width: 743px) {
  .otherContest__wrap .logo img {
    margin-block: 3rem;
  }

  .otherContest__inner h4 {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
  .otherContest__inner h4 span {
    background-color: #007b89;
    padding: 0.7rem;
    margin-right: 0.7rem;
  }
  .otherContest__inner h5 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .otherContest__inner p {}

  .link {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }
  .link a {
    color: #00b0ad;
    margin-bottom: 3rem;
  }
  .link .day {
    background-color: #00b0ad;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 10rem;
    text-align: center;
    padding: 0.3rem 1.2rem;
  }
}

/* =================================
OTHER EVENT
================================= */

.otherEvent {
  padding-block: 5rem;
  background-image: url(../img/bg-other.webp);
}
.otherEvent .container {}
.otherEvent .row {}

.otherEvent h2 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
.otherEvent p {
  text-align: right;
  margin-top: 3rem;
  font-size: 1.3rem;
}

.otherEvent figure {}
.otherEvent figure img {}
.otherEvent figcaption {
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .otherEvent {
    background-image: url(../img/bg-other-smp.webp);
  }

  .otherEvent h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .otherEvent p {
    text-align: center;
    margin-top: 2rem;
  }

  .otherEvent figure {
    margin-bottom: 3rem;
  }
  .otherEvent figure img {
    margin-bottom: 0.6rem;
  }
  .otherEvent figcaption {
    font-size: 1.3rem;
    font-weight: 700;
  }
}

/* =================================
SPONCER
================================= */

#sponcer {
  padding-block: 5rem;
}
#sponcer .container {
  text-align: center;
}

.sponcer__wrap {}
.sponcer__wrap a {
  width: 100%;
  max-width: 30rem;
  display: inline-block;
}
.sponcer__wrap .inbox {
  width: 100%;
  max-width: 30rem;
  display: inline-block;
}
.sponcer__wrap p.txt {
  margin-bottom: 3rem;
}
.sponcer__wrap a {}
.sponcer__wrap picture {}
.sponcer__wrap img {}

.sponcer01 {
  margin-bottom: 5rem;
}
.sponcer01 h3 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
.sponcer01 a {}
.sponcer01 p {}

.sponcer02 {
  margin-bottom: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.sponcer02 a {
  display: inline-block;
}
.sponcer02 p {}

.sponcer03 {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem;
}
.sponcer03 h3 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (max-width: 743px) {
  .sponcer02 {
    flex-direction: column;
    gap: 3rem;
  }
}


/* =================================
FES
================================= */

.fes {
  padding-block: 5rem;
  text-align: center;
  background-color: #fefabc;
}
.fes h2 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
.fes p.txt {
  margin-bottom: 3rem;
}


.fes-box {
  background-color: #ffffff;
  border: 3px solid #fbb03b;
  padding: 2rem;
  border-radius: 2rem;
}
.fes-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.fes-box p {
  margin-bottom: 1rem;
}
.fes-box picture {
  height: 17rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 743px) {
  .fes {
    padding-block: 5rem 2rem;
  }
  .fes-box {
    margin-bottom: 3rem;
  }

}


/* =================================
BOOTH
================================= */

#booth {}


/* =================================
OUTLINE
================================= */

#outline {
   padding-block: 5rem;
}
#outline .container {}
#outline .row {}

#outline table {
  width: 100%;
  border-top: 1px solid #333333;
  margin-bottom: 3rem;
}
#outline tbody {}
#outline tr {}
#outline th {
  font-weight: 700;
  border-bottom: 1px solid #333333;
  padding-block: 3rem;
}
#outline td {
  border-bottom: 1px solid #333333;
  padding-block: 3rem;
}

.gmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 743px) {
  #outline th {
    display: block;
    width: 100%;
    padding-block: 3rem 0;
    border-bottom: none;
  }
  #outline td {
    display: block;
    width: 100%;
    padding-block: 1rem 3rem;
  }
}

/*　Media Queries　-------------------------------------------------------*/
@media (max-width:1280px) {}
@media (max-width:1120px) {}
@media (max-width:919px) {}
@media (max-width:767px) {
  
}
@media (max-width:576px) {}
@media (max-width:414px) {}
@media (max-width:320px) {}