@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	vertical-align: top;
}

@font-face {
	font-weight: 100;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 200;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 300;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 400;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: bold;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
}

body {
	color: #333;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.8;

	-ms-hyphens: auto;
	-webkit-text-size-adjust: 100%;
}

_:lang(x)::-ms-backdrop, body {
	font-family: Helvetica, Arial,"????", "Meiryo",Osaka,sans-serif;
}

/* --------
  汎用クラス
-------- */

.clr:after, .cols:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* --------
  デフォルト
-------- */

html {
	min-height: 700px;
	height: 100%;
	font-size: 62.5%;
}

body {
	min-width: 1080px;
	height: 100%;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
}

img {
	max-width: 100%;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

/* --------
  共通レイアウト
-------- */

.inner {
	margin: 0 auto;
	max-width: 800px;
}

.container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	overflow: hidden;
	min-width: 320px;
	height: 100%;
	background: url(../img/bg.jpg) 50% 50% no-repeat;
	background-size: cover;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

header {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: start;

	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

header:before {
	position: absolute;
	top: -190px;
	right: -30px;
	z-index: 0;
	display: block;
	width: 386px;
	height: 386px;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #0b2a41), to(rgba(226, 203, 137, .5)));
	background: -webkit-linear-gradient(top, #0b2a41 70%, rgba(226, 203, 137, .5) 100%);
	background: -o-linear-gradient(top, #0b2a41 70%, rgba(226, 203, 137, .5) 100%);
	background: linear-gradient(to bottom, #0b2a41 70%, rgba(226, 203, 137, .5) 100%);
	background-color: #00131b;
	content: "";

	mix-blend-mode: multiply;
}

header .asahi {
	padding: 10px 0 0 8px;
}

header .asahi img {
	width: 100px;
}

header .info {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	color: #fff;
}

header .info p {
	margin-bottom: 18px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}

header .info p strong {
	font-size: 16px;
	font-size: 1.6rem;
}

header .info .prize-ttl img {
	width: 306px;
}

header .info .prize-img {
	margin-left: -14px;
}

header .info .prize-img img {
	width: 276px;
}

.title {
	position: relative;
	padding: 0 20px;
	text-align: center;
}

.title .bg {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 0;
	margin-left: -700px;
}

.title h1 {
	position: relative;
	z-index: 2;
	margin-bottom: 32px;
}

.title h1 small {
	display: block;
	margin-bottom: 60px;
}

.title h1 small img {
	width: 510px;
}

.title h1 strong {
	display: block;
}

.title h1 strong img {
	width: 663px;
}

.title h2 {
	position: relative;
	margin-bottom: 46px;
}

.title .term {
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.title .term strong {
	color: #d92d41;
}

.title .btns {
	text-align: center;
}

.title .btns a {
	display: inline-block;
	padding: 20px;
	width: 440px;
	border-radius: 60px;
	background-color: #d92d41;
	line-height: 1;
}

.title .btns a img {
	width: 222px;
}

.logo {
	margin: 20px 0 0;
	text-align: center;
}

.logo img {
	width: 237px;
}

footer {
	padding: 20px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}

.edge header:before, .ie header:before {
	opacity: .88;
}

@media all and (max-height: 800px) and (min-width: 758px) {
	.title h1 small {
		margin-bottom: 32px;
	}

	.title h1 small img {
		width: 400px;
	}

	.title h1 strong img {
		width: 500px;
	}

	.title h2 {
		margin-bottom: 30px;
	}

	.title h2 img {
		width: 800px;
	}
}

@media all and (min-width: 759px) {
	.forsp {
		display: none;
	}

	a:hover {
		opacity: .7;
	}
}

@media all and (max-width: 758px) {
	.forpc {
		display: none;
	}

	html {
		min-height: 0%;
	}

	body {
		min-width: 0;
		min-height: 100vh;
		height: auto;
	}

	.inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.container {
		min-height: 100vh;
		background: url(../img/bg_sp.jpg) 50% 50% no-repeat;
		background-size: cover;
	}

	header:before {
		top: -146px;
		right: -50px;
		width: 272px;
		height: 272px;
	}

	header .asahi {
		padding: 9px 0 0 7px;
	}

	header .asahi img {
		width: 90px;
	}

	header .info {
		position: relative;
		padding-bottom: 0;
		padding-left: 0;
	}

	header .info p {
		margin-bottom: 10px;
		text-align: right;
		font-size: 1rem;
	}

	header .info p strong {
		font-size: 1.3rem;
	}

	header .info .prize-ttl {
		padding-left: 15px;
		text-align: center;
	}

	header .info .prize-ttl img {
		width: 142px;
	}

	header .info .prize-img {
		margin-left: 0;
		padding-left: 15px;
		text-align: center;
	}

	header .info .prize-img img {
		width: 134px;
	}

	.title .bg {
		display: none;
	}

	.title h1 small {
		margin-bottom: 20px;
	}

	.title h1 small img {
		width: 255px;
	}

	.title h1 strong img {
		width: 300px;
	}

	.title h2 {
		margin-bottom: 28px;
	}

	.title .term {
		margin-bottom: 26px;
		font-size: 1.3rem;

		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}

	.title .term strong {
		margin-right: 4px;
	}

	.title .btns a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 100%;
		line-height: 1;
	}

	.title .btns a img {
		width: 175px;
	}

	.logo {
		margin: 30px 0 20px;
	}

	.logo img {
		width: 125px;
	}

	footer {
		padding: 0 10px 20px;
		font-size: 1rem;
	}
}
