@charset "UTF-8";

main div.flexBox {
	justify-content:space-around;
} 
div + div {
	margin-top:120px;
}
.logo p {
	position:relative;
}
.logo p::after {
	content:url(./img/arrow.png);
	display:block;
	width:40px; height:20px;
	position:absolute;
	bottom:-20%; left:35%;
}
#shop div div {
	margin-bottom:40px;
}
article p {
	margin-top:20px;
}
article p a {
	margin-right:15px;
}
article {
	margin:150px 0;
}
main article .flexBox {
	justify-content:space-between;
}
h3 {
	display:inline-block;
	font-size:28px;
	border-bottom:4px solid;
	margin-bottom:30px;
}
iframe {
	width:48%;
}
h4 {
	font-size:24px;
}
.flexBox + div {
	margin-top:20px;
}
dl {
	display:flex;
	flex-wrap:wrap;
	font-size:20px;
}
dt ,
dd {
	border-bottom:1px solid #eb9535;
	padding:20px 0;
}
dt {
	width:15%;
	font-weight:bold;
}
dd {
	width:85%;
}
.pay dl ,
.other dl {
	justify-content:space-between;
}
.pay dt ,
.other dt {
	width:50%;
}
.pay dd ,
.other dd {
	width:50%;
	text-align:right;
}
#dolls ,
#pupe {
	position:relative;
	overflow:hidden;
}
#dolls h3 {
	border-color:#efc1d5;
}
#dolls::before {
	content:"";
	display:inline-block;
	background:url(./img/shopbg1.png) no-repeat center;
	width:1400px; height:1400px;
	position:absolute;
	top:10%; left:-70%;
	z-index:-100;
}
#pupe h3 {
	border-color:#cbe8f1;
}
#pupe::before {
	content:"";
	display:inline-block;
	background:url(./img/shopbg2.png) no-repeat center;
	width:1400px; height:1600px;
	position:absolute;
	top:0; right:-70%;
	z-index:-100;
}


@media (max-width: 768px){
	.headBox {
		margin:0;
	}
/*	
	#mv img {
		height:250px;
		object-fit:cover;
		object-position:40% top;
	}
*/
	.flexBox img ,
	.flexBox iframe {
		width:100%;
	}
	.logo p {
		text-align:center;
	}
	.logo p::after {
		bottom:-30%;
		left:34%;
	}
	.logo img {
		width:60%;
	}
	div.flexBox {
		display:flex;
	}
	#shop div .flexBox {
		margin-bottom:0;
	}
	div + div {
		margin-top:80px;
	}
	.flexBox {
		margin-bottom:20px;
	}
	.flexBox iframe {
		height:250px;
		margin-top:20px;
	}
	.flexBox + div {
		margin-top:0;
	}
	#dolls::before {
		left:-250%;
	}
	#pupe::before {
		left:-20%;
	}
	#shop dt ,
	#shop dd { width:100%; }
	#shop dt {
		border-bottom:none;
		padding:20px 0 0;
	}
	#shop dd {
		padding:0 0 20px;
	}
	.pay dd ,
	.other dd {
		text-align:left;
	}


}
