@charset "utf-8";
/* ----------------------------------------------------------------------
 Page
---------------------------------------------------------------------- */
/*Common*/
.sp_element {
	display: block
}
.pc_element {
	display: none;
}
section {
	box-sizing: border-box;
	position: relative;
}
section p.note {
	font-size: 0.5em;
	margin-top: 1em;
}

/*Intro*/
section#Intro section {
	width:100%;
	height:calc(100vh - 48px);
}
section#Intro section div.inner {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	position: relative;
}
section#Intro section p.img-text img {
	width: 68px;
	height: auto;
}
section#Intro section:nth-of-type(1) {
	background:url("../images/Intro-img01_sp.jpg") no-repeat;
	/*background-size: auto 100%;*/
	background-size: cover;
}
section#Intro section:nth-of-type(1) p.img-text {
	position: absolute;
	top: 50px;
	left: 50px;
}
section#Intro section:nth-of-type(2) {
	background:url("../images/Intro-img02_sp.jpg") no-repeat;
	/*background-size: auto 100%;*/
	background-size: cover;
}
section#Intro section:nth-of-type(2) p.img-text {
	position: absolute;
	top: 50px;
	right: 50px;
}
section#Intro section:nth-of-type(3) {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#Intro section:nth-of-type(3) img {
	height: 330px;
	width: auto;
}
section#Intro section:nth-of-type(4) {
	background:url("../images/Intro-img04_sp.jpg") no-repeat;
	/*background-size: auto 100%;*/
	background-size: cover;
}

/*Trouble*/
section#Trouble section {
	width:100vw;
}
section#Trouble section div.inner {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	position: relative;
}
section#Trouble section p.img-text img {
	width: 68px;
	height: auto;
}
section#Trouble section:nth-of-type(1) {
	background:url("../images/Intro-img05_sp.jpg") no-repeat;
	/*background-size: auto 100%;*/
	background-size: cover;
	height:calc(100vh - 48px);
}
section#Trouble section:nth-of-type(1) p.img-text {
	position: absolute;
	top: 50px;
	left: 50px;
}
section#Trouble section.feeling {
	padding: 2em 6% 8em;
}
section#Trouble section.feeling header h1 {
	font-size: 1.35em;
	color: #ed1e79;
	text-align: center;
	font-weight: 400;
}
section#Trouble section.feeling ul {
	font-size: 1.15em;
	margin: 16px auto;
	padding: 1em 6.25%;
	width: 90%;
	background: url("../images/feeling-ul-bg_sp.png") no-repeat center top;
	background-size: 100% auto;
}
section#Trouble section.feeling ul li {
	line-height: 1.2;
	margin: 1em 0 0 1em;
}
section#Trouble section.feeling ul li:before {
	display: none;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
}
section#Trouble section.feeling ul li sup {
	font-size: 0.5em;
}
section#Trouble section.feeling p.proposal {
	margin-bottom: 0;
	background: url("../images/feeling-arrow.png") no-repeat center top;
	background-size: 80px auto;
	padding: 160px 0 0 0;
	font-size: 1.5em;
	text-align: center;	
}
section#Trouble p.note {
	text-align: center;
}

/*Cause*/
section#Cause {
	background: url("../images/cause-bg.jpg") repeat;
}
section#Cause p.proposal {
	margin-bottom: 0;
	background: url("../images/feeling-arrow.png") no-repeat center bottom 50px #fff;
	background-size: 80px auto;
	padding: 0 0 160px 0;
	font-size: 1.5em;
	text-align: center;	
}
section#Cause > figure {
	text-align: center;
	background: #fff;
	padding-bottom: 2em;
}
section#Cause > section {
	padding: 2em 0;
}
section#Cause section.Feature {
	background: url("../images/feature-bg_sp.jpg") no-repeat center center;
	background-size: cover;
	padding: 4em 0;
}
section#Cause section.Feature div.inner {
	padding: 1em;
	background: rgba(255,255,255,0.35);
	width: 80%;
	max-width: 620px;
	margin: auto;
	border-top: solid 2px #2ca6e0;
	border-bottom: solid 2px #2ca6e0;
}
section#Cause section.Feature h2 {
	color: #2ca6e0;
	font-family: kozuka-mincho-pro, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	margin-bottom: 0.75em;
	font-size: 1em;
}
section#Cause section.Feature ol {
	margin-left: 1em;
}
section#Cause section.Feature ol li {
	list-style: decimal;
	margin-bottom: 1em;
}
section#Cause section.Feature ol li:nth-last-of-type(1) {
	margin-bottom: 0;
}
section#Cause section.Howto {
	background: #fff;
	padding: 4em 0 2em;
}
section#Cause section.Howto h2 {
	text-align:center;
	font-size: 1.35em;
	margin-bottom: 2em;
}
section#Cause section.Howto ol li {
	text-align: center;
	font-size: 1.15em;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 2.25em;
}
section#Cause section.Howto ol li figure img {
	width: 80%;
	height: auto;
	margin: 0 auto 1em;
}
section#Cause > figure figcaption,
section#Cause > figure img,
section#Cause > section header,
section#Cause > section p,
section#Cause > section ul {
	width: 90%;
	max-width: 1024px;
	margin: auto;
}
section#Cause > section header h1 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 0.75em;
}
section#Cause > section ul.graf {
	padding-top: 1em;
}
section#Cause > section ul.graf li {
	margin: 2em 0 0;
}
section#Cause > section ul.graf li figcaption {
	font-size: 0.85em;
	margin-top: 1.15em;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*Measures*/
section#Measures {
	padding: 2em 0;
}
section#Measures header {
	margin-bottom: 2em;
}
section#Measures h1 {
	text-align: center;
}
section#Measures figure {
	background: url("../images/measures-figure-bg.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 2em;
	padding: 0em 0;
	text-align: center;
}
section#Measures figure img {
	width: 90%;
	max-width: 640px;
	height: auto;
	margin: auto;
}

/*Monitor*/
section#Monitor {
	padding: 0 0;
}
section#Monitor section.repeat {
	background: url("../images/Monitor-img01_sp.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	margin-bottom: 2em;
}
section#Monitor section.repeat div.inner {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	position: relative;
}
section#Monitor section.repeat p.img-text {
	position: absolute;
	top: 28px;
	right: 28px;
}
section#Monitor section.repeat p.img-text img {
	width: 18px;
	height: auto;
}
section#Monitor section.repeat p.img-pict img {
	width: 250px;
	height: auto;
	margin: 5em 0 5em 1em;
}
section#Monitor section.voice {
	margin: 2em 0 0;
	padding: 2em 0;
	background: url("../images/voice-bg.jpg") no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}
section#Monitor section.voice h1 {
	font-size: 2em;
	font-family: kozuka-mincho-pro, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	margin-bottom: 1em;
}
section#Monitor section.voice ul li {
	margin: 1em 0;
}
section#Monitor section.voice ul li:nth-of-type(odd) {
	background: url("../images/voice-balloon_l.png") no-repeat left top 30px;
	background-size: 10px auto;
	padding-left: 10px;
}
section#Monitor section.voice ul li:nth-of-type(even) {
	background: url("../images/voice-balloon_r.png") no-repeat right top 30px;
	background-size: 10px auto;
	padding-right: 10px;
}
section#Monitor section.voice ul li div.balloon {
	padding: 1em;
	background: #fff;
	border-radius: 1em;
}
section#Monitor section.voice ul li div.balloon h2 {
	font-size: 1.15em;
	font-family: kozuka-mincho-pro, serif;
	font-weight: 700;
	font-style: normal;
}
section#Monitor section.voice ul li div.balloon h2 span {
	display: block;
	font-size: 0.75em;
	color: #ed1c24;
}
section#Monitor section.voice ul li div.balloon div.entry {
	margin-top: 1em;
	font-size: 0.9em;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
}
section#Monitor section.voice ul li div.balloon div.entry:after {
	display: block;
	clear: both;
	content: '';
}
section#Monitor section.voice ul li div.balloon div.entry figure {
	text-align: center;
	width: 6em;
	float: left;
}
section#Monitor section.voice ul li div.balloon div.entry div.comment {
	float: right;
	width: calc(100% - 7em);
}

/*NewArrival*/
section#NewArrival {
	padding: 2em 0;
	background: url("../images/newarraival-bg_sp.jpg") no-repeat top -2.25em center;
	background-size: cover;
}
section#NewArrival p.rakuten {
	width: 160px;
	margin: 0 auto;
	margin-bottom: 1em!important;
	display: block;
}
section#NewArrival h1 {
	text-align: center;
	padding-bottom: 8em;
}
section#NewArrival p.proposal {
	margin: 2em 0 0 0;
	background: url("../images/feeling-arrow.png") no-repeat center bottom;
	background-size: 80px auto;
	padding: 0 0 80px 0;
	font-size: 1.5em;
	text-align: center;
	color: #ed1e79;
}

/*Flora*/
section#Flora {
	padding: 2em 0 0;
}
section#Flora h2,
section#Flora p.percentage {
	font-family: kozuka-mincho-pro, serif;
	font-weight: 700;
	font-style: normal;
}
section#Flora h2 {
	font-size: 1.15em;
}
section#Flora p.percentage {
	font-size: 1.3em;
	margin: 0.75em 0 1em;
	text-align: center;
}
section#Flora figure.flora {
	text-align: center;
	padding: 2em 0;
	margin: 2em 0;
	background: url("../images/Flora-bg_sp.jpg") no-repeat center center;
	background-size: cover;
}
section#Flora figure.flora figcaption {
	font-size: 1.5em;
	margin-bottom: 1.25em;
}
section#Flora figure.environment {
	padding: 2em 0;
	margin: 2em 0 0;
	background: url("../images/environment-bg_sp.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
}
section#Flora figure.environment img {
	width: 90%;
	height: auto;
	margin: auto;
}

/*Story*/
section#Story {
	padding: 0 0 2em;
}
section#Story section {
	padding: 2em 0 0 0;
}
section#Story section header p {
	text-align: center;
	font-size: 1.25em;
	color: #ed98bd;
}
section#Story section header p:after,
section#Story section header p:before {
	background: url("../images/story-h1-bg.png") no-repeat center;
	background-size: 48px auto;
	content: '　';
	display: block;
	margin: 0;
}
section#Story section header h1 {
	font-size: 1.5em;
	text-align: center;
	width: 90%;
	max-width: 1024px;
	margin: 0.75em auto 1em;
}
section#Story section figure {
	margin-bottom: 2em;
}
section#Story section figure.graf {
	padding: 2em 1em;
	background: url("../images/story-bg01-sp.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
}
section#Story section figure.graf2 {
	padding: 2em 0;
	background: url("../images/story-bg02-sp.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
}

/*Intro2*/
section#Intro2 section {
	width:100vw;
	height:calc(100vh - 48px);
}
section#Intro2 section div.inner {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	position: relative;
}
section#Intro2 section p.img-text img {
	width: 68px;
	height: auto;
}
section#Intro2 section:nth-of-type(1) {
	background:url("../images/Intro-img02_sp.jpg") no-repeat;
	/*background-size: auto 100%;*/
	background-size: cover;
}
section#Intro2 section:nth-of-type(1) p.img-text {
	position: absolute;
	top: 50px;
	right: 50px;
}
section#Intro2 section:nth-of-type(2) {
	background:url("../images/Intro-img06_sp.jpg") no-repeat;
	/*background-size: auto 100%;*/
	background-size: cover;
}
section#Intro2 section:nth-of-type(2) p.img-text {
	position: absolute;
	top: 50px;
	left: 50px;
}
section#Intro2 section:nth-of-type(3) {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#Intro2 section:nth-of-type(3) img {
	height: 330px;
	width: auto;
}
section#Intro2 section:nth-of-type(4) {
	background:url("../images/Intro-img04_sp.jpg") no-repeat;
	/*background-size: auto 100%;*/
	background-size: cover;
}

/*Recipe / Support*/
section#Recipe,
section#Support {
	padding: 0;
}
section#Recipe {
	padding-bottom: 2em;
}
section#Recipe figure,
section#Support figure {
	padding: 0 0 2em;
}
section#Recipe h1,
section#Support h1 {
	padding: 0 0 1em;
}

/*ItemDetail*/
section#ItemDetail {
	margin: 2em 0;
	padding: 2em 0 1em;
	background: #f2f2f2;
}
section#ItemDetail h1 {
	padding: 0 0 1em;
	text-align: center;
}
section#ItemDetail figure {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto 1em;
	text-align: center;
}
section#ItemDetail p.price {
	font-size: 2.5em;
	text-align: center;
	line-height: 0.5;
}
section#ItemDetail p.price span.yen {
	font-size: 0.5em;
}
section#ItemDetail p.price span {
	font-size: 0.25em;
	display: inline-block;
}
section#ItemDetail ul.purchase {
	margin: 2.5em auto 2em;
	width: 90%;
	max-width: 640px;
}
section#ItemDetail ul.purchase:after {
	display: block;
	clear: both;
	content: '';
}
section#ItemDetail ul.purchase li {
	width: 30%;
	float: left;
}
section#ItemDetail ul.purchase li:nth-of-type(2) {
	margin: 0 5%;
}
section#ItemDetail ul.purchase li figure {
	text-align: center;
}
section#ItemDetail ul.purchase li figure img {
	width: 50%;
	height: auto;
	margin-bottom: 0.5em;
}
section#ItemDetail figure img {
	width: 280px;
	height: auto;
}
section#ItemDetail dl {
	width: 90%;
	max-width: 640px;
	margin: 0 auto 1.5em;
	font-size: 0.9em;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}
section#ItemDetail dl dt {
	padding: 0.25em 0.5em;
	border: solid 1px #000;
	border-radius: 3px;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 0.5em;
}
section#ItemDetail dl dd ul {
	margin-left: 1.5em;
}
section#ItemDetail dl dd ul li {
	list-style: circle;
	margin-bottom: 0.25em;
}
section#ItemDetail dl.spec {
	padding-left: 1em;
}
section#ItemDetail dl.spec dt {
	border: none;
	padding: 0;
	float: left;
	margin: 0 0 0 -1em;
}
section#ItemDetail dl.spec dt:before {
	content: '■'
}
section#ItemDetail dl.spec dt:after {
	content: '：'
}
section#ItemDetail dl.spec dd {
	margin-bottom: 0.25em;
}

/*Purchase*/



/* ----------------------------------------------------------------------
 Tablet
---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	/*Common*/
	.sp_element {
		display: none
	}
	.pc_element {
		display: block;
	}
	
	/*Intro*/
	section#Intro section p.img-text img {
		width: 68px;
		height: auto;
	}
	section#Intro section:nth-of-type(1) p.img-text {
		position: absolute;
		top: 8em;
		left: 8em;
	}
	section#Intro section:nth-of-type(2) p.img-text {
		position: absolute;
		top: 8em;
		right: 8em;
	}
	
	/*Trouble*/
	section#Trouble section:nth-of-type(1) p.img-text {
		position: absolute;
		top: 8em;
		left: 8em;
	}
	section#Trouble section.feeling {
		padding: 2em 6% 8em;
	}
	section#Trouble section.feeling header h1 {
		font-size: 1.5em;
	}
	section#Trouble section.feeling ul {
		font-size: 1.3em;
		margin: 16px auto;
		padding: 1em 6.25%;
		width: 24em;
		background: url("../images/feeling-ul-bg_sp.png") no-repeat center top;
		background-size: contain;
	}
	
	/*Measures*/
	section#Measures figure {
		background: url("../images/measures-figure-bg.jpg") no-repeat center center;
		background-size: cover;
		margin-bottom: 2em;
		padding: 2.5em 0;
		text-align: center;
	}
	
	/*Cause*/
	section#Cause section.Feature .pc_element {
		display: inline-block;
	}
	section#Cause section.Howto ol:after {
		clear: both;
		content: '';
		display: none;
	}
	section#Cause section.Howto ol li {
		width: 30%;
		float: left;
		margin-right: 5%;
		font-size: 1em;
		text-align: left;
	}
	section#Cause section.Howto ol li:nth-of-type(3n) {
		margin-right: 0%;
	}
	section#Cause section.Howto ol li figure img {
		width: 100%;
		height: auto;
		margin: 0 auto 1em;
	}
	section#Cause > section ul.graf {
		padding-top: 1em;
	}
	section#Cause > section ul.graf:after {
		display: block;
		clear: both;
		content: '';
	}
	section#Cause > section ul.graf li {
		width: 46%;
		float: left;
		margin-right: 8%;
	}
	section#Cause > section ul.graf li:nth-of-type(2n) {
		margin-right: 0;
	}
	
	/*Monitor*/
	section#Monitor section.repeat p.img-text {
		position: absolute;
		top: 2em;
		right: 5em;
	}
	section#Monitor section.repeat p.img-text img {
		width: 34px;
		height: auto;
	}
	section#Monitor section.repeat p.img-pict img {
		width: 500px;
		height: auto;
		margin: 7em 0 7em 3em;
	}
	
	/*Flora*/
	section#Flora p.percentage {
		font-size: 2.5em;
		margin: 0.75em 0 1em;
		text-align: center;
	}
	section#Flora figure.flora img {
		width: 90%;
		max-width: 640px;
		height: auto;
		margin: auto;
	}
	section#Flora figure.environment img {
		width: 90%;
		max-width: 640px;
		height: auto;
		margin: auto;
	}
	
	/*Story*/
	section#Story section figure.graf img {
		width: 90%;
		max-width: 640px;
		height: auto;
		margin: auto;
	}
	section#Story section figure.graf2 img {
		width: 90%;
		max-width: 640px;
		height: auto;
		margin: auto;
	}
	
	/*Intro2*/
	section#Intro2 section:nth-of-type(1) p.img-text {
		position: absolute;
		top: 8em;
		right: 8em;
	}
	section#Intro2 section:nth-of-type(2) p.img-text {
		position: absolute;
		top: 8em;
		left: 8em;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	/*Intro*/
	section#Intro section:nth-of-type(1) {
		background:url("../images/Intro-img01_sp.jpg") no-repeat;
		background-size: 100% auto;
	}
	section#Intro section:nth-of-type(2) {
		background:url("../images/Intro-img02_sp.jpg") no-repeat;
		background-size: 100% auto;
	}
	section#Intro section:nth-of-type(4) {
		background:url("../images/Intro-img04_sp.jpg") no-repeat;
		background-size: 100% auto;
	}
	
	/*Trouble*/
	section#Trouble section:nth-of-type(1) {
		background:url("../images/Intro-img05_sp.jpg") no-repeat center center;
		background-size: 100% auto;
		height:calc(100vh - 48px);
	}
	
	/*Cause*/
	section#Cause section.Feature {
		background: url("../images/feature-bg_pc.jpg") no-repeat center center;
		background-size: cover;
	}
	
	/*NewArrival*/
	section#NewArrival {
		padding: 2em 0;
		background: url("../images/newarraival-bg_tab.jpg") no-repeat top center;
		background-size: cover;
	}

	/*Story*/
	section#Story section figure img.sp_element {
		display: block;
	}
	section#Story section figure img.pc_element {
		display: none;
	}
	
	/*Intro2*/
	section#Intro2 section:nth-of-type(1) {
		background:url("../images/Intro-img02_sp.jpg") no-repeat center center;
		background-size: 100% auto;
	}
	section#Intro2 section:nth-of-type(2) {
		background:url("../images/Intro-img06_sp.jpg") no-repeat center center;
		background-size: 100% auto;
	}
	section#Intro2 section:nth-of-type(4) {
		background:url("../images/Intro-img04_sp.jpg") no-repeat center center;
		background-size: 100% auto;
	}
}

/* ----------------------------------------------------------------------
 Desktop
---------------------------------------------------------------------- */
@media screen and (min-width: 1025px) {
	/*Intro*/
	section#Intro section:nth-of-type(1) {
		background:url("../images/Intro-img01_pc.jpg") no-repeat center center;
		background-attachment: fixed;
		background-size: cover;
	}
	section#Intro section:nth-of-type(2) {
		background:url("../images/Intro-img02_pc.jpg") no-repeat center center;
		background-attachment: fixed;
		background-size: cover;
	}
	section#Intro section:nth-of-type(4) {
		background:url("../images/Intro-img04_pc.jpg") no-repeat center center;
		background-attachment: fixed;
		background-size: cover;
	}
	
	/*Trouble*/
	section#Trouble section:nth-of-type(1) {
		background:url("../images/Intro-img05_pc.jpg") no-repeat center center;
		background-attachment: fixed;
		background-size: cover;
		height:calc(100vh - 48px);
	}
	
	/*Cause*/
	section#Cause section.Feature {
		background: url("../images/feature-bg_pc.jpg") no-repeat center center;
		background-attachment: fixed;
		background-size: cover;
	}
	
	/*Measures*/
	section#Measures figure {
		background: url("../images/measures-figure-bg.jpg") no-repeat center center;
		background-size: cover;
		margin-bottom: 2em;
		padding: 5em 0;
		text-align: center;
	}
	section#Measures figure img {
		width: 90%;
		max-width: 840px;
		height: auto;
		margin: auto;
	}
	
	/*Monitor*/
	section#Monitor section.repeat {
		background: url("../images/Monitor-img01_pc.jpg") no-repeat center left;
		background-size: cover;
		position: relative;
		margin-bottom: 2em;
		padding: 5em 0;
	}
	
	/*NewArrival*/
	section#NewArrival {
		padding: 2em 0;
		background: url("../images/newarraival-bg_pc.jpg") no-repeat top center;
	}
	section#NewArrival h1 {
		text-align: center;
		padding-bottom: 9.5em;
	}
	
	/*Flora*/
	section#Flora figure.flora {
		text-align: center;
		padding: 4em 0;
		margin: 2em 0;
		background: url("../images/Flora-bg_pc.jpg") no-repeat left center;
		background-size: cover;
	}
	section#Flora figure.environment {
		padding: 4em 0;
		margin: 2em 0 0;
		background: url("../images/environment-bg_pc.jpg") no-repeat center center;
		background-size: cover;
		text-align: center;
	}
	
	/*Story*/
	section#Story section figure img.sp_element {
		display: none;
	}
	section#Story section figure img.pc_element {
		display: block;
	}
	section#Story section figure.graf {
		padding: 3em 1em;
		background: url("../images/story-bg01-pc.jpg") no-repeat center center;
		background-size: cover;
		text-align: center;
	}
	section#Story section figure.graf2 {
		padding: 3em 0;
		background: url("../images/story-bg02-pc.jpg") no-repeat center center;
		background-size: cover;
		text-align: center;
	}
	
	/*Intro2*/
	section#Intro2 section:nth-of-type(1) {
		background:url("../images/Intro-img02_pc.jpg") no-repeat center center;
		background-attachment: fixed;
		background-size: cover;
	}
	section#Intro2 section:nth-of-type(2) {
		background:url("../images/Intro-img06_pc.jpg") no-repeat center center;
		background-attachment: fixed;
		background-size: cover;
	}
	section#Intro2 section:nth-of-type(4) {
		background:url("../images/Intro-img04_pc.jpg") no-repeat center center;
		background-attachment: fixed;
		background-size: cover;
	}


}
