:root {
  --df_mxw: 960px;
}

@media (min-width: 768px) {
  :root {
    --df_mxw: 375px;
  }
}

.container {
    max-width: var(--df_mxw);
    position: relative;
    clear: both
}

.wrapper {
    padding-top: 21px;
}

section {
    max-width: var(--df_mxw);
    margin: 0 auto;
}

.hide {
  display: none;
}

.menu-page .nav-main-menu.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  max-width: var(--df_mxw);
}

.modal.right .modal-dialog, 
.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); 
}

.modal.right .modal-dialog .modal-content, 
.modal.left .modal-dialog .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none; 
}

.modal.fade.right .modal-dialog {
  right: -268px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; 
}

.modal.fade.left .modal-dialog {
  left: -268px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out; 
}

.modal.show.right .modal-dialog {
  right: 0; 
}

.modal.show.left .modal-dialog {
  left: 0; 
}

.modal-backdrop.show {
  opacity: 0.6; 
}

.modal-navbar-menu .modal-dialog .modal-menu .modal-body {
  padding: 0; 
}
      
.modal-navbar-menu .modal-dialog .modal-menu .modal-body .nav .collapse {
    width: 100%; 
}

.menu-page .nav-main-menu {
  display: block;
  height: 55px;
}

.menu-page.has-background .nav-main-menu {
  background: #2D2D2D 0% 0% no-repeat padding-box;
  opacity: 1;
}

.menu-page .nav-main-menu.fixed:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 55px;
  position: absolute;
  background: #000;
  opacity: 0.2;
}

.menu-page .nav-main-menu .logo-menu img {
  width: 40px;
  height: 40px;
  position: relative;
  left: 15px;
  top: 6px;
}

.menu-page .nav-main-menu .logo-menu span {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #FFFFFF;
  position: relative;
  top: 6px;
  left: 16px;
}

.menu-page .nav-main-menu ul {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  right: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.menu-page .nav-main-menu ul li {
  float: left;
  position: relative;
  display: block;
}

.menu-page .nav-main-menu ul li a {
    border-radius: 15px;
    text-decoration: none;
    width: 75px;
    height: 22px;
    font-size: 11px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.menu-page .nav-main-menu ul li:first-child a {
  background: #ffffff;
  color: #4D6FFF;
}

.menu-page .nav-main-menu ul li:last-child a {
  background: #4D6FFF;
  color: #FFFFFF;
}

.bg-white {
  background: #ffffff;
}

.bg-green {
  background: #4D6FFF;
}

.bg-dark {
  background: #000 !important;
}

.menu-page {
  position: relative;
  padding: 0;
}

.menu-page.has-background {
    content: "";
    display: block;
    width: 100%;
    /* height: 100vh; */
    background-image: url(../images/background/menu/menu.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: top right; */
    background-position: center; 
    position: relative;
}

.menu-page .sub-menu {
  background: #383838 0% 0% no-repeat padding-box;
  height: 85px;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}

.menu-page .sub-menu:before {
  content: "";
  position: absolute;
  background-image: url(../images/icon/menu/arrow_right@2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 11px;
  height: 18px;
  right: 30px;
}

.menu-page .sub-menu .unauth {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1.5px;
  color: #FFFFFF;
}

.menu-page .sub-menu .unauth {
  text-align: center;
  display: block;
  width: 100%;
  padding: 0 15px;
}

.menu-page .sub-menu .auth {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.menu-page .sub-menu .auth .media .media-body {
   padding-left: 30px;
}

.menu-page .sub-menu .auth .media .media-body h5 {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 3px;
}

.menu-page .sub-menu .auth .media .media-body p {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0.9px;
  margin: 0;
}

.menu-page .sub-menu .auth .media img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 1.5px solid #A5A5A5;
  padding: 1.5px;
}

.menu-page .item-menu-list {
  /*padding: 0 15px;*/
}

.menu-page .item-menu-list .item-menu {
  border-bottom: 1px solid #888888;
  min-height: 70px;
}

.menu-page .item-menu-list .item-menu a {
  padding-left: 15px;
  padding-right: 5px;
  min-height: 70px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.menu-page .item-menu-list .item-menu a:hover,
.menu-page .item-menu-list .item-menu a:focus,
.menu-page .item-menu-list .item-menu a.active {
  color: #fff;
  background: #4D6FFF;
}

.menu-page .item-menu-list .item-menu a span {
  width: 35px;
  min-width: 35px;
  height: 35px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
}

.menu-page .item-menu-list .item-menu a span:before {
  content: "";
  position: relative; 
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.menu-page .item-menu-list .group-item a {
  width: 50%;
  /*width: calc(50% - 30px);*/
  float: left;
  position: relative;
}

.menu-page .item-menu-list .group-item a:last-child {
  border-left: 1px solid #888888;
}

.menu-page .item-menu-list .single-item a {
  width: 100%;
}

.menu-page .item-menu-list .item-menu a span.icon-top:before {
  background-image: url(../images/icon/menu/top@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-news:before {
  background-image: url(../images/icon/menu/news@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-news:before {
  background-image: url(../images/icon/menu/news@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-concept:before {
  background-image: url(../images/icon/menu/concept@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-ambassador:before {
  background-image: url(../images/icon/menu/ambassador@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-cup:before {
  background-image: url(../images/icon/menu/cup@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-fire:before {
  background-image: url(../images/icon/menu/fire@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-prize:before {
  background-image: url(../images/icon/menu/prize@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-halo:before {
  background-image: url(../images/icon/menu/halo@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-envelope:before {
  background-image: url(../images/icon/menu/envelope@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-boards:before {
  background-image: url(../images/icon/menu/boards@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-chat:before {
  background-image: url(../images/icon/menu/icon_chat.png);
}

.menu-page .item-menu-list .item-menu a span.icon-armorial:before {
  background-image: url(../images/icon/menu/armorial@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-faq:before {
  background-image: url(../images/icon/menu/faq@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-sponsor:before {
  background-image: url(../images/icon/menu/sponsor@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-contact:before {
  background-image: url(../images/icon/menu/contact@2x.png);
}

.menu-page .item-menu-list .item-menu a span.icon-logout:before {
  background-image: url(../images/icon/menu/logout@2x.png);
}
  
/*.btn-close-menu {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: white;
  border-radius: 50%;
  border: none;
  outline: none;
}
*/

.btn-close-menu {
  text-shadow: 0 1px 0 transparent;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 8px;
  padding: 5px;
  z-index: 1;
  color: #fff;
  width: 35px;
  height: 40px;
}

.btn-close-menu span {
  position: absolute;
  width: 35px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s linear;
}

.btn-close-menu span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: gray;
  transition: all 0.3s linear;
}

.btn-close-menu span:nth-child(1) {
  animation: span-first-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
  top: 40%;
}

.btn-close-menu span:nth-child(2) {
  animation: span-second-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
  top: 50%;
}

.btn-close-menu span:nth-child(3) {
  animation: span-third-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
  top: 60%;
}
    
.btn-close-menu.on:hover span:before{
  width: 100%;
  transition: all 0.3s linear;
}

.btn-close-menu.on span:nth-child(1) {
  animation: span-first-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
  top: 50%;
}

.btn-close-menu.on span:nth-child(2) {
  animation: span-second-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
  top: 50%;
}

.btn-close-menu.on span:nth-child(3) {
  animation: span-third-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
  top: 50%;
}
     
@keyframes span-first-on {
    0% {
      transform: translate(-50%, -300%);
    }
    30%{
      transform: translate(-50%, -50%);
    }
    100%{
      transform: translate(-50%, -50%) rotate(-30deg);
    }
  }

@keyframes span-first-off{
  0%{
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  30%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%, -300%);
  }
}
  
@keyframes span-second-on{
  0%{
    transform: translate(-50%, -50%)
  }
  25%{
    background: hsl(0, 0, 50);
  }
  50%{
    transform: translate(-50%, -50%) scale(1);
  }
  100%{
    transform: translate(-150%, -50%) scale(0);
  }
}

@keyframes span-second-off {
  0%{
    transform: translate(-150%, -50%) scale(0);
  }
  25%{
    background: hsl(0, 0, 50);
  }
  50%{
    transform: translate(-50%, -50%) scale(1);
  }
  100%{
    transform: translate(-50%, -50%);
  }
}
    
@keyframes span-third-on{
  0%{
    transform: translate(-50%, 200%);
  }
  30%{
    transform: translate(-50%, -50%);
  }
  100%{
    transform: translate(-50%, -50%) rotate(30deg);
  }
}
@keyframes span-third-off{
  0%{
    transform: translate(-50%, -50%) rotate(45deg);
  }
  30%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%, 200%);
  }
}

/* Top page */
.top__page .section__banner .top_banner {
  display: inline-block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-image: url(../../images/background/toppage/top@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top__page .section__banner .top_banner .ct_top_banner {
  width: 100%;
  text-align: center;
}

.top__page .section__banner .top_banner .ct_logo img {
  width: 165px;
  height: auto;
  object-fit: cover;
  margin-bottom: 18px;
}

.top__page .section__banner .top_banner .ct_top_banner .ct_info {
  color: #ffffff;
}

.top__page .section__banner .top_banner .ct_top_banner .ct_info p {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
}

.top__page .section__banner .top_banner .ct_top_banner .ct_info p:first-child {
  margin-bottom: 2px;
  font-size: 20px;
}

.top__page .section__banner .top_banner .ct_top_banner .ct_info p:nth-child(2) {
  font-size: 14px;
}

.top__page .section__banner .top_banner .ct_top_banner .ct_info p:nth-child(3) {
  margin-bottom: 35px;
  font-size: 15px;
}

.top__page .section__banner .top_banner .ct_top_banner .ct_info p span {
  font-size: 15px;
}

.top__page .section__banner .top_banner .ct_top_banner .ct_info p:nth-child(4) {
  margin-bottom: 2px;
  font-size: 11px;
}

.top__page .section__banner .top_banner .ct_top_banner .ct_info p:nth-child(5) {
  margin-bottom: 0;
  font-size: 11px;
}

.top__page .section__banner .top_banner .ct_top_banner .ct_social {
  height: 40px;
  width: 255px;
  background: #383838 0% 0% no-repeat padding-box;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto;
}

.top__page .section__banner .top_banner .ct_top_banner .ct_social a {
  margin: 0 8px;
}

.top__page .section__banner .top_banner .ct_top_banner .ct_social a img {
  width: 30px;
  height: 30px;
}

.top__page .section__banner .top_banner .ct_top_banner .ct_social span {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #E2E2E2;
  margin-right: 15px;
}

.section__begin_register {
  padding: 32px 0 16px 0;
  position: relative;
}

.section__news {
  padding: 32px 0;
  position: relative;
}

.section__concept {
  padding: 32px 0;
  position: relative;
  min-height: 518px;
}

.section__ambassador {
  padding: 32px 0;
  position: relative;
}

.section__support_requirement {
  padding: 32px 0 5px 0;
  position: relative;
}

.section__sponser {
  padding: 32px 0;
  position: relative;
  background-color: #fff;
}

.bgr-dark {
  background: #000000 0% 0% no-repeat padding-box;
}

.section__begin_register .begin_register_ct {
  width: 257px;
  border-bottom: 1px solid #FFFFFF;
}

.section__begin_register .begin_register_ct .quick-btn {
  width: 242px;
  height: 59px;
  background: transparent linear-gradient(90deg, #519FED 0%, #EB5CE6 100%, #F88AFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.section__begin_register .begin_register_ct .quick-btn label {
  font-family: 'M PLUS 1p', sans-serif;
  display: block;
}

.section__begin_register .begin_register_ct .quick-btn label:first-child {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 2px;
}

.section__begin_register .begin_register_ct .quick-btn label:last-child {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.section__begin_register .begin_register_ct p {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  margin-top: 20px;
}

.section__begin_register .begin_register_ct p a {
  font-size: 13px;
  font-weight: 500;
  color: #4D6FFF;
  text-decoration: underline;
  padding-left: 15px;
}

.section_block_header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_block_header h3 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #FFFFFF;
  -webkit-text-fill-color: #383838;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
}

.section_block_header.dark h3 {
  color: #383838;
  -webkit-text-fill-color: #FFFFFF;
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #383838;
}

.section_block_header.dark .line-space-solid:before,
.section_block_header.dark .line-space-solid:after {
  background: #383838;
}

.section_block_sub_header {
  font-size: 10px;
  color: #fff;
}

.line-space-solid {
  width: 100%;
  display: block;
  padding-left: 32px;
}

.line-space-solid:before,
.line-space-solid:after {
  content: "";
  position: relative;
  background: #fff;
  display: block;
  height: 1px;
  width: 100%;
}

.line-space-solid:before {
  margin-bottom: 5px;
}

.see-more {
  color: #FFFFFF;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.news_ct .lists_media {
  margin-top: 20px;
}

.news_ct .lists_media .media {
  margin: 16px 0;
  border-radius: 8px;
  padding-left: 0;
  background: #fff;
  height: 115px;
  position: relative;
  box-shadow: 0px 3px 6px #707070;
}

.news_ct .lists_media .media:first-child {
  margin-top: 0;
}

.news_ct .lists_media .media:last-child {
  margin-bottom: 0;
}

.news_ct .lists_media .media .image-link img {
  width: 100%;
  width: 123px;
  height: 115px;
  /*max-height: 115px;*/
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.news_ct .lists_media .media .media-body {
  /*padding: 10px 15px;*/
  position: relative;
  height: 100%;
}

.news_ct .lists_media .media .media-body label {
  color: #E95DE6;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 13px;
}

.news_ct .lists_media .media .media-body h5 {
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #383838;
  word-break: break-all;
}

.news_ct .lists_media .media .media-body a.content-link {
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

.news_ct .lists_media .media a.detail-link:before {
  content: "";
  position: absolute;
  background-image: url(../images/icon/arrow_right_detail@2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 20px;
  bottom: 0;
}

.section__concept:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background-color: #001429;
  opacity: 0.9;
}

.logo-sank {
  position: absolute;
  width: 241px;
  height: auto;
  object-fit: cover;
  left: 50%;
  transform: translate(-50%, 0);
  top: -80px;
}

.section__concept .concept_ct .youtube-preview {
  margin-top: 20px;
  padding: 0 10px;
}

.section__concept .concept_ct .youtube-preview h5 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
  color: #ffffff;
}

.section__concept .concept_ct .youtube-preview .description {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  text-align: left;
  line-height: 1.7;
}

.section__concept .concept_ct .youtube-preview .description .title {
  font-size: 16px;
}

.section__concept .concept_ct .youtube-preview .description .text {
  margin-bottom: 0;
}

.section__concept .concept_ct .youtube-preview .item-image img {
  width: 100%;
}

.section__ambassador .ambassador_ct .owl-carousel {
  margin-top: 25px;
}

.section__ambassador .ambassador_ct .owl-carousel .item-video {
    height: 130px;
}

.section__ambassador .ambassador_ct .owl-carousel .item-image {
    width: 225px;
    height: 126px;
}

.first-banner-1 {
  max-width: 375px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.first-banner .item-image img, .first-banner-1 .item-image img {
  width: 100%;
}

.section__ambassador .ambassador_ct .owl-carousel .item-image {
  max-width: 225px;
}

.section__ambassador .ambassador_ct .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
}

.section__banner .owl-carousel .item-image {
  width: 300px;
  max-width: 300px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: transparent;
    border: 1px solid #ffffff;
}

.section__grandprix .grandprix-banner {
  width: 100%;
  height: 475px;
  overflow: hidden;
  position: relative;
  background-image: url(../images/background/toppage/musical@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}


.section__grandprix .grandprix-banner .grandprix-banner-ct {
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

.section__grandprix .grandprix-banner .grandprix-banner-ct h4,
.section__grandprix .grandprix-banner .grandprix-banner-ct h5 {
  font-size: 20px;
  font-weight: 500;
}

.section__grandprix .grandprix-banner .grandprix-banner-ct h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.section__grandprix .grandprix-banner .grandprix-banner-ct h5 {
  margin-bottom: 25px;
}

.section__grandprix .grandprix-banner .grandprix-banner-ct .description {
  line-height: 1.7;
  font-size: 13px;
  text-align: left;
}

.section__grandprix .grandprix-banner:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 475px;
  position: absolute;
  background: #000;
  opacity: 0.55;
}

.section__grandprix .grandprix-banner .logo-floating {
  width: 90px;
  height: auto;
  object-fit: cover;
  position: relative;
}

.section__support_requirement .support_requirement_ct .box-message {
  display: block;
  width: 100%;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  background: #E2E2E2 0% 0% no-repeat padding-box;
}

.section__support_requirement .support_requirement_ct .box-banner img {
  width: 100%;
  height: auto;
  max-height: 210px;
  object-fit: cover;
}

.section__support_requirement .box-group-button {
  margin-top: 20px;
}

.section__support_requirement .box-group-button a.btn {
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
}

.schedule-text {
  text-align: center;
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
}

.btn-inner-pink {
  height: 50px;
  background: #EB5CE6 0% 0% no-repeat padding-box;
  color: #fff;
}

.btn-inner-green {
  height: 50px;
  background: #1CB9FF 0% 0% no-repeat padding-box;
  color: #fff;
}

.btn-outline-transparent {
  height: 50px;
  border: 3px solid #FFFFFF;
  background: transparent;
  color: #fff;
}

.sponser_ct .au-bank {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.sponser_ct .au-bank img {
  width: 200px;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
}

img.lazy {
  background-image: url("../../images/icon/loading.gif");
  background-position: 50% 50%;
  background-size: 128px 128px;
  background-repeat: no-repeat;
}

.news__page, 
.news_detail__page,
.profile__page,
.follows__page,
.rankings__page {
  margin-top: 55px;
}

.bg-gray {
  background: #F2F2F2;
}

.bg-grey {
  background: #C9C9C9;
}

.bg-light-gray {
  background: #FAFAFA;
}

.section__news__page, .section__news_detail__page {
  padding: 15px 0 50px 0;
}

.page_block_header {
  display: flex;
  width: 100%;
  align-items: center;
}

.page_block_header label {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #383838;
  margin-bottom: 0;
  padding-left: 25px;
} 

.page_block_header h1 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #888888;
  -webkit-text-fill-color: #FFFFFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #888888;
  margin: 0;
  text-transform: uppercase;
  padding-left: 20px;
}

.news__page .lists_media {
  margin-top: 30px;
}

.section__news_detail__page .news_detail_ct h1 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 8px;
}

.section__news_detail__page .news_detail_ct .ct_social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.section__news_detail__page .news_detail_ct .ct_social a {
  margin: 0 6px;
}

.section__news_detail__page .news_detail_ct .ct_social a img {
  width: 30px;
  height: 30px;
}

.section__news_detail__page .news_detail_ct .ct_social span {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #A5A5A5;
  margin-right: 15px;
}

.section__news_detail__page .news_detail_ct article {
  padding: 20px 0 10px 0;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  font-size: 13px;
  word-break: break-all;
}

.line-space-solid-gradient {
  display: block;
  width: 100%;
  height: 3px;
  margin: 10px 0 25px 0;
  background: transparent linear-gradient(270deg, #519FED 0%, #EB5CE6 100%) 0% 0% no-repeat padding-box;
}

.section__news_detail__page .news_detail_ct .img-news {
  width: 100%;
  object-fit: cover;
  height: auto;
  max-height: 215px;
}

.section__news_detail__page .news_detail_ct .videos-preview {
  padding-bottom: 10px;
}

.section__news_detail__page .news_detail_ct .videos-preview .video-preview {
  margin-bottom: 20px;
}

.section__news_detail__page .news_detail_ct .videos-preview .video-preview:last-child {
  margin-bottom: 0;
}

.section__news_detail__page .news_detail_ct .videos-preview .video-preview a {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  font-size: 13px;
}

.btn-view-all {
  width: 200px;
  height: 40px;
  background: #383838;
  color: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin: 0 auto;
  text-transform: uppercase;
}

.mt-30 {
  margin-top: 30px;
}

.btn-view-all:hover,
.btn-view-all:focus,
.btn-view-all:active {
  color: #ffffff;
}

.pagination {
  margin-bottom: 0;
}

.back-to-toppage a {
    display: block;
    width: 140px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #E2E2E2;
    box-shadow: 0px 1px 3px #707070;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #3A3536;
    margin: 40px auto 0 auto;
}

.section__title {
  padding: 25px 25px 40px 25px;
}

.section__title .section__title_ct h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
}

.badge-black {
  background: #383838 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 50px;
  padding: 6px 25px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
}

.section__media {
  padding: 25px 0 10px 0;
}

.section__media .section__media_ct .profile_image_follow {
  position: relative;
}

.section__media .section__media_ct .profile_image {
  display: block;
  margin-top: 25px;
  width: 100%;
  max-width: 250px;
  max-height: 250px;
  object-fit: cover;
}

.section__follow_flexible {
  position: sticky;
  bottom: 0;
}

.section__follow_flexible .section__follow_flexible_ct {
  padding: 0;
}

.section__follow_flexible .section__follow_flexible_ct {
  display: flex;
  align-items: center;
}

.section__follow_flexible .section__follow_flexible_ct a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}

.section__follow_flexible .section__follow_flexible_ct a.first-child {
  width: 110px;
  color: #3A3536;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  background: #ffffff;
}

.section__follow_flexible .section__follow_flexible_ct a.last-child.hide {
  display: none;
}

.section__follow_flexible .section__follow_flexible_ct a.last-child {
  color: #ffffff;
  background: #1B1B1B;
  width: calc(100% - 110px);
  padding-right: 40px;
  border-top: 1px solid #1B1B1B;
  border-bottom: 1px solid #1B1B1B;
}

.section__follow_flexible .section__follow_flexible_ct a.first-child img {
  width: 40px;
  height: auto;
}

.section__follow_flexible .section__follow_flexible_ct a.last-child img {
  width: 43px;
  height: auto;
  position: absolute;
  right: 15px;
}

.section__media .section__media_ct .profile_follow {
  position: absolute;
  right: 0;
  bottom: -5px;
  text-align: center;
}

.section__media .section__media_ct .profile_follow span {
  display: block;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 13px;
  font-weight: 500;
} 

.section__media .section__media_ct .profile_follow img {
  display: block;
  width: 60px;
  height: 60px;
}

.section__media .section__media_ct .profile_name {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 18px;
}

.section__media .section__media_ct .armor_class {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-top: 20px;
}

.section__media .section__media_ct .follow_count {
  display: flex;
  align-items: center;
  position: relative;
}

.section__media .section__media_ct .follow_count label {
  margin-bottom: 0;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 11px;
  margin-right: 25px;
}

.section__media .section__media_ct .follow_count label.ranking {
  font-size: 15px;
  position: absolute;
  right: 0;
}

.section__media .section__media_ct .follow_count label.ranking img {
  width: 29px;
  height: 29px;
}

.section__media .section__media_ct .follow_count label span {
  font-size: 15px;
  font-weight: 500;
  margin-right: 6px;
}

.section__media .section__media_ct .follow_count label.ranking span {
  margin-right: 0;
}

.section__media .section__media_ct .armor_class:before {
  content: "";
  position: relative;
  background-image: url(../images/icon/armor@2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  top: 5px;
}

.section__description {
  padding: 12px;
}

.section__description .section__description_ct {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 14px;
  min-height: 100px;
  padding: 15px;
  border-radius: 10px;
  word-break: break-all;
}

.section__button_bottom {
  padding: 50px 0;
}

.section__button_bottom .section__button_bottom_ct {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-dark {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  height: 50px;
  background: #383838;
  min-width: 140px;
  color: #fff;
}

.section__media_list {
  padding: 15px 0 30px 0;
}

.section__media_list .section__media_list_ct .text_dots span {
  position: relative;
  top: -8px;
  margin: 12px;
  font-family: 'M PLUS 1p', sans-serif;
  color: #888888;
  font-weight: 500;
  font-size: 15px;
}

.section__media_list .section__media_list_ct .text_dots:before,
.section__media_list .section__media_list_ct .text_dots:after {
  content: "";
  position: relative;
  background-image: url(../images/icon/dot@2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 52px;
  height: 35px;
  top: 5px;
}

/*.section__media_list .section__media_list_ct .media_list {
  margin-top: 10px;
}
*/
.section__media_list .section__media_list_ct .media_list .col-6:nth-child(even) {
  padding-left: 8px;
}

.section__media_list .section__media_list_ct .media_list .col-6:nth-child(odd) {
  padding-right: 8px;
}

.section__media_list .section__media_list_ct .media_list .embed {
  margin-top: 4px;
  margin-bottom: 4px;
}

.section__media_list .section__media_list_ct .media_list .embed a {
  display: block;
  word-break: break-word;
}

.section__media_list .section__media_list_ct .media_list.images img {
  width: 167px;
  height: 167px;
  object-fit: cover;
  margin-top: 4px;
  margin-bottom: 4px;
}

.section__media_list .section__media_list_ct .media_list.images .col-6:nth-child(even) {
  padding-left: 4px;
}

.section__media_list .section__media_list_ct .media_list.images .col-6:nth-child(odd) {
  padding-right: 4px;
}

.section__text_free {
  padding: 25px 0 30px 0;
}

.section__text_free .section__text_free_ct {
  font-size: 13px;
  font-family: 'M PLUS 1p', sans-serif;
  color: #A5A5A5;
}

.section__text_free .section__text_free_ct .block_item {
  margin-bottom: 30px;
}

.section__text_free .section__text_free_ct .block_item .head_item {
  font-weight: 500;
  margin-bottom: 3px;
}

.section__text_free .section__text_free_ct .block_item .content_item {
  word-break: break-all;
}

.section__text_free .section__text_free_ct .block_item .content_item a {
  word-break: break-all;
  position: relative;
  margin-bottom: 10px;
}

.section__text_free .section__text_free_ct .block_item .content_item p {
  margin-bottom: 2px;
}

.section__text_free .section__text_free_ct a {
  color: #4D6FFF;
  text-decoration: none;
  display: block;
}

.section__text_free .section__text_free_ct a:hover {
  color: #4D6FFF;
}

.section__text_free .section__text_free_ct a:before {
  content: "";
  position: relative;
  background: #888888;
  display: inline-block;
  width: 5px;
  height: 5px;
  top: -2px;
  border-radius: 50%;
  margin-right: 10px;
}

.section__text_free .section__text_free_ct a:after {
  content: "";
  position: absolute;
  background-image: url(../images/icon/link@2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  bottom: -2px;
}

@media (min-width: 768px) {
  .modal.right .modal-dialog, 
  .modal.left .modal-dialog {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: var(--df_mxw);
  }

  .modal.show.right .modal-dialog {
    right: 50%;
  }
}

.paginate {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.paginate .page-link {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #3A3536;
  margin: 0 2px;
  text-align: center;
}

.page-item.active .page-link {
  background-color: #3A3536;
  border-color: #3A3536;
}

.text-underline {
  font-size: 17px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  color: #ffffff;
  border-bottom: 5px solid #519FED;
  width: fit-content;
  display: block;
  padding: 0 5px;
  text-align: center;
  margin: 22px auto 15px auto;
}

.section__follows_ct .tab-items a {
    font-size: 13px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    color: #888888;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
    border-bottom: 1.5px solid #888888;
    padding-top: 6px;
    padding-bottom: 6px;
}

.section__follows_ct .tab-items a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.section__follows_ct .lists_media {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 20px;
}

.section__follows_ct .lists_media .media {
  margin: 20px 0;
  padding-left: 0;
  height: 80px;
  position: relative;
}

.section__follows_ct .lists_media .media .image-link img {
  width: 80px;
  height: 80px;
  /*max-height: 115px;*/
  object-fit: cover;
  border: 1px solid #ffffff;
}

.section__follows_ct .lists_media .media .media-body {
  position: relative;
  padding-left: 15px;
  display: flex;
  align-items: center;
  height: 100%;
}

.section__follows_ct .lists_media .media .media-body h5 {
  margin-bottom: 0;
  width: 85%;
  display: block;
}

.section__follows_ct .lists_media .media .media-body h5 a.content-link {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #ffffff;
  font-size: 13px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
}

.section__follows_ct .lists_media .media .media-body h5 .content-label {
  color: #888888;
  font-size: 10px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

.section__follows_ct .lists_media .media .media-body .icon-link {
  position: absolute;
  right: 0;
}

.section__follows_ct .lists_media .media .media-body .icon-link img {
  width: 30px;
  height: 30px;
}

.not-found-data {
  font-size: 15px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
}

.color-white {
  color: #ffffff;
}

.section__rankings {
  padding-bottom: 20px;
}

.section__rankings_ct {
  padding: 25px;
}

.section__rankings_ct h1 {
  font-size: 25px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.section__rankings_ct .ranking_help_link {
  display: block;
  text-align: right;
  text-decoration: underline;
  font-size: 10px;
  font-family: 'M PLUS 1p', sans-serif;
  margin-top: 20px;
}

.section__rankings_ct .tab-items {
  margin: 25px 15px 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border: 2px solid #A5A5A5;
  border-radius: 7px;
  overflow: hidden;
}

.section__rankings_ct .tab-items a {
  width: 50%;
  font-size: 13px;
  font-family: 'M PLUS 1p', sans-serif;
  color: #A5A5A5;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__rankings_ct .tab-items a.active {
  color: #ffffff;
  background: #A5A5A5;
}

.section__rankings_ct .lists_media_block .media_block {
  margin: 25px 0;
  padding-left: 0;
  height: auto;
  position: relative;
  text-align: center;
}

.section__rankings_ct .lists_media_block .media_block span.badge {
  width: 25px;
  height: 25px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 13px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  background: #383838;
}

.section__rankings_ct .lists_media_block .media_block span.badge.badge-regular,
.section__rankings_ct .lists_media_block .media_block span.badge.top-5 {
  background: #383838;
}

.section__rankings_ct .lists_media_block .media_block span.badge.badge-gold,
.section__rankings_ct .lists_media_block .media_block span.badge.top-2 {
  background: #A5A5A5;
}

.section__rankings_ct .lists_media_block .media_block span.badge.badge-silver,
.section__rankings_ct .lists_media_block .media_block span.badge.top-3 {
  background: #816518;
}

.section__rankings_ct .lists_media_block .media_block span.badge.badge-bronze,
.section__rankings_ct .lists_media_block .media_block span.badge.top-4 {
  background: #383838;
}

.section__rankings_ct .lists_media_block .media_block span.badge.badge-platinum,
.section__rankings_ct .lists_media_block .media_block span.badge.top-1 {
  background: #E9BE5D;
}

.section__rankings_ct .lists_media_block .media_block .image-link img {
  width: 110px;
  height: 110px;
  /*max-height: 115px;*/
  object-fit: cover;
  border: 1px solid #E2E2E2;
  margin-top: 8px;
}

.section__rankings_ct .lists_media_block .media_block .media-body {
  position: relative;
  margin-top: 12px;
}

.section__rankings_ct .lists_media_block .media_block .media-body h5 {
  margin-bottom: 0;
  display: block;
}

.section__rankings_ct .lists_media_block .media_block .media-body h5 a.content-link {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 11px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  color: #383838;
}

.section__rankings_ct .lists_media_block .media_block .media-body h5 .content-label {
  color: #888888;
  font-size: 10px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

.section__rankings_ct .lists_media_block .media_block .media-body .rank-point {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.section__rankings_ct .lists_media_block .media_block .media-body .rank-point img {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}

.section__rankings_ct .lists_media_block .media_block .media-body .rank-point label {
  font-size: 9px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 10px;
}

.long_text_dots:before {
  content: "";
  position: relative;
  background-image: url(../images/icon/dot03@2x.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 175px;
  height: 35px;
}

.section__musician_livehouse {
  position: relative;
  align-items: center;
  padding: 10px 0;
}

.section__musician_livehouse .base {
  margin: 0 15px;
  border: 4px solid #519FED;
  border-radius: 15px;
  font-size: 13px;
}

.section__musician_livehouse .base .image {
  border-radius: 15px;
  padding: 10px;
}

.section__musician_livehouse .base .card-body {
  text-align: center;
}

.section__musician_livehouse .base .card-body .card-text {
  text-align: left;
}

.section__musician_livehouse .base .card-body a {
  font-size: 15px;
  background-color: #F2F2F2;
  border-radius: 25px;
  height: 50px;
  width: 250px;
  padding-top: 12px;
}

.section__musician_livehouse .base .card-body a span.detail-link:before {
  content: "";
  background-image: url(../images/icon/arrow_right_detail@2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 16px;
  right: -15px;
  bottom: 0;
  position: relative;
}

.section__ambassador .ambassador_ct .detail-button {
  text-align: center;
  margin-top: 6px;
}

.section__ambassador .ambassador_ct .detail-button a {
  font-size: 15px;
  background-color: #f2f2f200;
  border: 2px solid #fff;
  height: 50px;
  width: 270px;
  padding-top: 12px;
  color: #fff;
}

.section__ambassador .ambassador_ct .detail-button a span.detail-link:before {
  content: "";
  background-image: url(../images/icon/icon_right@2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 16px;
  right: -18px;
  bottom: 0;
  position: relative;
}

.section__banner .musician_banner {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: relative;
  background-image: url(../images/background/toppage/musical@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__banner .contest_banner {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: relative;
  background-image: url(../images/background/toppage/music_video_contest@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* @media (min-width: 768px) {
  .footer .app-name {
    width: 690px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer .follow-us {
    width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
} */