@charset "UTF-8";

/*
カラー（ライト版）
------------------------------------- */
body h2 {
	color: #000;
}

/* メインカラー */
#contest-period {
	background: #BEDBE9;
	background: -webkit-linear-gradient(to right bottom, #eaf4f8, #BEDBE9);
	background: radial-gradient(circle at 50% 0%, #eaf4f8, #BEDBE9);
	color: #fff;
}
body #contest-period h2,
body #contest-period h3 {
	color: #fff;
}
#howtoenter {
	background-size: auto auto;
	background-color: rgba(235, 243, 247, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(198, 227, 244, 1) 10px, rgba(198, 227, 244, 1) 20px );
	color: #fff;
}
body #howtoenter .figure1,
body #howtoenter .figure2,
body #howtoenter .figure3 {
	box-shadow: 0px 10px 15px rgba(76, 131, 157, 0.5);
}
body #howtoenter p.note {
	text-shadow: 0 0 10px #ebf3f7;
}
body #application .application-container {
	box-shadow: 0px 10px 15px rgba(76, 131, 157, 0.3);
}
#hashtag-block .hashtag {
		border: 4px solid #000000;
}
#hashtag-block h2 {
	color: #000;
}
#hashtag-block h3{
	color: #000;
}
#hashtag-block .hashtag-basic{
	background: #000000;
	color: #fff;
}
#hashtag-block .hashtag-plus{
	color: #000;
}
#hashtag-block .hashtag-category{
	border: 2px solid #000000;
	color: #000;
}
#hashtag-container-a h3 {
	background: #000000;
	color: #000;
}
#award h3 {
	background: #000000;
}
#application h2 {
	color: #000;
}
#application .application-container h3 {
	background: #000000;
	color: #000;
}
body #application .inquiry {
	border: 1px solid #a6b4be;
}
footer,
footer .footer_pageTop {
	background: #BEDBE9;
	color: #000;
}

/* ベースカラー・通常変更しない */
#overview {
	background: #fff;
	color: #000;
}
#hashtag-block {
	background: #fff;
 	color: #000;
}
#hashtag-block .hashtag {
	background: #fff;
}
#hashtag-block .hashtag-category{
	background: #fff;
}
#award {
	background: #fff;
		color: #000;
}

/* 応募要項用ベースカラー */
#application {
	background: #eaf4f8;　/* or 明るいベージュ #f7f3ec */
	color: #000;
}
@media screen and (max-width:640px) {
	#application {
		background: #fff;
		background: linear-gradient(#ffffff, #eaf4f8);
	}
	#award {
		background: #fff;
		background: linear-gradient(#ffffff 70%, #eaf4f8 100%);
	}
}


/* リンク */
a {
	display: inline;
	color: #00afdc;
	text-underline-offset: 3px;
}
a:hover {
	color: #66cfea;
}


/*
ヘッダー
------------------------------------- */
header {
	background: #fff;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}
header img {
	max-height: 90px;
}

@media screen and (max-width:640px) {
	header {
		width: 100%;
		height: auto;
	}
	header img {
		width: 100%;
		margin: 0 0;
	}
}

/*
メインビジュアル
------------------------------------- */
#mainvisual {
	box-sizing:border-box;
	height: 700px;
	width: 100%;
	margin: 0 auto;
	-webkit-animation: bgscroll 180s linear infinite;
	animation: bgscroll 180s linear infinite;
	text-align: center;
}
@-webkit-keyframes bgscroll {
	0% {background-position: 0 0;}
	100% {background-position: 4980px 0 ;}
}
@keyframes bgscroll {
	0% {background-position: 0 0;}
	100% {background-position: 4980px 0 ;}
}
#mainvisual h1 {
	height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
#mainvisual h1 img {
	width: 90%;
	max-width: 1080px;
}

@media screen and (min-width:640.98px) {
	#mainvisual {
		background: url(../img/bg-header.webp);
		background-position: center;
		-webkit-background-size: 4980px 700px;
		background-size: 4980px 700px;
	}
	@-webkit-keyframes bgscroll {
		0% {background-position: 0 0;}
		100% {background-position: 4980px 0 ;}
	}
	@keyframes bgscroll {
		0% {background-position: 0 0;}
		100% {background-position: 4980px 0 ;}
	}
}

@media screen and (max-width:640px) {
	#mainvisual {
		width: 100%;
		height: 80vh;
		background: #eee url(../img/bg-header-sp.webp);
		background-position: center top;
		background-size: cover;
		-webkit-animation: bgscroll 80s linear infinite;
		animation: bgscroll 80s linear infinite;
	}
	@-webkit-keyframes bgscroll {
		0% {background-position: center calc(2 * 100vh);}
		100% {background-position: center 0;}
	}
	@keyframes bgscroll {
		0% {background-position: center calc(2 * 100vh);}
		100% {background-position: center 0;}
	}
	#mainvisual .inner {
		position: relative;
		bottom: 0;
		height: 100%;
		background-size: 160px 140px, 160px 140px;
	}	
	#mainvisual h1 {
		height: 100%;
	} 
	#mainvisual h1 img {
		position: relative;
		height: auto;
		width: 100%;
		margin: 0% auto 0;
	}
}

#visualcredits {
	padding-top: 16px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #333;
}
@media screen and (max-width:640px) {
	#visualcredits {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		line-height: 1.4em;
		font-size: 1.2em;
	}
	#visualcredits br.pc {
		display: none;
	}
}


/*
結果発表ページ
------------------------------------- */
#resultspage {
	background: #fff;
		border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 80px 0 80px 0;
	text-align: center;
}
#resultspage .inner {
	max-width: 960px;
}
#resultspage h2 {
	color: #000;
}
#resultspage p{
	margin: 0 auto 30px auto;
	padding-top: 30px;
	text-align: center;
	line-height: 1.8em;
	font-size: 1.8em;
}
#resultspage .btn a {
	display: inline-block;
	width: 70%;
	max-width: 300px;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #00afdc;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: bold;
	border-radius: 100px;
	color: #ffffff !important;
}

@media screen and (max-width:960px) {
	#resultspage {
		padding: 8% 0 8% 0;
	}
	#resultspage p {
		width: 90%;
		margin: 0 auto;
		padding: 2% 0 5% 0;
		text-align: left;
	}
	#resultspage p br.sp {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#resultspage {
		margin: 0 0 5% 0;
		padding: 10% 0 10% 0;
	}
	#resultspage h2 {
		height: auto;
		width: 94%;
		background: none;
		margin: 0 auto 3% auto;
		text-indent: 1px;
		text-align: center;
		font-size: 3.2em;
		font-weight: normal;
		line-height: 1.4em;
		color: #000;
	}
	#resultspage p {
		font-size: 1.6em;
	}
	#resultspage .btn a {
		width: 60%;
		margin: 0 auto 2%;
		padding: 4% 0;
		font-size: 1.6em;
	}
}


/*
開催概要
------------------------------------- */
#overview p.subnote {
	margin: -30px auto 50px auto;
	line-height: 1.6em;
	font-size: 1.6em;
}
#overview p span.indent {
	display: block;
	margin-left: 2em;
	text-indent: -1em;
}

@media screen and (max-width:640px) {
	#overview p.subnote {
		margin: 0 auto 5% auto;
		font-size: 1.4em;
	}
}


/*
ハッシュタグ
------------------------------------- */
body #hashtag-block p.intro {
	margin-bottom: 50px;
	text-align: center;
}
body #hashtag-block p.introNote {
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.6em;
	font-size: 1.6em;
}
body #hashtag-block .hashtag-basic {
	letter-spacing: 0;
}
body #hashtag-block .hashtag-outline {
	margin-bottom: 0;
}
body #hashtag-container-a h3 {
	max-width: 90%;
	border: 3px solid #00afdc;
	border-radius: 5px;
	margin: 0 auto 30px auto;
	padding: 23px 50px 25px;
	background: #fff;
	color: #000;
}
#hashtag-block #generate {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 100px;
	padding: 12px 32px;
	background: #00afdc;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif !important;
}
body #hashtag-block .msgArea {
	height: 50px;
}
body #hashtag-block p#generateMsg {
	text-align: center;
	font-size: 1.6em;
	margin: 0 auto;
	padding-top: 20px;
}

@media screen and (max-width:960px) {
	body #hashtag-block p.intro {
		text-align: left;
	}
	body #hashtag-block p.intro br.pc {
		display: none;
	}
	#hashtag-block br.pc {
		display: block;
	}
	body #hashtag-block p.introNote {
		width: 90%;
		margin: 0 auto 50px;
		text-align: justify;
		line-height: 1.6em;
		font-size: 1.4em;
	}
	body #hashtag-container-a h3 span {
		display: inline-block;
	}
}
@media screen and (max-width:640px) {
	body #hashtag-block p.intro {
		margin-bottom: 10%;
		text-align: center;
	}
	#hashtag-block #generate {
		width: 54%;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 1.5em;
		font-weight: bold;
		cursor: pointer;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	body #hashtag-container-a {
		margin-bottom: 8%;
	}
	body #hashtag-container-a h3 {
		width: 90%;
		font-size: 2.4em;
		line-height: 1.2em;
		padding: 16px 20px;
	}
	body #hashtag-block .msgArea {
		height: 20px;
	}
	body #hashtag-block p#generateMsg {
		font-size: 1.4em;
	}
}


/*
応募方法
------------------------------------- */
#howtoenter h2 {
	color: #000 !important;
}
#howtoenter h2 br.sp {
	display: none;
}
#howtoenter p {
	color: #000;
}
#howtoenter p.note {
	padding: 30px;
	background: rgba(255,255,255,0.75);
	border-radius: 3px;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width:640px) {
	#howtoenter h2 {
		line-height: 1.2em;
	}
	#howtoenter h2 br.sp {
		display: block;
	}
}

/*
賞品
------------------------------------- */
#award h2 {
	margin-bottom: 20px;
}
#award p.intro {
	text-align: center;
}
#award p.prize {
	text-align: center;
	font-weight: bold;
}
#award p.prize1 {
	font-size: 2.4em;
}
#award p.prize2 {
	font-size: 2em;
}

@media screen and (max-width:640px) {
	#award p.intro {
		text-align: left;
	}
}