@charset "Shift_JIS";

/*=============================
// variable
===============================*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}


@media screen and (min-width: 768px) {
  .nc-hide-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nc-hide-sp {
    display: none;
  }
}

.nc-note {
  font-weight: 600;
  font-size: clamp(0.625rem, 0.579rem + 0.19vw, 0.75rem);
  margin-top: 15px;
  text-align: right;
}

.nc-nowrap {
  display: inline-block;
  word-break: break-all;
}

.nc-mt-10 {
  margin-top: 10px;
}

.nc-mt-20 {
  margin-top: 20px;
}

.nc-mt-30 {
  margin-top: 30px;
}

.nc-mt-40 {
  margin-top: 40px;
}

.nc-mt-50 {
  margin-top: 50px;
}

.nc-mt-60 {
  margin-top: 60px;
}


.nc-mt-70 {
  margin-top: 70px;
}


.nc-mt-80 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .nc-mt-sp10 {
    margin-top: 10px;
  }

  .nc-mt-sp20 {
    margin-top: 20px;
  }

  .nc-mt-sp30 {
    margin-top: 30px;
  }

  .nc-mt-sp40 {
    margin-top: 40px;
  }

  .nc-mt-sp50 {
    margin-top: 50px;
  }

  .nc-mt-sp60 {
    margin-top: 60px;
  }
}

.nc-align-center {
  text-align: center;
}

/*=============================
// common
===============================*/
#breadCrumbArea {
  margin-top: 142px;
}
@media screen and (max-width: 767px) {
  #breadCrumbArea {
    margin: 0;
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 768px) {
  #package, #price {
    margin-top: -111px;
    padding-top: 111px;
  }
}

#footer {
  margin-top: 0;
}

.main_content {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  /* overflow-x: hidden; */
  color: #101010;
}

.main_content * {
  box-sizing: border-box;
  /* text-align: left; */
}
.main_content figure, .main_content picture {
  display: block;
  margin: 0;
}
.main_content img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main_content {
  font-weight: 500;
}

.main_content a {
  text-decoration: none;
}

/*=============================
// コンバージョンセクション
===============================*/
.nc-cta {
  background: #314590;
  background: linear-gradient(90deg, rgba(49, 69, 144, 1) 0%, rgba(0, 17, 87, 1) 100%);
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.nc-cta__title {
  font-size: clamp(1.25rem, 1.018rem + 0.95vw, 1.875rem);
}

.nc-cta__highlight,
.nc-cta__strong {
  font-size: clamp(1.875rem, 1.643rem + 0.95vw, 2.5rem);
  display: inline-block;
  padding-left: .075em;
  padding-right: .075em;
}

.nc-cta__highlight {
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .3em;
}

.nc-cta__note {
  position: relative;
  display: inline-block;
  font-size: clamp(1.125rem, 0.986rem + 0.57vw, 1.5rem);
}

@media screen and (min-width: 768px) {
  .nc-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nc-cta__note {
    margin-top: 15px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .nc-cta__note::before,
  .nc-cta__note::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 36px;
    height: 36px;
    background-image: url('../img/icon_cta.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .nc-cta__note::before {
    left: 0;
  }

  .nc-cta__note::after {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .nc-cta {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .nc-cta__note {
    margin-top: 40px;
    text-align: center;
  }

  .nc-cta__note::before {
    width: 22px;
    height: 22px;
    position: absolute;
    display: inline-block;
    content: '';
    background-image: url('../img/icon_cta.png');
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    left: 0;
    top: -32px;
    margin: auto;
  }
}


/*=============================
// お問い合わせボタン
===============================*/
.nc-contact-btn {
  position: relative;
  background: #ff4624;
  background: linear-gradient(180deg, rgba(255, 70, 36, 1) 0%, rgba(255, 95, 65, 1) 40%, rgba(240, 37, 0, 1) 100%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 10px 0px rgba(129, 0, 0, .69);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.nc-contact-btn__label {
  position: absolute;
  background-color: #101010;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.564rem + 0.76vw, 1.25rem);
  font-weight: 800;
  z-index: 2;
  border-radius: 3px;
  color: #fff;
  font-feature-settings: "palt";
}

.nc-contact-btn__content {
  color: #fff;
  font-weight: 800;
  font-size: clamp(1.125rem, 0.846rem + 1.14vw, 1.875rem);
  font-feature-settings: "palt";
}

.nc-contact-btn .arrow {
  position: absolute;
  display: inline-block;
  margin: auto;
  top: 0;
  bottom: 0;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

@media screen and (min-width: 768px) {
  .nc-contact-btn {
    border-radius: 50px;
    height: 100px;
    max-width: 487px;
  }

  .nc-contact-btn:hover {
    animation: poyopoyo 2s ease-in-out -.75s infinite;
  }

  .nc-contact-btn__label {
    top: -20px;
    max-width: 336px;
    height: 34px;
  }

  .nc-contact-btn .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
    border-right: 0;
    right: 29px;
  }
}

@media screen and (max-width: 767px) {
  .nc-contact-btn {
    width: 71.794%;
    height: 60px;
    border-radius: 30px;
  }

  .nc-contact-btn__label {
    width: 72.5%;
    height: 20px;
    top: -10px;
  }

  .nc-contact-btn .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #fff;
    border-right: 0;
    right: 15px;
  }
}

/*=============================
// メインビジュアル
===============================*/
.nc-mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.nc-mv__inner {
  margin-left: auto;
  margin-right: auto;
}

.nc-mv-circle {
  transition: transform .3s ease-in-out;
}

.nc-mv-circle:hover {
  transform: scale(1.1);
}

.nc-mv-circle,
.nc-mv-circle__content {
  width: 100%;
  box-shadow: 0px 5px 15px 0px rgba(109, 135, 183, 0.16);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nc-mv-circle::before,
.nc-mv-circle__content::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.nc-mv-circle__balloon,
.nc-mv-circle__note {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

.nc-mv-circle__balloon {
  font-weight: 800;
  font-size: clamp(0.75rem, 0.704rem + 0.19vw, 0.875rem);
  color: #fff;
  border-radius: 5px;
  background-color: #101010;
  line-height: 1.35;
  padding-top: 3px;
  padding-bottom: 7px;
}

.nc-mv-circle__balloon::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 15px solid #101010;
  border-bottom: 0;
  left: 0;
  right: 0;
  bottom: -22%;
  margin: auto;
}

.nc-mv-circle__note {
  font-weight: 800;
  font-size: clamp(0.625rem, 0.532rem + 0.38vw, 0.875rem);
  bottom: 11%;
  line-height: 1.45;
}

/* コンテンツごとの指定 */
.nc-mv-circle--esport {
  .nc-mv-circle__balloon {
    background-color: #fbcb00;
  }

  .nc-mv-circle__balloon::before {
    border-top-color: #fbcb00;
  }

  .nc-mv-circle__note {
    color: #fbcb00;
  }
}

.nc-mv-circle--UDesports {
  .nc-mv-circle__balloon {
    background-color: #15a648;
  }

  .nc-mv-circle__balloon::before {
    border-top-color: #15a648;
  }

  .nc-mv-circle__note {
    color: #15a648;
  }
}

.nc-mv-circle--drone-race {
  .nc-mv-circle__balloon {
    background-color: #2a4198;
  }

  .nc-mv-circle__balloon::before {
    border-top-color: #2a4198;
  }

  .nc-mv-circle__note {
    color: #2a4198;
  }

  .nc-mv-circle__logo {
    transform: translateY(-10%);
  }
}

.nc-mv-circle--hado-light {
  .nc-mv-circle__balloon {
    background-color: #00b1ed;
  }

  .nc-mv-circle__balloon::before {
    border-top-color: #00b1ed;
  }

  .nc-mv-circle__note {
    color: #00b1ed;
  }
}

.nc-mv-circle--digitalspaceshow {
  .nc-mv-circle__balloon {
    background-color: #1c2970;
  }

  .nc-mv-circle__balloon::before {
    border-top-color: #1c2970;
  }

  .nc-mv-circle__note {
    color: #1c2970;
  }
}

@media screen and (min-width: 768px) {
  .nc-mv {
    overflow: hidden;
    background-image: url('../img/bg_mv.png');
  }

  .nc-mv__inner {
    max-width: calc(1227px + 5.1%);
    display: flex;
    justify-content: space-between;
    padding-top: 3%;
    padding-bottom: 4%;
    padding-left: 5.1%;
  }

  .nc-mv__head {
    flex-basis: 46.21%;
  }

  .nc-mv__body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 629px;
    transform: translateY(-1.15%);
  }

  .nc-mv__body-inner {
    width: 100%;
    max-width: 454px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
    background-image: url('../img/mv_digital-content.png');
    background-size: 194px auto;
    background-repeat: no-repeat;
    background-position: center;
  }

  .nc-mv__body-inner::before {
    display: block;
    content: '';
    padding-top: 100%;
  }

  .nc-mv-circle {
    position: absolute;
    width: 32%;
    max-width: 198px;
  }

  .nc-mv-circle__balloon {
    width: 54.545%;
    top: -1%;
  }

  .nc-mv-circle__content {
    max-width: calc(100% - 14px);
  }

  .nc-mv-btn {
    margin-top: 9.5%;
  }

  /* コンテンツごとの指定 */
  .nc-mv-circle--esport {
    &.nc-mv-circle {
      top: 0.5%;
      left: 26.5%;
    }

    .nc-mv-circle__logo {
      width: 78.222%;
      max-width: 143px;
    }
  }

  .nc-mv-circle--UDesports {
    &.nc-mv-circle {
      top: 10.5%;
      left: 61%;
    }

    .nc-mv-circle__logo {
      width: 82.272%;
      max-width: 153px;
    }
  }

  .nc-mv-circle--drone-race {
    &.nc-mv-circle {
      top: 46%;
      left: 68%;
    }

    .nc-mv-circle__logo {
      width: 82.262%;
      max-width: 151px;
    }
  }

  .nc-mv-circle--hado-light {
    &.nc-mv-circle {
      top: 69%;
      left: 40%;
    }

    .nc-mv-circle__logo {
      width: 75.191%;
      max-width: 137px;
    }
  }

  .nc-mv-circle--digitalspaceshow {
    &.nc-mv-circle {
      top: 61%;
      left: 5%;
    }

    .nc-mv-circle__logo {
      width: 45.909%;
      max-width: 81px;
      transform: translateY(-6%);
    }
  }

  .nc-mv-circle--digitalspaceshow-blank {
    &.nc-mv-circle {
      transform: none;
    }
  }

  .nc-mv-circle--coming-soon {
    &.nc-mv-circle {
      top: 25%;
      left: 0%;
      transform: none;
    }

    .nc-mv-circle__logo {
      width: 47.474%;
      max-width: 94px;
    }
  }
}


@media (min-width: 768px) and (max-width: 1279px) {
  .nc-mv__body-inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 99%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background-image: none;
    box-shadow: unset;
  }

  .nc-mv__body-inner::before {
    content: none;
  }

  .nc-mv-circle {
    position: relative;
    max-width: calc(90% / 3);
    margin-top: 20px;
  }

  .nc-mv-circle.nc-mv-circle--coming-soon,
  .nc-mv-circle.nc-mv-circle--digitalspaceshow,
  .nc-mv-circle.nc-mv-circle--drone-race,
  .nc-mv-circle.nc-mv-circle--esport,
  .nc-mv-circle.nc-mv-circle--hado-light,
  .nc-mv-circle.nc-mv-circle--UDesports {
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .nc-mv {
    padding-top: 9%;
    padding-bottom: 9%;
    background-image: url('../img/bg_mv_sp.png');
  }

  .nc-mv__head > h1 {
    width: 83.333%;
    margin-left: auto;
    margin-right: auto;
  }

  .nc-mv__body {
    width: 80.025%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
  }

  .nc-mv__body-inner {
    display: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .nc-mv-circle {
    position: relative;
    flex-basis: 47.468%;
    margin-top: 6%;
  }

  .nc-mv-circle__content {
    max-width: calc(100% - 10px);
  }

  .nc-mv-circle__balloon {
    width: 58%;
    top: .5%;
  }

  .nc-mv-btn {
    margin-top: 8%;
  }

  /* コンテンツごとの指定 */
  .nc-mv-circle--esport {
    .nc-mv-circle__logo {
      width: 70.666%;
    }
  }

  .nc-mv-circle--UDesports {
    .nc-mv-circle__logo {
      width: 81%;
    }
  }

  .nc-mv-circle--drone-race {
    .nc-mv-circle__logo {
      width: 77%;
    }
  }

  .nc-mv-circle--hado-light {
    .nc-mv-circle__logo {
      width: 56.666%;
    }
  }

  .nc-mv-circle--digitalspaceshow {
    .nc-mv-circle__logo {
      width: 30.666%;
      transform: translateY(3%);
    }
  }

  .nc-mv-circle--digitalspaceshow-blank {
    .nc-mv-circle__logo {
      width: 49.333%;
      transform: translateY(0);
    }
  }

  .nc-mv-circle--coming-soon {
    .nc-mv-circle__logo {
      width: 49.333%;
    }
  }
}



/*=============================
// イベントの課題を解決します！
===============================*/
.nc-solution {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nc-solution__content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.nc-solution__heading {
  color: #fff;
  font-weight: 800;
  font-size: clamp(1.5rem, 1.129rem + 1.52vw, 2.5rem);
  padding-bottom: .4em;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 4px, transparent 4px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
  display: inline-block;
}

.nc-solution-item {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
}

.nc-solution-item::before {
  position: absolute;
  content: '';
  margin: auto;
  left: 0;
  right: 0;
}

.nc-solution__heading-sm {
  color: #1e60cb;
  font-weight: 800;
  font-size: clamp(1.25rem, 1.157rem + 0.38vw, 1.5rem);
}

.nc-solution__text {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.736rem + 0.57vw, 1.25rem);
}

.nc-solution__icon {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .nc-solution {
    background-image: url('../img/bg_solution.png');
    padding: 70px 30px 80px;
  }

  .nc-solution__content {
     max-width: 1000px;
  }

  .nc-solution__col {
    display: flex;
    margin-left: -17px;
    margin-right: -17px;
    margin-top: 60px;
  }

  .nc-solution-item {
    align-items: center;
    justify-content: space-between;
    flex-basis: calc(100% / 3 - 34px);
    margin-left: 17px;
    margin-right: 17px;
    padding: 20px 25px 25px;
    min-height: 310px;
  }

  .nc-solution-item--contents .nc-solution__icon {
    max-width: 117px;
    width: 37.741%;
  }

  .nc-solution-item--attraction .nc-solution__icon {
    max-width: 104px;
    width: 33.548%;

  }

  .nc-solution-item--budget .nc-solution__icon {
    max-width: 171px;
    width: 55.161%;
  }

  .nc-solution__text {
    text-align: center;
  }

  .nc-solution-item::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 32px solid #fff;
    border-bottom: 0;
    bottom: -23px;
  }

  .nc-solution-item--contents::before {
    transform: rotate(-15deg);
  }

  .nc-solution-item--budget::before {
    transform: rotate(15deg);
  }
}

@media screen and (max-width: 767px) {
  .nc-solution {
    background-image: url('../img/bg_solution_sp.png');
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .nc-solution__content {
    width: 82.051%;
  }

  .nc-solution__heading {
    font-feature-settings: "palt";
  }

  .nc-solution__heading-sm,
  .nc-solution__text {
    text-align: left;
  }

  .nc-solution-item {
    margin-top: 25px;
    padding: 25px 5px 25px 50%;
    min-height: 20.1vh;
    justify-content: center;
    background-repeat: no-repeat;
  }

  .nc-solution-item::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 30px solid #fff;
    border-bottom: 0;
    bottom: -15px;
    transform: rotate(-20deg);
  }

  .nc-solution__icon {
    display: none;
  }

  .nc-solution__text {
    margin-top: 10px;
  }

  .nc-solution-item--contents {
    background-image: url('../img/icon_solution_contents.png');
    background-size: 34.062% auto;
    background-position: left 14% center;
  }

  .nc-solution-item--attraction {
    background-image: url('../img/icon_solution_attraction.png');
    background-size: 29.375% auto;
    background-position: left 18% center;
  }

  .nc-solution-item--budget {
    background-image: url('../img/icon_solution_budget.png');
    background-size: 33.125% auto;
    background-position: left 14% center;
  }
}

/*=============================
// イベント導入実績
===============================*/
.nc-case {
  background-color: #eff3ff;
}

.nc-case__content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.nc-case__heading-lv2 {
  font-weight: 800;
  font-size: clamp(1.5rem, 0.896rem + 2.48vw, 3.125rem);
  padding-bottom: .3em;
  background-image: repeating-linear-gradient(90deg, #101010, #101010 4px, transparent 4px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
  display: inline-block;
}

.nc-case-col {
  display: flex;
  flex-wrap: wrap;
}

.nc-case-col__item {
  background-color: #fff;
  border-radius: 30px;
  padding-bottom: 20px;
}

.nc-case-col__item dt {
  position: relative;
  z-index: 1;
}

.nc-case-col__label {
  display: flex;
  justify-content: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
}

.nc-case-col__label-inner {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #2f3e77;
  font-weight: 800;
  font-size: 1.25rem;
  padding-left: .9em;
  padding-right: .9em;
}

.nc-case-col__tmb {
  display: block;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.nc-case-col__sub-title {
  color: #2f3e77;
  font-weight: 800;
  font-size: 1.25rem;
  text-align: center;
}

.nc-case-col__note {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.nc-case__heading-lv3 {
  color: #2f3e77;
  font-weight: 800;
  font-size: clamp(1.5rem, 1.245rem + 1.05vw, 2.188rem);
  font-feature-settings: "palt";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center, right center;
}

.nc-case__content-sub {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .nc-case {
    padding: 80px 30px;
  }

  .nc-case__content {
    max-width: 1000px;
  }

  .nc-case-col {
    margin-right: -18px;
    margin-left: -18px;
  }

  .nc-case-col__item {
    flex-basis: calc(100% / 3 - 36px);
    margin-right: 18px;
    margin-left: 18px;
    margin-top: 50px;
  }

  .nc-case-col__label {
    top: -25px;
  }

  .nc-case-col__label-inner {
    height: 50px;
    border-radius: 25px;
  }

  .nc-case-col__sub-title {
    margin-top: 18px;
  }

  .nc-case-col__note {
    margin-top: 18px;
  }

  .nc-case__heading-lv3 {
    background-image: url('../img/icon_case_left.png'), url('../img/icon_case_right.png');
    padding-left: 3.5%;
    padding-right: 3.5%;
    line-height: 1;
    padding-bottom: 1%;
  }

  .nc-case__content-sub {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .nc-case {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .nc-case__content {
    width: 82.051%;
  }

  .nc-case-col {
    margin-top: 10px;
  }

  .nc-case-col__item {
    margin-top: 45px;
  }

  .nc-case-col__label {
    top: -24px;
  }

  .nc-case-col__label-inner {
    height: 48px;
    border-radius: 24px;
  }

  .nc-case-col__sub-title {
    margin-top: 16px;
  }

  .nc-case-col__note {
    margin-top: 10px;
  }

  .nc-case__heading-lv3 {
    line-height: 1.35;
    padding-bottom: .5%;
    background-image: url('../img/icon_case_left_sp.png'), url('../img/icon_case_right_sp.png');
    display: block;
  }

  .nc-case__content-sub {
    margin-top: 30px;
    margin-left: -5.1%;
    margin-right: -5.1%;
  }

  .nc-case-col--other {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
    margin-top: 0;
  }

  .nc-case-col--other .nc-case-col__item {
    flex-basis: calc(50% - 14px);
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 40px;
    padding-bottom: 10px;
  }

  .nc-case-col--other .nc-case-col__label {
    top: -15px;
  }

  .nc-case-col--other .nc-case-col__label-inner {
    font-size: 0.75rem;
    height: 30px;
    border-radius: 15px;
  }

  .nc-case-col--other .nc-case-col__sub-title {
    font-size: 0.75rem;
    margin-top: 8px;
    font-feature-settings: "palt";
  }
}

/*=============================
// 各種イベント詳細
===============================*/
.nc-event {
  background-color: #fffde8;
}

.nc-event__content {
  margin-left: auto;
  margin-right: auto;
}

.nc-event__heading {
  text-align: center;
}

.nc-event__heading-num {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1.5rem, 1.036rem + 1.9vw, 2.75rem);
  background-image: url('../img/icon_event_heading.png');
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 2%;
}

.nc-event__heading-main {
  position: relative;
  display: block;
  color: #2f3e77;
  font-weight: 800;
  font-size: clamp(1.5rem, 1.129rem + 1.52vw, 2.5rem);
  padding-top: .5em;
  padding-bottom: .5em;
}

.nc-event__heading-main::before,
.nc-event__heading-main::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  background-color: #2f3e77;
  border-radius: 2.5px;
}

.nc-event__heading-main::before {
  top: 0;
}

.nc-event__heading-main::after {
  bottom: 0;
}

.nc-event-panel {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 5px solid #101010;
}

.nc-event-panel > dd {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}

.nc-event-panel__dt-label {
  font-weight: 800;
  font-size: clamp(1.25rem, 1.018rem + 0.95vw, 1.875rem);
  font-feature-settings: "palt";
  background-color: #fff;
  border: 5px solid #101010;
  display: inline-block;
  padding-left: .8em;
  padding-right: .8em;
}

.nc-event-panel__dt-main {
  display: block;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 4px, transparent 4px, transparent 12px);
  background-position: center top 44%;
  background-repeat: repeat-x;
  background-size: 100% 4px;
  text-align: center;
  margin-left: .3em;
  margin-right: .3em;
  padding-top: .3em;
  padding-bottom: .75em;
  font-weight: 800;
  font-size: clamp(1.5rem, 1.245rem + 1.05vw, 2.188rem);
  color: #fff;
}

.nc-event-panel__dt-main-inner {
  display: inline-block;
  padding-left: .25em;
  padding-right: 0.25em;
}

.nc-event-panel__logo > dd {
  font-weight: 800;
  font-size: clamp(1.25rem, 1.157rem + 0.38vw, 1.5rem);
  text-align: left;
  font-feature-settings: "palt";
}

.nc-event-panel-col {
  text-align: center;
  border-radius: 20px;
}

.nc-event-panel-col > dt {
  position: relative;
  font-weight: 800;
  font-size: clamp(1.25rem, 1.018rem + 0.95vw, 1.875rem);
  display: inline-block;
  padding-left: .75em;
  padding-right: .75em;
  margin-left: -20px;
  margin-right: -20px;
  line-height: 1.5;
}

.nc-event-panel-col > dt::before,
.nc-event-panel-col > dt::after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: #101010;
}

.nc-event-panel-col > dt::before {
  left: 0;
}

.nc-event-panel-col > dt::after {
  right: 0;
}

.nc-event-panel-col__item > dd {
  font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
  margin-top: .75em;
  margin-right: -.5em;
  text-align: left;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.nc-event-panel-col__dt-label {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 5px solid #101010;
  padding-left: 0.8em;
  padding-right: 0.8em;
  margin-top: -10%;
  font-size: 1.25rem;
  font-weight: 800;
  transform: translateY(50%);
  z-index: 2;
  font-feature-settings: "palt";
}

.nc-event-panel-col__dt-tmb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.nc-event-racing {
  background-color: #ffebed;
  border-radius: 20px;
}

.nc-event-racing__title {
  margin-left: auto;
  margin-right: auto;
}

.nc-event-racing__kv {
  border-radius: 20px;
  overflow: hidden;
}

.nc-event-btn {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

.nc-event-btn::before {
  position: absolute;
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  right: 7.5%;
}

.nc-event-btn__content {
  color: #fff;
  font-weight: 800;
  font-size: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
}

.nc-event-panel-col__item > dt {
  position: relative;
  z-index: 1;
}

.nc-event-panel-col__dt-balloon {
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: -2%;
  right: -7%;
  line-height: 1;
  width: 68px;
  height: 68px;
  border-radius: 34px;
  z-index: 2;
}

.nc-event-panel-col__dt-balloon-sm {
  font-size: 0.75rem;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
}

.nc-event-panel-col__dt-balloon-lg {
  font-size: 1.188rem;
}

/* 独自の文字サイズ */
.nc-event-panel--drone-race .nc-event-panel-col__dt-label > span {
  font-size: 70%;
}

/* 色指定 */
.nc-event-panel--esports {
  &.nc-event-panel {
    border-color: #fbde00;
    background-color: #fbde00;
  }

  .nc-event-panel__dt-label,
  .nc-event-panel-col__dt-label {
    border-color: #fbde00;
  }

  &.nc-event-panel > dt,
  .nc-event-panel__dt-main-inner,
  .nc-event-panel-col > dt::before,
  .nc-event-panel-col > dt::after {
    background-color: #fbde00;
  }

  .nc-event-panel__logo > dd {
    color: #fb9100;
  }

  .nc-event-panel__dt-main {
    color: #101010;
    background-image: repeating-linear-gradient(90deg, #fb9100, #fb9100 4px, transparent 4px, transparent 12px);
  }

  .nc-event-panel-col {
    background-color: #fffddd;
  }

  .nc-event-btn {
    background: #FFE624;
    background: linear-gradient(180deg, rgba(255, 230, 36, 1) 0%, rgba(255, 226, 103, 1) 40%, rgba(255, 207, 0, 1) 100%);
    box-shadow: 3px 3px 6px 0px rgba(129, 0, 0, 0.69);
  }

  .nc-event-btn::before {
    border-left-color: #101010;
  }

  .nc-event-btn__content {
    color: #101010;
  }
}

.nc-event-panel--UDesports {
  &.nc-event-panel {
    border-color: #15a648;
    background-color: #15a648;
  }

  .nc-event-panel__dt-label,
  .nc-event-panel-col__dt-label {
    border-color: #15a648;
  }

  &.nc-event-panel > dt,
  .nc-event-panel__dt-main-inner,
  .nc-event-panel-col > dt::before,
  .nc-event-panel-col > dt::after {
    background-color: #15a648;
  }

  .nc-event-panel__logo > dd {
    color: #15a648;
  }

  .nc-event-panel__dt-main {
    background-image: repeating-linear-gradient(90deg, #078834, #078834 4px, transparent 4px, transparent 12px);
  }

  .nc-event-panel-col {
    background-color: #edffed;
  }

  .nc-event-btn {
    background: #17A548;
    background: linear-gradient(180deg, rgba(23, 165, 72, 1) 0%, rgba(46, 199, 99, 1) 40%, rgba(9, 155, 59, 1) 100%);
    box-shadow: 3px 3px 6px 0px rgba(0, 95, 11, 0.69);
  }
}

.nc-event-panel--drone-race {
  &.nc-event-panel {
    border-color: #2a4198;
    background-color: #2a4198;
  }

  .nc-event-panel__dt-label,
  .nc-event-panel-col__dt-label {
    border-color: #2a4198;
  }

  &.nc-event-panel > dt,
  .nc-event-panel__dt-main-inner,
  .nc-event-panel-col > dt::before,
  .nc-event-panel-col > dt::after {
    background-color: #2a4198;
  }

  .nc-event-panel__logo > dd {
    color: #2a4198;
  }

  .nc-event-panel__dt-main {
    background-image: repeating-linear-gradient(90deg, #4d68cc, #4d68cc 4px, transparent 4px, transparent 12px);
  }

  .nc-event-panel-col {
    background-color: #e5eaff;
  }

  .nc-event-btn {
    background: #2A4198;
    background: linear-gradient(180deg, rgba(42, 65, 152, 1) 0%, rgba(66, 94, 198, 1) 40%, rgba(42, 65, 152, 1) 100%);
    box-shadow: 3px 3px 6px 0px rgba(0, 15, 72, 0.69);
  }

  .nc-event-panel-col__dt-balloon {
    background-color: #2a4198;
  }
}

.nc-event-panel--hado-light {
  &.nc-event-panel {
    border-color: #00b1ed;
    background-color: #00b1ed;
  }

  .nc-event-panel__dt-label,
  .nc-event-panel-col__dt-label {
    border-color: #00b1ed;
  }

  &.nc-event-panel > dt,
  .nc-event-panel__dt-main-inner,
  .nc-event-panel-col > dt::before,
  .nc-event-panel-col > dt::after {
    background-color: #00b1ed;
  }

  .nc-event-panel__logo > dd {
    color: #00b1ed;
  }

  .nc-event-panel__dt-main {
    background-image: repeating-linear-gradient(90deg, #0092c4, #0092c4 4px, transparent 4px, transparent 12px);
  }

  .nc-event-panel-col {
    background-color: #edfaff;
  }

  .nc-event-btn {
    background: #02B1EC;
    background: linear-gradient(180deg, rgba(2, 177, 236, 1) 0%, rgba(27, 189, 244, 1) 40%, rgba(2, 177, 236, 1) 100%);
    box-shadow: 3px 3px 6px 0px rgba(0, 83, 154, 0.69);
  }
}

.nc-event-panel--digitalspaceshow {
  &.nc-event-panel {
    border-color: #1c2970;
    background-color: #1c2970;
  }

  .nc-event-panel__dt-label,
  .nc-event-panel-col__dt-label {
    border-color: #1c2970;
  }

  &.nc-event-panel > dt,
  .nc-event-panel__dt-main-inner,
  .nc-event-panel-col > dt::before,
  .nc-event-panel-col > dt::after {
    background-color: #1c2970;
  }

  .nc-event-panel__logo > dd {
    color: #1c2970;
  }

  .nc-event-panel__dt-main {
    background-image: repeating-linear-gradient(90deg, #1661be, #1661be 4px, transparent 4px, transparent 12px);
  }

  .nc-event-panel-col {
    background-color: #f5f5f5;
  }

  .nc-event-btn {
    background: #1C2970;
    background: linear-gradient(180deg, rgba(28, 41, 112, 1) 0%, rgba(45, 66, 181, 1) 40%, rgba(28, 41, 112, 1) 100%);
    box-shadow: 3px 3px 6px 0px rgba(4, 23, 126, 1);
  }
}

/* HADO light独自設定 */
.nc-event-hado-light-col > dt {
  display: inline-block;
  background-color: #fff;
  border: 5px solid #00b1ed;
  font-weight: 800;
  font-size: 1.25rem;
  padding-left: 1em;
  padding-right: 1em;
}

.nc-event-hado-light-col > dd {
  letter-spacing: .05em;
  font-feature-settings: "palt";
}

.nc-event-hado-light-col__sm {
  font-size: 0.75rem;
  font-family: 'Roboto', sans-serif;
}

.nc-event-hado-light-col__image {
  position: relative;
}

.nc-event-hado-light-col__image-inner {
  overflow: hidden;
  border-radius: 20px;
}

.nc-event-hado-light-col__balloon {
  position: absolute;
  background-color: #00b1ed;
  border-radius: 50%;
  right: -3.5%;
  bottom: -3.5%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  width: 68px;
  height: 68px;
}

.nc-event-hado-light-col__balloon-sm {
  font-size: 0.75rem;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
}

.nc-event-hado-light-col__balloon-lg {
  font-size: 1.188rem;
}

.nc-event-hado-light-col__text {
  text-align: left;
}

.nc-event-hado-light-col__text dt {
  font-weight: 800;
  font-size: 1.25rem;
}

.nc-event-hado-light-col__text dd {
  margin-top: .5em;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
}

@media screen and (min-width: 768px) {
  .nc-event {
    padding: 80px 30px;
  }

  .nc-event__content {
    max-width: 1000px;
  }

  .nc-event__heading-main::before,
  .nc-event__heading-main::after {
    height: 5px;
  }

  .nc-event__heading-num {
    width: 130px;
    height: 64px;
    margin-top: 70px;
  }

  .nc-event-panel {
    margin-top: 85px;
  }

  .nc-event-panel__dt-main {
    margin-top: -3%;
  }

  .nc-event-panel__dt-label {
    border-radius: 31px;
    transform: translateY(-30px);
    letter-spacing: .05em;
    padding-top: .22em;
    padding-bottom: .28em;
  }

  .nc-event-panel > dd {
    padding: 30px 40px 60px;
  }

  .nc-event-panel__logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nc-event-panel__logo > dd {
    padding-left: .8em;
    letter-spacing: .025em;
  }

  .nc-event-panel-col {
    margin-top: 30px;
    padding: 30px 40px;
  }

  .nc-event-panel-col > dd {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
  }

  .nc-event-panel-col__item {
    flex-basis: calc(100% / 3 - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }

  .nc-event-panel--digitalspaceshow .nc-event-panel-col__item {
    flex-basis: calc(50% - 30px);
  }

  .nc-event-panel--digitalspaceshow .nc-event-panel-col__item:nth-child(2) {
    margin-top: .4em;
  }

  .nc-event-panel--digitalspaceshow .nc-event-panel-col__item:nth-child(2) .nc-event-panel-col__dt-label {
    line-height: 1.25;
    font-size: .95rem;
    padding: 5px 15px;
  }

  .nc-event-panel-col__dt-label {
    line-height: 44px;
    border-radius: 27px;
  }

  .nc-event-panel-col > dt::before,
  .nc-event-panel-col > dt::after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }

  .nc-event-panel--esports .nc-event-panel__logo > dt {
    flex-basis: 334px;
  }

  .nc-event-panel--esports .nc-event-panel__logo > dd {
    flex-basis: calc(100% - 334px);
  }

  .nc-event-panel--UDesports .nc-event-panel__logo > dt {
    flex-basis: 340px;
  }

  .nc-event-panel--UDesports .nc-event-panel__logo > dd {
    flex-basis: calc(100% - 340px);
  }

  .nc-event-panel--drone-race .nc-event-panel__logo > dt {
    flex-basis: 268px;
  }

  .nc-event-panel--drone-race .nc-event-panel__logo > dd {
    flex-basis: calc(97% - 268px);
  }

  .nc-event-panel--hado-light .nc-event-panel__logo > dt {
    flex-basis: 249px;
  }

  .nc-event-panel--hado-light .nc-event-panel__logo > dd {
    flex-basis: calc(95% - 249px);
  }

  .nc-event-panel--hado-light .nc-event-panel-col > dd {
   display: block;
   margin-left: 0;
   margin-right: 0;
  }

  .nc-event-panel--digitalspaceshow .nc-event-panel__logo > dt {
    flex-basis: 140px;
  }

  .nc-event-panel--digitalspaceshow .nc-event-panel__logo > dd {
    flex-basis: calc(94% - 140px);
  }

  .nc-event-racing {
    margin-top: 40px;
    padding: 32px 40px;
  }

  .nc-event-racing__title {
    max-width: 773px;
  }

  .nc-event-racing__kv {
    margin-top: 24px;
  }

  .nc-event-btn::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
    border-right: 0;
  }

  .nc-event-btn-box {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }

  .nc-event-btn {
    width: 100%;
    max-width: 370px;
    height: 100px;
    border-radius: 50px;
    margin-left: 12px;
    margin-right: 12px;
    transition: opacity 0.3s ease-in;
  }

  .nc-event-btn:hover {
    opacity: 0.7;
  }

  /* HADO light独自設定 */
  .nc-event-panel-col {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nc-event-hado-light-col > dt {
    padding-top: 7px;
    padding-bottom: 9px;
    border-radius: 30px;
  }

  .nc-event-hado-light-col__sm {
    display: inline-block;
    padding-left: 10px;
  }

  .nc-event-hado-light-col > dd {
    display: flex;
    align-items: center;
    margin-top: 25px;
  }

  .nc-event-hado-light-col__image {
    flex-basis: 446px;
  }

  .nc-event-hado-light-col__text {
    flex-basis: calc(100% - 446px);
    padding-left: 3em;
    line-height: 1.65;
  }
}

@media screen and (max-width: 767px) {
  .nc-event {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .nc-event__content {
    width: 89.743%;
  }

  .nc-event__heading-num {
    width: 80px;
    height: 40px;
    margin-top: 25px;
  }

  .nc-event__heading-main::before,
  .nc-event__heading-main::after {
    height: 3px;
  }

  .nc-event-panel {
    margin-top: 50px;
  }

  .nc-event-panel__dt-main {
    margin-top: -7%;
  }

  .nc-event-panel__dt-label {
    line-height: 40px;
    border-radius: 25px;
    transform: translateY(-25px);
  }

  .nc-event-panel > dd {
    padding: 24px 18px 30px;
  }

  .nc-event-panel--esports .nc-event-panel__logo > dt {
    width: 70.491%;
    margin-left: auto;
    margin-right: auto;
  }

  .nc-event-panel--drone-race .nc-event-panel__logo > dt {
    width: 76.393%;
    margin-left: auto;
    margin-right: auto;
  }

  .nc-event-panel--hado-light .nc-event-panel__logo > dt {
    width: 68.852%;
    margin-left: auto;
    margin-right: auto;
  }

  .nc-event-panel--digitalspaceshow .nc-event-panel__logo > dt {
    width: 41.311%;
    margin-left: auto;
    margin-right: auto;
  }

  .nc-event-panel__logo > dd {
    margin-top: 15px;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
  }

  .nc-event-panel-col {
    margin-top: 20px;
    padding: 20px 24px 30px;
  }

  .nc-event-panel-col > dt::before,
  .nc-event-panel-col > dt::after {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }

  .nc-event-panel-col > dd {
    margin-top: 5px;
  }

  .nc-event-panel-col__item {
    margin-top: 5px;
  }

  .nc-event-panel-col__dt-label {
    line-height: 44px;
    border-radius: 27px;
    font-feature-settings: "palt";
  }

  .nc-event-panel--digitalspaceshow .nc-event-panel-col__dt-label {
    padding-top: 5px;
    padding-bottom: 5px;
      line-height: 1.5;
  }

  .nc-event-panel--digitalspaceshow .nc-event-panel-col__item:nth-child(1) .nc-event-panel-col__dt-label {
    border-radius: 40px;
    padding-left: 1em;
    padding-right: 1em;
    transform: translateY(45%);
  }

  .nc-event-panel--digitalspaceshow .nc-event-panel-col__item:nth-child(2) {
    margin-top: -5%;
  }

  .nc-event-panel--digitalspaceshow .nc-event-panel-col__item:nth-child(2) .nc-event-panel-col__dt-label {
    border-radius: 35px;
    transform: translateY(54%);
  }

  .nc-event-racing {
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nc-event-racing__title {
    width: 96.721%;
  }

  .nc-event-racing__kv {
    width: 85.573%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .nc-event-btn-box {
    margin-top: 25px;
  }

  .nc-event-btn {
    height: 58px;
    border-radius: 29px;
  }

  .nc-event-btn + .nc-event-btn {
    margin-top: 12px;
  }

  .nc-event-btn::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #fff;
    border-right: 0;
  }

  .nc-event-btn__content {
    line-height: 1.45;
  }

    /* HADO light独自設定 */
  .nc-event-hado-light-col {
    margin-top: 15px;
  }

  .nc-event-hado-light-col > dt {
    padding-top: 8px;
    padding-bottom: 12px;
    border-radius: 40px;
    margin-left: -6%;
    margin-right: -6%;
  }

  .nc-event-hado-light-col__sm {
    display: block;
    line-height: 1;
  }

  .nc-event-hado-light-col__image,
  .nc-event-hado-light-col__text {
    margin-top: 15px;
  }
}


