
/* 幅772px */




/*
	common
==================== */
.main {
	word-break: break-all;
}
.main h3 {
	border-bottom: 0;
	position: relative;
}
.main h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background-color: #ccc;
	content: "";
}
.main h3 em {
	margin-left: 2em;
	color: #e40672;
	font-weight: bold;
	text-shadow: -1px -1px 0 #ddd, 1px -1px 0 #ddd, -1px 1px 0 #ddd, 1px 1px 0 #ddd;
}
.main h3 strong {
	padding-bottom: .5em;
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	text-shadow: -1px -1px 0 #ddd, 1px -1px 0 #ddd, -1px 1px 0 #ddd, 1px 1px 0 #ddd;
}
.main h3 strong span {
	position: absolute;
	top: 2.5em;
	right: -.5em;
	display: block;
	font-size: 12px;
}
.main h3 .note {	font-size: 14px;}
.main h3.ttlHidden {	padding: .7em 0 1.5em;}
.main h3.ttlHidden strong {	display: none;}
.main .btnArea {	text-align: center;}
.main .btnArea a {
	padding: 1em 2em;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	background-color: #ff6347;
	text-decoration: none;
	transition: .4s;
}
.main .btnArea a:hover {	opacity: 0.7;}
.main .btnArea.end a {
	pointer-events: none;
	background-color: #ccc;
}
.pt30 {	padding-top: 30px !important;}
.red {	color: #e60012;}

/*
	.attention
==================== */
.attention {
	padding: 1em;
	border: 1px solid #000;
	color: #e60012;
}



/*
	.limited
==================== */
.limited {
	margin: 0 auto 50px;
	width: 80%;
	text-align: center;
}

@media(max-width: 768px){
	.limited {
		width: 90%;
	}
}


/*
	.information
==================== */
.information.mb50 {	margin-bottom: 50px;}
.information .summary {
	text-align: center;
	font-weight: bold;
}
.information .summary a {
	font-weight: bold;
}
.information > dl {	margin-bottom: 5px;}
.information > dl:last-of-type {	margin-bottom: 20px;}
.information > dl > dt {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: right;
}
.information > dl > dt::before {	content: "[";}
.information > dl > dt::after {		content: "]";}
.information > dl > dd {
	float: right;
	width: 662px;
}
.information > dl > dd small {
	font-size: 1.2rem;
}
.information > dl > dd em {
	font-weight: bold;
}
.information > dl > dd .part {
	margin-bottom: 1em;
}
.information > dl > dd .part h4 {
	font-weight: 700;
	font-size: 1.4rem;
}
.information > dl > dd .part dl {
	display: flex;
}
.information > dl > dd .part dl dt {
	margin-right: 10px;
	width: 80px;
	font-weight: normal;
}
.information > dl > dd .part dl dd {
	flex: 1;
}

.information .deadline {
	margin-bottom: 1em;
	padding-top: 10px;
	color: #f00;
	text-align: center;
}
.information .report {
	text-align: center;
}
.information a {
	color: #000;
	text-decoration: underline;
}
.information a:hover {	text-decoration: none;}
.information .note {
	margin-bottom: 4em;
	padding: 2em 0 0 20%;
	width: 60%;
	font-size: 12px;
	text-align: left;
}
.information .note em {
	color: #fff;
	background-color: #f00;
	font-weight: bold;
}
.information .youtubeReport {
	margin: 20px auto;
	display: block;
	width: 600px;
	transition: .4s;
}
.information .youtubeReport:hover {
	opacity: .7;
}
.information .mailmagazine {
	margin: 0 auto 1em;
	padding: 1em;
	border: 1px solid #000;
	width: 80%;
	text-align: center;
}
.information .mailmagazine h4 span {
	background-color: #ff0;
}
.information .mailmagazine p {
	margin-bottom: 0;
}
.information .release {
	padding: 1em;
	border: 1px solid #a9d18e;
	font-size: 2.4rem;
	text-align: center;
}
.information .release strong {
	margin-bottom: 1em;
	display: block;
	font-weight: 700;
	font-size: 2.4rem;
}
.information .release p {
	margin: 0;
}
@media(max-width: 768px){
	.information > dl {	margin-bottom: 10px;}
	.information > dl > dt {
		float: none;
		width: auto;
		text-align: left;
	}
	.information > dl > dd {
		float: none;
		width: auto;
	}
	.information > dl > dd .part dl {
		display: block;
	}
	.information > dl > dd .part dl dt {
		margin: 0;
		width: auto;
	}

	.information .note {
		padding: 1em 0 0;
		width: 100%;
		font-size: 12px;
		text-align: left;
	}
	.information .youtubeReport {
		width: 100%;
	}
	.information .mailmagazine {
		padding: 5%;
		width: 90%;
	}
	.information .release {
		font-size: 1.6rem;
	}
	.information .release strong {
		font-size: 2rem;
	}
}


/*
	.person
==================== */
.person {	position: relative;}
.person h4 {
	margin: 0 0 1em;
	font-weight: bold;
	font-size: 2rem;
}
.person h4 span {
	font-weight: normal;
}

.person .prize {
	margin-bottom: 30px;
}
.person .prize .youtube {
	margin-bottom: 30px;
}
.person .prize .youtube .btn {
	padding: 1em 3em 1em 2em;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: #42e096;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.person .prize .youtube .btn::before {
	margin-top: -9px;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #fff;
	content: "";
}
.person .prize .youtube .btn::after {
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #42e096;
	position: absolute;
	top: 50%;
	right: 13px;
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	content: "";
}
.person .prize .youtube .btn:hover {
	opacity: 0.7;
	transition: opacity .4s;
}
.person .prize .youtube .btn.soon {
	background-color: #000;
	opacity: .5;
	pointer-events: none;
}
.person .prize .youtube .btn.soon::after {
	border-left: 5px solid #000;
}
.person section {
	margin-bottom: 50px;
}
.person section:last-child {
	margin-bottom: 0;
}
.person .set {
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.person .set .image {
	float: left;
	width: 110px;
	text-align: center;
}
.person .set .image img {
	border-radius: 200px;
	max-width: 100%;
}
.person .set .image p {	margin-bottom: 0;}
.person .set .image .cr {
	position: relative;
	top: -5px;
	font-size: 10px;
}
.person .set .image .noImage {
	padding-top: 60px;
	border-radius: 200px;
	width: 200px;
	height: 140px;
	color: #384b6c;
	background-color: #c58cff;
	font-weight: bold;
	font-size: 24px;
}
.person .set .txt {
	float: right;
	width: 640px;
}
.person .set .txt.pad10 {	padding-top: 10px;}
.person .set .txt.pad20 {	padding-top: 20px;}
.person .set .txt.pad30 {	padding-top: 30px;}
.person .set .txt.pad40 {	padding-top: 40px;}
.person .set .txt.pad80 {	padding-top: 80px;}
.person .set .txt.pad100 {	padding-top: 100px;}
.person .set .txt small {
	font-size: 1.2rem;
}
@media(max-width: 768px){
	.person .anker {	top: 0;}
	.person section h4 {
		padding: 1em 0;
		font-size: 1.6rem;
	}
	.person .set .image {
		margin: 0 auto 10px;
		width: auto;
		text-align: center;
	}
	.person .set .image div {
		margin-right: 5%;
		display: block;
		float: left;
		width: 30%;
	}
	.person .set .image p {
		margin-bottom: 0;
		padding-top: 1em;
		float: left;
		width: 65%;
		text-align: left;
	}
	.person .set .image .noImage {	margin: 0 auto;}
	.person .set .txt {
		padding-top: 0 !important;
		width: auto;
	}
}

.person .part2 {
	margin-bottom: 2em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.person .part2 h5 {
	margin-bottom: 0.5em;
	width: 100%;
	font-weight: bold;
	font-size: 2rem;
}
.person .part2 .youtube {
	width: 100%;
}
.person .part2 section {
	width: 48%;
}
.person .part2 section dl {
	margin-bottom: 1em;
	display: flex;
}
.person .part2 section dl dt {
	margin-right: 5%;
	width: 30%;
}
.person .part2 section dl dt img {
	width: 100%;
}
.person .part2 section dl dd {
	width: 65%;
	font-weight: bold;
	font-size: 1.6rem;
}
.person .part2 section dl dd .sns {
	padding-top: 1em;
	display: flex;
}
.person .part2 section dl dd .sns li {
	margin-right: 6px;
	width: 26px;
	font-size: 0;
}
.person .part2 section dl dd .sns li a {
	padding: 4px;
	border: 1px solid #000;
	border-radius: 999px;
	display: block;
}
.person .part2 section dl dd .sns li a img {
	width: 100%;
}


@media(max-width: 768px){
	.person .part2 {
		display: block;
	}
	.person .part2 h5 {
		font-size: 1.6rem;
	}
	.person .part2 section {
		width: auto;
	}
	.person .part2 section dl dd {
		font-size: 1.4rem;
	}
}




/*
	.outline
==================== */
.outline section {
	margin-bottom: 50px;
}
.outline section:last-child {
	margin-bottom: 0;
}
.outline h3 .note {
	color: #f00;
}
.outline section h4 {
	font-size: 1.8rem;
}
.outline section h4 small {
	font-size: 1.2rem;
}
.outline section p {
	margin: 0;
}
.outline section ul {
	margin-left: 17px;
}
.outline section ul li {
	list-style-type: disc;
}
.outline section .margin {
	margin-bottom: 1.5em;
}

@media(max-width: 768px){

	.outline h3 .note {
		display: block;
	}
	.outline section h4 {
		margin-bottom: 1.5em;
		font-weight: 700;
	}
	.outline section h4 small {
		display: block;
	}
}