@charset "utf-8";
#yoyaku_btn {
	/* display: none;*/
	}
a:hover {
	color: #aaa;
}
img {
	vertical-align: middle;
	transition: 0.5s;
}
a img:hover {
	opacity: 0.6;
	transition: 0.5s;
}
img {
	max-width : 100%
}
p {
	margin: 0;
}
ul li {
	margin: 0 !important;
	list-style: none;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
body {
	/* background-color: #000; */
}
#wrapper {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
/* メイン */
#lp-main {
}

#sl_right, #sl_left {
	position: relative;
	min-height: 1400px;
	margin: 0;
}
#sl_right.sl203 {
	min-height: 1500px;
}
#sl_right.sl204 {
	min-height: 1500px;
}
.sl201 {
	background-image: url(images/201_bg.webp);
	background-size: 100%;
}
.sl202 {
	background-image: url(images/202_bg.webp);
	background-size: 100%;
}
.sl203 {
	background-image: url(images/203_bg.webp);
	background-size: 100%;
}
.sl204 {
	background-image: url(images/204_bg.webp);
	background-size: 100%;
}
.sl205 {
	background-image: url(images/205_bg.webp);
	background-size: 100%;
}
.sl206 {
	background-image: url(images/206_bg.webp);
	background-size: 100%;
}
#sl_right ul li, #sl_left ul li {
	position: absolute;
}
#sl_right ul li:nth-of-type(1) {
	top: 3%;
	right: 0%;
	width: 57%;
	z-index: 2;
}
#sl_right ul li:nth-of-type(2) {
	bottom: 5%;
	left: 0;
	width: 53%;
}
#sl_right ul li:nth-of-type(3) {
	top: 5%;
	left: 27%;
	width: 11%;
}
#sl_right ul li:nth-of-type(4) {
	top: 35%;
	left: 3%;
	width: 20%;
}
#sl_right ul li:nth-of-type(5) {
	bottom: 5%;
	right: 5%;
	width: 32%;
}

/* #sl_left */
#sl_left ul li:nth-of-type(1) {
	top: 3%;
	left: 0%;
	width: 57%;
}
#sl_left ul li:nth-of-type(2) {
	bottom: 3%;
	right: 0;
	width: 53%;
}
#sl_left ul li:nth-of-type(3) {
	top: 5%;
	right: 27%;
	width: 11%;
}
#sl_left ul li:nth-of-type(4) {
	top: 30%;
	right: 3%;
	width: 20%;
}
#sl_left ul li:nth-of-type(5) {
	bottom: 5%;
	left: 5%;
	width: 32%;
}

#sl_right ul li.two_line {
	left: 30%;
	width: 7%;
}

#sl_left.sl205 ul li:nth-of-type(4) {
	top: 10%;
	right: 3%;
	width: 20%;
}
#sl_left.sl206 ul li:nth-of-type(4) {
	top: 10%;
	right: 3%;
	width: 20%;
}
/* アイテム共通 */
.main_img {
	position: relative;
	width: 100%;
	float: left;
	position: relative;
}
/* 価格ボックス共通 */
.price_box {
	width: 18%;
	position: absolute;
	bottom: 15.5%;
	left: 33%;
}
.price_box h3 {
	color: #fff;
	padding: 1% 5% 0;
	margin: 0 0 5%;
	background-color: #80c26b;
	width: 100%;
	text-align: center;
}
.price {
	padding: 0;
	line-height: 1.3em;
	margin: 0 0 7%;
	color: #303030;
}
.price span {
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'こぶりなゴシック W6 JIS2004';
  font-feature-settings: "palt";
}
.price_box .link {
	float: left;
	/* width: 30%; */
}
.price_box .link img {
	width: 60%;
}

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: #55184b;
	/* 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) {

	#sl_right, #sl_left {
		min-height: 560px;
		margin: 0;
	}
	#sl_right.sl203 {
		min-height: 620px;
	}
	#sl_right.sl204 {
		min-height: 600px;
	}


	#sl_right ul li:nth-of-type(3) {
		left: 24%;
		width: 13%;
	}
	#sl_left ul li:nth-of-type(3) {
		width: 13%;
	}
	#sl_left ul li:nth-of-type(5) {
		width: 38%;
	}
	#sl_right ul li:nth-of-type(5) {
		width: 38%;
	}
	#sl_right ul li.two_line {
		top: 3%;
		left: 28%;
		width: 10%;
	}



}
