@charset "UTF-8";
/*
*******************************************************************************************************
# ハンドスピナー＆万華鏡
*******************************************************************************************************
*/

/* 
	override
--------------------------------------------------------------- */
@media only screen and (max-width: 736px) {
	#contentArea .wrp-handspinner {
		border-top: 0;
	}
}
#contentArea .contents-special .contents-area-head {
	z-index: 11;
}

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

/* wrp-handspinner
----------------------------------- */
#contentArea .wrp-handspinner {
	background-image: url(/rwd/fun/make/special/img/bg_pattern_blue.png);
}
/*
#contentArea .wrp-handspinner {
	background-image: url(/rwd/fun/make/special/img/bg_cloud_3.png);
	background-position: center top;
	background-repeat: no-repeat;	
	background-size: auto;
}*/
#contentArea .wrp-handspinner:before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	display: block;
	width: 100%;
	height: 197px;
	background-image: url(/rwd/fun/make/special/handspinner/img/bg_spinner_ptn.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: auto 197px;
}

#contentArea .wrp-handspinner:after {/* flag */
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1280px;
	height: 90px;
	background-image: url(/rwd/fun/make/special/img/parts_flag.png), url(/rwd/fun/make/special/img/parts_flag.png);
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	background-size: 250px auto, 250px auto;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#contentArea .wrp-handspinner .balloon-sub {
	top: 32px;
	right: 120px;
}
#contentArea .wrp-handspinner .caption-sub {
	width: 467px;
}
#contentArea .wrp-handspinner .caption-sub .txt {
	width: 467px;
	height: 50px;
	background-image: url(/rwd/fun/make/special/img/bg_caption_l.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	background-size: 100% auto;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}

#contentArea .wrp-handspinner .ttl-sub {
	width: 700px;
}
#contentArea .wrp-handspinner .contents-area-head {
	position: relative;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#contentArea .wrp-handspinner .contents-area-inner {
	width: 1140px;
	padding-bottom: 284px;

}
#contentArea .wrp-handspinner .contents-area-inner:before {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	width: 1325px;
	height: 197px;
	margin-left: -97px;
	background-image: url(/rwd/fun/make/special/handspinner/img/bg_spinner.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#contentArea .wrp-handspinner .contents-area-inner:after {
	display: none;
}
#contentArea .wrp-handspinner .contents-area-craft {
}
#contentArea .wrp-handspinner .contents-area-craft .list-make {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 50%;
	z-index: 2;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:before {/* 装飾用 */
	content: "";
	position: absolute;
	display: block;
	z-index: -1;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li .txt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li .txt .sttl {
	margin-bottom: 24px;
	font-size: 38px;
	font-weight: bold;
	line-height: 1 !important;
}

#contentArea .wrp-handspinner .contents-area-craft .list-make li .txt .sttl span {
	display: inline-block !important;
	min-height: 29px;
	margin-right: 5px;
	background-image: url(/rwd/fun/make/special/img/icn_mv.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 24px;
	text-indent: 46px;
	vertical-align: middle;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li .txt .text-dtl {
	font-size: 20px;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li .img {
	position: relative;
	width: 640px;
	padding-bottom: 47px;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li .img img {
	width: 383px;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li .btn {
	width: 383px;
	height: 84px;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li .btn a {
	display: inline-block;
}

/* 先っぽ取り替え万華鏡 */
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) {
	width: 100%;
	display: grid;
	grid-template-columns: 570px 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 40px;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1):before {
	top: -250px;
	left: 0px;
	width: 800px;
	height: 702px;
	background-image: url(/rwd/fun/make/special/img/bg_cloud_1.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) .txt {
	text-align: center;
	grid-area: 1 / 2 / 2 / 3;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) .txt .sttl span {
	background: none;
	text-indent: 0;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) .img-area {
	grid-area: 1 / 1 / 3 / 2;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) .img {
	margin-left: -70px;
	background-image: url(/rwd/fun/make/special/img/bg_shelf_l.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) .img:before {
	content: "";
	position: absolute;
	bottom: 21px;
	right: 26px;
	display: block;
	width: 183px;
	height: 144px;
	background-image: url(/rwd/fun/make/special/handspinner/img/pic_kaleidoscope_2.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) .img img {
	margin-left: 70px;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) .btn-area{
	grid-area: 2 / 2 / 3 / 3;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) .btn {
	margin: 0 auto;
}


/* 右 */
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) {
	order: 2;
	display: flex;
	flex-direction: column;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2):before {
	top: -30px;
	left: 23px;
	width: 638px;
	height: 670px;
	background-image: url(/rwd/fun/make/special/img/bg_cloud_2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) .txt {
	order: 2;
	margin-top: 40px;
	padding-right: 5px;
	text-align: right;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) .img {
	order: 1;
	margin-right: -70px;
	background-image: url(/rwd/fun/make/special/img/bg_shelf_r.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) .img:before {
	content: "";
	position: absolute;
	bottom: 31px;
	left: 15px;
	display: block;
	width: 154px;
	height: 100px;
	background-image: url(/rwd/fun/make/special/img/pic_kaleidoscope.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) .img img {
	margin-left: 187px;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) .btn-area {
	order: 3;
	margin-top: 40px;
	position: relative;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) .btn {
	position: absolute;
	right: 0;
}

/* 左 */
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) {
	order: 1;
	display: flex;
	flex-direction: column;
	margin-top: 130px;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3):before {
	top: -50px;
	left: -229px;
	width: 800px;
	height: 702px;
	background-image: url(/rwd/fun/make/special/img/bg_cloud_1.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) .txt{
	order: 1;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) .txt .sttl p {
	display: inline;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) .img {
	order: 3;
	margin-left: -70px;
	background-image: url(/rwd/fun/make/special/img/bg_shelf_l.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) .img:before {
	content: "";
	position: absolute;
	bottom: 38px;
	right: 43px;
	display: block;
	width: 122px;
	height: 138px;
	background-image: url(/rwd/fun/make/special/handspinner/img/pic_spinner.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) .img img {
	margin-left: 70px;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) .btn-area {
	order: 2;
	margin: 40px 0;
}
#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) .btn {
	width: 100%;
}

@media only screen and (max-width: 736px) {
	#contentArea .wrp-handspinner {
		overflow: visible;
	}
	#contentArea .wrp-handspinner:before {display: none;}
	#contentArea .wrp-handspinner:after {
		top: -4px;
		width: 100%;
		background-size: 78px auto, 78px auto;
	}
	#contentArea .wrp-handspinner .contents-area-head {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#contentArea .contents-special {
		border-top: 0; 
	}
	#contentArea .contents-special.wrp-handspinner .contents-area-head:after {
		top: -9px;
		left: 1px;
		width: 25px;
		height: 17px;
		background-size: 25px auto;
	}
	#contentArea .wrp-handspinner .caption-sub {
		width: 100%;
		height: auto;
	}
	#contentArea .wrp-handspinner .caption-sub .txt {
		width: auto;
		height: auto;
		min-height: 22px;
		background-size: 200px auto;
		background-repeat: no-repeat;
		font-size: 12px;
		line-height: 22px;
	}
	#contentArea .wrp-handspinner .balloon-sub {
		top: 26px;
		right: 10px;
		width: 51px;
		height: 39px;
	}
	#contentArea .wrp-handspinner .ttl-sub,
	#contentArea .wrp-handspinner .ttl-sub img {
		width: 100% !important;
	}
	#contentArea .wrp-handspinner .contents-area-inner {
/* 		overflow: hidden; */
		width: 100%;
		padding: 0 15px;
		padding-bottom: 32.34%;
		background-image: none;
	}
	#contentArea .wrp-handspinner .contents-area-inner:before {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 12.94%;
		margin-left: 0;
		background-image: url(/rwd/fun/make/special/handspinner/img/bg_spinner_sp.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: left bottom;
		z-index: 13;
	}
	#contentArea .wrp-handspinner .contents-area-craft {
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make {
		flex-direction: column;
		width: 100%;
		margin-top: 13px;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li {
		box-sizing: border-box;
		position: relative;
		width: 100%;
		z-index: 10;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li + li {
		margin-top: 35px;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li .txt {
		box-sizing: border-box;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li .txt .sttl {
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: bold;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li .txt .sttl span {
		min-height: 16px;
		background-size: auto 15px;
		font-size: 12px;
		text-indent: 22px;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li .txt .text-dtl {
		margin-bottom: 13px;
		font-size: 12px;
		line-height: 1.5;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li .img {
		width: 100%;
		padding-bottom: 0;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li .img img {
		width: 105%;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li .btn {
		box-sizing: border-box;
		width: 100% !important;
		height: auto !important;
		margin-top: 20px;
		padding: 0 50px;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li .btn a {
		display: inline-block;
		width: 100%;
	}


	/* 先っぽ取り替え万華鏡 */
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) {
		display: block;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1):before {
		top: -80px;
		left: -60px;
		width: 140%;
		height: 140%;
		background-size: 100% auto;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) .txt {
		text-align: left;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) .img {
		box-sizing: content-box;
		margin: 0;
		background-image: none;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) .img:before {
		display: none;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) .img img {
		margin-left: -15px;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(1) .btn {
		margin-top: 20px;
	}

	/* 右 */
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) {
		order: unset;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2):before {
		bottom: 0;
		left: 20px;
		width: 130%;
		height: 150%;
		background-size: 90% auto;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) .txt {
		order: 1;
		margin-top: 0;
		padding-right: 0;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) .img {
		order: 2;
		box-sizing: content-box;
		margin: 0;
		background-image: none;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) .img:before {
		display: none;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) .img img {
		margin-right: -15px;
		margin-left: auto;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) .btn-area {
		margin-top: 0;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(2) .btn {
		position: static;
	}

	/* 左 */
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) {
		margin-top: 35px;
		order: unset;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3):before {
		top: 30px;
		left: -60px;
		width: 140%;
		height: 140%;
		background-size: 100% auto;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) .txt .sttl p {
		display: inline;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) .img {
		order: 2;
		margin: 0;
		background-image: none;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) .img:before {
		display: none;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) .img img {
		margin-left: -15px;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) .btn-area {
		order: 3;
		margin: 0;
	}
	#contentArea .wrp-handspinner .contents-area-craft .list-make li:nth-child(3) .btn {
		position: static;
	}
}



