@charset "UTF-8";

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

/* メインカラー */
#contest-period {
	background: #003384;
	background: -webkit-linear-gradient(to right bottom, #003384, #003384);
	background: radial-gradient(circle at 50% 0%, #003384, #003384);
	color: #fff;
}
body #contest-period h2,
body #contest-period h3 {
	color: #fff;
}
#howtoenter {
	background: #8b92a4;
	color: #fff;
}
#hashtag-block h2 {
	color: #000;
}
#hashtag-block h3{
    color: #000;
}
#award h3 {
	background: #52b1e4;
}
#application h2 {
	color: #000;
}
#application .application-container h3 {
	background: #52b1e4;
	color: #fff;
}
body #application .inquiry {
	border: 1px solid #a6b4be;
}
footer,
footer .footer_pageTop {
	background: #003384;
	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: #f0f1f5;　/* or 明るいベージュ #f7f3ec */
    color: #333;
}
@media screen and (max-width:640px) {
	#application {
		background: #fff;
		background: linear-gradient(#ffffff, #f0f1f5);
	}
	#award {
		background: #fff;
		background: linear-gradient(#ffffff 70%, #f0f1f5 100%);
	}
}


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


/*
ヘッダー
------------------------------------- */
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;
	}
	header img {
		width: 100%;
		margin: 0 0;
	}
}

/*
メインビジュアル
------------------------------------- */
#topHeader {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bg-header.webp?v=2);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
}
#topHeader .grid:before {
	content:"";
	display: block;
	padding-top: 45.104%;
}
#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: 1480px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:1680px){
	#topHeader h1 img {
		width: 77.083%;
	}
}
@media screen and (max-width:640px){
	#topHeader {
		width: 100%;
		min-width: auto;
		height: auto;
		background-image: url(../img/bg-header-sp.webp?v=2);
		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.2em;
  letter-spacing: 0.05em;
	line-height: 1.6em;
	color: #666;
}
@media screen and (max-width:640px) {
	#visualcredits {
		width: 90%;
		margin: 0 auto 5%;
		text-align: center;
		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: block;
  max-width: 300px;
  width: 70%;
  border-radius: 100px;
  margin: 0 auto;
  padding: 16px 0;
  background: #003384;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  font-size: 1.6em;
  font-family: Noto Sans JP;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width:960px) {
	#resultspage {
		padding: 3% 0 8% 0;
	}
	#resultspage p {
		width: 90%;
		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: 90%;
		background: none;
		margin: 0 auto 3% auto;
		text-indent: 1px;
		text-align: center;
		font-size: 3.2em;
		font-weight: 300;
		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;
	}
}


/*
ステートメント
------------------------------------- */
#statement {
    text-align: center;
    padding: 60px 0 80px;
    margin-bottom: 30px;
}
#statement .inner {
    padding: 0 10px;
}
#statement .inner h2 {
	margin-bottom: 50px;
	font-size: 4.8em;
	color: #000;
}
#statement p {
	font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.4em;
  font-family: "Noto Sans JP", san-serif;
}
#statement p {
  margin-top: 40px;
}
#statement p .larger {
  font-size: 1.4em;
}
#statement p br.sp {
    display: none;
}

@media screen and (max-width:960px) {
  #statement p {
    padding: 0 3%;
    text-align: justify;
  }
  #statement p.slogan {
    text-align: center;
  }
	#statement p br.pc {
		display: none;
	}
}
@media screen and (max-width:640px) {
	#statement {
		text-align: center;
		padding: 0 0 12% 0;
		margin-bottom: 0px;
	}
	#statement p {
    font-size: 1.5em;
		line-height: 2.0em;
		letter-spacing: normal;
	}
  #statement p .larger {
    font-size: 1.3em;
  }
}


/*
開催概要
------------------------------------- */
#overview {
  background: #eceef1;
}
#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;
	}
}


/*
スペシャルコンテンツ
------------------------------------- */
#spcontent {
  margin: 0;
  padding: 80px 0 80px;
  background: #fff;
}
#spcontent .inner {
  max-width: 960px;
}
#spcontent h2 {
  margin-bottom: 50px;
  text-align: center;
  color: #000;
}
#spcontent h2 br.sp {
  display: none;
}
#spcontent p {
  max-width: 960px;
  margin: 0 auto 60px auto;
  text-align: justify;
  line-height: 1.6em;
  font-size: 1.8em;
}
#spcontent p.mB4 {
  margin: 0 auto 4px auto;
}
#spcontent li {
  margin: 0 0 4px 2em;
  text-align: justify;
  line-height: 1.6em;
  list-style-type: disc;
  font-size: 1.8em;
}
#spcontent p b {
  font-weight: 700;
}
#spcontent h3 {
  border-bottom: 1px solid #ddd;
  margin: 30px auto;
  padding-bottom: 10px;
  text-align: left;
  font-size: 2.2em;
  line-height: 1.6em;
}
#spcontent h3 span {
  font-weight: normal;
}
#spcontent img {
  width: 100%;
  margin: 0 auto;
}
#spcontent .note {
  margin: 50px auto 0 auto;
  line-height: 1.6em;
  font-size: 1.3em;
}

#spcontent .video {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
#spcontent .video-inner {
  aspect-ratio: 16/9;
  position: relative;
  width: 100%;
}
#spcontent .video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width:960px) {
  #spcontent {
    padding: 8% 0 12% 0;
  }
  #spcontent h3 {
    padding: 1% 5%;
    text-align: left;
    font-size: 2em;
    line-height: 1.6em;
  }
  #spcontent p{
    margin-bottom: 5%;
    padding: 1% 5%;
    line-height: 1.6em;
    font-size: 1.6em;
  }
  #spcontent li {
    margin: 0 0 4px 3em;
    padding-right: 5%;
    line-height: 1.6em;
    font-size: 1.6em;
  }
  #spcontent img {
    width: 90%;
    margin: 0 5%;
  }
  #spcontent .video {
    max-width: 90%;
  }
}

@media screen and (max-width:640px) {
  #spcontent h2 {
    margin-bottom: 5%;
    line-height: 1.2;
    font-size: 2.8em;
  }
  #spcontent h2 br.sp {
    display: block;
  }
  #spcontent h3 {
    margin: 1% 5% 0;
    padding: 0 0 10px;
    text-align: left;
    font-size: 1.8em;
    line-height: 1.6em;
  }
  #spcontent h3.slogan {
     margin-bottom: 3%;
  }
  #spcontent p {
    font-size: 1.6em;
  }
}



/*
ハッシュタグ
------------------------------------- */
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 {
	width: 80%;
  max-width: 540px;
	border: 3px solid #427bb2;
	border-radius: 5px;
	margin: 0 auto 30px auto;
	padding: 23px 0px 25px;
	background: #fff;
  font-size: 3.2em;
	color: #000;
}
body #hashtag-container-a .hashtag:last-of-type::before {
  display: block;
  content: "＋";
  padding-bottom: 30px;
  font-size: 4.8em;
  font-weight: 700;
  color: #427bb2;
}
#hashtag-block #generate {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 100px;
	padding: 12px 32px;
	background: #003384;
	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 30px;
		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: 2em;
		line-height: 1.2em;
    margin: 0 auto 20px auto;
		padding: 16px 0px;
	}
  body #hashtag-container-a .hashtag:last-of-type h3 {
    margin-bottom: 30px;
  }
  body #hashtag-container-a .hashtag:last-of-type::before {
    padding-bottom: 20px;
    font-size: 4em;
  }
	body #hashtag-block .msgArea {
		height: 20px;
	}
	body #hashtag-block p#generateMsg {
		font-size: 1.4em;
	}
}


/*
応募方法
------------------------------------- */
#howtoenter h2 {
	color: #fff;
}
#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 h3 {
	color: #000;
}
body #award h4 {
	margin: 80px auto 50px auto;
	font-size: 3em;
}
body #award p.intro {
	margin: 0 auto 50px;
	text-align: center;
}

body #award p.prizeintro {
	margin: 0 auto 40px;
  font-weight: 400;
  text-align: center;
}
body #award .sp {
	display: none;
}
body #award .prizecontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 48px 60px;
}
body #award .prizebox {
  width: calc((100% - 60px) / 2);
}
body #award p.prize {
	margin: 0 auto 0px;
  padding-top: 16px;
  text-align: center;
  line-height: 1.6;
  font-size: 1.6em;
}
body #award p.prize b {
  font-size: 1.3em;
	font-weight: 700;
}
body #award p.prize span {
  display: inline-block;
  padding-bottom: 8px;
  font-weight: 700;
}
body #award .prizeimg {
  width: 100%;
	border-radius: 4px;
}
body #award p.prizeFirst {
	padding-top: 40px;
}
body #award p.prizeLast {
	margin: 0 auto 60px;
}
body #award p {
	text-align: center;
}
body #award h3 {
	line-height: 1.2em;
}
body #award h3 span {
	font-size: 0.8em;
}
body #award p.note2 {
  margin-top: 20px;
}

@media screen and (max-width:960px) {
	body #award h3 {
		line-height: 1.4em;
	}
  body #award .sp {
    display: block;
  }
  body #award .prizebox {
    width: 90%;
    max-width: 480px;
  }
}
@media screen and (max-width:640px) {
	body #award h4 {
		margin: 8% auto 8% auto;
		font-size: 2.4em;
	}
	body #award p {
		text-align: justify;
	}
	body #award p.intro {
		text-align: justify;
	}
  body #award p.prizeintro {
    margin: 0 auto 40px;
    font-weight: 400;
    text-align: center;
  }
  body #award p.prize {
    margin: 0 auto 0px;
    font-size: 1.5em;
  }
  body #award p.prize b {
    font-size: 1.2em;
    font-weight: 700;
  }
  body #award p.prizeLast {
    margin: 0 auto 60px;
  }
  body #award p.note {
    text-align: justify;
  }
  body #award p.note2 {
    margin: 20px auto 40px;
  }
	body #award p.comingsoon {
		margin: 6% auto 12%;
		text-align: center;
	}
	body #award br.pc {
		display: none;
	}
}