@charset "UTF-8";

/*
カラー（ライト版）
------------------------------------- */
body h2 {
	color: #000;
}

/* メインカラー */
#contest-period {
	background: #ffcf00;
	background: -webkit-linear-gradient(to right bottom, #fee67f, #ffcf00);
	background: radial-gradient(circle at 50% 0%, #fee67f, #ffcf00);
	color: #000;
}
body #contest-period h2,
body #contest-period h3 {
	color: #000;
}
#howtoenter {
	background: #ffcf00;
	background: -webkit-linear-gradient(to right bottom, #fee67f, #ffcf00);
	background: radial-gradient(circle at 50% 0%, #fee67f, #ffcf00);
	color: #000;
}
#howtoenter .figure1,
#howtoenter .figure2,
#howtoenter .figure3 {
	box-shadow: 0px 10px 15px rgba(212, 128, 18, 0.25) !important;
}
#hashtag-block .hashtag {
    border: 4px solid #f1c436;
}
#hashtag-block h2 {
	color: #000;
}
#hashtag-block h3{
    color: #000;
}
#hashtag-block .hashtag-basic{
    background: #f1c436;
	color: #000;
}
#hashtag-block .hashtag-plus{
    color: #000;
}
#hashtag-block .hashtag-category{
    border: 2px solid #f1c436;
    color: #000;
}
#hashtag-container-a h3,
#hashtag-container-c h3,
#hashtag-container-c .subhashtag-list span {
	background: #f1c436;
	color: #000;
}
#award h3 {
	background: #f1c436;
}
#application h2 {
	color: #000;
}
#application .application-container {
	box-shadow: 0px 0px 20px #cccccc;
}
#application .application-container h3 {
	background: #f1c436;
	color: #000;
}
footer,
footer .footer_pageTop {
	background: #1b1b1b;
	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: #eeeeee;　/* or 明るいベージュ #f7f3ec */
    color: #333;
}
@media screen and (max-width:640px) {
	#application {
		background: #fff;
		background: linear-gradient(#ffffff, #eeeeee);
	}
	#application .application-container {
		box-shadow: 0px 0px 0px;
	}
	#award {
		background: #fff;
		background: linear-gradient(180deg, rgba(255,255,255,1) 80%, rgba(238,238,238,1) 100%);
	}
}


/* リンク */
a {
	display: inline;
	color: #0014cc;
}
a:hover {
	text-decoration: none;
}


/*
ヘッダー
------------------------------------- */
header {
	background: #fff;
	height: 100px;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	position: relative;
	z-index: 10000;
}
header img {
	max-width: 200px;
	max-height: 100px;
}
header img:first-of-type {
	float: left;
}
header img:last-of-type {
	float: right;
}

@media screen and (max-width:640px) {
	header {
		background: #fff;
		height: 75px;
	}
	header img {
		max-width: 150px;
		max-height: 75px;
	}
}


/*
メインビジュアル
------------------------------------- */
#mainvisual {
	position: relative;
}
#mainvisual h1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mainvisual h1 img {
	max-height: 73.1%;
}

@media screen and (min-width:640px) {
	.swiper {
		width: 100%;
		max-height: 766px;
		aspect-ratio: 5 / 2;
		margin-left: auto;
		margin-right: auto;
		background: #fff;
	}
	.swiper-slide {
		position: relative;
		width: 100%;
		max-height: 766px;
		aspect-ratio: 5 / 2;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.slide-img1 {
		background-image: url(../img/slides/slide-pc1.webp);
	}
	.slide-img2 {
		background-image: url(../img/slides/slide-pc2.webp);
	}
	.slide-img3 {
		background-image: url(../img/slides/slide-pc3.webp);
	}
	.slide-img4 {
		background-image: url(../img/slides/slide-pc4.webp);
	}
	.slide-img5 {
		background-image: url(../img/slides/slide-pc5.webp);
	}
}
@media screen and (max-width:640.98px) {
	#mainvisual h1 img {
		width: 54%;
		height: auto;
	}
	.swiper {
		width: 100%;
		aspect-ratio: 3 / 4;
		margin-left: auto;
		margin-right: auto;
		background: #fff;
	}
	.swiper-slide {
		position: relative;
		width: 100%;
		aspect-ratio: 3 / 4;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.slide-img1 {
		background-image: url(../img/slides/slide-sp1.webp);
	}
	.slide-img2 {
		background-image: url(../img/slides/slide-sp2.webp);
	}
	.slide-img3 {
		background-image: url(../img/slides/slide-sp3.webp);
	}
	.slide-img4 {
		background-image: url(../img/slides/slide-sp4.webp);
	}
	.slide-img5 {
		background-image: url(../img/slides/slide-sp5.webp);
	}
}


#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 30px;
		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: 20px 0;
	background-color: #000000;
	text-decoration: none;
	font-size: 1.8em;
	border-radius: 100px;
	color: #ffffff !important;
	font-weight: bold;
	font-family: "Noto Sans JP", serif;
}

@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.sp {
		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;
	}
}


/*
開催概要
------------------------------------- */
body #overview {
	margin: 0 0 0 0;
	position: relative;
	z-index: 10000;
}
#overview .em {
	font-size: 1.4em;
	font-weight: bold;
	color: red;
}
body #overview p {
	text-align: justify;
}
#overview h2 span {
	font-size: 0.8em;
	letter-spacing: 0px;
	font-weight: bold;
	font-family: Helvetica;
	color: #f1c436;
}


/*
応募方法
------------------------------------- */
#howtoenter {
	color: #000;
}
#howtoenter h2 br.sp {
	display: none;
}
@media screen and (max-width:640px) {
	#howtoenter h2 {
		line-height: 1.2em;
	}
	#howtoenter h2 br.sp {
		display: block;
	}
}


/* ハッシュタグ
--------------------------------- */
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 {
	max-width: 90%;
	border-radius: 5px;
	margin: 0 auto 30px auto;
	padding: 23px 50px 25px;
	background: #fff;
	font-size: 3em;
	color: #000;
}
#hashtag-block #generate {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 100px;
	padding: 12px 32px;
	background: #000;
	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 {
		text-align: left;
	}
	body #hashtag-block p.intro br.sp {
		display: none;
	}
	#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;
	}
	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 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;
	}
}


/* 賞品
--------------------------------- */
#award h3 br.sp {
	display: none;
}
#award h3 span {
	font-size: 0.8em;
}
#award p {
	margin-bottom: 50px;
	padding-top: 30px;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.8em;
}
#award p.intro {
	text-align: center;
}
#award p.prize {
	text-align: center;
}
#award p.note {
	margin-top: -20px;
	margin-bottom: 0px;
	font-size: 1.3em;
	text-align: center;
	padding-left: 3px;
	line-height: 1.6em;
}
#award .monitor {
	padding-top: 40px;
}
#award .monitor img {
	border-radius: 3px;
}
#award .exhibition {
	margin-top: -40px;
	display: flex;
	justify-content: space-between;
}
#award .exhibition img {
	border-radius: 3px;
	width: 48%;
}

@media screen and (max-width:960px) {
	#award h3 br.pc {
		display: none;
	}
	#award p.prize {
		text-align: left;
	}
	#award .exhibition {
		max-width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:640px) {
	body #award h3 {
		padding: 20px 10px 16px;
		font-size: 1.8em;
		line-height: 1.2em;
	}
	#award h3 br.sp {
		display: block;
	}
	body #award p.intro {
		text-align: left;
	}
	#award a {
		display: block;
		margin: 0 auto;
		padding: 4% 0;
	}
	#award br.pc {
		display: none;
	}
	#award br.sp {
		display: block;
	}
	#award p.note {
		margin-top: 0px;
	}
	#award .monitor {
		padding-top: 3%;
		text-align: center;
	}
	#award .monitor img {
		width: 90%;
	}
	#award .exhibition {
		max-width: 100%;
		margin-top: -3%;
		display: block;
		text-align: center;
	}
	#award .exhibition img {
		width: 90%;
		margin-bottom: 3%;
	}
}


/* 応募要項
--------------------------------- */
#application h3 {
	#color: #000 !important;
}
#application .em {
	font-weight: bold;
	color: red;
}

@media screen and (max-width:640px) {
	#application .application-container {
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}
}

/*
ＦＡＱ
------------------------------------- */
#faq {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #888;
	margin: 0 auto 50px auto;
	padding: 60px 0 60px 0;
	text-align: center;
}
#faq .inner {
	max-width: 960px;
}
#faq h2 {
	margin: 0 auto 50px auto;
	letter-spacing: 3px;
	font-size: 3.6em;
	color: #000;
}
#faq dl {
	padding: 1px 50px 0px 50px;
	text-align: left;
}
#faq dt {
	margin: 0 0 10px 0;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6em;
	font-size: 1.8em;
	font-weight: 700;
}
#faq dd {
	border-bottom: 1px dotted #999;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6em;
	font-size: 1.6em;
}
#faq .note {
	margin: 0 50px;
	text-align: left;
	line-height: 1.8em;
	font-size: 1.4em;
	font-weight: normal;
}

@media screen and (max-width:960px) {
	#faq {
		padding: 10% 0 10% 0;
	}
}

@media screen and (max-width:640px) {
	#faq {
		width: 94%;
		margin: 0 auto 10% auto;
		padding: 10% 0 5% 0;
	}
	#faq h2 {
		margin: 0 auto 5% auto;
		font-size: 2.8em !important;
		font-weight: normal;
		line-height: 1.4em;
	}
	#faq dt {
		line-height: 1.5em;
		font-size: 1.6em;
	}
	#faq dl {
		width: 90%;
		margin: 0 5%;
		padding: 1px 2% 5% 2%;
	}
	#faq dd {
		line-height: 1.5em;
	}
	#faq .note {
		margin: 0 7%;
		line-height: 1.5em;
		font-size: 1.3em;
	}
}