@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 !important;
}
.mb-t-10{
  margin-top: 10px;
}
.mb-b-50{
  margin-bottom: 50px;
}
.mb-b-20{
  margin-bottom: 50px;
}
.pb-t-30{
  padding-top: 30px;
}
.pb-b-30{
  padding-bottom: 30px;
}
.pb-b-50{
  padding-bottom: 50px;
}
.width-50{
  width: 50%;
}
.w-auto{
  width: auto;
}
.bg-violet-1{
  background-color: #d97bb6;
}
.bg-violet-2{
  background-color: #f9eafa;
}
.bg-violet-3{
  background-color: #d97bb6;
}
.bg-pink-light{
  background-color: #fbe3f2;
}
.bg-white{
  background-color: #fff;
}
.justify-content-center{
  justify-content: center;
}
.justify-content-between{
  justify-content: space-between;
}
.color-white{
  color: #fff;
}
.color-red{
  color: #ff004e;
}
.d-block{
  display: block;
}
.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.title-ikbpf{
  font-size: 22px;
  padding: 15px 0;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.margin-auto{
  margin: 0 auto;
}
.main-ikbpf{
  padding: 0;
}
.content-ikbpf{
  padding-left: 20px;
  padding-right: 20px;
}
.box-countdown{
  padding-top: 80px;
  flex-grow: 1;
  text-align: center;
}
.box-countdown .mutil-count .i-countdown:first-child{
  border-right:3px dashed #d9c4be;
}
.box-countdown .mutil-count{
  margin-bottom: 10px;
}
.i-countdown .title-countdown{
  font-size: 14px;
}
.i-countdown .hour{
  justify-content: center;
}
.i-countdown .hour * {
  font-size: 26px;
  font-weight: 700;
}
.banner-nav ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}
.banner-nav ul li a {
  font-weight: 600;
  padding: 8px 0rem;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-nav ul li a span {
  position: relative;
  line-height: 1.2;
}
.banner-nav ul li a::after {
  content: url(/common/design/user/img/ikbpf/ic-play.png);
  position: relative;
  right: 0;
  margin-left: 6px;
}
.banner-nav ul li {
  padding: 0 5px;
  border-right: 2px solid #dd88bd;
  border-bottom: 2px solid #fa98bf;
  text-align: center;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.event-summary .content-ikbpf{
  padding-top: 70px;
  padding-bottom: 70px;
}
.event-summary h2{
  font-size: 28px;
  line-height: 1.5;
}
.box-time .time-text{
  flex-grow: 1;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 50px;
  font-size: 20px;
  line-height: 2;
}
.box-time_sp .time-text{
  margin-left: -20px;
  margin-top: 20px;
  margin-right: -20px;
  padding: 20px 40px;
}
.how-to-support .content-how{
  background-image: url(/common/design/user/img/ikbpf/bg-section.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.box-note-marquee {
  font-size: 1rem;
  width: 100%;
  FONT-VARIANT: JIS04;
  padding: 12px 0 4px;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 10px;
  font-weight: 700;
  font-family: 'Hiragino';
  margin-top: -2px;
  background-color: #ff7799;
}
.scroll-table {
  overflow-y: auto;
  height: auto;
  border: 1px solid #e4e4e4;
  max-height: 410px;
}
.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-image: -webkit-linear-gradient( 90deg, rgba(255,116,141,0.99608) 0%, rgb(255,125,175) 100%);
  padding: 10px 0;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-family: 'Hiragino';
  color: #fff;
}
.ranking-i .content-ikbpf{
  padding-top: 50px;
  padding-bottom: 50px;
}
.ranking-table table thead tr th {
  background-color: #ebebeb;
  padding: 22px 10px;
  font-weight: 700;
}
.ranking-table table thead tr th {
  font-size: 20px;
  white-space: nowrap;
}
.ranking-table table .image img {
  width: 93px;
}
.ranking-tab .ranking-table tbody tr td:last-child{
  display: none;
}
.ranking-table table tbody tr:nth-child(even){
  background-color: #fafafa;
}
.ranking-table table tr td .image-avatar{
  align-items: center;
}
.ranking-table table tr td .image-avatar .img-marine{
  margin-left: 10px;
}
.ranking-table table .btn a img {
  width: 241px;
}
.ranking-table table .btn a {
  display: block;
  text-align: right;
}
.ranking-table table tbody .btn .btn-cart {
  margin-bottom: 5px;
}
.ranking-table table .number .img {
  width: 51px;
  position: relative;
  margin: 0 auto;
}
.ranking-table table .number .img span {
  font-weight: 700;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 17px;
}
.ranking-table table tr td {
  vertical-align: middle;
  font-weight: 700;
  padding: 10px 7px;
}
.ranking-table table tbody .name a:first-child {
  margin-bottom: 5px;
}
.ranking-table table tbody .name a {
  width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ranking-table table tbody .name a:hover{
  color: #000000;
}
.ranking-i .content-ikbpf .box-note-marquee{
  width: 95%;
  margin: 0 auto;
}
.ranking-i .content-ikbpf .ranking-table{
  margin-top: 30px;
}
.title-ranking-tab{
  font-size: 25px;
  font-weight: 700;
}
.status-before {
   width: calc(100% - 40px);
   margin: 0 auto;
   margin-bottom: 35px;
}
.status-before .d-flex-ct {
  justify-content: center;
  flex-wrap: wrap;
}
.status-before .d-flex-ct li {
  margin: 0 8px;
  width: calc(100%/2);
}
.status-before_sp .d-flex-ct li {
  width: calc(100%/3);
  margin: 5px;
}
.status-before_sp .tabs-ct .tabs-a-ct{
  border: none !important;
  height: unset;
  flex-direction: column;
}
.status-before .status-spp-item .tabs-a-ct, .status-before .status-spp-item.active .tabs-a-ct {
  background: none;
  text-align: center;
  border: none;
  display: flex;
  flex-direction: column;
}
.status-before .status-spp-item .tabs-a-ct p:first-child {
  margin-bottom: 5px;
}
.status-before .status-spp-item.active .tabs-a-ct p {
  color: #fff;
}
.status-item.active,
.status-item:hover{
  background-color: #e4007f;
  border: 1px solid #e4007f;
}
.status-before .status-spp-item .tabs-a-ct p:first-child {
  margin-bottom: 5px;
}
.status-before .status-item.active .tabs-a-ct p {
  color: #fff;
}
.status-item{
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  color: #adadad;
  text-align: center;
}
.tabs-ct a.status-item .tabs-a-ct,
.tabs-ct a.status-item.active .tabs-a-ct{
  background: transparent;
  padding: 0;
}
.status-item p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #adadad;
}
.ranking-table-in table thead{
  position: relative;
}
.ranking-table-in:not(.ranking-table-in_sp) table thead:before{
  content: '';
  background-color: #ebebeb;
  height: 100%;
  width: 8%;
  position: absolute;
  left: -50px;
}
.ranking-table-in:not(.ranking-table-in_sp) table thead:after{
  content: '';
  background-color: #ebebeb;
  height: 100%;
  width: 8%;
  position: absolute;
  right: -50px;
  top: 0;
}
.ranking-table-in:not(.ranking-table-in_sp) .scroll-table{
  padding: 0 50px;
}
.ranking-table-in table tbody .name a{
  color:#0078ff;
}
.ranking-table-in table tbody tr:not(:last-child){
  border-bottom: 1px solid #e4e4e4;
}
.ranking-table-in table tbody tr:nth-child(even){
  background-color: transparent;
}
.ranking-table-in table tr td div.centered.image-pr img {
  object-fit: cover;
  max-width: 60px;
}
.ranking-table-in table tr .tweet div{
  display: flex;
  align-items: center;
}
.ranking-table-in table tr .tweet button{
  display: inline-flex;
  border: none;
  padding: 4px 8px;
  border-radius: 99px;
  align-items: center;
  font-size: 11px;
  margin-left: 5px;
}
.ranking-table-in table tr .tweet button img{
  margin-left: 3px;
  margin-top: 2px;
  width: 18px;
}
.product-ca {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.product-ca_sp{
  grid-template-columns: 50% 50%;
}
.product-ca .item-pr-c {
  margin: 30px 0;
}
.list-item-cate-i h3 {
  font-size: 32px;
  font-weight: 500;
  color: #d97bb6;
  margin-top: 10px;
}
.product-ca .item-pr-c {
  margin: 10px;
}
.list-item-cate-i{
  margin: 30px 0;
}
.item-pr-c h4 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
}
.item-pr-c h4 a:hover{
  color: #000000;
}
.list-introduce-i{
  margin: 0px -30px;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.list-introduce-i .introduce-item{
  padding: 0 30px 30px;
}
.list-introduce-i_sp .introduce-item{
  padding: 0 30px 15px;
}
.introduce-item .description p:first-child{
  padding-left: 10px;
}
.introduce-item .description p{
  font-size: 16px;
  line-height: 1.8;
}
.support-tweet-i .twitter-box .box-upper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem;
  background: #fff000;
  position: relative;
}
.support-tweet-i .content-ikbpf{
  margin-top: 50px;
  padding-bottom: 50px;
}
.support-tweet-i .twitter-box .box-upper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.support-tweet-i .twitter-box .box-lower {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  padding: 1rem;
  background: #fffcc6;
  color: black;
}
.support-tweet-i .twitter-box .box-lower p span {
  font-size: 24px;
}
.support-tweet-i .twitter-box .box-lower img {
  position: absolute;
  right: 80px;
  top: -5px;
}
.support-tweet-i .twitter-box .box-upper:after {
  content: "";
  background-image: url(/common/design/user/img/ikbpf/money.png);
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.support-tweet-i .twitter-box .box-lower p {
  font-weight: 600;
  line-height: 1.5;
}
.member-introduction .content-ikbpf{
  padding-bottom: 30px;
}
.list-member-i{
  margin: 0 -5px;
  flex-wrap: wrap;
}
.list-member-i .item-member-i{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(224, 224, 224);
  border-radius: 10px;
  padding: 30px 20px;
  margin: 0 5px 30px;
  width: calc(33.333% - 10px)
}
.list-member-i_sp .item-member-i{
  width: 100%;
}
.list-member-i_sp .item-member-i .img{
  margin-bottom: 10px;
}
.item-member-i h4{
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.item-member-i h4 a:hover{
  color: #000000;
}
.item-member-i .info .des{
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.list-member-i_sp .item-member-i{
  display: grid;
  grid-template-columns: 45% 55% 100%;
  padding: 10px;
}
.list-member-i .item-member-i .info .btn-tweet-small img{
  max-width: 120px;
}
.list-member-i_sp .item-member-i .btn-buy-tweet{
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  margin: 0 -7px;
}
.list-member-i_sp .item-member-i .btn-buy-tweet a{
  padding: 0 7px;
}
.list-member-i_sp .item-member-i .info{
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}
.list-member-i_sp .item-member-i .info h4{
  margin-top: 0;
  order: 1;
}
.list-member-i_sp .item-member-i .info .btn-tweet-small{
  order: 3;
  margin-bottom: 10px;
}
.list-member-i_sp .item-member-i .info .des{
  order: 2;
  margin-top: 0;
  margin-bottom: 10px;
}
.top-banner_sp .box-img{
  object-fit: contain;
}
.box-countdown_sp .mutil-count .i-countdown:first-child{
  border-bottom: 3px dashed #d9c4be;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-right: none;
}
.banner-nav_sp .container_s1{
  padding: 0;
}
.banner-nav_sp ul li{
  border-bottom: 2px solid #dd88bd;
}
.ranking-i .content-ikbpf{
  padding-left: 0;
  padding-right: 0;
}
.ranking-table_sp .scroll-table,
.ranking-table-in_sp .scroll-table{
  border: none;
}
.ranking-table_sp table tbody tr:nth-child(even){
  background-color: transparent;
}
.ranking-table_sp table tbody:nth-child(even) {
  background-color: #fafafa;
}
.ranking-table_sp table thead tr th,
.ranking-table-in_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 tbody tr.btn td {
  padding: 0 7px;
}
.ranking-table_sp table tbody tr td a, .ranking-table_sp table tbody tr td,
.ranking-table-in_sp table tbody tr td{
  font-size: 12px;
}
.ranking-table_sp table .btn a {
  background: transparent;
  width: 110px;
  padding: 0;
  margin-top: 0;
  text-align: left !important;
  display: block;
  margin-bottom: 0 !important;
}
.ranking-table_sp table .number .img span,
.ranking-table-in_sp table .number .img span{
  font-size: 14px;
}
.ranking-table_sp table .number .img,
.ranking-table-in_sp table .number .img{
  width: 30px;
}
.ranking-table-in_sp table .number .img{
  top: 46%;
}
.ranking-table_sp table .image .img{
  width: 70px;
  display: inline;
}
.ranking-table-in_sp table .image .img{
  width: 70px;
  margin-top: 5px;
}
.ranking-table_sp table .img-marine,
.ranking-table-in table .img-marine{
  width: 70px;
}
.ranking-table:not(.ranking-table_sp) table .img-marine{
  width: 120px;
}
.ranking-table_sp table{
  table-layout: fixed;
}
.ranking-table_sp table tbody .name a{
  display: block;
  width: 100%;
}
.ranking-table_sp table .img-marine{
  display: inline;
}
.ranking-tab_sp .tab_content{
  border: none;
  padding: 0;
}
.ranking-table-in_sp table tbody .name a{
  display: inline;
  margin-bottom: 5px;
}
.ranking-table-in_sp table tr .tweet div{
  flex-direction: column;
}
.ranking-table-in_sp table tr .tweet button{
  margin-left: 0;
  margin-top: 5px;
}
.ranking-table-in_sp table tbody tr:not(:last-child){
  border-bottom:none;
}
.ranking-table-in_sp table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
#tweets {
  display: block;
  overflow: auto;
  max-height: 620px;
  margin: 40px auto 0 auto;
}
.image-banner-ikbpf {
  min-height: 426px;
}
.img-count-down {
  min-height: 252px;
}
@media screen and (min-width: 1200px){
  #tweets {
    margin: 0px auto 0 auto;
  }
  .item-member-i .info .des{
    min-height: 153px;
  }
  .item-member-i .img img{
    min-height: 370px;
    object-fit: cover;
    object-position: center;
  }
  .support-tweet-i .twitter-box .box-upper h3 {
    font-size: 24px;
  }
  .content-social-box .item-sb {
    width: calc(100%/2 - 25px);
  }
  .item-pr-c h4 {
    font-size: 18px;
  }
  .list-item-cate-i h3 {
    font-size: 42px;
  }
  .ranking-table-in table tr td div.centered.image-pr img {
    max-width: 108px;
  }
  .status-item {
    padding: 10px 15px;
  }
  .status-item p {
    font-size: 18px;
  }
  .status-before .d-flex-ct li {
    width: calc(100%/5);
  }
  .box-note-marquee {
    font-size: 1.4rem;
  }
  .banner-nav ul li {
    width: calc(100%/6);
    border-right: 2px solid #dd88bd;
    border-bottom: 0px solid #fa98bf;
    text-align: center;
    height: 54px;
  }
  .banner-nav ul {
    padding: 8px 0;
  }
}
@media screen and (min-width: 768px) {
  .scroll-table {
    max-height: 725px;
  }
  .item-member-i h4{
    font-size: 20px;
  }
  .ranking-title {
    width: 30%;
  }
  .event-summary h2{
    font-size: 36px;
  }
  .title-ranking-tab {
    font-size: 31px;
  }
  .content-ikbpf{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 576px) {
  .i-countdown .title-countdown{
    font-size: 22px;
  }
  .i-countdown .hour * {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .ranking-table-in_sp table tbody .name a{
    display: block;
    width: 110px;
  }
  .i-countdown .hour *{
    font-size: 20px;
  }
  .top-banner_sp .box-img{
    max-width: 250px;
  }
  .box-countdown{
    padding-top: 60px;
  }
  .ranking-table_sp table .image .img,
  .ranking-table-in_sp table .image .img{
    width: 60px;
  }
  .ranking-table_sp table .img-marine{
    width: 60px;
  }
  .ranking-table-in_sp table .img-marine{
    width: 45px !important;
  }
  .ranking-table table tbody tr td.image.name{
    width: 110px;
  }
  .ranking-table table tbody tr td {
    padding: 10px 5px;
  }
  .ranking-table-in table tr .tweet button{
    padding: 4px 5px;
    font-size: 8px;
  }
  .status-item p{
    font-size: 12px;
    line-height: 1.5;
  }
  .support-tweet-i .twitter-box .box-upper:after{
    width: 60px;
  }
  .support-tweet-i .twitter-box .box-lower img{
    right: 0;
  }
  .ranking-table-in table tr .tweet button img{
    width: 15px;
  }
  .image-banner-ikbpf-sp {
    min-height: 340px;
  }
  .img-count-down-sp {
    min-height: 210px;
  }
  .img-vision {
    min-height: 209px;
  }
  .how-to-support .content-how {
    min-height: 280px;
  }
  .event-summary .content-ikbpf {
    min-height: 865px;
  }
  .top-banner.top-banner_sp {
    min-height: 529px;
  }
  .list-member-i_sp .item-member-i .img {
    min-height: 154px;
  }
  .count-down-banner {
    min-height: 210px;
  }
  .box-countdown .mutil-count {
    min-height: 96px;
  }
  .img-marine {
    min-height: 121px;
  }
  .list-member-i_sp .item-member-i .info .btn-tweet-small {
    min-height: 34px;
  }
  .img-projet {
    min-height: 116px;
  }
  .img-logo-red {
    min-height: 118px;
  }
  .img-blue-pink {
    min-height: 129px;
  }
  .page.page-ikbpf.bg-violet-2 {
    min-height: 13000px;
  }
  .list-introduce-i_sp .introduce-item .img {
    min-height: 240px;
  }
}

.product-ca a:hover {
  color: #d97bb6;
}

.page-ikbpf .final-score {
  background-image: url("/common/design/user/img/ikbpf/background-final.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 60px;
}

.page-ikbpf .open-final {
  width: 450px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.page-ikbpf .result-final {
  background-color: #fffdfa;
  padding: 50px;
  margin: 0 90px;
  position: relative;
  /*box-shadow: 0px 10px (#c6c0c2, #e7e2e3);*/
}

.page-ikbpf .rank-first {
  width: 200px;
}

.page-ikbpf .idol-ava {
  width: 240px;
}

.page-ikbpf .prize-img {
  width: 320px;
}

.page-ikbpf .congration {
  position: absolute;
  width: 600px;
  transform: translate(-50%, 50%);
  top: -23%;
  left: 50%;
}

.page-ikbpf .the-first {
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.page-ikbpf .intro-idol {
  font-size: 24px;
  line-height: 30px;
  padding-top: 20px;
  height: 120px;
}

.page-ikbpf .intro-idol span {
  font-size: 20px;
  color: #ed005f;
}

.page-ikbpf .low-rank {
  width: 150px;
  position: absolute;
  transform: translate(-50%, 50%);
  top: -26%;
  left: -10%;
}

.page-ikbpf .rank-idol {
  position: relative;
}

.page-ikbpf .other-rank {
  justify-content: center;
  align-items: center;
  gap: 120px;
  padding-top: 50px;
}

.page-ikbpf-sp .result-final {
  background-color: #fffdfa;
  padding: 25px 10px;
  margin: 0 9px;
  position: relative;
}

.page-ikbpf-sp .final-score {
  padding-top: 80px;
  padding-bottom: 15px;
}

.page-ikbpf-sp .congration {
  width: 250px;
  top: -14%;
  left: 67%;
}

.page-ikbpf-sp .idol-ava {
  width: 120px;
}

.page-ikbpf-sp .prize-img {
  width: 140px;
}

.page-ikbpf-sp .rank-first {
  width: 100px;
  position: absolute;
  transform: translate(-50%, 50%);
  top: -30%;
  left: 13%;
  z-index: 5;
}

.page-ikbpf-sp .the-first {
  position: relative;
  justify-content: flex-end;
  gap: 10px;
  padding-bottom: 0;
}

.page-ikbpf-sp .under-rank {
  width: 70px;
}

.page-ikbpf-sp .intro-idol {
  font-size: 16px;
  line-height: 20px;
  height: fit-content;
}

.page-ikbpf-sp .intro-idol span {
  font-size: 10px;
}

.page-ikbpf-sp .rank-idol {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  gap: 10px;
}