@charset "utf-8";

h2 {
	text-align: center;
}

#mainArea {
	margin: 0 0 88px;
}

#wishArea {
	margin: 0 0 90px;
	text-align: center;
}
#wishArea h2 {
	margin: 0 0 25px;
}
#wishArea .leadTxt {
	line-height: 2;
	font-size: 15px;
}
#wishArea .leadTxt span {
	color: #a52429;
	font-weight: bold;
}

#kumamonGoArea {
	margin: 0 0 98px;
}
#kumamonGoArea h2 {
	margin: 0 0 35px;
}
#kumamonGoArea .inner {
	width: 936px;
	margin: 0 auto 30px;
}
#kumamonGoArea .inner .innerL {
	width: 428px;
	float: left;
}
#kumamonGoArea .inner .innerR {
	width: 468px;
	float: right;
	margin: 20px 0 0;
	padding: 25px;
	background-color: #f4f3e9;
	border-radius: 10px;
}
#kumamonGoArea .inner .innerR .tit {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
#kumamonGoArea .inner .innerR ul {
	line-height: 2;
	font-size: 16px;
}
#kumamonGoArea .photos {
	text-align: center;
}

#supportArea {
	margin-bottom: 20px;
}
#supportArea h2 {
	margin: 0 0 30px;
}
#supportArea .inner .bgCont {
	background-color: #f4f3e9;
	width: 470px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	font-size: 14px;
	line-height: 2;
}
#supportArea .inner .bgCont .contLead {
	margin: 0 0 20px;
}
#supportArea .inner .bgCont .contLead span {
	color: #a52429;
	font-weight: bold;
}
#supportArea .inner .innerL {
	width: 484px;
	float: left;
}
#supportArea .inner .innerR {
	width: 484px;
	float: right;
}
#supportArea .inner .innerR .bgWhite {
	background-color: #fff;
	padding: 20px 20px 42px;
	position: relative;
}
.greyOut {
	position: relative;
  }
  .greyOut:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	z-index: 1;
  }
  .greyOut:after {
	  position: absolute;
	  content: '受付は終了しました。\A皆さまのご支援ありがとうございました。';
	  white-space: pre;
	  text-align: center;
	  top: 50%;
	  left: 0;
	  width: 100%;
	  color: #fff;
	  margin-top: -0.5em;
	  font-size: 20px;
	  font-weight: bold;
	  z-index: 1;
  }
/* #supportArea .inner .innerR .bgWhite::after {
	content: "";
	width: 92px;
	height: 133px;
	background-image: url(../img/img_sorasidori.png);
	background-size: 92px auto;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	bottom: -8px;
	right: 35px;
} */
#supportArea .inner .innerR .bgWhite h4 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px;
}
#supportArea .inner .innerR .bgWhite .tit {
	color: #fff;
	font-size: 16px;
	background-color: #64a70b;
	display: inline-block;
	line-height: 1;
	margin: 0 0 5px;
	padding: 5px 10px;
	width: 134px;
	text-align: center;
}
#supportArea .inner .innerR .bgWhite ul {
	margin: 0 0 30px;
}
/* #supportArea .inner .innerR .bgWhite .toHp {
	margin: 54px 0 0 20px;
} */
#supportArea .inner .innerR .bgWhite .toHp {
	margin: 54px auto 0 ;
	text-align: center;
}
#supportArea .yokamonBnr {
	width:57% ;
	margin: auto;
}

@media screen and (min-width: 601px) {

}
@media screen and (max-width: 600px) {
	#mainArea {
		margin-bottom: 40px;
	}

	#wishArea h2 {
		width: 84%;
		margin: 0 auto 15px;
	}
	#wishArea .leadTxt {
		text-align: left;
		line-height: 1.8;
		padding: 0 5px;
		font-size: 14px;
	}

	#wishArea {
		margin-bottom: 50px;
	}

	#kumamonGoArea {
		margin-bottom: 70px;
	}
	#kumamonGoArea h2 {
		margin: 0 auto 15px;
		width: 64%;
	}
	#kumamonGoArea .inner {
		width: 100%;
		margin-bottom: 15px;
	}
	#kumamonGoArea .inner .innerL {
		float: none;
		width: 86%;
		margin: 0 auto 15px;
	}
	#kumamonGoArea .inner .innerR {
		float: none;
		width: 94%;
		margin: 0 auto;
		padding: 15px;
	}
	#kumamonGoArea .inner .innerR .tit {
		font-size: 18px;
	}
	#kumamonGoArea .inner .innerR ul {
		font-size: 14px;
		line-height: 1.8;
	}
	#kumamonGoArea .photos {
		margin: 0 auto;
		width: 96%;
	}

	#supportArea h2 {
		margin: 0 auto 20px;
		width: 88%;
	}
	#supportArea .inner .innerL {
		margin-bottom: 15px!important;
	}
	#supportArea .inner .innerL,
	#supportArea .inner .innerR {
		float: none;
		width: 98%;
		margin: 0 auto;
	}
	#supportArea .inner .innerR .bgWhite {
		line-height: 1.5;
		padding: 10px 10px 20px;
	}
	#supportArea .inner .innerR .bgWhite h4 {
		font-size: 18px;
	}
	#supportArea .inner .bgCont {
		width: 97%;
		margin: 0 auto;
		padding: 15px;
	}
	#supportArea .inner .bgCont .contLead {
		line-height: 1.8;
	}
	#supportArea .inner .innerR .bgWhite .tit {
		font-size: 15px;
		width: 125px;
	}
	#supportArea .inner .innerR .bgWhite .toHp {
		margin: 15px auto;
		width: 62%;
	}
	.greyOut:after {
		content: '受付は終了しました。\A皆さまのご支援\Aありがとうございました。';
		top: 40%;
	}
	/* #supportArea .inner .innerR .bgWhite::after {
		width: 67px;
		height: 97px;
		background-size: 67px auto;
		bottom: -2%;
		right: 10%;
	} */
	#supportArea .yokamonBnr {
	width:100% ;
	}
}

/* SNS */
.snsArea .snsAreaL {
	float: left;
	width: 64%;
	border-right: 2px solid #9b9b9b;
}
.snsArea .snsAreaL .tit {
	text-align: center;
	margin-bottom: 10px;
}
.snsArea .snsAreaL #sns ul {
	float: none;
}
.snsArea .snsAreaL #sns ul li {
    margin: 0 10px 0 0;
}
.snsArea .snsAreaL #sns ul li:last-child {
    margin: 0;
}
.snsArea .snsAreaL #sns ul li a {
    text-indent: -9999px!important;
    background-repeat: no-repeat!important;
    background-size: 56px!important;
    background-position: top left!important;
    width: 56px!important;
    height: 56px!important;
    display: block!important;
}
.snsArea .snsAreaL #sns ul li a:hover {
    opacity: 0.7;
}
.snsArea .snsAreaL #sns ul li:nth-child(1) a {
    background-image: url(/img/sns/icon_x_sp.png)!important;
}
.snsArea .snsAreaL #sns ul li:nth-child(2) a {
    background-image: url(/img/sns/icon_facebook.png)!important;
}
.snsArea .snsAreaL #sns ul li:nth-child(3) a {
    background-image: url(/img/sns/icon_line.png)!important;
}
.snsArea .snsAreaL,
.snsArea .snsAreaR {
	text-align: center;
}
.snsArea .snsAreaL #sns ul li,
.snsArea .snsAreaL #sns ul li a,
.snsArea .snsAreaR .btnInstagram,
.snsArea .snsAreaR .btnInstagram a {
	width: 54px!important;
	height: 54px!important;
	background-size: 100%!important;
	display: inline-block!important;
	float: none!important;
}
.snsArea .snsAreaR {
	float: right;
	width: 36%;
}
.snsArea .snsAreaL .snsTit,
.snsArea .snsAreaR .snsTit {
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
.snsArea .snsAreaR .btnInstagram {
	margin: 0 auto;
}

@media screen and (min-width: 601px) {
	.snsArea {
		width: 500px;
		float: right;
		margin-bottom: 50px;
	}
	.snsArea .snsAreaL .snsTit,
	.snsArea .snsAreaR .snsTit {
		font-size: 16px;
	}
	.snsArea .snsAreaL {
		width: 58%;
	}
	.snsArea .snsAreaR {
		width: 42%;
	}
	#sns {
		width: auto;
		margin-bottom: 0;
	}
	#sns ul li a {
		text-indent: -9999px;
	}
}