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

.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: #e4007f;
}
.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;
}
.image-banner-top{
    position: relative;
}
.image-banner-top .content-banner{
    color: #4d4d4d;
}
.image-banner-top_sp .content-banner{
    width: 90%;
}
.image-banner-top_sp .box-countdown{
    background-color: rgb(255 255 255 / 0.7);
    border-radius: 10px;
    margin-top: 15px;
}
.image-banner-top_sp .box-countdown .i-countdown:first-child{
    border-right: 1px dashed #917682;
}
.image-banner-top_sp .box-countdown .i-btn-countdown a{
    margin-left: 5px;
}
.main-ikbpf{
    padding: 0;
}
.content-ikbpf{
    padding-left: 20px;
    padding-right: 20px;
}
.box-countdown{
    flex-grow: 1;
    text-align: center;
    align-items: center;
}
.box-countdown .i-countdown:first-child{
    border-right: 3px dashed #917682;
    padding: 15px 0;
}
.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;
    margin-bottom: 5px;
    font-weight: 700;
}
.i-countdown .hour{
    justify-content: center;
}
.i-countdown .hour * {
    font-size: 28px;
    font-weight: 700;
}

.top-banner {
    background: url("/common/design/user/img/wallop2022/bg-wallop2022.png") center no-repeat;
    background-size: cover;
}
.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/atjam2022/ic-play-normal.png);
    position: relative;
    right: 0;
    margin-left: 35px;
    transform: rotate(330deg);
    margin-top: -3px;
}
.banner-nav ul li {
    padding: 0 5px;
    text-align: center;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    border-right: 2px solid #e58abb;
}
.banner-nav ul li:first-child{
    border-left: 2px solid #e58abb;
}
.title-wallop2022{
    font-size: 36px;
    color: #aa61cd;
    position: relative;
    font-weight: 700;
}
.title-wallop2022:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #aa61cd;
    position: absolute;
    bottom: -14px;
    transform: translateX(-50%);
    left: 50%;
}
.introduce{
    padding: 80px 0 100px;
}
.introduce p{
    font-size: 20px;
    line-height: 1.5;
}
.introduce h3{
    font-size: 26px;
    line-height: 1.3;
    color: #0071b7;
    font-weight: 700;
}
.grand-fix-award{
    background-color: #f0b9d1;
    padding: 60px 0 30px;
}
.grand-fix-award .bg{
    background-image: url(/common/design/user/img/wallop2022/bg-money.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.how-to-join{
    padding: 80px 0;
}
.before-how-to-join_sp{
    padding: 0 30px;
}
.before-how-to-join_sp>div img{
    object-fit: contain;
}
.before-how-to-join>div {
    width: calc((100% - 20px) / 2);
    border-radius: 5px;
    border: 1px solid #f7f7f7;
    padding: 40px 30px 50px 30px;
    box-shadow: 0 1px 4px #0004;
    background-color: #ecf6fa;
    color: #4d4d4d;
}
.before-how-to-join_sp>div{
    width:100%;
}
.before-how-to-join>div img {
    display: block;
    height: 170px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}
.before-how-to-join>div h4 {
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 10px;
}
.before-how-to-join>div p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 0;
}
.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-color: #f0e5f6;
}
.list-logo .logo-img{
    background-color: #fff;
    border: 1px solid;
    text-align: center;
    width: calc(16.66666% - 20px);
    padding: 0px 10px;
}
.content-buy{
    padding: 30px;
    margin-top: 80px;
}
.buy p,
.about p,
.support-method p{
    font-size: 18px;
    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 0px;
    margin-bottom: 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;
    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;
}
.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;
}
.item-list-pr-buy h4{
    margin-top: 10px;
}
.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;
}
.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: #aa61cd;
    margin: 20px 0;
    background: #f0e5f6;
    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: #e4007f;
}
.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-ct .tabs-a-ct {
    background: #e2e2e2;
    padding: 0.4rem;
    font-size: 12px;
}
.tabs-ct a.active .tabs-a-ct p{
    color: #fff;
}
.status-atjam-item p:first-child {
    font-size: 30px;
    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;
    font-weight: 800;
    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: 40%;
    padding-left: 0px;
    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: 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;
}
#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;
}
.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: 0px 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;
    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%;
}
.no1{
    border-radius: 5px;
    width: 85%;
    margin: 0 auto;
    align-items: center;
    font-size: 40px;
    text-align: center;
    color: #cb1577;
    font-weight: 900;
    padding: 10px 40px;
}
.no1 .info{
    width: 70%;
}
.no-normal{
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;
}
.item-no-normal{
    background-color: rgb(249 227 237 / 70%);
    width: calc(33.333% - 15px);
    border-radius: 5px;
    text-align: center;
    color: #cb1577;
    font-weight: 700;
    font-size: 38px;
    padding: 15px;
}
.item-no-normal p,
.no1 p{
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    line-height: 1.1;
}
.item-no-normal > img{
    margin-top: -45px;
}
.item-no-normal .info{
    margin-top: 10px;
}
.grand-fix-award_sp .no1,
.grand-fix-award_sp .no-normal{
    width: 100%;
}
.grand-fix-award_sp .item-no-normal{
    padding: 10px;
}
.grand-fix-award_sp .item-no-normal p{
    font-size: 18px;
}
.grand-fix-award_sp .no1 p{
    font-size: 20px;
}
.grand-fix-award_sp .no1 > img{
    max-width: 90px;
}
.grand-fix-award_sp .item-no-normal > img{
    max-width: 60px;
}
.box-note-marquee marquee div {
    background: transparent !important;
    color: #fff;
}
.content-buy .heading-logo{
    max-width: 200px;
}
@media screen and (min-width: 1200px){
    .ranking .box-note-marquee{
        font-size: 1.3rem;
    }
    #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);
        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) {
    .box-countdown{
        margin-top: 46px;
    }
    .i-countdown .title-countdown{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .i-countdown .hour * {
        font-size: 34px;
    }
    .list-pr-buy .pr-img:after{
        width: 30px;
        height: 30px;
        right: 10px;
        bottom: 10px;
    }
}
@media screen and (max-width: 576px) {
    .list-buy_sp .list-pr-buy h4 a{
        font-size: 14px;
    }
    .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;
    }
    .title-wallop2022{
        font-size: 28px;
    }
    .introduce h3{
        font-size: 18px;
    }
    .introduce p,
    .buy p{
        font-size: 14px;
    }
    .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;
    }
    .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;
}

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

.page-wallop2022_sp .final-notice {
    width: 100%;
}