@charset "utf-8";

/* common -- start */
.device_sp .is_sp {
	display: block !important;
}

.device_pc .is_sp {
	display: none !important;
}

.device_sp .is_pc {
	display: none !important;
}

.device_pc .is_pc {
	display: block !important;
}

.p-title.p-styling__medium
 {
	margin: 3rem auto 2rem;
}

#staff .p-title .p-title__main h2 {
	color: #000127;
	font-size: 2.0rem !important;
	line-height: 2.0rem !important;
}

#staff.device_sp .p-title .p-title__main h2 {
	color: #000127;
	font-size: 1.8rem !important;
	line-height: 2.0rem !important;
}

/* common -- end */

/* (coordination / summary) common -- start */
.coordination .p-tab.p-tab--edit>.p-tab__head .p-tab__row,
.summary .p-tab.p-tab--edit>.p-tab__head .p-tab__row {
	width: calc((100% - 1px) / 2);
}

.coordination .p-tab.p-tab--edit>.p-tab__content,
.summary .p-tab.p-tab--edit>.p-tab__content {
	border: 0;
	margin-top: 2.0rem;
}

.coordination.device_pc .p-tab.p-tab--edit>.p-tab__content .p-tab__view,
.summary.device_pc .p-tab.p-tab--edit>.p-tab__content .p-tab__view {
	background: #FFF;
	padding: 0;
	border: 0;
}

#staff .p-category-main__content {
	border-top: 0;
}

.p-heading h1.p-heading__txt {
	color: #000127;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2.0rem;
}

#staff.device_sp .p-heading h1.p-heading__txt {
	color: #000127 !important;
	font-size: 1.8rem !important;
	line-height: 2.0rem !important;
}

.coordination.device_sp .p-link.p-link--button-gray,
.coordination-detail.device_sp .p-link.p-link--button-gray {
	color: #424242;
	font-size: 14px;
	line-height: 20px;
}

/* (coordination / summary) common -- end */

/* tab (coordination / summary)-- start */
#staff .p-block .nav-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 3.0rem;
	margin-bottom: 0.5rem;
}

#staff .p-block .nav-list>* {
	border: 0;
	padding: 0;
	background-color: #e3e3e8;
	font-size: 1.6rem;
}

#staff .p-block .nav-list>*.active {
	border-width: 1px;
	border-color: #e3e3e8;
	border-style: solid;
	background-color: #ffffff;
	border-bottom: 0;
	color: #505258;
	font-size: 1.6rem;
	padding: 1.5rem 0;
}

#staff .p-block .nav-list>* a {
	color: #8a8c97;
	line-height: 1.3;
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.5rem 0;
	text-align: center;
}

/* tab (coordination / summary)-- end */

/* list-items (coordination / summary)-- start */
#staff .p-lists.p-lists--col5 {
	padding: 1.0rem 0.5rem 0;
}

#staff.device_pc .p-lists.p-lists--col5 {
	padding: 0;
}

.p-lists.p-lists--col5>.p-lists__item {
	margin-right: 0.5rem;
	width: calc((100% - 20px) / 5);
	margin-bottom: 2.0rem;
}

#staff.device_sp .p-lists.p-lists--col5.p-lists--sp-col3 >.p-lists__item {
	width: calc((100% / 3) - 1rem);
}
#staff.device_sp .p-lists.p-lists--col5.p-lists--sp-col3 > .p-lists__item:nth-child(2n) {
	margin-right: 1rem !important;
}

#staff.device_sp .p-lists.p-lists--col5>.p-lists__item {
	margin-bottom: 1rem !important;
}
#staff.device_sp .p-lists.p-lists--col5>.p-lists__item.is-hidden {
	margin-bottom: 0 !important;
}

#staff .p-staff__profile_image {
	width: 30%;
	margin-right: 1rem;
}

#staff .p-staff__profile_text {
	width: 70%;
}

#staff .p-link.p-link--card .p-link__txt--date {
	color: #8a8c97;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.0rem;
	word-break: break-all;
}

#staff .p-link.p-link--card .p-link__txt--desc {
	color: #8a8c97;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.0rem;
	word-break: break-all;
	margin-bottom: 0.5rem;
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#staff .p-link.p-link--card .p-link__txt--desc-s {
	color: #8a8c97;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6rem;
	word-break: break-all;
	margin-bottom: 0.5rem;
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#staff .p-link.p-link--card .p-link__txt--profile-box {
	display: flex;
}

#staff .p-link.p-link--card .p-link__txt--profile-img {
	max-width: 40px;
    max-height: 40px;
    overflow: hidden;
    border-radius: 50%;
	margin-right: 5px;
}

#staff .p-link.p-link--card .p-link__txt--profile-detail {
	width: 70%;
}

#staff .p-link.p-link--card .p-link__txt--profile-detail .p-link__txt--profile-name {
	color: #000127;
	font-size: 1.4rem;
	line-height: 1.6rem;
	word-break: break-all;
}

#staff .p-link.p-link--card .p-link__txt--profile-detail .p-link__txt--profile-desc {
	color: #8a8c97;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2.0rem;
	word-break: break-all;
}

#staff .p-link.p-link--card .p-link__txt--profile-detail .p-link__txt--profile-desc-s {
	color: #8a8c97;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.6rem;
	word-break: break-all;
}

#staff .p-link.p-link--card .p-link__txt--date,
#staff .p-link.p-link--card .p-link__txt--desc,
#staff .p-link.p-link--card .p-link__txt--desc-s,
#staff .p-link.p-link--card .p-link__txt--profile-name,
#staff .p-link.p-link--card .p-link__txt--profile-desc,
#staff .p-link.p-link--card .p-link__txt--profile-desc-s {
	display: block;
}

/* list-items (coordination / summary)-- end */

/* mobile filtering condition -- start */
#staff .p-block__wrap.p-block--search-head {
	margin: 2.5rem 0 3.0rem;
	color: #424242;
	font-size: 1.4rem;
	line-height: 2.0rem;
}

#staff .p-block__wrap {
	margin: 1.0rem 0;
}

#staff .p-block .p-txt.p-txt--title {
	padding: 2.0rem 1.5rem !important;
	margin: 1.0rem 1.0rem !important;
	color: #000127 !important;
	font-size: 1.8rem !important;
	font-weight: bold !important;
	background: #f3f3f3;
	text-align: left;
	font-weight: 700;
	line-height: 2.0rem;
}

/* mobile filtering condition -- end */

/* ranking list-item -- start */
.coordination .p-block.ranking .p-lists.p-lists--col6 {
	padding: 1.0rem;
}

.device_pc .p-block.ranking .p-lists.p-lists--col6 {
	padding-left: 2.5rem;
}

#staff.device_sp .p-lists.p-lists--col6>.p-lists__item {
	width: calc((100% / 3) - 0.5rem);
	margin-right: 0.5rem !important;
	margin-bottom: 0.5rem;
}

#staff.device_sp .p-lists.p-lists--col6>.p-lists__item:nth-child(n+4) {
	display: none;
}

.coordination .p-block.ranking .p-link.p-link--card .p-link__txt .p-link__txt--profile-name {
	color: #000127;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2.0rem;
	text-align: center;
	word-break: break-all;
}

.coordination .p-block.ranking .p-link.p-link--card .p-link__txt .p-link__txt--profile-desc {
	color: #8a8c97;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.6rem;
	text-align: center;
	word-break: break-all;
}

/* ranking list-item -- end */

/* ranking corner number -- start */
.coordination .p-block.ranking .p-link.p-link--card div.p-link__head.no1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 35px solid #d3b31e;
	border-right: 35px solid transparent;
}

.coordination .p-block.ranking .p-link.p-link--card div.p-link__head.no1:after {
	content: "1";
	position: absolute;
	top: 0.1rem;
	left: 0.5rem;
	color: #FFF;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2.0rem;
}

.coordination .p-block.ranking .p-link.p-link--card div.p-link__head.no2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 35px solid #b4b4b4;
	border-right: 35px solid transparent;
}

.coordination .p-block.ranking .p-link.p-link--card div.p-link__head.no2:after {
	content: "2";
	position: absolute;
	top: 0.1rem;
	left: 0.5rem;
	color: #FFF;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2.0rem;
}

.coordination .p-block.ranking .p-link.p-link--card div.p-link__head.no3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 35px solid #000127;
	border-right: 35px solid transparent;
}

.coordination .p-block.ranking .p-link.p-link--card div.p-link__head.no3:after {
	content: "3";
	position: absolute;
	top: 0.1rem;
	left: 0.5rem;
	color: #FFF;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2.0rem;
}

.coordination .p-block.ranking .p-link.p-link--card div.p-link__head.no4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 35px solid #FFF;
	border-right: 35px solid transparent;
}

.coordination .p-block.ranking .p-link.p-link--card div.p-link__head.no4:after {
	content: "4";
	position: absolute;
	top: 0.1rem;
	left: 0.5rem;
	color: #000127;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2.0rem;
}

.coordination .p-block.ranking .p-link.p-link--card div.p-link__head.no5:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 35px solid #FFF;
	border-right: 35px solid transparent;
}

.coordination .p-block.ranking .p-link.p-link--card div.p-link__head.no5:after {
	content: "5";
	position: absolute;
	top: 0.1rem;
	left: 0.5rem;
	color: #000127;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2.0rem;
}

.coordination .p-block.ranking .p-link.p-link--card div.p-link__head.no6:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 35px solid #FFF;
	border-right: 35px solid transparent;
}

.coordination .p-block.ranking .p-link.p-link--card div.p-link__head.no6:after {
	content: "6";
	position: absolute;
	top: 0.1rem;
	left: 0.5rem;
	color: #000127;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2.0rem;
}

/* ranking corner number -- end */

/* coordination detail profile -- start */
.p-block--row-f {
	display: flex;
	flex-direction: row !important;
}

.p-product>.p-product__content:last-child {
	margin-top: 0rem !important;
}

#staff.device_sp .p-product>.p-product__content:last-child {
	padding: 2.0rem 1.5rem;
}

#staff.device_sp .p-product__content .p-block.p-block--row-f.profile {
	margin-top: 2.0rem;
}

.coordination-detail .p-button.p-button--add-favorite {
	background: transparent;
}

.coordination-detail .p-product__content .p-block.p-block--row-f.profile {
	margin-bottom: 3rem;
	align-items: center;
}

.coordination-detail .p-product__content .p-block.p-block--row-f.profile .profile--image {
	max-width: 220px;
    max-height: 220px;
    overflow: hidden;
    border-radius: 50%;
}

.coordination-detail.device_sp .p-product__content .p-block.p-block--row-f.profile .profile--image {
	max-width: 150px;
    max-height: 150px;
    overflow: hidden;
    border-radius: 50%;
}

.coordination-detail .p-product__content .p-block.p-block--row-f.profile .profile--desc {
	width: 75%;
	padding: 0rem 1.0rem;
	word-break: break-all;
}

.coordination-detail .p-product__content .p-block.p-block--row-f.profile .profile--desc div {
	margin-bottom: 2.0rem;
}

.coordination-detail.device_sp .p-product__content .p-block.p-block--row-f.profile .profile--desc div {
	margin-bottom: 0.5rem;
}

.coordination-detail .p-product__content .p-block.p-block--row-f.profile .profile--desc div .p-link {
	text-decoration: underline;
}

.coordination-detail .p-product__content .p-block.p-block--row-f.profile .profile--desc .p-link.p-link--arrow {
	width: auto;
	padding: 0;
	font-size: 1.4rem;
}
.coordination-detail .p-product__content .p-block.p-block--row-f.profile .profile--desc .p-link.p-link--arrow::after {
	right: -1.5rem;
}

.coordination-detail .p-product__content .p-block.p-block--row-f.profile .profile--desc .p-button.p-button--favorite {
	position: absolute;
	z-index: 10;
	display: block;
	top: 0;
	right: 1.0rem;
	width: 4.0rem;
	height: 3.5rem;
	padding: 0rem;
}

.coordination-detail .p-product__content .p-block.p-block--row-f.profile .profile--name {
	color: #000127;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2.0rem;
}

.coordination-detail.device_sp .p-product__content .p-block.p-block--row-f.profile .profile--name {
	position: relative;
	font-size: 1.8rem;
}
.coordination-detail.device_sp .p-product__content .p-block.p-block--row-f.profile .profile--name::after {
	content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
	right: -20px;
    width: 6px;
    height: 10px;
    margin: auto;
	background: url(../../images/parts/icon/i-chevron-right.svg) top left no-repeat;
}

.coordination-detail .p-product__content .p-block.p-block--row-f.profile .profile--furigana {
	color: #000127;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin-left: 1.0rem;
}

.coordination-detail.device_sp .p-product__content .p-block.p-block--row-f.profile .profile--furigana {
	display: block;
	margin-left: 0rem;
	font-size: 1.2rem;

}

.coordination-detail .p-product__content .p-block.p-block--row-f.profile .profile--summary {
	color: #8a8c97;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8rem;

}

.coordination-detail.device_sp .p-product__content .p-block.p-block--row-f.profile .profile--summary {
	font-size: 1.4rem;
}

.coordination-detail .p-product__content .p-block.p-block--row-f.profile .profile--insta {
	min-width: 2rem;
	min-height: 2.5rem;
}

.coordination-detail .p-product__content .p-block.p-block--row-f.profile .profile--insta img {
	width: 2rem;
}

.coordination-detail .p-product__content .p-block.p-block--row-f.profile .profile--insta-text {
	color: #8a8c97;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 3.0rem;
	margin: auto 1.0rem;
}

.coordination-detail.device_sp .p-product__content .p-block.p-block--row-f.profile .profile--insta-text {
	color: #8a8c97;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2.0rem;
	margin: auto 1.0rem auto 0.5rem;
}

.coordination-detail .p-product__content .profile--intro {
	color: #424242;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.6rem;
	position: relative;
}

.coordination-detail.device_sp .p-product__content .profile--intro {
	line-height: 2.4rem;
}

/* coordination detail profile -- end */

/* coordination detail profile accordion -- start */
.accord-wrap {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 3.0rem;
}

.accord-wrap .accord-item {
	overflow: hidden;
	max-height: 7.5rem;
	transition: max-height 2s;
	text-align: justify;
}

.accord-wrap .readmore {
	color: #424242;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.2rem;
	text-decoration: underline;
	cursor: pointer;
}

.accord-trigger {
	display: none;
}

.accord-wrap input[type=checkbox]:checked~div.accord-item {
	max-height: 100rem;
}

.accord-wrap input[type=checkbox]:checked~.readmore {
	display: none;
}

/* coordination detail profile accordion -- end */

.coordination-detail .p-product__content>.p-title {
	position: relative;
	margin: 5rem auto;
	text-align: center;
}

.coordination-detail.device_sp .p-product__content>.p-title {
	margin: 7rem auto 5rem;
}

/* coordination detail listed items -- start */
.coordination-detail .p-product__content .p-lists.p-lists--col3 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
}

.coordination-detail .p-product__content .p-lists--col3>.p-lists__item {
	width: calc((100% - 76px) / 3);
	margin-right: 2.0rem;
}

.coordination-detail.device_sp .p-product__content .p-lists.p-lists--col3>.p-lists__item {
	width: calc((100% / 2) - 0.5rem);
	margin-right: 0.5rem;
}

.coordination-detail.device_sp .p-product__content .p-lists.p-lists--col3>.p-lists__item:nth-child(2n) {
	margin-right: 0;
}

.coordination-detail.device_sp .p-product__content .p-lists.p-lists--col3>.p-lists__item:nth-child(n+3) {
	display: none;
}

.coordination-detail.device_sp .p-product__content .listedItem .p-lists.p-lists--col3>.p-lists__item:nth-child(n+3) {
	display: block;
}

.coordination-detail.device_sp .p-lists>.p-lists__item .p-button.p-button--favorite {
	top: 38vw;
	width: 38px;
	height: 34px;
	padding: 0.5rem;
	right: 0;
}

/* coordination detail listed items -- end */

/* coordinatino detail showcase-button favorite -- start */
.coordination-detail.device_sp .p-button.p-button--add-favorite {
	right: 0.3rem;
}

.coordination-detail.device_sp .p-product__content .p-showcase-buttons {
	bottom: 20px !important;
}

/* coordination detail showcase-button favorite -- end */

.p-block.p-block--productdetail>.p-title {
	position: relative;
	margin: 2.0rem auto;
	text-align: center;
}

/* coordination detail other coordinate -- start */
.coordination-detail .other_coordinate, .checked_coordinate {
	max-width: 107.8rem;
	margin: 0 auto;
}
.coordination-detail .other_coordinate {
	overflow: hidden;
}
.device_pc .p-lists.p-lists--col5.bg-gray {
	background: #FFF;
}

/* coordination detail other coordinate -- end */

/* coordination detail checked recently coordinate -- start */
.device_sp .other_coordinate .p-lists.p-lists--col5>.p-lists__item {
	margin-bottom: 0.5rem !important;
}

.coordination-detail .p-staff__profile_image {
	width: 30%;
	margin-right: 1rem;
}

.coordination-detail .p-staff__profile_text {
	width: 70%;
}

.coordination-detail .p-link.p-link--card .p-link__txt--desc {
	color: #8a8c97;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.0rem;
	word-break: break-all;
	margin-bottom: 0.5rem;
}

.coordination-detail .p-link.p-link--card .p-link__txt--profile-box {
	display: flex;
}

.coordination-detail .p-link.p-link--card .p-link__txt--profile-img {
	width: 30%;
}

.coordination-detail .p-link.p-link--card .p-link__txt--profile-img img {
	width: 90%;
	height: auto;
}

.coordination-detail .p-link.p-link--card .p-link__txt--profile-detail {
	width: 70%;
}

.coordination-detail .p-link.p-link--card .p-link__txt--profile-detail .p-link__txt--profile-name {
	color: #000127;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6rem;
	word-break: break-all;
}

.coordination-detail .p-link.p-link--card .p-link__txt--profile-detail .p-link__txt--profile-desc {
	color: #8a8c97;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.6rem;
	word-break: break-all;
}

.coordination-detail .p-link.p-link--card .p-link__txt--desc,
.coordination-detail .p-link.p-link--card .p-link__txt--profile-name,
.coordination-detail .p-link.p-link--card .p-link__txt--profile-desc {
	display: block;
}

.coordination-detail.device_sp .p-link.p-link--card .p-link__txt--desc {
	display: none !important;
}

/* coordination-detail detail checked recently coordinate -- end */

.p-block--productdetail .p-block.p-block--button {
	margin: 3.0rem 0 8.0rem;
}

/* staff-detail profile -- start */

.staff-detail.device_sp .p-lists>.p-lists__item .p-button.p-button--favorite {
	top: 100px;
}

.staff-profile {
	padding: 1.0rem;
}

.device_sp .staff-profile {
	padding: 1.0rem;
}

.staff-detail .staff-profile .p-block.p-block--row-f.profile {
	margin-bottom: 2rem;
}

.staff-detail .staff-profile .p-block.p-block--row-f.profile .profile--image {
	max-width: 240px;
    max-height: 240px;
    overflow: hidden;
    border-radius: 50%;
}

.staff-detail.device_sp .staff-profile .p-block.p-block--row-f.profile .profile--image {
	max-width: 116px;
    max-height: 116px;
}

.staff-detail .staff-profile .p-block.p-block--row-f.profile .profile--desc {
	width: 75%;
	padding: 0rem 5.0rem 0 1.0rem;
}

.staff-detail.device_sp .staff-profile .p-block.p-block--row-f.profile .profile--desc {
	width: 65%;
	padding: 0rem 1.0rem;
	word-break: break-all;
}

.staff-detail .staff-profile .p-block.p-block--row-f.profile .profile--desc div {
	margin-bottom: 2.0rem;
}

.staff-detail.device_sp .staff-profile .p-block.p-block--row-f.profile .profile--desc div {
	margin-bottom: 1.0rem;
}

.staff-detail .staff-profile .p-block.p-block--row-f.profile .profile--desc .p-button.p-button--favorite {
	position: absolute;
	z-index: 10;
	display: block;
	top: 0;
	right: 0.0rem;
	width: 4.0rem;
	height: 3.5rem;
	padding: 0rem;
}

.staff-detail .staff-profile .p-block.p-block--row-f.profile .profile--name {
	color: #000127;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2.0rem;
}

.staff-detail.device_sp .staff-profile .p-block.p-block--row-f.profile .profile--name {
	font-size: 1.8rem;
}

.staff-detail .staff-profile .p-block.p-block--row-f.profile .profile--furigana {
	color: #000127;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.0rem;
	margin-left: 1.0rem;
}

.staff-detail.device_sp .staff-profile .p-block.p-block--row-f.profile .profile--furigana {
	display: block;
	margin-left: 0rem;
	font-size: 1.2rem;

}

.staff-detail .staff-profile .p-block.p-block--row-f.profile .profile--summary {
	color: #8a8c97;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8rem;

}

.staff-detail.device_sp .staff-profile .p-block.p-block--row-f.profile .profile--summary {
	font-size: 1.4rem;
}

.staff-detail .staff-profile .p-block.p-block--row-f.profile .profile--insta {
	min-width: 3.0rem;
	min-height: 3.0rem;
}

.staff-detail .staff-profile .p-block.p-block--row-f.profile .profile--insta-text {
	color: #8a8c97;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.0rem;
	margin: auto 1.0rem;
}

.staff-detail.device_sp .staff-profile .p-block.p-block--row-f.profile .profile--insta-text {
	color: #8a8c97;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2.0rem;
	margin: auto 1.0rem;
}

.staff-detail .staff-profile .profile--intro {
	margin-bottom: 40px;
	color: #424242;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.6rem;
	position: relative;
}

.staff-detail.device_sp .staff-profile .profile--intro {
	line-height: 2.4rem;
}

/* staff-detail profile -- end */

/* staff-detail list items  -- start */
.staff-detail .p-tab.p-tab--edit>.p-tab__content {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	margin-top: 1.0rem;
}

.staff-detail .p-tab.p-tab--edit > .p-tab__head .p-tab__row {
	width: calc((100% - 1px) / 3);
}

.staff-detail.device_sp .p-tab.p-tab--edit>.p-tab__head .p-tab__item {
	padding: 1.0rem !important;
}

.staff-detail.device_sp .p-tab.p-tab--edit>.p-tab__head .p-tab__item .p-txt {
	line-height: 1.3 !important;
	height: 3.6rem;
	display: flex;
	align-items: center;
}

.staff-detail .p-link.p-link--card .p-link__txt .p-link__txt--productsname {
	color: #424242;
	font-size: 1.4rem;
	line-height: 2.0rem;
	word-break: break-all;
}

.staff-detail .p-link.p-link--card .p-link__txt .p-link__txt--brand {
	color: #424242;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2.0rem;
	text-align: left;
	word-break: break-all;
}

.staff-detail .p-link.p-link--card .p-link__txt .p-link__txt--rank {
	color: #424242;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2.0rem;
	word-break: break-all;
}

.staff-detail .p-link.p-link--card .p-link__txt .p-link__txt--stock {
	color: #424242;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2.0rem;
	word-break: break-all;
}

.staff-detail .p-link.p-link--card .p-link__txt .p-link__txt--price {
	color: #e56767;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2.0rem;
	word-break: break-all;
}

/* staff-detail list items -- end */

/* summary-detail common -- start */
.summary-detail .summary-date {
	color: #424242;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.0rem;
	text-align: right;
}

.summary-detail .p-title {
	margin-bottom: 1.0rem;
}

.summary-detail .summary-contents {
	color: #424242;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.4rem;
	margin-bottom: 7.0rem;
}

.summary-detail.device_sp .summary-contents {
	padding: 1.0rem
}

.summary-detail.device_sp .summary-contents img {
	width: 80% !important;
}

/* summary-detail common -- end */

/* summary-detail profile -- start */
.summary-detail .staff-profile .p-block.p-block--row-f.profile {
	margin-bottom: 2rem;
}

.summary-detail .staff-profile .p-block.p-block--row-f.profile .profile--image {
	max-width: 120px;
    max-height: 120px;
    overflow: hidden;
    border-radius: 50%;
}

.summary-detail.device_sp .staff-profile .p-block.p-block--row-f.profile .profile--image {
	width: 35%;
}

.summary-detail .staff-profile .p-block.p-block--row-f.profile .profile--desc {
	width: 87%;
	padding: 0rem 5.0rem 0 1.0rem;
}

.summary-detail.device_sp .staff-profile .p-block.p-block--row-f.profile .profile--desc {
	width: 65%;
	padding: 0rem 5.0rem 0 1.0rem;
}

.summary-detail .staff-profile .p-block.p-block--row-f.profile .profile--desc div {
	margin-bottom: 0.5rem;
}

.summary-detail .staff-profile .p-block.p-block--row-f.profile .profile--desc .p-button.p-button--favorite {
	position: absolute;
	z-index: 10;
	display: block;
	top: 0;
	right: 1.0rem;
	width: 4.0rem;
	height: 3.5rem;
	padding: 0rem;
}

.summary-detail .staff-profile .p-block.p-block--row-f.profile .profile--name {
	color: #000127;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2.0rem;
}

.summary-detail.device_sp .staff-profile .p-block.p-block--row-f.profile .profile--name {
	font-size: 1.8rem;
}

.summary-detail .staff-profile .p-block.p-block--row-f.profile .profile--furigana {
	color: #000127;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.0rem;
	margin-left: 1.0rem;
}

.summary-detail .staff-profile .p-block.p-block--row-f.profile .profile--furigana {
	display: none;
}

.summary-detail .staff-profile .p-block.p-block--row-f.profile .profile--summary {
	color: #8a8c97;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8rem;

}

.summary-detail.device_sp .staff-profile .p-block.p-block--row-f.profile .profile--summary {
	font-size: 1.4rem;
}


.summary-detail .staff-profile .profile--intro {
	color: #424242;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.6rem;
	position: relative;
}

.summary-detail.device_sp .staff-profile .profile--intro {
	line-height: 2.4rem;
}

/* summary-detail profile -- end */

/* summary lists -- start */

.summary-detail.device_sp .p-lists.p-lists--col5>.p-lists__item:nth-child(n+5) {
	display: none;
}

.summary-detail.device_sp .p-lists>.p-lists__item .p-button.p-button--favorite {
	top: 25vw;
}

/* summary lists -- items */

.p-staff-main__content {
	width: 100%;
	min-width: 950px;
}

.device_sp .p-staff-main__content {
	width: 100%;
	min-width: unset;
}

.p-staff-main__content .p-heading {
	margin: 0 0 3rem;
}

#staff.staff_list .p-staff-main__content .p-title .p-title__main {
	font-size: 1.8rem;
	line-height: 1;
	text-align: left;
	padding: 18px 0 18px 16px;
	background: #f3f3f3;
}

#staff.staff_list.device_sp .p-block.p-block--recommend {
	padding: 0 0 30px;
}

.staff-list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}

.staff-list > * {
	width: calc((100% / 5) - 25px);
	margin-right: 25px;
	position: relative;
}
.staff-list .item.is-hidden,
.p-lists .p-lists__item.is-hidden {
	opacity: 0;
	height: 0;
	margin: 0;
}
.device_sp .staff-list > * {
	width: calc((100% / 3) - 10px);
	margin-right: 15px;
}

.staff-list > *:nth-child(5n) {
	margin-right: 0;
}

.device_sp .staff-list > *:nth-child(5n) {
	margin-right: 15px;
}

.device_sp .staff-list > *:nth-child(3n) {
	margin-right: 0;
}

.staff-list .p-link {
	margin-bottom: 15px;
}
.staff-list .p-link dl {
	padding: 5px 10px 0;
}

.more .p-link.p-link--button-gray:before,
.open .p-link.p-link--button-gray:before {
	transform:rotate(90deg);
}
.item .p-link.p-link--card {
	position: relative;
}

.item figure {
	overflow: hidden;
	border-radius: 50%;
}

.item .p-link.p-link--card::before {
	content: "";
	transform: rotate(-45deg);
	position: absolute;
	top: 6px;
    left: 6px;
	width: 30px;
	height: 30px;
	background: #000127;
	padding: 10px;
}

.item .p-link.p-link--card::after {
	content: "";
	position: absolute;
	top: 12px;
	left: 17px;
	font-size: 1.2rem;
	font-weight: 600;
}

.item:first-of-type .p-link.p-link--card::after {
	content: "1";
	color: #fff;
}

.item:first-of-type .p-link.p-link--card::before {
	content: "";
	width: 30px;
	height: 30px;
	background: #d3b31e;
}

.item:nth-of-type(2) .p-link.p-link--card::after {
	content: "2";
	color: #fff;
}

.item:nth-of-type(2) .p-link.p-link--card::before {
	content: "";
	width: 30px;
	height: 30px;
	background: #b4b4b4;
}

.item:nth-of-type(3) .p-link.p-link--card::after {
	content: "3";
	color: #fff;
}

.item:nth-of-type(3) .p-link.p-link--card::before {
	content: "";
	width: 30px;
	height: 30px;
	background: #a06f46;
}

.item:nth-of-type(4) .p-link.p-link--card::after {
	content: "4";
	color: #fff;
}

.item:nth-of-type(5) .p-link.p-link--card::after {
	content: "5";
	color: #fff;
}

.item:nth-of-type(n+6) .p-link.p-link--card::before {
	content: none;
}

.device_sp .item .p-link.p-link--card::before {
	top: 6px;
    left: 6px;
	width: 20px;
	height: 20px;
	padding: 10px;
}

.device_sp .item .p-link.p-link--card::after {
	top: 7px;
    left: 11px;
}

/*.item dl,
.p-lists__item dl {
	text-align: center;
}*/

.staff_detail .thumb img {
	max-width: 40px;
	min-width: 100%;
	height: auto;
}

.item dt,
.p-lists__item dt {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 5px 0;
	word-break: break-all;
}

.item dd,
.p-lists__item dd {
	font-size: 1.2rem;
	color: #8a8c97;
}

.p-block .p-sortlist {
	justify-content: flex-end;
}

#staff .conditionsArea {
	display: none;
}

#staff.device_sp .conditionsArea {
	display: block;
}

.conditionsArea .js-aco {
	position: relative;
	margin-bottom: 20px;
}
.conditionsArea .js-aco:before {
	content: "";
	position: absolute;
	top: 0;
	right: 15px !important;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	background: url(../../images/parts/icon/i-plus.svg) top left no-repeat;
	background-size: auto;
}

.conditionsArea .js-aco.is-active:before {
	content: "";
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	width: 10px;
	height: 1px;
	background: #8a8c97;
}

.conditionsArea .js-aco-detail {
	display: none;
	width: calc(100% + 2rem);
	position: relative;
	left: -1rem;
	background: #f3f3f3;
	padding: 1rem;
	margin: 0 0 30px;
}
.conditionsArea .p-accordion--nav .p-accordion__head {
	background: #fff;
}

.device_sp.product-list .p-block.p-block-tags {
	display: none;
}

.product-list .p-sortlist {
	border-top: 1px solid #d4d4d4;
}

.device_sp.product-list .p-sortlist {
	border-top: 0;
}

.device_sp.product-list .p-staff-main__content {
	border-top: 1px solid #d4d4d4;
}

.device_sp .slider-container {
	width: 100% !important;
}

#staff.coordination-detail .p-product__content .p-showcase-buttons {
	bottom: -5px;
	right: 15px;
}