li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.br {
  display: inline-block;
}

#k-marathon2026 {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 16px;
  background-color: #eb6100;
}
#k-marathon2026 .wrapper {
  max-width: 1100px;
  width: 95%;
  margin: 5rem auto;
  padding: 3rem 10px;
}
@media (min-width: 768px) {
  #k-marathon2026 .wrapper {
    padding: 3rem 1.5rem;
  }
}
#k-marathon2026 .movie {
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  #k-marathon2026 .movie {
    max-width: 960px;
    width: 80%;
    margin-inline: auto;
  }
}
#k-marathon2026 .movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#k-marathon2026 .movie_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
#k-marathon2026 .mv {
  width: 100%;
  position: relative;
}
#k-marathon2026 .mv picture {
  display: block;
  width: 100%;
}
#k-marathon2026 .mv picture img {
  width: 100%;
  display: block;
  height: auto;
}
#k-marathon2026 .time {
  text-align: center;
  color: #fff;
}
#k-marathon2026 .time h1 {
  word-break: keep-all;
  letter-spacing: 0.05rem;
  font-size: clamp(20px, 6vw, 48px);
}
#k-marathon2026 .about {
  color: #fff;
}
#k-marathon2026 .about_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  #k-marathon2026 .about_item {
    flex-direction: row;
  }
  #k-marathon2026 .about_item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
#k-marathon2026 .about_item_img, #k-marathon2026 .about_item_text {
  width: 100%;
}
@media (min-width: 768px) {
  #k-marathon2026 .about_item_img, #k-marathon2026 .about_item_text {
    width: 50%;
  }
}
#k-marathon2026 .about_item .guest img {
  max-width: 400px;
  width: 70%;
  margin-inline: auto;
}
#k-marathon2026 .about_item_text {
  padding: 1rem;
  font-size: 1.1rem;
  line-height: 1.7;
}
#k-marathon2026 .about_item_text p {
  margin-bottom: 10px;
}
#k-marathon2026 .about_item_text .bold {
  font-size: 1.5rem;
  font-weight: bold;
}

.game_section {
  width: 100%;
  padding: 100px 0px;
}
.game_section .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .game_section .flex {
    flex-direction: row;
    justify-content: space-between;
  }
}
.game_section .header_logobox {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  z-index: 41;
}
.game_section .header_logobox .header_logo_back {
  position: absolute;
  top: -200px;
  left: 0%;
  width: 100%;
}
.game_section .header_logobox .header_logo {
  position: absolute;
  top: -200px;
  left: 0%;
  width: 100%;
  cursor: pointer;
}
.game_section .header_logobox .header_logo_kts {
  position: absolute;
  top: 50%;
  left: 88px;
  width: 200px;
  transform: translate(0%, -50%);
  margin-top: -200px;
}
.game_section .game_superbox {
  width: 100%;
  max-width: 960px;
  background-color: #FFFFFF;
  padding: 40px;
  margin: 40px auto 0px;
  justify-content: center !important;
}
@media (min-width: 768px) {
  .game_section .game_superbox {
    padding: 24px;
  }
}
.game_section .game_superbox .game_catch {
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-family: "M PLUS Rounded 1c", sans-serif;
  word-break: keep-all;
}
.game_section .game_superbox .game_catch p {
  font-size: clamp(20px, 5vw, 32px);
}
@media (min-width: 768px) {
  .game_section .game_superbox .game_catch {
    line-height: 1.5;
  }
}
.game_section .game_superbox .game_catch02 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  margin: 10px auto 40px;
  padding-top: 10px;
  border-top: 4px solid #eb6100;
}
.game_section .game_superbox .game_ss_itembox {
  width: 256px;
}
@media (min-width: 768px) {
  .game_section .game_superbox .game_ss_itembox {
    margin-bottom: 24px;
  }
}
.game_section .game_superbox .game_ss_itembox .game_ss_image {
  width: 100%;
}
.game_section .game_superbox .game_ss_itembox .game_ss_item_story {
  font-size: 14px;
  padding: 10px;
}
.game_section .game_superbox .game_traps_title {
  width: 100%;
  font-size: 24px;
  border-bottom: 2px solid #eb6100;
  margin: 40px auto 20px;
  text-align: center;
}
.game_section .game_superbox .game_traps_item {
  width: 50%;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 0px 6px 40px;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .game_section .game_superbox .game_traps_item {
    width: 100%;
    max-width: 400px;
    font-size: 14px;
  }
}
.game_section .game_superbox .game_traps_item img {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 32px;
  transform: translate(0%, -50%);
}
.game_section .game_superbox .game_playbtn_wrap {
  width: 100%;
  margin: 40px auto;
}
.game_section .game_superbox .game_playbtn_wrap .game_playbtn {
  width: 100%;
  max-width: 360px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  background-color: #eb6100;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
  font-weight: 900;
  font-family: "M PLUS Rounded 1c", sans-serif;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0px auto;
}
.game_section .game_superbox .game_playbtn_wrap .game_play_notice {
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}
.game_section .game_superbox .game_playbtn_wrap .game_play_aud {
  width: 100%;
  max-width: 512px;
  margin: 20px auto 0px;
  image-rendering: pixelated;
}
@media (min-width: 768px) {
  .game_section .game_superbox .game_playbtn_wrap .game_play_aud {
    image-rendering: auto;
  }
}
.game_section #enchant-stage {
  width: 512px;
  height: 512px;
  margin-left: auto;
  margin-right: auto;
  /** background: #FFFFFF; **/
  /** transform: scale(2.0); **/
  backface-visibility: hidden;
  image-rendering: pixelated;
}
@media (min-width: 768px) {
  .game_section #enchant-stage {
    width: 380px;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    /** background: #FFFFFF; **/
    /** transform: scale(2.0); **/
    backface-visibility: hidden;
    image-rendering: pixelated;
  }
}

.footer {
  max-width: 1000px;
  margin: 70%;
  margin: 0 auto;
  text-align: center;
}
.footer img {
  max-width: 500px;
  width: 70%;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */