@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@font-face {
	font-family: "JF-Dot-MPlus12SubsetFont";
	src: url("../../02/css/JF-Dot-MPlus12SubsetFont.woff") format("woff"),
	url("../../02/css/JF-Dot-MPlus12SubsetFont.ttf") format("truetype");
}
html { 
	font-size: 62.5%;
	height: 100%;
}
body {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'JF-Dot-MPlus12SubsetFont', 'Noto Sans JP', sans-serif;
	color: #fff;
	line-height: 200%;
	background-color: #171333;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer!important;
	border-bottom: 1px solid transparent;
}
a:hover {
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid transparent;
}
a.noBorder:hover {
	border-bottom: 1px solid transparent!important;
}
a.marginTop1,
a.marginTop2,
a.marginTop3,
a.marginTop4 {
	display: block;
}
img.cover {
	width: 100%;
	height: auto;
}
img.coverHalf {
	width: 50%;
	height: auto;
	margin-left: 25%;
	margin-right: 25%;
}
img.coverVertical {
	width: auto;
	height: 100%;
}
img.text {
	width: auto;
	height: 60px;
}
img.circle {
	border-radius: 100%;
	overflow: hidden;
}
@media screen and (max-width: 800px) {
	img.text {
		width: 60%;
		height: auto;
	}
}
video.horizontal {
	width: 100%;
	height: auto;
}
img.vertical,
video.vertical {
	width: 60%;
	height: auto;
	margin: 0 20%;
}
.dispPc {
	display: block;
}
.dispSp {
	display: none;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
	.dispPc {
		display: block;
	}
	.dispSp {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.dispPc {
		display: none;
	}
	.dispSp {
		display: block;
	}
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.textDeactive {
	color: #999;
}
.textBlack {
	color: #000;
}
.translateBox.textWhite .goog-te-gadget,
.translateBox.textWhite .goog-logo-link,
.translateBox.textWhite .goog-logo-link:link,
.translateBox.textWhite .goog-logo-link:visited,
.translateBox.textWhite .goog-logo-link:hover,
.translateBox.textWhite .goog-logo-link:active,
.textWhite {
	color: #fff;
}
.textWhite a {
	color: #ea4475;
	border-bottom: 1px solid transparent;
}
.textWhite a:hover {
	border-bottom: 1px solid #ea4475;
}
.textWhite.sectionSplitPink a {
	/*
	color: #7a06d8;
	*/
	color: #4ff447;
	border-bottom: 1px solid transparent;
}
.textWhite.sectionSplitPink a:hover {
	/*
	border-bottom: 1px solid #7a06d8;
	*/
	border-bottom: 1px solid #4ff447;
}
.textRed,
.hoverRed a:hover {
	color: #e50012;
}
.textBlue,
.hoverBlue a:hover {
	color: #009fe8;
}
.textGreen,
.hoverGreen a:hover {
	color: #4ff447;
}
.textYellow,
.hoverYellow a:hover {
	color: #fccf00;
}
.textAdidasYellow,
.hoverAdidasYellow a:hover {
	color: #e1ff69;
}
.textOrange,
.hoverOrange a:hover {
	color: #ffb300;
}
.textPink,
.hoverPink a:hover {
	color: #ea4475;
}
.textPurple,
.hoverPurple a:hover {
	color: #7a06d8;
}
.textRedNew,
.hoverRedNew a:hover {
	color: #d0414d;
}
.textPinkNew,
.hoverPinkNew a:hover {
	color: #f749be;
}
.textBlueNew,
.hoverBlueNew a:hover {
	color: #4551c5;
}
.textGreenNew,
.hoverGreenNew a:hover {
	color: #4ad049;
}
.textYellowNew,
.hoverYellowNew a:hover {
	color: #c6fa35;
}
.textSkyBlue,
.textSkyBlue a {
	color: #00aeff;
}
.textSkyBlue a {
	border-bottom: 1px solid transparent;
}
.textSkyBlue a:hover {
	border-bottom: 1px solid #00aeff;
}
.textPurpleNew,
.textPurpleNew a {
	color: #a580f7;
}
.textPurpleNew a {
	border-bottom: 1px solid transparent;
}
.textPurpleNew a:hover {
	border-bottom: 1px solid #a580f7;
}
.textLink a:hover {
	border-bottom: 1px solid #fff;
}
.textBlueNew.hoverBlueNew.textLink a:hover {
	border-bottom: 1px solid #4551c5;
}
.textYellowNew.hoverYellowNew.textLink a:hover {
	border-bottom: 1px solid #c6fa35;
}
.textBold {
	font-weight: bold;
}
.textNormal {
	font-weight: normal;
}
.fontNormal {
	font-family: 'Noto Sans JP', sans-serif;
}
.dlBorder {
	display: inline-block;
	min-width: 60%;
	padding: 2em;
	box-sizing: border-box;
}
.dlBorderRed {
	border: 1px solid #d0414d;
}
.dlBorderGreen {
	border: 1px solid #4ad049;
}
@media screen and (max-width: 800px) {
	.translateBox.textWhite a,
	.translateBox.textWhite a:hover {
		border-bottom: none;
	}
	.textWhite a {
		border-bottom: 1px solid #ea4475;
	}
	.textWhite.sectionSplitPink a {
		border-bottom: 1px solid #7a06d8;
	}
	.dlBorder {
		min-width: 80%;
	}
}
.textSpace05em {
	margin-left: 0.5em;
}
.textSpace10em {
	margin-left: 1em;
}
.textIndent dt,
.textIndent dd {
	margin-left: 2em;
	text-indent: -2em;
}
.textIndent dt span:nth-child(1),
.textIndent dd span:nth-child(1) {
	margin-right: 0.75em;
}
.textMargin,
p + h3,
p + h4,
p + h5,
/*h2 + dl,*/
dd + dt,
#funding .contents > h3,
.marginTop2 {
	margin-top: 2em!important;
}
p + p,
h3 + p,
h4 + p,
h5 + p,
h3 + h4,
h4 + h5,
.dlBorder dd,
.marginTop1 {
	margin-top: 1em;
}
.marginTop3 {
	margin-top: 3em;
}
.marginTop4 {
	margin-top: 4em;
}
.translateBox {
	padding-bottom: 1em;
}
@media screen and (max-width: 800px) {
	.marginTop3 {
		margin-top: 1.5em;
	}
	.marginTop4 {
		margin-top: 2em;
	}
}
.lineHeight200 {
	line-height: 200%;
}
.lineHeight180 {
	line-height: 180%;
}
.lineHeight165 {
	line-height: 165%;
}
.lineHeight100 {
	line-height: 100%;
}
.text45 {
	font-size: 45px;
	font-size: 4.5rem;
}
.text40 {
	font-size: 40px;
	font-size: 4rem;
}
.text28 {
	font-size: 28px;
	font-size: 2.8rem;
}
.text24 {
	font-size: 24px;
	font-size: 2.4rem;
}
.text21 {
	font-size: 21px;
	font-size: 2.1rem;
}
.text18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.text14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.text12 {
	font-size: 12px;
	font-size: 1.2rem;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
}
@media screen and (max-width: 800px) {
	nav #navGlobal.text18,
	.text45 {
		font-size: 2.6rem;
	}
	.text40 {
		font-size: 2.4rem;
	}
	#contest .sectionTitle.text45,
	.text28 {
		font-size: 2rem;
	}
	.text24 {
		font-size: 1.8rem;
	}
	.text21 {
		font-size: 1.6rem;
	}
	/*#supporters .widthWrapper .text24,*/
	.text18 {
		font-size: 1.2rem;
	}
	.text14 {
		font-size: 1.1rem;
	}
	.text12 {
		font-size: 1rem;
	}
}
.widthWrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 8%;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 5;
}
@media screen and (max-width: 800px) {
	.widthWrapper {
		padding: 0 5%;
	}
}
.flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
	list-style: none;
	flex-shrink: 0;
}
.flexColumn {
	flex-direction: column;
}
.flexAlignCenter {
	align-items: center;
}
.flexStrech {
	align-content: stretch;
}
.flexCenter {
	justify-content: center;
}
.flexStart {
	justify-content: flex-start;
}
.flexBetween {
	justify-content: space-between;
}
.flexSplit li,
.flexSplit div {
	width: 48%;
}
.flexEvent li {
	width: 31.333333%;
	margin: 0 1% 1em;
	padding: 0.5em 0.5em 1em;
	background-color: rgba(255,255,255,0.1);
	box-sizing: border-box;
}
.flexEvent li .title {
	display: block;
	margin: 0.25em auto
}
.flexEvent li .sns {
	display: block;
	width: 100%;
	height: 1.5em;
}
.flexEvent li .sns a {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
}
.flexEvent li .sns a + a {
	margin-left: 0.5em;
}
.popupInfo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.popupInfo > div {
	padding: 2.5em;
	background-color: rgba(0,0,0,0.75);
}
@media screen and (max-width: 800px) {
	.flexSplit li,
	.flexSplit div {
		width: 100%;
	}
	.flexEvent li {
		width: 48%;
	}
}
/* header */
header {
	position: fixed;
	width: 100%;
	height: 6vw;
	max-height: 60px;
	z-index: 599;
}
header .widthWrapper {
	height: 6vw;
	max-height: 60px;
	padding: 0 1.5%;
	z-index: 599;
}
header h1 {
	order: 2;
	width: auto;
	height: 2.2vw;
	max-height: 22px;
}
header h1 img {
	width: auto;
	height: 2.2vw;
	max-height: 22px;
}
header #menuToggle {
	order: 1;
	cursor: pointer;
	width: 11.5vw;
	max-width: 115px;
	height: 3.3vw;
	max-height: 33px;
	background-image: url("../images/svg/menuClose.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
header.open #menuToggle {
	background-image: url("../images/svg/menuOpen.svg");
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
header #flexSns {
	order: 3;
	width: 11.5vw;
	max-width: 115px;
}
header #flexSns li {
	width: 3.3vw;
	max-width: 33px;
	height: 3.3vw;
	max-height: 33px;
}
header #flexSns li a:hover img {
	opacity: 0.6;
}
@media screen and (max-width: 800px) {
	header {
		height: 10vw;
		max-height: inherit;
	}
	header .widthWrapper {
		height: 10vw;
		max-height: inherit;
	}
	header h1 {
		order: 2;
		width: auto;
		height: 4vw;
		max-height: inherit;
		margin: 0 4vw 0 auto;
	}
	header h1 img {
		width: auto;
		height: 4vw;
		max-height: inherit;
	}
	header #menuToggle {
		order: 1;
		cursor: pointer;
		width: 6vw;
		max-width: inherit;
		height: 6vw;
		max-height: inherit;
	}
	header #flexSns {
		order: 3;
		width: 20vw;
		max-width: inherit;
	}
	header #flexSns li {
		width: 6vw;
		max-width: inherit;
		height: 6vw;
		max-height: inherit;
	}
	header #flexSns li a:hover img {
		opacity: 1;
	}
}
/* nav */
nav {
	position: fixed;
	top: -12vw;
	width: 100%;
	height: 60px;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	z-index: 500;
}
nav.open {
	top: 60px;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
nav #navGlobal {
	max-height: 60px;
	height: 6vw;
	padding: 0 1.5%;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
	nav.open {
		top: 6vw;
	}
}
@media screen and (max-width: 800px) {
	nav {
		top: -120vh;
		width: 100%;
		height: 100vh;
	}
	nav.open {
		top: 0;
	}
	nav #navGlobal {
		flex-direction: column;
		height: 40vh;
		max-height: 100vh;
		margin-top: 24vw;
	}
	nav #navGlobal li {
		width: 100%;
	}
}
/* footer */
footer {
	width: 100%;
}
footer .widthWrapper {
	padding: 0 1.5%;
}
footer .pagetop {
	width: 3em;
	height: 3em;
	padding: 1em 0;
}
footer p + p {
	margin-top: 0;
}
@media screen and (max-width: 800px) {
	footer {
		height: inherit;
		max-height: inherit;
		margin-top: 3em;
	}
	footer .pagetop {
		width: 6vw;
		max-width: inherit;
		height: 6vw;
		max-height: inherit;
	}
}
/* 全画面動画背景 */
.bgScreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url("../images/keyVisual.gif"), url("../images/keyVisualLoop.png");
	background-position: center center, center center;
	background-repeat: no-repeat, repeat-x;
	background-size: auto 100%, auto 100%;
	z-index: -3;
}
.bgScreen.update190531 {
	background-image: url("../images/keyVisual.190531.gif"), url("../images/keyVisualLoop.png");
}
.bgScreen.update190820 {
	background-image: url("../images/keyVisual.190820.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgScreen .credit {
	position: absolute;
	left: 1em;
	bottom: 1em;
}
@media screen and (max-width: 800px) {
	.bgScreen {
		height: 150vw;
		/*
		background-position: left -37.5vw center, center center;
		background-size: auto 135vw, auto 100%;
		*/
		background-position: left -26vw center, center center;
		background-size: auto 115vw, auto 100%;
	}
	.bgScreen.update190531 {
		height: 75vw;
		background-position: center center, center center;
		background-size: auto 100%, auto 100%;
	}
	.bgScreen.update190820 {
		height: 75vw;
		background-size: 100% auto;
		background-color: #010514;
	}
}
/* 背景色 */
section {
	position: relative;
}
.sectionColor {
	background-color: #171333;
}
.sectionColorPink {
	background-color: #ea4475;
}
.sectionColorWhite {
	background-color: #fff;
}
.sectionSplitPurple {
	background: linear-gradient(90deg, #7a06d8 0%, #7a06d8 50%, #171333 50%, #171333 100%);
}
.sectionSplitPurple .sectionSplitPurple {
	background: linear-gradient(90deg, #7a06d8 0%, #7a06d8 27%, #171333 27%, #171333 100%);
}
.sectionSplitPink {
	background: linear-gradient(90deg, #ea4475 0%, #ea4475 50%, #171333 50%, #171333 100%);
}
.sectionSplitPink .sectionSplitPink {
	background: linear-gradient(90deg, #ea4475 0%, #ea4475 27%, #171333 27%, #171333 100%);
}
.sectionSplitGreen {
	background: linear-gradient(90deg, #05f447 0%, #05f447 50%, #171333 50%, #171333 100%);
}
.sectionSplitGreen .sectionSplitGreen {
	background: linear-gradient(90deg, #05f447 0%, #05f447 27%, #171333 27%, #171333 100%);
}
.sectionSplitOrange {
	background: linear-gradient(90deg, #ffb300 0%, #ffb300 50%, #171333 50%, #171333 100%);
}
.sectionSplitOrange .sectionSplitOrange {
	background: linear-gradient(90deg, #ffb300 0%, #ffb300 27%, #171333 27%, #171333 100%);
}
/* タイトル装飾 */
.sectionTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
	z-index: 10;
}
.sectionTitle > span {
	position: relative;
	display: inline-block;
	padding: 0 0.5em 1em;
}
.sectionTitle > span::before,
.sectionTitle > span::after {
	position: absolute;
	top: 0%;
	content: '';
	width: 50em;
	height: 1em;
	background-image: url("../images/svg/titleCheck.svg");
	background-position: left top;
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.sectionTitle > span::before {
	left: 100%;
}
.sectionTitle > span::after {
	right: 100%;
}
@media screen and (max-width: 800px) {
	.sectionTitle > span::before,
	.sectionTitle > span::after {
		width: 20em;
	}
}
/* catchVisual */
#catchVisual {
	height: 100vh;
	overflow: hidden;
}
@media screen and (max-width: 800px) {
	#catchVisual {
		height: 150vw;
	}
	#catchVisual.update190531 {
		height: 75vw;
	}
}
#catchVisualSlider div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#catchVisualSlider div a {
	display: block;
	width: 100%;
	padding-top: 57.9%;
}
/* contest */
#contest {
	padding: 60px 0 90px;
}
#contest p + p {
	margin-top: 1em;
}
#contest .sectionTitle {
	position: relative;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
	#contest {
		padding: 6vw 0 9vw;
	}
}
@media screen and (max-width: 800px) {
	#contest {
		padding: 6vw 0 9vw;
	}
}
/* jury */
#jury > div {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#jury > div > p {
	width: 33.333333333333%;
	width: calc(100%/3);
	max-width: 400px;
	line-height: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}
#jury > div > p + p {
	margin-top: 0;
}
/*
#jury > p a {
	display: block;
	width: 100%;
}
*/
#jury > div > p span {
	display: block;
	width: 100%;
	padding-top: 100%;
	opacity: 1;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 300ms ease-out;
	cursor: pointer;
}
#jury > div > p span:hover {
	opacity: 0;
}
#jury #juryDetailBlock {
	position: relative;
	width: 100%;
	max-width: 1200px;
	max-height: 3.75em;
	/*
	max-height: 2.5em;
	margin: 1.25em 0;
	*/
	margin: 1.25em 0 0;
	box-sizing: border-box;
	z-index: 5;
	transition: max-height 600ms;
}
#jury #juryDetailBlock.title {
	max-height: 3.75em;
	/*
	max-height: 2.5em;
	animation: detailWrapperClose 0.4s ease-in 0s forwards;
	*/
	transition: max-height 600ms;
}
#jury #juryDetailBlock.detail {
	max-height: 300vh;
	/*
	animation: detailWrapperOpen 0.4s ease-in 0s forwards;
	*/
	transition: max-height 600ms;
}
#jury #juryDetailBlock h1,
#jury #juryDetailBlock h1.show {
	/*
	display: none;
	*/
	height: 1em;
	padding: 0 0 0.5em;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	z-index: 6;
}
#jury #juryDetailBlock h1 {
	animation: detailOpen 0.00001s ease-in 0s forwards;
}
#jury #juryDetailBlock h1.show {
	animation: detailOpen 0.3s ease-in 0.1s forwards;
}
#jury #juryDetailBlock h1.close {
	height: 0;
	padding: 0;
	opacity: 0;
	animation: detailClose 0.0000001s ease-in 0s forwards;
}
#jury #juryDetailBlock .juryDetail,
#jury #juryDetailBlock .juryDetail.close {
	width: 100%;
	height: 0;
	padding: 0;
	opacity: 0;
	z-index: 5;
}
#jury #juryDetailBlock .juryDetail.close {
	animation: detailClose 0.0000001s ease-in 0s forwards;
}
#jury #juryDetailBlock .juryDetail.show {
	/*
	display: -webkit-flex;
	display: flex;
	*/
	height: auto;
	/*
	padding: 1em 0;
	*/
	padding: 0 0 1.25em;
	opacity: 0;
	animation: detailOpen 0.3s ease-in 0.2s forwards;
}
dl.juryDetail dt {
	width: 24%;
	margin: 0 auto 0 0;
}
dl.juryDetail dd {
	position: relative;
	width: 72%;
	margin: 0 0 0 auto;
}
#jury dl.juryDetail dt {
	width: 42%;
	margin: 0 auto 0 2%;
}
#jury dl.juryDetail dd {
	width: 48%;
	margin: 0 2% 0 auto;
}
#jury dl.juryDetail dd h3 {
	margin-right: 1em;
}
#jury dl.juryDetail dd p {
	margin-top: 2em;
}
#jury dl.juryDetail dd p.text14 + p.text14 {
	margin-top: 1em;
}
#jury dl.juryDetail dd .closeBtn {
	position: absolute;
	top: 0;
	right: -0.4em;
	width: 1em;
	height: 1em;
	margin: 0;
	background-image: url(../images/svg/menuOpen.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: default;
}
#jury #juryDetailBlock.detail dl dd .closeBtn {
	cursor: pointer;
}
@media screen and (max-width: 800px) {
	dl.juryDetail dt {
		width: 80%;
		margin: 0 auto 2.5em;
	}
	dl.juryDetail dd {
		width: 92.5%;
		padding: 0 2.5% 0 5%;
	}
	dl.juryDetail dd .closeBtn {
		right: 2.5%;
	}
}
@keyframes detailClose {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes detailOpen {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* prize */
#prize .sectionTitle {
	padding-top: 70px;
}
#prize .prizeBlock1 {
	padding: 160px 8% 3em;
}
#prize .prizeBlock2 {
	padding: 0 8% 130px;
}
#contest #prize .prizeBlock1 {
	padding: 0;
}
#prize .flexPrize {
	margin-top: 100px;
}
#contest #prize .flexPrize {
	margin-top: 0;
}
#prize .flexPrize .textBlock {
	width: 58%;
	order: 2;
}
#prize .flexPrize .thumbBlock {
	width: 37.5%;
	margin-right: auto;
	order: 1;
}
.result #prize .prizeBlock1 .flexPrize .textBlock {
	width: 100%;
	order: 2;
}
.result #prize .prizeBlock1 .flexPrize .thumbBlock {
	width: 60%;
	margin: 0 auto 2em;
	order: 1;
}
#contest #prize .flexPrize .textBlock {
	margin: 0 auto 1em;
	order: 1;
}
#contest #prize .flexPrize .thumbBlock {
	width: 100%;
	margin: 0 auto;
	order: 2;
}
.result #prize .prizeBlock1 .flexPrize .thumbBlock.thumbBlockL {
	width: 100%;
}
#prize .flexPrize .thumbBlock .dispSp + p {
	margin-top: 0;
}
/*
#prize dl,
#prize .marginTop {
	margin-top: 100px;
}
#prize dl dt {
	width: 37.5%;
	margin-right: auto;
}
#prize dl dt h3 + p {
	margin-top: 0;
}
#prize dl dd {
	width: 58%;
}
#prize dl dd h3 + p {
	margin-top: 2em;
}
*/
.sliderRoadcastWrapper {
	width: 100%;
	/*
	height: 14vw;
	max-height: 310px;
	*/
	overflow: hidden;
}
.sliderRoadcast {
	background-color: #a9b5bb;
}
.sliderRoadcast,
.sliderRoadcast li,
.sliderRoadcast li img {
	width: auto;
	height: 14vw;
	max-height: 310px;
}
.sliderRoadcastWrapper p {
	margin-top: 1em;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
	#prize .sectionTitle {
		padding-top: 7vw;
	}
	#prize .prizeBlock1 {
		padding: 16vw 8% 3em;
	}
	#prize .prizeBlock2 {
		padding: 0 8% 13vw;
	}
	#contest #prize .prizeBlock1 {
		padding: 0;
	}
	#prize .flexPrize {
		margin-top: 10vw;
	}
	#contest #prize .flexPrize {
		margin-top: 0;
	}
	/*
	#prize dl,
	#prize .marginTop {
		margin-top: 10vw;
	}
	*/
}
@media screen and (max-width: 800px) {
	#prize .sectionTitle {
		padding-top: 10vw;
	}
	#prize .prizeBlock1 {
		padding: 20vw 5% 3em;
	}
	#prize .prizeBlock2 {
		padding: 0 5% 13vw;
	}
	#contest #prize .prizeBlock1 {
		padding: 0;
	}
	#prize .flexPrize {
		margin-top: 10vw;
	}
	#contest #prize .flexPrize {
		margin-top: 0;
	}
	#prize .flexPrize .textBlock {
		width: 100%;
		order: 1;
	}
	#prize .flexPrize .thumbBlock {
		width: 80%;
		margin: 1em auto 0;
		order: 2;
	}
	.result #prize .flexPrize .textBlock {
		order: 2;
		margin: 0 auto;
	}
	.result #prize .flexPrize .thumbBlock {
		order: 1;
		margin: 0 auto 2em;
	}
	#contest #prize .flexPrize .textBlock {
		margin: 0 auto 1em;
		order: 1;
	}
	#contest #prize .flexPrize .thumbBlock {
		width: 80%;
		margin: 0 auto;
		order: 2;
	}
	/*
	.result #prize .flexPrize .thumbBlock p + h3,
	.result #prize .flexPrize .thumbBlock p + h4,
	.result #prize .flexPrize .thumbBlock video + h3,
	.result #prize .flexPrize .thumbBlock video + h4 {
		margin-top: 1em!important;
	}
	#prize dl,
	#prize .marginTop {
		margin-top: 10vw;
	}
	#prize dl dt {
		width: 100%;
		margin: 0 auto 2.5em;
	}
	#prize dl dt h3 + p {
		width: 80%;
		margin: 2em auto 0;
	}
	#prize dl dd {
		width: 100%;
	}
	#prize dl dd h3 + p {
		margin-top: 0;
	}
	*/
	/*.sliderRoadcastWrapper,*/
	.sliderRoadcast,
	.sliderRoadcast li,
	.sliderRoadcast li img {
		height: 28vw;
	}
}
/* entry */
#entry .sectionTitle {
	top: -0.51em;
}
#entry > div .widthWrapper {
	padding: 0 8% 64px;
}
#entry > div:nth-child(1) .widthWrapper {
	padding: 24px 8% 40px;
}
#entry h2 {
	margin-top: 2em;
}
#entry p {
	margin-top: 1em;
}
#prize .howto,
#entry #schedule {
	justify-content: space-between;
	width: 105%;
	margin: 0 -2.5%;
}
#prize .howto {
	margin-top: 2em;
	align-items: stretch;
}
#prize .howto .arrow {
	align-items: center;
}
#prize .howto li,
#entry #schedule li {
	width: 10.4em;
	margin-top: 1em;
	padding: 1em 0.75em;
	/*
	border: 2px solid #7a06d8;
	*/
	border: 2px solid #4ff447;
	box-sizing: border-box;
}
#prize .howto li {
	border-color: #ea4475;
}
#prize .howto li.arrow,
#entry #schedule li.arrow {
	width: 1em;
	padding: 0;
	border: none;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
	#entry > div .widthWrapper {
		padding: 0 8% 6.4vw;
	}
	#entry > div:nth-child(1) .widthWrapper {
		padding: 2.4vw 8% 4vw;
	}
}
@media screen and (max-width: 800px) {
	#entry > div .widthWrapper {
		padding: 0 5% 5em;
	}
	#entry > div:nth-child(1) .widthWrapper {
		padding: 2.4vw 5% 3em;
	}
	#prize .howto,
	#entry #schedule {
		width: 100%;
		margin: 0;
	}
}
/* entry */
#qa .sectionTitle {
	top: -0.5em;
}
#qa .widthWrapper {
	padding: 60px 8% 120px;
}
#qa h2 {
	margin-top: 2em;
}
#qa dt {
	margin-top: 2em;
}
#qa dd {
	margin-top: 1em;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
	#qa .widthWrapper {
		padding: 6vw 8% 12vw;
	}
}
@media screen and (max-width: 800px) {
	#qa .widthWrapper {
		padding: 6vw 5% 12vw;
	}
}
/* supporters */
#supporters {
	padding: 40px 0 50px;
}
#supporters .widthWrapper {
	padding: 0 1.5%;
}
#supporters .widthWrapper ul {
	margin: 0.5em auto;
}
#supporters .widthWrapper li {
	/*
	width: 16.666666666%;
	width: cslc(100%/6);
	*/
	width: auto;
	height: 10vw;
	max-height: 100px;
	margin-top: 1em;
}
#supporters .widthWrapper li img.cover {
	width: auto;
	height: 10vw;
	max-height: 100px;
}
#supporters .widthWrapper li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#supporters .widthWrapper li > a.textBlock {
	width: 6em;
}
#supporters .widthWrapper li > a > span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7em;
	height: auto;
	transform: translate(-50%, -50%);
}
#supporters .marginTop {
	margin-top: 1em;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
	#supporters {
		padding: 4vw 0 5vw;
	}
}
@media screen and (max-width: 800px) {
	#supporters {
		margin-top: -1vw;
		padding: 5vw 0;
	}
	#supporters .widthWrapper li > a.textBlock {
		width: 5.5em;
	}
}
#btnPlayMusic {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 7vw;
	max-width: 84px;
	height: 3vw;
	max-height: 36px;
	padding: 6px 0;
	background-color: #171333;
	z-index: 101;
}
#btnPlayMusic .btnToggle {
	display: inline-block;
	/*
	position: absolute;
	top: 0;
	right: 0;
	*/
	width: 3vw;
	max-width: 36px;
	height: 3vw;
	max-height: 36px;
	margin: 0;
	padding: 0;
	background-image: url("../images/volumeOff.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	border: none;
	outline: none;
	opacity: 0.5;
}
#btnPlayMusic .btnToggle + .btnToggle {
	background-image: url("../images/volumeOn.png");
}

#btnPlayMusic .btnToggle:hover,
#btnPlayMusic .btnToggle.selected {
	opacity: 1;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
	#btnPlayMusic {
		padding: 0.5vw 0;
	}
}
@media screen and (max-width: 800px) {
	#btnPlayMusic {
		width: 28vw;
		max-width: 28vw;
		height: 12vw;
		max-height: 12vw;
		padding: 2vw 0;
	}
	#btnPlayMusic .btnToggle {
		width: 12vw;
		max-width: 12vw;
		height: 12vw;
		max-height: 12vw;
	}
}


/* contact */
.headerSpacer {
	width: 100%;
	height: 12vw;
	max-height: 120px;
}
.headerSpacerThin {
	width: 100%;
	height: 8vw;
	max-height: 80px;
}
.textShadow {
	text-shadow: 0 4px 0 #000;
}
.sectionOrange {
	background-color: #f39800;
}
.sectionWhite {
	background-color: #fff;
}
.sectionHeader {
	width: 100%;
	height: 4vw;
	max-height: 40px;
}
.sectionHeader .tileLeft,
.sectionHeader .tileRight {
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
.sectionHeader .tileCenter {
	width: calc(100% - 80px);
	height: 40px;
}
.sectionHeader .tileLeft {
	background-image: url("../images/svg/tileOrangeL.svg");
}
.sectionHeader .tileRight {
	background-image: url("../images/svg/tileOrangeR.svg");
}
.sectionHeader + .sectionOrange {
	padding-bottom: 1em;
}
.border {
	display: block;
	width: 100%;
	height: 21px;
	/*margin: 1em auto;*/
	line-height: 21px;
	background-image: url("../images/svg/tileSlash.svg");
	background-position: left top;
	background-repeat: repeat-x;
}
.borderWhite {
	/*margin: 2em auto!important;*/
	background-image: url("../images/svg/tileSlashWhite.svg");
}
.borderText {
	display: block;
	margin: 1em auto;
}
.moviewBtnWrapper a {
	position: relative;
	display: block;
	width: 100%;
	height: 47.25%;
}
.moviewBtnWrapper a .btnPlay {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 30%;
	height: auto;
	transform: translate(-50%, -50%);
}
.pageTemplate .widthWrapper .border {
	margin-top: 0;
}
.pageTemplate .widthWrapper .contents {
	/*
	width: 87.1%;
	max-width: 830px;
	margin: 6em auto 0;
	*/
	width: 90%;
	margin: 3em auto 0;
}
.pageTemplate .widthWrapper .translateBox + .contents {
	margin-top: 1em;
}
.pageTemplate .widthWrapper .contents h2 {
	width: 8%;
	line-height: 1;
}
.pageTemplate .widthWrapper .contents > div {
	width: 86%;
}
.pageTemplate .widthWrapper .contents > div.wrapper {
	width: 100%;
}
form {
	padding: 1em 0 2em;
}
fieldset {
	border: medium none !important;
	margin: 0 0 1em;
	width: 100%;
	padding: 0;
}
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
	width: 94%;
	margin: 0 auto;
	padding: 2%;
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #ffb300;
	background-color: #fff;
	-webkit-appearance: none;
	transition: all 200ms linear;
	font-family: 'JF-Dot-MPlus12SubsetFont', 'Noto Sans JP', sans-serif;
}
#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact textarea:hover {
	border:1px solid #009fe8;
}
#contact textarea {
	height: 200px;
	resize: none;
}
#contact button[type="submit"] {
	cursor: pointer;
	width: 40%;
	height: 50px;
	margin: 5px 30%;
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	border:none;
	background-color: #ffb300;
	transition: all 200ms linear;
	font-family: 'JF-Dot-MPlus12SubsetFont', 'Noto Sans JP', sans-serif;
}
#contact button[type="submit"]:hover {
	background-color: #009fe8;
}
#contact input:focus,
#contact textarea:focus {
	outline:0;
	border:1px solid #009fe8;
}
::-webkit-input-placeholder {
	color: #848484;
}
:-moz-placeholder {
	color: #848484;
}
::-moz-placeholder {
	color: #848484;
}
:-ms-input-placeholder {
	color: #848484;
}
#complete {
	display: none;
}
/* sns */
.snsBlock {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 1em auto;
	padding: 8px 0;
	overflow: visible;
}
.snsBlock .snsBtn {
	height: 20px;
	margin: 0 4px 0 0;
	line-height: 100%;
	display: block;
}

/*追記*/
.underLine{
	text-decoration: underline;
}

.marginBottom{
	margin-bottom: 2em;
}

.flexShrink2{
	flex-shrink: 2;
}

#prize .flexPrize2 .textBlock2 {
	width: 70%;
	order: 2;
}

#prize .flexPrize2 {
    margin-top: 60px;
}