@charset "UTF-8";


/* KYT Japan COMMON */



#contents-bottom {
	height: -45vw;
}

.outside-block {
	position: relative;
	width: 100%;
	height: auto;
}

.inner-block {
	position: absolute;
	top: 0;
	left: calc((100% - 1024px) / 2);
	left: -webkit-calc((100% - 1024px) / 2);
	left: -moz-calc((100% - 1024px) / 2);
	width: 1024px;
	height: auto;
}

.inner {
	position: relative;
	top: 0; 
	left: 0;
	width: 100%;
	height: max-content;
}

.contents-inner-block {
	position: relative;
	z-index: 1;
	width: 1024px;
	height: auto;
	margin: auto;
	padding: 0;
}





@media print, screen and (max-width: 1150px) {

	.inner-block {
		width: 90%;
		left: 5%;
	}

	.inner {
		position: relative;
		top: 0; 
		left: 0;
		width: 100%;
		height: max-content;
	}

	.contents-inner-block {
		position: relative;
		z-index: 1;
		width: 100%;
		height: auto;
		margin: auto;
		padding: 0;
	}

}




/* HEADER */

#header-block {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100px;
	background: #ffffff;
}

#header-ci {
	position: absolute;
	z-index: 9;
	top: 20px;
	left: 50px;
	width: 200px;
	height: 76px;
}
#header-ci a:hover img {
	opacity: 1.0 !important;
}

#header-global-link {
	display: block;
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 35px;
	width: fit-content;
	height: 25px;
}
#header-global-link .global_link_block {
	display: inline-block;
	width: fit-content;
	padding: 0 10px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
}


#header-global-menu {
	display: block;
}
#header-global-menu {
	position: absolute;
	z-index: 2;
	top: 35px;
	left: 0px;
	width: 100%;
	height: 75px;
	background: #000;
}

table.global_menu_table {
	/*width: calc(100% - 300px);*/
	width: 880px;
	height: 100%;
	margin: 0 0 0 300px;
}
table.global_menu_table tr {
	border-bottom: unset;
}
table.global_menu_table td {
	position: relative;
	padding: 0px;
	font-size: 1.0rem;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
table.global_menu_table td.b1 {
	width: 85px;
}
table.global_menu_table td.b2 {
	width: 135px;
}

/*
table.global_menu_table td span:before {
	content: "";
	position:absolute;
	left: 0px;
	top: 30%;
	width: 1px;
	height: 40%;
	background: #aaabab;
}
table.global_menu_table td.last span:after {
	content: "";
	position:absolute;
	right: 0px;
	top: 30%;
	width: 1px;
	height: 40%;
	background: #aaabab;
}
*/
table.global_menu_table td a {
	display: block;
	width: 100%;
    height: 100%;
	line-height: 75px;
	color: #fff;
}
table.global_menu_table td a:hover {
	color: #fff;
	background: #da3636;
}

/* 商品選択 */
.global-products-menu {
	position: relative;
	width: 100%;
	height: 75px;
	margin: 0 auto;
	list-style-type:none;
}
.global-products-menu > li {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 75px;
}
.global-products-menu > li:hover {
	background: rgba(50,50,50,0.8);
}
.global-products-menu > li > ul {
	display: none;
	/*width: 100%;*/
	width: fit-content;
	min-width: 100%;
	height: 40px;
}
.global-products-menu > li:hover ul {
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 75px;
	left: 0;
	list-style-type:none;
}
.global-products-menu > li:hover ul > li {
	/*display: inline-block;*/
	display: block;
	width: 100%;
	height: auto;
	line-height: 40px;
	border-top: 1px solid #666;
	background: rgba(50,50,50,0.8);
}
.global-products-menu > li:hover ul > li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0 5px 10px;
	color: #ffffff;
	line-height: 40px;
	text-align: left;
}
.global-products-menu > li:hover ul > li a:hover {
	background: #da3636;
}

/* 下矢印 */
.init-bottom:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 3px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.global-country-menu > li:hover .init-bottom:after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.global-country-menu > li:hover a {
	color: #ffffff;
}


#header-global-menu-sp {
	display: none;
}


@media print, screen and (max-width: 1200px) {

	#header-ci {
		left: 25px;
	}

	#header-global-link {
		right: 10px;
	}

	table.global_menu_table {
		margin: 0 0 0 250px;
	}

}
@media print, screen and (max-width: 1150px) {

	#header-block {
		height: 95px;
	}

	#header-global-menu {
		display: none;
	}
	#header-global-menu-sp {
		display:block;	
		position: absolute;
		z-index: 2;
		top: 35px;
		left: 0px;
		width: 100%;
		height: 60px;
		background: #000;
	}

	table.global_menu_table {
		display: none;
	}

	.global_menu_sp_wrap {

	}

	#header-global-menu {
		height: 60px;
	}

	#global-menu-btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 72px;
		height: 60px;
		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: 72px;
		height: 60px;
		margin: 0;
		padding: 0;
		background: #000;
		cursor: pointer;
		z-index: 101;
	}
	
	#global-menu .global-menu-wrapper {
		position: absolute;
		top: 60px;
		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: 'Oswald', sans-serif;
		font-weight: 500; 
		text-align: center; 
		color: #ffffff;
		vertical-align: middle; 
		border-bottom: 1px solid #aaabab;
		overflow: hidden;
	}
	#global-menu .global-menu-wrapper li:first-child {
		border-top: 1px solid #aaabab;
	}
	#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;*/
	}
	
	
	.global_menu_img {
		width: 100%;
		height: auto;
		display: block;
	}
	.global_menu_img2 {
		width: 175px;
		height: auto;
		margin-right: 15px;
		display: block;
		float: left;
	}
	
	.global_menu_icon {
		width: 25px;
		height: auto;
		margin-right: 10px;
		float: left;
	}
	.global_menu_title {
		display: inline-block;
		width: calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		margin-top: 3px;
		font-size: 1.0rem;
		font-family: ten-mincho-text, serif;
		font-weight: 400;
		font-style: normal;
		line-height: 22px;
		transform: scale(1.0, 1.0);
		transform-origin: 0 0;
		letter-spacing: 0.15rem !important;
		text-align: left;
		color: #000000;
		float: left;
	}
	.global_menu_title_j {
		display: inline-block;
		width: auto;
		font-size: 0.7rem;
		font-family: ryo-display-plusn, serif;
		font-weight: 500;
		font-style: normal;
		line-height: 1.0;
		transform: scale(1.0, 1.0);
		transform-origin: 0 0;
		letter-spacing: 0.07rem !important;
		text-align: left;
		color: #000000;
	}
	
	#global-menu .global-menu-wrapper li:hover a .global_menu_title,
	#global-menu .global-menu-wrapper li:hover a .global_menu_title_j {
		color: #ed6d46;
	}

	
}
@media print, screen and (max-width: 900px) {


}



/* FOOTER */

#footer {
	position: relative;
	z-index: 3;
	top: 0;
	width: 100%;
	height: 75px;
	background: #000;
}

#footer-coppyright {
	width: 100%;
	font-size: 1.0rem;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	line-height: 75px;
	text-align: center;
	color: #fff;
}




/* Contents Block */

#main-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: auto;
	padding-top: 50px;
}

#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;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 30px 50px;
	border: 2px solid #da3636;
}

#second-layer-header {
	position: relative;
	z-index: 2;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: auto;
}
#second-layer-header .second_layer_ci_block {
	max-width: 200px;
	width: 100%;
	height: auto;
	margin: 0;
}

#second-layer-title {
	position: relative;
	z-index: 2;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 20px auto 0 auto;
}
#second-layer-title .second_layer_contents_title {
	width: 100%;
	font-size: 1.8rem;
	font-family: 'BIZ UDPGothic', sans-serif;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.3em;
	text-align: center;
	color: #fff;
}

@media print, screen and (max-width: 1050px) {

	#contact-contents-block {
		width: 90%;
		height: auto;
		margin: 40px auto;
		padding: 30px 50px;
		border: 2px solid #da3636;
	}

	#second-layer-header {
		width: 90%;
		height: auto;
		margin: auto;
	}

	#second-layer-title {
		width: 90%;
		height: auto;
		margin: 20px auto 0 auto;
	}

}

@media print, screen and (max-width: 1050px) {

	#contact-contents-block {
		width: 90%;
		height: auto;
		margin: 40px auto;
		padding: 15px 30px;
		border: 2px solid #da3636;
	}

}

/* Contents Block */






/* TITLE */

.content_title_1R {
	position: relative;
	z-index: 4;
	top: 2vw;
	width: 100%;
	font-size: 2.5rem;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #da3636;
}


/*************** HOME ***************/

/* CI */

#home-ci-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}
.home_ci_block {
	max-width: 400px;
	width: 100%;
	height: auto;
	margin: auto;
}

/* CI */


/* Company Name */

#home-company-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}

.home_company_block {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px 0;
	font-size: 3.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 {
	max-width: 600px;
	width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 15px 0;
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0.15em !important;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
}
.home_tms2024_title {
	font-size: 1.7rem;
	font-weight: 500;
}

/* TMS2024 */


/* Home Products */

#home-products-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}

.home_products_block {
	max-width: 350px;
	width: 100%;
	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: 100%;
	height: auto;
	margin: 25px auto;
	padding: 15px 0;
	font-size: 2.0rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 0.2em !important;
	text-align: center;
	color: #ff0000;
}

/* Home Coming Soon */


/* Home CONTACT */

#home-contact-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}

.home_contact_block {
	max-width: 400px;
	width: 100%;
	height: auto;
	margin: 75px auto 75px auto;
	padding: 0;
	font-size: 1.2rem;
	font-family: 'BIZ UDPGothic', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
	color: #fff;
	background: #333333;
	border-radius: 30px;
}
.home_contact_block a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0;
	letter-spacing: 0.25em !important;
	color: #fff;
}
.home_contact_block:hover {
	opacity: 0.7;
}
.home_contact_block:hover a {
	color: #ff0000;
}

/* Home CONTACT */

/* COVER Contents */

#cover-contents-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 32.8125vw;
	/*
	height: calc(56.25vw + 100px);
	height: -webkit-calc(56.25vw + 100px);
	height: -moz-calc(56.25vw + 100px);
	*/
	margin: 0;
	padding: 0;
	background-color: #000;
	overflow: hidden;
}

/* COVER Contents */


@media print, screen and (max-width: 1150px) {


}

/*************** HOME ***************/




/*************** CONTACT ***************/

table.contact_table_01 {
	width: 100%;
	color: #fff;
}

table.contact_table_01 th {
	white-space: nowrap;
}

.contact_form_01 {
	width: 100%;
	margin-bottom: 15px;
}
.contact_form_btn {
	background-color: #da3636;
}

.contact_item_100_wrap {
	display: flex;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
	align-items: center;
}
.contact_item_101 {
	width: 230px;
	font-family: 'BIZ UDPGothic', sans-serif;
	font-weight: 700;
	color: #bbb;
	white-space: unset;
	float: left;
}
.contact_item_102 {
	width: calc(100% - 240px);
	padding: 0 0 0 10px;
	font-family: 'BIZ UDPGothic', sans-serif;
	color: #fff;
	float: right;
}
.contact_item_102 input[type="text"],
.contact_item_102 input[type="tel"],
.contact_item_102 input[type="email"],
.contact_item_102 textarea
{
	font-family: 'BIZ UDPGothic', sans-serif !important;
	color: #000;
}
.contact_item_102 #addr,
.contact_item_102 #email,
.contact_item_102 #message {
	width: 100%;
}

.form_required {
	font-size: 90%;
	font-weight: bold;
	color: #ff0000;
}

@media print, screen and (max-width: 1050px) {

}

/*************** CONTACT ***************/