@charset "utf-8";
#yoyaku_btn {
	/* display: none;*/
	}
a:hover {
	color: #aaa;
}
img {
	vertical-align: middle;
	transition: 0.5s;
	width: 100%;
}
a img:hover {
	opacity: 0.6;
	transition: 0.5s;
}
img {
	max-width : 100%
}
p {
	margin: 0;
}
#wrapper {
	width: 100%;
	max-width: 900px;
	margin: auto;
}
/* メイン画像 */
#lp-main {
	position: relative;
}
#lp-main .main_copy {
	width: 10%;
	position: absolute;
	top: 10%;
	right: 13%;
}
#lp-main h1 {
	margin: 0;
}
/* アイテム共通 */
.main_img {
	position: relative;
	width: 100%;
	float: left;

}
/* 価格ボックス共通 */
.price_box {
	width: 40%;
	background-color: #fff;
	padding: 2% 0;
	position: absolute;
	z-index: 2;
	filter: drop-shadow(2px 2px 2px #333);
	font-size: 80%;
}
.price_box h3 {
	color: #fff;
	padding: 1% 5% 0;
	margin: 0 0 3%;
	background-color: #662D88;
	width: 50%;
}
.price {
	padding: 0 5%;
	line-height: 1.3em;
	margin: 0 0 2%;
	color: #808080;
}
.price span {
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'こぶりなゴシック W6 JIS2004';
  font-feature-settings: "palt";
}
.price_box .link {
	float: right;
	width: 30%;
	margin: -7% -3% 0 0;
}
.price_box .link img {
	float: right;
	width: 20%;
	margin: -1% -10% 0 0;
}
.pikopiko {
	position:absolute;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{right:1%;}
      50%{right:3%;}
     100%{right:1%;}
 }
 .catalog_other {
 	/* overflow: hidden; */
 	clear: left;
 }
 .catalog_other ul li img {
	 border: 1px solid #000;
 }
#mc401, #mc402, #mc403, #mc404, #mc405, #mc406, #mc407 {
	width: 100%;
	padding: 60px ;
	box-sizing: border-box;
}
.read img {
	width: 200px;
	margin: 1em 0;
}
.read p {
	text-align: justify;
}
/* mc401 */
#mc401 {
	background-image: url(images/mc401-bg.jpg);
	background-position: top;
	background-size: cover;
	overflow: hidden;
	clear: left;
	height: 1250px;
	border-bottom: 10px solid #dac8df;
}
#mc401 .center_img {
	width: 70%;
	padding: 5% 0% 5% 0%;
	float: left;
}
#mc401 .other_img {
	width: 50%;
	position: absolute;
	top: 75%;
	right: -30px;
}
#mc401 .price_box {
	position: absolute;
	bottom: -20%;
	left: 5%;
}
/* mc402 */
#mc402 {
	background-image: url(images/mc402-bg.jpg);
	background-position: top;
	background-size: cover;
	overflow: hidden;
	clear: left;
	height: 1250px;
	border-bottom: 10px solid #dac8df;
}
#mc402 .center_img {
	width: 70%;
	padding: 5% 0%;
	float: left;
}
#mc402 .other_img {
	width: 50%;
	position: absolute;
	top: 75%;
	right: -60px;
}
#mc402 .price_box {
	position: absolute;
	bottom: -20%;
	left: 5%;
}
/* mc403 */
#mc403 {
	background-image: url(images/mc403-bg.jpg);
	background-position: top;
	background-size: cover;
	overflow: hidden;
	clear: left;
	height: 1250px;
	border-bottom: 10px solid #dac8df;
}
#mc403 .center_img {
	width: 70%;
	padding: 5% 0%;
	float: left;
}
#mc403 .other_img {
	width: 45%;
	position: absolute;
	top: 70%;
	right: -30px;
}
#mc403 .price_box {
	position: absolute;
	bottom: -20%;
	left: 5%;
}
/* mc404 */
#mc404 {
	background-image: url(images/mc404-bg.jpg);
	background-position: top;
	background-size: cover;
	overflow: hidden;
	clear: left;
	height: 1250px;
	border-bottom: 10px solid #dac8df;
}
#mc404 .center_img {
	width: 70%;
	padding: 5% 0%;
	float: left;
}
#mc404 .other_img {
	width: 45%;
	position: absolute;
	top: 70%;
	right: -60px;
}
#mc404 .price_box {
	position: absolute;
	bottom: -20%;
	left: 5%;
}
/* mc405 */
#mc405 {
	background-image: url(images/mc405-bg.jpg);
	background-position: top;
	background-size: cover;
	overflow: hidden;
	clear: left;
	height: 1250px;
	border-bottom: 10px solid #dac8df;
}
#mc405 .center_img {
	width: 70%;
	padding: 5% 0%;
	float: left;
}
#mc405 .other_img {
	width: 50%;
	position: absolute;
	top: 70%;
	right: -30px;
}
#mc405 .price_box {
	position: absolute;
	bottom: -20%;
	left: 5%;
}
/* mc406 */
#mc406 {
	background-image: url(images/mc406-bg.jpg);
	background-position: top;
	background-size: cover;
	overflow: hidden;
	clear: left;
	height: 1250px;
	border-bottom: 10px solid #dac8df;
}
#mc406 .center_img {
	width: 70%;
	padding: 5% 0%;
	float: left;
}
#mc406 .other_img {
	width: 50%;
	position: absolute;
	top: 70%;
	right: -30px;
}
#mc406 .price_box {
	position: absolute;
	bottom: -20%;
	left: 5%;
}

section#cont_footer  {
	width: 90%;
	margin: auto;
	padding: 50px 0;
	clear: left;
}
#cont_footer .note{
	padding-left: 1em;
	text-indent: -1em;
}
.shop_btn {
	font-size: 1.2em;
	width: 90%;
	text-align: center;
	margin: 5% auto 0;
	padding: 5%;
	background-color: #ba5187;
	/* background-image: linear-gradient(120deg, #e7bde8 0%, #feb1b2 100%); */
	filter: drop-shadow(4px 4px 4px #aaa);
	color: #fff;
}
footer {
	margin-top: 0 !important;
}
@media screen and (max-width : 768px) {
	.price_box {
		width: 50%;
		font-size: 80%;
	}
	.read img {
		width: 150px;
		margin: 1em 0;
	}
	#mc401, #mc402, #mc403, #mc404, #mc405, #mc406 {
		padding: 20px ;
		height: 720px;
	}
	#mc402 {
		height: 750px;
	}
	#mc401 .other_img {
		width: 50%;
		top: 75%;
		right: 0px;
	}
	#mc401 .price_box {
		position: absolute;
		bottom: -30%;
		left: 0%;
	}
	#mc402 .other_img {
		position: absolute;
		top: 75%;
		right: -30px;
	}
	#mc402 .price_box {
		position: absolute;
		bottom: -30%;
		left: 0%;
	}
	#mc403 .other_img {
		width: 45%;
		position: absolute;
		top: 70%;
		right: -10px;
	}
	#mc403 .price_box {
		position: absolute;
		bottom: -24%;
		left: 0%;
	}
	#mc404 .other_img {
		width: 45%;
		position: absolute;
		top: 75%;
		right: -30px;
	}
	#mc404 .price_box {
		position: absolute;
		bottom: -25%;
		left: 0%;
	}
	#mc405 .other_img {
		width: 50%;
		position: absolute;
		top: 70%;
		right: -10px;
	}
	#mc405 .price_box {
		position: absolute;
		bottom: -25%;
		left: 0%;
	}
	#mc406 .other_img {
		width: 50%;
		position: absolute;
		top: 80%;
		right: -30px;
	}
	#mc406 .price_box {
		position: absolute;
		bottom: -25%;
		left: 0%;
	}
}
