@charset "utf-8";

.cmnMainTit{
    background: url(../img/modelhouse/bgTit.jpg?231218) center top / cover;
}
.cmnMainTit .titY{
    position: absolute;
    left: calc(50% - 530px);
    bottom: -45px;
}

@media only screen and (max-width:767px){
	.cmnMainTit{
		background-image: url(../img/modelhouse/bgTitSp.jpg?231218);
        margin: 0 0 83px;
	}
    .cmnMainTit .titY {
		width: 18%;
		left: calc(50% - 90px);
		bottom: -25px;
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/

/* secIndex */
.secIndex{
	padding-top: 10px;
	overflow: hidden;
}

/* secMainBox */
.secMainBox .secMainSlider{
	margin-top: 80px;
	padding-bottom: 45px;
}
.secMainBox .txtBox .tag{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	background-color: #f46e81;
	line-height: 32px;
	padding: 0 15px;
	margin-bottom: 25px;
}
.secMainBox .txtBox .tit{
    font-size: 26px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 83.2px;
}
.secMainBox .txtBox .txt{
    font-size: 17px;
    line-height: 1.7647;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 90px;
	margin-top: 17px;
}
.secMainBox .txtBox .infoTxt{
	font-size: 14px;
	line-height: 1.857;
	padding-top: 20px;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.secMainBox .txtBox .telTxt{
	font-size: 14px;
	line-height: 1.857;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.secMainBox .txtBox .reserveBtn{
	display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    background: #6aba03;
    width: 380px;
	height: 70px;
    color: #fff;
    position: relative;
	padding-top: 20px;
	margin-top: 30px;
}
.secMainBox .txtBox .reserveBtn::after{
	content: "";
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;
    margin: auto;
    background: url(../img/modelhouse/iconBtnArrow.png) top center / cover no-repeat;
    width: 8px;
    height: 14px;
}
.secMainBox .txtBox .reserveSpan{
	font-size: 16px;
    line-height: 1.875;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.secMainBox .txtBox .reserveSpan::before{
	content: "";
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    margin: auto;
    background: url(../img/modelhouse/iconBtn01.gif) top center / cover no-repeat;
    width: 36px;
    height: 34px;
}
.secMainBox .txtBox .moreBtn{
	display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    background: #373e46;
    width: 380px;
	height: 70px;
    color: #fff;
    position: relative;
	padding-top: 20px;
	margin-top: 20px;
}
.secMainBox .txtBox .moreBtn::after{
	content: "";
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;
    margin: auto;
    background: url(../img/modelhouse/iconBtnArrow.png) top center / cover no-repeat;
    width: 8px;
    height: 14px;
}
.secMainBox .txtBox .moreSpan{
	font-size: 16px;
    line-height: 1.875;
    font-weight: 700;
    display: inline-block;
    position: relative;
	padding-left: 20px;
}
.secMainBox .txtBox .moreSpan::before{
	content: "";
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    margin: auto;
    background: url(../img/modelhouse/iconBtn02.gif) top center / cover no-repeat;
    width: 24px;
    height: 4px;
}

.secMainBox .item .swiper-container{
	width: 1000px;
	position: absolute;
	right: -300px;
	top: 0;
}
.secMainBox .item .swiper-slide{
	width: 1000px;
	height: 667px;
}
.secMainSlider li.item{
	display: flex;
	display: -webkit-flex;
	position: relative;
	height: 667px;
	align-items: center;
	margin-top: 140px;
}
.secMainSlider .item .iconNew{
	position: absolute;
	content: "";
	width: 50px;
	height: 32px;
	background-color: #ffe400;
	font-size: 16px;
	text-align: center;
	top: 0;
	left: 0;
	z-index: 1;
	padding-top: 10px;
}
.secMainSlider .item:nth-child(2n) .iconNew{
	left: auto;
	right: 0;
}
.secMainSlider li.item:nth-child(1){
	margin-top: 0;
}
.secMainSlider li:nth-child(2n) .txtBox{
	margin-left: auto;
}
.secMainBox li:nth-child(2n) .swiper-container {
    left: -300px;
	right: auto;
}
.secMainBox .txtBox{
	width: 40.625%;
}
.secMainBox .secMainSlider .swiper-button-prev{
	width: 80px;
	height: 80px;
	border-radius: 50px;
	background-color: #fff;
	position: absolute;
	left: 618px;
	top: auto;
	bottom: -45px;
	border: solid 3px #fff;
	-webkit-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
}
.secMainBox .secMainSlider .swiper-button-prev::after{
	position: absolute;
	width:12px;
	height: 20px;
	background: url(../img/modelhouse/iconBtnPrev.gif);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 0;
}
.secMainBox .secMainSlider .swiper-button-next{
	width: 80px;
	height: 80px;
	border-radius: 50px;
	background-color: #fff;
	position: absolute;
	left: 730px;
	bottom: -45px;
	top: auto;
	border: solid 3px #fff;
	-webkit-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
}
.secMainBox .secMainSlider li:nth-child(2n) .swiper-button-prev{
	left:470px;
}
.secMainBox .secMainSlider li:nth-child(2n) .swiper-button-next{
	left:582px;
}

.secMainBox .secMainSlider .swiper-button-next::after{
	content: "";
	position: absolute;
	width:12px;
	height: 20px;
	background: url(../img/modelhouse/iconBtnNext.gif);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 0;
}
.secMainBox .secMainSlider .swiper-button-next:hover,.secMainBox .secMainSlider .swiper-button-prev:hover {
    border: solid 3px #000;
}
.secMainSlider .boxPager{
	display: none;
}
@media only screen and (max-width:767px){
	.secMainBox .txtBox .tag{
		font-size: 11px;
		line-height: 28px;
		padding: 0 9px;
		margin-bottom: 10px;
	}
	.secMainBox .item .swiper-container {
		width: 100%;
		position: relative;
		right: 0;
	}
	.secMainBox li:nth-child(2n) .swiper-container {
		left: auto;
	}
	.secMainSlider li.item {
		display: block;
		position: relative;
		height: auto;
		align-items: center;
		margin-top: 0;
	}
	.secMainBox .secMainSlider {
		margin-top: 40px;
		padding-bottom: 0;
	}
	.secMainBox .item .swiper-slide {
		width: 100%;
		height: auto;
		padding-top: 66.7%;
	}
	.secMainBox .secMainSlider .swiper-button-prev {
		width: 36px;
		height: 36px;
		background: url(../img/modelhouse/iconBtnPrevSp.png) center top / cover;
		left: -15px;
		top: 120px;
		z-index: 10;
		border: none;
	}
	.secMainBox .secMainSlider .swiper-button-next{
		width: 36px;
		height: 36px;
		background: url(../img/modelhouse/iconBtnNextSp.png) center top / cover;
		left: auto;
		right: -15px;
		top: 120px;
		z-index: 10;
		border: none;
	}
	.secMainBox .secMainSlider .swiper-button-prev::after {
		display: none;
	}
	.secMainBox .secMainSlider .swiper-button-next::after{
		display: none;
	}
	.secMainBox .secMainSlider li:nth-child(2n) .swiper-button-prev {
		left: -15px;
	}
	.secMainBox .secMainSlider li:nth-child(2n) .swiper-button-next {
		right: -15px;
		left: auto;
	}
	.secMainBox .secMainSlider .swiper-button-next:hover,.secMainBox .secMainSlider .swiper-button-prev:hover {
		border: none;
	}
	.secMainBox .txtBox {
		width: 100%;
		padding-bottom: 50px;
		margin-top: 16px;
	}
	.secMainBox .disabled .txtBox {
		margin-top: 46px;
	}
	.secMainBox .item:last-child .txtBox{
		padding-bottom: 0;
	}
	.secMainBox .txtBox .tit {
		font-size: 18px;
		line-height: 1.555;
		max-height: 56px;
	}
	.secMainBox .txtBox .txt {
		font-size: 14px;
		line-height: 1.714;
		max-height: 72px;
		margin-top: 8px;
	}
	.secMainBox .txtBox .infoTxt {
		font-size: 12px;
		line-height: 1.75;
		padding-top: 12px;
	}
	.secMainBox .txtBox .telTxt {
		font-size: 12px;
		line-height: 1.75;
	}
	.secMainBox .txtBox .reserveBtn,.secMainBox .txtBox .moreBtn {
		width: 164px;
		height: 52px;
		padding-top: 12px;
		margin-top: 16px;
	}
	.secMainBox .txtBox .reserveBtn{
		margin-right: 6px;
	}
	.secMainBox .txtBox .reserveSpan,.secMainBox .txtBox .moreSpan {
		font-size: 13px;
		line-height: 2.307;
		display: inline-block;
		padding-left: 0;
		padding-right: 10px;
	}
	.secMainBox .txtBox .reserveSpan::before {
		display: none;
	}
	.secMainBox .txtBox .reserveBtn::after,.secMainBox .txtBox .moreBtn::after {
		right: 20px;
		width: 6px;
		height: 10px;
	}
	.secMainBox .btnCover{
		display: flex;
		display: -webkit-flex;
		justify-content: center;
	}
	.secMainBox .noneTit {
		text-align: center;
		font-size: 14px;
		padding: 40px 0 20px;
	}
	.secMainSlider .item .iconNew{
		width: 40px;
		height: 22px;
		font-size: 13px;
		top: 0;
		left: 0;
		z-index: 1;
		padding-top: 6px;
	}
	.secMainSlider .item:nth-child(2n) .iconNew{
		left:0;
		right: auto;
	}
	.secMainSlider .boxPager{
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
		margin-top: -35px;
    }
    .secMainSlider .swiper-pagination {
        width: auto;
        margin-top: 15px;
        padding: 7px 10px;
        background-color: #f6f6f6;
        font-size: 12px;
        border-radius: 20px;
		position:static ;
		margin: 0 10px 0 auto;
    }
	.secMainBox .txtBox .moreSpan::before{
		display: none;
	}
	
}

/*-----------------------------------------------
    details
-----------------------------------------------*/

.secDetails .cmnMainTitWrap{
	display: flex;
	display: -webkit-flex;
}
.secDetails .cmnMainTit{
	width: 100%;
    text-align: center;
    color: #fff;
	height: auto;
    min-height: 690px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
	position: relative;
	background: none;
}
.secDetails .cmnMainTit .titBox{
	position: relative;
	z-index: 100;
}
.secDetails .cmnMainTit .mainTit{
    font-size: 46px;
    line-height: 1.739;
    position: static;
    padding: 20px 0 0;
    letter-spacing: 3px;
}
.secDetails .cmnMainTit .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.secDetails .cmnMainTit .bg::before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/modelhouse/bgDetailsHero.png) center top repeat-y;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	mix-blend-mode: multiply;
}
/* #pnkz {
    padding: 40px 0 50px 400px;
} */
.secDetails .detailsTxt{
    font-size: 24px;
    line-height: 1.916;
    text-align: left;
}
@media only screen and (max-width:767px){
	.secDetails .cmnMainTit .mainTit {
		font-size: 22px;
		line-height: 1.636;
		padding: 15px 0 0;
		letter-spacing: normal;
	}
	.secDetails .cmnMainTit {
		padding: 83px 0 113px;
		height: auto;
		min-height: auto;
		margin-bottom: 30px;
	}
	.secDetails .cmnMainTit .bg::before{
		background-image: url(../img/modelhouse/bgDetailsHero_sp.png);
	}
	.engTit{
		display: block;
		width: 20%;
		margin: 0 auto;
	}
	.secDetails .detailsTxt {
		font-size: 16px;
		line-height: 1.875;
		text-align: left;
	}
	.secDetails #pnkz {
		padding: 18px 0 16px 20px;
	}
}
/* secDeatailsInfo */
.secDeatailsInfo{ margin-top:60px;}
.secDeatailsInfo.bottom{ margin-top:40px;}
.secDeatailsInfo .list{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.secDeatailsInfo .boxLeft{ width:67.1875%;}
.secDeatailsInfo table{ width:100%;}
.secDeatailsInfo th,
.secDeatailsInfo td{
	font-size:15px;
	padding:20px 30px;
	line-height:29px;
	border:1px solid #cccccc;
	vertical-align:middle;
}
.secDeatailsInfo th{
	width:200px;
	background:#f9f9f9;
	text-align:center;
}
.secDeatailsInfo td a{
	color:#1d1d1d;
	text-decoration:underline;
	display:inline-block;
}
.secDeatailsInfo .boxRight{ width:29.6875%;}
.secDeatailsInfo .aBtn{
	display:block;
	text-decoration:none;
	color:#1d1d1d;
	text-align:center;
	border-radius: 50px;
	background:#6aba03;
	padding:34px 0 30px;
    color: #fff;
    position: relative;
}
.secDeatailsInfo .aBtn::after{
    content:"";
	position:absolute;
	top:0;
	right: 30px;
	bottom:0;
	margin:auto;
	background:url(../img/modelhouse/iconBtnArrow.gif) top center / cover no-repeat;
	width:8px;
	height:14px;
}
.secDeatailsInfo .aBtn .btnTxt{
	font-size:20px;
	line-height:1.5;
	font-weight:700;
	display:inline-block;
	position:relative;
	padding-left:35px;
}
.secDeatailsInfo .aBtn .btnTxt::after{
	content:"";
	position:absolute;
	top:0;
	left:-10px;
	bottom:0;
	margin:auto;
	background:url(../img/modelhouse/iconBtn01.gif) top center / cover no-repeat;
	width:36px;
	height:34px;
}
.secDeatailsInfo .aBtn.aTel{
	background:#373e46;
	color:#fff;
	padding:22px 0 16px;
	margin-top:20px;
}
.secDeatailsInfo .aBtn.aTel::after {
    display: none;
}
.secDeatailsInfo .num{
	font-size:32px;
	line-height:32px;
	letter-spacing:2.5px;
	position:relative;
	display:inline-block;
	padding-left:25px;
    position: relative;
}
.secDeatailsInfo .num::after{
	content:"";
	position:absolute;
	top:0;
	left:-3px;
	bottom:0;
	margin:auto;
	background:url(../img/modelhouse/iconBtnTel.gif) top center / cover no-repeat;
	width:19px;
	height:26px;
}
.secDeatailsInfo .smallTxt{
	font-size:11px;
	line-height:20px;
	padding-top:4px;
}
@media only screen and (max-width:767px){
	.secDeatailsInfo{ margin-top:28px;}
	.secDeatailsInfo.bottom{ margin-top:30px;}
	.secDeatailsInfo .list{ display:block;}
	.secDeatailsInfo .boxLeft{ width:100%;}
	.secDeatailsInfo th,
	.secDeatailsInfo td{
		font-size:14px;
		line-height: 1.57;
		padding:18px 15px;
	}
	.secDeatailsInfo th{ width:80px;}
	.secDeatailsInfo .boxRight{ 
		width:100%;
		margin-top:30px;
	}
	.secDeatailsInfo .aBtn{
		padding:15px 0 10px;
	}
    .secDeatailsInfo .aBtn .btnTxt{
		font-size:17px;
		line-height:48px;
		font-weight:700;
		display:inline-block;
		position:relative;
		padding-left:40px;
	}
	.secDeatailsInfo .aBtn .btnTxt::after{
		content:"";
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		margin:auto;
		width:32px;
		height:30px;
	}
	.secDeatailsInfo .aBtn.aTel{
		padding:12px 0;
		margin-top:17px;
	}
	.secDeatailsInfo .smallTxt{
		text-align:center;
		padding-top:0;
		font-size: 10px;
	}
	.secDeatailsInfo .num {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 2px;
		position: relative;
		display: inline-block;
		padding-left: 25px;
		position: relative;
	}
	.secDeatailsInfo .num::after {
		left: -3px;
		width: 15px;
		height: 20px;
	}
}

/* secDetailsStaff */
.secDetailsStaff{
	background:#fffde0;
	padding:50px 50px 50px 55px;
	margin-top:60px;
}
.secDetailsStaff .list{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.secDetailsStaff .boxIn{ order:1;}
.secDetailsStaff .boxTit{
	font-size:24px;
	line-height:29px;
	font-weight:700;
	letter-spacing:2px;
}
.secDetailsStaff .boxTxt{
	font-size:15px;
	line-height:2.0;
	padding-top:14px;
}
.secDetailsStaff .imgBoxMain{
	order:2;
	position: relative;
}
.secDetailsStaff .imgBoxMain::after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 190px 65px 190px;
    border-color: #fffde0 #fffde0 transparent #fffde0;
}
.secDetailsStaff .imgBoxMain + .boxIn{
	width:calc(100% - 380px);
	padding-right:40px;
}
.secDetailsStaff .imgBoxMain .imgBox{
	width:380px;
	height:300px;
}

.secDetailsStaff .imgBoxMain .txtStaff{
	position:absolute;
	bottom:-20px;
	left:-110px;
}
@media only screen and (max-width:767px){
	.secDetailsStaff{ 
		padding:30px 20px 30px;
		margin-top:25px;
	}
	.secDetailsStaff .boxIn{ order:2;}
	.secDetailsStaff .boxTit{
		font-size:18px;
		letter-spacing:1px;
	}
	.secDetailsStaff .boxTxt{
		font-size:13px;
		line-height:2.0;
		padding-top:5px;
	}
	.secDetailsStaff .imgBoxMain{
		width:206px;
		margin:0 auto;
		order:1;
	}
	.secDetailsStaff .imgBoxMain + .boxIn{
		width:100%;
		padding-right:0px;
		padding-top:30px;
	}
	.secDetailsStaff .imgBoxMain .imgBox{
		width: 100%;
		height:162px;
	}
	.secDetailsStaff .imgBoxMain .txtStaff{
		width:127px;
		bottom:-15px;
		left:-55px;
	}
	.secDetailsStaff .imgBoxMain::after {
		border-width: 0 103px 35px 103px;
        border-color: #fffde0 #fffde0 transparent #fffde0;
	}
}

.secPoint{
    background: url(../img/modelhouse/bgPoint.gif);
    margin-top: 150px;
}
.secPoint .pointWrraper{
	position: relative;
	padding: 145px 0 87px;
}
.secPoint .pointWrraper::after{
	content: "";
	background-image: -moz-linear-gradient( 0deg, rgb(244,185,85) 0%, rgb(236,154,192) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(244,185,85) 0%, rgb(236,154,192) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(244,185,85) 0%, rgb(236,154,192) 100%);
	position: absolute;
	right: 0;
	top: -1px;
	width: 80.46875%;
	height: 3px;
	z-index: 74;
}
.secPoint .titBox{
    position: absolute;
    top: -40px;
    left: -50px;
}
@media only screen and (max-width:1450px){
	.secPoint .titBox{
		position: absolute;
		top: -40px;
		left: 0;
	}
}
.secPoint .titEng{
    font-size: 100px;
    color: #373e46;
    letter-spacing: 16.5px;
}
.secPoint .tit{
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 32px;
    position: relative;
}
.secPoint .tit::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.secPoint .itemBox{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.secPoint .itemBox li{
    width: 47.65625%;
    margin-right: 4.6875%;
}
.secPoint .itemBox li:nth-child(2n){
    margin-right: 0;
}
.secPoint .itemBox li:nth-child(n+3){
    margin-top: 70px;
}
.secPoint .itemBox li .img{
    width: 100%;
    height: auto;
    padding-top: 78.689%;
}
.secPoint .itemBox li .boxTxt{
    font-size: 16px;
    line-height: 2.25;
    padding-top: 19px;
}
@media only screen and (max-width:767px){
	.secPoint{
		margin-top: 120px;
	}
	.secPoint .pointWrraper{
		position: relative;
		padding: 80px 0 42px;
	}
	.secPoint .pointWrraper::after{
		width: 59.7%;
	}
	.secPoint .titBox {
		top: -20px;
		left: 0;
	}
	.secPoint .titEng {
		font-size: 48px;
		color: #373e46;
		letter-spacing: 5px;
	}
	.secPoint .tit {
		margin-top: 10px;
		font-size: 14px;
		letter-spacing: normal;
		padding-left: 30px;
	}
	.secPoint .itemBox li {
		width: 100%;
		margin-right: 0;
	}
	.secPoint .itemBox li .boxTxt {
		font-size: 14px;
		line-height: 1.928;
		padding-top: 19px;
	}
	.secPoint .itemBox li:nth-child(n+2) {
		margin-top: 42px;
	}
}

/* secStady */
.secStady{
	margin-top: 100px;
}
@media only screen and (max-width:767px){
	.secStady{
		margin-top: 50px;
	}
}
.noneTit{
	text-align: center;
	font-size: 18px;
	padding: 100px 0 10px;
}
/* secRequest */
.secRequest{
	margin-top: 100px;
}
.secRequest .boxCover{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.secRequest .boxCover .box{
	display: flex;
	display: -webkit-flex;
	border: solid 2px #000;
	border-radius: 5px;
	width: 48.4375%;
	position: relative;
}
.secRequest .boxCover .box .txt{
	font-size: 21px;
	line-height: 1.571;
	padding-top: 70px;
	padding-left: 25px;
}
@media only screen and (max-width:1300px){
	.secRequest .boxCover .box .txt{
		font-size: 19px;
	}
}
@media only screen and (max-width:768px){
	.secRequest .boxCover .box .txt{
		font-size: 18px;
	}
}
.secRequest .boxCover .rightBox .txt{
	order: 1;
}
.secRequest .boxCover .rightBox .img{
	order: 2;
	margin-left: auto;
}
.secRequest .boxCover .leftBox::after{
	content: "";
    background: url(../img/modelhouse/bgMemberPremiumMIni01.png) center / cover no-repeat;
    width: 45px;
    height: 37px;
    bottom: -37px;
	right: 50px;
    margin: auto;
    position: absolute;
}
.secRequest .boxCover .rightBox::after{
	content: "";
    background: url(../img/modelhouse/bgMemberPremiumMIni.png) center / cover no-repeat;
    width: 45px;
    height: 37px;
    bottom: -37px;
	left: 50px;
    margin: auto;
    position: absolute;
}
.secRequest .underIcon{
	text-align: center;
	margin-top: 57px;
}
.secRequest .requestTxt{
	text-align: center;
	font-size: 28px;
	line-height: 1.857;
	padding-top: 28px;
}
@media only screen and (max-width:767px){
	.secRequest .boxCover .box {
		display: block;
	}
	.secRequest .boxCover .box .txt {
		font-size: 12px;
		line-height: 1.416;
		padding: 10px 0 15px;
		text-align: center;
	}
	.secRequest .underIcon {
		width: 53%;
		margin: 40px auto 0;
	}
	.secRequest .requestTxt {
		text-align: center;
		font-size: 15px;
		line-height: 1.733;
		padding-top: 15px;
	}
}


.secMap{
	margin-top: 80px;
}
.secMap .mapTit .mapItem{
	display: inline-block;
	vertical-align: middle;
}
.secMap .mapTit .tit{
	font-size: 24px;
	line-height: 2.166;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

@media only screen and (max-width:767px){
	.secMap iframe{
		width: 100%;
		height: 200px;
		margin-top: 11px;
	}
	.secMap {
		margin-top: 40px;
	}
	.secMap .mapTit .tit {
		font-size: 16px;
		line-height: 1.8;
		margin-left: 3px;
	}
	.secMap .mapTit .mapItem{
		width: 22px;
	}
}
.bnrWrapper.underBnr{
	margin-top: 100px;
}
@media only screen and (max-width:767px){
	.bnrWrapper.underBnr{
		margin-top: 50px;
	}
}
.secCmnLoad{
    margin-top: 100px;
	border-top: solid 1px #ddd;
	padding-top: 48px;
}
@media only screen and (max-width:767px){
    .secCmnLoad{
		margin-top: 70px;
		padding-top: 30px;
    }
}

/* secDetails3D */
.secDetails3D{
	color: #fff;
	text-align: center;
	padding: 80px 100px 100px;
	margin-top: 80px;
}
.secDetails3D.lazyloaded{
	background: url(../img/modelhouse/bg3D.jpg) center top / cover no-repeat;
}
.secDetails3D .titRomanIn {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.secDetails3D .titEng{
    font-size: 80px;
    color: #fff;
    letter-spacing: 16.5px;
    display: inline-block;
}
.secDetails3D .tit{
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1px;
}
.secDetails3D .titCursive{
    text-align: left;
    font-size: 42px;
    color: #f4b955;
    position: absolute;
    bottom: -20px;
    left: calc(100% - 200px);
    letter-spacing: 0;
    opacity: 0;
    -webkit-transition: all 1s ease-out 0.2s;
    transition: all 1s ease-out 0.2s;
    white-space: nowrap;
}
.secDetails3D .titCursive.lazyloaded {
    left: calc(100% - 80px);
    opacity: 1;
}
.secDetails3D .contBox{
	margin-top: 50px;
}
.secDetails3D .contBox iframe{
	width: 1080px;
	height: 618px;
}
@media only screen and (max-width:767px){
	.secDetails3D{
		margin: 50px auto 0;
		padding: 50px 20px;
	}
	.secDetails3D.lazyloaded{
		background: url(../img/modelhouse/bg3DSp.jpg) center top / cover no-repeat;
	}
	.secDetails3D .titEng{
		font-size: 48px;
		letter-spacing: 6.5px;
	}
	.secDetails3D .tit{
		margin-top: 10px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.secDetails3D .titCursive{
		font-size: 24px;
		bottom: -10px;
	}
	.secDetails3D .titCursive.lazyloaded {
		left: calc(100% - 40px);
	}
	.secDetails3D .contBox{
		margin-top: 25px;
		position: relative;
		height: 192px;
	}
	.secDetails3D .contBox iframe{
		
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}
/* ▼250714 */
.secDetails3D .js-effect-fadeup-text:nth-child(5){
	min-width:15px;
}
@media only screen and (max-width:767px){
	.secDetails3D .js-effect-fadeup-text:nth-child(5){
		min-width:10px;
	}
}