@charset "UTF-8";

/* mv
---------------------------------------------------*/
#mv {
	position: relative;
	width: 100%;
}
#mv > .txt01,
#mv > .txt02 {
	text-align: center;
	margin-bottom: 20px;
}
/* guarantee */
#mv .guarantee {
	background-color: #fddbe8;
}
#mv .guarantee .inner {
	position: relative;
	width: 1000px;
	height: 175px;
	margin: 0 auto;
}
#mv .guarantee .inner .icn01 {
	position: absolute;
	width: 140px;
	height: 142px;
	top: 20px;
	left: 5px;
}
#mv .guarantee .inner .txt01 {
	position: absolute;
	width: 516px;
	height: 75px;
	top: 13px;
	left: 170px;
}
#mv .guarantee .inner .txt02 {
	position: absolute;
	width: 516px;
	height: 75px;
	top: 91px;
	left: 170px;
}
/* band */
#mv .band {
	text-align: center;
	background-color: #ffa3c2;
	background-image: url('../images/mv/bg_band.png');
	background-position: center;
	background-repeat: no-repeat;
	padding: 17px 0;
}
#mv .band img {
	margin-right: 200px;
}
/* high */
#mv .high {
	box-shadow: 0px 6px 6px -6px #999999 inset;
	-webkit-box-shadow: 0px 6px 6px -6px #999999 inset;
	background-color: #fddbe8;
}
#mv .high .inner {
	position: relative;
	width: 1000px;
	height: 160px;
	margin: 0 auto;
}
#mv .high .inner .icn01 {
	position: absolute;
	width: 140px;
	height: 142px;
	top: 10px;
	left: 5px;
}
#mv .high .inner .txt01 {
	position: absolute;
	width: 452px;
	height: 36px;
	top: 18px;
	left: 170px;
}
#mv .high .inner .txt02 {
	position: absolute;
	width: 452px;
	height: 36px;
	top: 66px;
	left: 170px;
}
#mv .high .inner .txt03 {
	position: absolute;
	width: 452px;
	height: 36px;
	top: 114px;
	left: 170px;
}
#mv .high .inner .heart {
	position: absolute;
	width: 168px;
	height: 98px;
	top: 57px;
	left: 171px;
}
/* promise */
#mv .promise {
	position: relative;
	width: 1000px;
	height: 220px;
	margin: 0 auto;
}
#mv .promise .txt01 {
	position: absolute;
	width: 633px;
	height: 50px;
	top: 26px;
	left: 0;
}
#mv .promise .txt02 {
	position: absolute;
	width: 619px;
	height: 90px;
	top: 88px;
	left: 0;
}
#mv .promise .pop {
	position: absolute;
	width: 181px;
	height: 177px;
	bottom: 487px;
	right: 5px;
}
#mv .promise .model {
	position: absolute;
	width: 384px;
	height: 595px;
	bottom: 0;
	right: 0;
}
#mv .promise .model img {
	position: absolute;
	top: 0;
	left: 0;
}
#mv .promise .model img#mv-model_2 {
	display: none;
}


/* 640px以下 */
@media screen and (max-width: 640px) {
	#mv > .txt01 {
		margin: 0 20px 20px;
	}
	/* guarantee */
	#mv .guarantee .inner {
		width: auto;
		height: 175px;
		margin: 0 auto;
	}
	#mv .guarantee .inner .txt01 {
		width: 450px;
		height: 65px;
	}
	#mv .guarantee .inner .txt02 {
		width: 450px;
		height: 65px;
	}
	/* band */
	#mv .band img {
		margin-right: 0;
	}
	/* high */
	#mv .high .inner {
		width: auto;
		height: 160px;
	}
	/* promise */
	#mv .promise {
		position: relative;
		width: auto;
		height: 720px;
		margin: 0 auto;
	}
	#mv .promise .txt01 {
		left: 4px;
	}
	#mv .promise .txt02 {
		left: 10px;
		z-index: 10;
	}
	#mv .promise .pop {
		bottom: 300px;
		left: 50px;
	}
}


/* point
---------------------------------------------------*/
#point {
	position: relative;
	height: 1195px;
	background-color: #fff;
	background-image: url('../images/point/bg_point.png');
	padding-top: 80px;
}
#point .btnEntry {
	width: 880px;
	height: 165px;
	margin: 0 auto 80px;
}
#point .btnEntry a {
	display: block;
	height: 100%;
}

#point .inner {
	position: relative;
	width: 1000px;
	height: 870px;
	margin: 0 auto;
	z-index: 20;
}
#point .inner h1 {
	position: absolute;
	width: 691px;
	height: 190px;
	top: 0;
	right: 0;
}

#point .inner ul {
	position: absolute;
	width: 702px;
	height: 190px;
	top: 220px;
	right: 0;
}

#point .inner ul li {
	float: left;
	width: 224px;
	height: 224px;
	text-align: center;
	background-image: url('../images/common/bg_lace.png');
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-top: 48px;
}
#point .inner ul li:nth-child(3n) {
	margin-right: 0;
}
#point .inner ul li p:first-of-type {
	position: relative;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
}
#point .inner ul li p:first-of-type:before,
#point .inner ul li p:first-of-type:after {
	position: absolute;
	content: '';
	bottom: -16px;
	left: 50%;
	width: 26px;
	height: 2px;
	margin-left: -13px;
	background-color: #000;
}
#point .inner ul li p:first-of-type:before {
	transform: rotate(45deg);
}
#point .inner ul li p:first-of-type:after {
	transform: rotate(-45deg);
}
#point .inner ul li p:nth-of-type(2) {
	font-size: 24px;
	line-height: 1.4em;
}
#point .inner h2 {
	position: absolute;
	width: 694px;
	height: 147px;
	bottom: 40px;
	right: 0;
}
/* model */
#point .model {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

/* 1400px以上 */
@media screen and (min-width: 1200px) {
	#point .inner {
		width: 710px;
	}
}

/* 640px以下 */
@media screen and (max-width: 640px) {
	#point {
		height: auto;
		padding-bottom: 80px;
	}
	#point .btnEntry {
		width: 600px;
		height: 113px;
	}
	#point .inner {
		width: auto;
		height: auto;
	}
	#point .inner h1 {
		position: static;
		width: 600px;
		height: auto;
		margin: 0 auto 40px;
	}

	#point .inner ul {
		position: static;
		width: 600px;
		height: auto;
	}
	#point .inner ul li {
		width: 300px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#point .inner h2 {
		position: static;
		width: auto;
		height: auto;
		margin: 0 20px;
	}
	/* model */
	#point .model {
		display: none;
	}

}


/* income
---------------------------------------------------*/
#income {
	position: relative;
	padding-top: 80px;
}
#income h1 {
	width: 980px;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 auto 90px;
}

/* project */
#income .project {
	position: relative;
	background-image: url('../images/income/bg_project.png');
	margin-bottom: 135px;
	padding: 20px 0 0;
}
#income .project:before,
#income .project:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 55px;
	background-repeat: repeat-x;
	left: 0;
}
#income .project:before {
	top: -55px;
	background-image: url('../images/income/lace_top.png');
}
#income .project:after {
	bottom: -55px;
	background-image: url('../images/income/lace_bottom.png');
}

#income .project h2 {
	width: 1000px;
	margin: 0 auto 20px;
}

#income .project .inner {
	position: relative;
	width: 1000px;
	height: 478px;
	background-image: url('../images/income/bg_project_inner.png');
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#income .project .inner .model {
	position: absolute;
	z-index: 10;
}
#income .project .inner .model.model01 {
	width: 187px;
	height: 188px;
	top: 25px;
	left: 150px;
}
#income .project .inner .model.model02 {
	width: 247px;
	height: 248px;
	top: 0;
	left: 410px;
}
#income .project .inner .model.model03 {
	width: 247px;
	height: 248px;
	top: 220px;
	left: 0;
}
#income .project .inner .model.model04 {
	width: 187px;
	height: 188px;
	top: 240px;
	left: 285px;
}
#income .project .inner .model.model05 {
	width: 216px;
	height: 217px;
	top: 250px;
	left: 500px;
	z-index: 20;
}
#income .project .inner .model.model06 {
	width: 349px;
	height: 478px;
	bottom: 0;
	right: 0;
}

/* interview */
#income .interview {
	position: relative;
	width: 1000px;
	background-color: #fff;
	margin: 0 auto 80px;
	padding: 40px 20px;
}

#income .interview h2 {
	margin-bottom: 30px;
}

#income .interview .stuff {
	border: 2px solid #ff0066;
	background-color: #fefef4;
	margin-bottom: 90px;
}
#income .interview .stuff img {
	float: left;
}
#income .interview .stuff p {
	font-size: 18px;
	line-height: 1.4em;
}
#income .interview .stuff p:first-of-type {
	margin-top: 20px;
}

#income .interview h3 {
	text-align: center;
	margin-bottom: 60px;
}

#income .interview ul.system {
	width: 870px;
	margin: 0 auto;
}
#income .interview ul.system li {
	position: relative;
	float: left;
	width: 380px;
	height: 445px;
	background-color: #fefef4;
	padding: 65px 0 50px;
}
#income .interview ul.system li:before,
#income .interview ul.system li:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 37px;
	background-repeat: repeat-x;
	left: 0;
}
#income .interview ul.system li:before {
	top: 5px;
	background-image: url('../images/income/lace_p_top.png');
}
#income .interview ul.system li:after {
	bottom: 5px;
	background-image: url('../images/income/lace_p_bottom.png');
}

#income .interview ul.system li:nth-child(1) {margin-right: 110px;margin-bottom: 65px;}
#income .interview ul.system li:nth-child(2) {margin-bottom: 65px;}
#income .interview ul.system li:nth-child(3) {margin-right: 110px;}

#income .interview ul.system li .ttl {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
#income .interview ul.system li .ttl:after {
	position: absolute;
	content: '';
	width: 139px;
	height: 140px;
	top: -100px;
	right: -60px;
	background-image: url('../images/income/icon_system.png');
	background-position: center;
	background-repeat: no-repeat;
}

#income .interview ul.system li .sub {
	width: 150px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ff0066;
	border-bottom: 2px solid #ffa2b5;
	padding-bottom: 3px;
	margin: 0 auto 10px;
}
#income .interview ul.system li .cmt {
	line-height: 1.4em;
	margin: 0 20px;
}

#income .interview ul.system li:nth-child(1) .cmt {margin-bottom: 10px;}
#income .interview ul.system li:nth-child(2) .cmt {margin-bottom: 16px;}
#income .interview ul.system li:nth-child(3) .cmt {margin-bottom: 35px;}
#income .interview ul.system li:nth-child(4) .cmt {margin-bottom: 30px;}


#income .btnEntry {
	width: 880px;
	height: 165px;
	margin: 0 auto 80px;
}
#income .btnEntry a {
	display: block;
	height: 100%;
}


/* 640px以下 */
@media screen and (max-width: 640px) {
	#income h1 {
		width: auto;
		margin: 0 20px 90px;
	}
	#income .project h2 {
		width: auto;
		margin: 0 20px 20px;
	}
	#income .project .inner {
		width: auto;
		height: 478px;
	}
	#income .project .inner .model01,
	#income .project .inner .model02,
	#income .project .inner .model03,
	#income .project .inner .model04 {
		display: none;
	}
	#income .project .inner .model.model05 {
		top: 120px;
		left: 80px;
	}

	/* interview */
	#income .interview {
		width: auto;
	}
	#income .interview .stuff p {
		font-size: 20px;
		line-height: 1.6em;
	}

	#income .interview ul.system {
		width: auto;
	}
	#income .interview ul.system li {
		float: none;
		width: auto;
		height: 600px;
		margin-bottom: 40px;
	}
	#income .interview ul.system li:nth-child(1) {margin-right: 0;margin-bottom: 40px;}
	#income .interview ul.system li:nth-child(2) {margin-bottom: 40px;}
	#income .interview ul.system li:nth-child(3) {margin-right: 0;}

	#income .interview ul.system li .ttl:after {
		right: 0;
	}
	#income .interview ul.system li .sub {
		width: 250px;
		font-size: 30px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	#income .interview ul.system li .cmt {
		line-height: 1.4em;
		padding-bottom: 10px;
		margin: 0 20px;
	}
	#income .interview ul.system li .img {
		text-align: center;
	}
	#income .btnEntry {
		width: 600px;
		height: 113px;
	}
}



/* simulator
---------------------------------------------------*/
#simulator {
	position: relative;
	background-color: #fefef4;
	padding: 80px 0;
	overflow-x: hidden;
}
#simulator > p {
	text-align: center;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 80px;
}

#simulator h1 {
	position: relative;
	width: 665px;
	height: 55px;
	margin: 0 auto 30px;
}
#simulator h1:before,
#simulator h1:after {
	position: absolute;
	content: '';
	width: 180px;
	height: 187px;
	background-position: center;
	background-repeat: no-repeat;
	top: -10px;
}
#simulator h1:before {
	left: -170px;
	background-image: url('../images/simulator/money_left.png');
}
#simulator h1:after {
	right: -170px;
	background-image: url('../images/simulator/money_right.png');
}
#simulator > p {
	text-align: center;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 80px;
}

#simulator .inner {
	position: relative;
	width: 1000px;
	background-color: #b2e2d2;
	background-image: url('../images/simulator/bg_simulator.png');
	margin: 0 auto;
	padding: 80px 0 120px;
}
#simulator .inner:before,
#simulator .inner:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 56px;
	background-repeat: repeat-x;
	left: 0;
}
#simulator .inner:before {
	top: 0;
	background-image: url('../images/simulator/lace_top.png');
}
#simulator .inner:after {
	bottom: 0;
	background-image: url('../images/simulator/lace_bottom.png');
}

#simulator .inner h2 {
	text-align: center;
	margin-bottom: 80px;
}

#simulator .inner .question {
	width: 740px;
	margin: 0 auto;
}

#simulator .inner .question dl {
	text-align: center;
}

#simulator .inner .question dl dt {
	margin-bottom: 30px;
}
#simulator .inner .question dl dd {
	margin-bottom: 70px;
}

/* design-select-box */
#simulator .customSelect {
	width: 100%;
	height: auto;
	line-height: 76px;
	text-align: left;
	font-size: 1.8em;
	border: 2px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #cefeee;
	padding: 0 20px;
}

/* インナー */
#simulator .customSelectInner {
	background-image: url('../images/simulator/select_arrow.png');
}

#simulator .inner .answer {
	position: relative;
	width: 880px;
	background-color: #fff;
	box-shadow: 3px 3px 6px 0px #999999;
	-webkit-box-shadow: 3px 3px 6px 0px #999999;
	margin: 120px auto 0;
	padding: 70px 0;
}
#simulator .inner .answer:before,
#simulator .inner .answer:after {
	position: absolute;
	content: '';
	width: 180px;
	height: 187px;
	background-position: center;
	background-repeat: no-repeat;
	bottom: -45px;
}
#simulator .inner .answer:before {
	left: -60px;
	background-image: url('../images/simulator/money_left.png');
}
#simulator .inner .answer:after {
	right: -60px;
	background-image: url('../images/simulator/money_right.png');
}

#simulator > p {
	text-align: center;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 80px;
}

#simulator .inner .answer h3 {
	position: relative;
	width: 420px;
	text-align: center;
	color: #fe857c;
	font-size: 40px;
	border-bottom: 2px solid #fe857c;
	margin: 0 auto 14px;
	padding-bottom: 8px
}
#simulator .inner .answer h3:before,
#simulator .inner .answer h3:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 54px;
	background-position: center;
	background-repeat: no-repeat;
	top: -20px;
}
#simulator .inner .answer h3:before {
	left: -70px;
	background-image: url('../images/simulator/kira_left.png');
}
#simulator .inner .answer h3:after {
	right: -70px;
	background-image: url('../images/simulator/kira_right.png');
}

#simulator .inner .answer p {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 40px;
}

#simulator .inner .answer .pop {
	position: absolute;
	content: '';
	width: 161px;
	height: 154px;
	top: 70px;
	right: 10px;
}

#simulator .inner .answer dl {
	text-align: center;
}
#simulator .inner .answer dl dt,
#simulator .inner .answer dl dd {
	display: inline-block;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
#simulator .inner .answer dl dt {
	width: 140px;
	font-size: 48px;
}
#simulator .inner .answer dl dd:nth-child(2) {
	width: auto;
	min-width: 280px;
	color: #fe857c;
	font-size: 72px;
	letter-spacing: 1px;
}
#simulator .inner .answer dl dd:nth-child(3) {
	width: 220px;
	font-size: 36px;
}

#simulator .inner .answer p.msg {
	position: relative;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
	z-index: 10;
}

#ansBlock {
	display: none;
}


/* 640px以下 */
@media screen and (max-width: 640px) {
	#simulator h1 {
		width: auto;
		height: auto;
		margin: 0 20px 30px;
		z-index: 10;
	}
	#simulator h1:before {
		left: -70px;
		z-index: -1;
	}
	#simulator h1:after {
		right: -70px;
		z-index: -1;
	}
	#simulator > p {
		position: relative;
		z-index: 10;
		font-size: 30px;
		margin-bottom: 80px;
	}

	#simulator .inner {
		width: auto;
		padding: 80px 20px 120px;
	}
	#simulator .inner .question {
		width: auto;
		margin: 0 auto;
	}

	#simulator .inner .answer {
		position: relative;
		width: auto;
		margin: 120px 20px 0;
		padding: 70px 0;
	}
	#simulator .inner .answer .pop {
		top: -100px;
		right: -10px;
	}
	#simulator .inner .answer dl {
		margin-bottom: 40px;
	}
	#simulator .inner .answer p.msg {
		font-size: 18px;
		text-align: left;
		margin: 0 60px;
	}
}


/* recommend
---------------------------------------------------*/
#recommend {
	position: relative;
	background-color: #fff;
	background-image: url('../images/recommend/bg_recommend.png');
	padding: 410px 0 80px;
}
#recommend h1 {
	text-align: center;
	margin-bottom: 80px;
}

/* pop */
#recommend .pops {
	position: absolute;
	width: 1000px;
	top: 30px;
	left: 50%;
	margin-left: -500px;
}
#recommend .pop01 {
	position: absolute;
	top: 0;
	left: 40px;
}
#recommend .pop02 {
	position: absolute;
	top: 10px;
	right: 40px;
}
#recommend .pop03 {
	position: absolute;
	top: 70px;
	left: 120px;
}
#recommend .pop04 {
	position: absolute;
	top: 80px;
	right: 126px;
}
#recommend .pop05 {
	position: absolute;
	top: 160px;
	left: 65px;
}
#recommend .pop06 {
	position: absolute;
	top: 160px;
	left: 390px;
}
#recommend .pop07 {
	position: absolute;
	top: 170px;
	right: 50px;
}
#recommend .pop08 {
	position: absolute;
	top: 260px;
	left: 110px;
}
#recommend .pop09 {
	position: absolute;
	top: 250px;
	right: 110px;
}

/* point */
#recommend ul.point {
	width: 1000px;
	margin: 0 auto 80px;
}
#recommend ul.point li {
	float: left;
	width: 241px;
	height: 241px;
	text-align: center;
	background-image: url('../images/recommend/bg_lace.png');
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 12px;
	padding-top: 30px;
}
#recommend ul.point li:last-child {
	margin-right: 0;
}
#recommend ul.point li p:first-of-type {
	position: relative;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 40px;
}
#recommend ul.point li p:first-of-type:before,
#recommend ul.point li p:first-of-type:after {
	position: absolute;
	content: '';
	bottom: -20px;
	left: 50%;
	width: 26px;
	height: 2px;
	margin-left: -13px;
	background-color: #000;
}
#recommend ul.point li p:first-of-type:before {
	transform: rotate(45deg);
}
#recommend ul.point li p:first-of-type:after {
	transform: rotate(-45deg);
}
#recommend ul.point li p:nth-of-type(2) {
	font-size: 20px;
	line-height: 1.3em;
}


#recommend h2 {
	text-align: center;
	margin-bottom: 80px;
}

/* movie */
#recommend ul.movie {
	width: 940px;
	margin: 0 auto 80px;
}
#recommend ul.movie li:first-child {
	float: left;
	width: 400px;
}
#recommend ul.movie li:last-child {
	float: right;
	width: 400px;
}
#recommend ul.movie li video {
	width: 400px;
	height: 225px;
}

/* girls */
#recommend ul.girls {
	width: 1000px;
	margin: 0 auto;
}
#recommend ul.girls li {
	float: left;
	width: 490px;
	background-color: #fefef4;
	margin-right: 20px;
	padding: 30px;
}
#recommend ul.girls li:nth-child(2n) {margin-right: 0;}
#recommend ul.girls li:nth-child(1) {margin-bottom: 40px;}
#recommend ul.girls li:nth-child(2) {margin-bottom: 40px;}

#recommend ul.girls li .photo {
	width: 180px;
}
#recommend ul.girls li:nth-child(odd) .photo {float: left;}
#recommend ul.girls li:nth-child(even) .photo {float: right;}
#recommend ul.girls li .profile {
	width: 230px;
	padding-top: 30px;
}
#recommend ul.girls li:nth-child(odd) .profile {float: right;}
#recommend ul.girls li:nth-child(even) .profile {float: left;}

#recommend ul.girls li .profile p {
	font-size: 20px;
	margin-bottom: 20px;
}
#recommend ul.girls li .profile dl {
	width: 100%;
}
#recommend ul.girls li .profile dl dt {
	float: left;
	width: 35%;
	margin-bottom: 10px;
}
#recommend ul.girls li .profile dl dd {
	float: left;
	width: 65%;
	text-align: right;
	margin-bottom: 10px;
}

#recommend ul.girls li .cmt {
	position: relative;
	background-color: #fddbe8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
}
#recommend ul.girls li:nth-child(odd) .cmt {margin-top: 20px;}
#recommend ul.girls li:nth-child(even) .cmt {margin-bottom: 20px;}

#recommend ul.girls li .cmt:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
}
#recommend ul.girls li:nth-child(odd) .cmt:after {
	top: -35px;
	left: 160px;
	border-width: 35px 0 0 30px;
	border-color: transparent transparent transparent #fddbe8;
}
#recommend ul.girls li:nth-child(even) .cmt:after {
	bottom: -35px;
	right: 160px;
	border-width: 0 30px 35px 0;
	border-color: transparent #fddbe8 transparent transparent;
}
#recommend ul.girls li .cmt p {
	line-height: 1.4em;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",YuGothic,"游ゴシック","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: normal;
}

/* 640px以下 */
@media screen and (max-width: 640px) {
	#recommend {
		padding: 500px 0 80px;
	}
	#recommend h1 {
		margin: 0 20px 80px;
	}
	/* pop */
	#recommend .pops {
		position: absolute;
		width: 100%;
		top: 30px;
		left: 0;
		margin-left: 0;
	}
	#recommend .pop01 {
		top: 0;
		left: 40px;
	}
	#recommend .pop02 {
		position: absolute;
		top: 60px;
		right: 40px;
	}
	#recommend .pop03 {
		position: absolute;
		top: 110px;
		left: 20px;
	}
	#recommend .pop04 {
		position: absolute;
		top: 170px;
		right: 20px;
	}
	#recommend .pop05 {
		position: absolute;
		top: 220px;
		left: 40px;
	}
	#recommend .pop06 {
		position: absolute;
		top: 240px;
		left: auto;
		right: 40px;
	}
	#recommend .pop07 {
		position: absolute;
		top: 300px;
		left: 10px;
		right: auto;
	}
	#recommend .pop08 {
		position: absolute;
		top: 330px;
		left: auto;
		right: 20px;
	}
	#recommend .pop09 {
		position: absolute;
		top: 380px;
		left: 40px;
		right: auto;
	}

	/* point */
	#recommend ul.point {
		width: auto;
		margin: 0 20px 80px;
	}

	#recommend ul.point li {
		width: 300px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	#recommend h2 {
		margin: 0 20px 80px;
	}

	/* movie */
	#recommend ul.movie {
		width: auto;
		margin: 0 20px 80px;
	}
	#recommend ul.movie li:first-child {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 40px;
	}
	#recommend ul.movie li:last-child {
		float: none;
		width: auto;
		text-align: center;
	}
	#recommend ul.movie li video {
		width: 400px;
		height: 225px;
	}

	/* girls */
	#recommend ul.girls {
		width: auto;
		margin: 0 20px;
	}
	#recommend ul.girls li {
		float: none;
		width: auto;
		margin-right: 0;
	}
	#recommend ul.girls li:nth-child(3) {margin-bottom: 40px;}
	
	#recommend ul.girls li .photo {
		width: 215px;
	}
	#recommend ul.girls li .profile {
		width: 300px;
	}
	#recommend ul.girls li .cmt p {
		font-size: 24px;
	}
}


/* step
---------------------------------------------------*/
#step {
	position: relative;
	background-color: #ff73a6;
	background-image: url('../images/step/bg_step.png');
	padding: 80px 0;
}
#step h1 {
	text-align: center;
	margin-bottom: 80px;
}
#step ul {
	width: 940px;
	margin: 0 auto;
}
#step ul li {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-bottom: 40px;
	padding: 80px 0 35px 140px;
	overflow: hidden;
}
#step ul li:last-child {
	margin-bottom: 0;
}
#step ul li:before,
#step ul li:after {
	position: absolute;
	content: '';
	width: 68px;
	height: 100%;
	background-repeat: repeat-y;
	top: 0;
}
#step ul li:before {
	left: 0;
	background-image: url('../images/step/lace_left.png');
}
#step ul li:after {
	right: 0;
	background-image: url('../images/step/lace_right.png');
}

#step ul li h2 {
	position: relative;
	color: #ff0066;
	font-size: 30px;
	margin-bottom: 20px;
}
#step ul li h2:before {
	position: absolute;
	color: #ff71a4;
	font-size: 30px;
	top: -45px;
	left: 0;
}
#step ul li:nth-child(1) h2:before {content: 'Step.1';}
#step ul li:nth-child(2) h2:before {content: 'Step.2';}
#step ul li:nth-child(3) h2:before {content: 'Step.3';}
#step ul li:nth-child(4) h2:before {content: 'Step.4';}

#step ul li p {
	font-size: 18px;
	line-height: 1.4em;
}

/* 640px以下 */
@media screen and (max-width: 640px) {
	#step h1 {
		margin: 0 20px 80px;
	}
	#step ul {
		width: auto;
		margin: 0 20px;
	}
	#step ul li {
		padding: 80px;
	}
	#step ul li h2 {
		line-height: 1.4em;
	}
	#step ul li p {
		font-size: 24px;
	}
}


/* recruit
---------------------------------------------------*/
#recruit {
	background-color: #fff;
	padding: 120px 0;
}
#recruit h1 {
	width: 260px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	border-bottom: 2px solid #333;
	margin: 0 auto 40px;
}

#recruit > ul {
	width: 910px;
	margin: 0 auto;
}
#recruit > ul > li {
	margin-bottom: 1px;
	padding: 30px 110px;
}
#recruit > ul > li:last-child {
	margin-bottom: 0;
}
#recruit > ul > li:nth-child(odd) {background-color: #ffbed7;}
#recruit > ul > li:nth-child(even) {background-color: #fddbe8;}

#recruit > ul > li p {
	font-size: 24px;
	line-height: 1.4em;
}
#recruit > ul > li .ttl {
	line-height: 1em;
	border-left: 1em solid #000;
	margin-bottom: 10px;
	padding-left: 10px;
}

#recruit > ul > li > ul > li {
	margin-bottom: 5px;
}
#recruit > ul > li > ul > li a {
	line-height: 1.4em;
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #333;
	padding-bottom: 1px;
}

/* 640px以下 */
@media screen and (max-width: 640px) {
	#recruit > ul {
		width: auto;
		margin: 0 20px;
	}
	#recruit > ul > li {
		padding: 30px;
	}
}


/* banner
---------------------------------------------------*/
#banner {
	background-color: #fb0659;
	background-image: url('../images/banner/bg_banner.png');
	background-position: center;
	background-repeat: no-repeat;
}
#banner .inner {
	position: relative;
	width: 1000px;
	height: 120px;
	margin: 0 auto;
}
#banner .inner .msg {
	position: absolute;
	top: 2px;
	left: 30px;
}
#banner .inner .line {
	position: absolute;
	top: 15px;
	right: 70px;
}


/* 640px以下 */
@media screen and (max-width: 640px) {
	#banner {
		background-size: cover;
	}
	#banner .inner {
		width: auto;
		height: auto;
		margin: 0 auto;
		padding: 30px 0;
	}
	#banner .inner .msg {
		position: static;
		text-align: center;
		margin-bottom: 10px;
	}
	#banner .inner .line {
		position: static;
		text-align: center;
	}
}
