@charset "UTF-8";

body {
	font-family: 'Hind Vadodara', sans-serif;
  font-weight: 300;
	font-size: 62.5%;
	line-height: 1.0;
	-webkit-text-size-adjust: 100%;
	color: #1e1e1e;
  background: #d7e3e9;
  overflow: hidden;
}
::selection {
	background: #d7d7d7;
}
::-moz-selection {
	background: #d7d7d7;
}
p {
	max-height: 999999px;
}
li {
	max-height: 999999px;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	text-decoration: none;
}
input::placeholder,
textarea::placeholder {
	color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}
.ul {
	letter-spacing: -.4em;
}
.ul li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
  box-sizing: border-box;
}
.inviewfadeIn {
	opacity: 0;
  -webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.fadeIn {
	opacity: 1.0;
}
.link a {
  position: relative;
  text-decoration: none;
}
.link a::before {
  position: relative;
  text-decoration: none;
}
.link a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.link a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}
.none {
	display: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

.top {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-main {
  position: absolute;
  width: 50%;
	top: 50%;
  left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
}
.logo-rens {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
.start {
  font-size: 2.0em;
	font-weight: 300 !important;
	letter-spacing: 0.05em;
  text-align: center;
  padding: 40px 0 0 0;
}
.start a {
  color: #000;
	font-weight: 300 !important;
}
.logo-nomura {
	width: 200px;
	height: auto;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin: 0 0 0 -100px;
}
.instagram {
	width: 26px;
	margin: 30px auto 0 auto;
}

@media screen and (max-width:700px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.start {
		font-size: 1.8em;
	}
	.logo-nomura {
		width: 150px;
		margin: 0 0 0 -75px;
	}
}
