@charset "UTF-8";



/* HEADER */

#header-block {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 60px;
	background: #ffffff;
}

#header-ci {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 133px;
	height: 50px;
}

#header-global-link {
	display: none;
}

#header-global-menu {
	display: none;
}

#header-global-menu-sp {
	display:block;	
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 0px;
	width: 100%;
	height: 45px;
	background: #000;
}

#global-menu-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 45px;
	background: #000;
	cursor: pointer;
}

#global-menu {
	width: 100%;
	height: auto;
	background: rgba(255,255,255, 0.8);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	transform: translate(120%);
	transition: all .5s;
}
#global-menu.open {
	transform: translate(0);
}

.global-menu-background {
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 99;
	opacity: 0;
	transition: opacity 0.5s;
}
.global-menu-background.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.global-menu-open {
	width: 100%;
	height: auto;
}

.global-menu-close {
	display: none;
	z-index: 101;
	padding-top: 12px;
}

.global-menu-close-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 45px;
	margin: 0;
	padding: 0;
	background: #000;
	cursor: pointer;
	z-index: 101;
}

/*
#products-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#products-menu li {
	padding: 8px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
*/

#global-menu .global-menu-wrapper {
	position: absolute;
	top: 45px;
	right: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display:-webkit-box; 
	display:-moz-box; 
	display:-ms-box; 
	display:-webkit-flexbox; 
	display:-moz-flexbox; 
	display:-ms-flexbox; 
	display:-webkit-flex; 
	display:-moz-flex; 
	display:-ms-flex; 
	display:flex; 
	-webkit-box-lines:multiple; 
	-moz-box-lines:multiple; 
	-webkit-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	flex-wrap:wrap;
}
#global-menu .global-menu-wrapper li {
	display: inline-block; 
	width: 100%;
	height: auto; 
	margin: 0;
	padding: 0; 
	font-size: 1.0rem; 
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700; 
	line-height: 1;
	text-align: center; 
	color: #ffffff;
	vertical-align: middle; 
	border-bottom: 1px solid #aaabab;
	overflow: hidden;
}
#global-menu .global-menu-wrapper li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	color: #231815;
	text-decoration: none;
}
#global-menu .global-menu-wrapper li:hover {
	/*background: #D83544;*/
}


/* FOOTER */

#footer {
	position: relative;
	z-index: 3;
	top: 0;
	width: 100%;
	height: 45px;
	background: #000;
}

#footer-coppyright {
	width: 100%;
	font-size: 0.8rem;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	line-height: 45px;
	text-align: center;
	color: #fff;
}

/* FOOTER */



/* Contents Block */

#main-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: auto;
	padding-top: 25px;
}

#home-contents {
	height: min-content;
	padding-top: 50px;
}

.contents_block {
	width: 100%;
	margin: auto;
}

#detail-contents-block {
	position: relative;
	z-index: 2;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 30px 50px;
	background-color: #efefef;
}

#contact-contents-block {
	position: relative;
	z-index: 2;
	width: 90%;
	height: auto;
	margin: 20px auto 40px auto;
	padding: 15px 25px;
	border: 2px solid #da3636;
}

#second-layer-header {
	width: 90%;
	height: auto;
	margin: auto;
}
#second-layer-header .second_layer_ci_block {
	max-width: 125px;
	width: 100%;
	height: auto;
	margin: 0;
}

#second-layer-title {
	width: 90%;
	height: auto;
	margin: 20px auto 0 auto;
}
#second-layer-title .second_layer_contents_title {
	width: 100%;
	font-size: 1.4rem;
	font-family: 'BIZ UDPGothic', sans-serif;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.3em;
	text-align: center;
	color: #fff;
}


/* Contents Block */




/*************** HOME ***************/

/* CI */

#home-ci-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}
.home_ci_block {
	width: 90%;
	height: auto;
	margin: auto;
}

/* CI */


/* Company Name */

#home-company-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}

.home_company_block {
	width: 90%;
	height: auto;
	margin: auto;
	padding: 20px 0;
	font-size: 2.0rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
}

/* Company Name */


/* TMS2024 */

#home-tms2024-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}

.home_tms2024_block {
	width: 90%;
	height: auto;
	margin: 30px auto;
	padding: 15px 10px;
	font-size: 0.9rem;
}
.home_tms2024_title {
	font-size: 1.25rem;
	font-weight: 500;
}

/* TMS2024 */


/* Home Products */

#home-products-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}

.home_products_block {
	width: 70%;
	height: auto;
	margin: 50px auto 0 auto;
	padding: 0;
}

/* Home Products */


/* Home Coming Soon */

#home-comingsoon-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}

.home_comingsoon_block {
	width: 90%;
	height: auto;
	margin: 25px auto;
	padding: 15px 0;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
}

/* Home Coming Soon */


/* Home CONTACT */

#home-contact-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}

.home_contact_block {
	width: 90%;
	height: auto;
	margin: 75px auto 75px auto;
	padding: 0;
	font-size: 1.0rem;
	line-height: 1.8;
	border-radius: 30px;
}
.home_contact_block a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0;
	color: #fff;
}
.home_contact_block:hover {
	opacity: 0.7;
}
.home_contact_block:hover a {
	color: #ff0000;
}

/* Home CONTACT */


/*************** HOME ***************/



/*************** CONTACT ***************/

table.contact_table_01 {
	width: 100%;
	color: #fff;
}

table.contact_table_01 th {
	white-space: unset;
}

.contact_form_01 {
	width: 100%;
	margin-bottom: 15px;
}
.contact_form_btn {
	background-color: #da3636;
}

.contact_item_100_wrap {
	display: block;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}
.contact_item_101 {
	width: 100%;
	white-space: unset;
	float: unset;
}
.contact_item_102 {
	width: 100%;
	padding: 5px 0 0 0;
	float: unset;
}

.form_required {
	font-size: 90%;
	font-weight: bold;
	color: #ff0000;
}


/*************** CONTACT ***************/






