/*************** h *****************/
h2.title {
    font-size: 16px;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #aaa;
    text-align: center;
}

.pj_view_pc {
    margin: 80px 0 0 0;
    padding: 48px 0 14px 0;
    font-size: 38px;
    font-weight: bold;
    border-bottom: 4px solid;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
    
}
.pj_view_pc_f {
    margin: 80px 0 0 0;
    padding: 48px 168px 14px 0;
    font-size: 38px;
    font-weight: bold;
    border-bottom: 4px solid;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
    
    
}

.like{
    position: absolute;
    right: 0;
    bottom: 14px;
    cursor: pointer;
}

/*************** Project View *****************/
.project {
    position: relative;
    z-index: 0;
    width: 100%;
}

/*************** Project Header *****************/
.project_header {
    padding: 0px 0px 0px 0px;
    margin: 100px 0 30px 0;
    border-bottom: 0px solid #999;
    text-align: center;
    width: 100%;
    margin-top: 70px;
    background-color: #fff;
}

.project_header h1 {
    font-size: 30px;
    padding: 30px 15px 5px 15px;
    font-weight: bold;

    border-bottom: 2px solid #323232;
    

    word-wrap: break-word;
    overflow-wrap: break-word;

}





.project_header .sub {
    margin-bottom: 50px;
}

.project_header .header_menu {
    width: 80%;
    display: table;
    margin: 0 8%;
}

.project_header .header_menu div {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    border-right: 0px solid #999;
    cursor: pointer;
    width: 25%;
}
/*
.project_header .header_menu div.back_btn {
    background: rgba(0, 200, 0, 0.8);
}

.project_header .header_menu div.back_btn:hover {
    background: rgba(0, 230, 0, 0.95);
}
*/
/*************** Project Content *****************/
.project .project_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 0 0 0;
    text-align: left;
    display: block
    back
}

.project .project_content .left,
.project .project_content .right {
    display: block;
    vertical-align: top;
    word-break: break-all;
    float: left;
}

.project .project_content .left {
    width: 65%;
    padding-right: 20px;
    margin: 0 0 112px 0;
}

.project .project_content .right {
    width: 35%;
    padding-left: 24px;
}

.project .project_content .left .thumb {
}

@media screen and (max-width: 749px) {
    .project .project_content .left,
    .project .project_content .right {
        float: none;
        width: 100%;
    }
}

.project .social_btn_project {
    position: relative;
    /**margin-top: 10px;
    margin-bottom: 20px;**/
}

/*************** Project Detail *****************/
.project .img_content {
    text-align: center;
}

.project .img_content .img-responsive {
    margin: 0 auto;
    display: inline;
    text-align: center;
    

}

/*************** Project Info *****************/
.project .project_info {
    display: table;
    width: 100%;
}

.project .project_info .data {
    font-size: 16px;
    background: #fff;
    padding: 0 0 26px 0;
    border-radius: 0px;
    border: 0px solid #999;
}

.project .project_info {
    font-size: 30px;
    font-weight: bold;
    padding-left: 0px;
}

.project .project_info .data .price {
    padding: 0px 0px 0 0px;
}

.project .project_info .data .price .service_fin {
    padding: 10px;
    border: solid 1px #f00;
    color: #c21;
    margin-bottom: 20px;
    text-align: center;
    background: #fee;
}




/*
.project .project_info .data p.title {
    margin: 5px;
}*/



.project .project_info .data .progress {
    margin: 0 0 34px 0;
}

.project .project_info .back_btn {
    color: #fff;
    width: 100%;
    height: 50px;
    padding: 10px;
    margin: 0px 0 10px 0;
}

.project .text_content,
.project .img_content,
.project .movie_content {
    padding: 10px 0 ;
    display: inline-block; 
    /*height: 400px;*/
    width: 100%;
    
}

.project .img_content .card img{
    height:100%;
    width: 100%;
    object-fit: contain; 
}

.movie{
    height: 100% !important;
    width: 90% !important;

}



/*************** thumbnail movie *****************/
.thumb img {
    border-radius: 0px;
    border: 0;
}

.thumbnail_movie {
    position: relative;
    cursor: pointer;
}

.movie_start_btn {
    background-image: url('../img/movie_start_btn.png');
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.thumbnail_movie:hover .movie_start_btn {
    background-image: url('../img/movie_start_btn2.png');
}

/*************** Project user *****************/
.project .user_info {
    
    position: relative;
    margin: 0px 0 74px 0;
}

.project .user_info .content {
    text-align: center;
    position: relative;
}

.project .user_info .content img {
    border: 10px solid #fff;
}

.project .user_info .name {
    font-size: 18px;
    font-weight: bold;
}

.project .user_info .school {
    margin-bottom: 20px;
}

.u_content{
    display: flex;
    align-items: center;
}

.u_info_img img {
    width: 48px;
    height: 48px;
}

.name {
    padding: 0 0 0 12px;
}

.toukousha{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}


/*************** Project return *****************/
.backing_levels {
    margin: 30px 0 84px 0;
    top: 12px;
}

p.return_price {
    font-weight: bold;
    font-size: 18px;
}

.backing_levels .backing_level {
  margin-bottom: 20px;
  padding: 18px;
  cursor: pointer;
  background-color:#FCF5DF;
}


.backing_levels .backing_level.finish {
    cursor: default;
}



/*************** Project comment *****************/
.project_comment {
    margin: 0;
    padding: 0;
}

.project_comment .img_cell {
    padding: 0 20px 0 10px;
}

.project_comment .comment_cell {
    padding: 0;
    margin: 0;
}

.project_comment .date_str {
    margin-bottom: 10px;
    font-size: 13px;
}

.project_comment hr {
    border: none;
    border-top: solid 1px #aaa;
    height: 1px;
    color: #aaa;
}

/*************** Project Report 活動報告*****************/
.project .report_box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.report_title h1 {
    font-size: 25px;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: center;
}

.report_detail .report_date {
    text-align: right;
    margin-bottom: 14px;
    padding: 24px 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.form {
    margin-bottom: 60px;
    padding-bottom: 20px;
    
}


/** 追加 **/
.twitter{
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    background: #00acee;
}

.user_info_contents {
    display: inline-block !important;
    vertical-align: bottom;

    margin: 12px 0 0 60px;
}


.send_comment {
    margin: 54px auto 93px auto;
    text-align: center;
}


.send_comment .btn-comment {
    border-color: #f4bb48;
    background-color: #f4bb48;
    color: #020c01;
}


.send_comment .btn {
    font-weight: initial !important;
    border-radius: 20px;
    padding: 10px 30px;
}
/** トップ画像スライド */
.slider-x{
    /* 以下の設定は必須 */
    scroll-snap-type: x mandatory;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    -webkit-overflow-scrolling: touch; /* スマホ対応のため必須 */
    overflow-scrolling: touch; /* スマホ対応のため必須 */
    
    
    height: 400px;
}
.slider-x > div{
    /* 以下の設定は必須 */
    scroll-snap-align: center;
    height: 400px;
    width: 100%;
    flex: none;
    

}
/**********/
.prof-img img{
    border-radius: 0% !important;
    height:100%;
    width: 100%;
    object-fit: contain; 
}


/***コメント***/
.comment_list {
    display: flex;
    padding: 10px 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #bdbdbd;
}

.post_user_thum{
    width: 30%;
}

.post_user_thum img{
    
    width: 100%;
    height: 12vw;
}

.com_content{
    width: 70%;
    padding: 0px 10px 40px 10px;
    position: relative;

}

.post_date {
    position: absolute;
    right: 0;
    bottom: 0;
}

/********* slick.js 画像を自動でスライド表示 *********************/
.single-item .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    background: #fff;
    
}

.single-item{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

/********* slick.js 下に画像一覧を表示する *********************/

.slider-for{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    
}

.thum_pare{
    position: relative;
    width: 100%;
}

.thum_pare:before {
    content: "";
    display: block;
    padding-top: 56.3%;
}

.thum_ch{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
}

.thum_ch img{
    width: 100%;
    height: 100% !important;

    object-fit: contain;
    background-color: #F8F8F8;
}

.thum_ch .movie{
    width: 100% !important;
    height: 100%  !important;;
    object-fit: contain;
}

.slider-nav figure {
    text-align: center;
}

.sub_pare{
    width: 100%;
    max-width: 146px;
    position: relative;
    margin: 0 auto;
}

.sub_pare:before{
    content: "";
    display: block;
    padding-top: 56.3%;
}

.sub_ch{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
}

.sub_ch img{
    width: 100%;
    height: 100%;
    object-fit: contain;

    border: 1px solid;
    border-color: #D8D8D8;

    margin:0 auto;
    
}

.sub_ch .movie{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    
    border: 1px solid;
    border-color: #D8D8D8;
}

.slider-nav{
    width: 100%;
    margin: 14px auto;
    
    
}

.slider-nav button{
    display: none !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px !important;
}


.none{
    display: none;
}

    /**矢印の位置を変更(画像に重ねる)**/
.slick-arrow.slick-prev {
    left: 10px;
    z-index: 1;
}
.slick-arrow.slick-next {
    right: 20px;
}   

    /**矢印を画像に変更***/
.slick-prev::before {
    position:absolute;
    top:0px;
    left:0px;
    content: '';/*何も入れない*/
    width: 30px;/*画像の幅*/
    height: 30px;/*画像の高さ*/
    background-image: url(../img/arrow_left.png);
    background-size: contain;
}
    
.slick-next::before {
    position:absolute;
    top:0px;
    left:0px;
    content: '';/*何も入れない*/
    width: 30px;/*画像の幅*/
    height: 30px;/*画像の高さ*/
    background-image: url(../img/arrow_right.png);
    background-size: contain;
}



.slick-prev:before, .slick-next:before{
    color: rgba(255, 0, 0, 0) !important; /**元の矢印消す**/
}



    /**トップ画像未設定の場合**/
.no_thumb{
    width: 100%;
    height: 300px;
}

.no_thumb img{
    height:100% !important;
    width: 100% !important;
    object-fit: contain; 

}

/** Lightbox2 画像の拡大 何枚目か(1of10など)の表示を消す**/
.lb-number{
    display: none !important;
}



/********** 各パーツ **********/
.user_info p{
    font-size: 18px;
    font-weight: bold;
}

.project_description{
    font-size:16px;
    margin: 40px 0 72px 0;
    word-wrap:break-word;
}


.like img{
    width: 168px;
    height: 40px;
    cursor: pointer;
    
}

/********** 詳細ページ コメント一覧**************/

.comment_title {
    display: flex;
    justify-content:space-between;
    align-items: flex-end;

    font-size: min(2.6vw, 28px);
    font-weight: bold;
    border-bottom: 2px solid;
    border-color: #6f6f6f;

    margin:80px 0 0 0;
    padding: 10px 0 16px 0 ;
}

.comment_title img{
    vertical-align: middle;
    width: 38px;
}

.comment_title span{
    /**vertical-align: middle;**/
}

.comment_ft{
    display: flex;
    justify-content: flex-end;

    margin-top:34px;
}

.com_list{
    display: flex;
    align-items: flex-start;
    padding: 20px 24px;
    width: 100%;
    margin:0;
    border-bottom: solid 1px #d8d8d8;
}

.post_u_thum{
    width: 10%;
}

.com_con{
    width: 90%;
    padding-left: 20px;
    word-wrap: break-word;
}

.post_u_thum img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.com_user{
    margin-right: 14px;
}

.scroll_more{
    margin-bottom: 36px;
}

.send_comment img{
    width: 372px;
    height: 64px;
    object-fit: contain;
    cursor: pointer;
}

/*******コメント投稿 ********/
.comment_post{
    font-size: 28px;
    border-bottom: 2px solid;
    border-color: #6F6F6F;
    margin: 0px 0 0 0;
    padding: 10px 0 22px 0;

    text-align: left;
}

.comment_post span {
    vertical-align: middle;
}

.comment_post img {
    vertical-align: middle;
    width: 38px;
}

.form p{
    font-size: 16px;
    margin: 16px 0 0 0;
    text-align: left;
}

.comment_post_title img{
    vertical-align: middle;
    width: 32px;
    margin-right: 16px;
}

.comment_post_title span {
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
}

.comment_post_title{
    margin: 40px 0 4px 0;
    text-align: left;
}

textarea {
    resize: none;
    width: 100% !important;
    height: 200px !important;
    border-bottom: 1px solid #e8b429!important;
    
}

.com_post_btn{
    margin-top: 47px;
}



.sub_btn img{
    width: 372px !important;
    height: 64px !important;
    object-fit: contain;
    margin:0 auto;

}


.com_post_btn{
    width: 372px !important;
    height: 64px !important;
}

.form{
    text-align: right;
}

.p_v_c .view-more-button {
    margin-bottom: 70px;
}

.p_v_c .infinite-scroll-last {
    margin-bottom: 70px;
}

/**************/
.social_btn {
    padding: 0px !important;
}

.social_btn td.tw {
    padding-top: 0px !important;
}

/****貯金**/
.chokin_come{
    display: flex;
    align-items: center;
}

.chokin_come img{
    width: 24px;
}

.pj_chokin{
    font-size:min(3.2vw, 33px);
}


/*******画面右側リターンなど*******/
.address {
    font-size: 14px;
    font-weight: 100;
}

.price{
    
}

.genzai_all {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}

.big_number {
    font-size: 28px;
    font-weight: bold;
    padding-left: 0px;
    margin-bottom: 12px;
}

.n_yen{
    font-size: 24px;
}

.pj_info_gra .progress {
    margin: 0 0 14px 0 !important;
}

.goal_amount {
    margin-bottom: 24px;
    font-size: 14px;
}


.title{
    font-size: 18px;
    font-weight: bold;
}

.semi_big_number{
    font-size: 24px;
    font-weight: bold;
    padding-left: 0px;
    margin-bottom: 0px;
}

.progress {
    height: 20px;
}

.progress-bar {
    color: #FFFFFF !important;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: start;
    padding-left: 12px;
}




.time{
    margin-top: 24px;
}



.progress-bar-warning {
    background: linear-gradient(to right, #c21630, #e8b406);
}

.shien_btn{
    background-color: #C21630;
    border: 2px solid #C21630;
    border-radius: 8px;
    width: 100%;
    height: 52px;

    color: #ffffff;
    font-size: 16px;
    font-weight: bold;

    
}

.return_midashi img,
.return_midashi span{
    vertical-align: middle;
}





.return_midashi span{
    font-size: 18px;
    font-weight: bold;
    padding-left: 12px;
}

.return_midashi{
    margin-top: 44px;
    border-bottom: 2px solid #6f6f6f;
    padding-bottom: 8px;
}

.toukousha{
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
}

.return_img{
    width: 100%;
    height: 200px;
    border: 1px solid #d8d8d8;
    background-color: #f8f8f8;
}

.return_img img{
    height:100%;
    width: 100%;
    object-fit: contain; 
}

.return_name{
    margin-top: 18px;
    font-size: 18px;
    font-weight: bold;
}

.return_amount{
    font-size:  16px;
    margin-bottom: 18px;
}

.deli_etc{
    font-size: 14px;
    font-weight: bold;
}

.deli,
.jiki,
.shien_sha,
.gentei{
    padding-bottom: 4px;
}

.choice_btn{
    background-color: #C21630;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #C21630;
    border-radius: 8px;

    height: 54px;
    width: 100%;

    margin-top: 70px;

}

.project_info img{
    /*width: 55%;*/
}

/*******左側**********/
.pj_head_menu{
    display:flex;
    margin: 70px 0 46px 0;
    font-size: 18px;
    font-weight: bold;
    
}

.active_title,
.no_active{
    width:90px;
    padding-bottom: 20px;
    text-align: center;
    cursor: pointer;
}

.active_title{
    color: #333333;
    border-bottom: 2px solid #e8b429;
}

.no_active{
    border-bottom: 2px solid #D8D8D8;
    color: #D8D8D8;
}   

.no_active:hover{
    
    color: #333333;
    border-bottom: 2px solid #e8b429;
    

}   

.pj_shousai{
    padding: 0px 0 18px 0;
}

.pj_shousai .img_content img{
    width: 100%;
    height: 300px;
    object-fit: contain; 

    
}

.pj_shousai .movie {
    object-fit: cover;
    width: 100% !important;
    height: 400px !important;
}

.go_comment{
    color:#ffffff;
    border:2px solid #6F6F6F;
    background-color:  #6F6F6F;
    border-radius: 8px;
    font-size:16px;
    font-weight: bold;

    height:64px;
    width: 100%;

}

.go_shien{
    color:#ffffff;
    border:2px solid #C21630;
    background-color:  #C21630;
    border-radius: 8px;
    font-size:16px;
    font-weight: bold;


    height: 64px;
    width: 100%;
}

.two_btn{
    display: flex;
    justify-content:space-between;
    margin-top: 96px;

}

.one_btn{
    width: 45%;
}

/****コメント*****/
.can_post{
    background-color: #6f6f6f;
    border:2px solid #6f6f6f;
    color: #ffffff;
}

.dis_post{
    background-color: #d8d8d8;
    border: 2px solid #d8d8d8;
    color: #ffffff;

}


.dis_post,
.can_post{
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    

    width: 46%;
    height: 64px;

    margin-top: 50px;
}

/***活動報告*****/

.katsudou_title {
    align-items: flex-end;
    font-size: min(2.6vw, 28px);
    font-weight: bold;
    border-bottom: 2px solid;
    border-color: #6F6F6F;
    margin: 0px 0 0 0;
    padding: 10px 6px 8px 8px;
}

.katsudou_title img {
    vertical-align: middle;
    width: 28px;
}

.katsudou_title span {
    vertical-align: middle;
}

.report_index {
    display: flex;
    align-items: start;
    padding: 24px 0px;
    width: 100%;
    border-bottom: solid 1px #bdbdbd;
}

.report_index img {
    object-fit: cover;
    width: 100%;
    /*height: 12.5vw;*/
    border-radius: 5px;
}

.re_thum {
    width: 35%;
    padding: 0px;
}

.re_box_header{
    width: 65%;
    padding-left: 36px;
    cursor: pointer;
}

.title_report{
    font-size: 16px;
    font-weight: bold;
}

.re_cont{
    font-size: 14px;
    padding-top: 16px;
}

.re_date{
    font-size: 14px;
    padding-top: 8px;
    text-align: right;
}

.katsudou_title .el-icon-group{
    font-size: 30px;
}

.back_u_name{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;

}

.u_self{
    font-size: 14px;
}

/******レポート詳細******/
.report_title{
    font-size: 38px;
    font-weight: bold;
    margin: 24px 0;
}



.repo_top_img img{
    max-width: 100%;
    min-width: 50%;
    /*height: 100%;
    object-fit: contain;
    border: 1px solid #d8d8d8;*/
}

.repo_pj_contents{
    width: 82%;
    margin-bottom: 84px;
}

.repo_pj_contents .img_content,
.repo_pj_contents .movie_content {
    width: 100%;
    height: min(22.23vw, 352px);
}

.repo_pj_contents .movie {
    height: 346px !important;
    width: 100% !important;
}

.pj_shousai img,
.repo_pj_contents img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
    object-position: 0px;
}



.pj_shousai .img_content,
.pj_shousai .movie_content {
    width: 100%;
    height: min(27.1vw, 446px);
}

.social_btn.social_btn_project {
    margin-top: 30px;
}

.pj_favoed .el-icon-heart,
.pj_favo .el-icon-heart{
    font-size: 38px;
}

.pj_favoed .el-icon-heart{
    color: #B90D61;
}

.pj_favo .el-icon-heart{
    color: #D8D8D8;
}

.pj_view_pc_f,
.pj_view_pc{
    position: relative;
}

.pj_label{
    position: absolute;
    top: 12px;
    left: 0;

    font-size: 14px;

    display: flex;

}

.label_pj{
    width: 94px;
    height: 28px;
    color: #ffffff;
    background-color: #e8b429;
    line-height: 28px;
    text-align: center;
    margin-right: 8px;
}

.label_success_pj_page{

    color: #ffffff;
    background-color: #c21630;
    text-align: center;
    border-radius: 16px 0 16px 0;
    padding: 7px 12px;

    margin-right: 8px;
}

.end_choice_btn {
    background-color: #d8d8d8;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #d8d8d8;
    border-radius: 8px;
    height: 54px;
    width: 100%;
    margin-top: 70px;
    pointer-events: none;
}

.end_pj_btn_area .one_btn {
    margin: 0 auto;
}

.label_pj_page{
    background-color: #e8b429;
    text-align: center;

    margin-right: 8px;

    width: 94px;
    padding: 7px;

}

.end_pj_btn_area {
    margin-top: 56px;
}

/*****商品画像****/
.return_img img {
  height: 198px !important;
  object-fit: contain;
}

.slick_item_area .slick-dots {
  position: absolute;
  bottom: 0px;
}

.slick_item_area .slick-prev:before,
.slick_item_area .slick-next:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #8c8b8b !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  background-image: url();
}