@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500|Noto+Sans+JP:400,500,700|Noto+Serif+JP:500,700&display=swap");

/* Tools */

/* 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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	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;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #333333;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
	font-size: inherit;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Layout */

.l-body {
	width: 100%;
	position: relative;
	overflow-x: hidden;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 0 4%;
}

.l-footer {
	background: rgba(39, 39, 39, 0.9);
	color: #FFFFFF;
}

.l-footer__main {
	border-bottom: 1px solid #151515;
	padding: 20px 4%;
}

.l-footer__sub {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	padding: 20px 4%;
}

.l-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 600px;
}

/* Module */

.header-logo {
	width: 110px;
	position: relative;
	z-index: 5000;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.sp-menu-btn {
	width: calc(30px + 8vw);
	height: 60px;
	position: relative;
	display: block;
	z-index: 6000;
}

.sp-menu-btn span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	width: 30px;
	height: 3px;
	background-color: #333333;
	position: absolute;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	left: 50%;
	top: 50%;
}

.l-header--home .sp-menu-btn span {
	background: #FFFFFF;
}

.l-header--home.is-scroll .sp-menu-btn span {
	background: #333333;
}

.sp-menu-btn span:nth-child(1) {
	-webkit-transform: translate(-50%, -9px);
	-ms-transform: translate(-50%, -9px);
	transform: translate(-50%, -9px);
}

.sp-menu-btn span:nth-child(2) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sp-menu-btn span:nth-child(3) {
	-webkit-transform: translate(-50%, 7px);
	-ms-transform: translate(-50%, 7px);
	transform: translate(-50%, 7px);
}

.sp-menu-btn.is-opend span {
	left: 28%;
}

.sp-menu-btn.is-opend span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-menu-btn.is-opend span:nth-child(2) {
	opacity: 0;
}

.sp-menu-btn.is-opend span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.globalnavi {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0 4%;
}

.globalnavi__item {
	border-bottom: 1px solid #c9caca;
}

.globalnavi__item:first-child {
	border-top: 1px solid #c9caca;
}

.globalnavi__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px;
	height: 52px;
}

.footer-logo {
	width: 150px;
	margin: 0 auto 25px;
}

.footer-logo img {
	display: block;
}

.footer-navi {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.footer-navi__item {
	width: 50%;
	margin-bottom: 10px;
}

.footer-navi__item:nth-child(odd) {
	border-right: 1px solid #c9caca;
}

.footer-navi__item a {
	display: block;
	padding: 3px 0;
}

.footer-sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.footer-sns__text {
	font-family: "EB Garamond", serif;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-right: 24px;
}

.footer-sns__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-sns__item {
	margin-right: 22px;
}

.footer-copyright {
	font-family: "EB Garamond", serif;
	font-size: 1.0rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.heading-1 {
	text-align: center;
	margin-bottom: 30px;
}

.heading-1__en {
	display: block;
	font-family: "EB Garamond", serif;
	font-size: 3.0rem;
	letter-spacing: 0.1em;
}

.heading-1__jp {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-top: 12px;
}

.heading-2 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}

.heading-2:after {
	content: "";
	width: 60px;
	height: 2px;
	background: #ae9210;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

.heading-2__en {
	font-family: "EB Garamond", serif;
	font-size: 3.3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.heading-2__jp {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-left: 1em;
	margin-bottom: 18px;
	display: inline-block;
	vertical-align: middle;
}

.heading-3 {
	text-align: center;
	margin-bottom: 24px;
	padding-bottom: 26px;
	position: relative;
}

.heading-3:before,
.heading-3:after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000000;
}

.heading-3:before {
	bottom: 3px;
	height: 3px;
}

.heading-3:after {
	height: 1px;
	bottom: 0;
}

.heading-3--line-none {
	padding-bottom: 0;
}

.heading-3--line-none:before,
.heading-3--line-none:after {
	content: none;
}

.heading-3__en {
	display: block;
	font-family: "EB Garamond", serif;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.heading-3__jp {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 5px;
}

.heading-4 {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.heading-4__en {
	display: block;
	font-family: "EB Garamond", serif;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
}

.heading-4__jp {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-left: 15px;
}

.heading-5 {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 28px;
}

.heading-5__en {
	display: block;
	font-family: "EB Garamond", serif;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}

.heading-5__jp {
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	margin-left: 8px;
}

.firstview {
	position: relative;
	width: 100%;
	color: #FFFFFF;
	height: 100vw;
}

.firstview__image {
	background-color: #160f0d;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.firstview__image:before,
.firstview__image:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.firstview__image:before {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.4;
	z-index: 1;
}

.firstview__image:after {
	background: rgba(0, 0, 0, 0.4);
	z-index: 3;
}

.firstview__image img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	width: 100%;
	height: 100%;
}

.firstview__main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.firstview__logo {
	width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(233, 233, 233, 0.2);
}

.firstview__logo img {
	display: block;
}

.firstview__copyright {
	font-family: "EB Garamond", serif;
	font-size: 1.0rem;
	letter-spacing: 0.1em;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: rotate(90deg) translateX(-50%);
	-ms-transform: rotate(90deg) translateX(-50%);
	transform: rotate(90deg) translateX(-50%);
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.firstview__scroll {
	display: none;
}

.lead {
	padding: 30px 0 50px;
	position: relative;
}

.lead__main {
	margin-bottom: 20px;
}

.lead__map {
	position: relative;
}

.lead__map img {
	margin: 0 0 20px auto;
}

.lead__heading {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 2.1rem;
	line-height: 1.71875;
	margin-bottom: 20px;
}

.lead__text {
	line-height: 2;
	margin-bottom: 20px;
}

.intro {
	margin-bottom: 50px;
}

.intro__image {
	margin-bottom: 20px;
}

.intro__image img {
	display: block;
}

.intro__text {
	font-size: 1.5rem;
	letter-spacing: 0.075em;
	line-height: 2;
	margin-bottom: 20px;
}

.intro__list {
	font-size: 1.5rem;
	letter-spacing: 0.075em;
	line-height: 2;
	margin-bottom: 20px;
	text-indent: -1em;
	padding-left: 1em;
}

.intro__list li:not(:last-child) {
	margin-bottom: 15px;
}

.access {
	margin-bottom: 30px;
}

.access__head {
	position: relative;
	height: 150px;
	color: #FFFFFF;
	background: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.access__head img {
	opacity: 0.4;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.access__main {
	padding: 24px 0 30px;
}

.access__heading {
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
	line-height: 1.5;
}

.access__detail {
	line-height: 1.9;
}

.access__label {
	padding: 3px 0;
	width: 5.3em;
	text-align: left;
}

.access__text {
	padding: 3px 0;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.access__map {
	position: relative;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.access__map__inner {
	height: 300px;
}

.access__map__inner iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.button {
	height: 60px;
	border: 1px solid #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
}

@media screen and (min-width: 768px) {

.l-header { /* pc */
	padding: 0 40px;
}

.l-footer__main { /* pc */
	padding: 85px 40px 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-footer__sub { /* pc */
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 28px 40px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-wrapper { /* pc */
	max-width: 1100px;
}

.header-logo { /* pc */
	width: 164px;
}

.sp-menu-btn { /* pc */
	display: none;
}

.globalnavi { /* pc */
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.globalnavi__item:first-child { /* pc */
	border-top: none;
}

.globalnavi__item { /* pc */
	border-bottom: none;
}

.globalnavi__item a { /* pc */
	height: 90px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.globalnavi__item a:hover {
	color: #ae9210;
}

.globalnavi__item { /* pc */
}

.globalnavi__item:last-child a {
	padding-right: 0;
}

.footer-logo { /* pc */
	width: 180px;
	margin: 0;
}

.footer-navi { /* pc */
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer-navi__item:nth-child(odd) { /* pc */
	border-right: none;
}

.footer-navi__item { /* pc */
	width: auto;
	margin-bottom: 0;
	margin-left: 41px;
}

.footer-navi__item a { /* pc */
	padding: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer-navi__item a:hover {
	color: #ae9210;
}

.footer-sns { /* pc */
	margin-bottom: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer-copyright { /* pc */
	text-align: right;
	font-size: 1.2rem;
}

.heading-1 { /* pc */
	margin-bottom: 40px;
}

.heading-1__en { /* pc */
	font-size: 4.5rem;
}

.heading-1__jp { /* pc */
	font-size: 1.6rem;
}

.heading-2 { /* pc */
	margin-bottom: 30px;
	padding-bottom: 28px;
}

.heading-2__en { /* pc */
	font-size: 4.5rem;
}

.heading-2__jp { /* pc */
	font-size: 1.6rem;
}

.heading-3 { /* pc */
	margin-bottom: 50px;
	padding-bottom: 46px;
}

.heading-3--line-none { /* pc */
	margin-bottom: 0;
}

.heading-3__en { /* pc */
	font-size: 4.0rem;
}

.heading-3__jp { /* pc */
	margin-top: 14px;
	font-size: 1.6rem;
}

.heading-4__en { /* pc */
	font-size: 4.0rem;
}

.heading-4__jp { /* pc */
	font-size: 1.6rem;
	margin-left: 26px;
}

.heading-5 { /* pc */
	margin-bottom: 38px;
}

.heading-5__en { /* pc */
	font-size: 3.0rem;
}

.heading-5__jp { /* pc */
	margin-left: 12px;
	font-size: 1.6rem;
}

.firstview { /* pc */
	height: calc(100vh - 90px);
	min-height: 570px;
}

.firstview__image { /* pc */
}

.firstview__logo { /* pc */
	width: 400px;
}

.firstview__copyright { /* pc */
	font-size: 1.2rem;
	left: 40px;
}

.firstview__scroll { /* pc */
	display: block;
	font-family: "EB Garamond", serif;
	font-size: 1.2rem;
	letter-spacing: 0.01em;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-bottom: 104px;
}

.firstview__scroll:before {
	position: absolute;
	bottom: 95px;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	content: "";
	display: block;
	width: 1px;
	height: 95px;
	background: #FFFFFF;
	-webkit-animation: scrollBtn 1.2s ease-out infinite;
	animation: scrollBtn 1.2s ease-out infinite;
}

.lead { /* pc */
	padding: 120px 0 136px;
}

.lead__wrapper { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.lead__main { /* pc */
	margin-top: -15px;
	width: 50%;
	padding-left: 4%;
	margin-bottom: 0;
}

.lead__map { /* pc */
	padding-right: 14px;
	width: 60%;
	margin-left: -10%;
}

.lead__map img { /* pc */
	margin-bottom: 0;
}

.lead__heading { /* pc */
	font-size: 3.2rem;
	margin-bottom: 34px;
}

.lead__text { /* pc */
	font-size: 1.5rem;
	margin-bottom: 34px;
}

.intro { /* pc */
	margin-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.intro:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.intro:nth-child(odd) .intro__image img {
	margin: 0 -24% 0 0;
}

.intro--wide { /* pc */
	display: block;
}

.intro__image { /* pc */
	width: 59%;
	margin-bottom: 0px;
}

.intro__image img { /* pc */
	width: 124%;
	max-width: 124%;
	margin-left: -24%;
}

.intro__image--lg { /* pc */
	width: 100%;
	margin-bottom: 73px;
}

.intro__image--lg img {
	width: 100vw;
	max-width: 100vw;
	margin: 0;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.intro__main { /* pc */
	width: 33.5%;
}

.intro__main--lg { /* pc */
	width: 100%;
}

.intro__text { /* pc */
	margin-bottom: 50px;
}

.intro__list { /* pc */
	margin-bottom: 50px;
}

.access { /* pc */
	margin-bottom: 90px;
}

.access__head { /* pc */
	padding-top: 20px;
	height: 300px;
}

.access__body { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.access__main { /* pc */
	width: 50%;
	padding: 100px 0 40px;
}

.access__heading { /* pc */
	font-size: 2.4rem;
	margin-bottom: 30px;
}

.access__detail { /* pc */
	font-size: 1.6rem;
}

.access__map { /* pc */
	width: calc(50% - 50px);
	-webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
}

.access__map__inner { /* pc */
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% + 150px);
}

.button { /* pc */
	width: 220px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.button:hover {
	color: #FFFFFF;
	background: #333333;
}

}

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

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.l-navi { /* sp */
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4000;
	background: #FFFFFF;
	padding: 65px 0 30px;
}

}

@-webkit-keyframes scrollBtn {

0% {
	height: 0;
}

100% {
	height: 95px;
}

}

@keyframes scrollBtn {

0% {
	height: 0;
}

100% {
	height: 95px;
}

}

