@charset "UTF-8";



	
/* creator-search
------------------------------  */
#creator-search .sub-txt {
	margin-top: 15px;
}

#creator-search .area {
	margin-top: 50px;
}
	#creator-search .area .searchform {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 500px;
		border: solid 1px #212121;
		border-radius: 28px;
		overflow: hidden;
		margin: 0 auto;
	}
	#creator-search .area .searchform input {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		border-radius: 28px 0 0 28px;
		overflow: hidden;
		border: none;
		background: #fff;
		font-size: 1.6rem;
		line-height: 1;
		height: 56px;
		padding-left: 20px;
	}
	#creator-search .area .searchform button {
		width: 40px;
		border: none;
		background: #fff;
		border-radius: 0;
		height: 56px;
		cursor: pointer;
		text-align: left;
	}
		#creator-search .area .searchform button img {
			width: 18px;
		}

	#creator-search .area ul.taglist li {
		margin-right: 1%;
		margin-bottom: 1%;
	}
	#creator-search .area ul.taglist li:nth-last-child(1) {
		margin-right: 0;
	}
		#creator-search .area ul.taglist li input {
			clip: rect(1px, 1px, 1px, 1px);
			position: absolute;
		}

		#creator-search .area ul.taglist li label {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			height: 36px;
			border-radius: 18px;
			padding: 3px 15px 0 15px;
			border: solid 1px #212121;
			background: #fff;
			overflow: hidden;
			font-size: 1.3rem;
			line-height: 1;
			transition: all .2s;
			cursor: pointer;
		}
		#creator-search .area ul.taglist li input[type="checkbox"]:checked + label {
			background: #1B926A;
			color: #fff;
		}

	#creator-search .area ul.catlist li {
		width: 18.4%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#creator-search .area ul.catlist li:nth-child(5n) {
		margin-right: 0;
	}
		#creator-search .area ul.catlist li input {
			clip: rect(1px, 1px, 1px, 1px);
			position: absolute;
		}

		#creator-search .area ul.catlist li label {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			height: 56px;
			border-radius: 10px;
			padding: 3px 40px 0 15px;
			border: solid 1px #212121;
			background: #fff url("../img/common/icon_check_gray.svg") no-repeat right 15px center / 22px;
			overflow: hidden;
			font-size: 1.6rem;
			line-height: 1.2em;
			transition: all .2s;
			cursor: pointer;
		}
		.en-US #creator-search .area ul.catlist li label {
			font-size: 1.3rem;
		}
		#creator-search .area ul.catlist li input[type="radio"]:checked + label {
			background: #1B926A url("../img/common/icon_check_white.svg") no-repeat right 15px center / 22px;
			color: #fff;
		}

	#creator-search .area .reset-btn {
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	#creator-search .area .reset-btn:before {
		content: "";
		width: 100%;
		height: 1px;
		background: #212121;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -0.5px;
		z-index: -1;
	}
		#creator-search .area .reset-btn input {
			width: 150px;
			height: 50px;
			background: #212121;
			border: none;
			border-radius: 10px;
			font-size: 1.6rem;
			font-weight: 500;
			color: #fff;
			cursor: pointer;
			transition: all .3s;
		}
		#creator-search .area .reset-btn input:hover {
			background: #000;
		}
@media screen and (max-width: 1024px) {
	#creator-search .sub-txt {
		margin-top: 1.5vw;
	}
	
	#creator-search .area {
		margin-top: 5vw;
	}
		#creator-search .area .searchform {
			width: 50vw;
			border-radius: 2.8vw;
		}
		#creator-search .area .searchform input {
			width: -webkit-calc(100% - 4vw);
			width: calc(100% - 4vw);
			border-radius: 2.8vw 0 0 2.8vw;
			font-size: 1.6vw;
			height: 5.6vw;
			padding-left: 2vw;
		}
		#creator-search .area .searchform button {
			width: 4vw;
			height: 5.6vw;
		}
		#creator-search .area .searchform button img {
			width: 2vw;
		}

		#creator-search .area ul.taglist li label {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			height: 3.6vw;
			border-radius: 1.8vw;
			padding: 0.3vw 1.5vw 0 1.5vw;
			font-size: 1.3vw;
		}

		#creator-search .area ul.catlist li label {
			height: 5.6vw;
			padding: 0.3vw 4vw 0 1.5vw;
			background: #fff url("../img/common/icon_check_gray.svg") no-repeat right 1.5vw center / 2.2vw;
			font-size: 1.6vw;
		}
		.en-US #creator-search .area ul.catlist li label {
			font-size: 1.3vw;
		}
		#creator-search .area ul.catlist li input[type="radio"]:checked + label {
			background: #1B926A url("../img/common/icon_check_white.svg") no-repeat right 1.5vw center / 2.2vw;
		}

		#creator-search .area .reset-btn input {
			width: 15vw;
			height: 5vw;
			font-size: 1.6vw;
		}
}
@media screen and (max-width: 767px) {
	#creator-search .sub-txt {
		margin-top: 3vw;
	}
	
	#creator-search .area {
		margin-top: 10vw;
	}
		#creator-search .area .searchform {
			width: 100%;
			border-radius: 6vw;
		}
		#creator-search .area .searchform input {
			width: -webkit-calc(100% - 9vw);
			width: calc(100% - 9vw);
			border-radius: 6vw 0 0 6vw;
			font-size: 3.8vw;
			height: 12vw;
			padding-left: 5vw;
		}
		#creator-search .area .searchform button {
			width: 9vw;
			height: 12vw;
		}
		#creator-search .area .searchform button img {
			width: 4.4vw;
		}

		#creator-search .area ul.taglist li {
			margin-right: 2vw;
			margin-top: 2vw;
			margin-bottom: 1vw;
		}
			#creator-search .area ul.taglist li label {
				height: 7vw;
				border-radius: 3.5vw;
				padding: 0.6vw 2.5vw 0 2.5vw;
				font-size: 3.1vw;
			}

		#creator-search .area ul.catlist li {
			width: 48%;
			margin-right: 4%;
			margin-top: 2%;
			margin-bottom: 2%;
		}
			#creator-search .area ul.catlist li:nth-child(5n) {
				margin-right: 4%;
			}
			#creator-search .area ul.catlist li:nth-child(2n) {
				margin-right: 0;
			}
				#creator-search .area ul.catlist li label {
					height: 14vw;
					padding: 0.3vw 8vw 0 3vw;
					background: #fff url("../img/common/icon_check_gray.svg") no-repeat right 3vw center / 4.4vw;
					font-size: 3.8vw;
				}
				.en-US #creator-search .area ul.catlist li label {
					font-size: 3.2vw;
				}
				#creator-search .area ul.catlist li input[type="radio"]:checked + label {
					background: #1B926A url("../img/common/icon_check_white.svg") no-repeat right 3vw center / 4.4vw;
				}

				#creator-search .area .reset-btn input {
					width: 30vw;
					height: 12vw;
					font-size: 3.8vw;
				}
}



	
/* creator-list
------------------------------  */
#creator-list .list {
	width: 103.5%;
	margin-left: -1.75%;
}
	#creator-list .list a.box {
		display: block;
		width: 29.8%;
		margin-right: 1.75%;
		margin-left: 1.75%;
		margin-top: 10px;
		margin-bottom: 30px;
		background: #fff;
		overflow: hidden;
		border-radius: 15px;
		position: relative;
	}
	#creator-list .list a.box.link-none {
		pointer-events: none;
	}
		#creator-list .list a.box .pht {
			background: #F1F1F1;
			border-bottom: solid 1px #212121;
			width: 100%;
			aspect-ratio: 1 / 1;
		}
		#creator-list .list a.box .pht.pattern1,
		#creator-list .list a.box .pht.pattern2 {
			display: flex;
			justify-content: center;
			align-items: center;
		}
			#creator-list .list a.box .pht.pattern3 img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
			#creator-list .list a.box .pht.pattern1 img {
				width: auto;
				height: 100%;
			}

		#creator-list .list a.box .text {
			padding: 25px 25px 25px 25px;
		}
			#creator-list .list a.box .text h3 {
				font-size: 1.8rem;
				font-weight: 700;
				line-height: 1.4em;
				margin-bottom: 5px;
			}

			#creator-list .list a.box .text .job {
				font-size: 1.3rem;
				line-height: 1.3em;
				margin-bottom: 18px;
			}

			#creator-list .list a.box .text dl {
				margin-top: 15px;
			}
				#creator-list .list a.box .text dl dt {
					font-size: 1.2rem;
					line-height: 1;
					margin-bottom: 8px;
					position: relative;
					z-index: 0;
				}
				#creator-list .list a.box .text dl dt:before {
					content: "";
					width: 100%;
					height: 1px;
					border-bottom: dashed 1px #212121;
					position: absolute;
					top: 50%;
					left: 0;
					margin-top: -2px;
				}
					#creator-list .list a.box .text dl dt span {
						background: #fff;
						padding-right: 10px;
						position: relative;
						z-index: 2;
					}
				#creator-list .list a.box .text dl dd {
					font-size: 1.2rem;
					line-height: 1.4em;
				}

			#creator-list .list a.box .text .more {
				display: flex;
				margin-top: 15px;
			}

			#creator-list .list a.box .text .credit {
				margin-top: 15px;
				font-size: 1.0rem;
				line-height: 1.3em;
			}
@media screen and (max-width: 1024px) {
	#creator-list .list a.box {
		margin-top: 1vw;
		margin-bottom: 3vw;
	}
		#creator-list .list a.box .text {
			padding: 2.5vw;
		}
			#creator-list .list a.box .text h3 {
				font-size: 1.8vw;
				margin-bottom: 0.5vw;
			}

			#creator-list .list a.box .text .job {
				font-size: 1.3vw;
				margin-bottom: 1.8vw;
			}

			#creator-list .list a.box .text dl {
				margin-top: 1.5vw;
			}
				#creator-list .list a.box .text dl dt {
					font-size: 1.2vw;
					margin-bottom: 0.8vw;
				}
				#creator-list .list a.box .text dl dt:before {
					margin-top: -2px;
				}
					#creator-list .list a.box .text dl dt span {
						padding-right: 1vw;
					}
				#creator-list .list a.box .text dl dd {
					font-size: 1.2vw;
				}

			#creator-list .list a.box .text .more {
				margin-top: 1.5vw;
			}

			#creator-list .list a.box .text .credit {
				margin-top: 1.5vw;
				font-size: 1.0vw;
			}
}
@media screen and (max-width: 767px) {
	#creator-list .list {
		display: block;
		width: 100%;
		margin: 0;
	}
		#creator-list .list a.box {
			width: 100%;
			margin-top: 5vw;
			margin-left: 0;
			margin-right: 0;
			margin-bottom: 5vw;
		}
			#creator-list .list a.box .text {
				padding: 6vw;
			}
				#creator-list .list a.box .text h3 {
					font-size: 4.6vw;
					margin-bottom: 1vw;
				}

				#creator-list .list a.box .text .job {
					font-size: 3.0vw;
					margin-bottom: 5vw;
				}

				#creator-list .list a.box .text dl {
					margin-top: 4.5vw;
				}
					#creator-list .list a.box .text dl dt {
						font-size: 3.0vw;
						margin-bottom: 2vw;
					}
					#creator-list .list a.box .text dl dt:before {
						margin-top: -2px;
					}
						#creator-list .list a.box .text dl dt span {
							padding-right: 2vw;
						}
					#creator-list .list a.box .text dl dd {
						font-size: 3.0vw;
					}

				#creator-list .list a.box .text .more {
					margin-top: 4vw;
				}

				#creator-list .list a.box .text .credit {
					margin-top: 4vw;
					font-size: 2.6vw;
				}
}



	



	



	



	



	



	



	



	