@charset "UTF-8";
/* ------------------------------
Section background 
------------------------------ */
.kv {
  background-color: rgb(47.5714285714, 170.3, 220.4285714286) !important;
}

#su {
  background: #737476 !important;
}

.section-about {
  background: rgb(12.8879310345, 26.8965517241, 52.1120689655) !important;
}

#slots {
  background: rgb(224.209375, 216.38125, 202.290625) !important;
}

.section-assets {
  background: rgb(183.5202380952, 162.15, 140.7797619048) !important;
}

#application {
  background: rgb(91.7368421053, 41.4473684211, 34.2631578947) !important;
}

#faq {
  background: #C4B59A !important;
}

#mentors {
  background: rgb(17.7639751553, 40.3105590062, 92.2360248447) !important;
}

#supporters {
  background: #777 !important;
}

#criteria {
  background: #a8bb95 !important;
  color: #fff !important;
}

footer {
  background: rgb(0, 43, 76.5) !important;
}

/* =========================================================
Global
========================================================= */
html,
body {
  color: #181E1D !important;
  margin: 0 !important;
}

html, body {
  overflow-x: hidden;
}

/* ------------------------------
Headings / Titles
------------------------------ */
.sec-ttl {
  font-size: 2rem !important;
  font-weight: 900 !important;
  font-style: italic !important;
  color: #181E1D !important;
  text-align: left !important;
  border-bottom: 20px solid #FFF225 !important;
  display: inline-block !important;
  padding-bottom: 8px !important;
  transform: skewX(7deg);
}

.uk-heading-line > ::after {
  border-bottom: 0 !important;
}

.uk-heading-line {
  text-align: left !important;
  font-size: 1.8rem !important;
  font-weight: 900 !important;
  color: #1a3b87 !important;
  transform: skewX(-10deg);
  display: flex !important;
  align-items: flex-end !important;
  gap: 16px !important;
  position: relative !important;
}
.uk-heading-line small {
  font-size: 1rem;
}

@media (max-width: 961px) {
  .uk-heading-line span {
    font-size: 1.6rem !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
#application .uk-heading-line,
#mentors .uk-heading-line,
#about .uk-heading-line {
  color: #f8f8f8 !important;
}

.uk-heading-line::before,
.uk-heading-line::after {
  content: none !important;
}

.uk-heading-line {
  background: none !important;
  padding-right: 0 !important;
  margin: 0 0 3em 0 !important;
  padding-bottom: 6px !important;
  border-bottom: 2px solid #FFF225 !important;
  line-height: 1.1 !important;
  position: relative;
}

.uk-heading-line span {
  background: none !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

@media (max-width: 961px) {
  .uk-heading-line {
    margin: 0 0 1.5em 0 !important;
  }
}
.uk-heading-line::after {
  content: "" !important;
  flex: 1 1 auto !important;
  height: 16px !important;
  background: #FFF225 !important;
  align-self: flex-end !important;
  border: 0 !important;
  transform: translateY(12px);
}

/* ------------------------------
Typography / Common
------------------------------ */
.lead {
  font-size: clamp(1.2rem, 3vw, 1.6rem) !important;
  font-weight: 700 !important;
}

.uk-text-small {
  font-size: 0.7rem !important;
}

.uk-article p {
  font-size: 1.05rem !important;
  line-height: 1.8 !important;
  margin-bottom: 1rem !important;
  color: #222 !important;
}

.uk-article p strong {
  font-weight: 700 !important;
  color: #1a3b88 !important;
}

.uk-article p.uk-text-meta {
  font-size: 1rem !important;
  color: #666 !important;
  margin-left: 1.5rem !important;
  text-indent: -0.5rem;
  line-height: 1 !important;
}

.wide-img img {
  width: 100% !important;
  height: auto !important;
}

/* =========================================================
Entry / Meetup
========================================================= */
/* ===== Entry ===== */
.entry-section {
  --skew-cut: 6%;
  --yacht-w: clamp(280px, 40vmin, 400px);
  --yacht-left: 65vw;
  --yacht-bottom: 0px;
  position: relative !important;
  padding: 60px 20px !important;
  color: #fff !important;
  text-align: center !important;
  overflow: hidden !important;
  border-top: solid 10px #fff;
  margin: 0px 1vw 0px !important;
}
.entry-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: url("../images/introvideo_bg.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto;
  background-color: transparent;
  z-index: 0 !important;
  clip-path: polygon(var(--skew-cut) 0%, 100% 0%, calc(100% - var(--skew-cut)) 100%, 0% 100%);
}
.entry-section::after {
  content: "" !important;
  position: absolute !important;
  left: var(--yacht-left) !important;
  bottom: var(--yacht-bottom) !important;
  width: var(--yacht-w) !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
  background: url("../images/yacht_L.png") left bottom/contain no-repeat !important;
  z-index: 1 !important;
  pointer-events: none !important;
  transform-origin: 50% 85%;
  transform: translateY(0) rotate(-3deg);
  animation: entryYachtBob 2.1s ease-in-out infinite;
  will-change: transform;
}
@keyframes entryYachtBob {
  0% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-8px) rotate(-3.6deg);
  }
  100% {
    transform: translateY(0) rotate(-3deg);
  }
}
.entry-section .uk-container {
  position: relative;
  z-index: 2 !important;
}
.entry-section .main-ttl span {
  color: #fff !important;
  border-bottom: 6px solid #ffd600 !important;
  padding-bottom: 6px !important;
  font-weight: bold !important;
}
.entry-section p.uk-text-lead {
  font-size: 1.3rem !important;
  margin-top: 10px !important;
  color: #ffd600 !important;
}
.entry-section p.uk-text-bold {
  margin-top: 15px !important;
  font-size: 2rem !important;
  color: #fff !important;
}
.entry-section .entry-btn {
  background: #ffd600 !important;
  color: #17305d !important;
  font-weight: bold !important;
  border-radius: 60px !important;
  padding: 22px 60px !important;
  transition: 0.3s ease !important;
  display: inline-block !important;
  margin: 3rem 0 1rem !important;
  text-decoration: none !important;
  font-size: 1.6rem !important;
}
.entry-section .entry-btn:hover {
  background: #17305d !important;
  color: #ffd600 !important;
  text-decoration: none !important;
}

/* ===== Meetup ===== */
.meetup-section {
  --skew-cut: 6%;
  position: relative !important;
  z-index: 0;
  padding: 60px 20px !important;
  color: #fff !important;
  text-align: center !important;
  overflow: hidden !important;
  margin: 10px 1vw 10px !important;
}
.meetup-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, #17305d 0%, #3a2b47 100%) !important;
  clip-path: polygon(var(--skew-cut) 0%, 100% 0%, calc(100% - var(--skew-cut)) 100%, 0% 100%);
  z-index: -1 !important;
  pointer-events: none;
}
.meetup-section > * {
  position: relative;
  z-index: 1;
}
.meetup-section .main-ttl span,
.meetup-section .meetup-btn {
  position: relative;
  z-index: 2 !important;
}
.meetup-section .main-ttl span {
  color: #fff !important;
  border-bottom: 6px solid #BC3248 !important;
  padding-bottom: 6px !important;
  font-weight: bold !important;
  z-index: 2 !important;
}
.meetup-section p.uk-text-bold {
  margin-top: 15px !important;
  font-size: 1.5rem !important;
  color: #fff !important;
}
.meetup-section p.uk-text-bold + p.uk-text-bold {
  font-size: 1rem !important;
}
.meetup-section .meetup-btn {
  background: #BC3248 !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 60px !important;
  padding: 16px 40px !important;
  transition: 0.3s ease !important;
  display: inline-block !important;
  margin: 3rem 0 1rem !important;
  text-decoration: none !important;
  font-size: 1.1rem !important;
  z-index: 2 !important;
}
.meetup-section .meetup-btn:hover {
  background: #ffd600 !important;
  color: #181E1D !important;
  text-decoration: none !important;
}

.meetup-break {
  display: none;
}

@media (max-width: 500px) {
  .meetup-break {
    display: inline !important;
  }
}
@media (max-width: 960px) {
  .entry-section {
    --yacht-w: clamp(140px, 40vw, 240px);
    --yacht-left: 70vw;
    --yacht-bottom: 0px;
    padding: 36px 14px !important;
  }
  .entry-section p.uk-text-bold {
    font-size: 1.3rem !important;
  }
  .entry-section .entry-btn {
    padding: 10px 34px !important;
    margin: 1rem 1.5rem 0 !important;
    font-size: 1.3rem !important;
  }
  .meetup-section {
    margin: 10px 1vw 10px !important;
    padding: 20px 14px !important;
  }
  .meetup-section p.uk-text-bold {
    font-size: 1.3rem !important;
  }
  .meetup-section .meetup-btn + .uk-text-bold + .uk-text-bold {
    font-size: 0.8rem !important;
    margin: 0.5rem 1.5rem 0.5em !important;
  }
  .meetup-section .meetup-btn {
    margin: 1rem 0 0rem !important;
  }
}
@media (max-width: 600px) {
  .entry-section {
    --yacht-w: clamp(120px, 32vw, 180px);
    --yacht-left: 73vw;
    --yacht-bottom: 60px;
  }
  .meetup-section {
    padding: 20px 14px !important;
  }
  .meetup-section .uk-text-bold + .meetup-btn + .uk-text-bold {
    font-size: 0.8rem !important;
    margin: 1rem 0.5rem 0 !important;
  }
  .meetup-section .meetup-btn {
    margin: 0.5rem 0 0rem !important;
  }
}
/* =========================================================
KV 〜 961px以上
========================================================= */
@media (min-width: 961px) {
  #kv.kv {
    --kvw: min(100vw, 1920px);
  }
  .kv {
    width: 100vw !important;
    aspect-ratio: 16/9 !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    isolation: isolate !important;
    background: none !important;
    position: relative !important;
  }
  .kv__stage {
    position: relative !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .kv__stage > img {
    position: absolute !important;
    display: block !important;
    margin: 0 !important;
    pointer-events: none !important;
    will-change: transform, opacity, filter;
  }
  .kv::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -1 !important;
    background: url("../images/kv_bg.jpg") center/cover no-repeat !important;
    opacity: var(--kv-bg-opacity) !important;
    pointer-events: none;
  }
  .kv {
    position: relative !important;
    isolation: isolate;
    --kv-bg-opacity: 1;
    background-color: rgb(0, 144, 225) !important;
  }
  .kv__logo {
    position: absolute !important;
    z-index: 10 !important;
    width: clamp(0px, 0.2520833333 * var(--kvw, 100vw), 484px) !important;
    height: auto !important;
    top: clamp(0px, 0.04375 * var(--kvw, 100vw), 84px) !important;
    left: 50% !important;
    transform: translateX(calc(-50% - 0.0260416667 * var(--kvw, 100vw))) !important;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 16px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 34px rgba(255, 255, 255, 0.4));
  }
  .kv__logo {
    animation: kvLogoOpacityIn 1s cubic-bezier(0.2, 0.8, 0.2, 1) 2.8s both;
  }
  @keyframes kvLogoOpacityIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .kv__vertical {
    z-index: 9 !important;
    bottom: 47px !important;
    right: 10px !important;
    width: 6.1% !important;
    margin: auto 0 !important;
    opacity: 0;
    transform: translateY(-18px);
  }
  .kv__vertical {
    animation: kvCopyDropBounce 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 1s both;
  }
  @keyframes kvCopyDropBounce {
    0% {
      opacity: 0;
      transform: translateY(-100px);
    }
    50% {
      opacity: 1;
      transform: translateY(8px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .kv__yacht {
    position: absolute !important;
    z-index: 3 !important;
    margin: 0 !important;
    height: auto !important;
    transform-origin: 50% 85% !important;
    will-change: transform, opacity;
    --yBase: 5px;
  }
  .kv__yacht--center {
    left: calc(0.3177083333 * var(--kvw)) !important;
    top: calc(0.1796875 * var(--kvw)) !important;
    width: calc(0.2552083333 * var(--kvw)) !important;
    opacity: 0;
    animation: yachtFadeInOpacity 0.8s ease-out 0.5s both, yachtBigSwingC_fix 2.4s ease-in-out 1.3s both, yachtBobC_fix 2s ease-in-out 3.7s infinite;
  }
  .kv__yacht--left {
    left: calc(0.1614583333 * var(--kvw)) !important;
    top: calc(0.2864583333 * var(--kvw)) !important;
    width: calc(0.1494791667 * var(--kvw)) !important;
    opacity: 0;
    animation: yachtFadeInOpacity 0.8s ease-out 0.5s both, yachtBigSwingL_fix 2.4s ease-in-out 1.3s both, yachtBobL_fix 1.8s ease-in-out 3.7s infinite;
  }
  .kv__yacht--right {
    left: calc(0.625 * var(--kvw)) !important;
    top: calc(0.2182291667 * var(--kvw)) !important;
    width: calc(0.1145833333 * var(--kvw)) !important;
    opacity: 0;
    animation: yachtFadeInOpacity 0.8s ease-out 0.5s both, yachtBigSwingR_fix 2.4s ease-in-out 1.3s both, yachtBobR_fix 1.7s ease-in-out 3.7s infinite;
  }
  @keyframes yachtFadeInOpacity {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes yachtBigSwingC_fix {
    0% {
      transform: translateY(var(--yBase)) rotate(0deg);
    }
    50% {
      transform: translateY(calc(var(--yBase) - 40px)) rotate(7deg);
    }
    100% {
      transform: translateY(var(--yBase)) rotate(6deg);
    }
  }
  @keyframes yachtBigSwingL_fix {
    0% {
      transform: translateY(var(--yBase)) rotate(0deg);
    }
    50% {
      transform: translateY(calc(var(--yBase) - 34px)) rotate(-7deg);
    }
    100% {
      transform: translateY(var(--yBase)) rotate(-6deg);
    }
  }
  @keyframes yachtBigSwingR_fix {
    0% {
      transform: translateY(var(--yBase)) rotate(0deg);
    }
    50% {
      transform: translateY(calc(var(--yBase) - 30px)) rotate(-6deg);
    }
    100% {
      transform: translateY(var(--yBase)) rotate(-5deg);
    }
  }
  @keyframes yachtBobC_fix {
    0% {
      transform: translateY(var(--yBase)) rotate(6deg);
    }
    50% {
      transform: translateY(calc(var(--yBase) - 12px)) rotate(6.6deg);
    }
    100% {
      transform: translateY(var(--yBase)) rotate(6deg);
    }
  }
  @keyframes yachtBobL_fix {
    0% {
      transform: translateY(var(--yBase)) rotate(-6deg);
    }
    50% {
      transform: translateY(calc(var(--yBase) - 10px)) rotate(-6.8deg);
    }
    100% {
      transform: translateY(var(--yBase)) rotate(-6deg);
    }
  }
  @keyframes yachtBobR_fix {
    0% {
      transform: translateY(var(--yBase)) rotate(-5deg);
    }
    50% {
      transform: translateY(calc(var(--yBase) - 8px)) rotate(-5.6deg);
    }
    100% {
      transform: translateY(var(--yBase)) rotate(-5deg);
    }
  }
  .kv__leaf {
    z-index: 2 !important;
  }
  .kv__leaf--r1 {
    width: calc(0.2083333333 * var(--kvw)) !important;
    left: calc(0.2395833333 * var(--kvw)) !important;
    top: 0 !important;
  }
  .kv__leaf--r2 {
    height: calc(0.0703125 * var(--kvw)) !important;
    left: 0 !important;
    top: calc(0.2395833333 * var(--kvw)) !important;
    width: auto !important;
  }
  .kv__leaf--r3 {
    width: calc(0.234375 * var(--kvw)) !important;
    left: calc(0.2864583333 * var(--kvw)) !important;
    top: calc(0.1536458333 * var(--kvw)) !important;
  }
  .kv__leaf--r4 {
    width: calc(0.4114583333 * var(--kvw)) !important;
    left: 0 !important;
    top: calc(0.2630208333 * var(--kvw)) !important;
  }
  .kv__leaf--r5 {
    width: calc(0.2864583333 * var(--kvw)) !important;
    left: calc(0.671875 * var(--kvw)) !important;
    top: calc(0.1614583333 * var(--kvw)) !important;
  }
  .kv__leaf--r6 {
    width: calc(0.1822916667 * var(--kvw)) !important;
    left: calc(0.7369791667 * var(--kvw)) !important;
    top: calc(0.2854166667 * var(--kvw)) !important;
  }
  .kv {
    --yacht-big-start: 1.3s;
  }
  .kv__leaf--r1 {
    animation: leafEnter 0.6s ease-out calc(var(--yacht-big-start) + 0s) both;
  }
  .kv__leaf--r2 {
    animation: leafEnter 0.6s ease-out calc(var(--yacht-big-start) + 0s) both;
  }
  .kv__leaf--r3 {
    animation: leafEnter 0.6s ease-out calc(var(--yacht-big-start) + 0s) both;
  }
  .kv__leaf--r4 {
    animation: leafEnter 0.6s ease-out calc(var(--yacht-big-start) + 0s) both;
  }
  .kv__leaf--r5 {
    animation: leafEnter 0.6s ease-out calc(var(--yacht-big-start) + 0s) both;
  }
  .kv__leaf--r6 {
    animation: leafEnter 0.6s ease-out calc(var(--yacht-big-start) + 0s) both;
  }
  @keyframes leafEnter {
    from {
      opacity: 0;
      transform: translate(-20px, 20px) rotate(-2deg);
      filter: blur(1px);
    }
    to {
      opacity: 1;
      transform: translate(0, 0) rotate(0deg);
      filter: blur(0);
    }
  }
  .kv__bg--sp {
    display: none !important;
  }
}
/* =========================================================
KV（SP） 〜 960px以下
========================================================= */
@media (max-width: 960px) {
  .kv__yacht {
    --yBase: 5px;
    transform-origin: 50% 85% !important;
    will-change: transform, opacity;
  }
  .kv__vertical {
    will-change: transform, opacity;
  }
  .kv__yacht--center,
  .kv__yacht--left,
  .kv__yacht--right,
  .kv__vertical {
    opacity: 0;
  }
  .kv {
    position: relative !important;
  }
  .kv .kv::before {
    content: none !important;
  }
  .kv .kv__bg--sp {
    display: block !important;
    width: 100vw !important;
    height: auto !important;
    pointer-events: none !important;
    user-select: none !important;
  }
  .kv .kv__stage {
    position: absolute !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    pointer-events: none;
  }
  .kv .kv__logo {
    position: absolute !important;
    z-index: 10 !important;
    left: 46.5766944444vw !important;
    top: 62.4515740741vw !important;
    width: 44.8281203704vw !important;
    height: auto !important;
    animation: kvLogoOpacityIn 1s cubic-bezier(0.2, 0.8, 0.2, 1) 2.8s both;
  }
  @keyframes kvLogoOpacityIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .kv .kv__vertical {
    position: absolute !important;
    z-index: 9 !important;
    left: 6.7687777778vw !important;
    top: 125.3629814815vw !important;
    width: auto !important;
    transform: none !important;
    height: 50.102787037vw !important;
    animation: kvCopyDropBounce 1s cubic-bezier(0.2, 0.8, 0.2, 1) 1.5s both;
  }
  @keyframes kvCopyDropBounce {
    0% {
      opacity: 0;
      transform: translateY(-100px);
    }
    50% {
      opacity: 1;
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .kv .kv__yacht--center {
    position: absolute !important;
    z-index: 3 !important;
    left: 18.0318055556vw !important;
    top: 89.4641018519vw !important;
    width: 57.089787037vw !important;
    height: auto !important;
    transform-origin: 50% 85% !important;
    animation: yachtFadeInOpacity 0.8s ease-out 0.2s both, yachtBigSwingC_fix 2.4s ease-in-out 1.3s both, yachtBobC_fix 2s ease-in-out 3.7s infinite;
  }
  .kv .kv__yacht--left {
    position: absolute !important;
    z-index: 3 !important;
    left: 3.4013333333vw !important;
    top: 74.7947685185vw !important;
    width: 29.2609351852vw !important;
    height: auto !important;
    transform-origin: 50% 85% !important;
    animation: yachtFadeInOpacity 0.8s ease-out 0.2s both, yachtBigSwingL_fix 2.4s ease-in-out 1.3s both, yachtBobL_fix 1.8s ease-in-out 3.7s infinite;
  }
  .kv .kv__yacht--right {
    position: absolute !important;
    z-index: 3 !important;
    left: 74.5531759259vw !important;
    top: 88.5046018519vw !important;
    width: 21.3613333333vw !important;
    height: auto !important;
    transform-origin: 50% 85% !important;
    animation: yachtFadeInOpacity 0.8s ease-out 0.2s both, yachtBigSwingR_fix 2.4s ease-in-out 1.3s both, yachtBobR_fix 1.7s ease-in-out 3.7s infinite;
  }
  @keyframes yachtFadeInOpacity {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes yachtBigSwingC_fix {
    0% {
      transform: translateY(var(--yBase)) rotate(0deg);
    }
    50% {
      transform: translateY(calc(var(--yBase) - 40px)) rotate(7deg);
    }
    100% {
      transform: translateY(var(--yBase)) rotate(6deg);
    }
  }
  @keyframes yachtBigSwingL_fix {
    0% {
      transform: translateY(var(--yBase)) rotate(0deg);
    }
    50% {
      transform: translateY(calc(var(--yBase) - 34px)) rotate(-7deg);
    }
    100% {
      transform: translateY(var(--yBase)) rotate(-6deg);
    }
  }
  @keyframes yachtBigSwingR_fix {
    0% {
      transform: translateY(var(--yBase)) rotate(0deg);
    }
    50% {
      transform: translateY(calc(var(--yBase) - 30px)) rotate(-6deg);
    }
    100% {
      transform: translateY(var(--yBase)) rotate(-5deg);
    }
  }
  @keyframes yachtBobC_fix {
    0% {
      transform: translateY(var(--yBase)) rotate(6deg);
    }
    50% {
      transform: translateY(calc(var(--yBase) - 12px)) rotate(6.6deg);
    }
    100% {
      transform: translateY(var(--yBase)) rotate(6deg);
    }
  }
  @keyframes yachtBobL_fix {
    0% {
      transform: translateY(var(--yBase)) rotate(-6deg);
    }
    50% {
      transform: translateY(calc(var(--yBase) - 10px)) rotate(-6.8deg);
    }
    100% {
      transform: translateY(var(--yBase)) rotate(-6deg);
    }
  }
  @keyframes yachtBobR_fix {
    0% {
      transform: translateY(var(--yBase)) rotate(-5deg);
    }
    50% {
      transform: translateY(calc(var(--yBase) - 8px)) rotate(-5.6deg);
    }
    100% {
      transform: translateY(var(--yBase)) rotate(-5deg);
    }
  }
  .kv .kv__leaf {
    display: none !important;
    animation: none !important;
  }
  .kv {
    overflow: hidden !important;
  }
  .kv__bg--sp {
    display: block !important;
    width: 100vw !important;
    height: auto !important;
    transform: translateZ(0);
  }
  .kv {
    margin-bottom: -1px;
  }
  .kv__bg--sp {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}
/* =========================================================
Intro Video 
========================================================= */
.intro-video.theme-sky {
  --bg-base-w: 1920;
  --bg-white: 100;
  --edge-white: min(100px, calc(var(--bg-white) / var(--bg-base-w) * 100vw));
  background-color: rgb(0, 144, 225) !important;
  position: relative !important;
  isolation: isolate;
  --pad-top: clamp(300px, 12vw, 300px);
  --pad-bottom: clamp(120px, 6vw, 72px);
  padding-top: var(--pad-top) !important;
  padding-bottom: var(--pad-bottom) !important;
  padding-right: var(--edge-white) !important;
  box-sizing: border-box;
}

.intro-video.theme-sky::after {
  content: "" !important;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--edge-white);
  background: #fff !important;
  z-index: 0;
  pointer-events: none;
}

.intro-video {
  position: relative;
  z-index: 1;
}

.intro-video__media {
  width: 100% !important;
  display: grid !important;
  place-items: center !important;
}

.blob-frame {
  position: relative !important;
  width: min(70vw, 1200px) !important;
  aspect-ratio: 16/9 !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #181E1D !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18) !important;
}

.blob-frame::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  pointer-events: none !important;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.28), inset 0 0 90px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.blob-frame > iframe.js-yt-autoplay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}

@media (max-width: 959.98px) {
  .intro-video.theme-sky {
    --edge-white: 0;
    padding-right: 0 !important;
    padding-top: clamp(40px, 10vw, 96px) !important;
    padding-bottom: clamp(24px, 8vw, 64px) !important;
    background-image: url("../images/introvideo_bg.jpg");
    background-repeat: repeat;
    background-color: transparent !important;
  }
  .intro-video.theme-sky::after {
    content: none !important;
  }
  .intro-video__media {
    display: grid !important;
    place-items: center !important;
  }
  .blob-frame {
    width: min(96vw, 1200px) !important;
  }
  .yt-mute-toggle {
    margin-top: 16px !important;
  }
}
.yt-mute-toggle {
  margin-top: 34px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  border: 2px solid #FCF827 !important;
  background: #FCF827 !important;
  color: #181E1D !important;
  font-weight: 800 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease !important;
  position: relative;
  z-index: 20;
}

.yt-mute-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16) !important;
  cursor: pointer;
}

/* =========================================================
   SU  〜 961px以上
========================================================= */
#su.su-section {
  padding: 30px 0 !important;
}

.su-wrap {
  display: grid !important;
  grid-template-columns: auto auto;
  justify-items: center !important;
  max-width: 1100px;
  margin: 0 auto !important;
  gap: 40px !important;
  align-items: center !important;
  overflow: visible !important;
}

.su-copy {
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  font-size: clamp(22px, 22px + (100vw - 960px) * 0.01875, 28px) !important;
  letter-spacing: 0.08em !important;
}

.su-banner {
  position: relative !important;
  display: inline-block !important;
  width: clamp(320px, 38vw, 610px) !important;
  overflow: visible !important;
  isolation: isolate !important;
  margin-inline: auto !important;
}

.su-button {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 36px rgba(255, 255, 255, 0.3) !important;
  transition: filter 0.18s ease, box-shadow 0.2s ease, transform 0.15s ease !important;
}

.su-banner__yacht {
  position: absolute !important;
  right: 4% !important;
  top: -26% !important;
  height: 160% !important;
  width: auto !important;
  z-index: 2 !important;
  pointer-events: none !important;
  transform-origin: 50% 90%;
}

@media (hover: hover) {
  .su-banner:hover {
    transform: translateY(1px);
  }
  .su-banner:hover .su-button {
    filter: brightness(0.85);
  }
  .su-banner:hover .su-banner__yacht {
    animation: yachtBob 1.8s ease-in-out infinite;
  }
}
@keyframes yachtBob {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-8px) rotate(-0.6deg);
  }
  100% {
    transform: none;
  }
}
.su-banner:active {
  transform: translateY(2px);
}

.su-banner:active .su-button {
  filter: brightness(0.92);
}

/* =========================================================
SU（SP） 〜 960px以下
========================================================= */
@media (max-width: 959.98px) {
  .uk-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .su-wrap {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 12px !important;
  }
  .su-copy {
    order: -1 !important;
    font-size: 1.3rem !important;
    line-height: 1.4 !important;
    padding: 0 4vw !important;
    text-align: left !important;
  }
  .su-banner {
    width: min(610px, 92vw) !important;
  }
  .su-banner__yacht {
    right: 4% !important;
    top: -26% !important;
    height: 160% !important;
    pointer-events: none !important;
    transform-origin: 50% 90%;
  }
}
/* =========================================================
SU（SP） 〜 430px以下
========================================================= */
@media (max-width: 430px) {
  .su-banner {
    width: min(610px, 94vw) !important;
  }
  .su-banner__yacht {
    right: 4% !important;
    top: -26% !important;
    height: 160% !important;
  }
}
/* =========================================================
About 
========================================================= */
.uk-border-rounded {
  border-radius: 15px !important;
}

.section-about {
  padding: 80px 0 !important;
}

.inline-su {
  height: 1.5em;
  vertical-align: -0.25em;
}

.about-body {
  color: #fff !important;
  margin: 1em 2em 3em;
}

#about-theme p {
  color: #181E1D;
}
#about-theme .inline-icon-lg {
  height: 1.5em;
  vertical-align: -0.25em;
  margin-right: 0.2em;
}

@media (max-width: 640px) {
  .uk-padding-large {
    padding: 20px !important;
  }
  #about-theme p {
    margin: 0 0 10px 0 !important;
  }
}
.section-about .ww-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 40px 0 30px;
  list-style: none;
  padding: 0;
}

.section-about .uk-tab::before {
  border-bottom: none;
}

.section-about .ww-tabs > li {
  display: block;
}

.section-about .ww-tabs > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s, color 0.15s;
}

.section-about .ww-tabs > li > a .arrow {
  line-height: 1;
  margin-top: 0.4em;
}

.section-about .ww-tabs > li.uk-active > a {
  background: #FFF225;
  color: rgb(47.5714285714, 170.3, 220.4285714286);
  border-color: #FCF827;
}

.section-about a {
  --about-link: #008FDD;
  --about-link-hover: #2DB8FF;
  color: var(--about-link);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: color 0.28s ease, text-decoration-color 0.28s ease;
}

.section-about a:hover,
.section-about a:focus-visible {
  color: var(--about-link-hover);
  text-decoration-color: currentColor;
}

@media (max-width: 959.98px) {
  .section-about .ww-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 40px 0 28px;
  }
}
@media (max-width: 640px) {
  .section-about .ww-tabs {
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 20px 0 16px;
  }
  .section-about .ww-tabs > li > a {
    min-height: 38px;
    padding: 10px 2px 2px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.3;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }
  .section-about .ww-tabs > li > a br {
    display: none !important;
  }
  .section-about .ww-tabs > li > a br.keep-sp {
    display: inline !important;
  }
  .section-about .ww-tabs > li > a .arrow {
    margin-top: 0.2em;
  }
  .section-about .ww-tabs .arrow svg {
    width: 1.3em !important;
    height: 1em !important;
  }
  .section-about .ww-tabs > li > a .arrow {
    margin-top: 0.15em;
    margin-bottom: 0em;
  }
  .uk-tab > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.map-canvas {
  position: relative;
}

.map-canvas > img {
  display: block;
  width: 100%;
  height: auto;
}

.ww-map {
  position: relative;
  width: 100%;
}

.ww-map > img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 640px) {
  .ww-map {
    margin-left: 0;
    margin-right: 0;
  }
  .ww-map > img {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
/* ========== マーカー ========== */
.ww-marker {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 3.6%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #2D7BEA;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.12s ease, filter 0.12s ease;
}

.ww-marker:hover {
  transform: translate(-50%, -50%) scale(1.3);
  filter: brightness(1.08);
}

.ww-marker .icon {
  width: 80%;
  height: 80%;
  line-height: 0;
  display: block;
}

.ww-marker .icon svg {
  width: 100% !important;
  height: 100% !important;
  stroke-width: 3.2;
  vector-effect: none;
}

.ww-marker--text-base {
  color: #181E1D !important;
}

.ww-marker--expected {
  background: #4b247c;
}

.ww-marker--ww25 {
  background: #007bc4;
}

.ww-marker--ww {
  background: #226942;
}

.ww-marker--su {
  background: #ecd600 !important;
}

.ww-marker--mmc {
  background: #BC3248;
}

@media (max-width: 959.98px) {
  .ww-marker .ww-marker {
    width: clamp(18px, 2.58%, 32px);
  }
}
.ww-slide {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
}

.ww-slide-body {
  max-height: calc(92vh - 120px);
  overflow-y: auto;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 12px 10px !important;
  color: #181E1D;
  line-height: 1.8;
}

.ww-slide-body > .body {
  margin: 0 2.5em;
}

.ww-slide-body figure {
  width: 70%;
  margin: 1em auto;
}

.ww-slide-body figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.ww-slide-body figure figcaption {
  font-size: 0.9rem;
  color: #181E1D;
  margin: 0.2em 0 1.5em 0.5em;
  text-align: left;
  line-height: 1.3rem;
}

.ww-slide-body dl {
  margin: 1em 0;
}

.ww-slide-body dt,
.ww-slide-body dd {
  margin: 0;
  padding: 0.2em 0;
}

.ww-slide-body dt {
  float: left;
  width: 8em;
  font-weight: 800;
}

.ww-slide-body dt::after {
  content: "：";
}

.ww-slide-body dd {
  margin-left: 8em;
}

.ww-slide-body dl::after {
  content: "";
  display: block;
  clear: both;
}

.ww-slide-body h2 {
  margin: 0 0 1.5em 0 !important;
}

.ww-slide-body > h3 {
  font-weight: 800;
  font-size: 1.15rem;
  margin: 1rem 0 2rem;
  text-align: center;
}
.ww-slide-body > h3 .pl {
  font-weight: normal;
  font-size: 0.9rem;
  color: #181E1D;
}

.ww-slide-body > h3 small {
  font-size: 0.9rem;
  font-weight: 700;
}

.ww-slide-body h4 {
  font-weight: 800 !important;
  font-size: 1.15rem !important;
  margin: 1rem 0 0rem !important;
}

.ww-slide-body h4 + p {
  margin-top: 0 !important;
}

.ww-slide-ttl {
  font-weight: 800;
  font-size: 1.35rem;
  margin: 0 0 2rem 0;
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  color: #181E1D;
  display: block !important;
}

.ww-slide--expected {
  background: #c4a6c5;
}

.ww-slide--ww25 {
  background: #99ccf2;
}

.ww-slide--ww {
  background: #bcc4b2;
}

.ww-slide--su {
  background: #faf0dd;
}

.ww-linkset {
  margin: 2em 0 2em 1em;
}

a.link-news,
a.link-su {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: rgb(0, 71.6666666667, 127.5);
  text-decoration: none;
  margin-bottom: 0.7em;
}

a.link-news::before,
a.link-su::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3em;
  height: 0.25em;
  background: rgb(241, 226.628440367, 0);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.25s ease;
}

a.link-news:hover::before,
a.link-news:focus-visible::before,
a.link-su:hover::before,
a.link-su:focus-visible::before {
  transform: scaleX(1);
}

a.link-news [uk-icon],
a.link-su [uk-icon] {
  width: 1.15em;
  height: 1.15em;
  stroke-width: 2.6;
  vertical-align: 0em;
  margin-right: 0.35em;
}

a.link-su::after {
  content: "";
  display: inline-block;
  width: 2.4em;
  height: 1.3em;
  margin-left: 0.5em;
  vertical-align: -0.3em;
  background: url("../images/fig_logoSU.png") no-repeat 0 50%/contain;
}

.ww-modal .uk-modal-body {
  max-height: 86vh;
  overflow: auto;
}

[id^=ww-modal-] .uk-modal-body {
  overflow: auto !important;
}

.ww-modal .uk-modal-body {
  max-height: min(80vh, var(--dh, 100vh) - 160px) !important;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  padding: 20px 16px !important;
  line-height: 1.6 !important;
}

.uk-modal {
  padding-left: max(12px, env(safe-area-inset-left)) !important;
  padding-right: max(12px, env(safe-area-inset-right)) !important;
}

.uk-modal .uk-modal-dialog {
  box-sizing: border-box !important;
  width: auto !important;
  max-width: min(420px, var(--dw, 100%) - 24px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 12px !important;
}

[id^=ww-modal-] .uk-modal-body {
  padding-bottom: 50px !important;
  scrollbar-gutter: stable;
  max-height: 88vh !important;
}

[id^=ww-modal-] .uk-modal-body::after {
  content: "";
  display: block;
  height: 50px;
}

[id^=ww-modal-] .ww-slide-body img {
  max-width: 100%;
  height: auto;
  display: block;
}

[id^=ww-modal-] .ww-slide {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 18px;
  align-items: stretch;
}

#ww-modal-lib .uk-modal-dialog,
#ww-modal-dosen .uk-modal-dialog,
#ww-modal-3dprint .uk-modal-dialog,
[id^=ww-modal-] .uk-modal-dialog {
  width: 960px !important;
  max-width: calc(100vw - 50px) !important;
  max-height: 86vh !important;
  overflow: hidden !important;
  border-radius: 14px !important;
}

.ww-modal--expected .uk-modal-dialog {
  border: 6px solid #4b247c;
}

.ww-modal--ww25 .uk-modal-dialog {
  border: 6px solid #007bc4;
}

.ww-modal--ww .uk-modal-dialog {
  border: 6px solid #226942;
}

.ww-modal--su .uk-modal-dialog {
  border: 6px solid #FFF225;
}

@media (max-width: 959.98px) {
  [id^=ww-modal-] .ww-slide {
    grid-template-columns: 1fr;
  }
  #ww-slideshow {
    height: 420px !important;
  }
  .ww-slide-body figure {
    width: 100%;
  }
  .ww-slide-body > .body {
    margin: 0 0.5em;
  }
}
@media (max-width: 1199.98px) {
  #ww-modal .uk-modal-dialog {
    width: 92vw !important;
  }
}
@media (max-width: 768px) {
  .uk-modal-dialog {
    width: 90vw !important;
    max-width: 420px !important;
    margin: auto !important;
    border-radius: 12px !important;
  }
  .uk-modal-body {
    padding: 20px 16px !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
  }
}
/* =========================================================
Slots 
========================================================= */
#slots h3.uk-heading-bullet {
  font-weight: 800 !important;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem) !important;
  line-height: 1.3 !important;
  margin-bottom: 0.6rem !important;
}
#slots h4 {
  font-weight: 800 !important;
  font-size: clamp(1.2rem, 1.6vw, 1.4rem) !important;
  margin: 1.2rem 0 0.6rem !important;
}
#slots p {
  font-size: clamp(1rem, 1.2vw, 1.125rem) !important;
  line-height: 1.5 !important;
  margin: 0.5rem 4.2rem 1rem !important;
  font-weight: 400;
}
#slots #slot-external,
#slots #slot-internal {
  background: #f8f8f8 !important;
  border: 4px solid #bc3248 !important;
  border-radius: 14px !important;
  padding: 3rem 3.5rem !important;
  margin-bottom: 3rem !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05) !important;
}
#slots #slot-external h3,
#slots #slot-internal h3 {
  margin-top: 0 !important;
  margin-bottom: 1.2rem !important;
  font-weight: 800 !important;
  font-size: clamp(1.5rem, 2vw, 1.75rem) !important;
  color: rgb(147.7142857143, 39.2857142857, 56.5714285714) !important;
}
#slots .slot-number {
  font-size: 2.5em;
  font-weight: 900;
  margin-right: 0;
  color: rgb(147.7142857143, 39.2857142857, 56.5714285714);
  line-height: 1;
  font-style: italic !important;
}
#slots #slot-internal [uk-grid] {
  margin-top: 1.5rem !important;
}
#slots #slot-external .uk-margin,
#slots #slot-internal .uk-margin {
  margin-top: 2rem !important;
}

/* ====== Slotsカード本体 ====== */
.slot-card {
  padding: 24px !important;
  background: rgb(63.3633507853, 37.9141361257, 35.8366492147) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
  border-radius: 10px;
}

.slot-ttl {
  margin: 0 0 30px 0 !important;
  font-size: 20px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff !important;
}

.slot-meta {
  display: grid;
  grid-template-columns: 300px 1fr;
  column-gap: 24px;
  align-items: stretch;
}

.slot-meta::after {
  content: "";
  display: block;
  clear: both;
}

.slot-photo {
  margin: 0 !important;
  width: 300px;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
}

.slot-photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.slot-side {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slot-cta {
  display: inline-block;
  text-decoration: none !important;
  background: #FCF827;
  color: #1F2122;
  border: 2px solid #FCF827;
  font-weight: 800;
  padding: 0.8em 1.6em;
  border-radius: 10px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.slot-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  color: rgb(31, 141.05, 186) !important;
}

.slot-info {
  margin: 12px 0 0 0;
}

.slot-name {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #fff;
}

.slot-name-en {
  font-weight: 400;
  font-size: 0.95em;
  color: #999;
}

.slot-aff {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #f8f8f8;
}

.slot-ttl {
  color: #f8f8f8;
}

.slot-video {
  margin-top: 18px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  position: relative;
  aspect-ratio: 16/9;
}

.slot-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
  display: block !important;
}

.slot-video__thumb {
  position: relative;
  display: block;
}

.slot-video__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.slot-video__thumb [uk-icon] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #e62117;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
  z-index: 1;
  line-height: 1;
}

.slot-video__thumb .yt-tri {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 0.7em solid transparent;
  border-bottom: 0.7em solid transparent;
  border-left: 1.12em solid #fff;
  z-index: 0;
  pointer-events: none;
}

.slot-video__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.slot-video__thumb [uk-icon] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: red;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.999);
}

.slot-video__thumb:hover [uk-icon],
.slot-video__thumb:focus-visible [uk-icon] {
  transform: translate(-50%, -50%) scale(1.08);
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.2));
}

.slot-video__thumb:hover .yt-tri,
.slot-video__thumb:focus-visible .yt-tri {
  transform: translate(-40%, -50%) scale(1.08);
}

.slot-video__thumb:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.2);
  outline-offset: 4px;
  border-radius: 8px;
}

.video-modal .uk-modal-dialog {
  width: min(960px, 96vw);
  padding: 0;
}

.video-modal .uk-modal-body {
  padding: 0;
  background: #000;
}

.video-modal iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.video-modal .uk-modal-close-outside {
  top: -12px;
  right: -12px;
}

.video-modal .video-close-btn {
  background: #fff;
  color: #222;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  border-radius: 9999px;
}

.video-modal .video-close-btn:hover {
  filter: brightness(0.95);
}

.video-modal .uk-modal-body > iframe,
.video-modal .uk-modal-body > div > iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.video-modal .ratio-16x9 {
  position: relative;
  width: 100%;
}

.video-modal .ratio-16x9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.video-modal .ratio-16x9 > iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal .uk-modal-dialog {
  box-sizing: border-box !important;
  width: min(1280px, 100% - 200px) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border-radius: 16px !important;
  background: #000 !important;
}

.video-modal .uk-modal-body {
  padding: 15px 20px !important;
  background: #3F2624 !important;
  border-radius: 16px !important;
}

.video-modal iframe {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  height: auto !important;
  border: 0 !important;
}

.video-modal.uk-open {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)) !important;
}

@media (max-width: 640px) {
  .video-modal .uk-modal-dialog {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 959.98px) {
  #slots .uk-description-list {
    margin: 0 !important;
  }
  .slot-meta {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .slot-photo {
    width: 100% !important;
    max-width: 320px;
    height: auto !important;
  }
  .slot-photo img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
  .slot-video {
    width: 100% !important;
  }
  .slot-meta .slot-side {
    align-self: flex-start;
  }
  .slot-ttl br {
    display: none !important;
  }
  #slots p {
    margin: 0.5rem 0rem 1rem !important;
  }
  #slots #slot-external,
  #slots #slot-internal {
    padding: 2rem 1rem !important;
  }
  .slot-card {
    padding: 25px 15px !important;
  }
  #slots .slots-body p {
    margin: 0.5rem 1rem 1rem 1rem !important;
  }
  #slots .slots-body {
    margin: 0 !important;
    padding: 0 2vw !important;
  }
  #slots #slot-internal .uk-card.uk-card-default,
  #slots #slot-external .uk-card.uk-card-default {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-template-areas: "media" "body" "video" !important;
    row-gap: 10px !important;
    column-gap: 0 !important;
  }
  #slots .uk-card .uk-card-media-top {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    border-radius: 10px !important;
  }
  #slots .uk-card .uk-card-media-top img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  #slots .uk-card .uk-card-body {
    padding: 0 !important;
    gap: 10px !important;
  }
  #slots .uk-card .uk-responsive-width {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 10px !important;
  }
}
@media (max-width: 1200.98px) {
  .slot-meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px;
  }
  .slot-meta .slot-side {
    order: -1 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 0 1em 0 !important;
  }
  .slot-meta .slot-photo {
    order: 0 !important;
  }
  .slot-meta .slot-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    padding: 10px 16px;
    border-radius: 10px;
  }
}
@media (max-width: 959.98px) {
  .video-modal .uk-modal-dialog {
    width: 95vw !important;
    max-width: 95vw !important;
  }
}
/* =========================================================
Assets
========================================================= */
#assets h3.uk-heading-bullet {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  line-height: 1.3 !important;
  margin-bottom: 0.6rem !important;
}

.section-assets {
  padding: 80px 0 !important;
}
.section-assets .uk-heading-line span {
  font-size: 1.8rem !important;
  font-weight: 900 !important;
}

.section-assets [uk-grid] {
  margin-left: -14px !important;
}
.section-assets [uk-grid] > * {
  padding-left: 14px !important;
  margin-bottom: 14px !important;
}

.comment {
  color: #fff !important;
}

.asset-card {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
  border-radius: 14px !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease !important;
  position: relative !important;
  background: #fff !important;
}
.asset-card .uk-card-body {
  padding: 40px 40px !important;
}
.asset-card .uk-card-title {
  font-size: 1.6rem !important;
  font-weight: 800 !important;
  margin-bottom: 50px !important;
  color: #1a3b87 !important;
}
.asset-card p,
.asset-card li {
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  font-weight: 500;
}
.asset-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1) !important;
}
.asset-card p.uk-text-small {
  font-size: 0.875rem !important;
  line-height: 1.6 !important;
}
.asset-card .wrap-url {
  word-break: break-all;
  overflow-wrap: anywhere;
  max-width: 100%;
}

@media (max-width: 959.98px) {
  .asset-card .uk-card-body {
    padding: 20px 30px !important;
  }
  .asset-card .uk-card-title {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
  }
  .asset-card p,
  .asset-card li {
    font-size: 1.05rem !important;
    line-height: 1.5 !important;
    font-weight: 500;
  }
}
/* =========================================================
Application 
========================================================= */
#application .uk-card {
  background: #fff !important;
  border: 1px solid rgba(23, 48, 93, 0.08) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
  padding: 22px 24px !important;
}
#application h3 {
  font-weight: 800 !important;
  color: #1a3b87 !important;
  font-size: clamp(1.15rem, 1.6vw, 1.35rem) !important;
  margin: 1.2rem 0 0.6rem !important;
}
#application .uk-heading-bullet::before {
  border-left-color: rgb(91.7368421053, 41.4473684211, 34.2631578947) !important;
}
#application .uk-article p {
  margin: 0.1rem 0 0.3rem !important;
  padding-left: 1rem !important;
}
#application .uk-text-meta {
  font-size: 1rem !important;
  line-height: 1.4 !important;
  margin-left: 1.5rem !important;
  color: #666 !important;
  padding-left: 2rem !important;
}
#application .attention {
  font-weight: 700 !important;
  color: #181E1D !important;
  font-size: 1.2rem !important;
}

/* =========================================================
FAQ
========================================================= */
#faq .faq-list {
  margin-top: 1rem;
}
#faq .faq-list .uk-accordion-title {
  position: relative;
  display: block;
  padding: 16px 48px 16px 40px;
  font-weight: 800;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.5;
  color: #1a3b87;
  background: #f8f8f8;
  border: 1px solid rgba(23, 48, 93, 0.08);
  border-radius: 12px;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
#faq .faq-list .uk-accordion-title::before {
  content: none;
  position: absolute;
  left: 16px;
  top: 40%;
  transform: translateY(-50%);
  font-weight: 900;
  color: #FCF827;
  font-size: 2.8rem;
  background-image: none;
}
#faq .faq-list .uk-accordion-title::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  color: #17305d;
}
#faq .faq-list .uk-open > .uk-accordion-title {
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
#faq .faq-list .uk-open > .uk-accordion-title::after {
  content: "－";
}
#faq .faq-list .uk-accordion-content {
  padding: 30px 1.5em 30px 1.5em;
  border-left: 1px solid rgba(23, 48, 93, 0.08);
  border-right: 1px solid rgba(23, 48, 93, 0.08);
  border-bottom: 1px solid rgba(23, 48, 93, 0.08);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #fff;
}
#faq .faq-list .uk-accordion-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #222;
  margin: 0.3rem 1em 0.6rem;
}
#faq .faq-list > li {
  margin-bottom: 12px;
}

/* =========================================================
Mentors / Judges
========================================================= */
#mentors .person-profile {
  display: none;
}
#mentors .uk-grid,
#mentors .uk-grid-small {
  margin-left: 0 !important;
}
#mentors .uk-grid-small > *,
#mentors .uk-grid-column-small > * {
  padding-left: 0 !important;
}
#mentors .cards-center {
  --card-w: 345px;
  --gap: 24px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
#mentors .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin: 0 auto;
}
#mentors .cards.is-3 {
  justify-content: center;
}
#mentors .person-card {
  width: 345px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(23, 48, 93, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin: 0 0 24px 0;
  transition: transform 0.15s, box-shadow 0.15s;
}
#mentors .person-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.1);
}
#mentors .person-media {
  width: 345px;
  height: 345px;
  line-height: 0;
  overflow: hidden;
  background: #eee;
}
#mentors .person-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
#mentors .person-body {
  padding: 12px 14px 16px;
  background: #fff;
}
#mentors .person-name {
  font-weight: 800;
  color: #1a3b87;
  font-size: 1rem;
  margin: 0 0 4px;
}
#mentors .person-role {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 8px;
}
#mentors .person-profile {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #333;
}
#mentors .group-title {
  margin: 2.4rem 0 1rem !important;
  font-weight: 800 !important;
  font-size: clamp(1.25rem, 1.6vw, 1.6rem) !important;
  color: #fff !important;
}

@media (min-width: 640px) {
  .cards-center {
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(var(--card-w) * 3 + var(--gap) + 30px);
  }
}
@media (min-width: 960px) {
  .cards-center {
    max-width: calc(var(--card-w) * 3 + var(--gap) * 2 + 30px);
  }
}
@media (max-width: 639.98px) {
  #mentors .cards .person-card {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 14px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 16px !important;
  }
  #mentors .cards .person-card > .person-media {
    flex: 0 0 200px !important;
    width: 200px !important;
    height: 200px !important;
    margin: 0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    line-height: 0 !important;
    background: #eee !important;
  }
  #mentors .cards .person-card > .person-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
  }
  #mentors .cards .person-card > .person-body {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    padding: 2.5em 10px 8px 0 !important;
    background: transparent !important;
    float: none !important;
    clear: none !important;
  }
  #mentors .cards.uk-grid {
    justify-content: flex-start !important;
    margin-left: 0 !important;
  }
  #mentors .cards.uk-grid > * {
    padding-left: 0 !important;
  }
  #mentors .uk-first-column {
    padding-left: 0 !important;
  }
}
/* =========================================================
Supporters 
========================================================= */
#supporters .uk-heading-line span {
  font-weight: 900;
  color: #fff;
}
#supporters .support-cards {
  display: grid !important;
  grid-template-columns: 1fr !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
  width: min(100%, 1090px) !important;
  max-width: 1090px !important;
  row-gap: 32px !important;
  column-gap: 0 !important;
}
@media (min-width: 960px) {
  #supporters .support-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: clamp(40px, 5vw, 72px) !important;
    row-gap: 32px !important;
  }
}
#supporters .support-card {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 22px 26px !important;
  background: #fff !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
}
#supporters .support-body {
  padding-left: 0 !important;
}
#supporters .support-body p {
  margin: 0.3rem 0 0.9rem !important;
}
#supporters .support-name {
  margin: 0 0 0.35rem;
  font-weight: 800;
  color: #1a3b87;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}
#supporters .support-text {
  font-size: clamp(1rem, 1.1vw, 1.05rem);
  line-height: 1.9;
  color: #222;
}
#supporters .main-btn {
  display: inline-block;
  background: #FFF225;
  color: #181E1D;
  font-weight: 800;
  margin-top: 0.5em !important;
  padding: 0.8rem 1.5rem;
  border-radius: 10px;
  transition: all 0.2s ease;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1) !important;
}
#supporters .main-btn:hover {
  color: rgb(31, 141.05, 186);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

@media (max-width: 959.98px) {
  #supporters .support-card {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#supporters .support-card > figure.support-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 16px 0 !important;
  padding: 40px 28px !important;
  background: #fff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

#supporters .support-card > figure.support-logo > img,
#supporters .support-card > figure.support-logo > svg {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: 80px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
}

#supporters .support-card > figure.support-logo.support-logo--01 > img,
#supporters .support-card > figure.support-logo.support-logo--01 > svg {
  width: 300px !important;
  height: 80px !important;
}

#supporters .support-card > figure.support-logo.support-logo--02 > img,
#supporters .support-card > figure.support-logo.support-logo--02 > svg {
  width: 155px !important;
  height: 72px !important;
}

#supporters .support-card > figure.support-logo [uk-icon],
#supporters .support-card > figure.support-logo .uk-icon {
  all: unset !important;
}

#supporters .support-card > figure.support-logo svg {
  -webkit-mask: none !important;
  mask: none !important;
  background: none !important;
  vertical-align: middle !important;
  color: inherit !important;
  fill: currentColor;
  stroke: currentColor;
}

/* =========================================================
ハンバーガーメニュー
========================================================= */
.uk-navbar-toggle {
  position: fixed !important;
  top: 12px !important;
  left: 12px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 9999 !important;
}

.uk-offcanvas-bar {
  left: 0 !important;
  right: auto !important;
}

.hamburger {
  position: fixed !important;
  top: 12px !important;
  left: 12px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 900 !important;
}

#hamburger-dock {
  position: fixed !important;
  inset: auto auto auto auto;
  width: 0 !important;
  height: 0 !important;
}

:root {
  --hb-icon-scale: 0.46;
}

.hamburger-btn {
  --hb-size: clamp(44px, 12vw, 64px);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: var(--hb-size) !important;
  height: var(--hb-size) !important;
  border-radius: 50% !important;
  background: #FFF225 !important;
  color: #181E1D !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22) !important;
  border: none !important;
  outline: none !important;
}

.hamburger-btn .uk-icon {
  width: calc(var(--hb-size) * var(--hb-icon-scale)) !important;
  height: calc(var(--hb-size) * var(--hb-icon-scale)) !important;
  display: block !important;
}

.hamburger-btn .uk-icon > svg {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 768px) {
  .hamburger-btn {
    --hb-size: 56px;
  }
}
@media (max-width: 430px) {
  .hamburger-btn {
    --hb-size: 50px;
  }
  :root {
    --hb-icon-scale: 0.44;
  }
}
@media (max-width: 360px) {
  .hamburger-btn {
    --hb-size: 46px;
  }
}
.hamburger-btn:hover,
.hamburger-btn:focus {
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.26) !important;
}

.custom-offcanvas {
  background: linear-gradient(135deg, #17305d 0%, #3a2b47 100%) !important;
  color: #ffffff !important;
  width: min(520px, 92vw) !important;
  padding: 28px 28px !important;
}

@media (max-width: 768px) {
  #offcanvas .uk-offcanvas-bar {
    width: min(88vw, 360px);
    padding: 20px 16px;
  }
}
.uk-offcanvas-bar {
  transform-origin: left center !important;
  transition: transform 0.35s ease !important;
  transform: rotateY(90deg) !important;
}

.uk-offcanvas.uk-open .uk-offcanvas-bar {
  transform: rotateY(0deg) !important;
}

.uk-offcanvas-page .hamburger {
  opacity: 0 !important;
  pointer-events: none !important;
}

.menu-list li > a {
  font-size: 1.1rem !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
  padding: 10px 0 !important;
  white-space: nowrap !important;
  font-weight: 700 !important;
}

.menu-list li > a:hover {
  color: #FFF225 !important;
}

.menu-list .uk-nav-header {
  color: #FFF225 !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.06em !important;
  margin-bottom: 8px !important;
  text-transform: none !important;
  font-style: italic !important;
}

.menu-sep {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  margin: 10px 0 !important;
}

.menu-sep-bold {
  border-bottom: 2px solid #FFF225 !important;
  margin: 14px 0 !important;
}

.submenu {
  margin: 2px 0 2px 18px !important;
  list-style: none !important;
}

.submenu li a {
  font-size: 1rem !important;
  opacity: 0.9 !important;
}

.submenu .menu-sep {
  display: none !important;
}

.menu-cta {
  margin: 40px 0 !important;
}

.menu-cta + .menu-cta {
  margin-top: 50px !important;
}

.uk-button {
  text-transform: none !important;
}

.menu-list li.menu-cta a.btn-ghost {
  background: transparent !important;
  color: #FFF225 !important;
  border: 2px solid #FFF225 !important;
  font-weight: 700 !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 14px 18px !important;
  border-radius: 8px !important;
  transition: all 0.25s ease !important;
}

.menu-list li.menu-cta a.btn-ghost:hover {
  background: #FFF225 !important;
  color: #181E1D !important;
}

.menu-list li.menu-cta a.btn-accent {
  background: #FFF225 !important;
  color: #181E1D !important;
  border: 2px solid #FFF225 !important;
  font-weight: 700 !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 16px 20px !important;
  border-radius: 8px !important;
  transition: all 0.25s ease !important;
}

.menu-list li.menu-cta a.btn-accent:hover {
  background: #181E1D !important;
  color: #FFF225 !important;
  border-color: #FFF225 !important;
}

/* =========================================================
下層ページ
========================================================= */
.theme-page .totheme-btn,
.theme-page .totop-btn {
  background: #fff225 !important;
  color: #181E1D !important;
  font-weight: 700 !important;
  border-radius: 16px !important;
  padding: 1em 2em !important;
  display: inline-block !important;
  margin: 0rem 0 1rem !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  transition: 0.3s ease !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.theme-page .totheme-btn:hover,
.theme-page .totop-btn:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22) !important;
  text-decoration: none !important;
  color: rgb(31, 141.05, 186) !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.theme-page #slots .uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid rgb(90.652173913, 130.8260869565, 223.347826087) !important;
}
@media (max-width: 640px) {
  .theme-page .totheme-btn,
  .theme-page .totop-btn {
    display: block !important;
    width: 80% !important;
    margin: 1rem auto 0.6rem !important;
    text-align: center !important;
    padding: 16px 14px !important;
    font-size: 1.05rem !important;
    border-radius: 16px !important;
  }
}

.theme-01 h4 {
  color: #1a3b87 !important;
  font-weight: 800 !important;
  margin: 1.2rem 4rem 0.6rem !important;
}
.theme-01 h5 {
  color: #fff;
  font-weight: 800 !important;
}

.theme-02 h4 {
  color: #1a3b87 !important;
  font-weight: 800 !important;
  margin: 1.2rem 4rem 0.6rem !important;
}
.theme-02 h5 {
  color: #fff;
  font-weight: 800 !important;
}
.theme-02 .uk-description-list {
  margin: 1em 0 1.5em 4em !important;
}
.theme-02 dd {
  font-size: clamp(1rem, 1.2vw, 1.125rem) !important;
}
.theme-02 dt {
  font-weight: 800 !important;
  font-size: 1rem !important;
}

.copyright {
  color: #fff !important;
}

html, body {
  overflow-x: hidden;
}

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