@charset "UTF-8";

li,dt,dd,p,h1,h2,h3,h4,h5,h6 {
	font-family: '游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	text-align: left;
}

/* layout
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */


/*
#slide_block:after {
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 106px;
	margin: auto;
	background: url(../images/club_suppin/cream/deco.png) no-repeat 110px 0;
	z-index: 100;
}
*/

#slide_block .pic {
	position: absolute;
	top: 0px;
	left: -30px;
}

#slide_block .deco1,
#slide_block .deco2,
#slide_block .deco3 {
	width: 53px;
	height: 76px;
	display: block;
	position: absolute;
	top: -100px;
	right: 10px;
	-webkit-animation:deco 2s steps(2) infinite;
	animation: deco 2s steps(2) infinite;
	z-index: 999;
	background: url(../images/club_brides/cream/deco1.png) no-repeat 110px 0;
	animation-duration: 1.5s;
}

#slide_block .deco2 {
	width: 55px;
	height: 68px;
	top: 20px;
	right: 10px;
	animation-duration: 2s;
	background: url(../images/club_brides/cream/deco2.png) no-repeat 110px 0;
}

#slide_block .deco3 {
	width: 45px;
	height: 39px;
	top: 20px;
	left: 250px;
/* 	left: -120px; */
	right: 0;
	animation-duration: 1.2s;
	background: url(../images/club_brides/cream/deco3.png) no-repeat 110px 0;
}


.text_color1 {
	color: #E56699;
}

.text_color2 {
	color: #FF6699;
}

.secret_wrap1 {
	margin: 0 0 35px;
}

.secret_wrap1 .secret_img {
	float: right;
	width: 333px;
}

.secret_wrap1 .contents_text {
	float: left;
	width: 317px;
}

.secret_wrap3 {
	margin: 0 0 40px;
}

.secret_wrap3 .contents_text {
	float: right;
	width: 384px;
	padding: 0 20px 0 0;
}

.secret_wrap3 .secret_img {
	float: left;
	width: 253px;
	padding: 0 0 0 70px;
}

.contents_wrap1 {
	margin: 0 0 30px;
	padding: 0 29px 29px;
	border-radius: 8px;
	background: url(../images/club_suppin/powder/bg2.jpg);
}

.contents_wrap1_inner {
	padding: 25px 20px;
	border: 1px solid #F7E4B6;
	border-radius: 6px;
	background: url(../images/club_suppin/cream/bg2.png) no-repeat center #fff;
	list-style: none;
}

.contents_wrap1_inner li {
	float: left;
	width: 320px;
}

.item_wrap2 {
	float: right;
	position: relative;
}

.contents_wrap1 .item_img {
	line-height: 0;
	margin: 0 0 10px;
	text-align: center;
}

.contents_wrap1 h4 {
	line-height: 1.4;
	margin: 0 0 5px;
	color: #EB5F86;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.item_price {
	margin: 0 0 8px;
}

.contents_wrap1 p {
	line-height: 1.4;
	font-size: 12px;
	text-align: center;
}

.contents_wrap3 {
	margin: 50px 0 30px;
	padding: 0 0 13px;
}

.contents_wrap3_inner {
	width: 697px;
	margin: 0 auto;
	list-style: none;
}

.contents_wrap3_inner li {
	position: relative;
	margin: 0 0 10px;
	padding: 38px 20px 20px;
	border-radius: 5px;
	background: #fff;
}

.contents_wrap3_inner .item_link1:before {
	content: url(../images/club_suppin/powder/wrap3_img2.png);
	position: absolute;
	top: -36px;
	left: -10px;
}

.contents_wrap3_inner .item_img {
	float: left;
	width: 325px;
	text-align: center;
}


@keyframes deco {
	0% { background-position: 0 0; }
	100% {	background-position: 0 200%; }
}