@charset "UTF-8";
@import url(destyle.css);
/* CSS Document */
body.open{
	overflow: hidden;	
}
/*-----------------------------------------------
	BASE
-----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
    font-size: .625vw;
}
html,body{
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
	background-color:#000;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	height: 100%;
}

dt{
	font-weight: normal;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.mb5{
	margin-bottom: 5em;
}
.mb10{
	margin-bottom: 10em;
}
a img:hover{
	opacity: .8;
}
/*-----------------------------------------------
	LAYOUT
-----------------------------------------------*/

#wrapper{
	margin: 0 auto;
	text-align: left;
	background-color:#000;
	color: #fff;
	height: 100%;
	min-height: 100%;
	position:relative;
	overflow:hidden;
	padding-top:0 !important;
	font-size: 14px;
}
body > #wrapper {
	height: auto;
}

.f-en{
	font-family: "Barlow", sans-serif;
	font-style: normal;
}
.contentsMaxArea{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
.contentsArea{
	max-width: 1280px;
	width: 94%;
	margin: 0 auto;
}
/*-----------------------------------------------
	img
-----------------------------------------------*/
p.im img{
	width: 100%;
	height: auto;
	max-width: 100%;
}



/*-----------------------------------------------
	FOOTER
-----------------------------------------------*/
.footer{
	padding: 7em 0 1em;
	background-color: #fff;
	color: #222;
}

.footer p.copy{
	text-align: center;
	color: #9a9a9a;
	font-size: 13px;
	border-top: 1px solid #9a9a9a;
	padding-top: 2em;
}
.footer ul.sns{
	text-align: center;
}
.footer ul.sns li{
	display: inline-block;
	width: 50px;
	vertical-align: middle;
	margin: 0 1.5em;
}
.footer ul.reds-logo{
	display: flex;
	width: 350px;
	margin: 0 auto;
	padding: 5em 0 5em;
}
.footer ul.reds-logo li{
	width: 50%;
	text-align: center;
}
.footer ul.reds-logo li img{
	height: auto;
	width: 70%;
}
.footer ul.reds-logo li:last-child{
	border-left: 1px solid #666;
}
/*-----------------------------------------------
	ローディング
-----------------------------------------------*/

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background:#000;
  z-index:1005;
}
.loaderArea {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index:1006;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.loader {
  margin:0px auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(131,131,131, 0.2);
  border-right: 0.5em solid rgba(131,131,131, 0.2);
  border-bottom: 0.5em solid rgba(131,131,131, 0.2);
  border-left: 0.5em solid #a9a9a9;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
