<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =============================================
 * RESET STYLE
============================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------------------
 valiavles
------------------------------------------- */
:root {
  --spBaseWidth: 390;
  --spContentWidth: 360;
  --maxContentWidth: 1200px;
  --contents-width: calc(var(--base-contents-width) / var(--base-device-width) * 100%);
  --headline-font-family: "zen-kaku-gothic-new", sans-serif;
  --headline-text-color: #301920;
  --main-text-color: #3B2D31;
  --base-font-size: 1rem;
  --fz10: calc(var(--base-font-size) * 10/16); /* 10px */
  --fz11: calc(var(--base-font-size) * 11/16); /* 11px */
  --fz12: calc(var(--base-font-size) * 12/16); /* 12px */
  --fz13: calc(var(--base-font-size) * 13/16); /* 13px */
  --fz14: calc(var(--base-font-size) * 14/16); /* 14px */
  --fz15: calc(var(--base-font-size) * 15/16); /* 15px */
  --fz16: calc(var(--base-font-size) * 16/16); /* 16px */
  --fz17: calc(var(--base-font-size) * 17/16); /* 17px */
  --fz18: calc(var(--base-font-size) * 18/16); /* 18px */
  --fz19: calc(var(--base-font-size) * 19/16); /* 19px */
  --fz20: calc(var(--base-font-size) * 20/16); /* 20px */
  --fz21: calc(var(--base-font-size) * 21/16); /* 21px */
  --fz22: calc(var(--base-font-size) * 22/16); /* 22px */
  --fz23: calc(var(--base-font-size) * 23/16); /* 23px */
  --fz24: calc(var(--base-font-size) * 24/16); /* 24px */
  --fz25: calc(var(--base-font-size) * 25/16); /* 25px */
  --fz26: calc(var(--base-font-size) * 26/16); /* 26px */
  --fz27: calc(var(--base-font-size) * 27/16); /* 27px */
  --fz28: calc(var(--base-font-size) * 28/16); /* 28px */
  --fz30: calc(var(--base-font-size) * 30/16); /* 30px */
  --fz32: calc(var(--base-font-size) * 32/16); /* 32px */
  --fz34: calc(var(--base-font-size) * 34/16); /* 34px */
  --fz36: calc(var(--base-font-size) * 36/16); /* 36px */
  --fz38: calc(var(--base-font-size) * 38/16); /* 38px */
  --fz40: calc(var(--base-font-size) * 40/16); /* 40px */
}

/* -------------------------------------------
 function
------------------------------------------- */
/* -------------------------------------------
 mixin
------------------------------------------- */
/* -------------------------------------------
 utility
------------------------------------------- */
.u-sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-tab {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-tab {
    display: block !important;
  }
}

/* -------------------------------------------
 styles
------------------------------------------- */
body {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-style: normal;
  line-height: 1;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #006699;
}

a:hover {
  color: #2da7e3;
  text-decoration: none;
}

main {
  width: 100%;
  overflow-x: hidden;
}

.main_wrap {
  position: relative;
  padding-top: 28%;
  padding-bottom: 160px;
  background: #F8F3ED;
}
@media screen and (min-width: 768px) {
  .main_wrap {
    padding-top: 80px;
  }
}
.main_wrap::before {
  content: "";
  display: block;
  width: calc(180 / var(--spBaseWidth) * 100%);
  max-width: 754px;
  position: absolute;
  top: -1px;
  left: 0;
  aspect-ratio: 180/60;
  background: url(../img/corner_about.svg) top left no-repeat;
  background-size: contain;
  transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  .main_wrap::before {
    aspect-ratio: 180/40;
  }
}
.main_wrap::after {
  content: "";
  display: block;
  width: calc(180 / var(--spBaseWidth) * 100%);
  max-width: 754px;
  position: absolute;
  top: -1px;
  right: 0;
  aspect-ratio: 180/60;
  background: url(../img/corner_about.svg) top left no-repeat;
  background-size: contain;
  transform: scale(-1, -1);
}
@media screen and (min-width: 768px) {
  .main_wrap::after {
    aspect-ratio: 180/40;
  }
}
.main_wrap section {
  margin-top: 120px;
}
.main_wrap section .sec_title {
  font-weight: 700;
  font-size: clamp(2rem, 1.818rem + 0.909vw, 2.5rem);
  text-align: center;
  color: #F62953;
}
.main_wrap .sec_inner {
  width: calc(360 / var(--spBaseWidth) * 100%);
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 32px;
  padding: 40px 15px;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .main_wrap .sec_inner {
    margin-top: 40px;
    padding: 40px;
  }
}

.mv_sec {
  position: relative;
  aspect-ratio: 390/411;
  background: url(../img/bg_visual_sp.png) top center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .mv_sec {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    height: 606px;
    background: url(../img/bg_visual_pc.png) top center no-repeat;
  }
}
.mv_sec::before {
  content: "";
  display: block;
  width: calc(180 / var(--spBaseWidth) * 100%);
  max-width: 754px;
  position: absolute;
  bottom: -0.5px;
  left: 0;
  aspect-ratio: 180/60;
  background: url(../img/corner_about.svg) top left no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .mv_sec::before {
    aspect-ratio: 180/40;
  }
}
.mv_sec::after {
  content: "";
  display: block;
  width: calc(180 / var(--spBaseWidth) * 100%);
  max-width: 754px;
  position: absolute;
  bottom: -0.5px;
  right: 0;
  aspect-ratio: 180/60;
  background: url(../img/corner_about.svg) top left no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .mv_sec::after {
    aspect-ratio: 180/40;
  }
}
.mv_sec .sec_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mv_sec .sec_inner .logo_expoekiden {
  width: calc(280 / var(--spBaseWidth) * 100%);
  max-width: 320px;
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  .mv_sec .sec_inner .logo_expoekiden {
    margin-top: 30px;
  }
}
.mv_sec .sec_inner .title_blk {
  position: relative;
  width: calc(330 / var(--spBaseWidth) * 100%);
  max-width: 548px;
  margin-top: 4%;
}
@media screen and (min-width: 768px) {
  .mv_sec .sec_inner .title_blk {
    margin-top: 30px;
  }
}
.mv_sec .sec_inner .title_blk .title {
  display: block;
}
.mv_sec .sec_inner .title_blk .badge {
  position: absolute;
  bottom: -7%;
  right: 4%;
  width: calc(76 / var(--spBaseWidth) * 100%);
  aspect-ratio: 1/1;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .mv_sec .sec_inner .title_blk .badge {
    width: 120px;
    bottom: -4px;
    right: -64px;
  }
}
.mv_sec .sec_inner .title_blk .badge img {
  width: 100%;
}

.about_sec {
  position: relative;
  width: 100%;
  background-image: url(../img/bg_about.png);
  background-color: #44C277;
  background-position: center center;
  background-size: 220px;
}
@media screen and (min-width: 768px) {
  .about_sec {
    background-size: 282px;
  }
}
.about_sec .sec_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 0 70px 0;
  color: #FFF;
}
.about_sec .sec_inner .day {
  position: relative;
  font-size: clamp(1.875rem, 1.511rem + 1.818vw, 2.875rem);
  font-weight: 900;
}
.about_sec .sec_inner .day span {
  display: block;
  font-size: clamp(1.5rem, 1.318rem + 0.909vw, 2rem);
}
@media screen and (min-width: 768px) {
  .about_sec .sec_inner .day span {
    display: inline;
  }
}
.about_sec .sec_inner .txt_group {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
  font-size: clamp(1.375rem, 1.148rem + 1.136vw, 2rem);
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .about_sec .sec_inner .txt_group {
    flex-direction: row;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.about_sec .sec_inner .txt_group div {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.about_sec .sec_inner .txt_group div p span {
  display: inline-block;
}
.about_sec .sec_inner .txt_group .time {
  font-size: clamp(1.75rem, 1.523rem + 1.136vw, 2.375rem);
  letter-spacing: -0.2em;
}
.about_sec .sec_inner .txt_group .label {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: -4px;
  padding: 0.15em 0.5em 0.2em 0.5em;
  color: #44C277;
  font-size: clamp(1.125rem, 0.989rem + 0.682vw, 1.5rem);
  letter-spacing: 0;
  background: #FFF;
  border-radius: 100px;
}
.about_sec .sec_inner .list_notice {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 20px;
  padding: 0 1em;
  font-size: clamp(0.625rem, 0.534rem + 0.455vw, 0.875rem);
  line-height: 1.4;
}
.about_sec .sec_inner .lead {
  margin-top: 34px;
  padding: 10px;
  font-size: clamp(1.125rem, 0.852rem + 1.364vw, 1.875rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  background: rgba(55, 180, 106, 0.5);
  border-radius: 500px;
}
@media screen and (min-width: 768px) {
  .about_sec .sec_inner .lead {
    margin-top: 34px;
  }
}
.about_sec .sec_inner .lead span {
  font-size: clamp(1.5rem, 1.318rem + 0.909vw, 2rem);
}
.about_sec .sec_inner .img_about_L {
  display: none;
  position: absolute;
  top: -50px;
  left: -280px;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .about_sec .sec_inner .img_about_L {
    display: block;
  }
}
.about_sec .sec_inner .img_about_R {
  display: none;
  position: absolute;
  top: -86px;
  right: -180px;
  z-index: 11;
}
@media screen and (min-width: 1025px) {
  .about_sec .sec_inner .img_about_R {
    display: block;
  }
}
.about_sec .img_about_sp {
  position: relative;
  width: 100%;
  height: 0;
}
.about_sec .img_about_sp img {
  position: absolute;
  top: calc(2em - 120px);
  left: 0;
  z-index: 12;
}

.news_sec {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .news_sec {
    margin-top: 0 !important;
  }
}
.news_sec .sec_inner {
  display: grid;
  grid-template-columns: 1fr;
  flex-direction: column;
  row-gap: 40px;
  padding: 0;
  background: none;
  max-width: 600px;
}
.news_sec .sec_inner .news_wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (min-width: 1025px) {
  .news_sec .sec_inner .news_wrap {
    order: 1;
  }
}
.news_sec .sec_inner .news_wrap .news_content {
  padding: 20px 10px 20px 0;
  border-radius: 20px;
  overflow: hidden;
  background: #FFF;
  box-sizing: border-box;
  height: 100%;
}
.news_sec .sec_inner .news_wrap .list_wrpper {
  max-height: 400px;
}
@media screen and (min-width: 768px) {
  .news_sec .sec_inner .news_wrap .list_wrpper {
    max-height: 500px;
  }
}
.news_sec .sec_inner .news_wrap ul {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
  background: #FFF;
  padding: 20px;
  border-radius: 20px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .news_sec .sec_inner .news_wrap ul {
    order: 1;
    padding: 20px 30px;
  }
}
.news_sec .sec_inner .news_wrap ul li {
  padding-bottom: 2em;
}
.news_sec .sec_inner .news_wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid #b0b0b0;
}
.news_sec .sec_inner .news_wrap ul li .news_time {
  padding-right: 1em;
  color: #4d4a4a;
  font-size: clamp(0.8125rem, 0.767rem + 0.227vw, 0.9375rem);
  font-weight: 500;
  margin-top: 1px;
}
.news_sec .sec_inner .news_wrap ul li .news_category {
  display: inline-block;
  padding: 2px 10px 3px 10px;
  font-size: clamp(0.75rem, 0.705rem + 0.227vw, 0.875rem);
  font-weight: 500;
  border: 1px solid #727171;
  border-radius: 20px;
  line-height: 1;
}
.news_sec .sec_inner .news_wrap ul li .news_text {
  padding-top: 0.25em;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.83rem + 0.227vw, 1rem);
  color: #201f1f;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
}
.news_sec .sec_inner .news_wrap ul li .news_text a {
  color: #201f1f;
}
.news_sec .sec_inner .news_wrap ul li .news_text b {
  font-weight: 700;
}
.news_sec .sec_inner .news_wrap ul li.important_news .news_time {
  color: #da2253;
}
.news_sec .sec_inner .news_wrap ul li.important_news .news_category {
  padding: 3px 10px 4px 10px;
  background: #da2253;
  color: #FFF;
  border: none;
}
.news_sec .sec_inner .news_wrap ul li.important_news .news_text {
  font-weight: 700;
}
.news_sec .sec_inner .news_wrap ul::-webkit-scrollbar {
  display: none;
}
.news_sec .sec_inner .news_wrap .simplebar-scrollbar::before {
  background: #ff4085;
  border-radius: 10px;
  width: 4px;
  margin-left: 0;
  margin-top: 2px;
}
.news_sec .sec_inner .news_wrap .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.news_sec .sec_inner .news_wrap .simplebar-track {
  background: #e1e1e1;
  width: 8px !important;
  border-radius: 10px;
}
.news_sec .sec_inner .news_wrap .bnr_x {
  order: 1;
  display: block;
}
.news_sec .sec_inner .news_wrap .bnr_x:hover {
  filter: brightness(1.1);
}
@media screen and (min-width: 768px) {
  .news_sec .sec_inner .news_wrap .bnr_x {
    margin-top: 0;
    order: 2;
  }
}
.news_sec .sec_inner .tl_wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .news_sec .sec_inner .tl_wrap {
    order: 2;
  }
}
.news_sec .sec_inner .tl_wrap .title {
  padding: 5px 5px 7px 5px;
  background: #1877f2;
  color: #FFF;
  font-size: var(--fz14);
  font-weight: 700;
  text-align: center;
}
.news_sec .sec_inner .tl_wrap .title span {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 5px 5px 5px;
  background: #FFF;
  color: #1877f2;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .news_sec .sec_inner .tl_wrap .title span {
    padding: 4px 10px 5px 10px;
  }
}
.news_sec .sec_inner .tl_wrap .inner {
  width: 100%;
}
.news_sec .sec_inner .tl_wrap .note {
  padding-top: 20px;
  line-height: 1.5;
}
.news_sec .sec_inner .tl_wrap .note a {
  text-decoration: underline;
}
.news_sec .sec_inner .btn_wrap {
  order: 3;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .news_sec .sec_inner .btn_wrap {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .news_sec .sec_inner .btn_wrap a {
    justify-content: center;
    text-align: center;
  }
}
.news_sec .sec_inner .btn_wrap a:hover {
  filter: brightness(1.1);
}

@media screen and (min-width: 1025px) {
  .funrun_sec .sec_title br {
    display: none;
  }
}
.funrun_sec .sec_inner {
  position: relative;
  padding: 30px 15px 60px 15px;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner {
    padding: 60px 40px;
  }
}
.funrun_sec .sec_inner::before {
  content: "";
  display: block;
  width: calc(80 / var(--spContentWidth) * 100%);
  max-width: 151px;
  position: absolute;
  top: -0.5%;
  right: -10%;
  aspect-ratio: 151/166;
  background: url(../img/img_funrun_runner.png) top center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .funrun_sec .sec_inner::before {
    top: -100px;
    right: 10px;
  }
}
.funrun_sec .sec_inner .end_msg {
  padding-top: 3em;
  text-align: center;
  color: #F62952;
  font-size: clamp(1.125rem, 0.943rem + 0.909vw, 1.625rem);
  font-weight: 700;
}
.funrun_sec .sec_inner .btn_entry {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
  color: #FFF;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.114rem + 0.682vw, 1.625rem);
  text-decoration: none;
  background: transparent linear-gradient(90deg, #FF3DA4 0%, #FF4721 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 20px rgba(216, 86, 37, 0.2784313725);
  border-radius: 100px;
  box-sizing: border-box;
}
.funrun_sec .sec_inner .btn_entry:hover {
  filter: brightness(1.2);
}
.funrun_sec .sec_inner .btn_entry::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 12px;
  height: 100%;
  background: url(../img/ico_arrow_right.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .btn_entry::after {
    width: 16px;
    right: 30px;
  }
}
.funrun_sec .sec_inner .intro_blk .title_wrap {
  display: flex;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .intro_blk .title_wrap {
    justify-content: center;
    align-items: center;
  }
}
.funrun_sec .sec_inner .intro_blk .title_wrap .blk_title {
  padding-right: 12%;
  font-size: clamp(1.125rem, 0.989rem + 0.682vw, 1.5rem);
  font-weight: 700;
  color: #F62952;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .intro_blk .title_wrap .blk_title {
    width: 100%;
    display: inline;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.funrun_sec .sec_inner .intro_blk .title_wrap .blk_title span {
  display: inline;
  background: linear-gradient(transparent 50%, #FCF67C 50% 90%, transparent 90%);
}
.funrun_sec .sec_inner .intro_blk .title_wrap .blk_title::before, .funrun_sec .sec_inner .intro_blk .title_wrap .blk_title::after {
  content: "";
  display: block;
}
.funrun_sec .sec_inner .intro_blk .title_wrap .blk_title span {
  display: inline-block;
}
.funrun_sec .sec_inner .intro_blk .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .intro_blk .inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.funrun_sec .sec_inner .intro_blk .inner .text {
  font-size: clamp(0.875rem, 0.784rem + 0.455vw, 1.125rem);
  font-weight: 500;
  color: #4A4644;
  line-height: 1.8;
}
.funrun_sec .sec_inner .intro_blk .inner .pic {
  display: block;
  width: 100%;
  max-width: 446px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .intro_blk .inner .pic {
    margin: 0;
  }
}
.funrun_sec .sec_inner .intro_blk .record_dl {
  max-width: 640px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #F62952;
  border-radius: 12px;
  box-sizing: border-box;
}
.funrun_sec .sec_inner .intro_blk .record_dl a {
  position: relative;
  width: 100%;
  display: block;
  padding: 16px 18px;
  font-size: clamp(1rem, 0.818rem + 0.909vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: transparent linear-gradient(90deg, #FF3DA4 0%, #FF4721 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 20px rgba(216, 86, 37, 0.2784313725);
  border-radius: 100px;
  box-sizing: border-box;
}
.funrun_sec .sec_inner .intro_blk .record_dl a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 12px;
  height: 100%;
  background: url(../img/ico_arrow_right.svg) center center no-repeat;
  background-size: contain;
}
.funrun_sec .sec_inner .intro_blk .record_dl a:hover {
  filter: brightness(1.2);
}
.funrun_sec .sec_inner .intro_blk .record_dl p {
  line-height: 1.5;
}
.funrun_sec .sec_inner .news_ana_kobitsu {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .news_ana_kobitsu {
    margin-top: 40px;
  }
}
.funrun_sec .sec_inner .news_ana_kobitsu img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .news_ana_kobitsu img {
    max-width: 800px;
  }
}
.funrun_sec .sec_inner .news_guest_runner {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .news_guest_runner {
    margin-top: 40px;
  }
}
.funrun_sec .sec_inner .news_guest_runner img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .news_guest_runner img {
    max-width: 800px;
  }
}
.funrun_sec .sec_inner .campaign_blk {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .campaign_blk {
    margin-top: 80px;
  }
}
.funrun_sec .sec_inner .campaign_blk img {
  width: 100%;
  max-width: 700px;
}
.funrun_sec .sec_inner .detail_blk {
  margin-top: clamp(3.75rem, 3.295rem + 2.273vw, 5rem);
  padding-bottom: clamp(3.75rem, 3.295rem + 2.273vw, 5rem);
}
.funrun_sec .sec_inner .detail_blk h3 {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 8px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.08rem + 0.227vw, 1.25rem);
  background: #F62952;
  border-radius: 50px;
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail {
  font-size: clamp(0.9375rem, 0.824rem + 0.568vw, 1.25rem);
  color: #4A4644;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .detail_blk .list_funrun_detail {
    display: grid;
    grid-template-columns: 240px 1fr;
  }
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail dt {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  font-weight: 700;
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail dt:not(:first-of-type) {
  border-top: 1px solid #ECEBE6;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .detail_blk .list_funrun_detail dt {
    margin-top: 20px;
  }
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail dt small {
  display: block;
  font-size: clamp(0.75rem, 0.659rem + 0.455vw, 1rem);
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail dd {
  width: 100%;
  margin-top: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .detail_blk .list_funrun_detail dd {
    margin-top: 20px;
    padding-top: 20px;
  }
  .funrun_sec .sec_inner .detail_blk .list_funrun_detail dd:not(:first-of-type) {
    border-top: 1px solid #ECEBE6;
  }
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail dd small {
  display: inline-block;
  margin-top: 12px;
  padding-left: 1em;
  color: #7B7673;
  line-height: 1.5;
  text-indent: -1em;
  font-size: 12px;
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail dd ul {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .detail_blk .list_funrun_detail dd ul {
    margin-top: 0;
  }
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail dd ul li {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail dd ul li:not(:first-of-type) {
  margin-top: 4px;
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail dd ul li span:first-of-type {
  flex-shrink: 0;
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail dd .btn_pdf {
  position: relative;
  display: inline-block;
  padding: 10px 50px 10px 20px;
  font-size: clamp(0.875rem, 0.739rem + 0.682vw, 1.25rem);
  color: #FFF;
  text-decoration: none;
  background: #4F78BE;
  border-radius: 10px;
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail dd .btn_pdf:hover {
  filter: brightness(1.1);
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail dd .btn_pdf::after {
  content: "";
  display: block;
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  background: url(../img/ico_arrow_up_right.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .detail_blk .list_funrun_detail .place_time {
    display: flex;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .detail_blk .list_funrun_detail .list_entry_class {
    display: flex;
  }
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail .list_entry_class .entry_class {
  background: #F6F5F1;
  padding: 10px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .detail_blk .list_funrun_detail .list_entry_class .entry_class {
    display: flex;
    flex-direction: column;
    background: none;
  }
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail .list_entry_class .entry_class:not(:first-of-type) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .detail_blk .list_funrun_detail .list_entry_class .entry_class:not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .funrun_sec .sec_inner .detail_blk .list_funrun_detail .list_entry_class .entry_class .inner {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #F6F5F1;
    border-radius: 20px;
  }
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail .list_entry_class .entry_class .inner p {
  font-size: clamp(0.9375rem, 0.869rem + 0.341vw, 1.125rem);
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail .list_entry_class .entry_class h4 {
  display: block;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  background: #FFF;
  border-radius: 40px;
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail .list_entry_class .entry_class p {
  display: block;
  padding: 10px 20px 0 20px;
  border-radius: 20px;
}
.funrun_sec .sec_inner .detail_blk .list_funrun_detail .list_entry_class .entry_class small {
  padding-left: 30px;
}
.funrun_sec .sec_inner .entry_blk h3 {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 8px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.08rem + 0.227vw, 1.25rem);
  background: #F62952;
  border-radius: 50px;
}
.funrun_sec .sec_inner .entry_blk .list_entry {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 40px;
}
.funrun_sec .sec_inner .entry_blk .list_entry .item_entry .btn_entry {
  margin-top: 0;
  font-size: clamp(1.125rem, 0.943rem + 0.909vw, 1.625rem);
}
.funrun_sec .sec_inner .entry_blk .list_entry .item_entry .btn_entry::after {
  width: clamp(1rem, 0.864rem + 0.682vw, 1.375rem);
  background: url(../img/ico_arrow_up_right.svg) center center no-repeat;
  background-size: contain;
}

.main_wrap .announce_sec {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .main_wrap .announce_sec {
    margin-top: 40px;
  }
}
.main_wrap .announce_sec .sec_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: none;
}
.main_wrap .announce_sec .sec_inner p {
  width: 100%;
}
.main_wrap .announce_sec .sec_inner img {
  display: block;
  width: 100%;
}

.main_wrap .event_sec {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .main_wrap .event_sec {
    margin-top: 60px;
  }
}

.event_sec .sec_title {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.event_sec .title_blk {
  font-size: var(--fz24);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .event_sec .title_blk {
    display: flex;
    justify-content: center;
  }
}
.event_sec .title_blk h3 {
  width: 100%;
  margin-left: -40px;
  padding: 10px 0 12px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  justify-content: center;
  color: #FFF;
  text-align: center;
  background: #000;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (min-width: 768px) {
  .event_sec .title_blk h3 {
    width: auto;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 10px 20px 12px 30px;
    border-radius: 50px;
  }
}
.event_sec .title_blk h3 span {
  font-size: var(--fz20);
}
.event_sec .booth_blk {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 120px;
}
.event_sec .booth_blk .blk_inner {
  width: calc(360 / var(--spBaseWidth) * 100%);
  max-width: 1200px;
  margin: 0 auto;
}
.event_sec .booth_blk .list_booth {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px; /* アイテム間の余白 */
}
.event_sec .booth_blk .list_booth .item_booth {
  border-radius: 10px;
  overflow: hidden;
}
.event_sec .booth_blk .list_booth .item_booth a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  background: #FFF;
}
.event_sec .booth_blk .list_booth .item_booth a:hover .booth_title {
  text-decoration: underline;
}
.event_sec .booth_blk .list_booth .item_booth .img_booth img {
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.event_sec .booth_blk .list_booth .item_booth .detail {
  padding: 15px 6px 8px 6px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}
.event_sec .booth_blk .list_booth .item_booth .detail .booth_title {
  font-size: var(--fz16);
}
.event_sec .booth_blk .list_booth .item_booth .detail ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin-top: 16px;
}
.event_sec .booth_blk .list_booth .item_booth .detail ul li {
  padding: 2px 10px 3px 10px;
  color: #FFF;
  font-size: var(--fz14);
  background: #000;
  border-radius: 50px;
}
.event_sec .booth_blk[data-category=asumirai] {
  background: url(../img/bg_asumirai.png) top center;
  background-size: 45%;
}
@media screen and (min-width: 768px) {
  .event_sec .booth_blk[data-category=asumirai] {
    background-size: auto;
  }
}
.event_sec .booth_blk[data-category=asumirai] .title_blk h3 {
  background: #F1791E;
}
.event_sec .booth_blk[data-category=asumirai] .list_booth .item_booth {
  box-shadow: 0 8px 0 0 rgba(241, 121, 30, 0.1);
}
.event_sec .booth_blk[data-category=asumirai] .list_booth .item_booth .detail ul li {
  background: #F1791E;
}
.event_sec .booth_blk[data-category=ohaasa] {
  background: url(../img/bg_ohaasa.png) top center;
  background-size: 45%;
}
@media screen and (min-width: 768px) {
  .event_sec .booth_blk[data-category=ohaasa] {
    background-size: auto;
  }
}
.event_sec .booth_blk[data-category=ohaasa] .title_blk h3 {
  background: #01BBC5;
}
.event_sec .booth_blk[data-category=ohaasa] .list_booth .item_booth {
  box-shadow: 0 8px 0 0 rgba(1, 187, 196, 0.1);
}
.event_sec .booth_blk[data-category=ohaasa] .list_booth .item_booth .detail ul li {
  background: #01BBC5;
}
.event_sec .booth_blk[data-category=marusupo] {
  background: url(../img/bg_marusupo.png) top center;
  background-size: 45%;
}
@media screen and (min-width: 768px) {
  .event_sec .booth_blk[data-category=marusupo] {
    background-size: auto;
  }
}
.event_sec .booth_blk[data-category=marusupo] .title_blk h3 {
  background: #FFEF04;
  color: #019FE8;
}
.event_sec .booth_blk[data-category=marusupo] .list_booth .item_booth {
  box-shadow: 0 8px 0 0 rgba(255, 239, 4, 0.1);
}
.event_sec .booth_blk[data-category=marusupo] .list_booth .item_booth .detail ul li {
  background: #FFEF04;
  color: #019FE8;
}
.event_sec .sec_inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner {
    padding-bottom: 80px;
  }
}
.event_sec .sec_inner .blk_title {
  font-size: clamp(1.125rem, 0.989rem + 0.682vw, 1.5rem);
  font-weight: 700;
  color: #F62952;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .blk_title {
    width: 100%;
    display: inline;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.event_sec .sec_inner .blk_title span {
  display: inline;
  background: linear-gradient(transparent 50%, #FCF67C 50% 90%, transparent 90%);
}
.event_sec .sec_inner .blk_title::before, .event_sec .sec_inner .blk_title::after {
  content: "";
  display: block;
}
.event_sec .sec_inner .blk_title span {
  display: inline-block;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about {
  margin-top: 40px;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about {
  width: 100%;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about &gt; .logo_wrap {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about &gt; .logo_wrap span {
  font-size: 28px;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .item_inner {
  position: relative;
  margin-top: 30px;
  border-radius: 14px;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .item_inner .logo_wrap img {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .item_inner {
    display: flex;
    align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    padding: 28px 30px 0 28px;
  }
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .item_inner .logo_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #FFF;
    overflow: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .item_inner {
    padding: 28px 30px;
  }
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .item_inner .logo_wrap {
    width: 230px;
    height: 230px;
  }
}
@media screen and (min-width: 1025px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .event_about_inner_info {
    display: flex;
    width: 100%;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .event_about_inner_info .text_group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .event_about_inner_info .text_group {
    align-items: flex-start;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .event_about_inner_info .title {
  position: absolute;
  top: -0.8em;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  padding: 0.3em 0 0.4em 0;
  font-size: clamp(1.25rem, 1.068rem + 0.909vw, 1.75rem);
  font-weight: 600;
  color: #FFF;
  text-align: center;
  line-height: 1;
  background: #000;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .event_about_inner_info .title {
    position: static;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 4px 1em 6px 1em;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .event_about_inner_info .about {
  position: relative;
  padding: 40px 16px 0 16px;
  line-height: 1.7;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.784rem + 0.455vw, 1.125rem);
  color: #443D3F;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .event_about_inner_info .about {
    width: 100%;
    line-height: 1.7;
    padding: 20px 0 0 0;
    box-sizing: border-box;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .event_about_inner_info .about span {
  font-weight: 600;
  font-size: clamp(1.125rem, 0.989rem + 0.682vw, 1.5rem);
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .event_about_inner_info .pic {
  margin-top: 10px;
  margin: 0 auto;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .event_about_inner_info .pic img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about .event_about_inner_info .pic {
    position: absolute;
    bottom: 0;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_ohaasa .logo_program {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_ohaasa .logo_program {
    width: 90%;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_ohaasa .item_inner {
  background: #EEFFFE;
  border: 1px solid #01BBC4;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_ohaasa .title {
  background: #01BBC5;
}
@media screen and (min-width: 1025px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_ohaasa .about {
    padding-right: 50%;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_ohaasa .about span {
  color: #FB7100;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_ohaasa .pic {
  width: 80%;
}
@media screen and (min-width: 1025px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_ohaasa .pic {
    width: 40%;
    max-width: 390px;
    right: 0;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_okaeri {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_okaeri {
    margin-top: 50px;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_okaeri .logo_program {
  display: block;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_okaeri .logo_program {
    width: 130%;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_okaeri .item_inner {
  background: #FFF6F2;
  border: 1px solid #ED5384;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_okaeri .title {
  background: #ED5384;
}
@media screen and (min-width: 1025px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_okaeri .about {
    padding-right: 55%;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_okaeri .about span {
  color: #EC5383;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_okaeri .pic {
  width: 80%;
}
@media screen and (min-width: 1025px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_okaeri .pic {
    width: 36%;
    max-width: 380px;
    right: 10px;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_marusupo {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_marusupo {
    margin-top: 50px;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_marusupo .logo_program {
  display: block;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_marusupo .logo_program {
    width: 100%;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_marusupo .item_inner {
  background: #FFFDDF;
  border: 1px solid #ECCD00;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_marusupo .title {
  color: #019FE8;
  background: #FFEF01;
}
@media screen and (min-width: 1025px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_marusupo .about {
    padding-right: 50%;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_marusupo .about span {
  color: #019FE8;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_marusupo .pic {
  width: 80%;
}
@media screen and (min-width: 1025px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_marusupo .pic {
    width: 36%;
    max-width: 380px;
    right: 10px;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_mainstage {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_mainstage {
    margin-top: 50px;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_mainstage .logo_program {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_mainstage .logo_wrap .genle_text {
  color: #FE6724;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_mainstage .logo_wrap {
    font-weight: 600;
    font-size: clamp(1.25rem, 1.159rem + 0.455vw, 1.5rem);
    line-height: 1.3;
    text-align: center;
  }
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_mainstage .logo_wrap span {
    font-size: clamp(1.5rem, 1.409rem + 0.455vw, 1.75rem);
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_mainstage .item_inner {
  padding-bottom: 20px;
  background: #FFF6EC;
  border: 1px solid #FF9956;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_mainstage .about {
  padding: 16px 16px 0 16px;
}
@media screen and (min-width: 1025px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_mainstage .about {
    padding-top: 0;
    padding-right: 55%;
  }
}
@media screen and (min-width: 1025px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_mainstage .about {
    padding-top: 0;
  }
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_mainstage .about span {
  color: #EE245E;
}
.event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_mainstage .pic {
  width: 60%;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .event_sec .sec_inner .evemt_about_blk .list_event_about .item_event_about.item_mainstage .pic {
    width: 36%;
    max-width: 280px;
    right: 50px;
    bottom: 10px;
  }
}
.event_sec .sec_inner .evemt_about_blk .text_st_wrap {
  display: flex;
  justify-content: center;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.event_sec .sec_inner .evemt_about_blk .text_st {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 0.4em 0 0.5em 0;
  font-size: clamp(2rem, 1.636rem + 1.818vw, 3rem);
  font-weight: 700;
  color: #FFf;
  text-align: center;
  text-indent: -1.5em;
  transform: rotate(-5deg);
  background: transparent linear-gradient(90deg, #ED8E30 0%, #F3568D 100%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .evemt_about_blk .text_st {
    text-align: center;
    text-indent: 0;
    width: auto;
    margin: 0 auto;
    margin-top: 80px;
    padding: 0.7em 1em 0.8em 1em;
  }
}
.event_sec .sec_inner .evemt_about_blk .text_st span {
  display: block;
  margin-top: 10px;
  text-indent: 3.5em;
}
@media screen and (min-width: 768px) {
  .event_sec .sec_inner .evemt_about_blk .text_st span {
    display: inline;
  }
}

.access_sec .sec_inner {
  padding: 40px 15px 15px 15px;
}
@media screen and (min-width: 768px) {
  .access_sec .sec_inner {
    padding: 40px;
  }
}
.access_sec .sec_inner .group_txt {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.access_sec .sec_inner .group_txt p {
  font-size: var(--fz14);
  font-weight: 500;
  line-height: 1.5;
}
.access_sec .sec_inner .place_txt {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .access_sec .sec_inner .place_txt {
    margin-top: 20px;
  }
}
.access_sec .sec_inner .place_txt p {
  display: block;
  font-weight: 700;
  font-size: clamp(1rem, 0.955rem + 0.227vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .access_sec .sec_inner .place_txt p {
    display: inline;
  }
}
.access_sec .sec_inner .place_txt .route {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .access_sec .sec_inner .place_txt .route {
    flex-direction: row;
  }
}
.access_sec .sec_inner .map_wrap {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .access_sec .sec_inner .map_wrap {
    margin-top: 40px;
  }
}
.access_sec .sec_inner .map_wrap iframe {
  width: 100%;
  height: 240px;
}
@media screen and (min-width: 768px) {
  .access_sec .sec_inner .map_wrap iframe {
    height: 460px;
  }
}

.ee_about_sec .sec_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .ee_about_sec .sec_inner {
    flex-direction: row;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.ee_about_sec .sec_inner .txt {
  display: block;
  line-height: 2;
  font-size: clamp(1rem, 0.909rem + 0.455vw, 1.25rem);
  font-weight: 500;
  background: transparent linear-gradient(91deg, #0363B1 0%, #CF0157 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ee_about_sec .sec_inner .txt span {
  display: inline-block;
}
.ee_about_sec .sec_inner .ee_logo {
  width: calc(200 / var(--spContentWidth) * 100%);
  max-width: 320px;
  margin: 0 auto;
}

.other_wrap {
  padding: 40px 0;
  background: #E3DFD9;
}
.other_wrap .banner_sec .sec_inner {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: calc(320 / var(--spBaseWidth) * 100%);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .other_wrap .banner_sec .sec_inner {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 80px;
         column-gap: 80px;
    width: 100%;
  }
}
.other_wrap .banner_sec .sec_inner .ft_bnr {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .other_wrap .banner_sec .sec_inner .ft_bnr {
    width: 50%;
    max-width: 520px;
  }
}

.footer {
  padding: 30px 0;
}
.footer .organizer p {
  font-size: var(--fz14);
  color: #87817E;
  text-align: center;
}
.footer .footer_copy {
  padding-top: 10px;
}
.footer .footer_copy a {
  display: block;
  font-size: var(--fz10);
  color: #87817E;
  text-align: center;
  text-decoration: none;
}

.fixed_nav {
  position: fixed;
  width: calc(360 / var(--spBaseWidth) * 100%);
  max-width: 492px;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  background: transparent linear-gradient(90deg, #FF3DA4 0%, #FF4721 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 20px rgba(216, 86, 37, 0.2784313725);
  border-radius: 100px;
  box-sizing: border-box;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .fixed_nav {
    right: 40px;
    bottom: 40px;
    left: auto;
  }
}
.fixed_nav .list_fixed_nav {
  display: flex;
  justify-content: center;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
.fixed_nav .list_fixed_nav .item_fixed_nav {
  position: relative;
}
.fixed_nav .list_fixed_nav .item_fixed_nav:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto;
  width: 1px;
  height: 1em;
  background: #000;
  opacity: 0.17;
}
.fixed_nav .list_fixed_nav .item_fixed_nav a {
  position: relative;
  display: block;
  padding: 1em 0;
  color: #FFF;
  font-weight: 700;
  font-size: clamp(1rem, 0.909rem + 0.455vw, 1.25rem);
  text-decoration: none;
}

.fixed_bnr {
  position: fixed;
  width: calc(370 / var(--spBaseWidth) * 100%);
  max-width: 500px;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .fixed_bnr {
    right: 40px;
    bottom: 40px;
    left: auto;
  }
}
.fixed_bnr .list_fixed_bnr {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.fixed_bnr .list_fixed_bnr .item_fixed_bnr {
  position: relative;
}
.fixed_bnr .list_fixed_bnr .item_fixed_bnr a {
  display: block;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}
.fixed_bnr .list_fixed_bnr .item_fixed_bnr a:hover {
  filter: brightness(1.05);
}/*# sourceMappingURL=style0317.css.map */</pre></body></html>