@charset "UTF-8";

/* animator */
@keyframes rankAni{
    0%{opacity: 0; transform: translateY(150px)}
    100%{opacity: 1; transform: translateY(0)}
}
.main-rank-area.active li:nth-child(1){
    animation-name: rankAni;
    animation-duration: .3s;
}
.main-rank-area.active li:nth-child(2){
    animation-name: rankAni;
    animation-duration: .6s;
}
.main-rank-area.active li:nth-child(3){
    animation-name: rankAni;
    animation-duration: .9s;
}
.main-rank-area.active li:nth-child(4){
    animation-name: rankAni;
    animation-duration: 1.3s;
}.main-rank-area.active li:nth-child(5){
     animation-name: rankAni;
     animation-duration: 1.7s;
 }

* {
    box-sizing: border-box;
}
.content-wrap {
    padding: 70px 0 20px;

}
.scroll-action-area {
    transform: translateY(150px);
    opacity: 0;
    transition: all .4s;
}
.scroll-action-area.scrolled {
    transform: translateY(0);
    opacity: 1;
}
#mdJoinProject,
#project-rank {
    transform: translateY(150px);
    opacity: 0;
    transition: all .4s;
}
#mdJoinProject.active,
#project-rank.active {
    transform: translateY(0);

    opacity: 1;
}
#mdJoinProject.active {
    transition-delay: .4s;
}
#project-rank.active {
    transition-delay: .6s;
}

.main-section {
    position: relative;
}
.section-name { color: var(--maincolor) !important; }
.main-title {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
}
.main-contents-1 .container{
    margin: 50px auto 20px;
    display: flex;
    gap: 40px;
}
#mdJoinProject {
    width: 70%;
}

#mdJoinProject .swiper {
    width: 100%;
    /*height: 400px;*/
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
#mdJoinProject .swiper-slide {
    font-size: 18px;
    height: 232.99px;
    height: calc((100% - 30px) / 2) !important;


}
#mdJoinProject .swiper-slide a {
    /* Center slide text vertically */
    display: flex;
    width: 100%; height: 100%;
    flex-direction: column;
    gap: 10px;
    padding-right: 14px;
    margin-bottom: 20px;
}
.swiper-grid-column>.swiper-wrapper {
    flex-direction: row !important;
}
#mdJoinProject .slide-img {
    background: #eee;
    width: 100%;
    height: 124px;
}
.product-main-title{
    font-size: 14px;
    color: #191919;
    font-weight: 500;
    line-height: 1.4;
}
.product-detail-info {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}
.tab-menu-btn {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.tab-menu-btn li {
    color: #aaa;
}
.tab-menu-btn li.active {
    text-decoration: underline;
    color: #191919;
    font-weight: 800;
}
.main-rank-area > ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.category,
.category span{
    font-size: 12px;
    color: #ccc;
    font-weight: 200;
}
.main-rank-area > ul > li {
    margin-bottom: 10px;
}
.main-rank-area > ul > li > a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.main-rank-area > ul > li > a em{
    line-height: 28px;
    font-size: 21px;
    color: #191919;
    font-weight: 800;
    font-style: normal;
}
.main-rank-area > ul > li > a > div{
    width: 100%;
}
.main-rank-area > ul > li > a h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
    width: 100%;
    height: auto;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.funding-percent {
    color: var(--maincolor);
    font-weight: 700;
    margin-right: 4px;
    line-height: 20px;
    font-size: 14px;
}
.store-name {
    font-size: 12px;
    color: #babac3;
}
.funding-percent em,
.funding-percent span {
    font-style: normal;
    font-size: 20px;
}
.funding-percent span:first-child{
    margin-right: 3px;
}
.project-img {
    width: 93px !important;
    height: 56px;
    background: #eee;
    background-position: center center;
    background-size: cover;
}
#project-rank {
    width: calc(30% - 40px);
}
#project-rank .main-title {
    margin-bottom: 0;
}

.contents-area .swiper-slide .slide-thumb{
    height: 160px;
    margin-bottom: 10px;
    background: #eee;
}

.main-section .swiper-button-next {
    right: var(--swiper-navigation-sides-offset,-10px);
}
.main-section .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,-10px);
}
.main-section .swiper-button-prev,
.main-section .swiper-button-next {
    width: 40px;
    height: 40px;
    outline: 1px solid #eee;
    background: #fff;
    border-radius: 50%;
}
.main-section .swiper-button-prev::after,
.main-section .swiper-button-next::after {
    color: #4c4c4c !important;
}
.main-rank-area li:hover h5 {
    text-decoration: underline;
}
#bannerArea .container {
    display: flex;
    gap: 20px;
}
.banner-content {
    height: 240px;
    width: calc(50% - 10px);
    overflow: hidden;
}
.banner-content > a{
    display: block;
    width: 100%; height: 100%;
}
.banner-content:hover a div {
    transform: scale(1.05);
}
.banner-content > a DIV {
    width: 100%; height: 100%;
    transition: all .4s;
}
#btEventBanner {
    margin: 90px auto 150px;
    /*transform: translateY(150px);*/
    opacity: 0;
    transition: all .5s;
    transition-delay: .2s;
}
#btEventBanner.scrolled {
    opacity: 1;
}
#btEventBanner .contents-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 245px;
    gap: 3px;
    overflow: hidden;
    background: url("../images/img-fundingopen-pc.jpg") no-repeat center / cover;
}
#btEventBanner h3 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #fff;
}
#btEventBanner p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.57);
}
.link-btn {
    display: block;
    display: inline-block;
    padding: 10px 22px;
    background: var(--maincolor);
}
.link-btn span{
    line-height: 1;
    color: #fff;
    padding-right: 18px;
    position: relative;
}
.link-btn:hover {
    background: #fff;
}
.link-btn:hover span {
    color: #191919;
    font-weight: 500;
}
.link-btn span::after {
    content:'';
    display: inline-block;
    height: 12px;
    width: 10px;
    position: absolute;
    right: 0; top: 3px;
    background: url("../images/arrow.png") no-repeat center center/ cover;
}
.link-btn:hover span::after {
    background: url("../images/arrow_o.png") no-repeat center center/ cover;
}

/* rankReload css */
#rankReload {
    width: 24px;
    height: 24px;
    background: url('../../common/images/reload-icon.svg') no-repeat center center / 100%;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
    border: none;
    cursor: pointer;
}
#rankReload:focus {
    border: none;
}
.rang-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}