@font-face {
  font-family: "myriad-pro";
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "myriad-pro";
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "myriad-pro";
  src: url("../fonts/MyriadPro-It.otf") format("opentype");
  font-weight: 300 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "myriad-pro";
  src: url("../fonts/MyriadPro-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "myriad-pro";
  src: url("../fonts/MyriadPro-SemiboldIt.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "myriad-pro";
  src: url("../fonts/MyriadPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "myriad-pro";
  src: url("../fonts/MyriadPro-Bold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "myriad-pro";
  src: url("../fonts/MyriadPro-BoldIt.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "myriad-pro";
  src: url("../fonts/MyriadPro-BoldIt.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Bold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html,
body,
input,
button,
textarea,
select {
  font-family: "myriad-pro", "Myriad Pro", sans-serif !important;
}

video.local-guideline-video {
  background: #fff !important;
  background-image: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  clip-path: inset(2px) !important;
  -webkit-clip-path: inset(2px) !important;
}

.local-guideline-video-bg {
  background: #fff !important;
  background-image: none !important;
}

.local-guideline-video-mask {
  border-color: #fff !important;
  border-style: solid !important;
  border-width: 2px !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  pointer-events: none !important;
}

#kktv-rwd-mobile-nav {
  display: none;
}

#kktv-rwd-mobile-index {
  display: none;
}

@media screen and (max-width: 820px) {
  html,
  body {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    background: #fff !important;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body {
    margin: 0 !important;
  }

  #kktv-rwd-mobile-nav {
    position: sticky;
    top: 0;
    z-index: 2147483647;
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    padding: 0 10px;
    background: #B40F42;
    border-bottom: 0;
    font-family: myriad-pro, sans-serif;
  }

  #kktv-rwd-mobile-nav .kktv-rwd-nav-row {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  #kktv-rwd-mobile-nav .kktv-rwd-brand {
    display: flex;
    min-height: 36px;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
  }

  #kktv-rwd-mobile-nav .kktv-rwd-menu-toggle {
    display: flex;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
  }

  #kktv-rwd-mobile-nav .kktv-rwd-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
  }

  #kktv-rwd-mobile-nav .kktv-rwd-logo {
    display: block;
    flex: 0 0 auto;
    width: 74px;
    height: 36px;
    object-fit: contain;
  }

  #kktv-rwd-mobile-nav .kktv-rwd-title {
    display: block;
    color: #fff;
    white-space: nowrap;
  }

  #kktv-rwd-mobile-nav .kktv-rwd-links {
    position: absolute;
    top: 44px;
    right: 10px;
    display: none;
    width: min(220px, calc(100vw - 20px));
    padding: 7px 0;
    background: #B40F42;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.18);
  }

  #kktv-rwd-mobile-nav .kktv-rwd-links a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  #kktv-rwd-mobile-nav.is-open .kktv-rwd-links {
    display: block;
  }

  #kktv-rwd-shell {
    position: relative;
    max-width: 100vw;
    margin: 8px auto 32px;
    overflow: visible;
  }

  body.kktv-rwd-index-page #kktv-rwd-shell {
    display: none;
  }

  body.kktv-rwd-index-page #kktv-rwd-mobile-index {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 42px 18px 56px;
    background: #fff;
    color: #000;
    font-family: myriad-pro, sans-serif;
  }

  .kktv-rwd-index-hero {
    text-align: center;
    margin: 0 auto 42px;
  }

  .kktv-rwd-index-hero h1 {
    margin: 0;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .kktv-rwd-index-hero p {
    max-width: 330px;
    margin: 12px auto 0;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
  }

  .kktv-rwd-index-language {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    border: 1px solid #B40F42;
    border-radius: 4px;
    overflow: hidden;
  }

  .kktv-rwd-index-language a {
    min-width: 82px;
    padding: 7px 10px;
    color: #B40F42;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }

  .kktv-rwd-index-language a:last-child {
    color: #fff;
    background: #B40F42;
  }

  .kktv-rwd-index-section {
    margin: 0;
    padding: 30px 0 34px;
    border-top: 1px solid #ddd;
  }

  .kktv-rwd-index-section:first-of-type {
    border-top-color: transparent;
  }

  .kktv-rwd-index-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }

  .kktv-rwd-index-section-header img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .kktv-rwd-index-section-header h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }

  .kktv-rwd-index-group {
    border-top: 1px solid #e1e1e1;
  }

  .kktv-rwd-index-group-title {
    padding: 13px 0 6px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
  }

  .kktv-rwd-index-group a {
    display: block;
    padding: 10px 0 10px 18px;
    border-top: 1px solid #eee;
    color: #B40F42;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
  }

  #kktv-rwd-shell > #page {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 800px !important;
    margin: 0 !important;
    transform: scale(var(--kktv-rwd-scale, 1));
    transform-origin: top left;
  }

  #kktv-rwd-shell > #page .kktv-rwd-hide-on-mobile {
    display: none !important;
  }

  #kktv-rwd-shell > #page video,
  #kktv-rwd-shell > #page img {
    image-rendering: auto;
  }
}
