@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;
}
.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;
}
@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;
}

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

/* ------------------------
 item
------------------------ */
#contents01 .item-type{
	margin:40px 0 0 0;
}
.item_text{
	margin:0 20px;
	font-size:12px;
	line-height:160%;
}
.item_credit{
	margin:10px 20px 0;
	font-size:12px;
	line-height:160%;
}
.item_credit span{
	margin:0 0 0 3px;
	font-size:10px;
}
#domani_ec{
	margin:40px 10px 0;
	padding:15px 0;
	font-size:14px;
	text-align:center;
	line-height:180%;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
#domani_ec a{
	color:#333333;
}
.domani_link{
	margin:15px 10px 0;
	font-size:10px;
	text-align:center;
	line-height:180%;
}
.domani_link a{
	display:block;
	width:60%;
	margin:3px auto;
	padding:7px 0;
	font-size:12px;
	text-align:center;
	background:#999999;
	color:#ffffff;
	text-decoration:none;
}
.domani_link a:hover{
	background:#aaaaaa;
}
.domani_link2{
	margin:20px 0 0 0;
	text-align:center;
}
.domani_link2 a{
	font-size:12px;
	text-align:center;
	color:#000000;
}
.domani_link2 a:hover{
	color:#333333;
}
.palcloset_link{
	margin:20px 0 0 0;
	text-align:center;
	font-size:12px;
}
.item_info{
	margin:20px 0 0 0;
}
/* ------------------------
 model image
------------------------ */
#model_image{
	margin:40px 0;
}
.model1{
	margin:5% 0 5% 5%;
}
.model2{
	margin-left:15%;
}
.model3{
	margin:20px 0 0 0;
}
.model4{
	margin:20px 10% 0 0;
}

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:14px;
}
a:hover.detail-btn,
a:hover.detail-btn2{
	background:#333333;
}

/* ------------------------
 footer
------------------------ */
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:270px;
	left:650px;
	width:27%;
}
#main_lead{
	margin:25px auto 10px;
	font-size:16px;
	line-height:160%;
	font-weight:bold;
	text-align:center;
}
#main_text{
	font-size:14px;
	line-height:180%;
	text-align:center;
}

/* ------------------------
 model image
------------------------ */
#model_image{
	position:relative;
	margin:70px auto;
	height:1400px;
}
.model1{
	position:absolute;
	top:0;
	left:30px;
	width:43%;
	margin:0;
}
.model2{
	position:absolute;
	top:30px;
	right:30px;
	width:41%;
	margin:0;
}
.model3{
	position:absolute;
	top:640px;
	right:0;
	width:48%;
	margin:0 0 0 30px;
}
.model4{
	position:absolute;
	top:700px;
	left:50px;
	width:37%;
	margin:0;
}

/* ------------------------
 PC item
------------------------ */
.item_box{
	margin:30px 0;
}
#domani_ec{
	clear:both;
}
#domani_link{
	font-size:12px;
}
.item_image{
	float:left;
	width:550px;
}
.item_info{
	float:right;
	margin:70px 0 0 0;
	width:480px;
}


}