@charset "UTF-8";

/*
■ 汎用パーツ
■ 全画面キービジュアル
■ フォーム
■ ライブラリー
*/



/* ■ 汎用パーツ ==================================================================================== */


/* 共通 --------------------------------------------------- */


/* 幅 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.Width1 {
	padding: 0 20px;
	}

	.Width2 {
	padding: 0 20px;
	}

	.Width3 {
	padding: 0 20px;
	}

	.Width4 {
	padding: 0 20px;
	}

}

@media print, screen and (min-width: 768px) {

	.Width1 {
	max-width: 850px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	}

	.Width2 {
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	}

	.Width3 {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	}

	.Width4 {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	}

}

@media print, screen and (min-width: 1090px) {


}

/* ■ キービジュアル ==================================================================================== */

.KeyVisual.SubPage {
position: relative;
}

.KeyVisual.SubPage .MainLead {
position: absolute;
top: 35%;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: inline-block;
color: #fff;
font-weight: 700;
letter-spacing: 0.07em;
}

.KeyVisual.SubPage .MainLead .Title {
display: block;
text-align: center;
margin-bottom: 20px;
}

.KeyVisual.SubPage .MainLead .WF1 {
display: block;
font-weight: normal;
text-align: center;
letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {

	.KeyVisual.SubPage .MainLead {
	font-size: 2.6rem;
	}
		
	.KeyVisual.SubPage .MainLead .WF1 {
	font-size: 1.4rem;
	}

}

@media print, screen and (min-width: 768px) {

	.KeyVisual.SubPage .MainLead {
	font-size: 4.0rem;
	top: 37%;
	}

	.KeyVisual.SubPage .MainLead .Title {
	margin-bottom: 35px;
	}

	.KeyVisual.SubPage .MainLead .WF1 {
	font-size: 2.0rem;
	}

}

@media print, screen and (min-width: 1090px) {


}


/* ■ ボタン ==================================================================================== */

@media only screen and (max-width: 767px) {

	.Btn {
	margin: 55px 0 0 0;
	padding: 0 20px;
	text-align: center;
	}

	.Btn a {
	display: block;
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.07em;
	padding: 24px 0;
	font-weight: 700;
	background: #000;
	}

	.Btn a:after {
	position: absolute;
	right: 20px;
	left: auto;
	top: 47%;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 12px;
	border-color: transparent transparent transparent #8e8366;
	}

}

@media only screen and (max-width: 372px) {

	.Btn a:after {
	right: 7px;
	}

}

@media print, screen and (min-width: 768px) {

	.Btn {
	background: #000;
	width: 380px;
	margin: 120px auto 0 auto;
	text-align: center;
	}

	.Btn a {
	display: block;
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.07em;
	padding: 30px 0;
	font-weight: 700;
	}

	.Btn a:after {
	position: absolute;
	right: 20px;
	left: auto;
	top: 47%;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 12px;
	border-color: transparent transparent transparent #8e8366;
	}

}



@media only screen and (max-width: 767px) {

	.BannarUnit {
	margin-bottom: 50px;
	}

	.BannarUnit p {
	margin-bottom: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	.BannarUnit {
	margin-bottom: 40px;
	}

	.BannarUnit p {
	margin-bottom: 40px !important;
	}

}

@media print, screen and (min-width: 1090px) {

	.BannarUnit {
	padding: 0 !important;
	margin-bottom: 80px;
	}


}



/* ■ Page_Home ==================================================================================== */

.Page_Home .KeyVisual {
position: relative;
}

.Page_Home .MainWrap {
position: relative;
}

.Page_Home .KeyVisual .MainLead {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
z-index: 20;
background: url(../img/home/Slide_Lead.png) no-repeat;
background-size: contain;
}

.Page_Home .KeyVisual .MainLead span {
display: block;
text-indent: -9999px;
}

.Page_Home .MainWrap .MainList li {
background: #fff;
color: #000;
text-align: center;
font-weight: bold;
border-radius: 10px;
border: 2px solid;
}

@media only screen and (max-width: 767px) {

	.Page_Home .KeyVisual .MainLead {
	width: 300px;
	height: 25px;
	}

	.Page_Home .MainWrap {
	margin-top: 0;
	margin-bottom: 50px;
	padding: 40px 20px 0 20px;
	}

	.Page_Home .MainWrap .MainList li {
	padding: 15px;
	margin-bottom: 10px;
	line-height: 1.6em;
	}

	.Page_Home .MainWrap .Title {
	margin-bottom: 30px;
	font-size: 2.3rem;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0.07em;
	}
	
	.Page_Home .MainWrap .LeadMain {
	font-size: 1.4rem;
	line-height: 1.6em;
	}

}

@media only screen and (max-width: 372px) {

	.Page_Home .KeyVisual .MainLead {
	font-size: 3.4rem;
	}

}


@media print, screen and (min-width: 768px) {

	.Page_Home .KeyVisual .MainLead {
	width: 600px;
	height: 50px;
	}

	.Page_Home .MainWrap {
	margin-top: 50px;
	margin-bottom: 110px;
	padding: 40px 20px 0 20px;
	}

	.Page_Home .MainWrap .MainList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
	}
	
	.Page_Home .MainWrap .MainList li {
	width: calc((100% / 2) - 20px);
	line-height: 1.6em;
	font-size: 2.2rem;
	padding: 20px 0;
	margin-right: 20px;
	margin-bottom: 20px;
	}

	.Page_Home .MainWrap .MainList li:nth-child(3n) {
	margin-right: 0;
	}

	.Page_Home .MainWrap .MainList:after {
	content: "";
    display:block;
	width: calc((100% / 3) - 20px);
	}

	.Page_Home .MainWrap .Title {
	margin-bottom: 30px;
	font-size: 3.3rem;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0.07em;
	}
	
	.Page_Home .MainWrap .LeadMain {
	font-size: 1.6rem;
	letter-spacing: 0.07em;
	line-height: 2.0em;
	text-align: center;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Home .KeyVisual .MainLead {
	font-size: 6.0rem;
	line-height: 1.4em;
	}

}
	


/* ■ Metasec.jp について ==================================================================================== */

@media only screen and (max-width: 767px) {

	.Page_About .AboutWrap {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 50px;
	}

	.Page_About .AboutWrapB {
	padding-left: 15px;
	padding-right: 15px;
	margin: 50px auto;
	}

	.Page_About .Mds {
	font-size: 2.2rem;
	line-height: 1.8em;
	letter-spacing: 0.06em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	}

	.Page_About .Mds:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	}

	.Page_About .SubMds {
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	}

	.Page_About .Lead {
	font-size: 1.4rem;
	line-height: 1.6em;
	font-weight: 400;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_About .AboutWrap {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 70px;
	}

	.Page_About .AboutWrapB {
	padding-left: 20px;
	padding-right: 20px;
	margin: 70px auto 100px auto;
	}
	
	.Page_About .Mds {
	font-size: 2.7rem;
	line-height: 1.8em;
	letter-spacing: 0.06em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	}

	.Page_About .Mds:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	}

	.Page_About .SubMds {
	font-size: 1.9rem;
	line-height: 1.8em;
	font-weight: 700;
	margin-bottom: 15px;
	}

	.Page_About .Lead {
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: 400;
	}

}

@media print, screen and (min-width: 1090px) {


}



/* ■ 事業内容 ==================================================================================== */



@media only screen and (max-width: 767px) {

	.Page_Services .ServicesWrap {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 50px;
	}

	.Page_Services .ServicesWrapB {
	padding-left: 15px;
	padding-right: 15px;
	margin: 50px auto;
	}

	.Page_Services .SubMds {
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: 400;
	margin-bottom: 50px;
	}

	.Page_Services .MdsImg {
	margin-bottom: 20px;
	}

	.Page_Services .MdsImg img {
	width: 80%;
	}

	.Page_Services .ServicesWrap .ServicesList li {
	margin-bottom: 50px;
	}

	.Page_About .ServicesWrap .ServicesList li:last-child {
	margin-bottom: 0;
	}

	.Page_Services .ServicesWrap .ServicesList li .Thumb {
	margin-bottom: 15px;
	text-align: center;
	}
	
	.Page_Services .ServicesWrap .ServicesList li .Thumb img {
	width: 180px;
	}

	.Page_Services .ServicesWrap .ServicesList li .Mds {
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 0.07em;
	font-size: 2.0rem;
	text-align: center;
	}

	.Page_Services .ServicesWrap .ServicesList li .Lead {
	font-weight: 400;
	letter-spacing: 0.07em;
	font-size: 1.4rem;
	line-height: 1.6em;
	}

}



@media print, screen and (min-width: 768px) {

	.Page_Services .ServicesWrap {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 70px;
	}

	.Page_Services .ServicesWrapB {
	padding-left: 20px;
	padding-right: 20px;
	margin: 70px auto 100px auto;
	}

	.Page_Services .SubMds {
	font-size: 1.8rem;
	line-height: 1.8em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
	}

	.Page_Services .ServicesWrap .ServicesList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 100px;
	}

	.Page_Services .ServicesWrap .ServicesList:after {
    content: "";
    display: block;
    width: calc((100% / 2) - 30px);
    height: 0;
	}

	.Page_Services .ServicesWrap .ServicesList li {
	width: calc((100% / 2) - 30px);
	margin-bottom: 80px;
	}

	.Page_Services .ServicesWrap .ServicesList li .Thumb {
	text-align: center;
	margin-bottom: 30px;
	}

	.Page_Services .ServicesWrap .ServicesList li .Thumb img {
	width: 200px;
	}

	.Page_Services .ServicesWrap .ServicesList li .Mds {
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: 0.07em;
	font-size: 2.6rem;
	text-align: center;
	}

	.Page_Services .ServicesWrap .ServicesList li .Lead {
	font-weight: 400;
	letter-spacing: 0.07em;
	font-size: 1.4rem;
	line-height: 2.0em;
	}



}

@media print, screen and (min-width: 1090px) {


}


/* ■ お問い合わせ ==================================================================================== */


@media only screen and (max-width: 767px) {

	.Page_Contact .FooterFixed {	
	display: none !important;	
	}

	.Page_Contact .ContactWrap {
	padding: 30px 0;	
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Contact .ContactWrap {
	padding: 90px 0;
	}
	
}

@media print, screen and (min-width: 1090px) {


}


/* ■ 会社案内 ==================================================================================== */

.Page_Company .CompanyUnit dl {
border-top: 1px solid #8ea7ad;
}

.Page_Company .CompanyUnit dt {
font-weight: bold;
    background: #f0f3f8;
}

.Page_Company .CompanyUnit dl:last-child {
border-bottom: 1px solid #8ea7ad;
}

.Page_Company .CompanyUnit .SectionPrivacyWrap .LeadMain {
font-weight: bold;
}

@media only screen and (max-width: 767px) {

	.Page_Company .SectionCompanyWrap {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 50px;
	}

	.Page_Company .CompanyUnit {
	padding: 50px 0;
	}

	.Page_Company .Mds {
	font-size: 2.2rem;
	line-height: 1.8em;
	letter-spacing: 0.06em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	}

	.Page_Company .Mds:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	}

	.Page_Company .SubMds {
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	}

	.Page_Company .Lead {
	font-size: 1.4rem;
	line-height: 1.6em;
	font-weight: 400;
	}
	
	.Page_Company .ListDisc {
	font-size: 1.4rem;
	line-height: 1.6em;
	} 

	.Page_Company .CompanyUnit dl {

	}

	.Page_Company .CompanyUnit dt {
	padding: 15px 20px;
	}
	
	.Page_Company .CompanyUnit dd {
	margin: 0;
	padding: 15px 20px;
	font-size: 1.4rem;
	line-height: 1.6em;
	} 

	.Page_Company .CompanyUnit dd .Map {
	margin-top: 35px;
	}

	.Page_Company .CompanyUnit dd .Map iframe {
	width: 100%;
	height: 300px;
	}


}

@media print, screen and (min-width: 768px) {

	.Page_Company .SectionCompanyWrap {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 70px;
	}

	.Page_Company .CompanyUnit {
	padding: 50px 0 100px 0;
	}

	.Page_Company .Mds {
	font-size: 2.7rem;
	line-height: 1.8em;
	letter-spacing: 0.06em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	}

	.Page_Company .Mds:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	}

	.Page_Company .SubMds {
	font-size: 1.9rem;
	line-height: 1.8em;
	font-weight: 700;
	margin-bottom: 15px;
	}

	.Page_Company .Lead {
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: 400;
	}
	
	.Page_Company .CompanyUnit dl {
	display: flex;
	}

	.Page_Company .CompanyUnit dt {
	width: 20%;
	padding: 30px 40px;
	}
	
	.Page_Company .CompanyUnit dd {
	margin: 0;
	padding: 30px 40px;
	} 

	.Page_Company .CompanyUnit dd .Map {
	margin-top: 35px;
	}

	.Page_Company .CompanyUnit dd .Map iframe {
	width: 500px;
	height: 400px;
	}

}

@media print, screen and (min-width: 1090px) {


}




/* ■ フォーム ==================================================================================== */

@media only screen and (max-width: 767px) {

	#PageForm h1.MdsBase {
	margin-left: 15px;
	margin-right: 15px;
	}

	#PageForm #Stage {
	padding: 0;
	}

}



/* ■ ライブラリー ==================================================================================== */

/*
SmartMenus
Magnific Popup
slick
*/


/* SmartMenus --------------------------------------------------- */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}


/* Magnific Popup --------------------------------------------------- */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  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: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-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-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -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: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-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: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    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:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .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, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  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, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    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-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    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, 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;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* slick --------------------------------------------------- */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
