@charset "UTF-8";

/*
カラー（ライト版）
------------------------------------- */

/* メインカラー */
#contest-period {
	background: #00756e;
	background: -webkit-linear-gradient(to right bottom, #269a8a, #00756e);
	background: radial-gradient(circle at 50% 0%, #269a8a, #00756e);
	color: #fff;
}
#howtoenter {
	background: #00756e;
	background: -webkit-linear-gradient(to right bottom, #269a8a, #00756e);
	background: radial-gradient(circle at 50% 0%, #269a8a, #00756e);
	color: #fff;
}
#hashtag-block .hashtag {
    border: 4px solid #388a7f;
}
#hashtag-block h3{
    color: #000;
}
#hashtag-block .hashtag-basic{
	background: #00756e;
	background: -webkit-linear-gradient(to right bottom, #269a8a, #00756e);
	background: radial-gradient(circle at 50% 0%, #269a8a, #00756e);
}
#hashtag-block .hashtag-plus{
    color: #388a7f;
}
#hashtag-block .hashtag-category {
    border: 2px solid #388a7f;
    color: #000;
}
#hashtag-container-a h3,
#hashtag-container-c h3,
#hashtag-container-c .subhashtag-list span {
	background: #00756e;
	background: -webkit-linear-gradient(to right bottom, #269a8a, #00756e);
	background: radial-gradient(circle at 50% 100%, #269a8a, #00756e);
	color: #fff;
}
#award h3 {
	background: #00756e;
	background: -webkit-linear-gradient(to right bottom, #269a8a, #00756e);
	background: radial-gradient(circle at 50% 100%, #269a8a, #00756e);
}
#theme {
	background: #f7f3ec;
	background: -webkit-linear-gradient(to right bottom, #f7f3ec, #dfd3bf);
	background: linear-gradient(circle at 30% 100%, #f7f3ec, #dfd3bf);
}
#application h2 {
	color: #000;
}
#application .application-container h3 {
	background: #00756e;
	background: -webkit-linear-gradient(to right bottom, #269a8a, #00756e);
	background: radial-gradient(circle at 50% 100%, #269a8a, #00756e);
}
footer,
footer .footer_pageTop {
	background: #00756e;
	background: -webkit-linear-gradient(to right bottom, #269a8a, #00756e);
	background: radial-gradient(circle at 30% 100%, #269a8a, #00756e);
	color: #fff;
}

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

/* 応募要項用ベースカラー */
#application {
	background: #f7f3ec;
	background: -webkit-linear-gradient(to right bottom, #f7f3ec, #dfd3bf);
	background: linear-gradient(circle at 30% 100%, #f7f3ec, #dfd3bf);
    color: #333;
}
@media screen and (max-width:640px) {
	#application {
		background: #fff;
		background: linear-gradient(#ffffff, #f7f3ec);
	}
	#application .application-container h3:first-of-type {
		margin: 10px 0 30px;
	}
}

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


/*
ヘッダー
------------------------------------- */
header {
	background: #fff;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 10000;
}
header img.moetcc {
	max-height: 100px;
}
header img.nationalparks {
	max-height: 125px;
	position: relative;
	top: 46px;
	left: 40px;
}

@media screen and (max-width:640px) {
	header {
		height: 70px;
	}
	header img.nationalparks {
		max-height: 100px;
		position: relative;
		top: 41px;
		left: 20px;
	}
	header img.moetcc {
		width: 60%;
		margin: 0 0;
	}
}


/*
メインビジュアル
------------------------------------- */
#topHeader {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bg-header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 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 auto 0 auto;
	display: flex;
	align-items: center;
	align-content: center;
}
#topHeader h1 img {
  height: 100%;
	max-width: 1248px;
	margin-left: auto;
	margin-right: auto;
}
@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 (max-width:640px){
	#topHeader {
		width: 100%;
		min-width: auto;
		height: auto;
		background-image: url(../img/bg-header-sp.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		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;
}
#visualcredits .sp {
	display: none;
}
@media screen and (max-width:640px) {
	#visualcredits {
		width: 90%;
		margin: 0 auto;
		line-height: 1.4em;
	}
	#visualcredits .pc {
		display: none;
	}
	#visualcredits .sp {
		display: block;
	}
}


/*
開催概要
------------------------------------- */
#overview p span.indent {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}
#overview p span.smaller {
	font-size: 0.8em;
}


/*
審査結果発表
------------------------------------- */
#resultspage {
	background: #fff;
    border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 80px 0 80px 0;
	text-align: center;
}
#resultspage .inner {
	max-width: 960px;
}
#resultspage p{
	margin: 0 auto 40px auto;
	padding-top: 30px;
	text-align: center;
	line-height: 1.8em;
	font-size: 1.8em;
}
#resultspage .btn a {
	display: block;
	max-width: 320px;
	width: 70%;
	border-radius: 100px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	line-height: 1;
	text-decoration: none;
  font-family: Noto Sans JP;
  font-weight: 700;
	font-size: 1.8em;
	letter-spacing: 1px;
	background: #238e83;
	color: #fff;
}

@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 h2 {
		height: auto;
		width: 90%;
		background: none;
		margin: 0 auto 3% auto;
		text-indent: 1px;
		text-align: center;
		font-size: 2.8em;
		font-weight: normal;
		line-height: 1.4em;
		color: #000;
	}
	#resultspage p {
		font-size: 1.6em;
	}
	#resultspage a {
		width: 80%;
		padding: 5% 0;
		font-size: 1.8em;
	}
}


/*
テーマ
------------------------------------- */
#theme {
	margin: 0;
	padding: 80px 0 100px 0;
	text-align: center;
	color: #000;
}
#theme .inner {
	max-width: 960px;
}
#theme h2 {
	margin: 0 auto 50px auto;
	color: #000;
}
#theme .themebox {
	border-radius: 5px;
	box-shadow: 0px 10px 15px rgba(179, 129, 41, 0.25);
	background: #fff;
	margin: 0 auto 50px auto;
	padding: 60px 0 30px 0;
}
#theme .themebox h3 {
	margin: 0 auto 40px auto;
	padding: 0 50px;
	font-size: 3.6em;
	color: #098e7c;
}
#theme .themebox p.themedescription {
	margin: 0 auto 16px auto;
	padding: 0 50px;
  font-family: "Noto Sans JP", san-serif;
	font-size: 2em;
	font-weight: bold;
	color: #000;
	text-align: justify;
	line-height: 1.6em;
}
#theme .themebox h3 br.sp {
	display: none;
}
#theme p {
	font-size: 1.6em;
	text-align: center;
	line-height: 1.6em;
}
#theme .note {
	margin: 50px auto 0 auto;
	line-height: 1.6em;
	font-size: 1.3em;
}

.officialsites {
  display: flex;
  gap: 40px;
  margin: 0 auto;
}
.officialsites article {
  width: calc((100% - 80px) / 3);
}
.officialsites article img {
  width: 100%;
	border-radius: 5px;
	box-shadow: 0px 10px 15px rgba(179, 129, 41, 0.25);
  margin-bottom: 20px;
}
.officialsites article a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 2.2em;
  border-radius: 100vw;
  margin: 0 auto 18px;
  background: #098e7c;
  font-family: "Noto Sans JP", san-serif;
  font-size: 1.6em;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.officialsites article p {
  width: 100%;
  text-align: justify;
}

@media screen and (max-width:1000px) {
	#theme {
		padding: 8% 0 10% 0;
	}
	#theme .themebox {
		width: 90%;
	}
	#theme .themebox h3 {
		line-height: 1.4em;
	}
	#theme .themebox p.themedescription {
		font-size: 1.8em;
	}
	#theme p {
		width: 90%;
		margin: 0 auto 0 auto;
	}
	#theme h4 br {
		display: block;
	}
  .officialsites {
    width: 90%;
  }
  .officialsites {
    flex-wrap: wrap;
    justify-content: center;
  }
  .officialsites article {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width:640px) {
	#theme h2 {
		margin-bottom: 5%;
		line-height: 1.4em;
		font-size: 2.8em;
	}
	#theme .themebox	{
		margin-bottom: 8%;
		padding: 10% 0 5% 0;
	}
	#theme .themebox h3 {
		margin: 0 auto 8% auto;
		padding: 0 3%;
		font-size: 2.8em;
	}
	#theme .themebox p.themedescription {
		width: 90%;
		padding: 0 0;
		font-size: 1.7em;
	}
	#theme h4 br.pc {
		display: none;
	}
	#theme .themebox h3 br.sp {
		display: block;
	}
	#theme p {
		text-align: left;
	}
	#theme .note {
		margin: 5% auto 3% auto;
	}
  .officialsites {
    flex-direction: column;
  }
  .officialsites article {
    width: 100%;
  }
  .officialsites article a.button {
    width: 60%;
    height: 2.4em;
  }
}


/*
ハッシュタグ
------------------------------------- */
#hashtag {
	background: #fff;
	margin: 0;
	padding: 80px 0 80px 0;
	text-align: center;
	color: #333;
}
#hashtag .inner {
	max-width: 960px;
}
#hashtag h2 {
	margin: 0 auto 50px auto;
	color: #000;
}
#hashtag .tags {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	margin: 0 auto 0 auto;
	background: #00756e;
	background: -webkit-linear-gradient(to right bottom, #269a8a, #00756e);
	background: radial-gradient(circle at 50% 20%, #269a8a, #00756e);
	color: #fff;
}
#hashtag h3 {
	color: #fff;
	font-size: 2.4em;
}
#hashtag p {
	font-size: 1.6em;
	text-align: center;
	line-height: 1.6em;
}
#hashtag p.plus {
	font-size: 4.8em;
	font-weight: bold;
}
#hashtag p.taglist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 30px 0 !important;
	padding: 0;
	text-align: left;
	line-height: 2.4em;
}
#hashtag p.taglist span {
	display: block;
	width: 33.33%;
  padding: 8px 0;
  line-height: 1.2;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-family: "Noto Sans JP", san-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
#hashtag p.taglist span br.sp {
  display: none;
}
#hashtag .last {
	margin-bottom: 30px;
	padding: 40px 50px 25px 50px;
}
#hashtag .last p {
	margin-bottom: 20px;
}
#hashtag .last h3 {
	margin-bottom: 24px;
	line-height: 1.4em;
}
#hashtag .last h3 br.sp {
	display: none;
}
#hashtag p.note2 {
	margin: 20px auto;
	font-size: 1.8em;
}
#hashtag p.note2:last-of-type {
	margin: 50px auto 0 auto;
}
#hashtag p.note2 br.sp {
	display: none;
}
#hashtag p.note {
	font-size: 1.3em;
	text-align: left;
	line-height: 1.6em;
}

@media screen and (max-width:960px) {
	#hashtag {
		padding: 8% 0 8% 0;
	}
	#hashtag .tags {
		width: 90%;
	}
  #hashtag .tags h3 {
    font-size: 1.6em;
  }
	#hashtag .last {
		padding: 8% 10px 0 10px;
	}
	#hashtag p.taglist span {
		font-size: 1em;
	}
	#hashtag p {
		width: 90%;
		margin: 0 auto 0 auto;
	}
}
@media screen and (max-width:640px) {
	#hashtag h2 {
		margin-bottom: 3%;
		line-height: 1.4em;
		font-size: 2.8em;
	}
	#hashtag p.note2 {
		margin: 0 auto 16px;
		font-size: 1.6em;
	}
	#hashtag p.note2:first-of-type {
		margin: 0 auto 5%;
	}
	#hashtag h3 {
		font-size: 1.8em;
	}
	#hashtag .tags {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	#hashtag .tags h3 {
		padding: 0 !important;
	}
	#hashtag .last h3 br.sp {
		display: block;
	}
	#hashtag p.note2 br.sp {
		display: block;
	}
	#hashtag p.taglist	{
		line-height: 1.8em;
	}
	#hashtag p.taglist span {
		width: calc(50% - 0.6em);
		padding: 8px 4px;
    margin-left: 0.6em;
    text-indent: -0.6em;
		font-size: 0.85em;
	}
  #hashtag p.taglist span br.sp {
    display: block;
  }
  #hashtag p.taglist-select {
    font-size: 1.3em;
  }
}
@media screen and (min-width:640px) {
	#hashtag .tags {
		padding: 25px 50px;
	}
}


/* ハッシュタグ機能
------------------------------------- */
#hashtag #hashtagGenerator {
	max-width: 960px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 50px auto;
	padding: 50px 0;
}
.generateMsg {
	display: none;
}
#hashtag #hashtagGenerator h4 {
	margin-bottom: 30px;
	text-align: center;
	line-height: 2em;
	font-size: 2.8em;
}
#hashtag #hashtagGenerator p {
  width: 100%;
	margin: 0 auto 30px auto;
	text-align: justify;
	text-justify: inter-word;
	line-height: 1.6em;
	font-size: 1.8em;
}
#hashtag #hashtagGenerator select::-ms-expand {
	display: none;
}
#hashtag #hashtagGenerator select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 8px 30px 8px 10px;
	background-image: url(../img/icon_pulldown.svg);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
	background-color: #eee;
	font-size: 1.6em;
	line-height: 1.4em;
	cursor: pointer;
}
#hashtag #hashtagGenerator #hashtagList {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 720px;
	width: 90%;
	border: 1px solid #999;
	border-radius: 5px;
	margin: 0 auto 20px;
	padding: 10px;
	resize: none;
	text-align: center;
	height: calc( 1.3em * 2 );
	line-height: 1.3em;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
}
#hashtag #hashtagGenerator #generate {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 100px;
	padding: 12px 36px;
	background: #098e7c;
  font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#hashtag #hashtagGenerator .btnArea {
	height: 50px;
	text-align: center;
}
#hashtag #hashtagGenerator .btnArea p#generateMsg {
	text-align: center;
	font-size: 1.6em;
	margin: 0 auto 0px auto;
	padding-top: 10px;
}
#hashtag #hashtagGenerator .btnArea p#selectMsg {
	text-align: center;
	font-size: 1.6em;
	margin: 0 auto 0px auto;
	padding-top: 10px;
}

@media screen and (max-width:960px) {
	#hashtag #hashtagGenerator {
		width: 90%;
		margin: 8% auto;
		padding: 8% 0;
	}
	#hashtag #hashtagGenerator h4 {
		margin-bottom: 5%;
		line-height: 1em;
		letter-spacing: -1px;
		font-size: 2.3em;
	}
	#hashtag #hashtagGenerator p {
		font-size: 1.6em;
		line-height: 1.5em;
	}
	#hashtag #hashtagGenerator #hashtagList {
		width: 100%;
		padding: 10px;
		height: calc( 1.3em * 4 );
		line-height: 1.3em;
		font-size: 16px;
	}
	#hashtag #hashtagGenerator .btnArea {
		height: 70px;
	}
  #hashtag #hashtagGenerator #generate {
    padding: 10px 24px;
  }
}



/*
賞品
------------------------------------- */
#award {
	background: #fff;
	margin: 0;
	padding: 80px 0 80px 0!important;
	text-align: center;
}
#award .inner {
	max-width: 960px;
}
#award h2 {
	margin: 0 auto 50px;
}
#award h3 {
	margin: 0 auto 30px;
}
#award h3.prizelist {
	background: #004f4a;
}
#award h4 {
	margin: 0 auto 50px;
	font-size: 2em;
	font-weight: bold !important;
	line-height: 1.4em;
}
#award h4:first-of-type {
	margin: 50px auto 0;
}
#award h4:last-of-type {
	margin: 0 auto 30px;
}
#award .awardlist {
  margin-bottom: 100px;
}
body #award p.prize {
  margin: 0 auto 50px;
  padding: 0;
	text-align: center;
	font-size: 1.8em;
}
body #award .prizenote {
	margin-bottom: 50px;
	padding: 0;
	font-size: 1.4em;
	text-align: center;
	padding-left: 3px;
	line-height: 1.8em;
}
#award .prize2 {
	margin: 0 0 30px 0;
	text-align: center;
}
#award .gallery {
	margin: 40px auto 5px auto;
}
#award .gallery img {
	width: 90%;
	max-width: 480px;
  border-radius: 4px;
}
#award p.info {
  width: max-content;
	margin: 0 auto 10px;
	padding-left: 1em;
	text-align: left;
	font-size: 1.6em;
	line-height: 1.6em;
}
#award p.info .indent {
	text-indent: 1em;
	margin-left: -1em;
}
#award p.info a {
	font-size: 0.8em;
}
body #award .gallerynote {
	margin: 0 0 50px;
	padding: 0;
	font-size: 1.3em;
	text-align: center;
	padding-left: 3px;
	line-height: 1.6em;
}
body #award .note {
	margin: 0;
	font-size: 1.3em;
	text-align: center;
	padding-left: 3px;
	line-height: 1.6em;
}

@media screen and (max-width:960px) {
	#award {
		padding: 8% 0 5% 0 !important;
	}
	#award p.intro br {
		display: none;
	}
	#award h4 {
		width: 90%;
		font-size: 1.8em;
		margin: 0 auto 5%;
		text-align: left;
	}
	#award h4:first-of-type {
		margin: 5% auto 0;
	}
	#award h4:last-of-type {
		margin: 0 auto 5%;
	}
	#award p {
		width: 90%;
		text-align: left;
	}
	body #award .note {
		margin: 0 auto 5%;
		width: 90%;
		text-align: left;
	}
  body #award .prizenote {
    text-align: justify;
  }
	body #award .gallerynote {
		margin: 0 auto 5%;
		width: 90%;
	}
	#award .intro {
		text-align: left;
    }
  body #award p.prize {
    text-align: justify;
    font-size: 1.6em;
  }
  body #award p.prize br.pc {
    display: none;
  }
	#award .prize2 {
		margin: 0 auto 5% auto;
		text-align: left;
	}
	#award .gallery {
		margin: 5% auto 5px auto;
	}
}
@media screen and (max-width:640px) {
	#award {
		background: -webkit-linear-gradient(to right bottom, #ffffff, #f7f3ec);
		background: linear-gradient(#ffffff 85%, #f7f3ec 100%);
	}
	#award h2 {
		height: auto;
		width: 90%;
		background: none;
		text-indent: 1px;
		text-align: center;
		font-size: 2.8em;
		font-weight: normal;
		line-height: 1.4em;
		color: #000;
	}
	body #award p.indent {
		display: block;
		margin-left: 1em !important;
		text-indent: -1em !important;
		text-align: left;
	}
	#award p.info {
    width: 90%;
		font-size: 1.4em;
		line-height: 1.4em;
	}
  #award .awardlist {
    margin-bottom: 16%;
  }
	body #award p.prize {
    margin: 0 auto 5%;
    padding: 0;
    text-align: justify;
		font-size: 1.4em;
	}
	#award .prize2 {
		font-size: 1.4em;
	}
	#award .prize2 br.pc {
		display: none;
	}
}