@charset "UTF-8";
/* =======================================
	CommonElements
======================================= */
html {
	font-size : 72.5%;
	}
body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
	background-color:#02020a;
	text-align:center;
	/*font-size: 11px;*/
	height:100%;
	color: #fff;
}
a{ text-decoration: none; }
a:link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	}
a:link		{ color: #90C; }
a:visited	{ color: #90C; }
a:hover		{ color: #fff; }
a:active	{ color: #90C; }
h1 { font-weight:bold; }

/* =======================================
	pc
======================================= */
.smart_phone {
	display:none;
	}
#start_title {
	display:block;
	margin:0 auto;
	max-width:450px;
	padding-top:5%;
	position:relative;
	}
#start_enter {
	max-width:450px;
	padding:1em 0;
	margin:0 auto;
	opacity:1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position:absolute;
	left:45%;
	bottom:9.5%;
}
#start_enter:hover {
	cursor:pointer; 
	opacity:0.5;
	}
#name {
	display:block;
	margin:0 auto;
	max-width:450px;
	}
/*pc credit*/
.flrex {
	height: 100%;
	display:flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.flrex_content {
	display:flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
}
.flrex_content div {
	text-align: left;
	color: #fff;
	padding:0 30px;
	border-right: 1px solid rgba(255,255,255,0.4);
}
.flrex_content div:last-child {
	border-right: none;
}	
.close_button a:link	{ color: #fff; }
.close_button a:visited	{ color: #fff; }
.close_button a:hover	{ color: #90C; }
.close_button a:active	{ color: #fff; }


/* =======================================
	smart_phone
======================================= */
@media screen and (max-width: 1024px) {
.smart_phone { display:block; }
.pc_side,
.quality{
	display:none !important
	}
/* fig --------------------------------*/
.fig {
	padding:0 0 4em;
	}
.credit_none {
	padding:0 0 10em;
	}
.fig_top {
	padding:0;
	}	
.fig img {
	width:95%;
	display:block;
	margin: 0 auto;
	}
.fig .credit .contents {
	width:95%;
	margin: 0 auto;
	line-height:200%;
	padding:0;
	font-size: 0.9em;
	display: none;
	}
.fig .credit a {
	font-size: 11px;
	margin: 1.5em auto 2.5em;
	width:10em;
	display: block;
	color: #fff;
	padding: 0.425em 1.5em 0.35em 0;
	border: #222 1px solid;
	line-height: 1;
	background-color:#02020a; 
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	cursor: pointer;
	}
.fig .credit a:hover {
	background-color:#222; 
	}
.triangle {
  position: relative;
}
.triangle:after {
      position: absolute;
    top: 0.77em;
    right: 4em;
    content: "";
    width: 0.65em;
    height: 0.65em;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: translate(32px, -5px) rotate(135deg);
      -ms-transform: translate(32px, -5px) rotate(135deg);
          transform: translate(32px, -5px) rotate(135deg);
  transition: border-color .3s ease, -webkit-transform .6s ease;
  transition: border-color .3s ease, transform .6s ease;
}
.triangle.is-active:after {
  -webkit-transform: translate(32px, -2px) rotate(-45deg);
      -ms-transform: translate(32px, -2px) rotate(-45deg);
          transform: translate(32px, -2px) rotate(-45deg);
}	
/*top*/	
.fig_top {
	max-width: 700px;
	margin: 0 auto;
  background-image: url("../img/sp/00.gif");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}	
@media screen and (min-width: 641px){
.fig_top {
    background-image: url("../img/sp/01.jpg");
  }
}
/*copyright*/
#copyright {
	font-family:"Arial", Gadget, sans-serif;
	padding:3em 0 3em;
	letter-spacing:1px;
	}
#copyright span {
	font-size:1.25em;
	}	
/*top*/	
#footer_top {
	position:fixed;
	z-index:100;
	right: 2em; 
	top:  2em;
	}
#footer_top a {
	font-size: 1em;
	text-align:center;
	width:5em;
	padding: 0.4em 0 0.35em;
	border:1px solid rgba(255,255,255,0.2);
	line-height: 1;
	display: inline-block;
	color:#fff;
	background-color:rgba(0,0,0,0.2);
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	}
#footer_top a:hover {
	color:#fff;
	border:1px solid rgba(255,255,255,0.5);
	background-color:rgba(0,0,0,0.5);
	}
}