@charset "UTF-8";
/* Scss Document */
#side-event {
  position: fixed;
  right: 0px;
  top: 130px;
  z-index: 18;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#side-event a {
  writing-mode: vertical-rl;
  background-color: #FC1541;
  color: #FFF;
  width: 56px;
  text-align: center;
  padding: 0px 16px 0px 0px;
  font-size: 18px;
  height: 240px;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
}
#side-event a:hover {
  opacity: 0.6;
}

/* 変数定義 */
/* ラッパー */
.sm-lp-wrapper {
  color: #231816;
  line-height: 1.8;
  width: 100%;
  overflow-x: hidden;
  padding: 20px 0 0;
}
@media (max-width: 834px) {
  .sm-lp-wrapper {
    padding: 0px 0 0;
  }
}
.sm-lp-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sm-lp-wrapper * {
  box-sizing: border-box;
}

.sm-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.sm-container--narrow {
  max-width: 800px;
}

/* 見出しスタイル (共通) */
.sm-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (max-width: 834px) {
  .sm-heading {
    font-size: 1.5rem;
  }
}
.sm-heading::before, .sm-heading::after {
  content: "●";
  color: #EA5539;
  font-size: 0.4em;
  position: relative;
  top: -5px;
  margin: 0 10px;
}
.sm-heading--light {
  color: #ffffff;
}

.sm-note {
  font-size: 0.85rem;
  text-align: center;
  margin-top: 1rem;
}

/* 1. Hero Section */
.sm-hero {
  background-color: #FAF170;
  padding: 40px 0;
  text-align: center;
}
.sm-hero__kv {
  max-width: 800px;
  width: 100%;
}

/* 2. Introduction Section */
.sm-intro {
  background-color: #231816;
  color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 834px) {
  .sm-intro {
    padding: 50px 0;
  }
}
.sm-intro .sm-heading::after {
  color: #0B933F;
}
.sm-intro p {
  margin-bottom: 4rem;
  font-size: 0.95rem;
  line-height: 2;
  color: #ffffff;
}
.sm-intro__diagram {
  text-align: center;
}
@media (max-width: 834px) {
  .sm-intro__diagram {
    padding: 0 20px;
  }
}

/* 3. Partners Section */
.sm-partners {
  background-color: #fff;
  padding: 80px 0;
  text-align: center;
}
.sm-partners .sm-heading::after {
  color: #0B933F;
}
.sm-partners__desc {
  margin-bottom: 3rem;
  font-size: 0.9rem;
}
.sm-partners__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.sm-partners__logos .sm-logo-main {
  max-width: 180px;
  width: 100%;
}
.sm-partners__row {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.sm-partners__row img {
  max-height: 60px;
  width: auto;
}

/* 4. Details Section */
.sm-details {
  background-color: #FAF170;
  padding: 80px 0;
  /* Themes */
  /* Label Heading */
  /* Benefits */
  /* Schedule */
}
@media (max-width: 834px) {
  .sm-details {
    padding: 50px 0;
  }
}
.sm-details .sm-themes {
  margin-bottom: 60px;
  text-align: center;
}
.sm-details .sm-themes .sm-heading::after {
  color: #0B933F;
}
.sm-details .sm-themes__desc {
  margin-bottom: 2rem;
  font-size: 0.9rem;
}
.sm-details .sm-themes__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}
.sm-details .sm-themes__list li {
  background: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 0.95rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 834px) {
  .sm-details .sm-themes__list li {
    width: 100%;
  }
}
.sm-details .sm-label-heading {
  text-align: center;
  margin-bottom: 2rem;
}
.sm-details .sm-label-heading span {
  background: #000;
  color: #FAF170;
  padding: 5px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
}
.sm-details .sm-benefits {
  margin-bottom: 60px;
}
.sm-details .sm-benefits__box {
  border: 1px solid #231816;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 40px;
}
@media (max-width: 834px) {
  .sm-details .sm-benefits__box {
    padding: 20px;
  }
}
.sm-details .sm-benefits__box ol {
  padding-left: 1.5rem;
  margin: 0;
}
.sm-details .sm-benefits__box ol li {
  list-style: decimal;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.sm-details .sm-benefits__box ol li:last-child {
  margin-bottom: 0;
}
.sm-details .sm-schedule {
  max-width: 600px;
  margin: 0 auto;
}
.sm-details .sm-schedule__list {
  margin: 0;
}
.sm-details .sm-schedule__row {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
@media (max-width: 834px) {
  .sm-details .sm-schedule__row {
    flex-direction: column;
  }
}
.sm-details .sm-schedule__row dt {
  width: 180px;
  font-weight: bold;
  flex-shrink: 0;
}
.sm-details .sm-schedule__row dd {
  margin: 0;
  flex-grow: 1;
}

/* 5. Entry Section */
.sm-entry {
  background-color: #231816;
  color: #ffffff;
  padding: 80px 0 40px;
}
.sm-entry .sm-heading::after {
  color: #0B933F;
}
.sm-entry__info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 3rem;
}
.sm-entry__info dl {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 834px) {
  .sm-entry__info dl {
    flex-direction: column;
  }
}
.sm-entry__info dl dt {
  width: 200px;
  font-weight: bold;
  flex-shrink: 0;
}
@media (max-width: 834px) {
  .sm-entry__info dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.sm-entry__info dl dd {
  margin: 0;
  flex-grow: 1;
  font-size: 0.95rem;
}
.sm-entry__info dl dd strong {
  display: block;
  margin-bottom: 5px;
  margin-top: 15px;
}
.sm-entry__info dl dd strong:first-child {
  margin-top: 0;
}
.sm-entry__note {
  display: block;
  font-size: 0.8rem;
  opacity: 0.8;
  margin-left: 1em;
  text-indent: -1em;
}
.sm-entry__notes-block {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-bottom: 3rem;
}
.sm-entry__notes-block p {
  margin-bottom: 0.5em;
  color: #ffffff;
}
.sm-entry__action {
  text-align: center;
  padding: 20px 0;
}
.sm-entry__deadline {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #ffffff;
}
.sm-entry .sm-btn-primary {
  display: inline-block;
  background-color: #EA5539;
  color: #fff;
  text-decoration: none;
  padding: 18px 80px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 4px;
  transition: opacity 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.sm-entry .sm-btn-primary:hover {
  opacity: 0.8;
}
@media (max-width: 834px) {
  .sm-entry .sm-btn-primary {
    width: 100%;
    padding: 15px 20px;
  }
}

#concept {
  padding: 80px 0;
  text-align: center;
}
#concept .concept-logo {
  width: 320px;
}
@media (max-width: 834px) {
  #concept .concept-logo {
    width: 240px;
    margin-bottom: 32px;
  }
}
#concept .concept-logo2 {
  width: 180px;
  margin-left: 40px;
}
@media (max-width: 834px) {
  #concept .concept-logo2 {
    width: 140px;
    margin-left: 0px;
  }
}
#concept .concept-box {
  padding: 40px 0px 60px;
  text-align: center;
}
#concept .concept-box .heading {
  font-size: 17px;
  line-height: 2.2em;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 1.2px;
}
#concept .team-box a {
  margin: 0 25px 15px;
  height: 80px;
  vertical-align: middle;
}
#concept .team-box a img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#concept .team-box a:hover {
  opacity: 0.6;
}
@media (max-width: 834px) {
  #concept {
    padding: 80px 0 60px;
  }
  #concept .concept-logo {
    width: 220px;
  }
  #concept .concept-box .heading {
    font-size: 14px;
    text-align: left;
    line-height: 2em;
  }
  #concept .team-box a {
    margin: 0 0px 15px;
    height: 80px;
    width: 50%;
  }
  #concept .team-box a .sp-wide {
    width: 90%;
  }
}

/* 6. Organization Section */
.sm-organizers {
  background-color: #fff;
  padding: 0px 0 60px;
  border-bottom: solid 1px #ededed;
  margin-bottom: 60px;
}
.sm-organizers__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  text-align: center;
}
@media (max-width: 834px) {
  .sm-organizers__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.sm-organizers__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sm-organizers__label {
  font-size: 0.9rem;
  font-weight: bold;
  color: #231816;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.sm-organizers__logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sm-organizers__logo img {
  max-height: 100%;
  width: auto;
  max-width: 200px;
}

footer {
  display: none;
}

#sp-event {
  opacity: 0;
  transition: 0.3s ease-in-out;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 18;
  width: 100%;
}
#sp-event.fixed {
  opacity: 1;
}
#sp-event a {
  color: #FFF;
  text-align: center;
  padding: 15px 10px;
  font-size: 24px;
  display: block;
  transition: 0.3s all;
  background-color: #EA5539;
}
@media (max-width: 834px) {
  #sp-event a {
    font-size: 16px;
  }
}
#sp-event a:hover {
  background-color: #d04a33;
}/*# sourceMappingURL=custom.css.map */