@charset "UTF-8";

@media screen and (max-width: 768px){



/*== base =========================================================================*/

	body {
		background: #fff;
		font-size: 1.4rem;
		-webkit-text-size-adjust: 100%;
	}
	
	.wrap {
		width: 100%; min-width: 320px; height: auto;/*5400px*/
		/*background: url(http://www.shuuemuramy.com/whats-new/lightbulb-aerial/assets/img/_atari_sp.jpg) 0 115px no-repeat;*/
	}
	
	.mainView {
		padding: 0;
	}
	
	.main .inner {
		padding: 50px 24px;
	}
	
	.main > section:nth-of-type(n+2) .inner,
	.main > aside .inner,
	.footer .inner {
		border-top: none;
	}
	.main > section:nth-of-type(n+2) .inner:before,
	.main > aside .inner:before,
	.footer .inner:before {
		content: '';
		display: block;
		position: relative;
		left: 0; top: -50px;
		width: 100%; height: 1px;
		border-top: #d5d5d5 solid 0.9px;
	}
	.footer .inner:before {
		top: -24px;
	}
	
	.pcElm { display: none;}
	.spElm { display: block;}
	
	/*== common =========================================================================*/
	
	.heading {
		margin-top: -11px;
		font-size: 2.5rem; line-height: 1.4;
	}
	
	.heading + .lead {
		margin-top: 20px;
		line-height: 1.3;
	}
	
	.subhead {
		margin-top: 12px;
		font-size: 1.8rem; line-height: 1.2; font-weight: 300;
	}

	.subhead + p {
		margin-top: 12px;
		line-height: 1.25;
	}

	.txtBlock {
		width: 100%;
		padding-top: 27px;
	}

	.txtBlock .new {
		width: 90px;
		padding: 2px 0 5px;
		font-size: 1.4rem;
	}
	
	.txtBlock .note {
		margin-top: 10px;
		font-size: 1.3rem; line-height: 1.2;
	}
	
	.txtBlock.point .title {
		font-size: 1.6rem;
	}
	
	/*== txtList ==================================*/
	
	.txtBlock .txtList {
		padding-left: 1em;
		margin-top: 18px;
		font-size: 1.3rem; line-height: 1.4;
	}
	
	.txtBlock .txtList li {
		margin-top: 8px;
	}
	
	/*== buyBtn ==================================*/
	
	.buyBtn {
		margin-top: 27px;
	}
	
	.buyBtn a {
		max-width: auto;
		padding: 10px 0 13px 0;
		font-size: 1.7rem;
	}
	
	.buyBtn a:before {
		width: 20px; height: 18px;
		margin-right: 6px;
		vertical-align: -3px;
	}
	
	/*== intro =========================================================================*/
	
	.intro .inner {
		padding-top: 430px;
	}
	
	.intro__img1 {
		position: absolute;
		right: 0; left: 50%; top: 0; z-index: 0;
		width: 530px; height: 530px;
		margin-left: -265px;
	}
	
	.intro__heading {
		position: relative;
		z-index: 1;
		font-size: 3.0rem;
	}
	
	.intro__colorList {
		margin: 15px 0 0 -9px;
	}
	.intro__colorList li {
		width: 36px;
		margin: 15px 0 0 9px;
		font-size: 1.2rem;
	}
	.intro__colorList span {
		width: 36px; height: 36px;
		margin-bottom: 5px;
	}
	
	/*== sponge =========================================================================*/
	
	.sponge__img1 {
		position: relative;
		left: auto; top: auto; z-index: 0;
		width: 65.51%; height: auto;
		margin: 0 auto;
	}
	
	.sponge__heading {
		margin-top: 54px;
	}
	
	.sponge__txtBlock1 {
		float: none;
	}
	
	.sponge__txtBlock2 {
		float: none;
		padding-left: 0;
	}
	
	.sponge__txtBlock2 .txtList {
		padding: 0 30px 0 30px;
	}
	
	.sponge__txtBlock2 .img1 {
		width: 64.68%;
		margin: 20px auto 0;
	}
	
	/*== howto =========================================================================*/
	
	.howto__txtBlock {
		margin-top: 0;
	}
	
	.howto__txtBlock .flow {
		margin-top: 15px;
	}

/*== lineup =========================================================================*/

	.lineup .inner {
	}
	
	.lineup__itemsWrap {
		margin-top: 30px;
	}
	
	.lineup__items {
		padding-right: 66px;
	}
	
	.lineup__items > li {
		float: none;
		position: relative;
		width: 100%;
		margin-top: 30px;
	}
	.lineup__items > li:nth-of-type(n+2) {
		margin-left: 0;
	}
	
	.lineup__items .new {
		position: relative;
		top: auto; left: auto;
		margin-top: 20px;
	}
	
	.lineup__items .itemImg {
		float: left;
		width: 51.77%;
		margin-top: 20px;
	}
	
	.lineup__items .txtList {
		float: left;
		width: 47.22%;
		margin-top: 5px;
	}
	
	.lineup__items .txtList li {
		font-size: 1.2rem;
	}
	
	.lineup__items .buyBtn {
		margin-top: 20px;
	}
	
	.lineup__itemsWrap .coverage {
		position: absolute;
		right: 15px; top: 0;
		width: 25px; height: 100%;
		padding-right: 0;
		padding-bottom: 30px;
		margin-top: 0;
	}
	.lineup__itemsWrap .coverage .arrow {
		display: block;
		position: relative;
		width: 25px; height: 100%;
		padding: 10px 0 0;
		background: #fff5ec;
		background: -webkit-linear-gradient(top, #feead9 0%,#f0b480 100%);
		background: linear-gradient(to bottom,  #feead9 0%,#f0b480 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feead9', endColorstr='#f0b480',GradientType=0 );
		font-size: 2.2rem; color: #fff;
		text-align: center;
	}
	.lineup__itemsWrap .coverage .arrow:after {
		content: '';
		display: block;
		position: absolute;
		right: -13px; top: auto; bottom: -45px;
		width: 0; height: 0;
		border-top: 24px solid #f0b480;
		border-right: 26px solid transparent;
		border-bottom: 24px solid transparent;
		border-left: 26px solid transparent;
	}
	.lineup__itemsWrap .coverage span {
		position: absolute;
		left: -1.1em; top: 50%;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		font-size: 1.4rem;
	}

/*== tech =========================================================================*/
	
	.tech {
		background: url(http://www.shuuemuramy.com/whats-new/lightbulb-aerial/assets/img/sp/tech_bg_top.jpg) left top no-repeat, url(http://www.shuuemuramy.com/whats-new/lightbulb-aerial/assets/img/sp/tech_bg_bottom.jpg) left bottom no-repeat;
		background-size: 100% auto;
	}
	
	.tech .inner {
		padding-bottom: 130px;
	}
	
	.tech__img1 {
		display: none;
	}
	
	.tech__itemsWrap {
		width: 100%;
	}
	
	.tech__items {
		margin-top: 5px;
	}
	
	.tech__items > li {
		float: none;
		width: 100%;
	}
	
	.tech__items > li:nth-of-type(2) {
		margin-left: 0;
	}
	
	.tech__items .title + p {
		margin-top: 15px;
		line-height: 1.4;
		text-align: center;
	}
	
	.tech__items .itemImg {
		width: 64.57%;
		margin: 20px auto 0;
	}
	
	.tech__items .itemImg + ul {
		margin-top: 15px;
	}
	
	.tech__items .txtList {
		padding: 0 30px 0 30px;
	}
	
	.tech__txtBlock2 {
		padding-left: 0;
		margin-top: 0;
	}
	
	.tech__txtBlock2 .flow {
		width: 94.51%;
		margin: 30px auto 0;
		text-align: center;
	}
	
/*== result =========================================================================*/

.result__itemsWrap {
	width: 100%;
	margin: 0 auto;
}

.result__items > li {
	float: left;
	position: relative;
	width: 100%; box-sizing: border-box;
}
.result__items > li:nth-of-type(n+2) {
	margin-left: 0;
	margin-top: -17px;
}

.result__items .title + p {
	position: absolute;
	right: 0; top: 100px;
	width: 55.64%;
	margin-top: 0;
	line-height: 1.4;
	text-align: left;
}

.result__items .itemImg {
	width: 38.55%; height: auto;
	margin: 15px 0 0 0;
}

.result__note {
	margin-top: 25px;
	font-size: 1.3rem; line-height: 1.2;
}

/*== other =========================================================================*/

/*== footer =========================================================================*/

.footer {
}
	
.footer .inner {
	padding: 30px 24px;
}

.footer__logo {
	width: 126px; height: auto;
	margin: 0 auto;
}

/*==  =========================================================================*/
/*==  ==================================*/
/*==  ==*/
}