@charset "UTF-8";
/************************************************
Layout
************************************************/
body#popup #contentsArea {
	width:100% !important;
	margin:0 auto;
}
body#popup #headerArea #headerAreaInner, #headerArea.popupID #headerAreaInner,body#popup #footerArea #footerAreaInner, #footerArea.popupID #footerAreaInner {
	width:100% !important;
	min-width: auto;
	max-width: 690px;
	box-sizing: border-box;
}
#headerArea #headerAreaInner {
	padding: 13px 10px 16px;
}
#footerArea #footerAreaInner {
	padding: 10px 10px;
}
body#popup #footerArea #copyright, #footerArea.popupID #copyright {
	font-size: 1.2rem;
}

img {
	max-width: 100%;
}

* { box-sizing: border-box; }
html { font-size: 62.5%; }
body { font-size: 1.6em; line-height: 1.6; font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; -webkit-text-size-adjust: 100%; }

/*---------------
main
------------------*/
.res_main_inner {
	max-width: 690px;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 1.4rem;
	line-height: 1.5;
}

/* --lead_box  --*/
.lead_box {
	border: 3px solid #ec6d82;
	padding: 20px 10px 10px;
}
.lead_inner {
	max-width: 640px;
	margin: 0 auto;
}
.lead_accordinon {
	border: 2px solid #009944;
	border-bottom: none;
	margin-bottom: 10px;
}
.lead_accordinon dt {
	background-color: #009944;
	border-bottom: 2px solid #009944;
	color: #fff;
	font-weight: bold;
	padding: 5px 40px 5px 1.5%;
	font-size: 1.6rem;
	position: relative;
}
.lead_accordinon dt:hover {
	cursor: pointer;
}
.lead_accordinon dd {
	border-bottom: 2px solid #009944;
	padding: 10px 1.5% 0;
}
.lead_box .lead_txt {
	width: calc(100% - 100px);
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.lead_box .lead_inner div:after {
		clear: both;
		display: block;
		content: "";
	}
	.lead_head {
		float: left;
	}
	.lead_img {
		margin-top: -30px;
		float: right;
	}
	.lead_box .lead_txt {
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.lead_box {
		padding: 10px;
	}
	.lead_box .lead_inner:after {
		clear: both;
		display: block;
		content: "";
	}
	.lead_head {
		margin-bottom: 20px;
	}
	.lead_img {
		float: right;
	}
}


.join_how .number span {
	color: #fff;
	background-color: #f08200;
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	font-size: 2rem;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
}
.join_how .number {
	margin-bottom: 0;
}
.join_how .baloon {
	color: #f08200;
	font-weight: bold;
	background-color: #fee8c6;
	margin: 0 auto;
	border-radius: 10px;
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 15px 30px;
}
.join_how .baloon p {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.join_how .number {
		display: inline-block;
		margin-right: 5px;
	}
	.join_how li {
		margin: 15px 0;
	}
	.join_how .baloon {
		text-align: left;
		padding: 10px;
	}
}
@media screen and (min-width: 768px) {
	.join_how ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.join_how li {
		width: 33%;
		text-align: center;
	}
	.join_how li:nth-child(2n)>div {
		border-left: 5px solid #fee8c6;
		border-right: 5px solid #fee8c6;
	}
	.join_how .txt_anchor {
		height: 70px;
		display: block;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.join_how .baloon {
		color: #f08200;
		font-weight: bold;
		background-color: #fee8c6;
		width: 75%;
		margin: 0 auto;
		border-radius: 10px;
		padding: 0 5px;
		box-sizing: border-box;
		margin-top: 15px;
		position: relative;

		height: 80px;
		display: block;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		line-height: 1.3;
	}
	.join_how .baloon:after {
		content: "";
		border-bottom: 10px solid #fee8c6;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		display: inline-block;
		position: absolute;
		left: 50%;
		top: -10px;
		margin-left: -5px;
	}
	.join_how .baloon .large {
		display: inline;
		font-size: 1.8rem;
	}
}

.period_box {
	border: 2px solid #009940;
	margin-top: 15px;
}
.period_box dl {
	font-weight: bold;
}
.period_box dt {
	background-color: #009940;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	height: 100%;
}
.period_box dd {
	text-align: center;
	font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
	.period_box dd {
		padding: 5px;
	}
}
@media screen and (min-width: 768px) {
	.period_box dl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.period_box dt {
		width: 33%;
		font-size: 2rem;
	}
	.period_box dd {
		width: 66%;
		font-size: 1.6rem;
	}
	.period_box span {
		margin: 0 20px;
	}

}

.sns_link {
	margin-top: 10px;
	text-align: right;
}
.sns_link li {
	display: inline-block;
	width: 100px;
	padding: 3px;
	text-align: center;
	margin-left: 5px;
}
.sns_link li a {
	display: block;
}
.sns_link li i {
	color: #fff;
	font-size: 2rem;
}
.sns_link .twitter {
	background-color: #00aced;
}
.sns_link .facebook {
	background-color: #305097;
}

.sec02_head02_type02 {
	font-size: 1.8rem;
	color: #009944;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #009944;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.sec02_head02_type02:after {
	content: "";
	width: 33%;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #f08200;
}
@media screen and (min-width: 768px) {
	.sec02_head02_type02 {
		font-size: 2.4rem;
	}
}

/*step02*/
.thanks_txt {
	background-color: #fee8c6;
	border-radius: 10px;
	font-weight: bold;
	padding: 15px 20px;
}
.greenbox {
	background-color: #ccebda;
	padding: 30px;
	text-align: center;
	border-radius: 10px;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.step02 .flex {
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	.step02 .flex .lead_img {
		margin-top: -33px;
		width: 19%;
		float: none;
		text-align: right;
		margin-bottom: 0;
	}
	.step02 .flex .thanks_txt_wrap {
		width: 76%;
		margin-top: -33px;
		padding-top: 20px;
	}
	.step02 .flex .thanks_txt {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 1.3rem;
		margin-bottom: 0;
		height: 100%;
	}
}
@media screen and (min-width: 768px) {
	.thanks_txt {
		margin-top: -3px;
		z-index: 1;
		position: relative;
	}
}

/*step03*/
.sum_area {
	background-image: url(/corp/csr/image/musicthon_2019/sec02_bg01.png);
	background-repeat: no-repeat;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	padding: 26px 0 2%;
	margin-bottom: 0;
	background-size: contain;
	display: inline-block;
}
.sum_area .big {
	font-size: 3rem;
}
@media screen and (max-width: 767px) {
	.sum_area {
		max-width: 95%;
		min-width: 280px;
		line-height: 1.3;
	}
}
@media screen and (min-width: 768px) {
	.sum_area {
		font-size: 1.8rem;
		width: 401px;
		height: 120px;
		padding: 30px;
	}
	.sum_area .big {
		font-size: 4rem;
	}
}

.result_box {
	background-color: #fff;
	margin-top: -30px;
	padding: 40px 30px 10px;
	margin-bottom: 10px;
}
.result_box .ttl {
	text-align: center;
	font-size: 1.8rem;
	color: #f08200;
	font-weight: bold;
	margin-bottom: 0;
}
.result_box li {
	padding: 15px 0;
}
.result_box li:not(:first-child) {
	border-top: 1px solid #ff3366;
}
.result_box dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: bold;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.result_box dt {
	color: #ff3366;
	font-size: 1.4rem;
}
.result_box dd {
	text-align: right;
	font-size: 1.4rem;
}
.result_box dd .big {
	font-size: 2rem;
	padding-right: 3px;
}
@media screen and (max-width: 767px) {
	.result_box dt {
		width: 100%;
		text-align: center;
	}
	.result_box dd {
		width: 50%;
		text-align: center;
	}
}
@media screen and (min-width: 768px) {
	.result_box dt {
		width: 40%;
		font-size: 2rem;
	}
	.result_box dd {
		font-size: 2rem;
		width: 30%;
	}
	.result_box dd .big {
		font-size: 3rem;
	}
}

.step03 .normal_txt {
	margin: 0 auto;
}

.ceremony_box {
	background-repeat: no-repeat;
	background-position:
		left top,
		right top;
}
.ceremony_box p {
	text-align: center;
	font-weight: bold;
}
.ceremony_box .big {
	font-size: 2.4rem;
}
.ceremony_box .pink {
	color: #ff3366;
}
@media screen and (max-width: 767px) {
	.ceremony_box {
		background-image:
			url(/corp/csr/image/musicthon_2019/lead_bg01_left_sp.png),
			url(/corp/csr/image/musicthon_2019/lead_bg01_right_sp.png);
		background-size:
			17% auto,
			19% auto;
		background-position:
			left bottom,
			right bottom;
		margin-top: -8px;
		margin-bottom: 8px;
	}
	.ceremony_box .big {
		font-size: 1.8rem;
	}
	.ceremony_img {
		padding: 0 8%;
	}
}
@media screen and (min-width: 768px) {
	.ceremony_box {
		background-image:
			url(/corp/csr/image/musicthon_2019/lead_bg01_left_pc.png),
			url(/corp/csr/image/musicthon_2019/lead_bg01_right_pc.png);
		background-repeat: no-repeat;
		background-position:
			left top,
			right top;
		margin-top: -20px;
		padding-top: 15px;
	}
}


/*-- section02 --*/
.section02 {
	margin-top: 50px;
	background-color: #fcf5ec;
	padding: 30px 0;
}
.section02 .sec02_head03 {
	margin: 0 0 20px;
}
.section02 .white_box {
	text-align: center;
	padding: 15px;
	background-color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.section02 .white_box .button {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 60px;
	padding: 15px 25px 15px 15px;
}
.section02 .flowarea {
	margin-bottom: 40px;
}
.section02 .flowarea h4 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.section02 .img_right {
		padding: 0 20px;
	}
	.section02 .img_right .imgsmall {
		width: 50px;
	}
	.section02 .button.bank_open {
		max-width: 350px;
	}
	.section02 .sec02_head03 {
		margin-left: -10px;
		margin-right: -10px;
	}
	.section02 .flowarea {
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.section02 .flowarea h4 {
		font-size: 2rem;
	}
}


/*.section03 */
.section03 {
	padding: 40px 0;
}

/*---------------
accordion
------------------*/
.lead_accordinon .arrow {
	display: inline-block;
	color: #f08200;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	line-height: 30px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -15px;
}
.lead_accordinon .arrow:after {
	content: "";
	border-top: 10px solid #f08200;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	display: inline-block;
}
.accordion.is-open .arrow:after {
	content: "";
	border-top: 4px solid #f08200;
	border-left: 8px solid #f08200;
	border-right: 8px solid #f08200;
	display: inline-block;
}
.accordion.is-open .arrow {
	line-height: 1.4;
}
.accordionContent {
	display: none;
}


/*---------------
module
------------------*/
.u-ta-c {
	text-align: center;
}
.u-ta-r {
	text-align: right;
}
.u-ta-l {
	text-align: left;
}
a.txt_anchor {
	color: #227ac7;
	text-decoration: underline;
}
a.txt_anchor:hover {
	color: #227ac7;
	text-decoration: none;
}
a.txt_anchor[target="_blank"] {
	background: url(/corp/csr/image/musicthon_2019/ico_blank_blue.png) no-repeat right center;
	padding-right: 17px;
}
.normal_txt {
	font-size: 1.6rem;
}
.res_main .button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;

	background-color: #a5a5a5;
	width: 100%;
	color: #fff;
	border-radius: 40px;
	font-weight: bold;
	padding: 8px 0;
	margin-bottom: 10px;
	margin-top: -3px;
	display: block;
	text-align: center;
}
.res_main .button:hover {
	text-decoration: none;
}
.button.pink {
	background-color: #ec6d82;
	box-shadow: 0 4px 0 #9a4755;
}
.button.yerrow {
	background-color: #f4ac00;
	box-shadow: 0 4px 0 #9f7000;
}
.button.green {
	background-color: #009944;
	box-shadow: 0 4px 0 #00642c;
}
.button.pink:hover ,
.button.yerrow:hover ,
.button.green:hover {
	box-shadow: none !important;
	margin-top: 0;
	margin-bottom: 7px;
}
.button.bank_open img {
	vertical-align: middle;
	margin-right: 8px;
}
.button.blank {
	background-image: url(/corp/csr/image/musicthon_2019/ico_blank.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	padding-right: 35px;
	padding-left: 35px;
}
.button.not_allowed:hover {
	cursor: not-allowed;
}
@media screen and (min-width: 768px) {
	.res_main .button {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 767px) {
	.button.blank {
		background-image: url(/corp/csr/image/musicthon_2019/ico_blank.png);
		background-repeat: no-repeat;
		background-position: right 10px center;
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 374px) {
	.button.blank {
		font-size: 13px;
	}
}

.img_right:after {
	clear: both;
	display: block;
	content: "";
}
.img_right > img {
	float: right;
	margin-left: 25px;
}
@media screen and (min-width: 768px) {
	.pcnone {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.spnone {
		display: none !important;
	}
}

/*modal overlay*/
#fancybox-content {
	width: 100% !important;
}
#fancybox-wrap {
	max-width: 745px;
	width: 100% !important;
}
#fancybox-overlay {
	min-width: 0;
}
#modalWrap {
	padding: 30px 0 15px;
}
@media screen and (max-width: 674px) {
	.modal_spnone{
		display: none !important;
	}
	#fancybox-wrap {
		left: auto !important;
	}
}


.res_main .button.noCookie ,
#donated ,
#donationBtn {
	display: none;
}
