@charset "utf-8";
.mt0 {
	margin-top: 0 !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.idea {
	font-size: 14px;
	line-height: 1.8em;
}
@media screen and (max-width: 768px) {
	.idea h2 {
		margin-bottom: 15px;
	}
}
.idea .kv {
	text-align: center;
}
@media screen and (min-width: 769px) {
	.idea .kv {
		width: 899px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 72px;
	}
	#idea02 h2 {
		margin-top: 18px;
	}
	#idea02 .illust {
		width: 760px;
		margin: 0 auto 77px;
	}
	#idea02 .illust img {
		max-width: none;
	}
	#idea02 .lead {
		margin-top: 0;
		line-height: 1.4;
	}
	#idea02 .sub-lead {
		margin: 0 auto;
	}
	#idea02 .toggle dd h3 {
		margin-bottom: 0;
	}
	#idea02 .col2 p {
		margin-bottom: 0;
		line-height: 1.75em;
	}
	#idea02 .col2 p p {
		margin-top: 0 ;
	}
	#idea02 .col2 .caption {
		margin-bottom: -20px;
		line-height: 1.5;
	}
	#idea02 .toggle #idea5 .col2 h4 {
		margin: -10px auto 0;
	}
}
@media screen and (max-width: 768px) {
	#idea02 {
		margin: 0 22px;
	}
	.idea .kv {
		margin-bottom: 80px;
	}
	#idea02 .illust {
		margin-bottom: 25px;
	}
	#idea02 .lead {
		margin-top: 0;
		line-height: 1.4;
	}
	#idea02 .sub-lead {
		margin: 0 auto;
	}
	#idea02 .kv + h2 {
		margin-top: 0;
	}
	#idea02 .toggle dd {
		margin: 0 auto;
	}
	#idea02 .toggle .col2 > div:first-child p {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 1.8em;
	}
	#idea02 .toggle .col2 .caption {
		margin-bottom: 0;
		line-height: 1.5;
	}
	#idea02 .toggle #idea5 .col2 h4 {
		margin-bottom: 0;
	}
}
.idea .kv h2 {
	line-height: 0;
}
@media screen and (min-width: 769px) {
	.idea .kv h2 {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.idea .kv h2 {
		margin-top: 17px;
		margin-bottom: 17px;
	}
}

@media screen and (max-width: 768px) {
	.idea .kv h2 img {
		width: 97px;
		height: 14px;
	}
}
.idea .kv .illust {
	background: #000;
}
.idea .kv .lead {
	font-size: 18px;
}
@media screen and (min-width: 769px) {
	.idea .kv .lead {
		margin-bottom: 58px;
	}
}
@media screen and (max-width: 768px) {
	.idea .kv .lead {
		margin-bottom: 60px;
	}
}
.idea .kv .sub-lead {
	display: inline-block;
	text-align: left;
	line-height: 1.9em;
}
@media screen and (min-width: 769px) {
	.idea .kv .sub-lead {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.idea .kv .sub-lead {
		padding: 0 18px;
	}
}
@media screen and (max-width: 374px) {
	.idea .kv .sub-lead {
		font-size: 13px !important;
		padding: 0 4px !important;
	}
}
@media screen and (min-width: 769px) {
	.idea dl {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 769px) {
	.idea dl dt {
		width: 280px;
		margin: 0;
		margin-left: 30px;
	}
	.idea dl dt:nth-child(3n+1) {
		margin-left: 0;
	}
	.idea dl dt:nth-last-of-type(1), .idea dl dt:nth-last-of-type(2), .idea dl dt:nth-last-of-type(3) {
		border-bottom: 1px solid #555555;
	}
	.idea dl dt:nth-of-type(1) {
		-ms-flex-order: 0;
		order: 0;
	}
	.idea dl dt:nth-of-type(2) {
		-ms-flex-order: 1;
		order: 1;
	}
	.idea dl dt:nth-of-type(3) {
		-ms-flex-order: 2;
		order: 2;
	}
	.idea dl dt:nth-of-type(4) {
		-ms-flex-order: 3;
		order: 3;
	}
	.idea dl dt:nth-of-type(5) {
		-ms-flex-order: 4;
		order: 4;
	}
}
@media screen and (max-width: 768px) {
	.idea dl dt {
		margin: 0;
		font-size: 16px;
	}
	.idea dl dt a {
		pointer-events: none;
	}
}
@media screen and (min-width: 769px) {
	.idea dl dd {
		width: 100%;
		margin: 48px 0 28px;
		border-top: 1px solid #555555;
		display: block !important;
		line-height: 1.75em;
	}
}
.idea dl dd h3 {
	font-size: 18px;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.idea dl dd h3 {
		margin-top: 16px;
	}
}
.idea dl dd h4 {
	font-size: 16px;
}
@media screen and (min-width: 769px) {
	.idea dl dd h4 {
		margin-top: -10px;
	}
}
@media screen and (max-width: 768px) {
	.idea dl dd h4 {
		margin-top: 20px;
	}
}
.idea dl dd p {
	text-align: justify;
}
@media screen and (min-width: 769px) {
	.idea dl dd p {
		margin-top: 5px;
	}
}
@media screen and (max-width: 768px) {
	.idea dl dd p {
		margin-top: 14px;
		text-indent: 14px;
	}
}
@media screen and (min-width: 769px) {
	.idea dl dd p:first-child {
		margin-top: -5px;
	}
}
.idea dl dd img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.idea dl dd img {
		margin-top: 30px;
	}
}
@media screen and (min-width: 769px) {
	.idea dl dd .link {
		text-align: right;
		margin-top: 20px;
	}
}
.idea dl dd .link a {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.idea dl dd > *:first-child {
		margin-top: 20px;
	}
	.idea dl dd > *:last-child {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 769px) {
	.idea dl dd .col2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: flex-starts;
		align-items: flex-starts;
		text-align: left;
		margin-top: 5px;
	}
}
@media screen and (min-width: 769px) {
	.idea dl dd .col2 > div {
		width: 560px;
		margin-top: 30px;
	}
	.idea dl dd .col2 > div img:nth-child(2) {
		margin-top: 30px;
	}
}
@media screen and (min-width: 769px) {
	.idea dl dd .col2 > div:nth-child(odd) {
		width: 310px;
		margin-right: 30px;
	}
	.idea dl dd .col2 > div:nth-child(odd) p {
		text-indent: 14px;
	}
}
.idea dl dd:nth-of-type(1) {
	-ms-flex-order: 6;
	order: 6;
}
.idea dl dd:nth-of-type(2) {
	-ms-flex-order: 7;
	order: 7;
}
.idea dl dd:nth-of-type(3) {
	-ms-flex-order: 8;
	order: 8;
}
.idea dl dd:nth-of-type(3) p:nth-of-type(3) {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.idea dl dd:nth-of-type(3) .atelier {
		-ms-flex-order: 3;
		order: 3;
		margin-right: 0px !important;
	}
}
@media screen and (min-width: 769px) {
	.idea dl dd:nth-of-type(3) .name {
		-ms-flex-order: 2;
		order: 2;
		margin-right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.idea dl dd:nth-of-type(3) .name img {
		margin-top: 10px !important;
	}
}
@media screen and (min-width: 769px) {
	.idea dl dd:nth-of-type(1) *:nth-child(odd) p:nth-child(3) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.idea dl dd:nth-of-type(1) *:nth-child(odd) p:nth-child(3) {
		margin-top: 0px;
	}
}
.idea dl dd:nth-of-type(1) *:nth-child(odd) p:last-child {
	margin-top: 0px;
}
.idea dl dd:nth-of-type(4) {
	-ms-flex-order: 9;
	order: 9;
}
@media screen and (min-width: 769px) {
	.idea dl dd:nth-of-type(4) *:nth-child(odd) p:last-child {
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.idea dl dd:nth-of-type(4) *:nth-child(odd) p:last-child {
		margin-top: 0px;
	}
}
.idea dl dd:nth-of-type(5) {
	-ms-flex-order: 10;
	order: 10;
}
@media screen and (min-width: 769px) {
	.idea dl dd:nth-of-type(5) .col2 > div {
		width: 435px !important;
	}
}
@media screen and (min-width: 769px) {
	.idea dl dd:nth-of-type(5) .col2 > div:nth-child(odd) {
		width: 435px !important;
	}
	.idea dl dd:nth-of-type(5) .col2 > div:nth-child(2) {
		margin-top: 54px;
	}
}
.idea dl dd:nth-of-type(5) p {
	text-indent: 0px !important;
}
.idea dl dd:nth-of-type(5) .photo img {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.idea dl dd:nth-of-type(5) h4 {
		margin-top: 30px;
	}
}
@media screen and (min-width: 769px) {
	.bnr {
		margin-top: 21px;
	}
}
.caption {
	color: #969696;
}
@media screen and (min-width: 769px) {
	.caption {
		font-size: 12px;
		margin-bottom: -20px;
	}
}
@media screen and (max-width: 768px) {
	.not-caption {
		margin-bottom: 30px;
	}
}