@charset "UTF-8";

/* MAIN VISUAL */
.kv._top {
	height: 400px;
}
.kv._top .kv-image {
	height: 562px;
	background-image: url(/AOS/user_data/AOS/packages/default/images/baby/top/main-img.jpg);
	background-position: top 0 right 0;
}
.kv._top img {
	z-index: 2;
	position: absolute;
	max-width: 297px;
	width: auto;
	top: 100px;
	left: -30px;
	bottom: auto;
}
.kv._top h2 {
	z-index: 2;
	position: absolute;
	top: 270px;
	left: 95px;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 3px solid #f9bfc3;
}
.kv._top p {
	margin-top: 1.5em;
	padding: 0;
	left: 95px;
	font-size: 16px;
	line-height: 2.2em;
	font-weight: normal;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
	.kv._top .kv-image {
		height: 260px;
		background-position: center;
	}
	.kv._top img {
		max-width: 162px;
		top: 60px;
		left: 5px;
	}
	.kv._top h2 {
		top: 145px;
		left: 25px;
		font-size: 24px;
		padding-bottom: 5px;
		border-bottom: 2px solid #f9bfc3;
	}
	.kv._top p {
		line-height: 2em;
		margin-top: 15px;
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) {
	.kv._top .kv-image {
		background-image: url(/AOS/user_data/AOS/packages/default/images/baby/top/main-img_sp.jpg);
	}
}

.l-content {
	background-color: #fff2f6;
	padding-top: 374px !important;
	background-image: none;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content {
		padding-top: 295px !important;
	}
}

/* PICK UP CATEGORY */
.top-feature--baby {
	background-color: #fff;
	padding: 40px 0 100px;
}
.top-feature--baby .inner {
	max-width: 1164px;
	background-color: #f8f8f4;
	padding: 60px 70px 70px;
	margin: 0 auto;
}
.l-section.top-feature.top-feature--baby .panel > li {
	width: calc((310 / 1024) * 100%);
}
.l-content .top-feature--baby a:hover .panel-thumb {
	opacity: 0.7;
}
.l-content .top-feature--baby .panel-thumb.panel-thumb.pcOnly {
	display: block;
	margin-bottom: 0;
}
/* tablet */
.l-content .panel > li {
	margin-left: 10px;
}
.l-content .panel > li:first-child,
.l-content .panel > li:nth-child(5) {
	margin-left: 0;
}
.panel > li .spOnly {
	display: none;
}
.top-feature--baby__action {
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}
.top-feature--baby__action span {
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
}
.top-feature--baby__action span::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #f9bfc3;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	/* transition-duration: .4s; */
}
.l-content .top-feature--baby .panel > li > a:hover .top-feature--baby__action span::after {
	opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
	.l-content .top-feature--baby {
		padding: 0 0 35px;
	}
	.top-feature--baby.top-feature--baby .inner {
		background-color: #f4f5ed;
		padding: 50px 15px;
	}
	/* 
    .l-content .top-feature--baby .panel {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; 
    } */
	/*
    .l-content .top-feature--baby .panel>li figcaption {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    } */
}
/* sp */
@media screen and (max-width: 767px) {
	.l-content .top-feature--baby .panel-thumb.panel-thumb.pcOnly {
		display: none;
	}
	.panel > li .spOnly {
		display: block;
	}
	.l-content .top-feature--baby .panel > li {
		/* width: calc((109 / 345) * 100%); */
		margin-left: 0;
	}
	.l-section.top-feature.top-feature--baby .panel > li:first-of-type {
		flex-basis: 100%;
	}
	.l-section.top-feature.top-feature--baby .panel > li:nth-of-type(2),
	.l-section.top-feature.top-feature--baby .panel > li:nth-of-type(3) {
		flex-basis: 47%;
		margin-top: 15px;
	}
	.top-feature--baby__action {
		font-size: 13px;
		margin-top: 8px;
	}
	.top-feature--baby__action span {
		padding-bottom: 7px;
	}
}

/* PAGE LINKS */
.top-pageLinks {
	padding-top: 60px;
	padding-bottom: 80px;
}
.top-pageLinks .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1164px;
	margin: 0 auto;
}
.top-pageLinks__item {
	width: 200px;
	height: 222px;
	position: relative;
	margin-left: 1%;
}
.top-pageLinks__item:first-child {
	margin-left: 0;
}
.top-pageLinks__item a {
	display: block;
	width: 100%;
	height: 100%;
}
.top-pageLinks .defaultOnly {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
.top-pageLinks .hoverOnly {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.top-pageLinks__item a:hover .defaultOnly {
	opacity: 0;
}
.top-pageLinks__item a:hover .hoverOnly {
	opacity: 1;
}
/* tablet */
@media screen and (max-width: 1023px) {
	.top-pageLinks {
		padding-top: 40px;
		padding-right: 2%;
		padding-bottom: 30px;
		padding-left: 2%;
	}
	.top-pageLinks__item {
		height: 160px;
	}
	.top-pageLinks__item img {
		margin: 0;
	}
	.top-pageLinks__item img.pcOnly {
		display: block;
	}
	.top-pageLinks__item img.spOnly {
		display: none;
	}
}
/* sp */
@media screen and (max-width: 767px) {
	.top-pageLinks .inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.top-pageLinks__item {
		width: calc((115 / 355) * 100%);
		height: 137px;
		margin-bottom: 10px;
	}
	.top-pageLinks__item:first-child {
		margin-left: 0;
	}
}
/* iPhone 5/SE */
@media screen and (max-width: 320px) {
	.top-pageLinks__item {
		height: 110px;
	}
	.top-pageLinks__item:nth-child(4),
	.top-pageLinks__item:nth-child(5) {
		margin-bottom: 0;
	}
}

/* BRAND*/
#brand {
	/* アンカーリンクの位置指定 */
	padding-top: 120px;
	margin-top: -120px;
}
.top-brand {
	background-color: #fff;
	padding: 90px 0 100px;
}
.top-brand .inner {
	max-width: 1164px;
	margin: 0 auto;
}
.top-brand__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}
.top-brand__item {
	width: calc((269 / 1164) * 100%);
	margin-top: 30px;
}
.top-brand__item a img {
	border: 1px solid #e5e5e5;
}
.top-brand__item {
	margin-top: 30px;
}
.top-brand__item a:hover img {
	opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
	#brand {
		/* アンカーリンクの位置指定 */
		padding-top: 95px;
		margin-top: -95px;
	}
	.top-brand {
		padding: 30px 15px;
	}
	.top-brand .icon img {
		width: 84px;
	}
	.top-brand__list {
		margin-top: 5px;
	}
}
/* sp */
@media screen and (max-width: 767px) {
	.top-brand__item {
		width: calc((170 / 345) * 100%);
		margin-top: 2%;
	}
}

/* RECOMMEND LINEUP */
#recommend {
	/* アンカーリンクの位置指定 */
	padding-top: 120px;
	margin-top: -120px;
}
.l-content .top-lineup {
	background-color: #fff2f6;
	padding: 110px 0 90px;
}
.l-section.top-lineup .inner {
	max-width: 1164px;
	margin: 0 auto;
}
.l-section.top-lineup .heading_section--primary {
	margin-bottom: 50px;
}
.l-content .top-lineup-feature {
	padding-bottom: 0;
}
.l-content .top-lineup-tabs {
	margin-bottom: 45px;
}
.l-content .top-lineup-tabs li span:after {
	background-color: #f9bfc3;
}
.l-content .top-lineup-content .panel {
	margin-top: -35px;
	margin-bottom: 45px;
}
.l-content .panel--baby.panel > li > a {
	height: 410px;
}
@media screen and (max-width: 1023px) {
	#recommend {
		/* アンカーリンクの位置指定 */
		padding-top: 95px;
		margin-top: -95px;
	}
	.l-content .top-lineup {
		padding-top: 35px;
		padding-bottom: 45px;
	}
	.top-lineup .icon img {
		width: 90px;
	}
	.l-content .top-lineup-content.is-active {
		padding: 0 15px;
	}
	.l-content .panel--baby.panel > li > a {
		height: 100%;
	}
}
/* sp */
@media screen and (max-width: 767px) {
	.l-content .top-lineup {
		padding: 35px 0 40px;
	}
	.l-content .top-lineup-feature {
		margin-top: 50px;
	}
	.l-content .top-lineup-tabs {
		overflow: scroll; /* タブのメニューをスクロールさせる */
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 3px;
		margin-bottom: 20px;
	}
	/* chrome, sarafi */
	.l-content .top-lineup-tabs::-webkit-scrollbar {
		display: none;
	}
	/* IE, Edge*/
	.l-content .top-lineup-tabs {
		-ms-overflow-style: none;
	}
	/* Firefox */
	.l-content .top-lineup-tabs {
		scrollbar-width: none;
	}
	.l-content .top-lineup-tabs li {
		flex-shrink: 0; /* タブのメニューを改行なしにする */
		text-align: center;
	}
	.l-content .top-lineup-content .panel {
		margin-top: 0;
		margin-bottom: 25px;
	}
	.l-content .panel--baby.panel._column4-2 > li {
		width: calc((164 / 345) * 100%);
		margin-top: 15px;
		margin-left: 0;
	}
	.l-content .panel--baby.panel > li > a {
		padding: 12px 12px 15px 12px;
	}
}

/* AITEBETSU */
#aitebetsu {
	/* アンカーリンクの位置指定 */
	padding-top: 120px;
	margin-top: -120px;
}
.l-section.common-aitebetsu {
	background-color: #fff;
	padding-top: 90px;
	padding-bottom: 100px;
}
.l-section.common-aitebetsu .heading_section--primary {
	margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
	#aitebetsu {
		/* アンカーリンクの位置指定 */
		padding-top: 95px;
		margin-top: -95px;
	}
	.l-section.common-aitebetsu {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.common-aitebetsu .icon img {
		width: 58px;
	}
	.l-section.common-aitebetsu .heading_section--primary {
		margin-bottom: 25px;
	}
}

/* CATEGORY */
#category,
#price {
	/* アンカーリンクの位置指定 */
	padding-top: 120px;
	margin-top: -120px;
}
.l-content .top-lineup-search {
	background: linear-gradient(90deg, #fff2f6 0, #fff2f6 49%, #f8f8f4 50%, #f8f8f4);
}
.l-content .top-lineup-search .inner {
	max-width: 1245px;
}
.top-lineup-buttons {
	margin-top: 20px;
}
.l-content .top-lineup-buttons > li a:hover {
	background-color: #ee9e9e;
	color: #fff;
}
.l-content .top-lineup-search-category {
	padding: 90px 50px 120px 0;
	background-color: #fff2f6;
}
.l-content .top-lineup-buttons-thumb {
	width: 60px;
	height: 60px;
}
.l-content .top-lineup-buttons > li a {
	height: 96px;
}
.l-content .top-lineup-buttons > li p {
	font-size: 15px;
}
.l-content .top-lineup-search-price {
	padding: 90px 0 120px 50px;
	background-color: #f8f8f4;
}
/* tablet */
@media screen and (max-width: 1023px) {
	#category,
	#price {
		/* アンカーリンクの位置指定 */
		padding-top: 95px;
		margin-top: -95px;
	}
	.l-content .top-lineup-search-category,
	.l-content .top-lineup-search-price {
		width: 100%;
		padding: 50px 20px;
	}
	.top-lineup-search-category .icon img {
		width: 90px;
	}
	.top-lineup-search-price .icon img {
		width: 50px;
	}
	.l-content .top-lineup-buttons > li a {
		height: 100%;
	}
}
/* sp */
@media screen and (max-width: 767px) {
	.l-content .top-lineup-search {
		background-color: #fff;
		padding-right: 0;
		padding-left: 0;
	}
	.l-content .top-lineup-search-category {
		background-color: #fff;
		padding-top: 30px;
		padding-bottom: 0;
	}
	.l-content .top-lineup-search-category,
	.l-content .top-lineup-search-price {
		padding-left: 0;
		padding-right: 0;
	}
	.l-content .top-lineup-search-category .top-lineup-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-top: 1px solid #e5e5e5;
	}
	.l-content .top-lineup-search-category .top-lineup-buttons li {
		width: 100%;
		border-bottom: 1px solid #e5e5e5;
		/* 20230920 */
		margin-top: 0;
	}
	.l-content .top-lineup-buttons > li a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 16px 30px 16px 26px;
		position: relative;
		/* 20230920 */
		border-radius: 0;
	}
	/* 20230920 */
	.l-content .top-lineup-buttons > li a:hover {
		border-radius: 0;
	}
	.l-content .top-lineup-buttons-thumb {
		width: 66px;
		height: 66px;
		margin-right: 26px;
		margin-bottom: 0;
	}
	.l-content .top-lineup-buttons-thumb img {
		width: 66px;
		height: 66px;
	}
	.l-content .top-lineup-buttons > li a::after {
		position: absolute;
		display: block;
		content: '';
		right: 30px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #40403c;
		border-right: 2px solid #40403c;
		transform: rotate(45deg);
	}
	.l-content .top-lineup-search-price {
		background-color: #fff;
		padding: 40px 0 0;
	}
	.l-content .top-lineup-search-price .top-lineup-buttons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: 1px solid #e5e5e5;
	}
	.l-content .top-lineup-search-price .top-lineup-buttons li {
		width: 50%;
		border-bottom: 1px solid #e5e5e5;
		margin-top: 0;
	}
	.l-content .top-lineup-search-price .top-lineup-buttons li:nth-child(odd) {
		border-right: 1px solid #e5e5e5;
	}
	.l-content .top-lineup-search-price .top-lineup-buttons li a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 40px 18px 40px 15px;
	}
}

/* 20230406追加 -----*/
.top-feature--baby2 {
	padding-top: 0;
}
.top-feature--baby2__bg {
	background-color: #fff9e0;
	padding: 50px 0;
}
.top-feature--baby2__name {
	margin-top: 15px;
}
.top-feature--baby.top-feature--baby2 .inner {
	background-color: #fff9e0;
}
.l-content .heading_section span:nth-child(2) {
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.l-section.top-feature.top-feature--baby.top-feature--baby2 .panel > li:nth-of-type(2),
	.l-section.top-feature.top-feature--baby.top-feature--baby2 .panel > li:nth-of-type(3) {
		margin-top: 25px;
	}
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
	.top-feature--baby2__bg {
		padding: 0;
	}
	.top-feature--baby2__name {
		font-size: 14px;
	}
}
/*----- 20230406追加 */

/* 20230705 NaviPlus HISTORY -----*/
.top-history.spOnly {
	display: none;
}
.top-history .history {
	padding: 90px 0;
	background-color: #fff;
	margin-bottom: 100px;
}
.top-history .history h3 {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.16em;
	margin-bottom: 60px;
}
.top-history .history h3::before {
	content: 'Checked Item';
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	line-height: 1;
	color: #efbd1a;
	font-weight: 400;
	margin-bottom: 15px;
}
.top-history .history ul {
	max-width: 1164px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top-history .history li {
	width: 200px;
	margin-right: 41px;
}
.top-history .history li:last-child {
	margin-right: 0;
}
.top-history .history li a:hover .product_name,
.top-history .history li a:hover .price {
	color: #f9bfc3;
}
.top-history .history .product_name {
	font-size: 15px;
	font-weight: 700;
	color: rgba(64, 64, 60, 0.85);
	letter-spacing: 0.08em;
	margin-top: 24px;
}
.top-history .history .price {
	font-size: 11px;
	color: rgba(64, 64, 60, 0.85);
	letter-spacing: 0.08em;
	margin-top: 8px;
}
.top-history .history li a:hover .ph img {
	opacity: 0.7;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
	.top-history.pcOnly {
		display: none;
	}
	.top-history.spOnly {
		display: block;
	}
	.top-history .history {
		background-color: #fff;
		padding: 50px 15px;
		margin-top: 20px;
		margin-bottom: 35px;
	}
	.top-history .history h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.top-history .history h3::before {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.top-history .history .history__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -25px;
	}
	.top-history .history .history__item {
		width: calc((100% - 20px) / 3);
		margin-top: 25px;
		margin-right: 10px;
	}
	.top-history .history .history__item:nth-child(3n) {
		margin-right: 0;
	}
	.top-history .history .product_name {
		font-size: 14px;
		margin-top: 10px;
	}
	.top-history .history .price {
		font-size: 13px;
		margin-top: 8px;
	}
}
@media screen and (min-width: 1024px) {
	.top-history .history .ph img {
		width: 180px;
		height: 180px;
	}
}
/* for Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.common-eordergift.howto.pcOnly {
		display: block;
		padding: 40px 0;
	}
	.common-eordergift.spOnly {
		padding: 0;
	}
}
/*----- 20230705 NaviPlus HISTORY */
