@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#231815;
	font-size:16px;
	background:#fff;
	font-family:'Helvetica','Arial','游ゴシック','メイリオ','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴシック ProN','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height:1.6;
}

a{color:#231815;}

/* ------  screen -------- */
#main{
	background:#fff;
	overflow:hidden;
	position:relative;
}

/*#main.main_brand{
	background:url(../img/brand/rbt_.jpg) no-repeat 0 bottom;
	background-size: cover;
}

#main.main_lineup, #main.main_experience, #main.main_company{
	background: url(../img/lineup/bg_lineup.jpg) repeat-y;
	background-size:100% auto;
}
*/
/*#wrapper, .slide_wrap{
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:900px;
	height:600px;
	z-index:104;
}*/

aside{
	width:230px;
	margin:0 50px 0 0px;
	position: fixed;
	top:27px;
	left:0;
	z-index:9999;
}

/*#content{
	width:900px;
}*/

.top_logo{
	margin:0 auto 32px;
	text-align:center;
	line-height:1;
}

nav li{
	line-height:1;
	margin-bottom:10px;
}
nav li:nth-of-type(n+7){margin-bottom:16px;}
nav li.sub{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.nav_top{
	margin-top:47px;
	margin-left:0px;
}
.nav_sub{
	margin-top:25px;
	margin-left:0px;
}
h1.sub_logo{margin-left:10px; line-height:1;}

.slider { width: 900px; height: 420px; }
.lt_10{letter-spacing: 3px;}
.tiles-prev, .tiles-next{display:none;}


/* ------  company -------- */
.bg_company{
	background:url(../img/company/bg_company.png) no-repeat bottom center;
	background-size:100% auto;
}
.comp_2 dt{
	margin:50px 0 20px;
}

/* ------  brand for nft collection -------- */

#main {
	height: auto;
	padding-left: 230px;
	font-size: 0.875em;
}
#wrapper {
	width: auto;
	height: auto;
}
.brand-head {
	display: none;
	padding-bottom: 32px;
}
.brand-content {
	padding: 48px;
}
.brand-content h2 {
	margin-bottom: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.brand-content p {
	margin-bottom: 24px;
	line-height: 1.8;
}
.brand-content p.quoted {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
}
.brand-content .note {
	font-size: 85.7%;
	margin-bottom: 16px;
}
.brand-content .note dt {
	font-weight: bold;
}
.brand-content .note dd {
	margin-bottom: 8px;
}
.brand-content .content-box {
	border: 1px solid #ddd;
	border-radius: 4px;
	display: flex;
	padding: 16px;
	justify-content: space-between;
	margin-bottom: 24px;
}
.brand-content .certification-list {
	display: flex;
	flex-direction: row;
}
.brand-content .certification-item {
	display: block;
	padding-left: 16px;
}
.brand-content .certification-item img {
	width: 64px;
}
.brand-content .picture {
	border: 1px solid #ddd;
	padding: 8px;
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 32px;
	box-sizing: border-box;
}
.brand-content .picture img.third {
	width: 33%;
}
.brand-body {
	max-width:1050px;
	margin-bottom: 48px;
}
.divider {
	border-top: 2px solid #ccc;
	margin-top: 40px;
	margin-bottom: 40px;
}
.navigation-in-page {
	margin-bottom: -24px;
	list-style: none;
	display: flex;
}
.navigation-in-page li {
	margin-right: 24px;
}
.navigation-in-page li::after {
	content: "∨";
	padding-left: 4px;
}
/* mobile */
@media (max-width: 991px) {
	aside {
		display: none;
	}
	#main {
		padding-left: 0;
	}
	#wrapper  {
		position: relative;
		left: 0!important;
	}
	.brand-head {
		display: block;
	}
	.brand-head img {
		width: 130px;
	}
	.brand-content {
		padding: 24px;
	}
	.brand-content .content-box {
	  flex-direction: column;
	}
	.brand-content .certification-list {
		margin-top: 16px;
		width: 100%;
	}
	.brand-content .certification-item:first-child {
		padding-left: 0;
	}
	.brand-content .picture img.third {
	width: 100%;
	}
}
/* wide desktop */
@media (min-width: 1200px) {
	body {
		font-size:1em;
	}
	#main {
		font-size: 1em;
	}
	#wrapper {
		left: 150px!important;
		display: flex;
		justify-content: center;
	}
}






