@charset "utf-8";

/*

http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)

*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* 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-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* COMMON */

body {
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'GeneralSans-Variable', 'Noto Sans JP', sans-serif;
  font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	background-color: #000000;
}

a { color: #00EF77; text-decoration: none; }
a:hover { color: #FF5A4B; text-decoration: none; }

img {
	width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {

}

b { font-weight: 600; }

input,
select,
textarea {

}

ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.fl { float: left; }
.fr { float: right; }

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.fadeinup {
  opacity: 0;
  transform: translate(0px, 30px);
}

.fadeindown {
  opacity: 0;
  transform: translate(0px, -30px);
}

.fadeinleft {
  opacity: 0;
  transform: translate(-30px, 0);
}

.fadeinright {
  opacity: 0;
  transform: translate(30px, 0);
}

.is-active .fadeinup,
.is-active .fadeindown,
.is-active .fadeinleft,
.is-active .fadeinright {
	opacity: 1;
	transform: translate(0px, 0px);
	transition: opacity 0.6s linear, transform 0.8s cubic-bezier(.1,1,.5,1);
}

.is-active .delay2000ms { transition-delay: 2s; }
.is-active .delay1800ms { transition-delay: 1.8s; }
.is-active .delay1600ms { transition-delay: 1.6s; }
.is-active .delay1400ms { transition-delay: 1.4s; }
.is-active .delay1200ms { transition-delay: 1.2s; }
.is-active .delay1000ms { transition-delay: 1s; }
.is-active .delay800ms { transition-delay: 0.8s; }
.is-active .delay600ms { transition-delay: 0.6s; }
.is-active .delay400ms { transition-delay: 0.4s; }
.is-active .delay200ms { transition-delay: 0.2s; }

.header-inner,
.article-inner,
.footer-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #0F0F14;
}

#loader .loader,
#loader .loader:after {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

#loader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
 	font-size: 10px;
 	position: relative;
 	text-indent: -9999em;
 	border-top: 0.1em solid rgba(255, 255, 255, 0.2);
 	border-right: 0.1em solid rgba(255, 255, 255, 0.2);
 	border-bottom: 0.1em solid rgba(255, 255, 255, 0.2);
 	border-left: 0.1em solid #ffffff;
 	-webkit-transform: translateZ(0);
 	-ms-transform: translateZ(0);
 	transform: translateZ(0);
 	-webkit-animation: load 1.1s infinite linear;
 	animation: load 1.1s infinite linear;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.show-pc { display: inline-block; }
.show-sp { display: none; }

.youtube {
  position: relative;
  width: 100%;
	margin: 15px 0 0 0;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* HEADER, NAV, FOOTER */

.header-inner,
.footer-inner {
	position: relative;
	max-width: 1366px;
	margin: 0 auto;
}

.header-inner {
	padding: 0 0 90px 0;
	text-align: center;
}

.header-inner h1 {
	padding: 120px 0 60px 0;
	color: #5000FF;
	font-size: 30px;
	font-weight: 900;
}

.header-inner p {
	font-weight: 600;
}

footer {
	padding: 60px 0 30px 0;
	color: #FFFFFF;
	text-align: center;
}

.share ul {
	padding: 0 0 45px 0;
	text-align: center;
}

.share ul li {
	display: inline-block;
	padding: 0 10px;
}

.share ul li a img {
	width: 60px;
	height: 60px;
	transition: transform 0.3s cubic-bezier(.1,1,.5,1);
}

.share ul li a img:hover {
	transform: scale(0.9);
}

/* MAIN */

.result {
	color: #000000;
	background: #EBFF00;
}

.result .article-inner {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 75px 0;
}

.result h1 {
	padding: 90px 0 60px 0;
	color: #5000FF;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
}

.result .fl,
.result .fr {
	width: 50%;
	padding: 30px;
	text-align: center;
}

.result p {
	padding: 0 0 45px 0;
	text-align: center;
}

.result .jacket { margin: 0 0 30px 0; border: 5px solid #000000; }

.result .jacket:hover { border: 5px solid #eeeeee; }

.result .thumb {
	display: block;
	width: 33.33%;
	margin: 0 auto 24px;
	border: 5px solid #000000;
	border-radius: 50%;
}

.result span {
	display: inline-block;
}

.result span.title { font-weight: 600; }

.result span.green,
.result span.red {
	margin: 10px 0 0 0;
	padding: 5px 15px;
	color: #000000;
	border-radius: 5px;
}

.result span.green {
	background-color: #00EF77;
}

.result span.red {
	background-color: #C80000;
}

.result a { color: #000000; text-decoration: underline; }
.result a:hover { text-decoration: none; }

.information {
	color: #000000;
	background: #D9D9D9;
}

.information h2 {
	display: inline-block;
	margin: 90px 0 30px 0;
	color: #5000FF;
	font-size: 24px;
	font-weight: 900;
}

.information h3 {
	display: inline-block;
	font-size: 27px;
	font-weight: 800;
}

.information .article-inner {
	width: 980px;
	margin: 0 auto;
}

.line {
	margin: 90px 0 0 0;
	background: url(../images/line.svg) no-repeat center center;
}

.line h2,
.line h3 {
	margin: 0 !important;
	background: #D9D9D9;
}

.set_3 .fl {
	width: 75%;
	height: 90px;
	background: url(../images/arrow.svg) no-repeat center center;
	background-size: 100%;
}

.set_3 .fr {
	width: 25%;
}

.set_3 .fr span.end {
	display: inline-block;
	width: 100%;
	height: 90px;
	color: #D9D9D9;
	font-size: 21px;
	font-weight: 800;
	line-height: 90px;
	background: #808080;
	text-align: center;
}

.set_3 .fr a:hover { background: #000000; }

.set_3 p {
	padding: 45px 0 30px 0;
	font-size: 15px;
}

.set_3 ul {
	padding: 0 0 90px 0;
	font-size: 15px;
}

.about .article-inner {
	width: 980px;
	margin: 0 auto;
}

.about {
	padding: 0 0 90px 0;
	font-size: 15px;
	border-bottom: 1px solid #3C3C46;
}

.about h2 {
	display: inline-block;
	margin: 90px 0 30px 0;
	color: #EBFF00;
	font-size: 24px;
	font-weight: 900;
}

.set_6 a {
	display: inline-block;
	width: 25%;
	height: 60px;
	margin: 30px 0;
	color: #000000;
	font-size: 18px;
	font-weight: 800;
	line-height: 60px;
	background: #EBFF00;
	text-align: center;
}

.set_6 a:hover {
	color: #000000;
	background: #FFFFFF;
}

/* MEDIA QUERIES */

@media screen and (max-width:980px) {

	.show-pc { display: none; }
	.show-sp { display: block; }

	/* HEADER, NAV, FOOTER */

	body { font-size: 13.5px; }

	.header-inner {
		padding: 0 0 45px 0;
		text-align: center;
	}

	.header-inner h1 {
		padding: 30px 15px 30px 15px;
		font-size: 33px;
	}

	.header-inner p {
		padding: 0 15px;
		font-weight: 600;
	}

	/* MAIN */

	ul {
		padding: 0 30px;
	}

	.result .article-inner {
		width: 100%;
		padding: 0 0 30px 0;
	}

	.result h1 { padding: 60px 0; }

	.result p { padding: 0 15px; }

	.result p br { display: none; }

	.result .fl,
	.result .fr { padding: 30px 20px; }

	.information {
		color: #000000;
		background: #D9D9D9;
	}

	.information h2 {
		width: 100%;
		margin: 0;
		padding: 45px 0 15px 0;
		font-size: 24px;
		font-weight: 900;
		text-align: center;
	}

	.information h3 {
		width: 100%;
		font-size: 24px;
		text-align: center;
	}

	.information .article-inner {
		width: 100%;
	}

	.line {
		margin: 0;
		background: none;
	}

	.line h2,
	.line h3 {
		margin: 0 !important;
		background: #D9D9D9;
	}

	.set_3 .fl {
		display: none;
	}

	.set_3 .fr {
		width: 100%;
	}

	.set_3 .fr a {
		display: inline-block;
		width: 100%;
		height: 90px;
		margin: 0 0 20px 0;
		font-size: 18px;
		font-weight: 800;
		line-height: 90px;
		background: #5000FF;
		text-align: center;
	}

	.set_3 .fr a:hover { background: #000000; }

	.set_3 p {
		padding: 15px 0 30px 0;
		font-size: 12px;
		text-align: center;
	}

	.set_3 ul {
		padding: 0 30px 60px 30px;
		font-size: 12px;
	}

	.about .article-inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 30px;
	}

	.about {
		padding: 0 0 30px 0;
		font-size: 15px;
		border-bottom: 1px solid #3C3C46;
	}

	.about h2 {
		display: inline-block;
		width: 100%;
		margin: 60px 0 30px 0;
		color: #EBFF00;
		font-size: 24px;
		font-weight: 900;
		text-align: center;
	}

	.about ul {
		padding: 0;
	}

	.set_5 { text-align: center; }

	.set_6 a {
		display: block;
		width: 66.6%;
		height: 60px;
		margin: 30px auto;
		color: #000000;
		font-size: 18px;
		font-weight: 800;
		line-height: 60px;
		background: #EBFF00;
		text-align: center;
	}

	.set_6 a:hover {
		color: #000000;
		background: #FFFFFF;
	}

}

#container { opacity: 100; }
