@charset "utf-8";
@import "html5reset-1.6.1.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #222;
	font-size: 16px;
	height: 100%;
	word-wrap: break-word;
}
html {
	height: 100%;
}
a {
	color: #222;
}
img {
	display: block;
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	br.sp, img.sp {
		display: none;
	}
	a, a:hover {
		transition: 0.3s;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
	br.pc, img.pc {
		display: none;
	}
}
/*---------------------- header ------------------------*/
header {
	max-width: 980px;
	margin: auto;
	padding: 20px 20px;
	box-sizing: border-box;
}
header .logo img {
	height: 40px;
	width: auto;
}
@media screen and (max-width: 767px) {
	header {
		padding: 15px 20px;
	}
	header .logo img {
		height: 30px;
	}
}
/*---------------------- contents ------------------------*/
#contents {
	max-width: 980px;
	margin: auto;
}
/*---------------------- prize ------------------------*/
.prize {
	padding: 0 0 60px;
}
.prize.season1st {
	background-color: rgba(0, 99, 175, 0.1);
}
.prize.season2nd {
	background-color: rgba(225, 29, 112, 0.1);
}
.prize.season3rd {
	background-color: rgba(95, 25, 133, 0.1);
}
.prize.allSeason {
	background-color: rgba(5, 115, 58, 0.1);
}
.prize h2 {
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	padding: 20px 0;
	letter-spacing: 0.15em;
	text-align: center;
	margin: 0 0 40px;
}
.prize.season1st h2 {
	background-color: #0063AF;
}
.prize.season2nd h2 {
	background-color: #E11D70;
}
.prize.season3rd h2 {
	background-color: #5F1985;
}
.prize.allSeason h2 {
	background-color: #05733A;
}
.prize ul {
	list-style: none;
}
.prize ul li {
	border-radius: 20px;
	padding: 30px 0 0;
	overflow: hidden;
	text-align: center;
	background-color: #FFF;
}
.prize.season1st ul li {
	border: 2px solid #0063AF;
}
.prize.season2nd ul li {
	border: 2px solid #E11D70;
}
.prize.season3rd ul li {
	border: 2px solid #5F1985;
}
.prize.allSeason ul li {
	width: 100%;
	border: 2px solid #05733A;
}
.prize h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 10px;
}
.prize ul li p {
	font-size: 24px;
	color: #FFF;
	font-weight: 700;
	line-height: 1.4;
	padding: 20px 0;
}
.prize ul li p span {
	font-size: 16px;
}
.prize.season1st ul li p {
	background-color: #0063AF;
}
.prize.season2nd ul li p {
	background-color: #E11D70;
}
.prize.season3rd ul li p {
	background-color: #5F1985;
}
.prize.allSeason ul li p {
	font-size: 20px;
	color: #FF0000;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.prize ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 40px;
	}
	.prize ul li {
		width: calc((100% - 60px) / 2);
	}
}
@media screen and (max-width: 979px) and (min-width: 768px) {
	.prize ul {
		padding: 0 30px;
	}
	.prize ul li {
		width: calc((100% - 40px) / 2);
	}
	.prize h3 {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.prize {
		padding: 0 0 15px;
	}
	.prize h2 {
		padding: 15px 0;
		font-size: 22px;
		letter-spacing: 0.1em;
		margin: 0 0 30px;
	}
	.prize ul {
		padding: 0 20px;
	}
	.prize ul li {
		padding: 25px 0 0;
		margin: 0 0 30px;
	}
	.prize h3 {
		font-size: 18px;
	}
	.prize.allSeason ul li h3 {
		font-size: 14px;
	}
	.prize ul li p {
		font-size: 20px;
		padding: 15px 0;
	}
	.prize.allSeason ul li p {
		font-size: 14px;
	}
}
/*---------------------- entryGuidelines ------------------------*/
#entryGuidelines h2 {
	background-color: #222;
	color: #FFF;
	font-weight: 700;
	padding: 20px 0;
	font-size: 30px;
	letter-spacing: 0.15em;
	text-align: center;
	margin: 0 0 40px;
}
#entryGuidelines p.comment {
	text-align: center;
	line-height: 1.7;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 40px;
}
#entryGuidelines p.comment span {
	display: inline-block;
	font-size: 0.75em;
	margin: 25px 0 0;
}
#entryGuidelines h3 {
	color: #222;
	font-size: 30px;
	font-weight: 700;
	padding: 45px 0 0;
	letter-spacing: 0.1em;
	border-top: 5px solid #222;
	margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
	#entryGuidelines h2 {
		padding: 15px 0;
		font-size: 22px;
		letter-spacing: 0.1em;
		margin: 0 0 25px;
	}
	#entryGuidelines p.comment {
		text-align: left;
		font-size: 16px;
		margin: 0 20px 25px;
	}
	#entryGuidelines p.comment span {
		font-size: 0.75em;
		margin: 10px 0 0;
	}
	#entryGuidelines h3 {
		padding: 30px 0 0;
		font-size: 21px;
		letter-spacing: normal;
		border-top: 3px solid #222;
		margin: 0 0 30px;
	}
}
/*---------------------- aboutReceipt ------------------------*/
#aboutReceipt {
	text-align: center;
	margin: 0 0 100px;
}
@media screen and (min-width: 768px) {
	#aboutReceipt ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	#aboutReceipt ul li {
		width: calc(100% / 2);
		box-sizing: border-box;
		padding: 0 40px;
	}
	#aboutReceipt ul li:first-of-type {
		border-right: 1px solid #222;
	}
	#aboutReceipt ul li:nth-of-type(2) {
		border-left: 1px solid #222;
	}
}
@media screen and (max-width: 767px) {
	#aboutReceipt {
		margin: 0 0 50px;
	}
	#aboutReceipt ul {
		list-style: none;
		margin: 0 20px;
	}
	#aboutReceipt ul li {
		margin: 0 0 30px;
	}
}
/*---------------------- expirationDate ------------------------*/
#aboutReceipt .expirationDate {
	display: inline-block;
	padding: 35px 40px 30px;
	color: #FFF;
	background-color: #222;
	margin: 0 0 60px;
}
#aboutReceipt .expirationDate h4 {
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 30px;
}
#aboutReceipt .expirationDate table {
	font-size: 22px;
	display: inline-block;
}
#aboutReceipt .expirationDate table th {
	font-weight: 700;
	line-height: 1.5;
	text-align: right;
	padding: 0 0 15px;
	white-space: nowrap;
}
#aboutReceipt .expirationDate table td {
	line-height: 1.5;
	text-align: left;
	padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
	#aboutReceipt .expirationDate {
		display: block;
		padding: 25px 0 15px;
		margin: 0 20px 30px;
	}
	#aboutReceipt .expirationDate h4 {
		font-size: 18px;
		margin: 0 0 20px;
	}
	#aboutReceipt .expirationDate table {
		font-size: 16px;
	}
}
/*---------------------- otherReceipt ------------------------*/
#otherReceipt {
	margin: 0 0 60px;
}
#otherReceipt h3 {
	text-align: center;
}
#otherReceipt .inner {
	margin: 0 40px;
}
#otherReceipt p {
	line-height: 1.7;
}
#otherReceipt .text1 {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 40px;
}
#otherReceipt .text2 {
	font-size: 22px;
	margin: 40px 0 60px;
}
#otherReceipt .text2 .red {
	color: #FF0000;
}
#otherReceipt h4 {
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 25px;
	border-left: solid 8px #222;
	padding: 8px 0 8px 20px;
}
#otherReceipt .text3 {
	font-size: 20px;
	margin: 0 0 60px 28px;
}
#otherReceipt ul {
	list-style: none;
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 60px 28px;
}
#otherReceipt ul li {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
	#otherReceipt .text1 {
		text-align: center;
	}
	#otherReceipt img {
		margin: auto;
		width: 600px;
	}
}
@media screen and (max-width: 767px) {
	#otherReceipt {
		margin: 0 0 50px;
	}
	#otherReceipt .inner {
		margin: 0 20px;
	}
	#otherReceipt .text1 {
		font-size: 16px;
		margin: 0 0 30px;
	}
	#otherReceipt .text2 {
		font-size: 16px;
		margin: 30px 0 40px;
	}
	#otherReceipt .text2 .red {
		color: #FF0000;
	}
	#otherReceipt h4 {
		font-size: 20px;
		margin: 0 0 15px;
		border-left: solid 6px #222;
		padding: 6px 0 6px 15px;
	}
	#otherReceipt .text3 {
		font-size: 14px;
		margin: 0 0 40px 21px;
	}
	#otherReceipt ul {
		font-size: 12px;
		margin: 0 0 40px 21px;
	}
	#otherReceipt ul li {
		margin: 0 0 5px;
	}
}
/*---------------------- applicationRules ------------------------*/
#applicationRules {
	margin: 0 0 60px;
}
#applicationRules h2 {
	background-color: #222;
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	padding: 20px 0;
	letter-spacing: 0.15em;
	text-align: center;
}
#applicationRules div {
	font-size: 14px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;
	padding: 30px 40px;
	height: 450px;
	overflow-y: auto;
}
#applicationRules h3 {
	font-size: 1.1em;
	font-weight: 700;
	margin: 0 0 6px;
}
#applicationRules p {
	line-height: 1.7;
	margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
	#applicationRules {
		margin: 0 20px 50px;
	}
	#applicationRules h2 {
		padding: 15px 0;
		font-size: 22px;
		letter-spacing: 0.1em;
	}
	#applicationRules div {
		font-size: 12px;
		padding: 15px 20px;
		height: 300px;
	}
}
/*---------------------- addFriends ------------------------*/
.addFriends {
	text-align: center;
	margin: 80px 0 100px;
}
.addFriends h2 {
	font-size: 22px;
	font-weight: 700;
	color: #222;
	letter-spacing: 0.1em;
	margin: 0 0 30px;
}
.addFriends img {
	margin: auto;
}
.addFriends .addBtn {
	margin: 30px 0 0;
}
.addFriends .addBtn a {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #FFF;
	line-height: 60px;
	border-radius: 30px;
	text-align: center;
	display: block;
	margin: auto;
	background-color: #06C755;
	text-decoration: none;
}
.addFriends .addBtn a span {
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.addFriends .addBtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.addFriends .addBtn a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		overflow: hidden;
		width: 450px;
	}
	.addFriends .addBtn a span {
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	.addFriends .addBtn a span:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 0;
		display: block;
		z-index: -1;
		transition: 0.3s;
		background-color: #222;
	}
	.addFriends .addBtn a span:hover:before {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.addFriends {
		margin: 40px 0;
	}
	.addFriends h2 {
		display: none;
	}
	.addFriends img {
		display: none;
	}
	.addFriends .addBtn {
		margin: 0;
	}
	.addFriends .addBtn a {
		font-size: 16px;
		letter-spacing: normal;
		color: #FFF;
		width: 320px;
	}
}
/*---------------------- footer ------------------------*/
footer {
	text-align: center;
	background: #222;
	color: #FFF;
	padding: 25px 0;
}
@media screen and (max-width: 767px) {
	footer {
		font-size: 12px;
	}
}