@charset "UTF-8";
img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.d-none {
    display: none;
}

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;
}
.d-grid-ct{
    display: grid;
}
.mb-t-30{
    margin-top: 30px !important;
}
.mb-b-30{
    margin-bottom: 30px !important;
}
.mb-t-10{
    margin-top: 10px;
}
.mb-b-10{
    margin-bottom: 10px;
}
.mb-b-50{
    margin-bottom: 50px;
}
.mb-t-20{
    margin-top: 20px !important;
}
.mb-b-20{
    margin-bottom: 20px;
}
.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-yellow-dark{
    background-color: #ffef3e;
}
.bg-violet-1{
    background-color: #d97bb6;
}
.bg-violet-2{
    background-color: #f9eafa;
}
.bg-violet-3{
    background-color: #d97bb6;
}
.bg-violet-4{
    background-color: #f0e5f6;
}
.bg-pink-light{
    background-color: #fbe3f2;
}
.bg-dark-pink{
    background-color: #e8546b;
}
.bg-white{
    background-color: #fff;
}
.bg-white-2{
    background-color: #f9e3ed;
}
.bg-gray{
    background-color: #f9f9f9;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-between{
    justify-content: space-between;
}
.align-items-center{
    align-items: center;
}
.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;
}
.top-banner {
    background: url("/common/design/user/img/idolkoushien/top-banner.jpg") center no-repeat;
    background-size: cover;
    max-height: 650px;
    min-height: 500px;
}
.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: 500;
    padding: 8px 0;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 35px;
}
.banner-nav ul li a span {
    position: relative;
    line-height: 1.2;
}
.banner-nav ul li a::after {
    content: '';
    position: relative;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 16px solid #ffb3bf;
    width: 0;
    height: 0;
    left: 4px;
    top: -2px;
}
.banner-nav ul li {
    padding: 0 5px;
    text-align: center;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.open-part{
    font-size: 40px;
    line-height: 35px;
    color: #e8546b;
    position: relative;
    font-weight: 700;
    font-style: italic;
    z-index: 3;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8546b;
}

.box-open-part {
    position: relative;
    margin: 0 auto 60px;
    width: fit-content;
}

.bg-open-part {
    width: 100%;
    height: 80px;
    position: absolute;
    transform: translate(-50%, 50%);
    top: -60px;
    left: 50%;
    z-index: 1;
}
.introduce{
    padding: 80px 0 100px;
}
.introduce p{
    font-size: 18px;
    line-height: 35px;
    color: #656565;
}
.grand-fix-award{
    background: url("/common/design/user/img/idolkoushien/bg-prize.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 0 0 100px;
    position: relative;
}
.how-to-join{
    padding: 80px 0;
    background-color: #fff8fb;
}
.list-logo .logo-img img{
    width: 100%;
}
.list-logo_sp{
    flex-wrap: wrap;
}
.list-logo.list-logo_sp .logo-img{
    width: calc(50% - 20px);
    margin-bottom: 30px;
}
.list-buy_sp .list-pr-buy{
    grid-template-columns: 50% 50%;
}
.content-buy.content-buy_sp{
    padding: 30px 10px;
}
.list-buy .list-pr-buy h4 a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 500;
    line-height: 1.3;
}
.buy{
    background: url("/common/design/user/img/idolkoushien/bg-buy.jpg") top no-repeat;
    background-size: cover;
}
.list-logo .logo-img{
    background-color: #fff;
    border: 1px solid;
    text-align: center;
    width: calc(16.66666% - 20px);
    padding: 0 10px;
}
.content-buy{
    padding: 30px;
    margin-top: 80px;
}
.buy p,
.about p,
.support-method p{
    font-size: 14px;
    line-height: 1.5;
    color: #4d4d4d;
}
.buy a:visited{
    color: #333;
}
.design-list{
    padding: 80px 0 100px;
}
.item-product{
    padding-top: 80px;
}
.list-design-item{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.list-design{
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 50px;
}
.list-design h3{
    font-size: 26px;
    background: #6691c2;
    display: inline-block;
    color: #fff;
    border-radius: 33px;
    padding: 15px 10px;
    min-width: 322px;
    margin-bottom: 30px;
    font-weight: 700;
}
.item-list-design{
    padding: 0 15px 25px;
}
.btn-action a{
    background-color: #e1e1e1;
    padding: 8px 0;
    min-width: 240px;
    display: inline-block;
    border-radius: 2px;
    font-size: 22px;
    position: relative;
}
.btn-action a:after{
    content: "^";
    position: absolute;
    right: 15px;
    top: 62%;
    transform: translateY(-50%);
    display: block;
}
.process{
    padding: 90px 0;
}
.process p{
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.process .img-process{
    width: 60%;
}
.process .text{
    width: 40%;
}
.process_sp .img-process,
.process_sp .text{
    width: 100%;
}
.support-method,
.buy{
    padding: 90px 0;
}
.list-buy{
    padding: 40px 0;
    margin-bottom: 20px;
    gap: 20px;
}
.list-buy .avatar{
    padding-right: 10px;
    width: 17%;
}
.list-buy .avatar .img{
    margin-bottom: 15px;
}
.list-buy .avatar .img img{
    object-fit: cover;
}
.list-pr-buy{
    width: 83%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding-left: 11px;
}
.list-pr-buy .pr-img{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.list-pr-buy .item-list-pr-buy.coming-soon .pr-img:after{
    content: '';
    background: #f0b9d1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.list-pr-buy .item-list-pr-buy.coming-soon .text-coming-soon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.list-buy_sp .list-pr-buy{
    margin: 0 -10px;
    width: 100%;
}
.item-list-pr-buy {
    margin-bottom: 20px;
    padding: 0 10px;
}
.item-list-pr-buy .thumb-buy{
    position: relative;
}
.list-buy .avatar h4{
    margin-bottom: 10px;
    min-height: 58px;
}
.item-list-pr-buy h4{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
}
.item-list-pr-buy .btn-buy{
    margin-top: 10px;
    display: block;
}
.buy .note{
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}
.w-ranking{
    padding: 90px 0;
    background-color: #fff8fb;
}
.ranking .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;
    color: #fff;
    padding: 10px 0;
    white-space: nowrap;
    font-family: 'Hiragino';
    text-indent: 1px;
    height: auto;
}
.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;
    font-weight: 700;
    font-family: 'Hiragino';
    margin-top: -2px;
    background-color: #cb1577;
}
.ranking-table,
.ranking-table a:link{
    color: #4d4d4d;
}
.ranking-table table .image img {
    width: 93px;
}
.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: 27px;
}
.ranking-table table thead tr th {
    background-color: #ebebeb;
    padding: 22px 10px;
    font-weight: 500;
    font-size: 20px;
    white-space: nowrap;
    border-right: 2px solid #ffff;
    text-align: center;
}
.scroll-table {
    overflow-y: auto;
    height: auto;
    border: 1px solid #e4e4e4;
    max-height: 410px;
}
.ranking-table table .btn a {
    display: block;
    text-align: right;
}
.ranking-table table tbody .btn .btn-tweet {
    margin-bottom: 5px;
}
.ranking-table:not(.ranking-table_sp) table tr{
    border-bottom: 1px solid #e4e4e4;
}
.ranking-table_sp table tbody{
    border-bottom: 1px solid #e4e4e4;
}
.ranking-table table tr td {
    vertical-align: middle;
    font-weight: 500;
    padding: 10px 7px;
    text-align: center;
}
.ranking-table_sp table {
    table-layout: fixed;
}
.ranking-table table tbody .name a {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    text-align: center;
}
.ranking-table_sp table tbody .name a{
    width: inherit;
}
.ranking-table table tbody td.tweet span{
    display: flex;
    align-items: center;
}
.ranking-table table tbody td.tweet img{
    margin-right: 15px;
}
.ranking-table table tbody .name a:first-child {
    margin-bottom: 5px;
}
.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;
}
.title-tab-ranking{
    text-align: center;
    font-size: 30px;
    color: #ff7eb8;
    margin: 20px 0;
    padding: 20px 0;
    font-weight: 700;
}
.status-atjam-before {
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 30px;
}
.status-atjam-before .d-flex-ct {
    justify-content: center;
    margin: 0 -5px;
}
.status-atjam-before .d-flex-ct li {
    margin: 0 auto;
    width: calc(33.333% - 15px);
}
.status-atjam-item.active {
    background-color: #ff7eb8;
}
.status-atjam-before .status-atjam-item .tabs-a-ct,
.status-atjam-before .status-atjam-item.active .tabs-a-ct {
    background: none;
    text-align: center;
}
.tabs-ranking .tabs-a-ct {
    background: #e2e2e2;
    padding: 0.4rem;
    font-size: 12px;
}
.tabs-ranking a.active .tabs-a-ct p{
    color: #fff;
}
.status-atjam-item p:first-child {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}
.status-atjam-item p:nth-child(2) {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
.status-atjam-item p {
    margin: 0;
    color: #aeaeae;
}
.status-atjam-item {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #e1e1e1;
    border-radius: 5px;
    color: #adadad;
    text-align: center;
}
.status-atjam-after {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.atjam-after-item {
    background: #ffeef7;
    border: 2px solid #fde7ea;
    padding: 25px 20px;
    border-radius: 5px;
    width: calc(33.333% - 24px);
    margin: 0 12px;
}
.atjam-after-item.bg-diff {
    background: #f0f0f0;
    border: 2px solid #d0d0d0;
}
.atjam-after-item {
    background: #ffeef7;
    border: 2px solid #fde7ea;
    padding: 25px 20px;
    border-radius: 5px;
    width: calc(33.333% - 24px);
    margin: 0 12px;
}
.atjam-after-item.bg-diff h2 {
    color: #adadad;
}
.atjam-after-item ul li:nth-child(2):before {
    background: #a9a9a9;
}
.atjam-after-item ul li:nth-child(3):before {
    background: #7f5124;
}
.atjam-after-item h2 {
    color: #e4007f;
    font-size: 22px;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 700;
    background-image: none;
    text-indent: 1px;
}
.atjam-after-item.bg-diff p {
    color: #d0d0d0;
    text-align: center;
    font-size: 18px;
    width: 80%;
    margin: 20px auto 0;
    line-height: 1.5;
}
.atjam-after-item ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.atjam-after-item ul li:nth-child(1):before {
    background: #c79f00;
}
.atjam-after-item ul li:nth-child(3):before {
    background: #7f5124;
}
.atjam-after-item ul li {
    counter-increment: danhso;
}
.atjam-after-item ul li {
    padding: 22px 0 22px;
    border-bottom: 1px solid #fac7c7;
    position: relative;
    display: flex;
    align-items: center;
}
.atjam-after-item ul li div {
    margin-left: 50px;
}
.atjam-after-item ul li p {
    font-size: 16px;
    font-weight: 600;
    color: #000000 !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
}
.atjam-after-item ul li::before {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    background: #252525;
    border-radius: 50%;
    content: counter(danhso);
}
.w-ranking .tab_content .ranking-table{
    width: 80%;
    margin: 0 auto;
}
.banner-text{
    background-image: url(/common/design/user/img/atjam2022/bg-text.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
    padding-top: 90px;
}
.banner-text_sp .box-text,
.banner-text_sp .img{
    width: 100% !important;
}
.banner-text .box-text{
    background-color: rgba(0, 0, 0, 0.502);
    color: #fff;
    font-size: 18px;
    padding: 20px;
    border-radius: 15px;
}
.banner-text .img{
    width: 40%;
}
.banner-text .box-text{
    background-color: rgba(0, 0, 0, 0.502);
    color: #fff;
    font-size: 18px;
    padding: 20px;
    border-radius: 15px;
    width: 60%;
    line-height: 1.5;
}
.group{
    padding: 90px 0;
}
.list-group{
    grid-template-columns: 33.333% 33.333% 33.333%;
}
.list-group_sp{
    grid-template-columns:100%;
}
.item-list-group{
    padding: 0 20px 20px;
}
.item-list-group h3{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.item-list-group p{
    line-height: 1.4;
}
.list-buy_sp{
    padding: 10px 0;
}
.list-buy_sp .text-i{
    width: 40%;
}
.list-buy_sp .avatar{
    width: 100%;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}
.list-buy_sp h4{
    font-size: 18px;
}
.list-buy-product .item-buy-product {
    width: 100%;
    margin: 10px;
    background: #fff;
    padding: 12px 12px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 4px #0004;
}
.item-buy-product.coming-soon .img-pr{
    margin: 25px 0;
}
.item-buy-product .info-pr {
    margin-bottom: 25px;
}
.item-buy-product .img {
    width: 50%;
    margin-right: 10px;
}
.item-buy-product .info {
    width: 50%;
}
.item-buy-product h4 {
    margin-bottom: 20px;
    font-size: 25px;
}
.design-list_sp .list-design-item{
    grid-template-columns: 33.333% 33.333% 33.333%;
}
.design-list_sp .list-design-item .item-list-design{
    padding: 0 5px 25px;
}
.design-list_sp .list-design-item .item-list-design p{
    font-size: 12px;
}
.design-list_sp .list-design h3{
    font-size: 20px;
    padding: 12px 10px;
    min-width: 290px;
}
.design-list_sp .btn-action a{
    font-size: 14px;
    min-width: 160px;
}
.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: 0 -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;
}
.banner-nav_sp .container_s1{
    padding: 0;
}
.banner-nav_sp ul li{
    border-bottom: 2px solid #dd88bd;
}
#tweets {
    display: block;
    overflow: auto;
    max-height: 620px;
    margin: 40px auto 0 auto;
}
.list-buy-product .item-buy-product {
    width: 100%;
    margin: 10px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px 12px 15px;
    display: flex;
    flex-direction: column;
}
.txt-infor {
    padding: 12px 25px;
    text-align: center;
    background: #f0f0f0;
    color: #353535;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
.txt-link {
    font-size: 14px;
    line-height: 20px;
    color: #30a4da;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}
.txt-red {
    color: #c30000;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}
.txt-detail {
    padding: 12px 15px;
    background: #f0f0f0;
    color: #353535;
    font-size: 12px;
    line-height: 26px;
    min-height: 80px;
    font-weight: 400;
}
.list-buy-product {
    flex-wrap: wrap;
}
.list-buy_sp {
    flex-wrap: wrap;
}
.tweet-i{
    padding: 90px 0;
}
.tweet-i h4{
    font-size: 40px;
    margin-bottom: 15px;
}
.tweet-i p{
    font-size: 18px;
    line-height: 1.5;
}
#tweets {
    display: block;
    overflow: auto;
    max-height: 620px;
    margin: 0 auto 0 auto;
}
.banner-nav_sp li a span {
    line-height: 1.2;
    white-space: nowrap;
    display: block;
    font-weight: 600;
    padding: 5px;
    color: #ffffff;
    position: relative;
    width: 8em;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}
.banner-nav_sp{
    padding: 10px;
}
.banner-nav_sp ul li{
    height: 45px;
    width: calc(50% - 10px);
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom: 2px solid #e58abb;
    border-left: 2px solid #e58abb;
    flex-grow: inherit;
    border-top: 2px solid #e58abb;
}
.item-product{
    padding-bottom: 90px;
}
.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;
}
.content-tab-w_sp .status-atjam-item{
    padding: 10px;
}
.content-tab-w_sp .status-atjam-item p:first-child{
    font-size: 16px;
}
.content-tab-w_sp .tabs-ct a.active .tabs-a-ct{
    border: none;
}
.content-tab-w_sp .tab_content{
    padding: 0;
    border:none;
}
.content-tab-w_sp .tab_content .ranking-table{
    width: 100%;
}
.grand-fix-award_sp .no1 p{
    font-size: 20px;
}
.grand-fix-award_sp .no1 > img{
    max-width: 90px;
}
.box-note-marquee marquee div {
    background: transparent !important;
    color: #fff;
}
.content-buy .heading-logo{
    max-width: 200px;
}
.disabled {
    pointer-events: none;
}

.page-idolkoushien .disabled .but-tool {
    background-color: #575757;
    box-shadow: unset;
}
@media screen and (min-width: 1200px){
    .ranking .box-note-marquee{
        font-size: 1.3rem;
    }
    #tweets {
        margin: 0 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);
        text-align: center;
        height: 54px;
    }
    .banner-nav ul {
        padding: 5px 0;
    }
}
@media screen and (min-width: 992px) {
    .content-buy .heading-logo{
        max-width: 300px;
    }
    .list-pr-buy .pr-img img{
        height: 169px;
        object-fit: contain;
    }
    .txt-detail {
        padding: 12px 25px;
        font-size: 18px;
    }
    .txt-red {
        font-size: 18px;
    }
    .txt-link {
        margin-bottom: 10px;
    }
    .list-buy-product .item-buy-product {
        width: calc(50% - 20px);
        padding: 32px 25px 25px;
    }
    .item-buy-product .info-pr img {
        max-height: 204px;
        object-fit: contain;
    }
    .list-buy-product .item-buy-product {
        width: calc(50% - 20px);
        padding: 32px 25px 25px;
    }
    .ranking .ranking-title{
        width: 30%;
    }
}
@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) {
    .list-pr-buy .pr-img:after{
        width: 30px;
        height: 30px;
        right: 10px;
        bottom: 10px;
    }
}

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

.final-notice {
    width: 550px;
    margin: 0 auto;
}

.page-idolkoushien .box-banner {
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.page-idolkoushien .clock-time {
    align-items: center;
    justify-content: center;
}

.page-idolkoushien .icon-clock {
    width: 50px;
    margin-right: 5px;
}

.page-idolkoushien .text-clock-banner {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.page-idolkoushien .hour {
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    justify-content: center;
}

.page-idolkoushien .btn-banner {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #c20505;
    border-radius: 50px;
    padding: 15px 40px 15px 28px;
    margin: 0 auto;
    position: relative;
    box-shadow: 1px 4px 0 0 #7b0828;
}

.page-idolkoushien .btn-banner::after {
    content: '';
    position: absolute;
    top: 35%;
    right: 5%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    transform: rotate(223deg);
}

.page-idolkoushien .part-banner {
    flex: 1;
}

.page-idolkoushien .content-banner {
    align-items: center;
    padding: 15px 0 45px;
}

.page-idolkoushien .img-open-prize {
    width: 600px;
    margin: 0 auto;
    position: relative;
    top: -55px;
}

.page-idolkoushien .box-prize {
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding: 70px 35px 35px;
    gap: 20px;
    border-radius: 10px;
    flex: 1;
    flex-direction: column;
    position: relative;
}

.page-idolkoushien .icon-prize-1 {
    position: absolute;
    width: 125px;
    top: -28px;
    left: 39%;
}

.box-prize-1st {
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.page-idolkoushien .text-prize-1,
.page-idolkoushien .text-prize-2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

.page-idolkoushien .text-prize-1 {
    color: #ff2458;
}

.page-idolkoushien .text-prize-1 span {
    color: #6a6a6a;
    font-size: 17px;
}

.page-idolkoushien .plus-icon {
    position: absolute;
    transform: translate(-50%, 50%);
    top: 46%;
    left: 50%;
    width: 60px;
}

.page-idolkoushien .text-prize-2 {
    color: #ff85bb;
}

.page-idolkoushien .list-into-prize {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 81%;
    margin: 0 auto;
}

.page-idolkoushien .timeline-box,
.page-idolkoushien .timeline-img {
    position: relative;
}

.page-idolkoushien .timeline-box {
    padding: 60px 0 130px;
}

.page-idolkoushien .timeline-item {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    transform: translate(-50%, 50%);
    font-size: 18px;
    line-height: 25px;
    width: max-content;
}

.page-idolkoushien .timeline-item-1, .page-idolkoushien .timeline-item-2 {
    color: #1facb1;
}

.page-idolkoushien .timeline-item-3,
.page-idolkoushien .timeline-item-4 {
    color: #fb9142;
}

.page-idolkoushien .timeline-item-1 {
    top: 55%;
    left: 15%;
}

.page-idolkoushien .timeline-item-2 {
    top: 55%;
    left: 55%;
}

.page-idolkoushien .timeline-item-3 {
    top: 6%;
    left: 66.7%;
}

.page-idolkoushien .timeline-item-4 {
    top: 6%;
    left: 100%;
}

.page-idolkoushien .img-timeline {
    width: 20px;
}

.page-idolkoushien .ways-join {
    gap: 20px;
}

.page-idolkoushien .box-join {
    align-items: center;
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0 3px 5px 3px #cecece;
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    width: 49%;
}

.page-idolkoushien .img-shirt {
    height: 175px;
    margin-bottom: 30px;
}

.page-idolkoushien .name-join {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 20px;
}

.page-idolkoushien .text1-join {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
}

.page-idolkoushien .list-point {
    flex-wrap: wrap;
    margin: 0 10px;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.page-idolkoushien .list-prize {
    align-items: center;
    justify-content: center;
}

.page-idolkoushien .list-prize span {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    padding: 3px 15px;
    background-color: #f76c92;
    width: 150px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-idolkoushien .text2-join {
    font-size: 14px;
    line-height: 24px;
}

.page-idolkoushien .logo-group img {
    width: 35%;
}

.page-idolkoushien .intro-heading {
    align-items: flex-start;
}

.page-idolkoushien .but-link {
    height: 45px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.page-idolkoushien .but-twit {
    background-color: #000000;
}

.page-idolkoushien .but-twit img {
    width: 25px;
    margin-right: 10px;
}

.page-idolkoushien .but-tool {
    background-color: #c20505;
    box-shadow: 0 5px #7b0525;
}

.page-idolkoushien .pr-img img {
    background-color: #f2f2f2;
    padding: 10px;
}

.page-idolkoushien .pr-img {
    position: relative;
}

.page-idolkoushien .pr-img:after {
    content: "";
    background-image: url(/common/design/user/img/iket/ic-plus-grey.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.page-idolkoushien .broad-rank,
.page-idolkoushien .broad-rank img {
    position: relative;
}

.page-idolkoushien .box-note-marquee {
    position: absolute;
    top: 63%;
    width: 100%;
    padding: 0 10px;
    background-color: transparent;
}

.page-idolkoushien .note-marquee {
    background: transparent;
    color: #fff;
}

.page-idolkoushien .rank-table {
    overflow-x: auto;
    max-height: 800px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.page-idolkoushien .part-ranking .rank-table tr:nth-of-type(n + 11) {
    display: none;
}

.page-idolkoushien .even {
    background-color: #fafafa;
}

.page-idolkoushien thead th {
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    padding: 10px 0;
}

.page-idolkoushien .total-button {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 20px 0;
    margin-right: 20px;
}

.page-idolkoushien .but-twitter,
.page-idolkoushien .but-sell {
    width: 240px;
    height: 50px;
    font-size: 21px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.page-idolkoushien .but-twitter img,
.page-idolkoushien .but-sell img {
    width: 25px;
    margin-right: 10px;
}

.page-idolkoushien .but-sell {
    background-color: #c20505;
    box-shadow: 0 2px 0 0 #780021;
}

.page-idolkoushien-sp .but-twitter,
.page-idolkoushien-sp .but-sell {
    width: 105px;
    height: 25px;
    font-size: 11px;
    line-height: 24px;
    border-radius: 3px;
}

.page-idolkoushien-sp .but-twitter img,
.page-idolkoushien-sp .but-sell img {
    width: 14px;
    margin-right: 5px;
}

.page-idolkoushien .but-twitter {
    margin-top: 10px;
    background-color: #000000;
}

.page-idolkoushien-sp .name-rank {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}

.page-idolkoushien .name-rank {
    font-size: 20px;
    line-height: 20px;
}

.page-idolkoushien-sp .name-rank {
    font-weight: 700;
}

.page-idolkoushien .img-ranking {
    width: 90px;
    height: 90px;
    margin-right: 20px;
}

.page-idolkoushien-sp .img-ranking {
    width: 60px;
    height: 60px;
    margin-right: 7px;
}

.page-idolkoushien .idol-name {
    align-items: center;
    padding-left: 15px;
}

.page-idolkoushien .text-rank {
    position: absolute;
    transform: translate(-50%, 50%);
    font-size: 18px;
    font-weight: 700;
    top: 14%;
    left: 50%;
}

.page-idolkoushien-sp .text-rank {
    font-size: 10px;
    top: 10%;
}

.page-idolkoushien .no-ranking,
.page-idolkoushien .img-rank {
    position: relative;
}

.page-idolkoushien .img-rank {
    width: 50px;
    margin: auto;
}

.page-idolkoushien-sp .img-rank {
    width: 25px;
}

.page-idolkoushien-sp .no-ranking {
    margin: 0 8px;
}
.page-idolkoushien tbody th {
    vertical-align: middle;
}
.img-event-banner {
    width: 60%;
    margin: 0 auto;
}
.text-banner {
    font-size: 27px;
    line-height: 35px;
    color: #e8546b;
    font-weight: 700;
    padding-top: 35px;
    position: relative;
}
.text-banner span {
    font-size: 34px;
    position: relative;
    z-index: 3;
}
.text-banner::after {
    content: '';
    position: absolute;
    background-color: #ffe400;
    height: 20px;
    width: 220px;
    bottom: 0;
    left: 19%;
}
.logo-open-part {
    width: 33px;
    margin: 0 auto 10px;
}
.user-sp {
    flex-direction: column;
    width: 49%;
    box-shadow: 0 3px 5px 3px #cecece;
    background-color: #FFFFFF;
    padding: 23px 18px;
    border-radius: 10px;
}
.avatar .img,
.avatar .info-user {
    width: 50%;
}

.avatar .info-user {
    margin: 0 15px;
}
.final-result {
    align-items: center;
    justify-content: center;
    background-color: #f9ccd3;
    border-radius: 5px;
    padding: 20px;
    gap: 50px;
    width: 925px;
    margin: 0 auto;
    font-weight: 700;
}
.text-final {
    font-size: 20px;
    line-height: 36px;
}
.countdown-final {
    padding: 25px 50px;
    background-color: #212121;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.title-countdown {
    font-size: 20px;
    color: #ff0000;
    line-height: 36px;
    padding-bottom: 10px;
}
.countdown-final .hour {
    font-weight: 700;
    line-height: 36px;
    font-size: 40px;
    color: #ffffff;
}
@media screen and (max-width: 1100px) {
    .top-banner {
        background: url("/common/design/user/img/idolkoushien/top-banner-sp.jpg") center no-repeat;
        background-size: 100% 100%;
        max-height: 400px;
        min-height: 300px;
    }

    .text-banner {
        font-size: 14px;
        line-height: 25px;
        padding-top: 20px;
    }

    .text-banner span {
        font-size: 17px;
    }

    .text-banner::after {
        height: 12px;
        width: 108px;
        bottom: 2px;
        left: 3%;
    }

    .page-idolkoushien .box-banner {
        margin: 0 auto;
        align-items: center;
        gap: 10px;
    }

    .page-idolkoushien .text-clock-banner {
        font-size: 12px;
        line-height: 20px;
    }

    .page-idolkoushien .icon-clock {
        width: 25px;
        margin-right: 3px;
    }

    .page-idolkoushien .hour {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 0;
    }

    .page-idolkoushien .btn-banner {
        font-size: 14px;
        line-height: 25px;
        padding: 5px 20px 5px 14px;
        box-shadow: 1px 2px 0 0 #7b0828;
    }

    .page-idolkoushien .btn-banner::after {
        width: 5px;
        height: 5px;
        border-top: 1px solid #FFFFFF;
        border-left: 1px solid #FFFFFF;
    }

    .page-idolkoushien .banner-nav ul li a {
        font-size: 12px;
        line-height: 18px;
        width: max-content;
    }

    .page-idolkoushien .banner-nav ul li a::after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #ff7eb8;
        left: 4px;
        top: -2px;
    }

    .page-idolkoushien .banner-nav ul li {
        padding: 10px 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: unset;
        height: fit-content;
    }

    .page-idolkoushien .banner-nav ul {
        max-width: 100%;
        overflow-y: scroll;
        overflow-x: scroll;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 25px;
    }

    .logo-open-part {
        width: 25px;
        margin: 0 auto 5px;
    }

    .page-idolkoushien .content-banner {
        padding: 20px 0 15px;
    }

    .introduce {
        padding: 40px 0 50px;
    }

    .page-idolkoushien .img-open-prize {
        width: 90%;
        top: -30px;
    }

    .page-idolkoushien .text-prize-1,
    .page-idolkoushien .plus-icon,
    .page-idolkoushien .text-prize-2 {
        font-size: 15px;
        line-height: 20px;
    }

    .page-idolkoushien .icon-prize-1 {
        width: 70px;
        position: relative;
        left: 0;
        top: 0;
    }

    .page-idolkoushien .list-into-prize {
        padding-top: 10px;
        gap: 10px;
    }

    .page-idolkoushien .box-prize {
        padding: 13px 10px;
        gap: 10px;
        border-radius: 5px;
        flex-direction: column;
        flex: 1;
    }

    .box-prize-1st {
        align-items: flex-start;
        position: relative;
        gap: 10px;
        flex-direction: row;
    }

    .page-idolkoushien .plus-icon {
        position: absolute;
        top: 15%;
        left: 50%;
        padding: 0;
        width: 30px;
    }

    .second .img-prize {
        width: 50%;
        margin: 0 auto;
    }

    .page-idolkoushien .text-prize-1 span {
        font-size: 8px;
    }

    .grand-fix-award {
        padding: 0 0 50px;
    }

    .page-idolkoushien .timeline-box {
        padding: 33px 0 65px;
    }

    .page-idolkoushien .timeline-item {
        font-size: 12px;
        line-height: 15px;
    }

    .page-idolkoushien .timeline-item-4,
    .page-idolkoushien .timeline-item-2,
    .page-idolkoushien .timeline-item-1 {
        top: 48%;
    }

    .page-idolkoushien .timeline-item-4 {
        left: 94.3%;
        align-items: flex-end;
    }

    .page-idolkoushien .timeline-item-3 {
        top: -1%;
    }
    
    .page-idolkoushien .timeline-item-1 {
        left: 19%;
    }

    .page-idolkoushien .img-timeline {
        width: 10px;
    }

    .page-idolkoushien .ways-join {
        flex-direction: column;
    }

    .page-idolkoushien .box-join {
        width: 100%;
        padding: 15px;
    }

    .page-idolkoushien .info-join {
        gap: 15px;
    }

    .page-idolkoushien .img-shirt {
        height: fit-content;
        width: 100%;
        margin-bottom: 0;
    }

    .page-idolkoushien .name-join {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .page-idolkoushien .text1-join {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 16px;
    }

    .page-idolkoushien .list-point {
        margin: 0;
    }

    .page-idolkoushien .list-prize span {
        font-size: 13px;
        line-height: 15px;
        padding: 5px 0;
        width: 100px;
    }

    .page-idolkoushien .text2-join {
        font-size: 12px;
        line-height: 20px;
    }

    .list-logo {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .list-logo .logo-img {
        width: 31%;
    }

    .logo-group {
        text-align: center;
        padding: 15px 0;
    }

    .page-idolkoushien .but-link {
        width: 100%;
        height: 30px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .page-idolkoushien .show-list-sell .but-link {
        margin: 0 auto;
    }

    .list-buy .avatar h4 {
        margin-bottom: 10px;
        min-height: fit-content;
    }

    .page-idolkoushien .but-twit img {
        width: 15px;
        margin-right: 5px;
    }

    .list-buy_sp .list-pr-buy {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        padding: 0;
        justify-content: space-between;
        margin: 0;
    }

    .item-list-pr-buy {
        padding: 0;
        width: 47%;
    }

    .page-idolkoushien .note-marquee {
        font-size: 12px;
    }

    .page-idolkoushien .box-note-marquee {
        top: 51%;
    }

    .page-idolkoushien .title-tab-ranking {
        font-size: 15px;
        line-height: 25px;
        padding: 25px 0 15px;
    }

    .status-atjam-item p:first-child {
        font-size: 12px;
    }

    .status-atjam-item {
        padding: 5px 3px;
    }

    .tab_content {
        border: none;
    }

    .page-idolkoushien .no-ranking {
        margin: 0 8px;
    }

    .page-idolkoushien .img-rank {
        width: 25px;
    }

    .page-idolkoushien .text-rank {
        font-size: 10px;
        top: 10%;
    }

    .page-idolkoushien .img-ranking {
        width: 60px;
        height: 60px;
        margin-right: 7px;
    }

    .page-idolkoushien .total-button {
        padding: 10px 0;
        margin-left: 5px;
    }

    .page-idolkoushien .but-twitter,
    .page-idolkoushien .but-sell {
        width: 105px;
        height: 25px;
        font-size: 11px;
        line-height: 24px;
        border-radius: 3px;
    }

    .page-idolkoushien .but-twitter img,
    .page-idolkoushien .but-sell img {
        width: 14px;
        margin-right: 5px;
    }

    .page-idolkoushien .timeline-box,
    .page-idolkoushien .timeline-img {
        max-width: 350px;
        margin: 0 auto;
    }
    .final-result {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
        width: 100%;
    }
    .text-final {
        font-size: 14px;
        line-height: 25px;
        font-weight: 700;
    }
    .countdown-final {
        padding: 15px 30px;
        width: 100%;
    }
    .title-countdown {
        font-size: 16px;
        line-height: 25px;
    }
    .countdown-final .hour {
        font-size: 32px;
    }
}
@media screen and (max-width: 576px) {
    .list-buy_sp .list-pr-buy h4 a{
        font-size: 12px;
    }
    .img-event-banner {
        width: 100%;
    }
    .ranking-table_sp table .number .img{
        width: 40px;
    }
    .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 tr td a,
    .ranking-table_sp table tr td span{
        font-size: 12px;
    }
    .ranking-table_sp table tbody td.tweet img{
        margin-right: 6px;
    }
    .txt-infor{
        padding: 12px 16px;
        font-size: 14px;
    }
    .buy .text-coming-soon{
        font-size: 12px;
    }
    .open-part{
        font-size: 20px;
        padding-bottom: 5px;
        line-height: 25px;
    }
    .box-open-part {
        position: relative;
        margin: 0 auto 25px;
        width: fit-content;
    }
    .introduce p,
    .buy p{
        font-size: 12px;
        line-height: 20px;
    }
    .how-to-join,
    .w-ranking {
        padding: 40px 0;
    }
    .ranking-table-in_sp table tbody .name a{
        display: block;
        width: 110px;
    }
    .top-banner_sp .box-img{
        max-width: 250px;
    }
    .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;
    }
    .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;
    }
    .list-introduce-i_sp .introduce-item .img {
        min-height: 240px;
    }
    .page-idolkoushien .name-rank {
        font-size: 12px;
        text-align: left;
        font-weight: 500;
    }
    .final-notice {
        width: 100%;
    }
    .buy {
        background: url("/common/design/user/img/idolkoushien/bg-buy-sp.png") top no-repeat;
        background-size: cover;
        padding: 45px 0;
    }
    .user-sp {
        width: 100%;
    }
    .rank-table {
        border: 1px solid #dbdbdb;
        background-color: #FFFFFF;
        max-height: 500px;
    }
}