a, button {
  cursor: pointer;
}

header {
  background: #fff;
}

.login_username {
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main_visual__text {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.main_login {
  min-height: 380px;
}
.main_login ul li {
  margin-bottom: 8px;
}
.main_login ul li:last-child {
  margin-bottom: unset;
}
.main_login ul li .login_box__btn {
  padding: 9px 15px 4px;
  height: unset;
}
.main_login ul li .login_box__btn.regist {
  width: 100%;
}

.sub-nav__menu li {
  width: unset;
  padding: 5px 20px;
}

.ag-menu_link-item.on {
  color: #0c67c5;
}

.join__form ul li p {
  color: #5ba9ff;
}

#ask-buttons {
  display: block;
  text-align: right;
}
#ask-buttons button {
  box-sizing: border-box;
  padding: 10px 15px;
  background: #0c67c5;
  border: none;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 13px;
}

.soho-mix-content {
  display: block !important;
  text-align: center !important;
}
.soho-mix-content .soho-mix {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  width: 32%;
  line-height: 40px;
  margin-bottom: 4px;
  text-align: center;
  border: 1px solid #ddd;
  user-select: none;
}
.soho-mix-content .soho-mix.on {
  color: #fff;
  background: #0c67c5;
  border: 1px solid #0c67c5;
}

.check-mobile.disabled {
  pointer-events: none !important;
  opacity: 0.3;
}

.music__feel .label {
  cursor: pointer;
  float: left;
  width: 31.3%;
  margin: 1%;
}
.music__feel .label input[type=checkbox] {
  display: none;
}
.music__feel .label input[type=checkbox]:checked ~ .icon-box {
  background: #0c67c5;
  color: #fff;
}
.music__feel .label .icon-box {
  position: relative;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
  color: #666;
  border-radius: 3px;
  font-size: 15px;
  transition: 0.5s;
  user-select: none;
  text-align: center;
}

.player_fixed {
  bottom: unset !important;
  top: 100px;
}

@media only screen and (max-width: 1200px) {
  .player_fixed {
    top: 70px;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .main_slider {
    bottom: 5%;
  }
}
.no-header {
  width: 100%;
  height: 100%;
}
.no-header .wrap {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  max-width: unset;
  position: relative;
}
.no-header .wrap .login_wrap-v2 {
  display: block;
  position: absolute;
  text-align: center;
  max-width: 500px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.no-header .wrap .login_wrap-v2 .logo {
  display: block;
  margin-bottom: 20px;
}
.no-header .wrap .login_wrap-v2 form {
  text-align: left;
  padding: 40px 25px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #ebebeb;
}
.no-header .wrap .login_wrap-v2 form h2 {
  margin-bottom: 20px;
}
.no-header .wrap .login_wrap-v2 form .functions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-header .wrap .login_wrap-v2 form .functions label {
  flex-grow: 1;
}
.no-header .wrap .login_wrap-v2 form .description {
  font-size: 13px;
  color: #999999;
  margin-top: 30px;
  margin-bottom: 5px;
}
.no-header .wrap .login_wrap-v2 form button, .no-header .wrap .login_wrap-v2 form input {
  margin: 3px 0;
}
.no-header .wrap .login_wrap-v2 form button[type=checkbox], .no-header .wrap .login_wrap-v2 form input[type=checkbox] {
  margin: 10px 0;
}
.no-header .wrap .login_wrap-v2 form .login__footer {
  margin-top: 30px;
}

.sb-modal-popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  z-index: 10000;
}
.sb-modal-popup .sb-modal-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  position: absolute;
  z-index: 10;
}
.sb-modal-popup .sb-modal-wrap .sb-modal-container {
  position: relative;
  background: #ffffff;
  width: 100%;
  min-width: 350px;
  min-height: 350px;
  max-width: 600px;
  max-height: 600px;
  border-radius: 10px;
  padding: 20px;
}
.sb-modal-popup .sb-modal-wrap .sb-modal-container .sb-modal-close {
  position: absolute;
  top: -30px;
  right: 10px;
  color: #ffffff;
  cursor: pointer;
}
.sb-modal-popup .sb-modal-wrap .sb-modal-container .sb-modal-content {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.sb-modal-popup .sb-modal-background {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
}

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