@charset "utf-8";
/* プロジェクト詳細のcss */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 15rem;
}
@media screen and (max-width: 999px) {
	html {
			scroll-padding-top: 7rem;
		}
}

#itemSummary_wrap .fw-lighter {
	font-weight: 100;
}

/*=========================================
		プロジェクト詳細
=========================================*/
#projectDetail_wrap .td { 
	vertical-align: top;
	text-align: left;
}

/* itemDetail-img */
#itemDetail-img_wrap #photo_list { margin-bottom: 1rem; }
#itemDetail-img_wrap #photo_list li a {
    position: relative;
    padding-bottom: 61.923%;
    overflow: hidden;
}
#itemDetail-img_wrap #photo_list li img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}
#itemDetail-img_wrap #bx-pager a {
	width: calc(33.333% - 7px);
    float: left;
    margin-left: 10px;
    background: #F8F8F6;
    position: relative;
    padding-bottom: 20.026%;
    overflow: hidden;
}
#itemDetail-img_wrap #bx-pager a:nth-of-type(3n+1) { margin-left: 0; }
#itemDetail-img_wrap #bx-pager a img {
	width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}

/* itemDetail-info */
#itemDetail-info{
	padding: 5rem;
	border: 1px solid#ccc;
	margin-left: 5rem;
	border-radius: 3rem;
	display: block;
}
@media screen and (max-width: 999px) {
	#itemDetail-info {
		padding: 2rem;
		margin-top: 3rem;
		margin-left: 0;
		border-radius: 2rem;
	}
}

.item #itemDetail-info span {
	font-size: 70%;
}

#itemDetail-info .itemDetail-head { margin: 0 0 2rem; }
#itemDetail-info .status > li { 
	margin: 3px;
    float: left;
    height: 3.2rem;
}

#itemDetail-info .itemDetail-unit {
	font-weight: 100;
	position: relative;
}

#itemDetail-info .itemDetail-unit:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
}

#itemDetail-info .itemDetail-unit i {
	margin: .5rem;
}

#itemDetail-info .itemDetail-unit .meter-in {
	height: 2.2rem;
}

#itemDetail-info .itemDetail-unit .meter {
	margin: 1rem 0;
}

#itemDetail-info .itemDetail-unit .meter span {
	font-size: 1.8rem;
}


#itemDetail-info .status-soon {
    display: none;
    color: #fff;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    text-align: center;
    align-content: center;
	font-weight: bold;
	line-height: 1.2;
	margin: 1rem;
}

#projectDetail_wrap .soon .status-soon {
	display: inline-block;
}

.soon #itemDetail-info .itemDetail-unit:first-of-type {
	margin-left: -8rem;
}
@media screen and (max-width: 999px) {
	.soon #itemDetail-info .itemDetail-unit:first-of-type {
		margin-left: -1rem;
	}
}

#itemDetail-info .itemDetail-date {
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
}

#itemDetail-info .itemDetail-date dl {
	padding: 1rem 2rem;
	margin: 2rem 0;
	flex: 1;
}

#itemDetail-info .itemDetail-date dd {
	font-size: 3rem;
	font-weight: bold;
}

#itemDetail-info .itemDetail-date dl:not(:last-child) {
	border-right: 1px solid #141414;
}

#itemDetail-info .status .type-time ul,
#itemDetail-info .status .type-time li { height: 3rem; }
.itemDetail-ttl {
	line-height: 1.4;
	margin: 1.5rem 0;
    font-size: 3rem;
    font-size: calc(2.4rem + ((1vw - 0px) * 0.3125));
	font-weight: bold;
}

.item #itemDetail-info .price {
	text-align: center;
	font-weight: bold;
	display: block;
	font-size: 3.6rem;
}

#itemDetail-info .itemDetail-txt { 
	margin-top: 1rem;
	color: #999;
}
#itemDetail-info .price {
	font-size: 24px;
	font-size: 2.4rem;
}
#itemDetail-info #info-txt dl dt {
	padding: 1.5rem 1rem;
    width: 7em;
    font-weight: bold;
    border-top: 1px solid #ccc;
    box-sizing: content-box;
}
#itemDetail-info #info-txt dl dd {
    padding: 1.5rem;
    border-top: 1px solid #ccc;
}
#itemDetail-info #info-txt dl:last-of-type dt,
#itemDetail-info #info-txt dl:last-of-type dd {
    border-bottom: 1px solid #ccc;
}
#itemDetail-info .caution-box { margin-top: 2rem; }
.sold .btn:hover, .end .btn:hover, .yet .btn:hover {
	opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: “alpha( opacity=100 )”;
}
.sold .btn a:hover, .end .btn a:hover, .yet .btn a:hover { cursor: default; }
.add_wrap > li:last-of-type,
.add_wrap > li:last-of-type div { width: 100%; }

.add_wrap li:first-of-type {
	width: 100%;
}

@media screen and (max-width: 999px) {
	.add_wrap {
		padding: 0;
	}
}

.btn a {
	font-size: 1.8rem;
	line-height: 1;
	padding: 2rem 1rem;
}

/*=========================================
		modal
=========================================*/
.remodal_wrap .fix .note {
    display: inline-block;
    text-align: left;
    font-weight: bold;
    margin: 2rem auto 3rem;
    border-top: 1px solid #bf1919;
    border-bottom: 1px solid #bf1919;
    padding: 1rem 0 1rem 1em;
}

@media screen and (min-width: 1000px) {
	#pagettl_wrap { background-attachment: fixed; }
	
	/*=========================================
			プロジェクト詳細
	=========================================*/
	/* itemDetail-img */
	#itemDetail-img_wrap { width: 50%; }
	
	/* itemDetail-info */
	#itemDetail-info { padding-left: 5rem; }
}

/*=========================================
		プロジェクト詳細
=========================================*/
#itemSummary_wrap {
	display: flex;
	padding: 4rem 0 12rem;
}
@media screen and (max-width: 999px) {
	#itemSummary_wrap {
		flex-direction: column;
		padding: 0 0 12rem;
	}
}

#itemSummary_wrap .itemSummary_article {
	flex: 1;
}

#itemSummary_wrap .itemSummary_img {
	max-width: 84rem;
	margin: 0 auto;
}

#itemSummary_wrap .itemSummary_profile {
	padding: 3rem;
	border: 1px solid#ccc;
	font-weight: 100;
}
@media screen and (max-width: 999px) {
	#itemSummary_wrap .itemSummary_profile {
		padding: 2rem;
	}
}

@media screen and (max-width: 999px) {
	#itemSummary_wrap .itemSummary_profile h4 {
		text-align: center;
	}
}

#itemSummary_wrap .itemSummary_profile .itemSummary_profile_list {
	display: flex;
}
@media screen and (max-width: 999px) {
	#itemSummary_wrap .itemSummary_profile .itemSummary_profile_list {
		flex-direction: column;
	}
}

#itemSummary_wrap .itemSummary_profile .itemSummary_profile_list li {
	padding: 2rem;
	margin: 0 auto;
}
@media screen and (max-width: 999px) {
	#itemSummary_wrap .itemSummary_profile .itemSummary_profile_list li {
		padding: 0;
	}
}

@media screen and (max-width: 999px) {
	#itemSummary_wrap .itemSummary_profile .itemSummary_profile_list dl dt {
		text-align: center;
		margin: 1rem 0;
	}
}

#itemSummary_wrap .itemSummary_profile img {
	width: 13rem;
	height: 13rem;
	border-radius: 50%;
	object-fit: cover;
}

#itemSummary_wrap img {
	width: 100%;
}

/*=========================================
	プロジェクトを応援する
=========================================*/
#itemSummary_wrap #itemSummary_pickup {
	width: calc(488 / 1366* 100%);
	margin-left: 5rem;
}
@media screen and (max-width: 999px) {
	#itemSummary_wrap #itemSummary_pickup {
		width: 100%;
		margin-left: 0;
		padding-top: 4rem;
	}
}

#itemSummary_pickup.noProject {
	display: none;
}

#itemSummary_wrap .itemSummary_txt {
	padding: 1rem 0 4rem;
}

#itemSummary_wrap .itemSummary_box {
	padding: 3rem;
	border-radius: 3rem;
	background: #f2f2f2;
	margin-bottom: 3rem;
}
@media screen and (max-width: 999px) {
	#itemSummary_wrap .itemSummary_box {
		padding: 2rem;
		border-radius: 2rem;
	}
}

#itemSummary_wrap .itemSummary_box .itemSummary_price {
}

#itemSummary_wrap .itemSummary_box .itemSummary_table {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #141414;
	padding: 1rem;
}

#itemSummary_wrap .itemSummary_box .itemSummary_table dt {
	width: 30%;
	padding: 1rem;
}

#itemSummary_wrap .itemSummary_box .itemSummary_table dd {
	width: 70%;
	box-sizing: border-box;
	padding: 1rem;
}

#itemSummary_wrap .itemSummary_box .itemSummary_table dt:not(:last-of-type),
#itemSummary_wrap .itemSummary_box .itemSummary_table dd:not(:last-of-type) {
	border-bottom: 1px solid #141414;
}

.type {
	padding: 0.2rem 1rem;
	width: 4em;
	box-sizing: content-box;
	text-align: center;
	letter-spacing: 0.1rem;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	margin: .3rem 0;
}

.end .btn-can {
    display: none;
}

.btn-cannot {
	/* display: none; */
}

.end .btn-cannot {
	display: block;
}

.txtHidden-wrap {
	position: relative;
}

.txtHidden-btn {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: .5em 0;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
}
.txtHidden-btn::before {
	content: "続きを読む"
}

.txtHidden-item {
	position: relative;
	overflow: hidden;
	height: 15rem;
	/*隠した状態の高さ*/
}

.txtHidden-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10rem;
	/*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(242 242 242) 50%, rgb(242 242 242) 50%, #f2f2f2 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(242 242 242) 50%, rgb(242 242 242) 50%, #f2f2f2 100%);
	content: "";
}

.txtHidden-trigger {
	display: none;
	/*チェックボックスは常に非表示*/
}

.txtHidden-trigger:checked~.txtHidden-btn::before {
	content: "閉じる"
		/*チェックされていたら、文言を変更する*/
}

.txtHidden-trigger:checked~.txtHidden-item {
	height: auto;
	/*チェックされていたら、高さを戻す*/
}

.txtHidden-trigger:checked~.txtHidden-item::before {
	display: none;
	/*チェックされていたら、txtHidden-itemのbeforeを非表示にする*/
}

.btn-cannot-push{
	background: #D8D8D8;
	pointer-events: none
}