@charset "utf-8";

/*----------------------------------------
body und schrift deffinitionen
----------------------------------------*/
html {
    font-family: sans-serif;
}

body{
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color:#fff;
	padding:0px;
	margin:0px;
	background-color:#000;
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	 /* display: inline-block;*/
} 

.cover {
	line-height: 1.5;
	 /* 古いIE向け */
	background-color:#E6E6E6;
	font-family:  'Lato',sans-serif,Helvetica,Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

.cover .container {
	width:1010px;
	height:auto;
	margin: 0px auto; /* モダンブラウザ向け */
	padding:0;
	background-color:#000000;
}
.cover .container a {
	text-decoration: none;
}
.container img,
.container a:img,
.container a:hover img {
    border:none;
}   


/* title */
#title {
	width: 1010px;
	background: #000;
}
#title h1 {
	width: 1010px;
	height: 419px;
	padding:0;
}
/* main */
.box_i {
	width: 1010px;
	margin: 0;
	background: #000;
}
.box_i .left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.box_i .right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.box_i .catch_l {
	font-size: 28px;
	font-weight:600;
	padding:20px 40px 10px 0;
	color:#ffffff;
	line-height: 1.2;
	letter-spacing: 0.06em;
}
.box_i .que_l {
	font-size: 14px;
	font-weight:300;
	padding:0 40px 5px 20px;
	color:#cc0033;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.box_i .ans_l {
	font-size: 12px;
	font-weight:300;
	padding:0 40px 20px 20px; 
	color:#e5e5e5;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.box_i .catch_c {
	font-size: 28px;
	font-weight:600;
	padding:0 40px 10px 40px;
	color:#ffffff;
	line-height: 1.3;
	letter-spacing: 0.06em;
}
.box_i .que_c {
	font-size: 14px;
	font-weight:300;
	padding:0 40px 5px 40px;
	color:#cc0033;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.box_i .ans_c {
	font-size: 12px;
	font-weight:300;
	padding:0 40px 20px 40px; 
	color:#e5e5e5;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.box_i .catch_r {
	font-size: 28px;
	font-weight:600;
	padding:0 0 10px 40px;
	color:#ffffff;
	line-height: 1.3;
	letter-spacing: 0.06em;
}
.box_i .que_r {
	font-size: 14px;
	font-weight:300;
	padding:0 0 5px 40px;
	color:#cc0033;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.box_i .ans_r {
	font-size: 12px;
	font-weight:300;
	padding:0 0 20px 40px; 
	color:#e5e5e5;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
/* #product */
.box_pro {
	width: 1010px;
	margin: 0;
	background: #000;
}
.box_pro .title {
	width: 1010px;
	height: 100px;
}
.box_pro .photo {
	float: left;
	width: 505px;
	height: 254px;
}
.box_pro .text {
	float: left;
	width: 425px;
	height: 173px;
	padding: 40px;
	background: #000;
	border-bottom: 1px #333333 solid;
}
.box_pro .text p {
	font-size: 12px;
	font-weight:600;
	margin:15px 0 10px 0;
	color:#ffffff;
	letter-spacing: 0.05em;
}
.box_pro .text a {
	font-size: 14px;
	font-weight:300; 
	line-height: 1.6;
	color:#cccccc;
	letter-spacing: 0.05em;
}
/* #ARTIST INFO */
.box_ai {
	width: 1010px;
	margin: 0;
	background: #000;
}
.box_ai .title {
	width: 1010px;
	height: 97px;
}
.box_ai .photo {
	float: left;
	width: 254px;
	height: 254px;
	margin: 97px 0 0 0;
}
.box_ai .text {
	float: left;
	width: 422px;
	height: 193px;
	margin: 97px 0 0 0;
	padding: 30px 40px 30px 40px;
	background: #000;
	border-bottom: 1px #333333 solid;
}
.box_ai .text p {
	font-size: 18px;
	font-weight:600; 
	line-height: 1.6;
	color:#fff;
	letter-spacing: 0.05em;
}
.box_ai .text a {
	font-weight:300; 
	line-height: 1.6;
	color:#cccccc;
	letter-spacing: 0.05em;
}
/* #ARTIST REVIEW */
.box_ar {
	width: 1010px;
	margin: 0;
	background: #000;
}
.box_ar .title {
	width: 1010px;
	height: 101px;
}
.box_ar .photo01 {
	float: left;
	width: 252px;
	height: 330px;
	margin: 0 0 0 0;
}
.box_ar .photo02 {
	float: left;
	width: 253px;
	height: 330px;
	margin: 0 0 0 0;
}
.box_ar .photo03 {
	float: left;
	width: 253px;
	height: 330px;
	margin: 0 0 0 0;
}
.box_ar .photo04 {
	float: left;
	width: 252px;
	height: 330px;
	margin: 0 0 0 0;
}

/* #officialsite_banner */
.os_banner {
	width: 1010px;
	margin: 0;
	background: #000;
}
.os_banner .btn {
	width: 1010px;
	height: 112px;
}