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

body {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro",
  "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic",
  sans-serif;
  color: #000000;
}
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;
}
body a:hover {
  text-decoration: none;
  color: white;
}
.mb-t-30{
  margin-top: 30px;
}
.mb-b-30{
  margin-bottom: 30px;
}
.mb-b-50{
  margin-bottom: 50px;
}
.mb-t-50{
  margin-top: 50px;
}
.pb-t-80{
  padding-top: 80px;
}
.pb-t-30{
  padding-top: 30px;
}
.pb-b-30{
  padding-bottom: 30px;
}
.top-banner{
  position: relative;
  display: flex;
  flex-direction: column;
}
.top-banner img {
  width: 100%;
}
.d-flex{
  display: flex;
}
.justify-content-between{
  justify-content: space-between;
}
.justify-content-around{
  justify-content: space-around;
}
.justify-content-center{
  justify-content: center;
}
.bg-yellow{
  background-color: #fff000;
}
.bg-pink{
  background-color: #ffdee4;
}
.bg-pink-rose{
  background-color: #f86ba3;
}
.bg-yellow-light{
  background-color: #fffef7;
}
.bg-blue{
  background-color: #0ab8ee;
}
.color-pink{
  color: #f15392;
}
.color-white{
  color: #ffffff;
}
.color-yellow{
  color: #fff000;
}
.font-weight-bold{
  font-weight: 700;
}
.top-banner .text-time{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: -2px;
  background-color: #ffffff;
}

.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;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}
.banner-nav ul li {
  padding: 0 5px;
  text-align: center;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.banner-nav ul li a {
  display: block;
  font-weight: 600;
  padding: 8px 0rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-nav ul li a:hover{
  color: #000000;
}
.banner-nav ul li a::after {
  content: url(/common/img/kurofes2022/ic-play.png);
  position: relative;
  right: 0;
  margin-left: 5px;
}
.banner-nav-slide{
  margin-bottom: 0;
}
.banner-nav-slide li a::after{
  margin-left: 0;
}
.banner-nav-slide li a span{
  white-space: nowrap;
  display: block;
  font-weight: 600;
  position: relative;
  width: 6.4rem;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}
.main-content h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.feature-title{
  padding: 1.5rem 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.feature-title-y{
  position: relative;
}
.feature-title-y .img-text{
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
}
.main-content .content-text-m{
  padding-top: 40px;
  position: relative;
}
.content-text-m .text{
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.content-text-m .text strong{
  font-size: 30px;
  display: block;
}
.content-text-m img{
  position: absolute;
  right: -8px;
  top: -115px;
  width: 126px;
}
.main-content p{
  font-size: 18px;
  line-height: 1.5;
  z-index: 10;
}
.feature-title h2{
  font-size: 30px;
  margin-bottom: 10px;
}
.feature-title p{
  font-size: 20px;
}
img {
  width: initial;
}
div img{
  width: initial;
}
.box-participants img{
  width: 100%;
}
.box-participants{
  margin: 0px;
  flex-wrap: wrap;
  padding-top: 40px;
  margin: 0 -10px;
}
.box-participants .description h3 a{
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2em;
}
.box-participants .item-par{
  background-color: #ffffff;
  width: calc(50% - 14px);
  margin: 0 7px 15px;
  padding: 10px;
  border-radius: 7px;
}
.box-participants .item-par .img{
  position: relative;
}
.box-participants .item-par .description h3{
  padding-top: 15px;
}
.box-participants .item-par .description .price{
  color: #959595;
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-participants .item-par .description h3 a:hover{
  color: #000000;
}
.box-participants .item-par .img .meta{
  position: absolute;
  left: 3px;
  bottom: 5px;
  background-color: #FFFFFF;
  border: 1px solid #959595;
  padding: 5px;
  font-size: 11px;
  color: #959595;;
}
.top-banner .banner-img .content{
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 9;
}
.top-banner .countdown .hour {
  font-weight: 700;
  justify-content: center;
  font-size: 30px;
  margin: 8px 0;
}
.countdown .btn-event-top{
  padding: 0 5px;
}
.container_spp{
  max-width: 1100px;
  margin: 0 auto;
}
.noti-time{
  width: 100%;
  padding: 0px;
}
.noti-image{
  background-image: url(/common/img/spp/box.png);
  background-size: 108%;
  background-position: -16px 0px;
  background-repeat: no-repeat;
}
.noti-time img{
  width: initial;
}
.noti-image img{
  visibility: hidden;
}
.main-content .time-text{
  max-width: 350px;
  margin: 0 auto;
  padding: 40px 0;
}
.main-content .time-text p:not(:last-child){
  margin-bottom: 15px;
}
.padd-t-20{
  padding-top: 20px;
}
.text-o{
  text-align: left;
  max-width: 914px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 16px !important;
}
.box-tutorial{
  padding: 40px 0 30px;
}
.box-event-gift{
  padding: 20px 0 40px;
}
.img-flull{
  width: 100% !important;
}
.box-list-product{
  padding: 50px 0;
}
.item-content-p{
  flex-wrap: wrap;
  justify-content: space-between;
}
.item-content-p .item-product{
  background-color: #f9f9f9;
  padding: 30px;
  margin-bottom: 25px;
}
.item-product .img{
  margin-bottom: 20px;
}
.item-product h4{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}
.item-product h4:hover a{
  color: #f86ba3;
}
.info-p{
  margin-bottom: 25px;
}
.info-p p .h-pr{
  width: 30%;
  max-width: 90px;
  height: 28px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-p p:not(:last-child){
  margin-bottom: 10px;
}
.info-p p .text{
  width: 70%;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
a.btn-blue-line{
  color: #0066b4;
  border-bottom: 1px solid;
  height: max-content;
  transition: all 0.3s;
}
a.btn-blue-line:hover{
  color: #f86ba3;
  border-bottom: 1px solid transparent;
}
.item-product .price p{
  font-size: 20px;
  color: #f20100;
  font-weight: 500;
}
.item-product .price p span{
  font-size: 48px;
  font-weight: 700;
}
.box-group-intro{
  padding: 30px 0;
}
#tweets {
  display: block;
  overflow: auto;
  max-height: 546px;
  margin: 0px auto 0 auto;
}
.content-battle{
  flex-direction: column;
  overflow-y: scroll;
  max-height: 650px;
  max-width: 527px;
  margin: 0px auto 0;
  padding: 0px 5px 5px 5px;
  background: #edfcff;
}
.content-gi p{
  line-height: 1.5;
}
.social-box .box-social-box{
  padding: 30px 0 200px;
}
.social-box .social-box-title {
  border-bottom: 3px solid black;
  padding-bottom: 10px;
  font-weight: 600;
}
.social-box .twitter-box .box-lower p{
  font-weight: 600;
  line-height: 1.5;
}
.social-box .twitter-box .box-lower p span{
  font-size: 24px;
}
.social-box .twitter-box .box-upper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem;
  background: #fff000;
  position: relative;
}

.social-box .twitter-box .box-upper h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.social-box .twitter-box .box-lower {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  padding: 1rem 1rem 2rem;
  background: #fffcc6;
  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: 18px;
  top: 6px;
}
.crownpop-twitter-content-left-2 {
  position: relative;
}
.crownpop-twitter-content-left-2 > p {
  font-size: 26px;
  line-height: 29px;
  padding: 34px 0px 5px 0;
  text-align: center;
  font-weight: bold;
  margin-left: -18px;
}
.social-box .twitter-box .box-upper:after{
  content: url("/common/img/kurofes2022/money.png");
  position: absolute;
  right: 0;
  top: -14px;
}
.list-id-twitter {
  max-height: 203px;
  overflow: auto;
  background-color: #fff;
}

.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;
  background-color: #fffcc6;
}
.color-red{
  color: #d80000;
}
.d-block{
  display: block;
}
.about-company{
  padding: 30px 0 30px;
}
.info-company{
  align-items: center;
  margin-bottom: 20px;
}
.info-company h3{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.info-company p{
  font-size: 18px;
  line-height: 1.2;
}
.top-banner .countdown{
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 7px;
}
.text-center{
  text-align: center !important;
}
.container-battle{
  padding-left: 15px;
  padding-right: 15px;
}
.no-padding{
  padding-left: 0px;
  padding-right: 0px;
}
.ranking-table_sp table thead tr th {
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
  padding: 8px 10px;
  vertical-align: middle;
  white-space: normal;
}
.ranking-table_sp table .btn a {
  background: transparent;
  width: 110px;
  padding: 0;
  margin-top: 0;
  text-align: left !important;
}
.ranking-table_sp .ranking-table table .btn a {
  background: transparent;
  width: 110px;
  padding: 0;
  margin-top: 0;
  text-align: left !important;
}
.ranking-table_sp table tbody .name a{
  width: 110px;
}
.ranking-table_sp table tbody tr td a,
.ranking-table_sp table tbody tr td{
  font-size: 12px;
}
.ranking-table_sp table tbody tr.btn td{
  padding: 0 7px;
}
.ranking-table_sp table .image .img{
  width: 70px;
}
.ranking-table_sp table .number .img{
  width: 30px;
}
.ranking-table_sp table .number .img span{
  font-size: 14px;
}
.ranking-table_sp table tbody:nth-child(odd) {
  background-color: #fafafa;
}
.ranking-table_sp .scroll-table{
  border: none;
}
.content-member_sp{
  padding: 25px 0 30px;
}
.content-member_sp  .member{
  width: 100%;
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  justify-content: space-between;
}
.content-member_sp  .member .info-member{
  display: flex;
  justify-content: space-between;
}
.content-member_sp  .member .info-member > div{
  width: 49%;
}
.content-member_sp  .member{
  padding: 15px;
}
.content-member_sp  .member .product-thumb .image span{
  font-size: 10px;
}
.content-member_sp .feature{
  text-align: center;
  font-size: 20px;
}
.content-member_sp .btn a{
  background: transparent;
  padding: 0;
  width: 100%;
  text-align: center !important;
}
.content-member_sp  .member .info-member{
  margin-bottom: 15px;
}
.content-member_sp  .member .product-thumb{
  margin-bottom: 0;
  border: 1px solid #f7f7f7;
  padding: 5px;
  border-radius: 10px;
}
.content-member_sp .feature .info > span,
.content-member_sp .feature .info h4 a{
  display: block;
}
.content-member_sp .feature .info > span.dob{
  margin-top: 10px;
}
.content-member_sp .feature .info .btn{
  display: flex;
}
.content-member_sp .feature .info .btn .btn-cart{
  margin-right: 5px;
}
.content-member_sp .feature .info h4 a{
  margin-bottom: 10px;
}
.content-member_sp .feature .info p{
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.item-gi-2-sp{
  padding: 0 25px;
}
.social-box .box-social-box_sp .twitter-box .box-lower img{
  width: 50px;
  right: 30px;
}
.social-box .box-social-box_sp .twitter-box .box-lower p span{
  font-size: 20px;
}
.social-box .box-social-box_sp .twitter-box .box-lower p{
  font-size: 14px;
}
.info-company_sp img{
  width: 30%;
}
.box-ac_sp h3{
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}
a.btn-not-popup{
  pointer-events: none;
  border-bottom: 0;
}
.status-spp-before {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 35px;
}
.status-spp-before .d-flex-ct {
  justify-content: center;
}
.group-intro .box-group-intro{
  display: flex;
  flex-direction: column;
}
.group-intro .content{
  z-index: 2;
  margin-top: -22px;
}
.content-gi .item-gi-text{
  background-color: #fff;
  border-radius: 30px;
  font-weight: 700;
  color: #000000;
  padding: 15px;
}
.content-gi-sp .g-img{
  margin-top: -26px;
}
.content-gi .item-gi-text{
  border-radius: 7px;
  margin-bottom: 15px;
}
.content-gi .item-gi-text .btn{
  margin-top: 37px;
  display: block;
  text-align: center;
}
.crownpop-twitter-3 {
  position: absolute;
  right: 0;
  top: -35px;
}
.tweet-sb_sp{
  padding: 0 40px;
}
@media screen and (min-width: 1200px) {
  .group-intro .content{
    margin-top: -60px;
  }
  .content-text-m img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: initial;
  }
  .box-participants .item-par{
    width: calc(25% - 15px);
    padding: 15px;
  }
  .box-participants{
    margin: 0 -15px;
  }
  .top-banner .text-time{
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    height: 6.4vw;
  }
  .content-social-box .item-sb {
    width: calc(100%/2 - 25px);
  }
  .banner-nav ul li a{
    font-size: 22px;
  }
  .content-gi .item-gi-text{
    width: calc(60% - 15px);
  }
  .content-gi .item-gi-tweet{
    width: calc(40% - 15px);
  }
  .content-gi .item-gi-text{
    padding: 40px 30px 30px;
    font-size: 18px;
  }
  .content-gi .item-gi-text .g-img{
    position: relative;
    margin-bottom: 30px;
  }
  .content-gi .item-gi-text .g-img img:first-child{
    padding-bottom: 24px;
  }
  .content-gi .item-gi-text .g-img img:nth-child(2){
    position: absolute;
    width: initial;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .content-text-m .text{
    width: 77%;
  }
  .box-participants .item-par .img .meta{
    padding: 5px 12px;
    font-size: 13px;
  }
  .banner-img {
    min-height: 624px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)  {
}
@media screen and (min-width:768px) {
}
@media (min-width: 576px) {
}
@media screen and (max-width: 767px)  {
  .social-box .twitter-box .box-upper{
    padding: 0.5rem;
  }
  .social-box .twitter-box .box-upper:after{
    content: "";
    position: absolute;
    right: -9px;
    top: -8px;
    background-image: url(/common/img/kurofes2022/money.png);
    width: 63px;
    height: 55px;
    background-size: 63px;
    background-repeat: no-repeat;
  }
  .social-box .twitter-box .box-lower img{
    width: 50px;
  }
  .list-id-twitter table tr th{
    font-size: 13px;
  }
  .crownpop-twitter-content-left-2 > p{
    font-size: 20px;
  }
  .social-box .twitter-box .box-lower p{
    font-size: 14px;
  }
  .social-box .twitter-box .box-upper h3{
    font-size: 15px;
  }
  .crownpop-twitter-3 {
    width: 100px;
    top: 0;
  }
  .feature-title h2{
    font-size: 26px;
    margin-bottom: 5px;
  }
  .content-text-m .text strong{
    font-size: 20px;
    width: 65%;
  }
  .main-content p {
    font-size: 14px;
  }
  .feature-title{
    padding: 1rem 0;
  }
}
@media (max-width: 320px) {
}
@media (max-width: 575px) {
}
@media (max-width: 991px){
  .top-banner img {
    min-height: 288px;
  }
  .top-banner .text-time {
    min-height: 81px;
  }
  .banner-img {
    min-height: 370px;
  }
}