@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */

/* ==

　01. 大枠レイアウト

=============================================================================== */
.tMain {
	width: 100%;
	min-width: 950px;
}
.tMain,
.tMain a {
	color: #000000;
}
h1,
h2,
h3 {
	background: none;
	margin: 0;
	padding: 0;
}
h1#tIdx_h1{
	color: #1D1D1F;
}

/* ==

　02. モジュール

=============================================================================== */
/* メインビジュアル
------------------------------------------------------------------------------- */
.tMv {
	position: relative;
	margin-bottom: 80px;
	height: 765px;
	overflow: hidden;
	background-color: #000;
}
.tMv_in {
	position: relative;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
	display: flex;
	align-items: center;
	z-index: 1;
}
.tMv_tit {
	border: 1px solid #fff;
	margin: 0 auto;
	padding: 20px 80px;
	text-align: center;
	opacity: 0;
	transition: opacity 1s linear;
}
.tMv_tit.inView {
	opacity: 1;
}
.tMv_tit > div {
	font-size: 40px;
	color: #fff;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: 700;
}
.tMv_tit p {
	font-size: 20px;
	color: #FA0046;
	font-weight: 700;
}
.tMv_movie {
	position: absolute;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.tMv_movie::before {
	content: "";
	position: absolute;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
#movie01 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
}

/* コンテンツ
------------------------------------------------------------------------------- */
.tSection {
	margin-bottom: 80px;
}
.tInner {
	width: 910px;
	margin: 0 auto;
	padding: 0 20px;
}

/* lead
------------------------------------------------------------------------------- */
.tLead p {
	font-size: 18px;
	line-height: 2.5;
	font-weight: 500;
}

/* vision
------------------------------------------------------------------------------- */
.tVision .tInner {
  max-width: 1040px;
  width: calc(100% - 40px);
}
.tVision_col {
	display: flex;
	justify-content: space-between;
	background: #F9F8F2;
}
.tVision_txt {
	width: 640px;
	padding: 40px 60px;
	text-align: left;
	letter-spacing: -0.1px;
}
.tVision_img {
	position: relative;
	width: 280px;
}
.tVision_img p {
	position: absolute;
	bottom: 20px;
	left: -190px;
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
}
.tVision_img p span {
	margin-top: 7px;
	display: block;
}
@media screen and (max-width: 1050px) {
	.tVision_txt {
		padding: 30px;
	}
	.tVision_txt p {
		font-size: 16px;
	}
}
/* ニュースリリース
------------------------------------------------------------------------------- */
.tRelease .tInner {
	max-width: 1040px;
	width: calc(100% - 40px);
}
.tNews {
	margin-bottom: 20px;
}
.tNews h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.tNews_in {
  border-top: 1px solid #ccc;
}
.tNews dl {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tNews dt {
	width: 12%;
	font-size: 14px;
	padding: 14px 0;
  border-bottom: 1px solid #ccc;
  color: #666666;
}
.tNews dd {
	width: 88%;
	font-size: 16px;
	padding: 14px 0;
  border-bottom: 1px solid #ccc;
}
.tNews dd a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.tNews dd a:hover {
	text-decoration: underline;
}
.tNews dd a::after {
	content: "";
	display: inline-block;
	margin-left: 10px;
  width: 11px;
  height: 8px;
  background: url(/common/images/rn04/svg/blank_ico03.svg) left top no-repeat;
  background-size: contain;
}
.tRelease_link a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	padding-right: 30px;
}
.tRelease_link a::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;
}

/* 「技術の大和ハウス」への変革
------------------------------------------------------------------------------- */
.tTech {
	margin-bottom: 0;
	background-color: #000;
}
.tTech .tInner {
	position: relative;
	min-height: 750px;
}
.tTech_lead {
	position: absolute;
	top: 0;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 40px);
	max-width: 1040px;
	margin: 0 auto;
	padding: 50px 20px 0;
	z-index: 1;
	pointer-events: none;
}
.tTech_lead h2,
.tTech_lead p {
	color: #fff;
}
.tTech_lead h2 {
	font-size: 32px;
	margin-bottom: 20px;
}
.tTech_lead h2 span {
	color: #FA0046;
}
.tTech .tInner,
.tTech_pattern {
	width: 100%;
	height: 100%;
	padding: 0;
}
.tTech_bg,
.tTech_layer {
	display: flex;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.tTech_layer,
.tTech_pattern {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.tOrigin,
.tEvolution,
.tChallenge {
	height: 100%;
}
.tOrigin {
	width: 25%;
}
.tTech_bg .tOrigin {
	background: url(/tech/images/rn01/index_bg01.jpg) no-repeat center center;
	background-size: cover;
}
.tEvolution {
	width: 35%;
}
.tTech_bg .tEvolution {
	background: url(/tech/images/rn01/index_bg02.jpg) no-repeat center center;
	background-size: cover;
}
.tChallenge {
	width: 40%;
}
.tTech_bg .tChallenge {
	background: url(/tech/images/rn01/index_bg03.jpg) no-repeat center center;
	background-size: cover;
}
.tTech_pattern {
	background: url(/tech/images/rn01/index_bg04.png) no-repeat center center;
	background-size: cover;
}
.tTech_layer div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
	padding: 0 20px;
}
.tTech_bg div,
.tTech_layer div {
	transition: opacity .2s linear;
}
.tTech.viewOrigin .tTech_bg .tEvolution,
.tTech.viewOrigin .tTech_bg .tChallenge,
.tTech.viewOrigin .tTech_layer .tEvolution,
.tTech.viewOrigin .tTech_layer .tChallenge,
.tTech.viewEvolution .tTech_bg .tOrigin,
.tTech.viewEvolution .tTech_bg .tChallenge,
.tTech.viewEvolution .tTech_layer .tOrigin,
.tTech.viewEvolution .tTech_layer .tChallenge,
.tTech.viewChallenge .tTech_bg .tOrigin,
.tTech.viewChallenge .tTech_bg .tEvolution,
.tTech.viewChallenge .tTech_layer .tOrigin,
.tTech.viewChallenge .tTech_layer .tEvolution {
	opacity: 0.3;
}


/* 研究・生産体制
------------------------------------------------------------------------------- */
.tSystem {
	margin-bottom: 0;
	padding: 100px 0;
	background-color: #1D1D1F;
}
.tSystem .tInner {
	max-width: 1240px;
	width: calc(100% - 40px);
}
.tSystem_in {
	max-width: 1160px;
	padding: 20px 40px 30px;
	border: 1px solid #4A4A4D;
}
.tSystem h2,
.tSystem h3,
.tSystem p {
	color: #fff;
}
.tSystem h2 {
	font-size: 32px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.tSystem h2 span {
	font-size: 16px;
}
.tSystem h3 {
	position: relative;
	margin-bottom: 10px;
	padding-right: 40px;
	font-size: 16px;
}
.tSystem h3::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;
}
.tSystem p {
	font-size: 14px;
	line-height: 1.9;
}
.tSystem_col {
	display: flex;
	justify-content: space-between;
}
.tSystem_item {
	width: 31.5%;
}
.tSystem_item a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}
.tSystem_item a:hover h3 {
	text-decoration: underline;
}
.tSystem_img {
	width: 45%;
}
.tSystem_txt {
	width: 48%;
}

/* Closeup Contents
------------------------------------------------------------------------------- */
.tCloseup {
	margin-bottom: 0;
	padding: 80px 20px 70px;
}
.tCloseup_in {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
}
.tCloseup h2 {
	font-size: 32px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.tCloseup_col {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tCloseup_item {
	position: relative;
	width: 31.129%;
	max-width: 386px;
}
.tCloseup_item a {
	text-decoration: none;
}
.tCloseup h3 {
	position: relative;
	margin-bottom: 10px;
	padding-right: 40px;
	font-size: 16px;
}
.tCloseup a:hover h3 {
	text-decoration: underline;
}
.tCloseup h3::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;
}
.tCloseup_img {
	margin-bottom: 15px;
}
.tCloseup p {
	font-size: 14px;
	line-height: 1.9;
}

/* 動画
------------------------------------------------------------------------------- */
.tMovie {
	margin-bottom: 0;
	padding: 0 40px 100px;
}
.tMovie_in {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
}
.tMovie h2 {
	font-size: 32px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.tMovie h2 span {
	font-size: 16px;
}

.tMovie_slider {
	position: relative;
}
.tMovie_slider .swiper {
	overflow: hidden;
}
.tMovie_slider .swiper-slide p {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	margin-top: 15px;
}
.tMovie_slider .swiper-slide a {
	position: relative;
	display: block;
	background-color: #000;
}
.tMovie_slider .swiper-slide a img {
	opacity: 0.7;
}
.tMovie_slider .swiper-slide a:hover {
	opacity: 0.8;
}
.tMovie_slider .swiper-slide a::after {
	content: "";
    display: block;
    position: absolute;
    top: calc(50% - 27px);
    left: calc(50% - 25px);
    width: 50px;
    height: 57px;
	background: url(../../images/rn01/index_icon05.svg) 0 0 no-repeat;
    background-size: contain;
}
.swiper-button-next, .swiper-button-prev {
	color: #FD0E3D;
	top: calc(50% - 40px);
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 24px;
}
.swiper-button-prev {
    left: -40px;
}
.swiper-button-next {
    right: -40px;
	left: auto;
}
.tMovie_slider .swiper-pagination {
	position: static;
	line-height: 1;
	margin: 22px 0 0;
	font-size: 0;
	text-align: left;
}
.tMovie_slider .swiper-pagination-bullet {
	width: 22px;
	height: 2px;
	margin: 0 2px !important;
	border-radius: 0;
}
.tMovie_slider .swiper-pagination-bullet-active {
	background: #FD0E3D;
}
@media only screen and (max-width: 1160px) {
	.tMovie_slider .swiper-slide p {
		font-size: 14px;
	}
}
/* カテゴリーナビ
------------------------------------------------------------------------------- */
.tCategory {
	background-color: #F5F5F5;
	padding: 80px 10px;
}
.tCategory_in {
	max-width: 1240px;
	margin: 0 auto;
}
.tCategory_nav {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #DCDCDC;
}
.tCategory_head {
	width: 22.6%;
	
}
.tCategory_body {
	width: 74%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tCategory_tit {
	margin-bottom: 20px;
}
.tCategory_tit a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	padding-right: 70px;
}
.tCategory_tit + .tCategory_nav {
	border-top: 1px solid #DCDCDC;
}
.tCategory_item {
	width: 31%;
}
.tCategory_label {
	background-color: #939399;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
}
.tCategory_item p {
	font-size: 16px;
	margin-bottom: 10px;
}
.tCategory_item a {
	position: relative;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding-right: 40px;
}
.tCategory_list li {
	margin-bottom: 7px;
}
.tCategory_list li:last-child {
	margin-bottom: 0;
}
.tCategory_tit a:hover,
.tCategory_item a:hover {
	text-decoration: underline;
}
.tCategory_item a::after, .tCategory_tit a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  right: 5px;
  width: 22px;
  height: 12px;
  background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
  background-size: contain;
}

/* カテゴリモーダル
------------------------------------------------------------------------------- */
.tCategoryModal {
	position: absolute;
	top: 135px;
	left: 0;
	width: 100%;
	background-color: #1D1D1F;
	z-index: 1;
}
.tCategoryModal.isFixed {
	position: fixed;
	animation: categoryFix .4s both;
}
@keyframes categoryFix {
	0% {
		top: -35px;
	}
	100% {
		top: 47px;
	}
}
.tCategoryModal_in {
	display: none;
}
.tCategoryModal_btn {
	position: relative;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}
.tCategoryModal_btn div {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: #FA0046 url(/tech/images/rn01/index_icon01.svg) no-repeat center center;
	cursor: pointer;
	transition: opacity .3s;
}
.d_hover .tCategoryModal_btn div:hover {
	opacity: 0.7;
}
.tCategoryModal .tCategory {
	background-color: transparent;
}
.tCategoryModal .tCategory_tit a,
.tCategoryModal .tCategory_item a,
.tCategoryModal .tCategory_item p {
	color: #fff;
}
.tCategoryModal .tCategory_label {
	background-color: #4a4a4d;
}
.tCategory_nav {
	border-bottom-color:  #4a4a4d;
}
.tCategory_tit + .tCategory_nav {
	border-top-color:  #4a4a4d;
}
.tCategoryModal.isOpen .tCategoryModal_btn div {
	background: #FA0046 url(/tech/images/rn01/index_icon02.svg) no-repeat center center;
}

/* 変革モーダル
------------------------------------------------------------------------------- */
.tTechModalBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	display: none;
	z-index: 2;
}
.tTechModal {
	width: 80%;
	max-width: 1160px;
	background-color: #1D1D1F;
	position: absolute;
	top: 50px;
	right: 0;
	color: #fff;
	display: none;
	z-index: 3;
}
.tTechModal a {
	color: #fff;
	text-decoration: none;
}
.tTechModal_in {
	padding: 90px 40px;
}
.tTechModal_head {
	margin-bottom: 70px;
}
.tTechModal_head h3 {
	font-size: 24px;
	border: 1px solid #4A4A4D;
	display: inline-block;
	width: 320px;
	text-align: center;
	padding: 20px 10px;
	margin-bottom: 30px;
}
.tTechModal_head p {
	font-size: 16px;
}
.tTechModal_body {
	margin-bottom: 30px;
}
.tTechModal_body h4 {
	font-size: 20px;
	padding-bottom: 13px;
	margin-bottom: 32px;
	border-bottom: 1px solid #4A4A4D;
}
.tTechModal_col {
	display: flex;
}
.tTechModal_item {
	max-width: 240px;
	width: 23%;
	margin-right: 40px;
}
.tTechModal_item:nth-child(4n+4) {
	margin-right: 0;
}
.tTechModal_item .tTechModal_tit01 {
	position: relative;
	font-size: 18px;
	margin: 15px 0 10px;
	padding-right: 30px;
	line-height: 1.5;
}
.tTechModal_tit01::after,
.tTechModal .tTechModal_link a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  right: 5px;
  width: 20px;
  height: 9px;
  margin-left: 10px;
  background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
  background-size: contain;
}
.tTechModal .tTechModal_link a::after {
	position: relative;
	top: auto;
	right: auto;
	display: inline-block;
}
.tTechModal .tTechModal_link a[target=_blank]::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  right: 5px;
  width: 16px;
  height: 12px;
  margin-left: 10px;
  background: url(/common/images/rn04/svg/blank_ico03.svg) left top no-repeat;
  background-size: contain;
}
.tTechModal .tTechModal_link a[target=_blank]::after {
	position: relative;
	top: auto;
	right: auto;
	display: inline-block;
}

.tTechModal_tit01-v1::after {
	display: none;
}
.tTechModal_item .tTechModal_txt {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.9;
}
.tTechModal .tTechModal_link a {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	text-decoration: underline;
}
.tTechModal .tTechModal_link a:hover {
	text-decoration: none;;
}
.tTechModal_close {
	position: absolute;
	cursor: pointer;
	width: 180px;
	height: 48px;
	background: url(/tech/images/rn01/index_icon03.svg) no-repeat center center;
}
.d_hover .tTechModal_close:hover {
	opacity: 0.8;
}
.tTechModal_close-01 {
	bottom: -48px;
	left: 50%;
	margin-left: -90px;
	background-color: #1D1D1F;
}
.tTechModal_close-02 {
	width: 80px;
	top: 60px;
	right: 40px;
}



/* 動画モーダル
------------------------------------------------------------------------------- */
/* Magnific Popup CSS */
.mfp-wrap .mfp-iframe-holder .mfp-content{max-width:99%;width:7in;height:390px;border:1px solid #959593;padding:0}.mfp-wrap .mfp-iframe-scaler iframe{box-shadow:none;}.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:101!important}.mfp-content{margin:5px 0 0;padding:50px 0 0}button.mfp-close{right:0;background:url(../../images/rn01/index_icon04.png)right top no-repeat;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}
.slider-pro-init .sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: -30px;
}

.mfp-wrap .mfp-iframe-holder .mfp-content {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
    border: none;
}

.mfp-bg, .mfp-wrap {
    min-width: 950px;
}