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

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
}
.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}
*, ::after, ::before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}
::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit;
}
#baby {
	width: 100vw;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'soleil', 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: left;
	/*background: #000;
	color: #fff;*/
}
#baby img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
#baby p {
	font-size: 0.95em!important;
	margin-top: 0!important;
}
#baby h1, #baby h3, #baby h4, #baby h5 {
	color: #000;
	text-align: center;
	font-weight: 400;
	background: none;
	border: none;
	letter-spacing: 3px;
	font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
}


#baby h2{
	color: #000;
	text-align: center;
	font-weight: 600;
	background: none;
	border: none;
	letter-spacing: 3px;
	font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
	color:sienna;
}



#baby h1 {
	font-size: 2.8em;
	margin: 30px auto;
	line-height: 120%;
}
#baby h1 span {
	font-size: 0.75em!important;
}
#baby .baby_wrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
#baby p {
	font-size: 0.9em!important;
	line-height: 180%;
}
#baby .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
}
#baby .main_text {
	margin: 0 auto 100px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 100%;
	max-width: 1000px;
}
#baby section.item {
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
	text-align: center;
}
#baby section.item img {
	width: 100%;
}
#baby section.item .flex div {
	flex-basis: 100%;
}


#baby section.stylebox2 .subimage {
	width: 100%;
	margin: 0 auto;
}

#baby section.stylebox2 .subimage div {
	flex-basis:calc(100% / 3);
}

#baby p.itemname {
	font-size: 0.95em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
}
#baby p.price {
	font-size: 0.85em!important;
	margin: 10px auto!important;
}
#baby section.stylebox {
	width: 100%;
	margin: 80px auto 0;
}
#baby section.stylebox .style {
	width: 100%;
	margin: 50px auto 0;
}
#baby section.stylebox h2 {
	font-size: 3em;
	margin: 0 auto 20px;
	
}
#baby section.stylebox h3 {
	font-size: 1.85em;
	margin: 20px auto;
}
#baby section.stylebox .flex div {
	flex-basis: 50%;
}
#baby section.stylebox p.text {
	text-align: center;
	margin: 30px auto!important;
	width: 90%;
}
/* profile */

#baby p.model {
	font-size: 0.9em!important;
}
#baby p.model img {
	max-width: 25px;
	margin-left: 10px;
	vertical-align: middle;
}
#baby .style .textaria {
	margin: 30px auto;
	width: 90%;
}
#baby .style .textaria p.model {
	margin: 10px auto 0!important;
	font-size: 0.8em!important;
	text-align: center;
}
#baby section.other {
	width: 90%;
	max-width: 650px;
	margin: 50px auto;
}
#baby .itemlist {
	font-size: 0.8em!important;
	text-align: left;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	max-width: 600px;
	padding: 12px 0;
	border-top: 1px #000000 solid;
	margin: auto;
}
#baby .itemlist:last-of-type {
	border-bottom: 1px #000000 solid;
}
#baby section.black .itemlist {
	border-top: 1px #FFF solid;
}
#baby section.black .itemlist:last-of-type {
	border-bottom: 1px #FFF solid;
}
#baby .itemlist div:first-child {
	width: 75%;
	padding: 4px 1% 3px 0;
	line-height: 100%;
}
#baby .itemlist div:last-child {
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}
#baby .item p.itemname {
	margin: 20px auto 5px!important;
	font-size: 0.95em!important;
}
#baby .item p.price {
	margin: 0 auto 10px !important;
	font-size: 1.25em!important;
	display: block;
}
#baby .itemlist p.price {
	margin: 0 auto!important;
	font-size: 1.25em!important;
	display: block;
}
#baby p.price span {
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}
/* 購入ボタン */

#baby .itemlist a, #baby .buy {
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
}
#baby .itemlist a:hover, #baby .buy:hover {
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}
/* 回遊リンク */

#baby .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#baby .Banner4 h3 {
	font-size: 30px !important;
	margin: 80px auto 50px;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
}
#baby .Banner4 ul {
	display: inline;
}
#baby .Banner4 ul li {
	display: inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}
#baby .style .slide ul {
	width: 100%;
	max-width: 470px;
}
#baby .style .slide ul li img {
	width: 100%;
	max-width: 470px;
}
@media only screen and (min-width:749px) {
	.pc_none {
		display: none!important;
	}
	#baby .pcflex {
		display: -webkit-flex;
		/* Safari */
		display: flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
		width: 100%;
	}
	#baby section.stylebox .style {
		flex-basis: 50%;
	}
	#baby section.stylebox .style1 {
		padding-right: 2%;
	}
	#baby section.stylebox .style2 {
		padding-left: 2%;
	}
	#baby .right {
		flex-direction: row-reverse;
	}
	/* ヘッダー・フッターの崩れを直す */
	#news_detail .detail {
		width: 100%!important;
	}
	#news_detail .detail .head {
		width: 1000px!important;
		margin: 0 auto 50px!important;
	}
	#news_detail .detail .content p:first-child {
		margin: 0 auto;
		max-width: 1000px!important;
	}
	#topicpath {
		width: 1168px;
		margin: 0 auto;
	}
	.paging {
		width: 1000px;
		margin: 0 auto;
	}
	.item_category_links {
		width: 1168px;
		margin: 100px auto 0;
	}
}
@media screen and (max-width:748px) {
	.sp_none {
		display: none;
	}
	#baby p, #baby div {
		font-size: 3.125vw!important;
		line-height: 180%;
	}
	#baby h1 {
		font-size: 6vw;
		line-height: 150%;
		margin: 40px auto 20px;
	}
	#baby .main_text {
		margin: 10.125vw auto!important;
		width: 90%;
		text-align: left;
	}
	#baby section.item {
		margin: 6.125vw auto;
	}
	#baby section.item p.item_text {
		text-align: left;
		margin: 0 auto;
		width: 90%;
	}
	#baby .point h2 {
		font-size: 9.5vw;
		margin-bottom: 5.5vw;
		line-height: 90%;
		
	}
	#baby .point h3 {
		font-size: 3.5vw;
		margin-bottom: 2.2vw;
	}
	#baby .point .point_inner {
		margin: 5.5vw auto;
	}
	#baby section.stylebox {
		width: 100%;
		margin: 14.125vw auto 8.125vw;
	}
	#baby .itemlist div {
		font-size: 2.7vw!important;
	}
	#baby .itemlist p.price {
		font-size: 3.6vw!important;
	}
	#baby section.stylebox p.text {
		text-align: center;
	}
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#baby .Banner4 {
		text-align: center;
		width: 100%;
	}
	#baby .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#baby .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#baby .header {
		position: relative;
		height: 98vw;
	}
	#baby .header .title1 {
		position: absolute;
		width: 55%;
		top: -2vw;
		left: 2vw;
	}
}