#section2 .kg-slide {
  height: 360px;
}
#section2 .kg-slide li {
  width: 360px;
  height: 360px;
}
#section2 .kg-slide li img {
  height: 360px;
}
@media (max-width: 768px) {
  #section2 .kg-slide {
    height: 30vw;
  }
  #section2 .kg-slide li {
    width: auto;
    height: 30vw;
  }
  #section2 .kg-slide li img {
    height: 30vw;
  }
}

#section6 .guide-how {
  max-width: 980px;
  margin: 0 auto 80px;
  background-color: #fff;
}
#section6 .guide-how:last-child {
  margin-bottom: 0;
}
#section6 .guide-how__heading {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #00A0E9;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  height: 95px;
  margin-bottom: 10px;
}
#section6 .guide-how .guide-how-items {
  display: flex;
  gap: 30px;
}
#section6 .guide-how .guide-how-items .guide-how-item {
  width: calc(50% - 15px);
}
#section6 .guide-how .guide-how-items .guide-how-item .xt-box {
  background-color: #CCECFB;
  position: relative;
  padding: 50px 35px 35px;
  margin-top: 15px;
}
#section6 .guide-how .guide-how-items .guide-how-item .xt-box__heading {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  background-color: #00A0E9;
  color: #fff;
  line-height: 24px;
  padding: 5px 30px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#section6 .guide-how .guide-how-items .guide-how-item .xt-box__content {
  display: flex;
  gap: 35px;
  align-items: center;
}
#section6 .guide-how .guide-how-items .guide-how-item .xt-box__logo {
  flex: 0 0 142px;
}
#section6 .guide-how .guide-how-items .guide-how-item .xt-box__desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}
#section6 .guide-how .guide-how-items .guide-how-item .xt-box__descTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
#section6 .guide-how .guide-how-items .guide-how-item .xt-box__descLink a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  color: #00A0E9;
}
#section6 .guide-how .guide-how-items .guide-how-item__content {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 15px;
}
#section6 .guide-how .guide-how-items .guide-how-item__content .kg-button-wrapper a {
  margin-top: 4rem;
}
#section6 .activity-guide {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 30px;
}
#section6 .activity-guide p {
  margin-bottom: 15px;
}
#section6 .activity-guide p strong {
  font-size: 24px;
  line-height: 36px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 0 8.5px;
  font-weight: bold;
}
#section6 .activity-guide p.small-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
#section6 .rules-table {
  width: 100%;
  margin-top: 30px;
}
#section6 .rules-table tr td {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 16px;
}
#section6 .rules-table tr td > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
#section6 .rules-table tr td:first-child {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  width: 110px;
  padding: 12px 0;
}
#section6 .rules-table tr td:first-child span {
  background-color: #00A0E9;
  display: block;
  line-height: 42px;
  text-align: center;
}
#section6 .rules-table tr td span.small-text {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 16px;
}
#section6 .rules-table tr td span.note-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#section6 .stadium-map {
  margin: 30px 0;
  text-align: center;
}
#section6 .guide-terms:not(:last-child) {
  margin-bottom: 50px;
}
#section6 .guide-terms__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
  font-family: "Noto Sans JP", sans-serif;
}
#section6 .guide-terms-tbl {
  width: 100%;
}
#section6 .guide-terms-tbl tr td {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background-color: #F0F0F0;
  padding: 12px;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
#section6 .guide-terms-tbl tr td:first-child {
  background-color: #00A0E9;
  color: #fff;
  width: 198px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
#section6 .guide-terms-tbl tr td:last-child {
  border-right: none;
}
#section6 .guide-terms-notes {
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 5px;
}
#section6 .position-guides {
  display: flex;
  gap: 8px;
}
#section6 .position-guides > div {
  background-color: #CCECFB;
  padding: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: calc((100% - 24px) / 4);
}
#section6 .position-guides .position-guide__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 108.108% */
  text-align: center;
  color: #00A0E9;
  margin-bottom: 5px;
}
#section6 .position-guides .position-guide__text {
  color: #00A4F9;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  #section6 .guide-how:not(:last-child) {
    margin-bottom: 30px;
  }
  #section6 .guide-how__heading {
    flex-direction: column;
    gap: 8px;
    height: auto;
    padding: 15px 0;
    font-size: 16px;
  }
  #section6 .guide-how .guide-how-items {
    flex-direction: column;
    gap: 15px;
  }
  #section6 .guide-how .guide-how-items .guide-how-item {
    width: 100%;
  }
  #section6 .guide-how .guide-how-items .guide-how-item .xt-box__heading {
    font-size: 14px;
  }
  #section6 .guide-how .guide-how-items .guide-how-item .xt-box__content {
    flex-direction: column;
  }
  #section6 .activity-guide {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  #section6 .activity-guide p {
    margin-bottom: 10px;
  }
  #section6 .activity-guide p strong {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  #section6 .rules-table {
    margin-top: 10px;
  }
  #section6 .rules-table tr td {
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #section6 .rules-table tr td span img {
    height: 14px;
    position: relative;
    top: 1px;
  }
  #section6 .rules-table tr td span.small-text {
    font-size: 13px;
  }
  #section6 .rules-table tr td:first-child {
    font-size: 14px;
    width: 62px;
    padding: 6px 0;
  }
  #section6 .rules-table tr td > div {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  #section6 .guide-terms-tbl tr td {
    font-size: 13px;
  }
  #section6 .guide-terms-tbl tr td:first-child {
    width: 100px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #section6 .position-guides {
    flex-direction: column;
  }
  #section6 .position-guides > div {
    width: 100%;
  }
  #section6 .position-guides > div .position-guide__label {
    font-size: 52px;
    line-height: 64px;
  }
}

/*# sourceMappingURL=custom-style.css.map */
