img {
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}

.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-solid {
  font-family: "Font Awesome 6 Free";
}
.fa-magnifying-glass:before {
  content: "";
}
.fa-solid {
  font-weight: 900;
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:before,
:after {
  --tw-content: "";
}
a {
  color: inherit;
  text-decoration: inherit;
}
input {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
input::placeholder {
  opacity: 1;
  color: #9ca3af;
}
:disabled {
  cursor: default;
}
img {
  display: block;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type="text"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}
input::placeholder {
  color: #6b7280;
  opacity: 1;
}
a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}
a:hover {
  color: red;
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.nav-item {
  border-right-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.nav-item:hover {
  color: red;
}
.search {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  right: 75px;
}
.main-nav:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 80px;
  background-color: #f72210;
  border-left: 12px solid white;
  border-top: 13px solid #f72210;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-full {
  width: 100%;
}
.flex-row {
  flex-direction: row;
}
.items-end {
  align-items: flex-end;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border-0 {
  border-width: 0px;
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.p-6 {
  padding: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-condensed {
  font-family: Roboto Condensed, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg-red {
  background-color: #bc0019;
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.d-none {
  display: none !important;
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
}

img {
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}

.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-solid {
  font-family: "Font Awesome 6 Free";
}
.fa-bars:before {
  content: "";
}
.fa-magnifying-glass:before {
  content: "";
}
.fa-solid {
  font-weight: 900;
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:before,
:after {
  --tw-content: "";
}
a {
  color: inherit;
  text-decoration: inherit;
}
input {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
input::placeholder {
  opacity: 1;
  color: #9ca3af;
}
:disabled {
  cursor: default;
}
img {
  display: block;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type="text"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}
input::placeholder {
  color: #6b7280;
  opacity: 1;
}
a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}
a:hover {
  color: red;
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.nav-item {
  border-right-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.nav-item:hover {
  color: red;
}
.search {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  right: 75px;
}
.nav-item-m {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.z-50 {
  z-index: 50;
}
.m-auto {
  margin: auto;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.w-1\/2 {
  width: 50%;
}
.w-full {
  width: 100%;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.gap-2 {
  gap: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.p-2 {
  padding: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-center {
  text-align: center;
}
.font-condensed {
  font-family: Roboto Condensed, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-white,
.text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg-red {
  background-color: #bc0019;
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.d-block {
  display: block;
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
}
.breadcrumbs {
  font-size: 12px;
}

table {
  width: 100%;
}

html * {
  box-sizing: border-box;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
@media all {
  .header__pc [class*=" zeticon-"] {
    font-family: "zeticon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .header__pc .zeticon-play:before {
    content: "î¥ƒ";
  }
}
@media all {
  .header__pc [class*=" radiozet-header-icon_"] {
    font-family: "radiozet-header-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .header__pc .radiozet-header-icon_search:before {
    content: "\e901";
  }
  .header__pc .radiozet-header {
    color: white;
    width: 100%;
    background: var(--color__primary, #d50032);
    position: sticky;
    top: -1px;
    padding-top: 1px;
    z-index: 100;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  }
  .header__pc .radiozet-header__container {
    height: 50px;
  }
  .header__pc .radiozet-header__logo {
    height: 100%;
  }
  .header__pc .radiozet-header__logo__text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    font-weight: normal;
  }
  .header__pc .radiozet-header__nav {
    height: 100%;
    text-transform: uppercase;
    letter-spacing: -0.16px;
  }
  .header__pc .radiozet-header__nav__item {
    height: 100%;
    white-space: nowrap;
    margin-right: 20px;
  }
  .header__pc .radiozet-header__nav__item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header__pc .radiozet-header__player {
    font-size: 16px;
    text-transform: uppercase;
  }
  .header__pc .radiozet-header__player__icon {
    font-size: 12px;
    background-color: white;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .header__pc .radiozet-header__player__icon:before {
    color: var(--color__primary, #d50032);
    position: absolute;
    left: 53%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header__pc .radiozet-header__search {
    font-size: 20px;
  }
  .header__pc .radiozet-header__nav-mobile__button {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .header__pc .radiozet-header__nav-mobile__button span {
    display: block;
    height: 2px;
    width: 100%;
    background: white;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .header__pc .radiozet-header__nav-mobile__button span:nth-child(1) {
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .header__pc .radiozet-header__nav-mobile__button span:nth-child(2) {
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .header__pc .radiozet-header__nav-mobile__button span:nth-child(3) {
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .header__pc .font__primary {
    font-family: var(--font-secondary);
  }
  .header__pc .font__primary--bold {
    font-family: var(--font-secondary--bold);
  }
  .header__pc div,
  .header__pc span,
  .header__pc a,
  .header__pc img,
  .header__pc ul,
  .header__pc li {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }
  .header__pc ul {
    list-style: none;
  }
  .header__pc a img {
    border: none;
  }
  .header__pc *,
  .header__pc *::before,
  .header__pc *::after {
    box-sizing: inherit;
  }
  .header__pc .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  @media (min-width: 767px) {
    .header__pc .container {
      padding-right: 12px;
      padding-left: 12px;
    }
  }
  @media (min-width: 768px) {
    .header__pc .container {
      padding-right: 20px;
      padding-left: 20px;
    }
  }
  @media (min-width: 767px) {
    .header__pc .container {
      width: 767px;
      max-width: 100%;
    }
  }
  @media (min-width: 768px) {
    .header__pc .container {
      width: 1280px;
      max-width: 100%;
    }
  }
  .header__pc a {
    color: inherit;
    text-decoration: none;
  }
  .header__pc a:active,
  .header__pc a:visited,
  .header__pc a:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
  }
  .header__pc a:hover {
    text-decoration: none;
    outline: none;
    cursor: pointer;
  }
  .header__pc a img {
    border: none;
  }
  .header__pc .flex-box {
    display: flex;
  }
  .header__pc .flex-box__align-items__center {
    align-items: center;
  }
  .header__pc .flex-box__justify-content__space-between {
    justify-content: space-between;
  }
  .header__pc .flex-box__justify-content__space-between:empty {
    height: 0;
    border: none;
  }
  .header__pc .flex-box__direction__column {
    flex-direction: column;
  }
  .header__pc {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .header__pc .radiozet-header {
    margin-bottom: 20px;
  }
  .header__pc .radiozet-header--subdomain .radiozet-header__logo {
    width: auto;
    padding-right: 45px;
    margin-right: 20px;
  }
  .header__pc .radiozet-header--subdomain .radiozet-header__logo--shadow {
    background-image: url("");
    background-position: top right;
    background-repeat: no-repeat;
  }
  .header__pc .radiozet-header--subdomain .radiozet-header__logo img {
    width: 69px;
    height: 30px;
  }
  .header__pc .radiozet-header--subdomain .radiozet-header__logo__text {
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 20px;
    line-height: 1.2em;
  }
  .header__pc .radiozet-header__container {
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
  }
  .header__pc .radiozet-header__mobile-line {
    display: none;
  }
  .header__pc .radiozet-header__nav {
    font-size: 15px;
    width: 904px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .header__pc .radiozet-header__nav--short {
    overflow: unset;
  }
  .header__pc .radiozet-header__logo {
    width: 93px;
  }
  .header__pc .radiozet-header__logo__text {
    display: none;
  }
  .header__pc .radiozet-header__logo__text--visible {
    display: block;
  }
  .header__pc .radiozet-header__player {
    width: 185px;
  }
  .header__pc .radiozet-header__right {
    width: 243px;
    height: 50px;
  }
  .header__pc .radiozet-header__search {
    width: 38px;
    height: 100%;
  }
  .header__pc .radiozet-header [class*="__more"] {
    position: relative;
  }
  .header__pc .radiozet-header [class*="__more"]:hover > ul {
    display: block;
  }
  .header__pc .radiozet-header [class*="__more"] > span {
    position: relative;
    padding-right: 15px;
  }
  .header__pc .radiozet-header [class*="__more"] > span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
  }
  .header__pc .radiozet-header [class*="__more"] ul {
    display: none;
    padding: 0 20px;
    position: absolute;
    background: white;
    color: black;
    z-index: 30;
    top: 94%;
    left: 50%;
    overflow-y: auto;
    max-height: calc(100vh - 50px);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
    box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
  }
  .header__pc .radiozet-header [class*="__more"] ul:before {
    content: "";
    background: #ffffff;
    display: block;
    top: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header__pc .radiozet-header [class*="__more"] ul li {
    color: var(--color__secondary, #111);
    height: 50px;
    width: 100%;
    letter-spacing: -0.16px;
    border-bottom: 1px solid #d6d6d6;
    line-height: 1em;
    margin: 0;
  }
  .header__pc .radiozet-header [class*="__more"] ul li:last-child {
    border: none;
  }
  .header__pc .radiozet-header [class*="__more"] ul li:hover {
    color: #d50032;
  }
  @media (min-width: 767px) {
    .header__pc {
      margin-bottom: 0;
    }
  }
}
@media (max-width: 767px) {
  .header__pc .radiozet-header {
    margin-bottom: 20px;
    top: 0;
    transition: top 0.3s linear;
  }
  .header__pc .radiozet-header__container {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .header__pc .radiozet-header__logo {
    height: 46px;
    width: calc(100% - 110px);
    order: 1;
  }
  .header__pc .radiozet-header__logo__text {
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 1.2em;
  }
  .header__pc .radiozet-header__logo img {
    width: 60px;
    height: 26px;
  }
  .header__pc .radiozet-header__right {
    width: 105px;
    height: 20px;
    order: 2;
  }
  .header__pc .radiozet-header__mobile-line {
    order: 3;
    width: 100%;
    height: 1px;
    position: relative;
    background: #da5a78;
  }
  .header__pc .radiozet-header__mobile-line:after,
  .header__pc .radiozet-header__mobile-line:before {
    content: "";
    height: 3px;
    width: 30px;
    position: absolute;
    top: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__pc .radiozet-header__mobile-line:before {
    left: 0;
    background: url("");
    background: -webkit-gradient(
      linear,
      0% 50%,
      100% 50%,
      color-stop(0%, #d50032),
      color-stop(100%, rgba(213, 0, 50, 0))
    );
    background: -moz-linear-gradient(left, #d50032, rgba(213, 0, 50, 0));
    background: -webkit-linear-gradient(left, #d50032, rgba(213, 0, 50, 0));
    background: linear-gradient(to right, #d50032, rgba(213, 0, 50, 0));
  }
  .header__pc .radiozet-header__mobile-line:after {
    right: 0;
    background: url("");
    background: -webkit-gradient(
      linear,
      100% 50%,
      0% 50%,
      color-stop(0%, #d50032),
      color-stop(100%, rgba(213, 0, 50, 0))
    );
    background: -moz-linear-gradient(right, #d50032, rgba(213, 0, 50, 0));
    background: -webkit-linear-gradient(right, #d50032, rgba(213, 0, 50, 0));
    background: linear-gradient(to left, #d50032, rgba(213, 0, 50, 0));
  }
  .header__pc .radiozet-header__nav {
    width: 100%;
    height: 34px;
    order: 4;
    overflow: auto;
    font-size: 13px;
    font-family: "Averta";
  }
  .header__pc .radiozet-header__player {
    width: 70px;
    font-size: 10px;
    line-height: 1em;
    margin-right: 15px;
  }
  .header__pc .radiozet-header__player__icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    font-size: 10px;
  }
  .header__pc .radiozet-header__player__text {
    width: calc(100% - 26px);
  }
  .header__pc .radiozet-header__search {
    display: none;
  }
}
.container {
  max-width: 1300px;
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "zeticon";
  src: local(""),
    url("")
      format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "zeticon";
  src: local(""),
    url("")
      format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "radiozet-header-icon";
  src: url("");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Averta";
  src: url("");
  font-weight: normal;
  font-display: swap;
}

html * {
  box-sizing: border-box;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
}
@media all {
  .side div,
  .side span,
  .side a,
  .side img {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }
  .side a img {
    border: none;
  }
  .side *,
  .side *::before,
  .side *::after {
    box-sizing: inherit;
  }
  .side .block__title {
    color: var(--color__primary, #d50033);
    font-size: 22px;
    font-family: var(--font-secondary--bold);
    margin-bottom: 18px;
    text-transform: uppercase;
    position: relative;
    height: 73px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .side .block__title.view--2 {
    height: 63px;
  }
  .side .block__title.view--2 .block__title__text {
    padding-top: 0;
  }
  .side .block__title.view--2 .block__title__text:before {
    display: none;
  }
  .side .block__title__text {
    position: relative;
    padding-top: 15px;
  }
  .side .block__title__text:before {
    content: "";
    background: var(--color__primary, #d50033);
    display: block;
    width: 28px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media (max-width: 767px) {
    .side .block__title {
      font-size: 20px;
      height: 54px;
      font-family: var(--font-secondary--extrabold);
      justify-content: center;
    }
    .side .block__title__text {
      padding: 0;
    }
    .side .block__title__text:before {
      display: none;
    }
  }
  .side a {
    color: inherit;
    text-decoration: none;
  }
  .side a:active,
  .side a:visited,
  .side a:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
  }
  .side a:hover {
    text-decoration: none;
    outline: none;
    cursor: pointer;
  }
  .side a img {
    border: none;
  }
  .side .flex-box {
    display: flex;
  }
  .side .flex-box__flow__row-wrap {
    flex-flow: row wrap;
  }
  .side picture img {
    transition: opacity 0.3s linear;
  }
  .side picture.done img {
    opacity: 1;
  }
}
@media all {
  .side .esi-content-top .list-element {
    margin-bottom: 15px;
  }
  .side .esi-content-top .list-element__text {
    width: calc(100% - 120px);
    padding-left: 11px;
    line-height: 1.3em;
    padding-top: 4px;
  }
  .side .esi-content-top .list-element__image {
    width: 120px;
  }
  .side .esi-content-top .list-element__title {
    font-size: 16px;
    font-family: var(--font-secondary--bold);
    line-height: 1.34em;
    max-height: 86px;
    overflow: hidden;
  }
  .side .esi-content-top .list-element:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .side .esi-content-top .block__title {
    justify-content: start;
  }
}
.side {
  display: none;
}
@media (min-width: 1000px) {
  .side {
    display: block;
  }
}

.side {
  display: none;
}

table {
  border-collapse: collapse;
  font-size: 18px;
  line-height: 22px;
}

td {
  border: 1px solid #eee;
  padding: 20px 10px;
}

@media (min-width: 1000px) {
  .layout {
    display: grid;
    grid-template-columns: auto 320px;
    gap: 30px;
  }
  .side {
    display: block;
  }
}

@media (max-width: 768px) {
  .radiozet-header__nav {
    display: none !important;
  }
}

.scrollBtn {
  margin: auto;
  display: block;
  width: fit-content;
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: #eb2626;
  text-align: center;
  color: #fff !important;
  padding: 5px 15px;
  font-size: 20px;
  border-radius: 10px;
  transition: all 0.2s;
}
.scrollBtn:hover {
  filter: brightness(85%);
  scale: 0.985;
}
/*! CSS Used from: Embedded */
.scrollBtn {
  background-color: #e70404;
  animation-name: submitBounce;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/*! CSS Used keyframes */
@keyframes submitBounce {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
