@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@font-face {
	font-family: 'jins_next';
	font-style: normal;
	font-weight: 400;
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.eot');
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.eot?#iefix') format('embedded-opentype'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.woff') format('woff'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.ttf') format('truetype'),
		url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.svg#jins_next_ttregular') format('svg');
}
@font-face {
	font-family: 'jins_next';
	font-style: normal;
	font-weight: 300;
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.eot');
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.eot?#iefix') format('embedded-opentype'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.woff') format('woff'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.ttf') format('truetype'),
		url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.svg#jins_next_ttlight') format('svg');
}
@font-face {
	font-family: 'jins_next';
	font-style: normal;
	font-weight: 500;
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.eot');
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.eot?#iefix') format('embedded-opentype'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.woff') format('woff'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.ttf') format('truetype'),
		url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.svg#jins_next_ttmedium') format('svg');
}
@font-face {
	font-family: 'jins_next';
	font-style: normal;
	font-weight: 600;
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.eot');
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.eot?#iefix') format('embedded-opentype'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.woff') format('woff'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.ttf') format('truetype'),
		url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.svg#jins_next_ttbold') format('svg');
}
/* header fix */
@media (max-width: 1024px) and (min-width: 912px) {
	#header #headersub {
		width: 92% !important;
		margin: 60px 4% 0 !important;
		margin-top: 100px;
	}
}
@media screen and (max-width: 768px) {
	.container {
		margin-top: 0px !important;
	}
}
@media screen and (max-width: 911px) {
	#header #headerArea #headersub {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100% !important;
		height: auto;
		margin-top: 60px !important;
	}
	#header #headerArea #headersub #topicpath_wrapper {
		position: relative;
		width: 100%;
		height: auto;
	}
	#header #headerArea #headersub #topicpath_wrapper ul#topicpath {
		width: auto;
		height: auto;
		padding: 6px 7px;
		margin: 10px;
		overflow: hidden;
		background: #f5f5f5;
	}
	#header #headerArea #headersub #topicpath_wrapper ul#topicpath li,
	#header #headerArea #headersub #topicpath_wrapper ul#topicpath li a,
	#header #headerArea #headersub #topicpath_wrapper ul#topicpath li h1,
	#header #headerArea #headersub #topicpath_wrapper ul#topicpath li span {
		height: auto !important;
	}
}
body {
	min-width: 320px;
	color: #3a4763;
}

/*
container
------------------------------------------------*/
#contentContainer .container {
	padding: 80px 0 0;
}
@media only screen and (min-width: 1800px) {
	#contentContainer .container {
		padding: 104px 0 0;
	}
}
@media only screen and (max-width: 768px) {
	#contentContainer .container {
		padding: 51px 0 0;
	}
}
#contentContainer .c-ttl--Url {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto 30px;
	font-size: 30px;
	font-weight: 500;
}
#contentContainer .top_urlList {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto 120px;
}
#contentContainer .top_urlList li {
	margin-bottom: 18px;
}

.staff-start-contents .spOnly {
	display: none !important;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .spOnly {
		display: block !important;
	}
}
.staff-start-contents .pcOnly {
	display: block !important;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .pcOnly {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-ttlWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		width: 92vw;
		margin: 0 auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: end;
		-ms-flex-align: end;
	}
}
.staff-start-contents .c-meganeStyleTitleWrap {
	display: flex;
	justify-content: center;
}
.staff-start-contents .c-meganeStyleTitleWrap img {
	width: 272px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-meganeStyleTitleWrap img {
		width: 72.22vw;
	}
}

.staff-start-contents .c-ttl--lv3-s {
	padding: 120px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #3e3a39;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-ttl--lv3-s {
		width: 122%;
		padding: 18.67vw 0 0;
		margin: 0 0 -1.4vw;
		font-size: 6.4vw;
		line-height: 7.73vw;
		text-align: left;
		letter-spacing: 0.19vw;
	}
}
.staff-start-contents .c-ttl--lv3-s.fs-detail {
	font-size: 22px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-ttl--lv3-s.fs-detail {
		font-size: 18px;
		line-height: 1.2;
		letter-spacing: 0.02em;
	}
}
.staff-start-contents .c-ttl--lv3s-s {
	padding: 120px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #3e3a39;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-ttl--lv3s-s {
		width: 100%;
		font-size: 6.4vw;
		line-height: 7.73vw;
		letter-spacing: 0.19vw;
	}
}
.staff-start-contents .p-fsProduct {
	font-size: 24px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-fsProduct {
		font-size: 6.4vw;
	}
}
.staff-start-contents .p-linkWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 90%;
	max-width: 1024px;
	margin: 22px auto 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.staff-start-contents .p-linkWrap .p-link {
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	color: #3e3a39;
	text-decoration: none;
	letter-spacing: 0.42px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.staff-start-contents .p-coordinateLinkWrap {
    text-align: center;
    clear: both;
	margin-bottom: 160px;
}
@media only screen and (max-width: 769px) {
	.staff-start-contents .p-coordinateLinkWrap {
		margin-bottom: 120px;
	}
}
.staff-start-contents .p-coordinateLinkWrap .p-coordinateLink {
	display: inline-block;
    height: 64px;
    width: 320px;
    text-align: center;
    line-height: 64px;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 1.5em;
    font-size: 16px;
    color: #3e3a39;
    border: 1px solid #3e3a39;
    box-sizing: border-box;
    transition: all 0.3s ease;
	-webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
.staff-start-contents .p-coordinateLinkWrap .p-coordinateLink:hover {
	background: #3e3a39;
    color: #fff;
}
@media only screen and (max-width: 769px) {
	.staff-start-contents .p-coordinateLinkWrap .p-coordinateLink {
	height: 50px;
	line-height: 50px;
	width: 60%;
	font-size: 13px;
	}
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .p-linkWrap .p-link:hover {
		opacity: 0.5;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-linkWrap .p-link {
		font-size: 3.73vw;
		letter-spacing: 0.11vw;
		-webkit-transform: translateY(0.8vw);
		transform: translateY(0.8vw);
	}
}
.staff-start-contents .p-linkWrap .p-link img {
	margin: 0 0 0 5px;
	vertical-align: middle;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-linkWrap .p-link img {
		width: 4vw;
		height: 4vw;
		margin: 0 0 0.8vw 1.33vw;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-linkWrap .p-link.fs-detail {
		font-size: 12.8px;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-linkWrap .p-link.fs-detail img {
		width: 15px;
		height: 15px;
		margin: 0 0 3px 5px;
	}
}
.staff-start-contents .l-coordinateList.l-partsCard {
	margin: 20px 0 140px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-coordinateList.l-partsCard {
		grid-template-columns: 1fr 1fr;
		gap: 4.53vw 4vw;
		margin: 8.8vw 0 18.67vw;
	}
}
.staff-start-contents .l-coordinateList.l-partsCard .c-card__img {
	height: auto !important;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .l-coordinateList.is-more {
		margin-bottom: 50px;
	}
	.staff-start-contents .l-coordinateList.is-more .c-card:nth-child(n + 11) {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-coordinateList.is-more {
		margin-bottom: 8.27vw;
	}
	.staff-start-contents .l-coordinateList.is-more .c-card:nth-child(n + 5) {
		display: none;
	}
}
.staff-start-contents .l-coordinateList.l-partsCard--second {
	margin: 60px 0 50px;
}
.staff-start-contents .c-button--parts {
	width: 320px;
	padding: 21px 0;
	margin: 0 auto 140px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-button--parts:hover {
		background-color: #666;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.staff-start-contents .c-button--parts:hover .c-button__name {
		color: #fff;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-button--parts {
		width: 60vw;
		padding: 4vw 0;
		margin: 0 auto;
	}
}
.staff-start-contents .c-button--parts .c-button__name {
	font-size: 14px;
	color: #666;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-button--parts .c-button__name {
		font-size: 3.47vw;
	}
}
.staff-start-contents .l-coordinateList.l-top {
	margin: 50px 0 60px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-coordinateList.l-top {
		margin: 40px 0 60px;
	}
	.staff-start-contents .l-coordinateList.l-top .c-card:nth-child(5) {
		display: none;
	}
}
.staff-start-contents .l-coordinateList.l-top--second {
	margin: 60px 0 50px;
}
.staff-start-contents .c-card {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-card:hover {
		opacity: 0.5;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
.staff-start-contents .c-card .c-card__wrap {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent; /* Safari、Android ブラウザ 対応 */
	tap-highlight-color: transparent;
	/* user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; */
}
.staff-start-contents .c-card .c-card__wrap .c-card__img {
	width: 100%;
	vertical-align: middle;
}
.staff-start-contents .c-card .c-card__wrap .c-card__img img {
	vertical-align: middle;
}
.staff-start-contents .c-card .c-card__wrap .c-card__name {
	margin: 10px 0 0;
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 11px;
	color: #3e3a39;
	letter-spacing: 0;
}
.staff-start-contents .c-card .c-card__wrap .c-card__item_name {
	display: none;
	margin: 5px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 11px;
	color: #999;
	letter-spacing: 0;
}
.staff-start-contents .c-card .c-card__wrap .c-card__item_name__wrap .c-card__item_name:first-of-type {
	display: block;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-card .c-card__wrap .c-card__name {
		margin: 2.4vw 0 0;
		font-size: 2.6666666667vw;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-card .c-card__wrap .c-card__item_name__wrap .c-card__item_name:first-of-type {
		margin: 2px 0 0;
		font-size: 12px;
		display: -webkit-box !important;
		overflow: hidden;
		word-break: break-all;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
}
.staff-start-contents .c-card .c-card__wrap .c-card__text {
	margin-top: 1px;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 11px;
	color: #999;
	letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-card .c-card__wrap .c-card__text {
		margin-top: 0.2666666667vw;
		font-size: 2.6666666667vw;
	}
}
.staff-start-contents .c-card .c-card__wrap .c-card__product {
	display: -webkit-box;
	margin: 5px 0 0;
	overflow: hidden;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 11px;
	color: #999;
	letter-spacing: 0;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-card .c-card__wrap .c-card__product {
		margin: 0.27vw 0 0;
		font-size: 2.6666666667vw;
	}
}
.staff-start-contents .c-card .c-card__wrap .c-card__textBlock .c-card__name {
	margin-top: 0;
}
.staff-start-contents .c-card::after {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 36px;
	height: 36px;
	content: '';
	background-size: cover;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-card::after {
		top: -0.8vw;
		left: -0.8vw;
		width: 9.6vw;
		height: 9.6vw;
	}
}
.staff-start-contents .c-card__infoBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
}
.staff-start-contents .c-card__icon {
	width: 10.6666666667vw;
	min-width: 10.6666666667vw;
	height: 10.6666666667vw;
	min-height: 10.6666666667vw;
	margin-right: 2.6666666667vw;
	overflow: hidden;
	border-radius: 100%;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-card__icon {
		width: 40px;
		min-width: 40px;
		height: 40px;
		min-height: 40px;
		margin-right: 10px;
	}
}
.staff-start-contents .c-card__icon img {
	width: 100%;
	height: auto;
}
.staff-start-contents .c-card__textBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.staff-start-contents .c-card__textBlock .c-card__name {
	margin-top: 0;
}
.staff-start-contents .l-rankingList .c-card:nth-child(1)::after {
	background-image: url(../../images/staff_start/ranking01.png);
}
.staff-start-contents .l-rankingList .c-card:nth-child(2)::after {
	background-image: url(../../images/staff_start/ranking02.png);
}
.staff-start-contents .l-rankingList .c-card:nth-child(3)::after {
	background-image: url(../../images/staff_start/ranking03.png);
}
.staff-start-contents .l-rankingList .c-card:nth-child(4)::after {
	background-image: url(../../images/staff_start/ranking04.png);
}
.staff-start-contents .l-rankingList .c-card:nth-child(5)::after {
	background-image: url(../../images/staff_start/ranking05.png);
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-rankingList .c-card:nth-child(5) {
		display: none;
	}
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .l-rankingList .staff_list_box:nth-child(n + 6) {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-rankingList .staff_list_box:nth-child(n + 5) {
		display: none;
	}
}
.staff-start-contents .l-staffList.js-no-param .staff_list_box:nth-child(n + 21) {
	display: none;
}
.staff-start-contents .l-hashtags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 4vw auto -1.3333333333vw;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .l-hashtags {
		margin: 20px auto -10px;
	}
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(21) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(22) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(23) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(24) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(25) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(26) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(27) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(28) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(29) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(30) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(31) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(32) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(33) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(34) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(35) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(36) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(37) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(38) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(39) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(40) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(41) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(42) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(43) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(44) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(45) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(46) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(47) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(48) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(49) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(50) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(51) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(52) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(53) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(54) {
	display: none;
}
.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open) .c-hashtag:nth-child(55) {
	display: none;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(16) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(17) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(18) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(19) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(20) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(21) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(22) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(23) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(24) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(25) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(26) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(27) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(28) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(29) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(30) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(31) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(32) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(33) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(34) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(35) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(36) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(37) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(38) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(39) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(40) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(41) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(42) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(43) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(44) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(45) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(46) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(47) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(48) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(49) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(50) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(51) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(52) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(53) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(54) {
		display: none;
	}
	.staff-start-contents .l-hashtags.js-targetElement-ss:not(.is-open):not([data-target='footer']) .c-hashtag:nth-child(55) {
		display: none;
	}
}
.staff-start-contents .l-hashtags--contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 2.6666666667vw auto 5.3333333333vw;
	overflow: hidden;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .l-hashtags--contents {
		margin: 0 auto 20px;
	}
}
.staff-start-contents .l-hashtags--contents .c-hashtag__link {
	padding: 1.3333333333vw 2.1333333333vw;
	font-size: 2.9333333333vw;
	font-weight: 500;
	color: #666;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .l-hashtags--contents .c-hashtag__link {
		padding: 5px 10px;
		font-size: 11px;
	}
}
.staff-start-contents .c-hashtag {
	margin-right: 2.1333333333vw;
	margin-bottom: 2.1333333333vw;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-hashtag {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}
.staff-start-contents .c-hashtag__link {
	display: block;
	padding: 1.3333333333vw 2.6666666667vw;
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 2.6666666667vw;
	font-weight: 500;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #999999;
	border-radius: 4px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-hashtag__link {
		padding: 5px 10px;
		font-size: 11px;
	}
}
.staff-start-contents .c-hashtag__link::before {
	content: '#';
}
@media (hover: hover) {
	.staff-start-contents .c-hashtag__link:hover {
		color: #fff;
		background-color: #666;
	}
}
.staff-start-contents .c-hashtag__link.is-select {
	color: #fff;
	background-color: #666;
}
.staff-start-contents .c-button--more--text {
	display: none;
	margin-top: 1.3333333333vw;
	font-size: 2.9333333333vw;
	color: #666;
	text-decoration: underline;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-button--more--text {
		margin-top: 10px;
		font-size: 11px;
	}
}
.staff-start-contents .c-button--more--text.is-open {
	display: block;
}
.staff-start-contents .c-button--more--text span {
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media (hover: hover) {
	.staff-start-contents .c-button--more--text span:hover {
		opacity: 0.7;
	}
}
.staff-start-contents .l-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 60px 0 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
	}
}
.staff-start-contents .l-pagination .c-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	height: 33px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-pagination .c-pagination {
		height: 8.8vw;
	}
}
.staff-start-contents .l-pagination .c-pagination span {
	display: block;
	width: 32px;
	height: 32px;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	text-align: center;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-pagination .c-pagination span {
		width: 8.53vw;
		height: 8.53vw;
		font-size: 3.73vw;
	}
}
.staff-start-contents .l-pagination .c-pagination span a {
	display: block;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	color: #424242;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.staff-start-contents .l-pagination .c-pagination span a img {
	-webkit-transform: translate(0, -2px);
	transform: translate(0, -2px);
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .l-pagination .c-pagination span a:hover {
		opacity: 0.5;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-pagination .c-pagination span a {
		font-size: 3.73vw;
	}
	.staff-start-contents .l-pagination .c-pagination span a img {
		width: 4vw;
		height: 4vw;
		-webkit-transform: translate(0, -0.35vw);
		transform: translate(0, -0.35vw);
	}
	.staff-start-contents .l-pagination .c-pagination span a img.p-pagination__img {
		-webkit-transform: scale(0.7) translate(0, -0.53vw);
		transform: scale(0.7) translate(0, -0.53vw);
	}
}
.staff-start-contents .is-active {
	padding: 6px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	border: solid 1px #c3c3c3;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .is-active {
		padding: 1.8vw 0 0;
		font-size: 3.73vw;
	}
}
.staff-start-contents .c-button {
	display: block;
	text-align: center;
	text-decoration: none;
	border: solid 1px #e2e4e5;
	border-radius: 4px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-button {
		border-radius: 1.07vw;
	}
}
.staff-start-contents .c-button.c-button--small {
	width: 260px;
	padding: 12px 0;
	margin: 0 auto 80px;
	color: #666;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-button.c-button--small:hover {
		background-color: #666;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.staff-start-contents .c-button.c-button--small:hover .c-button__name {
		color: #fff;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-button.c-button--small {
		width: 44vw;
		padding: 2.53vw 0;
		margin: 0 auto 16vw;
		font-size: 3.47vw;
	}
}
.staff-start-contents .c-button.c-button--small .c-button__name {
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #666;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-button.c-button--small .c-button__name {
		font-size: 3.2vw;
	}
}
.staff-start-contents .c-button.c-button--common {
	width: 420px;
	padding: 21px 0 15px;
	margin: 0 auto;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-button.c-button--common:hover {
		opacity: 0.5;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-button.c-button--common {
		width: 92vw;
		padding: 3.5vw 0 3.2vw;
		margin: 13.33vw auto 0;
	}
}
.staff-start-contents .c-button.c-button--noMgnBt {
	margin-bottom: 0 !important;
}
.staff-start-contents .c-button.is-display-none {
	display: none !important;
}
.staff-start-contents .c-button__ttl {
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #3e3a39;
	letter-spacing: 0.66px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-button__ttl {
		font-size: 4.8vw;
		letter-spacing: 0.14vw;
	}
}
.staff-start-contents .c-button__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 92px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-button__wrap {
		width: 23.4vw;
		margin: -1.6vw auto 0;
	}
}
.staff-start-contents .c-button__wrap__img {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-button__wrap__img {
		width: 4vw;
		height: 4vw;
	}
}
.staff-start-contents .c-button__wrap__text {
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #666;
	letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-button__wrap__text {
		font-size: 3.47vw;
	}
}
.staff-start-contents .c-staff {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	-ms-flex-align: start;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-staff {
		display: block;
		max-width: 100%;
	}
}
.staff-start-contents .c-staff__img {
	width: 100%;
	max-width: 482px;
}
@media only screen and (max-width: 1280px) {
	.staff-start-contents .c-staff__img {
		width: 47%;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-staff__img {
		width: 100%;
		max-width: 100%;
	}
}
.staff-start-contents .c-researchBlock {
	width: 100%;
	padding: 15px 0;
	background-color: #ecedee;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock {
		padding: 2.6666666667vw 0;
	}
}
.staff-start-contents .c-researchBlock .c-researchWrap {
	display: none;
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock .c-researchWrap {
		width: 92vw;
	}
}
.staff-start-contents .c-researchBlock .p-searchBtnArea {
	width: 100%;
}
.staff-start-contents .c-researchBlock .p-searchBtn {
	display: block;
	width: 226px;
	padding: 13px 0 14px;
	margin: 15px auto 0;
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0;
	background-color: #3e3a39;
	border: solid 1px #3e3a39;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.staff-start-contents .c-researchBlock .p-searchBtn.open {
	display: block !important;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-researchBlock .p-searchBtn:hover {
		color: #3e3a39;
		background-color: #fff;
		border: solid 1px #3e3a39;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock .p-searchBtn {
		width: 52.8vw;
		padding: 4vw 0;
		margin: 4vw auto 0;
		font-size: 3.47vw;
		border-radius: 6.67vw;
	}
}
.staff-start-contents .c-researchBlock__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 345px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__btn {
		width: 92vw;
	}
}
.staff-start-contents .c-researchBlock__btn button {
	position: relative;
	width: 100%;
	min-width: 165px;
	max-width: 260px;
	padding: 12px 0;
	margin: 0 8px;
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #666;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.staff-start-contents .c-researchBlock__btn button.open::after {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-transform: rotate(90deg) translateX(-50%) scaleX(-1);
	transform: rotate(90deg) translateX(-50%) scaleX(-1);
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__btn button {
		min-width: 44vw;
		max-width: none;
		padding: 2.93vw 0;
		margin: 0 2.1333333333vw;
		font-size: 3.2vw;
	}
	.staff-start-contents .c-researchBlock__btn button:first-child {
		margin-left: 0;
	}
	.staff-start-contents .c-researchBlock__btn button:last-child {
		margin-right: 0;
	}
}
.staff-start-contents .c-researchBlock__btn button::before,
.staff-start-contents .c-researchBlock__btn button::after {
	position: absolute;
	top: 50%;
	content: '';
	background-size: cover;
}
.staff-start-contents .c-researchBlock__btn button::before {
	left: 15px;
	width: 20px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__btn button::before {
		width: 5.33vw;
		height: 5.33vw;
	}
}
.staff-start-contents .c-researchBlock__btn button::after {
	right: 15px;
	width: 15px;
	height: 15px;
	background-image: url(../../images/staff_start/arrow.svg);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-transform: rotate(90deg) translateX(-50%);
	transform: rotate(90deg) translateX(-50%);
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__btn button::after {
		width: 4vw;
		height: 4vw;
	}
}
.staff-start-contents .c-researchBlock__btn--search::before {
	background-image: url(../../images/staff_start/search_icon.svg);
}
.staff-start-contents .c-researchBlock__btn--popular::before {
	background-image: url(../../images/staff_start/popular_icon.svg);
}
.staff-start-contents .c-researchBlock__search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	padding: 25px 30px 26px;
	margin: 15px auto 0;
	background-color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.staff-start-contents .c-researchBlock__search.c-sortBlock {
	display: none;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search {
		display: block;
		padding: 4vw 4vw 6.67vw;
		margin: 4vw auto 0;
	}
}
.staff-start-contents .c-researchBlock__search p {
	padding: 0 0 10px;
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #666;
	letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search p {
		padding: 0 0 1.6vw;
		font-size: 3.2vw;
	}
}
.staff-start-contents .c-researchBlock__search__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* &.c-sort {
    @include max768 {
      display: block;
    }
  } */
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-researchBlock__search__wrap {
		gap: 5px;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search__wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2.93vw;
	}
}
.staff-start-contents .c-researchBlock__search__wrap .c-button--search .c-button--searchBtn {
	display: block;
	width: 12.5vw;
	max-width: 140px;
	padding: 13px 0 8px;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	border: solid 1px #bbb;
	border-radius: 4px;
}
.staff-start-contents .c-researchBlock__search__wrap .c-button--search .c-button--searchBtn a {
	display: block;
	color: #bbb;
	text-decoration: none;
}
.staff-start-contents .c-researchBlock__search__wrap .c-button--search .c-button--searchBtn.is-active {
	border: solid 1px #666;
}
.staff-start-contents .c-researchBlock__search__wrap .c-button--search .c-button--searchBtn.is-active a {
	display: block;
	color: #666;
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search__wrap .c-button--search .c-button--searchBtn {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 3.2vw 0 2.13vw;
		font-size: 3.2vw;
	}
}
.staff-start-contents .c-researchBlock__search--column-three {
	width: 59%;
	max-width: 563px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search--column-three {
		width: 100%;
		max-width: 100%;
	}
}
.staff-start-contents .c-researchBlock__search--column-three--right {
	width: 59%;
	max-width: 563px;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-researchBlock__search--column-three--right {
		margin-left: 2%;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search--column-three--right {
		width: 100%;
		max-width: 100%;
		margin: 4vw 0 0;
	}
}
.staff-start-contents .c-researchBlock__search--column-one {
	max-width: 847px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search--column-one {
		width: 100%;
		max-width: 100%;
	}
}
.staff-start-contents .c-researchBlock__search--column-two {
	max-width: 368px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search--column-two {
		width: 100%;
		max-width: 100%;
	}
}
.staff-start-contents .c-researchBlock__search--column-two--right {
	max-width: 368px;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-researchBlock__search--column-two--right {
		margin-left: 2%;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search--column-two--right {
		width: 100%;
		max-width: 100%;
		margin: 4vw 0 0;
	}
}
.staff-start-contents .c-researchBlock__search--column-two--right-two {
	max-width: 368px;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-researchBlock__search--column-two--right-two {
		margin-left: 4%;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search--column-two--right-two {
		width: 100%;
		max-width: 100%;
		margin: 4vw 0 0;
	}
}
.staff-start-contents .c-researchBlock__search--sort {
	width: 488px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search--sort {
		width: 100%;
	}
}
.staff-start-contents .c-researchBlock__search--sort .radio input[type='radio'] {
	position: absolute;
	opacity: 0;
}
.staff-start-contents .c-researchBlock__search--sort .radio input[type='radio'] + .radio-label {
	display: block;
	padding: 14px 164px 15px 0;
	font-size: 13px;
	color: #666;
	border-top: solid 1px #e2e4e5;
	border-bottom: solid 1px #e2e4e5;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search--sort .radio input[type='radio'] + .radio-label {
		font-size: 3.47vw;
	}
	.staff-start-contents .c-researchBlock__search--sort .radio input[type='radio'] + .radio-label.spBorder_none {
		border-top: none;
	}
}
.staff-start-contents .c-researchBlock__search--sort .radio input[type='radio'] + .radio-label:before {
	position: relative;
	top: 10px;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 1em;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	content: '';
	background: #fff;
	border: 1px solid #262626;
	border-radius: 100%;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.staff-start-contents .c-researchBlock__search--sort .radio input[type='radio']:checked + .radio-label:before {
	background-color: #666;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
}
.staff-start-contents .c-researchBlock__search--sort .radio input[type='radio']:focus + .radio-label:before {
	border-color: #666;
	outline: none;
}
.staff-start-contents .c-researchBlock--secondView {
	margin-top: 50px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock--secondView {
		margin-top: 8vw;
	}
}
.staff-start-contents .c-researchBlock__search--grid {
	display: grid;
	grid-template-columns: 1fr 9fr;
	max-width: 812px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
	row-gap: 20px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search--grid {
		display: block;
		-webkit-column-gap: 0;
		column-gap: 0;
	}
}
.staff-start-contents .c-researchBlock__search--grid p {
	padding-top: 10px;
	padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search--grid p {
		padding-top: 0;
		padding-bottom: 2.6666666667vw;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search--grid .c-researchBlock__search__wrap + p {
		margin-top: 2.6666666667vw;
	}
}
.staff-start-contents .c-researchBlock__search--grid .c-researchBlock__search__wrap {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-researchBlock__search--grid .c-researchBlock__search__wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2.93vw;
	}
}
.staff-start-contents .c-button--more {
	position: relative;
	max-width: 240px;
	padding: 16px 0 16px;
	margin: 50px auto 140px;
	font-size: 14px;
	font-weight: 400;
	color: #3e3a39;
	text-align: center;
	cursor: pointer;
	border: solid 1px #3e3a39;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-button--more {
		width: 48vw;
		max-width: none;
		max-width: initial;
		padding: 3.467vw 0 3.3vw;
		font-size: 3.467vw;
	}
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-button--more:hover {
		opacity: 0.5;
	}
}
.staff-start-contents .c-button--more.is-btnNone {
	display: none;
}
.staff-start-contents .c-button--more::after {
	position: absolute;
	top: 50%;
	right: 60px;
	width: 15px;
	height: 15px;
	content: '';
	background-image: url(../../images/staff_start/arrow.svg);
	background-size: cover;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-button--more::after {
		right: 8vw;
		width: 4.267vw;
		height: 4.267vw;
	}
}
.staff-start-contents .text {
	font-size: 16px;
}
.staff-start-contents .c-ttl--lv1 {
	padding: 60px 0 43px;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 40px;
	font-weight: 400;
	color: #3e3a39;
	text-align: center;
	letter-spacing: 1.2px;
}
.staff-start-contents .c-ttl--lv1 span {
	font-size: 14px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-ttl--lv1 {
		width: 100%;
		padding: 9.33vw 4vw 4.53vw;
		font-size: 8vw;
		line-height: 10.13vw;
		text-align: left;
		letter-spacing: 0.24vw;
	}
}
.staff-start-contents .c-ttl--lv2 {
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #3e3a39;
	letter-spacing: 0.72px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-ttl--lv2 {
		font-size: 5.33vw;
		letter-spacing: 0.16vw;
	}
}
.staff-start-contents .c-ttl--lv2.c-ttl--staff {
	margin: 80px 0 0;
}
.staff-start-contents .c-ttl--lv3 {
	padding: 74px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 24px;
	text-align: left;
	letter-spacing: 0;
}
.staff-start-contents .c-ttl--lv3.pt {
	padding: 82px 0 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-ttl--lv3 {
		padding: 16vw 0 0;
		font-size: 5.33vw;
	}
}
.staff-start-contents .c-ttl--border {
	border-bottom: solid 1px #e2e4e5;
}
.staff-start-contents .c-ttl--lh {
	padding: 60px 0 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-ttl--lh {
		width: 100%;
		padding: 9.33vw 4vw 0;
		font-size: 8vw;
		line-height: 10.13vw;
		text-align: left;
		letter-spacing: 0.24vw;
	}
}
.staff-start-contents .c-ttl--sub {
	display: block;
	padding: 0 0 43px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-ttl--sub {
		width: 100%;
		padding: 1.33vw 4vw 4.53vw;
		font-size: 3.2vw;
		text-align: left;
	}
}
.staff-start-contents .c-ttl--type2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #3e3a39;
	-webkit-box-align: end;
	-ms-flex-align: end;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-ttl--type2 {
		font-size: 4.2666666667vw;
	}
}
.staff-start-contents .c-ttl--type2__sub {
	display: block;
	margin-bottom: 6px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: 500;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-ttl--type2__sub {
		margin-bottom: 0.8vw;
		margin-left: 2.6666666667vw;
		font-size: 2.9333333333vw;
	}
}
.staff-start-contents .c-ttl--type2--large {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	margin-top: 51px;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #3e3a39;
	letter-spacing: 1px;
	-webkit-box-align: end;
	-ms-flex-align: end;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-ttl--type2--large {
		margin-top: 8.2666666667vw;
		font-size: 5.3333333333vw;
	}
}
.staff-start-contents .l-detailContent {
	padding: 50px 0 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-detailContent {
		padding: 8vw 0 0;
	}
}
.staff-start-contents .l-detailContent .c-button--common {
	width: 420px;
	padding: 21px 0 15px;
	margin: 118px auto 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-detailContent .c-button--common {
		width: 92vw;
		padding: 3.5vw 0 3.2vw;
		margin: 13.33vw auto 0;
	}
}
.staff-start-contents .l-detailBlock {
	width: 50%;
	max-width: 492px;
}
@media only screen and (max-width: 1280px) {
	.staff-start-contents .l-detailBlock {
		width: 47%;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-detailBlock {
		width: 100vw;
		max-width: none;
		padding: 8vw 4vw 0;
		margin: 8vw -4vw 0;
		border-top: solid 1px #e2e4e5;
	}
}
.staff-start-contents .l-detailBlock .c-detailItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
.staff-start-contents .l-detailBlock .c-detailItem__img {
	width: 100%;
	max-width: 120px;
	margin: 0 20px 0 0;
}
.staff-start-contents .l-detailBlock .c-detailItem__img img {
	width: 100%;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-detailBlock .c-detailItem__img {
		width: 32vw;
		max-width: none;
	}
}
.staff-start-contents .l-detailBlock .c-detailItem__textBlock {
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	color: #3e3a39;
	letter-spacing: 0;
}
.staff-start-contents .l-detailBlock .c-detailItem__textBlock__shopName {
	font-size: 14px;
	font-weight: 400;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-detailBlock .c-detailItem__textBlock__shopName {
		font-size: 3.2vw;
	}
}
.staff-start-contents .l-detailBlock .c-detailItem__textBlock__staffName {
	margin: 3px 0 0;
	font-size: 20px;
	font-weight: 500;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-detailBlock .c-detailItem__textBlock__staffName {
		font-size: 4.27vw;
	}
}
.staff-start-contents .l-detailBlock .c-detailItem__textBlock__genderText {
	margin: 5px 0 0px;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #666;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-detailBlock .c-detailItem__textBlock__genderText {
		font-size: 3.2vw;
	}
}
.staff-start-contents .l-detailBlock .c-detailItem__textBlock .c-detailBtn--staff {
	display: block;
	padding: 11px 19px 10px;
	margin: 13px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	border: solid 1px #999;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .l-detailBlock .c-detailItem__textBlock .c-detailBtn--staff:hover {
		color: #fff;
		background-color: #3e3a39;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-detailBlock .c-detailItem__textBlock .c-detailBtn--staff {
		padding: 1.87vw 2.67vw 1.5vw;
		margin: 2.67vw 0 0;
		font-size: 3.2vw;
		letter-spacing: 0;
	}
}
.staff-start-contents .l-detailBlock .c-detailItem__textBlock .c-detailBtn--staff img {
	-webkit-transform: rotate(-180deg) translateY(2px);
	transform: rotate(-180deg) translateY(2px);
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-detailBlock .c-detailItem__textBlock .c-detailBtn--staff img {
		-webkit-transform: rotate(-180deg) translateY(1px);
		transform: rotate(-180deg) translateY(1px);
	}
}
.staff-start-contents .l-coordinateList.l-detailList {
	margin: 26px 0 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-coordinateList.l-detailList {
		margin: 5.33vw 0 0;
	}
}
.staff-start-contents .c-detailProduct {
	padding: 30px;
	margin: 30px 0 0;
	background-color: #f4f5f6;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-detailProduct {
		width: 100vw;
		padding: 8vw 4vw;
		margin: 9.6vw 0 0 -4vw;
	}
}
.staff-start-contents .c-detailProduct__date {
	margin-bottom: 4vw;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 2.6666666667vw;
	font-weight: 300;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-detailProduct__date {
		margin-bottom: 15px;
		font-size: 10px;
	}
}
.staff-start-contents .c-detailProduct__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-detailProduct__wrap {
		margin: 0 0 5.33vw;
	}
}
.staff-start-contents .c-detailProduct__wrap__img {
	width: 100%;
	max-width: 165px;
	margin: 0 15px 0 0;
}
.staff-start-contents .c-detailProduct__wrap__img img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-detailProduct__wrap__img {
		width: 44vw;
		max-width: 100%;
		margin: 0 4vw 0 0;
	}
}
.staff-start-contents .c-detailProduct__wrap__text .p-useItem {
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #3e3a39;
	letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-detailProduct__wrap__text .p-useItem {
		font-size: 3.2vw;
	}
}
.staff-start-contents .c-detailProduct__wrap__text .p-itemName {
	margin: 6px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3e3a39;
	letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-detailProduct__wrap__text .p-itemName {
		font-size: 3.73vw;
	}
}
.staff-start-contents .c-detailProduct__wrap__text .p-itemNumber {
	margin: 3px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #666;
	letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-detailProduct__wrap__text .p-itemNumber {
		font-size: 3.2vw;
	}
}
.staff-start-contents .c-detailProduct__wrap__text .p-itemPrice {
	margin: 3px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3e3a39;
	letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-detailProduct__wrap__text .p-itemPrice {
		font-size: 3.7333333333vw;
	}
}
.staff-start-contents .c-detailProduct__wrap__text .p-itemPrice::before {
	content: '¥';
}
.staff-start-contents .c-detailProduct .p-commentHead {
	position: relative;
	display: inline-block;
	margin: 0 0 10px;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #3e3a39;
	letter-spacing: 0;
}
.staff-start-contents .c-detailProduct .p-commentHead::after {
	position: absolute;
	top: 36%;
	right: -20px;
	width: 10px;
	height: 1px;
	content: '';
	background-color: #3e3a39;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-detailProduct .p-commentHead::after {
		top: 40%;
		right: -5.33vw;
		width: 2.67vw;
		height: 0.27vw;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-detailProduct .p-commentHead {
		margin: 0 0 2.67vw;
		font-size: 3.2vw;
	}
}
.staff-start-contents .c-detailProduct .p-commentText {
	margin: 0 0 30px;
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #666;
	letter-spacing: -0.1px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-detailProduct .p-commentText {
		margin: 0 0 8vw;
		font-size: 3.73vw;
		line-height: 5.33vw;
	}
}
.staff-start-contents .c-detailProduct .p-detailBtn {
	display: block;
	width: 240px;
	padding: 13px 0 14px;
	margin: 0 auto;
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0;
	background-color: #3e3a39;
	border: solid 1px #3e3a39;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .c-detailProduct .p-detailBtn:hover {
		color: #3e3a39;
		background-color: #fff;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-detailProduct .p-detailBtn {
		width: 56vw;
		padding: 3.1vw 0 3.73vw;
		font-size: 3.47vw;
		border-radius: 6.67vw;
	}
}
.staff-start-contents .p-sliderWrap {
	position: relative;
}
.staff-start-contents .p-sliderWrap .p-slider {
	margin: 0 auto 20px;
}
.staff-start-contents .p-sliderWrap .p-slider .slide-item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	vertical-align: bottom;
}
.staff-start-contents .p-slide-arrow {
	position: absolute;
	top: 50%;
	z-index: 20;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(-50%);
	-webkit-transform: opacity 0.3s ease-in-out;
	transform: translateY(-50%);
	transform: opacity 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .p-slide-arrow:hover {
		opacity: 0.5;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
.staff-start-contents .p-slide-arrow img {
	width: 30px;
}
.staff-start-contents .p-prev-arrow {
	left: 5px;
}
.staff-start-contents .p-next-arrow {
	right: 5px;
}
.staff-start-contents .p-slick-num {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 100;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-slick-num {
		right: 2.67vw;
		bottom: 2.67vw;
		font-size: 2.67vw;
	}
}
.staff-start-contents .p-slick-num .inner {
	display: inline-block;
	padding: 5px 6px 3px;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	color: #999;
	background-color: rgba(255, 255, 255, 0.8);
}
.staff-start-contents .p-slick-num .inner .nowcnt,
.staff-start-contents .p-slick-num .inner .allcnt {
	font-weight: 400;
}
.staff-start-contents .slick-dots {
	display: none !important;
}
.staff-start-contents .p-thumbnail::-webkit-scrollbar {
	display: none !important;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-thumbnail {
		width: 96vw;
		max-width: none;
		overflow: scroll;
	}
}
.staff-start-contents .p-thumbnail .p-thumbnail-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	max-width: 482px;
	margin: 0 auto;
	overflow-x: auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-thumbnail .p-thumbnail-list {
		display: -webkit-box;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		max-width: none;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
	}
}
.staff-start-contents .p-thumbnail .p-thumbnail-list .p-thumbnail-item {
	position: relative;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 18%;
	max-width: 87px;
	margin: 0 2.5% 10px 0;
	cursor: pointer;
}
.staff-start-contents .p-thumbnail .p-thumbnail-list .p-thumbnail-item.thumbnail-current::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	border: solid 1px #666;
}
.staff-start-contents .p-thumbnail .p-thumbnail-list .p-thumbnail-item:nth-child(5n) {
	margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-thumbnail .p-thumbnail-list .p-thumbnail-item:nth-child(5n) {
		margin: 0 2.67vw 0 0;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-thumbnail .p-thumbnail-list .p-thumbnail-item:last-child {
		margin-right: 4vw;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-thumbnail .p-thumbnail-list .p-thumbnail-item {
		width: 20vw;
		max-width: none;
		height: 26.67vw;
		margin: 0 2.67vw 0 0;
	}
}
.staff-start-contents .p-thumbnail .p-thumbnail-list .p-thumbnail-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	vertical-align: bottom;
}
.staff-start-contents ul li {
	list-style: none;
}
.staff-start-contents .l-content {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}
.staff-start-contents .l-content.l-list {
	margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-content.l-list {
		margin: 8.2vw auto 0;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-content {
		width: 92vw;
		margin: 0 auto;
	}
}
.staff-start-contents .l-content--first {
	padding-top: 30px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-content--first {
		padding-top: 8vw;
	}
}
.staff-start-contents .l-content--keyword {
	padding: 30px 0 20px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-content--keyword {
		padding: 8vw 0 5.3333333333vw;
	}
}
.staff-start-contents .l-section {
	padding: 0 0 120px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-section {
		padding: 0 0 16vw;
	}
}
.staff-start-contents .l-section--bgGray {
	padding: 50px 0;
	background-color: #f4f5f6;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-section--bgGray {
		padding: 10.6666666667vw 0;
	}
}
.staff-start-contents .l-coordinateList {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 30px 16px;
	margin: 30px 0 50px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-coordinateList {
		grid-template-columns: 1fr 1fr;
		gap: 4.53vw 4vw;
		margin: 4vw 0 9.87vw;
	}
}
.staff-start-contents .l-coordinateList.l-rootUsed {
	margin: 52px 0 60px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-coordinateList.l-rootUsed {
		margin: 10.6666666667vw 0 10.13vw;
	}
}
.staff-start-contents .l-coordinateList.l-coordinateList--noMgnBtm {
	margin-bottom: 0;
}
.staff-start-contents .c-coordinate {
	margin: 20px;
}
.staff-start-contents .p-rootTagBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	width: 90%;
	max-width: 1024px;
	margin: 30px auto -20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-ms-flex-align: end;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-rootTagBlock {
		width: 92vw;
		margin: 5.33vw auto -5.3333333333vw;
	}
}
.staff-start-contents .p-rootTagBlock .p-rootTag__Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.staff-start-contents .p-rootTagBlock .p-rootTag__Wrap .p-rootTag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 15px 10px;
	margin: 0 10px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0;
	background-color: #666;
	border: solid 1px #666;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .p-rootTagBlock .p-rootTag__Wrap .p-rootTag:hover {
		opacity: 0.5;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-rootTagBlock .p-rootTag__Wrap .p-rootTag {
		padding: 1.8666666667vw 4vw 1.3333333333vw;
		margin: 0 2.67vw 0 0;
		font-size: 3.7333333333vw;
		border-radius: 1.07vw;
	}
}
.staff-start-contents .p-rootTagBlock .p-rootTag__Wrap .p-rootTag span {
	margin: 0 0 0 5px;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-rootTagBlock .p-rootTag__Wrap .p-rootTag span {
		margin: 0 0 0 1.33vw;
		-webkit-transform: translateY(0.2666666667vw);
		transform: translateY(0.2666666667vw);
	}
}
.staff-start-contents .p-rootTagBlock .p-rootText {
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #666;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-rootTagBlock .p-rootText {
		font-size: 2.67vw;
	}
}
.staff-start-contents .p-rootTagBlock .p-rootText .p-rootNumber {
	margin: 0 5px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-rootTagBlock .p-rootText .p-rootNumber {
		margin: 0 1.33vw 0 0;
		font-size: 4.27vw;
	}
}
.staff-start-contents .p-slider--hotKeyword {
	width: 92%;
	max-width: 1040px;
	margin: 15px auto 40px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-slider--hotKeyword {
		width: calc(100% - 2vw);
		margin: 4vw auto 10.6666666667vw;
	}
}
.staff-start-contents .p-slider--hotKeyword.js-hotKeywordSlider {
	visibility: hidden;
}
.staff-start-contents .p-slider--hotKeyword.js-hotKeywordSlider.slick-initialized {
	visibility: visible;
}
.staff-start-contents .p-slider--hotKeyword__slide {
	position: relative;
	display: block;
	margin: 0 8px;
}
.staff-start-contents .p-slider--hotKeyword__slide:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-slider--hotKeyword__slide {
		margin: 0 2vw;
	}
}
.staff-start-contents .c-hotKeyword {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-hotKeyword {
		font-size: 3.2vw;
	}
}
.staff-start-contents .c-hotKeyword::before {
	content: '#';
}
.staff-start-contents .hotKeywordSliderDots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	max-width: 90%;
	margin: 20px auto 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .hotKeywordSliderDots {
		margin: 5.3333333333vw auto 0;
	}
}
.staff-start-contents .hotKeywordSliderDots > li {
	width: 30px;
	height: 4px;
	margin-right: 5px;
	background-color: #e2e4e5;
}
.staff-start-contents .hotKeywordSliderDots > li:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .hotKeywordSliderDots > li {
		width: 8vw;
		height: 1.0666666667vw;
		margin-right: 1.3333333333vw;
	}
}
.staff-start-contents .hotKeywordSliderDots > li.slick-active {
	background-color: #666;
}
.staff-start-contents .hotKeywordSliderDots > li > button {
	display: none;
}
.staff-start-contents .l-coordinateList.l-detail_mt {
	margin: 50px 0 60px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-coordinateList.l-detail_mt {
		margin: 8vw 0 10.67vw;
	}
}
.staff-start-contents .l-staffContent {
	padding: 50px 0 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-staffContent {
		padding: 8vw 0 0;
	}
}
.staff-start-contents .l-staffContent .c-detailItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.staff-start-contents .l-staffContent .c-detailItem__img {
	width: 100%;
	max-width: 120px;
	margin: 0 20px 0 0;
}
.staff-start-contents .l-staffContent .c-detailItem__img img {
	width: 100%;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-staffContent .c-detailItem__img {
		width: 28vw;
		max-width: none;
		margin: 0 4vw 0 0;
	}
}
.staff-start-contents .l-staffContent .c-detailItem__textBlock {
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	color: #3e3a39;
	letter-spacing: 0;
}
.staff-start-contents .l-staffContent .c-detailItem__textBlock__shopName {
	font-size: 14px;
	font-weight: 400;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-staffContent .c-detailItem__textBlock__shopName {
		font-size: 3.73vw;
	}
}
.staff-start-contents .l-staffContent .c-detailItem__textBlock__staffName {
	margin: 4px 0 0;
	font-size: 20px;
	font-weight: 500;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-staffContent .c-detailItem__textBlock__staffName {
		margin: 0;
		font-size: 5.33vw;
	}
}
.staff-start-contents .l-staffContent .c-detailItem__textBlock__genderText {
	margin: 5px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #666;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-staffContent .c-detailItem__textBlock__genderText {
		font-size: 3.2vw;
	}
}
.staff-start-contents .l-staffContent .c-detailItem__textBlock__common {
	margin: 5px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #666;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-staffContent .c-detailItem__textBlock__common {
		font-size: 3.2vw;
	}
}
.staff-start-contents .l-staffContent .c-detailItem__textBlock .c-detailItem__textBlock__insta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 9px 0 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .l-staffContent .c-detailItem__textBlock .c-detailItem__textBlock__insta:hover {
		opacity: 0.5;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-staffContent .c-detailItem__textBlock .c-detailItem__textBlock__insta {
		margin: 1.33vw 0 0;
	}
}
.staff-start-contents .l-staffContent .c-detailItem__textBlock .c-detailItem__textBlock__insta img {
	width: 24px;
	margin: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-staffContent .c-detailItem__textBlock .c-detailItem__textBlock__insta img {
		width: 6.4vw;
		margin: 0 2.67vw 0 0;
	}
}
.staff-start-contents .l-staffContent .c-detailItem__textBlock .c-detailItem__textBlock__insta p {
	font-size: 11px;
	color: #666;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-staffContent .c-detailItem__textBlock .c-detailItem__textBlock__insta p {
		font-size: 2.93vw;
	}
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .l-staffContent__wrap--column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
	}
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .l-staffContent__wrap--column .c-detailItem {
		width: 340px;
		min-width: 340px;
	}
}
.staff-start-contents .l-staffContent__wrap--column .c-detailItem:last-child {
	width: 100%;
}
@media only screen and (min-width: 769px) {
	.staff-start-contents .l-staffContent__wrap--column .c-detailProfile {
		width: 100%;
		margin: 0 0 0 50px;
	}
}
.staff-start-contents .c-detailProfile {
	margin-top: 30px;
	font-size: 14px;
	color: #3e3a39;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-detailProfile {
		margin-bottom: 8vw;
		font-size: 3.7333333333vw;
	}
}
.staff-start-contents .c-detailProfile * {
	font-size: 14px;
	color: #3e3a39;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-detailProfile * {
		font-size: 3.7333333333vw;
	}
}
.staff-start-contents .l-staffList {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 40px 30px;
	margin: 30px 0 60px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .l-staffList {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 4.53vw 4vw;
		margin: 4vw 0 9.87vw;
	}
}
.staff-start-contents .c-ttl--lv3-s.p-fsProduct.top-detail-mg {
	padding-top: 0;
}
.staff-start-contents .c-ttl--lv3-s.top-detail-mg {
	padding-top: 0;
}
.staff-start-contents .c-card__product--sec {
	display: -webkit-box;
	margin-top: 1px;
	overflow: hidden;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 11px;
	color: #999;
	letter-spacing: 0;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-card__product--sec {
		margin-top: -0.8vw;
		font-size: 2.6666666667vw;
	}
}
.staff-start-contents .c-ttl--lv1--staffList {
	padding: 60px 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 40px;
	font-weight: 400;
	color: #3e3a39;
	text-align: center;
	letter-spacing: 1.2px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .c-ttl--lv1--staffList {
		width: 100%;
		padding: 9.33vw 4vw 0;
		font-size: 8vw;
		line-height: 10.13vw;
		text-align: left;
		letter-spacing: 0.24vw;
	}
}

/* coordinate_detail おすすめの組み合わせ、スタイル追加 */
.staff-start-contents .p-lensRecommendContent .meganeStyleLensTableContent {
	display: none !important;
}
.staff-start-contents .p-lensRecommendContent .p-itemDetail {
	display: none;
}
.staff-start-contents .p-lensRecommendContent .p-itemDetail.is-show {
	display: block;
}
.staff-start-contents .p-lensRecommendContent .p-itemDetail .c-ttl--lv3 {
	padding-top: 40px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-itemDetail .c-ttl--lv3 {
		padding-top: 60px;
	}
}
.staff-start-contents .p-lensRecommendContent .p-itemDetail__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin-top: 30px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-itemDetail__items {
		display: block;
		margin-top: 10.6666666667vw;
	}
	.staff-start-contents .p-lensRecommendContent .p-itemDetail__items:first-child {
		margin-top: 8vw;
	}
}
.staff-start-contents .p-lensRecommendContent .p-itemDetail__items_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 490px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-itemDetail__items_item {
		max-width: none;
	}
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-itemDetail__items_item:nth-child(n + 1) {
		margin-top: 8vw;
	}
}
.staff-start-contents .p-lensRecommendContent .p-items--images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 14px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-items--images {
		padding: 1.3333333333vw;
	}
}
.staff-start-contents .p-lensRecommendContent .p-items--images_megane {
	width: 45.5%;
	max-width: 210px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-items--images_megane {
		max-width: none;
	}
}
.staff-start-contents .p-lensRecommendContent .p-items--images_plus {
	width: 9%;
	max-width: 35px;
	margin: 0 4px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-items--images_plus {
		width: 8%;
		max-width: none;
		margin: 0 1.0666666667vw;
	}
}
.staff-start-contents .p-lensRecommendContent .p-items--images_plus svg {
	display: block;
	width: 100%;
	height: auto;
}
.staff-start-contents .p-lensRecommendContent .p-items--images_lens {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45.5%;
	max-width: 210px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-items--images_lens {
		max-width: none;
	}
}
.staff-start-contents .p-lensRecommendContent .p-items--images_lens img {
	width: 35%;
	max-width: 70px;
	height: auto;
}
.staff-start-contents .p-lensRecommendContent .p-items--info {
	margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-items--info {
		margin-top: 4.2666666667vw;
	}
}
.staff-start-contents .p-lensRecommendContent .p-items--info__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
}
.staff-start-contents .p-lensRecommendContent .p-items--info__group:nth-child(n + 2) {
	margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-items--info__group:nth-child(n + 2) {
		margin-top: 2.6666666667vw;
	}
}
.staff-start-contents .p-lensRecommendContent .p-items--info__group--lens {
	min-height: 2.5em;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-items--info__group--lens {
		min-height: 0;
	}
}
.staff-start-contents .p-lensRecommendContent .p-info--label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 24px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #3e3a39;
	border: 1px solid #3e3a39;
	border-radius: 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-info--label {
		width: 18.6666666667vw;
		height: 6.4vw;
		margin-right: 2.6666666667vw;
		font-size: 3.2vw;
	}
}
.staff-start-contents .p-lensRecommendContent .p-info--text {
	-ms-flex: 1;
	flex: 1;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3e3a39;
	-webkit-box-flex: 1;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-info--text {
		font-size: 4.2666666667vw;
	}
}
.staff-start-contents .p-lensRecommendContent .p-items--button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 14px;
	margin-top: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-items--button {
		padding-top: 5.6vw;
	}
}
.staff-start-contents .p-lensRecommendContent .p-itemDetail--button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 14px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0;
	background-color: #3e3a39;
	border: 1px solid #3e3a39;
	border-radius: 25px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-itemDetail--button {
		padding: 3.4666666667vw;
		font-size: 3.4666666667vw;
		line-height: 1.3;
	}
}
.staff-start-contents .p-lensRecommendContent .p-itemDetail--button:first-child {
	margin-right: 10px;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-itemDetail--button:first-child {
		margin-right: 2.6666666667vw;
	}
}
.staff-start-contents .p-lensRecommendContent .p-itemDetail--button.is-hide {
	display: none;
}
.staff-start-contents .p-lensRecommendContent .p-itemDetail--button svg {
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	display: block;
	width: 6px;
	height: 12px;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.staff-start-contents .p-lensRecommendContent .p-itemDetail--button svg {
		width: 1.8666666667vw;
		height: 3.7333333333vw;
	}
}
.staff-start-contents .p-lensRecommendContent .p-itemDetail--button svg path {
	stroke: #fff;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media (hover: hover) {
	.staff-start-contents .p-lensRecommendContent .p-itemDetail--button:hover {
		color: #3e3a39;
		background-color: #fff;
	}
	.staff-start-contents .p-lensRecommendContent .p-itemDetail--button:hover svg path {
		stroke: #3e3a39;
	}
}
