@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: #383838;
}

a:hover,
a:focus,
button:hover,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

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

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

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

.fs-15 {
    font-size: 15px !important;
}

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

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

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

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

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

.mb-25 {
  margin-bottom: 25px;
}
.mb-10 {
  margin-bottom: 10px;
}

.p-5px{
    padding:5px;
}

.w-50{
  width: 50px;
}

.navbar-page {
    padding: 0;
}

.navbar-page .container {
    background-color: rgba(0, 0, 0, 0.16);
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.navbar-page .navbar-brand {
    padding: 0;
}

.navbar-page .navbar-brand img {
    height: 50px;
}

.navbar-page .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
    outline: none;
}

.navbar-page .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.top-banner {
    z-index: 0;
}

.top-banner .container {
    background-image: url("../images/bg_top.jpg");
    background-size: cover;
    padding: 80px 0px 80px 0px;
    text-align: center;
    color: #ffffff;
}

.top-banner img {
    display: block;
    margin: 0 auto;
}

.top-scrollable {
    padding-top: 500px;
    height: 100%;
    overflow: scroll;
    z-index: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.top-scrollable::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.top-scrollable {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.btn-upload {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #000;
    position: relative;
    cursor: pointer;
}

.btn-upload input[type="file"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.btn-upload .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.required {
    color: #FF0000;
}

/* BEGIN My page */
.bg-top-mypage {
    background-image: url(../images/bgTopMypage@2x.png);
    height: 338px;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.avatar-mypage {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-top: 76px;
    border: 1.5px solid #A5A5A5;
    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;
}

.info-rank-mypage {
    padding-left: 25px;
    color: #FFFFFF;
    position: relative;
    font-size: 12.5px;
}

.info-rank-mypage .ranking img{
    width: 18px;
    height: 18px;
    background-size: cover;
    /* content: ""; */
    position: absolute;
    left: 0px;
    top: 0px;
}

.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{
    /* width: 305px; */
    margin-left: auto;
    margin-right: auto;
}

.lst-point {
    display: flex;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 23px;
}

.lst-pont a {
    color: #FFFFFF;
}

.mypage-name {
    color: #FFFFFF;
    margin-top: 86px;
    font-size: 14px;
}

.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 {
    width: 33.33%;
    text-align: center;
    margin-bottom: -3px !important;
}

.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.like {
    background-image: url(../images/icon/icon_follow_on@2x.png);
    width: 32.5px;
    height: 32px;
    content: "";
    background-size: cover;
    position: absolute;
    bottom: 10px;
    right: 6px;
}

.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: 3px solid #A5A5A5;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: #A5A5A5;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #FFFFFF;
    background-color: transparent;
    border-bottom: 3px solid #FFFFFF;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.list-tab {
    bottom: 0;
    position: absolute;
    width: 100%;
    margin-left: -20px;
    margin-right: -20px;
}

.count_follow {
    font-weight: 600;
    font-size: 15px;
}

.box-no-result {
    position: relative;
    height: 256px;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 30px;
}

.title-no-result {
    font-size: 15px;
}

.content-no-result {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.box-no-result::before {
    background-image: url(../images/icon_follow_gray.png);
    width: 128px;
    height: 128px;
    content: "";
    background-size: cover;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

/* END My page*/

/* START list news screen && news detail screen */
.thumbnail-image {
    max-width: 100%;
    width: 325px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.back-to-top {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    margin-top: 10%;
}

.back-to-top button {
    display: block;
    width: 120px;
    height: 45px;
    /* border: 0.5px solid #707070; */
    border-radius: 7px;
    background: #E2E2E2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.profile-edit {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 0;
    background-color: #00000040;
    height: 40px;
    margin-top: 23px;
    width: 200px;
}

.register {
    z-index: 0;
    font-weight: 400;
    padding-top: 0px;
    margin-top: -50px;
    font-family: 'M PLUS 1p', sans-serif;
}

.register .register-backgound-top {
    background-image: url("../images/bg_register_top.jpg");
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding-bottom: 30px;
}

.register-line {
    margin: 15px 15px;
    height: 3px;
    background-image: linear-gradient(to right, #519FED, #EB5CE6);
}

.register-name {
    padding-top: 150px;
}

.register-title {
    text-align: center;
    font-size: 13px;
}

.register-top-content {
    margin-top: 40px;
    text-align: left;
    font-weight: 300;
    font-size: 13px;
    padding: 0 15px;
}

.register-top-content-gray {
    font-size: 10px;
    color: #A5A5A5;
}

.register .register-backgound-sup {
    background-image: url("../images/bg_register_sup.jpg");
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding: 30px 15px;
}

.register .register-backgound-art {
    background-image: url("../images/bg_register_art.jpg");
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding: 30px 15px;
}

.register .register-backgound-live {
    background-image: url("../images/bg_register_live.jpg");
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding: 30px 15px;
}

.register-role-title {
    border: 1px solid #FFFFFF;
    font-size: 22px;
    padding: 15px 15px 0 15px;
    color: #FFFFFF;
}

.register-content {
    font-weight: 300;
    font-size: 13px;
    padding-top: 30px;
    text-align: left;
}

.arrow-rigth {
    background-image: url("../images/icon_right@2x.png");
    background-size: cover;
    width: 70px;
    height: 35px;
    display: inline-block;
}

/* END list news screen && news detail screen */


/* radio */
#chk1 {
    display: none;
}

#chk2 {
    display: none;
}

#chk3 {
    display: none;
}

.toggle {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    /*     border: 2px solid white; */
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px -1px #000000;
}

.radi0 input:checked~.toggle {
    background: #F29C9F;
    border: 5px solid white;
}

.txt-toggle {
    position: absolute;
    top: 3px;
    margin-left: 30px;
    width: 75px;
}

.custom-radio {
    padding-left: 0;
    padding-right: 15%;
}

input:focus{
    outline: none !important;
}

span:focus{
    outline: none !important;
}

/* end radio */
/* checkbox */
input[type=checkbox]+label {
    display: block;
    margin: 0.2em 0;
    cursor: pointer;
    padding: 0.2em 0;
}

input[type=checkbox] {
    position: absolute;
    top: 5px;
    z-index: -1;
    opacity: 0;
}

.checkbox {
    position: relative;
}

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

.pass input[type=checkbox]+label:before {
    border: 1.5px solid #888888;
    background: #FFFFFF;
}

input[type=checkbox]+label:before {
    content: "\002713";
    border: 1.5px solid #ff0000;
    border-radius: 0.2em;
    display: inline-block;
    width: 22.5px;
    height: 22.5px;
    padding-left: 5px;
    padding-bottom: 2px;
    margin-right: 2px;
    vertical-align: top;
    color: transparent;
    /* transition: .1s; */
    line-height: 19px;
    background: #FFE4E4;
}

input[type=checkbox]+label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked+label:before {
    background-color: #888888;
    border-color: #888888;
    color: #fff;
}

input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #7F7A7A;
}

input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #888888;
    border-color: #888888;
}

/* end checkbox */
/* register supporter */
.note-small {
    color: #888888;
    font-size: 12px;
}

.btn.btn-submit {
    color: #FFFFFF;
    background-color: #383838;
    height: 50px;
    font-size: 18px;
    border-radius: 6px;
}

.btn.btn.btn-delete-preview {
    color: #FFFFFF;
    background-color: #FF0000;
    height: 50px;
    font-size: 18px;
    border-radius: 6px;
}

.btn.btn-submit:hover {
    color: #FFFFFF;
    background-color: #383838;
}

.btn.btn-cancel {
    color: #3A3536;
    background-color: #E2E2E2;
    height: 50px;
    font-size: 18px;
    border-radius: 6px;
    padding-top: 10px;
}

.btn.btn-delete {
    color: #FF0000;
    background-color: #FFE4E4;
    height: 50px;
    font-size: 18px;
    border-radius: 6px;
    padding-top: 10px;
    margin-top: 10px;
    position: relative;
}

.btn.btn-delete::before {
    background-image: url(../images/icon/icon_trush_red@2x.png);
    content: "";
    height: 25px;
    width: 25px;
    background-size: cover;
    position: absolute;
    top: 12px;
}

.btn.btn-delete span {
    margin-left: 35px;
}

/* end register supporter */

/* BEGIN SUPPORT PAGE */
.support-header {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 25px;
}

.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;
}

.box-btn button {
    margin: 0 auto;
}

.box-btn .btn {
    display: block;
    height: 54px;
    text-align: center;
    border-radius: 27px;
    font-size: 13px;
    width: 240px;
    /* margin-bottom: 20px;      */
}

.box-btn .box-btn-edit {
    display: flex;
    height: 54px;
    text-align: center;
    border-radius: 27px;
    font-size: 13px;
    width: 240px;
    /* margin-bottom: 20px; */
    justify-content: center;
}


.img_download{
    margin-top: 5px;
    width: 30px;
    height: 30px;
}
.img_download img{

    width: 30px;
    height: 30px;
}
.box-btn span{
    color: red;
    font-size: 11px;
    display:table;
    margin:0 auto;
    margin-top: 2px;
     margin-bottom: 20px;
}

.box-btn .btn-black {
    background-color: #383838;
    color: #fff;
}

.box-btn .btn-blue {
    background-color: #519FED;
    color: #fff;
}

.box-btn .btn-blue-deactive {
    background-color: #3B73AC;
    color: #A5A5A5;
}

.box-btn .btn-gradient {
    background-image: linear-gradient(to right, #519FED, #EB5CE6);
    color: #fff;
    border: none;
}

.box-btn .small-text {
    font-size: 10px;
    color: white;

}

.box-btn .small-text2 {
    font-size: 10px;
    color: #888888;
    margin-top: 10px;
}
 #bigger-btn-text{
    color: white;
    font-size: 14px;

}
.back-to-top {
    margin-bottom: 50px;
}

.back-to-top button{
  margin: 0 auto;
  padding: 10px;
}

.back-to-top .btn-grey, .btn-black{
  width: 140px;
  display: block;
  font-size: 17px;
}
.back-to-top .btn-grey{
  background-color: #E2E2E2;
  color: #3A3536;
  border-radius: 5px;
}

.red-text{
  color:#FF0000;
}

.red-text {
    color: #FF0000;
}

.warning-text {
    color: #FF0000;
    font-size: 10px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.text-link {
    text-decoration: underline;
}

/* END 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;
}

.commitment {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 25px;
}
.commitment a{
  color: #4D6FFF;
  text-decoration: underline;
}
.txt-checkbox{
  font-weight: 500;
  font-size: 12px;
}
.txt-checkbox-end {
    font-weight: 500;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    font-size: 15px;
    /* font-family: 'Noto Sans JP', sans-serif; */
}

/* END SUPPORT PAGE */
/* Register artist */

.page-title-container-note {
    font-size: 12px;
}

.page-title-container{
  padding-top: 80px;
}

.page-title-container-note .txt-bottom {
    margin-left: 150px;
    position: absolute;
    margin-top: -17.5px;
}

label {
    font-weight: 500;
    margin-bottom: 3px;
    /* font-family: 'Noto Sans JP', sans-serif; */
}

/* input:not([type=submit]).valid.success-alert {
  border: 2px solid #4CAF50;
  color: green;
} */

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: 125px;
    height: 125px;
    border: 1.5px solid #FF0000;
    background-color: #FFE4E4;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.upload-img {
    background-image: url(../images/icon_plus@2x.png);
    content: "";
    height: 50px;
    width: 50px;
    background-size: cover;
    position: absolute;
    top: 25px;
    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: 100px;
    border-bottom: 1px solid #4D6FFF;
    line-height: 20px;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    max-height: fit-content;
}

/* .flex-container .box-button {
  width: 60%;
  margin: 5px;
} */

.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% + 3px);
    height: calc(100% + 3px);
    top: -1.5px;
    left: -1.5px;
    border-radius: 4px;
}

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 {
    padding-left: 15px;
    font-size: 13.5px;
    font-weight: 600;
    word-break: break-all;
    margin-top: 5px;
}

.preview2-content {
  padding-left: 15px;
  font-size: 13.5px;
  font-weight: 600;
  word-break: break-all;
  margin-top: 5px;
}

.avatar-preview {
    border-radius: 4px;
    width: 125px;
    height: 125px;
    object-fit: cover;
}

/* Register artist */
/* 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{
  padding-right: 0 !important;
}
.modal-image-editor#imageEditor .modal-body {
  padding: 0;
}

.modal-image-editor#imageEditor .modal-footer {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  /*justify-content: space-between;*/
}

.modal-image-editor#imageEditor .btn:first-child {
  margin-right: 40px;
}

.modal-image-editor#imageEditor #btnCrop {
  background-color: #5A5AB7;
  border-color: #5A5AB7;
}

.modal-image-editor#imageEditor .modal-body {
  padding: 0;
}

.modal-image-editor#imageEditor .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;
}
/* */
.error-input{
  background-color: #f2c5c566 !important;
  border-color: #ff000b !important;
  box-shadow: none !important;
  z-index: -2;
}

.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;
}
/* select2 */

/* Register artist */

/*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;
  font-family: "M Plus 1p";
  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;
}

/* 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;
}

.page-title{
  font-size: 23px;
  font-weight: 500;
}

.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;
}

.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;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.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;
}
.checkbox-bottom{
  margin-bottom: 45px;
  position: relative;
}
.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;
}
/*END SIGNUP EMAIL */

/* START FOOTER  */
.end-text {
    text-align: center;
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    margin-top: 10%;
    margin-bottom: 5%;
}

.faq-text {
    display: flex;
    justify-content: center;
    max-height: 40px;
    margin-top: 5%;

}

.faq-text span {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    color: #383838;
    font-size: 14px;
}


.first-text {
    margin-top: auto;
    margin-bottom: auto;
}

.follow-text {
    margin-top: 7%;
}

.follow-text span {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #888888;

}

.second-text {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 4%;
    padding-left: 4%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}

.second-text span {
    margin-top: auto;
    margin-bottom: auto;
}

.third-text {
    margin-top: auto;
    margin-bottom: auto;
}
.youtube_ic {
    max-width: 100px;
    height: 30px;
    max-height: 30px;
}
.footer-app-name {
    display: inline-block;
    width: 200px;
    height: 50px;
}

.footer-app-name img {
    width: 50px;
    height: 50px;
}

.footer-app-name-text {
    display: inline-block;
    margin: 0 auto;
}

.share-box-footer {
    display: flex;
    padding: 5px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
}

/* END FOOTER  */

/* START SUPPORTER RANK */
.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 */

.rules-img {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.invalid-feedback {
    color: #ff0000;
    font-size: 16px;
    font-weight: 500 !important;
}

.error{
    color: #ff0000;
    font-size: 16px;
    font-weight: 500 !important;
}

/* --------------------- */
.list__page {
    margin-top: 55px;
    overflow: hidden;
}
.list__page .list-tab {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.list__page .tab-mypage {
    width: 50%;
}
.lst-select {
    margin-top: 15px;
}
.icon-star {
    position: absolute;
    bottom: 8px;
    right: 10px;
}
.icon-star img {
    width: 30px;
    height: 30px;
}
.box-icon-pgvideo .txt{
    color: #888888;
    font-size: 9px;
}
.box-icon-pgvideo .icon-star {
    position: initial;
}
.box-icon-pgvideo .icon-star img {
    width: 35px;
    height: 35px;
    margin-bottom: 3px;
}
.search input {
    border-radius: 15px;
    background-color: #E5E5E5;
    height: 32px;
    padding-right: 34px;
    border: none;
}
.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;
}
.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%;
}
.select-style-list select:focus {
    outline: none;
}
.select-style select option {
    text-align: center;
}
.select-desc .select-style-list {
    background: #ffffff url("../images/icon_dropdown@2x.png") no-repeat 89% 50%;
    background-size: 12px auto;
    border-radius: 5px;
}
.btn-submit-list {
    height: 30px !important;
    background: #000000 !important;
    border-radius: 0 !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    width: 100% !important;
}
.link-delete{
    font-size: 12px;
    color: #4D6FFF;
    text-decoration: underline;
    float: right;
    padding-top: 10px;
}
.count-number{
    position: absolute;
    top: 5px;
    right: 20px;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 20px;
}
.count-number .text{
    font-size: 10px;
    margin-left: 5px;
}
.box-filter{
    padding: 20px 15px 0px 15px;
}
.icon-search{
    top: 8px;
    right: 10px;
    position: absolute;
    background-image: url('../images/icon_search@2x.png');
    content: "";
    height: 15px;
    width: 15px;
    background-size: cover;
}
.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    font-size: 20px;
    margin: -25px;
    color: #495057;
    position: absolute;
    top: 7px;
    right: 9px;
    margin: 0;
    background-color: #fff;
    border-radius: 50%;
}
.hidden{
    display: none !important;
    width: 0;
    padding: 0;
}
.section__title__dark {
    background: #383838;
    color: #FFFFFF;
    padding: 30px 15px 0px 15px;
    position: relative;
}
.list__page .nav-tabs {
    border-bottom: 3px solid transparent;
}
.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;
}

.section__title__dark .section__title_ct {
    font-size: 22.5px;
}

.section__title__dark .section__title_ct img {
    width: 75px;
    display: inherit;
}

.section__title__dark .section__content_ct {
    font-size: 11px;
    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);
}
/* --------------------- */
/* bonus */

.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;
}

/* --------------------- */



  /* apply contest  */
  .content-inside {
    background: #F2F2F2;
    padding: 10px;
}

.inside-title {
    font-size: 22px;
    margin-top: 5px;
    text-align: center;
}

.inside-sub-title {
    font-size: 14px;
    margin-right: 15px;
    margin-left: 15px;
    justify-content: flex-start;
}

.img-info {
    width: 25px;
    height: 25px;
}

.content-info {
    display: flex;
    float: right;
    margin-bottom: 10px;
}

.content-info a {
    font-size: 12px;
    color: blue;
}

.img-popup{
    width: 100%;
    height: auto;
}
.modal-title{
   margin: 0 auto;
   justify-content: center;
}

.bottom-text {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 10px 0;
}

.no-item-list .text-red{
    color: #FF0000;
    text-align: center;
    font-size: 15px;
    margin-top: 50px;
}

.no-item-list .content {
    font-size: 11px;
    text-align: center;
    color: #A5A5A5;
    margin-top: 50px;
    padding-bottom: 150px;
}

.list-pagination {
    margin-top: 20px;
    margin-bottom: 20px !important;
    display: inline-block;
    z-index: 1;
}

.page-link{
    padding: 0 !important;
    width: 25px;
    height: 25px;
    font-size: 12.5px;
    line-height: 24px !important;
    color: #000000;
    border: none;
    margin-left: 5px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.list-ambassador {
    padding: 15px 0 10px 10px;
}

.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;
    font-size: 13px;
    text-align: center;
}


.list-ambassador ul li .card a .avatar-item .figure-square img {
    object-fit: cover;
    height: 172px;
    width: 172px;
}

.list-ambassador ul li .row a .avatar-item .figure-square img {
    object-fit: cover;
    height: 172px;
    width: 172px;
}

.list-ambassador ul li .row .video-list {
    text-align: center;
    padding: 0;
    margin-left: 5px;
    max-width: 172px;
    max-height: 172px;
}

.list-ambassador ul li .row .video-list .video-list-text h5 {
    color: #A5A5A5;
    font-size: 13px;
    margin: 0;
}

.list-ambassador ul li .row .video-list .video-list-text img {
    height: 20px;
    display: inline-block;
}

.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;
}

.box-comm-top {
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.box-top-list-community {
    position: relative;
    padding-top: 20px;
}

.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: 8px;
}

.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;
}

.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);
}

.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;
}

.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;
}

.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);
}

.modal-apply-contest-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    margin: 70px 10px 0;
  }

.modal-apply-contest-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px 1rem 0;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}

.apply-contest-preview {
border-radius: 4px;
width: 280px;
height: 158px;
object-fit: cover;
}

.img-contest-border {
    width: 280px;
    height: 158px;
    border: 1.5px solid #FF0000;
    background-color: #FFE4E4;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.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-btn-create {
    position: absolute;
    left: 235px;
}

.capacity-text{
    color: #A5A5A5;
    font-size: 10px;
    font-family: "M Plus 1p";
    position: relative;
    /* margin-left: 75px; */
    margin-bottom: 15px;
    display: inline-block;
}

.capacity-text::before {
    top: 0px;
    left: -20px;
    position: absolute;
    background-image: url(../images/icon/icon_capa@2x.png);
    content: "";
    height: 15px;
    width: 15px;
    background-size: cover;
}

.map-text {
    color: #A5A5A5;
    font-size: 10px;
    font-family: "M Plus 1p";
    position: relative;
    /* margin-left: 75px; */
    /* margin-bottom: 5px; */
    display: inline-block;
}

.map-text::before {
    top: 0px;
    left: -20px;
    position: absolute;
    background-image: url(../images/icon/icon_map@2x.png);
    content: "";
    height: 15px;
    width: 15px;
    background-size: cover;
}

.genres_text {
    color: #A5A5A5;
    font-size: 10px;
    font-family: "M Plus 1p";
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.no-data {
    color: #A5A5A5;
    font-size: 11px;
    font-family: "M Plus 1p";
    text-align: center;
}

.no-data .title {
    color: #FF0000;
    font-size: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.box-btn-comm {
    margin-top: 60px;
}

.txt-note-preview {
    color: #FF0000;
    font-size: 10px;
    margin-bottom: 20px;
}

.word-break {
    word-break: break-all;
}

/* ------------------------------- */

.item-v-pf {
    margin-top: -25px;
}

.item-v-pf .item-video iframe {
    height: 200px;
}

.item-v-pf .flex-lst-videos {
    width: calc(100% - 50px);
}

.item-v-pf .content-page-video .title {
    font-size: 14px;
    font-family: "M Plus 1p";
    word-break: break-all;
    display: -webkit-box;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.item-v-pf .box-btn-yelll {
    position: relative;
    min-width: 95px;
    /* min-height: 95px; */
}

.item-v-pf .content-btn-yelll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-items: center;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

.item-v-pf .content-page-video .icon_vote {
    width: 95px;
    height: 95px;
}

.item-v-pf .box-icon-pgvideo {
    width: calc(100% / 3);
    position: relative;
    text-align: center;
}

.video__page .section__title__dark {
    padding: 70px 15px 20px 15px;
}

.video__page .section__title__dark .section__title_ct {
    font-size: 20px;
}

.video__page .lst-item .item-cnt {
    padding-left: 15px;
    padding-right: 15px;
}

.video__page .lst-item li .item-video iframe {
    height: 200px;
}

.video__page .content-page-video {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 25px;
    padding: 5px 0 15px 0;
}

.video__page .content-page-video .icon_vote {
    width: 95px;
    height: 95px;
}

.content-video {
    /* min-height: 95px; */
    position: relative;
    width: 100%;
}

.content-video .box {
    position: relative;
    width: 100%;
}

.content-video .box .cus-center {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
    align-items: center;
    /* align-content: center; */
    /* vertical-align: middle; */
    /* justify-items: center; */
    display: flex;
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    min-height: 95px;
}

.content-btn-yelll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-items: center;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

.content-btn-yelll .txt{
    color: #FF752D;
    font-size: 10px;
    text-align: center;
}

.box-btn-yelll {
    position: relative;
    min-width: 95px;
    /* min-height: 95px; */
}

.video__page .content-page-video .style {
    font-size: 10px;
    color: #A5A5A5;
    font-family: "M Plus 1p";
    width: 100%;
}

.video__page .content-page-video .title {
    font-size: 14px;
    font-family: "M Plus 1p";
    word-break: break-all;
    display: -webkit-box;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.video__page .content-page-video .icon_yell_on_pgvideo {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}

.video__page .box-icon-pgvideo {
    width: calc(100% / 3);
    position: relative;
    text-align: center;
}

.flex-lst-videos {
    display: flex;
    width: calc(100% - 50px);
}

.box-contest-mp {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.box-contest-mp .title {
    font-size: 15px;
    color: #383838;
    font-family: 'M PLUS 1p', sans-serif;
}

.box-contest-mp .text {
    font-size: 10px;
    color: #383838;
    font-family: 'M PLUS 1p', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box-contest-mp .btn {
    background-image: linear-gradient(to right, #519FED, #EB5CE6);
    color: #ffffff;
    border: 0px;
    font-size: 13px;
    border-radius: 30px;
    font-weight: 300;
    width: 225px;
    height: 40px;
}

.box-user-mp {
    display: flex;
    background: #ffffff;
    margin-top: 25px;
    margin-bottom: 40px;
    height: 100px;
}

.box-user-mp img {
    width: 100px;
    margin-right: 15px;
}

.box-user-mp .content {
    width: 100%;
    padding-top: 5px;
    position: relative;
}

.box-user-mp .content .name {
    font-size: 14px;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}

.box-user-mp .content .link {
    color: #4D6FFF;
    font-size: 12.5px;
    position: absolute;
    bottom: 15px;
    width: 200px;
}

.content-detail-v .description {
    font-size: 12.5px;
    white-space: break-spaces;
    word-break: break-all;
}

.content-detail-v .title {
    color: #A5A5A5;
    font-size: 12.5px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.content-detail-v .cus-center .style {
    color: #A5A5A5;
    font-size: 12.5px;
    display: inline-block;
    word-break: break-all;
    padding-inline-start: 0;
}

.data_genre {
    float: left;
}

.data_genre::after {
    content: ",";
    padding-left: 3px;
    padding-right: 3px;
}
.data_genre:last-child::after {
    content:'';
}

.mt-detail-v {
    padding-top: 70px;
}

.detail-mv-detail-v {
    display: flex;
    position: relative;
    height: 75px;
    width: 100%;
}

.detail-mv-detail-v img {
    height: 50px;
    position: absolute;
    right: 0;
}

.detail-mv-detail-v .title {
    background: #1CB9FF;
    padding: 0px 14px;
    color: #ffffff;
    position: absolute;
    top: 12px;
    width: 75px;
    height: 25px;
    border-radius: 30px;
    margin-left: 15px;
}

.mlr-15px {
    margin-right: 15px;
    margin-left: 15px;
}

.mlr-10px {
    padding-left: 10px;
    padding-right: 10px;
}

.title-bonus {
    display: flex;
    background: rgb(255 255 255 / 50%);
    position: relative;
    line-height: 40px;
}

.title-bonus .icon-next{
    background-image: url(../images/icon/icon_next@2x.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 5px;
}

.detail-v-award .title-bonus .name {
    font-size: 15px;
    margin-left: 15px;
    padding-top: 9px;
    display: -webkit-box;
    /* line-height: 20px; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.detail-v-award {
    margin-top: -15px;
    padding-top: 20px;
}

.detail-v-award.border-E2 {
    border-top: 1px solid #E2E2E2;
}

.detail-v-award.top {
    margin-top: -15px;
    margin-bottom: 20px;
    padding-top: 0;
}

.detail-v-award .text_dots {
    margin-bottom: 20px;
}

.detail-v-award .content-bonus {
    background: rgb(255 255 255 / 50%);
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 12.5px;
    margin-bottom: 15px;
    white-space: break-spaces;
    word-break: break-all;
}

.detail-v-award .video-bonus {
    height: 200px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.detail-v-award.profile-award .title-bonus{
    background: #FAFAFA;
}

.detail-v-award.profile-award .content-bonus{
    background: #FAFAFA;
}

.logo-bonus-1 img{
    width: 55px;
    height: 55px;
    object-fit: cover;
}

.bonus-1 {
    background-image: url(../images/kekkaback04@2x.png);
    background-size: cover;
    /* margin: 0; */
    background-position: bottom;
    padding-bottom: 50px;
}

.bonus-2 {
    background-image: url(../images/testback4@2x.png);
    background-size: cover;
    /* margin: 0; */
    background-position: bottom;
    /* padding-bottom: 50px; */
}

.bonus-3 {
    background-image: url(../images/kekkaback03@2x.png);
    background-size: cover;

    background-position: bottom;
    /* padding-bottom: 50px; */
}

.bonus-4 {
    background-image: url(../images/icon/kekkaback07@2x.png);
    background-size: cover;
    /* margin: 0; */
    background-position: bottom;
    /* padding-bottom: 50px; */
}

@media (min-width: 768px) {
    .bonus-1 {
        padding-bottom: 50px;
        margin: 0;
    }
    .bonus-2 {
        padding-bottom: 50px;
        margin: 0;
    }
    .bonus-3 {
        padding-bottom: 50px;
        margin: 0;
    }
    .bonus-4 {
        padding-bottom: 50px;
        margin: 0;
    }
}

.name-v-bonus {
    font-size: 18px;
    text-align: center;
    font-family: "M Plus 1p";
    word-break: break-all;
    display: -webkit-box;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    color: #000000;
}
.box-bonus {
    background: rgb(255 255 255 / 50%);
    border: 2.5px solid rgb(255 255 255 / 80%);
    margin-bottom: 25px;
}
.icon-dot06 img {
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content-bonus-1 {
    padding: 5px;
}
.name-bonus-1 {
    font-size: 15px;
    margin-left: 15px;
    padding-top: 7px;
    color: #1C7CFF    ;
}
.name-bonus-2 {
    font-size: 15px;
    margin-left: 45px;
    padding-top: 7px;
    color: #816E18;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 210px;
    height: 40px;
}
.name-bonus-2.gold {
    color: #E9BE5D;
}
.name-bonus-2.sliver {
    color: #888888;
}
.name-bonus-3 {
    font-size: 15px;
    margin-left: 45px;
    padding-top: 7px;
    color: #FF7714;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 210px;
    height: 40px;
}
.name-bonus-4 {
    font-size: 15px;
    margin-left: 45px;
    padding-top: 7px;
    color: #F54D4D;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 210px;
    height: 40px;
}
.bonus-4 .icon-rank {
    background-image: url(../images/icon/kekka_ambass02@2x.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 65px;
}
.bonus-2 .icon-rank.bronze {
    background-image: url(../images/icon/icon_bronze@2x.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 65px;
}
.bonus-2 .icon-rank.gold {
    background-image: url(../images/icon/icon_gold@2x.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 65px;
}
.bonus-2 .icon-rank.sliver {
    background-image: url(../images/icon/icon_silver@2x.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 65px;
}
.bonus-3 .icon-rank {
    background-image: url(../images/icon/kekka_jim01@2x.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 65px;
}
.share-id {
    cursor: pointer;
}

.prize-image img {
    width: 100%
}

@media (min-width: 768px) {
    body {
        width: 375px;
        margin: 0 auto !important;
    }
    .fixed-top {
        width: 375px;
        right: initial;
        left: initial;
    }
    .modal-dialog {
        max-width: 375px;
        margin: 1.75rem auto;
    }

    .socia-pc-v .ct_social {
        height: 40px;
        width: 255px;
        background: #383838 0% 0% no-repeat padding-box;
        border-radius: 50px;
        /* position: relative; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 15px auto 0 auto;
        position: absolute;
        top: -60px;
        /* border: 1px solid #707070; */
    }
    .socia-pc-v .ct_social a {
        margin: 0 8px;
    }
    .socia-pc-v .ct_social a img {
        width: 30px;
        height: 30px;
    }
    .socia-pc-v .ct_social span {
        font-family: 'M PLUS 1p', sans-serif;
        font-weight: 400;
        font-size: 10px;
        color: #E2E2E2;
        margin-right: 15px;
    }

    /* .section__title__dark .section__title_ct .logo_page_video {
        width: 200px;
        height: 200px;
        display: inline-block;
    }

    .box-filter {
        width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

    .section__title__dark .section__content_ct .text {
        width: 710px;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
    }

    .section__title__dark .section__title_ct .dot_long {
        width: 449px;
        display: inline-block;
    }

    .video__page .section__title__dark .section__title_ct {
        font-size: 40px;
    }

    .w-pc-v {
        max-width: 1375px;
        margin-left: auto !important;
        margin-right: auto !important;
    } */

    /* df_mxw: 960px; */
}

.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;
  }

  .panel-body {
    overflow-y: scroll;
    height: 450px;
  }
.header-notice {
    width: 15px;
    position: relative;
    margin-right: -35px;
    margin-top: -25px;
}

.menu-notice {
    width: 15px;
    /* position: fixed; */
    margin-right: -15px;
    margin-top: -20px;
}

.profile-notice {
    width: 20px !important;
    height: 20px !important;
    margin-top: -115px !important;
    margin-right: -50px !important;
    display: inherit !important;
    position: relative !important;
}

.video-thumbnail{
    width: 100%;
    margin-bottom: 5px;
}
