  /* CSS Document */

/*  Heading reset -- default style
----------------- */
#main h1.p-sculpture_title{
	
}

.p-sculpture_main{
	background-color: #928178;
}

.p-sculpture_main__photo{
	flex: 0 0 auto;
	width: 550px;
}
.p-sculpture_main__txt{
	flex: 0 0 auto;
	width: 250px;
	color: #fff;
	padding: 0.8125rem 1rem;
}
#main .p-sculpture_main__txt h4{
	font-size: 1rem;
	margin-bottom: 0.5rem;
}
.p-sculpture_main__txt a{
	color: #fff;
	text-decoration: none;
}
.p-sculpture_main__txt a:hover{
	text-decoration: underline;
}
.p-sculpture_main__name{
	line-height: 1.4;
	font-size: 0.875rem;
	margin-bottom: 0.935rem;
}
.p-sculpture_main__name li{
	margin-bottom: 0.25rem;
}
.p-sculpture_main__name li span{
	font-size: 0.75rem;
}

.p-website_info{
	font-size: 0.8125rem;
	line-height: 1.4;
}
.p-website_info a{
	display: inline-block;
	background: url("/common/image/arrow_white.png") no-repeat 0px 0.25rem;
	padding-left: 0.875rem;
}
.p-website_info .c-indent{
	padding-left: 0.875rem;
	font-size: 0.75rem;
	padding-top: 0.25rem;
}

/*p-rize_box*/
.p-rize_box{}

#main h2.c-line_heading{
	font-size: 1.625rem;
	line-height: 1.5;
	border-top: #ccc 1px solid;
	margin: 0;
	padding: 1.125rem 0 1.25rem;
}

.sp #main h2.c-line_heading img{
	width: 30%;
	height: auto;
	min-width: inherit !important;
}

#main .col img{
	margin: 0;
}

.p-rize_box__data dl{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 0.9375rem;
	line-height: 1.5;
}
.p-rize_box__data dt{
	width: 4rem;
	flex: 0 0 auto;
	margin-bottom: 0.5rem;
}
.p-rize_box__data dd{
	flex: 0 0 auto;
	width: calc(100% - 4rem);
	margin-bottom: 0.5rem;
}

/*c-line_section*/
.c-line_section{
	padding-top: 1.25rem;
	border-top: #ccc 1px solid;
}
.c-small_txt{
	font-size: 0.875rem;
}



/*mov*/
#main .c-box_article h3.p-box_heading{
	margin: 0.5rem 0;
	font-size: 1.25rem;
}

/* sp ***/
.sp .p-sculpture_main__photo{
	width: 100%;
}
.sp .p-sculpture_main__txt{
	width: 100%;
	padding-top: 0rem;
}

.sp #main .u-spNarrow.p-interview_person{
	/*width: 50% !important;*/
	max-width: 170px;
}

.sp .p-sculpture_main__photo .c-caption{
	color: #fff;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.5rem 1rem 0;
	text-align: right;
}

.sp .p-sculpture_main__name{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sp .p-sculpture_main__name li{
	flex: 0 0 auto;
	width:49%;
}
.sp .p-sculpture_main__name li span{
	font-size: 0.6125rem;
}

.sp video{
	max-width: 100%;
	height: auto;
}
