* {
  box-sizing: border-box;
}

.container-battle {
  width: 1100px;
  max-width: 1100px;
  margin: auto;
}

.page-battle {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}

.column-battle .image {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}

img {
  width: 100%;
}

.wrap-banner-battle {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap-banner-battle .image-main {
  display: flex;
  min-height: 600px;
}

.wrap-banner-battle .container-battle {
  z-index: 3;
}

.wrap-banner-battle .banner-main-1 .image-1 {
  margin-top: 2rem;
}

.wrap-banner-battle .banner-main-1 .image-2 {
  display: flex;
}

.wrap-banner-battle .content-battle {
  color: #fff;
  max-width: 100%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: column;
}

.wrap-banner-battle .content-battle:after {
  content: '';
  display: block;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 23%;
  opacity: .7;
  z-index: 2;
}

.wrap-banner-battle .wrap-content-time {
  padding: 2% 0;
}

.wrap-banner-battle .wrap-content-time:after {
  content: '';
  display: block;
  background: #0b0b0b;
  opacity: .6;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.wrap-banner-battle .banner-main-1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  justify-content: space-between;
}

.wrap-banner-battle .top-hour {
  background: #fff;
  border-radius: 50px;
  color: #454545;
  padding: .2rem 2rem;
  position: relative;
  width: max-content;
  margin: auto auto 1rem;
}

.wrap-banner-battle .top-hour:after {
  content: '';
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}

.battle-column .column-battle button {
  border-radius: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin-bottom: 5px;
}

.content-battle {
  display: flex;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}

.page-battle .title {
  font-size: 32px;
  margin-bottom: 1.2rem;
  font-weight: 600;
  z-index: 999;
}

.position-relative-ct {
  position: relative;
}

.bg-e2e2e2 {
  background: #e2e2e2;
}

.bg-e8e8e8 {
  background: #e8e8e8;
}

.bg-ecf9fd {
  background: #ecf9fd;
}

.mg-bt-30 {
  margin-bottom: 3rem;
}

.bg-313131 {
  background: #313131;
}

.column-battle .item {
  line-height: 1.5;
}

.column-battle .text-day {
  margin-right: 5px;
}

.column-battle-list-time {
  text-align: left;
}

.column-battle button {
  width: 100%;
  color: #fff;
  padding: 5px;
}

.column-battle button:hover {
  color: #313131;
  background: #fff;
  cursor: pointer;
}

.info-battle-1 {
  background: #fff3df;
  text-align: center;
  overflow: hidden;
}

.info-battle-1 .banner-2-coin{
  position: absolute;
  bottom: -50px;
  left: -30px;
  right: -25px;
}

.content-info-battle-1 {
  position: relative;
  margin-bottom: -1.2rem;
  background: #fff3df;
  padding: 1.5rem 0 0;
}

.content-info-battle-1 .icon-tshirt-knife {
  position: absolute;
  right: 145px;
  top: 90px;
  transform: rotate(15deg);
  width: 130px;
}

.content-info-battle-1 .content-battle {
  margin-bottom: 2rem;
}

.info-battle {
  padding-top: 20px;
}

.info-battle .content-battle {
  justify-content: center;
}

.page-battle .info-battle-1 .title {
  color: #593d00;
}

.nav-battle {
  background: #fcff00;
}

.nav-battle ul {
  display: flex;
  justify-content: space-between;
}

.nav-battle ul li {
  font-weight: 700;
}

.battle-column .column-battle {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.battle-2-column .column-battle {
  width: 50%;
}

.battle-2-column .column-battle .item {
  padding: 1rem;
  border-radius: .5rem;
}

.battle-2-column .column-battle .item .number {
  font-size: 4rem;
  font-weight: 600;
}

.battle-3-column {
  background: #fdfcbe;
  padding: 7rem 1.5rem 3rem;
}

.battle-3-column .column-battle button,
.battle-3-column .column-battle .trigger_popup_fricc-1{
  background: linear-gradient(#feae31, #efe457);
  color: #440000;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  max-width: 180px;
  margin: auto;
}

.battle-3-column button .icon-battle {
  max-width: 15px;
  margin-left: 5px;
}

.battle-3-column button .icon-battle i {
  font-size: 18px;
}

.battle-3-column .column-battle {
  width: calc(100% / 3);
}

.battle-3-column .content-battle .title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: .5rem;
  color: #d30000;
}

.battle-3-column .content-battle p {
  font-size: 14px;
  margin-bottom: 1rem;
}

.battle-3-column .item {
  padding: 1rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px -1px #000000;
  box-shadow: 0px 0px 5px -1px #000000;
  border-radius: .5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}

.battle-3-column .title {
  position: relative;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

.battle-3-column .icon-tshirt-knife {
  position: absolute;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90px;
}

.battle-3-column .icon-together {
  position: absolute;
  top: -92%;
  max-width: 230px;
}

.bg-fff3df {
  background: #fff3df;
}

.bg-c6eaf7 {
  background: #c6eaf7;
}

.color-593d00 {
  color: #593d00;
}

.bg-fff {
  background: #fff;
}

.bg-cc0000 {
  background: #cc0000;
}

.color-0068c9 {
  color: #0068c9;
}

.battle-5-column .column-battle {
  width: calc(100% / 5);
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: .5rem;
}

.fl-wrap {
  flex-wrap: wrap;
}

.jus-content-flex-start {
  justify-content: flex-start;
}

.jus-content-flex-end {
  justify-content: flex-end;
}

.jus-content-space-between {
  justify-content: space-between;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.battle-5-column {
  margin-bottom: 2rem;
}

.battle-5-column .item {
  padding: .5rem;
  margin-bottom: .6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.battle-5-column .content-battle .title {
  font-size: 16px;
  margin: 5px auto 10px;
}

.battle-5-column .note {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: .5rem;
}

.wrap-battle-5-column {
  padding: 2rem 0;
}

.battle-2-column .item {
  margin-bottom: 1.3rem;
}

.battle-2-column .content-battle .title {
  font-size: 16px;
  margin-bottom: 5px;
}

.top-list-time {
  margin-bottom: .5rem;
}

.text-info-battle {
  font-size: 18px;
  margin: 2rem auto 1rem;
}

.battle-ranking {
  padding: 2rem 1.5rem;
}

.battle-ranking .item {
  width: 50%;
  border: 1px solid #d5d5d5;
}

.battle-ranking .note {
  margin: auto auto 10px;
  padding: .5rem;
  color: #fff;
  background: #171819;
  overflow: hidden;
}

.battle-ranking .text-special-ranking {
  color: #6cb1ff;
  background: linear-gradient(#45494d, #171819);
  padding: 5px;
  max-width: 250px;
  margin: auto;
  position: relative;
  text-shadow: 0 0 5px rgba(46,88,137,0.8);
}

.battle-ranking .text-special-ranking:before {
  content: "";
  border-top: 35px solid #c6eaf7;
  border-right: 35px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.battle-ranking .text-special-ranking:after {
  content: "";
  border-top: 35px solid #c6eaf7;
  border-left: 35px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.battle-ranking .content {
  padding: 1rem 15px 2rem;
}

.battle-ranking .link-ranking li {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.battle-ranking .item-link-ranking .tabs-table-link {
  border-radius: 50px;
  color: #3e3e3e;
  background: #fff;
  border: 1px solid;
  padding: 7px 10px;
  font-size: 12px;
}

.link-ranking li a.active .tabs-table-link,
 .link-ranking li.active .tabs-table-link {
   background: #3e3e3e;
   color: #fff;
   border: 0;
   position: relative;
 }

.link-ranking li a.active .tabs-table-link:after ,
.link-ranking li.active .tabs-table-link:after {
  content: '';
  border-top: 5px solid #3e3e3e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}

.table-ranking .tab_content .fixed_headers {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table-ranking .table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  height: 355px;
}
.table-ranking .table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-ranking .table-wrap {
  position: relative;
}
.table-ranking .table-scroll th,
.table-ranking .table-scroll td {
  padding: 5px;
  border: 1px solid #f8f8f8;
  background: #fff;
  vertical-align: top;
}

.table-ranking .table-scroll td {
  border: 0;
  border-bottom: 1px solid #454545;
}

.table-ranking .table-scroll td:first-child {
  text-align: center;
}

.table-ranking .table-scroll thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #e2e2e2;
  font-size: 13px;
  z-index: 999;
}

.table-ranking ::-webkit-scrollbar {
  width: 5px;
}
.table-ranking ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.table-ranking ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.battle-ranking .list-name-ranking li {
  width: calc(100% / 3);
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 3px solid #00baff;
}

.battle-ranking .list-name-ranking li:first-child {
  padding-left: 0;
}

.battle-ranking .list-name-ranking li:last-child {
  padding-right: 0;
}

.battle-ranking .link-ranking {
  margin: .5rem -5px;
  justify-content: space-around;
}

.table-ranking .title {
  font-size: 20px;
}

.table-ranking table .image {
  position: relative;
  width: 30px;
  height: 30px;
  margin: auto;
}

.table-ranking table .image span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.table-ranking table td {
  text-align: left;
}

.table-ranking table tr:not(:first-child) {
  border-bottom: 1px solid #454545;
}

.table-ranking table th {
  border-left: 2px solid #fff;
  padding: 5px;
  vertical-align: middle;
}

.table-ranking table td {
  vertical-align: middle;
  padding: 5px;
}

.table-ranking .dots {
  margin-top: 10px;
  display: block;
}

.table-ranking .dots span {
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #454545;
  display: block;
  margin: 3px auto 0;
}

.table-ranking table a,
.table-ranking table a:link {
  color: #0078ff;
  text-decoration: underline;
}

.table-ranking table .total-item-price p {
  font-size: 13px;
  margin-bottom: 0;
  padding-left: 5px;
  margin-right: -5px;
}

.table-ranking {
  background: #fff;
}

.table-ranking .item-2 .list-name-ranking {
  visibility: hidden;
}

.tabs-ct .tabs-a-ct {
  background: #e2e2e2;
  padding: .4rem;
  font-size: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}

.tabs-ct a.active .tabs-a-ct {
  background: #00baff;
  color: #fff;
}

.align-items-center-ct {
  align-items: center;
}

.battle-column-comment .column-battle {
  margin-bottom: 1rem;
}

.battle-column-comment .column-battle .item {
  padding: 1rem;
}

.battle-column-comment .column-battle .title {
  margin-bottom: 1rem;
}

.battle-column-comment .avatar-user {
  background: #c6eaf7;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: .5rem;
}

.battle-column-comment .name-user {
  margin-right: .5rem;
}

.btn_comment-detail {
  color: #440000;
  background: linear-gradient(#efe457, #feae31);
  max-width: 200px;
  padding: .8rem 1rem;
  border-radius: .5rem;
  font-size: 14px;
  margin: 1rem auto auto;
}

.page-battle .slider-nav {
  width: 30%;
  padding-right: 1rem
}


.page-battle .slider-for {
  width: 70%;
  position: relative;
  background: #f1f1f1;
}

.page-battle .slider-nav .slick-track {
  transform: unset !important;
  display: flex;
  flex-direction: column;
  width: auto !important;
}

.page-battle .slider-nav .slick-slide.slick-current {
  background: #3c3c3c;
  color: #fff;
}

.page-battle .slider-nav .slick-slide {
  width: auto !important;
  border: 1px solid #3c3c3c;
  margin-bottom: 3px;
}

.page-battle .slider-nav .slick-list {
  padding: 0 !important;
}

.page-battle .slider-nav .slick-slide > div {
  padding: 5px 10px;
}

.page-battle .battle-content-popup {
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.page-battle .hover_bkgr_fricc-1 > div {
  box-shadow: 0 1px 8px 0 #fff;
}

.page-battle .popupCloseButton-1 {
  position: absolute;
  right: -15px;
  top: -15px;
  color: #fff;
  border: 2px solid;
  background: #000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 34px;
}


.page-battle .slider-nav .slick-slide .step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3c3c3c;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.page-battle .slider-nav .slick-slide.slick-current .step-number {
  background: #fff;
  color: #3c3c3c;
}

.page-battle .slider-for .slick-arrow {
  width: 35px;
  height: 35px;
  background: #000;
  border-radius: 50%;
  border: 0;
  position: absolute;
  text-indent: -9999px;
}

.page-battle .slider-for .slick-prev {
  top: 50%;
  left: -10px;
  outline: none;
  z-index: 999;
}

.page-battle .slider-for .slick-next {
  top: 50%;
  right: -10px;
  outline: none;
  z-index: 999;
}

.page-battle .slider-for .slick-prev:after,
.page-battle .slider-for .slick-next:after {
  content: '';
  display: inline-block;
  border-right: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-battle .slider-for .slick-next:after {
  border-right: 0;
  border-left: 10px solid #fff;
}

.step-content {
  font-size: 12px;
}

.page-battle .slider-for .img-slide {
  text-align: left;
  padding: 5px 20px;
}

.page-battle .slider .slick-slide .image {
  padding: 15px 0 0;
}

.page-battle .slider .slick-slide img {
  border: 0;
}

  .container-battle {
    width: 100%;
    max-width: 100%;
  }

  .wrap-banner-battle .content-battle {
    flex-direction: column;
    padding: .5rem;
  }

  .page-battle {
    font-size: 12px;
  }

  .wrap-banner-battle .banner-main-1 {
    margin-top: 1rem;
  }

  .wrap-banner-battle .column-battle {
    text-align: center;
  }

  .wrap-banner-battle .column-battle-list-time {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
  }

  .wrap-banner-battle {
    background: url(/common/design/user/img/battle-images/banner-battle-1_sp.jpg) no-repeat 0 0;
    background-size: contain;
    height: 0;
    padding-top: 62.5%;
    padding-bottom: 70%;
  }

  .top-list-time {
    margin-bottom: .2rem;
  }

  .wrap-banner-battle .wrap-content-time {
    padding: 0;
    display: block;
  }

  .column-battle .hour {
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    min-height: 30px;
  }

  .wrap-banner-battle .top-hour {
    margin: .5rem auto;
  }

  .content-info-battle-1 .image-banner {
    margin: 0 -5rem;
  }

  .mg-bt-10 {
    margin-bottom: 1rem;
  }

  .page-battle .title {
    font-size: 20px;
    margin-bottom: .8rem;
  }

  .battle-column {
    margin-left: -5px;
    margin-right: -5px;
  }

  .battle-column .column-battle {
    padding-left: 5px;
    padding-right: 5px;
  }

  .battle-2-column .column-battle .item .number {
    font-size: 1.5rem;
  }

  .battle-3-column .column-battle {
    width: 100%;
    margin-bottom: .8rem;
  }

  .battle-5-column .column-battle {
    width: calc(100% / 2);
  }

  .battle-4-column .column-battle {
    width: 100%;
  }

  .battle-4-column .item {
    margin-bottom: 1rem;
  }

  .text-info-battle {
    margin: 1rem auto;
  }

  .list-name-ranking {
    width: 100%;
  }

  .battle-ranking .note {
    max-width: 100%;
    border: 0;
  }

  .battle-ranking .list-name-ranking li {
    margin: 0;
    background: #fff;
    color: #000;
    border: 0;
  }

  .battle-ranking .list-name-ranking .parent-li-tabs {
    width: 50%;
    padding: 0;
  }

  .tabs-ct .tabs-a-ct {
    background: #d1e2e1;
    color: #7a9190;
    border-radius: 50px;
  }

  .tabs-ct a.active .tabs-a-ct {
    background: #fff;
    color: #000;
    border: 1px solid;
  }

  .tabs-ct-parent .tabs-a-ct {
    background: #dff7ff;
    color: #6d858d;
    border-radius: 0;
  }

  .tabs-ct-parent a.active .tabs-a-ct {
    background: #fff;
    color: #000;
    border: 0;
  }

  .battle-ranking .item {
    width: 100%;
    border: 0;
  }

  .battle-ranking .content {
    padding: 15px 10px;
  }

  .battle-ranking .tabs .active a {
    background: transparent;
  }

  .battle-ranking .tabs .tab_02,
  .battle-ranking .tabs .tab_03 {
    width: auto;
    border: 0;
  }

  .table-ranking .title {
    font-size: 18px;
  }

  .table-ranking .tab_content {
    border: 0;
    padding: 0;
    width: 100%;
  }

  #main_visual_other {
    display: none;
  }

  .info-battle-1 {
    padding: 0;
    background: transparent;
    margin: 0 !important;
  }

  .info-battle-1 .content-battle {
    font-size: 12px;
    margin-bottom: .5rem;
  }

  .battle-3-column {
    padding: 3rem 1rem;
  }

  .battle-3-column .icon-together {
    position: absolute;
    right: 0;
    max-width: 120px;
    top: -45%;
  }

  .battle-ranking .text-special-ranking:after {
    border-top: 28px solid #c6eaf7;
    border-left: 28px solid transparent;
  }

  .battle-ranking .text-special-ranking:before {
    border-top: 28px solid #c6eaf7;
    border-right: 28px solid transparent;
  }

  .table-ranking .table-scroll {
    max-height: 250px;
  }

  .table-ranking .tab_container {
    margin: 0;
  }

  .info-battle-1-content {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 999;
  }

  .info-battle,
  .battle-column-comment {
    margin: auto .6rem;
  }

  .battle-ranking .link-ranking {
    margin: 1rem auto;
    max-width: 80%;
  }

  .battle-ranking .text-special-ranking {
    max-width: 170px;
  }

  .battle-ranking .item-link-ranking .tabs-table-link {
    padding: 7px;
    font-size: 10px;
  }

  .battle-5-column {
    padding: 0 .6rem;
  }

  .battle-ranking {
    padding: 2rem .6rem;
  }

  .wrap-battle-5-column {
    padding: 2rem .6rem;
  }

  .battle-5-column .note {
    font-size: 18px;
  }

  .battle-5-column .content-battle .title {
    font-size: 14px;
  }

  .nav-battle ul {
    padding: 1rem 4rem .5rem;
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
  }

  .nav-battle ul li {
    width: 50%;
    max-width: 500px;
    text-align: left;
    margin-bottom: .5rem;
  }

  .nav-battle ul li:first-child {
    width: 100%;
    text-align: center;
  }

  .nav-battle ul li:before {
    content: '';
    display: inline-block;
    border-left: 7px solid #e60012;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-right: 5px;
  }

  .add-humburger {
    overflow: hidden;
  }

  .hover_bkgr_fricc-1 > div {
    top: 5%;
    width: 90%;
    max-width: 100%;
  }

  .page-battle .slider-nav {
    width: 100%;
  }

  .page-battle .slider-for {
    width: 100%;
  }

  .page-battle .slider-for .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .page-battle .battle-content-popup {
    padding: 0;
  }

  .page-battle .battle-content-popup .slider h3 {
    text-align: center;
  }

  .page-battle .slider-for .img-slide {
    padding: 10px 20px;
  }

  .wrap-banner-battle .wrap-content-time:after {
    content: unset;
  }

#tab3 > table > tbody > tr > td, #tab4 > table > tbody > tr > td {
  max-width: 150px;
  word-break: break-word;
}

#tab4 > div.load-more .load-more-battle-rank, #tab3 > div.load-more .load-more-battle-rank {
  margin-top: 5px;
  cursor: pointer;
}

#tab4 {
  display: none;
}
@media screen and (max-width: 767px) {

  #tab3 > table > tbody > tr > td, #tab4 > table > tbody > tr > td {
    max-width: 125px;
  }
}

@media (min-width: 992px) {

  .wrap-banner-battle .column-battle {
    margin-bottom: 1rem;
  }

  .nav-battle ul {
    flex-wrap: nowrap;
  }

  .content-info-battle-1 {
    margin-bottom: -3rem;
  }

  .wrap-banner-battle .column-battle-list-time {
    font-size: 18px;
    margin-bottom: 4rem;
  }

  .wrap-banner-battle .top-hour {
    font-size: 18px;
  }

  .column-battle .hour {
    font-size: 40px;
  }

  .battle-3-column .content-battle p {
    text-align: center;
  }

  .page-battle .title {
    font-size: 24px;
    margin-bottom: 2rem;
  }

  .battle-3-column {
    padding: 5rem 1rem 3rem;
  }

  .battle-3-column .icon-together {
    max-width: 180px;
    top: -90%;
  }

  .wrap-banner-battle .content-battle:after {
    padding-top: 16%;
  }
}

.battle-ranking .item-link-ranking .tabs-table-link {
  min-width: 130px;
}

@media (max-width: 359px) {
  .battle-ranking .link-ranking {
    max-width: 95%;
  }
}

.wrap-battle-5-column .column-battle .image {
  height: 100px;
}

.js-marquee span {
  margin-right: 200px !important;
}

.hover_bkgr_fricc-1.page-battle {
  display: block;
  visibility: hidden;
}

.bg-00aeff {
  background: #00aeff;
}

.bg-dffcff {
  background: #dffcff;
}

.bg-d30000 {
  background: #d30000;
}

.bg-ffe400 {
  background: #ffe400;
}

.battle-for-you {
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 20px 10px;
  margin-top: 2rem;
}

.battle-for-you .note {
  color: #fff;
  max-width: 242px;
  margin: auto auto 3rem;
}

.battle-for-you .line {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d30000;
  font-size: 16px;
  font-weight: 700;
}

.battle-for-you .line.top {
  position: absolute;
  transform: rotate(
      333deg
  );
  left: -40%;
  top: 2px;
}

.battle-for-you .line.bottom {
  position: absolute;
  transform: rotate(
      333deg
  );
  right: -45%;
  bottom: 1%;
}

.battle-for-you .sub-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.battle-for-you .title {
  font-size: 25px;
  max-width: 333px;
  margin: auto auto 1rem;
}

.battle-for-you .frame {
  color: #ffe400;
  padding: 0 5px;
  border: 1px solid #fff;
  margin-right: -5px;
}
.for-you-total ul {
  margin-left: -5px;
  margin-right: -5px;
}

.for-you-total li {
  width: calc(100% / 2);
  padding-left: 5px;
  padding-right: 5px;
}

.for-you-total li .box {
  border: 1px solid #fff;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 20px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.for-you-total li .box.border-0 {
  border: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-in-box {
  border: 1px solid #fff;
  padding: 15px 10px;
  border-radius: 10px;
  height: 100%;
}

.for-you-total .title-item {
  font-size: 12px;
  margin-bottom: 1rem;
}

.for-you-total .image {
  max-width: 230px;
  margin: auto auto 1rem;
}

.for-you-total .plus .title-item {
  margin: 10px auto 5px;
  font-size: 16px;
}

.for-you-total .plus .image {
  max-width: 30px;
  margin-bottom: 5px;
}

.for-you-total .content-in-box .image {
  max-width: 110px;
  margin-bottom: 0;
}

.for-you-total .circle {
  width: 60px;
  height: 60px;
  color: #d30000;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  right: -35px;
  font-size: 16px;
}

.color-ffe400 {
  color: #ffe400;
}

.for-you-total .box-right {
  text-align: left;
}

.for-you-total .box-right .color-ffe400 {
  font-size: 16px;
}

.for-you-total .box-right .title-item {
  margin-bottom: 0;
}

.column-battle .image.item {
  height: auto;
}

.content-battle.battle-slick {
  margin-bottom: -2rem;
}

.battle-slick .slick-prev,
.battle-slick .slick-next {
  background: #1a1a1a;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
}

.battle-slick .slick-prev {
  left: -5px;
}

.battle-slick .slick-next {
  right: -5px;
}

.battle-slick .slick-prev:before {
  content: '';
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.battle-slick .slick-next:before {
  content: '';
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.battle-column-comment .message .column-battle .item {
  width: 100%;
}

.battle-column-comment .message  {
  max-height: 485px;
  overflow-y: scroll;
  margin: 30px auto 0;
}

.link-top2-ouside {
  height: 80px;
}

.wrap-battle-5-column .battle-column-slick-item .column-battle .image {
  height: 150px;
}

.wrap-battle-5-column .battle-column-slick-item .column-battle .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 10px;
}


.btn-battle-popup {
  background: linear-gradient(#feae31, #efe457);
  color: #440000;
  border: 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  width: 250px;
}

.btn-battle-popup .icon-battle {
  max-width: 20px;
  margin-left: 10px;
}

.popup-ct-size .content-popup-size {
  width: 97%;
  max-width: 100%;
  border-radius: 0;
  top: 15%;
  padding: 5px;
}

.popup-ct-size .content-popup-size table {
  border: 3px solid #373737;
  font-weight: 700;
}

.popup-ct-size thead {
  border-bottom: 3px solid #000;
}

.popup-ct-size thead th {
  padding: 0 2px;
}

.popup-ct-size tbody tr {
  border-bottom: 1px solid #000;
}

.popup-ct-size tbody th {
  text-align: center;
  padding: 10px 3px;
  width: 100px;
  font-weight: 700;
  font-size: 10px;
}

.popup-ct-size th {
  border-right: 1px solid #000;
}

.popup-ct-size td {
  border-right: 1px dashed #000;
  font-size: 10px;
}

.popup-ct-size .content-popup-size .image {
  overflow: hidden;
}

.popup-ct-size .popupCloseButton-1 {
  right: -8px;
  top: -25px;
}

.main-table .btn-link-market {
  min-width: 123px;
}

.content-size-box {
  max-width: 400px;
  overflow: scroll;
}

.content-size-box tbody th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: -3px;
  background: #fff;
  border-right: 1px solid #000;
}

.content-size-box thead th:first-child {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: -3px;
  z-index: 2;
  background: #fff;
  border-right: 1px solid #000;
  min-width: 100px;
}

.content-size-box thead th {
  z-index: 1;
}

.content-size-box table {
  border-collapse: collapse;
}

.content-size-box td,
.content-size-box th {
  padding: 0.5em;
}

.content-popup-size .note {
  padding: 10px 0;
}

.content-popup-size thead th .image {
  margin: auto;
}

.content-popup-size thead th:nth-child(2) .image {
  width: 35px;
}

.content-popup-size thead th:nth-child(3) .image {
  width: 37px;
}

.content-popup-size thead th:nth-child(4) .image {
  width: 38px;
}

.content-popup-size thead th:nth-child(5) .image {
  width: 39px;
}

.content-popup-size thead th:nth-child(6) .image {
  width: 39px;
}

.content-popup-size thead th:nth-child(7) .image {
  width: 40px;
}

.content-popup-size thead th:nth-child(8) .image {
  width: 42px;
}

.content-popup-size thead th:nth-child(9) .image {
  width: 43px;
}

.content-popup-size thead th:nth-child(10) .image {
  width: 39px;
}

.content-popup-size thead th:nth-child(11) .image {
  width: 43px;
}

.content-popup-size thead th:nth-child(12) .image {
  width: 90px;
}

.content-popup-size thead th:nth-child(13) .image {
  width: 55px;
}

.content-popup-size thead th:nth-child(14) .image {
  width: 56px;
}

.content-popup-size thead th:nth-child(15) .image {
  width: 57px;
}

.content-popup-size thead th:nth-child(16) .image {
  width: 58px;
}

.content-popup-size thead th:nth-child(17) .image {
  width: 63px;
}

/*page t1 ranking*/
.page-t1-ranking .nav-battle-t1-ranking {
  background: #fcff00;
}

.page-t1-ranking .nav-battle-t1-ranking ul {
  display: flex;
  flex-wrap: wrap;
}

.page-t1-ranking .nav-battle-t1-ranking ul li {
  width: calc(100% / 3);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.page-t1-ranking .nav-battle-t1-ranking ul li:nth-child(1),
.page-t1-ranking .nav-battle-t1-ranking ul li:nth-child(2),
.page-t1-ranking .nav-battle-t1-ranking ul li:nth-child(3) {
  border-bottom: 1px solid #000;
}

.page-t1-ranking .nav-battle-t1-ranking ul li:nth-child(2),
.page-t1-ranking .nav-battle-t1-ranking ul li:nth-child(5) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.page-t1-ranking .nav-battle-t1-ranking ul li:before {
  content: '';
  display: inline-block;
  border-left: 7px solid #e60012;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 5px;
}

.page-t1-ranking .list-name-ranking {
  margin: 0 auto 30px;
}

.page-t1-ranking .list-name-ranking li {
  border-bottom: 0;
}

.page-t1-ranking .tabs-ct .tabs-a-ct {
  color: #d6d6d6;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  padding: 16px 10px;
  background: #efefef;
  font-weight: 700;
}

.page-t1-ranking .tabs-ct .link-tabs .tabs-a-ct {
    background: #fff;
    color: #000;
    border: 1px solid #d0d0d0;
}

.page-t1-ranking .tabs-ct .link-tabs-active .tabs-a-ct {
  background: #fff;
  color: #e10100;
}

.page-t1-ranking .content-t1-ranking .box-content {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.page-t1-ranking .content-t1-ranking .box-content .items {
  width:calc(100% / 3);
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.page-t1-ranking .battle-ranking .item {
    display: block;
  width: 100%;
 height: 100%;
  background: #fff;
  border: 0;
  border-radius: 10px;
  padding: 10px;
}


.page-t1-ranking .items .item .icon-ranking {
  position: relative;
  width: 35px;
  height: 35px;
  margin: -30px auto 5px;
}

.page-t1-ranking .items .item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 700;
}

.page-t1-ranking .title-t1-ranking {
  font-size: 22px;
  font-weight: 700;
  color: #0068c9;
  margin-bottom: 30px;
}

.page-t1-ranking .items .item .title-ranking {
  font-size: 11px;
  font-weight: 700;
}

.page-t1-ranking .items .item .detail-ranking {
  font-size: 12px;
}

.page-t1-ranking .list-t1-ranking {
  margin-bottom: 30px;
}

.page-t1-ranking .items .image-item {
  height: 70px;
  overflow: hidden;
  margin-bottom: 10px;
}

.color-fff600 {
  color: #fff600;
}

.color-ffe400 {
  color: #ffe400;
}

.bg-2ca2bb {
  background: #2ca2bb;
}

.box-info-note-t1-ranking {
  padding: 20px 10px;
  color: #fff;
}

.top-title,
.middle-title{
  font-size: 19px;
  font-weight: 700;
}

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

.top-title .left {
  margin-right: 3px;
}

.box-info-note-t1-ranking .top-title .left,
.box-info-note-t1-ranking .top-title .right {
  padding: 0 5px;
  border: 1px solid #fff;
  width: max-content;
}

.bottom-title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

.box-info-note-t1-ranking .right .mb-0-ct {
  margin-bottom: 0;
}

.box-info-note-t1-ranking .right {
  text-align: left;
  padding-left: 5px;
}

.page-t1-ranking #ranking {
  padding-bottom: 50px;
}

.page-t1-ranking .battle-ranking {
  padding: 1.5rem 10px;
}

.page-t1-ranking .battle-ranking .list-name-ranking li {
  background: transparent;
}

.page-t1-ranking .battle-ranking .content {
  padding: 0;
}

.page-t1-ranking .tab_content {
  padding: 0;
  border: 0;
}

.page-t1-ranking .info-note-t1-ranking {
  justify-content: center;
  align-items: center;
}

.box-info-note-t1-ranking > .left {
  margin-bottom: 20px;
}

.content-battle-t1-ranking {
  background: url("/common/design/user/img/t1-ranking/bg-banner-t1-ranking-sp.jpg") no-repeat;
  padding: 20px 0;
  background-size: cover;
}

.page-t1-ranking .container-battle-sp {
  max-width: 95%;
  margin: auto;
}
/*page t1 ranking*/

.sub-banner-link {
  margin: 10px 10px 20px;
}

.page-t1-ranking .nav-battle-t1-ranking ul .item-nav-ranking1 {
  width: calc(100% / 3);
}

.page-t1-ranking .nav-battle-t1-ranking ul .item-nav-ranking1 li {
  width: 100%;
  border-bottom: 0;
}

.page-t1-ranking .title-live {
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-bottom: 5px;
}

.page-t1-ranking .title-live h1 {
    font-weight: 700;
}

.page-t1-ranking .title-live .btn-live {
    background: #e10100;
    color: #fff;
    padding: 5px 20px 5px 15px;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 12px;
    position: relative;
}

.page-t1-ranking .title-live .btn-live:after {
    content: '';
    display: inline-block;
    border-left: 8px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.page-t1-ranking .sub-title-live {
    margin-bottom: 10px;
}

.page-t1-ranking .content-live {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.page-t1-ranking .content-live iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*uuum*/
.page-uuum .wrap-banner-uuum {
    position: relative;
}

.page-uuum .btn-uuum.blue {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#00b5e7,#00a0c6);
    color: #f6ff00;
    border-bottom: 3px solid #00647c;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    padding: 15px;
    max-width: 100%;
    margin: auto 10px;
    transition: all 0.3s ease;
}

.page-uuum .btn-uuum.blue:hover {
    border-bottom: 2px solid #00647c;
}

.page-uuum .btn-uuum.blue span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-uuum .btn-uuum.blue .text {
    margin-right: 15px;
}
.page-uuum .btn-uuum.blue .image {
    width: 20px;
}
.page-uuum .box-btn-uuum {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.page-uuum .nav-battle {
    background: #fff;
    margin: 0 8px;
}

.page-uuum .nav-battle ul {
    display: flex;
    flex-wrap: wrap;
    margin: 5px -8px 30px;
    padding: 0;
}

.page-uuum .nav-battle ul li {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
}

.page-uuum .nav-battle ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 7px;
}

.page-uuum .nav-battle ul li:before {
    content: unset;
}

.page-uuum .nav-battle ul li a:before {
    content: '';
    display: inline-block;
    border-top: 8px solid #e60012;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-right: 8px;
}

.page-uuum .grand-prix-overview {
    margin-left: 8px;
    margin-right: 8px;
}

.page-uuum .grand-prix-overview .title {
    font-size: 20px;
    line-height: 10px;
    margin-bottom: 15px;
}

.page-uuum .grand-prix-overview .time {
    font-size: 12px;
    margin-bottom: 15px;
}

.page-uuum .box-blue {
    margin-bottom: 40px;
}

.page-uuum .box-blue .items {
    margin-bottom: 10px;
}

.page-uuum .box-blue .items .item {
    display: flex;
    background: #ebf8ff;
    padding: 10px;
}

.page-uuum .box-blue .items .item .title {
    color: #0090db;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
}

.page-uuum .box-blue .items .item .content {
    margin-bottom: 10px;
}

.page-uuum .box-blue .items .item .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2099de;
    color: #fff;
    padding: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.page-uuum .participating-creators .box-content .bottom .btn.red a:hover,
.page-uuum .participating-creators .box-content .btn-tw a:hover,
.page-uuum .box-blue .items .item .btn:hover {
    box-shadow: 0 4px 11px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 4px 11px rgb(0 0 0 / 25%);
}

.page-uuum .box-blue .items .item .btn .text {
    font-size: 14px;
    line-height: 18px;
    margin-right: 10px;
}

.page-uuum .box-blue .items .item .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-uuum .box-blue .items .item .btn .image {
    max-width: 15px;
    padding: 0 !important;
}

.page-uuum .box-blue .items .item .image {
    width: 30%;
    padding: 0 15px;
}

.page-uuum .box-blue .items:nth-child(2) .item .image {
    padding: 0 20px;
}

.page-uuum .box-blue .items .item .box-content {
    width: 70%;
    text-align: left;
}

.page-uuum .grand-prix-overview .box-red {
    background: #d4001e;
    padding: 20px 10px 10px;
    margin-bottom: 50px;
}

.page-uuum .grand-prix-overview .box-red .box-title {
    position: relative;
    width: max-content;
    margin-bottom: 20px;
}

.page-uuum .grand-prix-overview .box-red .box-title .image {
    position: absolute;
    top: -30px;
    right: -95px;
    width: 80px;
}

.page-uuum .grand-prix-overview .box-red .title {
    color: #ffde00;
    font-size: 25px;
    line-height: 15px;
}

.page-uuum .grand-prix-overview .box-red .sub-title {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

.page-uuum .grand-prix-overview .box-red .box .item {
    background: url('/common/design/user/img/uuum/grand-prix-box-bg.jpg') no-repeat;
    background-size: cover;
    padding: 10px;
}

.page-uuum .grand-prix-overview .box-red .box .top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c8a94a;
}

.page-uuum .grand-prix-overview .box-red .box .bottom {
    border-top: 1px solid #fff;
    padding-top: 10px;
    text-align: left;
    font-size: 13px;
}

.page-uuum .grand-prix-overview .box-red .box .title {
    font-size: 35px;
    color: #202020;
}

.page-uuum .grand-prix-overview .box-red .box .sub-title {
    color: #202020;
    margin-bottom: 1rem;
    font-size: 13px;
}

.page-uuum .grand-prix-overview .box-red .box-2 {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
}

.page-uuum .grand-prix-overview .box-red .box-2 .items {
    margin: 0 10px 10px;
}

.color-d4001e {
    color: #d4001e !important;
}

.page-uuum .grand-prix-overview .box-red .box-2 .top {
    padding-bottom: 5px;
}

.page-uuum .grand-prix-overview .box-red .box-2 .top .image {
    width: 20%;
}

.page-uuum .grand-prix-overview .box-red .box-2 .top .box-title {
    text-align: left;
    width: 80%;
    margin-bottom: 0;
    padding-left: 10px;
}

.page-uuum .grand-prix-overview .box-red .box-2 .yen {
    font-size: 25px;
}

.page-uuum .grand-prix-overview .box-red .box-1 .item {
    text-align: left;
}

.page-uuum .grand-prix-overview .box-red .box-1 .top {
    padding-bottom: 10px;
}

.page-uuum .grand-prix-overview .box-red .box-1 .top .box-title {
    flex-direction: column;
    width: 80%;
    margin-bottom: 5px;
}

.page-uuum .grand-prix-overview .box-red .box-1 .top .image {
    width: 20%;
    margin-right: 10px;
}

.page-uuum .grand-prix-overview .box-red .box-1 .top .image .item-image {
    padding-left: 10px;
}

.page-uuum .grand-prix-overview .box-red .box-1 .top .title {
    margin-bottom: 0;
    font-size: 21px;
}

.page-uuum .grand-prix-overview .box-red .box-1 .top .sub-title {
    margin-bottom: 10px;
}

.page-uuum .grand-prix-overview .box-red .box-1 .bottom .number {
    font-size: 18px;
    line-height: 15px;
    color: #fff;
    width: 30px;
    height: 30px;
    background: linear-gradient(
        45deg
        , #050506, #414549);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.page-uuum .grand-prix-overview .box-red .box-1 .bottom ul li {
    padding-top: 10px;
}

.page-uuum .grand-prix-overview .box-red .box-1 .bottom ul li .items {
    display: flex;
}

.page-uuum .grand-prix-overview .box-red .box-1 .bottom ul li .items .box-content {
    flex: 1;
    padding-left: 10px;
}

.page-uuum .grand-prix-overview .box-red .box-1 .bottom ul li .title {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 5px;
}

.page-uuum .participating-creators {
    margin-bottom: 25px;
    margin-right: 8px;
    margin-left: 8px;
}

.page-uuum .participating-creators .box-content {
    border: 2px solid #ebebeb;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
}
.page-uuum .participating-creators .box-content-4 .top .image {
    max-width: 250px;
    margin: auto;
}
.page-uuum .participating-creators .box-content:last-child {
    margin-bottom: 0;
}

.page-uuum .participating-creators .box-content .title {
    font-size: 28px;
}

.page-uuum .participating-creators .box-content .top {
    padding-bottom: 10px;
}

.page-uuum .participating-creators .box-content .top .item .content {
    margin-bottom: 15px;
}

.page-uuum .participating-creators .box-content .box-tw {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.page-uuum .participating-creators .box-content .btn-tw a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: #1da1f2;
    border-radius: 4px;
    width: 135px;
    transition: all 0.2s ease;
}

.page-uuum .participating-creators .box-content .btn-tw a span {
    display: flex;
    align-items: center;
    color: #fff;
}

.page-uuum .participating-creators .box-content .btn-tw a .image-tw {
    max-width: 15px;
}

.page-uuum .participating-creators .box-content .btn-tw a .text {
    margin-left: 5px;
}

.page-uuum .participating-creators .box-content .items.bottom .item {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 10px;
}

.page-uuum .participating-creators .box-content .items.bottom .item .title {
    font-size: 12px;
    text-align: center;
}

.page-uuum .participating-creators .box-content .bottom .left,
.page-uuum .participating-creators .box-content .bottom .right {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
}

.page-uuum .participating-creators .box-content .bottom .left .image {
    padding: 15px;
    background: #f0f0f0;
}

.page-uuum .participating-creators .box-content .bottom .title {
    margin-bottom: 0;
    font-size: 16px;
}

.page-uuum .participating-creators .box-content .bottom .price {
    color: #858585;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
}

.page-uuum .participating-creators .box-content .bottom .content {
    margin-bottom: 15px;
}

.page-uuum .participating-creators .box-content .bottom .btn.red a {
    background: #bf0404;
    color: #fff;
    width: 100%;
    padding: 12px;
    display: block;
    text-align: center;
    font-size: 14px;
    transition: all 0.2s ease;
}

.page-uuum .ranking-uuum {
    margin: 0 18px;
}

.page-uuum .ranking-uuum .battle-ranking {
    padding: 0;
}

.page-uuum .ranking-uuum .title {
    color: #000;
}

.page-uuum .ranking-uuum .battle-ranking {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px;
}

.page-uuum .ranking-uuum .battle-ranking .text-special-ranking:before,
.page-uuum .ranking-uuum .battle-ranking .text-special-ranking:after {
    border-top: 28px solid #fff;
}

.page-uuum .ranking-uuum .battle-ranking .note {
    margin-bottom: 15px;
    border-radius: 5px;
}

.page-uuum .ranking-uuum .battle-ranking .table-ranking {
    flex-wrap: wrap;
    background: #dff7ff;
    padding: 10px;
}

.page-uuum .ranking-uuum .battle-ranking .table-ranking .item .content {
    padding: 0;
}

.page-uuum .ranking-uuum .battle-ranking .item-link-ranking .tabs-table-link {
    width: 100px;
    margin: auto;
    padding: 5px;
}

.page-uuum .ranking-uuum .battle-ranking .table-ranking .table-scroll {
    padding: 10px;
    background: #fff;
}

.page-uuum .ranking-uuum .battle-ranking .table-ranking .btn.blue {
    width: 100%;
}

.page-uuum .ranking-uuum .battle-ranking .table-ranking .btn.blue a,
.page-uuum .ranking-uuum .battle-ranking .table-ranking .btn.blue button
{
    background: #2099de;
    width: 200px;
    color: #fff;
    padding: 15px;
    display: block;
    margin: 10px auto;
    cursor: pointer;
    border: none;
}

.page-uuum .tab-uuum {
    margin: 0 10px 50px;
}

.page-uuum .tab-uuum .tabs-ct {
    justify-content: center;
    margin-bottom: 30px;
    margin-left: -5px;
    margin-right: -5px;
}

.page-uuum .tab-uuum .tabs-ct li {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
}

.page-uuum .tab-uuum .tabs-ct .tabs-a-ct {
    position: relative;
    border: 1px solid #d5d5d5;
    border-radius: 30px;
    margin-right: 15px;
    font-size: 10px;
    padding: 5px;
    width: 100%;
    height: auto;
    background: #fff;
}

.page-uuum .tab-uuum .tabs-ct a.active .tabs-a-ct:after {
    content: '';
    border-top: 5px solid #3e3e3e;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.page-uuum .tab-uuum .tabs-ct a.active .tabs-a-ct {
    background: #3e3e3e;
    color: #fff;
    border: 1px solid #3e3e3e;
}

.page-uuum .tab-uuum .box-item .item-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 30px;
}

.page-uuum .tab-uuum .box-item .item {
    width: 25%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.page-uuum .tab-uuum .box-item .item .image {
    background: #f0f0f0;
    padding: 15px 10px;
}

.page-uuum .tab-uuum .btn a, .page-uuum .tab-uuum .btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #303030;
    width: 250px;
    margin: 10px auto auto;
    padding: 10px;
    background: #fff;
    color: #303030;
    font-size: 15px;
    border-radius: 3px;
}

.page-uuum .tab-uuum .btn a span, .page-uuum .tab-uuum .btn button span {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.page-uuum .tab-uuum .btn a .image, .page-uuum .tab-uuum .btn button .image {
    width: 18px;
}

.page-uuum .box-support-message {
    background: #ecf9fd;
    padding: 20px 0;
}

.page-uuum #timer {
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-uuum .title-timer {
  font-weight: 700;
  font-size: 16px;
  color: #0090db;
  background: #ebf8ff;
  border-radius: 50px;
  width: max-content;
  margin: 0 auto 10px;
  padding: 5px 20px;
  position: relative;
}

.page-uuum .title-timer:after {
  content: '';
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}

.page-uuum .grand-prix-overview .box-red .box .bottom .text-note {
  font-size: 10px;
  display: block;
  margin-top: 5px;
}
/*end uuum*/
/*kurokora*/
.color-fff600 {
    color: #fff600 !important;
}

.color-ec0000 {
    color: #ec0000 !important;
}

.text-center-ct {
    text-align: center !important;
}

.page-kurokora {
    background: #1b1b1b;
    color: #fff;
    font-size: 14px;
}

.page-kurokora .wrapper-content {
    padding: 20px 10px 0;
}

.page-kurokora .content-battle-t1-ranking {
    background: unset;
    padding: 0;
    position: relative;
}

.page-kurokora .content-battle-t1-ranking .text {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff;
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    transform: rotate(
        355deg
    );
}

.page-kurokora .nav-battle-t1-ranking {
    background: transparent;
}

.page-kurokora .nav-battle-t1-ranking ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.page-kurokora .nav-battle-t1-ranking ul li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    border: 1px solid #bdbdbd;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 3px;
    padding: 10px 2px 10px 5px;
    text-align: left;
    font-weight: 700;
}

.page-kurokora .nav-battle-t1-ranking ul li:nth-child(2n) {
    margin-right: 0;
}

.page-kurokora .nav-battle-t1-ranking ul li:before {
    content: '';
    display: inline-block;
    border-top: 7px solid #e60012;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-right: 5px;
    margin-bottom: 2px;
}

.page-kurokora .wrapper-content h2 {
    background: #ec0000;
    font-size: 18px;
    padding: 15px 5px;
    margin-bottom: 20px;
}

.page-kurokora .wrapper-content p {
    text-align: left;
}

.page-kurokora .sub-note {
    margin-bottom: 20px;
}

.page-kurokora .box-overview-grad .items {
    margin-bottom: 15px;
}

.page-kurokora .box-overview-grad .items div.image {
    display: flex;
    max-width: 300px;
    margin: auto;
}

.page-kurokora .box-overview-grad .items-1 div.image {
    max-width: 160px;
}

.page-kurokora .box-overview-grad .item {
    border: 1px solid #fff;
    background: #172332;
    padding: 20px 10px;
}

.page-kurokora .box-overview-grad .item h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-kurokora .box-overview-grad .item h3 .image {
    width: 35px;
    margin-right: 10px;
}

.page-kurokora .box-overview-grad .item h3 .title {
    margin-bottom: 8px;
    margin-right: 10px;
}

.page-kurokora .box-overview-grad .btn-overview {
    display: flex;
    background: #fff000;
    color: #000;
    justify-content: center;
    align-items: center;
    max-width: 240px;
    margin: 0 auto 20px;
    padding: 12px;
    border: 0;
}

.page-kurokora .box-overview-grad .btn-overview .icon-battle {
    max-width: 15px;
    margin-left: 5px;
    display: flex;
    align-items: center
}

.page-kurokora .box-overview-grad .text-note {
    text-align: center;
}

.page-kurokora .box-overview-grad {
    margin-bottom: 50px;
}

.page-kurokora .box-overview-grad .link-in-text {
    font-size: 14px;
}

.page-kurokora .box-overview-grad .link-in-text a {
    text-decoration: underline;
}

.page-kurokora .them-photo {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px;
}

.page-kurokora .them-photo .items {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.page-kurokora .them-photo .item .image {
    margin-bottom: 5px;
    display: flex;
}

.page-kurokora .them-photo .item a {
    display: flex;
    background: #fff000;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px;
}

.page-kurokora .btn-download a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #454545;
    color: #fff;
    width: 235px;
    margin: 0 auto 10px;
    padding: 10px;
    position: relative;
}

.page-kurokora .btn-download a .image {
    display: flex;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 21px;
}

.page-kurokora .slick-collage {
    margin-bottom: 70px;
}

.page-kurokora .slick-collage .title {
    font-size: 14px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    max-width: 240px;
    margin: 0 auto 30px;
    padding: 13px;
    position: relative;
}

.page-kurokora .slick-collage .title:after {
    content: "";
    display: block;
    border-top: 10px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.page-kurokora .slick-collage .slick-dots li {
    margin: 0 3px;
}

.page-kurokora .slick-collage .slick-dots li,
.page-kurokora .slick-collage .slick-dots li button {
    width: 10px;
}

.page-kurokora .slick-collage .slick-dots li button:before {
    width: 10px;
    font-size: 8px;
    color: #e2e2e2;
    opacity: 1;
}

.page-kurokora .slick-collage .slick-dots li.slick-active button:before {
    color: #343434;
    opacity: 1;
}

.page-kurokora .box-note-marquee {
    border: 1px solid;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.page-kurokora .battle-ranking .note {
    margin-bottom: 0;
    font-size: 10px;
}

.page-kurokora .battle-ranking .text-special-ranking {
    display: flex;
    margin-bottom: -4px;
    border-top: 1px solid #fff;
    justify-content: center;
}

.page-kurokora .battle-ranking .text-special-ranking {
    max-width: 190px;
}

.page-kurokora .battle-ranking .text-special-ranking:before,
.page-kurokora .battle-ranking .text-special-ranking:after {
    content: unset;
}

.page-kurokora .battle-ranking .text-special-ranking .left,
.page-kurokora .battle-ranking .text-special-ranking .right {
    position: relative;
}

.page-kurokora .battle-ranking .text-special-ranking .left:before,
.page-kurokora .battle-ranking .text-special-ranking .right:before {
    content: "";
    display: block;
    border-top: 28px solid #fff;
}

.page-kurokora .battle-ranking .text-special-ranking .left:before {
    border-right: 28px solid transparent;
}

.page-kurokora .battle-ranking .text-special-ranking .right:before {
    border-left: 28px solid transparent;
}

.page-kurokora .battle-ranking .text-special-ranking .left:after,
.page-kurokora .battle-ranking .text-special-ranking .right:after {
    content: "";
    display: block;
    border-top: 30px solid #1b1b1b;
    position: absolute;
    top: -2px;
}

.page-kurokora .battle-ranking .text-special-ranking .left:after {
    border-right: 28px solid transparent;
    border-top: 29px solid #1b1b1b;
}

.page-kurokora .battle-ranking .text-special-ranking .right:after {
    border-left: 29px solid transparent;
    right: -1px;
}

.page-kurokora .battle-ranking .text-special-ranking .box-left {
    position: absolute;
    left: 0;
    top: 0;
}

.page-kurokora .battle-ranking .text-special-ranking .box-right {
    position: absolute;
    right: 0;
    top: 0;
}

.page-kurokora .table-ranking .tab_content {
    background: #343434;
}

.page-kurokora .table-ranking .table-scroll th,
.page-kurokora .table-ranking .table-scroll td {
    background: transparent;
}

.page-kurokora .table-ranking .table-scroll td {
    border-bottom: 1px dashed #c8c8c8;
}

.page-kurokora .table-ranking table a,
.page-kurokora .table-ranking table a:link {
    color: #fff;
}

.page-kurokora .post-design {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
}

.page-kurokora .tab-uuum .post-design .box-item .item {
    width: calc(100% / 3);
    padding-left: 5px;
    padding-right: 5px;
}

.page-kurokora .box-post-design .btn-post-design a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #9a9a9a;
    padding: 12px;
    max-width: 240px;
    margin:0 auto 30px;
    font-size: 15px;
    color: #9a9a9a;
    position: relative;
}

.page-kurokora .box-post-design .btn-post-design a .image {
    max-width: 15px;
    position: absolute;
    right: 10px;
    display: flex;
}

.page-kurokora .please-note {
    background: #fff;
    margin-left: -10px;
    margin-right: -10px;
    color: #000;
    padding: 10px 10px 50px;
}

.page-kurokora .please-note h2 {
    color: #000;
    background: transparent;
    margin-bottom: 0;
}

.page-kurokora .please-note ul li {
    display: flex;
}

.page-kurokora .box-overview-grad .two-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.page-kurokora .box-overview-grad .two-item .items {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.page-kurokora .box-overview-grad .two-item .item {
    border: 0;
    background: #000;
    padding: 0 15px 15px;
}

.page-kurokora .box-overview-grad .two-item .item .title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: max-content;
    margin: auto;
    padding: 3px 15px;
    background-size: 100%;
    font-size: 16px;
}

.page-kurokora .box-overview-grad .two-item .item .title span {
    font-size: 12px;
    line-height: 22px;
}

.page-kurokora .box-overview-grad .two-item .items-1 .title {
    background: url("/common/design/user/img/kurokora/bg-img-yellow.jpg") repeat-x;
    background-size: contain;
}

.page-kurokora .box-overview-grad .two-item .items-2 .title {
    background: url("/common/design/user/img/kurokora/bg-img-gray.jpg") repeat-x;
    background-size: contain;
}

.page-kurokora .box-overview-grad .two-item .items-3 .title {
    background: url("/common/design/user/img/kurokora/bg-img-brown.jpg") repeat-x;
    background-size: contain;
}

.page-kurokora .box-overview-grad .two-item .items-4 .title {
    background: url("/common/design/user/img/kurokora/bg-img-blue.jpg") repeat-x;
    background-size: contain;
}

.page-kurokora .box-overview-grad .two-item .item .btn {
    margin-top: 10px;
    border-radius: 3px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
}

.page-kurokora .box-overview-grad .two-item .item .btn-1 {
    background: #ff9c00;
}

.page-kurokora .box-overview-grad .two-item .item .btn-2 {
    background: #2261c0;
}

.page-kurokora .box-overview-grad .two-item .item .btn-3 {
    background: #d00018;
    font-size: 15px;
    align-items: flex-end;
    padding-bottom: 10px;
}

.page-kurokora .box-overview-grad .two-item .item .btn-3 .number {
    font-size: 30px;
    line-height: 30px;
}

.page-kurokora .box-overview-grad .items .item-image-artist {
    position: relative;
}

.page-kurokora .box-overview-grad .items .item-image-artist div.image {
    position: absolute;
    max-width: 190px;
    max-height: 150px;
    right: 0;
    bottom: -20px;
}

.page-kurokora .box-overview-grad .items .item-image-artist .content h3 {
    justify-content: flex-start;
}

.page-kurokora .box-overview-grad .items .item-image-artist .btn {
    margin-top: 10px;
    border-radius: 3px;
    width: 130px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-kurokora .box-overview-grad .items .item-image-artist .btn-1 {
    background: #ff9c00;
}

.page-kurokora .box-overview-grad .items .item-image-artist .btn-2 {
    background: #59a400;
}

.page-kurokora .box-overview-grad .items .item-image-artist .btn-3 {
    background: #d00018;
    font-size: 15px;
    align-items: flex-end;
    padding-bottom: 8px;
}

.page-kurokora .box-overview-grad .items .item-image-artist .btn-3 .number {
    font-size: 30px;
    line-height: 30px;
}

.page-kurokora .box-overview-grad .items .item-image-artist .content .box-text {
    margin-right: 20px;
}


.page-kurokora .them-photo .item .image {
    margin-bottom: 10px;
    display: flex;
    height: 150px;
    position: relative;
}

.page-kurokora .them-photo .item .image:after {
    content: "";
    display: block;
    background: url(/common/design/user/img/kurokora/zoom.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: auto;
    right: 5px;
}

.page-kurokora .them-photo .item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.page-kurokora .them-photo .item a span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d3033a;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
}

.page-kurokora .them-photo .item a span i {
    margin-left: 1px;
    margin-top: 2px;
    font-size: 10px;
    line-height: 12px;
    height: 15px;
    display: flex;
    align-items: center;
}

.page-kurokora .them-photo .item a span .fa-chevron-right:before {
    color: #fff000;
}

.page-kurokora .mv_slide_selector.slick-initialized .slick-slide {
    height: 200px !important;
}

.page-kurokora .mv_slide_selector .slick-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.page-kurokora h2.title-slick-collage {
    background: transparent;
    margin-bottom: 35px;
}

.page-kurokora .them-photo .item a.image {
    background: transparent;
}

.page-kurokora .content-battle-t1-ranking h1.text span {
    color: #da0101;
}

.page-kurokora .box-overview-grad-text p a {
    color: #d60505;
    position: relative;
    text-decoration: underline;
    text-decoration-color: #ffdf05;
}

.page-kurokora .battle-ranking {
    padding: 0;
    margin-bottom: 50px;
}

.page-kurokora .wrap-youtube {
    margin-bottom: 50px;
}

.page-kurokora .wrap-youtube .two-item {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
}

.page-kurokora .wrap-youtube .two-item .items {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

.page-kurokora .wrap-youtube .two-item .items .item .title {
    font-size: 12px;
    margin-bottom: 10px;
}

.page-kurokora .wrap-youtube .two-item .items .item .content .image {
    background: #f0f0f0;
    height: 235px;
    margin-bottom: 10px;
    position: relative;
}


.page-kurokora .wrap-youtube .two-item .items .item .content .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.page-kurokora .wrap-youtube .two-item .items .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    background: #fff000;
}

.page-kurokora .wrap-youtube .two-item .items .item a .image {
    display: flex;
    align-items: center;
    margin-left: 5px;
    max-width: 15px;
}

.page-kurokora .wrap-youtube.wrap-youtube-custom .two-item .items .item .title {
    font-size: 11px;
}
/*end kurokora*/
/*start result announcement*/
.result-announcement .box-title {
    background: url("/common/design/user/img/kurokora/bg-result-announ.png") no-repeat;
    background-size: cover;
    background-position-y: top;
    margin-bottom: 30px;
    padding: 10px 0;
}

.result-announcement .box-title h3 {
    font-size: 20px;
    line-height: 30px;
    text-shadow: #9d0006 0px 0px 5px, #9d0006 0px 0px 10px, #9d0006 0px 0px 15px, #9d0006 0px 0px 20px, #9d0006 0px 0px 30px, #9d0006 0px 0px 40px, #9d0006 0px 0px 50px, #9d0006 0px 0px 75px;
    color: #ffdc00;
    margin-bottom: 5px;
    font-weight: 600;
}

.result-announcement .box-title p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
}

.result-announcement .list-item li {
    margin-bottom: 15px;
}

.result-announcement .image-icon-no {
    max-width: 45px;
    margin: -2.5rem auto 8px;
}

.result-announcement .list-item-before li {
    margin-bottom: 50px;
}

.result-announcement .list-item-before .bottom {
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
}

.result-announcement .list-item-before .bottom .box-image {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

.result-announcement .list-item-before .bottom .info {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

.result-announcement .list-item .item {
    background: #0f0f0f;
    padding: 20px 10px;
}

.result-announcement .list-item .name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

.result-announcement .list-item .line {
    height: 1px;
    background: #292929;
    margin-bottom: 15px;
}

.result-announcement .list-item .item .bottom .image {
    margin-bottom: 15px;
}

.result-announcement .list-item .item .bottom .image-item {
    height: 150px;
    position: relative;
}

.result-announcement .list-item .item .bottom .image-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    -o-object-fit: contain;
}

.result-announcement .list-item .item .bottom p {
    font-size: 14px;
    line-height: 26px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.result-announcement .list-item .info .item-get {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.result-announcement .list-item .info .item-get .image {
    display: flex;
    max-width: 30px;
    margin-right: 10px;
    margin-bottom: 0;
}

.result-announcement .list-item .info .item-get .text {
    flex: 1;
    text-align: left;
}

.result-announcement .list-item .info .item-get-1 {
    background: #ff9c00;
}

.result-announcement .list-item .info .item-get-2 {
    background: #2261c0;
}

.result-announcement .list-item .info .item-get-3 {
    background: #d00018;
}

.result-announcement .list-item .info .item-get-3 .text {
    font-size: 16px;
    line-height: 28px;
}

.result-announcement .list-item .info .item-get-3 {
    align-items: flex-start;
    padding: 7px 10px 5px;
}

.result-announcement .list-item .info .item-get-3 .text span {
    font-size: 30px;
    line-height: 30px;
}

.result-announcement .list-item-after {
    margin-top: -35px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.result-announcement .list-item-after li {
    width: 100%;
    margin-bottom: 10px;
}

.result-announcement .list-item-after .item {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 26px;
    padding: 10px;
}

.result-announcement .list-item-after .item .left {
    display: flex;
    align-items: center;
}

.result-announcement .list-item-after .name {
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 14px;
}

.result-announcement .list-item-after .item .ranking-number {
    color: #ffe774;
    margin-right: 10px;
}

.result-announcement .list-item-after .item .text span {
    color: #ae0316;
}

.result-announcement .item-get-no-one {
    margin-bottom: 50px;
}

.result-announcement .item-get-no-one .item {
    display: flex;
    margin: auto -5px;
    justify-content: space-around;
}

.result-announcement .item-get-no-one .item .box-image,
.result-announcement .item-get-no-one .info {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

.result-announcement .item-get-no-one .item .box-image .image {
    position: relative;
    height: 150px;
    margin-bottom: 10px;
}

.result-announcement .item-get-no-one .item .box-image .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    -o-object-fit: contain;
}

.result-announcement .item-get-no-one .item .box-image p {
    text-align: center;
}

.result-announcement .item-get-no-one .info .line {
    margin-bottom: 25px;
}

.result-announcement .item-get-no-one .info .item-get-2 {
    background: #59a400;
}
/*end result announcement*/
/*page vleague*/
.page-vleague .banner {
    background: url("/common/design/user/img/vleague/bg_banner.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 10px 20px;
}

.page-vleague .box-no-1 {
    background: url("/common/design/user/img/vleague/bg-item-banner-sp.png") no-repeat;
    background-size: 100%;
    background-position: center;
    color: #fff;
    max-width: 830px;
    margin: -15px auto 0;
    position: relative;
}

.page-vleague .box-no-1 .content {
    padding: 25px;
}

.page-vleague .box-no-1 p {
    margin-bottom: 0;
}

.page-vleague .box-no-1 h2 {
    color: #fff100;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

.page-vleague .box-no-1 h2 span {
    font-size: 18px;
    font-weight: 600;
}

.page-vleague .box-no-1 p {
    font-size: 10px;
    line-height: 14px;
}

.page-vleague .grand-prix-overview {
    background: rgba(0, 0, 0, .8);
    width: max-content;
    display: flex;
    align-items: center;
    padding: 8px 35px;
    margin: 10px auto;
    color: #fff;
}

.page-vleague p {
    margin-bottom: 0;
}
.page-vleague .grand-prix-overview .text {
    font-size: 12px;
    margin-right: 10px;
}

.page-vleague .grand-prix-overview .hour {
    font-size: 20px;
    font-weight: 600;
}

.page-vleague .nav-battle {
    background: #014190;
}

.page-vleague .nav-battle li {
    background: #fff;
    border-radius: 8px;
    padding: 5px 10px 15px;
    width: 24%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.page-vleague .nav-battle ul li:before {
    position: absolute;
    bottom: 8px;
    border-top: 7px solid #e60012;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page-vleague .nav-battle a {
    color: #014190;
    display: inline-block;
    width: 100%;
    font-size: 10px;
    text-align: center;
}

.page-vleague .nav-battle ul {
    padding: 0.5rem 1rem;
}

.page-vleague .page-t1-ranking .nav-battle ul li:first-child {
    width: 24%;
}

.bg-fdd000 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    background: #fdd000;
    padding: 10px;
    margin-bottom: 30px;
}

.page-vleague .banner img {
    max-width: 85%;
}

.page-vleague .text-info-noti {
    margin-bottom: 30px;
}

.page-vleague .special-collaboration h3 {
    color: #fdd000;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}

.page-vleague .special-collaboration .box-title {
    background: #014190;
    padding: 10px;
    margin-bottom: 20px;
}

.page-vleague .special-collaboration .box-title p {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.page-vleague .special-collaboration .box-item {
    background: #fff7de;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.page-vleague .special-collaboration .list-image {
    display: flex;
}

.page-vleague .special-collaboration .list-image img {
    width: calc(50% - 10px);
    margin-left: 20px;
}

.page-vleague .special-collaboration .list-image img:first-child {
    margin-left: 0;
}

.page-vleague .special-collaboration .box-item h4 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
}

.page-vleague .special-collaboration .box-item p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
}

.page-vleague .special-collaboration .box-item .box-item__span--color {
    color: #e8232c;
}

.page-vleague .box-speaker {
    margin-bottom: 50px;
}

.page-vleague .box-speaker .icon-speaker {
    max-width: 80px;
    margin-bottom: 10px;
}

.page-vleague .box-speaker .note {
    color: #f8b62d;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 30px;
    max-width: max-content;
    border: 2px solid #fdd000;
    border-radius: 100px;
    margin: 0 auto 20px;
}

.page-vleague .box-speaker .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.page-vleague .box-speaker .box .items {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.page-vleague .box-speaker .box img {
    max-width: 100px;
    height: 100px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 15px;
}

.page-vleague .box-speaker .box h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}

.page-vleague .box-speaker .box p {
    text-align: left;
}

.page-vleague .box-speaker .box .item {
    display: flex;
    -webkit-box-shadow: 0 3px 15px -2px rgba(0, 0, 0, .8);
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, .8);
    padding: 20px 10px;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}

.page-vleague .change-to-win {
    background: #fcff00;
    padding: 50px 20px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.page-vleague .change-to-win .box-image {
    position: relative;
}

.page-vleague .change-to-win .icon-box {
    max-width: 35px;
    position: absolute;
    top: 80px;
    left: 25%;
}

.page-vleague .change-to-win h3 {
    font-size: 16px;
    line-height: 22px;
    color: #d6000f;
    font-weight: 500;
    margin-top: -80px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

.page-vleague .change-to-win h3 span {
    font-size: 14px;
    background: #d6000f;
    color: #fff;
    width: max-content;
    padding: 10px 15px;
    border-radius: 50%;
    display: block;
    position: relative;
    margin-bottom: 20px;
    margin-left: -10px;
}

.page-vleague .change-to-win h3 span:after {
    content: '';
    border-top: 15px solid #d6000f;
    border-left: 2px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: rotate(325deg);
}

.page-vleague .change-to-win .text {
    margin-right: 20px;
    width: calc(75% - 20px);
}

.page-vleague .change-to-win .box-image {
    width: 25%;
}

.page-vleague .change-to-win .text p {
    text-align: left;
    margin-bottom: 10px;
}

.page-vleague .change-to-win .text .note {
    color: #000;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}

.page-vleague .box-content-to-win {
    display: flex;
    flex-wrap: wrap;
}

.page-vleague .box-content-to-win .content-bottom {
    width: 100%;
    text-align: left;
}

.page-vleague .content-bottom .note {
    color: #333;
}

.page-vleague .item-people {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}

.page-vleague .item-people .items {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.page-vleague .item-people .item {
    background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}

.page-vleague .item-people .text {
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
}

.page-vleague .item-people .text .text-sub {
    background: #000;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    padding: 3px;
    text-align: center;
    border-radius: 3px;
}

.page-vleague .item-people .text .number {
    font-size: 64px;
}

.page-vleague .box-btn {
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
    max-width: 300px;
}

.page-vleague .box-btn .btn-vleague {
    display: flex;
    align-items: center;
    background: #014190;
    border-radius: 50px;
    color: #fff;
    padding: 15px;
    width: 385px;
    justify-content: center;
    position: relative;
}

.page-vleague .box-btn .btn-vleague img {
    max-width: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.page-vleague .list-logo {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 30px;
}

.page-vleague .list-logo .items {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
    width: 20%;
}


.page-vleague .tabs-ct {
    justify-content: center;
    margin-left: -8px;
    margin-right: -8px;
}

.page-vleague .tabs-ct li {
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
    max-width: 400px;
}

.page-vleague .tabs-ct .tabs-a-ct {
    font-size: 20px;
    line-height: 42px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    border: 2px solid #eee;
}

.page-vleague .tabs-ct a.active .tabs-a-ct {
    background: #eee;
    color: #000;
    border: 1px solid #dcdcdc;
}

.page-vleague .tabs-ct .tabs-a-ct img {
    max-width: 90px;
}

.tab-uuum .box-item {
    border: 1px solid #cecece;
    padding: 20px;
}

.page-vleague .list-logo .item {
    border: 1px solid #cecece;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
}

.page-vleague .list-logo img {
    max-width: 60%;
}

.page-vleague .slide-with-dots .item .top {
    display: flex;
    justify-content: center;
    margin: 0 auto 50px;
}

.page-vleague .slide-with-dots .item .right {
    max-width: 323px;
    flex-shrink: 0;
    margin-left: 30px;
}

.page-vleague .slide-with-dots .item .right a {
    display: block;
}

.page-vleague .slide-with-dots .top .left .image-logo {
    max-width: 200px;
    margin: 0 auto 15px;
}

.page-vleague .slide-with-dots .top .name-item {
    font-weight: 500;
    margin-bottom: 10px;
}

.page-vleague .slide-with-dots .top .btn-link {
    display: flex;
}

.page-vleague .slide-with-dots .top .btn-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    width: 200px;
}

.page-vleague .slide-with-dots .top .btn-link a:first-child {
    margin-right: 15px;
    margin-bottom: 0;
    line-height: 25px;
}

.page-vleague .slide-with-dots .top .btn-link .btn-red {
    background: #e60012;
}

.page-vleague .slide-with-dots .top .btn-link .btn-blue {
    background: #00aeff;
}

.page-vleague .slide-with-dots .top .btn-link img {
    max-width: 20px;
    margin-left: 10px;
}

.page-vleague .slide-with-dots .bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-left: -5px;
    margin-right: -5px;
}

.page-vleague .slide-with-dots .bottom ul li {
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
}

.page-vleague .slide-with-dots .item-list {
    background: #ebebeb;
    position: relative;
    padding: 10px;
    height: 100%;
}

.page-vleague .slide-with-dots .item-list .image {
    background: #ebebeb;
    margin-bottom: 15px;
    position: relative;
    height: 100px;
}

.page-vleague .slide-with-dots .item-list .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

.page-vleague .slide-with-dots .item-list img {
    margin: auto;
}

.page-vleague .slide-with-dots .sub-name {
    margin-bottom: 20px;
}

.page-vleague .slide-with-dots .number-position {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.page-vleague .slide-with-dots .number-position .text {
    width: 95px;
    flex-shrink: 0;
    background: #6e6e6e;
    color: #fff;
    padding: 3px;
    font-size: 15px;
    border-radius: 8px;
    margin-bottom: 3px;
}

.page-vleague .slide-with-dots {
    margin-bottom: 0;
}

.page-vleague .slide-with-dots .slick-next:before,
.page-vleague .slide-with-dots .slick-prev:before {
    color: #000;
    font-size: 26px;
}

.page-vleague .tab-uuum {
    margin-bottom: 120px;
}

.page-vleague .image-user {
    max-width: 150px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.page-vleague .product-description .content {
    display: flex;
    border: 2px solid #e3e3e3;
    padding: 30px;
    margin-bottom: 80px;
}

.page-vleague .product-description .image .name {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.page-vleague .product-description .image {
    width: 300px;
    flex-shrink: 0;
    margin-right: 50px;
}

.page-vleague .product-description .text {
    text-align: left;
    flex: 1;
}

.page-vleague .box-content {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px;
}

.page-vleague .box-content-2 {
    flex-direction: column;
    align-items: flex-start;
}

.page-vleague .box-content-2 p {
    margin-bottom: 15px;
}

.page-vleague .price-total .item {
    display: flex;
    width: max-content;
}

.page-vleague .price-total .text {
    width: 145px;
    flex-shrink: 0;
    flex: unset;
    display: flex;
    justify-content: space-between;
}

.page-vleague .price-total .item .number {
    flex: 1;
    color: #d50000;
    font-weight: 600;
}

.page-vleague .support-tweet .wallopclothing-twitter > p {
    margin-bottom: 20px;
}

.page-vleague .wallopclothing-twitter-top {
    width: 100%;
    margin-bottom: 30px;
}

.page-vleague .wallopclothing-twitter-top p {
    font-size: 16px;
}

.page-vleague .wallopclothing-twitter-top .num {
    background: #000;
    flex-shrink: 0;
}
.page-vleague .wallopclothing-twitter-content-left-1 {
    text-align: left;
}

.page-vleague .battle-ranking .text-special-ranking:before,
.page-vleague .battle-ranking .text-special-ranking:after {
    border-top: 35px solid #fff;
}

.page-vleague .tabs__box-item {
    border: 1px solid #cecece;
}

.page-vleague .item-people .item{
    padding: 10px;
}
.page-vleague .item-people .item .top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-vleague .item-people .item .top .text {
    font-size: 20px;
    margin-right: 0;
    text-align: right;
}
.page-vleague .item-people .text .number{
    font-size: 30px;
}
.page-vleague .item-people .text .text-sub{
    font-size: 12px;
    line-height: 20px;
}
.page-vleague .item-people .item .top p {
    font-size: 12px;
    margin-bottom: 0;
}
.page-vleague .item-people .text-bottom {
    font-size: 9px;
    line-height: 10px;
}
.page-vleague .change-to-win .text p{
    font-size: 14px;
}
.page-vleague .change-to-win .text .note{
    font-size: 12px;
}
.page-vleague .box-btn{
    flex-direction: column;
}
.page-vleague .box-btn .btn-vleague:first-child {
    margin: 0 auto 15px;
}
.page-vleague .box-btn .btn-vleague{
    margin:0 auto;
}

.page-vleague .tabs-ct .tabs-a-ct{
    border: 1px solid #eee;
}

.page-vleague .tabs-ct a.active .tabs-a-ct,
.page-vleague .tabs-ct .tabs-a-ct{
    height: 50px;
    font-size: 10px;
    line-height: 16px;
    padding: 5px;
    border-radius: 0;
    border-bottom: 0;
}
.page-vleague .slide-with-dots .top .btn-link{
    flex-direction: column;
}
.page-vleague .slide-with-dots .top .btn-link a:first-child{
    margin-bottom: 15px;
}
.slick-prev, .slick-next{
    top: 15%;
}
.page-vleague .slide-with-dots .bottom ul li{
    width: 50%;
    padding: 5px;
}
.page-vleague .slide-with-dots .item-list .name {
    display: flex;
    justify-content: center;
}
.table-ranking .table-scroll td a.img-pro img.lazyloaded {
    max-width: 100px;
}
.table-ranking .table-scroll td span.border-c-xam img{
    max-width: 28px;
}
.page-battle .title {
    font-size: 14px;
}
.page-vleague .product-description .content {
    display: block;
}
.page-vleague .product-description .content .group-content {
    display: flex;
    margin-bottom: 20px;
}
.page-vleague .product-description .content{
    padding: 10px;

}
.page-vleague .price-total .item{
    width: 100%;
}
.page-vleague .wallopclothing-twitter-2 img {
    max-width: 65px;
}
.page-vleague .bor-blue {
    background: #00aeff;
    font-size: 16px;
    color: #fff;
    padding: 5px;
    font-size: 8px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin-right: 10px;
}
.page-vleague .bor-blue img {
    max-width: 23px;
}
.page-vleague .wallopclothing-twitter {
    margin: 30px 0 50px;
}
.page-vleague .wallopclothing-twitter-top h3 {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}
.page-vleague .wallopclothing-twitter-top .fs-18 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.page-vleague .wallopclothing-twitter-top .num {
    background: #000;
    flex-shrink: 0;
}
.page-vleague .wallopclothing-twitter-top .num {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #000;
    border-radius: 50%;
}
.page-vleague .wallopclothing-twitter-content-left-1 {
    text-align: left;
}

.page-vleague .wallopclothing-twitter-content-left .wallopclothing-twitter-content-left-1 {
    background: #edfcff;
    border-radius: 10px;
    position: relative;
}
.page-vleague .wallopclothing-twitter-content-left .wallopclothing-twitter-content-left-1 .txt-top {
    background: #1da1f2;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}
.page-vleague .wallopclothing-twitter-content-left .wallopclothing-twitter-content-left-1 .txt-top p {
    font-size: 16px;
    line-height: 31px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.page-vleague .wallopclothing-twitter-content-left .wallopclothing-twitter-content-left-1 .text-detail {
    position: relative;
}
.page-vleague .text-detail p {
    font-size: 12px;
    line-height: 29px;
    padding: 24px 5px 24px 20px;
    width: 86%;
}
.page-vleague .wallopclothing-twitter-2 {
    position: absolute;
    right: 10px;
    top: 20px;
}
.page-vleague .wallopclothing-twitter-top p {
    font-size: 12px;
    text-align: left;
}
@media (max-width: 667px) {
    .page-vleague .slide-with-dots .top .left .image-logo {
        max-width: 100px;
    }
    .page-vleague .slide-with-dots .item .right{
        max-width: 100px;
    }
    .page-vleague .slide-with-dots .top .btn-link a{
        width: 100%;
        padding: 5px;
    }

}
@media (max-width: 480px) {
    .page-vleague .item-people .item .top .text{
        width: 100%;
    }
    .page-vleague .item-people .item .top .text {
        font-size: 14px;
    }
    .page-vleague .item-people .text .number {
        font-size: 23px;
    }
    .page-vleague .box-btn .btn-vleague{
        width: 100%;
    }
    .page-vleague .tabs-ct .tabs-a-ct img {
        max-width: 50px;
    }
    .page-vleague .list-logo .item{
        padding: 5px;
    }
    .page-vleague .list-logo img {
        max-width: 100%;
    }
    .page-vleague .slide-with-dots .number-position{
        flex-direction: column;
    }
    .page-vleague .product-description .image {
        width: 50%;
        flex-shrink: inherit;
        margin-right: 10px;
    }
    .page-vleague .product-description .text {

        width: 50%;
    }
    .page-vleague .wallopclothing-twitter-2 img {
        max-width: 42px;
    }

}
.slide-with-dots.slick-initialized.slick-slider.slick-dotted > ul.slick-dots {
  bottom: -20px;
}
.slide-with-dots.slick-initialized.slick-slider.slick-dotted > ul > li button:before {
  font-size: 15px;
}

.user-content .user-info a {
  display:block;
  max-width: 100px;
}