@charset "UTF-8";

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

/* メインカラー */
#contest-period {
	background: #6fc2bd;
	background: -webkit-linear-gradient(to right bottom, #e0f4f0, #6fc2bd);
	background: radial-gradient(circle at 50% 0%, #e0f4f0, #6fc2bd);
	color: #fff;
}
body #contest-period h2,
body #contest-period h3 {
	color: #000;
}
#howtoenter {
	background: #6fc2bd;
	background: -webkit-linear-gradient(to right bottom, #e0f4f0, #6fc2bd);
	background: radial-gradient(circle at 50% 0%, #e0f4f0, #6fc2bd);
	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 #e0f4f0;
}
body #application .application-container {
	box-shadow: 0px 10px 15px rgba(192, 143, 58, 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 #cfbb97;
}
footer,
footer .footer_pageTop {
	background: #6fc2bd;
	background: -webkit-linear-gradient(to right bottom, #e0f4f0, #6fc2bd);
	background: radial-gradient(circle at 50% 0%, #e0f4f0, #6fc2bd);
	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: #f7f3ec;　/* or 明るいベージュ #f7f3ec */
	color: #000;
}
@media screen and (max-width:640px) {
	#application {
		background: #fff;
		background: linear-gradient(#ffffff, #f7f3ec);
	}
}


/* リンク */
a {
	display: inline;
	color: #036f66;
	text-underline-offset: 3px;
}
a:hover {
	color: #1c7870;
}


/*
ヘッダー
------------------------------------- */
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;
	}
}

/*
メインビジュアル
------------------------------------- */
#topHeader {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#topHeader .grid:before {
	content:"";
	display: block;
	padding-top: 39.9%;
}
#topHeader h1 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	padding: 0;
	margin: -0.4% auto 0 auto;
	display: flex;
	align-items: center;
	align-content: center;
}
#topHeader h1 img {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:1680px){
	#topHeader h1 img {
		width: 65%;
	}
}
@media screen and (min-width: 641px) {
	#topHeader .grid {
		background: transparent url(../img/bg_grid.png) repeat-x center center;
		z-index: 100;
	}
}
@media screen and (min-width:640.98px){
	#topHeader {
		background-image: url(../img/bg-header.webp);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
}
@media screen and (max-width:640px){
	#topHeader {
		width: 100%;
		min-width: auto;
		height: auto;
		background-image: url(../img/bg-header-sp.webp);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
		overflow: visible;
	}
	#topHeader .grid:before {
		content:"";
		display: block;
		padding-top: 152.08%;
	}
	#topHeader h1{
		display: none;
	}
}

#visualcredits {
	padding-top: 10px;
	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;
		line-height: 1.4em;
		font-size: 1.2em;
	}
}


/*
結果発表ページ
------------------------------------- */
#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: 22px 0;
	background-color: #2aa69d;
	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: justify;
	}
	#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: 90%;
		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;
	}
}


/*
公式サポーターについて
------------------------------------- */
#supporter {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #dbbd8c;
	margin: 0;
	padding: 80px 0 100px;
	background: #fff;
	text-align: center;
	color: #000;
}
#supporter .inner {
	max-width: 960px;
}
#supporter h2 {
	margin: 0 auto 50px auto;
	color: #000;
}
#supporter h3 {
  margin: 0 auto 60px auto;
	font-size: 2.4em;
  font-weight: 500;
	text-align: center;
	line-height: 1.6em;
  color: #000;
}
#supporter br.sp {
	display: none;
}
#supporter a {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 100px;
	padding: 12px 32px;
	background: #2aa69d;
  text-decoration: none;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
@media screen and (max-width:960px) {
	#supporter {
		padding: 8% 0 12% 0;
	}
	#supporter h3 {
		width: 90%;
    margin: 0 auto 60px auto;
		text-align: justify;
    font-size: 2em;
  }
}

@media screen and (max-width:640px) {
	#supporter {
		background: #fff;
		background: linear-gradient(#ffffff 70%, #f7f3ec 100%);
		padding: 10% 0 16% 0;
	}
	#supporter h2 {
		margin-bottom: 5%;
		line-height: 1.4em;
		font-size: 2.8em;
	}
	#supporter h3 {
    margin-bottom: 10%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#supporter br.pc {
		display: none;
	}
  #supporter br.sp {
    display: block;
  }
  #supporter a {
    padding: 10px 32px;
    font-size: 1.8em;
  }
}


/*
主催者について
------------------------------------- */
#organizer {
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 80px 0 80px 0;
	background: #fff;
	color: #333;
	text-align: center;
}
#organizer .inner {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
#organizer img {
	width: 90%;
	max-width: 480px;
	margin: 0 auto 50px;
}
#organizer h2 {
	margin: 0 0 30px;
}
#organizer p {
	max-width: 720px;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6em;
	font-size: 1.8em;
}
#organizer .btn a {
	display: inline-block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 16px 0;
	padding-bottom: calc(16px - 0.2em);
	background-color: #2ca166;
	text-decoration: none;
	text-align: center;
	line-height: 1.4em;
	font-size: 1.8em;
	font-weight: bold;
	border-radius: 100px;
	color: #ffffff !important;
}
#organizer .btn a br.pc {
	display: inline-block;
}
#organizer .btn a br.sp {
	display: none;
}
@media screen and (max-width:960px) {
	#organizer {
		padding: 10% 0 8% 0;
	}
}
@media screen and (max-width:640px) {
	#organizer h2 {
		margin: 0 0 5%;
		letter-spacing: 0;
		font-size: 2.8em;
	}
	#organizer img {
		width: 90%;
		margin-bottom: 8%
	}
	#organizer p {
		margin: 0 auto;
		line-height: 1.6em;
		font-size: 1.6em;
	}
	#organizer .btn a {
		padding: 16px 10px;
		font-size: 1.6em;
	}
	#organizer .btn a br.pc {
		display: none;
	}
	#organizer .btn a br.sp {
		display: inline-block;
	}
}


/*
ハッシュタグ
------------------------------------- */
body #hashtag-block p.intro {
	margin-bottom: 60px;
	text-align: center;
}
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 #6fc2bd;
	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: #2aa69d;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif !important;
}
body #hashtag-block #generate .fa-copy {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 0.6em;
}
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 {
		margin-bottom: 16px;
		text-align: left;
	}
	body #hashtag-block p.intro br.pc {
		display: none;
	}
	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: 5%;
	}
	#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%;
		font-size: 2em;
		line-height: 1.2em;
		padding: 12px 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);
	box-shadow: 0px 10px 15px rgba(76, 131, 157, 0.5);
	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: 60px;
}
#award p.intro {
	text-align: center;
  font-size: 2.4em;
}
#award p br.sp {
	display: none;
}
#award p.prize {
  margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 2.8em;
}
#award p.subprize {
  padding-top: 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
}
#award p.prize1 {
	font-size: 2.6em;
}
#award .column2 {
	margin: 0 auto 50px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	justify-content: flex-start;
	gap: 0px 80px;
}
#award .column2 p {
	width: 100%;
	margin: 0 auto 0px;
	text-align: left;
}
#award .column2 p span.prize {
  font-size: 0.85em;
}
body #award .note {
	text-align: center;
}

@media screen and (max-width:960px) {
	#award .column2 {
		width: 90%;
		display: block;
	}
	#award .column2 p {
		width: 100%;
		margin-bottom: 4px;
		font-size: 1.8em;
	}
	#award p.prize1 {
		font-size: 2.2em;
	}
	body #award .note {
		text-align: left;
	}
}

@media screen and (max-width:640px) {
	body #award h2 {
		margin-bottom: 8%;
	}
  #award p.intro {
    margin-bottom: 12%;
    text-align: center;
    font-size: 2em;
  }
	#award .column2 p {
		font-size: 1.6em;
	}
  #award p br.sp {
    display: block;
  }
	#award p.prize {
		text-align: center;
		font-weight: bold;
		font-size: 2em;
	}
	#award p.subprize {
		text-align: center;
		font-weight: bold;
		font-size: 1.6em;
	}
}


/*
審査員
------------------------------------- */
.judge {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.judgePhoto {
	width: 240px;
	margin: 0 0 40px 40px;
	border-radius: 3px;
}

@media screen and (max-width:640px) {
	.judge {
		display: block;
		text-align: center;
	}
	.judgePhoto {
		width: 60%;
		margin: 0 auto 3%;
	}
	.judge .judgeInfo {
		text-align: left;
	}
}


/*
協賛
------------------------------------- */
#application .application-container .sponsorLogoList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin: 0 auto;
}
#application .application-container .sponsorLogoList li {
	width: calc((100% - 60px)/4);
	max-width: 200px;
	margin-bottom: 0;
	list-style-type: none;
	line-height: 1;
}
.sponsorLogoList li img {
	width: 100%;
	border: 1px solid #ddd;
}

@media screen and (max-width:640px) {
	#application .application-container .sponsorLogoList {
		width: 100%;
		gap: 10px;

	}
	#application .application-container .sponsorLogoList li {
		width: calc((100% - 20px)/3);
	}
}


/*
公式サポーターについて
------------------------------------- */
#application .application-container .supporterArea {
  border-top: 1px solid #ccc;
	margin: 0;
	padding: 60px 0 20px;
	background: #fff;
	text-align: center;
	color: #000;
}
#application .application-container .supporterArea h4.header {
  margin: 0 auto 30px auto;
	font-size: 3.2em;
  font-weight: 700;
	text-align: center;
	line-height: 1.6em;
  color: #000;
}
#application .application-container .supporterArea p {
  margin: 0 auto 50px;
	font-size: 2em;
	text-align: center;
	line-height: 1.8em;
  font-weight: 500;
  color: #000;
}
#application .application-container .supporterArea br.sp {
	display: none;
}
#application .application-container .supporterArea a {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 100px;
	padding: 12px 32px;
	background: #2aa69d;
  text-decoration: none;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
@media screen and (max-width:960px) {
	#application .application-container .supporterArea h4 {
		width: 90%;
    margin: 0 auto 24px auto;
		text-align: justify;
    font-size: 2em;
  }
	#application .application-container .supporterArea p {
		width: 100%;
    margin: 0 auto 50px;
    font-size: 1.8em;
	}
}

@media screen and (max-width:640px) {
	#application .application-container .supporterArea {
		padding: 10% 0 12% 0;
	}
  #application .application-container .supporterArea h4.header {
    margin: 0 auto 20px auto;
    font-size: 2.4em;
  }
	#application .application-container .supporterArea p {
    margin: 0 auto 40px;
    text-align: justify;
    font-size: 1.6em;
	}
	#application .application-container .supporterArea br.pc {
		display: none;
	}
  #application .application-container .supporterArea br.sp {
    display: block;
  }
  #application .application-container .supporterArea a {
    padding: 12px 32px;
    font-size: 1.6em;
  }
}


/*
受賞作品
------------------------------------- */
.resultsBtn {
  padding: 80px 0 0;
}
.resultsBtn img {
  max-width: 960px;
  border-radius: 4px;
}
@media screen and (max-width:960px) {
  .resultsBtn {
    padding: 10% 0 0;
  }
  .resultsBtn img {
    width: 90%;
  }
}
