@charset "shift_jis";

/* --------------------------------------

	OriginalBabyBed CSS

-------------------------------------- */

/* --------------------------------------
common
-------------------------------------- */

/* container Adjust
-------------------------------------- */
#contentAreaA01 {
	background-image: url(/images/bg_body.gif);
	background-position: left top;
	background-repeat: repeat;
	background-size: 100px;
}
.originalBabyBed, .originalBabyBed * {box-sizing: border-box;}
.originalBabyBed {
	padding-bottom: 80px;
	background-color: #e6f6ff;
}

/* headline
-------------------------------------- */
.sectionTitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: calc(24 /375 * 100vw);
	color: #330000;
}
.sectionTitle span {font-size: calc(16 /375 * 100vw);}
.sectionTitle::after {
	content: "";
	margin-top: calc(10 / 375 * 100vw);
	background-image: url(/item/original-babybed/images/ico_headline.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: calc(38 / 375 * 100vw);
	height: calc(16 / 375 * 100vw);
}

/* button
-------------------------------------- */
.btnGroup {
	margin: 8vw auto 0;
	width: calc(337 /375 * 100vw);
}
.btnGroup ul li {margin-top: 1em;}
.btnGroup ul li a {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: calc(16 /375 * 100vw) 0;
	border: 1px solid #eb5e8f;
	border-radius: 5px;
	background-color:#eb5e8f;
	text-align: center;
	text-decoration: none;
	font-size: calc(16 / 375 * 100vw);
	font-weight: bold;
	color: #fff !important;
	width: calc(335 /375 * 100vw);
}
/* buttonArrow PopWindow Icon */
.btnGroup ul li a::after {
	content: "";
	position: absolute;
	top: 40%;
	right: 4%;
	display: block;
}
.btnGroup ul li a:not([target])::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: calc(8 / 375 * 100vw);
	height: calc(8 / 375 * 100vw);
	-ms-transform: rotate( -45deg );
	-webkit-transform: rotateZ( -45deg );
	-ms-transform: rotateZ( -45deg );
	transform: rotateZ( -45deg );
}
.btnGroup ul li a[target="_blank"]::after {
	background: url(/images/icon/ico_popwin.png) left top no-repeat;
	background-size: 100%;
	width: calc(12 / 375 * 100vw);
	height: calc(12 / 375 * 100vw);
}

/* attention list
-------------------------------------- */
.list__attention li {
	margin-top: 5px;
	padding-left: 1.2em;
	text-indent: -1.2em;
	line-height: 1.6;
	font-size:  calc(14 / 375 * 100vw);
}
.list__attention li:first-child {
	margin-top: 0;
}
.list__attention li::before {
    content: "\203b";
	margin-right: 0.2em;
}

/* page_upArea
-------------------------------------- */
#page_upArea {margin-top: 20px;}


/* --------------------------------------
Main Visual
-------------------------------------- */
.mainVisual {
	position: relative;
	padding-top: calc(435 / 375 * 100vw);
	background-image: url(/sp/item/original-babybed/images/img_mv.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 0;
	line-height: 2;
	overflow: hidden;
}
/* button */
.mainVisual .btnGroup {
	margin-top: 0;
	position: absolute;
	top: calc(338 / 375 * 100vw);
	left:  calc(93 / 375 * 100vw);
}
.mainVisual .btnGroup ul li {margin: 0;}
.mainVisual .btnGroup ul li a {
	width: calc(180 / 375 * 100vw);
	height: calc(40 / 375 * 100vw);
	font-size:  calc(14 / 375 * 100vw);
}
.mainVisual .btnGroup ul li a::after {
	position: relative;
	top: unset;
	right: unset;
	width: calc(7 / 375 * 100vw);
	height: calc(7 / 375 * 100vw);
}

/* --------------------------------------
recPointArea
-------------------------------------- */
.recPointArea {padding: 64px 0 0;}
/* ヘッダ */
.recPointHerder {margin: auto;}
/* 包括 */
.recPointWrap {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 94.67%;
}
/* コンテナ */
.recPointContainer {
	position: relative;
	overflow: visible;
	margin-top: calc(32 / 375 * 100vw);
	border-radius: 20px;
	background-color: #fff;
}
/* ico */
.recPointContainer::before {
	content: "";
	position: absolute;
	top: calc(-25 / 375 * 100vw);
	left: calc(9 / 375 * 100vw);
	width: calc(86 / 375 * 100vw);
	height: calc(89 / 375 * 100vw);
	background-size: 100%;
}
.recPointContainer:nth-child(1)::before {background-image: url(/sp/item/original-babybed/images/ico_point_01.png);}
.recPointContainer:nth-child(2)::before {background-image: url(/sp/item/original-babybed/images/ico_point_02.png);}
.recPointContainer:nth-child(3)::before {background-image: url(/sp/item/original-babybed/images/ico_point_03.png);}
.recPointContainer:nth-child(4)::before {background-image: url(/sp/item/original-babybed/images/ico_point_04.png);}
.recPointContainer:nth-child(5)::before {background-image: url(/sp/item/original-babybed/images/ico_point_05.png);}
/* 小見出し */
.recPointContainerTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: calc(20 / 375 * 100vw);
	color: #007eca;
}
/* コンテンツ */
.recPointContent {padding: 12px 28px 40px;}
.recPointImage {
	margin: 20px auto 0;
	text-align: center;
}
.recPointText {
	margin-top: calc(20 / 375 * 100vw);
	font-size: calc(16 / 375 * 100vw);
	line-height: 2;
}
.recPointContainer .list__attention {margin-top: 10px;}

/* --------------------------------------
itemInfo
-------------------------------------- */
.itemInfoArea {padding-top: calc(40 /375 * 100vw);}
.itemInfoSection {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	padding-bottom: calc(24 /375 * 100vw);
	width: 94.67%;
	height: calc(377 /375 * 100vw);
	background: url(/sp/item/original-babybed/images/bg_item_info.png) left top no-repeat;
	background-size: 100%;
}
/* image */
.itemInfoImage {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	text-align: center;
	margin-top: calc(18 /375 * 100vw);
	width: calc(270 /375 * 100vw);
}
.itemInfoImage img {vertical-align: bottom;}
.itemInfoArea .list__attention {
	margin-top: calc(5 / 375 * 100vw);
	text-align: left;
}
.itemInfoArea .list__attention li {
	font-size: calc(12 / 375 * 100vw);
}

/* description */
.itemInfoCont .desc {
	margin-top: calc(20 /375 * 100vw);
	text-align: center;
	line-height: 1;
	font-weight: normal;
	font-size: calc(16 /375 * 100vw);
}
.itemInfoCont .price {
	margin-top: calc(18 /375 * 100vw);
	text-align: center;
	line-height: 1;
	font-weight: bold;
	font-size: calc(16 /375 * 100vw);
}
.itemInfoCont .price span {
	line-height: 1;
	font-size: calc(20 /375 * 100vw);
	color: #eb4680;
}
.itemInfoArea .btnGroup {margin-top: calc(20 /375 * 100vw);}

/* --------------------------------------
Spec
-------------------------------------- */
.specArea {padding-top: 60px;}
.originalBedTable {
	margin: 20px auto 0;
	width: 94.67%;
}
/* 角丸 */
.originalBedTable tr:first-child th {border-top-left-radius: 10px;}
.originalBedTable tr:first-child td {border-top-right-radius: 10px;}
.originalBedTable tr:last-child th {border-bottom-left-radius: 10px;}
.originalBedTable tr:last-child td {border-bottom-right-radius: 10px;}
/* 各セル */
.originalBedTable th, 
.originalBedTable td {
	border: 2px solid #e6f6ff;
}
.originalBedTable th {
	padding: 3% 1%;
	background-color: #cceafb;
	width: calc(130 /375 * 100vw);
	text-align: center;
	font-size: calc(14 /375 * 100vw);
}
.originalBedTable th span {
	font-size: calc(12 /375 * 100vw);
}
.originalBedTable td {
	padding: 3% 2%;
	background-color: #FFF;
	width:  calc(223 /375 * 100vw);
	font-size: calc(14 /375 * 100vw);
}
/* 表中注釈 */
.originalBedTable td ul.list__attention {
	margin-top: 10px;
	width: unset;
}
/* 表下注釈 */
.originalBedTable ul.list__attention {
	margin: calc(30 /375 * 100vw) auto 0;
	width: calc(315 /375 * 100vw);
}
.originalBedTable > ul.list__attention > li {
	font-size: calc(14 /375 * 100vw);
	line-height: 1.7;
}
