

/*--------------------------------------------
	top news
--------------------------------------------*/

.top_news {
}
.top_news .news_list {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	gap:0 20px;
}
.top_news .news_list > div {
	width:calc((100% - 40px) / 3);
}
.top_news .news_list > div img {
	max-width:100% !important;
}
.top_news .news_list > div p {
	margin-top:1.0em;
	text-align:left !important;
}

@media only screen and (max-width: 849px) {
.top_news .news_list {
	display:flex;
	flex-wrap:wrap;
	gap:50px 0px;
}
.top_news .news_list > div {
	width:100%;
}
}

/*--------------------------------------------
	top FEATURE
--------------------------------------------*/

.top_feature {
}
.top_feature .feature_list {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	gap:0 20px;
}
.top_feature .feature_list > div {
	width:calc((100% - 20px) / 2);
}
.top_feature .feature_list > div img {
	max-width:100% !important;
}
.top_feature .feature_list > div p {
	margin-top:1.0em;
	text-align:center !important;
}

@media only screen and (max-width: 849px) {
.top_feature .feature_list {
	display:flex;
	flex-wrap:wrap;
	gap:50px 0px;
}
.top_feature .feature_list > div {
	width:100%;
}
.top_feature .feature_list > div p {
	margin-top:1.0em;
	text-align:left !important;
}
}



/*--------------------------------------------
	contact
--------------------------------------------*/

#contact { width:100%; max-width:700px; margin:50px auto; padding-bottom:50px !important; }

#contact p {
	font-size:14px;
	line-height:180%;
	margin:20px auto;
}
#contact p > a {
	text-decoration:underline;
}
#contact form {
	margin:20px auto;
	padding:30px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#contact dl {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
}
#contact dl > dt {
/*	width:8.0em; */
	width:100%;
	margin:20px 0 0 0;
	text-align:left;
}
	#contact dl > dt > label {
		position:relative;
		width:100%;
	}
	#contact dl > dt > label > span {
		width:100%;
		display:block;
		position:absolute;
		font-size:65%;
		bottom:-15px;
		right:0 !important;
		white-space: nowrap;
		text-align:right;
	}
	#contact dl > dt > label > span.rubim {
		right:2.0em !important;
	}
	#contact dl > dt > label.need:before {
		content:"*";
		display:inline-block;
		color:#ff0000;
		position:absolute;
		left:-0.5em;
	}
#contact dl > dd {
/*	width:calc(100% - 9.0em); */
	width:100%;
	box-sizing:border-box;
	padding-left:1.0em;
	margin:5px 0;
}

#contact input[type=text] {
	width:auto !important;
	border:1px solid #ccc;
	line-height:25px;
	display:inline-block;
}
#contact input.cellphone {
	width:4.0em !important;
}
#contact select {
	border:1px solid #ccc;
	height:30px;
	display:inline-block;
}
#contact textarea {
	border:1px solid #ccc;
	width:100%;
	height:150px;
	box-sizing:border-box;
	padding:10px;
}
#contact input[type=submit] {
	width:200px;
	padding:10px 0;
	display:block;
	margin:10px auto;
	background:#000;
	color:#fff;
	transition: ease .8s;
}
#contact input[type=submit]:hover {
	background:#ddd;
}
#contact .input_title {
	display:inline-block;
	margin-right:0.5em;
}
#contact .input_l {
	display:inline-block;
	margin-left:1.0em;
}
#contact .ex_txt {
	display:block;
	font-size:90%;
	margin-top:5px;
	color:#bbb;
}
#contact .check {
	font-size:90%;
	color:#bbb;
}
#contact ol {
	margin-top:5px;
}
#contact ol li {
	padding-left:1.0em;
	text-indent:-0.5em;
}
#contact ol li:before {
	content:"\203B";
	display:inline-block;
}
#contact ol li.red {
	color:#ff0000;
}
#contact span.red {
	color:#ff0000;
}

@media only screen and (max-width: 849px) {
	#contact { width:95%; margin:50px auto !important; }
	#contact input.m_txt {
		width:100% !important;
	}
	#contact .n_txt {
		display:inline-block;
		margin-top:5px;
	}
	#contact .input_l {
		display:inline-block;
		margin-left:0em;
	}
}

@media only screen and (max-width: 484px) {
	#contact { width:95%; margin:30px auto; }
	#contact dl > dt {
		width:100%;
		margin:10px 0 5px 0;
		text-align:left;
	}
		#contact dl > dt > label {
			position:relative;
			width:100%;
		}
		#contact dl > dt > label > span {
			width:100%;
			display:block;
			position:absolute;
			font-size:65%;
			bottom:-15px;
			left:0 !important;
			white-space: nowrap;
			text-align:left;
		}
		#contact dl > dt > label > span.rubim {
			left:0em !important;
		}
	#contact dl > dd {
		width:100%;
		box-sizing:border-box;
		padding-left:0;
		margin:10px 0;
	}
}


/* ______________________________________ */

		movie
/* ______________________________________ */

.mp_wrap {
	width:100%;
/*	max-width:900px !important; */
	height:calc(100% * 0.5619);
	padding:0 !important;
	padding-top:calc(50vw * 0.5619) !important;
	margin:0 auto 0 auto !important;
/*	margin-top:calc(5vw * 0.5619) !important; */
	display:flex;
	align-items:flex-end;
	position: relative;
}
.mp_wrap > video {
	padding:0 !important;
	margin:0 !important;
	display:block !important;
	vertical-align: bottom !important;
	line-height: 100%;
	width: 100vw;
/*	max-width:900px !important; */
	object-fit: cover;
	position: relative;
	left:50%;
	-webkit-transform: translate(-50%, 0%) !important;
	-ms-transform: translate(-50%, 0%) !important;
	transform:translate(-50%, 0%) !important;
}


@media only screen and (max-width: 849px) {
#mainimage {
	width:100vw !important;
	position:relative;
	left:50%;
	transform: translate( -50%, 0%);
	-webkit-transform: translate( -50%, 0%);
	-ms-transform: translate( -50%, 0%);
}
.mp_wrap {
	overflow-x:hidden !important;
}
.mp_wrap > video {
	padding:0 !important;
	margin:0 !important;
	display:block !important;
	vertical-align: bottom !important;
	line-height: 100%;
	width: 200vw;
/*	max-width:900px !important; */
	object-fit: cover;
	position: relative;
	left:50%;
	-webkit-transform: translate(-50%, 0%) !important;
	-ms-transform: translate(-50%, 0%) !important;
	transform:translate(-50%, 0%) !important;
}
}


/* ______________________________________ */

		popup / layer_board
/* ______________________________________ */

.layer_board_bg,
.layer_board {
	position: absolute;
}
.layer_board:hover,
.layer_board a:hover {
	opacity:1 !important;
}
.layer_board_bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 99997 !important;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
}
#top .layer_board_bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 99997 !important;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5) !important;
}
#concept .layer_board_bg,
#best_seller .layer_board_bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 0 !important;
	top: 0;
	left: 0;
	display: none !important;
	cursor: inherit;
	background-color: rgba(0, 0, 0, 0);
	opacity:0 !important;
}
.layer_board {
	display: none;
	position: fixed;
	bottom: 1% !important;
	left: 0.5% !important;
	background:none;
	text-align: center;
	z-index: 99998;
	width: 33vw;
	height:calc(100vw / 3);
	min-width: 200px;
	cursor: pointer;
	box-sizing:border-box;
	transition: all 100ms 0s ease;
}
.layer_board_center {
	display: none;
	position: fixed;
	text-align: center;
	z-index: 99998;
	top: 50% !important;
	bottom:auto;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#top .layer_board_center {
	display: block;
}
#concept .layer_board_right,
#best_seller .layer_board_right {
	display: block;
	position: fixed;
	bottom:calc((3vw * 1.3145) + 10vh) !important;
	left:auto !important;
	right: 2% !important;
	background:none;
	text-align: center;
	z-index: 99998;
	width: 3vw;
	height:calc(3vw * 1.3145);
	min-width:100px;
	cursor: pointer;
	box-sizing:border-box;
	transition: all 100ms 0s ease;
}
.layer_board p {
	margin-bottom: 50px
}
.layer_board p img {
	max-width:100%;
	height:auto;
}
.btn_close {
/*	width:30px;
	height:30px;
	border:0;
	border-radius:50%;
	position: absolute;
	box-sizing:border-box;
	margin: 0px;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.7);
	right:-2%;
	top:-2%;
	z-index: 9999 !important;
	display:none; */
}
.layer_board_center .btn_close {
	width:30px;
	height:30px;
	border:0;
	border-radius:50%;
	position: absolute;
	box-sizing:border-box;
	margin: 0px;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	color:#fff;
	background-color: rgba(0, 0, 0, 0);
	right:-2%;
	top:-2%;
	z-index: 9999 !important;
}
#top .layer_board_center .btn_close {
	width:30px;
	height:30px;
	border:0;
	border-radius:50%;
	position: absolute;
	box-sizing:border-box;
	margin: 0px;
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
	color:rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	right:6%;
	top:5%;
	z-index: 9999 !important;
	opacity:0 !important;
}
#concept .layer_board_right .btn_close,
#best_seller .layer_board_right .btn_close {
	width:0.9em;
	height:0.9em;
	border:0;
	border-radius:50%;
	position: absolute;
	box-sizing:border-box;
	margin: 0px;
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
	color:rgba(0, 0, 0, 0) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	right:7%;
	top:22%;
	z-index: 9999 !important;
	opacity:0 !important;
}
.btn_close::before,
.btn_close::after {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	margin:auto;
/*    transform: translateX(-50%); */
	width: 15px;
	height: 2px;
	background-color: #fff;
	content: "";
}
#top .layer_board_center .btn_close::before {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	margin:auto;
/*    transform: translateX(-50%); */
	width: 15px;
	height: 2px;
	color:rgba(0, 0, 0, 0) !important;
	background-color:rgba(0, 0, 0, 0) !important;
	content: "";
}
#concept .layer_board_right .btn_close::before,
#best_seller .layer_board_right .btn_close::before {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	margin:auto;
/*    transform: translateX(-50%); */
	width: 15px;
	height: 2px;
	color:rgba(0, 0, 0, 0) !important;
	background-color:rgba(0, 0, 0, 0) !important;
	content: "";
}
.btn_close::before {
	transform: rotate(45deg);
}
.btn_close::after {
	transform: rotate(-45deg);
}

/* ------------------------------------------- */
/* ------------------------------------------- */

@media screen and (min-width:1200px) {
.layer_board {
	width: 400px;
	height: 400px;
	cursor: pointer;
	box-sizing:border-box;
}
}
/* ------------------------------------------- */
/* ------------------------------------------- */

@media screen and (max-width:767px) {
.btn_close {
	font-size: 16px;
}
.layer_board {
	bottom: calc(60px + 1%) !important;
	left: 0.5% !important;
	width: 45vw;
	height: 45vw;
	min-width: 0px;
}
.layer_board_center {
	width: 75vw;
	height: 75vw;
	top: 50% !important;
	bottom:auto;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#concept .layer_board_right,
#best_seller .layer_board_right {
	display: none !important;
/*	position: fixed;
	bottom:calc((3vw * 1.3145) + 12vh) !important;
	left:auto !important;
	right: 2% !important;
	background:none;
	text-align: center;
	z-index: 99998;
	width: 3vw;
	height:calc(3vw * 1.3145);
	min-width:80px;
	cursor: pointer;
	box-sizing:border-box;
	transition: all 100ms 0s ease; */
}
#top .layer_board_center .btn_close {
	width:25px;
	height:25px;
	border:0;
	border-radius:50%;
	position: absolute;
	box-sizing:border-box;
	margin: 0px;
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
	color:rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	right:6%;
	top:5%;
	z-index: 9999 !important;
	opacity:0 !important;
}
}
/* ------------------------------------------- */
/* ------------------------------------------- */

@media screen and (max-width:479px) {
.btn_close {
	font-size: 14px;
}
.layer_board {
	bottom: calc(60px + 1%) !important;
	left: 0.5% !important;
	width: 45vw;
	height: 45vw;
	min-width: 0px;
}
.layer_board_center {
	width: 75vw;
	height: 75vw;
	top: 50% !important;
	bottom:auto;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
}