body {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 16px;
    color: #383838;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.wrapper-content {
    padding: .5rem 1.25rem;
}

#header {
    box-shadow: 5px 1px 8px 1px #CDD6DD;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

#header .menu-item .dropdown-toggle > a {
    /*text-decoration: none;*/
    color: #535353;
}

/*NAVBAR*/
#top-nav {
    background-color: #FFFFFF !important;
}

.navbar-left {
    display: flex;
}

.navbar-right .row a {
    color: #383838;
    text-decoration: none;
    font-size: 12px !important;
}

.yumekana-brand {
    display: flex;
}

.yumekana-brand .brand-text {
    display: block;
    padding: 0.1875rem;
    line-height: normal;
    color: #383838;
}

.yumekana-brand .brand-text .yumekana {
    font-size: 1.125rem;
    margin-top: 10px;
}

.yumekana-brand .brand-text .supporter {
    font-size: 0.625rem;
    color: #888888;
}

.official-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.5rem;
}

.official-sns a {
    padding-right: 1.25rem;
}

.navbar-right a {
    padding-right: 1.25rem;
}

.navbar-right a:hover {
    text-decoration: none;
}

.button-login, .button-register {
    border: 2px solid #CDD6DD;
    border-radius: 2.5rem;
    font-size: 0.75rem;
    width: 6.25rem;
    margin-left: 1.25rem;
}

.button-login {
    background-color: #FFFFFF;
}

.button-login:hover {
    color: #4D6FFF;
}

.button-register {
    background-color: #4D6FFF;
    color: #FFFFFF;
}

.button-register:hover {
    color: #FFFFFF;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #CFD6DC;
}

.logo-white {
    display: none;
}

.button-menu, #navbarMenu {
    display: none;
}
/*END NAVBAR*/

/*MENU*/
.no-focus:hover, .no-focus:focus {
    text-decoration: none;
}

.section__menu {
    border-top: 1px solid #CDD6DD;
    background-color: #FFFFFF;
}

.menu {
    padding: .5rem 1.5rem;
    height: 2.125rem;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
}

.menu .menu-item {
    padding: 0.75rem 0.5rem;
    color: #535353;
    text-decoration: none;
}

.menu .menu-item span {
    padding-right: 1.5rem;
}

.go-to-top-btn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 13px;
    z-index: 99;
    cursor: pointer;
}
/*start menu*/
.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-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-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-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-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-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 {
    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%);
    }
}

/*menu*/
/*END MENU*/

/*FOOTER*/
.footer .section__menu {
    background-color: #A5A5A5;
    height: 5.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .section__menu .menu-item {
    color: #FFFFFF;
    width: 200px;
    text-align: center;
}

.footer .section__menu .icon-top {
    width: 3.4375rem;
    height: 3.4375rem;
}

#bottom-nav .brand-text {
    padding-top: 1.5rem;
}

#bottom-nav .brand-text .yumekana {
    font-size: 1.5rem;
}

.section__info .title {
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .section__info .title {
        display: none;
    }

    .footer .section__menu .menu-item {
        text-align: left;
    }
}

.section__info .content {
    font-size: 0.625rem;
}

.section__info .content a {
    padding-right: 3.5rem;
    color: #383838;
    text-decoration: none;
}

.section__info .content .icon-new-tab {
    width: 1.875rem;
    height: 1.875rem;
}

.section__follow {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #707070;
    padding-top: 1.5rem;
}

.follow-us {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.follow-us .title {
    font-size: 1.25rem;
}

.licence {
    display: flex;
    font-size: 0.625rem;
    flex-direction: column;
}

.jasrac-container, .nextone-container {
    padding-bottom: 1rem;
}

.licence .jasrac {
    width: 2.8125rem;
    height: 2.8125rem;
}

.licence .text {
    padding: 0 3rem 0 1rem;
}

.licence .nextone-id {
    margin-left: -5px;
}

.section__coppyright {
    height: 4.0625rem;
    background-color: #383838;
    color: #A5A5A5;
    font-size: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.follow-us-sp {
    display: none;
}

.icon-new-tab {
    width: 30px;
    height: 30px;
}

@media (max-width: 768px) {
    .icon-new-tab {
        width: 25px;
        height: 28px;
    }
}

.section__info a {
    color: #383838;
    text-decoration: none;
    font-size: 12px;
}

#bottom-nav .yumekana-brand {
    margin-left: -10px;
}

.icon-right-info {
    display: none;
}

.item-contact {
    display: flex;
    width: 140px;
}

.item-contact img {
    margin-top: -6px;
}
/*END FOOTER*/

/*TOP PAGE*/

.top__page .section__banner .top-banner .slider-item {
    margin-left: 12px;
    margin-right: 12px;
}

.top__page .section__banner .top-banner .slider-item .banner-item {
    width: 100%;
    height: 100%;
}

.top__page .section__banner .top-logo {
    position: absolute;
    top: 170px;
    left: 38%;
}

.top-banner {
    padding-top: 150px;
    padding-bottom: 30px;
}

/*.top-banner.slide-smartphone {*/
/*    display: none;*/
/*}*/

.top-banner .banner-item {
    width: 100%;
    position: center;
    border-radius: 15px;
}

.banner__slider {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

#banner-slider {
    width: 45rem;
}

#banner-slider .slider-item {
    padding: 0.5rem;
}

#banner-slider .slider-item:focus, #banner-slider .slider-item:focus:after {
    outline: 0 !important;
    border: 0 !important;
}

#banner-slider .slider-item img {
    width: 7rem;
}

.arrow-container {
    position: relative;
}

#banner-slider .icon-left {
    background-image: url(../images/page/top/icon_left.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 20%;
    right: -10rem;
    z-index: 1;
}

#banner-slider .icon-right {
    background-image: url(../images/page/top/icon_right.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 20%;
    right: -15rem;
}

.top__page .section__concept {
    position: relative;
    margin-top: 140px;
    margin-bottom: 50px;
}

.section__concept .view-all {
    justify-content: flex-start;
}

.top__page .section__concept .title-with-logo {
    padding: 0.5rem 2.2rem 0.5rem 2.2rem;
    display: flex;
    flex-direction: column;
}


.top__page .section__concept .title-with-logo  .title-with-bg-new {
    display: flex;
    align-items: center;
    position: relative;
}

.top__page .section__concept .title-with-logo .title-with-bg-new .img-bg {
    width: 100%;
    height: auto;
    content: url(../images/page/top/bg_title_before_login_new.png);
}

.top__page .section__concept .title-with-logo .title-with-bg-new .title-box {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.top__page .section__concept .title-with-logo .title-with-bg-new .title-box .content {
    font-size: 24px;
}


.title-container {
    padding: 0.5rem 13rem;
}

.top__page .section__concept .title-dot {
    align-self: flex-start;
    height: 50px;
}

.top__page .section__concept .concept-overlay {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}

.title-container {
    display: flex;
    justify-content: space-between;
}

.title {
    padding-bottom: 2rem;
    font-size: 1rem;
}

.title .content {
    font-size: 2rem;
}

.title .title-border {
    width: 100px;
    background-color: #A2E2FF;
    height: 3px;
    margin-top: 10px;
}

.section__concept .title {
    padding-bottom: 0 !important;
    padding-left: 0!important;
    position: relative;
}

.section__concept .box-video {
    margin-top: 10px !important;
}

.section__concept .box-video .video-youtube {
    margin-top: 0 !important;
}

.concept .text-r {
    padding-left: 100px !important;
}

.section__concept .label {
    margin-top: -30px;
    padding-bottom: 10px;
}

.concept .text-r .title {
    color: #383838;
    margin-top: 0 !important;
}

.concept .text-r .content {
    color: #383838;
}

.concept .video-youtube iframe {
    position: relative;
    width: 100%;
    height: 398px;
    z-index: 2;
}

@media (min-width: 1800px) {
    .concept .video-youtube iframe {
        height: 550px;
    }

    .border-video {
        top: 17rem !important;
        left: 10rem !important;
        width: 87% !important;
        height: 60% !important;
    }
}

@media (min-width: 1392px) and (max-width: 1800px) {
    .concept .video-youtube iframe {
        height: 450px;
        padding-left: 55px;
    }

    .border-video {
        top: 17rem !important;
        left: 10rem !important;
        width: 87% !important;
        height: 55% !important;
    }
}

.border-video {
    position: absolute;
    top: 14rem;
    left: 4rem;
    height: 50%;
    width: 95%;
    background-image: linear-gradient(to right, #E9D5FA, #B4C9F7);
    z-index: 1;
}

.concept .text-r .title {
    padding-bottom: 0!important;
}

.section__concept .concept .concept-youtube {
    width: 60%;
    text-align: right;
}

.section__concept .concept .concept-youtube .youtube-video {
    width: 100%;
    padding-right: 1.5rem;
}

.section__concept .concept .concept-content {
    width: 40%;
    z-index: 2;
    padding-left: 1rem;
    padding-bottom: 150px;
}

.section__ambassador {
    position: relative;
    margin: 5rem 0;
}

.overlay-kekkaback-03 {
    position: absolute;
    left: -1rem;
    z-index: -2;
}

.overlay-kekkaback-04 {
    position: absolute;
    top: 5rem;
    left: 45%;
    z-index: -2;
}

.btn-view-all {
    border: 2px solid #CDD6DD;
    border-radius: 2.5rem;
    font-size: 1rem;
    height: 50px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
}

.btn-view-all .icon-right {
    width: 25px;
    height: 25px;
}

.btn-view-all .text {
    padding-left: 15px;
}

#noArtistModal, #leaveGuidModal {
    color: #535353;
    /*top: 40%;*/
    /*left: 10%;*/
    font-size: 14px;
}

.color-red {
    color: #FF0000;
}

@media (min-width: 400px) and (max-width: 768px) {
    #noArtistModal {
        /*left: 15%;*/
    }
}

#noArtistModal .modal-content {
    height: 170px;
    width: 300px;
}

#leaveGuidModal .modal-content {
    height: 300px;
    width: 600px;
}

#noArtistModal .modal-content .body-text, #leaveGuidModal .modal-content .body-text {
    padding-right: 15px;
}

#noArtistModal .modal-content .close  {
    margin-top: -66px;
    margin-left: 10px;
    outline: none;
}

#leaveGuidModal .modal-content .close  {
    margin-top: -176px;
    margin-left: 10px;
    outline: none;
}

#noArtistModal a, #leaveGuidModal a {
    text-decoration: none;
    color: #FFFFFF;
}

.btn-modal-cancel {
    background-color: #FFFFFF;
    border: 2px solid #E7AFE4;
    border-radius: 2.5rem;
    height: 39px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e777e3;
    font-size: 14px;
}

.btn-modal-success {
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
    border: 2px solid #CDD6DD;
    border-radius: 2.5rem;
    font-size: 14px;
    height: 40px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.btn-view-all:hover {
    color: #FFFFFF;
    text-decoration: none;
}

@media (max-width: 768px) {
    .top__page .section__concept {
        margin-top: 75px;
    }

    #noArtistModal .modal-content {
        height: 160px;
        width: 280px;
    }

    #leaveGuidModal .modal-content {
        height: 370px;
        width: 300px;
    }

    .btn-view-all {
        height: 40px;
        width: 147px;
        font-size: 12px;
    }

    .btn-modal-cancel {
        height: 29px;
        font-size: 12px;
    }

    .btn-modal-success {
        height: 30px;
        font-size: 12px;
    }

    #leaveGuidModal .modal-content .close  {
        margin-top: -255px;
        margin-left: 0;
        margin-right: -10px;
        outline: none;
    }

    .top__page .section__concept .title-with-logo .title-with-bg {
        /* background-image: url(../images/page/top/bg_title_before_login_mobile.png); */
        width: 100% !important;
    }

    .top__page .section__concept .title-with-logo .title-with-bg {
        padding: 0px 0px 0px 10px;
        align-items: flex-start;
    }

    #banner-slider .slider-item img {
        width: 5rem;
    }
}

.section__ambassador .btn-view-all {
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
    align-self: flex-end;
    margin-bottom: 2rem;
}

.ambassador-container {
    margin-right: 0;
    margin-left: 0;
}

.ambassador-container img {
    width: 100%;
    padding-left: 5px;
    padding-top: 5px;
}

.ambassador-name {
    color: #888888;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}

.ambassador-container a:hover {
    color: #888888;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.section_news {
    position: relative;
}

.section_news .section-news-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section_news .title, .section__contest .title {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section_news .title .title-border {
    background-color: #A2ADFF;
}

@media (max-width: 768px) {
    .section_news .view-all {
        padding: 0 0 2rem 0;
    }
}

.news-container {
    width: 970px;
    height: 316px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 2.5rem;
}

.news-content {
    display: flex;
}

.news-item {
    border: none;
    border-bottom: 5px solid #FFF036;
    width: 267px;
    height: 246px;
    margin: 1rem;
    background-color: #FAFAFA;
}

.news-item.academy {
    border-bottom: 5px solid #FF00FF;
}

.news-image {
    text-align: center;
}

.news-item img {
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.news-item .news-detail {
    padding: 1rem;
    font-size: 0.75rem;
}

.news-item .news-detail .card-text {
    font-size: 0.75rem;
    height: 30px;
}

.news-item .card-text-date {
    padding-top: 5px;
    font-size: 0.625rem;
    margin-bottom: 0 !important;
    color: #888888;
}

.news-content .image-link {
    color: #888888;
    text-decoration: none;
}

.view-all .btn-view-all {
    background-color: #1A1A1A;
}

.text-r .view-all {
    margin-top: 5rem;
}

.view-all {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section__contest .btn-view-all {
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
}

.section__contest .btn-view-all .text, .section__register .btn-view-all .text {
    padding-left: 25px;
}

.section__contest .title {
    color: #FFFFFF;
}

.section__artist {
    height: 630px;
    position: relative;
    background-color: #FAFAFA;
    z-index: 1;
    font-family: "Noto Sans JP m", sans-serif;
}

.view-all-bottom {
    display: none;
}

.title .detail {
    font-size: 16px;
}

.section__artist .title .content {
    color: #FFFFFF;
}

.section__artist .title .detail {
    color: #888888;
}

.section__artist .title .content .text-artist {
    color: #18a5b9;
    text-align: left;
}

.section__artist .title .content .text-artist a {
    color: #18a5b9;
}

@media (max-width: 768px) {
    .section__artist .title .content .text-artist {
        max-width: 260px;
        word-wrap: break-word;
    }
}

.view-all-bottom.artist {
    margin-top: -22px;
}

.btn-view-all .text.text-database {
    padding-left: 5px;
}

.section__artist .bg-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.section__artist .bg-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}

.section__artist .btn-view-all {
    background-image: linear-gradient(to right, #A5E045, #2ADEF5);
    align-self: flex-end;
    margin-bottom: 2rem;
}

.artist-container {
    height: 325px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 30px;
    padding-left: 10px;
    margin-left: 30px;
}

.slide-artist-container {
    position: relative;
}

.slide-banner {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    /*background-color: #FFFFFF;*/
    width: 60px;
    height: 295px;
}

.artist-link {
    text-decoration: none;
    color: #383838;
}

.artist-link:hover {
    text-decoration: none;
    color: #383838;
}

.card-artist-top {
    max-width: 255px;
    height: 270px;
    border-radius: 10px;
    padding: 10px 10px;
    background-color: #FFFFFF;
    font-size: 0.75rem;
    margin: 0 12px;
}

.card-artist-top iframe {
    border-radius: 10px;
}

.card-artist-top .artist-detail {
    display: flex;
}

.card-artist-top .text-title {
    height: 35px;
}

.card-artist-top .artist-detail .avatar {
    width: 60px;
    height: 60px;
    border: 1px solid #1a202c;
}

.card-artist-top .artist-detail .name {
    padding-left: 10px;
}

.section__register {
    position: relative;
    padding: 3rem 3rem;
}

.section__register .register-container {
    padding-top: 5rem;
}

.overlay-kekkaback-01 {
    position: absolute;
    left: 0;
    z-index: -2;
}

.overlay-kekkaback-02 {
    position: absolute;
    top: 8rem;
    left: 40%;
    z-index: -2;
}

.overlay-testback3 {
    position: absolute;
    top: 7rem;
    right: 1rem;
    z-index: -1;
}

.register-image {
    width: 100%;
    border-radius: 55px;
}

.register-container .register-content {
    padding-left: 2rem;
    padding-right: 7rem;
}

.register-container .view-all {
    justify-content: flex-end;
    padding-top: 3rem;
}

.register-container .view-all .btn-view-all {
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
}

.section_comingsoon {
    width: 100%;
    height: auto;
    padding: 2rem 3rem 3rem 3rem;
}

.section__contest {
    position: relative;
}

.fanclub-banner, .contest-background, .comingsoon_banner {
    width: 100%;
}

.contest-background {
    position: absolute;
    z-index: -3;
}

.contest-banner {
    width: 60%;
}

.title-news {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
}
/*----SP----*/
@media (max-width: 768px) {
    html {
        overflow-x: hidden;
    }

    .top-banner {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .register-image {
        border-radius: 20px;
    }

    .title .detail {
        font-size: 12px;
    }

    #header {
        box-shadow: none;
    }

    .button-menu .btn-close-menu {
        margin-top: 10px;
    }

    .button-menu .btn-close-menu:focus {
        box-shadow: none;
    }

    .button-menu {
        display: block;
    }

    #navbarMenu #top-nav {
        background-color: #2D2D2D !important;
    }

    .hide {
        display: none;
    }

    /*.slide-pc.top-banner {*/
    /*    display: none;*/
    /*}*/

    /*.slide-smartphone.top-banner {*/
    /*    display: inline;*/
    /*}*/

    .top-banner .slider-item {
        height: 50%;
        margin-left: 3px !important;
        margin-right: 3px !important;
    }

    .section__banner {
        margin-top: 75px;
    }

    .top-banner .slider-item img {
        border-radius: 5px;
    }

    .header .user-avatar {
        display: none;
    }

    .logo-white {
        width: 50px;
        height: 50px;
        display: block;
    }

    .header .logo-black {
        display: none;
    }

    .header .section__menu {
        display: none;
    }

    .header .brand-text, .header .official-sns, .header .navbar-right .faq-link {
        display: none;
    }

    #top-nav .navbar-right {
        margin-left: -27px;
    }

    #top-nav .button-login, #top-nav .button-register {
        margin-left: 0;
    }

    #top-nav {
        justify-content: flex-start;
        /*background-color: rgba(183, 183, 183, 1) !important;*/
        background-color: rgba(96, 96, 96, 0.5) !important;
        /*background-color: #606060 !important;*/
        /*opacity: 0.5;*/
    }

    .contest-banner {
        width: 80%;
    }

    .footer .section__menu {
        height: 12rem;
        margin-left: -130px;
    }

    .footer .section__menu .menu {
        flex-direction: column;
        height: 10rem;
        align-items: flex-start !important;
    }

    .footer .section__menu .menu .menu-item {
        padding-bottom: 12px;
    }

    .footer .navbar-left {
        padding-left: 30px;
    }

    .footer .navbar-right {
        margin-left: 0 !important;
        width: 95%;
        display: flex;
        justify-content: space-between;
        padding-top: 15px;
    }

    .footer .navbar-right .button-login, .footer .navbar-right .button-register {
        width: 120px;
        height: 35px;
    }

    #bottom-nav .navbar-right .after-login {
        width: 100%;
        padding-left: 22px;
    }

    .icon-right-info {
        display: inline;
        width: 20px;
        height: 20px;
    }

    .info-item-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .kanayell-pc-show {
        display: none !important;
    }

    .kanayell-sp-show {
        display: block !important;
    }


    @media (max-width: 768px) {
        .info-item-link {
            width: 90%;
            padding-bottom: 20px;
        }

        .info-sp {
            margin-top: 25px;
        }
    }

    .item-contact img {
        padding-top: 3px;
    }

    .follow-us-sp {
        width: 100%;
        height: 100px;
        background-color: #383838;
        border-bottom: 1px solid #5F5F5F;
        display: flex;
        padding: 0 20%;
        justify-content: space-between;
        align-items: center;
    }

    .follow-us-sp .follow-text {
        color: #FFFFFF;
    }

    .top__page .section__banner .top-logo {
        top: 165px;
        left: 25%;
        width: 180px;
        height: 180px;
    }

    .official-sns {
        padding: 0 0.25rem;
    }

    .section__follow .follow-us {
        display: none;
    }

    .section__follow .licence {
        padding-left: 15px;
    }

    .title-container {
        padding: 0.5rem 2rem;
        text-align: center;
    }

    .title-container .content {
        font-size: 24px;
    }

    .overlay-kekkaback-03 {
        top: 50px;
    }

    .overlay-kekkaback-04 {
        top: 10rem;
        left: 24%;
    }

    .banner__slider {
        width: 100%;
        padding: 10px;
    }

    #banner-slider {
        width: 18rem;
    }

    #banner-slider .icon-right {
        top: 31%;
        right: -2rem;
        width: 27px;
        height: 27px;
    }

    #banner-slider .icon-left {
        top: 31%;
        left: -2rem;
        width: 27px;
        height: 27px;
    }

    .section__concept .box-video {
        margin-top: -45px !important;
    }

    .section__ambassador, .section__register {
        width: 100%;
        padding: 1rem 0;
    }

    .news-container {
        width: 100%;
        height: 350px;
    }

    .news-content {
        flex-direction: column;
        align-items: center;
    }

    .section-news-banner {
        display: none;
    }

    .news-content .image-link {
        padding-bottom: 15px;
    }

    .news-item {
        display: flex;
        height: 90px;
        width: 325px;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        border-right: 5px solid #FFF036;
        border-bottom: none;
    }

    .news-item.academy {
        border-right: 5px solid #FF00FF;
        border-bottom: none;
    }

    .news-image {
        width: 150px;
        height: 90px;
        justify-self: flex-start;
    }

    .news-item img {
        height: 90px;
        width: 160px !important;
        border-radius: 0;
    }

    .section__artist {
        height: 560px;
    }

    .section__artist .bg-left {
        width: 50%;
        height: 100%;
    }

    .section__artist .bg-right {
        width: 50%;
        height: 100%;
    }

    .slide-artist-container {
        padding-right: 0 !important;
    }

    .artist-container {
        height: 300px;
        width: 100%;
        padding-left: 2px;
        margin-left: 0;
    }

    .card-artist-top {
        max-width: 255px;
        height: 250px;
    }

    .card-artist-top:focus {
        outline: 0 !important;
    }

    .artist-link:focus, .artist-link:visited, .artist-link:hover {
        outline: 0 !important;
    }

    .view-all-top {
        display: none;
    }

    .view-all-bottom {
        display: flex;
        margin-top: -5px;
        justify-content: center;
        align-items: center;
    }

    .section__concept .view-all {
        justify-content: center;
        padding: 0 0;
    }

    .card-artist-top .text-title {
        font-size: 12.5px;
    }

    .card-artist-top iframe {
        height: 132px;
    }

    .card-artist-top .artist-detail .avatar {
        width: 40px;
        height: 40px;
    }

    .slide-banner {
        display: none;
    }

    .register-container {
        padding-top: 0 !important;
    }

    .register-container .title .content {
        font-size: 24px;
    }

    .register-container .register-content {
        padding: 1rem 0;
        text-align: justify;
        font-size: 14px;
    }

    .overlay-kekkaback-01 {
        top: 0.5rem;
        left: 0;
    }

    .overlay-kekkaback-02 {
        top: 10rem;
        left: -10px;
    }

    .overlay-testback3 {
        top: 10rem;
        right: -10rem;
    }

    .register-container .view-all {
        padding-top: 1rem;
        justify-content: center;
    }

    .top__page .section__concept .title-with-logo {
        padding: 0.5rem 2rem;
    }

    .title-with-logo .title .content {
        font-size: 21px;
    }

    .concept .title {
        font-size: 24px !important;
        padding: 0.5rem 15px !important;
    }

    .concept .content {
        padding: 15px !important;
        text-align: justify;
    }

    .concept .text-r {
        padding-left: 0 !important;
    }

    .text-r .view-all {
        margin-top: 0;
    }

    .concept .video-youtube iframe {
        height: 232px;
    }

    .section__ambassador {
        margin: 0 0;
    }

    .border-video {
        display: none;
    }

    .label {
        margin-top: 35px !important;
        padding-left: 15px;
    }

    .top__page .section__concept .concept-overlay {
        height: 940px;
    }

    .section__contest .title {
        text-align: center;
    }

    .section__contest .title .content {
        font-size: 24px;
    }

    .contest-background {
        height: 400px;
    }

    .section_comingsoon {
        margin-top: 1rem !important;
        padding: 1rem 1rem;
    }

    .top__page .section__concept .title-with-logo .title-with-bg-new {
        margin-top: 20px;
    }

    .top__page .section__concept .title-with-logo .title-with-bg-new .img-bg {
        content: url(../images/page/top/bg_title_before_login_mobile_new.png);
    }

    .top__page .section__concept .title-with-logo .title-with-bg-new .title-box {
        top: 15px ;
        left: 20px ;
        transform: none;
    }
}
/*----END SP-----*/

/*END TOP PAGE*/

/*BEGIN ENTRY PAGE*/
.background-grey {
    background-color: #F2F2F2;
}

.background-white {
    background-color: #fff;
}

.caution-text {
    margin-top: 20px;
    margin-left: 80px;
    margin-bottom: 75px;
    font-size: 10px;
    color: #707070;
    line-height: 18px;
    text-align: left;
}

.caution-text.description {
    font-size: 16px;
}

.student-description {
    margin: 50px 0px;
    padding-bottom: 10px;
}

.student-type-def {
    line-height: 1.5;
}

.contest-entry-screen {
    padding-top: 110px;
    padding-bottom: 10px;
}

.contest-announcement-description {
    color: #707070;
    padding-bottom: 20px;
    font-size: 12px;
}

.image-yell img {
    /*width: 50%;*/

}
.contest-entry-register {
    display: block;
}

.page-title-area {
    padding-top: 50px;
    padding-bottom: 0;
}

.page-title-area.form-contest {
    padding-bottom: 20px;
}

.select-box-download-or-not-area {
    /*margin-bottom: 40px;*/
}

.page-title-with-underlined {
    font-size: 32px;
}

.page-title-with-underlined span{
    border-bottom: 10px solid #70B3FF;
    padding: 0 0 4px;
}

.page-body-area {
    padding: 30px 0;
}

.info-contest-description {
    padding-bottom: 100px;
}


.square-select-box {
    border-radius: 25% !important;
}

.btn-list-song-item {
    display: unset !important;
}

.btn-song-item {
    background-color: #FAFAFA;
    border-radius: 20px !important;
    border: 1px solid #F2F2F2;
    color: #535353;
    margin: 25px 30px;
}

/*.btn-song-item input {*/
/*    visibility: hidden;*/
/*}*/

.btn-song-item:hover {
    background-color: #4D6FFF !important;
    color: #fff;
}

.back-ground-alert {
    background-color: #FFE4E4;
}

input.input-song-item:checked + label {
    background-color: #4D6FFF !important;
    color: #fff;
}

input.input-song-item:hover + label {
    background-color: #4D6FFF !important;
    color: #fff;
}

.text-size-warning {
    font-size: 12px;
}

.btn-entry-in-modal {
    padding: 0px 0px 0px 10px;
    font-size: 14px !important;
}

@media (max-width: 768px) {
    .btn-entry-in-modal {
        padding: 0px 0px 0px 10px;
        font-size: 14px !important;
        height: 40px !important;
    }

    .btn-entry-in-download {
        padding-left: 5px !important;
    }

    .btn-entry-pl-sp {
        padding-left: 30px !important;
    }

    .btn-back-success-download-top-sp {
        width: 147px !important;
        height: 40px !important;
    }
}

.regulation-page {
    margin-top: 180px;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1090px;
}

@media (max-width: 768px) {
    .regulation-page {
        margin-top: 80px;
        margin-left: 20px;
        margin-right: 20px;
    }
}
/*END ENTRY PAGE*/

/*START CASTING TOP*/
.entry-container .modal {
    color: #1a202c;
}

.mw-1400 {
    max-width: 1400px;
}

.entry-container a {
    text-decoration: none;
}

.section_casting_top1 {
    margin-top: 112px;
    position: relative;
}

.img_casting_top1 {
    width: 100%;
    height: 100%;
}

.img_casting_top1_sp {
    display: none;
}

.text-banner1 {
    font-size: 24px;
    margin-top: 75px;
}

.text-banner2 {
    font-size: 80px;
    margin-top: -43px;
}

.text-banner3 {
    margin-top: 115px;
    font-size: 40px;
}

.text-banner4 {
    display: flex;
    width: 400px;
    height: 65px;
    padding-left: 25px;
    background: #FFFFFF;
    color: #383838;
    font-size: 22px;
    line-height: 65px;
}

.text-banner4 .logo-au {
    margin-left: 33px;
    margin-top: -3px;
}

.text-banner5 {
    display: flex;
    width: 245px;
    height: 40px;
    margin-top: 86px;
    background-color: #1CB9FF;
    line-height: 40px;
}

.text-banner5-1 {
    font-size: 18px;
    padding-left: 15px;
}

.text-banner5-2 {
    font-size: 24px;
    padding-left: 15px;
}

.text-banner6 {
    width: 100%;
    height: 100px;
    font-size: 28px;
    text-align: center;
    color: #FAFAFA;
    background-image: linear-gradient(to right, #D214FF , #70B3FF, #70B3FF, #D214FF);
    line-height: 100px;
}

.box-btn-entry1 {
    position: absolute;
    top: 20px;
    right: 60px;
}

.btn-entry {
    display: flex;
    width: 220px;
    height: 65px;
    padding-left: 35px;
    color: #FF14F7;
    background-color: #FAFAFA;
    border: 2px solid #CDD6DD;
    border-radius: 35px;
    font-size: 18px;
    line-height: 65px;
    cursor: pointer;
}

.btn-entry:focus{
    outline: 0px auto -webkit-focus-ring-color;
}

.btn-entry:hover {
    color: #FF14F7;
    background-color: #FAFAFA;
    text-decoration: none;

}

.btn_circle {
    height: 50px;
    width: 50px;
    margin-left: 29px;
    border-radius: 25px;
    margin-top: 5px;
    background-image: linear-gradient(to right, #FF14AE , #8E1CFF);
}

.icon-right-w {
    margin-top: -15px;
}

.casting-date {
    position: absolute;
    right: 60px;
    bottom: 140px;
}

.section_casting_top2 {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 5px;
    background-color: #080A26;
}

.section_casting_top2 .title, .section_casting_top2 .content {
    color: #FFFFFF !important;
}

@media (max-width: 1280px) {
    .section_casting_top2 .border-video {
        top: 12rem;
    }
}

.box-about {
    text-align: center;
}

.box-video {
    color: red;
}

.box-video .youtube-video {
    margin-top: 50px;
    width: 100%;
    height: 100%;
}

.box-video .text-r {
    padding-left: 0;
    padding-right: 0;
}

.box-video .text-r-ct .label {
    color: #FFFFFF;
}

.box-video .text-r-ct .title {
    color: #FFFFFF;
}

.box-video .text-r-ct .content {
    color: #FFFFFF;
}

.box-video .label {
    font-size: 16px;
    color: #46BCE8;
}

.box-video .title {
    margin-top: 20px;
    font-size: 32px;
    color: #FFFFFF;
}

.box-video .content {
    margin-top: 25px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 27px;
}

.br_video {
    position: absolute;
    width: 580px;
    height: 185px;
    margin-top: -151px;
    margin-left: 54px;
    border-right: 30px solid ;
    border-bottom: 40px solid ;
    border-image: linear-gradient(to right, #E9D5FA, #B4C9F7);
    border-image-slice: 1;
}

.box-partner {
    margin-top: 100px;
    padding-bottom: 140px;}

.box-sponsor {
    width: 400px;
    height: 100px;
    margin-left: 60px;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    line-height: 100px;
}

.sponsor-texts {
    margin-bottom: 30px;
    font-size: 24px;
    color: #4D6FFF;
}

.sponsor-texts-1 {
    padding-left: 65px;
}

.entry-banner {
    text-align: center;
    padding-top: 60px;
}

@media (max-width: 768px) {
    .sponsor-texts-1 {
        padding-left: 0;
    }

    .sponsor-texts {
        /*text-align: center;*/
    }

    .entry-banner {
        padding-top: 40px;
    }
}

.box-office-partner {
    display: flex;
}

.box-camelot {
    width: 150px;
    height: 100px;
    background-color: #FFFFFF;
    border-radius: 15px;
    text-align: center;
    margin-right: 20px;
}

.box-camelot-gekirock {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.box-camelot img {
    border-radius: 15px;
    width: 80%;
}

.rock-logo {
    padding: 10px 10px;
    margin-top: 15px;
}

.japan-logo {
    margin-top: 30px;
}

.bass-on-top-logo {
    margin-top: 25%;
}

.section-br-w {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #080A26;
}

.box-br-w {
    color: #FFFFFF;
    border: 5px solid #FFFFFF;
    border-radius: 30px;
    padding-top: 75px;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}

.box-br-w .label {
    font-size: 32px;
}

.box-br-w .news {
    width: 300px;
    height: 350px;
    margin-top: 25px;
    padding: 25px 25px 30px 25px;
    background-color: #383838;
    border-radius: 10px;
}

.box-br-w .news .title {
    margin-top: 15px;
    font-size: 16px;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-br-w .news .content {
    margin-top: 12px;
    font-size: 12px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}

.box-btn-entry2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.box-beat {
    padding: 30px 40px 60px 40px;
    background-color: #CECED4;
    border-radius: 20px;
}

.box-beat .label-song {
    width: 150px;
    height: 30px;
    padding-top: 6px;
    font-size: 12px;
    color: #ffffff;
    background-color: #4D6FFF;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.box-beat .note-alphabe {
    margin-left: 5px;
    margin-top: 6px;
    font-size: 12px;
    color: #383838;
}

.name-song {
    max-width: 260px;
    height: 40px;
    margin-top: 40px;
    padding-top: 12px;
    font-size: 12px;
    color: #535353;
    text-align: center;
    border-radius: 20px;
    background-color: #FFFFFF;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

.clickable-name-song {
    max-width: 249px;
    margin: 20px 5px 10px 5px;
}

.col-last-namesong {
    justify-content: end;
    display: grid
}

.box-video-regu {
    margin-top: 70px;
    margin-bottom: 150px;
    padding: 30px 40px 60px 40px;
    background-color: #2E2E34;
    border-radius: 20px;
}

.box-video-regu .label-top {
    width: 150px;
    height: 30px;
    margin-bottom: 40px;
    padding: 6px;
    background-color: #4D6FFF;
    font-size: 12px;
    text-align: center;
}

.video-regu {
    display: flex;
    margin-top: 20px;
}

.video-regu .titles {
    min-width: 150px;
    height: 30px;
    /*margin-top: 0 !important;*/
    margin-right: 30px;
    padding: 6px;
    font-size: 12px;
    color: #383838;
    background-color: #F2F2F2;
    border-radius: 20px;
    text-align: center;
}

.video-regu .content {
    margin-top: 0;
}

.video-regu .content-text2 {
    margin-bottom: 10px;
    padding-top: 3px;
    font-size: 16px;
    color: #FFFFFF;
}

.video-regu .note {
    margin-top: 10px;
    padding-top: 3px;
    font-size: 10px;
    color: #FFFFFF;
}
.video-regu .note2 {
    margin-top: -12px;
    font-size: 10px;
    color: #FFFFFF;
}

.img_step_to_final {
    margin-top: 30px;
    margin-bottom: 150px;
    text-align: center;
}

.image-radius {
    border-radius: 20px;
}

@media (max-width: 768px) {
    .image-radius {
        border-radius: 10px;
    }

    .box-camelot img {
        margin-top: 15px;
    }

    .box-camelot-gekirock img {
        margin-top: 0px;
    }

    .rock-logo {
        margin-top: 11px !important;
    }

    .japan-logo {
        margin-top: 20px !important;
    }

    .bass-on-top-logo {
        margin-top: 35px !important;
    }
}

.box-btn-entry3 {
    margin-top: 100px;
    margin-bottom: 60px;
    margin-left: -135px;
}

.box-card-artist {
    margin-bottom: 70px;
}

.card-artist {
    display: block;
    margin-top: 60px;
    width: 300px;
    height: 350px;
    border: 0px solid;
    color: #FfFFFF;
    border-radius: 20px;
    background-color: #2E2F34;
}

.card-artist .card-img {
    display: flex;
    padding: 10px 20px 20px 20px;
}

.img_85x150 {
    width: 85px;
    height: 150px;
    margin-left: 15px;
}

.card-artist .card-body {
    padding: 25px 25px 30px 25px;
}

.card-artist .card-title {
    font-size: 16px;
    text-decoration: none;
}

.card-artist .card-text {
    font-size: 10px;
    text-decoration: none;
}

.text-decor-h-none:hover {
    text-decoration: none;
}

.section_casting_top3 {
    position: relative;
    padding: 70px 0;
    background-color: #080A26;
    z-index: 0;
}

.section_casting_top3.contest-top {
    padding: 0 0;
}

.hanabi-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.firework-banner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 70%;
    border-radius: 20px;
}

.on-img {
    padding: 100px 40px 0 40px;
}


@media (max-width: 768px) {
    .firework-banner {
        width: 80%;
        border-radius: 10px;
    }

    .section_casting_top3 {
        padding: 50px 0;
    }

    .section_casting_top3.contest-top {
        padding: 0 0;
    }


    .on-img {
        padding: 60px 15px 0 15px;
    }

    .video-regu {
        padding: 0 15px;
    }

    .video-regu .content {
        text-align: justify;
    }

    .on-img .video-regu .content {
        margin-top: 7px;
    }

    .on-img .video-regu .content-text2 {
        font-size: 14px;
    }

    .box-app-flow .label, .section_casting_top4 .label {
        padding-left: 7px !important;
    }
}

.section_casting_top4 {
    padding-left: 180px;
    padding-bottom: 70px;
}
.section_casting_top4 .label {
    font-size: 32px;
    color: #FFFFFF;
}

.ct-btn-dowload {
    width: 400px;
    height: 100px;
    font-size: 24px;
    color: #4D6FFF;
    border-radius: 20px;
    text-align: left;
    padding: 20px 0 20px 0;
}

.box_casting_faq {
    padding-top: 90px;
    padding-left: 115px;
    padding-right: 160px;
    color: #535353;
}

.box_casting_faq .title {
    font-size: 32px;
    padding-bottom: 15px;
}

.casting_faq .title-line {
    width: 120px;
    height: 3px;
    background-color: #A2E2FF;
}

.casting_faq .faq-tab {
    font-size: 16px;
    color: #535353;
}
.casting_faq .faq-tab:hover {
    border-bottom: 3px solid #A2E2FF!important;
}

.faq-content {
    display: none;
}

.faq-tab.current {
    border-bottom: 3px solid #A2E2FF!important;
}

.faq-content.current {
    display: inherit;
}

.casting_faq .content-r {
    display: flex;
    /*margin-left: 300px;*/
}

.casting_faq .faq-tab {
    margin-left: 70px;
    border-bottom: 3px solid #FFFFFF;
    cursor: pointer;
}

.box-collapse-faq {
    margin-top: 60px;
}

.collapse-faq {
    display: flex;
}

.collapse-faq .q24 {
    font-size: 24px;
}

.collapse-faq .question {
    margin-top: 6px;
    margin-left: 15px;
    font-size: 16px;
}

.collapse-faq .icon-plus {
    position: absolute;
    right: 160px;
}

.collapse-faq .line {
    position: absolute;
    right: 160px;
}

.collapse-faq-one {
    margin-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #888888;
    cursor: pointer;
}

.banner-image {
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 0 2.25rem;
}

.add-function-banner {
    width: 100%;
    height: 100%;
}

.mt-50 {
    margin-top: 50px !important;
}

@media (max-width: 768px)  {
    .section_casting_top1 {
        margin-top: 76px;
    }

    .casting-date {
        right: 30px;
        bottom: 110px;
        width: 30%;
    }

    .img_casting_top1 {
        display: none;
    }

    .img_casting_top1_sp {
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-entry {
        height: 40px;
        font-size: 14px;
        line-height: 35px;
        width: 147px;
        padding-left: 18px;
    }

    .box-btn-entry1 {
        right: 8px;
        top: -24px;
    }

    .btn_circle {
        height: 30px;
        width: 30px;
        margin-left: 10px;
        border-radius: 20px;
        margin-top: 2px;
    }

    .icon-right-w {
        margin-top: -8px;
    }

    .section_casting_top2 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .box-video {
        position: relative;
    }

    .box-video .video-youtube {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }

    .box-video .video-youtube.image-banner-hide-video {
        padding-bottom: 68%;
    }

    /* .box-video .video-youtube.top-page {
        padding-bottom: 100%;
    } */

    .br_video {
        display: none;
    }

    .box-video .title {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .box-video .content {
        margin-top: 20px;
        font-size: 14px;
    }

    .box-partner {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .sponsor-texts {
        font-size: 20px;
        margin-top: 10px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .box-sponsor {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .box-office-partner {
        display: flex;
        justify-content: center;
    }

    .box-camelot {
        margin-left: 0px;
        margin-right: 0px;
        height: 95px;
        width: 100%;
    }

    .section-br-w {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-br-w {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-br-w .label {
        font-size: 24px;
    }

    .box-br-w .news {
        height: 390px;
        margin-left: auto;
        margin-right: auto;
    }

    .col-last-namesong {
        justify-content: center;
    }

    .box-beat {
        padding: 20px 10px 50px 10px;
        background-color: #CECED4;
        border-radius: 20px;
    }

    .name-song {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .box-beat .note-alphabe {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .box-br-w .news .content {
        font-size: 14px;
    }

    .section_casting_top3 .sp-none {
        display: none;
    }

    .box-video-regu {
        margin-top: 70px;
        margin-bottom: 50px;
        padding: 30px 10px 50px 10px;
        background-color: #2E2E34;
        border-radius: 20px;
    }

    .video-regu .titles {
        margin-top: 15px;
        min-width: 120px;
        margin-right: 10px;
        font-size: 14px;
    }

    .video-regu .content {
        padding-top: 19px;
    }

    .video-regu .content-text2 {
        margin-top: -7px;
    }

    .on-img .video-regu {
        margin-top: -10px;
    }


    .video-regu .note {
        margin-top: 14px;
    }

    .box-card-artist .col-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-artist .card-img {
        padding: 20px 20px 20px 20px;
    }

    .img_85x150 {
        width: 85px;
        height: 150px;
        margin-left: 25px;
    }

    .card-artist .card-body {
        padding: 20px 10px 30px 10px;
    }

    .card-artist {
        margin-left: auto;
        margin-right: auto;
    }

    .ct-btn-dowload {
        padding-left: 0;
        padding-right: 0;
        width: auto;
        text-align: center;
    }
    .ct-btn-dowload-sp {
        max-width: 170px;
        height: 50px;
    }

    .box_casting_faq {
        padding: 1rem 1.25rem;
        font-size: 14px;
    }

    .box_casting_faq .title {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .casting_faq .content-r {
        display: block;
        margin-top: 20px;
        margin-left: 0px;
    }

    .casting_faq .faq-tab {
        margin-left: 3px;
        font-size: 12px;
        margin-right: 10px;
    }

    .collapse-faq .question {
        margin-top: 4px;
        font-size: 12px;
        margin-left: 10px;
        padding-right: 20px;
    }

    .box-collapse-faq .accordion li {
        font-size: 12px !important;
        padding-left: 0.5rem !important;
        padding-right: 18px;
    }

    .collapse-faq .q24 {
        font-size: 16px;
    }

    .casting_faq a {
        font-size: 14px;
    }

    .collapse-faq-one {
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #888888;
    }

    .collapse-faq .icon-plus {
        margin-top: 5px;
        right: 10px;
    }

    .icon-plus-sp {
        width: 20px;
        height: 20px;
    }

    .banner-image {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 1rem 1.25rem;
    }

    .box_casting_faq .view-all {
        padding-bottom: 0;
    }

    .section_casting_top4 {
        padding-left: 10px;
        padding-bottom: 50px;
    }
    .section_casting_top4 .label {
        font-size: 24px;
        color: #FFFFFF;
    }

    .box-btn-entry3 {
        margin-top: 50px;
        margin-bottom: 20px;
        margin-left: -4px;
    }

    .img_step_to_final {
        margin-bottom: 50px;
    }

    .box-collapse-faq {
        margin-top: 30px;
    }

    .mt-20-sp {
        margin-top: 20px !important;
    }

    .pl-6-sp {
        padding-left: 6px;
    }

    /*@media (max-width: 576px) {*/
    /*    .casting-top-announce.text-banner6 {*/
    /*        font-size: 14px;*/
    /*    }*/
    /*}*/
}

@media (max-width: 425px)  {
    .box-video .video-youtube.image-banner-hide-video {
        padding-bottom: 82%;
    }
}

@media (max-width: 375px)  {
    .box-video .video-youtube.image-banner-hide-video {
        padding-bottom: 93%;
    }
}
/*END CASTING TOP*/

/*START FOOTER SPONSOR*/
.ft_box-partner {
    padding-top: 35px;
    padding-bottom: 85px;
    color: #383838;
    background-color: #F2F2F2;
    text-align: center}

.ft_sponsor-texts {
    font-size: 32px;
    font-family: M plus ExtraBold;
}

.ft_sponsor-texts2 {
    font-size: 24px;
}

.ft_sponsor-ship {
    width: 100px;
    padding-bottom: 5px;
    border-bottom: 3px solid #FFDFA2;
    font-size: 16px;
    color: #535353;
}

.ft_box-sponsor {
    width: 400px;
    height: 100px;
    margin-top: 35px;
    margin-bottom: 25px;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    line-height: 100px;
}

.ft-box-office-partner {
    justify-content: center;
    margin-top: 35px;
}

@media (max-width: 992px) {
    .top__page .section__concept .title-with-logo .title-with-bg {
        max-width: 100%;
    }
}

@media (max-width: 768px)  {
    .ft_box-partner {
        padding-top: 20px;
        padding-bottom: 50px;
        color: #383838;
        background-color: #F2F2F2;
        text-align: center;
    }

    .ft_sponsor-texts {
        font-size: 24px;
    }

    .ft_sponsor-texts2 {
        font-size: 20px;
    }

    .ft_box-sponsor {
        width: 300px;
        height: 75px;
        margin-top: 30px;
        margin-bottom: 50px;
        line-height: 75px;
    }
}
/*END FOOTER SPONSOR*/

/*START COLLAPSE FAQ*/
.box-collapse-faq .view-all {
    justify-content: flex-start;
}

.box-collapse-faq .view-all .btn-view-all {
    background-color: #223998;
}

.box-collapse-faq ul {
    padding-left: 0;
    list-style: none none inside;
    overflow: hidden;
}

.box-collapse-faq ul li {
    position: relative;
}

.box-collapse-faq .glyph-wrapper {
    position: absolute;
    width: 26px;
    height: 26px;
    right: 0;
    top: 28px;
    transition: all 0.5s 0.1s ease;
}

.box-collapse-faq .glyph-wrapper span {
    position: relative;
    left: 50%;
    top: 50%;
    display: block;
    background-color: #535353;
    transition: inherit;
    transform-origin: center;
}

.box-collapse-faq .glyph-wrapper .line-h {
    width: inherit;
    height: 2px;
    transform: translate(-50%, calc(-50% + 1px));
}
.box-collapse-faq .glyph-wrapper .line-v {
    width: 2px;
    height: inherit;
    transform: translate(-50%, calc(-50% - 1px));
}

.box-collapse-faq .accordion {
    overflow: hidden;
    transition: all 0.4s ease;
}

.box-collapse-faq .active + .accordion {
    max-height: 200px;
    margin-bottom: 1rem;
}

.box-collapse-faq .inactive + .accordion {
    max-height: 0;
    transition: all 0.4s ease;
}

.box-collapse-faq .accordion li {
    max-height: 0;
    margin: 5px 0 0 2rem;
    padding-left: 1rem;
    border-left: none;
    border-right: none;
    font: normal 1.25rem/1.5 "Arial", sans-serif;
    transition: all 0.4s ease;
}

.box-collapse-faq .active + .accordion li {
    max-height: 500px;
    transition: all 0.4s ease;
    font-size: 16px;

}
.box-collapse-faq .accordion li + li {
    border-top: none;
    border-bottom: none;
}

@media (max-width: 768px) {
    .box-collapse-faq .glyph-wrapper {
        width: 14px;
        height: 14px;
        right: 0;
        top: 15px;
    }

    .box-collapse-faq .view-all {
        margin-left: -30px;
        padding-top: 0;
    }

    .casting_faq .title-line {
        width: 100px;
    }
}
/*END COLLAPSE FAQ*/

/*START LIST SONG*/

.no-hover{
    pointer-events: none;
}
.contest-announcement {
    margin: 35px 60px 0px 60px;
}

.block-curve-structure {
    position: relative;
    border-radius: 15px;
    padding-left: 280px;
    padding-right: 200px;
    /*text-align: center;*/
}

.block-curve-structure2 {
    position: relative;
    border-radius: 15px;
    padding-left: 110px;
    padding-right: 110px;
    /*text-align: center;*/
}

.select-box-download-or-not-area {
    margin-top: 40px;
    margin-bottom: 50px;
}

.image-yell {
    position: absolute;
    top: 30px;
    left: 75px;
}

.contest-announcement-title {
    padding: 27px 0;
}

.text-fr-note {
    font-size: 13px;
}

.card-checkbox-ls {
    height: 75px;
    /*padding-top: 30px;*/
    font-size: 13px;
    align-items: center;
    text-align: center;
}

.card-checkbox-ls .form-check-inline {
    margin-right: 0;
}

.card-checkbox-ls {
    height: auto;
    /*padding-top: 30px;*/
    font-size: 13px;
    align-items: center;
    text-align: center;
}

.caution-note {
    min-width: 40px;
    height: 19px;
    margin-left: 10px;
    text-align: center;
    font-size: 11px;
    background-color: #F5365C;
    border-radius: 5px;
    color: #fff;
    line-height: 19px;
}

.ls-card-header {
    display: flex;
    justify-content: center;
    /*height: 50px;*/

}

.form-check-ls {
    margin-left: 85px;
}

.bg-w {
    background-color: #FFFFFF;
}

.bg-w .name-song {
    background-color: #FAFAFA;
    border: 1px solid #F2F2F2;
}

.text-check-label{
    /*font-size: 13px;*/
}

.text-check-label2 {

}

.list-cursor-pointer {
    cursor: pointer;
}

.box-beat-no-bg-color {
    padding: 0px 40px 20px 40px;
    border-radius: 20px;
}

.bg-button-gray {
    background-color: #FAFAFA;
}

.box-max-width {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}

.btn-entry-dl-ls {
    margin-top: 30px;
    margin-bottom: 0px;
}

.btn-entry-dl-ls:last-child {
    margin-bottom: 0px;
}

.box-btn-entry2:last-child {
    /*margin-bottom: 40px;*/
}

.pl-65 {
    padding-left: 65px;
}

.caution-download-browser {
    font-size: 10px;
    margin-top: 20px;
}

.fs-24 {
    font-size: 24px;
}
.fs-start-vote {
    font-size: 29px;
}
.fs-50 {
    font-size: 50px;
}



@media (max-width: 768px) {
    .fs-24 {
        font-size: 18px;
    }
    .fs-start-vote {
        font-size: 17px;
    }


    .contest-announcement {
        margin: 35px 10px 0px 10px;
    }

    .next-page-special-padding {
        padding-left: 13px !important;
    }

    .download-song-special-padding {
        padding-left: 28px !important;
    }

    .text-sp-font-12 {
        font-size: 12px !important;
    }
    .image-yell {
        position: unset;
        top: 30px;
        left: 75px;
    }

    .box-collapse-faq .glyph-wrapper {
        width: 14px;
        height: 14px;
        right: 0;
        top: 15px;
    }

    .block-curve-structure {
        position: relative;
        border-radius: 15px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .block-curve-structure2 {
        position: relative;
        border-radius: 15px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .form-check-ls {
        margin-left: 27px;
        margin-top: 10px;
    }

    .caution-text {
        margin-top: 20px;
        margin-left: 10px;
        margin-bottom: 75px;
        text-align: left;
        font-size: 10px;
        color: #707070;
        line-height: 18px;
    }

    .caution-text.description {
        font-size: 14px;
    }

    .contest-announcement-title {
        padding: 10px 0;
    }

    .list-cursor-pointer {
        cursor: pointer;
    }

    .box-beat-no-bg-color {
        padding: 0px 40px 20px 40px;
        border-radius: 20px;
    }

    .page-title-area {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .select-box-download-or-not-area {
        margin-bottom: 30px;
    }

    .btn-entry-success-ls-song {
        padding-left: 28px !important;
    }

    .font-size-11 {
        font-size: 11px;
    }

    .pl-20 {
        padding-left: 20px;
    }


    .card-checkbox-ls.live-box {
        text-align: left;
        padding-bottom: 30px;
    }

    .card-checkbox-ls.live-box .col-12 {
        margin-top: 20px;
    }
}
/*END LIST SONG*/

/*START APPLY CONSTEST*/
.btn-entry-ac {
    padding-left: 60px;
}

.btn-entry-ac .btn_circle{
    margin-left: 55px;
}

.btn-back {
    padding-left: 0;
    background-color: #E2E2E2;
    font-size: 16px;
    color: #707070;
}

.btn-back:hover {
    color: #707070;
}

.text-count {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 36px;
    right: 43px;
    font-size: 13px;
    color: #888888;
}

.box-area {
    position: relative;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.box-area textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #888888;
}

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

textarea.form-control {
    height: auto;
    border: 1px solid #D0D0D0;
}

.box-area .error-input {
    background-color: #f2c5c566 !important;
    border-color: #ff000b !important;
    box-shadow: none !important;
    /*z-index: -2;*/
}

/*#video_desc_1-error {*/
/*    position: absolute;*/
/*    float: left;*/
/*    margin-left: 35px;*/
/*    color: red;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

#video_desc_2-error {
    position: absolute;
    float: left;
    margin-left: 35px;
    color: red;
    text-align: left;
    bottom: 0;
    left: 0;
}

.ac1-title {
    font-size: 32px;
    /*padding-bottom: 30px;*/
    text-align: center;
}

.ac1-title.description {
    text-align: left;
    margin-left: 60px;
}

.line32 {
    width: 160px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #70B3FF;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pl-53 {
    padding-left: 53px;
}

.fs-36 {
    font-size: 36px;
}

.fs-45 {
    font-size: 45px;
}


.note-small {
    font-size: 16px;
    color: #888888;
    margin-top: 30px;
}

.note-small-name {
    font-size: 16px;
    color: #171717;
}

box-btn-entry2 button:disabled,
button[disabled]{
    opacity: 0.5;
}

.box-btn-entry-ac {
    display: flex;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .btn-back {
        width: 150px;
        height: 50px;
        line-height: 50px;
    }

    .h-40 {
        height: 40px;
    }

    .btn-entry-ac {
        width: 150px;
        height: 50px;
        padding-left: 45px;
    }

    .btn-ac-sp {
        line-height: 50px;
    }

    .lh-35 {
        line-height: 35px;
    }

    .btn-entry-ac .btn_circle{
        margin-left: 30px;
    }

    .btn-ac-sp .btn_circle{
        margin-top: 9px;
    }

    .btn-ac-sp .btn_circle .icon-right-w{
        margin-top: -21px;
    }

    .box-btn-entry-ac {
        display: flex;
        /*padding-top: 10px;*/
        /*margin-top: -20px;*/
        padding-bottom: 30px;
    }

    .ac1-title.description {
        margin-left: 0px;
    }

    .note-small-name {
        font-size: 12px;
    }

    .pb-70 {
        padding-bottom: 70px;
    }
}
/*END APPLY CONSTEST*/

/*START APPLY CONSTEST STEP2*/
.form-control:disabled, .form-control[readonly] {
    color: #171717;
    background-color: #FFFFFF;
    opacity: 1;
}

.form-control {
    border: 0px solid #ced4da;
}

.form-control:focus {
    border: 0px solid #ced4da;
    box-shadow: 0 0 0 0.2rem #FFFFFF}

.btn-uploadfile {
    display: block;
    position: absolute;
    top: 149px;
    width: 170px;
    height: 50px;
    border: 1px solid #CDD6DD;
    border-radius: 30px;
    background-color: #4D6FFF;
    cursor: pointer;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.btn-upload-video-contest {
    width: 170px;
    height: 50px;
    border: 1px solid #CDD6DD;
    border-radius: 30px;
    background-color: #4D6FFF;
    cursor: pointer;
    text-align: center;
    margin: 0px auto;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-upload-video-contest:hover {
    background-color: #FFFFFF;
    color: #4D6FFF;
}

.text-uploadfile {
    top: 10px;
    left: 40px;
    color: #FFFFFF;
    padding-top: 5px;
}

.custom-file-uploader input[type='file'] {
    display: block;
    position: absolute;
    /*width: 1700px;*/
    /*height: 50px;*/
    /*top: 0px;*/
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    /*width: 100%;*/
    /*height: 100%;*/
    opacity: 0;
    cursor: pointer;
    /*margin-top: 50px;*/
    margin-left: auto;
    margin-right: auto;
}

.custom-name-file-uploader input[type='text'] {
    display: block;
    position: absolute;
    top: 30px;
    /*left: 20px;*/
    /*right: -78px;*/
    /*min-width: 300px;*/
    /*max-width: 700px;*/
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

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

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

.custom-name-file-uploader-st2 input[type='text'] {
    top: -110px;
}

.input-group-file-uploader-st2{
    top: 130px
}

#video_url_2-error-duplicated {
    color: #F5365C;
}

.request-app {
    color: #4D6FFF;
}

.request-app:hover {
    text-decoration: none;
    color: #4D6FFF;
}

.ac-title {
    font-size: 32px;
    color: #383838;
}

.ac_err {
    color: #FF0000;
;
    font-size: 14px;
}

.w-fs2 {
    height: 550px;
}

.w1100pt {
    width: 100%;
}

.ac-line {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #CDD6DD;
}

@media (max-width: 768px) {
    .input-group-file-uploader-st2{
        top: 85px;
    }
}
/*END APPLY CONSTEST STEP2*/

/*START APPLY CONSTEST STEP3*/
.w-fs3 {
    /*min-height: 700px;*/
}

.ac-three-img {
    margin-top: 230px;
}

.ac-three-img-st3 {
    margin-top: 250px;
}

.ac-three-imgs {
    margin-top: 30px;
}

.ac-name-img {
    margin-top: 10px;
}

.ac-text-left {
    margin-left: 30px;
    text-align: left;
}

.ac-rule {
    font-size: 12px;
    color: #707070;
}

.required-red {
    color: #FF0000;
}

.progress {
    margin-top: 30px;
}

.btn-uploadfile-st3 {
    top: 100px;
}

@media (max-width: 768px) {
    .ac-img-one {
        margin-top: 20px;
    }

    .ac-three-imgs {
        margin-top: 20px;
    }

    .ac-three-img {
        font-size: 14px;
    }

    .ac-text-left {
        margin-left: 10px;
    }

    .ls-card-header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ac1-title {
        font-size: 24px;
    }

    .btn-uploadfile-st3 {
        top: 100px;
    }
}
/*END APPLY CONSTEST STEP3*/

/*START APPLY CONSTEST STEP4*/
.card-st4 {
    margin-top: 30px;
}

.btn-entry-acst4 {
    padding-left: 45px;
    /*border: 1px solid #FF14F7;*/
}

.btn-entry-acst4 .btn_circle {
    margin-left: 35px;
}

.ac4-name-img {
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.ac4-checkbox {
    min-width: 20em;
}

.text-last-red {
    font-size: 12px;
    color: #FF0000;
    margin: 30px;
    text-align: center;
}

.mt-100 {
    margin-top: 100px;
}
.ac4-text-success {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #171717;
    text-align: center;
    line-height: 32px;
}

.back-to-toppage {
    padding-bottom: 100px;
}
@media (max-width: 768px) {
    .card-st4 {
        margin-top: 20px;
    }

    .btn-entry-acst4 {
        padding-left: 19px;
    }

    .ac-three-img-st3 {
        margin-top: 250px;
    }

    .btn-entry-acst4 .btn_circle {
        margin-left: 15px;
    }

    .line32 {
        width: 125px;
        height: 7px;
    }

    .ac4-name-img {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ac4-checkbox {
        max-width: 163px;
        font-size: 14px;
    }

    .note-small {
        font-size: 14px;
    }

    .mt-50-sp {
        margin-top: 50px;
    }

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

    .ac4-text-success {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
    }

    .ml-sm__15 {
        margin-left: -15px;
    }
}


/*END APPLY CONSTEST STEP4*/

/*START VIDEO PAGE*/
.video__page {
    padding-top: 50px;
}
/*END VIDEO PAGE*/

/*MENU 20.07*/
.menu-yell .menu-page {
    background-color: #F2F2F2;
}

.menu-container {
    padding: 1rem 0.75rem;
}

.section-menu {
    padding: 0.5rem 0;
}

.menu-title {
    font-size: 12px;
    color: #888888;
    padding-bottom: 10px;
}

.wrapper-menu {
    background-color: #FFFFFF;
    border-radius: 10px;
}

.menu-content {
    height: 60px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.menu-content .item-logo {
    width: 40px;
    height: 40px;
    background-color: #F2F2F2;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-content .menu-icon {
    padding-right: 10px;
}

.menu-content .item-logo img {
    height: 60%;
    width: auto;
    border-radius: 0;
}

.menu-content a, .menu-content a:hover {
    text-decoration: none;
    color: inherit;
}

.menu-content .item-placeholder {
    color: #CCCCCC;
    padding-left: 15px;
    font-size: 11px;
}

.menu-content .image-blur {
    opacity: 0.7;
}

.menu-list .menu-content {
    border-bottom: 1px solid #F2F2F2;
}

.wrapper-menu .menu-content {
    border-bottom: 1px solid #F2F2F2;
}

.item-detail, .item-detail:focus, .item-detail:focus:after {
    color: #383838;
    text-decoration: none;
}

.item-detail.blur {
    color: #CCCCCC;
}

.menu-footer {
    background-color: #FFFFFF;
    font-size: 13px;
}

.menu-footer-content {
    padding: 1rem 1.45rem;
    display: flex;
    flex-direction: column;
}

.menu-footer-content .menu-item {
    padding: 10px 0;
    color: #383838;
    text-decoration: none;
}

.menu-footer-content .icon-new-tab {
    margin-top: -3px;
    margin-left: 5px;
}

.menu-footer-content .authen {
    padding: 30px 0 20px 0;
}

.menu-footer-content .authen a {
    color: #4D6FFF;
    text-decoration: none;
}
/*END MENU*/

/*START UPLOAD LOADING NO COLOR*/
.op-upload {
    opacity: 0.3;
}

.loading-op {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

.loading-center {
    position: fixed;
    z-index: 100;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .loading-center {
        width: 100px;
        height: 100px;
    }
}
/*END UPLOAD LOADING NO COLOR*/

/*START UPLOAD LOADING COLOR*/
/*.op-upload {
    opacity: 0.3;
}

.loading-center{
    position: fixed;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 50%;
    background: linear-gradient(#FF14AE , #8E1CFF);
    animation: animate 0.7s linear infinite;
    z-index: 100;
}
@keyframes animate {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

.loading-center span{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(#FF14AE , #8E1CFF);
}

.loading-center::after{
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: #FFFFFF;
    !*opacity: 0;*!
    border-radius: 50%;
}

@media (max-width: 768px) {
    .loading-center {
        width: 100px;
        height: 100px;
    }
}*/
/*END UPLOAD LOADING COLOR*/

/*START BUTTON ENTRY*/
.button-entry-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.button-entry-container-user {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.button-entry-download {
    width: 220px;
    height: 65px;
    font-size: 18px;
    border: 2px solid #CDD6DD;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FF14F7;
    padding-left: 30px;
    background-color: #FAFAFA;
    cursor: pointer;
}

.btn.button-entry-download .button-circle {
    margin-right: -5px;
}

.button-entry-download:hover, .btn-entry-success-ls-song:hover {
    color: #FFF;
    background-color: #8E1CFF;
}

.button-entry-download.expire:hover {
    color: #FF14AE;
}

.button-entry-download:focus, .button-entry-download:hover {
    outline: none;
    text-decoration: none;
}

.button-circle {
    width: 50px;
    height: 50px;
    background-image: linear-gradient(to right, #FF14AE , #8E1CFF);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-circle img {
    height: 45%;
    width: auto;
}

.text.text-entry {
    padding-left: 20px;
}

.button-entry-download.expire {
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
    color: #FFFFFF;
    position: fixed;
    right: 50px;
    z-index: 99;
}

.button-entry-download.expire.notVote {
    background-color: #FFFFFF;
    background-image: none;
    color: #A5A5A5;
    position: fixed;
    right: 50px;
    z-index: 99;
    padding-left: 20px;
}

.button-entry-download.expire.start-vote {
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
}

.button-entry-download.expire.start-vote a {
    color: #FFFFFF;
    font-size: 20px;
}

.button-entry-download.expire .text {
    padding-left: 0;
}

@media (max-width: 768px) {
    .button-entry-download {
        width: 160px;
        height: 40px;
        font-size: 12px;
        border-radius: 30px;
        padding-left: 20px;
    }

    .button-entry-download.expire.start-vote a {
        color: #FFFFFF;
        font-size: 16px;
    }

    .title-and-charts-area-user {
        padding-bottom: 25px !important;
    }


    .button-circle {
        width: 30px;
        height: 30px;
    }

    .button-entry-download.entry {
        width: 140px;
    }

    .button-entry-download.entry .text {
        padding-left: 5px;
    }

    .button-entry-download.expire {
        top: 83px;
        right: 20px;
    }

    .button-entry-download.entry.expire .text {
        padding-left: 0;
        font-size: 10px;
    }

    .button-entry-download.entry.expire img {
        width: 30px;
    }

}
/*END BUTTON ENTRY*/

/*START BTN LS*/
.btn-ls-50 {
    padding-left: 30px;
}

.btn-ls-50 .btn_circle {
    margin-left: 12px;
}

.box-btn-office {
    display: flex;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
}

.btn-office {
    position: relative;
    width: 220px;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    border-radius: 35px;
    margin-left: auto;
    margin-right: auto;
}

.btn-office .btn-name {
    width: 180px;
    height: 65px;
}

.btn-entry-office {
    display: flex;
    width: 220px;
    height: 65px;
    color: #FF14F7;
    background-color: #FAFAFA;
    border: 2px solid #CDD6DD;
    border-radius: 35px;
    font-size: 18px;
    line-height: 65px;
    cursor: pointer;
}

.btn-office .btn_circle {
    position: absolute;
    right: 10px;
}

.btn-back a {
    color: #707070;
    text-decoration: none;
}

@media (max-width: 768px) {
    .btn-ls-50 {
        padding-left: 12px;
    }

    .btn-office {
        position: relative;
        width: 150px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        border-radius: 25px;
    }

    .btn-office .btn_circle {
        position: absolute;
        right: 10px;
        margin-top: 8px;
        height: 30px;
        width: 30px;
    }

    .btn-office .btn_circle .icon-right-w {
        position: absolute;
        right: 1px;
        margin-top: 8px;
    }

    .btn-entry-office {
        width: 150px;
        height: 50px;
        color: #FF14F7;
        border-radius: 25px;
        font-size: 14px;
        line-height: 50px;
    }

    .btn-office .btn-name {
        width: 120px;
        height: 50px;
    }

    .btn-office .btn-name.ml-sm__5 {
        margin-left: -5px;
    }
}
/*END BTN LS*/

/*START BOX VIDEO WITH BORDER*/

@media (max-width: 2560px) {
    .row-video {
        margin-top: 50px;
    }

    .box-border-vd {
        position: relative;
        width: 100%;
        min-width: 345px;
        padding-left: 0;
        padding-right: 0;
    }

    .box-no-br {
        position: relative;
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        z-index: 3;
        padding-right: 60px;
        padding-bottom: 80px;
    }

    .border-video-br {
        position: absolute;
        width: 1000px;
        height: 400px;
        right: 0px;
        bottom: 0;
        z-index: 2;
        background-image: linear-gradient(to right, #E9D5FA, #B4C9F7);
    }

    .box-no-br-absolu {
        position: relative;
        padding-bottom: 56.25%; /*16:9*/
        /*padding-top: 30px;*/
        height: 0;
        overflow: hidden;
    }

    .box-no-br-absolu iframe {
        position: absolute;
        /*bottom: 0;*/
        left: 0;
        width: 100%;
        height: 100%;
    }

    .pr-video-no-br {
        /*margin-top: 10px;*/
        padding-right: 60px;
    }

}
@media (min-width: 768px) and (max-width: 2000px)  {
    .box-no-br {
        padding-right: 30px;
        padding-bottom: 40px;
    }

    .box-border-vd-nobr {
        margin-top: 50px;
    }

    .border-video-br {
        width: 580px !important;
        height: 195px;
    }

    .pr-video-no-br {
        /*padding-right: 0px;*/
        padding-left: 60px;
    }
}

@media (max-width: 768px) {
    .row-video {
        margin-top: 30px;
    }

    .box-border-vd {
        margin-right: -30px;
        margin-left: -30px;
    }

    .box-border-vd-nobr {
        /*margin-right: 10px;*/
        margin-top: 10px;
        margin-left: 0px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-no-br {
        padding-right: 45px;
        padding-bottom: 20px;
    }

    .border-video-br {
        width: 290px;
        height: 97px;
    }

    .box-no-br-absolu {
        padding-bottom: 75%; /*4:3*/
    }

    .box-no-br-absolu.box-edit-padding {
        padding-bottom: 56%; /*4:3*/
    }

    .pr-video-no-br {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-bottom: 0;
    }

    .pr-video-no-br {
        padding-left: 0;
        padding-right: 0px;
    }
}

/*END BOX VIDEO WITH BORDER*/

/*START POPUP ENTRY*/
#noArtistModal .model-center {
    margin: 0;
    position: fixed;
    top: calc(50% - 125px);
    left: calc(50% - 300px);
    transform: translate(-50%, -50%);
}

#leaveGuidModal .model-center {
    margin: 0;
    position: fixed;
    top: calc(50% - 185px);
    left: calc(50% - 300px);
}

#noArtistModal .popup-entry {
    width: 600px;
    height: 250px;
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-right: -50%;*/
    /*transform: translate(-50%, -50%);*/
}

#noArtistModal .popup-entry .modal-body, #leaveGuidModal .popup-entry .modal-body {
    padding: 40px 30px 30px 30px;
    text-align: left;
    align-items: center;
}

#noArtistModal .popup-entry .body-text {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
}

#leaveGuidModal .popup-entry .body-text {
      font-size: 18px;
      margin-left: auto;
      margin-right: auto;
}

#noArtistModal .popup-entry .modal-body .close {
    margin-top: -95px;
    font-size: 35px;
}

#leaveGuidModal .popup-entry .modal-body .close {
    margin-top: -85px;
    font-size: 35px;
}

#noArtistModal .popup-entry .modal-footer, #leaveGuidModal .popup-entry .modal-footer {
    padding: 2em;
}

#leaveGuidModal .modal-footer {
    padding-right: 70px;
    padding-left: 70px;
    justify-content: space-between;
}

#noArtistModal .popup-entry .btn-modal-cancel, #leaveGuidModal .popup-entry .btn-modal-cancel {
    background-color: #FFFFFF;
    border: 2px solid #E7AFE4;
    border-radius: 2.5rem;
    height: 50px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e777e3;
    font-size: 20px;
}

#leaveGuidModal .btn-modal-cancel {
    background-color: #E2E2E2;
    border: 2px solid #CDD6DD;
    color: #707070;
}

#leaveGuidModal .btn-modal-success {
    background-color: #FF0000;
    background-image: none;
}

#noArtistModal .popup-entry .btn-modal-success, #leaveGuidModal .popup-entry .btn-modal-success {
    margin-left: 20px;
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
    border: 2px solid #CDD6DD;
    border-radius: 2.5rem;
    font-size: 20px;
    height: 50px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    #noArtistModal .model-center {
        margin: 0;
        position: fixed;
        top: calc(50% - 100px);
        left: calc(50% - 150px);
        transform: translate(-50%, -50%);
    }

    #leaveGuidModal .model-center {
        top: calc(50% - 175px);
        left: calc(50% - 150px);
    }

    #noArtistModal .popup-entry {
        width: 300px;
        height: 200px;
    }

    #noArtistModal .popup-entry .body-text {
        font-size: 16px;
    }

    #leaveGuidModal .popup-entry .body-text {
        font-size: 12px;
    }

    #noArtistModal .popup-entry .btn-modal-cancel, #leaveGuidModal .popup-entry .btn-modal-cancel {
        height: 30px;
        width: 100px;
        font-size: 16px;
    }

    #noArtistModal .popup-entry .btn-modal-success, #leaveGuidModal .popup-entry .btn-modal-success {
        font-size: 16px;
        height: 30px;
        width: 100px;
        margin-left: 10px;
    }

    #noArtistModal .popup-entry .modal-footer, #leaveGuidModal .popup-entry .modal-footer {
        padding: 1em;
        justify-content: center;
    }

}
/*END POPUP ENTRY*/

/*START CONTEST TOP*/
.img-bg-opacity {
    opacity: 60%;
    position: absolute;
    width: 100%;
    z-index: -3;
}

.bg-chart-area {
    position: relative;
    height: 1240px;
    background-color: #0B0921;
    z-index: 0;
}

.bg-chart-area-hide {
    height: auto !important;
}

.bg-title-chart-contest {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.max-width-contest-top {
    max-width: 2200px;
    margin: 0 auto;
}

.group-button-large-area {
    position: relative;
    background-color: #0B0921;
    z-index: 0;
    padding-bottom: 10px;
}

.group-button-large-bg {
    height: 857px;
}

.icon-yume-header {
    position: absolute;
    right: 10px;
    top:10px;
}

.text-grey {
    color: #A5A5A5;
}

.text-grey-yell {
    color: #D2DFE2;
}

.contest-top-head-buttons .btn-view-all, .medal-boost-button .btn-view-all {
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
}

.contest-top-head-bottom-line {
    /*margin-top: 10px;*/
    height: 10px;
    width: 100%;
    background: -webkit-linear-gradient(left, #83D9FF 0%, #8E1CFF 50%, #FF14AE 100%);
}

.group-banner-area-bg {
    background-color: #0B0921;
}

.list-video-page .group-banner-area-bg {
    background-color: #F2F2F2;
}

.list-video-page .group-video-button {
    background-color: #F2F2F2;
    padding-bottom: 50px !important;
}

.video-random-slide {
    background: none;
}

.each-sample-image {
    padding: 10px;
}

.btn-support {
    width: 220px;
    height: 65px;
    padding-left: 45px;
}

.button-top-ranking {
    cursor: pointer;
}

.group-banner-area-bg img {
    width: 90% !important;
}

.medal-boost-show-point {
    padding-top: 30px;
    color: #1CB9FF;
}

.medal-boost-myself-area {
    position: relative;
}

.medal-boost-myself-image {
    position: absolute;
    top: 0px;
    left: 86px;
}

.medal-boost-myself-point {
    position: absolute;
    top: 6px;
    left: 120px;
    color: #1CB9FF;
    font-size: 16px;
}

.description-medal-boost {
    margin-top: 10px;
}

.fs-10 {
    font-size: 10px;
}

.vote-and-view-chart-area {
    display: flex;
}

.vote-and-view-chart-area {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.title-and-charts-area-user {
    position: relative;
    background-color: #080A26;
    z-index: 0;
    padding-bottom: 55px;
}

.title-and-charts-area {
    position: relative;
    background-color: #080A26;
    z-index: 0;
    padding-bottom: 50px;
}

.title-and-charts-area.fixed-index {
    z-index: 1;
}

.block-curve-structure-contest {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
}

.color-white {
    color: #ffffff;
}

.bg-random-video-group {
    background-color: #080A26;
}

.each-group-video {
    margin: 20px 0px;
}

.fs-195 {
    font-size: 195px;
}

.fs-12 {
    font-size: 12px;
}

.below-title {
    position: relative;
    top: -25px;
}

.contest-icon {
    position: relative;
    top: -4px;
}

.medal-boost-quest-area, .video-detail-container {
    max-width: 2100px;
    margin: 0 auto;
    padding-right: 90px;
    padding-left: 90px;
    padding-top: 20px;
}

.fs-32 {
    font-size: 32px;
}

.question-medal-icon {
    position: relative;
    top: -7px;
}

.sub-title-medal-boost {
    padding-right: 75px;
    margin-bottom: 20px;
}

.medal-boost-title {
    font-size: 32px;
    padding-right: 10px;
}

.artist-name-area {
    font-size: 12px;
    padding-left: 0px;
    padding-top: 15px;
}

/*.artist-name-area::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-color: #4590E6;*/
/*    width: 60%;*/
/*    height: 1px;*/
/*    top: 40px;*/
/*}*/

.avatar-artist {
    position: absolute;
    width: 45px;
    height: auto;
}

.vote-point-ava {
    height: 55px;
    background: #F2F2F2;
}

.youtube-views-ava {
    height: 55px;
    background: #F2F2F2;
}

.vote-point-area, .youtube-view-area {
    background-color: #F2F2F2;
    border-radius: 20px;
    padding-bottom: 20px;
}

.ranking-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-vote-count {
    color: #7526EA;
}

.text-view-count {
    color: #E91D72;
}

.box-all-list {
    padding: 50px 0 40px 0;
    background-color: #0B0921;
}

@media (max-width: 1100px)  {
    .text-vote-count, .text-view-count {
        font-size: 18px;
    }

    .bg-chart-area {
        height: 1950px;
    }
}

@media (max-width: 768px)  {
    .count-img {
        width: 30px;
        height: 30px;
    }

    .text-vote-count, .text-view-count {
        padding-top: 3px;
    }

    .box-all-list {
        padding: 50px 0 10px 0;
    }
}

.vote-text-line, .view-text-line {
    width: 30%;
}

.vote-text-line hr {
    border-top: 3px solid #7526EA;
    width: 100%;
}

.view-text-line hr {
    border-top: 3px solid #E91D72;
    width: 100%;
}

.each-avatar-area:first-child {
    border-radius: 15px 0 0 0;
}

.each-avatar-area:nth-child(9) {
    border-radius: 0 0 0 15px;
}

.artist-ava-rank {
    margin-top: 10px;
    margin-left: 10px;
    color: #383838;
}

.img-rank-position {
    position: relative;
    top: 10px;
    left: -30px;
}

.video-groups-area {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.img-bg-ranking-video {
    /*height: 730px;*/
}

.button-entry-container:hover,  .button-entry-container:focus{
    text-decoration: none;
}

.no-underline-hover:hover, no-underline-hover:focus {
    text-decoration: none;
}

/*css for PROGRESS BAR*/
.progress-bar-vote {
    background: -webkit-linear-gradient(left, #FF14AE 0%, #8E1CFF 50%, #83D9FF 100%);
    border-radius: 0 10px 10px 0;
    text-align: left;
    padding-left: 10px;
    /* Chrome10-25,Safari5.1-6 */
}

.progress-bar-youtube {
    background: -webkit-linear-gradient(left, #FF197D 0%, #FF6750 50%, #FFC21C 100%);
    border-radius: 0 10px 10px 0;
    text-align: left;
    padding-left: 10px;
    /* Chrome10-25,Safari5.1-6 */
}

.each-vote-bar .progress {
    background-color: #1F1F1F;
    box-shadow: inset 0 0 2px 2px rgba(117,120,125,0.1), 0 0 2px 2px rgba(117,120,125,0.1);
    border-radius: 0 10px 10px 0;
    margin-top: 20px;
    height: 20px;
}

.each-vote-bar .progress .progress-bar {
    height: 20px;
    font-size: 12px;
}

.each-vote-bar {
    border-left: 3px solid #FF14AE;
    padding: 0px 10px 0px 0px;
    position: relative;
}

.ranking-section .each-vote-bar {
    height: 50%;
    margin-top: 13px;
}

.ranking-section .each-vote-bar .progress {
    margin-top: 6px;
}

.group-support-area {
    padding: 10px;
}

.header-contest-top-sp {
    display: none;
    background-image: url(../images/page/top/MVC4_Header1_20221028_SP.jpg);
}

.img-yume-sp-contest-top {
    width: 100%;
}

.fs-14 {
    font-size: 14px;
}

.fs-20 {
    font-size: 20px;
}

.header-contest-top-pc a:hover {
    text-decoration: none;
}

.img-bg-chart {
    border-radius: 15px;
    height: 380px;
}

.youtube-view-area {
    padding-right: 10px;
}
/*end of css for PROGRESS BAR*/
.random-video-area .slide-artist-container {
    padding-left: 90px;
    padding-right: 90px;
}

.random-video-area .slide-artist-container .content-card-video {
    width: 300px !important;
    margin-right: 20px;
    border-radius: 15px;
    position: relative;
}

.random-video-area .slide-artist-container
.content-card-video .video-bottom-container {
    height: 75px;
}

.random-video-area .video-modal-content {
    top: 80px;
}

.random-video-area .ct_box {
    left: 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #383838;
    border-radius: 50px;
    width: 200px !important;
    height: 40px;
    padding: 0 10px;
}

.top-3-banner img {
    display: block;
    margin: 40px auto;
    width: 80%;
    height: auto;
}

.header-contest-top-pc {
    padding-top: 40px;
    background-image: url(../images/page/top/MVC4_Header_1280x275.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .top-3-banner img {
        margin: 20px auto;
        width: 90%;
    }

    .random-video-area .slide-artist-container .content-card-video {
        width: 260px !important;
        margin-right: 15px;
    }

    .random-video-area .slide-artist-container {
        padding-left: 0;
    }

    .random-video-area .slide-artist-container
    .content-card-video .vote-container img {
        width: 90px;
    }

    .random-video-area .slide-artist-container
    .content-card-video .icon-action-container
    .icon-container .icon-img {
        width: 35px;
        height: 35px;
    }

    .random-video-area .slide-artist-container
    .content-card-video .video-bottom-container {
        height: 50px;
    }

    .random-video-area .slide-artist-container
    .content-card-video .video-bottom-container .avatar-circle {
        width: 35px;
        height: 35px;
    }

    .random-video-area .slide-artist-container
    .content-card-video .video-bottom-container
    .medal-level-container img {
        width: 40px;
        height: 40px;
    }

    .header-contest-top-pc {
        display: none;
    }

    .header-contest-top-sp {
        display: block;
    }

    .no-display-sp {
        display: none;
    }

    .group-banner-area-bg img {
        width: 100% !important;
    }

    .btn-support {
        height: 40px;
        width: 147px;
        font-size: 12px;
        padding-left: 15px;
    }

    .contest-entry-screen {
        padding-top: 75px;
    }

    .bg-title-chart-contest {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .medal-boost-quest-area, .video-detail-container {
        padding: 1rem 1.25rem;
        font-size: 14px;
    }

    .medal-boost-title {
        font-size: 19px;
        padding-right: 10px;
    }

    .question-medal-icon {
        width: 30px;
        height: auto;
        position: relative;
        top: 0px;
    }

    .sub-title-medal-boost {
        font-size: 10px;
        padding-right: 45px;
        margin-bottom: 20px;
    }

    .check-support-page {
        text-align: center;
    }

    .btn-support-sp {
        margin: auto;
    }

    .artist-name-area {
        font-size: 8px;
        padding-left: 14px;
    }

    .artist-name-area {
        font-size: 10px;
    }

    .display-sp {
        display: block !important;
    }

    .vote-and-view-chart-area {
        margin-left: 0px;
        margin-right: 0px;
    }

    .block-curve-structure-contest {
        margin-right: -15px;
        margin-left: -15px;
    }

    .vote-and-view-chart-area {
        padding-left: 10px;
    }

    .img-bg-chart {
        height: 700px;
    }

    .youtube-view-area {
        padding-right: 15px;
    }

    .random-video-area .video-modal-content {
        top: 12px;
    }
}


/*END CONTEST TOP*/

/*START REGISTER PAGE*/
.register__container {
    padding-bottom: 160px;
}

.register-background {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
}

.list-user-container .section-list-user {
    position: relative;
    padding-top: 110px;
    height: 576px;
}

.list-user-container .title {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.list-user-container .title .title-border {
    background-image: linear-gradient(to right, #FF14AE, #8E1CFF);
}

.list-user-container .section-list-user .list-user {
    width: 852px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.image-with-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-with-text .image-description {
    position: absolute;
    color: #FFFFFF;
    top: 42%;
    left: 37%;
    text-align: center;
    font-size: 18px;
}

.image-description.text-livehouse {
    top: 35%;
    left: 35%;
}

.image-description.text-supporter {
    left: 24%;
}

.image-description.text-creator {
    left: 32%;
}

@media (max-width: 768px) {
    .register__container {
        margin-top: 65px;
        padding-bottom: 30px;
    }

    .list-user-container .section-list-user {
        padding-top: 10px;
        height: 310px;
    }

    .register-background {
        width: auto;
        margin-right: -100px;
    }

    .list-user-container .section-list-user .title {
        padding-top: 10px;
        padding-bottom: 1rem;
    }

    .list-user-container .title .title-border {
        margin-top: 0;
    }

    .list-user-container .section-list-user .title .content {
        font-size: 24px;
    }

    .list-user-container .section-list-user .list-user {
        width: 250px;
        padding-top: 10px;
    }

    .list-user-container .section-list-user .list-user .image-with-text {
        padding-bottom: 30px;
    }

    .image-with-text .image-description {
        font-size: 14px;
        top: 30%;
        left: 32%;
    }

    .image-description.text-livehouse {
        top: 30%;
    }

    .image-description.text-supporter {
        left: 20px;
    }

    .image-description.text-creator {
        left: 26%;
    }
}

@media (min-width: 768px) and (max-width: 1028px) {
    .list-user-container .section-list-user {
        height: 476px;
    }

    .list-user-container .section-list-user .list-user {
        width: 652px;
    }

    .image-with-text img {
        width: 75%;
    }

    .image-with-text .image-description {
        font-size: 14px;
        left: 32%;
    }

    .image-description.text-supporter {
        left: 18%;
    }

    .image-description.text-creator {
        left: 29%;
    }
}

/*------start register user section--------*/
.register-user-container {
    position: relative;
}

.register-background-bottom {
    position: absolute;
    z-index: -2;
    width: 100%;
    top: -80px;
    max-height: 2700px;
}

.register-user {
    width: 100%;
    height: 450px;
    background-image: url("../images/page/register/banner-ARTIST.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.85;
    position: relative;
    z-index: 1;
    top: 171px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.user-content {
    background-color: rgba(242, 242, 242, 0.75);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 325px;
    width: 83.4%;
    position: relative;
}

.register-user .user-image {
    position: absolute;
    z-index: 1;
    height: 450px;
    top: 0;
    right: 0;
}

.user-content-title {
    color: #FFFFFF;
    font-size: 2rem;
    font-family: 'M plus ExtraBold';
    font-weight: bold;
}

.user-content-detail {
    font-size: 24px;
    color: #383838;
    margin-top: -55px;
    position: absolute;
    z-index: 2;
}

.user-content-text {
    padding: 42px 23px;
    color: #383838;
}

.register-user .btn-view-all {
    margin-top: 102px;
}

.register-user.artist .btn-view-all .text {
    padding-left: 30px;
}

.register-user.artist .btn-view-all {
    background-image: linear-gradient(to right, #A5E045, #2ADEF5);
}

/*-livehouse-*/
.register-user.livehouse {
    margin: 80px 0;
    background-image: url("../images/page/register/banner-LIVE-HOUSE.png");
    justify-content: flex-start;
}

.register-user.livehouse .user-content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: flex-end;
}

.register-user.livehouse .user-content-title {
    text-align: right;
    padding-right: 25px;
}

.register-user.livehouse .view-all {
    justify-content: flex-end;
    /*padding-top: 0;*/
}

.register-user.livehouse .btn-view-all {
    background-image: linear-gradient(to right, #E51FFF, #4590E6);
}

.register-user.livehouse .btn-view-all .text {
    padding-left: 5px;
}

.register-user.livehouse .user-image {
    height: 450px;
    top: 0;
    left: 0;
}

.register-user.livehouse .user-content-text {
    width: 440px;
    right: 0;
}

/*-supporter-*/
.register-user.supporter {
    background-image: url("../images/page/register/banner-Supporter.png");
    position: relative;
}

.register-user.supporter .btn-view-all {
    background-image: linear-gradient(to right, #FFC21C, #FF1480);
}

.register-user.supporter .btn-view-all .text {
    padding-left: 5px;
}

.register-user.supporter .btn-view-all {
    margin-top: 140px;
}

/*-creator-*/
.register-user.livehouse.creator {
    background-image: url("../images/page/register/banner-CREATOR.png");
}

.register-user.livehouse.creator .btn-view-all {
    background-image: linear-gradient(to left, #45D5A3, #6047EB);
}

.register-user.livehouse.creator .btn-view-all .text {
    padding-left: 20px;
}

@media (min-width: 768px) and (max-width: 1028px) {
    .register-user {
        height: 300px;
    }

    .user-content {
        height: 218px;
        width: 90%;
    }

    .register-user .user-image {
        height: 300px;
    }

    .user-content-detail {
        margin-top: -43px;
    }

    .user-content-text {
        padding: 15px 23px;
    }

    .register-user .btn-view-all {
        margin-top: 15px;
    }

    .register-user.livehouse .user-image {
        height: 300px;
    }

    .register-user.livehouse .view-all {
        padding-top: 40px;
    }

    .register-user.supporter .btn-view-all {
        margin-top: 52px;
    }
}

@media (max-width: 768px) {
    .register-user {
        width: 100%;
        height: 200px;
        top: 30px;
    }

    .user-content {
        height: 140px;
        width: 93%;
    }

    .register-user .user-image {
        height: 200px;
        right: -110px;
    }

    /*.register-user.artist .user-image, .register-user.supporter .user-image, .register-user.livehouse .user-image {*/
    /*    display: none;*/
    /*}*/

    .user-content-title {
        font-size: 24px;
    }

    .user-content-detail {
        font-size: 12px;
        margin-top: -32px;
    }

    .user-content-text {
        padding: 12px 8px;
    }

    .register-user .btn-view-all {
        margin-top: 15px;
    }

    .register-user.livehouse {
        margin: 25px 0;
    }

    .register-user.livehouse .user-image {
        height: 200px;
        left: -120px;
    }

    .register-user.supporter .user-image {
        right: -90px;
    }

    .register-user.livehouse .user-content-text {
        width: 220px;
        right: 0;
    }

    .register-user.livehouse .view-all {
        padding-top: 20px;
    }

    .register-user.supporter .btn-view-all {
        margin-top: 32px;
    }

    /*.register-form .form-group {*/
    /*    margin-bottom: 0 !important;*/
    /*}*/
}

/*END REGISTER PAGE*/

/*START REGISTER PAGE*/
.register_container {
    padding-top: 110px;
    background-image: url("../images/page/register/artist/register_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}

.register_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    font-family: 'M PLUS 1p', sans-serif;
}

.register_title .title_detail {
    color: #FFFFFF;
    font-size: 2rem;
}

.register-form-container {
    width: 838px;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background-color: rgba(247, 239, 247, 0.5);
    border-radius: 51px;
}

.register-form {
    width: 615px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    padding-bottom: 50px;
}

.required {
    color: #FF0000;
    font-size: 10px;
}

.input-field {
    height: 55px;
    border-radius: 11px;
}

.input-label {
    font-size: 10px;
}

.input-field::placeholder {
    color: #CCCCCC;
    font-size: 18px;
}

.same-line {
    display: flex;
    justify-content: space-between;
}

.same-line.row {
    margin-right: -55px;
}

.input-field.half-width {
    width: 270px;
}

.input-field.large-width {
    width: 419px;
}

.input-field.dropdown-toggle {
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
}

.input-field.dropdown-toggle::after {
    background-image: url("../images/page/register/artist/drop_icon.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 34px;
    margin-left: 0;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.input-field.small-width {
    width: 153px;
    /*background-color: #FFFFFF;*/
    /*padding: 6px 12px;*/
}

.form-group.input-places {
    width: 153px;
}

/*--custom genres checkbox*/
.genres-dropdown {
    width: 615px;
    background-color: #F2F2F2;
    border-radius: 11px;
    margin: 0;
    font-size: 11px;
    padding: 30px 30px;
}

.genres-dropdown .checkbox {
    padding-bottom: 16px;
}

.genres-dropdown input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 120px;
    height: 40px;
    outline: none;
    border-radius: 30px;
    transition: .3s;
    background-color: #A5A5A5;
}

.genres-dropdown input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 20px;
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 50%;
    transition: .3s ease;
}

.genres-dropdown input[type="checkbox"]:checked:before {
    transform: translateX(78px);
}

.genres-dropdown input[type="checkbox"]:checked {
    background-image: linear-gradient(to right, #A5E045, #2ADEF5);
}

.genres-dropdown label {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 55px;
    width: 66px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.genres-dropdown input[type="checkbox"]:checked + label {
    left: 30px;
    transition: .3s;
}

.input-genres-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#selected_genres {
    padding-top: 11px;
    width: 370px;
    height: 45px;
    overflow-y: scroll;
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
}

#selected_genres::-webkit-scrollbar {
    display: none;
}

.selected-genres {
    padding-top: 11px;
    width: 200px;
    height: 45px;
    overflow-y: scroll;
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
}

.selected-genres::-webkit-scrollbar {
    display: none;
}
/*--custom place select*/
.select-hidden {
    display: none;
    visibility: hidden;
    /*padding-right: 10px;*/
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 153px;
    height: 55px;
    border-radius: 11px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    padding: 16px 15px;
transition(all 0.2 s ease-in);
    border-radius: 11px;
    color: #383838;
}

.select-styled:after {
    content:"";
    width: 30px;
    height: 34px;
    background: url("../images/page/register/artist/drop_icon.png");
    position: absolute;
    top: 11px;
    right: 10px;
}

.select-styled:active, .select-styled.active {
    background-color: #FFFFFF;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #F2F2F2;
    border-radius: 11px;
    color: #383838;
    text-align: center;
    margin-top: 3px;
    max-height: 240px;
    overflow-y: scroll;
}

.select-options li {
    padding-top: 8px;
}

.select-options li:hover, .select-options li:active:after {
    background-color: #A5A5A5;
    color: #FFFFFF;
}

.select-options .active {
    background-color: #A5A5A5;
    color: #FFFFFF;
}

.select-options[rel="hide"] {
    display: none;
}

.disabled-li {
    pointer-events: none;
    opacity: 0.6;
    background-color: #F2F2F2;
}

/*--custom upload avatar*/
input.error.fail-alert {
    background-color: salmon;
}

label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

img.error {
    background-color: chocolate;
}

.genres-checkox-item {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.lst-img-W .box-submit-btn-image .avatar-border {
    border: 1.5px solid #888888;
    background-color: #FFFFFF;
}

.box-submit-btn-image {
    margin-top: 4px;
}

.box-submit-btn-image .avatar-border {
    width: 154px;
    height: 154px;
    /*border: 1.5px solid #FF0000;*/
    /*background-color: #FFE4E4;*/
    border: 1.5px solid #707070;
    background-color: #FFFFFF;
    border-radius: 27px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.upload-img {
    background-image: url(../images/icon_plus@2x.png);
    content: "";
    height: 54px;
    width: 54px;
    background-size: cover;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.close-img-button-modal{
    background-image: url(../images/icon_close02.png);
    content: "";
    height: 40px;
    width: 40px;
    background-size: cover;
    position: absolute;
    top: -10px;
    /* left: 0; */
    right: -1;
    /* margin-left: auto; */
    margin-left: -15px;
}

.upload-img-red {
    background-image: url(../images/upload-img-red.png);
    content: "";
    height: 45px;
    width: 45px;
    background-size: cover;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.below-img-text {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    color: #4D6FFF;
    font-size: 15px;
    margin-top: 163px;
    border-bottom: 1px solid #4D6FFF;
    line-height: 20px;
}

@media (max-width: 768px) {
    .below-img-text {
        margin-top: 100px;
    }
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    max-height: fit-content;
}

.flex-container .box-text {
    margin-left: 15px;
    font-size: 14px;
}

.text-beside {
    font-size: 12px;
    margin-top: 20px;
}

input.error,
select.error,
textarea.error {
    border-color: #FF0000 !important;
    font-weight: 300;
    color: #FF0000;
    background-color: #FFE4E4;
}

input[type=submit] {
    height: 40px !important;
}

.form-control {
    border-color: #888888 !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

.form-control::-webkit-input-placeholder {
    color: #A5A5A5 !important;
    font-size: 14px;
    font-weight: 200;
}

.input-file-hidden {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.img-browser .input-file {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    transition: background-color 5000s ease-in-out 0s;
}

#avatar-thumbnail {
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -1.5px;
    left: -1.5px;
    border-radius: 25px;
}

img[alt]:after {
    display: none;
    content: attr(alt);
}

.mb-12px {
    margin-bottom: 12px;
}

.text-count {
    display: block;
    text-align: right;
    bottom: 5px;
    right: 10px;
    font-size: 13px;
    position: absolute;
    color: #888888;
    display: flex;
}

.box-area {
    position: relative;
}

.preview-content {
    font-size: 18px;
    font-weight: bold;
    word-break: break-all;
    margin-top: 5px;
}

.preview-content.description {
    width: 330px;
    height: 100%;
}

.preview-content.comment {
    height: 100% !important;
}

.preview2-content {
    padding-left: 15px;
    font-size: 13.5px;
    font-weight: 600;
    word-break: break-all;
    margin-top: 5px;
}

.avatar-preview {
    border-radius: 27px;
    width: 125px;
    height: 125px;
    object-fit: cover;
}

/* select2 */
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 10px;
    z-index: 999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
    right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('../images/icon-down-select2@2x.png');
    content: "";
    height: 13px !important;
    width: 13px !important;
    background-size: cover;
    position: absolute !important;
    top: 15px !important;
    right: 0 !important;
    border: none !important;
    margin-left: -12px !important;
}

.select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow b {
    /* background-image: url('../images/icon-down-select2@2x.png'); */
    transform: rotate(180deg);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    position: relative;
}

.select2-container {
    width: 100% !important;
}

.textarea-count{
    padding-bottom: 25px !important;
}
.clear-bottom{
    position: absolute;
    bottom: 1px;
    right: 0;
    width: 93%;
    background: transparent;
    height: 25px;
}
/* select2 */
/* modal-upload-img */
.modal-open{
    overflow:hidden;
    overflow-y:scroll;
    padding-right: 0 !important;
}
.modal-image-editor#imageEditor .modal-body,  .modal-image-editor#imageEditor1 .modal-body, .modal-image-editor#imageEditor2 .modal-body{
    padding: 0;
}

.modal-image-editor#imageEditor .modal-footer, .modal-image-editor#imageEditor1 .modal-footer, .modal-image-editor#imageEditor2 .modal-footer {
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    /*justify-content: space-between;*/
}

.modal-image-editor#imageEditor .btn:first-child, .modal-image-editor#imageEditor1 .btn:first-child, .modal-image-editor#imageEditor2 .btn:first-child {
    margin-right: 40px;
}

.modal-image-editor#imageEditor #btnCrop, .modal-image-editor#imageEditor1 .btnCrop, .modal-image-editor#imageEditor2 .btnCrop {
    background-color: #5A5AB7;
    border-color: #5A5AB7;
}

.modal-image-editor#imageEditor .modal-body, .modal-image-editor#imageEditor2 .modal-body, .modal-image-editor#imageEditor2 .modal-body {
    padding: 0;
}

.modal-image-editor#imageEditor .modal-footer, .modal-image-editor#imageEditor1 .modal-footer, .modal-image-editor#imageEditor2 .modal-footer {
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    /*justify-content: space-between;*/
}

.modal.modal-image-editor {
    background: rgba(0,0,0,-0.7);
}

#btnRotateLeft, #btnRotateRight {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    width: 40px;
    height: 40px;
    background-size: 40px auto;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
    position: relative;
}

#btnRotateLeft:before, #btnRotateRight:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
}

#btnRotateLeft {
    background-image: url(../images/icon_rotateL.png);
}

#btnRotateLeft:before {
    content: "左回転";
}

#btnRotateRight {
    background-image: url(../images/icon_rotateR.png);
}

#btnRotateRight:before {
    content: "右回転";
}

#btnCrop {
    margin-left: auto;
}

.croppie-container .cr-resizer, .croppie-container .cr-viewport {
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.7);
}
.modal-header .close{
    padding: 0;
    margin: 0;
}

#editorContainer img {
    /*transform-origin: 6px 0px !important;*/
}
/* */
.error-input{
    background-color: #f2c5c566 !important;
    border: 1px solid #ff000b !important;
    box-shadow: none !important;
    /*z-index: -2;*/
}

.error {
    font-size: 10px !important;
    color: red;
}

.title-lst-img{
    font-size: 10px;
    color: #888888;
}

.num-title-lst-img{
    font-size: 14px;
    font-weight: 500;
}

.error-input .select2-container--default .select2-selection--single{
    background-color: rgba(255, 167, 167, .3) !important;
    border-color: #ff000b !important;
}

.error-input .select2-container--default .select2-selection--multiple{
    background-color: rgba(255, 167, 167, .3) !important;
    border-color: #ff000b !important;
}
.error-input .select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
}

.error-input .select2-container--default .select2-selection--single {
    background-color: transparent !important;
}

.invalid-feedback {
    font-size: 10px !important;
    color: red;
}
/* select2 */
.form-right {
    width: 345px;
    padding: 0 !important;
    margin: 0 !important;
}

.input-field.comment-field {
    width: 345px;
    height: 67px;
    border: none;
}

.input-field.description-field {
    border: none;
}

.knowledge-reason-select .select {
    width: 345px;
}

.input-field.youtube-field {
    width: 527px;
}

.youtube-link-1 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.youtube-area .same-line {
    height: 55px;
    align-items: center;
    padding-top: 15px;
}

.youtube-area.preview {
    margin-top: -30px;
    margin-bottom: 1rem;
    margin-left: -15px;
}

.youtube-area.preview .input-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.youtube-area .icon-cancel-container {
    width: 47px;
}

.youtube-icon-container {
    width: 65px;
}

.youtube-icon-container .youtube-icon {
    height: 28px;
    width: 40px;
}

/*--custom checkbox*/
.checkbox-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.checkbox-bottom .round {
    position: relative;
}

.checkbox-bottom .round label {
    background-color: #fff;
    border: 1px solid #4D6FFF;
    border-radius: 50%;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
}

.checkbox-bottom .round label:after {
    content: "";
    top: 5px;
    left: 5px;
    opacity: 0;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #4D6FFF;
    border-radius: 50%;
}

.checkbox-bottom .round input[type="checkbox"] {
    visibility: hidden;
}

.checkbox-bottom .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.checkbox-bottom .caution-note {
    width: 40px;
    height: 19px;
    margin-top: 10px;
    margin-left: 0;
    align-self: flex-start;
}

.checkbox-container .same-line {
    padding: 0 46px;
    margin-top: 30px;
}

.txt-checkbox-end {
    padding-left: 20px;
    font-size: 18px;
    text-decoration: underline;
}

.txt-checkbox-end .required {
    font-size: 18px;
}

/*--custom button submit--*/
.btn-register {
    width: 129px;
    height: 46px;
    border-radius: 50px;
    background-color: #E2E2E2;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.btn-register:hover, .btn-register:focus {
    color: #007bff;
}

.btn-register .btn-text {
    padding-left: 10px;
}

.btn-register.btn-submit {
    justify-content: space-between;
    background-color: #2ADEF5;
    border: 2px solid #CDD6DD;
}

/*--custom input error--*/
.input-field.error-input {
    border: 1px solid #FF0000;
    background-color: #f2c5c566;
}

#place-error, #genres-error, #domain-error, #year-error, #month-error {
    color: #FF0000;
    font-size: 10px;
}

.checked-genres {
    width: 120px;
    height: 40px;
    border-radius: 30px;
    padding: 0 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #A5E045, #2ADEF5);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.genre-text {
    padding-left: 5px;
    font-size: 11px;
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.round-icon {
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.register-form [type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
}

@media (max-width: 768px) {
    .register_container {
        background-size: cover;
    }

    [type=reset], [type=submit], button, html [type=button] {
        -webkit-appearance: none;
    }

    .register-form-container {
        width: 335px;
        border-radius: 20px;
    }

    .register-form {
        width: 246px;
    }

    .input-field.half-width {
        width: 246px;
    }

    .input-field.large-width {
        width: 246px;
    }

    .form-group.input-places {
        width: 246px;
    }

    .select, .form-group.input-places {
        width: 246px;
    }

    .places .select .select-styled, .places .select .select-options {
        width: 246px;
    }

    .input-gender .select {
        width: 246px !important;
    }

    .input-field.comment-field {
        width: 246px;
    }

    .knowledge-reason-select .select {
        width: 246px;
    }

    .form-right {
        margin-left: 15px !important;
        margin-right: auto;
    }

    .avatar-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: -15px;
        align-items: center;
        margin-top: 20px;
    }

    .genres-dropdown {
        max-height: 200px;
        width: 247px;
        overflow-y: scroll;
    }

    .input-field.youtube-field {
        width: 200px;
    }

    .youtube-icon-container .youtube-icon {
        height: 20px;
        width: 29px;
    }

    .box-submit-btn-image .avatar-border {
        width: 93px;
        height: 93px;
        border-radius: 11px;
    }

    .upload-img {
        height: 33px;
        width: 33px;
        top: 30px;
    }

    .checkbox-container .same-line {
        padding: 0 0;
        margin-left: -42px;
        margin-top: 20px;
    }

    .checkbox-bottom {
        padding-bottom: 15px;
    }

    #avatar-thumbnail {
        border-radius: 10px;
    }

    #selected_genres {
        width: 200px;
        max-height: 45px;
    }

    .checkbox-bottom .caution-note {
        margin-left: 47px !important;
    }

    .icon-cancel {
        width: 20px;
        height: 20px;
    }

    .youtube-area.preview {
        margin-top: -10px;
        margin-bottom: 2rem;
        margin-left: -15px;
    }

    .creator-youtube-area .youtube-icon-container .youtube-icon {
        margin-right: 10px;
    }

    .youtube-area .icon-cancel-container {
        width: 35px;
    }

    .youtube-icon-container {
        width: 60px;
    }

    .youtube-area.preview .same-line {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    .youtube-link-1 {
        margin-top: 10px;
    }
}
/*END REGISTER PAGE*/

/*START FIX CASTING TOP*/
.box-video .title-video-regu-bot {
    margin-top: 40px;
}
@media (max-width: 768px) {
    .box-video .title-video-regu-bot {
        margin-top: 20px;
    }

    .box-video .content-video-regu-bot {
        margin-top: 0;
    }

    .video-regu-bot .content {
        margin-top: 0;
    }
    .video-regu-bot .content .content-text {
        line-height: 20px;
        margin-top: -7px;
    }

    .title-video-regu-bot {
        /*margin-top: 20px !important;*/
        font-size: 20px !important;
    }
}
/*START FIX  TOP*/
.icon-down-header {
    transform: rotate(270deg);
}

.news-image-fix {
    width: auto;
}

/*.news-image-fix .card-img-top-wa {*/
/*    width: 150px;*/
/*}*/
/*END FIX  TOP*/

/*START ARTIST REGISTER SUCCESS*/
.success-container {
    padding: 30px 0;
}

.register-form .message-text {
    font-size: 18px;
    text-align: center;
    color: #383838;
    font-family: 'M PLUS 1p', sans-serif;
}

.register-form .notice-message-box {
    background-color: #FFE4E4;
    font-size: 18px;
    padding: 20px 30px;
    border: 1px solid #FF0000;
    border-radius: 20px;
    color: #383838;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.register-form .note-box {
    padding-top: 30px;
    padding-bottom: 50px;
}

.register-form .note-box p {
    font-size: 13px;
    color: #888888;
    line-height: normal;
    font-family: 'M PLUS 1p', sans-serif;
}

.back-to-toppage-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.btn-back-to-toppage {
    background-color: #4D6FFF;
    border-radius: 24px;
    width: 209px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #FFFFFF;
}

.btn-resend-verify-mail {
    background-color: #eb7000;
}

.btn-back-to-toppage .btn-text {
    width: 160px;
    text-align: center;
}
/*END ARTIST REGISTER SUCCESS*/

/*START FIX SCREEN 1280*/
@media (min-width: 768px) and (max-width: 1279px)  {
    .casting_faq .faq-tab {
        margin-left: 30px;
    }

    .ct-btn-dowload-sp {
        width: 70%;
    }
}
/*END FIX SCREEN 1280*/

/*START REGISTER SUPPORTER PAGE*/

/*choose register type*/
.register_container.supporter {
    padding-bottom: 0 !important;
    background-image: none;
}

.register-form-container.supporter {
    margin-bottom: 200px;
}

.register-form.supporter {
    padding-top: 57px;
}

.register-type-container {
    width: 157px;
    color: #383838;
}

.register-type-container:hover {
    color: #383838;
    text-decoration: none;
}

.register-type .title {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 1rem;
}

.register-type .register-box {
    width: 157px;
    height: 157px;
    background-color: #FFFFFF;
    border-radius: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*dang ky tam*/
.btn-register.btn-submit.supporter {
    background-color: #FF1480;
}

.input-field.error {
    border: 1px solid #FF0000;
}

.register-form-container.supporter.success {
    background-color: #FFE4E4;
}

.success-text {
    color: #FF0000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.register_container.supporter.success {
    padding-top: 0;
}

.back-to-toppage-container.supporter {
    margin: 104px 0 231px 0;
}

.register-form-container.supporter.success {
    margin-bottom: 0;
}

.preview-content.supporter {
    display: flex;
    align-items: center;
}

.input-gender {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-gender .select {
    width: 270px;
}

.large-width .select {
    width: 419px;
}

.half-width .select {
    width: 270px;
}

.form-group.input-public {
    width: 153px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-field.comment-field.supporter {
    height: 157px;
}

.register-ambassador-text {
    color: #4D6FFF;
    padding-left: 30px;
    font-size: 24px;
}

.ambassador-check-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ambassador-border {
    background-image: linear-gradient(to right, #50D545, #1CB9FF);
    width: 70px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}

/*--custom ambassador check box--*/
.ambassador-check {
    position: relative;
    /*width: 272px;*/
    width: 300px;
    display: flex;
    align-items: center;
}

.ambassador-check label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
}

.ambassador-check label:after {
    background-image: url("../images/page/register/icon/ambassador_checked.png");
    width: 22px;
    height: 22px;
    content: "";
    top: 4px;
    left: 3px;
    opacity: 0;
    position: absolute;
}

.ambassador-check input[type="checkbox"] {
    visibility: hidden;
}

.ambassador-check input[type="checkbox"]:checked + label {
    background-color: #4D6FFF;
    border-color: #4D6FFF;
}

.ambassador-check input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .register-form-container.supporter {
        margin-bottom: 76px;
    }
}

@media (max-width: 768px) {
    .form-group.input-public {
        padding-top: 20px;
    }

    .input-gender {
        padding-top: 5px;
    }

    .register_container.supporter {
        padding-top: 76px;
    }

    .register-type-container {
        padding-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .same-line.supporter {
        margin-right: 0;
    }

    .register-type .title {
        font-size: 20px;
    }

    .register-type {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .register-type .register-box {
        width: 94px;
        height: 94px;
    }

    .register-icon {
        width: 42px;
    }

    .register-form-container.supporter {
        margin-bottom: 55px;
    }

    .ambassador-border {
        width: 40px;
    }
}

/*START REGISTER SUPPORTER PAGE*/

/*START VIDEO DETAIL PAGE*/
.video-detail-container {
    height: inherit;
}

.video-title {
    display: flex;
}

.title-left {
    margin-top: 22px;
    margin-right: 10px;
    width: 60px;
    height: 3px;
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
}

.title-content {
    font-size: 32px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.video-icon {
    display: flex;
    justify-content: flex-end;
}

.icon-container {
    padding: 0 25px;
}

.icon-container:last-child {
    padding-right: 0;
}


/*--ambassador register--*/
.sns-tab-container {
    display: none;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}

.sns-tab-container.preview {
    display: block;
}

.sns-tab-container.active {
    display: block;
}

@-webkit-keyframes slide-down {
    0% { opacity: 0; -webkit-transform: translateY(-5%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
    0% { opacity: 0; -moz-transform: translateY(-5%); }
    100% { opacity: 1; -moz-transform: translateY(0); }
}

.sns-tab {
    width: 518px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.sns-tab .title {
    padding-top: 1.5rem;
    padding-bottom: 0;
    font-size: 24px;
}

.sns-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 37px;
}

.add-sns-container {
    padding-left: 45px;
}

.url-icon-container {
    display: flex;
}

.url-container {
    display: flex;
}

.add-sns {
    display: none;
    height: 55px;
    width: 554px;
    margin: 20px 0;
}

.add-sns.preview {
    display: flex;
}

.icon-cancel-supporter {
    width: 62px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sns-icon {
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns-icon img {
    width: 40px;
}

.ambassador-sns {
    width: 256px;
}

.followers {
    margin-left: 20px;
    margin-right: -15px;
}

.sns-followers {
    width: 160px;
}

.icon-sns.active img {
    filter: grayscale(100%);
    opacity: 0.8;
}

@media (max-width: 768px) {
    .ambassador-check {
        padding-top: 30px;
        width: 272px;
    }

    .register-ambassador-text {
        padding-left: 15px;
    }

    .sns-tab {
        width: 246px;
    }

    .icon-sns img {
        width: 30px;
        height: 30px;
    }

    .add-sns-container {
        padding-left: 0;
        margin-left: -35px;
    }

    .icon-cancel-supporter {
        width: 30px;
        justify-content: flex-start;
    }

    .icon-cancel-supporter img {
        width: 25px;
    }

    .sns-icon {
        width: 35px;
    }

    .sns-icon img {
        width: 25px;
    }

    .ambassador-sns {
        width: 155px;
    }

    .sns-followers {
        max-width: 70px;
    }

    .ambassador-sns::-webkit-input-placeholder, .sns-followers::-webkit-input-placeholder {
        font-size: 8px;
    }

    .followers {
        margin-left: 4px;
    }

    .ambassador-sns.preview-content {
        width: 175px;
        font-size: 14px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .sns-followers.preview-content {
        font-size: 14px;
        margin-left: 8px;
        display: flex;
        align-items: center;
    }

    .add-sns.preview .url {
        display: flex;
    }

    .add-sns.preview {
        height: max-content;
    }
}

@media (max-width: 425px) {
    .title-content {
        font-size: 32px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
        -webkit-box-orient: vertical;
    }
}
/*START REGISTER SUPPORTER PAGE*/


/*CUSTOM CHECKBOX*/
.checkbox-public {
    position: relative;
}

.checkbox-public input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 145px;
    height: 40px;
    outline: none;
    border-radius: 30px;
    transition: .3s;
    background-color: #A5A5A5;
}

.checkbox-public input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 50%;
    transition: .3s ease;
}

.checkbox-public input[type="checkbox"]:checked:before {
    transform: translateX(102px);
}

.checkbox-public input[type="checkbox"]:checked {
    background-image: linear-gradient(to right, #FFC21C, #FF1480);
}

.checkbox-public .txt-checkbox {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 45px;
    width: 66px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox-public input[type="checkbox"]:checked + label {
    left: 30px;
    transition: .3s;
}

.checkbox-public input[type="checkbox"]:not(:checked) + label {
    transition: .3s;
}

.checkbox-public input[type="checkbox"]:checked + label .txt-checkbox.public {
    left: 32px;
}

.checkbox-public input[type="checkbox"]:checked + label .unpublic {
    visibility: hidden;
}

.checkbox-public input[type="checkbox"]:not(:checked) + label .public {
    visibility: hidden;
}
/*END CUSTOM CHECKBOX*/

/*START REGISTER LIVEHOUSE PAGE*/
.tel-container {
    display: flex;
    /*justify-content: center;*/
}

.input-capacity {
    display: flex;
    align-items: center;
}

.input-capacity .input-field {
    width: 215px;
}

.input-capacity span {
    padding-left: 17px;
    font-size: 24px;
}

.thumbnail-container {
    display: flex;
    justify-content: center;
}

.thumbnail-container .avatar-container {
    width: 154px;
}

.upload-img.livehouse {
    background-image: url("../images/page/register/icon/icon_plus.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 39px;
    height: 39px;
    background-color: #383838;
    border-radius: 50%;
    top: 25px;
}

.box-submit-btn-image .avatar-border.livehouse {
    width: 89px;
    height: 89px;
}

.youtube-icon-container.livehouse {
    display: flex;
    justify-content: center;
}

.btn-register.btn-submit.livehouse {
    background-color: #4590E6;
}

.genres-dropdown.livehouse input[type="checkbox"]:checked {
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
}

.youtube-map-container iframe {
    width: 349px;
    height: 100%;
}

.map-container iframe {
    width: 349px;
    height: 211px;
}

.modal-map .modal-lg {
    max-width: 1000px
}

.modal-map .modal-content {
    border-radius: 30px;
    color: #383838;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
}

.modal-map .modal-header .modal-title {
    color: #888888;
    width: calc(100% - 55px);
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close-icon {
    color: #FFFFFF;
    background-color: #383838 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 35px;
    font-weight: normal;
    text-shadow: none;
    line-height: 0;
}

.modal-close-icon:hover {
    color: #FFFFFF;
}

.modal-close-icon:focus {
    outline: none;
}

.modal-map .modal-footer {
    border-top: none;
}

.modal-map .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-map .modal-footer .btn-map-close {
    background-color: #E2E2E2;
    width: 180px;
    height: 55px;
    border-radius: 30px;
    font-size: 18px;
}

.modal-map .text-bottom {
    font-size: 14px;
    color: #888888;
}

.map-sp {
    display: none;
    color: #FF0000;
}

.modal-map .map-img {
    width: 100%;
}

@media (max-width: 768px) {
    .selected-type-box {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .map-pc {
        display: none;
    }

    .map-sp {
        display: block;
    }

    .modal-map .modal-lg {
        max-width: 325px;
        margin-left: auto;
        margin-right: auto;
    }

    .modal-map .modal-content {
        font-size: 16px;
    }

    .map-container iframe {
        width: 246px;
    }

    .youtube-map-container iframe {
        width: 246px;
    }

    .upload-img.livehouse-preview {
        right: 20px !important;
    }

    #map_url {
        pointer-events: none;
        background: #f5f1f1;
    }

    .map-information {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 10px;
    }

    .map-information a {
        padding-top: 10px;
    }
}
/*END REGISTER LIVEHOUSE PAGE*/

/*fix nhay coc code*/

/*START VIDEO DETAIL PAGE*/
.video-detail-container {
    height: inherit;
}

.video-title {
    display: flex;
}

.title-left {
    margin-top: 22px;
    margin-right: 10px;
    width: 60px;
    height: 3px;
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
}

.title-content {
    font-size: 32px;
    max-width: 72ch;
    margin-left: 12px;
}

.video-icon {
    display: flex;
    justify-content: flex-end;
}

.icon-container {
    padding: 0 25px;
}

.icon-container:last-child {
    padding-right: 0;
}

.icon-img {
    width: 40px;
    height: 40px;
}

.icon-text {
    color: #888888;
    font-size: 10px;
    display: block;
    padding-top: 5px;
}

.youtube-detail {
    padding-top: 10px;
    position: relative;
}

.youtube-detail .youtube-player {
    left: 1%;
    top: 30px;
    width: 95%;
    padding-bottom: 52.25%;
}

.video-detail-right {
    position: relative;
    width: 95%;
}

.youtube-detail .progress-bar-yell {
    width: 100%;
    left: 35px;
    top: 10px;
}

.youtube-detail .bar-height-video {
    height: 30px !important;
    width: 90%;
}

.youtube-detail .each-youtube-bar .progress {
    border-radius: 0 20px 20px 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.youtube-detail .progress-bar-vote, .youtube-detail .progress-bar-youtube {
    border-radius: 0 20px 20px 0;
}

.youtube-detail .font-bar {
    font-size: 1.25em !important;
}

.progress-container {
    height: 180px;
}

.progress-title {
    font-size: 10px;
    color: #888888;
    padding-left: 13px;
    margin-top: -10px;
}

.youtube-detail .progress-bar-view {
    top: 100px;
    left: 35px;
    width: 100%;
}

.progress-bar-bottom {
    height: 2px;
    width: 100%;
    background-color: #D0D0D0;
    margin-bottom: 25px;
}

.icon-vote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-vote img {
    width: 100px;
}

.icon-vote .icon-text {
    padding-left: 5px;
}

.vote-number {
    font-size: 1rem;
    color: #FF14F7;
}

.medal-boost-container {
    width: calc(100% - 100px);
    border: 2px solid #D0D0D0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon-medal-boost {
    text-align: center;
}

.icon-support {
    padding-left: 5px;
}

.icon-medal {
    padding-right: 5px;
}

.icon-medal-star {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.icon-medal-star img {
    width: 51px;
}

.song-detail-container {
    /*position: absolute;*/
    /*top: 75%;*/
    margin-top: -10%;
    margin-bottom: 20px;
}

.detail-page-title {
    color: #70B3FF;
    font-size: 24px;
    padding-bottom: 20px;
}

.detail-page-title.award {
    color: #888888;
}

.detail-page-title img {
    padding-left: 20px;
}

.award-text {
    margin-left: -5px;
}

.award-text span {
    color: #383838;
    font-size: 13px;
}

.song-name {
    width: fit-content;
    height: 40px;
    border-radius: 20px;
    background-color: #FFFFFF;
    font-size: 12px;
    color: #535353;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 50px;
}

.close-vote-text {
    padding: 25px 0 10px 0;
    font-size: 1rem;
    color: #A5A5A5;
    text-align: center;
}

.video-desc-container {
    padding-top: 20px;
}

.video-desc {
    color: #383838;
    white-space: pre-line;
}

.artist-information-container {
    border-top: 2px solid #D0D0D0;
    margin: 50px 0;
    padding-top: 20px;
}

.artist-information {
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.artist-information .avatar-circle {
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
}

.link-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
}

.link-detail span {
    min-width: 200px;
}

.link-detail img {
    width: 25px;
    height: 25px;
}

.title-sp {
    display: none;
}

.title-pc {
    display: flex;
    margin-top: 30px;
}

.button-movie {
    width: 80px;
    height: 27px;
    background-color: #1CB9FF;
    color: #FFFFFF;
    border-radius: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.song-detail-container-sp {
    display: none;
}

.video-detail-left {
    position: relative;
}

.sent-medal-number, .countOfMedal {
    color: #1CB9FF;
}

@media (min-width: 1390px) and (max-width: 1585px){
    .song-detail-container {
        margin-top: -50px;
    }
}

@media (min-width: 1585px) and (max-width: 2258px) {
    .song-detail-container {
        margin-top: 10%;
    }
}

@media (min-width: 2258px) {
    .song-detail-container {
        margin-top: 18%;
    }
}

.student-type-img {
    width: 24px;
    padding-bottom: 6px;
}

.student-type-detail {
    color: #35D2C2;
    font-weight: 600;
    margin-top: 5px;
    font-size: 1.5rem;
    min-width: 128px;
}

@media (max-width: 768px) {
    .youtube-detail .youtube-player {
        left: 0;
    }

    .video-detail-container .container-fluid {
        padding-right: 0;
    }

    .youtube-detail-left {
        padding-left: 0;
        padding-right: 0;
    }

    .video-detail-right {
        width: 105%;
    }

    .progress-title {
        display: none;
    }

    .icon-vote .icon-text {
        display: none;
    }

    .progress-bar-bottom {
        display: none;
    }

    .medal-boost-container {
        width: 100%;
        background-color: #FFFFFF;
        border: none;
    }

    .icon-medal-star img {
        width: 40px;
        height: 40px;
    }

    .icon-medal-boost img {
        width: inherit;
    }

    .title-pc {
        display: none;
    }

    .title-sp {
        display: flex;
        align-items: center;
    }
    .title-sp-student {
        padding-left: 0px !important;
    }
    .icon-container {
        padding: 0 15px;
    }

    .icon-container .icon-text {
        font-size: 8px;
        width: 54px;
    }

    .icon-container .icon-text {
        text-align: left;
    }

    .list-video-page .icon-container .icon-text {
        text-align: unset;
    }

    .ct-icon-text-share {
        padding-left: 4px;
    }

    .list-video-page .ct-icon-text-share {
        padding-left: 0;
    }
    .ct-icon-text-menu {
        padding-left: 9px;
    }

    .list-video-page .ct-icon-text-menu {
        padding-left: 2px;
    }

    .list-video-page .icon-container.icon-container-share {
        padding-left: 7px;
    }

    .list-video-page .icon-container.icon-container-share a {
        padding-left: 3px;
    }

    .list-video-page .icon-container.icon-container-detail {
        margin-left: -5px;
    }

    .list-video-page .icon-container.icon-container-like a {
        margin-left: -3px;
    }

    .title-content {
        font-size: 18px;
        margin-left: -5px;
        padding-top: 10px;
    }

    .detail-page-title img, .title-sp img {
        padding-left: 0;
        width: 120px;
    }

    .student-type-img {
        width: 20px !important;
    }

    .student-type-detail {
        margin-top: 15px;
        padding-right: 15px;
        font-size: 1rem !important;
        min-width: 130px;
    }

    .video-title {
        padding-left: 0;
    }

    .song-detail-container {
        display: none;
    }

    .song-detail-container-sp {
        display: inline-block;
        padding-top: 20px;
    }

    .award-container {
        padding-top: 20px;
    }

    .youtube-detail .bar-height-video {
        height: 20px !important;
    }

    .youtube-detail .progress-bar-view {
        top: 60px;
    }

    .icon-vote {
        justify-content: flex-start;
        margin-top: -5px;
    }

    .progress-container {
        height: 135px;
    }

    .artist-information .avatar-circle {
        margin-left: 0;
        width: 80px;
    }

    .artist-comment {
        display: none;
    }

    .link-detail {
        font-size: 12px;
    }

    .link-detail span {
        min-width: 90px;
    }

    .boost-alert {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .icon-container {
        padding: 0 5px;
    }

    .student-type-detail {
        min-width: 60px;
    }

    .student-type-img {
        width: 30px !important;
    }

}
/*END VIDEO DETAIL PAGE*/

.genres-dropdown.livehouse input[type="checkbox"]:checked {
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
}

.checked-genres.livehouse {
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
}

.selected-type-box {
    width: 205px;
    height: 57px;
    border-radius: 29px;
    background-image: linear-gradient(to right, #1E749A, #B200AC);
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.selected-type-box img {
    position: absolute;
    right: -1px;
    bottom: 0;
    opacity: 0.3;
}

.selected-type-box.eating {
    width: 140px;
    height: 53px;
    border-radius: 28px;
    background-image: linear-gradient(to right, #2189B8, #E052DB);
}

.avatar-preview.livehouse {
    width: 89px;
    height: 89px;
    border-radius: 27px;
}

.upload-img.livehouse-preview {
    right: 40px;
}

.map-image {
    width: 100%;
    height: auto;
}

.youtube-map-container {
    width: 350px;
}

.map-url {
    max-width: 350px;
    word-break: break-all;
}

@media (max-width: 768px) {
    .selected-type-box {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .map-url {
        max-width: 255px;
    }
}
/*END REGISTER LIVEHOUSE PAGE*/

/*BEGIN SUPPORT PAGE CSS*/
.title-follow-yell-support {
    padding-left: 46px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.decor-line-support-title {
    position: relative;
    height: 3px;
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
    width: 60px;
    top: 25px;
    left: -66px;
}
.how-to-support-title {
    padding: 0 20px;
}

.float-right-description {
    margin-left: auto;
    order: 2;
}

.each-support-guide {
    background-color: #fff;
    padding: 30px 20px;
    margin: 30px 5px 0px 5px;
}

.btn-support-screen {
    align-self: flex-end;
    margin-bottom: 2rem;
    border-radius: 2.5rem;
    width: 220px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.fs-14 {
    font-size: 14px;
}

.fs-32 {
    font-size: 32px;
}

.fs-12 {
    font-size: 12px;
}

.text-color-grey {
    color: #888888;
}

.each-content-support {
    color: #888888;
}

.button-support-for-sp {
    display: none;
}

.icon-right-support {
    position: absolute;
    top: 16px;
    right: 10px;
}

.support-description-area {
    padding-bottom: 50px;
}

.prize-award-image-area.d-none-pc {
    display: none !important;
}

.contest-top-head .d-none-pc {
    display: none !important;
}

.top-3-banner.d-none-pc {
    display: none !important;
}

@media (max-width: 425px) {
    .support-description-area {
        background-color: #fff;
        padding-bottom: 50px;
    }

    .title-follow-yell-support {
        padding: 87px 30px 50px 30px;
    }

    .d-none-sp {
        display: none !important;
    }

    .prize-award-image-area.d-none-pc {
        display: block !important;
    }

    .contest-top-head .d-none-pc {
        display: block !important;
    }

    .top-3-banner.d-none-pc {
        display: block !important;
    }

    .title-follow-yell-support {
        text-align: center;
    }

    .decor-line-support-title {
        height: 3px;
        width: 100%;
        top: 205px;
        left: -5px;
    }

    .each-support-guide {
        margin-top: 0px;
    }

    .each-support-guide-area {
        display: flex;
    }

    .right-item-each-support-guide {
        margin-left: auto;
        order: 2;
    }

    .button-support-for-sp {
        display: block;
    }

    .button-support-for-pc {
        display: none;
    }

    .btn-support-screen {
        margin: 20px auto;
    }

    .font-size-sp-title {
        font-size: 20px;
    }

    .icon-right-support-sp {
        position: absolute;
        top: 15px;
        right: 10px;
    }

    .text-justify-sp {
        text-align: justify;
    }

    .fs-50-sp {
        font-size: 50px !important;
    }

    .text-center-sp {
        text-align: center !important;
    }

}


/*END SUPPORT PAGE CSS*/



/*START VIDEO PAGING LIST*/
.video-page-active {
    color: #FFB72E;
    font-size: 15pt;
    padding-left: 10pt;
    padding-right: 10pt;
}

.video-page {
    color: #98A6B5;
    font-size: 15pt;
    padding-left: 10pt;
    padding-right: 10pt;
}

.video-page-active:hover {
    text-decoration: none;
}

.video-page:hover {
    text-decoration: none;
}

.img-prev {
    width: 30pt;
    height: 30pt;
}

.img-next {
    width: 30pt;
    height: 30pt;
}

.padding-top-page {
    padding-top: 4pt;
}

.div-inline-flex {
    display: inline-flex;
    padding-top: 30px;
    padding-bottom: 50px;
}
/*END VIDEO PAGING LIST*/


/*START TOOL TIP BAR */

/* Tooltip text */
.tooltipdiv .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 8px;
    opacity: .6;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    left: 40%;
    top: -18px;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipdiv:hover .tooltiptext {
    visibility: visible;
}
/*END TOOL TIP BAR */
/*BEGIN MYPAGE FAVORITE VIDEOS*/

.favorite-videos-mypage-area {
    margin-top: 30px;
    background-color: #fff;

}

.tab-favorite-bg {
    background-color: grey;
}

.each-favorite-video {
    background-color: #F4F4F4;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
}

.artist-name-in-video {
    font-size: 16px;
    font-weight: bold;
}

.video-title-in-video {
    font-size: 14px;
    height: 60px;
}

.avatar-list-videos-mypage {
    border-radius: 50%;
    width: 50px;
}

.video-icon-button-area a:hover, .video-icon-button-area a:focus {
    text-decoration: none;
}

.icon-left-video-favorite {
    align-self: center;
}

.title-mypage-video-favorite {
    border-left: 4px solid #FF1480;
    color: #831447;
    padding-top: 3px;
    padding-left: 3px;
    margin-botom: 4px;
}

.private-description-title {
    color: #A5A5A5;
    font-size: 12px;
    background-color: #FAFAFA;
    border-radius: 15px;
    padding: 3px;
}


/*END MYPAGE FAVORITE VIDEOS*/

/*START VIDEO MODAL*/
.video-banner {
    display: block;
    position: relative;
}

.video-banner .video-banner-img {
    /*display: block;*/
    width: 100%;
    /*height: calc(100% - 46px);*/
    object-fit: cover;
    aspect-ratio: 16/9;
}

/*.video-banner .prize2022 {*/
/*    padding: 20px 20px;*/
/*}*/
.prize2022 .youtube-detail {
    padding: 10px 50px 0px 50px;
}

.img-all-prize {
    text-align: center;
    padding-bottom: 20px;
}

.img-all-prize img {
    width: 90%;
    height: auto;
}

.video-banner .video-banner-img.prize2022 {
    display: block;
    width: 90%;
    height: auto;
    object-fit: cover;
}

.video-banner .video-banner-img.type5 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.video-title {
    margin-top: -30px;
}

.id-user-top {
    display: flex;
}

.entry-no {
    font-size: 14px;
    padding-top: 4px;
    display: inline-block;
    margin-top: 2px;
}

.item-id {
    font-size: 24px;
}

.id-user-top .line-id {
    width: calc(100% - 120px);
    border-bottom: 1px solid #A5A5A5;
    margin-bottom: 15px;
}

.id-user-top .text-id {
    float: right;
    width: 120px;
    text-align: right;
    line-height: 0px;
    color: #A5A5A5;
    position: relative;
    height: 17px;
    height: 21px;
}

.u-name {
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    color: #ffffff;
    width: 100%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.mlr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.content-card-user {
    margin-top: 30px;
    position: relative;
}

.card-user {
    overflow: hidden;
}

.user-img {
    width: 100%;
    transition: transform .5s, filter 1.5s ease-in-out;
}

.user-img:hover {
    transform: scale(1.4);
}

.video-banner-icon-play {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    display: block;
    width: 50px;
    height: 50px;
    filter: grayscale(100%);
}

.video-banner-icon-play.top-page {
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    width: 64px;
    height: 64px;
    filter: grayscale(0);
}

.js-trigger-video-modal:hover .video-banner-icon-play {
    filter: grayscale(0);
}

.js-trigger-video-modal:hover .video-banner-icon-play.top-page {
    opacity: 0.7;
}

.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    /*-webkit-transition: -webkit-transform 0s linear 0s;*/
    transition: transform 0s linear 0s;
    display: flex;
    align-items: center;
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
}

@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);
    }
}

@media (max-width: 768px) {
    .video-modal-content {
        width: calc(100% - 5em);
        padding-top: calc((100% - 5em) * 0.5625);
    }

    .close-video-modal {
        right: -15px;
    }

    .video-banner-icon-play.top-page {
        left: calc(50% - 16px);
        top: calc(50% - 16px);
        width: 32px !important;
        height: 32px;
    }
}

.close-video-modal {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

.show-video-modal .video-modal {
    opacity: 1;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.contest-top-page.show-video-modal {
    height: 100vh;
    overflow-y: hidden;
}

.show-video-modal .video-modal .overlay {
    opacity: 1;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.noscroll {
    overflow: hidden;
}
/*END VIDEO MODAL*/

/*START CONTEST VIDEO PAGE*/
.content-card-video {
    background-color: #F2F2F2;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 50px;
}

.content-card-video .ct_social a img {
    width: 30px;
    height: 30px;
}

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

@media (max-width: 768px) {
    .content-card-video .ct_social span {
        margin-right: -1px;
    }

    .prize2022 .youtube-detail {
        padding: 10px 0;
    }

    .video-banner .video-banner-img.prize2022 {
        width: 100%;
    }
}

.content-card-video .video-banner {
    max-height: 33%;
}

.content-card-video .video-banner .student-type {
    max-height: 33%;
    border: 5px solid #35D2C2;
}

.content-title {
    padding-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.random-video-area .content-title {
    font-size: 12px;
}

.video-vote-container {
    display: flex;
    justify-content: space-between;
}

.progress-bar-container {
    position: relative;
    width: 80%;
    text-align: left;
}

.progress-bar-container .progress-bar-yell {
    top: 55px;
    left: 24px;
    width: 90%;
}

.progress-bar-container .progress-bar-view {
    top: 78px;
    left: 24px;
    width: 90%;
}

.progress-bar-container .bar-height-video {
    width: 100%;
}

.vote-container {
    width: fit-content;
    padding-top: 15px;
}

.vote-container img {
    width: 100px;
}

.icon-action-container {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 2px solid #E2E2E2;
}

.icon-action-container .icon-container {
    padding: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .icon-action-container .icon-container {
        width: 20%;
    }

    .icon-action-container .icon-boost {
        width: 40% !important;
    }
}

.content-card-video .boost-image {
    width: 100%;
    height: auto;
}

.video-bottom-container {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    height: 85px;
}

.video-bottom-container .avatar-circle {
    width: 50px;
    height: 50px;
}

.video-bottom-container a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.avatar-content {
    display: flex;
    width: 70%;
}

.avatar-content .text-name-artist {
    color: #888888;
    padding-left: 10px;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    font-size: 12px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
}

.medal-level-container {
    display: flex;
    flex-direction: column;
}

.medal-level-container img {
    width: 70px;
    height: 70px;
    margin-top: -5px;
}

@media (max-width: 768px) {
    .slide-artist-container .content-card-video .boost-image {
        width: 100%;
    }

    .content-card-video {
        margin-top: 8px;
    }

    .random-video-area .content-title {
        font-size: 10px;
    }
}

/*END CONTEST VIDEO PAGE*/

/* BEGIN SUPPORT PAGE */
/* static page */
.static-header {
    text-align: left;
    height: 150px;
    font-size: 23px;
    background-color: #FAFAFA;
    border-bottom: 2px solid #E2E2E2;
}

.static-header .header-title {
    padding: 85px 15px 15px;
}

.static-content-box {
    font-family: 'M PLUS 1p', sans-serif;
    padding: 15px;
    font-size: 13px;
}

.static-content-box .faq {
    background-color: #4D6FFF;
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
}

.static-content-box .quest {
    color: #4D6FFF;
    font-size: 16px;
    padding-top: 10px;
}

.static-content-box .answ {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.static-content-box .policy {
    text-align: center;
    margin: 30px 0;
}

.static__page {
    margin-top: 60px;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1090px;
}

@media (max-width: 768px) {
    .static__page {
        margin-top: 0;
    }
}

/* END SUPPORT PAGE */

/*START NEWS PAGE*/
.news__page .lists_media {
    margin-top: 30px;
}

.news__page,
.news_detail__page {
    margin-top: 110px;
    margin-bottom: 0;
    /*max-width: 375px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

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

.bg-gray {
    background: #F2F2F2;
}

.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: 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;
}

.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;
}

.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;
}

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

.back-to-toppage-news 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;
}

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

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

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

.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 {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

.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;
}

.section__news_detail__page .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;
    margin-top: 30px;
}

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

@media screen and (max-width: 768px) {
    .news__page,
    .news_detail__page {
        margin-top: 75px;
    }
}
/*END NEWS PAGE*/

/*BEGIN SIGNUP EMAIL */
/* For page signup index */
.container-bg{
    z-index: 0;
    /* position:fixed; */
    top:0;
    right:0;
    left:0;
}

.container-bg .container{
    background-image: url("../images/background/signup/signup_bg@2x.png");
    background-size: cover;
    color: #fff;
    padding: 100px 25px 60px;
    text-align: center;
}

.container-bg .container .page-header-title{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

.container-bg .container .main-text{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-bottom: 25px;
}

.container-bg .container .main-description{
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 40px;
}

.signup-btn-box button{
    margin: 0 auto;
}
.signup-btn-box .btn{
    display: block;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    width: 295px;
    margin-bottom: 15px;
    border-radius: 25px;
    height: 50px;
    color: #fff;
}
.signup-btn-box .btn-google{
    background-color:#EA4335;
}
.signup-btn-box .btn-twitter{
    background-color: #1DA1F2;
}
.signup-btn-box .btn-email{
    background-color: #fff;
    color: #383838;
}

.signup-btn-box a:hover {
    text-decoration: none;
}
/* For page signup email-form */
.page-title-box{
    background-color: #FAFAFA;
    padding: 82.5px 20px 22.2px 20px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 25px;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
}

.page-title-box.change-email {
    margin-top: 65px;
}

@media screen and (max-width: 768px) {
    .page-title-box, .page-title-box.change-email {
        margin-top: 20px;
    }
}

.page-title{
    font-size: 23px;
    font-weight: 500 !important;
    font-family: "Noto Sans JP", sans-serif;
}

.page-title-link {
    font-size: 12px;
    position: absolute;
    margin-top: -25px;
    margin-left: 210px;
    text-decoration: underline;
}

.content-container{
    padding: 25px;
    border-top: 2px #E2E2E2;
    text-align: left;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Sans JP", sans-serif;
}

.content-container button{
    margin: 0 auto;
}

.content-container .form-group{
    margin-bottom: 30px;
    font-size: 14px;
}

.content-container .form-group label{
    font-weight: normal;
}

.content-container .btn-black{
    display: block;
    background-color: #383838;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 17px;
    width: 140px;
}

.forgot-pwd{
    font-size: 14px;
}

.content-container .message-text{
    font-size: 13px;
    text-align: center;
    color: #383838;
    margin-bottom: 30px;
}

.content-container .notice-message-box{
    background-color: #FFE4E4;
    padding: 15px;
    border: 1px solid #FF0000;
    color: #FF0000;
    font-size: 13px;
    margin-bottom: 30px;
}
.content-container .notice-message-box p{
    margin-bottom: 0;
}
.content-container .note-box{
    margin-bottom: 50px;
}
.content-container .note-box p{
    font-size: 10px;
    color: #888888;
    margin-bottom: 0;
    line-height: 15px;
}

.Submit{
    margin-bottom: 15px;
}
.box-submitt{
    border-top: 1px solid #E2E2E2;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    margin-bottom: 25px;
    margin-top: 30px;
}

.content-container .form-control {
    border: 1px solid #888888 !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

.content-container .form-control::-webkit-input-placeholder {
    color: #A5A5A5 !important;
    font-size: 14px;
    font-weight: 200;
}

.content-container input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.fs-12 {
    font-size: 12px;
}
/*END SIGNUP EMAIL */



/*START LIST ENDUSER CSS*/
.livehouse-button .btn-view-all {
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
    align-self: flex-end;
    margin-bottom: 2rem;
}

.artist-button .btn-view-all {
    background-image: linear-gradient(to right, #A5E045, #2ADEF5);
    align-self: flex-end;
    margin-bottom: 2rem;
}

.creator-button .btn-view-all {
    background-image: linear-gradient(to right, #6047EB, #45D5A3);
    align-self: flex-end;
    margin-bottom: 2rem;
}

.each-slide-video-artist {
    width: 255px;
    padding: 20px;
}

.btn-enduser-style select {
    height: 40px;
    width: 145px;
    border-radius: 20px;
    padding: 6px 15px;
    color: #fff;
    border: 2px solid #CDD6DD;
    box-shadow: none;
    background: transparent;
    background: #383838 url("../images/list-enduser/dropdown_icon.svg") no-repeat 96% 50%;
    -webkit-appearance: none;
    font-size: 13px;
    width: 100%;
}

.btn-enduser-style select:focus {
    outline: none;
}

.select-style select option {
    text-align: center;
}

.search-end-user .form-control {
    border: 2px solid #CDD6DD !important;
    border-radius: 20px;
    background-color: #FAFAFA;
}

.form-control-clear-enduser {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    font-size: 20px;
    margin: -25px;
    color: #495057;
    position: absolute;
    top: 24px;
    right: 37px;
    margin: 0;
    background-color: #fff;
    border-radius: 50%;
}

.hidden{
    display: none !important;
    width: 0;
    padding: 0;
}

.btn-reset-filter {
    color: #4D6FFF;
    background-color: #E2E2E2;
    border-radius: 20px;
    border: 2px solid #CDD6DD;
    font-size: 12px;
    height: 40px;
    width: 145px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-reset-filter:hover {
    background-color: #fff;
    color: #000;
}

.btn-enduser-style {
    height: 40px;
    width: 145px;
}

.each-record-list-enduser {
    background-color: #F2F2F2;
    border-radius: 15px;
}


.title-button-enduser .text-artist {
    border-bottom: 3px solid #A5E045;
    padding-right: 30px;
}

.title-button-enduser .text-creator {
    border-bottom: 3px solid #45D5A3;
    padding-right: 30px;
}

.title-button-enduser .text-livehouse {
    border-bottom: 3px solid #E51FFF;
    padding-right: 30px;
}

.fs-32 {
    font-size: 32px;
}

.bg-slide-artist {
    background-color: RGBA(208,250,255,0.5);
}

.bg-slide-livehouse {
    background-color: RGBA(226,221,255,0.5);
}

.bg-slide-creator {
    background-color: RGBA(226,221,255,0.5);
}

.enduser-slide-avatar {
    width: 160px;
    height: 160px;
    border-radius: 15px;
}
.artist-link .artist-detail .icon-star {
    padding-left: 22px;
}

.icon-star img {
    width: 40px;
    height: 40px;
}

.enduser-slide-name {
    font-size: 16px;
    padding-top: 10px;
}

.slide-container-enduser-style {
    padding-left: 140px;
}

.slide-enduser-style {
    padding-left: 90px;
    padding-right: 60px;
}

.today-pickup-text {
    margin-left: 175px;
}

.section__enduser {
    height: 730px;
}

.section__enduser .bg-right {
    position: absolute;
    right: -180px;
    height: 730px;
}

.title-button-enduser {
    padding-top: 80px;
}

.btn-search-enduser {
    background-color: #223998;
    color: #fff;
    border-radius: 20px;
    height: 40px;
    width: 145px;
}

.show-each-enduser-area {
    padding-left: 30px;
    padding-right: 30px;
}

.list-item-enduser {
    padding-top: 10px;
}

.each-enduser-card {
    background-color: #F2F2F2;
    border-radius: 15px;
    width: 235px;
    height: 150px;
}

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

.enduser-profile-des {
    height: 90px;
}

.each-user-name-list {
    font-weight: bold;
}

.each-user-description-list {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.each-icon-bagde-enduser {
    width: 40px;
    height: 40px;
}

.search-enduser-area {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-enduser-switch {
    padding-left: 10px;
}

.btn-enduser-switch-creator {
    padding-left: 24px;
}

.btn-enduser-switch-artist {
    padding-left: 38px;
}

.capacity-btn-lh-list {
    padding-right: 15px;
}

.list-enduser-area #loading {
    background-color:white;
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    text-align: center;
}

.list-enduser-area #loading img {
    margin: auto;
    display: block;
    top: calc(50% - 100px);
    left: calc(50% - 10px);
    position: absolute;
    z-index: 999999;
}


@media (max-width: 768px) {
    .slide-enduser-style {
        padding-left: 15px;
        padding-right: 10px;
    }

    .slide-container-enduser-style {
        padding-left: 15px;
    }

    .today-pickup-text {
        margin-left: 15px;
        font-size: 18px !important;
    }

    .btn-enduser-switch {
        display: block;
        padding-left: 10px;
        width: 125px;
    }

    .section__enduser .bg-left {
        position: absolute;
        top: -102px;
        left: 0px;
        z-index: -1;
        width: 100%;
    }

    .section__enduser {
        height: 616px;
    }

    .section__enduser .bg-right {
        top: -139px;
        right: -67px;
    }
}

/*END LIST ENDUSER CSS*/



/*START HEADER MENU COMMON*/
#header .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .dropdown-toggle::after {
    width: 10px;
    height: 10px;
    background-image: url("../images/icon/icon_down.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-left: 30px;
}

#header .dropdown-menu {
    font-family: 'M PLUS 1p m', sans-serif;
    font-size: 12px;
}

#header .dropdown-menu.show {
    top: 6px !important;
}

#header .dropdown-menu.artist.show {
    max-height: 80vh;
    overflow-y: scroll;
}

#header .dropdown-menu.livehouse.show {
    max-height: 80vh;
    overflow-y: scroll;
}

#header .dropdown-menu.show::-webkit-scrollbar {
    width: 2px;
}

#header .dropdown-submenu {
    position: relative;
}

#header .dropdown-item a {
    color: inherit;
    text-decoration: none;
}

#header .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 102%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 6px 6px 6px 6px;
}

#header .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

#header .dropdown-submenu>a:after {
    display: block;
    content: "";
    float: right;
    margin-top: 3px;
    margin-right: -10px;
    width: 10px;
    height: 10px;
    background-image: url("../images/logo/header/icon_down.png");
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(270deg);
}

/*#header .dropdown-menu>.dropdown-item:first-child:before,*/
/*#header .dropdown-submenu:first-child:before {*/
/*    content:'';*/
/*    position:absolute;*/
/*    width: 1px;*/
/*    height: 1px;*/
/*    border: 5px solid transparent;*/
/*    border-bottom-color: #8d8b8b;*/
/*    left: 50%;*/
/*    top:-10px;*/
/*    margin-left:-5px;*/
/*}*/

#header .dropdown-submenu:first-child:before {
    top: -18px;
}

#header .dropdown-menu.submenu>.dropdown-item:first-child:before {
    border: none;
}

#header .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

/*END HEADER MENU COMMON*/

/*START COMMUNITY BOARD*/
.page__comm .page_block_header {
    text-align: center;
    display: inline-block;
}

.page__comm .page_block_header h1 {
    padding-left: 0;
}

.name-comm{
    font-size: 10px;
    color: #A5A5A5;
    position: absolute;
    bottom: 8px;
    display: -webkit-box;
    line-height: 16px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 74%;
}

.role-comm {
    position: absolute;
    right: 20px;
    color: #A5A5A5;
    top: 15px;
    font-size: 11px;
}

.box-comm-top {
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.count-comm {
    margin-left: 5px;
    line-height: 38px;
    margin-right: 15px;
}

.page__comm .news_ct .lists_media .media {
    box-shadow: 0px 3px 6px rgb(112 112 112 / 0.3);
}

.text-red {
    color: #FF0000 !important;
}

.btn-findme {
    color: #ffffff;
    background-color: #383838;
    border-radius: 38px;
    font-weight: 300;
    padding-left: 38px;
    font-size: 13px;
    position: relative;
}

.btn-findme::before {
    top: 10px;
    left: 15px;
    position: absolute;
    background-image: url(../images/icon/icon_tag_list@2x.png);
    content: "";
    height: 15px;
    width: 15px;
    background-size: cover;
}

/*.box-btn-create {*/
/*    position: absolute;*/
/*    left: 235px;*/
/*}*/

.btn-create {
    color: #4B4B4B;
    background-color: #A5A5A5;
    border-radius: 30px;
    font-weight: 300;
    margin-left: 15px;
    padding-left: 38px;
    font-size: 13px;
    line-height: 26px;
    position: relative;
    border: 0;
}

.btn-create::before {
    top: 10px;
    left: 15px;
    position: absolute;
    background-image: url(../images/icon/icon_pen2@2x.png);
    content: "";
    height: 15px;
    width: 15px;
    background-size: cover;
}

.color.btn-create {
    background-image: linear-gradient(to right, #519FED, #EB5CE6);
    color: #ffffff;
}

.color.btn-create::before {
    background-image: url(../images/icon/icon_pen@2x.png);
}

.top-list-community {
    border-top: 1px solid #888888;
    margin-top: 10px;
    padding-top: 20px;
}

.note-red {
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #FF0000;
    position: absolute;
    top: 208px;
}

.page__comm .select-style-list {
    border: none;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    border-radius: 28px;
    background: #ffffff url("../images/icon_dropdown@2x.png") no-repeat 96% 50%;
    background-size: 12px auto;
}

.page__comm  .select-style-list select {
    padding: 6px 8px;
    color: #000000;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: 13px;
    width: 100%;
}

.page__comm .select-style-list select:focus {
    outline: none;
}

.page__comm .select-style select option {
    text-align: center;
}

.page__comm .select-desc .select-style-list {
    background: #ffffff url("../images/icon_dropdown@2x.png") no-repeat 89% 50%;
    background-size: 12px auto;
    border-radius: 5px;
}

.page__comm .count-number{
    position: absolute;
    top: 5px;
    right: 20px;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 20px;
}

.page__comm .count-number .text{
    font-size: 10px;
    margin-left: 5px;
}

.model-comm .modal-body {
    padding: 10px;
}

.model-comm .modal-body .title-model-comm {
    font-size: 22.5px;
    padding-bottom: 20px;
    word-break: break-all;
}

.model-comm .modal-content {
    border-radius: 0;
}

.model-comm .modal-dialog {
    margin-top: 20px;
}

.model-comm .media {
    margin: 20px 0 !important;
    padding-left: 0 !important;
    height: 80px !important;
    position: relative !important;
    box-shadow: none !important;
}

.ad-disable::before {
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/icon/BOXdisable@2x.png);
    content: "";
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: 1;
}

.ad-disable .image-link {
    position: relative;
}

.text-disable {
    display: none;
}

.text-red {
    color: #FF0000;
}

.ad-disable .text-disable {
    position: absolute;
    top: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 15px;
    left: 0;
    right: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 1;
    background: rgb(0 0 0 / 0.25);
}

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

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

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

.model-comm .media .media-body h5 a.content-link {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    position: relative;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    color: #A5A5A5;
    font-size: 13px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 39px !important;
}

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

    display: -webkit-box;
    line-height: 16px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.model-comm .media .media-body .icon-link {
    position: absolute;
    right: 0;
}

.model-comm .media .media-body .icon-link img {
    width: 30px;
    height: 30px;
}

.model-comm .btn-modal-comm {
    width: 200px;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
    background: #000000;
    color: #ffffff !important;
    border-radius: 0;
    font-size: 13px;
    line-height: 26px;
}

.header-model-comm {
    margin-bottom: 10px;
}

.header-model-comm .tag {
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #ffffff;
    background-color: #000000;
    height: 25px;
    border-radius: 30px;
    line-height: 10px;
    margin-right: 10px;
}

.header-model-comm .time {
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.btn-back-to-community {
    background-color: #E2E2E2;
    border: 2px solid #CDD6DD;
    color: #707070;
    width: 180px;
    border-radius: 35px;
    text-align: center;
    height: 65px;
    font-size: 18px;
    padding-top: 16px;
}

.btn-create-comment {
    background-color: #FF1480;
    color: #fff;
    border-radius: 35px;
    text-align: center;
    padding: 0.385rem 0.95rem;
}

.btn-cancel-community {
    background-color: #E2E2E2;
    border: 2px solid #CDD6DD;
    color: #707070;
    border-radius: 35px;
    text-align: center;
}

.btn-edit-community-icon {
    color: #fff;
    border-radius: 50%;
    border: 2px solid #4D6FFF;
    padding: 7px;
    cursor: pointer;
}

.btn-delete-community-icon {
    color: #fff;
    border-radius: 50%;
    border: 2px solid #FF0000;
    padding: 7px;
    cursor: pointer;
}

.btn-next-step-comment {
    width: 180px;
    height: 65px;
}

@media (max-width: 425px) {
    .btn-next-step-comment {
        width: 140px;
        height: 50px;
    }
}

.border-error {
    border: 1px solid #FF0000 !important;
}

.limit-character-note {
    font-size: 12px;
    color: grey;
}

/*show hide element of popup ckeditor*/
a.cke_dialog_tab:nth-child(2) {
    display: none !important;
}

.cke_dialog_contents table tbody tr:nth-child(2) {
    display: none !important;
}

.cke_dialog_ui_hbox .cke_dialog_ui_hbox td:nth-child(1) {
    display: none !important;
}

.cke_dialog_ui_hbox.cke_dialog_footer_buttons td:nth-child(1) {
    display: block !important;
}
/*END COMMUNITY BOARD*/


/*START EDIT LIVEHOUSE PAGE*/
.edit-form .box-area {
    padding-left: 0;
    padding-right: 0;
}

.map-modal-link {
    color: #383838;
}

.start-form .bg-top-mp-2 {
    top: 0;
}

.form-group.edit-form {
    display: grid;
}

.input-field.form-control-edit {
    border: 1px solid #888888;
}

.add-sns-container.edit-form {
    width: 554px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}

.invalid-feedback.edit-form {
    display: block;
}
/*END EDIT LIVEHOUSE PAGE*/


/*BEGIN MY PAGE*/
.bg-top-mypage-1 {
    background-image: url(../images/mypage/mp_banner_artist_2100x610.png);
    height: 408px;
    background-size: cover;
    position: relative;
    top: 110px;
    margin-top: 10px;
    margin-bottom: 110px;
}

.bg-top-mypage-2 {
    background-image: url(../images/mypage/banner_supporter.png);
    height: 408px;
    background-size: cover;
    position: relative;
    top: 110px;
    margin-bottom: 110px;
}

.bg-top-mypage-3 {
    background-image: url(../images/mypage/banner_supporter.png);
    height: 408px;
    background-size: cover;
    position: relative;
    top: 110px;
    margin-bottom: 110px;
}

.avatar-mypage {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    padding: 3.5px;
    margin-right: 20px;
}

.line-mid:before {
    content: "";
    height: 21px;
    border-left: 1px solid #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
}

.lst-name-mypage {
    display: flex;
    padding-top: 70px;
    padding-left: 210px;
}

.info-follow {
    display: flex;
    color: #FFFFFF;
    position: relative;
    font-size: 12.5px;
}

.info-rank-mypage .ranking img{
    width: 18px;
    height: 18px;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
}

.fl {
    display: flex;
}

.follower {
    margin-left: 55px;
}

.follower:first-child {
    margin-left: 0px;
}

.follow-text-2 {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #831447;
}

.follow-text-1 {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #147C83;
}

.follow-text-3 {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #6047EB;
}

.follow-text-4 {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #6047EB;
}

.follow-text-fan {
    color: #BDBBBB;
}

.follower-circle-1 {
    margin-top: 10px;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 7px solid #2ADEF5;
    z-index: 4;
}

.follower-circle-2 {
    margin-top: 10px;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 7px solid #FF1480;
    z-index: 4;
}

.follower-circle-3 {
    margin-top: 10px;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 7px solid #6047EB;
    z-index: 4;
}

.follower-circle-4 {
    margin-top: 10px;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 7px solid #6047EB;
    z-index: 4;
}

.follower-circle-fan {
    border: 7px solid #A5A5A5;
}

.follow-number-1 {
    font-size: 16px;
    color: #2ADEF5;
    z-index: 5;
    text-align: center;
    margin-top: 15px;
}

.follow-number-2 {
    font-size: 16px;
    color: #FF1480;
    z-index: 5;
    text-align: center;
    margin-top: 15px;
}

.follow-number-3 {
    font-size: 16px;
    color: #2ADEF5;
    z-index: 5;
    text-align: center;
    margin-top: 15px;
}

.follow-number-4 {
    font-size: 16px;
    color: #2ADEF5;
    z-index: 5;
    text-align: center;
    margin-top: 15px;
}

.follow-number-fan {
    color: #A5A5A5;
}

.mp-number-artist-1 {
    color: #2ADEF5;
}

.mp-number-artist-4 {
    color: #2ADEF5;
}

.follower-icon-gold {
    position: relative;
    justify-content: flex-end;
    margin-top: -52px;
}

.follower-icon-gold .icon-gold1 {
    display: flex;
    position: relative;
    top: 50%;
}

.follower-icon-gold .icon-gold {
    margin-left: 35px;
}

.dm_fl {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 50%;
    margin-top: -150px;
}

.dm_fl .dm {
    margin-left: 35px;
}

.dm-fl-text {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.icon_fl {
    width: 50px;
    height: 50px;
}

.info-point {
    padding-left: 25px;
    color: #FFFFFF;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 12.5px;
}

.info-point::after {
    background-image: url(../images/icon_point.png);
    width: 18px;
    height: 18px;
    background-size: cover;
    content: "";
    position: absolute;
    left: 1px;
    top: -1px;
}

.line-mid {
    margin-top: 8px;
}

.mypage-link-l {
    display: inline-block;
    text-align: right;
    color: #FFFFFF;
    font-size: 12px;
}

.mypage-link-r {
    color: #FFFFFF;
    font-size: 12px;
}

.box-lst-point{
    margin-left: auto;
    margin-right: 175px;
    padding-left: 210px;
}

.lst-point {
    display: flex;
    color: #FFFFFF;
    margin-top: 20px;
}

.lst-pont a {
    color: #FFFFFF;
}

.mypage-name {
    color: #FFFFFF;
    font-size: 40px;
}

.lst-item li .card.tab-v-mp {
    border: 0px solid rgba(0, 0, 0, .125);
}

.avatar-item {
    position: relative;
}

.tab-v-mp .avatar-item {
    padding: 5px;
}

.btn-edit-mypage {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab-mypage {
    margin-left: 10px;
    width: 282px;
    height: 55px;
    text-align: center;
    margin-bottom: 0px !important;
    border-radius: 41px 41px 0 0;
    background-color: #F2F2F2;
    font-size: 24px;
    color: #707070;
    align-items: center;
}

.tab-mypage:first-child {
    margin-left: 0px;
}

.first-tab .nav-link,
.second-tab .nav-link,
.third-tab .nav-link {
    padding: 9px 0;
}

.border {
    border: 1px solid #000000;
}

.title-img-mypage {
    position: relative;
}

.icon-heart {
    background-image: url(../images/icon/icon_follow_off@2x.png);
    width: 32.5px;
    height: 32px;
    content: "";
    background-size: cover;
    position: absolute;
    bottom: 10px;
    right: 6px;
}

.anket {
    color: #F0E6E6;
    font-size: 10px;
    text-decoration: underline;
    margin-top: 2px;
}

.product-name {
    padding: 5px;
    text-align: center;
}

.product-name .txt-name {
    display: -webkit-box;
    font-size: 13px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 64px;
    text-align: center;
}

.lst-item {
    margin: 0;
    margin-bottom: 0;
    width: 100%;
    background-color: #F2F2F2;
    padding-left: 0;
}

.mp-v-name {
    height: 105px;
}

.mp-v-avatar img{
    height: 100%;
    object-fit: cover;
}

.lst-item li .card {
    border: 0.5px solid rgba(0, 0, 0, .125);
    border-bottom: none;
    position: relative;
    border-radius: 0;
    height: 100%;
}

.lst-item li .card a {
    color: #3A3536;
    text-decoration: none;
}

.lst-item li {
    list-style: none;
    padding: 0;
}

.bg-gray {
    background: #F2F2F2;
    min-height: 500px;
}

.nav-tabs {
    font-size: 14px;
    border-bottom: 5px solid #2ADEF5;
    padding-left: 210px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: #A5A5A5;
}

.list-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active-1 {
    color: #FFFFFF;
    background-color: #2ADEF5;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 41px 41px 0 0;
    border-color: #2ADEF5;
}

.list-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active-2 {
    color: #FFFFFF;
    background-color: #FF1480;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 41px 41px 0 0;
    border-color: #FF1480;
}

.list-tab .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #FFFFFF;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.list-tab {
    bottom: 0;
    position: absolute;
    width: 100%;
}
/*END MY PAGE*/

/*START LIST*/
.box-detail {
    margin-top: 170px;
}

.box-detail-supporter {
    width: 100%;
    height: 200px;
}

.box-sp-top {
    width: 100%;
    height: 400px;
    padding-top: 50px;
}

.sp-top-title {
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 2px solid #FF1480;
    font-size: 16px;
    color: #831447;
}

.sp-top-content {
    color: #383838;
    font-size: 16px;
    word-wrap: break-word;
}

.btn-to-list-artist {
    position: relative;
    display: flex;
    width: 209px;
    height: 60px;
    margin-top: 60px;
    color: #FFFFFF;
    background-color: #4D6FFF;
    border: 2px solid #CDD6DD;
    border-radius: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.btn-to-list-artist:hover {
    border: 2px solid #4D6FFF;
}

.sp-favorite-null {
    color: #707070;
}

.sp-favorite-icontop {
    position: absolute;
    right: 20px;
}
/*END LIST*/

/*START MYPAGE OFFICE */
.mp-title-page {
    position: static;
    font-size: 24px;
    /*top: -70px;*/
    color: #FFFFFF;
    text-align: center;
    justify-content: center;
    justify-items: center;
    margin-top: -100px;
    margin-bottom: 40px;
}

.icon-3-cham {
    width: 60px;
    height: 10px;
    margin-top: -25px;
}

.bg-top-mp-1 {
    background-image: url(../images/mypage/mp_banner_artist_2100x610.png);
    height: 408px;
    background-size: cover;
    position: relative;
    /*top: 110px;*/
    margin-top: 120px;
    /*margin-bottom: 110px;*/
    left: 230px;
    /*z-index: -1;*/
}

.bg-top-mp-2 {
    background-image: url(../images/mypage/banner_supporter.png);
    height: 408px;
    background-size: cover;
    position: relative;
    /*top: 110px;*/
    margin-top: 120px;
    /*margin-bottom: 110px;*/
    left: 230px;
    /*z-index: -1;*/
}

.bg-top-mp-3 {
    background-image: url(../images/mypage/banner_livehouse.png);
    height: 408px;
    background-size: cover;
    position: relative;
    /*top: 110px;*/
    margin-top: 120px;
    /*margin-bottom: 110px;*/
    left: 230px;
    /*z-index: -1;*/
}

.bg-top-mp-4 {
    background-image: url(../images/mypage/banner_creator.png);
    height: 408px;
    background-size: cover;
    position: relative;
    /*top: 110px;*/
    margin-top: 120px;
    /*margin-bottom: 110px;*/
    left: 230px;
    /*z-index: -1;*/
}

.mp-box-w {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-left: 290px;
    margin-right: 60px;
    margin-top: -323px;
    padding: 30px;
}

.mp-box-name {
    display: flex;
}

.avatar-mp {
    width: 180px;
    height: 180px;
    border-radius: 10px;
    padding: 3.5px;
    margin-right: 20px;
}

.lst-name-mp {
    display: flex;
    padding-top: 70px;
    padding-left: 10px;
}

.mp-name {
    color: #383838;
    font-size: 24px;
}

.mp-local {
    color: #A5A5A5;
    font-size: 16px;
}

.box-mp-point{
    padding-left: 210px;
    margin-top: -126px;
    position: absolute;
}

.mp-btn-top {
    position: absolute;
    top: 30px;
    right: 20px;
}

.mp-btn-top .btn-edit {
    display: flex;
    width: 125px;
    height: 35px;
    background-color: #F2F2F2;
    border-radius: 5px;
    text-align: center;
    color: #888888 !important;
}

.mp-btn-top .btn-edit:hover {
    background-color: #4D6FFF;
    color: #FFFFFF !important;
    text-decoration: none;
}

.mp-btn-top .btn-view {
    display: flex;
    width: 125px;
    height: 35px;
    background-color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #E2E2E2;
    margin-top: 10px;
}

.mp-btn-top .btn-view:hover {
    background-color: #E2E2E2;
    text-decoration: none;
}

.mp-btn-top .btn-edit-text {
    font-size: 12px;
    line-height: 35px;
    margin-left: 10px;
}

.mp-btn-top .btn-view-text {
    color: #4D6FFF;
    font-size: 12px;
    line-height: 35px;
    margin-left: 20px;
}

.mp-icon-edit {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 7px;
}

.mp-box-content {
    padding-top: 10px;
    margin-bottom: 20px;
}

.mp-line {
    height: 3px;
    background-color: #F2F2F2;
    margin-right: -30px;
    margin-left: -30px;
}

.h100 {
    height: 100%;
}

.menu-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.mp-ct-title-2 {
    height: 30px;
    padding-left: 15px;
    color: #831447;
    border-left: 5px solid #FF1480;
    line-height: 30px;
}

.mp-ct-title-1 {
    height: 30px;
    padding-left: 15px;
    color: #147C83;
    border-left: 5px solid #2ADEF5;
    line-height: 30px;
}

.mp-ct-title-3 {
    height: 30px;
    padding-left: 15px;
    color: #6047EB;
    border-left: 5px solid #6047EB;
    line-height: 30px;
}

.mp-ct-title-4 {
    height: 30px;
    padding-left: 15px;
    color: #6047EB;
    border-left: 5px solid #6047EB;
    line-height: 30px;
}

.mp-ct-content {
    margin-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    color: #383838;
    word-wrap: break-word;
}

.mp-box-url-2 {
    position: relative;
    width: 113px;
    height: 129px;
    margin-top: 10px;
    margin-right: 20px;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, #FFC21C, #FF1480);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.mp-box-url-1 {
    position: relative;
    width: 113px;
    height: 129px;
    margin-top: 10px;
    margin-right: 20px;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, #A5E045, #2ADEF5);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.mp-box-url-4 {
    position: relative;
    width: 113px;
    height: 129px;
    margin-top: 10px;
    margin-right: 20px;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, #45D5A3, #6047EB);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.mp-box-url-3 {
    position: relative;
    width: 113px;
    height: 129px;
    margin-top: 10px;
    margin-right: 20px;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, #1CB9FF, #FF14F7);
    padding-top: 10px;
    padding-left: 9px;
    padding-right: 8px;
    cursor: pointer;
}

.checked-genres-1 {
    width: 120px;
    height: 40px;
    border-radius: 30px;
    padding: 0 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #A5E045, #2ADEF5);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checked-genres-2 {
    width: 120px;
    height: 40px;
    border-radius: 30px;
    padding: 0 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #1E749A, #FF14F7);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checked-genres-3 {
    width: 120px;
    height: 40px;
    border-radius: 30px;
    padding: 0 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checked-genres-4 {
    width: 151px;
    height: 40px;
    border-radius: 30px;
    padding: 0 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #45D5A3, #6047EB);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checked-genres-4 .genre-text {
    width: 100px;
}

.checked-food-3 {
    width: 154px;
    height: 56px;
    border-radius: 30px;
    padding: 0 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #2189B8, #E052DB);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checked-use-3 {
    width: 205px;
    height: 57px;
    border-radius: 30px;
    padding: 0 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #1E749A, #B200AC);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.round-icon-3 {
    display: block;
    width: 71px;
    height: 43px;
    background-image: url(../images/mypage/round_icon_3.png);
    margin-top: 10px;
    margin-left: 10px;

}

.mp-box-url-1 a:hover, .mp-box-url-2 a:hover, .mp-box-url-3 a:hover, .mp-box-url-4 a:hover  {
    color: white;
    text-decoration: none;
}

.mp-url-circle {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.mp-icon-link {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-top: 5px;
}

.mp-icon-link-yt {
    width: 30px;
    height: 20px;
    margin-top: 15px;
    margin-left: 10px;
}

.mp-url-text {
    margin-top: 5px;
    color: white;
    text-decoration: none;
    text-align: center;
}

.mb-100 {
    margin-bottom: 100px;
}

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

.mp-sp-btn-edit {
    position: absolute;
    right: 30px;
    width: 125px;
    height: 35px;
    padding-left: 5px;
    color: #888888;
    background-color: #F2F2F2;
    font-size: 12px;
    line-height: 35px;
    border: none;
    cursor: pointer;
}

.mp-sp-btn-edit:focus {
    border: none;
    outline: none;
}

.mp-sp-btn-edit:hover {
    text-decoration: none;
}

.mp-sp-icon-edit {
    width: 20px;
    height: 20px;
}

.mp-sp-btn-edit-text {
    margin-left: 5px;
}

.mp-sp-btn-edit-text-close {
    margin-left: 5px;
    color: #4D6FFF;
}

.mp-chatlist {
    display: flex;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 10px;
}

.mp-chatlist a {
    font-size: 16px;
    color: #383838;
    text-decoration: none;
    max-width: 600px;
    white-space: normal;
    /*overflow: hidden;*/
    /* text-overflow: ellipsis; */
    text-overflow: clip;
    word-wrap: break-word;
    /*-webkit-line-clamp: 3;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.mp-chatlist a:hover {
    font-size: 16px;
    color: #383838;
    text-decoration: none;
}

.mp-chatlist-body {
    /*display: flex;*/
    width: 100%;
    position: relative;
    align-items: center;
}

.mp-rounded-circle {
    width: 100px;
    height: 100px;
    /*margin-top: 10px;*/
    margin-left: 20px;
    margin-right: 20px;
}

.mp-icon-DM2 {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 20px;
    bottom: 0;
}

.mp-search input {
    position: absolute;
    right: -70px;
    background-color: #FAFAFA;
    width: 289px;
    height: 50px;
    padding-right: 34px;
    /*border: none;*/
    border: 2px solid;
    border-color: #CDD6DD !important;
    border-radius: 25px;
}

.mp-search input:focus {
    border: 2px solid;
    border-color: #CDD6DD !important;
}

.mp-btn-submit-list {
    position: absolute;
    right: 15px;
    width: 110px;
    height: 50px;
    margin-left: 20px;
    color: #FFFFFF;
    background-color: #FF1480;
    border: 2px solid #CDD6DD;
    border-radius: 25px;
}

.chat-style-none-dot {
    list-style-type: none;
}

.mp-btn-chat {
    width: 100px;
    height: 50px;
    border-radius: 10px;
    background-color: #4D6FFF;
    top: 45px;
    right: -50px;
}

.mp-chat-textarea {
    min-height: 140px !important;
    border-radius: 10px !important;
    margin-right: 80px !important;
    margin-left: 10px;
    margin-bottom: 120px !important;
}

.mp-chat-textarea:focus {
    border: 1px solid gray;
}

.mp-not-found-data {
    color: #A5A5A5;
    bottom: 0;
    padding: 20px;
    background: #F2F2F2;
    text-align: center;
    margin-bottom: 100px;
}

.mp-not-found-data-text-small {
    font-size: 10px;
}

.mp-box-name-chat {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    background-color: #F2F2F2;
    text-align: center;
    align-items: center;
}

.avatar-mp-chat {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}

.mp-box-link {
    margin-top: 20px;
    margin-left: 20px;
}

.mp-box-content a:hover, .follower a:hover {
    text-decoration: none;
}

@media (max-width:768px) {
    .mp-search input {
        position: relative;
        right: 0px;
        margin-top: 20px;
        width: 200px;
    }

    .mp-btn-submit-list {
        /*position: relative;*/
        right: 15px;
        margin-top: 20px;
    }

    .mp-chatlist {
        height: auto;
        /*margin-left: 15px;*/
        /*margin-right: 15px;*/
    }

    .mp-chatlist a {
        max-width: 170px;
    }

    .mp-box-name-chat {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mp-btn-chat {
        right: -40px;
    }

    .mp-rounded-circle {
        width: 60px;
        height: 60px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .mp-icon-DM2 {
        width: 20px;
        height: 20px;
    }

    .mp-box-w-chat-list-sp {
        border-radius: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0;
        border-top: 15px solid #F2F2F2;
    }

    .bg-top-mp-sp-chat-list-1 {
        background-image: url(../images/mypage/banner_supporter_sp_chat_list.png);
        height: 150px;
        background-size: cover;
        position: relative;
        top: 76px;
    }

    .bg-top-mp-sp {
        height: 150px !important;
        margin-bottom: 0 !important;
    }

    .mp-text-top-sp {
        z-index: 10;
        top: 100px;
    }

    .mp-title-page-sp {
        font-size: 32px;
        text-align: center;
        top: -110px;
        position: absolute;
    }

    .mp-icon-back {
        font-size: 25px;
        top: -105px;
        position: absolute;
    }
}
/*END MYPAGE OFFICE */

/*START LEFT SIDEBAR */
.mp-nav {
    display: block !important;
}

.bgc-F2 {
    position: relative;
    background-color: #F2F2F2;
    padding-bottom: 30px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

.mp-sidebar-wrapper {
    top: 120px;
    z-index: 1;
    width: 0;
    height: 100%;
    overflow-y: auto;
    color: #383838;
    font-size: 14px;
    background: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 700px;
}

.mp-sidebar-wrapper .navbar-header {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    background: #fff;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

.mp-page-content-wrapper {
    position: absolute;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #383838;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #383838;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav li:active,
.sidebar-nav li:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
    display: flex;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.mp-logo {
    padding-left: 10px;
    margin-right: 50px;
}

.mp-li {
    display: flex;
    padding-left: 30px;
    padding-right: 20px;
    height: 50px;
    align-items: center;
}

.mp-li:hover {
    background-color: #FFECCC;
}

.mp-li_active {
    background-color: #FFECCC;
}

.mp-li-logout:hover {
    background-color: #FFFFFF;
}

.mp-text-logout {
    color: #FFD081;
}

.mp-icon-menu {
    width: 30px;
    height: 30px;
}

.mp-li-text-logout {
    color: #FFD081 !important;
}

#page-content-wrapper {
    position: relative;
    margin-left: 230px;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-left: 100px;
}

#wrapper.toggled .mp-box-w {
    margin-left: 160px;
}

#wrapper.toggled .bg-top-mp-1 {
    left: 100px;
}

#wrapper.toggled .bg-top-mp-2 {
    left: 100px;
}

#wrapper.toggled .bg-top-mp-3 {
    left: 100px;
}

#wrapper.toggled .bg-top-mp-4 {
    left: 100px;
}

#wrapper.toggled .mp-icon-menu-close {
    transform: rotate(180deg);
    margin-right: 7px;
}

#wrapper.toggled .sidebar-nav li a {
    display: none;
}

.mp-icon-menu-close {
    margin-top: 13px;
}

.mp-sidebar-wrapper {
    width: 230px;
    height: 700px;
}

.mp-sidebar-wrapper ul a li {
    color: #383838;
}

.mp-sidebar-wrapper ul a:hover {
    color: #383838;
    text-decoration: none;
}

.link-mypage-home {
    display: none;
}

.mp-icon-next-menu {
    display: none;
}

.d-mp-sp {
    display: none;
}

@media(min-width:768px) {
    #wrapper.toggled  {
        padding-left: 0;
    }

    #wrapper.toggled .mp-sidebar-wrapper {
        width: 100px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 100px;
    }

    #wrapper.toggled .bg-top-mp-1 {
        left: 100px;
    }

    #wrapper.toggled .bg-top-mp-2 {
        left: 100px;
    }

    #wrapper.toggled .bg-top-mp-2 {
        left: 100px;
    }

    #wrapper.toggled .mp-menu-text {
        display: none;
    }

    #wrapper.toggled .mp-icon-menu {
        margin-right: 50px;
    }

    #wrapper.toggled .mp-logo {
        display: none;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-left: 100px;
    }

    #wrapper.toggled .mp-li-text {
        display: none;
    }

    .btn-bottom-tonggle {
        display: none;
    }
}

@media (max-width:768px) {
    #wrapper.toggled {
        padding-left: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 100px;
    }

    #wrapper.toggled .mp-logo {
        display: none;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-left: 100px;
    }

    #wrapper.toggled .mp-li-text {
        display: none;
    }

    #wrapper.toggled-sp .mp-sidebar-wrapper {
        width: 1005px;
        background-color: red;
        bottom: 50px;
    }

    #wrapper .mp-sidebar-wrapper {
        position: fixed;
    }

    .mp-sidebar-wrapper {
        position: fixed;
        width: 100%;
        margin-top: 0;
        margin-bottom: 70px;
        height: auto;
        display: none;
    }

    .d-mp-sp {
        display: block;
    }

    .d-sp-none {
        display: none;
    }

    .mp-btn-menu-tonggle {
        display: none;
    }

    .mp-icon-next-menu {
        display: block;
        position: absolute;
        right: 20px;
        width: 30px;
        height: 30px;
    }

    .link-mypage-home {
        display: block;
    }

    .bg-top-mp-1 {
        left: 0px;
        /*top: 66px;*/
        margin-top: 76px;
        height: 525px;
        z-index: -1;
    }

    .bg-top-mp-2 {
        left: 0px;
        /*top: 66px;*/
        margin-top: 76px;
        height: 525px;
        z-index: -1;
    }

    .bg-top-mp-3 {
        left: 0px;
        /*top: 66px;*/
        margin-top: 76px;
        height: 525px;
        z-index: -1;
    }

    .bg-top-mp-4 {
        left: 0;
        /*top: 66px;*/
        margin-top: 76px;
        height: 525px;
        z-index: -1;
    }

    .mp-box-w {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
    }

    .mp-btn-top {
        position: relative;
    }

    .avatar-mp {
        width: 110px;
        height: 110px;
        margin-right: 0;
    }

    .mp-box-name {
        display: block;
        text-align: center;
    }

    .box-name-add {
        margin-top: 10px;
    }

    .box-mp-point {
        position: relative;
        padding-left: 0;
        margin-top: 0;
    }

    .lst-point {
        justify-content: center;
        margin-bottom: 25px;
    }

    .mp-title-page {
        position: relative;
        font-size: 24px;
        top: 0px;
        left: 0px;
        color: #FFFFFF;
        text-align: center;
        justify-content: center;
        justify-items: center;
        margin-bottom: 40px;
        z-index: 6;
        margin-bottom: 0;
    }

    .box-infor-sp {
        margin-top: -565px;
        margin-bottom: 50px;
    }

    .bgc-F2 {
        z-index: 0;
    }

    .mp-line {
        display: none;
    }

    .mp-box-content {
        background-color: #FFFFFF;
        border-radius: 10px;
        padding-bottom: 10px;
    }

    .mp-ct-title-1 {
        margin-left: 10px;
    }

    .mp-ct-title-2 {
        margin-left: 10px;
    }

    .mp-ct-title-3 {
        margin-left: 10px;
    }

    .mp-ct-content {
        margin-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .mp-box-content-page {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mp-url-text {
        font-size: 14px;
    }

    .mp-box-url-1 {
        margin-top: 10px;
    }

    .mp-box-url-2 {
        margin-top: 10px;
    }

    .mp-box-url-3 {
        margin-top: 10px;
    }

    .mp-box-url-4 {
        margin-top: 10px;
    }

    .btn-bottom-tonggle {
        color: #FFFFFF;
        background-color: #383838;
        width: 100%;
        height: 70px;
        bottom: 0;
        position: fixed;
        text-align: center;
        cursor: pointer;
        padding-top: 20px;
        z-index: 10;
    }

    .mp_icon_settingWH {
        position: absolute;
        left: 25%;
        width: 25px;
        height: 25px;
    }

    .mp_icon_downWH {
        position: absolute;
        right: 5%;
        width: 25px;
        height: 25px;
        transform: rotate(180deg);
    }

    .mp_icon_down_up {
        transform: rotate(0deg);
    }

    .mp-box-content a:hover, .follower a:hover {
        text-decoration: none;
    }

    .mp-box-url-1 {
        width: 100px;
        height: 110px;
    }

    .mp-box-url-4 {
        width: 100px;
        height: 110px;
    }

    .mp-url-circle {
        width: 40px;
        height: 40px;
    }

    .mp-icon-link-yt {
        width: 25px;
        height: 15px;
        margin-top: 12px;
        margin-left: 7px;
    }

    .mp-icon-link {
        width: 30px;
        height: 30px;
        margin-left: 5px;
        margin-top: 5px;
    }
}
/*END LEFT SIDEBAR */

/*START EDIT MYPAGE */
.form-control-edit {
    border: 1px solid #888888;
}

.form-control-edit:focus {
    border: 1px solid #888888;
}

.textarea-form-edit {
    border: 1px solid #888888;
}

.textarea-form-edit:focus {
    border: 1px solid #888888;
}

.mp-commitment {
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 25px;
}

.mp-txt-checkbox-end {
    font-weight: 500;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    font-size: 15px;
    margin-left: 20px;
}

.mp-checkbox-bottom input[type=checkbox] {
    position: absolute;
    top: 13px;
}

.Submit .btn.btn-cancel {
    color: #3A3536;
    background-color: #E2E2E2;
    height: 50px;
    font-size: 18px;
    border-radius: 6px;
    padding-top: 10px;
}

.Submit .btn.btn-submit {
    color: #FFFFFF;
    background-color: #383838;
    height: 50px;
    font-size: 18px;
    border-radius: 6px;
}

.mp-select .select-styled {
    border: 1px solid #888888;
}

.mp-preview {
    border: 1px solid #888888;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}

.selected_genres-auto {
    width: 90% !important;
    height: 100% !important;
}

.input-field-auto {
    height: auto !important;
}

.mp-box-no-video {
    margin-top: 30px;
    padding: 30px;
    color: #A5A5A5;
    background-color: #F0F0F0;
    text-align: center;
}

.mp-icon-youtube {
    width: 40px;
    height: 30px;
    margin-top: 13px;
    margin-right: 10px;
    align-items: center;
}

.mp-below-img-text {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    color: #4D6FFF;
    margin-top: 125px;
}

.mp-upload-img {
    background-image: url(../images/icon_plus@2x.png);
    content: "";
    height: 54px;
    width: 54px;
    background-size: cover;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.mp-img-ipload {
    width: 360px;
    height: 205px;
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.btn-submit-vd-img {
    display: block;
    width: 130px;
    height: 50px;
    color: #FFFFFF;
    background-color: #FF1480;
    border: 2px solid #CDD6DD;
    border-radius: 25px;
    font-size: 18px;
}

.mp-img-upload-edit {
    width: 360px;
    height: 205px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.mp-box-content-none {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #BDBBBB;
}

.mp-ct-content-vd-ld {
    padding-left: auto;
    text-align: center;
}

@media (max-width:768px) {
    .mp-img-ipload {
        width: 100px;
        height: 100px;
    }

    .mp-upload-img{
        height: 30px;
        width: 30px;
        top: 30px;
    }

    .mp-below-img-text {
        font-size: 12px;
        margin-top: 70px;
    }

    .btn-submit-vd-img {
        margin-top: 20px;
    }

    .mp-box-no-video {
        background-color: #FFFFFF;
    }

    .mp-box-w-edit-sp {
        margin-top: -456px;
    }

    .mp-box-no-video {
        margin-top: 0;
    }

    .mp-box-w-fcm {
        margin-top: 10px;
    }
}
/*END EDIT MYPAGE */


/*START EDIT LIVEHOUSE PAGE*/
.edit-form .box-area {
    padding-left: 0;
    padding-right: 0;
}

.map-modal-link {
    color: #383838;
}

.start-form .bg-top-mp-2 {
    top: 0;
}

.form-group.edit-form {
    display: grid;
}

.input-field.form-control-edit {
    border: 1px solid #888888;
}

.add-sns-container.edit-form {
    width: 554px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}
/*END EDIT LIVEHOUSE PAGE*/

/*START FOLLOW */
.mp-follows__page {
    margin-top: 200px;
}

.mp-follows__page .rounded-circle {
    width: 50px;
    height: 50px;
}

.mp-icon-down-chat-list {
    width: 25px;
    height: 25px;
    margin-left: 15px;
    position: absolute;
}

.mp-icon-search {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.mp-btn-sort-chat-list {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    color: #FFFFFF;
    background-color: #383838;
    border: 2px solid #CDD6DD;
}

.mp-btn-sort-chat-list-hide {
    width: 160px;
    height: 50px;
}

.mp-text-sort-chat-list {
    margin-left: -30px;
}

.hide {
    display: none;
}

.mp-box-w-follow {
    margin-top: 300px;
}

.avatar-mp-fl {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.mp-tab-sp {
    display: flex;
}

.mp-tab-sp a {
    color: #707070;
    text-decoration: none;
}

.mp-tab-sp a:hover {
    text-decoration: none;
}

.mp-name-fl {
    font-size: 16px;
    margin-top: 28px;
    margin-left: 30px;
}

.mp-btn-list-follow {
    width: 150px;
    height: 50px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    padding-top: 15px;
    color: #707070;
    border-radius: 25px;
}

.mp-btn-list-follow:hover {
    background-color: #F2F2F2;
}

.mp-btn-list-follow-right {
    margin-left: 30px;
}

.mp-active-fl {
    background-color: #F2F2F2;
}

.mp-page-title-bold {
    font-weight: bold;
    font-family: 'M PLUS 1p', sans-serif;
}

.mp-media {
    position: relative;
    width: 250px;
    height: 150px;
    background-color: #F2F2F2;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.mp-avatar-fl {
    width: 72px;
    height: 72px;
    border-radius: 10px;
}

.mp_icon_fl2 {
    height: 36px;
    width: 36px;
    position: absolute;
    right: 0;
    top: -30px;
}

.mp-media-body {
    font-size: 12px;
    margin-left: 5px;
}

.mp-media-footer {
    position: absolute;
    display: flex;
    left: 10px;
    bottom: 10px;
    width: 90%;
}

.mp-media-footer-circle {
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
}

.mp-media-footer-circle-fl {
    border: 3px solid #2059A5;
}

.mp-media-footer-circle-fler {
    border: 4px solid transparent;
    background-image: linear-gradient(#F2F2F2, #F2F2F2), linear-gradient(to right, #60C4DA, #A0C85A);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.mp-media-footer-number {
    margin-top: 5px;
}

.mp-media-footer-number-fl {
    color: #2059A5;
}

.mp-media-footer-number-fler {
    color: #2ADEF5;
}

.mp-follower {
    margin-right: 10px;
}

.mp-media-body a {
    color: #383838;
}

.mp-text-cmt {
    max-width: 150px;
    font-size: 10px;
    white-space: normal;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    text-overflow: clip;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.panel-body {
    overflow-y: scroll;
    height: 450px;
    padding-right: 15px;
    padding-left: 15px;
}

chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.mp-icon-back-pc {
    position: absolute;
    left: 20px;
}

.header-notice {
    width: 12px;
    position: absolute;
    margin-left: 20px;
    margin-top: -15px;
    border-radius: 50%;
}

.header-notice.chat-header {
    margin-top: 9px;
    width: 10px;
    margin-left: 14px;
}

.mp-not-found-data-title {
    color: #A5A5A5;
    text-align: center;
    font-size: 24px;
    margin-top: 80px;
    margin-bottom: 60px;
}

@media (max-width:768px) {
    .mp-media {
        margin-left: auto;
        margin-right: auto;
    }

    .mp-name-fl {
        margin-left: 0px;
    }

    .mp-page-title-bold {
        margin-top: 50px;
    }

    .mp-btn-list-follow-right {
        margin-left: 0px;
    }

    .mp-btn-a-follow-right {
        position: absolute;
        right: 0;
     }

    .header-notice.chat-header {
        display: none;
    }
}

.mp-selected-type-box {
    width: 205px;
    height: 57px;
    border-radius: 29px;
    background-image: linear-gradient(to right, #1E749A, #B200AC);
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mp-selected-type-box.eating {
    width: 140px;
    height: 53px;
    border-radius: 28px;
    background-image: linear-gradient(to right, #2189B8, #E052DB);
}

.mp-selected-type-box img {
    position: absolute;
    right: -1px;
    bottom: 0;
    opacity: 0.3;
}

.mp-sup-icon-sns {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
}

.mp-url-text-sup {
    font-size: 18px;
    margin-top: 5px;
    color: white;
    text-decoration: none;
    text-align: center
}

.mp-url-fl-sup {
    font-size: 14px;
    color: white;
    text-decoration: none;
    text-align: center
}

.mp-ct-content-img {
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.mp-img-content {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

/*@media (max-width: 768px) {*/
    /*.mp-img-content iframe {*/
        /*width: 84%;*/
    /*}*/
/*}*/


#img1-thumbnail, #img2-thumbnail {
    position: absolute;
    /*width: calc(100% + 4px);*/
    height: calc(100% + 4px);
    top: -1.5px;
    left: -1.5px;
    border-radius: 10px;
}

.bg-top-mp-fl {
    left: 0;
}

.mp-box-w-fl {
    margin-left: 60px;
}

.mp-icon-back-fl {
    position: absolute;
    top: 70px;
}

.box-submit-btn-image .avatar-border-edit-ct {
    width: 275px;
    border: 2px solid #5A76ED;
    border-radius: 10px;
}

.box-submit-btn-image .avatar-border-edit-ct .below-img-text {
    border-bottom: none;
}

.box-submit-btn-image .avatar-border-edit-ct .upload-img {
    top: 40px;
}

@media (max-width: 768px) {
    .mp-selected-type-box {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .mp-sup-icon-sns {
        width: 20px;
        height: 20px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .mp-btn-view-sp {
        position: absolute;
        right: 30px;
        display: flex;
        width: 125px;
        height: 35px;
        background-color: #FFFFFF;
        border-radius: 5px;
        text-align: center;
        border: 2px solid #E2E2E2;
        margin-top: -30px;
    }

    .mp-ct-content-edit-sp {
        position: relative;
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        color: #A5A5A5;
        font-size: 12px;
    }

    .mp-icon-next-edit-sp {
        display: block;
        position: absolute;
        right: 20px;
        width: 30px;
        height: 30px;
        margin-top: -24px;
    }

    .mp-btn-view-sp .btn-view-text {
        color: #4D6FFF;
        font-size: 12px;
        line-height: 35px;
        margin-left: 20px;
    }

    .box-submit-btn-image .avatar-border-edit-ct {
        width: 168px;
        border-radius: 10px;
        border: 1px solid #5A76ED;

    }

    .box-submit-btn-image .avatar-border-edit-ct .upload-img {
        top: 10px;
    }

    .box-submit-btn-image .avatar-border-edit-ct .below-img-text {
        margin-top: 50px;
    }
}
/*END FOLLOW */

/*BEGIN SUPPORT PAGE CSS*/
.title-follow-yell-support {
    padding-left: 46px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.decor-line-support-title {
    position: relative;
    height: 3px;
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
    width: 60px;
    top: 25px;
    left: -66px;
}
.how-to-support-title {
    padding: 0 20px;
}

.float-right-description {
    margin-left: auto;
    order: 2;
}

.each-support-guide {
    background-color: #fff;
    padding: 30px 20px;
    margin: 30px 5px 0px 5px;
}

.btn-support-screen {
    align-self: flex-end;
    margin-bottom: 2rem;
    border-radius: 2.5rem;
    width: 220px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.fs-14 {
    font-size: 14px;
}

.fs-32 {
    font-size: 32px;
}

.fs-12 {
    font-size: 12px;
}

.text-color-grey {
    color: #888888;
}

.text-color-black {
    color: #171717;
}

.each-content-support {
    color: #888888;
}

.button-support-for-sp {
    display: none;
}

.icon-right-support {
    position: absolute;
    top: 16px;
    right: 10px;
}

.support-description-area {
    padding-bottom: 50px;
}

@media (max-width: 425px) {
    .support-description-area {
        background-color: #fff;
        padding-bottom: 50px;
    }

    .title-follow-yell-support {
        padding: 87px 30px 50px 30px;
    }

    .d-none-sp {
        display: none !important;
    }

    .title-follow-yell-support {
        text-align: center;
    }

    .decor-line-support-title {
        height: 3px;
        width: 100%;
        top: 205px;
        left: -5px;
    }

    .each-support-guide {
        margin-top: 0px;
    }

    .each-support-guide-area {
        display: flex;
    }

    .right-item-each-support-guide {
        margin-left: auto;
        order: 2;
    }

    .button-support-for-sp {
        display: block;
    }

    .button-support-for-pc {
        display: none;
    }

    .btn-support-screen {
        margin: 20px auto;
    }

    .font-size-sp-title {
        font-size: 20px;
    }

    .icon-right-support-sp {
        position: absolute;
        top: 15px;
        right: 10px;
    }

    .text-justify-sp {
        text-align: justify;
    }

    .fs-50-sp {
        font-size: 50px !important;
    }

    .text-center-sp {
        text-align: center !important;
    }

}

/*END SUPPORT PAGE CSS*/

/*START FIX CSS DUCDT */
.mp-box-no-result {
    padding-bottom: 420px;
}

.mp-title-page-fcm {
}

.mp-title-page-fcm .mp-title-page {
    top: -40px;
}

.mp-title-page-fcm .mp-page-title-bold {
    margin-top: 0px;
}

.Submit .btn.btn-cancel-edit-content {
    width: 130px !important;
    border-radius: 25px !important;
}

.input-field.mp-ed-comment-field {
    width: 365px;
}

.mp-same-line-edit {
    margin-left: -15px;
}

.mp-text-pr {
    margin-left: 15px;
}

.mp-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.mp-video-lh iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mp-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mp-text-map-incorrect {
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    text-overflow: clip;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.mp-edit-float-r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 15px;
}

.mp-text-ambassador {
    margin-top: 80px;
}

.mp-box-w-edit-sup {
    padding-left: 70px;
    padding-right: 70px;
}

.mp-icon-schedule {
    width: 35px;
    height: 35px;
    margin-left: 7px;
    margin-top: 7px;
}

.mp-box-faq .box_casting_faq {
    background-color: #F2F2F2;
}

.mp-box-faq .section_comingsoon {
    background-color: #F2F2F2;
}

.mp-box-faq .casting_faq .faq-tab {
    border-bottom: 3px solid #F2F2F2;
}

.mp-box-w-fcm-faq {
    padding-bottom: 196px;
}

.mp-box-w-cl {
    padding-bottom: 196px;
}

.artist-detail a:focus {
    outline-style: none;
}

@media (max-width: 768px) {
    .modal-backdrop {
        display: none;
    }

    .avatar-mp-fl {
        margin-top: 40px;
    }

    .input-field.mp-ed-comment-field {
        width: 315px;
    }

    .mp-same-line-edit {
        display: block;
    }

    .form-group.mp-ed-input-public {
        width: 160px;
    }

    .checkbox-container .mp-same-line-submit {
        margin-left: 0;
        margin-right: 0;
    }

    .mp-edit-float-r {
        /*display: block;*/
        position: initial;
        /*right: 15px;*/
    }

    .mp-text-ambassador {
        margin-top: 0px;
    }

    .mp-bgc-F2-eidt-sup .input-field.half-width {
        width: 100%;
    }

    .mp-bgc-F2-eidt-sup .input-gender .select, .birthday-input .select {
        width: 100% !important;
    }

    .birthday-input .sp-full-width {
        max-width: 100% !important;
    }
    

    .add-sns-preview-container {
        margin-left: 0;
    }

    .mp-box-w-edit-sup {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mp-icon-schedule {
        width: 25px;
        height: 25px;
    }

    .mp-box-no-result {
        padding-bottom: 40px;
    }

    .private-description-title {
        margin-top: 20px;
    }

    .mp-box-w-cl {
        padding-bottom: 30px;
    }

    .mp-box-faq .section_comingsoon {
        margin-top: 0 !important;
    }

    .mp-video-lh {
        margin-top: 20px;
        margin-bottom: 20px;
    }

}
/*END FIX CSS FIX CSS DUCDT*/

/*START RANKING PAGE*/
.rankings__page {
    margin-top: 110px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .rankings__page {
        margin-top: 75px;
    }
}

.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;
}
/*END RANKING PAGE*/


/*START SUPPORTER RANK*/
.support-header {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .support-header {
        margin-top: 100px;
    }
}

.fs-30 {
    font-size: 30px;
}

.support-header .logo-img {
    width: 100px;
    height: auto;
}

.support-header .header-title {
    font-size: 20px;
}

.support-header .header-title p {
    margin-bottom: 0;
    color: #383838;
    font-family: 'M PLUS 1p', sans-serif;
}

.support-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gradient-line {
    background-image: linear-gradient(to right, #519FED, #EB5CE6);
    height: 3px;
}

.content-box {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    color: #383838;
    font-size: 13px;
    line-height: 22px;
    margin-top: 25px;
}

.content-box .content-title {
    font-size: 22px;
    text-align: center;
}

.content-box div {
    margin-bottom: 30px;
}

.content-box div:last-child {
    margin-bottom: 60px;
}

.content-box div p {
    margin-bottom: 0;
}

.content-box div p:last-child {
    margin-bottom: 25px;
}

.content-box .content-video .video-frame {
    margin: 0;
    width: 100%;
    height: auto;
}

.content-head {
    color: #4D6FFF;
    font-weight: bold;
    font-size: 16px;
}

.content-body {
    color: #383838;
    font-weight: bold;
}

.content-table {
    padding-left: 16px;
}

.content-note {
    color: #888888;
}

.content-schedule p.space-bottom {
    margin-bottom: 10px;
}

.content-schedule span.fix-width {
    width: 100px;
    display: inline-block;
}

.support-btn-box {
    background-color: #F2F2F2;
    padding: 25px 10px;
    font-size: 13px;
    font-family: 'M PLUS 1p', sans-serif;
    margin-bottom: 30px;
}

.support-btn-box .box-title {
    font-size: 20px;
    text-align: center;
}

.support-btn-box div {
    margin-bottom: 20px;
}

.support-btn-box div:last-child {
    margin-bottom: 0;
}

.support-btn-box .condition-checkbox{
    text-align: center;
    padding: 0;
}

.support-btn-box .condition-checkbox .checkbox-custom {
    background-color: #FFE4E4;
    border: 1px solid #FF0000;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.support-btn-box .condition-checkbox .label-custom {
    margin-left: 20px;
}

.content-box .subcontent-box{
    margin-bottom: 50px;
}

.content-box .subcontent-box .subcontent-title{
    text-align: center;
    font-size: 15px;
    font-family: "M Plus 1p";
}
.dot-img{
    width: 60px;
    height: auto;
}

.content-box .subcontent-box .content-img {
    text-align: center;
    margin-bottom: 30px;
}

.content-box .subcontent-box .content-img .full-img{
    width: calc(100% + 50px);
    height: auto;
    margin-left: -25px;
}
.content-box .subcontent-box .sm-img{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 60px;
    height: auto;
}
.content-box .subcontent-box .row{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.content-box .subcontent-box .row .col-left p,
.content-box .subcontent-box .row .col-right p{
    margin-top: 20px;
}
.content-box .subcontent-box .row .col-left{
    background-color: #FFF8E4;
    margin-bottom: 0px;
}

.content-box .subcontent-box .row .col-right{
    background-color: #E2E2E2;
    margin-bottom: 0px;
}
/*END SUPPORTER RANK*/

/*START REGISTER CREATOR*/

/*custom skill range*/
.__range input {
    outline: none;
    -webkit-appearance: none;
    background-color: #A5A5A5;
    height: 7px;
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 10px;
}

.__range .safari-only {
    position: absolute;
    width: 100%;
    height: 100%;
    list-style: none;
}

.__range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 35px;
    height: 35px;
    background-color: #45D5A3;
    border-radius: 50%;
}

.__range input::-moz-range-thumb {
    -webkit-appearance: none;
    width: 35px;
    height: 35px;
    background-color: #45D5A3;
    border-radius: 50%;
}

.__range input::-ms-thumb {
    -webkit-appearance: none;
    width: 35px;
    height: 35px;
    background-color: #45D5A3;
    border-radius: 50%;
}

.__range-step {
    position: relative;
}

.__range-max {
    float: right;
}

.__range-step input::-webkit-slider-thumb {
    background: transparent;
}

.__range-step input::-moz-range-thumb {
    background: transparent;
}

.__range-step input::-ms-thumb {
    background: transparent;
}

.__range-step datalist {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: auto;
    bottom: 24px;
    /* disable click events */
    pointer-events: none;
}

.__range-step datalist option {
    width: 20px;
    height: 20px;
    min-height: 20px;
    border-radius: 100px;
}

.__range-step datalist option.active {
    width: 35px;
    height: 35px;
    margin-top: -8px;
}

.__range_text {
    width: calc(100% + 30px);
    margin-left: -15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
}

/*safari only*/
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
    .__range-step input::-webkit-slider-thumb {
        background: #45D5A3;
        border: none;
    }

    .level-item {
        position: relative;
    }

    .level-item:after {
        position: absolute;
        content: "";
        top: 41px;
        right: 9px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #45D5A3;
    }

    .level-item.active:after {
        background-color: #45D5A3;
    }

    .level-item:nth-child(2):after {
        right: -12px;
    }

    .level-item:nth-child(3):after {
        right: 10px;
    }

    .level-item:nth-child(4):after {
        right: -10px;
    }

    .level-item:nth-child(5):after {
        right: 25px;
    }

    @media (max-width: 768px) {
        .level-item:nth-child(2):after {
            right: -9px;
        }

        .level-item:after {
            top: 31px;
            right: -9px;
        }

        .level-item:nth-child(2):after {
            right: -22px;
        }

        .level-item:nth-child(4):after {
            right: 0px;
        }
    }
}}
/*end custom skill range*/

/*Start modal skill*/
.skill-modal-title {
    padding: 40px 0 20px 0;
}

.skill-modal-title .text {
    font-size: 24px;
    color: #383838;
    border-bottom: 5px solid #6047EB;
}

.modal-skill .modal-content {
    background-image: linear-gradient(to right, #DEFFF4, #D0C7FF);
    border-radius: 15px;
}

.modal-skill .modal-content .modal-body {
    padding: 10px 20px 20px 60px;
}

.modal-skill .modal-content .modal-footer {
    border-top: none;
}

.modal-skill .modal-content .modal-body .skill-modal-border {
    width: 95%;
    height: 1px;
    padding: 0 50px;
    background-color: #A5A5A5;
}

.input-skill-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.skill-level {
    margin-top: 30px;
}

.btn-skill-cancel, .btn-skill-add {
    background-color: #E2E2E2;
    border: 2px solid #CDD6DD;
    border-radius: 30px;
    width: 180px;
    height: 65px;
    color: #707070;
    font-size: 18px;
}

.btn-skill-add {
    width: 220px;
    margin-left: 50px;
    background-color: #FAFAFA;
    color: #6047EB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-skill-add .text {
    padding-left: 40px;
}

.btn-skill-add .arrow-right {
    font-size: 26px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #45D5A3, #6047EB);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-skill .modal-content .modal-footer {
    padding-bottom: 40px;
    padding-right: 50px;
}

.modal-skill .modal-content .modal-footer>:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 768px) {
    .modal-skill .modal-content .modal-body {
        padding: 2rem;
    }

    .input-skill-container {
        width: 88%;
    }

    .modal-skill .modal-content .modal-body .skill-modal-border {
        width: 100%;
    }

    .btn-skill-cancel, .btn-skill-add {
        height: 55px;
    }

    .btn-skill-add {
        width: 186px;
    }

    .btn-skill-add .text {
        padding-left: 21px;
    }

    .btn-skill-add .arrow-right {
        font-size: 22px;
        width: 30px;
        height: 30px;
    }

    .modal-skill .modal-content .modal-footer {
         padding-right: 1rem;
    }

    .input-field.large-width.skill {
        width: 100%;
    }

    .input-field.skill::placeholder {
        font-size: 11px;
    }

    .skill-modal-title .text {
        font-size: 18px;
    }

    .__range_text {
        font-size: 12px;
    }

    .skill-modal-title {
        padding: 15px 0 0px 0;
    }

    .skill-level {
        margin-top: -3px;
    }

    .__range input {
        margin-bottom: 20px;
    }
}
/*End modal skill*/

/*start skill element*/
.skill-element {
    width: 100%;
    border-radius: 11px;
    border: 1px solid #D0D0D0;
    margin-bottom: 15px;
}

.skill-element .card-body {
    padding: 15px;
}

.skill-element .card-title {
    display: flex;
    font-size: 10px;
    color: #A5A5A5;
    justify-content: space-between;
    margin-bottom: 0;
}

.remove-skill-button img {
    width: 18px;
    height: 18px;
}

.skill-element .skill-name {
    font-size: 14px;
}

.skill-element .year-experience {
    font-size: 12px;
    color: #A5A5A5;
    padding-top: 20px;
}

.skill-element .skill-level-progress {
    margin-top: 8px;
    border-radius: 5px;
    background-color: #A5A5A5;
    height: 10px;
}

.skill-element .skill-level-progress .progress-bar {
    background-image: linear-gradient(to right, #45D5A3, #6047EB);
    border-radius: 5px;
}
/*end skill element*/

/*genres creator*/
.genres-dropdown.creator input[type="checkbox"] {
    width: 145px;
}

.genres-dropdown.creator input[type="checkbox"]:checked:before {
    transform: translateX(103px);
}

.genres-dropdown.creator input[type="checkbox"]:checked {
    background-image: linear-gradient(to right, #45D5A3, #6047EB);
}

.genres-dropdown.creator label {
    width: 88px;
}

.checked-genres.creator {
    width: 151px;
    background-image: linear-gradient(to right, #45D5A3, #6047EB);
}

.genre-text.creator {
    width: 100px;
}
/*end genres creator*/

.input-places.creator, .input-places.creator .select {
    width: 250px;
}

.add-skill-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.add-text {
    font-size: 20px;
}

.add-skill-button {
    width: 135px;
    height: 47px;
    background-color: #45D5A3;
    border-radius: 30px;
    color: #FFFFFF;
}

.add-skill-button:hover {
    background-color: #82A096;
}

.text-public {
    color: #A5A5A5;
}

.skill-preview-container {
    width: 476px;
    margin: 20px auto;
}

.skill-name-preview {
    color: #FFFFFF;
    height: 67px;
    width: 214px;
    background-image: linear-gradient(to right, #45D5A3, #6047EB);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    word-wrap: break-word;
    text-align: center;
}

.register-form.creator .preview-content {
    margin: 15px 0;
    word-wrap: break-word;
}

.btn-register.btn-submit.creator {
    background-color: #6047EB;
}

.mr--15 {
    margin-right: -15px;
}

@media (max-width: 768px) {
    .comment.preview-content {
        width: 80%;
    }

    .description-text.preview-content {
        width: 90%;
    }
}
/*END REGISTER CREATOR*/


/*START COMMUNITY BOARD CSS*/
.btn-community-board-header {
    color: #000;
    background-color: #fff;
    border-radius: 30px;
    font-weight: 300;
    padding-left: 38px;
    font-size: 13px;
    line-height: 26px;
    position: relative;
    border: 2px solid #CDD6DD;
}

.btn-community-board-header:hover, .btn-community-board-header:focus {
    background-color: #CDD6DD;
    color: #000;
}

.btn-community-board-mylist::before {
    top: 12px;
    left: 15px;
    position: absolute;
    background-image: url(../images/community_board/icon/icon_menu_CB.png);
    content: "";
    height: 15px;
    width: 15px;
    background-size: cover;
}

.btn-community-board-add::before {
    top: 12px;
    left: 15px;
    position: absolute;
    background-image: url(../images/community_board/icon/icon_plus_color.png);
    content: "";
    height: 15px;
    width: 15px;
    background-size: cover;
}

.btn-search-community {
    background-color: #FF1480;
    color: #fff;
    border-radius: 20px;
    height: 40px;
    width: 100px;
    border: 1px solid #CDD6DD;
}

.top-list-community-board {
    border-top: none !important;
}

.top-list-community-board .count-number {
    top: -9px;
    right: -165px;
}

.box-btn-create-community {
    padding-right: 30px;
}

.each-community-board-card {
    border-radius: 15px;
    background-color: #fff;
    width: 310px;
    height: 384px;
}

.each-community-board-card .img-community-thumb {
    border-radius: 18px 15px 0 0;
}

.fs-18 {
    font-size: 18px !important;
}

.community-author-profile-des {
    height: 55px;
    color: #A5A5A5;
}

.community-author-profile-des .avatar-user {
    border-radius: 50%;
}

.comment-count {
    color: #000;
    font-size: 12px;
}

.justify-comment-count-under-10 {
    position: absolute;
    top: 8px;
    right: 23px;
}

.justify-comment-count-over-10 {
    position: absolute;
    top: 8px;
    right: 20px;
}

.justify-comment-count-over-100 {
    position: absolute;
    top: 8px;
    right: 16px;
}

.each-category-community-mark {
    position: relative;
    top: -175px;
    left: 0px;
}

.each-community-category-name {
    position: absolute;
    color: #fff;
    top: 7px;
    left: 15px;
}

.each-community-title {
    height: 54px;
}

.each-community-title a {
    color: #000;
}

.each-community-content {
    height: 36px;
}

.each-commmunity-author-name-area {
    height: 18px;
    margin-top: -2px;
}

.each-commmunity-author-name-area a{
    color: #A5A5A5 !important;
}

.each-info-author-community {
    margin-top: -30px;
}

.margin-for-mark {
    margin-top: 10px;
}

.box-btn-redirect-community-board {
    padding-right: 10px;
}

.my-community-list-area {
    border-radius: 15px;
    background-color: #FAFAFA;
}

.redirect-community-board-area {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    position: relative;
    height: 120px;
    font-size: 31px;
    justify-content: center;
    color: #888888;
    border-bottom: 2px solid #E2E2E2;
}

.redirect-community-board-icon {
    position: absolute;
    left: 15px;
    top: 35px;
}

.redirect-community-board-title {
    padding-top: 40px;
}

.each-commmunity-edit-icon {
    position: absolute;
    right: 10px;
    bottom: 7px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #4D6FFF;
    padding: 7px;
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .search-community-board-area {
        padding-right: 8px;
        padding-left: 0px;
    }

    .btn-search-community.btn-submit-list {
        margin-left: -27px;
    }
}

@media (max-width: 1024px) {
    .box-btn-redirect-community-board {
        padding-right: 0px;
    }

    .container-for-1024 {
        max-width: 1024px;
    }
}

@media (max-width: 768px) {
    .box-btn-redirect-community-board {
        padding-left: 15px;
    }
}

/*END COMMUNITY BOARD CSS*/

/*START TOP COMMUNITY BOARD IN TOP*/
.tcb-section {
    height: 630px;
    position: relative;
    background-color: #4D67D6;
    z-index: 1;
    font-family: "Noto Sans JP m", sans-serif;
}

.tcb-section .btn-view-all {
    align-self: flex-end;
    background-color: #223998;
}

.tcb-section .title .content {
    color: #FFFFFF;
}

.tcb-section .title .detail {
    color: #FFFFFF;
}

.card-community-top {
    max-width: 255px;
    width: 255px;
    height: 310px;
    border-radius: 10px;
    padding: 10px 10px;
    background-color: #FFFFFF;
    font-size: 0.75rem;
    margin: 0 12px;
}

.community-top-image {
    width: 235px;
    height: 132px;
    border-radius: 10px
}

.cb-top-category-role-name {
    position: relative;
    display: flex;
    margin-top: 15px;
    font-size: 11px;
}

.cb-top-role-name {
    position: absolute;
    right: 0;
    color: #888888;
}

.cb-top-title {
    margin-top: 15px;
    height: 45px;
}

.cb-top-content {
    height: 45px;
    font-size: 10px;
    color: #888888;
}

.cb-top-time {
    font-size: 11px;
}

.cb-top-btn-view-all {
    margin-top: 65px;
}

.cb-top-section_com_board_content {
    position: relative;
    margin-top: 20px;
}

.border-image-current {
    position: absolute;
    top: -60px;
    left: calc(50% - 174px);
    z-index: -1;
}

.border-image-current img{
    width: 349px;
    height: 468px;
}

.community-top-category-name{
    padding-left: 2px;
    width: 95px;
    height: 24px;
    line-height: 24px;
    text-align: left;
    opacity: 0.85;
    color: #0D0B0B;
}

.community-top-category-1{
    background-color: #2B72F8;
}

.community-top-category-2{
    background-color: #2BC1F8;
}

.community-top-category-3{
    background-color: #992BF8;
}

.community-top-category-4{
    background-color: #A0DE57;
}

.community-top-category-5{
    background-color: #4FD97A;
}

.community-top-category-6{
    background-color: #F8A12B;
}

.community-top-category-7{
    background-color: #F82B8A;
}

.community-top-category-8{
    background-color: #F8622B;
}

.community-list-box-bottom .box_casting_faq {
     padding-left: 20px;
     padding-right: 20px;
}

.community-list-box-bottom .section_comingsoon {
     padding-left: 20px;
     padding-right: 20px;
}

.community-list-box-bottom .casting_faq .faq-tab {
    border-bottom: 3px solid #F2F2F2;
}

.mp-mailto a {
    color: #383838;
}

.mp-mailto a:hover {
    color: #0056b3;
}

/*slide*/
slide-top-community img {
    max-width: 100%;
    max-height: 100%;
}

.slide-top-community a:hover  {
    text-decoration: none;
}

.card-community-top:focus {
    outline-style: none;
    outline-width: 0px;
}

.card-community-top img:focus {
    outline-style: none;
    outline-width: 0px;
}

.card-community-top a:focus {
    outline-style: none;
    outline-width: 0px;
}

.slide-top-community .slick-slide {
    /*transition: transform .3s ease;*/
}

.slide-top-community .slick-list, .slide-top-community .slick-track {
    overflow: visible;
}

.slide-top-community .slick-current {
    margin: 0 35px;
    transform: scale(1.2);
    transform-origin: center center;
}

@media (max-width: 768px) {
    .cb-top-btn-view-all {
        top: 125px;
        right: 20px;
        bottom: 20px;
        margin-top: 0px;
        margin-bottom: 50px;
        bottom: 50px;
        position: absolute;
    }

    .cb-top-section_com_board_content {
        margin-top: 75px;
    }

    .community-top-image {
        width: 176px;
        height: 99px;
        border-radius: 10px
    }

    .card-community-top {
        max-width: 196px;
        height: 285px;
    }

    .border-image-current{
        left: calc(50% - 138px);
    }

    .border-image-current img{
        width: 290px;
        height: 430px;
    }
}
/*END TOP COMMUNITY BOARD IN TOP*/

/*START MYPAGE CSS*/
.skill-element.mypage {
    width: 90%;
}

.mp-skill-container {
    width: 85%;
}

@media (max-width: 768px) {
    .skill-content {
        margin-left: 50px;
    }
}
/*END MYPAGE CSS*/


/*START CONTEST OLD*/

.contest-old {
    padding-left: 90px;
    padding-right: 90px;
    background-color: #F2F2F2;
}

.contest-old .box-w {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #FFFFFF;
}

.contest-old-title {
    padding-top: 40px;
    margin-left: -30px;
    font-size: 32px;
    color: #383838;
}

.contest-old-time {
    font-size: 12px;
    color: #888888;
    margin-bottom: 30px;
}

.contest-old-title-label {
    width: 100%;
    height: 60px;
    margin-top: 50px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    background-color: #5A76ED;
}

.contest-old-box-artist {
    margin-bottom: 30px;
    font-size: 24px;
}

.contest-old-name-prize {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #4D6FFF;
}

.contest-old-box-content {
    display: flex;
}

.contest-old-image {
    /*width: 350px;*/
}

.contest-old-box-content-right {
    margin-left: 50px;
}

.contest-old-song {
    /*font-size: 24px;*/
}

.co-box-btn-animation {
    margin-top: 30px;
}

.co-btn-animation {
    width: 220px;
    height: 65px;
    line-height: 63px;
    border-radius: 30px;
    background-color: #FF0058;
    border: 2px solid #CDD6DD;
}

.contest-old-box-artist .co-btn-animation a .text {
    margin-left: 13px;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.contest-old-box-artist a:hover {
    text-decoration: none;
}

.co-icon-link {
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    margin-left: 10px;
}

.contest-old-description-title {
    margin-top: 20px;
    width: 85px;
    font-size: 12px;
    color: #A5A5A5;
    border-bottom: 1px solid #CDD6DD;
}

.contest-old-description-content {
    margin-top: 20px;
    max-width: 500px;
    font-size: 12px;
    color: #383838;
}

.contest-old-bot-btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.co-btn-top {
    width: 180px;
    height: 65px;
    line-height: 63px;
    border-radius: 30px;
    background-color: #E2E2E2;
    border: 2px solid #CDD6DD;
}

.contest-old-bot-btn .co-btn-top a .text {
    font-size: 18px;
    color: #707070;
    text-decoration: none;
}

.contest-old-bot-btn .co-btn-animation {
    margin-left: 50px;
}

.contest-old-bot-btn .co-btn-animation a .text {
    margin-left: 13px;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.contest-old-bot-btn a:hover {
    text-decoration: none;
}

.contest-old-bot {
    margin-top: 60px;
}

.contest-old .casting_faq .faq-tab {
    border-bottom: 3px solid #F2F2F2;
}

.profile-badges {
    margin-top: 20px;
    margin-right: 15px;
    text-align: right;
}

@media (max-width: 768px) {
    .contest-old {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contest-old .box-w {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contest-old-title {
        margin-left: 0;
    }

    .contest-old-title-label {
        font-size: 20px;
    }

    .contest-old-box-artist {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .contest-old-name-prize {
        margin-top: 30px;
    }

    .contest-old-box-content {
        display: block;
    }

    .contest-old-box-content-right {
        margin-top: 20px;
        margin-left: 0;
    }

    .co-box-btn-animation {
        margin-top: 10px;
    }

    .co-btn-animation {
         width: 200px;
         height: 50px;
         line-height: 48px;
         border-radius: 25px;
     }

    .co-btn-top {
         width: 130px;
         height: 50px;
         line-height: 48px;
         border-radius: 25px;
     }

    .contest-old-box-artist .co-btn-animation a .text {
        font-size: 16px;
    }

    .contest-old-description-title {
        margin-top: 20px;
    }

    .contest-old-image {
        /*margin-left: -10px;*/
    }

    .contest-old-bot-btn .co-btn-animation {
        margin-left: 20px;
    }

    .contest-old-bot {
        margin-top: 30px;
    }

    .contest-old-bot-btn {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

/*END CONTEST OLD*/

/*START AMBASSADOR LIST */
.list-ambassador-pc {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.list-ambassador-pc .list__page {
    margin-top: 55px;
    overflow: hidden;
}

.list-ambassador-pc .section__title__dark {
    background: #383838;
    color: #FFFFFF;
    padding: 30px 15px 0px 15px;
    position: relative;
    margin-top: 57px;
}

.list-ambassador-pc .list__page .list-tab {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.list-ambassador-pc .list__page .tab-mypage {
    width: 50%;
    background-color: #383838;

}

.list-ambassador-pc .list__page .nav-tabs {
    border-bottom: 3px solid transparent;
    padding-left: 0;

}
.list__page .nav-tabs .nav-link {
    border-bottom: 3px solid;
    border-image-slice: 1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-image-source: linear-gradient(to left, #A5A5A5, #A5A5A5);
}
.list__page .nav-tabs .first-tab{
    padding-right: 15px;
}
.list__page .nav-tabs .second-tab{
    padding-left: 15px;
}
.list__page .nav-tabs .nav-item.show .nav-link,
.list__page .nav-tabs .nav-link.active {
    border-bottom: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #EB5CE6, #519FED);
}

.list__page .nav-tabs .nav-link1 {
    border-bottom: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #F6E736, #37CC96);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 9px 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: block;
    color: #FFFFFF;
}

.list-ambassador-pc .section__title__dark .section__title_ct {
    font-size: 24px;
}

.section__title__dark .section__title_ct img {
    width: 75px;
    display: inherit;
}

.list-ambassador-pc .section__title__dark .section__content_ct {
    font-size: 14px;
    color: #A5A5A5;
    position: relative;
    margin-bottom: 15px;
}

.section__title__dark .section__title_ct .logo_page_video {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.section__title__dark .section__title_ct .dot_long {
    width: 224.5px;
    display: inline-block;
}

.list__page .nav-tabs .nav-link:focus,
.list__page .nav-tabs .nav-link:hover {
    border-bottom: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #EB5CE6, #519FED);
}

.section__title__dark .section__title_ct .logo_page_v_bonus {
    width: 262.18px;
    height: 100%;
    display: inline-block;
}

.section__title__dark .section__title_ct .dot_long_v_bonus {
    width: 186.23px;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
}

/* --------------------- */
.list-ambassador-pc .list-ambassador {
    padding: 15px 0 10px 10px;
}

.list-ambassador-pc .embed {
    width: 100%;
    height: 423px;
}

.list-ambassador-pc .img-center {
    display: flex;
    justify-content: center;
}

.list-ambassador ul {
    background-color: #fff;
}

.list-ambassador ul li {
    padding-right: 10px !important;
    padding-bottom: 15px;
}

.list-ambassador ul li .card {
    border: none;
}

.list-ambassador ul li .card a .product-name .txt-name {
    height: 80px;
    max-width: 172px;
}

.list-ambassador ul li .card a .product-name .txt-name1 {
    height: 80px;
    padding-top: 10px;
    font-size: 20px;
    text-align: center;
}

.list-ambassador ul li .row a .avatar-item .figure-square img {
    object-fit: cover;
    height: 487px;
}

.list-ambassador-pc .list-ambassador ul li .row .video-list {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.list-ambassador-pc .list-ambassador ul li .row .video-list .video-list-text h5 {
    color: #A5A5A5;
    font-size: 16px;
    margin: 0;
}

.list-ambassador ul li .row .video-list .video-list-text img {
    height: 24px;
    display: inline-block;
}

@media (max-width: 768px) {

    .list-ambassador-pc .section__title__dark .section__title_ct {
        font-size: 22.5px;
    }

    .list-ambassador-pc .section__title__dark .section__content_ct {
        font-size: 11px;
    }

    .list-ambassador-pc .tab-mypage {
        height: 39px;
        font-size: 14px;
    }

    .list-ambassador-pc .img-center {
        padding-left: 10px;
        padding-right: 5px;
    }

    .list-ambassador-pc .list-ambassador ul li .row .video-list {
        padding-right: 10px;
        padding-left: 5px;
    }

    .list-ambassador-pc .section__title__dark {
        margin-top: 21px;
    }

    .list-ambassador ul li .row a .avatar-item .figure-square img {
        height: 177px;
    }

    .list-ambassador-pc .embed {
        height: 124px;
    }

    .list-ambassador ul li .card a .product-name .txt-name1 {
        padding-top: 0;
        font-size: 13px;
    }

    .list-ambassador-pc .list-ambassador ul li .row .video-list .video-list-text h5 {
        font-size: 12px;
    }

    .list-ambassador ul li .row .video-list .video-list-text img {
        height: 20px;
        display: inline-block;
    }
}
/*END AMBASSADOR LIST */

/*START RELEASE 3009 END VOTE */

.contest-top-text-end-vote {
    width: 920px;
    height: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #FFFFFF;
}

.contest-top-title-end-vote {
    margin-bottom: 45px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}

.contest-top-content-vote {
    text-align: left;
    line-height: 30px;
}

.contest-top-content-vote.statistic {
    /*background-image: url(../images/contest-top/background_statistic.png);*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
    margin-bottom: 20px;
    margin-top: 10px !important;
    background-color: #191C51;
    border-radius: 20px;
    padding-top: 30px;
}

.statistic-text {
    padding: 20px 50px;
}

.vote-and-view-chart-area {
    display: block;
}

.close-vote-text-end-vote {
    border-bottom: 2px solid #D0D0D0;
}

@media (max-width: 768px) {
    .bg-chart-area {
        height: 1950px;
    }

    .img-bg-chart {
        height: 500px;
    }

    .contest-top-text-end-vote {
        width: 313px;
        height: max-content;
        padding-top: 30px;
    }

    .contest-top-title-end-vote {
        margin-bottom: 15px;

    }

    .contest-top-content-vote.statistic {
        background-image: none;
    }

    .statistic-text {
        padding: 10px 10px;
    }
}
/*END RELEASE 3009 END VOTE */

/*START COVER MUSIC PRIZE*/
.cover_music_footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cover__prize-bg-0b {
    position: relative;
    margin-top: 0;
    background-color: #0B0921;
    padding-bottom: 30px;
}

.cover__prize-bg-0b.cover__music__footer {
    background-color: #ffffff;
}

.cover__music__footer.row {
   width: 450px;
}

.cover__prize-bg-0b .box-video {
    position: relative;
    margin: 0px 60px 35px 60px;
}

.cover__prize-bg-0b .icon-text {
    color: #888888;
    font-size: 10px;
    display: block;
    padding-top: 5px;
}

.cover__prize-bg-0b .ct_box_slider {
    position: absolute !important;
    top: 60%!important;
    left: 20%!important;
    width: 75%!important;
}

.cover__prize-bg-0b .row_share {
    padding: 10px;
    font-size: 10pt;
    background-color: #383838;
    color: white;
}

.cover__prize-bg-0b .rounded-pill {
    border-radius: 50rem!important;
}

.cover__prize-bg-0b .cp-btn-link {
    position: absolute;
    right: 0;
    margin-top: 20px;
    width: 220px;
    height: 65px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #FF0058;
    border: 2px solid #CDD6DD;
    border-radius: 35px;
    line-height: 65px;
    text-align: center;
}

.cover__prize-bg-0b .cp-btn-link.top_page {
    background-color: #E2E2E2;
    color: #707070;
    border: 2px solid #CDD6DD;
    width: 180px;
}

.cover__prize-bg-0b .cp-btn-link-2 {
    position: relative;
    margin: 50px auto 30px auto;
}

@media (max-width: 768px) {
    .cover__prize-bg-0b .cp-btn-link-2.top_page {
        position: relative;
        margin: 20px auto 0 auto;
    }
}

.cover__prize-bg-0b .cp-btn-link a {
    color: #F2F2F2;
}

.cover__prize-bg-0b .box-white {
    background-color: #F2F2F2;
    margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 50px;
    padding: 20px;
}

.cover__prize-bg-0b .cp-icon-prize {
    padding-top: 10px;
    /*position: fixed;*/
}

.cover__prize-bg-0b .box-white-title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #FAFAFA;
    font-size: 28px;
}

.cover__prize-bg-0b .box-white-title-2 {
    background-image: linear-gradient(to right, #6C5A1E, #E0C671, #716540, #6C5A1E);
}

.cover__prize-bg-0b .box-white-title-0 {
    background-image: linear-gradient(to right, #51235C, #D214FF, #70B3FF, #274A71);
}

.cover__prize-bg-0b .box-white-title-3 {
    background-image: linear-gradient(to right, #60361F, #EB5505, #EBA405, #58311C);
}

.cover__prize-bg-0b .box-white-title-4 {
    background-image: linear-gradient(to right, #5C2D20, #E63500, #E60061, #4E174C);
}

.cover__prize-bg-0b .box-white-label {
    margin-top: 20px;
    font-size: 24px;
    color: #383838;
}

.cover__prize-bg-0b .text-title {
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 32px;
    color: #383838;
}

.cover__prize-bg-0b .text-content {
    display: flex;
    justify-content: center;
    text-align: left;
    line-height: 28px;
}

.cover__prize-bg-0b .song-detail-container {
    margin-top: 0;
}

.cover__prize-bg-0b .avatar-circle {
    width: 50px;
    height: 50px;
    margin-top: -15px;
    margin-left: 25px;
    margin-right: 20px;
    border-radius: 50%;
}

.cover__prize-bg-0b .artist-information-container a {
    color: #383838;
}

.cover__prize-bg-0b .artist-information-container a:hover {
    color: #383838;
}

.cover__prize-bg-0b .artist-information-container {
    border-top: 0px;
    margin-top: 30px;
}

.cp-box-prize {
    border-bottom: 2px solid #D0D0D0;
}

.cp-box-prize:last-of-type {
    border-bottom: 0px solid #D0D0D0;
}

.cover__prize-bg-0b .box-video .title-video-regu-bot {
    margin-top: 40px;
    padding-bottom: 10px;
}

.cover__prize .box-collapse-faq .view-all .btn-view-all {
    margin: 0;
    padding-right: 17px;
}

.cover__prize .section_casting_top1 {
    margin-top: 42px;
}

.cover__prize .video-modal .overlay {
    display: block;
}

@media (max-width: 768px) {

    .cover__prize .section_casting_top1 {
        margin-top: 5px;
    }

    .cover__prize-bg-0b .song-detail-container {
        display: block;
    }

    .cover__prize-bg-0b .box-white {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        padding: 10px;
    }

    .cover__prize-bg-0b .video-desc-container {
        padding-top: 10px;
    }

    .cover__prize-bg-0b .song-detail-container {
        margin-top: 20px;
    }

    .cover__prize-bg-0b .artist-information-container {
        border-top: 0px;
        border-bottom: 2px solid #D0D0D0;
        margin-top: 10px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .cover__prize-bg-0b .text-title {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 24px;
        color: #383838;
    }

    .cover__prize-bg-0b .box-video {
        position: relative;
        margin: 0px 10px 30px 10px;
    }

    .cover__prize-bg-0b .cp-btn-link {
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    .cover__prize-bg-0b .text-center {
        margin-left: 20px;
        margin-right: 20px;
    }

    .cover__prize-bg-0b .video-regu-bot .content {
        margin-top: 10px;
    }

    .close-vote-text-end-vote {
        font-size: 14px;
    }

    .ml-sp-0 {
        margin-left: 0;
    }
}
/*END COVER MUSIC PRIZE*/

/*START COVER MUSIC PRIZE 2022 PART 2*/
.cover__prize-part2 .cover__prize-bg-0b {
    background-color: #ffffff;
}

.cover__prize-part2 .box-video .title, .cover__prize-part2 .box-video .content{
    color: #000;
}

.cover__prize-part2 .text-banner6 {
    background-image: linear-gradient(to right, #4E78D1, #40D08E, #4E78D1);
}

.cover__prize-part2 .cp-box-prize {
    border-bottom: none;
}
/*END COVER MUSIC PRIZE 2022 PART 2*/


/*START FIX END VOTE*/
.profile-vote-number-end-vote {
    color: #888888;
    margin-top: 10px;
}

.profile-icon-text-end-vote {
    margin-bottom: 35px;
}
/*END FIX END VOTE*/

/*START QUALITY THUMBNAIL VIDEO DETAIL*/
.img-video-load-maxresdefault {
    position: absolute;
    opacity: 0;
    z-index: -10;
}
/*END QUALITY THUMBNAIL VIDEO DETAIL*/

/*START UPDATE APPLY CONTEST*/

.content-inside-st2 {
    margin-top: 30px;
}

.img-info-st2 {
    width: 15px;
    height: 15px;
}

.br-textarea-d0 {
    border: 1px solid #D0D0D0;
}

.col-modal-st2 .inside-link-popup {
    color: #4D6FFF;
    padding-left: 115px;
}

.modal-st2 {
    background: #000000;
}

.modal-st2 .img-popup {
    width: 540px;
    height: 344px;
}

.modal-st2 .modal-dialog {
    max-width: 100%;
    margin: 100px 60px;
    border-radius: 20px;
    background: #FFFFFF;
}

.modal-st2 .modal-title {
    padding-top: 20px;
    font-size: 32px;
}

.modal-st2 button.close {
    padding-top: 20px;
    padding-right: 50px;
    opacity:1;
}

.modal-st2 .close-img-button-modal {
    top: 30px;
}

.modal-st2 .modal-body {
    font-size: 16px;
}

.modal-st2 .modal-sub-title1, .modal-st2 .modal-sub-title1 {
    font-size: 12px;
}

.modal-st2 .modal-sub-title1 {
    margin-bottom: 30px;
}

.modal-st2 .modal-content {
    border-radius: 20px;
}

.text-check-st3 {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 768px) {
    .col-modal-st2 {
        padding-left: 0;
    }

    .col-modal-st2 .inside-link-popup {
        padding-left: 0px;
        text-align: left;
    }

    .content-inside-st2 {
        margin-left: -10px;
    }

    .modal-st2 .modal-dialog {
        max-width: 100%;
        margin: 30px 10px;
        border-radius: 10px;
        background: #FFFFFF;
    }

    .modal-st2 .modal-body {
        font-size: 14px;
    }

    .modal-st2 .img-popup {
        margin-top: 30px;
        width: 300px;
        height: 200px;
    }

    .modal-st2 button.close {
        padding-right: 20px;
    }

    .modal-st2 .close-img-button-modal {
        top: -20px;
    }

    .modal-st2 .modal-content {
        border-radius: 10px;
    }

    .text-check-st3 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mr-0-sp {
        margin-right: 0 !important;
    }
}

/*END UPDATE APPLY CONTEST*/

/*START VIDEO NEWS*/
.videos-preview-169 {
    width: 50%;
    padding-top: 28%;
    position: relative;
}

.videos-preview-169 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .videos-preview-169 {
        width: 100%;
        height: 182px;
        padding-top: 28%;
        position: relative;
    }
}
/*END VIDEO NEWS*/


/*START CSS NEWS*/
.pl-7px {
    padding-left: 7px !important;
}

.news-category-color {
    color: #EB5CE6;
}
/*END CSS NEWS*/

/*START YUMEKANA TV*/
.page__yumekana_tv .yumekana-tv-content {
    margin-top: 50px;
    margin-left: 45px;
    margin-right: 45px;
}

.yumekana-tv-video {
    text-align: center;
}

.yumekana-tv-title {
    background-color: #2D2D2D;
    width: 250px;
    height: 50px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 30px;
}

.yumekana-tv-video iframe {
    width: 80%;
    height: auto;
    aspect-ratio: 16/9;
}

@media (max-width: 768px) {
    .page__yumekana_tv .section__page__yumekana_tv {
        background: #FFFFFF;
    }

    .page__yumekana_tv .title-follow-yell-support {
        padding: 35px 0 50px 0;
    }

    .page__yumekana_tv .fs-50-sp {
        font-size: 33px !important;
    }

    .page__yumekana_tv .decor-line-support-title {
        top: 150px;
    }

    .page__yumekana_tv .yumekana-tv-content {
        margin-left: -15px;
        margin-right: -15px;
    }

    .yumekana-tv-title {
        width: 180px;
        height: 30px;
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .yumekana-tv-title {
        width: 150px;
        height: 30px;
        font-size: 16px;
    }
}
/*END YUMEKANA TV*/

/*START CSS 1402 DUCDT*/
.btn-view-ranking .btn-view-all {
    background-image: linear-gradient(to right, #1CB9FF, #FF14F7);
    width: 230px;
}

.btn-view-ranking.view-all {
    padding: 0 0;
    margin-top: 40px;
}

.btn-view-ranking .btn-view-all .text {
    padding-left: 5px;
}

.link_ranking_mp {
    text-decoration: underline;
}

.link_ranking_mp_sp {
    text-decoration: underline;
    display: none;
}

@media (max-width: 768px) {
    .btn-view-ranking .btn-view-all {
        height: 50px;
        width: 160px;
        font-size: 1rem;
    }

    .section__concept .btn-view-all {
        height: 50px;
        width: 200px;
        font-weight: bold;
        font-size: 20px;
    }

    /* .section__concept .text-before {
        margin-bottom: -40px;
    } */

    .section__concept .btn-view-all .text {
        padding-left: 40px;
    }

    .link_ranking_mp {
        display: none;
    }

    .link_ranking_mp_sp {
        display: block;
        margin-top: 10px;
    }

    .btn-view-ranking .btn-view-all .text {
        padding-left: 0;
        font-size: 12px;
    }

    .btn-view-ranking .btn-view-all .icon-right {
        width: 20px;
        height: 20px;
    }
}
/*END CSS 1402 DUCDT*/

/*START DUCDT CONTEST 2022*/
.icon-vote-tab-favorite img{
    width: 50px;
}

.content-card-video-list {
    padding-top: 10px;
}

.content-card-video-list .content-card-video-list-top {
    display: flex;
    margin-bottom: 10px;
    color: #A5A5A5;
}

.content-card-video-list .content-card-video-list-top.student-type {
    margin-bottom: -1px;
}

.content-card-video-list .content-card-video-list-top .content-card-top-hr {
    background-color: #A5A5A5;
    width: calc(100% - 135px);
    height: 1px;
    margin-top: 15px;
}

.content-card-video-list .content-card-video-list-top .content-card-top-hr.student-type {
    width: 40%;
}

.student-type-title {
    background-color: #35D2C2;
    color: #FFFFFF;
    font-weight: 600;
    padding: 5px 7px;
    display: flex;
    position: relative;
}

.student-type-title span {
    position: absolute;
    top: 2px;
}

.student-type-name {
    margin-top: 1px;
    padding-left: 20px;
}

.icon_star_video {
    width: 15px;
    padding-top: 4px;
    margin-right: 2px;
    display: initial !important;
}

@media (min-width: 990px) and (max-width: 1250px){
    .content-card-video-list .content-card-video-list-top .content-card-top-hr {
        width: calc(100% - 130px);
    }
}

.content-card-video-list .content-card-video-list-top .content-card-top-text {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 22px;
    margin-right: 40px;
}

.content-card-video-list .content-card-video-list-top .content-card-top-number {
    font-size: 24px;
    position: absolute;
    top: 60px;
    right: 27px;
}

.icon-count-vote-progress {
    position:absolute;
    top: 55px;
}

.icon-count-youtube-progress {
    position:absolute;
    top: 79px;
}

.icon-count-vote-progress-detail {
    position:absolute;
    top: 30px;
    left: 0;
}

.icon-count-youtube-progress-detail {
    position:absolute;
    top: 120px;
    left: 0;
}

.icon-count-vote-progress img {
    width: 22px;
}

.icon-count-youtube-progress img {
    width: 22px;
}

.icon-count-vote-progress-detail img {
    width: 30px;
}

.icon-count-youtube-progress-detail img {
    width: 30px;
}

.slider-pickup .content-card-video-list .content-card-video-list-top .content-card-top-number {
    top: 8px;
    right: 14px;
}

.slider-pickup .content-card-video-list .content-card-video-list-top .content-card-top-hr {
    width: calc(100% - 150px);
}

.slider-pickup .content-card-video-list .content-card-video-list-top .content-card-top-hr.student-type {
    width: calc(80% - 150px);
}


.slider-pickup .content-card-video-list .content-card-video-list-top .content-card-top-text {
    margin-left: 20px;
}

.slider-pickup .content-card-video-list .content-card-video-list-top .content-card-top-text.student-type {
    margin-left: 5px;
}

.img-list-videos-hide {
    content: "";
    display: block;
    width: 100%;
    background-image: url(../images/応募取り消しmvc4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 99%;
    position: relative;
}

.text-no-pickup {
    text-align: center;
    color: #FFFFFF;
    margin: 100px 200px 100px 200px;
}

.text-no-pickup-title {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 24px;
}

.text-no-pickup-content {
    text-align: left;
    font-size: 16px;
}

.content-card-video-no-shadow {
    box-shadow: none !important;
}

.form-control-clear-list-videos {
    top: 9px;
    right: 25px;
    z-index: 0;
}

.form-control-clear-artist-contest {
    top: 9px;
    right: 25px;
}

.content-card-video-list .icon-text {
    font-size: 8px;
}

@media (max-width: 768px) {
    .icon-count-vote-progress-detail img {
        width: 22px;
    }

    .icon-count-youtube-progress-detail img {
        width: 22px;
    }

    .icon-count-vote-progress-detail {
        top: 25px;
    }

    .icon-count-youtube-progress-detail {
        top: 75px;
    }

    .youtube-detail .progress-bar-yell {
        left: 25px;
    }

    .youtube-detail .progress-bar-view {
        left: 25px;
    }

    .content-card-video-list .content-card-video-list-top .content-card-top-number {
        font-size: 20px;
        position: absolute;
        top: 20px;
        right: 28px;
    }

    .slider-pickup .content-card-video-list .content-card-video-list-top .content-card-top-number {
        top: 11px;
    }

    .slider-pickup .content-card-video-list .content-card-video-list-top .content-card-top-hr {
        width: calc(100% - 125px);
    }

    .slider-pickup .content-card-video-list .content-card-video-list-top .content-card-top-text {
        margin-left: 17px;
    }

    .text-no-pickup {
        margin: 10px 20px 10px 20px;
    }

    .text-no-pickup-title {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .text-no-pickup-content {
        text-align: left;
        font-size: 14px;
    }

    .content-card-video-list .content-card-video-list-top .content-card-top-hr.student-type {
        width: 30%;
    }
}

.img-top10 {
    margin-bottom: 10px;
    text-align: center;
}

.img-top10 img {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.img-top10 .pc {
    display: block;
}

.img-top10 .sp {
    display: none;
}

.stv-radio-tabs-wrapper {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 5px 5px;
    position: relative;
}

input.stv-radio-tab {
    position: absolute;
    left: -99999em;
    top: -99999em;
}
input.stv-radio-tab + label {
    cursor: pointer;
    float: left;
    border: 1px solid #ded8d8;
    border-radius: 4px;
    background-color: #ececec;
    margin-right: -1px;
    padding: 0.25em 3em;
    position: relative;
}
input.stv-radio-tab + label:hover {
    background-color: #eee;
}
input.stv-radio-tab:checked + label {
    background-color: #fff;
    z-index: 1;
}

.ambassador-img {
    border-radius: 10px;
}

@media (max-width: 768px) {
    .img-top10 .pc {
        display: none;
    }

    .img-top10 .sp {
        display: block;
    }

    input.stv-radio-tab + label {
        padding: 0.25em 2em;
    }
}
/*END DUCDT CONTEST 2022*/

/*START NEW REGISTER PAGE*/
    .register__container_new {
        margin-top: 110px;
    }

    .register__container_new .btn-learn-more:hover, .register-page-main-content .btn-registration:hover {
        color: #fff;
    }

    .register-title {
        font-weight: bold;
        font-size: 24px;
        color: #676767;
    }

    a.btn-role-register, a.scroll-category {
        color: #676767;
        text-decoration: none;
    }

    a.btn-role-register:hover {
        color: #007bff;
    }

    .img-cat-role {
        border: 10px solid #fff;
    }

    a.btn-role-register:hover .img-cat-role {
        border: 10px solid #c6d9ff;
        border-radius: 50%;
    }

    .btn-learn-more {
        background-image: linear-gradient(to right, #1CB9FF, #cf14ff);
        color: #fff;
        box-shadow: 3px 5px black;
        border-radius: 32px;
        padding: 17px 50px;
        border: none;
        position: absolute;
        bottom: -26px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        width: 256px;
    }

    .description-overview {
        padding-bottom: 100px;
    }

    .description-overview-content {
        max-width: 720px;
        margin: 0 auto;
        text-align: justify;
    }

    .purpose-area {
        max-width: 1200px;
        margin: 0 auto;
    }

    .register-page-main-content {
        background-color: #efefee;
        padding-top: 150px;
    }

    .register-category-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .register-by-role-area {
        padding-bottom: 180px;
    }

    .each-role-register-area {
        background-color: #fff;
        border-radius: 15px;
        max-width: 800px;
        margin: 100px auto 0px auto;
        padding: 50px 40px 80px 40px;
        position: relative;
    }

    .role-register-title {
        padding-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
    }

    .role-register-content {
        font-size: 12px;
        padding-top: 30px;
        line-height: 2;
    }

    .role-register-image {
        padding-top: 100px;
        text-align: center;
    }

    .register-gradient-line {
        height: 5px;
        background-image: linear-gradient(to right, #1cb9ff, #cf14ff);;
    }

    .btn-registration {
        background-color: #000;
        color: #fff;
        border-radius: 32px;
        padding: 20px 50px;
        border: none;
        position: absolute;
        width: 250px;
        height: 65px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        bottom: -35px;
    }

    .each-relate-page-area {
        background-image: url("../images/new-register/banner_bg_footer.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #383838;
        background-blend-mode: overlay;
        background-position: center;
        padding-left: 100px;
        padding-bottom: 30px;
        padding-top: 30px;
        margin-top: 70px;
    }

    .btn-related-page {
        background-color: #fff;
        color: #000;
        border-radius: 32px;
        padding: 10px 40px;
        border: none;
        font-size: 18px;
    }

    .list-icon-role-pc {
        max-width: 1000px;
        margin: 20px auto;
    }

    .list-icon-role-sp {
        display: none;
    }

    .each-icon-role-area {
        height: 150px;
        width: 150px;
        content: '';
        background-blend-mode: darken;
        border-radius: 50%;
        margin-top: 20px;
        display: inline-block;
        transition: 1.5s ease-in-out;
        animation: each-icon-role-area 3s infinite ease-in-out .8s alternate;
    }

@keyframes each-icon-role-area {
    0% {
        transform:translate(0, 0) rotate(-7deg);
    }
    50% {
        transform:translate(0, -7px) rotate(0deg);
    }
    100% {
        transform:translate(0, 0) rotate(7deg);
    }
}

    .icon-role-supporter {
        background: rgba(0, 0, 0, .3) url("../images/new-register/supporter_cat.png") no-repeat right;
        background-size: 150px 150px;
    }

    .icon-role-artist {
        background: rgba(0, 0, 0, .3) url("../images/new-register/artist_cat.png") no-repeat right;
        background-size: 150px 150px;
    }

    .icon-role-creator {
        background: rgba(0, 0, 0, .3) url("../images/new-register/creator_cat.png") no-repeat right;
        background-size: 150px 150px;
    }

    .icon-role-livehouse {
        background: rgba(0, 0, 0, .3) url("../images/new-register/livehouse_cat.png") no-repeat right;
        background-size: 150px 150px;
    }

    .role-select-title {
        padding-top: 54px;
        color: #fff;
        font-weight: bold;
    }

    .img-category-icon {
        max-width: 100px;
    }

@media (max-width: 1024px) {
    .register-category-title {
        font-size: 10px;
    }
}


@media (max-width: 768px) {
    .register__container {
        margin-top: 65px;
        padding-bottom: 30px;
    }

    .register-page-main-content {
        padding-top: 70px;
    }

    .each-role-register-area {
        padding-bottom: 40px;
    }

    .role-register-title {
        font-size: 26px;
    }

    .role-register-image {
        padding-top: 20px;
    }

}

@media (max-width: 475px) {
    .list-role-pc {
        background: url("../images/new-register/背景WH.jpg") no-repeat center;
        background-size: 110%;
        padding-bottom: 40px;
    }

    .list-icon-role-pc {
        display: none;
    }

    .list-icon-role-sp {
        display: block;
    }

    .img-diamond-pc {
        display: none;
    }

    .img-category-icon {
        max-width: 100%;
    }
}


/*END NEW REGISTER PAGE*/


.m-r-50 {
    margin-right: 50px;
}

@media only screen and (max-width: 991px) {
    .display-sp-column {
        display: flex;
        flex-direction: column !important;
    }
}

.image-full-width {
    width: 100%;
}
