@charset "UTF-8";
/* =============================================================================

	メルメROOM

============================================================================= */
.merume-room {}
.merume-room .thiscontents {
	padding: 40px 0 70px;
}
/*
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
*/
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.merume-room .thiscontents {
	padding: 30px 0;
}
	/*
section {
	min-width: 100%;
}
.sp {
	display: block;
}
	*/
}/* for SP max-width: 800px */

/*===============================================================
	
	トップページ
	
===============================================================*/

/*-------------------------------------------------------------
	メインビジュアル
-------------------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 470px;
	background: url(../../merume-room/images/maintitle_bg.jpg) no-repeat center top;
	background-size: cover;
}
#mainvisual .content_width {
	position: relative;
}
#mainvisual .title {
	position: absolute;
	top: 93px;
	left: 0;
	width:476px;
}
#mainvisual .title h1 {
	position: relative;
	margin: 0;
	z-index: 1;
}
#mainvisual .title .star {
	position: absolute;
}
#mainvisual .title .star img {
	display: block;
}
#mainvisual .title .star.star01 {
	top: 49px;
	left: 37px;
	width: 24px;
}
#mainvisual .title .star.star02 {
	top: 55px;
	right: 22px;
	width: 13px;
}
#mainvisual .title .star.star03 {
	bottom: 30px;
	right: -31px;
	width: 24px;
}
#mainvisual .title .star.star04 {
	bottom: -40px;
	left: 37px;
	width: 24px;
}
#mainvisual .title .star.star05 {
	bottom: -34px;
	right: 30px;
	width: 14px;
}
#mainvisual .title .star.star06 {
	bottom: -87px;
	left: 68px;
	width: 13px;
}
#mainvisual .title .caption {
	position: absolute;
	bottom: -61px;
	left: 50%;
	width: 292px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
#mainvisual {
	height: 47.058666666vw;
}
#mainvisual .title {
	top: 5vw;
	left: 2%;
	width: 54%;
}
#mainvisual .title .star.star01 {
	top: 22.916666666%;
	left: 7.798165137%;
	width: 4.266666666%;
}
#mainvisual .title .star.star02 {
	top: 26.041666666%;
	right: 5.045871559%;
	width: 3.211009174%;
}
#mainvisual .title .star.star03 {
	bottom: 15.625%;
	right: -5.963302752%;
	width: 5.504587155%;
}
#mainvisual .title .star.star04 {
	bottom: -25%;
	left: 0.917431192%;
	width: 5.045871559%;
}
#mainvisual .title .star.star05 {
	bottom: -16.666666666%;
	right: -1.376146788%;
	width: 3.211009174%;
}
#mainvisual .title .star.star06 {
	bottom: -29.166666666%;
	left: auto;
	right: 5.504587155%;
	width: 4.587155963%;
}
#mainvisual .title .caption {
	bottom: -41.666666666%;
	width: 94%;
}
}/* for SP max-width: 800px */


/*===============================================================

	コンテンツ

===============================================================*/

/*-------------------------------------------------------------
	今の時代に売れる「商業イラスト」の描き方とは？
-------------------------------------------------------------*/
.commercial {
	position: relative;
	margin-bottom: 50px;
}
.commercial .subtitle {
	margin-bottom: 20px;
}
.commercial .subtitle h2 {
	position: relative;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	padding: 8px 0 8px 60px;
	margin: 0;
}
.commercial .subtitle h2 br,
.commercial ul li h3 br {
	display: none;
}
.commercial .subtitle h2:before {
	content: url(../../merume-room/images/top_subtitle_icon.svg);
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.commercial ul {}
.commercial ul li {
	display: flex;
	margin-bottom: 20px;
}
.commercial ul li:last-child {
	margin-bottom: 0;
}
.commercial ul li .no {
	display: flex;
	width: 35px;
	justify-content: center;
	align-items: center;
	margin-right: 25px;
}
.commercial ul li.no01 .no img {
	width: 51.428571428%;
}
.commercial ul li.no02 .no img {
	width: 100%;
}
.commercial ul li.no03 .no img {
	width: 94.285714285%;
}
.commercial ul li .txt {
	width: auto;
}
.commercial ul li h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px;
}
.commercial ul li p {
	margin: 0;
}
.commercial .eyecatch {
	position: absolute;
	top: 0;
	right: 0;
	width: 34%;
}
.commercial .eyecatch .photo {
	width: 100%;
}
.commercial .eyecatch .photo img {
	width: 100%;
	height: auto;
}
.commercial .eyecatch .exclamation {
	position: absolute;
	top: 20.962199312%;
	left: -5.747126436%;
	width: 17.528735632%;
	z-index: 1;
}
.commercial .eyecatch .question {
	position: absolute;
	bottom: 3.436426116%;
	right: 2.873563218%;
	width: 20.40229885%;
	z-index: 1;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.commercial {
	margin-bottom: 20px;
}
.commercial .subtitle h2 {
	font-size: 16px;
	line-height: 20px;
	padding: 2px 0 2px 40px;
}
.commercial .subtitle h2:before {
	width: 30px;
}
.commercial ul li {
	margin-bottom: 15px;
}
.commercial ul li .no {
	display: flex;
	width: 35px;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.commercial ul li h3 {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 5px;
}
.commercial ul li p {
	font-size: 10px;
	line-height: 1.5;
}
}/* for SP max-width: 800px */
/* SP向けレイアウトの指定：～480px */
@media screen and (max-width: 480px) {
.commercial .subtitle h2 br,
.commercial ul li h3 br {
	display: block;
}
.commercial .eyecatch {
	position: relative;
	width: 90%;
	margin: 20px auto 0;
}
}/* for SP max-width: 480px */

/* =============================================================================

	CASE STUDY

============================================================================= */
.case_study {
	margin-bottom: 50px;
}
.case_study ul {
	display: flex;
	flex-wrap: wrap;
}
.case_study ul li {
	width: 31.775700934%;
	margin-right: 2.336448598%;
	margin-bottom: 20px;
}
.case_study ul li:nth-child(3n) {
	margin-right: 0;
}
.case_study ul li:nth-last-child(-n + 3) {
	margin-bottom: 0;
}
.case_study ul li a {
	display: block;
}
.case_study ul li a img {
	transition: .2s;
}
.case_study ul li a:hover img {
	opacity: 1;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.case_study {
	margin-bottom: 20px;
}
.case_study ul {
	display: block;
}
.case_study ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.case_study ul li:nth-last-child(-n + 3) {
	margin-bottom: 10px;
}
.case_study ul li:last-child {
	margin-bottom: 0;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	PROFILE
-------------------------------------------------------------*/
.profile {
	display: flex;
	border: 2px solid #000;
	border-radius: 10px;
	padding: 20px;
}
.profile .photo {
	width: 32.782101167%;
	margin-right: 0.291828793%;
}
.profile .illust {
	display: flex;
	width: 34.143968871%;
	margin-right: 1.945525291%;
}
.profile .illust.sp {
	display: none;
}
.profile .illust li {
	width: 49.572649572%;
	margin-right: 0.854700854%;
}
.profile .illust li:last-child {
	margin-right: 0;
}
.profile .photo img {
	border-radius: 5px;
}
.profile .txt {
	width: 30.836575875%;
}
.profile .txt h4 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 5px;
}
.profile .txt p {
	font-size: 13px;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph; /* IE */
	margin: 0;
}
.profile .txt .en {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.profile {
	flex-wrap: wrap;
}
.profile .photo {
	width: 47.95%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.profile .illust {
	width: 50.05%;
	margin-right: 0;
	margin-bottom: 20px;
}
.profile .txt {
	width: 100%;
}
}/* for SP max-width: 800px */
/* SP向けレイアウトの指定：～480px */
@media screen and (max-width: 480px) {
.profile {
	display: block;
	padding: 10px;
}
.profile .photo {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.profile .txt {
	margin-bottom: 10px;
}
.profile .illust.pc {
	display: none;
}
.profile .illust.sp {
	display: flex;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
}/* for SP max-width: 480px */

/*===============================================================

	case study

===============================================================*/
.case {}
.case .subtitle {
	display: flex;
}
.case .subtitle .left {
	width: 82%;
	margin-right: 3%;
}
.case .subtitle h2 {
	background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 4px);
	background-size: 6px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0 15px;
	margin: 0;
}
.case .subtitle .caption {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 16px;
}
.case .subtitle .caption .no {
	width: 41.489361702%;
	margin-right: 3.039513677%;
}
.case .subtitle .caption p {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 3px;
	margin: 0;
}
.case .subtitle .right {
	position: relative;
	width: 15%;
}
.case .subtitle .right .photo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 69.398907103%;
}
.case .subtitle .right .baloon {
	position: absolute;
	top: 0;
	right: 0;
	width: 54%;
}
.case .subtitle .right .photo img {
	width: 100%;
	height: auto;
}
.case ul.ba_nav {
	display: none;
}
.case .brush_up {
	position: relative;
	margin-top: 20px;
}
.case .brush_up .before_title,
.case .brush_up .after_title {
	position: absolute;
  	font-family: "open-sans-condensed-bold", sans-serif;
	font-size: 32px;
	line-height: 1;
	z-index: 30;
}
.case .brush_up .before_title:after,
.case .brush_up .after_title:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #000;
	border-radius: 2px;
}
.case .brush_up .before,
.case .brush_up .after {
	position: absolute;
	z-index: 1;
}
.case .brush_up .before:after,
.case .brush_up .after:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.case .brush_up .illust .before img, 
.case .brush_up .illust .after img {
	width: 100%;
	height: auto;
}
.case .brush_up .num {
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 30;
}
.case .brush_up .lead_wire {
	position: absolute;
	z-index: 20;
}
.case .brush_up ul.point_list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.case .brush_up ul.point_list li.point {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #000;
	border-radius: 8px;
	background: #fff;
}
.case .brush_up ul.point_list li.point .no {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 56px;
	height: 56px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  	font-family: "open-sans-condensed-bold", sans-serif;
	color: #fff;
	font-size: 34px;
	line-height: 36px;
	text-align: center;
	border: 2px solid #000;
	border-radius: 50%;
	padding: 6px 0;
}
.case .brush_up ul.point_list li.point .no span {
	display: block;
	font-size: 8px;
	line-height: 8px;
}
.case .brush_up ul.point_list li.point h3 {
	font-size: 18px;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: 0;
	background: url(../../merume-room/images/dot.png) repeat-x left bottom;
	background-size: auto 4px;
	padding: 15px 10px 15px 40px;
	margin: 0;
}
.case .brush_up ul.point_list li.point ul.ba {
	display: flex;
	margin: 0 10px 10px;
}
.case .brush_up ul.point_list li.point ul.ba li {
	width: 49%;
	margin-right: 2%;
}
.case .brush_up ul.point_list li.point ul.ba li:last-child {
	margin-right: 0;
}
.case .brush_up ul.point_list li.point ul.ba li img {
	width: 100%;
	height: auto;
}
.case .brush_up ul.point_list li.point p {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 10px;
	margin: 0;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.case .subtitle {
	position: relative;
	display: block;
}
.case .subtitle .left {
	width: 100%;
	margin-right: 0;
}
.case .subtitle .right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20%;
}
.case .subtitle .right .photo {
	position: static;
}
.case .subtitle .right .baloon {
	position: absolute;
	top: 0;
	right: 0;
	width: 54%;
}
.case .subtitle h2 {
	font-size: 22px;
	-webkit-text-stroke: 1px #000;
	text-shadow: 1px 1px 0 #000;
}
.case .subtitle .caption {
	display: block;
	margin-top: 10px;
}
.case .subtitle .caption p {
	font-size: 16px;
	padding: 0;
	margin: 10px 0 0;
}
.case ul.ba_nav {
	display: flex;
	margin-top: 10px;
}
.case ul.ba_nav li:first-child  {
	width: 48%;
}
.case ul.ba_nav li:last-child {
	width: 52%;
}
.case ul.ba_nav li a {
	position: relative;
	display: block;
	font-family: "GothicA1-Black-Subset", sans-serif;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	background: #fff;
	text-decoration: none;
	border: 2px solid #000;
	overflow: hidden;
	padding: 10px 0 6px;
}
.case ul.ba_nav li:first-child a {
	border-radius: 4px 0 0 4px;
	border-right: 0;
}
.case ul.ba_nav li:last-child a {
	border-radius: 0 4px 4px 0;
	border-left: 0;
}
.case ul.ba_nav li:last-child a:before {
	position: absolute;
	top: -3px;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #000;
}
.case ul.ba_nav li:last-child a:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 17px;
}
.case .brush_up .illust {
	position: relative;
	padding-top: 142.45614035%;
}
.case .brush_up .before_title,
.case .brush_up .after_title {
	display: none;
}
.case .brush_up .before,
.case .brush_up .after {
	position: absolute;
	top: 0;
	left: 0;
}
.case .brush_up .after {
	display: none;
}
.case .brush_up .lead_wire {
	display: none;
}
.case .brush_up .num {
	width: 5%;
	height: auto;
}
.case .brush_up ul.point_list {
	display: none;
	position: static;
	padding: 0 10px;
}
.case .brush_up ul.point_list li {
	margin-bottom: 30px;
}
.case .brush_up ul.point_list li:last-child {
	margin-bottom: 0;
}
.case .brush_up ul.point_list li.point {
	position: relative;
}
.case .brush_up ul.point_list li.point p {
	text-align: justify;
	text-justify: inter-ideograph; /* IE */
}
.case .brush_up ul.point_list li.point p br {
	display: none;
}
.case .brush_up ul.point_list li.point ul.ba li {
	margin-bottom: 0;
}
}/* for SP max-width: 800px */
/* SP向けレイアウトの指定：～480px */
@media screen and (max-width: 480px) {
.case .subtitle .right {
	width: 22%;
}
.case .subtitle .caption p {
	font-size: 10px;
}
}/* for SP max-width: 480px */

/*-------------------------------------------------------------
	CASE1
-------------------------------------------------------------*/
.case01 .case .brush_up {
	height: 1275px;
}
.case01 .case .brush_up .before_title,
.case01 .case .brush_up .after_title {
	color: #905ca2;
}
.case01 .case .brush_up .before_title {
	top: 13%;
	right: 2%;
}
.case01 .case .brush_up .after_title {
	bottom: 18%;
	left: 12%;
}
.case01 .case .brush_up .before {
	top: 0;
	right: 0;
	width: 55.797101449%;
}
.case01 .case .brush_up .after {
	top: 296px;
	left: 0;
	width: 64.251207729%;
	z-index: 10;
}
.case01 .case .brush_up .lead_wire {
	width: 74px;
	height: 77px;
	top: 43%;
	right: 33%;
}
.case01 .case .brush_up .num01 { top: 7%; right: 14%; }
.case01 .case .brush_up .num02 { top: 3%; right: 28%; }
.case01 .case .brush_up .num03 { top: 16%; right: 50%; }
.case01 .case .brush_up .num04 { top: 20%; right: 27%; }
.case01 .case .brush_up .num05 { top: 49%; right: 17%; }
.case01 .case .brush_up ul.point_list li.point {
	box-shadow:
		6px 6px 0 -3px #905ca2,
		7px 7px 0 -3px #905ca2,
		8px 8px 0 -3px #905ca2,
		9px 9px 0 -3px #905ca2,
		10px 10px 0 -3px #905ca2,
		11px 11px 0 -3px #905ca2,
		12px 12px 0 -3px #905ca2,
		1px 1px 0 0 #000,
		2px 2px 0 0 #000,
		3px 3px 0 0 #000,
		4px 4px 0 0 #000,
		5px 5px 0 0 #000,
		6px 6px 0 0 #000,
		7px 7px 0 0 #000,
		8px 8px 0 0 #000,
		9px 9px 0 0 #000,
		10px 10px 0 0 #000,
		11px 11px 0 0 #000,
		12px 12px 0 0 #000;
}
.case01 .case .brush_up ul.point_list li.point .no {
	background: #905ca2;
}
.case01 .case .brush_up ul.point_list li.point01 {
	width: 300px;
	top: 10.5%;
	left: 4.4%;
	z-index: 0;
}
.case01 .case .brush_up ul.point_list li.point02 {
	width: 240px;
	top: 23%;
	left: 45.5%;
	z-index: 20;
}
.case01 .case .brush_up ul.point_list li.point03 {
	width: 410px;
	bottom: 30.1%;
	right: 0;
	z-index: 20;
}
.case01 .case .brush_up ul.point_list li.point04 {
	width:400px;
	bottom: 14%;
	right: 6%;
	z-index: 20;
}
.case01 .case .brush_up ul.point_list li.point05 {
	width: 280px;
	bottom: 5%;
	left: 0;
	z-index: 20;
}
.case01 .case .brush_up ul.point_list li.point h3 {
	color: #905ca2;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.case01 .case ul.ba_nav li a {
	color: #905ca2;
}
.case01 .case ul.ba_nav li.active a {
	color: #fff;
	background: #905ca2;
}
.case01 .case ul.ba_nav li:last-child a:after {
	border-color: transparent transparent transparent #905ca2;
}
.case01 .case ul.ba_nav li:last-child.active a:after {
	border-color: transparent transparent transparent #fff;
}
.case01 .case .brush_up {
	height: auto;
}
.case01 .case .brush_up .illust {
	padding-top: 142.45614035%;
}
.case01 .case .brush_up .before {
	top: 0;
	right: 0;
	width: 100%;
}
.case01 .case .brush_up .after {
	top: 0;
	left: 0;
	width: 100%;
}
.case01 .case .brush_up .num01 { top: 9%; right: 24%; }
.case01 .case .brush_up .num02 { top: 4%; right: 49%; }
.case01 .case .brush_up .num03 { top: 22%; right: auto; left: 5%; }
.case01 .case .brush_up .num04 { top: 29%; right: auto; left: 43%; }
.case01 .case .brush_up .num05 { top: 73%; right: 30%; }
.case01 .case .brush_up ul.point_list li.point01,
.case01 .case .brush_up ul.point_list li.point02,
.case01 .case .brush_up ul.point_list li.point03,
.case01 .case .brush_up ul.point_list li.point04,
.case01 .case .brush_up ul.point_list li.point05 {
	width: 100%;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	CASE2
-------------------------------------------------------------*/
.case02 .case .brush_up {
	height: 1347px;
}
.case02 .case .brush_up .before_title,
.case02 .case .brush_up .after_title {
	color: #d00c3c;
}
.case02 .case .brush_up .before_title {
	top: 5%;
	left: 36%;
}
.case02 .case .brush_up .after_title {
	bottom: 1.5%;
	right: 3%;
}
.case02 .case .brush_up .before {
	top: 0;
	left: 0;
	width: 51.570048309%;
}
.case02 .case .brush_up .after {
	top: 286px;
	right: 0;
	width: 75.966183574%;
	z-index: 10;
}
.case02 .case .brush_up .lead_wire {
	width: 74px;
	height: 77px;
	top: 35%;
	left: 33%;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.case02 .case .brush_up .num01 { top: 1.5%; left: 28%; }
.case02 .case .brush_up .num02 { top: 6%; left: 13%; }
.case02 .case .brush_up .num03 { top: 10%; left: 17%; }
.case02 .case .brush_up .num04 { top: 9.5%; left: 23.5%; }
.case02 .case .brush_up ul.point_list li.point {
	box-shadow:
		6px 6px 0 -3px #d00c3c,
		7px 7px 0 -3px #d00c3c,
		8px 8px 0 -3px #d00c3c,
		9px 9px 0 -3px #d00c3c,
		10px 10px 0 -3px #d00c3c,
		11px 11px 0 -3px #d00c3c,
		12px 12px 0 -3px #d00c3c,
		1px 1px 0 0 #000,
		2px 2px 0 0 #000,
		3px 3px 0 0 #000,
		4px 4px 0 0 #000,
		5px 5px 0 0 #000,
		6px 6px 0 0 #000,
		7px 7px 0 0 #000,
		8px 8px 0 0 #000,
		9px 9px 0 0 #000,
		10px 10px 0 0 #000,
		11px 11px 0 0 #000,
		12px 12px 0 0 #000;
}
.case02 .case .brush_up ul.point_list li.point .no {
	background: #d00c3c;
}
.case02 .case .brush_up ul.point_list li.point01 {
	width: 440px;
	top: 3.12%;
	right: 4%;
	z-index: 20;
}
.case02 .case .brush_up ul.point_list li.point02 {
	width: 330px;
	top: 50%;
	left: 0%;
	z-index: 20;
}
.case02 .case .brush_up ul.point_list li.point03 {
	width: 330px;
	top: 70%;
	left: 0;
	z-index: 20;
}
.case02 .case .brush_up ul.point_list li.point04 {
	width: 280px;
	top: 31%;
	right: 0;
	z-index: 20;
}
.case02 .case .brush_up ul.point_list li.point h3 {
	color: #d00c3c;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.case02 .case ul.ba_nav li.active a {
	color: #fff;
	background: #d00c3c;
}
.case02 .case ul.ba_nav li:last-child a:after {
	border-color: transparent transparent transparent #d00c3c;
}
.case02 .case ul.ba_nav li:last-child.active a:after {
	border-color: transparent transparent transparent #fff;
}
.case02 .case .brush_up {
	height: auto;
}
.case02 .case ul.ba_nav li a {
	color: #d00c3c;
}
.case02 .case .brush_up .illust {
	padding-top: 130.54054054%;
}
.case02 .case .brush_up .before {
	top: 0;
	right: 0;
	width: 100%;
}
.case02 .case .brush_up .after {
	top: 0;
	left: 0;
	width: 100%;
}
.case02 .case .brush_up .num01 { top: 3%; left: 55%; }
.case02 .case .brush_up .num02 { top: 7%; left: 25%; }
.case02 .case .brush_up .num03 { top: 12%; left: 34%; }
.case02 .case .brush_up .num04 { top: 12%; left: 45%; }
.case02 .case .brush_up ul.point_list {
	margin-top: 20px;
}
.case02 .case .brush_up ul.point_list li.point01,
.case02 .case .brush_up ul.point_list li.point02,
.case02 .case .brush_up ul.point_list li.point03,
.case02 .case .brush_up ul.point_list li.point04 {
	width: 100%;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	CASE3
-------------------------------------------------------------*/
.case03 .case .brush_up {
	height: 1292px;
}
.case03 .case .brush_up .before_title,
.case03 .case .brush_up .after_title {
	color: #f48a8f;
}
.case03 .case .brush_up .before_title {
	top: 2%;
	left: 0;
}
.case03 .case .brush_up .after_title {
	bottom: 4%;
	right: 10%;
}
.case03 .case .brush_up .before {
	top: 0;
	left: 0;
	width: 42.753623188%;
}
.case03 .case .brush_up .after {
	top: 365px;
	right: 20.410628019%;
	width: 45.410628019%;
	z-index: 10;
}
.case03 .case .brush_up .lead_wire {
	width: 74px;
	height: 77px;
	top: 39%;
	left: 37%;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.case03 .case .brush_up .num01 { top: 7.5%; left: 11%; }
.case03 .case .brush_up .num02 { top: 8%; left: 26%; }
.case03 .case .brush_up .num03 { top: 18%; left: 1%; }
.case03 .case .brush_up .num04 { top: 35%; left: 36%; }
.case03 .case .brush_up .num05 { top: 41%; left: 25%; }
.case03 .case .brush_up ul.point_list li.point {
	box-shadow:
		6px 6px 0 -3px #f48a8f,
		7px 7px 0 -3px #f48a8f,
		8px 8px 0 -3px #f48a8f,
		9px 9px 0 -3px #f48a8f,
		10px 10px 0 -3px #f48a8f,
		11px 11px 0 -3px #f48a8f,
		12px 12px 0 -3px #f48a8f,
		1px 1px 0 0 #000,
		2px 2px 0 0 #000,
		3px 3px 0 0 #000,
		4px 4px 0 0 #000,
		5px 5px 0 0 #000,
		6px 6px 0 0 #000,
		7px 7px 0 0 #000,
		8px 8px 0 0 #000,
		9px 9px 0 0 #000,
		10px 10px 0 0 #000,
		11px 11px 0 0 #000,
		12px 12px 0 0 #000;
}
.case03 .case .brush_up ul.point_list li.point .no {
	background: #f48a8f;
}
.case03 .case .brush_up ul.point_list li.point01 {
	width: 425px;
	top: 3%;
	right: 15%;
	z-index: 20;
}
.case03 .case .brush_up ul.point_list li.point02 {
	width: 270px;
	top: 27%;
	right: 5%;
	z-index: 0;
}
.case03 .case .brush_up ul.point_list li.point03 {
	width: 320px;
	bottom: 23%;
	left: 0;
	z-index: 20;
}
.case03 .case .brush_up ul.point_list li.point04 {
	width: 270px;
	bottom: 30%;
	right: 0%;
	z-index: 20;
}
.case03 .case .brush_up ul.point_list li.point05 {
	width: 280px;
	bottom: 10%;
	left: 8%;
	z-index: 20;
}
.case03 .case .brush_up ul.point_list li.point h3 {
	color: #f48a8f;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.case03 .case ul.ba_nav li.active a {
	color: #fff;
	background: #f48a8f;
}
.case03 .case ul.ba_nav li:last-child a:after {
	border-color: transparent transparent transparent #f48a8f;
}
.case03 .case ul.ba_nav li:last-child.active a:after {
	border-color: transparent transparent transparent #fff;
}
.case03 .case .brush_up {
	height: auto;
}
.case03 .case ul.ba_nav li a {
	color: #f48a8f;
}
.case03 .case .brush_up .illust {
	padding-top: 190.81081081%;
}
.case03 .case .brush_up .before {
	top: 0;
	right: 0;
	width: 100%;
}
.case03 .case .brush_up .after {
	top: 0;
	left: 0;
	width: 100%;
}
.case03 .case .brush_up .num01 { top: 12%; left: 28%; }
.case03 .case .brush_up .num02 { top: 13%; left: 60%; }
.case03 .case .brush_up .num03 { top: 27%; left: 3%; }
.case03 .case .brush_up .num04 { top: 53%; left: 86%; }
.case03 .case .brush_up .num05 { top: 66%; left: 58%; }
.case03 .case .brush_up ul.point_list {
	margin-top: 20px;
}
.case03 .case .brush_up ul.point_list li.point01,
.case03 .case .brush_up ul.point_list li.point02,
.case03 .case .brush_up ul.point_list li.point03,
.case03 .case .brush_up ul.point_list li.point04,
.case03 .case .brush_up ul.point_list li.point05 {
	width: 100%;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	CASE4
-------------------------------------------------------------*/
.case04 .case .brush_up {
	height: 1248px;
}
.case04 .case .brush_up .before_title,
.case04 .case .brush_up .after_title {
	color: #e6c51f;
}
.case04 .case .brush_up .before_title {
	top: 2%;
	right: 2%;
}
.case04 .case .brush_up .after_title {
	top: 48%;
	left: 0;
}
.case04 .case .brush_up .before {
	top: 0;
	right: 0;
	width: 47.463768115%;
}
.case04 .case .brush_up .after {
	top: 300px;
	left: 0;
	width: 56.159420289%;
	z-index: 10;
}
.case04 .case .brush_up .lead_wire {
	width: 74px;
	height: 77px;
	top: 37%;
	left: 42%;
}
.case04 .case .brush_up .num01 { top: 6%; right: 19%; }
.case04 .case .brush_up .num02 { top: 2%; right: 38%; }
.case04 .case .brush_up ul.point_list li.point {
	box-shadow:
		6px 6px 0 -3px #e6c51f,
		7px 7px 0 -3px #e6c51f,
		8px 8px 0 -3px #e6c51f,
		9px 9px 0 -3px #e6c51f,
		10px 10px 0 -3px #e6c51f,
		11px 11px 0 -3px #e6c51f,
		12px 12px 0 -3px #e6c51f,
		1px 1px 0 0 #000,
		2px 2px 0 0 #000,
		3px 3px 0 0 #000,
		4px 4px 0 0 #000,
		5px 5px 0 0 #000,
		6px 6px 0 0 #000,
		7px 7px 0 0 #000,
		8px 8px 0 0 #000,
		9px 9px 0 0 #000,
		10px 10px 0 0 #000,
		11px 11px 0 0 #000,
		12px 12px 0 0 #000;
}
.case04 .case .brush_up ul.point_list li.point .no {
	background: #e6c51f;
}
.case04 .case .brush_up ul.point_list li.point01 {
	width: 550px;
	top: 2%;
	left: 3%;
	z-index: 20;
}
.case04 .case .brush_up ul.point_list li.point02 {
	width: 340px;
	bottom: 15%;
	right: 5%;
	z-index: 20;
}
.case04 .case .brush_up ul.point_list li.point02 {
	width: 340px;
	bottom: 2%;
	right: 5%;
	z-index: 20;
}
.case04 .case .brush_up ul.point_list li.point02 ul.ba {
	display: block;
	margin: 0 10px 10px;
}
.case04 .case .brush_up ul.point_list li.point02 ul.ba li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
}
.case04 .case .brush_up ul.point_list li.point h3 {
	color: #e6c51f;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.case04 .case ul.ba_nav li.active a {
	color: #fff;
	background: #e6c51f;
}
.case04 .case ul.ba_nav li:last-child a:after {
	border-color: transparent transparent transparent #e6c51f;
}
.case04 .case ul.ba_nav li:last-child.active a:after {
	border-color: transparent transparent transparent #fff;
}
.case04 .case .brush_up {
	height: auto;
}
.case04 .case ul.ba_nav li a {
	color: #e6c51f;
}
.case04 .case .brush_up .illust {
	padding-top: 157.837837837%;
}
.case04 .case .brush_up .before {
	top: 0;
	right: 0;
	width: 100%;
}
.case04 .case .brush_up .after {
	top: 0;
	left: 0;
	width: 100%;
}
.case04 .case .brush_up .num01 { top: 8%; right: 41%; }
.case04 .case .brush_up .num02 { top: 2%; right: auto; left: 15%; }
.case04 .case .brush_up ul.point_list {
	margin-top: 20px;
}
.case04 .case .brush_up ul.point_list li.point01,
.case04 .case .brush_up ul.point_list li.point02 {
	width: 100%;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}
.case04 .case .brush_up ul.point_list li.point02 ul.ba {
	display: flex;
}
.case04 .case .brush_up ul.point_list li.point02 ul.ba li {
	width: 49%;
	margin-right: 2%;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	CASE5
-------------------------------------------------------------*/
.case05 .case .brush_up {
	height: 1204px;
}
.case05 .case .brush_up .before_title,
.case05 .case .brush_up .after_title {
	color: #ff80b1;
}
.case05 .case .brush_up .before_title {
	top: 1%;
	left: 0;
}
.case05 .case .brush_up .after_title {
	bottom: 7%;
	right: 0;
}
.case05 .case .brush_up .before {
	top: 0;
	left: 0;
	width: 48.06763285%;
}
.case05 .case .brush_up .after {
	top: 287px;
	right: 0;
	width: 57.367149758%;
	z-index: 10;
}
.case05 .case .brush_up .lead_wire {
	width: 74px;
	height: 77px;
	top: 49%;
	left: 41%;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.case05 .case .brush_up .num01 { top: 8%; left: 16%; }
.case05 .case .brush_up .num02 { top: 7%; left: 32%; }
.case05 .case .brush_up .num03 { top: 21%; left: 36%; }
.case05 .case .brush_up .num04 { top: 47%; left: 7%; }
.case05 .case .brush_up ul.point_list li.point {
	box-shadow:
		6px 6px 0 -3px #ff80b1,
		7px 7px 0 -3px #ff80b1,
		8px 8px 0 -3px #ff80b1,
		9px 9px 0 -3px #ff80b1,
		10px 10px 0 -3px #ff80b1,
		11px 11px 0 -3px #ff80b1,
		12px 12px 0 -3px #ff80b1,
		1px 1px 0 0 #000,
		2px 2px 0 0 #000,
		3px 3px 0 0 #000,
		4px 4px 0 0 #000,
		5px 5px 0 0 #000,
		6px 6px 0 0 #000,
		7px 7px 0 0 #000,
		8px 8px 0 0 #000,
		9px 9px 0 0 #000,
		10px 10px 0 0 #000,
		11px 11px 0 0 #000,
		12px 12px 0 0 #000;
}
.case05 .case .brush_up ul.point_list li.point .no {
	background: #ff80b1;
}
.case05 .case .brush_up ul.point_list li.point01 {
	width: 300px;
	top: 0%;
	left: 41%;
	z-index: 20;
}
.case05 .case .brush_up ul.point_list li.point02 {
	width: 280px;
	top: 8%;
	right: 0;
	z-index: 0;
}
.case05 .case .brush_up ul.point_list li.point03 {
	width: 350px;
	bottom: 30%;
	left: 0;
	z-index: 20;
}
.case05 .case .brush_up ul.point_list li.point04 {
	width: 300px;
	bottom: 13%;
	left: 10%;
	z-index: 20;
}
.case05 .case .brush_up ul.point_list li.point h3 {
	color: #ff80b1;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.case05 .case ul.ba_nav li.active a {
	color: #fff;
	background: #ff80b1;
}
.case05 .case ul.ba_nav li:last-child a:after {
	border-color: transparent transparent transparent #ff80b1;
}
.case05 .case ul.ba_nav li:last-child.active a:after {
	border-color: transparent transparent transparent #fff;
}
.case05 .case .brush_up {
	height: auto;
}
.case05 .case ul.ba_nav li a {
	color: #ff80b1;
}
.case05 .case .brush_up .illust {
	padding-top: 149.459459459%;
}
.case05 .case .brush_up .before {
	top: 0;
	right: 0;
	width: 100%;
}
.case05 .case .brush_up .after {
	top: 0;
	left: 0;
	width: 100%;
}
.case05 .case .brush_up .num01 { top: 12%; left: 34%; }
.case05 .case .brush_up .num02 { top: 10%; left: 64%; }
.case05 .case .brush_up .num03 { top: 34%; bottom: auto;  left: 70%; }
.case05 .case .brush_up .num04 { top: auto; bottom: 15%; left: 15%; }
.case05 .case .brush_up ul.point_list {
	margin-top: 20px;
}
.case05 .case .brush_up ul.point_list li.point01,
.case05 .case .brush_up ul.point_list li.point02,
.case05 .case .brush_up ul.point_list li.point03,
.case05 .case .brush_up ul.point_list li.point04 {
	width: 100%;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}
}/* for SP max-width: 800px */


/* =============================================================================

	hoge

============================================================================= */
.hoge {}

/*-------------------------------------------------------------
	hogehoge
-------------------------------------------------------------*/

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {

}/* for SP max-width: 800px */
