@charset "UTF-8";
/* CSS Document */
html {/*　文字づめ用　*/
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-variant-ligatures: no-common-ligatures;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #FFFFFF;
	overflow-x: hidden;
	font-size: 1em;
}
* {
	margin: 0;
	padding: 0;
}
#db_z .clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
img {
	width: 100%;
	height: auto;
}
p {
	margin: 0;
	padding: 0;
}
#page-top {
	display: none!important;
	/*	position: fixed;
	left: 2%;
	color: #fff;
	font-size: 0.8em;
	line-height: 40px;
	width: 150px;
	text-align: center;
	background: rgba(255,0,0,.5);
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 30px;
	z-index: 9999;
	cursor: pointer;
	margin-bottom: 3%;*/
}
#store_btn a {
	display: inline-block;
	position: fixed;
	right: 2%;
	bottom: 40px !important;
	width: 60px;
	z-index: 9999;
	cursor: pointer;
}
#store_btn a img {
	width: 100%;
	height: auto;
}
/*アコーディオン*/
.accordion {
	display: none;
}
.toggle_btn {
	position: relative;
	line-height: 0;
}
.toggle_btn:after {
	content: "";
	display: block;
	width: 18px;
	height: 12px;
	background: url("img/sp/arrow_down.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 40%;
	right: 3%;
}
.toggle_btn.active:after {
	content: "";
	display: block;
	width: 18px;
	height: 12px;
	background: url("img/sp/arrow_up.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 42%;
	right: 3%;
}
/*header*/
#header {
	width: 100%;
	position: relative;
}
#content {
	width: 100%;
	position: relative;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.logo_img {
	position: relative;
	z-index: 3;
	display: inline-block;
	text-align: center;
}
.logo_img img {
	width: 100%;
	margin-bottom: 20%;
}
.kuji_logo {
	width: 13%;
	position: fixed;
	z-index: 100;
	top: 1.2%;
	left: 2%;
}
.kuji_logo img {
	width: 100%;
}
/*----------------------------------------------------------------コンテンツ*/
#content_box {
	/*	width: 96%;*/
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	/*	padding: 2%;*/
}
/*商品情報*/
.item_states {
	width: 96%;
	margin: 3% auto 0;
	text-align: center;
	padding: 0 2%;
}
.about_kuji {
	margin: 5% 0 2%;
}
.about_txt {
	width: 80%!important;
	max-width: 444px;
	display: block;
	margin: 0 auto;
}
.sstag {
	width: 96%;
	margin: 6% auto 0;
}
/*原型師*/
.genkeishi {
	margin: 6% auto;
	padding: 0 2%;
}
.genkeishi_ttl {
	margin-bottom: 3%;
}
.profile {
	width: 96%;
	margin: 3% auto 0;
}
/*動画*/
.movie {
	margin: 0 auto 12%;
	padding: 0 2%;
}
.youtube {
	width: 96%;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	text-align: center;
	margin: 3% auto 0;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/*----------------------------------------------------------------ラインナップ*/
#lineup {
	text-align: left;
	line-height: 160%;
	position: relative;
	padding: 6% 0;
	margin-top: 12%;
}
#lineup:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: url(img/sp/line_sp.jpg) repeat-x;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#lineup:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: url(img/sp/line_sp.jpg) repeat-x;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#lineup h2 img {
	width: 30%;
	max-width: 207px;
	margin: 0 auto 6%;
	display: block;
}
.slide {
	margin: 0 2%!important;
}
.item_txt, .comment {
	margin: 5% 2% 0;
	font-size: 13px;
	text-align: left;
}
.pc-br {
	display: none;
}
.item_txt .name, .comment .comment_ttl {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	display: inline-block;
}
.comment {
	border: 1px solid #fff;
	padding: 2%;
}
.okazu {
	border: 1px solid #fff;
	padding: 2%;
	text-align: left;
	font-size: 13px;
	margin: 5% 2% 0;
}
.okazu .comment_ttl {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}
.okazu img {
	width: 26%;
	float: left;
}
.okazu_txt {
	width: 70%;
	float: right;
}
.ichiran_img {
	width: 96%;
	margin: 3% auto 0;
}
.item_ttl {
	margin-bottom: 5%;
}
#item_a, #item_b {
	width: 100%;
	background: #3f4042;
	padding-bottom: 5%;
	margin-top: 10px;
}
#item_c {
	width: 100%;
	background: #105d2f;
	padding-bottom: 5%;
	margin-top: 10px;
}
#item_c, #item_d {
	width: 100%;
	background: #076131;
	padding-bottom: 5%;
	margin-top: 10px;
}
#item_e, #item_f {
	width: 100%;
	background: #0d5e7f;
	padding-bottom: 5%;
	margin-top: 10px;
}
#item_g, #item_h {
	width: 100%;
	background: #af9710;
	padding-bottom: 5%;
	margin-top: 10px;
}
#item_i, #item_j, #item_k {
	margin: 6% 0 0;
	text-align: center;
	padding-bottom: 8%;
}
#item_lo {
	width: 100%;
	background: #482f06;
	padding-bottom: 5%;
	margin-top: 10px;
}
#w_cp, #triple_cp {
	padding: 0 2%;
	margin: 6% auto 0;
}
/*footer*/
.bnr_box {
	margin: 10% auto 0;
	padding: 0 2%;
	text-align: center;
}
.bnr_box li {
	text-align: center;
	margin-bottom: 4%;
}
.bnr_box li img {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
}
.bnr_box li p {
	font-size: 14px;
}
.bnr_box .copyright {
	font-size: 11px!important;
	margin-bottom: 3%;
}
.link_kuji a {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	margin: 6% 0;
	display: inline-block;
}
/*----------------------------------------------------------------メニュー*/
#sp-nav {
	position: fixed;
	display: inline-block;
	width: 100%;
	top: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
}
.spmenu {
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFF;/* 円の色 */
	width: 50px;
	height: 50px;
}
.spmenu {
	top: 13px;
	right: 10px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	z-index: 997;
}
div .spmenu1 {
	width: 25px;
	height: 3px;
	background-color: #333;
	top: 15px;
	left: 12px;
	position: absolute;
}
div .spmenu2 {
	width: 25px;
	height: 3px;
	background-color: #333;
	top: 23px;
	left: 12px;
	position: absolute;
}
div .spmenu3 {
	width: 25px;
	height: 3px;
	background-color: #333;
	top: 31px;
	left: 12px;
	position: absolute;
}
div .spmenu1, div .spmenu2, div .spmenu3 {
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out; /* Opera */
	-moz-transition: all 0.5s ease-out; /* Firefox */
	-webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
	-ms-transition: all 0.5s ease-out; /* IE */
}
#spmenu {
	display: none;
}
#spmenu {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	font-size: 0.7rem !important;
	padding: 20% 0 100% 0;
	margin: 0 auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#spmenu li {
	width: 47%;
	text-align: center;
	border: 1px solid #7D7D7D;
	color: #FFF;
	background: #e75800;
	float: left;
	margin: 1%;
}
#spmenu li a {
	color: #FFF;
	display: block;
	padding: 5% 0 5% 0;
	text-decoration: none;
}
div .menuclick1 {
	top: 23px;
	-o-transform: rotate(405deg);
	-moz-transform: rotate(405deg);
	-webkit-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	transform: rotate(405deg);
}
div .menuclick2 {
	background-color: rgba(255, 255, 255, 0);
}
div .menuclick3 {
	top: 23px;
	-o-transform: rotate(-405deg);
	-moz-transform: rotate(-405deg);
	-webkit-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	transform: rotate(-405deg);
}
#page-top {
	display: inline-block;
	position: fixed;
	right: 15px;
	bottom: 0;
	color: #fff;
	font-size: 0.8em;
	line-height: 40px;
	width: 150px;
	text-align: center;
	background: rgba(255, 0, 0, .5);
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 30px;
	z-index: 9999;
	cursor: pointer;
}
@media(orientation: landscape) {
	#spmenu {
		width: 100%;
		height: 30%;
		background: rgba(0, 0, 0, 0.8);
		font-size: 0.7rem !important;
		padding: 10% 0 100% 0;
		margin: 0 auto;
		right: 50%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#spmenu li {
		width: 47%;
		height: calc(100% / 5);
		height: -webkit-calc(100% / 5);
		text-align: center;
		border: 1px solid #7D7D7D;
		color: #FFF;
		background: rgba(255, 0, 0, .5);
		float: left;
		margin: 0.5%;
	}
	#spmenu li a {
		color: #FFF;
		display: block;
		padding: 2% 0 2% 0;
		text-decoration: none;
	}
}
