
/****************************/
/*	ポートフォリオ
*/

.wrap-title {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	margin-bottom: 12px;
}

.wrap-title p.title {
	padding-top: 0;
}

.portfolio_contents {
	max-width: 1020px;
	margin: 0 auto;
}

.bottom-buttons {
	padding-top: 40px;
	padding-bottom: 100px;
}

.btn-cancel {
	margin-right: 20px!important;
}

.btn-next {
	margin-left: 20px!important;
}

@media screen and (max-width: 767px)  {

	.btn-cancel {
		margin-right: 0px!important;
		margin-bottom: 40px!important;
	}

	.btn-next {
		margin-left: 0px!important;
	}

.wrap-title {
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 30px;
}
.wrap-title .title {
	font-size: 16px !important;
	padding-bottom: 30px;
}

label.radio.creator input:checked + .item.block {
width:100%;
}

}/*	<--media end	*/



section.contents {
	padding: 0 var(--padding-side);
}

.creator-info {
	position: relative;
	display: flex;
	gap: 18px;
	padding: 20px 0;
}

.creator-info .info1 {
	position: relative;
	display: block;
	width: 260px;
	background-color: white;
	border-radius: 8px;
	padding: 38px 30px;
	text-align: center;
	font-size: 12px;
	height: min-content;
}
.creator-info .info1 .specific {
	margin-bottom: 30px;

}
.creator-info .info1 .photo {
	width: 125px;
	border-radius: 50%;
}
.creator-info .info1 .profile {
	text-align: left;
	line-height: 1.6rem;
}
.creator-info .info1 .nickname {
	font-weight: var(--font-bold);
	margin: 20px 0 5px 0;
}
.creator-info .info2 {
	flex: 1;
	background-color: white;
	border-radius: 8px;
	text-align: left;
	padding: 0 50px 30px 50px;
	font-size: 12px;
}
.creator-info .info2 ul > li {
	position: relative;
	display: flex;
	padding-top:30px;
	text-align: left;
}
.creator-info .info2 ul > li p {
	position: relative;
	display: inline-block;
}
.creator-info .info2 ul > li p:first-child {
	position: relative;
	display: block;
	width: 130px;
	flex: 0 0 auto;
}
.creator-info .info2 ul > li p:last-child {
	position: relative;
	display: block;
	font-size: 13px;

}

@media screen and (max-width: 767px)  {

.creator-info {
	flex-wrap: wrap;
}
.creator-info .info1 {
	width: 100%;
	text-align: left;
	padding: 14px;
}
.creator-info .profile {
	position: absolute;
	right: 20px;
	top: 20px;
}
.creator-info .info2 {
	padding: 0 20px 30px 20px;
}
.creator-info .info2 ul > li {
	padding-top:26px;
	flex-wrap: wrap;
}
.creator-info .info2 ul > li p:first-child {
	width: 100%
}

}/*	<--media end	*/








.header-image {
	position: relative;
	display: block;
	width: 100%;
	height: 330px;
	text-align: right;
	border-radius: 10px;

	background: url(../images/dummy_portfolio_header.png) no-repeat;
	background-size: 65% auto;
	background-position: right 28%;
}
.header-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-90deg, transparent 0 55%, black 60%, black 100%);
	border-radius: 10px 0 0 10px;
}
.header-image img {
	position: relative;
	height: 100%;
	width: 70%;
	object-fit: cover;
	object-position: center;
	border-radius: 0 10px 10px 0;
}
.header-image p {
	position: absolute;
	color: white;
	text-align: left;
	font-size: 28px;
	font-weight: var(--font-bold);
	left: 45px;
	top: 60px;
	z-index: 2;

	text-shadow:
		-1px -1px 2px black, -1px 0 2px black, -1px 1px 2px black,
		0 -1px 2px black, 0 1px 2px black,
		1px -1px 2px black,  1px 0 2px black,  1px 1px 2px black;
}


@media screen and (max-width: 767px)  {

.header-image {
	height: 570px;
	background-size: contain;
	background-position: right top;
}
.header-image img {
	position: relative;
	height: auto;
	width: 100%;
	object-fit: contain;
	border-radius: 10px 10px 0 0;
}
.header-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, transparent 0 50%, black 60%, black 100%);
	border-radius: 0 0 10px 10px;
}
.header-image p {
	font-size: 22px;
	top: inherit;
	bottom: 45px;
}


}/*	<--media end	*/






.videos {
	position: relative;
	display: block;
}

.videos .thumb {
	position: relative;
	display: inline-block;
	float: left;
	padding: 0 16px 16px 0;

	aspect-ratio: 16 / 9;
	width: 25%;
	height: auto;
}
.videos .thumb:first-child {
	position: relative;
	width: 50%;
}
/*	height: 315px;	*//*56.25%;*/


@media screen and (max-width: 767px)  {

.creator-info .info1 .photo {
	width: 90px;
}

.videos .thumb {
	display: block;
	float: none;
	width: 100%;
}
.videos .thumb:first-child {
	position: relative;
	display: inline-block;
	float: left;
	padding: 0 16px 16px 0;

	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

}/*	<--media end	*/
