@charset "UTF-8";

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

/* メインカラー */
#contest-period {
	background: #b8916f;
	background: -webkit-linear-gradient(to right bottom, #dcb99a, #b8916f);
	background: radial-gradient(circle at 50% 0%, #dcb99a, #b8916f);
	color: #fff;
}
body #contest-period h2,
body #contest-period h3 {
	color: #fff;
}
#howtoenter {
	background: #b8916f;
	background: -webkit-linear-gradient(to right bottom, #dcb99a, #b8916f);
	background: radial-gradient(circle at 50% 0%, #dcb99a, #b8916f);
	color: #fff;
}
#hashtag-block h2 {
	color: #000;
}
#award h3 {
	background: #fff;
}
#application h2 {
	color: #000;
}
#application .application-container h3 {
	background: #296cc1;
	color: #fff;
}
body #application .inquiry {
	border: 1px solid #a6b4be;
}
footer,
footer .footer_pageTop {
	background: #b8916f;
	background: -webkit-linear-gradient(to right bottom, #dcb99a, #b8916f);
	background: radial-gradient(circle at 50% 0%, #dcb99a, #b8916f);
	color: #fff;
}

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

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


/* リンク */
a {
	display: inline;
	color: #1564d0;
}
a:hover {
	text-decoration: none;
}


/*
ヘッダー
------------------------------------- */
header {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1000;
}
header img {
	max-height: 82px;
}

@media screen and (max-width:640px) {
	header {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 1000;
	}
	header img {
		max-height: 40px;
	}
}

/*
メインビジュアル
------------------------------------- */
@media screen and (min-width:640.98px) {
	#topHeader {
		box-sizing:border-box;
		height: 760px;
		width: 100%;
		margin: 0 auto;
		-webkit-animation: bgscroll 80s linear infinite;
		animation: bgscroll 80s linear infinite;
		text-align: center;
		background: url(../img/bg-header.webp?v=1.1);
		background-position: center;
		-webkit-background-size: 2280px 760px;
		background-size: 2280px 760px;
	}
	@-webkit-keyframes bgscroll {
		0% {background-position: 0 0;}
		100% {background-position: 2280px 0 ;}
	}
	@keyframes bgscroll {
		0% {background-position: 0 0;}
		100% {background-position: 2280px 0 ;}
	}
	#topHeader h1 {
		height: 760px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		align-content: center;
	}
	#topHeader h1 img {
		width: 100%;
		max-width: 980px;
	}
}
@media screen and (max-width:640px){
	#topHeader {
		position: relative;
		width: 100%;
		min-width: auto;
		height: auto;
		margin: 0 auto;
		background-image: url(../img/bg-header-sp.jpg?v=1.1);
		background-repeat: no-repeat;
		background-size: contain;
		text-align: center;
		overflow: visible;
	}
	#topHeader .grid:before {
		content:"";
		display: block;
		padding-top: 150%;
	}
	#topHeader h1{
		display: none;
	}
}

#visualcredits {
	padding-top: 10px;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #666;
}
@media screen and (max-width:640px) {
	#visualcredits {
		width: 94%;
		margin: 0 auto 5%;
		text-align: left;
		line-height: 1.4em;
	}
	#visualcredits br {
		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: 80%;
	max-width: 300px;
	margin: 0 auto;
	padding: 18px 0 18px 1px;
	background-color: #1967d2;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1;
	font-size: 1.8em;
	font-weight: bold;
	border-radius: 100px;
	color: #ffffff;
}

@media screen and (max-width:960px) {
	#resultspage {
		padding: 3% 0 8% 0;
	}
	#resultspage p {
		width: 94%;
		margin: 0 auto;
		padding: 2% 0 5% 0;
		text-align: left;
	}
	#resultspage p br.pc {
		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: 70%;
		margin: 0 auto 2%;
		padding: 5.2% 0;
		font-size: 1.8em;
	}
}


/*
開催概要
------------------------------------- */
#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: 20px;
	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 .hashtagContainer {
	margin-bottom: 30px;
	text-align: center;
}
body #hashtag-container-a h3 {
	width: 480px;
	height: 80px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 4px solid #b8916f;
	border-radius: 5px;
	margin: 20px 20px 20px;
	padding: 0;
	background: #ffffff;
	line-height: 1.2;
	font-size: 2.4em;
}
body #hashtag-container-a h3 span.or {
	color: #b8916f;
}
body #hashtag-container-a .hashtag-plus {
	font-weight: bold;
	font-size: 4em;
}
#hashtag-block #generate {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 100vw;
	padding: 12px 32px;
	background: #1967d2;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
body #hashtag-block .msgArea {
	height: 50px;
}
body #hashtag-block p#generateMsg {
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	font-size: 1.6em;
}

@media screen and (max-width:960px) {
	#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;
	}
}
@media screen and (max-width:640px) {
	body #hashtag-block p.intro {
		margin-bottom: 8%;
		text-align: center;
	}
	body #hashtag-block br.pc {
		display: none;
	}
	#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 h3 {
		width: 90%;
		height: 60px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto 10px;
		font-size: 1.8em;
	}
	body #hashtag-container-a .hashtag-plus {
		padding: 10px 0 20px 0;
		font-weight: bold;
		font-size: 4em;
	}
	body #hashtag-block .msgArea {
		height: 20px;
	}
	body #hashtag-block p#generateMsg {
		font-size: 1.4em;
	}
}

/*
応募方法
------------------------------------- */
#howtoenter h2 {
	color: #fff !important;
}
#howtoenter h2 br.sp {
	display: none;
}
#howtoenter p {
	color: #fff;
}
@media screen and (max-width:640px) {
	#howtoenter h2 {
		line-height: 1.2em;
	}
	#howtoenter h2 br.sp {
		display: block;
	}
}

/*
賞品
------------------------------------- */
body #award h2 {
	margin-bottom: 60px;
}
body #award h3 {
	margin-bottom: 30px;
	color: #000;
}
body #award p.intro {
	text-align: center;
}
body #award p.note {
	text-align: center;
}
body #award p {
	text-align: center;
	font-weight: bold;
}
body #award h3 {
	line-height: 1.2em;
}
body #award br.sp {
	display: none;
}
body #award h3 span {
	font-size: 0.8em;
}
body #award p.comingsoon {
	font-size: 2em;
	padding: 5% 0 0;
}

@media screen and (max-width:960px) {
	body #award h2 {
		margin-bottom: 30px;
	}
	body #award h3 {
		line-height: 1.4em;
	}
	body #award p.intro {
		text-align: left;
	}
}
@media screen and (max-width:640px) {
	body #award h2 {
		margin-bottom: 30px;
	}
	body #award h3 {
		margin-bottom: 10px;
		color: #000;
	}
	body #award h4 {
		margin: 8% auto 8% auto;
		font-size: 2.4em;
	}
	body #award p.comingsoon {
		margin: 6% auto 12%;
		text-align: center;
	}
	body #award p br.pc {
		display: none;
	}
	body #award br.sp {
		display: block;
	}
}


/*
応募要項
------------------------------------- */
.application-container h4 br.sp {
	display: none;
}

@media screen and (max-width:640px) {
	.application-container h4 br.sp {
		display: block;
	}
}