@charset "utf-8";
/*------------------------------------------------------------
	professional
------------------------------------------------------------*/
#conts .body {
	background-color: #2c2c2c;
}
#conts .common-bg {
	padding-bottom: 9.1rem;
}

#conts .key-visual .content {

	box-sizing: border-box;

	max-width: 1230px;

}

#conts .key-visual .foo {

	width: 45.5%;

}

#conts .key-visual .foo a {

	display: block;

	aspect-ratio: 3/2;

}

#conts .key-visual .foo .slick-slide {

	line-height: 0;

}

#conts .key-visual .foo img {

	max-width: 100%;

	height: 100%;

	margin: 0 auto;

}
#conts .ttl-box {
	padding: 9.1rem 0 5rem;
	text-align: center;
}
#conts .ttl-box .ttl {
	margin-bottom: 3rem;
}
#conts .ttl-box p {
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 150%;
	color: #ECECEC;
}
#conts .ttl-box .btn a {

	margin: 0 auto;

	max-width: 380px;

	padding: 0 20px 5px;

	height: 80px;

	position: relative;

	font-size: 2.2rem;

	font-weight: 700;

	display: flex;

	justify-content: center;

	align-items: center;

	text-align: center;

	border: 1px solid #4c4c4c;

	background: #333 url(/resources/assets/img/rflensworld/common/icon-arrow01.png) no-repeat right 30px center;

	box-sizing: border-box;

}

#conts .ttl-box .btn a:after {

	position: absolute;

	right: 0;

	bottom: 18px;

	width: calc(100% - 40px);

	height: 2px;

	background-color: #cc0000;

	content: "";

}


.professional-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
}
.professional-list > li {
	width: 30rem;
}
.professional-list > li > a {
	display: block;
}
.professional-list .img-list {
	margin-bottom: 0.8rem;
}
.professional-list .img-list .slick-slide {
	line-height: 0;
}
.professional-list .img-list .slick-slide > div {
	position: relative;
}
.professional-list .img-list li {
	aspect-ratio: 3/2;
	overflow: hidden;
	position: relative;
}
.professional-list .img-list li:after,.professional-list .img-list li:before,.common-pop-box .photo-info-box .thumb-photo-list li:before,.common-pop-box .photo-info-box .thumb-photo-list li:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #b90000;
	z-index: 10;
}
.professional-list .img-list .slick-slide > div:before,.professional-list .img-list .slick-slide > div:after,.common-pop-box .photo-info-box .thumb-photo-list .slick-slide > div:before,.common-pop-box .photo-info-box .thumb-photo-list .slick-slide > div:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #b90000;
	z-index: 10;
}
.professional-list .img-list .slick-slide > div:before,.common-pop-box .photo-info-box .thumb-photo-list .slick-slide > div:before {
	left: 0;
	bottom: 0;
	height: 0.1rem;
	width: 0%;
	transition: width 300ms;
}
.professional-list .img-list .slick-slide > div:after,.common-pop-box .photo-info-box .thumb-photo-list .slick-slide > div:after {
	left: 0;
	bottom: 0;
	height: 0%;
	width: 0.1rem;
	transition: height 300ms;
}
.professional-list .img-list li:before,.common-pop-box .photo-info-box .thumb-photo-list li:before {
	right: 0;
	top: 0;
	height: 0.1rem;
	width: 0%;
	transition: width 300ms;
}
.professional-list .img-list li:after,.common-pop-box .photo-info-box .thumb-photo-list li:after {
	right: 0;
	top: 0;
	height: 0%;
	width: 0.1rem;
	transition: height 300ms;
}
.professional-list .img-list li img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.professional-list .update {
	margin-bottom: 0.5rem;
	text-align: right;
	color: #b70000;
	font-size: 1.4rem;
}
.professional-list .country {
	padding-left: 2rem;
	font-size: 1.7rem;
	position: relative;
}

.professional-list .country .new {

	position: absolute;

	right: 0;

	top: 0;

	width: 40px;

	height: 40px;

	color: #fff;

	display: flex;

	font-size: 1.1rem;

	font-weight: bold;

	justify-content: center;

	align-items: center;

	background-color: #b90000;

	border-radius: 50%;

}
.professional-list .country:before {
	width: 0.6rem;
	position: absolute;
	left: 0;
	top: 0.3rem;
	height: calc(100% - 0.6rem);
	background-color: #b90000;
	content: "";
}
.professional-list .name {
	padding-left: 2rem;
	font-size: 2rem;
	line-height: 1.416;
}
.professional-list .name.en {
	font-family: var(--en-font);
}
.common-pop-box .photo-info-box {
	margin-bottom: 7.1rem;
	opacity: 0;
}
.common-pop-box.show .photo-info-box {
	opacity: 1;
}
.common-pop-box .photo-info-box .person-info-country {
	margin: 0.5rem 0 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
.common-pop-box .photo-info-box .person-info-name {
	margin-bottom: 0.7rem;
	font-size: 3.4rem;
	font-weight: 700;
}
.common-pop-box .photo-info-box .person-info-name.en {
	font-family: var(--en-font);
}
.common-pop-box .photo-info-box .photo-list li {
	vertical-align: top;
}
.common-pop-box .photo-info-box .photo-list li .photo {
	margin-bottom: 0.9rem;
	aspect-ratio: 785/525;
	overflow: hidden;
}
.common-pop-box .photo-info-box .photo-list li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.common-pop-box .photo-info-box .photo-list li .photo-info {
	margin-bottom: 1.2rem;
	text-align: right;
	font-size: 1.2rem;
	font-family: var(--en-font);
}
.common-pop-box .photo-info-box .photo-list li .photo-name {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
	font-weight: 700;
}

.common-pop-box .photo-info-box .photo-list li .sub-box {

	display: flex;

	align-items: flex-start;

}

.common-pop-box .photo-info-box .photo-list li .sub-box .photo-box {

	width: 30%;

	max-width: 250px;

	margin: -15px 20px 0 0;

}

.common-pop-box .photo-info-box .photo-list li .sub-box .photo-box a {

	display: block;

	color: #fff;

	text-align: center;

}

.common-pop-box .photo-info-box .photo-list li .sub-box .photo-box img {

	width: 100%;

}

.common-pop-box .photo-info-box .photo-list li .sub-box .photo-box p {

	margin-top: 10px;

	font-size: 1.3rem;

}

.common-pop-box .photo-info-box .photo-list li .sub-box .photo-box p .red {

	color: #c00;
	font-weight:bold;

}

.common-pop-box .photo-info-box .photo-list li .sub-box .txt-box {

	flex: 1;

}
.common-pop-box .photo-info-box .photo-list li .photo-describe {
	line-height: 1.625;
}

.common-pop-box .photo-info-box .photo-list .slick-arrow {

	width: 32px;

	aspect-ratio: 32/140;

	position: absolute;

	left: -40px;

	top: 50%;

	transform: translateY(-50%);

	flex-shrink: 0;

	cursor: pointer;

	background: none;

	text-indent: -9999px;

	border: none;

	z-index: 10;

}

.common-pop-box .photo-info-box .photo-list .slick-arrow:after {

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

	background: url(/resources/assets/img/rflensworld/common/icon-arrow04.png) no-repeat center / 100%;

	content: "";

}

.common-pop-box .photo-info-box .photo-list .slick-next {

	right: -40px;

	left: auto;

}

.common-pop-box .photo-info-box .photo-list .slick-prev:after {

	transform: rotate(180deg);

}
.common-pop-box .photo-info-box .thumb-photo-box {
	padding: 0 0 0 2rem;
	position: relative;
}
.common-pop-box .photo-info-box .thumb-photo-box .arrow,.common-pop-box .other .arrow {
	width: 1.6rem;
	aspect-ratio: 16/70;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	flex-shrink: 0;
	cursor: pointer;
	z-index: 10;
}
.common-pop-box .photo-info-box .thumb-photo-box .arrow.next,.common-pop-box .other .arrow.next {
	left: auto;
	right: 0;
}
.common-pop-box .photo-info-box .thumb-photo-box .arrow::after,.common-pop-box .other .arrow::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/resources/assets/img/rflensworld/common/icon-arrow04.png) no-repeat center / 100%;
	content: "";
}
.common-pop-box .photo-info-box .thumb-photo-box .arrow.prev::after,.common-pop-box .other .arrow.prev::after {
	transform: rotate(180deg);
}
.common-pop-box .photo-info-box .thumb-photo-list {
    margin: 0 auto;
    width: calc(100% - 4rem);
}
.common-pop-box .photo-info-box .thumb-photo-list .slick-slide {
	vertical-align: top;
	margin-right: 2.1rem;
	line-height: 0;
}
.common-pop-box .photo-info-box .thumb-photo-list .slick-slide > div {
	position: relative;
}
.common-pop-box .photo-info-box .thumb-photo-list li {
	width: calc(25% - 1.5rem);
	aspect-ratio: 160/106;
	cursor: pointer;
	position: relative;
	transition: opacity 0.3s ease;
}
.common-pop-box .photo-info-box .thumb-photo-list li img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.common-pop-box .photo-info-box .photo-list {
	margin-bottom: 4.3rem;
}
.common-pop-box .pop-inner-box .person-info-box {
	margin-bottom: 9.2rem;
	display: flex;
	align-items: flex-start;
	gap: 3.7rem;
}
.common-pop-box .pop-inner-box .person-info-box .photo-box {
	margin-top: 0.9rem;
	width: 25rem;
	flex-shrink: 0;
}
.common-pop-box .pop-inner-box .person-info-box .photo-box img {
	width: 100%;
}

.common-pop-box .pop-inner-box .person-info-box .photo-box .sns {

	margin-top: 15px;

	display: flex;

	gap: 0 10px;

}

.common-pop-box .pop-inner-box .person-info-box .photo-box .sns li {

	width: 30px;

}
.common-pop-box .pop-inner-box .person-info-box .text-box .name {
	margin-bottom: 1rem;
	font-weight: 700;
}
.common-pop-box .pop-inner-box .person-info-box .text-box .name .en {
	padding-right: 1.2rem;
	font-size: 3.4rem;
	font-family: var(--en-font);
}
.common-pop-box .pop-inner-box .person-info-box .text-box .name .jp {
	font-size: 2.4rem;
}
.common-pop-box .pop-inner-box .person-info-box .text-box .txt {
	line-height: 1.625;
}
.common-pop-box .pop-inner-box .person-info-box .text-box .mb0 {
	margin-bottom: 0;
}
.common-pop-box .pop-inner-box .person-info-box .text-box .txt-list {
	margin-bottom: 1.3rem;
}
.common-pop-box .pop-inner-box .person-info-box .text-box .txt-list li {
	line-height: 1.625;
	padding-left: 0.8em;
	text-indent: -0.8em;
}
.common-pop-box .pop-inner-box .other {
	margin: 0 -10.7rem -8.4rem;
	/* padding: 10rem 10.7rem 8.9rem; */
	padding: 10rem 13rem 8.9rem;
	background-color: #2c2c2c;
}
.common-pop-box .pop-inner-box .otherTtl {
	margin-bottom: 2rem;
	font-size: 3rem;
	font-weight: bold;
}
.common-pop-box .pop-inner-box .otherSlide {
	padding: 0 1.4rem;
	position: relative;
	box-sizing: border-box;
}
.common-pop-box .other .arrow {
	margin-top: -4.5rem;
}
.common-pop-box .pop-inner-box .professional-list {
	gap: inherit;
	flex-wrap: nowrap;
}
.common-pop-box .pop-inner-box .professional-list > li {
	width: 25.2rem;
	padding: 0 1.5rem;
	box-sizing: border-box;
}
.common-pop-box .pop-inner-box .professional-list .img-list {
	margin-bottom: 0.8rem;
}
.common-pop-box .pop-inner-box .professional-list p {
	margin-bottom: 0;
}
.common-pop-box .pop-inner-box .professional-list .name {
	font-family: var(--en-font);
}
.mfp-content.hide {
	opacity: 0;
}
.common-pop-box .photo-info-box .thumb-photo-list li img,.professional-list > li > a img {
	transition: .3s;
}
@media all and (min-width: 768px) {
	.common-pop-box .photo-info-box .thumb-photo-box .arrow,
	.common-pop-box .photo-info-box .photo-list .slick-arrow {
		transition: opacity 0.3s ease;
	}
	.common-pop-box .photo-info-box .thumb-photo-box .arrow:hover,
	.common-pop-box .photo-info-box .photo-list .slick-arrow:hover {
		opacity: 0.7;
	}
	.common-pop-box .photo-info-box .thumb-photo-list li img:hover {
		opacity: 0.6;
	}
	.professional-list > li > a:hover {
		opacity: 1;
	}
	.professional-list > li > a img:hover {
		opacity: 0.6;
	}
	.professional-list a:hover .img-list li:before,.common-pop-box .photo-info-box .slick-slide:hover li:before {
		width: 100%;
	}
	.professional-list a:hover .img-list li:after,.common-pop-box .photo-info-box .slick-slide:hover li:after {
		height: 100%;
	}
	.professional-list a:hover .img-list .slick-slide > div::before,.common-pop-box .photo-info-box .thumb-photo-list .slick-slide:hover > div:before {
		width: 100%;
	}
	.professional-list a:hover .img-list .slick-slide > div::after,.common-pop-box .photo-info-box .thumb-photo-list .slick-slide:hover > div:after {
		height: 100%;
	}
}
@media all and (min-width: 768px) and (max-width: 1076px) {
	.professional-list {
		margin: 0 auto;
		max-width: 86rem;
	}
	.professional-list > li {
		width: 25.3rem;
	}
	.common-pop-box .pop-inner-box .otherSlide {
		max-width: 60.9rem;
	}
	.common-pop-box .pop-inner-box .otherTtl {
		margin: 0 auto 2rem;
		max-width: 60.9rem;
	}
	.common-pop-box .pop-inner-box .professional-list > li {
		width: 19.4rem;
	}
	.common-pop-box .other .arrow {
		margin-top: -6rem;
	}
}
@media all and (min-width: 768px) and (max-width: 920px) {
	.professional-list {
		margin: 0 auto;
		max-width: 72.8rem;
	}
	.professional-list > li {
		width: 20.4rem;
	}
	.common-pop-box .pop-inner-box .otherSlide {
		max-width: 46rem;
	}
	.common-pop-box .pop-inner-box .otherTtl {
		margin: 0 auto 2rem;
		max-width: 46rem;
	}
	.common-pop-box .pop-inner-box .professional-list > li {
		width: 14.5rem;
	}
	.common-pop-box .pop-inner-box .professional-list .country {
		font-size: 1.5rem;
	}
	.common-pop-box .pop-inner-box .professional-list .name {
		font-size: 1.8rem;
	}
	.common-pop-box .other .arrow {
		margin-top: -5rem;
	}
}
@media all and (max-width: 767px) {
	.key-visual .text {

		width: calc(50% + 3px);

	}

	.key-visual .text h1 {

		font-size: 2rem;

	}
	#conts .common-bg {
		padding-bottom: 4.1rem;
	}
	#conts .ttl-box p {
		font-size: 1.6rem;
		text-align: left;
	}
	#conts .ttl-box {
		padding: 5rem 0 3rem;
	}
	#conts .ttl-box .btn a {

		max-width: 220px;

		padding: 0 15px 3px;

		height: 52px;

		font-size: 1.2rem;

		line-height: 1.1;

		text-align: center;

		background-position: right 5px center;

		background-size: 9px auto;

	}

	#conts .ttl-box .btn a:after {

		bottom: 10px;

		width: calc(100% - 14px);

		height: 1px;

	}
	.professional-list {
		gap: 2rem;
	}
	.professional-list > li {
		padding-top: 2.3rem;
		width: calc(50% - 1rem);
		position: relative;
	}
	.professional-list .country {
		font-size: 1.6rem;
		padding-left: 1.2rem;
	}
	.professional-list .name {
		padding-left: 1.2rem;
	}
	
	.professional-list .update {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 1.2rem;
	}
	.professional-list .name {
		font-size: 1.8rem;
	}
	.common-pop-box .photo-info-box .photo-list li .photo {

		margin-left: 5px;

		margin-right: 5px;

	}
	.common-pop-box .photo-info-box .person-info-country {
		font-size: 1.6rem;
	}
	.common-pop-box .photo-info-box .person-info-name {
		font-size: 2rem;
	}
	.common-pop-box .photo-info-box .photo-list li .photo-info {
		font-size: 1rem;
	}
	.common-pop-box .photo-info-box .photo-list li .photo-name {
		font-size: 1.6rem;
	}
	.common-pop-box .photo-info-box .photo-list li .photo-describe,
	.common-pop-box .pop-inner-box .person-info-box .text-box .txt {
		line-height: 1.5;
	}
	.common-pop-box .photo-info-box .photo-list li .sub-box {

		display: block;

	}

	.common-pop-box .photo-info-box .photo-list li .sub-box .photo-box {

		width: 90%;

		margin: 0 auto 25px;

	}

	.common-pop-box .photo-info-box .photo-list li .sub-box .photo-box p {

		margin-top: 5px;

	}

	.common-pop-box .photo-info-box .photo-list .slick-arrow {

		width: 16px;

		left: -15px;

	}

	.common-pop-box .photo-info-box .photo-list .slick-next {

		right: -15px;

		left: auto;

	}
	.common-pop-box .pop-inner-box .person-info-box {
		flex-direction: column-reverse;
		gap: 2.1rem;
	}
	.common-pop-box .pop-inner-box .person-info-box .text-box .name .en {
		font-size: 2rem;
		font-family: var(--en-font);
	}
	.common-pop-box .pop-inner-box .person-info-box .text-box .name .jp {
		font-size: 1.8rem;
	}
	.common-pop-box .pop-inner-box .person-info-box .photo-box {
		margin: 0.9rem auto 0;
		width: auto;
	}
	.common-pop-box .pop-inner-box .other {
		margin: 0 -1.8rem -1.8rem;
		padding: 5rem 1.8rem 1.8rem;
	}
	.common-pop-box .pop-inner-box .otherTtl {
		font-size: 2rem;
	}
	.common-pop-box .pop-inner-box .professional-list {		
		display: flex;
	}
	.common-pop-box .pop-inner-box .professional-list > li {
		width: calc(100% / 2);
	}
	.common-pop-box .photo-info-box .thumb-photo-box {
		padding-left: 1rem;
	}
	.common-pop-box .photo-info-box .thumb-photo-list {
		width: calc(100% - 2rem);
	}
	.common-pop-box .photo-info-box .thumb-photo-list .slick-slide {
		margin-right: 1rem;
	}
	.common-pop-box .photo-info-box .thumb-photo-box .arrow,.common-pop-box .other .arrow {
		width: 1rem;
	}
	.common-pop-box .photo-info-box {
		margin-bottom: 4.1rem;
	}
	.common-pop-box .photo-info-box .photo-list {
		margin-bottom: 2rem;
	}
	.common-pop-box .pop-inner-box .person-info-box {
		margin-bottom: 4.2rem;
		gap: 0;
	}
	.common-pop-box .pop-inner-box .professional-list .img-list {
		margin-bottom: 0.5rem;
	}
	.common-pop-box .pop-inner-box .professional-list .country {
		font-size: 1.3rem;
	}
	.common-pop-box .pop-inner-box .person-info-box .photo-box .sns {

		justify-content: center;

	}
	.common-pop-box .pop-inner-box .professional-list .name {
		font-size: 1.5rem;
	}
	.professional-list .country:before {
		width: 0.2rem;
	}
	.common-pop-box .other .arrow {
		margin-top: -4rem;
	}
	.professional-list .country .new {

		width: 25px;

		height: 25px;

		font-size: 0.7rem;

	}
}