
@font-face {
 	font-family: 'Garamond Premier Pro, Regular';
	src: url(font/GaramondPremierProRegular.ttf);
}
@font-face {
 	font-family: 'Garamond Premier Pro, Medium';
	src: url(font/GaramondPremierProMedium.otf);
}
@font-face {
 	font-family: 'Garamond Premier Pro, Light Display';
	src: url(font/GaramondPremierProLightDisplay.otf);
}

@font-face {
 	font-family: YuMincho;
	src: url(font/yumin.ttf);
}

body{
	background-color:#131315;
	opacity:1;
}
/************************Common*****************/
#headbar{
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	position:fixed;
	#background-color:#131315;
	#opacity:0.7;
	background-color:rgba(19, 19, 21, 0.7);
	z-index:20;
}
#sitelogo{
	display:block;
	background-repeat:no-repeat;
	position:absolute;
	top:20px;
	left:51px;
	width:180px;
	height:180px;
	opacity:1;
	cursor:pointer;
}
#headermenu{
	display:block;
	position:absolute;
	top:33px;
	right:90px;
	height:60px;
}
#mobilemenu{
	position:absolute;
	display:none;
	width:48px;
	height:48px;
	top:8px;
	right:5px;
	background-image:url(/images/doubleline.png);
	background-size:cover;
	background-repeat:no-repeat;
}
#mobilemenufloat{
	position:fixed;
	top:60px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#131315;
	display:none;
	z-index:5;
}
.menublock{
	display:inline-block;
	width:75px;
	height:37px;
	margin-left:50px;
	color:#ffffff;
	cursor:pointer;
}
.menublock:hover{
	color:#8c000a !important;
}
.menublock1{
	display:block;
	width:75px;
	height:24px;
	font-size:24px;
	line-height:24px;
	text-align:center;
	font-family:'Garamond Premier Pro, Regular';
}
.menublock2{
	display:block;
	width:75px;
	height:10px;
	margin-top:3px;
	font-size:14px;
	line-height:10px;
	text-align:center;
	font-family:YuMincho;
}
#bottompanel{
	position:relative;
	margin:100px 180px 0px 180px;
	border-top:1px solid #333333;
	background-color:#131315;
}
.footerblock{
	display:inline-block;
	height:70px;
	line-height:70px;
	font-size:14px;
	width:fit-content;
	font-family:YuMincho;
	letter-spacing:0px;
	color:#ffffff;
	margin-right:40px;
	cursor:pointer;
}
.footerblock:hover{
	color:#8c000a !important;
}
.copyright{
	display:inline-block;
	position:absolute;
	right:0px;
	top:0px;
	height:70px;
	line-height:70px;
	font-size:10px;
	font-family:'Garamond Premier Pro, Regular';
	letter-spacing:0px;
	color:#ffffff;
}
.detailbanner{
	position:absolute;
	top:300px;
	left:180px;
	right:180px;
	height:280px;
	background-image:url(/images/main.png);
	background-size:cover;
	background-repeat:no-repeat;
	z-index:1;
}
.detailtitle{
	position:absolute;
	top:220px;
	width:95%;
	height:140px;
	font-family:'Garamond Premier Pro, Light Display';
	font-size:140px;
	letter-spacing:14px;
	color:#ffffff;
	text-align:center;
	z-index:2;
}
.detailtitlejp{
	position:absolute;
	top:360px;
	width:95%;
	height:18px;
	font-family:YuMincho;
	font-size:18px;
	letter-spacing:0.9px;
	color:#ffffff;
	text-align:center;
	z-index:2;
}
.pageindexer{
	position:absolute;
	top:600px;
	left:180px;
	right:180px;
	text-align:right;
	height:20px;
	font-family:'Garamond Premier Pro, Light Display';
	font-size:20px;
	letter-spacing:0px;
	color:#ffffff;
	z-index:2;
}
.pageindexer>*{
	margin-left:20px;
}
.pageindexer>a{
	color:#ffffff;
}
.pageindexer>a:hover{
	color:#8c000a !important;
}
.pageindexer>*:not(:first-child):before{
	content:'>';
	line-height:20px;
	padding-right: 14px;
	text-decoration: none;
	display: inline-block;
}
.contentemptyblock{
	width:100%;
	height:285px;
}

.grid {
	position: relative;
	margin: 0 auto;
	#padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	#margin: 10px 1%;
	margin:0px 5px 60px 5px;
	min-width: 320px;
	max-width: 480px;
	#max-height: 360px;
	width: 45%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width:100%;
	height:105px;
}

.grid figure figcaption {
	#padding: 2em;
	color: #fff;
	#text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align:middle;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	letter-spacing:0px;
	font-weight: 300;
	font-size:42px;
	height:60px;
	line-height:60px;
	font-family:'Garamond Premier Pro, Light Display', YuMincho;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
	padding-left:15px;
	padding-right:15px;
}

.grid figure p {
	letter-spacing:0px;
	font-weight: 300;
	font-size:16px;
	height:35px;
	line-height:35px;
	font-family:'Garamond Premier Pro, Light Display', YuMincho;
}
/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	#padding: 10px;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 0 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	#-webkit-transform: translate3d(0,100%,0);
	#transform: translate3d(0,100%,0);
	-webkit-transform: translate3d(0,15px,0);
	transform: translate3d(0,15px,0);
	#height:95px;
	#line-height:95px;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	#-webkit-transform: translate3d(0,0,0);
	#transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	#height:60px;
	#line-height:60px;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	#opacity: 0.4;
	-webkit-filter:blur(0.3em);
}
.contentblock{
	position:relative;
	margin:440px 90px 0px 90px;
	background-color:#080808;
	padding-left:90px;
	padding-right:90px;
	padding-bottom:50px;
}
.leftmenupanel{
	display:inline-block;
	width:220px;
	color:#ffffff;
	#border:1px solid white;
}
.rightcontentpanel{
	display:inline-block;
	color:#ffffff;
	width:calc(100vw - 700px );
	margin-left:70px;
	margin-right:0px;
	vertical-align:top;
	#border:1px solid white;
}
.leftmenuitem{
	width:205px;
	height:60px;
	border-bottom:1px solid #333333;
	padding-left:15px;
	color:#ffffff;
	font-size:14px;
	line-height:60px;
	font-family:'Garamond Premier Pro, Light Display', YuMincho;
	letter-spacing:0px;
	cursor:pointer;
}
.leftmenuitem:after{
	content:'-';
	text-align:right;
	padding-right:5px;
	float:right;
	font-size:24px;
	line-height:60px;
	font-family:'Garamond Premier Pro, Light Display', YuMincho;
	letter-spacing:0px;
}
.leftmenuitem:hover{
	color:#8c000a !important;
}
.leftmenuitem[selected='1']{
	color:#8c000a !important;
}
.leftmenuitem[selected='1']:after{
	content:'+' !important;
}
.backindexcontainer{
	width:100%;
	text-align:center;
}
.backindex{
	position:relative;
	display:inline-block;
	height:71px;
	margin-top:100px;
	width:200px;
}
.backindextext, .backservicestext, .sendcontacttext{
	position:absolute;
	top: 25px;
	left: 0px;
	width: 104px;
	height: 18px;
	font-family:'Garamond Premier Pro, Light Display';
	font-size:18px;
	letter-spacing:0.9px;
	color:#ffffff;
	cursor:pointer;
}
.backindexpic, .backservicespic, .sendcontactpic{
	position:absolute;
	left:115px;
	top:0px;
	background-image:url(/images/backindexarrow.png);
	background-size:cover;
	width:96px;
	height:71px;
	cursor:pointer;
}
/*=======================Pager==================*/
.pager{
	width:100%;
	padding:5px;
	text-align:center;
	display:inline-block;
}
.pager *{
	display:inline-block;
}
.pageritem{
	margin:5px;
	width:30px;
	padding:5px;
	height:30px;
	line-height:20px;
	text-align:center;
	#border:1px solid black;
	cursor:pointer;
}
.pagercurrent{
	color:#8c000a !important;
}
.pagerdot{
	margin:5px;
	width:30px;
	padding:5px;
	height:30px;
	line-height:20px;
	text-align:center;
}
/*=======================Contact==================*/
.contactpage{
	#border:1px solid white;
	width:100%;
	text-align:center;
}
.contactdescription{
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:16px;
	font-family:YuMincho;
	letter-spacing:0.8px;

}
.contactform{
	display:block;
	width:480px;
	text-align:left;
	margin:50px auto 0px auto;
}
.contactformtitle{
	display:inline-block;
	margin-right:15px;
	text-align:left;
	color:#ffffff;
	font-size:14px;
	line-height:14px;
	font-family:YuMincho;
	letter-spacing:0px;

}
.contactformtitle2{
	display:inline-block;
	text-align:left;
	color:#ffffff;
	font-size:10px;
	line-height:14px;
	font-family:YuMincho;
	letter-spacing:0px;

}
.contactform input[type='text'], .contactform textarea{
	border:1px solid #333333;
	width:458px;
	background-color: #080808;
	padding: 16px 0px 16px 20px;
	margin:10px 0px 30px 0px;
	color:#ffffff;
}
.contactformcheckarea{
	height:20px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.contactform input[type='checkbox']{
	width:20px;
	height:20px;
	background-color: #080808;
	padding:0px;
	margin:0px;
	color:#ffffff;
}	
.contactformcheckboxtext{
	display:inline-block;
	margin-left:15px;
	text-align:left;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	font-family:YuMincho;
	letter-spacing:0px;

}
.contactform textarea{
	height:160px;
}
.styled-select select:after{
	content:'*';
	color:#ffffff;
	float:right;
}
.styled-select select {
	background: url(/images/chevron-left.svg) no-repeat right 20px white;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
	border:1px solid #333333;
	width:100%;
	background-color: #080808;
	padding: 16px 0px 16px 20px;
	margin:10px 0px 30px 0px;
	color:#ffffff;
}
/************************News detail********/
.newsdetailmonth{
	width:62px;
	height:18px;
	#padding-left:15px;
	color:#ffffff;
	font-size:18px;
	line-height:18px;
	font-family:'Garamond Premier Pro, Light Display', YuMincho;
	letter-spacing:0.9px;
	text-align:center;
}
.newsdetaildate{
	width:62px;
	height:54px;
	#padding-left:15px;
	text-align:center;
	color:#ffffff;
	font-size:54px;
	line-height:54px;
	font-family:'Garamond Premier Pro, Light Display', YuMincho;
	letter-spacing:2.7px;
}
.newsdetailtitle{
	font-size:18px;
	line-height:18px;
	font-family:'Garamond Premier Pro, Light Display', YuMincho;
	letter-spacing:0px;
	margin-bottom:60px;
}
.newscontentblock{
	width:calc( 100vw - 700px );
}
.newsdetailblock{
	width:calc(( 100vw - 750px )/2);
	height:calc((( 100vw - 750px )/2 - 20px )*9/16 + 50px );
	border:1px solid black;
	margin:0px 20px 50px 0px;
	display:inline-block;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	overflow-y:hidden;
	#white-space: nowrap;
	text-overflow: ellipsis;
	min-width:0px;

	font-size:14px;
	line-height:14px;
	font-family:'Garamond Premier Pro, Light Display', YuMincho;
	letter-spacing:0px;
}
.newsdownloadlink{
	display:inline-block;
	margin-top:60px;
	margin-left:20px;
	width:90px;
	font-size:12px;
	line-height:12px;
	font-family:YuMincho;
	letter-spacing:0px;
	border-bottom:1px solid #ffffff;
	cursor:pointer;
}

/************************Service detail********/
.servicename{
	width:205px;
	height:60px;
	padding-left:15px;
	color:#ffffff;
	font-size:28px;
	line-height:60px;
	font-family:'Garamond Premier Pro, Light Display', YuMincho;
	letter-spacing:2.8px;
}
.servicedetailimage{
	width:100%;
	padding-top:50%;
	background-size:cover;
}
.servicedetaildescription{
	margin-top:30px;
	color:#ffffff;
	font-size:14px;
	font-family:'Garamond Premier Pro, Light Display', YuMincho;
	letter-spacing:0px;

}
.servicedetaillink{
	display:inline-block;
	margin-top:60px;
	width:90px;
	font-size:12px;
	line-height:12px;
	font-family:YuMincho;
	letter-spacing:0px;
	border-bottom:1px solid #ffffff;
	cursor:pointer;
}
.servicedetaillink2{
	display:inline-block;
	width:10px;
	height:10px;
	background-image:url(/images/copy.svg);
	background-size:cover;
	background-position:center;
	cursor:pointer;
}
@media (max-width:1024px){
	body{
		margin:0px !important;
	}
	#headbar{
		height:70px !important;
	}
	#headermenu{
		display:none !important;
	}
	#mobilemenufloat{
		margin:20px 15px 0px 15px;
	}
	#mobilemenufloat .menublock{
		display:inline-block !important;
		width:calc(( 100vw - 40px ) /2) !important;
		border:0px !important;
		margin:0px !important;
		padding:0px !important;
		height:calc(( 100vw - 40px ) /2) !important;
		text-align:center !important;
		border:1px solid #333333 !important;	
	}
	#mobilemenufloat .menublock >div{
		width:inherit !important;
	}
	#mobilemenufloat .menublock .menublock1{
		margin-top:calc((( 100vw - 40px ) /2 - 40px ) /2) !important;
	}
	#sitelogo{
		top:11px !important;
		left:11px !important;
		height:64px !important;
		width:64px !important;
	}
	#indextitle1{
		top:150px !important;
		left:15px !important;
		right:15px !important;
		height:315px !important;
	}
	#indexslogan1{
		font-size:14px !important;
		margin:-25px auto !important;
	}
	#indexslogan2{
		margin-top:48px !important;
		font-size:34px !important;
		letter-spacing:3.06px !important;
	}
	#indextitle2{
		top:366px !important;
		height:467px !important;
	}
	#indexslogan3{
		margin-top:160px !important;
		font-size:18px !important;
	}
	#indexslogan4{
		margin-top:20px !important;
		font-size:14px !important;
	}
	#contentpanel{
		margin-top:826px !important;
		margin-left:15px !important;
		margin-right:15px !important;
	}
	.innerblock{
		margin-left: 0px !important;
		margin-right:0px !important;
	}
	.innerblockleft, .innerblockright{
		display:block !important;
		width:100% !important;
	}
	#indexservice{
		padding-top:100px !important;
	}
	.indexlefttitle{
		text-align:center !important;
		font-size:50px !important;
		letter-spacing:6px !important;
		height:60px !important;
	}
	.indexlefttitle2{
		text-align:center !important;
		#font-size:14px !important;
		#line-height:14px !important;
		letter-spacing:0.6px !important;
		height:12px !important;
	}
	.indexviewmore{
		display:none !important;
	}
	.grid{
		margin-top:50px !important;
	}
	.grid figure{
		margin:0px 0px 25px 0px !important;
		width:calc( 100vw - 30px ) !important;
		#height:calc( 100vw - 30px ) !important;
		float: inherit !important;
	}
	#indexpartnertitleblock{
		margin:70px 0px 70px 0px !important;
		height:inherit !important;
	}
	#indexpartnerblock{
		margin:0px 0px 0px 0px !important;
		width:100% !important;
	}
	#indexpartnerprev, #indexpartnernext{
		display:none !important;
	}
	#indexnews .innerblockright .newsblock:nth-of-type(1){
		margin-top:50px !important;
	}
	.newscontent{
		width:100% !important;
	}
	#indexcontact{
		margin-top:0px !important;
		height:180px !important;
		margin-bottom:0px !important;
	}
	#bottompanel{
		margin:0px 15px 0px 15px !important;
		border-top:1px solid #333333 !important;
	}
	#bottompanel .footerblock:nth-child(odd){
		border-right:1px solid #333333 !important;
	}
	.footerblock{
		display:inline-block !important;
		width:calc(( 100vw - 40px ) /2) !important;
		border:0px !important;
		margin:0px !important;
		padding:0px !important;
		text-align:center !important;
		border-bottom:1px solid #333333 !important;
	}
	.copyright{
		display:block !important;
		position:relative !important;
		width:100% !important;
		text-align:center !important;
	}
	#mobilemenu{
		display:block !important;
	}
}

/************************Index*****************/
#indextitle1{
	position:absolute;
	top:220px;
	left:90px;
	right:90px;
	height:652px;
	#background-color:#131315;
	text-align:center;
	background-image:url(/images/adrien-olichon-RCAhiGJsUUE-unsplash.png);
	background-size:1080px 620px;
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
}
#indexslogan1{
	font-family:YuMincho;
	font-size:24px;
	#letter-spacing:2.2px;
	color:#ffffff;
	width:288px;
	margin:0 auto;
}
#indexslogan2{
	margin-top:120px;
	width:100%;
	font-size:80px;
	font-weight:300;
	font-family:'Garamond Premier Pro, Light Display';
	color:#ffffff;
	letter-spacing:8px;
}
#indextitle2{
	position:absolute;
	top:750px;
	left:0px;
	right:0px;
	height:664px;
	background-image:url(/images/bg.png);
}
#indexslogan3{
	font-family:YuMincho;
	font-size:24px;
	letter-spacing:4.0px;
	line-height:48px;
	color:#ffffff;
	width:340px;
	margin:242px auto 0px auto;
	text-align:center;
}
#indexslogan4{
	font-family:YuMincho;
	font-size:14px;
	letter-spacing:2.8px;
	line-height:28px;
	text-align:center;
	color:#ffffff;
	width:340px;
	margin:60px auto;
}
#contentpanel{
	margin-top:1515px;
	background-color:#131315;
}
#indexservice{
	background-image:url(/images/パス1895.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:100px;
	#height:600px;
}
#indexnews{
	background-image:url(/images/パス1897.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:100px;
	#height:600px;
}
.innerblock{
	margin:0px 180px 0px 180px;
	#background-color:#131315;
}
.innerblockleft{
	display:table-cell;
	width:300px;
	min-width:300px;
	vertical-align:top;
}
.innerblockright{
	display:table-cell;
	#background-color:#ffffff;
	vertical-align:top;
}
.indexlefttitle{
	display:block;
	font-size:70px;
	line-height:70px;
	text-align:left;
	font-weight:300;
	font-family:'Garamond Premier Pro, Light Display';
	letter-spacing:7px;
	color:#ffffff;
}
.indexlefttitle2{
	display:block;
	font-size:16px;
	line-height:16px;
	text-align:left;
	font-weight:300;
	font-family:YuMincho;
	letter-spacing:0.7px;
	color:#ffffff;
}
.indexviewmore{
	margin-top:100px;
	display:block;
	font-size:18px;
	line-height:18px;
	text-align:left;
	font-weight:normal;
	font-family:'Garamond Premier Pro, Regular';

	letter-spacing:0px;
	color:#ffffff;
	padding-bottom:2px;
	border-bottom:1px solid #ffffff;
	width:80px;
	cursor:pointer;
}
.indexviewmore:hover{
	color:#8c000a !important;
	border-bottom:1px solid #8c000a !important;
}

.newsblock{
	color:#ffffff;
	height:70px;
	width:100%;
	border-bottom:1px solid #333333;
	margin-bottom:30px;
	cursor:pointer;
}
.newsblockleft{
	width:42px;
	height:70px;
	display:table-cell;
}
.newsblockright{
	width:100%;
	height:70px;
	padding-left:25px;
	display:table-cell;
}
.newsmonth{
	line-height:12px;
	font-size:12px;
	font-family:'Garamond Premier Pro, Regular';
	letter-spacing:0.6px;
	color:#ffffff;
	text-align:center;
}
.newsdate{
	line-height:37px;
	font-size:37px;
	font-family:'Garamond Premier Pro, Regular';
	letter-spacing:1.85px;
	color:#ffffff;
	text-align:center;
	margin-top:4px;
}
.newslilis{
	line-height:10px;
	font-size:10px;
	width:90px;
	font-family:YuMincho;
	letter-spacing:0px;
	color:#ffffff;
	text-align:center;
	background-color:#333333;
}
.newscontent{
	width:calc( 100vw - 740px );
	#width:374px;
	white-space: nowrap;
	text-overflow: ellipsis;
	min-width:0px;
	line-height:14px;
	font-size:14px;
	letter-spacing:0.7px;
	padding-top:21px;
	padding-bottom:25px;
	font-family:YuMincho;
	overflow:hidden;
}
#indexcontact{
	background-image:url(/images/contact.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin:100px auto 0px auto;
	width:100%;
	height:240px;
	cursor:pointer;
}
#indexpartnertitleblock{
	position:relative;
	height:200px;
	margin:0px 180px 0px 180px;
}
#indexpartnertitle{
	margin:60px auto 0px 0px;
	height:70px;
	font-family:'Garamond Premier Pro, Light Display';
	font-size:70px;
	letter-spacing:7px;
	color:#ffffff;
	width:211px;
}
#indexpartnertitlejp{
	line-height:14px;
	font-size:14px;
	font-family:YuMincho;
	letter-spacing:0.7px;
	color:#ffffff;
	text-align:left;
	width:211px;
}	
#indexpartnerprev{
	position:absolute;
	width:60px;
	height:60px;
	bottom:60px;
	right:60px;
	background-image:url(/images/btn_cercle_wh1.png);
	background-size:cover;
	cursor:pointer;
}
#indexpartnerprev:hover{
	background-image:url(/images/btn_cercle_wh.png) !important;
}
#indexpartnernext{
	position:absolute;
	width:60px;
	height:60px;
	bottom:60px;
	right:0px;
	background-image:url(/images/btn_cercle_rh1.png);
	background-size:cover;
	cursor:pointer;
}
#indexpartnernext:hover{
	background-image:url(/images/btn_cercle_rh.png) !important;
}
#indexpartnerblock{
	position:relative;
	background-color:#222222;
	margin:0px 90px 0px 90px;
	height:320px;
	overflow:hidden;
}
#indexpartnerblockline1{
	#background-color:#ffffff;
	position:absolute;
	top:60px;
	left:-0px;
	height:70px;
	width:max-content;
}
#indexpartnerblockline2{
	#background-color:#ffffff;
	position:absolute;
	top:190px;
	left:-0px;
	height:70px;
	width:max-content;
}
.indexpartneritem{
	height:70px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}

@media (max-width:1024px){
	.detailbanner{
		top:170px !important;
		left:30px !important;
		right:30px !important;
		height:160px !important;
	}
	.detailtitle{
		top:130px !important;
		width:100% !important;
		height:80px !important;
		font-size:80px !important;
		letter-spacing:8px !important;
	}
	.detailtitlejp{
		top:210px !important;
		width:100% !important;
		height:14px !important;
		font-size:14px !important;
		letter-spacing:0.7px !important;
	}
	.aboutpageindexer{
		top:340px !important;
		left:30px !important;
		right:30px !important;
		height:14px !important;
		font-size:14px !important;
		letter-spacing:0px !important;
		
	}
	.aboutpageindexer>*{
		margin-left:10px;
	}
	.aboutpageindexer>*:not(:first-child):before{
		padding-right:10px !important;
	}
	.aboutcontentblock{
		top: 250px !important;
		left:30px !important;
		right:30px !important;
		height: 245px !important;
	}
	.aboutoutmission{
		top: 430px !important;
		left:30px !important;
		width:150px !important;
		height:100px !important;
		font-size:50px !important;
		letter-spacing:5px !important;
		z-index:2;
		line-height:60px !important;
	}
	.aboutbgdiv{
		top:430px !important;
		left:inherit !important;
		right:0px !important;
		height:130px !important;
		width:210px !important;
	}
	.aboutmixblendblock{
		width:100% !important;
		top:540px !important;
		height:645px !important;
		left:0px !important;
		right:0px !important;
	}
	#aboutslogan3{
		top:590px !important;
		left:30px !important;
		right:30px !important;
		width:inherit !important;
		font-size:18px !important;
		letter-spacing:3.6px !important;
		margin-top:0px !important;
	}
	#aboutslogan4{
		top:780px !important;
		left:30px !important;
		right:30px !important;
		width:inherit !important;
		font-size:13px !important;
		letter-spacing:2.6px !important;
		margin-top:0px !important;
		z-index:3;
	}
	.aboutbg4div{
		top:970px !important;
		left:30px !important;
		width:173px !important;
		height:122px !important;
	}
	.aboutbg3div{
		top:780px !important;
		right:30px !important;
		width:105px !important;
		height:105px !important;
		left:inherit !important;
	}
	.aboutmembertitle{
		top:1170px !important;
		left:30px !important;
		font-size:50px !important;
		letter-spacing:5px !important;
		
	}
	.aboutmembertitle2{
		top:1225px !important;
		left:30px !important;
		font-size:12px !important;
		letter-spacing:0.6px !important;
		
	}
	.aboutmemberblock{
		top:1270px !important;
		left:30px !important;
		right:30px !important;
		height:906px !important;
		width:calc( 100vw - 60px ) !important;
		#width:100% !important;
	}
	.aboutmemberitem{
		width:calc(( 100vw - 20px - 60px )/2 ) !important;
		#height:calc(( 100vw - 10px - 60px )/2 * 1.4 ) !important;
		height:278px !important;
		margin-right:5px !important;
		margin-bottom:24px !important;
	}
	.aboutmemberpic{
		width:100% !important;
		height:calc(( 100vw - 20px - 60px )/2 * 1.4 ) !important;
	}
	.aboutmemberitemtitle{
		height:44px !important;
		line-height:44px !important;
		font-size:12px !important;
		letter-spacing:0.6px !important;
		width:inherit !important;
	}
	.aboutmemberitemname{
		height:18px !important;
		line-height:18px !important;
		font-size:18px !important;
		letter-spacing:0.9px !important;
		width:inherit !important;
	}
	.aboutbg5div{
		margin-top:1270px !important;
		height:906px !important;
		width:100% !important;
	}
	.aboutmixblendblock2{
		height:0px !important;
		width:100% !important;
	}
	.aboutcompanyinfoblock{
		margin-left:15px !important;
		margin-right:15px !important;
		left:inherit !important;
		#width:100% !important;
		width:calc( 100vw - 30px ) !important;
	}
	.aboutcompanytitle{
		margin-left:15px !important;
		margin-top:80px !important;
		width:200px !important;
		font-size:50px !important;
		letter-spacing:5px !important;
		line-height:50px !important;
	}
	.aboutcompanytitle2{
		margin-left:15px !important;
		#margin-top:80px !important;
		#width:200px !important;
		font-size:12px !important;
		letter-spacing:0.6px !important;
		line-height:12px !important;
	}
	.aboutcompanyinfoitem{
		margin-left:15px !important;
		margin-right:15px !important;
		width:calc( 100vw - 60px ) !important;
	}
	.aboutcompanyinfoitem >div{
		display:block !important;
		padding:0px !important;
		width:calc( 100vw - 60px ) !important;
	}
	.aboutcompanyinfoitem >div:nth-child(1){
		margin-top:20px !important;
		margin-bottom:13px !important;
		font-size:13px !important;
		letter-spacing:0.65px !important;
		line-height:13px !important;
	}
	.aboutcompanyinfoitem >div:nth-child(2){
		margin-bottom:20px !important;
		font-size:13px !important;
		letter-spacing:0.65px !important;
		line-height:13px !important;
		#height:13px !important;
	}
	.aboutcompanyinfoblock > div:nth-child(10){
		height:80px !important;;
	}
	.aboutcompanyinfoblock > div:nth-child(10)>div:nth-child(1){
		height:13px !important;
	}
	.aboutcompanyinfoblock > div:nth-child(10)>div:nth-child(2){
		height:53px !important;
	}
	.aboutmixblendblock3{
		left:inherit !important;
		margin-left:15px !important;
		margin-right:15px !important;
		width:calc( 100vw - 30px ) !important;
		height:inherit !important;
	}
	.aboutmixblendblock3:before{
		width:calc( 100vw - 30px ) !important;
		height:100% !important;
		#width:0px !important;
		#height:0px !important;
	}
	.abouthistorytitle{
		margin-top:80px !important;
		margin-left:15px !important;
		font-size:50px !important;
		letter-spacing:5px !important;
		line-height:50px !important;
		height:50px !important;
	}
	.abouthistorytitle2{
		margin-left:15px !important;
		font-size:12px !important;
		letter-spacing:0.6px !important;
		line-height:12px !important;
		height:12px !important;
	}
	.abouthistoryblock{
		margin-left:15px !important;
		margin-right:15px !important;
		width:calc( 100vw - 60px ) !important;
	}
	.abouthistorycontent{
		width:inherit !important;
	}
	.backindexcontainer{
		margin-top:70px !important;
		margin-bottom:70px !important;
	}
	.backindex{
		margin-top:0px !important;
	}
	.pageindexer{
		top:340px !important;
		left:30px !important;
		right:30px !important;
		height:14px !important;
		font-size:14px !important;
		letter-spacing:0px !important;
		
	}
	.pageindexer>*{
		margin-left:10px;
	}
	.pageindexer>*:not(:first-child):before{
		padding-right:10px !important;
	}
	.contentblock{
		margin:400px 15px 0px 15px !important;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.contentemptyblock{
		height:0px !important;
	}
	.leftmenupanel{
		display:block !important;
		width:100% !important;
	}
	.leftmenuitem{
		width:calc( 100vw - 45px ) !important;
	}
	.rightcontentpanel{
		display:block !important;
		margin:0px !important;
		width:calc( 100vw - 30px ) !important;
	}
	.rightcontentpanel > .newsblock:nth-child(1){
		margin-top:50px !important;
	}
	.contactform{
		width:95% !important;
	}
	.contactform input[type='text'], .contactform textarea, .styled-select, .contactformcheckarea{
		width:90% !important;
		display:block !important;
	}
	.styled-select select{
		width:108% !important;
	}
	.contactformcheckarea{
		justify-content:inherit !important;
	}
	.newscontentblock{
		width:calc( 100vw - 30px ) !important;
	}
	.newsdetailblock{
		width: calc( 100vw - 30px ) !important;
		#height:inherit !important;
		height: calc( ( 100vw - 30px )*9/16 + 10px ) !important;
		margin: 0px 0px 10px 0px !important;
		display: block !important;
	}
}
/********************About***************/
.aboutoutmission{
	display:block;
	font-size:80px;
	line-height:80px;
	text-align:left;
	font-weight:300;
	font-family:'Garamond Premier Pro, Light Display';
	letter-spacing:8px;
	color:#ffffff;
	position:absolute;
	top:723px;
	left:180px;
}
#aboutslogan3{
	font-family:YuMincho;
	font-size:24px;
	letter-spacing:4.8px;
	line-height:48px;
	color:#ffffff;
	width:400px;
	margin-top:80px;
	text-align:left;
	position:absolute;
	top:850px;
	left:180px;
}
#aboutslogan4{
	font-family:YuMincho;
	font-size:14px;
	letter-spacing:2.8px;
	line-height:28px;
	text-align:left;
	color:#ffffff;
	width:340px;
	margin-top:60px;
	position:absolute;
	top:1030px;
	left:180px;
}
.aboutcontentblock{
	position:absolute;
	top:440px;
	left:90px;
	right:90px;
	#margin:440px 90px 0px 90px;
	background-color:#080808;
	padding-left:90px;
	padding-right:90px;
	height:630px;
}
.aboutmixblendblock{
	position:absolute;
	top:1056px;
	left:144px;
	width:calc( 100vw - 350px );
	height:753px;
	background-image: url('/images/bg.png');
	background-size:300%;
	background-position:0% 0%;
	background-repeat:no-repeat;
	mix-blend-mode: screen;
	opacity: 0.15;	
}
.aboutbgdiv{
	position:absolute;
	top: 763px;
	left: 660px;
	width: 780px;
	height: 482px;
	background-image:url('/images/bg.png');
	background-size:cover;
}
.aboutbg4div{
	position:absolute;
	top: 1295px;
	left: 45px;
	width: 435px;
	height: 266px;
	background-image:url('/images/bg4.png');
	background-size:cover;
}
.aboutbg3div{
	position:absolute;
	top: 1494px;
	left: 1155px;
	width: 240px;
	height: 240px;
	background-image:url('/images/bg3.png');
	background-size:cover;
	z-index:1;
}
.aboutmembertitle{
	display:block;
	font-size:70px;
	line-height:70px;
	text-align:left;
	font-weight:300;
	font-family:'Garamond Premier Pro, Light Display';
	letter-spacing:7px;
	color:#ffffff;
	top: 1681px;
	left: 480px;
	width: 273px;
	height: 80px;
	position:absolute;
}
.aboutmembertitle2{
	display:block;
	font-size:14px;
	line-height:14px;
	text-align:left;
	font-weight:300;
	font-family:YuMincho;
	letter-spacing:0.7px;
	color:#ffffff;
	position:absolute;
	top: 1761px;
	left: 480px;
	width: 100px;
	height: 14px;
}
.aboutmemberblock{
	position:absolute;
	top: 1855px;
	left: 480px;
	width:850px;
	height:960px;
	padding:0px;
	z-index:2;
}
.aboutmemberitem{
	display:inline-block;
	width:246px;
	height:440px;
	margin-right:20px;
	margin-bottom:40px;
	padding:0px;
}
.aboutmemberpic{
	width:246px;
	height:348px;
	display:block;
	background-size:cover;
	background-repeat:no-repeat;
}
.aboutmemberitemtitle{
	height:68px;
	width:246px;
	line-height:68px;
	font-size:14px;
	font-weight:300;
	font-family:YuMincho;
	letter-spacing:0.7px;
	color:#ffffff;
}
.aboutmemberitemname{
	height:24px;
	width:246px;
	line-height:24px;
	font-size:24px;
	font-weight:600;
	font-family:YuMincho;
	letter-spacing:1.2px;
	color:#ffffff;
}
.aboutbg5div{
	position:relative;
	margin-top: 1801px;
	left: 0px;
	width: 870px;
	height: 615px;
	background-image:url('/images/bg5.png');
	background-size:cover;
}
.aboutmixblendblock2{
	position:relative;
	#margin-top: 350px;
	left: 0px;
	width: calc(100vw - 350px );
	#height: 753px;
	height: 500px;
	background-image: url('/images/bg.png');
	background-size:300%;
	background-position:0% 0%;
	background-repeat:no-repeat;
	mix-blend-mode: screen;
	opacity: 0.15;	
}
.aboutcompanyinfoblock{
	position:relative;
	padding-top: 1px;
	left: 90px;
	width: calc(100vw - 120px);
	height: 987px;
	background-color:#080808;
	margin:0px;
}
.aboutcompanytitle{
	display:block;
	font-size:80px;
	line-height:80px;
	text-align:left;
	font-weight:300;
	font-family:'Garamond Premier Pro, Light Display';
	letter-spacing:8px;
	color:#ffffff;
	margin-top:120px;
	margin-left:90px;
}
.aboutcompanytitle2{
	display:block;
	font-size:14px;
	line-height:14px;
	text-align:left;
	font-weight:300;
	font-family:YuMincho;
	letter-spacing:0.7px;
	color:#ffffff;
	margin-left:90px;
}
.aboutcompanyinfoitem{
	margin-left:390px;
	width:780px;
	height:70px;
	color:#ffffff;
	font-family:YuMincho;
	font-size:14px;
	letter-spacing:0.7px;
	border-bottom:1px solid #333333;
}
.aboutcompanyinfoblock > div:nth-child(10){
	height:120px;
}

.aboutcompanyinfoempty{
	width:1px;
	height:70px;
}
.aboutcompanyinfoitem >div{
	display:table-cell;
	height:14px;
	padding-top:28px
}
.aboutcompanyinfoitem >div:nth-child(1){
	width:150px;
	font-weight:800;
}
.aboutcompanyinfoblock > div:nth-child(10)>div{
	height:64px;
}

.aboutmixblendblock3{
	position:relative;
	#top: 3842px;
	left: 144px;
	width: calc(100vw - 350px );
	#height: 753px;
}
.aboutmixblendblock3:before{
	position: absolute;
	content:' ';
	top:0px;
	left:0px;
	#height:753px;
	width: calc(100vw - 350px );
	background-image: url('/images/bg.png');
	background-size:300%;
	background-position:0% 0%;
	background-repeat:no-repeat;
	mix-blend-mode: screen;
	opacity: 0.15;	
}
.abouthistorytitle{
	display:block;
	font-size:80px;
	line-height:80px;
	text-align:left;
	font-weight:300;
	font-family:'Garamond Premier Pro, Light Display';
	letter-spacing:8px;
	color:#ffffff;
	margin-top:120px;
	margin-left:90px;
}
.abouthistorytitle2{
	display:block;
	font-size:14px;
	line-height:14px;
	text-align:left;
	font-weight:300;
	font-family:YuMincho;
	letter-spacing:0.7px;
	color:#ffffff;
	margin-left:90px;
}
.abouthistoryblock{
	color:#ffffff;
	height:70px;
	width:780px;
	border-bottom:1px solid #333333;
	margin-bottom:30px;
	margin-left:340px;
	cursor:pointer;
}
.abouthistoryempty{
	line-height:0px;
	font-size:0px;
	width:90px;
	font-family:YuMincho;
	letter-spacing:0px;
	color:#ffffff;
	text-align:center;
}

.abouthistorycontent{
	width:630px;
	white-space: nowrap;
	text-overflow: ellipsis;
	min-width:0px;
	line-height:14px;
	font-size:14px;
	letter-spacing:0.7px;
	padding-top:21px;
	padding-bottom:25px;
	font-family:YuMincho;
	overflow:hidden;
}
.aboutemptyblock{
	width:100%;
	height:0px;
	#margin-top:4550px;
}
.aboutpageindexer{
	position:absolute;
	top:580px;
	left:180px;
	right:180px;
	text-align:right;
	height:20px;
	font-family:'Garamond Premier Pro, Light Display';
	font-size:20px;
	letter-spacing:0px;
	color:#ffffff;
	z-index:2;
}
.aboutpageindexer>*{
	margin-left:20px;
}
.aboutpageindexer>a{
	color:#ffffff;
}
.aboutpageindexer>a:hover{
	color:#8c000a !important;
}
.aboutpageindexer>*:not(:first-child):before{
	content:'>';
	line-height:20px;
	padding-right: 14px;
	text-decoration: none;
	display: inline-block;
}

/*
.backindextext{
	position:absolute;
	top: 4450px;
	left: 616px;
	width: 104px;
	height: 18px;
	font-family:'Garamond Premier Pro, Light Display';
	font-size:18px;
	letter-spacing:0.9px;
	color:#ffffff;
	cursor:pointer;
}
.backindexpic{
	position:absolute;
	left:731px;
	top:4425px;
	background-image:url(/images/backindexarrow.png);
	background-size:cover;
	width:96px;
	height:71px;
	cursor:pointer;
}
*/
