@charset "UTF-8";
/* 全体 */
body {
	position: relative;
}
#contents {
	width: 100%;
	font-size: 1.5rem;
	text-align:justify;
}
.container {
	width: 52vw;
	min-width: 800px;
	max-width: 1000px;
	margin: auto;
	position: relative;
}
a {
	font-weight: inherit;
	text-decoration: underline;
	color: inherit;
}
span {
	font-weight: inherit;
	text-decoration: inherit;
	color: inherit;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 80%;
}
.center {
	text-align: center;
}

/* ヘッダー */
#header {
	background: url("_img/headBG.gif") repeat;
}
#header .container{
	display: flex;
	align-items: center;
	justify-content: center;
}
#header h1 {
	width: calc(10.5%/1.5);
	margin-right: 3%;
	padding: 1.5% 0 2%;
}
#header .head_sns{
	width: 24.5%;
	margin-right: 3%;
}
#header ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
#header ul li {
	width: 18.77%;
}
#header ul li.share {
	width: 27.35%;
}
#header .head_post{
	width: calc(35.1%/2);
}
#header .head_post a{
	display: block;
	width: 100%;
	margin: auto;
}

/* 賞金総額 */
#prize {
	width: 73%;
	margin: 3% auto;
}
#prize p {
	position: relative;
	width: 100%;
	background: white;
	margin: 10px auto 5%;
	padding: 2% 5%;
	font-size: 1.5rem;
	color: red;
}
#prize p:before,
#prize p:after{
	width: calc(100% - 20px);
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	content: "";
}
#prize p:before{
	border-bottom: solid 10px #fff;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	bottom: 100%;
}

#prize p:after{
	border-top: solid 10px #fff;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	top: 100%;
}

/* 応募方法 */
#entry {
	position: relative;
	width: 73%;
	margin: 3% auto;
	font-size: 1.6rem;
}
#entry .entryStyle {
	margin: auto auto 5%;
}

#entry h5 {
	position: relative;
	z-index: 1000;
}
#entry p {
	margin-bottom: 1.5%;
}
#entry .copy_sample {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#entry .copy_sample p {
	width: 75%;
}
#entry .copy_sample img {
	width: 20%;
}
#entry .map {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#entry .map p {
	width: 65%;
}
#entry .map img {
	width: 30%;
}
#entry .entryDetail {
	position: relative;
	z-index: 999;
	padding: 5%;
	margin-top: -12px;
	color: white;
	background: #1e5799;
	background: linear-gradient(to bottom, #1e5799 0%,#3a7bd4 55%,#00d1ff 100%);
}
#entry .entryDetail:after{
	width: calc(100% - 20px);
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	content: "";
}
#entry .entryDetail:after{
	border-top: solid 10px #00d1ff;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	top: 100%;
}
#entry .entryDetail .postBtn {
	display: block;
	margin: auto;
}

/* 応募規約 */
#entry #rule {
	position: relative;
	margin: 8% auto 5%;
	padding: 4% 5%;
	background: white;
}
#entry #rule:before,
#entry #rule:after{
	width: calc(100% - 20px);
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	content: "";
}
#entry #rule:before{
	border-bottom: solid 10px #fff;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	bottom: 100%;
}

#entry #rule:after{
	border-top: solid 10px #fff;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	top: 100%;
}
#entry #rule h5 {
	font-size: 1.8rem;
	color: #333fb0;
	font-weight: bold;
	margin-bottom: 1.5%;
}

/* バナー */
#banner {
	width: 100%;
	margin: 5% auto;
}
#banner .bannerA,
#banner .bannerB {
	border-top: 1px solid white;
	padding: 3% 0 0;
}
#banner .bannerA ul,
#banner .bannerB ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	align-content: flex-start;
}
#banner .bannerA ul li,
#banner .bannerB ul li {
	width: 26%;
	margin-bottom: 3%;
}

/* フッター */
#footer {
	background: url("_img/headBG.gif") repeat;
}
#footer .container {
	padding-bottom: 150px;
}

#footer .foot_sns{
	width: 24.5%;
	padding: 3% 0;
	margin: auto;
}
#footer ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
#footer ul li {
	width: 18.77%;
}
#footer ul li.share {
	width: 27.35%;
}
#footer p {
	font-size: 1.8rem;
	color: white;
	text-align: center;
	margin: auto auto 2%;
}
#footer #copy {
	font-size: 1.5rem;
}

/* グローバルナビゲーション */
#Gnavi {
	display: none;
	margin: auto;
	position: fixed;
	z-index: 10000;
    bottom: 0;
    left: 0;
	right: 0;
	width: 100%;
	background: white;
}
#Gnavi .container div {
	padding: 3% 0;
	position: relative;
}
#Gnavi p {
	font-size: 2.6rem;
	color: #333fb0;
	text-align: center;
}
#Gnavi a {
	font-weight: bold;
	text-decoration: none;
}
#Gnavi p.naviBtnL,
#Gnavi p.naviBtnR {
	position: absolute;
	width: 16.4%;
	bottom: 3%;
}
#Gnavi p.naviBtnL {
	left: 0;
}
#Gnavi p.naviBtnR {
	right: 0;
}

/* PCのみ適用 */
@media only screen and (min-width: 64.063em){
	.none_pc {
	display: none;
	}
#contents {
	background:
		url("_img/BG_txtL.png") repeat-y top left,
		url("_img/BG_txtR.png") repeat-y top right,
		url("_img/BG_fukidashi.png") repeat-y,
		url("_img/BG_line.png") repeat fixed,
		linear-gradient(90deg, #00D2FF,#3A7BD5);
	background-size:
		calc(100vw / 5),
		calc(100vw / 5),
		100%,
		auto,
		auto;
}
a:hover {
	opacity: 0.8;
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	}
}
/* タブレット（iPad基準縦横両方）以下適用 */
@media only screen and (max-width: 64.000em){
	.none_pc {
	display: none;
	}
	.container {
	width: 96%;
	min-width: auto;
	}
#contents {
	background:
		url("_img/BG_txtL.png") repeat-y top left,
		url("_img/BG_txtR.png") repeat-y top right,
		url("_img/BG_fukidashi.png") repeat-y,
		url("_img/BG_line.png") repeat fixed,
		linear-gradient(90deg, #00D2FF,#3A7BD5);
	background-size:
		calc(100vw / 5),
		calc(100vw / 5),
		100%,
		auto,
		auto;
}
}
/* スマホ（iphone基準縦横両方）のみ適用 */
@media only screen and (max-width: 46.875em){
	.none_mobile {
	display: none;
	}
	.container {
	width: 100%;
	min-width: auto;
	}
#contents {
	width: 100%;
	font-size: 1.4rem;
	text-align:justify;
	background:
		url("_img/BG_fukidashi.png") repeat-y,
		url("_img/BG_line.png") repeat fixed,
		linear-gradient(90deg, #00D2FF,#3A7BD5);
	background-size:
		100%,
		10%,
		auto;
	background-blend-mode:
		normal,
		normal,
		normal;
}
/* ヘッダー */
#header {
	background-size: 5%;
}
#header .head_sns{
	width: 35%;
}
/* 賞金総額 */
#prize {
	width: 90%;
	margin: 3% auto;
}
#prize p {
	position: relative;
	margin-top: 5px;
}
#prize p:before,
#prize p:after{
	width: calc(100% - 10px);
}
#prize p:before{
	border-bottom: solid 5px #fff;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
}

#prize p:after{
	border-top: solid 5px #fff;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
}
/* 応募方法 */
#entry {
	width: 90%;
}
#entry .entryDetail:after{
	width: calc(100% - 10px);
}
#entry .entryDetail:after{
	border-top: solid 5px #00d1ff;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
}
#entry .copy_sample p {
	width: 65%;
}
#entry .copy_sample img {
	width: 32%;
}
#entry .map p {
	width: 65%;
}
#entry .map img {
	width: 32%;
}
/* 応募規約 */
#entry #rule:before,
#entry #rule:after{
	width: calc(100% - 10px);
}
#entry #rule:before{
	border-bottom: solid 5px #fff;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
}

#entry #rule:after{
	border-top: solid 5px #fff;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
}
/* フッター */
#footer {
	background-size: 5%;
}
#footer .container {
	padding-bottom: 100px;
}
#footer .foot_sns{
	width: 50%;
}
/* TXTサイズ */
#prize p {
	font-size: calc(96vw / 28);
}
#entry {
	font-size: calc(96vw / 28);
}
#footer p {
	font-size: calc(96vw / 24);
}
#footer #copy {
	font-size: calc(96vw / 28);
}
/* グローバルナビゲーション */
#Gnavi p {
	font-size: calc(96vw / 28);
}
}