@charset "utf-8";

/* ヘッダー */
header{
	position: relative;
	margin: 0 auto ;
	display: block;
	width: 100%;
}
header h1{
	position: relative;
	margin: 5px 0 0 10px;
}
header h1 img{
	position: relative;
	width: auto;
	height: 40px;
}
header::after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	display: block;
	background: rgb(255,149,209);
	background: linear-gradient(90deg, rgba(255,149,209,1) 0%, rgba(255,251,149,1) 35%, rgba(149,255,211,1) 65%, rgba(200,131,243,1) 100%);
}

/* catch */
#catch{
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}


/* FAQ */
#precautions{
	position: relative;
	margin: 0 auto;
	padding: 50px 0 75px 0;
}
#precautions .faqWrap{
	position: relative;
	margin: 0 auto;
	padding-bottom: 65px;
	width: calc(100% - 40px);
	max-width: 960px;
}
#precautions .faqWrap dl{position: relative;}
#precautions #cautionlist dt{
	position: relative;
	padding:10px 0 0 0;
	font-weight: 700;
	color: #f21865;
	text-align: center;
}
#precautions .faqWrap dl dd{padding: 15px 0;}
#precautions #faqlist dd{padding: 5px 0 0 0;}
#precautions .faqWrap dl dd p{
	position: relative;
	padding-bottom: .8em;
	text-align: left;
	line-height: 1.5em;
}
#precautions #cautionlist dd p, #precautions #faqlist dt p, #precautions #faqlist dd p, #precautions #limitlist dd p{padding-left: 1.2em;}
#precautions #faqlist dt p{
	color: #b556d3;
	font-weight: 500;
	text-align: left;
	line-height: 1.6em;
}
#precautions #cautionlist dd p::before, #precautions #faqlist dt p::before, #precautions #faqlist dd p::before, #precautions #limitlist dd p::before{
	position: absolute;
	content: '・';
	left: 0;
}
#precautions #faqlist dt p::before{content: 'Q.';}
#precautions #faqlist dd p::before{content: 'A.';}
#precautions .faqWrap dl dd .caution{
	line-height: 1.4em;
	display: block;
	padding: 5px 0 0 0;
	text-align: left;
}
#precautions #limitlist dt{
	font-size: .13rem;
	width: calc(36% - 22px);
	padding: 15px 10px;
	background-color: #93dfe9;
	border-bottom: solid 1px #41b0bf;
	border-left: solid 1px #41b0bf;
	text-align: center;
}
#precautions #limitlist dd{
	font-size: .12rem;
	width: calc(64% - 32px);
	padding: 15px;
	border-bottom: solid 1px #41b0bf;
	border-right: solid 1px #41b0bf;
	background-color: #ffffff;
	text-align: left;
}
#precautions #limitlist dd .large{font-size: .15rem;padding-bottom: 5px;font-weight: 400;}
#precautions #limitlist dt.border, #precautions #limitlist dd.border{border-top: solid 1px #41b0bf;}

/* 参加方法 */
#howtoplay{
	position: relative;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}
#howtoplay .lead{
	position: relative;
	margin: 10px auto 30px auto;
	width: calc(100% - 60px);
	max-width: 600px;
}
#howtoplay .lead .ttl{
	position: relative;
	margin: 0 auto 15px auto;
	text-align: center;
	font-weight: 700;
	font-size: .16rem;
	border-bottom: solid 1px;
	padding-bottom: 5px;
}
#howtoplay .lead p{padding: 0 5px;}
#howtoplay ul{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 720px;
}
#howtoplay ul li{
	position: relative;
	margin: 0 auto 25px auto;
	border-radius: 5px;
}

#howtoplay ul li:nth-child(1){border: solid 2px #ba2e87;}
#howtoplay ul li:nth-child(2){border: solid 2px #355d94;}
#howtoplay ul li:nth-child(3){border: solid 2px #78942d;}
#howtoplay ul li:nth-child(4){border: solid 2px #8653b5;}
#howtoplay ul li::after{
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 22.5px 0 22.5px;
}
#howtoplay ul li:nth-child(1)::after{border-color: #ba2e87 transparent transparent transparent;}
#howtoplay ul li:nth-child(2)::after{border-color: #355d94 transparent transparent transparent;}
#howtoplay ul li:nth-child(3)::after{border-color: #78942d transparent transparent transparent;}
#howtoplay ul li:nth-child(4)::after{display: none;}
#howtoplay ul li .howtoTtl{
	position: relative;
	margin: 0;
	padding: 10px 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: #ffffff;
	text-align: center;
	font-weight: 900;
	font-size: .16rem;
}
#howtoplay ul li:nth-child(1) .howtoTtl{background-color: #ba2e87;}
#howtoplay ul li:nth-child(2) .howtoTtl{background-color: #355d94;}
#howtoplay ul li:nth-child(3) .howtoTtl{background-color: #78942d;}
#howtoplay ul li:nth-child(4) .howtoTtl{background-color: #8653b5;}
#howtoplay ul li .howtoTxt{
	position: relative;
	margin: 20px auto;
	width: calc(100% - 40px);
	text-align: left;
}
#howtoplay ul li .howtoTxt img{
	position: relative;
	margin: 0 auto 20px auto;
}
#howtoplay .btnArea{
	position: relative;
	margin: 30px auto;
}


/* ----- pc ----- */
@media screen and (min-width: 641px) {
	
	/* ヘッダー */
	header h1 img{height: 45px;}
	header::after{height: 4px;}
	
	/* FAQ */
	#precautions{padding: 60px 0 0 0;}
	#precautions .faqWrap{padding-bottom: 150px;}
	#precautions #cautionlist dt{
		padding:30px 0 0 0;
		font-size: .18rem;
	}
	#precautions #limitlist dt{font-size: .16rem;}
	#precautions #limitlist dd{font-size: .14rem;}
	#precautions #limitlist dd .large{font-size: .17rem;}

	/* 参加方法 */
	#howtoplay{padding: 60px 0 120px 0;}
	#howtoplay .lead{margin: 30px auto 60px auto;}
	#howtoplay .lead .ttl{font-size: .18rem;}
	#howtoplay .lead p{padding: 0 10px;}
	#howtoplay ul li{
		margin: 0 auto 40px auto;
		border-radius: 10px;
	}
	#howtoplay ul li::after{
		bottom: -40px;
		border-width: 40px 40px 0 40px;
	}
	#howtoplay ul li .howtoTtl{
		padding: 20px 0;
		border-top-left-radius:6px;
		border-top-right-radius: 6px;
		font-size: .18rem;
	}
	#howtoplay ul li .howtoTxt{
		margin: 50px auto;
		width: calc(100% - 120px);
	}
	#howtoplay ul li .howtoTxt img{margin: 0 auto 40px auto;}
	
}