@charset "UTF-8";

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

/* メインカラー */
#contest-period {
	background: #000000;
	background: radial-gradient(circle at 50% 0%, #000000, #000000);
	color: #fff;
}
body #contest-period h2,
body #contest-period h3 {
	color: #fff;
}
#howtoenter {
	background: #000000;
	background: radial-gradient(circle at 50% 0%, #000000, #000000);
	color: #fff;
}
#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;
}
#award h3 {
	background: #000000;
}
#application h2 {
	color: #000;
}
#application .application-container h3 {
	background: #000000;
	color: #fff;
}
#application .application-container {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15) !important;
}
body #application .inquiry {
	border: 1px solid #beb5ac;
}
footer,
footer .footer_pageTop {
	background: #000000;
	background: radial-gradient(circle at 50% 0%, #000000, #000000);
	color: #fff;
}

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

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


/* リンク */
a {
	display: inline;
	color: #1468ac;
}
a:hover {
	text-decoration: none;
}
body #resultspage .btn a {
	background: #1468ac;
	color: #fff;
}


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

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


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

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


@media screen and (max-width:640px) {
	#mainvisual {
		width: 100%;
		height: 80vh;
		background: #eee url(../img/bg-sp.jpg);
		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%;
		align-items: center;
	} 
	#mainvisual h1 img {
		position: relative;
		height: auto;
		width: 100%;
		margin: 0% auto 0;
	}
}


#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;
		line-height: 1.4em;
		font-size: 0.9em;
	}
	#visualcredits br.pc {
		display: none;
	}
}


/*
開催概要
------------------------------------- */
body #overview {
	padding-top: 120px;
}
#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) {
	body #overview {
		padding-top: 12%;
	}
	#overview p.subnote {
		margin: 0 auto 5% auto;
		font-size: 1.4em;
	}
}


#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 .resultspageBtn a {
	display: inline-block;
	width: 70%;
	max-width: 260px;
	border-radius: 100px;
	margin: 0 auto;
	padding: 18px 0 18px 1px;
	background-color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.6em;
	font-weight: bold;
	font-family: Noto Sans JP;
	color: #ffffff !important;
}

@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 .resultspageBtn a {
		width: 60%;
		margin: 0 auto 2%;
		padding: 4.5% 0;
		font-size: 1.4em;
	}
}


/*
ハッシュタグ
------------------------------------- */
body #hashtag-block h2.theme {
	margin-bottom: 30px;
}
body #hashtag-block p.intro {
	text-align: center;
}
body #hashtag-block br.sp {
	display: none;
}
body #hashtag-block .note {
	margin-bottom: 50px;
  text-align: center;
}
body #hashtag-block .noteGeneral {
  text-align: justify;
}
body #hashtag-block #hashtag-container-c .mainhashtag-word {
	border-radius: 4px;
	margin: 10px auto 20px;
	padding: 16px 48px;
	background: #e5e2df;
	font-size: 2.8em;
	font-feature-settings: "palt";
	line-height: 1.2em;
}
body #hashtag-block #hashtag-container-c .subhashtag-list .subhashtag-word {
	display: inline-block;
	border-radius: 4px;
	margin: 6px;
	padding: 16px 24px;
	background: #e5e2df;
	font-size: 2em;
	font-feature-settings: "palt";
	line-height: 1.2em;
}
body #hashtag-block #hashtag-container-c .subhashtag-list {
	display: block;
	padding: 0 0 8px;
}
body #hashtag-container-c .subhashtag {
	margin-bottom: 60px;
}
body #hashtag-block h3 {
	margin: 30px auto 60px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
	line-height: 1.4em;
	font-size: 2.2em;
}
body #hashtag-block h4 span {
	font-size: 1.2em;
}
body #hashtag-block p.intro {
	margin-bottom: 30px;
}
body #hashtag-block .hashtag-basic {
	letter-spacing: 0;
}
body #hashtag-block .hashtag-outline {
	margin: 20px auto 0;
	text-align: left;
}
body #hashtag-block .note {
	margin-top: 10px;
}
body #hashtag-block .noteC {
	text-align: center;
}


@media screen and (max-width:960px) {
  body #hashtag-block p.intro {
    text-align: justify;
  }
  body #hashtag-block .note {
    text-align: justify;
  }
  body #hashtag-block h3 {
    width: 90%;
    text-align: justify;
  }
  body #hashtag-block h3 br.pc {
    display: none;
  }
}
@media screen and (max-width:640px) {
	body #hashtag-container-c {
		margin-top: 5%;
	}
	body #hashtag-block h2.theme {
		margin-bottom: 10px;
	}
	body #hashtag-block h3 {
		margin: 12% 5% 8%;
		border-top: 1px solid #ddd;
		padding-top: 6%;
		font-size: 2em;
	}
	body #hashtag-block .note {
		margin-bottom: 8%;
	}
	body #hashtag-block .noteC {
		text-align: left;
	}
	body #hashtag-block p.intro {
		margin-bottom: 0%;
		text-align: justify;
	}
	body #hashtag-block #hashtag-container-c .mainhashtag-word {
		width: 90%;
		margin: 0 auto 5%;
		padding: 16px;
		font-size: 2.2em;
	}
	body #hashtag-container-c .hashtag-plus {
		margin-bottom: 8%;
		padding-bottom: 0;
	}
	body #hashtag-block #hashtag-container-c .subhashtag-list {
		margin-bottom: 10%;
	}
	body #hashtag-block #hashtag-container-c .subhashtag-list .subhashtag-word {
		width: auto;
		margin: 3px;
		padding: 10px 20px;
		font-size: 1.8em;
	}
	body #hashtag-block #hashtag-container-c .subhashtag {
		width: 90%;
		margin-bottom: 8%;
		text-align: justify;
		font-size: 1.6em;
	}
	body #hashtag-block .pc {
		display: none !important;
	}
	body #hashtag-block .sp {
		display: block !important;
	}
}


/* ハッシュタグ機能
------------------------------------- */
#hashtag-block #hashtagGenerator {
	max-width: 960px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 50px auto;
	padding: 50px 0;
}
.generateMsg {
	display: none;
}
#hashtag-block #hashtagGenerator h4 {
	margin-bottom: 30px;
	text-align: center;
	line-height: 2em;
	font-size: 2.8em;
}
#hashtag-block #hashtagGenerator p {
	margin: 0 auto 30px auto;
	text-align: justify;
	text-justify: inter-word;
	line-height: 1.6em;
	font-size: 1.8em;
}
#hashtag-block #hashtagGenerator select::-ms-expand {
	display: none;
}
#hashtag-block #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-block #hashtagGenerator #hashtagList {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 840px;
	width: 90%;
	border: 1px solid #999;
	border-radius: 5px;
	margin: 0 auto 20px;
	padding: 10px;
	resize: none;
	text-align: center;
	height: calc( 1.6em * 1.6 );
	line-height: 1.6em;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 2em;
	font-weight: bold;
}
#hashtag-block #hashtagGenerator #generate {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 100px;
	padding: 12px 40px;
	background: #000;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#hashtag-block #hashtagGenerator .btnArea {
	height: 50px;
	text-align: center;
}
#hashtag-block #hashtagGenerator .btnArea p#generateMsg {
	text-align: center;
	font-size: 1.6em;
	margin: 0 auto 0px auto;
	padding-top: 10px;
}
#hashtag-block #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-block #hashtagGenerator {
		width: 90%;
		margin: 8% auto;
		padding: 12% 0 4%;
	}
	#hashtag-block #hashtagGenerator h4 {
		margin-bottom: 5%;
		line-height: 1em;
		letter-spacing: -1px;
		font-size: 2.3em;
	}
	#hashtag-block #hashtagGenerator p {
		width: 100%;
		font-size: 1.6em;
		line-height: 1.5em;
	}
	#hashtag-block #hashtagGenerator #hashtagList {
		width: 100%;
		padding: 10px;
		height: calc( 1.3em * 3 );
		text-align: left;
		line-height: 1.3em;
		font-size: 16px;
	}
	#hashtag-block #hashtagGenerator .btnArea {
		height: 70px;
		margin-bottom: 5%;
	}
}


/*
応募方法
------------------------------------- */
#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: 50px;
}
body #award h2.subprize {
	border-top: 1px solid #ddd;
	margin-bottom: 0px;
	padding-top: 60px;
}
body #award h3 {
	margin-bottom: 30px;
	color: #000;
}
body #award p.intro {
	text-align: center;
}
body #award p.awardType {
	font-size: 2em;
}
body #award p.prize {
	margin-bottom: 60px;
	text-align: center;
}
body #award p.prizeLast {
	margin-bottom: 30px;
}
body #award p.prize span {
	font-size: 0.8em;
}
body #award p.note {
	text-align: center;
}
body #award h3 {
	line-height: 1.2em;
}
body #award h3 span {
	font-size: 0.8em;
}
body #award p span.smaller {
	font-size: 0.8em;
}
body #award p.comingsoon {
	font-size: 2em;
	padding: 5% 0 0;
}
body #award img.prize {
	max-width: 360px;
	width: 100%;
	margin-top: 30px;
	border-radius: 3px;
}
body #award img.prize2 {
	max-width: 320px;
}
body #award img.prize3 {
	max-width: 160px;
}
body #award .prize .button {
	max-width: 120px;
	display: block;
	background: #000;
	border-radius: 100px;
	margin: 8px auto 0 auto;
	padding: 10px 0;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 0.8rem;
	font-weight: bold;
	color: #fff;
}
body #award p br.sp {
	display: none;
}
body #award .egift {
  border: 1px solid #e5e2df;
  border-radius: 4px;
  margin: 0 auto 60px;
  padding: 36px 30px 30px;
  background: #fafaf9;
}
body #award .egift h4 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 1.8em;
}
body #award .egift p {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: justify;
  font-size: 1.4em;
}

@media screen and (max-width:960px) {
	body #award h3 {
		line-height: 1.4em;
	}
	body #award p.intro {
		text-align: justify;
	}
	body #award p br.pc {
		display: none;
	}
  body #award .egift {
    width: 94%;
  }
}
@media screen and (max-width:640px) {
	body #award h2 {
		margin-bottom: 8%;
	}
	body #award h2.subprize {
		padding-top: 8%;
	}
	body #award h3 {
		margin-bottom: 16px;
	}
	body #award p.awardType {
		font-size: 1.6em;
		text-align: center;
	}
	body #award p.prize {
		margin-bottom: 10%;
	}
	body #award img.prize {
		max-width: 640px;
		width: 60%;
		margin-top: 3%;
	}
	body #award p br.sp {
		display: block;
	}
	#award .exhibitionHead {
		margin-top: 16px;
		align-items: center;
		display: flex;
		justify-content: center;
		font-weight: bold;
		color: #444;
	}
	#award .exhibitionHead::before,
	#award .exhibitionHead::after {
	  background-color: #000;
	  content: "";
	  height: 1px;
	  width: 48px;
	}
	#award .exhibitionHead::before {
	  margin-right: 16px;
	}
	#award .exhibitionHead::after {
	  margin-left: 16px;
	}
	#award .pc {
		display: none;
	}

	body #award img.prize3 {
		max-width: 120px;
		width: 60%;
		margin-top: 3%;
	}
  body #award p.prizeLast {
    margin-bottom: 20px;
  }
  body #award .egift {
    width: 90%;
    margin: 0 auto 10%;
    padding: 24px 20px 20px;
  }
  body #award .egift h4 {
    margin-bottom: 12px;
    font-size: 1.7em;
  }
  body #award .egift p {
    font-size: 1.4em;
  }
}