@charset "UTF-8";

/* --------------------------------------------------
		common style override
-------------------------------------------------- */

#content #contentArea {
	overflow: hidden;
}

#stage #contentHead {
	overflow: hidden;
	background-color: #13c5d5;
}
#stage .contentHeadInner {
	width: 1012px;
}
#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%;
	}
}

/* --------------------------------------------------
		mainvisual
-------------------------------------------------- */

#stage .mainvisual {
	background-image: url("/rwd/fun/make/top/img/mainvisual.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
#stage .mainvisual .contentHeadInner {
	height: 298px;
}

#stage .mainvisual .ttl-main {
	position: absolute;
}
#stage .mainvisual .base {
	left: -15px;
}
#stage .mainvisual .ttl-main {
	left: 292px;
	top: 88px;
}
#stage .mainvisual .cloud-s, #stage .mainvisual .cloud-l, #stage .mainvisual .dotline-robot, #stage .mainvisual .dotline-airplane, #stage .mainvisual .dotline-ferriswheel {
	position: absolute;
}
#stage .mainvisual .cloud-s {
	left: 112px;
	top: 26px;
}
#stage .mainvisual .cloud-l {
	right: 158px;
	top: 17px;
}
#stage .mainvisual .dotline-robot {
	left: -108px;
	bottom: 5px;
}
#stage .mainvisual .dotline-airplane {
	right: -103px;
	top: 82px;
}
#stage .mainvisual .dotline-ferriswheel {
	right: -122px;
	bottom: 25px;
}
@media only screen and (max-width: 736px) {
	#stage .mainvisual .contentHeadInner {
		width: 100%;
	}
	#stage .mainvisual {
		height: 149px;
		background-image: url("/rwd/fun/make/top/img/sp/mainvisual.jpg");
		background-repeat: no-repeat;
		background-position: 50% 0;
		background-size: auto 149px;
	}
	#stage .mainvisual .base {
		display: none;
	}
	#stage .mainvisual .ttl-main {
		position: static;
		width: 244px;
		margin: 0 auto;
		padding-top: 63px;
	}
	#stage .mainvisual .ttl-main img {
		width: 100%;
		height: auto;
	}
	#stage .mainvisual .cloud-s, #stage .mainvisual .cloud-l, #stage .mainvisual .dotline-robot, #stage .mainvisual .dotline-airplane, #stage .mainvisual .dotline-ferriswheel {
		position: static;
		display: none;
	}
}

/* lnav
----------------------------------- */

#stage #contentHead .ctsTitle {
	display: none;
}
#stage #contentHead .lnav_wrp {
	position: absolute;
	bottom: 0;
}
#stage #contentHead .lnav ul {
	padding: 0 0 0 280px;
}

#stage #contentHead .lnav ul li {
	margin-right: 0;
}


#stage #contentHead .lnav .craft {
	width: 160px;
}

#stage #contentHead .lnav .idea {
	width: 120px;
	margin-left: -13px;
}

#stage #contentHead .lnav .craftnews {
	width: 120px;
	margin-left: -11px;
}

#stage #contentHead .lnav li.special {
	width: 160px;
	margin-left: -20px;
}

@media only screen and (max-width: 736px) {
	#stage #contentHead .lnav_wrp {
		display: none;
		top: -150px;
	}
	#stage #contentHead .lnav ul {
		padding: 0;
	}
}

/* topnav
----------------------------------- */
@media only screen and (max-width: 736px) {
	#stage #contentHead .topnav {
		display: none;
		position: absolute;
		left: 50%;
		bottom: -3px;
		margin-left: -125px;
		z-index: 99;
	}
	#stage #contentHead .topnav li {
		width: 84px;
		float: left;
	}
	#stage #contentHead .topnav li a {
		display: block;
	}
	#stage #contentHead .topnav li img {
		width: 100%;
		height: auto;
		margin-left: -2px;
	}
	#stage #contentHead .topnav li:first-child img {
		margin-left: 0;
	}
}

/* --------------------------------------------------
		contentArea
-------------------------------------------------- */

/* parts
----------------------------------- */

/* ttl-main */
#stage .ttl-main {
	font-size: 32px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: #000;
}
@media only screen and (max-width: 736px) {
	#stage .ttl-main {
		font-size: 20px;
	}
}

/* lead-arrow */

#stage .lead-arrow {
	margin-top: 16px;
	padding-top: 20px;
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
	color: #000;
	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;
	}
}

/* btn-more */

#stage .btn-more {
	text-align: center;
}
#stage .btn-more img {
	margin: 0 auto;
}
@media only screen and (max-width: 736px) {
	#stage .btn-more img {
		width: 100%;
		height: auto;
	}
}

/* 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 {
		width: 100%;
		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-share
----------------------------------- */

#contentArea .wrp-social {
	position: relative;
	padding: 20px 0;
}
#contentArea .wrp-share .list-share {
	padding-right: 180px;
	float: right;
}
#contentArea .wrp-share li {
	float: left;
	padding-left: 27px;
}
#contentArea .wrp-share li a {
	display: block;
}
#contentArea .wrp-share li img {
	width: 27px;
	height: auto;
}
#contentArea .wrp-youtube {
	position: absolute;
	top: 18px;
	right: -4px;
}

#contentArea .wrp-youtube li.youtube img {
	width: 148px;
}
#contentArea .wrp-youtube li.youtube_sp {
	display: none;
}

#contentArea .wrp-share .line {
	display: none;
}
@media only screen and (max-width: 736px) {
	#contentArea .wrp-share {
		padding: 0;
	}
	#contentArea .wrp-share .list-share {
		padding-right: 0;
		float: none;
		text-align: center;
	}
	#contentArea .wrp-share li {
		float: none;
		padding: 0 14px;
		display: inline-block;
	}
	#contentArea .wrp-share .line {
		display: inline-block;
	}
	#contentArea .wrp-youtube li.youtube {
		display: none;
	}
	#contentArea .wrp-youtube li.youtube_sp img {
		width: 100%;
	}
	#contentArea .wrp-youtube {
		width: 100%;
		position: static;
		padding: 0 15px;
		box-sizing: border-box;
	}
	#contentArea .wrp-youtube li.youtube_sp {
		width: 100%;
		display: block;
	}
}

/* bnr-add
----------------------------------- */
#stage .bnr-add {
	width: 760px;
	margin: 0 auto 40px;
}

@media only screen and (max-width: 736px) {
	#stage .bnr-add {
		width: 100%;
		margin-bottom: 18px;
	}

	#stage .bnr-add img {
		width: 100%;
	}
}

/* wrp-craft
----------------------------------- */

#stage .wrp-craft {
	width: 100%;
	padding-bottom: 55px;
	padding-top: 60px;
}
#stage .wrp-craft .inner-craft {
	width: 940px;
	margin: 0 auto;
}
#stage .wrp-craft .products-list-craft .products-list {
	margin-top: 30px;
}
#stage .wrp-craft .products-list-craft .products-list li {
	float: left;
	margin-left: 24px;
	width: 217px;
}
#stage .wrp-craft .products-list-craft .products-list li a {
	display: block;
	text-decoration: none;
}
#stage .wrp-craft .products-list-craft .products-list li a .products-img {
	position: relative;
	width: 217px;
	height: 217px;
	background-color: #fff;
}
#stage .wrp-craft .products-list-craft .products-list li a .products-img img {
	width: 100%;
	height: auto;
}
#stage .wrp-craft .products-list-craft .products-list li a .products-img:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	left: -6px;
	bottom: -6px;
}
#stage .wrp-craft .products-list-craft .products-list li a .products-name {
	margin-top: 15px;
	color: #000;
	font-size: 18px;
	text-align: center;
}
#stage .wrp-craft .products-list-craft .products-list li a .products-name span {
	display: inline-block;
	padding: 0 10px 8px;
}
#stage .wrp-craft .products-list-craft .products-list li a .products-name span:after {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	margin: 5px auto 0 auto;
	background-color: #000;
}
#stage .wrp-craft .products-list-craft .products-list li.color-boys a .products-img {
	background-color: #f3fafa;
}
#stage .wrp-craft .products-list-craft .products-list li.color-boys a .products-img:after {
	background-image: url("/rwd/fun/make/top/img/parts_thumb_boy.png");
}
#stage .wrp-craft .products-list-craft .products-list li.color-girls a .products-img {
	background-color: #fef5f5;
}
#stage .wrp-craft .products-list-craft .products-list li.color-girls a .products-img:after {
	background-image: url("/rwd/fun/make/top/img/parts_thumb_girl.png");
}
#stage .wrp-craft .products-list-craft .products-list li.color-both a .products-img {
	background-color: #fff8eb;
}
#stage .wrp-craft .products-list-craft .products-list li.color-both a .products-img:after {
	background-image: url("/rwd/fun/make/top/img/parts_thumb_both.png");
}
#stage .wrp-craft .products-list-craft .products-list li:first-child {
	margin-left: 0;
}
@media only screen and (max-width: 736px) {
	#stage .wrp-craft {
		padding-bottom: 25px;
		padding-top: 30px;
	}
	#stage .wrp-craft .inner-craft {
		width: 100%;
	}
	#stage .wrp-craft .products-list-craft .products-list {
		margin-top: 30px;
	}
	#stage .wrp-craft .products-list-craft .products-list li {
		box-sizing: border-box;
		margin-top: 30px;
		margin-left: 0;
		width: 50%;
	}
	#stage .wrp-craft .products-list-craft .products-list li a .products-img {
		width: 100%;
		height: auto;
	}
	#stage .wrp-craft .products-list-craft .products-list li a .products-img:after {
		width: 20px;
		height: 20px;
		background-size: 20px auto;
		left: -5px;
		bottom: -5px;
	}
	#stage .wrp-craft .products-list-craft .products-list li a .products-name {
		font-size: 11px;
	}
	#stage .wrp-craft .products-list-craft .products-list li a .products-name span {
		padding-bottom: 5px;
	}
	#stage .wrp-craft .products-list-craft .products-list li:nth-child(2n) {
		padding-left: 10px;
	}
	#stage .wrp-craft .products-list-craft .products-list li:nth-child(2n-1) {
		padding-right: 10px;
	}
	#stage .wrp-craft .products-list-craft .products-list li:first-child {
		margin-top: 0;
	}
	#stage .wrp-craft .products-list-craft .products-list li:nth-child(2) {
		margin-top: 0;
	}
	#stage .wrp-craft .products-list-craft .products-list:last-child {
		display: none;
	}
}

/* btn-more */

#stage .wrp-craft .btn-more {
	margin-top: 50px;
}
@media only screen and (max-width: 736px) {
	#stage .wrp-craft .btn-more {
		margin-top: 35px;
	}
}



/* wrp-special
----------------------------------- */

#stage .ttl-main span.special_ttl{
	display: block;
	line-height: 2.0;
	font-size: 20px;
	color: #666;
}
#stage .wrp-special {
	padding: 30px 0 55px 0;
	background-color: #f6f2ed;
}
#stage .wrp-special .special-top-img {
	width: 994px;
	margin: 0 auto;
}
#stage .wrp-special .special-top-img img{
	width: 100%;
	height: auto;
}
#stage .wrp-special .special-list {
	width: 1000px;
	margin: 10px auto 0;
}
#stage .wrp-special .special-list li {
	float: left;
	width: 500px;
	margin: 0;
}
#stage .wrp-special .special-list li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#stage .wrp-special .special_lead {
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
	color: #000;
	margin: 35px 0;
}
@media only screen and (max-width: 736px) {
	#stage .ttl-main span.special_ttl{
		display: block;
		line-height: 2.0;
		font-size: 18px;
		color: #666;
	}
  #stage .wrp-special {
	  padding: 20px 15px 30px;
	  background-color: #f6f2ed;
  }
	#stage .wrp-special .special-top-img  {
	 width: auto;
	 height: auto;
	 margin: 0 -7px;
  }
	#stage .wrp-special .special-list {
			width: 100%;
			height: auto;
		margin: 0px auto 20px;
	}
	#stage .wrp-special .special-list li {
		float: left;
		margin: 0;
		width: calc((100% - 10px) / 2);
		height: auto;
	}
	#stage .wrp-special .special-list li img{
		width: 100%;
	}
	#stage .wrp-special .special-list li.sp02 {
		margin-left: 10px;
	}
  #stage .wrp-special .special_lead {
	  font-size: 13px;
	  text-align: left;
	  margin: 15px 0;
  }
}


/* wrp-idea
----------------------------------- */

#stage .wrp-idea {
	padding: 60px 0 55px 0;
	background-color: #f7f8f8;
}
#stage .wrp-idea .products-list-idea {
	margin-top: 60px;
}
#stage .wrp-idea .products-list-idea .products-list {
	width: 940px;
	width: 780px; /* 5つの時 */
	margin: 0 auto;
}
#stage .wrp-idea .products-list-idea .products-list li {
	float: left;
	margin-left: 26px;
	width: 135px;
}
#stage .wrp-idea .products-list-idea .products-list li {
	display: block;
	text-decoration: none;
}
#stage .wrp-idea .products-list-idea .products-list li .products-img {
	width: 100%;
	height: 100px;
	overflow: hidden;
}
#stage .wrp-idea .products-list-idea .products-list li .products-img img {
	width: 100%;
	height: auto;
}
#stage .wrp-idea .products-list-idea .products-list li .products-name {
	margin-top: 25px;
	color: #000;
	font-size: 18px;
	text-align: center;
}
#stage .wrp-idea .products-list-idea .products-list li .products-name span {
	display: inline-block;
	padding: 0 0 8px;
}
#stage .wrp-idea .products-list-idea .products-list li .products-name span:after {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	margin: 5px auto 0 auto;
	background-color: #000;
}
#stage .wrp-idea .products-list-idea .products-list li:first-child {
	margin-left: 0;
}
@media only screen and (max-width: 736px) {
	#stage .wrp-idea {
		padding: 30px 0;
	}
	#stage .wrp-idea .ttl-main, #stage .wrp-idea .lead-arrow {
		padding-left: 15px;
		padding-right: 15px;
	}
	#stage .wrp-idea .products-list-idea {
		margin-top: 15px;
		padding: 0 15px;
	}
	#stage .wrp-idea .products-list-idea .products-list {
		width: auto;
	}
	#stage .wrp-idea .products-list-idea .products-list li {
		box-sizing: border-box;
		margin-left: 0;
		width: 50%;
	}
	#stage .wrp-idea .products-list-idea .products-list li a .products-img {
		width: 100%;
		height: auto;
	}
	#stage .wrp-idea .products-list-idea .products-list li a .products-name {
		font-size: 11px;
		margin-top: 15px;
	}
	#stage .wrp-idea .products-list-idea .products-list li a .products-name span {
		padding-bottom: 0;
		border-bottom: none;
	}
	#stage .wrp-idea .products-list-idea .products-list li a .products-name span:after {
		content: "";
		display: block;
		width: 48px;
		height: 2px;
		margin: 5px auto 0 auto;
		background-color: #000;
	}
	#stage .wrp-idea .products-list-idea .products-list li:nth-child(2n) {
		margin-top: 0px;
	}
	#stage .wrp-idea .products-list-idea .products-list li:nth-child(2n-1) {
		padding-right: 5px;
		margin-top: 0px;
	}
	#stage .wrp-idea .products-list-idea .products-list li:first-child {
		margin-top: 0;
	}
	#stage .wrp-idea .products-list-idea .products-list li:nth-child(2) {
		margin-top: 0;
				margin-bottom:25px;
	}
	#stage .wrp-idea .products-list-idea .products-list li:nth-child(5n),
		#stage .wrp-idea .products-list-idea .products-list li:nth-child(6n) {
		display: none;
	}
}

/* btn-more */

#stage .wrp-idea .btn-more {
	margin-top: 30px;
}
@media only screen and (max-width: 736px) {
	#stage .wrp-idea .btn-more {
		margin: 30px 15px 0 15px;
	}
	#stage .wrp-idea .btn-more a {
		padding: 0;
	}
	#stage .wrp-idea .btn-more .icon {
		display: table;
		margin: 0 auto;
		padding-left: 5px;
		padding-right: 15px;
	}
}

/* wrp-craftnews
----------------------------------- */

#stage .wrp-craftnews {
	padding-top: 60px;
	padding-bottom: 55px;
}
#stage .wrp-craftnews .products-list-craftnews {
	margin: 50px 0;
	border-bottom: 4px solid #efefef;
}
#stage .wrp-craftnews .products-list-craftnews .box-report {
	border-top: 4px solid #efefef;
	position: relative;
}
#stage .wrp-craftnews .products-list-craftnews .box-report p {
	position: absolute;
}
#stage .wrp-craftnews .products-list-craftnews .date, #stage .wrp-craftnews .products-list-craftnews .lead, #stage .wrp-craftnews .products-list-craftnews .txt {
	left: 280px;
}
#stage .wrp-craftnews .products-list-craftnews .date {
	top: 30px;
	font-size: 18px;
	color: #13c5d5;
	line-height: 1;
}
#stage .wrp-craftnews .products-list-craftnews .date span {
	display: table-cell;
	vertical-align: top;
	padding: 0 2px;
}
#stage .wrp-craftnews .products-list-craftnews .date .modIcn0, #stage .wrp-craftnews .products-list-craftnews .date .split {
	padding: 0;
}
#stage .wrp-craftnews .products-list-craftnews .lead, #stage .wrp-craftnews .products-list-craftnews .txt {
	color: #000;
}
#stage .wrp-craftnews .products-list-craftnews .lead {
	top: 70px;
	font-size: 18px;
	font-weight: bold;
}
#stage .wrp-craftnews .products-list-craftnews .txt {
	top: 115px;
	font-size: 16px;
	line-height: 1.9;
}
#stage .wrp-craftnews .products-list-craftnews .pic {
	top: 30px;
	width: 250px;
}
#stage .wrp-craftnews .products-list-craftnews .pic img {
	width: 100%;
	height: auto;
}

/* 201803 animal-special */
#stage .wrp-craftnews .products-special .box-report .lead {
	box-sizing: border-box;
	margin-top: 65px;
	padding: 0 15px;
	font-size: 25px;
	font-weight: bold;
}
#stage .wrp-craftnews .products-special .box-report .lead .text-loud {
	margin-right: 15px;
	color: #fff;
	font-size: 60px;
}
#stage .wrp-craftnews .products-special .box-report .lead .text-loud img {
	vertical-align: middle;
}

#stage .wrp-craftnews .products-special .box-report .lead2 {
	box-sizing: border-box;
    /* margin-top: 65px; */
    padding: 0;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    top: 134px;
    left: 490px;
    z-index: 9999;
}
#stage .wrp-craftnews .products-special .box-report .lead2 .text-loud {
	margin-right: 15px;
	color: #fff;
	font-size: 60px;
}
#stage .wrp-craftnews .products-special .box-report .lead2 .text-loud img {
	vertical-align: middle;
}
#stage .wrp-craftnews .products-special .box-report .pic {
	position: relative;
	z-index: 2;
}
#stage .wrp-craftnews .products-special .box-report .pic.new:before {
	content: "";
	position: absolute;
	top: -51px;
	right: 42px;
	display: block;
	width: 96px;
	height: 96px;
	background-image: url(/rwd/fun/make/common/img/icn_new.png);
	z-index: -1;
}
#stage .wrp-craftnews .products-special .box-report .pic a {
	position: relative;
	display: block;
}
#stage .wrp-craftnews .products-special .box-report .pic .craft-box-01 {
	float: right;
	width: 50%;
	z-index: 5;
}
#stage .wrp-craftnews .products-special .box-report .pic .img {
	height: 518px;
}
#stage .wrp-craftnews .products-special .box-report .pic .craft-box-01 .img img {
	margin-top: 87px;
	margin-left: -28px;
}
#stage .wrp-craftnews .products-special .box-report .pic .craft-box-02 {
	float: left;
	width: 50%;
}
#stage .wrp-craftnews .products-special .box-report .pic .craft-box-02 .img img {
	margin-top: 32px;
	margin-left: -69px;
}
#stage .wrp-craftnews .products-special .box-report .pic a:hover .img img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#stage .wrp-craftnews .products-special .pic .text {
	margin-top: 35px;
	text-align: center;
}
#stage .wrp-craftnews .products-special .pic .text span {
	display: inline-block;
	padding-right: 21px;
	background-image: url(/rwd/fun/make/common/img/icn_arr_blue_right.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
#stage .wrp-craftnews .products-special .pic .text .text-caption {
	margin-top: 5px;
	background-image: none;
	font-size: 14px;
	font-weight: normal;
}
@media only screen and (max-width: 736px) {
	#stage .wrp-craftnews .products-special .box-report .lead {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #efefef;
		font-size: 18px;
		text-align: center;
	}
	#stage .wrp-craftnews .products-special .box-report .lead .text-loud {
		display: block;
		margin-top: 8px;
		margin-right: 0;
		margin-bottom: 8px;
		font-size: 34px;
	}
	#stage .wrp-craftnews .products-special .box-report .lead .text-loud img {
		width: 100%;
	}
	
	#stage .wrp-craftnews .products-special .box-report .lead2 {
		position: relative;
		top: auto;
		left: auto;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #efefef;
		font-size: 18px;
		text-align: center;
	}
	#stage .wrp-craftnews .products-special .box-report .lead2 .text-loud {
		display: block;
		margin-top: 8px;
		margin-right: 0;
		margin-bottom: 8px;
		font-size: 34px;
	}
	#stage .wrp-craftnews .products-special .box-report .lead2 .text-loud img {
		width: 100%;
	}
	#stage .wrp-craftnews .products-special .box-report .pic.new:before {
		top: -67px;
		right: auto;
		left: 15px;
		width: 70px;
		height: 70px;
		background-size: 100% auto;
	}
	#stage .wrp-craftnews .products-special .box-report .pic {
		margin-top: 15px;
		margin-bottom: 30px;
		text-align: center;
	}
	#stage .wrp-craftnews .products-special .box-report .pic a {
		float: none !important;
		width: 100% !important;
		margin-top: 25px;
	}
	#stage .wrp-craftnews .products-special .box-report .pic a .img {
		height: auto !important;
	}
	#stage .wrp-craftnews .products-special .box-report .pic .craft-box-02 {
		margin-top: 20px;
	}

	#stage .wrp-craftnews .products-special .box-report .pic .craft-box-01 img {
		width: 103%;
		margin-left: -1% !important;
		margin-top: 0 !important;
	}
	#stage .wrp-craftnews .products-special .box-report .pic .craft-box-02 img {
		margin-top: 0 !important;
		margin-left: 0!important;
		width:100%;
		height:auto;
	}
	#stage .wrp-craftnews .products-special .pic .text {
		margin-top: 20px;
	}
	#stage .wrp-craftnews .products-special .pic .text span {
		padding-right: 0;
		padding-left: 15px;
		background-position: 0 50%;
		background-size: 6px auto !important;
		font-size: 17px;
	}
	#stage .wrp-craftnews .products-special .pic .text .text-caption {
		font-size: 12px;
	}
}


/* 201603 */

#stage .wrp-craftnews .products-list-craftnews .report-1603 {
	min-height: 291px;
}

/* 201512 */

#stage .wrp-craftnews .products-list-craftnews .report-1512 {
	min-height: 390px;
}
@media only screen and (max-width: 736px) {
	#stage .wrp-craftnews {
		padding-top: 25px;
		padding-bottom: 35px;
	}
	#stage .wrp-craftnews .products-list-craftnews {
		margin: 15px 0 0 0;
		border-bottom: none;
	}
	#stage .wrp-craftnews .products-list-craftnews .box-report {
		border-top-width: 2px;
		padding: 15px 0;
		position: static;
		min-height: auto;
	}
	#stage .wrp-craftnews .products-list-craftnews .box-report p {
		position: static;
	}
	#stage .wrp-craftnews .products-list-craftnews .date {
		font-size: 12px;
	}
	#stage .wrp-craftnews .products-list-craftnews .date span {
		padding: 0 1px;
	}
	#stage .wrp-craftnews .products-list-craftnews .date .modIcn0, #stage .wrp-craftnews .products-list-craftnews .date .split {
		padding: 0;
	}
	#stage .wrp-craftnews .products-list-craftnews .lead {
		margin-top: 8px;
		font-size: 15px;
	}
	#stage .wrp-craftnews .products-list-craftnews .txt {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.7;
	}
	#stage .wrp-craftnews .products-list-craftnews .pic {
		width: auto;
		margin-top: 15px;
	}
}

/* btn-more */

#stage .wrp-craftnews .btn-more {
	margin-top: 50px;
}
@media only screen and (max-width: 736px) {
	#stage .wrp-craftnews .btn-more {
		margin-top: 8px;
	}
}

/* wrp-movie-area
----------------------------------- */
#stage .wrp-movie-area {
	padding: 60px 0 55px 0;
	border-top: 2px solid #000;
	background-color: #f7f8f8;
	text-align: center;
}
#stage .wrp-movie-area .ttl-main {
	margin: 25px 0 45px 0;
}
#stage .wrp-movie-area .movie-area {
	width: 940px;
	max-width: 100%;
	margin: 0 auto;
}
#stage .wrp-movie-area .movie-area .inner-movie {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#stage .wrp-movie-area .movie-area iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#stage .wrp-movie-area .btn-youtube {
	display: table;
	margin: 50px auto 0 auto;
	text-align: center;
	background-color: #fff;
}
@media only screen and (max-width: 736px) {
	#stage .wrp-movie-area {
		padding: 30px 0;
	}
	#stage .wrp-movie-area .subttl img {
		width: 110px;
		height: auto;
	}
	#stage .wrp-movie-area .ttl-main {
		margin: 10px 0 20px 0;
	}
	#stage .wrp-movie-area .movie-area {
		width: auto;
		padding: 0 15px;
	}
	#stage .wrp-movie-area .btn-youtube {
		margin-top: 23px;
		padding: 0 15px;
	}
	#stage .wrp-movie-area .btn-youtube a:hover {
		opacity: 1;
	}
	#stage .wrp-movie-area .btn-youtube img {
		width: 100%;
		height: auto;
	}
}

/* --------------------------------------------------
		汎用class
-------------------------------------------------- */

.obj-pc {
	display: block;
}
.obj-sp {
	display: none;
}
@media only screen and (max-width: 736px) {
	.obj-pc {
		display: none;
	}
	.obj-sp {
		display: block;
	}
}
