@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro",
  "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic",
  sans-serif;
}
body a,
body p,
body span,
body h3,
body h5,
body td,
body th
{
  font-family: 'Hiragino';
}
body a,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body dl,
body ol,
body ul,
body pre {
  margin: 0;
}
.bg-light-grey{
  background-color: #ececec;
}
.bg-black{
  background-color: #212121;
}
.red-color{
  color: #ff0000;
}
.white-color{
  color: #fff;
}
.bg-base-w{
  background-color: #fdf6ec;
}
.align-items-center{
  align-items: center;
}
.justify-content-center{
  justify-content: center;
}
.mb-b-20{
  margin-bottom: 20px;
}
.mb-b-10{
  margin-bottom: 10px;
}
body a:hover {
  text-decoration: none;
  color: white;
}
.top-banner{
  position: relative;
}
.top-banner img {
  width: 100%;
}
.top-banner .text-banner-img{
  position: absolute;
  top: 35px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}
.banner-nav {
  background: #282828;
}
.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.banner-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.banner-nav ul li {
  margin: 0 1rem;
}
.banner-nav ul li a {
  display: block;
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: #ffffff;
  position: relative;
}

.banner-nav ul li a::before {
  content: url(/common/img/mangeki2022/nav-arrow.png);
  position: absolute;
  left: 0;
}

.banner-nav-sp {
  background: #282828;
}

.banner-nav-sp .banner-nav-slide a {
  white-space: nowrap;
  display: block;
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: #ffffff;
  position: relative;
  width: 6.4rem;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 9px;
}

.banner-nav-sp .banner-nav-slide a::before {
  content: url(/common/img/mangeki2022/nav-arrow.png);
  position: absolute;
  left: 0;
}
.banner-nav-slide{
  margin-bottom: 0;
}
.banner-nav-slide .next-arrow{
  position: absolute;
  right: -16px;
  background-color: transparent;
  border: navajowhite;
  color: #fff;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}
.top-banner .countdown{
  background-color: rgba(0, 0, 0, 0.702);
  color: #fff;
  position: absolute;
  border-radius: 10px;
}
.top-banner .countdown p{
  font-weight: 700;
}
.top-banner .countdown .hour{
  font-weight: 700;
}
.row-cols-5 .col{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.box-participants{
  padding: 70px 0 80px;
  background-color: #fff9c5;
}
.box-participants .item .box-description{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 12px 16px 20px;
  font-family: 'Hiragino';
}
.box-participants .item .box-image img{
  width: 100%;
  height: 345px;
  object-fit: cover;
}
.box-participants .item .box-description h3{
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 700;
}
.box-participants .item .box-description h3.title-one{
  color: #000000;
  font-weight: 700;
  margin-bottom: 23px;
}
.box-participants .item .box-description p{
  color: #000000;
  font-weight: 700;
  line-height: 1;
  margin-bottom:12px;
}
.box-participants .item .box-description a{
  border-radius: 30px;
  color: #fff;
  padding: 6px 0;
  font-weight: 500;
}
.box-participants .item .box-description a:hover{
  opacity: 0.8;
}
.box-participants .item .box-description a.btn-read-more{
  background-color: #e60012;
  margin-bottom: 5px;
  font-weight: 500;
}
.box-participants .item .box-description a.btn-twitter{
  background-color: #1da1f2;
}
.box-participants .btn-load-more{
  margin-top: 20px;
}

.box-participants .btn-load-more span{
  margin-bottom: 45px;
  color: #727272;
  display: block;
}
.box-participants .btn-load-more p{
  color: #727272;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: 'Hiragino';
}
.box-participants .btn-load-more a.load-more{
  background-color: #e60012;
  border-radius: 37px;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  padding: 20px 0;
}
.main-content {
  background: #a50003;
}

.main-content h2 {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  font-family: 'Hiragino';
}
.feature-title {
  padding: 1.85rem 0;
  background: #fff100;
  color: #0d8700;
}
.product-feature .product-feature-info {
  padding: 70px 0;
  background: #fff9c5;
}

.product-feature .product-feature-info .product-box {
  background: #ffffff;
  padding: 1.5rem;
}

.product-feature .product-feature-info .product-box h2 {
  font-size: 28px;
}

.product-feature .product-feature-info .product-box h3 {
  font-size: 18px;
}

.product-feature .product-feature-info .product-box .info-box {
  padding: 1rem;
  background: #f0f0f0;
  font-weight: 600;
}

.product-feature .product-feature-info .product-box .info-box h3 {
  font-weight: 600;
}

.product-feature .product-feature-info .product-box .info-box a {
  color: #008fd2;
  position: relative;
  text-decoration: underline;
  padding-right: 20px;
}

.product-feature .product-feature-info .product-box .info-box a:hover {
  color: #008fd2;
}

.product-feature .product-feature-info .product-box .info-box a::after {
  content: url(/common/img/mangeki2022/copy-icon.png);
  position: absolute;
  right: 0;
}
.product-feature .product-slide-box {
  background: #fff9c5;
  padding: 50px 0;
}
.product-feature .product-slide-box .item-artist .content-top{
  border: 1px solid #eed5b8;
  background: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Hiragino';
}
.product-feature .product-slide-box .item-artist > .px-2{
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.product-feature .product-slide-box .item-artist .content-table table{
  min-height: 70px;
  border: 1px solid #eed5b8;
  font-family: 'Hiragino';
}
.product-feature .product-slide-box .item-artist .blue{
  color: #3298cc;
}
.product-feature .product-slide-box .item-artist .content-table thead{
  height: 50%;
}
.product-feature .product-slide-box .item-artist .content-table tbody{
  height: 50%;
}
.product-feature .product-slide-box .item-artist .content-table tbody tr{

}
.product-feature .product-slide-box .item-artist .content-table tbody tr td{
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.product-feature .product-slide-box .item-artist .content-table tbody tr td a:hover{
  color: #000000;
}
.product-feature .product-slide-box .item-artist .content-table tbody tr td:not(:last-child){
  border-right: 1px solid #eed5b8;
}
.product-feature .product-slide-box .item-artist .content-table thead tr th{
  text-align: center;
  border-bottom: 1px solid #eed5b8;
  font-weight: 700;
  background-color: #eed5b8;
  vertical-align: middle;
  font-size: 14px;
}
.product-feature .product-slide-box .item-artist .row-2 .col-6{
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
}
.product-feature .product-slide-box .item-artist .row-2 .col-2{
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  max-width: 21%;
}
.product-feature .product-slide-box .item-artist .row-4 .col-2{
  -ms-flex: 0 0 13%;
  flex: 0 0 13%;
  max-width: 13%;
}
.product-feature .product-slide-box .item-artist .row-4 .col-4{
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  max-width: 26%;
}
.product-feature .product-slide-box .item-artist .row-4 .col-3{
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}
.product-feature .product-slide-box .item-artist .row-2 .col-2 tr td{
  width: 112px;
}
.product-feature .product-slide-box .item-artist .row-10 .col-2 tr td{
  width: 84px;
}
.product-feature .product-slide-box .item-artist .row-5 .col-2,
.product-feature .product-slide-box .item-artist .row-7 .col-1{
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
.product-feature .product-slide-box .item-artist .row-5 .col-3,
.product-feature .product-slide-box .item-artist .row-7 .col-2{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.product-feature .product-slide-box .item-artist .row-6 .col-1{
  -ms-flex: 0 0 14%;
  flex: 0 0 14%;
  max-width: 14%;
}
.product-feature .product-slide-box .item-artist .row-6 .col-2{
  -ms-flex: 0 0 16.5%;
  flex: 0 0 16.5%;
  max-width: 16.5%;
}
.product-feature .product-slide-box .item-artist .row-9 .col-4{
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}
.product-feature .product-slide-box .item-artist .row-9 .col-2{
  -ms-flex: 0 0 17.3333333333%;
  flex: 0 0 17.3333333333%;
  max-width: 17.3333333333%;
}
.product-feature .product-slide-box .item-artist .row-9 .col-1{
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
}
.product-feature .product-slide-box .item-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-feature .product-slide-box .item-grid .product-grid-item {
  padding: 5px;
  background: #fffdea;
  border: 1px solid #ecd1b4;
  text-align: center;
}

.product-feature .product-slide-box .item-grid .product-grid-item a {
  color: black;
  font-weight: 600;
}

.product-feature .product-slide-box .item-grid .product-grid-item a:hover {
  color: black;
}

.product-feature .product-slide-box .item-grid .product-grid-item i {
  color: red;
}

.product-feature .product-slide-box .item-opt-box {
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.product-feature .product-slide-box .item-opt-box #item-opt {
  padding: 10px 12px;
  font-weight: 600;
  background: #fffdea;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(236, 209, 180);
  border-radius: 5px;
}
.product-feature .product-slide-box .item-opt-box .select{
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.product-feature .product-slide-box .item-opt-box .select i{
  position: absolute;
  right: 12px;
  color: rgb(255, 0, 0);
  top: 50%;
  transform: translateY(-50%);
}
.product-feature .product-slide-box .item-opt-box select {
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance:none;
  appearance: none;
}
/*for IE10+*/
.product-feature .product-slide-box .item-opt-box select::-ms-expand {
  display: none;
}
.product-feature .product-slide-box .item-opt-box #item-opt option {
  font-weight: 600;
}
.product-feature .product-slide-box .item-opt-box #item-opt{
  width: 250px;
}
.product-feature .product-slide-box .product-slide-ctn {
  padding: 3px;
  margin-right: 0;
}

.product-feature .product-slide-box .product-slide-ctn h5 {
  font-weight: 600;
}
.product-feature .product-slide-box .product-slide-ctn h5.name,
.product-feature .product-slide-box .product-slide-ctn h5.group-name{
  display: none;
}
.product-feature .product-slide-box .product-slide-ctn .product-thumb {
  position: relative;
}

.product-feature .product-slide-box .product-slide-ctn .product-thumb i {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.product-feature .product-slide-box .product-slide-ctn .product-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-feature .product-slide-box .product-slide-ctn .product-nav a {
  color: #ffffff;
  border: none;
  outline: none;
  width: 154px;
  border-radius: 30px;
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
}

.product-feature .product-slide-box .product-slide-ctn .product-nav .left-nav-btn {
  background: #e60012;
}

.product-feature .product-slide-box .product-slide-ctn .product-nav .right-nav-btn {
  background: #00aeff;
}
.product-feature .product-slide-box .product-slide-ctn .content{
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  background: #ffffff;
  padding: 1rem;
}
.slider-product .slide-arrow{
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 9;
  background: transparent;
  border: none;
  outline: none;
}
.slider-product .prev-arrow{
  left: 0px;
}
.slider-product .next-arrow{
  right: 0px;
}
.slider-product .custom_paging{
  margin-top: 30px;
  text-align: center;
}
.slider-product .custom_paging li{
  display: none;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}
.slider-product .custom_paging li.slick-active{
  display: block;
}
.slider-product .slick-slide img{
  object-fit: cover;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.product-slide-box .btn-read-more{
  background-color: #e60012;
  border-radius: 37px;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  padding: 20px 0;
  margin-top: 50px;
  font-weight: 500;
}
.owl-next {
  float: right;
}

.slider-counter {
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
}

.owl-nav.disabled {
  display: block !important;
}

.owl-dots {
  display: none;
}

.owl-prev,
.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block !important;
}

.owl-prev:focus,
.owl-next:focus {
  outline: none;
}

.owl-prev {
  left: -30px;
}

.owl-next {
  right: -30px;
}

.owl-prev i,
.owl-next i {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.ranking-box .ranking-wrp {
  background: #fff9c5;
  padding: 50px 0;
}

.ranking-box .ranking-wrp .ranking-title {
  font-size: 18px;
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
  width: 50%;
  margin: 0 auto;
  background: #030303;
  text-shadow: 1px 0px 6px #0078ff;
  color: #6cb1ff;
  padding: 10px 0;
  white-space: nowrap;
  font-family: 'Hiragino';
}
.status-man-before{
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 30px;
}
.status-man-before .m-tab{
  display: flex;
  justify-content: center;
}
.status-man-before .m-tab li{
  margin: 0 30px;
  width: calc(100%/4);
}
.status-man-before .m-tab li .m-item.active{
  background-color: #a50003;
}
.status-man-before .m-tab li .m-item{
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 5px;
  color: #adadad;
  text-align: center;
}
.status-man-before .m-tab li .tabs-a-ct p span{
  font-size: 12px;
}
.title-ranking-b{
  font-weight: 700;
  margin-bottom: 10px;
}
.status-man-before .m-tab li .tabs-a-ct,
.status-man-before .m-tab li .m-item.active .tabs-a-ct{
  background: none;
  text-align: center;
  border: none;
  height: unset;
  font-size: 20px;
  padding: 0;
  color: #000;
  font-weight: 700;
}
.status-man-before .m-tab li .m-item.active .tabs-a-ct{

}
.status-man-before .m-tab li .m-item.active .tabs-a-ct{
  color: #fff;
}
.status-man-after .m-after-item{
  position: relative;
}
.status-man-after .m-after-item:before{
  width: 0;
  height: calc(100% + 40px);
  background: #524242cf;
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  z-index: 990;
  text-shadow: -1px 0 white, 0 0.5px white, 0.5px 0 white, 0 -1px white;
  font-weight: bold;
  content: '';
  white-space: pre;
  left: 50%;
  transform: translate(-50%,-50%);
  top: 50%;
}
.ranking-wrp #tab-time-1 .m-after-item:before{
  background: transparent;
  width: 0;
  height: 0;
}
#tab-time-2 .m-after-item:before{
  content: '第２回 中間発表  2022年3月29日';
}
#tab-time-3 .m-after-item:before{
  content: 'イベント販売終了  2022年4月9日';
}
#tab-time-4 .m-after-item:before{
  content: '最終結果発表  2022年4月11日';
}
.content-noti-ranking{
  padding: 50px 0;
}
.content-noti-ranking #tab-time-1 .m-after-item:before{
  background:transparent;
  width: 0;
  height: 0;
}
.m-after-item-content{
  width: 100%;
  margin: auto;
  background: #f0f0f0;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 24px;
}
.m-after-item-content .m-item-title{
  font-size: 22px;
  line-height: 30px;
  color: #e60012;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.m-after-item-content table tbody tr{
  border-bottom: 1px solid #ddd;
  color: #080808;
  position: relative;
}
.m-after-item-content table tbody tr td{
  vertical-align: middle;
}
.m-after-item-content table tbody tr:last-child{
  border-bottom: none;
}
.m-after-item-content table tbody tr th .num{
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  background: #252525;
  display: block;
}
.m-after-item-content table tbody tr:first-child .num{
  background: #c79f00;
}
.m-after-item-content table tbody tr:nth-child(2) .num{
  background: #a9a9a9;
}
.m-after-item-content table tbody tr:nth-child(3) .num{
  background: #7f5124;
}
.m-after-item-content table tbody tr th{
  text-align: center;
  line-height: 2.2;
  padding: 10px 0;
  width: 40px;
}
.status-man-after .ranking-table .table tbody tr td{
  position: relative;
}
.status-man-after .ranking-table .table tbody tr td:before {
  content: '';
  background: #fff;
  background: #fff;
  width: 100%;
  height: 98%;
  position: absolute;
  left: 0;
  top: 0;
}
.ranking-wrp #tab-time-1 .ranking-table .table tbody tr td:before{
  width: 0;
  height: 0;
}
.ranking-wrp .text-heading{
  margin-bottom: 50px;
}
.ranking-wrp .text-heading h2{
  color: #3d8424;
  margin-bottom: 15px;
  font-size: 23px;
}
.ranking-wrp .text-heading p{
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
.m-after-item-content table tbody tr td .quality{
  text-align: center;
  display: block;
}
.status-man-after_sp{
  padding: 0;
  border: 0;
}
.status-man-before_sp{
  width: 100%;
}
.status-man-before_sp .m-tab{
  flex-wrap: wrap;
  justify-content: center;
}
.status-man-before_sp .m-tab li{
  margin: 5px;
  width: 30%;
}
.status-man-before_sp .m-tab li .tabs-a-ct, .status-man-before_sp .m-tab li .m-item.active .tabs-a-ct{
  font-size: 13px;
}
.status-man-before_sp .m-tab li .m-item{
  padding: 6px;
}
.status-man-after_sp .m-after-item-content table tbody tr td .quality{
  font-size: 14px;
  white-space: pre;
}
.status-man-after_sp .m-after-item-content table tbody tr td .name{
  font-size: 14px;
  width: 90%;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.congratulations {
  background-color: #e39735;
  padding: 15px;
  margin-bottom: 30px;
}
.congratulations.congratulations-sp{
  padding: 10px;
}
.congratulations .content{
  background-image: url(/common/img/mangeki2022/bg-blink-yellow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 0 40px;
  margin-bottom: 40px;
  padding-top: 20px;
}
.congratulations.congratulations-sp .content{
  padding: 0 10px;
}
.congratulations .content .ex{
  font-size: 20px;
  margin-top: 25px;
}
.best-1{
  padding: 0 60px;
  flex-wrap: wrap;
}
.best-1 .item-cong {
  margin-top: -38px;
}
.item-cong{
  flex-grow: 1;
  margin: 0 20px;
  margin-bottom: 40px;
}
.item-cong .img{
  margin-bottom: 10px;
}
.item-cong .pt,
.item-cong h3{
  font-weight: 600;
}
.item-cong .img img{
  width: 100%;
}
.best-2{
  padding: 0 60px;
  margin-bottom: 15px;
}
.best-2 .item-cong .number{
  z-index: 2;
}
.best-2 .item-cong .info{
  margin-left: -15px;
  z-index: 1;
}
.item-cong .para{
  border: 1px solid #e39735;
  padding:10px 20px;
}
.item-cong .para p span{
  margin-left: 10px;
}
.item-cong .pt{
  font-size: 20px;
  margin-bottom: 8px;
}
.item-cong h3:hover a{
  color: #a50003;
}
.item-cong .para p:not(:last-child){
  margin-bottom: 5px;
}
.best-3{
  padding: 10px;
}
.best-3 .content-b{
  overflow-y: auto;
  max-height: 360px;
}
.best-3 .content-b .line-item{
  flex-wrap: wrap;
  padding-top: 12px;
}
.best-3 .item-cong{
  width: 45%;
  align-items: center;
  margin-bottom: 10px;
}
.best-3 .item-cong .img{
  width: 31%;
  overflow: hidden;
  margin: 0 27px;
}
.item-cong h3 a{
  color:#010101;
}
.number-color span{
  background-color: #40220f;
  width: 46px;
  height: 46px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 46px;
  border-radius: 100%;
  font-weight: 600;
}
.line-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.best-sp{
  padding: 15px;
}
.best-sp .item-cong{
  margin: 0;
  margin-bottom: 30px;
}
.best-sp-1 .item-cong{
  display: flex;
}
.best-sp-1 .item-cong > div,
.best-sp-2 .item-cong > div{
  width: 50%;
}
.best-sp-1 .item-cong .number img,
.best-sp-2 .item-cong .number img{
  width: 100px;
  margin: 0 auto;
}
.best-sp-2 .item-cong .info{
  margin-left: 0;
}
.best-sp-1 .item-cong .img,
.best-sp-2 .item-cong .img{
  margin-right: 10px;
}
.best-3-sp .item-cong .info{
  width: 50%;
}
.best-3-sp .item-cong{
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0;
  padding: 15px 0;
}
.best-3-sp .line-item:not(:last-child){
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .ranking-box .ranking-wrp .ranking-title {
    width: 30%;
  }
}
.ranking-box .ranking-wrp .ranking-title-bottom {
  font-size: 1.5rem;
  width: 100%;
  background: #030303;
  padding: 1rem 0;
  color: white;
  letter-spacing: 2px;
  border-radius: 10px;
}

.ranking-box .ranking-wrp .ranking-table {
  padding: 1rem;
  background: #fff;
}
.ranking-box .ranking-wrp .ranking-table .content-table{
  overflow-y: auto;
  max-height: 492px;
}
.ranking-box .ranking-wrp ::-webkit-scrollbar {
  width: 5px;
}
.ranking-box .ranking-wrp ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.ranking-box .ranking-wrp ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.ranking-box .ranking-wrp .ranking-table .table div.centered {
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ranking-box .ranking-wrp .ranking-table .table tr td div.centered.image-pr a{
  text-align: center;
}
.ranking-box .ranking-wrp .ranking-table .table tr td div.centered.image-pr img{
  object-fit: cover;
  max-width: 60px;
}
.ranking-box .ranking-wrp .ranking-table .table thead tr {
  background: #ebebeb;
  border: none;
}

.ranking-box .ranking-wrp .ranking-table .table thead tr th {
  font-weight: 600;
  border: none;
  white-space: nowrap;
  text-align: center;
}
.ranking-box .ranking-wrp .ranking-table.ranking-table-sp .table thead tr th{
  white-space: normal;
  vertical-align: top;
  font-size: 14px;
}
.ranking-box .ranking-wrp .ranking-table.ranking-table-sp .table tr td div.centered.image-pr img{
  max-width: 60px;
}
.ranking-box .ranking-wrp .ranking-table .table tbody tr {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
.ranking-box .ranking-wrp .ranking-table .table tbody tr td{
  position: relative;
}
.tab_content .ranking-table .table tbody tr td:before{
  content: '';
  width: 0%;
  height: 0%;
  position: absolute;
  left: 0;
  background-color: #fff;
  top: 0;
}
.ranking-box .ranking-wrp .ranking-table.ranking-table-sp .table tbody tr td button{
  width: 58px;
  margin-left: 0;
}
.ranking-box .ranking-wrp .ranking-table.ranking-table-sp .table div.centered{
  flex-direction: column;
}
.ranking-box .ranking-wrp .ranking-table.ranking-table-sp .table tbody tr td,
.ranking-box .ranking-wrp .ranking-table.ranking-table-sp .table tbody tr td span{
  font-size: 14px;
}
.ranking-box .ranking-wrp .ranking-table .table tbody tr td,
.ranking-box .ranking-wrp .ranking-table .table tbody tr th {
  vertical-align: middle;
  padding: 1rem 0.5rem;
}
.ranking-box .ranking-wrp .ranking-table.ranking-table-left .table tbody tr td:nth-child(3),
.ranking-box .ranking-wrp .ranking-table.ranking-table-right .table tbody tr td:nth-child(3),
.ranking-box .ranking-wrp .ranking-table.ranking-table-left .table tbody tr td:nth-child(4){
  display: none;
}
.ranking-box .ranking-wrp .ranking-table .table tbody tr td a,
.ranking-box .ranking-wrp .ranking-table .table tbody tr th a{
  font-weight: 600;
}
.ranking-box .ranking-wrp .tab_content .ranking-table .table tbody tr td a,
.ranking-box .ranking-wrp .tab_content .ranking-table .table tbody tr th a {
  color: #0078ff;
}
.ranking-box .ranking-wrp .ranking-table .table tbody tr a.name{
  width: 100%;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ranking-box .ranking-wrp .tab_content .ranking-table .table tbody tr a.name{
  width: 70px;
}
.ranking-box .ranking-wrp .ranking-table.ranking-table-left .table tbody tr a.name{
  text-align: center;
  color: #333;
}
.ranking-box .ranking-wrp .tab_content .ranking-table.ranking-group .table tbody tr a.name{
  text-decoration: underline;
}
.ranking-box .ranking-wrp .ranking-table.ranking-item .table tbody tr a.name{
  color: #000;
}

.ranking-box .ranking-wrp .ranking-table .table tbody tr td button,
.ranking-box .ranking-wrp .ranking-table .table tbody tr th button {
  background: #f5f5f5;
  border-radius: 25px;
  border: none;
  padding: 2px 4px;
  margin-left: 5px;
  font-size: 10px;
}

.ranking-box .ranking-wrp .ranking-table .table tbody tr td button i,
.ranking-box .ranking-wrp .ranking-table .table tbody tr th button i {
  color: #1da1f2;
  font-size: 10px;
}

.ranking-box .ranking-wrp .ranking-table .table tbody tr td .sale-item-count,
.ranking-box .ranking-wrp .ranking-table .table tbody tr th .sale-item-count {
  font-weight: 600;
  font-size: 18px;
}
.ranking-box .ranking-wrp .ranking-title-bottom-sp {
  font-size: 1rem;
  width: 100%;
  FONT-VARIANT: JIS04;
  padding: 12px 0 0px;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 10px;
  background: #030303;
  font-weight: 700;
  font-family: 'Hiragino';
}
@media screen and (min-width: 992px) {
  .ranking-box .ranking-wrp .ranking-table .table tbody tr td,
  .ranking-box .ranking-wrp .ranking-table .table tbody tr th {
    font-size: 16px;
  }
}

.campaign-wrp .campaign-box-title {
  padding: 70px 0;
  background: #fff9c5;
}

.campaign-wrp .campaign-box-content h2 {
  background: #d70033;
  color: white;
  font-weight: 600;
  padding: 10px 15px;
  margin: 0 2px;
  font-size: 39px;
}

.social-box {
  padding: 70px 0;
  background: #fff9c5;
}

.social-box .social-box-title {
  border-bottom: 3px solid black;
  padding-bottom: 10px;
  font-weight: 600;
}

.social-box .twitter-box .box-upper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem;
  background: #1da1f2;
  color: white;
}

.social-box .twitter-box .box-upper h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.social-box .twitter-box .box-lower {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  padding: 1rem 1rem 2.5rem 1rem;
  background: #edfcff;
  color: black;
}

.social-box .twitter-box .box-lower h3 {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Hiragino';
}

.social-box .twitter-box .box-lower img {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
}
.feature-title h2{
  font-size: 28px;
}
.ranking-box .ranking-wrp .ranking-table .table tr th div.centered{
  font-weight: 700;
}
.ranking-box .ranking-wrp .ranking-table .table tr th div.centered{
  position: relative;
  width: 30px;
  height: 30px;
  margin: auto;
}
.wait-ranking{
  padding: 15px;
  font-size: 14px;
  color: #231815;
  font-weight: 600;
  margin-bottom: 40px;
}
.wait-ranking .text-b{
  font-size: 14px;
  font-weight: 500;
}
.wait-ranking p{
  line-height: 1.7;
}
.countdown-coming{
  margin: 10px 0 20px;
  justify-content: space-between;
}
.countdown-coming .item-c{
  width: calc(50% - 5px);
}
.countdown-w{
  padding: 10px;
}
.countdown-w .hour{
  font-size: 20px;
}
.countdown-w .title-countdown{
  margin-bottom: 5px;
}
.ranking-a .ranking-table{
  margin-bottom: 90px !important;
}
@media screen and (min-width: 1200px) {
  .ranking-a .ranking-table tbody td{
    text-align: center;
  }
  .best-3 .item-cong h3 a{
    font-size: 22px;
  }
  .best-1 .item-cong{
    width: calc(100%/4);
  }
  .item-cong .img img{
    max-width: 235px;
  }
  .best-1 .item-cong .number{
    height: 177px;
  }
  .wait-ranking{
    padding: 30px;
  }
  .wait-ranking .text-top{
    text-align: left;
    margin: 0 auto;
    width: max-content;
  }
  .ranking-wrp .text-heading h2{
    font-size: 35px;
  }
  .ranking-wrp .text-heading p{
    font-size: 16px;
  }
  .status-man-before{
    margin-bottom: 45px;
  }
  .status-man-before .m-tab li .tabs-a-ct p span{
    font-size: 16px;
    margin-left: 5px;
  }
  .status-man-after .m-after-item:before{
    width: 100%;
  }
  .m-after-item-content{
    width: 60%;
  }
  .status-man-after .m-after-item:before{
    font-size: 32px;
  }
  .slider-product .prev-arrow{
    left: -51px;
  }
  .slider-product .next-arrow{
    right: -51px;
  }
  .ranking-box .ranking-wrp .ranking-table .table tr td div.centered.image-pr img{
    max-width: 108px;
  }
  .ranking-box .ranking-wrp .ranking-table {
    padding: 1.4rem;
  }
  .banner-nav-sp .banner-nav-slide a{
    width: 9.4rem;
  }
  .ranking-box .ranking-wrp .ranking-title-bottom-sp {
    font-size: 1.3rem;
  }
  .ranking-box .ranking-wrp .ranking-table .table tr th div.centered{
    width: 60px;
    height: 60px;
  }
  .main-content h2 {
    font-size: 20px;
  }
  .box-participants .item .box-image img{
    height: 198px;
  }
  .box-participants{
    background-color: #fff;
  }
  .box-participants .item .box-description h3{
    color: #999999;
  }
  .banner-nav-sp .banner-nav-slide a{
    width: 100%;
  }
  .top-banner .countdown{
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
  }
  .box-participants .item .box-description{
    background: #f5f5f5;
    min-height: 160px;
  }
  .ranking-box .ranking-wrp .ranking-table .table tbody tr td button,
  .ranking-box .ranking-wrp .ranking-table .table tbody tr th button {
    font-size: 9px;
    padding: 5px 10px;
  }
  .ranking-box .ranking-wrp .ranking-table .table tbody tr td button i,
  .ranking-box .ranking-wrp .ranking-table .table tbody tr th button i {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)  {
  .top-banner .countdown{
    bottom: 126px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .ranking-a .ranking-table{
    max-width: 500px;
    margin: 0 auto;
  }
  .social-box .twitter-box .box-upper h3 {
    text-align: left;
    font-size: 24px;
  }
  .social-box .twitter-box .box-lower h3 {
    font-size: 18px;
  }
  .social-box .twitter-box .box-lower img {
    width: unset;
  }
}
@media screen and (min-width:768px) {
  .countdown-coming{
    margin: 30px 0;
  }
  .wait-ranking{
    font-size: 20px;
  }
  .countdown-w{
    padding: 22px;
  }
  .countdown-w .hour{
    font-size: 40px;
  }
  .banner-nav-slide .next-arrow{
    right: -31px;
  }
  .top-banner .countdown{
    width: 330px;
    height: 98px;
  }
  .top-banner .countdown p{
    font-size: 21px;
  }
  .top-banner .countdown .hour{
    font-size: 28px;
  }
}
@media (min-width: 576px) {
  .product-feature .product-slide-box .item-opt-box #item-opt{
    width: 336px;
  }
  .box-participants .btn-load-more a.load-more,
  .product-slide-box .btn-read-more{
    width: 340px;
  }
  .banner-nav-sp .banner-nav-slide a{
    font-size: 16px;
  }
  .feature-title h2{
    font-size: 38px;
  }
}
@media screen and (max-width: 767px)  {
  .best-1 .item-cong h3 a,
  .best-2 .item-cong h3 a{
    font-size: 22px;
  }
  .best-3 .item-cong h3 a{
    font-size: 18px;
  }
  .best-3 .item-cong .img{
    margin: 0 10px;
  }
  .best-3 .item-cong > div{
    flex-grow: 1;
  }
  .best-3 .item-cong .info{
    padding-right: 10px;
  }
  .best-3 .content-b .line-item{
    border-bottom: 0;
    padding: 0;
  }
  .best-3 .item-cong h3,
  .best-3 .item-cong .pt{
    font-size: 18px;
  }
  .number-color span{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .item-cong .para{
    padding: 10px;
    font-size: 12px;
  }
  .item-cong .para p span{
    margin-left: 5px;
  }
  .top-banner .countdown p{
    font-size: 12px;
  }
  .title-ranking-b{
    font-size: 1.2rem;
  }
  .page-battle div.table-sizes p{
    font-size: 11px;
  }
  .page-battle div.table-sizes tbody tr th{
    font-size: 9px;
    padding:0 2px;
    white-space: nowrap;
  }
  .page-battle div.table-sizes tbody tr th:first-child{
    min-width: 34px;
  }
  .product-feature .product-slide-box .product-slide-ctn .content .row .col-6 h5.description{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-feature .product-slide-box .product-slide-ctn .content .row .col-6:last-child{
    padding-left: 0;
  }
  .product-feature .product-slide-box .product-slide-ctn h5{
    font-size: 0.9rem;
  }
  .ranking-box .ranking-wrp .ranking-table.ranking-table-sp{
    padding: 0.5rem;
  }
  .ranking-box .ranking-wrp .ranking-table.ranking-table-sp .table thead tr th{
    font-size: 11px;
    padding: 0.3rem 0.2rem;
    text-align: left;
  }
  .ranking-box .ranking-wrp .ranking-table.ranking-table-sp.ranking-table-left .table thead tr th{
    text-align: center;
  }
  .ranking-box .ranking-wrp .ranking-table.ranking-table-sp .table tbody tr td,
  .ranking-box .ranking-wrp .ranking-table.ranking-table-sp .table tbody tr td span{
    padding: 0.3rem 0.2rem;
    font-size: 12px;
  }
  .ranking-box .ranking-wrp .ranking-title{
    margin-bottom: -1px;
  }
  .box-participants .item .box-description h3{
    overflow: hidden;
    height: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .top-banner .countdown {
    bottom: 59px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    width: 150px;
    height: 58px;
  }
  .box-participants .item .box-image img{
    height: 180px;
  }
  .box-participants .item .box-description a{
    font-size: 12px;
  }
  .ranking-box .ranking-wrp .ranking-table .table tbody tr a.name{
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  .box-participants .item .box-description a{
    font-size: 10px;
  }
  .top-banner .text-banner-img{
    top: 60px;
  }
}
.slick-slide {
  margin-right: 10px;
}

.next-slide {cursor: pointer}
.paginate{
  display: none;
}
.list-item-mangeki{
  display: none;
}
.box-participants .btn-load-more a.load-more-item {
  background-color: #e60012;
  border-radius: 37px;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  padding: 20px 0;
  width: 240px;
}
#tweets {
  display: block;
  overflow: auto;
  max-height: 620px;
  margin: 40px auto 0 auto;
}
.product-thumb:hover .fa-search-plus {color: red}

.crownpop-twitter-content-left-2 {
  position: relative;
  background: #edfcff;
}

.crownpop-twitter-content-left-2 > p {
  font-size: 26px;
  line-height: 29px;
  padding: 80px 0px 20px;
  text-align: center;
  color: #ee7700;
  font-weight: bold;
}

.crownpop-twitter-3 {
  position: absolute;
  right: 0;
  top: 30px;
}

.list-id-twitter {
  max-height: 203px;
  overflow: auto;
}

.list-id-twitter table tr {
  border-bottom: 1px solid #adadad;
}

.list-id-twitter table tr th {
  padding: 10px 15px;
  color: #4c3801;
  font-size: 16px;
  line-height: 29px;
}

.list-id-twitter table tr th:first-child {
  text-align: right;
}

@media (max-width: 575px) {
  .crownpop-twitter-3 {
    width: 100px;
  }

  .crownpop-twitter-content-left-2 > p {
    padding-top: 50px;
    font-size: 20px;
  }

  .list-id-twitter table tr th {
    padding: 6px 10px;
    font-size: 13px;
  }
}
@media (max-width: 991px){
  .page-vleague .tabs-ct .tabs-a-ct img {
    max-width: 50px;
  }
  .page-vleague .box-no-1 .content {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .page-vleague .wallopclothing-twitter-top .num {
    background: #000;
  }
  .text-link {
    color: #008fd2;
  }
}
.content-battle {
  flex-direction: column;
  overflow-y: scroll;
  max-height: 650px;
  max-width: 527px;
  margin: 30px auto 0;
  padding: 10px 5px 5px 5px;
  background: #edfcff;
}
.product-feature-info .title {
  display: flex;
  flex-direction: column;
}
.product-feature-info .price-total .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 400px;
}
.product-feature-info .price-total .text {
  width: 50%;
  max-width: 145px;
  /* flex-shrink: 0; */
  /* flex: unset; */
  display: flex;
  /* justify-content: space-between; */
}
.product-feature-info .price-total .text span.text-prince {
  width: 90%;
}
.product-feature-info.price-total .text span {
  width: 10%;
}
.product-feature-info.price-total .item .number {
  flex: inherit;
  color: #d50000;
  font-weight: 600;
  width: 50%;
  display: flex;
}
.sp-size-text .hover_bkgr_fricc-1.trigger_popup_fricc-battle-table > div {
  max-width: 90%;
  width: 90%;
}
.page-battle .table-sizes table {
  position: relative;
  border: 1px solid #ddd;
}
.page-battle .table-sizes tbody tr th {
  background: #fff;
  color: #2a6eae;
  border: 1px solid #4986bf;
  border-width: 0 0 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #2a6eae;
  border: 1px solid #4986bf;
  border-width: 0 0 1px;
  padding: 12px 6px;
  text-align: center;
}
.page-battle .table-sizes tbody tr th:first-child {
  background: #c3e2ff;
  min-width: 66px;
}
.page-battle .list-item-stock {
  max-width: max-content;
  margin: 0px auto;
}
.page-battle .table-sizes {
  max-width: max-content;
  overflow-x: auto!important;
  overflow-y: auto!important;
  max-height: 406px;
}
.page-yamf * {
  color: #000;
}
.product-feature-info .table-sizes td {
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 14px;
  color: #656565;
  height: 26px;
  width: 50px;
  padding: 4px;
  border: 1px dotted #4986bf;
  border-width: 0 0 0 1px;
  border-bottom: 1px solid #b3b3b3;
  overflow-wrap: break-word;
}
.product-feature-info .battle-ranking .text-special-ranking:before, .page-vleague .battle-ranking .text-special-ranking:after {
  border-top: 28px solid #fff;
}
img {
  width: initial;
}
div img{
  width: initial;
}