/*! Writen  by SCSS */
.contents_wrap {
  position: relative; }

.side_bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 181px;
  pointer-events: none; }
  @media screen and (max-width: 820px) {
    .side_bg {
      width: 80px; } }
  @media screen and (max-width: 480px) {
    .side_bg {
      width: 25px; } }
  .side_bg:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100% auto; }
  .side_bg.left {
    right: auto; }
    .side_bg.left:before {
      background-image: url("../images/common/bg_deco_l.png"); }
  .side_bg.right {
    left: auto; }
    .side_bg.right:before {
      background-image: url("../images/common/bg_deco_r.png"); }

.lp_bg {
  position: absolute;
  inset: 0;
  top: 100vh;
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 84% auto;
  background-image: url("../images/common/bg_lp02.png"); }
  .lp_bg:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(3, 5, 65, 0) 0%, rgba(3, 5, 65, 0.8) 40%, rgba(3, 5, 65, 0.8) 50%); }

.mainvisual {
  position: relative; }
  .mainvisual .main_image {
    position: absolute;
    inset: 0;
    top: 0;
    text-align: center; }
    .mainvisual .main_image img {
      width: 100%; }
  .mainvisual .sponsor {
    position: absolute;
    line-height: 0;
    right: 40px;
    top: 40px;
    z-index: 2; }
    @media screen and (max-width: 820px) {
      .mainvisual .sponsor {
        right: 20px;
        top: 20px;
        width: 120px; } }
    @media screen and (max-width: 480px) {
      .mainvisual .sponsor {
        width: 100px; } }
  .mainvisual .main_title_group {
    max-width: 100%;
    padding-top: clamp(100px, 11.25vw, 180px);
    position: relative;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .mainvisual .main_title_group {
        padding-top: 60px; } }
    .mainvisual .main_title_group .main_title {
      width: 46.36%;
      max-width: 846px;
      margin: 0 auto clamp(50px, 4.375vw, 70px); }
      @media screen and (max-width: 480px) {
        .mainvisual .main_title_group .main_title {
          width: 100%;
          margin: 0 auto 30px; } }
    .mainvisual .main_title_group .schedule_group .schedule_ttl {
      max-width: 300px;
      letter-spacing: 0.1em;
      margin: 0 auto clamp(15px, 1.875vw, 30px);
      padding: 5px 20px;
      line-height: 1.5;
      border: 1px solid #FFF;
      font-size: clamp(20px, 2.25vw, 36px); }
      @media screen and (max-width: 480px) {
        .mainvisual .main_title_group .schedule_group .schedule_ttl {
          width: fit-content;
          margin: 0 auto 20px; } }
    .mainvisual .main_title_group .schedule_group .schedule_item {
      width: fit-content;
      margin: 0 auto;
      flex-direction: column;
      row-gap: 20px; }
      @media screen and (max-width: 480px) {
        .mainvisual .main_title_group .schedule_group .schedule_item {
          row-gap: 10px; } }
      .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in {
        column-gap: 10px;
        justify-content: flex-start;
        align-items: center; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in {
            column-gap: 5px; } }
        .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in dt {
          flex-shrink: 0;
          font-size: clamp(20px, 2.5vw, 40px);
          letter-spacing: 0.5em; }
          @media screen and (max-width: 480px) {
            .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in dt {
              font-size: 6vw;
              letter-spacing: 0.2em; } }
        .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in dd {
          display: flex;
          justify-content: flex-start;
          column-gap: 20px;
          align-items: flex-end; }
          @media screen and (max-width: 480px) {
            .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in dd {
              align-items: center;
              column-gap: 10px; } }
          .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in dd.full {
            width: 100%; }
          .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in dd .day {
            font-size: clamp(80px, 8.75vw, 140px);
            line-height: 0.85; }
            @media screen and (max-width: 480px) {
              .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in dd .day {
                font-size: 16vw; } }
          .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in dd .day_text {
            font-size: clamp(30px, 3.501vw, 56px);
            line-height: 1.4; }
            @media screen and (max-width: 480px) {
              .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in dd .day_text {
                font-size: 7vw;
                transform: translateY(5px); } }
            .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in dd .day_text .small {
              display: block;
              letter-spacing: 0.1em;
              font-size: 50%; }
          .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in dd .venue_name {
            font-size: clamp(40px, 4.375vw, 70px);
            line-height: 1.4; }
            @media screen and (max-width: 480px) {
              .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in dd .venue_name {
                font-size: 8vw; } }
            .mainvisual .main_title_group .schedule_group .schedule_item .schedule_in dd .venue_name .small {
              font-size: 51%; }
    .mainvisual .main_title_group .schedule_group .schedule_cap {
      margin-top: 10px;
      font-size: clamp(11px, 1.25vw, 20px);
      line-height: 1.4; }
      @media screen and (max-width: 480px) {
        .mainvisual .main_title_group .schedule_group .schedule_cap {
          font-size: 13px;
          line-height: 1.8; } }
    .mainvisual .main_title_group .schedule_group .guidance_link {
      display: block;
      max-width: 460px;
      margin: 40px auto 0;
      padding: 15px 10px;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 480px) {
        .mainvisual .main_title_group .schedule_group .guidance_link {
          margin-top: 30px;
          max-width: 340px; } }
      body:not(.mobile) .mainvisual .main_title_group .schedule_group .guidance_link:hover:before {
        background: #900;
        transform: scale(1.05); }
      body:not(.mobile) .mainvisual .main_title_group .schedule_group .guidance_link:hover:after {
        transform: rotate(45deg) translate(5px, -5px); }
      .mainvisual .main_title_group .schedule_group .guidance_link:before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50vw;
        background: #C00;
        transition: 0.3s background ease-in-out 0s,0.3s transform ease-in-out 0s; }
      .mainvisual .main_title_group .schedule_group .guidance_link:after {
        content: "";
        position: absolute;
        right: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        transform: rotate(45deg);
        transition: 0.3s transform ease-in-out 0s; }
      .mainvisual .main_title_group .schedule_group .guidance_link .link_txt {
        position: relative;
        font-size: clamp(18px, 1.5vw, 24px);
        color: #FF0; }
    .mainvisual .main_title_group .utage_group {
      padding-top: clamp(50px, 4.375vw, 70px);
      text-align: center; }
      @media screen and (max-width: 480px) {
        .mainvisual .main_title_group .utage_group {
          padding-top: 40px; } }
      .mainvisual .main_title_group .utage_group .utage_txt {
        font-size: clamp(15px, 1.375vw, 22px);
        font-size: clamp(15px, 1.563vw, 25px);
        text-align: center;
        line-height: 2.5;
        margin-bottom: 40px; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_title_group .utage_group .utage_txt {
            font-size: 14px; } }
      .mainvisual .main_title_group .utage_group .utage {
        transform: scale(1.5);
        opacity: 0;
        transition: 1.8s opacity cubic-bezier(0.75, 0, 0.25, 1) 0s, 1.8s transform cubic-bezier(0.75, 0, 0.25, 1) 0s; }
        .mainvisual .main_title_group .utage_group .utage.p-view {
          opacity: 1;
          transform: scale(1); }
        @media screen and (max-width: 480px) {
          .mainvisual .main_title_group .utage_group .utage {
            width: 80%;
            margin: 0 auto; } }
    .mainvisual .main_title_group .utage_txt_wrap {
      max-width: 550px;
      width: calc(100% - 20px);
      margin: 0 auto 40px;
      margin-bottom: clamp(50px, 4.375vw, 70px);
      position: relative;
      padding: 35px 40px;
      background: url("../images/top/bg_event01.png") center top/100% 16px no-repeat, url("../images/top/bg_event03.png") center bottom/100% 16px no-repeat; }
      @media screen and (max-width: 480px) {
        .mainvisual .main_title_group .utage_txt_wrap {
          padding: 15px 15px 20px;
          background: url("../images/top/bg_event01.png") center top/100% 6px no-repeat, url("../images/top/bg_event03.png") center bottom/100% 7px no-repeat; } }
      .mainvisual .main_title_group .utage_txt_wrap::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../images/top/bg_event02.png") center top/100% auto repeat-y;
        clip-path: inset(15px 0 15px 0); }
        @media screen and (max-width: 480px) {
          .mainvisual .main_title_group .utage_txt_wrap::before {
            clip-path: inset(6px 0 6px 0); } }
      .mainvisual .main_title_group .utage_txt_wrap .in_txt {
        position: relative;
        z-index: 3;
        color: #000; }
        .mainvisual .main_title_group .utage_txt_wrap .in_txt .ttl {
          font-size: clamp(18px, 1.5vw, 24px);
          margin-bottom: 0.3em; }
          @media screen and (max-width: 480px) {
            .mainvisual .main_title_group .utage_txt_wrap .in_txt .ttl {
              font-size: 18px; } }
        .mainvisual .main_title_group .utage_txt_wrap .in_txt .txt {
          font-size: clamp(14px, 1.125vw, 18px); }
          @media screen and (max-width: 480px) {
            .mainvisual .main_title_group .utage_txt_wrap .in_txt .txt {
              font-size: 15px; } }

.floating_banner {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 1000; }
  @media screen and (max-width: 480px) {
    .floating_banner {
      right: 0;
      left: 50px;
      bottom: 0px;
      height: 50px;
      width: auto;
      background: #d92400; } }
  .floating_banner a {
    display: block; }
    @media screen and (max-width: 480px) {
      .floating_banner a {
        padding: 8px 0; } }
    @media screen and (max-width: 480px) {
      .floating_banner a > img {
        display: none; } }
    .floating_banner a .sp_block {
      display: none; }
      @media screen and (max-width: 480px) {
        .floating_banner a .sp_block {
          display: flex;
          justify-content: center;
          align-items: center;
          column-gap: 10px; } }
      .floating_banner a .sp_block .sp_floating_txt {
        font-size: 18px; }
      .floating_banner a .sp_block .sp_icon img {
        width: 30px; }

section {
  position: relative; }

.sec_ttl_group {
  flex-direction: column;
  row-gap: 30px;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .sec_ttl_group {
      row-gap: 20px; } }
  @media screen and (max-width: 480px) {
    .sec_ttl_group .title_deco {
      width: 70px;
      margin: 0 auto; } }
  .sec_ttl_group .sec_ttl {
    font-size: clamp(40px, 5.5vw, 66px);
    line-height: 1.2;
    text-shadow: 0px 0px 0px rgba(49, 103, 203, 0.2), 0px 0px 1px rgba(49, 103, 203, 0.2), 0px 0px 2px rgba(49, 103, 203, 0.2), 0px 0px 3px rgba(49, 103, 203, 0.2), 0px 0px 4px rgba(49, 103, 203, 0.2), 0px 0px 5px rgba(49, 103, 203, 0.2), 0px 0px 6px rgba(49, 103, 203, 0.2), 0px 0px 7px rgba(49, 103, 203, 0.2), 0px 0px 8px rgba(49, 103, 203, 0.2), 0px 0px 9px rgba(49, 103, 203, 0.2), 0px 0px 10px rgba(49, 103, 203, 0.2); }
    @media screen and (max-width: 820px) {
      .sec_ttl_group .sec_ttl {
        font-size: 5vw; } }
    @media screen and (max-width: 480px) {
      .sec_ttl_group .sec_ttl {
        font-size: 7vw; } }
    .sec_ttl_group .sec_ttl.small {
      font-size: clamp(18px, 3vw, 36px); }
      @media screen and (max-width: 820px) {
        .sec_ttl_group .sec_ttl.small {
          font-size: 6vw; } }
  .sec_ttl_group .sec_read {
    font-size: clamp(14px, 2vw, 24px);
    line-height: 1.6; }
    @media screen and (max-width: 820px) {
      .sec_ttl_group .sec_read {
        font-size: 16px; } }
    @media screen and (max-width: 480px) {
      .sec_ttl_group .sec_read {
        font-size: 15px; } }

.event_area {
  padding-top: clamp(60px, 7.5vw, 90px); }
  .event_area .sec_ttl_group .sec_ttl .sub {
    display: block;
    font-size: 39%;
    margin-top: 10px; }
    @media screen and (max-width: 480px) {
      .event_area .sec_ttl_group .sec_ttl .sub {
        font-size: 60%; } }
  .event_area .sec_ttl_group .sec_read .big {
    line-height: 1.2;
    display: block;
    font-size: 200%;
    letter-spacing: 0.05em; }
    .event_area .sec_ttl_group .sec_read .big .underline {
      position: relative; }
      .event_area .sec_ttl_group .sec_read .big .underline:after {
        content: "";
        position: absolute;
        inset: 0;
        bottom: auto;
        top: calc(100% + 2px);
        background: #FF0;
        height: 4px;
        width: 100%; }
  .event_area .sec_ttl_group .advance_txt {
    font-size: clamp(20px, 2.5vw, 30px);
    line-height: 1.5; }
  .event_area .event_item_group {
    flex-direction: column;
    row-gap: 40px; }
    .event_area .event_item_group .event_item {
      position: relative;
      padding: 35px 40px;
      background: url("../images/top/bg_event01.png") center top/100% 21px no-repeat, url("../images/top/bg_event03.png") center bottom/100% 21px no-repeat; }
      @media screen and (max-width: 480px) {
        .event_area .event_item_group .event_item {
          padding: 15px 15px 20px;
          background: url("../images/top/bg_event01.png") center top/100% 6px no-repeat, url("../images/top/bg_event03.png") center bottom/100% 7px no-repeat; } }
      .event_area .event_item_group .event_item::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../images/top/bg_event02.png") center top/100% auto repeat-y;
        clip-path: inset(20px 0 20px 0); }
        @media screen and (max-width: 480px) {
          .event_area .event_item_group .event_item::before {
            clip-path: inset(6px 0 6px 0); } }
      .event_area .event_item_group .event_item .event_item_in {
        position: relative; }
        .event_area .event_item_group .event_item .event_item_in .event_ttl {
          justify-content: flex-start;
          align-items: center;
          column-gap: 10px;
          font-size: clamp(20px, 2.834vw, 34px);
          color: #131558;
          margin-bottom: 20px;
          line-height: 1.4; }
          @media screen and (max-width: 480px) {
            .event_area .event_item_group .event_item .event_item_in .event_ttl {
              font-size: 5.4vw; } }
          .event_area .event_item_group .event_item .event_item_in .event_ttl .num {
            flex-shrink: 0;
            background: #131558;
            border-radius: 50vw;
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #FF0; }
          @media screen and (max-width: 480px) {
            .event_area .event_item_group .event_item .event_item_in .event_ttl .text {
              width: 100%; } }
          .event_area .event_item_group .event_item .event_item_in .event_ttl .text .small {
            font-size: 70%; }
        .event_area .event_item_group .event_item .event_item_in .event_group {
          flex-wrap: wrap;
          align-items: flex-start; }
          @media screen and (max-width: 480px) {
            .event_area .event_item_group .event_item .event_item_in .event_group {
              row-gap: 25px; } }
          .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group {
            width: 50.99%;
            flex-direction: column;
            justify-content: flex-start;
            color: #131558; }
            @media screen and (max-width: 480px) {
              .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group {
                width: 100%; } }
            .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_name {
              font-size: clamp(14px, 1.834vw, 22px);
              line-height: 1.36; }
              @media screen and (max-width: 480px) {
                .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_name {
                  font-size: 4.2vw; } }
            .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_read {
              font-size: clamp(12px, 1.334vw, 16px);
              margin: 20px 0 clamp(15px, 2.5vw, 30px); }
              @media screen and (max-width: 480px) {
                .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_read {
                  font-size: 13px;
                  margin: 20px 0; } }
              .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_read.second {
                margin: 20px 0 clamp(40px, 5vw, 60px); }
                @media screen and (max-width: 480px) {
                  .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_read.second {
                    margin: 20px 0; } }
            .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule {
              background: rgba(255, 255, 255, 0.8);
              box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
              padding: clamp(15px, 1.667vw, 20px);
              position: relative; }
              @media screen and (max-width: 480px) {
                .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule {
                  padding: 15px 10px; } }
              .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule .schedule {
                justify-content: flex-start;
                flex-wrap: wrap;
                gap: 0px 30px; }
                .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule .schedule .schedule_in {
                  justify-content: flex-start;
                  column-gap: 15px;
                  font-size: clamp(13px, 1.667vw, 20px); }
                  @media screen and (max-width: 480px) {
                    .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule .schedule .schedule_in {
                      font-size: 3.8vw;
                      column-gap: 5px; } }
                  .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule .schedule .schedule_in.ctr {
                    align-items: center; }
                  .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule .schedule .schedule_in dt {
                    flex-shrink: 0;
                    letter-spacing: 0.5em; }
                    @media screen and (max-width: 480px) {
                      .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule .schedule .schedule_in dt {
                        letter-spacing: 0.2em; } }
                    .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule .schedule .schedule_in dt.ex {
                      transform: translateY(5px); }
                  .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule .schedule .schedule_in dd .big {
                    display: inline-block;
                    line-height: 1;
                    font-size: 140%; }
                  .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule .schedule .schedule_in dd .big02 {
                    display: inline-block;
                    line-height: 1;
                    font-size: 160%; }
                  .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule .schedule .schedule_in dd .small {
                    font-size: 80%; }
              .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule .wappen_free {
                width: 21.16%;
                position: absolute;
                right: -15px;
                top: -10px; }
                @media screen and (max-width: 480px) {
                  .event_area .event_item_group .event_item .event_item_in .event_group .event_text_group .event_schedule .wappen_free {
                    width: 30%;
                    top: -5px; } }
          .event_area .event_item_group .event_item .event_item_in .event_group .event_img {
            width: 44.12%;
            box-shadow: 15px 15px 0 0 rgba(0, 0, 0, 0.15); }
            @media screen and (max-width: 480px) {
              .event_area .event_item_group .event_item .event_item_in .event_group .event_img {
                width: 100%;
                box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.15); } }
          .event_area .event_item_group .event_item .event_item_in .event_group .event_menu_box {
            width: 100%;
            margin: 35px 0;
            border: 1px dashed #131558;
            background: rgba(255, 255, 255, 0.4);
            justify-content: flex-start;
            align-items: center;
            padding: 10px 20px;
            color: #131558; }
            @media screen and (max-width: 480px) {
              .event_area .event_item_group .event_item .event_item_in .event_group .event_menu_box {
                margin: 0;
                padding: 15px;
                flex-direction: column; } }
            .event_area .event_item_group .event_item .event_item_in .event_group .event_menu_box .menu_ttl {
              flex-shrink: 0;
              font-size: clamp(18px, 2vw, 24px); }
              @media screen and (max-width: 480px) {
                .event_area .event_item_group .event_item .event_item_in .event_group .event_menu_box .menu_ttl {
                  width: 100%; } }
            .event_area .event_item_group .event_item .event_item_in .event_group .event_menu_box .menu_read {
              flex-grow: 1;
              font-size: clamp(14px, 1.5vw, 18px);
              padding-left: 20px;
              margin-left: 20px;
              border-left: 1px solid #131558; }
              @media screen and (max-width: 480px) {
                .event_area .event_item_group .event_item .event_item_in .event_group .event_menu_box .menu_read {
                  font-size: 13px;
                  width: 100%;
                  padding-left: 0;
                  margin-left: 0;
                  border-left: none;
                  padding-top: 10px;
                  margin-top: 10px;
                  border-top: 1px solid #131558; } }
          .event_area .event_item_group .event_item .event_item_in .event_group .event_link {
            max-width: 530px;
            width: 100%;
            padding: 15px 10px;
            margin: 0 auto;
            text-align: center;
            border-radius: 50vw;
            background: #d92400;
            line-height: 1.4;
            font-size: clamp(17px, 1.667vw, 20px);
            color: #FF0;
            transition: 0.3s background ease-in-out 0s; }
            body:not(.mobile) .event_area .event_item_group .event_item .event_item_in .event_group .event_link:hover {
              background: #991c03; }

.stage_area {
  padding-top: clamp(60px, 7.5vw, 90px); }
  .stage_area .stage_area_in {
    max-width: 900px;
    margin: 0 auto; }
  .stage_area .stage_cont01 {
    flex-direction: column; }
    .stage_area .stage_cont01 .stage_cont01_in {
      flex-wrap: wrap;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 480px) {
        .stage_area .stage_cont01 .stage_cont01_in {
          padding: 20px 0; } }
      .stage_area .stage_cont01 .stage_cont01_in.item01 {
        z-index: 2; }
        @media screen and (max-width: 480px) {
          .stage_area .stage_cont01 .stage_cont01_in.item01 {
            padding-bottom: 0; } }
      .stage_area .stage_cont01 .stage_cont01_in:not(:first-child) {
        margin-top: -15px; }
        @media screen and (max-width: 480px) {
          .stage_area .stage_cont01 .stage_cont01_in:not(:first-child) {
            margin-top: 0; } }
      @media screen and (max-width: 480px) {
        .stage_area .stage_cont01 .stage_cont01_in.item07 {
          padding-bottom: 0; } }
      .stage_area .stage_cont01 .stage_cont01_in.item07.border:after {
        content: none; }
      .stage_area .stage_cont01 .stage_cont01_in.border:before, .stage_area .stage_cont01 .stage_cont01_in.border:after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1; }
      .stage_area .stage_cont01 .stage_cont01_in.border:before {
        bottom: auto;
        top: 10px;
        border-top: 1px dotted #FFF; }
        @media screen and (max-width: 480px) {
          .stage_area .stage_cont01 .stage_cont01_in.border:before {
            top: 0; } }
      .stage_area .stage_cont01 .stage_cont01_in.border:after {
        top: auto;
        bottom: 10px;
        border-bottom: 1px dotted #FFF; }
        @media screen and (max-width: 480px) {
          .stage_area .stage_cont01 .stage_cont01_in.border:after {
            bottom: 0px; } }
      .stage_area .stage_cont01 .stage_cont01_in .photo_text {
        width: 100%;
        position: relative;
        justify-content: flex-start;
        align-items: center;
        column-gap: 20px; }
        @media screen and (max-width: 480px) {
          .stage_area .stage_cont01 .stage_cont01_in .photo_text {
            column-gap: 10px; } }
        .stage_area .stage_cont01 .stage_cont01_in .photo_text.rev {
          flex-direction: row-reverse; }
          @media screen and (max-width: 480px) {
            .stage_area .stage_cont01 .stage_cont01_in .photo_text.rev {
              flex-direction: row; } }
          .stage_area .stage_cont01 .stage_cont01_in .photo_text.rev .text_group {
            text-align: right; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont01 .stage_cont01_in .photo_text.rev .text_group {
                text-align: left; } }
        .stage_area .stage_cont01 .stage_cont01_in .photo_text .photo {
          width: 24.45%; }
          @media screen and (max-width: 480px) {
            .stage_area .stage_cont01 .stage_cont01_in .photo_text .photo {
              width: 30%; } }
        .stage_area .stage_cont01 .stage_cont01_in .photo_text .text_group {
          flex-grow: 1; }
          .stage_area .stage_cont01 .stage_cont01_in .photo_text .text_group .t01 {
            font-size: clamp(15px, 2.4vw, 24px); }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont01 .stage_cont01_in .photo_text .text_group .t01 {
                font-size: 3.6vw; } }
            .stage_area .stage_cont01 .stage_cont01_in .photo_text .text_group .t01 .big {
              font-size: 140%; }
          .stage_area .stage_cont01 .stage_cont01_in .photo_text .text_group .t02 {
            font-size: clamp(24px, 3.401vw, 34px);
            line-height: 1.4;
            margin-bottom: 10px; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont01 .stage_cont01_in .photo_text .text_group .t02 {
                font-size: 4.8vw; } }
          .stage_area .stage_cont01 .stage_cont01_in .photo_text .text_group .t03 {
            font-size: clamp(11px, 1.8vw, 18px); }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont01 .stage_cont01_in .photo_text .text_group .t03 {
                font-size: 13px; } }
      .stage_area .stage_cont01 .stage_cont01_in .white_box {
        margin-top: -10px;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        column-gap: 15px;
        color: #131558;
        padding: 10px; }
        @media screen and (max-width: 480px) {
          .stage_area .stage_cont01 .stage_cont01_in .white_box {
            flex-direction: column;
            margin-top: 10px;
            padding: 7px 10px; } }
        .stage_area .stage_cont01 .stage_cont01_in .white_box .w01 {
          font-size: clamp(15px, 2.4vw, 24px); }
          @media screen and (max-width: 480px) {
            .stage_area .stage_cont01 .stage_cont01_in .white_box .w01 {
              font-size: 4vw;
              line-height: 1.2; } }
          .stage_area .stage_cont01 .stage_cont01_in .white_box .w01 .big {
            font-size: 140%; }
        .stage_area .stage_cont01 .stage_cont01_in .white_box .w02 {
          font-size: clamp(24px, 3.401vw, 34px); }
          @media screen and (max-width: 480px) {
            .stage_area .stage_cont01 .stage_cont01_in .white_box .w02 {
              text-align: center;
              font-size: 5.6vw; } }
          .stage_area .stage_cont01 .stage_cont01_in .white_box .w02 .small {
            font-size: 60%; }
  .stage_area .stage_cont02 {
    padding-top: clamp(60px, 8.334vw, 100px); }
    .stage_area .stage_cont02 .cont02_ttl {
      font-size: clamp(20px, 3vw, 36px);
      text-align: center;
      text-shadow: 0px 0px 0px rgba(49, 103, 203, 0.2), 0px 0px 1px rgba(49, 103, 203, 0.2), 0px 0px 2px rgba(49, 103, 203, 0.2), 0px 0px 3px rgba(49, 103, 203, 0.2), 0px 0px 4px rgba(49, 103, 203, 0.2), 0px 0px 5px rgba(49, 103, 203, 0.2), 0px 0px 6px rgba(49, 103, 203, 0.2), 0px 0px 7px rgba(49, 103, 203, 0.2), 0px 0px 8px rgba(49, 103, 203, 0.2), 0px 0px 9px rgba(49, 103, 203, 0.2), 0px 0px 10px rgba(49, 103, 203, 0.2);
      margin-bottom: clamp(30px, 4.167vw, 50px); }
    .stage_area .stage_cont02 .stage_cont02_group {
      align-items: flex-start;
      flex-wrap: wrap;
      row-gap: clamp(50px, 5.834vw, 70px); }
      .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in {
        width: 100%; }
        .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .cont02_name {
          font-size: clamp(24px, 2.667vw, 32px); }
          @media screen and (max-width: 820px) {
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .cont02_name {
              font-size: 3.3vw; } }
          @media screen and (max-width: 480px) {
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .cont02_name {
              line-height: 1.4;
              text-align: center;
              font-size: 5.4vw; } }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .cont02_name.blue {
            color: #2ea7e0;
            color: #f7e5b9; }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .cont02_name.red {
            color: #e83828; }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .cont02_name.orange {
            color: #f8b62d; }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .cont02_name.pink {
            color: #e85298; }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .cont02_name.green {
            color: #8fc31f; }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .cont02_name .small {
            font-size: 75%; }
        .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .cont02_read {
          font-size: clamp(14px, 1.5vw, 18px);
          line-height: 1.66; }
          @media screen and (max-width: 480px) {
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .cont02_read {
              font-size: 13px; } }
        .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .black_box {
          position: relative;
          background: #000;
          border-radius: 10px;
          padding: 10px 20px; }
          @media screen and (max-width: 480px) {
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .black_box {
              padding: 15px; } }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .black_box .box_txt {
            font-size: clamp(12px, 1.5vw, 18px); }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in .black_box .box_txt {
                font-size: 15px; } }
        .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 {
          flex-wrap: wrap; }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .photo {
            width: 27.67%; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .photo {
                width: 80%;
                margin: 0 auto 20px; } }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .text_group {
            width: 70%; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .text_group {
                width: 100%; } }
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .text_group .cont02_read {
              margin: 20px 0 30px; }
              @media screen and (max-width: 480px) {
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .text_group .cont02_read {
                  margin: 20px 0; } }
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .text_group .item_list {
              flex-wrap: wrap;
              gap: 10px 4%;
              justify-content: flex-start;
              margin-bottom: 30px; }
              @media screen and (max-width: 480px) {
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .text_group .item_list {
                  gap: 5px 0; } }
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .text_group .item_list .item_ttl {
                width: 40%;
                justify-content: flex-start;
                align-items: center;
                column-gap: 5px;
                font-size: clamp(12px, 1.334vw, 16px);
                color: #2ea7e0;
                color: #f7e5b9; }
                @media screen and (max-width: 480px) {
                  .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .text_group .item_list .item_ttl {
                    width: 100%;
                    font-size: 14px; } }
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .text_group .item_list .item_ttl.full {
                  width: 100%; }
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .text_group .item_list .item_ttl .num {
                  background: #2ea7e0;
                  background: #f7e5b9;
                  border-radius: 50vw;
                  width: 17px;
                  height: 17px;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  color: #060845; }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .black_box {
            margin-top: 30px; }
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .black_box .image01 {
              position: absolute;
              right: 0;
              bottom: -50px;
              width: 25.4%; }
              @media screen and (max-width: 480px) {
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item01 .black_box .image01 {
                  bottom: -10px;
                  width: 30%; } }
        .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 {
          flex-wrap: wrap; }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .cont02_name {
            width: 100%;
            margin-bottom: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            column-gap: 10px; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .cont02_name {
                justify-content: center;
                flex-direction: column; } }
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .cont02_name .small {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              column-gap: 10px; }
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .cont02_name .small:before {
                content: "";
                background: #d6342a;
                height: 1px;
                width: 28px; }
                @media screen and (max-width: 480px) {
                  .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .cont02_name .small:before {
                    content: none; } }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .photo {
            width: 24.45%; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .photo {
                width: 60%;
                margin: 0 auto 20px; } }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .text_group {
            width: 70%; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .text_group {
                width: 100%; } }
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .text_group .place_item {
              justify-content: flex-start;
              align-items: center;
              color: #d6342a;
              margin: clamp(20px, 4vw, 40px) 0 20px; }
              @media screen and (max-width: 480px) {
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .text_group .place_item {
                  flex-direction: column; } }
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .text_group .place_item .place_ttl {
                font-size: clamp(14px, 2vw, 20px);
                flex-shrink: 0; }
                @media screen and (max-width: 480px) {
                  .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .text_group .place_item .place_ttl {
                    font-size: 5vw; } }
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .text_group .place_item .place_text {
                font-size: clamp(12px, 1.6vw, 16px);
                padding-left: 20px;
                margin-left: 20px;
                border-left: 1px solid currentColor; }
                @media screen and (max-width: 480px) {
                  .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .text_group .place_item .place_text {
                    width: 100%;
                    font-size: 3.5vw;
                    padding-left: 0px;
                    margin-left: 0px;
                    border-left: none;
                    padding-top: 10px;
                    margin-top: 10px;
                    border-top: 1px solid currentColor; } }
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .text_group .black_box {
              flex-wrap: wrap;
              justify-content: flex-start;
              gap: 5px 20px; }
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .text_group .black_box .image02 {
                position: absolute;
                right: 0;
                bottom: 60%;
                width: 23.81%; }
                @media screen and (max-width: 480px) {
                  .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item02 .text_group .black_box .image02 {
                    width: 30%;
                    bottom: 50%; } }
        .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item03 {
          flex-wrap: wrap; }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item03 .cont02_name {
            width: 100%;
            margin-bottom: 20px; }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item03 .cont02_read {
            width: 57.78%; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item03 .cont02_read {
                width: 100%;
                margin-bottom: 20px; } }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item03 .photo {
            width: 33.34%; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item03 .photo {
                width: 100%;
                text-align: center; } }
        .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item04 {
          width: 45.56%;
          flex-wrap: wrap; }
          @media screen and (max-width: 480px) {
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item04 {
              width: 100%; } }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item04 .cont02_name {
            width: 100%;
            margin-bottom: 20px; }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item04 .photo {
            width: 43.91%; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item04 .photo {
                width: 45%;
                text-align: center; } }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item04 .cont02_read {
            width: 48.79%; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item04 .cont02_read {
                width: 50%; } }
        .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item05 {
          width: 45.56%;
          flex-wrap: wrap; }
          @media screen and (max-width: 480px) {
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item05 {
              width: 100%; } }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item05 .cont02_name {
            width: 100%;
            margin-bottom: 20px; }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item05 .photo {
            width: 46.59%; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item05 .photo {
                width: 45%;
                text-align: center; } }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item05 .cont02_read {
            width: 48.79%; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item05 .cont02_read {
                width: 50%; } }
        .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 {
          max-width: 640px;
          margin: 0 auto;
          align-items: flex-start;
          width: 100%;
          background: #d35344;
          padding: 15px 25px 10px;
          border-radius: 10px; }
          @media screen and (max-width: 820px) {
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 {
              max-width: 560px; } }
          @media screen and (max-width: 480px) {
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 {
              padding: 15px; } }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 .text_group {
            width: 81.36%; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 .text_group {
                width: 74%; } }
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 .text_group .present_ttl {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              column-gap: 20px;
              font-size: clamp(28px, 3.401vw, 34px); }
              @media screen and (max-width: 480px) {
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 .text_group .present_ttl {
                  flex-direction: column;
                  align-items: flex-start;
                  font-size: 5.4vw;
                  line-height: 1.4; } }
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 .text_group .present_ttl .small {
                font-size: 60%; }
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 .text_group .present_read {
              font-size: clamp(15px, 1.8vw, 18px);
              margin-top: 10px; }
              @media screen and (max-width: 480px) {
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 .text_group .present_read {
                  font-size: 13px; } }
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 .text_group .present_read .small {
                display: block;
                font-size: 70%;
                margin-top: 5px; }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 .image {
            margin-top: -25px;
            width: 12.89%; }
            @media screen and (max-width: 820px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 .image {
                width: 15%; } }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item06 .image {
                width: 22%;
                margin-top: 0; } }
        .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 {
          align-items: center;
          padding: 10px 20px 10px clamp(20px, 3vw, 30px);
          border-radius: 10px;
          overflow: hidden;
          background-position: top center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("../images/top/bg_stage.png"); }
          @media screen and (max-width: 480px) {
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 {
              padding: 15px 15px 20px;
              flex-direction: column;
              row-gap: 20px; } }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group {
            width: 62.36%; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group {
                width: 100%; } }
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_name {
              font-size: clamp(28px, 3.401vw, 34px); }
              @media screen and (max-width: 480px) {
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_name {
                  font-size: 5.4vw; } }
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_name .small {
                display: block;
                font-size: 53%; }
                @media screen and (max-width: 480px) {
                  .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_name .small {
                    font-size: 70%; } }
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_read {
              font-size: clamp(15px, 1.8vw, 18px);
              margin: clamp(20px, 2.5vw, 30px) 0 10px; }
              @media screen and (max-width: 480px) {
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_read {
                  font-size: 14px; } }
            .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_day {
              font-size: clamp(14px, 2vw, 20px);
              letter-spacing: 0.05em; }
              @media screen and (max-width: 480px) {
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_day {
                  font-size: 5vw;
                  line-height: 1.8;
                  letter-spacing: 0.05em;
                  text-align: center; } }
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_day span {
                display: inline-block;
                line-height: 1; }
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_day span.big {
                  font-size: 220%;
                  line-height: 0.85; }
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_day span.big02 {
                  font-size: 130%; }
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_day span.big03 {
                  font-size: 120%; }
                .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_day span.small {
                  margin-top: 10px;
                  display: block;
                  font-size: 80%; }
                  @media screen and (max-width: 480px) {
                    .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .text_group .event_day span.small {
                      font-size: 12px;
                      text-align: left;
                      line-height: 1.6;
                      text-indent: -1em;
                      padding-left: 1em; } }
          .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .image {
            width: 35.3%; }
            @media screen and (max-width: 480px) {
              .stage_area .stage_cont02 .stage_cont02_group .stage_cont02_in.item07 .image {
                width: 60%;
                margin: 0 auto; } }

.map_area {
  padding-top: clamp(60px, 7.5vw, 90px); }
  .map_area .map_image_wrap .map_image {
    text-align: center; }
    @media screen and (max-width: 480px) {
      .map_area .map_image_wrap .map_image {
        margin: 0 -20px; } }

.access_area {
  padding: clamp(60px, 7.5vw, 90px) 0 clamp(60px, 6.667vw, 80px); }
  .access_area .map_group .map_wrap {
    position: relative;
    height: 500px;
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      .access_area .map_group .map_wrap {
        height: 300px;
        margin: 0 -30px; } }
    .access_area .map_group .map_wrap iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%; }
  .access_area .map_group .map_infor_group {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 30px; }
    @media screen and (max-width: 480px) {
      .access_area .map_group .map_infor_group {
        row-gap: 20px; } }
    .access_area .map_group .map_infor_group .infor_in {
      text-align: center;
      font-size: clamp(14px, 1.6vw, 16px); }
      @media screen and (max-width: 480px) {
        .access_area .map_group .map_infor_group .infor_in {
          font-size: 13px; } }
      .access_area .map_group .map_infor_group .infor_in .i01 {
        font-size: 140%;
        margin-bottom: 20px;
        line-height: 1.2; }
        @media screen and (max-width: 480px) {
          .access_area .map_group .map_infor_group .infor_in .i01 {
            margin-bottom: 10px; } }
      .access_area .map_group .map_infor_group .infor_in .i02 {
        line-height: 1.8; }

/*# sourceMappingURL=top.css.map */
