@charset "UTF-8";

/*
**************************************************************************
*	雪印メグミルク - 牛乳パックで作ろう - 工作一覧
**************************************************************************/

/* --------------------------------------------------
		common style override
-------------------------------------------------- */
#contentArea {
	overflow: hidden;
}
#contentArea .contents-area-inner {
	width: 940px;
	margin: 0 auto;
}

@media only screen and (max-width: 736px) {
	#contentArea .contents-area-inner {
		box-sizing: border-box;
		padding: 0 15px;
		width: 100%;
	}
}


/* --------------------------------------------------
		contentHead
-------------------------------------------------- */
@media only screen and (max-width: 736px) {
	#content {
		overflow: hidden;
	}
	#contentHead .contentHeadInner:before {
		content: "";
		display: block;
		width: 130px;
		height: 60px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 130px auto;
		position: absolute;
		right: -20px;
		bottom: -3px;
		background-image: url(/rwd/fun/make/common/img/sp/btn_craft_2.png);
	}
}


/* --------------------------------------------------
		contentArea
-------------------------------------------------- */
/* parts
----------------------------------- */
/* ttl-main */
#stage .ttl-main {
	font-size: 38px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: #000;
}

@media only screen and (max-width: 736px) {
	#stage .ttl-main {
		font-size: 23px;
	}
}


/* lead-arrow */
#stage .lead-arrow {
	margin-top: 20px;
	padding-top: 30px;
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
	background-image: url(/rwd/fun/make/common/img/icn_arr_blue_down.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

@media only screen and (max-width: 736px) {
	#stage .lead-arrow {
		margin-top: 15px;
		padding-top: 20px;
		font-size: 14px;
		text-align: left;
		background-size: auto 10px;
	}
	#stage .lead-arrow br {
		display: none;
	}
}


/* wrp-bnr-area */
#contentArea .wrp-bnr-area {
	margin:50px 0;
}
#contentArea .wrp-bnr-area p {
	width:460px;
	float:left;
}
#contentArea .wrp-bnr-area p:first-child {
	margin-right: 20px;
}

@media only screen and (max-width: 736px) {
	#contentArea .wrp-bnr-area {
		margin: 15px 0;
	}
	#contentArea .wrp-bnr-area p {
		width: 100%;
		float:none;
	}
	#contentArea .wrp-bnr-area p img {
		width: 100%;
	}
	#contentArea .wrp-bnr-area p img:first-child {
		margin-bottom: 10px;
		margin-right: 0;
	}
}


/* wrp-craft-header
----------------------------------- */
#stage .wrp-craft-header {
	position: relative;
	padding-top: 64px;
	padding-bottom: 35px;
}
#stage .wrp-craft-header .btn-entry {
	width: 82px;
	position: absolute;
	left: 20px;
	top: 40px;
}
#stage .wrp-craft-header .btn-entry img {
	width: 100%;
	height: auto;
}
#stage .wrp-craft-header .btn-entry a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
#stage .wrp-craft-header .caution-entry {
	width:200px;
	position: absolute;
	right: 0px;
	top: 75px;
	text-align:center;
	padding: 5px 10px;
	border: 1px solid #dadada;
}

@media only screen and (max-width: 736px) {
	#stage .wrp-craft-header {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	#stage .wrp-craft-header .lead-arrow {
		text-align: center;
	}
	#stage .wrp-craft-header .btn-entry {
		width: 60px;
		left: 18px;
		top: 0;
	}
	#stage .wrp-craft-header .btn-entry a:hover {
		opacity: 1;
	}
	#stage .wrp-craft-header .caution-entry {
		position: relative;
		margin:10px auto;
		top:0;
	}
}


/* wrp-share
----------------------------------- */
#stage .wrp-craft-header .wrp-share {
	position: absolute;
	right: 0;
	top: 25px;
}
#stage .wrp-craft-header .wrp-share li {
	float: left;
	padding-left: 18px;
}
#stage .wrp-craft-header .wrp-share li img {
	width: 27px;
	height: auto;
}
#stage .wrp-craft-header .wrp-share .line {
	display: none;
}

@media only screen and (max-width: 736px) {
	#stage .wrp-craft-header .wrp-share {
		position: static;
		margin-top: 18px;
	}
	#stage .wrp-craft-header .wrp-share ul {
		display: table;
		margin: 0 auto;
	}
	#stage .wrp-craft-header .wrp-share li {
		float: none;
		padding: 0 14px;
		display: inline-block;
	}
	#stage .wrp-craft-header .wrp-share .line {
		display: inline-block;
	}
}


/* .wrp-filter
----------------------------------- */
#contentArea .wrp-filter .lead-filter {
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#contentArea .wrp-filter .lead-filter span {
	position: relative;
}

#contentArea .wrp-filter .lead-filter span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -45px;
	width: 30px;
	height: 30px;
	background: url(/rwd/fun/make/common/img/bg_txt_impact_l.png) no-repeat 0 0;
}

#contentArea .wrp-filter .lead-filter span:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -45px;
	width: 30px;
	height: 30px;
	background: url(/rwd/fun/make/common/img/bg_txt_impact_r.png) no-repeat 0 0;
}


#contentArea .wrp-filter .box-filter-select {
	display: none;
}

#filter .ttl-filter {
	display: none;
}
#filter ul.filter-list > li:not(:last-child) {
	margin-bottom: 10px;
}
#filter ul.filter-list ul {
	position: relative;
	float: left;
	background-color: #f2f2f2;
	border-radius: 25px;
}

#filter ul.filter-list ul:not(:last-child) {
	margin-right: 10px;
}

#filter ul.filter-list ul li {
	float: left;
	font-size: 13px;
	font-weight: bold;
}

#filter ul.filter-list ul li.sttl {
	padding: 16px 20px;
	border-right: 1px solid #fff;
	color: #333333;
}

#filter ul.filter-list ul li a {
	display: block;
	color: #333333;
	padding: 0 9px;
	text-decoration: none;
}

#filter ul.filter-list ul li:first-child a {
	padding-left: 18px;
}

#filter ul.filter-list ul li:last-child a {
	padding-right: 18px;
}

#filter ul.filter-list ul li a > span {
	position: relative;
	display: block;
	padding: 16px 0;
}

#filter ul.filter-list ul li a > span:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	border: 2px solid #ccc;
	box-sizing: border-box;
	background-color: #fff;
}

#filter ul.filter-list ul li a.on > span:after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 21px;
	height: 16px;
	background-image: url(/rwd/fun/make/top/img/icn_check_craft.png);
}
#filter ul.filter-list ul li a .icn-star {
	display: inline-block;
	width: 56px;
	height: 13px;
	background-image: url(/rwd/fun/make/common/img/icn_star.png);
}
#filter ul.filter-list ul li a .icn-star-1 {
	background-position: -42px 0;
}
#filter ul.filter-list ul li a .icn-star-2 {
	background-position: -28px 0;
}
#filter ul.filter-list ul li a .icn-star-3 {
	background-position: -14px 0;
}
#filter ul.filter-list ul li a .icn-star-4 {
	background-position: 0 0;
}

#filter .filter-select {
	display: none;
}

@media only screen and (max-width: 736px) {
	#contentArea .wrp-filter .box-filter-select {
		display: inline;
	}
	#contentArea .wrp-filter .box-filter-select ul {
		padding: 15px 0;
		border-top: 2px solid #efefef;
		border-bottom: 2px solid #efefef;
	}
	#contentArea .wrp-filter .box-filter-select ul li {
		float: left;
		width: 50%;
		box-sizing: border-box;
	}
	#contentArea .wrp-filter .box-filter-select ul li:nth-child(1) {
		padding-right: 5px;
	}
	#contentArea .wrp-filter .box-filter-select ul li:nth-child(2) {
		padding-left: 5px;
	}
	#contentArea .wrp-filter .box-filter-select ul li a {
		display: block;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		color: #cccccc;
		padding: 15px 0;
		border: 1.5px dashed #cccccc;
	}
	#contentArea .wrp-filter .box-filter-select ul li a.on {
		color: #000000;
		border-color: #000000;
	}

	.mfp-filter.mfp-bg {
		background-color: #ffffff;
		opacity: 0.95;
	}
	.mfp-filter.mfp-wrap {
		-webkit-overflow-scrolling: touch;
	}
	.mfp-filter .mfp-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.mfp-filter .mfp-close {
		width: 30px;
		height: 30px;
		font-size: 0;
		opacity: 1;
		top: 10px;
		background-image: url(/rwd/fun/make/craft/img/sp/btn_close_top_sp.png);
		background-size: contain;
	}
	.mfp-filter .mfp-close:active {
		top: 10px;
	}

	#filter {
		padding: 40px 0 25px;
	}
	#filter ul,
	#filter ul li {
		list-style-type:none;
		margin: 0px;
		padding: 0px;
	}
	#filter .ttl-filter {
		display: block;
		color: #333;
		font-size: 20px;
		text-align: center;
		margin-top: 0;
		margin-bottom: 25px;
	}

	#filter ul.filter-list {
		margin-top: -10px;
	}

	#filter ul.filter-list > li {
		border-bottom: none;
	}
	#filter ul.filter-list ul {
		margin-top: 10px;
		width: 100%;
		padding: 14px 10px;
		box-sizing: border-box;
	}
	#filter ul.filter-list ul:first-child {
		margin-top: 0;
	}

	#filter ul.filter-list ul.line:after {
		content: none;
	}
	#filter ul.filter-list ul li {
		position: relative;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	#filter ul.filter-list ul li.sttl {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		margin: 0;
		padding: 0 13px;
	}
	#filter ul.filter-list ul li.sttl span {
		display: block;
		position: relative;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#filter ul.filter-list ul li a > span {
		position: relative;
		display: block;
		padding: 10px 0;
	}

	#filter ul.filter-list ul li a > span:before {
		top: 0px;
		width: 10px;
		height: 10px;
		margin-right: 5px;
		border: 1px solid #ccc;
	}

	#filter ul.filter-list ul li a.on > span:after {
		top: 50%;
		transform: translateY(-50%);
		width: 14px;
		height: 10px;
		background-size: contain;
	}

	#filter ul.filter-list ul li a,
	#filter ul.filter-list ul li:first-child a {
		padding: 0 0;
	}
	#filter ul.filter-list ul li a > span {
		padding: 0;
	}
	#filter ul.filter-list ul li a > span:after {
		height: 3px;
		background-color: transparent !important;
	}

	#filter ul.filter-list ul li a .icn-star {
		width: 52px;
		background-image: url(/rwd/fun/make/common/img/sp/icn_star.png);
		background-size: 104px 13px;
	}
	#filter ul.filter-list ul li a .icn-star-1 {
		background-position: -39px 0;
	}
	#filter ul.filter-list ul li a .icn-star-2 {
		background-position: -26px 0;
	}
	#filter ul.filter-list ul li a .icn-star-3 {
		background-position: -13px 0;
	}

	#filter .filter-select {
		display: block;
		margin-top: 20px;
	}
	#filter .filter-select li:not(:last-child) {
		margin-bottom: 30px;
	}
	#filter .filter-select li a {
		position: relative;
		display: block;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		color: #000;
		padding: 15px 0;
	}
	#filter .filter-select li a.on {
		color: #000000;
	}
	#filter .filter-select .btn-enter a {
		border: 1.5px dashed #000;
	}

	#filter .filter-select .btn-cancel {
		width: auto;
		text-align: center;
	}
	#filter .filter-select .btn-cancel a {
		display: inline;
		padding: 0;
	}
	#filter .filter-select .btn-enter a:after {
		content: "";
		position: absolute;
		display: block;
		top: 50%;
		margin-top: -6px;
		right: 15px;
		width: 5px;
		height: 10px;
		background-image: url(/rwd/fun/make/common/img/icn_arr_bl_r.gif);
		background-size: 5px 10px;
		opacity: 0.5;
	}
	#filter .filter-select .btn-cancel a:after {
		content: "";
		position: absolute;
		display: block;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: -30px;
		width: 15px;
		height: 15px;
		background-image: url(/rwd/fun/make/craft/img/btn_close.png);
		background-size: contain;
	}
	#filter .filter-select li a.on {
		border-color: #000000;
	}
	#filter .filter-select li a.on:after {
		opacity: 1;
	}

	/* 難易度 */
	#filter ul.filter-list ul.all {
	}

	/* 難易度 */
	#filter ul.filter-list ul.difficulty {
		margin-right: 0;
		padding-left: 78px;
	}

	#filter ul.filter-list ul.difficulty li {
		margin-right: 30px;
	}

	/* 性別 */
	#filter ul.filter-list ul.gender li:not(:last-child) {
		margin-right: 27px;
	}

	/* タイプ01 */
	#filter ul.filter-list ul.type01 li {
		margin-right: 16px;
	}

	/* タイプ02 */
	#filter ul.filter-list ul.type02 li {
		margin-right: 16px;
	}

	/* 季節 */
	#filter ul.filter-list ul.season {
		width: 56.896551724137936%;
	}

	#filter ul.filter-list ul.season li:not(:last-child) {
		margin-right: 10px;
	}

	/* 動画 */
	#filter ul.filter-list ul.movie {
		width: 39.6551724137931%;
	}
}


/* .wrp-products
----------------------------------- */
#contentArea .wrp-products {
	padding: 20px 0 60px;
	overflow: hidden;
}
#contentArea .wrp-products .panel-total {
	margin-left: 18px;
	font-size: 13px;
	color: #000000;
	display: none;
}
#contentArea .wrp-products .panel-layout {
	position: relative;
	margin-top: 40px;
}
#contentArea .wrp-products .panel-layout .panel-list .item {
	position: absolute;
	width: 280px;
	padding-bottom: 60px;
	display: none;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel {
	position: relative;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel:after {
	content: "";
	position: absolute;
	z-index: 10;
	display: block;
	width: 52px;
	height: 52px;
	left: -8px;
	bottom: -8px;
	background-size: 52px 52px;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel.clr-b1 {
	background-color: #f3fafa;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel.clr-b1:after {
	background-image: url(/rwd/fun/make/craft/img/parts_thumb_boy.png);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel.clr-b2 {
	background-color: #fef5f5;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel.clr-b2:after {
	background-image: url(/rwd/fun/make/craft/img/parts_thumb_girl.png);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel.clr-b3 {
	background-color: #fff8eb;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel.clr-b3:after {
	background-image: url(/rwd/fun/make/craft/img/parts_thumb_both.png);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .pic img {
	width: 100% !important;
	height: auto !important;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .icn-new {
	position: absolute;
	width: 36px;
	top: 48px;
	left: 20px;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .icn-new img {
	width: 100%;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .icn-star {
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	width: 48px;
	height: 12px;
	background-image: url(/rwd/fun/make/common/img/icn_star_s.png);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .icn-star.icn-star-1 {
	background-position: -36px 0;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .icn-star.icn-star-2 {
	background-position: -24px 0;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .icn-star.icn-star-3 {
	background-position: -12px 0;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .num {
	position: absolute;
	top: 20px;
	left: 16px;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .num span {
	margin: 0 2px;
	color: #13c5d5;
	font-size: 18px;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .info-list {
	position: absolute;
	z-index: 6;
	bottom: 10px;
	left: 50%;
	margin-left: -72px;
	text-align: center;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .info-list.num-2 {
	margin-left: -48px;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .info-list li {
	display: inline-block;
	margin: 0 12px;
	font-size: 0;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .info-list li a {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .info-list li.inf a {
	background-image: url(/rwd/fun/make/craft/img/icn_info.png);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .info-list li.mov a {
	background-image: url(/rwd/fun/make/craft/img/icn_youtube.png);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .info-list li.sns a {
	background-image: url(/rwd/fun/make/craft/img/icn_sns.png);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .info-list li a span {
	position: absolute;
	display: none;
	text-align: center;
	width: 100px;
	color: #000;
	font-size: 10px;
	top: -15px;
	left: 50%;
	margin-left: -50px;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .info-list li a span.on {
	display: block;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box {
	display: none;
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box .box-inr {
	display: table;
	width: 100%;
	height: 100%;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box .box-inr a.btn-close {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(/rwd/fun/make/craft/img/sp/btn_close_sp.png);
	background-size: contain;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box .box-inr a.btn-close:hover {
	opacity: 0.8;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-inf .box-inr p {
	display: table-cell;
	padding: 30px 30px;
	vertical-align: middle;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel.clr-b1 .box-inf {
	background-color: rgba(200,231,239,0.95);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel.clr-b2 .box-inf {
	background-color: rgba(250,218,219,0.95);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel.clr-b3 .box-inf {
	background-color: rgba(252,226,192,0.95);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns {
	background-color: rgba(255,255,255,0.95);
	text-align: center;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns p {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -40px;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns ul {
	display: table-cell;
	vertical-align: middle;
	padding-top: 40px;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns ul li {
	display: inline-block;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns ul li a {
	display: block;
	width: 42px;
	height: 39px;
	text-indent: -9999px;
	background-size: 42px 39px;
	margin: 0 10px;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns ul li a:hover {
	opacity: 0.8;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns ul li.fb a {
	background-image: url(/rwd/fun/make/common/img/icn_facebook.png);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns ul li.tw a {
	background-image: url(/rwd/fun/make/common/img/icn_twitter.png);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns ul li.yt a {
	background-image: url(/rwd/fun/make/common/img/icn_youtube.png);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns ul li.ln {
	display: none;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns ul li.ln a {
	background-image: url(/rwd/fun/make/common/img/icn_line.png);
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .btn-link {
	position: absolute;
	z-index: 4;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .gif-anime {
	position: absolute;
	top: 23%;
	left: 0;
	width: 100%;
}
#contentArea .wrp-products .panel-layout .panel-list .item .panel .gif-anime img {
	width: 100%;
}
#contentArea .wrp-products .panel-layout .panel-list .item .name {
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
#contentArea .wrp-products .panel-layout .panel-list .item .name a {
	display: inline-block;
	color: #000000;
	text-decoration: none;
}
#contentArea .wrp-products .panel-layout .panel-list .item .name a:after {
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	margin: 8px auto 0;
	background-color: #000000;
}
#contentArea .wrp-products .panel-layout ul.panel-list .item .name a:hover {
	color: #00a0e9;
}
#contentArea .wrp-products .panel-layout ul.panel-list .item .name a:hover:after {
	background-color: #00a0e9;
}

@media only screen and (max-width: 736px) {
	#contentArea .wrp-products {
		padding: 10px 0 30px;
	}
	#contentArea .wrp-products .panel-total {
		margin-left: 0;
	}
	#contentArea .wrp-products .panel-layout {
		margin-top: 20px;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item {
		width: 100%;
		padding-bottom: 40px;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .panel .icn-star {
		background-image: url(/rwd/fun/make/common/img/sp/icn_star.png);
		background-size: 96px 12px;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .panel .info-list {
		bottom: 15px;
		margin-left: -99px;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .panel .info-list.num-2 {
		margin-left: -68px;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .panel .info-list li {
		margin: 0 18px;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .panel .info-list li a {
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .panel .box .box-inr a.btn-close {
		width: 25px;
		height: 25px;
		background-size: 25px 25px;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .panel .box .box-inr a.btn-close:hover {
		opacity: 1;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns p {
		margin-top: -80px;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns ul {
		display: block;
		width: 162px;
		margin: -40px auto 0;
		padding-top: 50%;
		font-size: 0;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns ul li a {
		width: 31px;
		height: 29px;
		background-size: 31px 29px;
		margin: 15px 25px;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns ul li a:hover {
		opacity: 1;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .panel .box-sns ul li.ln {
		display: inline-block;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .name {
		margin-top: 20px;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .name a:hover {
		color: #000000;
	}
	#contentArea .wrp-products .panel-layout .panel-list .item .name a:hover:after {
		background-color: #000000;
	}
}


/* modal maginific-popup for youtube
----------------------------------- */
.mfp-youtube.mfp-bg {
	background-color: #FFF;
	opacity: 0.85;
}
.mfp-youtube .mfp-iframe-scaler iframe {
	box-shadow: none;
}
.mfp-youtube .mfp-iframe-holder .mfp-close {
	top: -50px;
	padding-right: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	opacity: 1;
	background-image: url(/rwd/fun/make/craft/img/btn_close.png);
	background-size: 40px 40px;
}
.mfp-youtube .mfp-iframe-holder .mfp-close:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 736px) {
	.mfp-youtube.mfp-wrap {
		-webkit-overflow-scrolling: touch;
	}
	.mfp-youtube .mfp-iframe-holder .mfp-close {
		top: -25px;
		right: 0;
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}
	.mfp-youtube .mfp-iframe-holder .mfp-close:hover {
		opacity: 1;
	}
}


/* wrp-entry
----------------------------------- */
#stage .wrp-entry {
	background-color: #f7f8f8;
	padding: 65px 0 85px 0;
}
#stage .wrp-entry .inner-entry {
	width: 940px;
	margin: 0 auto;
}
#stage .wrp-entry .ttl-entry {
	padding-bottom: 38px;
	border-bottom: 2px solid #ea5520;
	text-align: center;
}
#stage .wrp-entry .ttl-entry .title {
	display: table;
	margin: 0 auto;
	background-image: url(/rwd/fun/make/common/img/icn_entry.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 112px;
	line-height: 1;
	min-height: 48px;
}
#stage .wrp-entry .ttl-entry .title span {
	display: block;
	padding-top: 18px;
	font-size: 30px;
	font-weight: bold;
	color: #ea5520;
}
#stage .wrp-entry .lead-entry {
	margin-top: 30px;
	font-size: 22px;
	text-align: center;
	line-height: 1.9;
	color: #000;
}
#stage .wrp-entry .box-information {
	margin-top: 30px;
	font-size: 16px;
	color: #000;
}
#stage .wrp-entry .box-information .detail {
	width: 455px;
	float: left;
}
#stage .wrp-entry .box-information .detail p,
#stage .wrp-entry .box-information .detail li {
	line-height: 1.9;
}

#stage .wrp-entry .box-information .detail dt {
	margin-bottom: 2px;
}

#stage .wrp-entry .box-information .detail dd {
	font-size: 14px;
	margin-bottom: 15px;
}

#stage .wrp-entry .box-information .detail .txt-information {
	margin-bottom: 15px;
	line-height: 1.5;
}

#stage .wrp-entry .box-information .detail .list-warning {
	margin-top: 23px;
	font-size: 14px;
}
#stage .wrp-entry .box-information .detail .list-warning li {
	padding-left: 1em;
	text-indent: -1em;
}
#stage .wrp-entry .box-information .address {
	width: 450px;
	float: right;
	padding-top: 8px;
}
#stage .wrp-entry .box-information .address dl {
	background-color: #efefef;
	padding: 25px 30px;
}
#stage .wrp-entry .box-information .address dt,
#stage .wrp-entry .box-information .address dd {
	line-height: 1.9;
}
#stage .wrp-entry .box-information .address dt {
	float: left;
	font-weight: bold;
}
#stage .wrp-entry .box-information .address dd {
	padding-left: 4em;
}
#stage .wrp-entry .box-information .address dd span {
	display: block;
}

#stage .wrp-entry .box-information .detail .caution {
	color: #ff0000;
}

@media only screen and (max-width: 736px) {
	#stage .wrp-entry {
		padding: 27px 15px 15px 15px;
	}
	#stage .wrp-entry .inner-entry {
		width: auto;
	}
	#stage .wrp-entry .ttl-entry {
		padding-bottom: 22px;
		border-bottom-width: 1px;
	}
	#stage .wrp-entry .ttl-entry .title {
		padding-left: 39px;
		min-height: 22px;
		background-size: auto 22px;
	}
	#stage .wrp-entry .ttl-entry .title span {
		padding-top: 6px;
		font-size: 17px;
	}
	#stage .wrp-entry .lead-entry {
		margin-top: 15px;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
	}
	#stage .wrp-entry .lead-entry br {
		display: none;
	}
	#stage .wrp-entry .box-information {
		margin-top: 15px;
		font-size: 14px;
	}
	#stage .wrp-entry .box-information .detail {
		width: auto;
		float: none;
	}
	#stage .wrp-entry .box-information .detail p, #stage .wrp-entry .box-information .detail li {
		line-height: 1.5;
	}
	#stage .wrp-entry .box-information .detail .list-warning {
		margin-top: 5px;
	}
	#stage .wrp-entry .box-information .address {
		width: auto;
		float: none;
		margin-top: 15px;
		padding-top: 0;
	}
	#stage .wrp-entry .box-information .address dl {
		padding: 15px 20px;
	}
	#stage .wrp-entry .box-information .address dt, #stage .wrp-entry .box-information .address dd {
		line-height: 1.5;
	}
	#stage .wrp-entry .box-information .address dt {
		float: none;
	}
	#stage .wrp-entry .box-information .address dd {
		padding-left: 0;
		padding-top: 8px;
	}
	#stage .wrp-entry .box-information .address dd span {
		display: inline;
		padding-right: 1em;
	}
}



/* # main-area
----------------------------------- */
#contentArea .main-area-bg {
	background-image: url(/rwd/fun/make/common/img/bg_main.png);
	background-position: 50% 0;
	background-repeat: repeat-y;
	background-size: 1958px 953px;
}

@media only screen and (max-width: 736px) {
	#contentArea .main-area-bg {
		background-image: url(/rwd/fun/make/common/img/sp/bg_main.png);
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-size: 381px 292px;
	}
}
/* --------------------------------------------------
		汎用class
-------------------------------------------------- */
.obj-pc {
	display: block;
}
.obj-sp {
	display: none;
}

@media only screen and (max-width: 736px) {
	.obj-pc {
		display: none;
	}
	.obj-sp {
		display: block;
	}
}


/* # products-list
----------------------------------- */
#contentArea .wrp-products-list-area {
	padding: 45px 0 80px;
}

#contentArea .wrp-products-list-area .ttl-products-list {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
}

#contentArea .wrp-products-list-area .ttl-products-list .en {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
}

#contentArea .wrp-products-list-area .products-list-recommend {
	margin-top: 50px;
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li {
	float: left;
	margin-left: 24px;
	width: 217px;
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li a {
	display: block;
	text-decoration: none;
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .products-img {
	position: relative;
	width: 217px;
	height: 217px;
	background-color: #fff;
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .products-img img {
	width: 217px;
	height: 217px;
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-ranking {
	position: relative;
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-ranking:before {
	display: block;
	position: absolute;
	content: '';
	top: -12px;
	left: 5px;
	width: 38px;
	height: 58px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 38px 58px;
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-ranking.icn-ranking-1:before {
	background-image: url(/rwd/fun/make/craft/img/icn_ranking1.png);
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-ranking.icn-ranking-2:before {
	background-image: url(/rwd/fun/make/craft/img/icn_ranking2.png);
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-ranking.icn-ranking-3:before {
	background-image: url(/rwd/fun/make/craft/img/icn_ranking3.png);
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-ranking.icn-ranking-4:before {
	background-image: url(/rwd/fun/make/craft/img/icn_ranking4.png);
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .products-name {
	margin-top: 15px;
	color: #000;
	font-size: 18px;
	text-align: center;
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .products-name span {
	display: inline-block;
	padding: 0 10px 8px;
}
#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .products-name span:after {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	margin: 5px auto 0 auto;
	background-color: #000;
}
#contentArea .wrp-products-list-area .products-list-recommend .products-list li.color-boys a .products-img {
	background-color: #f3fafa;
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li.color-girls a .products-img {
	background-color: #fef5f5;
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li.color-both a .products-img {
	background-color: #fff8eb;
}

#contentArea .wrp-products-list-area .products-list-recommend .products-list li:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 736px) {
	#contentArea .wrp-products-list-area {
		padding: 30px 0 40px;
	}

	#contentArea .wrp-products-list-area .ttl-products-list {
		font-size: 19px;
	}

	#contentArea .wrp-products-list-area .ttl-products-list .en {
		display: block;
		margin-bottom: 15px;
		font-size: 14px;
	}

	#contentArea .wrp-products-list-area .ttl-products-list .en img {
		width: 128px;
	}

	#contentArea .wrp-products-list-area .products-list-recommend {
		margin-top: 50px;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li {
		float: left;
		box-sizing: border-box;
		margin-top: 30px;
		margin-left: 0;
		width: 50%;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a {
		display: block;
		text-decoration: none;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .products-img {
		width: 100%;
		height: auto;
		background-color: #fff;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .products-img img {
		width: 100%;
		height: auto;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-star {
		position: relative;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-star:after {
		top: 10px;
		right: 10px;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-ranking {
		position: relative;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-ranking:before {
		display: block;
		position: absolute;
		content: '';
		top: -8px;
		left: 2px;
		width: 26px;
		height: 39px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 26px 39px;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-ranking.icn-ranking-1:before {
		background-image: url(/rwd/fun/make/craft/img/sp/icn_ranking1.png);
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-ranking.icn-ranking-2:before {
		background-image: url(/rwd/fun/make/craft/img/sp/icn_ranking2.png);
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-ranking.icn-ranking-3:before {
		background-image: url(/rwd/fun/make/craft/img/sp/icn_ranking3.png);
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .icn-ranking.icn-ranking-4:before {
		background-image: url(/rwd/fun/make/craft/img/sp/icn_ranking4.png);
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .products-name {
		margin-top: 15px;
		color: #000;
		font-size: 11px;
		text-align: center;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .products-name span {
		display: inline-block;
		padding: 0 10px 5px;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li a .products-name span:after {
		content: "";
		display: block;
		width: 48px;
		height: 2px;
		margin: 5px auto 0 auto;
		background-color: #000;
	}
	#contentArea .wrp-products-list-area .products-list-recommend .products-list li:nth-child(2n) {
		padding-left: 10px;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li:nth-child(2n-1) {
		padding-right: 10px;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li:first-child {
		margin-top: 0;
	}

	#contentArea .wrp-products-list-area .products-list-recommend .products-list li:nth-child(2) {
		margin-top: 0;
	}
}