

/* ↓リセット
-----------------------------*/
/* 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;
}

/* ↓ローディング
-----------------------------*/
#logo-animation__loader{
	position: relative;
	width: 100%;
}

.spinner {
	width: 40px;
	height: 40px;
	background-color: #ec7492;
	border-radius: 100%;  
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}



/* ↓基本
-----------------------------*/
body{
	background-color:#000;
}

#player{
 	position: absolute; 
 	top:0; 
 	width: 100%; 
 	height: 100%; 
 	z-index: 3;
 	background-color: #000;
}

.background-start{
	position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 4;
}

.start-button{
 	position: absolute; 
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    margin: auto;
	position: absolute;
	z-index: 5;
	width: 90%;

}

.start-button:hover{
	opacity:0.8;

}

.btn-gradation {
    top: 70.0%;
    left: 0;
    right: 0;
    margin: auto;
	position: absolute; 
	display: inline-block;
	width: 50%;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 24px;
	border-radius: 4px;
	background-image: linear-gradient(-90deg, #FF006E, #FFD500);
	transition: .5s;
	background-size: 200%;
	z-index: 3;
}

.btn-gradation:hover {
	background-position: right center;
}

.container{
	position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 600px;
    height: 800px;
    
}

#fade-layer{
	position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 600px;
    height: 800px;
	background-color: #fff;
	z-index: 6;
}

.background{
	position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 2;
}

.img_cover{
	position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
 	width: 95%;
 	height: 0;
	z-index:4;
	/*overflow: hidden;*/
}

.kiran{
	position: absolute;
    left: -500px;
    z-index: 7;
    height: 500px;
}

.result-img{
 	position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
 	width: 85%; 
 	height: auto; 
 	z-index: 3;
}

.result-button{
 	position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
 	width: 60%;
 	height: auto;
 	z-index: 3;
}

.next_thursday{
 	position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
 	width: 25%;
 	height: auto;
 	z-index: 4;
}

/* ↓スマホ
-----------------------------*/

@media screen and (max-width: 640px) {

.result-img{

}
	
	
}