@charset "UTF-8";

/*
デザイナーカスタマイズ用CSS
(メインビジュアル＆ハッシュタグエリア＆カラー指定)
------------------------------------- */
@import "style_custom.css?ver=1.2";


/*
共通要素
------------------------------------- */
* {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
}
body {
	background: #fff;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.4em;
	margin: 0 auto;
	width: 100%;
	font-size: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #333;
}
.inner {
	margin: 0 auto;
	position: relative;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.font-mspgothic {
	font-family:　"ＭＳ Ｐゴシック" !important;
	color: red;
}
.fade {
	opacity: 1;
	transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
}
.fade:hover {
	opacity: 0.5;
}
h2, h3, h4, h5 {
	font-family: "Noto Sans JP", sans-serif !important;
	font-weight: 700;
}
h2 {
	font-size: 4em;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 1;
}
@media screen and (max-width:640px) {
	h2, h3, h4, h5 {
		font-family: "Noto Sans JP", sans-serif;
	}
	h2 {
		letter-spacing: 0px;
		line-height: 1;
	}
}


h2 samp, h3 samp, h4 samp, h5 samp, .subhashtag-list samp, .hashtag-basic samp,
.hashtag-category samp{
	font-family: "Noto Sans JP", sans-serif;
}


/*
募集概要
------------------------------------- */
#overview {
	margin: 0;
	padding: 80px 0 80px;
}
#overview h2 {
	margin-bottom: 50px;
	text-align: center;
	color: #000;
}
#overview p {
	max-width: 960px;
	margin: 0 auto 60px auto;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.8em;
}
#overview p b {
	font-weight: 700;
}
#overview p b.larger {
	font-size: 1.2em;
    font-family: "Noto Sans JP", sans-serif;
}
#overview h3 {
	margin: 30px auto;
	text-align: center;
	font-size: 2.4em;
	line-height: 1.6em;
}
#overview h3 span {
	font-weight: normal;
}
#overview .aC {
	margin: -30px auto 30px auto;
	text-align: center;
}
#overview .note {
	margin: 50px auto 0 auto;
	line-height: 1.6em;
	font-size: 1.3em;
}

.separator {
	margin-top: 80px;
	text-align: center;
	font-size: 2em;
	color: #c1c8cb;
}

@media screen and (max-width:960px) {
	#overview {
		padding: 8% 0 8% 0;
	}
	#overview p{
		margin-bottom: 5%;
		padding: 1% 5%;
		line-height: 1.6em;
	}
	#overview img {
		width: 94%;
	}
}

@media screen and (max-width:640px) {
	#overview h2 {
		margin-bottom: 5%;
		font-size: 2.8em;
	}
	#overview p {
		font-size: 1.6em;
	}
	#overview .aC {
		margin: 0 auto 0 auto;
		text-align: left;
	}
	#overview p.aC br {
		display: none;
	}
}


/*
募集期間
------------------------------------- */
#contest-period {
	margin: 0;
	padding: 80px 0;
	text-align: center;
}
#contest-period .inner {
	max-width: 960px;
}

#contest-period .note {
	text-align: left;
}

#contest-period h2 {
	margin: 0 auto 50px auto;
	color: #fff;
}
#contest-period h3 {
	margin: 0 auto 0 auto;
	font-size: 3em;
	color: #fff;
	line-height: 1.4em;
}
#contest-period h3 span {
	font-size: 0.7em;
}
#contest-period h3 br {
	display: none;
}
#contest-period p br {
	display: block;
}
#contest-period p {
	font-size: 1.6em;
	text-align: center;
	line-height: 1.6em;
}
@media screen and (max-width:960px) {
	#contest-period {
		padding: 8% 0 8% 0;
	}
	#contest-period p {
		width: 90%;
		margin: 0 auto 0 auto;
	}
}

@media screen and (max-width:640px) {
	#contest-period h2 {
		margin-bottom: 5%;
		line-height: 1.4em;
		font-size: 2.8em;
	}
	#contest-period h3 {
		font-size: 2.4em;
	}
	#contest-period h3 br {
		display: block;
	}
	#contest-period p {
		text-align: left;
	}
	#contest-period p br {
		display: none;
	}
}


/*
部門とハッシュタグ・共通
------------------------------------- */
#hashtag-block {
	margin: 0;
	padding: 80px 0 80px 0;
	text-align: center;
}
#hashtag-block .inner {
	max-width: 960px;
}
#hashtag-block h2 {
	margin-bottom: 50px;
	text-align: center;
}
#hashtag-block p.intro {
	max-width: 960px;
	margin: 0 auto 60px auto;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.8em;
}
#hashtag-block img {
	width: 100%;
}
#hashtag-block .note {
	margin-top: -30px;
	padding-left: 3px;
	line-height: 1.6em;
	text-align: left;
	font-size: 1.3em;
}
@media screen and (max-width:940px) {
	#hashtag-block p.intro {
		width: 90%;
		margin: 0 auto 6% auto;
	}
	#hashtag-block .note {
		margin: 0 auto;
		width: 90%;
	}
}
@media screen and (max-width:640px) {
	#hashtag-block {
		padding: 8% 0;
	}
	#hashtag-block h2 {
		height: auto;
		width: 94%;
		background: none;
		margin: 0 auto 5% auto;
		text-indent: 1px;
		text-align: center;
		letter-spacing: 0;
		font-size: 2.8em;
		font-weight: normal;
		line-height: 1.4em;
	}
	body #hashtag-block p.intro {
		font-size: 1.6em;
		text-align: left;
	}
}


/*
A.部門無し／サブハッシュタグ無し
------------------------------------- */
#hashtag-container-a {
    margin-bottom: 50px;
}
#hashtag-container-a .theme {
	max-width: 960px;
	margin: 0 auto 30px auto;
	text-align: center;
	line-height: 1.6em;
	font-size: 2.4em;
}
#hashtag-container-a h3 {
	display: inline-block;
	border-radius: 10px;
	margin: 0 auto 60px auto;
	padding: 25px 50px;
	line-height: 1em;
	font-size: 3.6em;
}
@media screen and (max-width:940px) {
	#hashtag-container-a .theme {
		width: 94%;
		margin: 0 auto 6% auto;
	}
}
@media screen and (max-width:640px) {
	#hashtag-container-a h3 {
		margin: 0 auto 8% auto;
		padding: 5%;
		font-size: 2.4em;
	}
}


/*
B-2.部門あり／サブハッシュタグあり 2列ver.
------------------------------------- */
#hashtag-container-b2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 50px;
}
#hashtag-container-b2 .hashtag {
    width: 465px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 15px;
    margin-bottom: 30px;
}
#hashtag-container-b2 h3{
    margin: 20px 0 25px;
    font-size: 2.2em;
	line-height: 1.2em;
}
#hashtag-container-b2 .hashtag-basic{
    border-radius: 5px;
    text-align: center;
    padding: 20px 10px 19px;
    font-size: 2em;
    font-weight: bold;
}
#hashtag-container-b2 .hashtag-plus{
    padding: 15px 0;
    text-align: center;
    font-size: 40px;
}
#hashtag-container-b2 .hashtag-category{
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px 10px 19px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}
#hashtag-container-b2 .hashtag-outline{
    margin-bottom: 20px;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.6em;
}

@media screen and (max-width:940px) {
	#hashtag-container-b2 {
		width: 94%;
		margin: 0 auto 10px auto;
	}
	#hashtag-container-b2 .hashtag {
		width: 48.5%;
	}
}
@media screen and (max-width:640px) {
	#hashtag-container-b2 h3{
		line-height: 1.2em;
		margin: 20px 0 30px;
		margin-left: -10px;
	}
	#hashtag-container-b2 .hashtag {
	   width: 100%;
	   margin-left: auto;
	   margin-right: auto;
	}
	#hashtag-container-b2 .hashtag-basic{
		font-size: 1.8em;
		letter-spacing: 0.1em;
		padding: 15px;
	}
	#hashtag-container-b2 .hashtag-category{
		font-size: 1.8em;
		letter-spacing: 0.1em;
		padding: 15px;
	}
	#hashtag-container-b2 .hashtag-outline{
		font-size: 1.6em;
	}
}


/*
B-3.部門あり／サブハッシュタグあり 3列ver.
------------------------------------- */
#hashtag-container-b3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 50px;
}
#hashtag-container-b3 .hashtag {
    width: 300px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 15px;
    margin-bottom: 30px;
}
#hashtag-container-b3 h3{
    margin: 20px 0 25px;
    font-size: 2.2em;

	line-height: 1.2em;
}
#hashtag-container-b3 .hashtag-basic{
    border-radius: 5px;
    text-align: center;
    padding: 20px 10px;
    line-height: 1.6em;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}
#hashtag-container-b3 .hashtag-plus{
    padding: 15px 0;
    text-align: center;
    font-size: 40px;
}
#hashtag-container-b3 .hashtag-category{
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px 10px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}
#hashtag-container-b3 .hashtag-outline{
    margin-bottom: 20px;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.6em;
}

@media screen and (max-width:940px) {
	#hashtag-container-b3 {
		width: 94%;
		margin: 0 auto 10px auto;
	}
	#hashtag-container-b3 .hashtag {
		width: 48.5%;
	}
}
@media screen and (max-width:640px) {
	#hashtag-container-b3 h3{
		line-height: 1.2em;
		margin: 20px 0 30px;
		margin-left: -10px;
	}
	#hashtag-container-b3 .hashtag {
	   width: 100%;
	   margin-left: auto;
	   margin-right: auto;
	}
	#hashtag-container-b3 .hashtag-basic{
		font-size: 1.8em;
		letter-spacing: 0.1em;
		padding: 15px;
	}
	#hashtag-container-b3 .hashtag-category{
		font-size: 1.8em;
		letter-spacing: 0.1em;
		padding: 15px;
	}
	#hashtag-container-b3 .hashtag-outline{
		font-size: 1.6em;
	}
}


/*
C.部門無し／サブハッシュタグあり
------------------------------------- */
#hashtag-container-c {
    margin-bottom: 50px;
}
#hashtag-container-c .theme {
	max-width: 960px;
	margin: 0 auto 30px auto;
	text-align: center;
	line-height: 1.6em;
	font-size: 2.4em;
}
#hashtag-container-c h3 {
	display: inline-block;
	border-radius: 10px;
	margin: 0 auto 25px auto;
	padding: 25px 50px;
	line-height: 1em;
	font-size: 3.6em;
}
#hashtag-container-c .hashtag-plus {
    margin: 0 auto 20px auto;
    padding: 15px 0;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}
#hashtag-container-c .subhashtag {
	max-width: 960px;
	margin: 0 auto 30px auto;
	text-align: center;
	line-height: 1.6em;
	font-size: 1.8em;
}
#hashtag-container-c .subhashtag-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    padding-bottom: 50px;
}
#hashtag-container-c .subhashtag-list span {
    display: inline-block;
	border-radius: 10px;
    margin: 0 0.75% 1.5% 0.75%;
	padding: 25px 50px;
    font-weight: bold;
    font-size: 2.4em;
}
@media screen and (max-width:940px) {
	#hashtag-container-c .theme {
		width: 94%;
		margin: 0 auto 3% auto;
	}
	#hashtag-container-c .subhashtag {
		width: 94%;
		margin: 0 auto 6% auto;
	}
    #hashtag-container-c .subhashtag-list {
		width: 94%;
		margin: 0 auto 0 auto;
    }
}
@media screen and (max-width:640px) {
	#hashtag-container-c h3 {
		margin: 0 auto 8% auto;
		padding: 5%;
		font-size: 2.4em;
	}
    #hashtag-container-c .subhashtag-list span {
        width: 100%;
        font-size: 1.8em;
    }
    #hashtag-container-c .subhashtag-list {
		padding-bottom: 0;
    }
}


/*
応募方法
------------------------------------- */
#howtoenter {
	margin: 0;
	padding: 80px 0 80px 0;
	text-align: center;
}
#howtoenter h2 {
	margin: 0 0 50px;
	line-height: 1;
}
#howtoenter .figures {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
}
#howtoenter .figure1 img,
#howtoenter .figure2 img,
#howtoenter .figure3 img {
	width: 100%;
   	border-radius: 3px;
}
#howtoenter .figure1,
#howtoenter .figure2,
#howtoenter .figure3 {
	width: 32%;
	max-width: 300px;
	overflow: hidden;
	background: #fff;
   	border-radius: 3px;
	box-shadow: 0px 10px 15px rgba(30, 50, 70, 0.15);
}
#howtoenter p{
	max-width: 960px;
	margin: 30px auto 0 auto;
	text-align: justify;
	text-justify: inter-word;
	line-height: 1.6em;
	font-size: 1.6em;
}
#howtoenter .note {
	max-width: 960px;
	margin: 30px auto 80px auto;
	font-size: 1.4em;
	text-align: justify;
	text-justify: inter-word;
	padding-left: 3px;
	line-height: 1.6em;
}
#howtoenter .boxWeb {
	width: 94%;
	max-width: 960px;
   	border-radius: 3px;
	margin: 0 auto;
	padding: 60px 0;
	box-shadow: 0px 10px 15px rgba(30, 50, 70, 0.15);
	background: #fff;
}
#howtoenter .boxWeb h3 {
	margin-bottom: 40px;
	font-weight: normal;
	font-size: 3.6em;
}
#howtoenter .boxWeb p {
	margin-bottom: 10px;
	text-align: center;
	color: #333;
}
#howtoenter .boxWeb .note {
	margin: 0px auto 60px auto;
}
#howtoenter .boxWeb br.sp {
	display: none;
}
#howtoenter .button {
	margin-bottom: 20px;
}
#howtoenter .button a {
	border: 0;
	border-radius: 100vw;
	padding: 16px 40px;
	background: #1967d2;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width:960px) {
	#howtoenter {
		padding: 8% 0 8% 0;
	}
	#howtoenter .inner {
		width: 96%;
	}
	#howtoenter p {
		width: 94%;
		margin: 5% auto 0 auto;
	}
	#howtoenter .note {
		width: 94%;
		margin: 5% auto 8% auto;
	}
}
@media screen and (max-width:640px) {
	#howtoenter h2 {
		margin-bottom: 8%;
		font-size: 2.8em;
	}
	#howtoenter .figures {
		display: block;
		width: 100%;
	}
	#howtoenter .figure1,
	#howtoenter .figure2,
	#howtoenter .figure3 {
		max-width: none;
		width: 94%;
		height: auto;
		margin: 0 auto 5% auto;
	}
	#howtoenter .boxWeb {
		padding: 12% 0;
	}
	#howtoenter .boxWeb h3 {
		margin-bottom: 12%;
		font-size: 2.8em;
	}
	#howtoenter .boxWeb .note {
		margin: 5% auto 12% auto;
		word-break: keep-all;
		overflow-wrap: anywhere;
	}
	#howtoenter .boxWeb br.sp {
		display: block;
	}
	#howtoenter .button a {
		padding: 16px 24px;
		font-size: 1.4em;
	}
}


/*
賞品
------------------------------------- */
#award {
	margin: 0;
	padding: 80px 0 50px 0;
	text-align: center;
}
#award .inner {
	max-width: 960px;
}
#award p {
	margin-bottom: 50px;
	padding-top: 30px;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.8em;
}
#award ul {
	margin-bottom: 50px;
	padding-top: 30px;
}
#award li {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.6em;
	font-size: 1.8em;
}
#award h3 {
	padding: 12px 12px 16px;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
	text-align: center;
	font-size: 2.4em;
	line-height: 1;
}
#award .note {
	margin-top: -30px;
	font-size: 1.3em;
	text-align: left;
	padding-left: 3px;
	line-height: 1.6em;
}

@media screen and (max-width:960px) {
	#award {
		padding: 8% 0 2% 0;
	}
	#award p{
		width: 90%;
		margin: 0 auto 8% auto;
		padding-top: 3%;
		text-align: left;
	}
	#award ul {
		width: 90%;
		margin: 0 auto 8% auto;
		padding-top: 3%;
		text-align: left;
	}
	#award h3 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#award .note {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:640px) {
	#award h2 {
		height: auto;
		background: none;
		margin: 0 auto 0 auto;
		text-indent: 1px;
		text-align: center;
		font-size: 2.8em;
		font-weight: normal;
		line-height: 1.4em;
		color: #000;
	}
	#award h3 {
		width: 90%;
		margin-bottom: 3%;
        font-size: 1.8em;
	}
	#award p {
		width: 90%;
		font-size: 1.6em;
	}
	#award li {
		width: 90%;
		font-size: 1.6em;
		text-align: left;
	}
}


/*
募集要項
------------------------------------- */
#application {
	margin: 0;
	padding: 80px 0 100px 0;
	text-align: center;
}
#application .inner {
	max-width: 960px;
}
#application h2 {
	margin: 0 0 50px;
}
#application .application-container {
	box-shadow: 0px 10px 15px rgba(192, 143, 58, 0.4);
	text-align: left;
	background: #fff;
	padding: 1px 50px 50px 50px;
	margin: 0 0 50px;
	border-radius: 3px;
	line-height: 2.4em;
}
#application .application-container h3 {
	margin: 60px 0 30px;
	padding: 0;
	padding: 12px 12px 16px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
    font-size: 2.4em;
    letter-spacing: 0.1em;
}
#application .application-container .note {
	font-size: 1.3em;
}
#application .application-container p {
	margin: 0 0 30px;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 1.6em;
}
#application .application-container p.nomargin {
	margin: 0;
}
#application .application-container p.subhead {
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	line-height: 1.6em;
	font-size: 2.4em;
	font-weight: bold;
}
#application .application-container p.subhead br.sp{
	display: none;
}
#application .application-container .step {
	margin: 0 0 50px;
}
#application .application-container h4 {
	font-size: 2em;
	margin-bottom: 10px;
}
#application .application-container .step h4 {
	font-size: 1.8em;
	margin: 0px;
}
#application .application-container .step p {
	margin: 0 0 30px;
}
#application .application-container ul {
	list-style-type: disc;
	margin-bottom: 0;
	margin-left: 18px;
}
#application .application-container ol {
	margin-left: 18px;
}
#application .application-container ol li {
	margin-left: 18px;
	font-size: 1em;
}
#application .application-container ul li {
	margin-bottom: 10px;
}
#application .application-container li {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 1.6em;
}
#application .application-container ul li ul li {
	margin-bottom: 2px;
	list-style-type: circle;
}

@media screen and (max-width:640px) {
	#application {
		padding: 8% 0 10% 0;
	}
	body #application h2 {
		margin-bottom: 5%;
		font-size: 2.8em;
	}
	#application .application-container {
		margin-top: 0;
		padding: 0 5% 5% 5%;
		line-height: 2.2em;
	}
	#application .application-container p.subhead br.sp{
		display: block;
	}
    #application .application-container h3 {
        letter-spacing: normal;
		font-size: 1.8em;
		margin: 5% 0 5%;
	}
	#application .application-container h3:first-of-type {
		margin: 0 0 5%;
	}
	#application .application-container p {
		font-size: 1.4em;
	}
	#application .application-container li {
		font-size: 1.4em;
	}
}

/*
お問い合わせ
------------------------------------- */
#application .inquiry {
	border: 1px solid #dbbd8c;
	border-radius: 3px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	color: #333;
}
#application .inquiry h3 {
	font-size: 1.8em;
	margin: 30px 30px 10px 30px;
}
#application .inquiry p {
	margin: 0 30px 30px 30px;
	padding: 0;
	line-height: 1.6em;
	font-size: 1.3em;
}
@media screen and (max-width:960px) {
	#application .inquiry {
		width: 94%;
	}
	#application .inquiry p {
		padding-right: 0;
	}
}

@media screen and (max-width:640px) {
	#application h2 {
		height: auto;
		width: 94%;
		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;
	}
	#application p {
		font-size: 1.4em;
	}
}


/* フッター
----------------------------------------*/
footer {
	text-align: center;
}
footer .footer-pagetop {
	padding: 20px 0 20px 0;
}
footer .footer-link {
    margin: 0 auto 10px auto;
}
footer .footer-link a {
    text-decoration: none;
    font-size: 1.2em;
    color: #fff;
}
footer .footer-link a:hover {
    text-decoration: underline;
}
footer .footer-copyright {
	padding: 10px 30px 30px 30px;
	font-size: 1.2em;
	line-height: 1.8em;
}
footer .footer-copyright .copyright {
	font-size: 1.0em;
}
span.linklike {
	font-weight: bold;
}

@media screen and (max-width:960px) {
	footer .footer-pagetop {
		padding: 20px 0 10px 0;
	}
}

@media screen and (max-width:640px) {
	footer .footer-link a {
		display: inline-block;
	}
	footer .footer-link a:first-child:before {
		content: "　";
		font-size: 0.85em;
	}
	footer .footer-link a:last-child:after {
		content: "　";
		font-size: 0.85em;
	}
	footer .footer-copyright {
		padding: 3%;
		font-size: 1em;
		text-align: left;
	}
	footer .footer-copyright .copyright {
		font-size: 0.8em;
		text-align: left;
	}
}


/* サンプル用CSS
----------------------------------------*/
.samp-red {
	color: red;
}
.samp-shadow {
	text-shadow : 1px  1px 1px #fff, -1px  1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px  0px 1px #fff, 0px  1px 1px #fff, -1px  0px 1px #fff, 0px -1px 1px #fff;
}
