@charset "UTF-8";

@font-face {
  font-family: 'apercu';
  font-style: normal;
  font-weight: 100;
  src: url("../font/apercu/apercu_regular_pro.eot");
  src: url("../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../font/apercu/apercu_regular_pro.woff") format("woff"), url("../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */ }

body{
	margin:0;
	padding:0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
p{
	margin:0;
	padding:0;
}
h1{
	margin:0;
	padding:0;
	display:block;
}
img{
	width:100%;
	vertical-align:bottom;
}
.pc-only{
	display:none;
}
a{
	color:#333333;
}
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

.fade-in {
	transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
}

/* ------------------------
 main_image
------------------------ */
#main_image{
	position:relative;
}
#domani_logo{
	width:80%;
	margin:20px auto 13px;
}
#main_lead{
	margin:15px 10px 10px;
	font-size:16px;
	line-height:160%;
	font-weight:bold;
	text-align:center;
}
#main_text{
	margin:0 20px;
	font-size:14px;
	line-height:160%;
}

/* ------------------------
 item
------------------------ */
#item_image{
	margin:50px 0 0;
}
#item_credit_top{
	margin:10px 20px;
	font-size:12px;
	text-align:center;
	color:#999999;
}
/* ------------------------
 model image
------------------------ */
#model_image{
	margin:40px 0;
}
.model1_1,
.model1_2,
.model2_1,
.model3_1,
.model3_2,
.model3_3,
.model4_1,
.model5_1{
	margin:0 0 30px;
}
.item_maintitle{
	margin:70px 0 10px;
	text-align:center;
}
.item_maintitle img{
	width:auto;
	height:40px;
}
.item_title{
	padding:20px 20px 10px;
}
.item_text{
	margin:0 20px;
	font-size:12px;
	line-height:160%;
}
.item_credit{
	margin:20px 0 0;
}
.item_credit li{
	margin:5px 20px 0;
	font-size:12px;
	line-height:160%;
	text-align:center;
}
.item_credit li a{
	color:#666666;
	text-decoration:none;
}
.item_credit li a span.buy{
	margin:0 0 0 10px;
	padding:2px 10px;
	font-size:10px;
	background:#666666;
	color:#ffffff;
}
.item_credit li a span.domani{
	margin:0 0 0 10px;
	padding:2px 7px;
	font-size:11px;
	background:#ffffff;
	border:1px solid #666666;
	color:#333333;
}
.item_credit li a span.underline{
	margin:00;
	padding:0;
	font-size:12px;
	background:#ffffff;
	color:#666666;
	text-decoration:underline;
}

/* ------------------------
 other styling
------------------------ */
#contents02{
	margin:50px 0;
}
#contents02 .item-type{
	margin:0 0 10px 0;
}
.other_styling{
	margin:0 0 0 1%;
}
.other_styling li{
	float:left;
	margin:0 1% 0 1%;
	width:31%;
}
/*
.other_styling li:nth-child(odd){
	margin:2% 1% 0 2%;
}
.other_styling li:nth-child(even){
	margin:2% 2% 0 1%;
}
*/
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
.item-type{
	margin:50px 0 10px 0;
	text-align:center;
	font-family:apercu;
	font-size:18px;
}
a.detail-btn,
a.detail-btn2{
	display:block;
	margin:10px auto 0 auto;
	padding:10px 10px;
	width:120px;
	background:#000000;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-family:apercu;
	font-size:12px;
}
a:hover.detail-btn,
a:hover.detail-btn2{
	background:#333333;
}

/* ------------------------
 styling
------------------------ */
#contents03 .item-type{
	margin:70px 0 10px 0;
	font-size:16px;
}
ul.styling-list li{
	width:33.33%;
	float:left;
}
#contents03 .text{
	padding:10px;
	font-size:12px;
}

/* ------------------------
 footer
------------------------ */
.btn_allitem{
	display:block;
	margin:60px auto 40px;
	padding:12px 0;
	width:70%;
	text-decoration:none;
	text-align:center;
	border:1px solid #666666;
	font-family:apercu;
	font-size:13px;
}
.btn_domani{
	display:block;
	margin:40px auto;
	padding:13px 0;
	width:70%;
	text-decoration:none;
	text-align:center;
	background:#cccccc;
	font-size:12px;
}
footer{
	margin:70px 0 0 0;
}
footer img{
	display:block;
	width:100px;
	margin:0 auto;
}
footer p{
	margin:20px 0 15px 0;
	text-align:center;
	font-size:11px;
	font-family:apercu;
}

/* ------------------------
 PC
------------------------ */
@media screen and (min-width:480px) {
.pc-only{
	display:block;
}
.sp-only{
	display:none;
}
#main_image,
#main_lead,
#main_text,
#model_image,
#contents01,
#contents02{
	width:1060px;
	margin:0 auto;
}
#contents03{
	width:720px;
	margin:0 auto;
}

a.detail-btn{
	display:block;
	margin:15px auto 0 auto;
	padding:5px 10px;
	width:120px;
}
/* ------------------------
 PC main_image
------------------------ */
#main_image{
	position:relative;
}
#main_image #domani_logo{
	position:absolute;
	top:240px;
	left:650px;
	width:27%;
}
#main_lead{
	margin:25px auto 10px;
	font-size:16px;
	line-height:160%;
	font-weight:bold;
	text-align:center;
}
#main_text{
	padding:20px 0 0 0;
	font-size:14px;
	line-height:180%;
	text-align:center;
}

/* ------------------------
 PC item
------------------------ */
#item_image{
	width:720px;
	margin:60px auto 0;
}

/* ------------------------
 model image
------------------------ */
.item_maintitle{
	margin:130px auto 30px;
}
.item_maintitle img{
	width:auto;
	height:70px;
}
.model_image{
	position:relative;
	width:1060px;
	margin:0 auto;
}
#model_image1{
	height:1380px;
}
.model1_1{
	position:absolute;
	top:0;
	left:0;
	width:500px;
	margin:0;
}
.model1_2{
	position:absolute;
	top:30px;
	right:0;
	width:500px;
	margin:0;
}
.model1_3{
	position:absolute;
	top:810px;
	left:150px;
	width:760px;
	margin:0;
}

.model2_1{
	margin:0 auto 50px;
	width:720px;
}
.model2_2{
	margin:0 auto 30px;
	width:640px;
}

#model_image3{
	height:1190px;
}
.model3_1{
	position:absolute;
	top:0;
	left:0;
	width:500px;
}
.model3_2{
	position:absolute;
	top:0;
	right:0;
	width:500px;
}
.model3_3{
	position:absolute;
	top:730px;
	left:0;
	width:480px;
}
.model3_4{
	position:absolute;
	top:800px;
	right:0;
	width:520px;
}

.model4_1{
	width:600px;
	margin:0 auto 50px;
}
.model4_2{
	width:800px;
	margin:0 auto 20px;
}

.model5_1{
	width:540px;
	margin:0 auto 50px;
}
.model5_2{
	width:700px;
	margin:0 auto 20px;
}

.item_title{
	margin:0 auto;
	width:700px;
	text-align:center;
}
.item_text{
	margin:0 auto;
	width:700px;
	line-height:200%;
}
.item_credit li a:hover span.buy{
	background:#999999;
}
.item_credit li a:hover span.domani{
	border:1px solid #999999;
	color:#999999;
}
.item_credit li a:hover span.underline,
.item_credit li a:hover{
	color:#999999;
}

/* ------------------------
 styling
------------------------ */
#contents03{
	margin:100px auto 0 auto;
}
#contents03 .item-type{
	font-size:20px;
	letter-spacing:0.05em;
}
ul.styling-list li{
	width:33.33%;
	float:left;
}
#contents03 .text{
	padding:20px 0 10px 0;
	font-size:14px;
	text-align:center;
}

/* ------------------------
 footer
------------------------ */
.btn_allitem{
	margin:100px auto 60px;
	width:500px;
	font-size:14px;
}
a:hover.btn_allitem{
	border:1px solid #999999;
	color:#999999;
}
.btn_domani{
	width:500px;
	font-size:13px;
}
a:hover.btn_domani{
	background:#dedede;
}


}