@charset "utf-8";
/* CSS Document */
li { list-style: none;}
a:hover { opacity: 0.7; -webkit-transition: all 0.5s; transition: all 0.5s; transform: scale(1); }

.pc { display: block !important; }
.sp { display: none !important; }

.babycle_wrap{
	background-image: url("../img/bg.jpg");
	padding-bottom: 30px;
}

.babycle_wrap img{
	vertical-align:bottom;
}

.babycle_inner {
	display: block;
	margin: 0 auto;
	padding-top: 0px;
	width: 100%;
	max-width: 1172px;
	vertical-align: middle;
	position:relative;
}

.babycle_inner .babycle_pv {
	position:absolute;
	top:152px;
	text-align:center;
	width:100%;
	min-width:1172px;
}

.babycle_inner .babycle_pv iframe {
	width:700px;
	height:392px;
	margin:0 auto;
}

.ln_product {
	background:#FFF;
	border-radius:20px;
}



/* 購入はこちらボタン*/	
#ecBtnArea {
	margin: 5% 0 2%;
	padding: 0 0 9px 0;
}
#ecBtnArea p {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
	margin-bottom: 20px;
}
#ecBtnArea ul{
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    width:80%;
}
#ecBtnArea ul li{
    list-style: none;
    width: 25%;
display:flex;
min-height:105px;
}
#ecBtnArea ul li a{
/*display: block;*/
    padding: 0.5rem 1rem;
    text-align: center;
    border-radius: 1rem;
    text-decoration: none;
    box-sizing: border-box;
    border: 3px solid #fff;
    background: #ffb11b;
    vertical-align: middle;
    /* align-content: stretch; */
    /* height: auto; */
    /* align-items: center; */
    /* display: flex; */
    /* display: flex; */   
    vertical-align: center;
    /* justify-content: center; */
    /* justify-content: space-around; */
    /* align-items: center; */
    display: flex;
    align-items: center;
}
#ecBtnArea ul li a:hover{background-color: #ff8c1b;}
#ecBtnArea ul li a img{width:90%;display:block;margin:0 auto;}
#ecBtnArea ul::before {
    content: "";
    display: block;
    width: 25%;
    order: 1;
}
#ecBtnArea ul::after {
    content: "";
    display: block;
    width: 25%;
}
.copyAmazon {
    font-size: 70%!important;
    width: 100%;
    margin: 10px auto 20px !important;
	padding-top: 0px!important;
	font-weight: normal!important;
	line-height: 1.4;
}

/* その他商品 */
.mibox02{ width: 100%; max-width: 1000px; margin: 4% auto; }
.othertitle{ display: block; margin: 0 auto; width: 91.8%;}
.otherBox { display: block; width: 96%; margin: 4% 0 0 4%; }
.otherBox li { 
	display: inline-block;
    width: 30.3%;
	max-width: 286px;
    height: auto;
    margin: 0 3% 0 0;
	background-color: #fff;
	border-radius: 12px;
}
.otherBox li a { display: block;}
.otherBox li img { width: 100%;}




@media screen and (max-width:768px) {
.pc { display: none !important; }
.sp { display: block !important; }

.babycle_wrap{
	width:100%;
	margin-top:40px;
	background-size:50% auto;
}

.babycle_wrap img{
	width:100%;
}

.babycle_inner .babycle_pv {
	position:absolute;
	top:3.4%;
	left:8%;
	margin-left:0;
	width:84%;
	min-width:auto;
	height:auto;
	padding-top:47.25%;
}

.babycle_inner .babycle_pv iframe {
	position:absolute;
	top:0;
	right:0;
	width:100% !important;
	height:100% !important;
}

.ln_product {
	margin:4%;
}


}

@media screen and (max-width:640px) {

.babycle_wrap {
	width: 100%;
}


/* 購入はこちらボタン*/	

#ecBtnArea ul li {
    width: 49%;
	min-height: auto;
    margin: 0;
}

.copyAmazon {
	width: 90%;
    margin: 5% auto!important;
}

.mibox02{ width: 100%;  margin: 3% 0; }
.othertitle{ width: 100%;}
.otherBox{ width: 96%;}
.otherBox li{ 
	width: 46%;
    margin: 0 4% 2% 0;
	}
	
}