@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
.r3Heading01_txt {
	margin: 0 0 15px;
}
/* メインビジュアル
------------------------------------------------------------------------------- */
.lVisual01 {
	position: relative;
	margin: 0 0 70px;
	overflow: hidden;
}
.lVisual01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.lVisual01_list {
	opacity: 0;
}
.lVisual01_list-show {
	opacity: 1;
}
.lVisual01_item {
	max-width: 1200px;
}
.lVisual0101_page.swiper-pagination {
	position: static;
	max-width: 950px;
	line-height: 1;
	margin: 15px auto 0;
	font-size: 0;
	text-align: left;
}
.lVisual0101_page .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	margin: 0 3px;
	border-radius: 0;
}
.lVisual0101_page .swiper-pagination-bullet-active {
	background: #FD0E3D;
}
.lVisual01_item a {
	display: block;
	position: relative;
}
.lVisual01_item img {
	width: 100%;
	transition: all .4s ease-in-out .1s;
	opacity: .5;
}
.lVisual01_item.swiper-slide-active img {
	opacity: 1;
}
.lVisual01_front {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 13px 15px;
	background-color: #000;
	color: #fff;
	transition: all .5s ease-in-out .1s;
	opacity: 0;
}
.lVisual01_item.swiper-slide-active .lVisual01_front {
	opacity: 1;
}
.lVisual01_tit {
	line-height: 1.5;
	margin: 0 0 10px;
	font-size: 200%;
	font-weight: 500;
	transition: all .4s ease-in-out;
}
.lVisual01_txt {
	line-height: 1.5;
	font-size: 134%;
	font-weight: 400;
	transition: all .4s ease-in-out;
}
.lVisual01_detail {
	line-height: 1.5;
	margin: 5px 0 0;
	font-size: 125%;
	font-weight: 400;
	transition: all .4s ease-in-out;
}
.lVisual01_detail::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 5px;
	margin: 0 0 0 10px;
	background-color: #fff;
	vertical-align: 0.15em;
}
.lVisual01 .swiper_btn {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	margin: -28px 0 0;
	z-index: 2;
	transition: all .4s ease-in-out;
	cursor: pointer;
	opacity: 0;
}
.lVisual01 .swiper_btn-show {
	opacity: 1;
}
.lVisual01 .swiper_btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 28px;
	margin: -14px 0 0 -8px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.lVisual01 .swiper_btn-prev {
	left: 50%;
	margin-left: -643px;
}
.lVisual01 .swiper_btn-next {
	right: 50%;
	margin-right: -643px;
}
.lVisual01 .swiper_btn-prev::before {
	background-image: url(/common/images/rn04/svg/arw_ico13.svg);
}
.lVisual01 .swiper_btn-next::before {
	background-image: url(/common/images/rn04/svg/arw_ico14.svg);
}
.lVisual01_img {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width: 1370px) {
	.lVisual01_item {
		max-width: 880px;
	}
	.lVisual01_item img {
		height: 352px;
	}
	.lVisual01_tit {
		font-size: 175%;
	}
	.lVisual01_txt {
		font-size: 117%;
	}
	.lVisual01_detail {
		font-size: 109%;
	}
	.lVisual0101_page.swiper-pagination {
		max-width: 880px;
	}
	.lVisual01 .swiper_btn-prev {
		left: 50%;
		margin-left: -484px;
	}
	.lVisual01 .swiper_btn-next {
		right: 50%;
		margin-right: -484px;
	}
}

/* 最新情報
------------------------------------------------------------------------------- */
.hblNews01 {
	margin: 120px 0;
}
.hblNews01_in {
	max-width: 950px;
	margin: 0 auto;
}
.hblNews01_tit {
	line-height: 1.5;
	margin: 0 0 50px;
	font-size: 267%;
	font-weight: 700;
	text-align: center;
}
.hblNews01_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 100%;
}
.hblNews01_item {
	width: 288px;
}
.hblNews01_wrap {
	display: block;
	text-decoration: none;
}
.hblNews01_img {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 192px;
}
.hblNews01_tag {
	line-height: 1.75;
	margin: 20px 0 0;
	font-size: 100%;
	font-weight: 500;
}
.hblNews01_tag span {
	display: inline-block;
	line-height: 22px;
	padding: 0 15px 2px;
	background-color: #333;
	color: #fff;
}
.hblNews01_date {
	line-height: 1.5;
	margin: 10px 0 0;
	color: #999;
	font-size: 117%;
	font-weight: 400;
	text-decoration: none;
}
.hblNews01_txt {
	position: relative;
	line-height: 1.6875;
	margin: 8px 0 0;
	padding: 0 35px 0 0;
	font-size: 134%;
	font-weight: 400;
	text-decoration: underline;
}
.hblNews01_txt::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0.6em;
	right: 0;
	width: 22px;
	height: 12px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
.hblNews01_btn {
	display: block;
	position: relative;
	max-width: 400px;
	line-height: 58px;
	margin: 60px auto 0;
	padding: 0 0 2px;
	background-color: #000;
	color: #fff;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.hblNews01_btn::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 22px;
	height: 12px;
	margin: -6px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
/* リード
------------------------------------------------------------------------------- */
.lLead01::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 386px;
	margin: -200px 0 0;
	background: url(../images/life_bg04.png) center center repeat-x;
}
.lLead01 {
	position: relative;
	margin: 0 0 80px;
	overflow: hidden;
}
.lLead01_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 950px;
	min-height: 446px;
	margin: 0 auto;
}
.lLead01_info {
	position: relative;
	width: 50%;
	padding: 40px 0 0;
	z-index: 1;
}
.lLead01_info::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
	height: 100%;
	background-color: #fff;
}
.lLead01_catch {
	line-height: 1.722;
	background-color: #fff;
	padding: 0 0 41px;
	font-size: 300%;
	font-weight: bold;
}
.lLead01_txt {
	line-height: 2.125;
	background-color: #fff;
	font-size: 134%;
	font-weight: 400;
}
.lLead01_btn {
	margin: 55px 0 0;
	font-size: 150%;
	font-weight: bold;
}
.lLead01_btn a {
	display: block;
	position: relative;
	max-width: 400px;
	line-height: 60px;
	background-color: #F7F7F7;
	color: #1E1E1E;
	text-align: center;
	text-decoration: none;
}
.lLead01_btn a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 9px;
	margin: -5px 0 0;
	background: url(/common/images/rn04/svg/arw_ico16.svg) left top no-repeat;
	background-size: contain;
}
.lLead01_imgs {
	position: relative;
	width: 40%;
}
.lLead01_img {
	position: absolute;
	top: 70px;
	left: 0;
	opacity: 0;
}
.lLead01_img-back {
	animation: leadPrev .6s ease-out both;
	z-index: 3;
}
.lLead01_img-current {
	z-index: 2;
	opacity: 1;
	animation: leadCurrent .8s ease-out both;
}
.lLead01_img-next {
	z-index: 1;
	animation: leadNext 1s linear both .6s;transform: rotate(5deg);
}
@keyframes leadPrev {
	0% {
			opacity: 1;
	}
	100% {
			opacity: 0;
	}

}
@keyframes leadCurrent {
	0% {
	transform: rotate(5deg);
	}
	100% {
	transform: rotate(0);
	}

}
@keyframes leadNext {
	0% {
			opacity: 0;
	}
	100% {
			opacity: 1;
	}
}
.lLead01_imgs img {
	max-width: none;
}

/* 3つの想い
------------------------------------------------------------------------------- */
.lthought01_bg {
	background-color: #F7F7F7;
	margin: 0 0 80px;
	padding: 45px 0;
}
.lthought01 {
	display: flex;
	justify-content: space-between;
	max-width: 1325px;
	margin: 0 auto;
	padding: 0px 30px;
	box-sizing: border-box;
}
.lthought01_item {
	position: relative;
	width: calc((100% - 146px)/ 3);
	padding: 25px 0 35px;
	display: flex;
	justify-content: space-between;
}
.lthought01_wrap {
	display: flex;
	flex-direction: column;
	width: 55.555%;
}
.lthought01_img {
	width: 41.025%;
	flex: 0 0 auto;
}
.lthought01_item::before {
	display: block;
	position: absolute;
	top: 0;
	left: -36px;
	width: 1px;
	height: 100%;
	background: #D6D6D6;
	content: "";
}
.lthought01_item:first-child::before {
	display: none;
}
.lthought01_tit {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0px 0 10px;
}
.lthought01_txt{
	font-size: 18px;
	line-height: 1.4;
	width: 92%;
}

/* 3つの想いをカタチに
------------------------------------------------------------------------------- */
.lProject01 {
	position: relative;
	background-color: #000;
}
.lProject01_column {
	min-width: 950px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.lProject01_item {
	width: calc(100% / 3);
	position: relative;
	min-height: 320px;
	overflow: hidden;
}
.lProject01_item img{
	width: 100%;
	min-height: 320px;
	object-fit: cover;
	width: 100%;
}
.lProject01_body {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	color: #fff;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.lProject01_num {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 70px;
	line-height: 1.1;
	padding: 11px 0 5px;
	background-color: #1F1F1F;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	transition: all .3s;
}
.lProject01_num > span:nth-child(1) {
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.lProject01_num > span:nth-child(2) {
	display: inline-block;
	font-size: 26px;
	font-weight: 400;
}
.lProject01_num > span:nth-child(3) {
	display: inline-block;
	font-size: 34px;
	font-weight: 400;
}

.lProject01_num.lProject01_num-ptn01 > span:nth-child(1) {
	font-size: 14px;
}
.lProject01_num.lProject01_num-ptn01 > span:nth-child(2) {
	font-size: 20px;
}
.lProject01_num.lProject01_num-ptn01 > span:nth-child(3) {
	font-size: 24px;
}

.lProject01_tit {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	margin: 20px 0 10px;
}
.lProject01_txt01 {
	font-size: 16px;
	line-height: 1.6;
}
.lProject01_txt02 {
	border-top: 1px solid transparent;
  color: transparent;
  transition: .5s;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
	padding: 10px 10px 0;
}
.lProject01_item .lProjectDetail01_cap02 {
	position: absolute;
	bottom: 0px;
	color: #fff;
	padding: 10px;
	text-align: left;
}

.lProject01_img::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .4);
	inset: 0 auto auto 0;
	transition: all .3s;
}
.lProject01_img img {
	width: 100%;
	transition: opacity .3s;
}
.lProject01_bg {
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: calc((100% / 3) * 2);
	overflow: hidden;
}
.lProject01_bg-v1 {
	inset: auto auto 0 0;
}
.lProject01_bg div {
	position: absolute;
	inset: 0 auto auto 0;
	opacity: 0;
	transition: opacity .5s;
	width: 100%;
	height: 100%;
}
.lProject01_bg div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lProject01_bg div.is-show {
	opacity: 1;
}
.lProject01_bg div.is-show .lProjectDetail01_cap02 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	text-shadow:  1px  1px 5px #555,
	-1px  1px 5px #555,
	 1px -1px 5px #555,
	-1px -1px 5px #555;
}

.lProject01_link:hover .lProject01_img::after {
	background-color: rgba(0,0,0, .6);
}

.lProject01_link:hover .lProject01_num {
	background-color: #000;
	opacity: 1;
}

.lProject01_link:hover .lProject01_txt02{
	border-top: solid 1px #fff;
}

.lProject01_link:hover .lProject01_txt02{
  color: #fff;
}

.lProject01_link:hover .lProject01_img img,
.lProject01_link.is-hide .lProject01_img img {
	opacity: 0;
}

.lProject01_link {
	transition: all .2s;
}
.lProject01_link.is-hide {
	opacity: .4;
}
.lProject01_link::after {
	content: '';
	width: 50px;
	height: 50px;
	background: url(/lifefield/images/life_ico_arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	inset: auto 16px 16px auto;
	opacity: 0;
	transition: all .3s;
}
.lProject01_link:hover::after {
	opacity: 1;
}

@media print, screen and (max-width: 950px) {
	.lProject01_tit {
		font-size: calc( 100vw * 23 / 950);
		margin: calc( 100vw * 20 / 950) 0 calc( 100vw * 10 / 950);
	}
	.lProject01_txt01 {
		font-size: calc( 100vw * 16 / 950);
	}
	.lProject01_txt02 {
		font-size: calc( 100vw * 14 / 950);
		margin-top: calc( 100vw * 10 / 950);
		padding: calc( 100vw * 10 / 950) calc( 100vw * 10 / 950) 0;
	}
	.lProject01_num {
		min-width: calc( 100vw * 70 / 950);
	}
	.lProject01_link::after {
		width: calc( 100vw * 50 / 950);
		height: calc( 100vw * 50 / 950);
	}
	.lProject01_num > span:nth-child(1) {
		font-size: calc( 100vw * 16 / 950);
	}
	.lProject01_num > span:nth-child(2) {
		font-size: calc( 100vw * 26 / 950);
	}
	.lProject01_num > span:nth-child(3) {
		font-size: calc( 100vw * 34 / 950);
	}
}

/* モーダル内
------------------------------------------------------------------------------- */
.lProjectDetail01 {
	background-color: #fff;
}
.lProjectDetail01_head {
	position: relative;
	padding: 25px 30px 16px;
	text-align: center;
}
.lProjectDetail01_num {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 140px;
	line-height: 1.1;
	padding: 11px 0 5px;
	background-color: #1F1F1F;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.lProjectDetail01_num > span:nth-child(1) {
	display: block;
	font-size: 134%;
	font-weight: 400;
}
.lProjectDetail01_num > span:nth-child(2) {
	display: inline-block;
	font-size: 250%;
	font-weight: 400;
}
.lProjectDetail01_num > span:nth-child(3) {
	display: inline-block;
	font-size: 417%;
	font-weight: 400;
}
.lProjectDetail01_tit {
	line-height: 1.333;
	margin: 0 0 44px;
	font-size: 250%;
	font-weight: bold;
}
.lProjectDetail01_lead {
	line-height: 1.875;
	font-size: 134%;
	font-weight: 400;
}
.lProjectDetail01_body {
	padding: 0 80px 35px;
}
.lProjectDetail01_img {
	display: block;
}
.lProjectDetail01_stit {
	line-height: 1.777;
	margin: 18px 0 4px;
	font-size: 150%;
	font-weight: bold;
}
.lProjectDetail01_txt {
	line-height: 1.857;
	font-size: 117%;
	font-weight: 400;
}
.lProjectDetail01_cap01 {
	margin-top: 10px;
}
.lProjectDetail01_cap01 li{
	line-height: 1.5;
	font-size: 100%;
	font-weight: 400;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 5px;
}
.lProjectDetail01_cap02 {
	line-height: 1.5;
	font-size: 100%;
	font-weight: 400;
	margin-top: 5px;
}
.lProjectDetail01_extend {
	line-height: 1.5;
	margin: 16px 0 0;
	font-size: 159%;
	font-weight: 500;
}
.lProjectDetail01_extend a {
	text-decoration: none;
	background: #1F1F1F;
	transition: .3s;
	max-width: 562px;
	min-height: 50px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.lProjectDetail01_extend a:hover {
	opacity: .8;
}
.lProjectDetail01_extend a::after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 12px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn04/svg/blank_ico02.svg) left top no-repeat;
	background-size: contain;
	vertical-align: -0.05em;
}
.lProjectDetail01_extend a[target=_blank]::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 8px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn04/svg/blank_ico02.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.1em;
}

/* プロジェクトアーカイブ
------------------------------------------------------------------------------- */

.r3Content.r3Content-lProject01{
	max-width: 1240px;
	margin: 0 auto;
	padding: 0px 15px;
	box-sizing: border-box;
}

.iTop02_list.iTop02_list-lProject01 {
	flex-wrap: wrap;
	justify-content: initial;
	gap:30px 1.2%;
}

.iTop02_list.iTop02_list-lProject01 .iTop02_item {
	position: relative;
	max-width: initial;
}

.lProject01_caption {
	margin-top: 5px;
	line-height: 1.6;
}

.iTop02_caption.iTop02_caption-ptn01 {
	margin-top: 10px;
}

/* 見出し
------------------------------------------------------------------------------- */
.lHeading01 {
	max-width: 1240px;
	margin: 0 auto 46px;
	text-align: center;
}
.lHeading01_tit {
	line-height: 1.625;
	margin: 0 0 37px;
	font-size: 267%;
	font-weight: bold;
}
.lHeading01_txt {
	line-height: 2.125;
	font-size: 134%;
	font-weight: 500;
}

/* 見出し
------------------------------------------------------------------------------- */
.iHeading01 {
	line-height: 1.428;
	margin: 70px 0 42px;
	font-size: 234%;
	font-weight: 700;
	text-align: center;
}
/* 事業紹介
------------------------------------------------------------------------------- */
.iTop02 {
	margin: 0 0 60px;
}
.iTop02_head {
	margin: 40px 0 0;
}
.iTop02_graph {
	display: block;
	max-width: 900px;
	margin: 0 auto;
}
.iTop02_list {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
}
.iTop02_item {
	width: 24.039%;
	max-width: 250px;
}
.iTop02_wrap {
	color: #000;
	text-decoration: none;
}
.iTop02_img {
	display: block;
}
.iTop02_img img {
	image-rendering: -webkit-optimize-contrast;
}
.iTop02_txt {
	line-height: 1.333;
	margin: 0 0 17px;
	font-family: 'Lato', sans-serif;
	font-size: 250%;
	font-weight: 700;
}
.iTop02_txt-blank span::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 8px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn04/svg/blank_ico01.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.15em;
}
.iTop02_txt span {
	display: inline-block;
	margin: 0 0 0 10px;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 46.8%;
	font-weight: 500;
	vertical-align: 0.25em;
}
.iTop02_caption {
	position: relative;
	line-height: 1.75;
	margin: 20px 0 0;
	padding: 0 40px 0 0;
	font-size: 134%;
	font-weight: 700;
}
.iTop02_caption::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 22px;
	height: 12px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
.iTop02_caption-blank::after {
	top: 12px;
	width: 11px;
	height: 8px;
	background: url(/common/images/rn04/svg/blank_ico01.svg) left top no-repeat;
	background-size: contain;
}


/* モーダルひな形
------------------------------------------------------------------------------- */
.projectModal .mfp-content {
	max-width: 950px;
}
.projectModal .mfp-close {
	top: -10px;
	right: 0;
	padding: 0;
	opacity: 1;
}
.projectModal .mfp-close:hover {
	opacity: 0.7;
}
.projectModal_close01 {
  position: absolute;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.projectModal_close01::before, .projectModal_close01::after {
  content: "";
  width: 54px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: -7px;
  bottom: 0;
}
.projectModal_close01::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.projectModal_close01::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.projectModal_close02.mfp-close {
  display: none;
  margin: 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* Magnific Popup CSS */
.mfp-wrap .mfp-iframe-holder .mfp-content{max-width:99%;width:7in;border:1px solid #959593;padding:0}.mfp-wrap .mfp-iframe-scaler iframe{box-shadow:none;background:#fff}.mfp-bg{z-index:1;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:2;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:4}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:3}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:5;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{/* top:1px */}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:9pt;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:9pt;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-bg,.mfp-wrap{z-index:1101!important}.mfp-content{margin:5px 0 0;padding:50px 0 0}button.mfp-close{right:0;opacity:1;filter:alpha(opacity=100);padding:0;font-size:0;text-indent:-9999px;overflow:hidden}.mfp-iframe-holder .mfp-close{top:-54px;right:0;padding-right:0}.mfp-iframe-holder .mfp-close:active{top:-53px}
