@charset "UTF-8";
/* CSS Document */

html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}
body{
	color: #474447;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif, 'Libre Baskerville', serif, 'Alex Brush', cursive;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #474447;
	text-decoration: none;
}

/*---------------------
*lording
---------------------*/
#loading{
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;
}
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
}
.path {
    fill: none;
    stroke: #879a86; /*線の色を指定する*/
    stroke-dasharray: 2000;/*線の間隔を指定する*/
    stroke-dashoffset: 0;/*線の位置を指定する(IEは効かない属性)*/
    stroke-width: 1.6;/*線の太さを指定する*/
    -webkit-animation: hello 4s ease-in forwards;
    animation: hello 4s ease-in forwards;
}
/*---------------------
*utility
---------------------*/
.img-pc{
	display: none;
}
.pc{
	display: none;
}	
.text-center{
	text-align: center;
}
.main{
	max-width: 640px;
}
.wrap{
	padding: 0 20px;
}

/*---------------------
*header
---------------------*/
.logo-black{
	width: 45%;
	height: auto;
	margin: auto;
}
.navigation{
	background-color: rgba(255,255,255,0.90);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	padding:80px 0 40px;
	transition: all 0.5s;
	transform: translateX(-1000px);
	text-align: center;
	z-index: 100;
}
.navigation.open{
	transition: all 0.5s;
	transform: translateX(0);
}
.nav-list{
	font-family: 'Libre Baskerville';
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
.nav-item{
	margin-top: 50px;
}
.hero-image{
	position: relative;
	width: 100%;
}
.img-sp{
	background-image: url("../../images/index_header_sp.jpg");   
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100vh;
}
.logo-white{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
}
.scroll {
	font-family: 'serif';
	font-size: 1.2rem;
	color: #fff;
	position: absolute;
	left: 45%;	
	bottom: 20px;
	transform: translate(0, -45%);
	text-decoration: none;
	padding-top: 52px;
	z-index: 10;
}
.scroll span {
  position: absolute;
  top: 0;
  left: 20%;
  width: 24px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
/*---------------------
*button
---------------------*/
.indexTop{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	transition:  0.5s;
	z-index: 150;
}
.indexTop>.logo-black{
	width: 40%;
	height: auto;
	margin: 15px;
	transition: 0.5s;
	opacity: 0;
}
/*スクロールでspロゴを表示*/
.indexTop.on{
	background-color: rgba(255,255,255,1);
}
.indexTop>.logo-black.on{
	opacity: 1;
}
/*//スクロールでspロゴを表示*/
.btn{
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin-top: 15px;
	margin-left: 76%;
	z-index: 150;
	background: none;
	border: none;
}
.btn-trigger,
.btn-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.btn-trigger {
	position: relative;
	top: 0;
	left: 34px;
	width: 36px;
	height: 34px;
}
.btn-trigger span.chgcolor{
	background-color: #474447;
}
.btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
.btn-trigger span:nth-of-type(1) {
	top: 3px;
}
.btn-trigger span:nth-of-type(2) {
	top: 15px;
}
.btn-trigger span:nth-of-type(3) {
	bottom: 3px;
}
/*button-close*/
.btn-trigger.active span:nth-of-type(1) {
  	transform: translateY(10px) rotate(-45deg);
	background-color: #474447;
}
.btn-trigger.active span:nth-of-type(2) {
  	opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  	transform: translateY(-15px) rotate(45deg);
	background-color: #474447;
}

/*---------------------
*arrow
---------------------*/
.arrow-line-short{
	width: 30px;
	height: 2px;
	background-color: #474447;
	transform: rotate(-145deg);
	text-align: right;
	margin: 40px 0 0 233px;
}
.arrow-line-long{
	width: 260px;
	height: 2px;
	background-color: #474447;
	margin-top: 6.3px;
}
.readmore{
	font-family: 'Libre Baskerville';
	font-size: 1.5rem;
	letter-spacing: 0.12rem;
	margin-left:10px;
	transform: translateY(45px);
}

/*---------------------
*main-common-txt
---------------------*/
.title{
	font-family: 'Alex Brush';
	font-size: 5rem;
	margin-top: 40px;
}
.txt{
	font-family:  'Noto Serif JP', serif;
	font-size: 1.8rem;
	line-height: 30px;
	margin-top: 20px;
	letter-spacing: 0.24rem;
}
.en{
	font-family: 'Libre Baskerville';
	font-size: 1.2rem;
	color: #9a9a97;
	line-height: 20px;
	margin-top: 10px;
	letter-spacing: 0.12rem;
}
.list{
	margin-left: 10px;
}
.box{
	position: relative;
	overflow:hidden;
	width: 100%;	
}
.box img{
	transition:0.5s;
	transition-delay:0.38s;
	opacity:0;	
}
.box .color{
	position: absolute;
	left:0;
	top:0;
	display:block;
	width: 100%;
	height: 100%;
}
.box01 .color,
.box05 .color{
	background:#7D6262;
	transform:translateX(100%);
	transition:1.5s;
}
.box03 .color{
	background:#5C4F5E;
	transform:translateX(100%);
	transition:1.5s;
}
.box02 .color,
.box04 .color{
	background:#5C6B57;
	transform:translateX(-100%);
	transition:1.5s;
}
/*---------------------
animation
---------------------*/
.box img.mv{
	opacity:1;
}
.box01 .color.mv,
.box03 .color.mv,
.box05 .color.mv{
	transform:translateX(-100%);
}
.box02 .color.mv,
.box04 .color.mv{
	transform:translateX(100%);
}
/*---------------------
infomation
---------------------*/
.infomation{
	background-color: #f3f3f3;
	padding: 30px 20px 56px;
	margin: 60px auto;
	clear: left;
}
.infomation .title{
	font-size: 4.2rem;
	text-align: center;
	margin-top: 0;
}
.info-list{
	margin: 26px auto 0;
	width: 310px;
}
.info-list .info-txt:nth-of-type(3),
.info-list .info-txt:nth-of-type(5){
	font-size: 1.1rem;
	margin: 0 auto;
	line-height: 12px;
}
.info-list .info-txt:nth-of-type(6),
.info-list .info-txt:nth-of-type(8){
	margin-top: 22px;
}
.info-list .info-txt:nth-of-type(7){
	margin-top: 0px;
}
.info-sub-title{
	width: 310px;
	line-height: 28px;
	margin: 24px auto 0;
}
.info-txt{
	font-size: 1.4rem;
	line-height: 20px;
	width: 310px;
	margin: 6px auto 0;
}

/*---------------------
section01-about
---------------------*/
.about{
	clear: left;
	padding-top: 80px;
}
.section01-pic{
	position: relative;
	padding-right: 20%;	
}
.about-pink{
	width:35%;
	height: auto;
	position: absolute;
	top: -10%;
	right: 16%;
	z-index: -1;
}
.gray{
	background-image: url("../../images/index_gray_sp.png");
	background-size: cover;
	width: 40%;
	height: 540px;
	margin-left: 20px;
	position: absolute;
	top: -8%;
	left: 0;
	z-index: -5;
}

/*---------------------
section02-menu
---------------------*/
.menu{
	padding-top: 180px;
}
.section02-pic{
	position: relative;
	padding-left: 20%;
}
.menu-green{
	width:60%;
	height: auto;
	position: absolute;
	top: 40%;
	left: 13%;
	z-index: -1;
}
.section02-pic>.gray{
	margin: 0 20px 0 auto;
	position: absolute;
	top: -8%;
	right: 0%;
	height: 540px;
}

/*---------------------
*section03-gallery
---------------------*/
.gallery{
	position: relative;
	padding-top: 180px;
}
.section03-pic{
	position: relative;
	padding-right: 20%;
}
.gallery-purple{
	width:35%;
	height: auto;
	position: absolute;
	top: 45%;
	right: 14%;
	z-index: -1;
}
.section03-pic>.gray{
	position: absolute;
	top:-8%;
	height: 560px;
}
/*---------------------
*section04-access
---------------------*/
.access{
	padding-top: 180px;
}
.section04-pic{
	position: relative;
	padding-left: 20%;
}
.access-green{
	width:60%;
	height: auto;
	position: absolute;
	top: -10%;
	left: 15%;
	z-index: -1;
}
.section04-pic>.gray{
	margin: 0 20px 0 auto;
	position: absolute;
	top: -5%;
	right: 0%;
	height: 536px;
}


/*---------------------
*section05-contact
---------------------*/
.contact{
	padding-top: 180px;
}
.section05-pic{
	position: relative;
	padding-right: 20%;
}
.contact-pink{
	width:34%;
	height: auto;
	position: absolute;
	top: 35%;
	right: 14%;
	z-index: -1;
}
.section05-pic>.gray{
	position: absolute;
	top:-8%;
	height: 540px;
}

/*---------------------
*footer
---------------------*/
.footer{
	margin-top: 180px;
	padding: 40px 16px 30px;
	background-color: #f3f3f3;
}
.footer-logo-black{
	width: 70%;
	margin: auto;
}
.summary{
	max-width: 280px;
	margin: auto;
}
.summary-list{
	font-size: 1.4rem;
	line-height: 24px;
	padding-top: 40px;
	width: 314px;
	margin: auto;
}
.summary-title{
	float: left;
	clear:left;
	width: 80px;	
}
.summary-txt{
	float: left;
	width: 210px;
	margin-left: 20px;
}
.footer-follow{
	clear: left;
	padding-top: 40px;
}
.footer-icon{
	font-size: 2.4rem;
}
.footer-icon-txt{
	font-family: 'Libre Baskerville', serif;
	font-size: 1.6rem;
	display: inline-block;
	margin-left: 10px;
	line-height: 25px;
}
.footer-nav{
	padding: 40px 0 10px;
}
.footer-nav-item{
	font-family: 'Libre Baskerville', serif;
	font-size: 1.8rem;
	margin-top: 16px;
}
.footer-nav-item:nth-of-type(1){
	margin-top: 0;
}
.request-txt{
	color: #9B9795;
	font-size: 0.8rem;
	line-height: 1.2rem;
	width: 274px;
	margin: 20px auto 0;
}
.copy{
	font-size: 1rem;
	margin: auto;
	padding-top: 20px;
}
.pagetop-btn{
	font-size: 2rem;
	position: fixed;
	bottom: 10px;
	right: 0%;
}
.pagetop-btn a {
    display: block;
    text-decoration: none;
    color: #474447;
    background:rgba(170,169,169,0.30);
	padding: 10px;
    text-align: center;
    outline: none;
}
.pagetop-btn a :hover {
    text-decoration: none; 
    animation: arrow .4s;	
}

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

/*---------------------
*utility
---------------------*/
.img-sp{
	display: none;
}
.img-pc{
	display: block;
}
.main{
	max-width: 100%;
}
.all-wrap{
	max-width: 481px;
	margin: auto;
}
.wrap{
	padding: 0;
}
.pc{
	display: block;
}	
.sp{
	display: none;
}	
/*---------------------
*header
---------------------*/
.hero-image{
	width: 100%;
}
.img-pc-box{
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.img-pc{
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    animation: anime 24s 0s infinite; 
}
.img-pc:nth-of-type(2) {
      animation-delay: 6s; 
}

.img-pc:nth-of-type(3) {
      animation-delay: 12s; 
}

.img-pc:nth-of-type(4) {
      animation-delay: 18s; 
}
.logo-white{
	width: 60%;
	z-index: 10;
}
	
/*---------------------
*button
---------------------*/
.btn-trigger {
	left: 60px;
	width: 36px;
	height: 34px;
}
}

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

/*---------------------
*loading
---------------------*/
.loading {
	width: 50%;
}
/*---------------------
*header
---------------------*/	
.scroll {
    left: 48%;
}
/*---------------------
*button
---------------------*/
.btn-trigger {
	left: 84px;
	width: 40px;
	height: 40px;
}

.btn-trigger span:nth-of-type(2) {
	top: 19px;
}
/*button-close*/
.btn-trigger.active span:nth-of-type(1) {
  	transform: translateY(14px) rotate(-45deg);
}
.btn-trigger.active span:nth-of-type(3) {
  	transform: translateY(-16px) rotate(45deg);
}	
}

@media screen and (min-width:751px){
	
/*---------------------
*button
---------------------*/
.btn-trigger {
	left: 114px;
}	
}


@media screen and (min-width: 961px) {
	
a[href^="tel:"]{
    pointer-events: none;
}	
.all-wrap{
	max-width: 961px;
	margin: auto;
}

/*---------------------
*loading
---------------------*/
.loading {
	width: 40%;
}

/*---------------------
*header
---------------------*/
.logo-black{
	width: 60%;
	display: inline-block;
	text-align: left;
	margin: 0;
}
.navigation{
	background-color: #fff;
	width: 100%;
	height: auto;
	padding:16px 30px 6px;
	transform:none;
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 100;
}
.nav-list{
	font-family: 'Libre Baskerville';
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	display: flex;
}
.nav-item{
	margin-top: 0;
	margin-left: 30px;
	line-height: 46px;
	position: relative;
}
.nav-item:nth-of-type(1){
		margin-left: 0;
}
.nav-item:last-of-type{
		font-size: 2.8rem
}
/*under-line*/
.nav-item::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: ' ';
  width: 100%;
  height: 2px;
  background: #474447;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.nav-item:hover::after {
  transform: scale(1, 1);
}
/*/under-line*/
.hero-image{
	width: 100%;
}
.img-pc-box{
	margin-top: 68px;
	height: 93vh;
}
.scroll {
    font-size: 2rem;
    padding-top: 60px;
}
.scroll span {
    width: 30px;
    height: 50px;
	}
/*---------------------
*button
---------------------*/	
.btn{
	display: none;
}
/*---------------------
*arrow
---------------------*/
.readmore{
	font-size: 1.3rem;
}
/*---------------------
*main-common-txt
---------------------*/
.title{
	font-size: 6.4rem;
	margin-top: 0;
}
.txt{
	font-size: 1.6rem;
	margin-top: 20px;
	letter-spacing: 0.24rem;
}
.en{
	font-size: 1rem;
	margin-top: 10px;
	letter-spacing: 0.12rem;
}
.list{
	padding-top: 10px;
	margin-left: 60px;
}
.menu .list:nth-of-type(2){
	margin-left: 0;
	margin-right: 60px;
}
.access .list:nth-of-type(2){
	margin-left: 0;
	margin-right: 60px;
}
/*---------------------
infomation
---------------------*/
.infomation{
    padding: 40px 60px 64px;
    margin: 80px auto;
}
.infomation .title{
	font-size: 6.4rem;
}
.infomation .summary-list{
	font-size: 1.6rem;
	line-height: 30px;
	padding-top: 32px;
	width: 372px;
	height: 100px;
	margin: auto;
}
.info-list{
	margin: 26px auto 0;
	width: 660px;
}
.info-list .info-txt:nth-of-type(3),
.info-list .info-txt:nth-of-type(5){
	font-size: 1.3rem;
	margin: 0 auto;
	line-height: 12px;
}
.info-sub-title{
	width: 294px;
	font-size: 1.8rem;
	line-height: 20px;
	text-align: center;
	margin: 36px auto 0;
}
.info-txt{
	font-size: 1.6rem;
	line-height: 28px;
	margin: 10px auto 0;
	width: 660px;
	text-align: center;
}	

/*---------------------
*section01-about
---------------------*/

.about{
	padding: 160px 80px 0;
	display: flex;
}
.about-pink{
	width: 45%;
    top: -25px;
    left: -27px;
}
.gray{
	width: 100%;
	height: 84%;
	margin: 0;
	position: absolute;
	top:auto;
	left: 170px;
	bottom: -34px;
}
.section01-pic{
	width: 100%;
	padding-right: 0;
}	
/*---------------------
*section02-menu
---------------------*/
.menu{
	padding: 260px 80px 0;
	display: flex;
}
.order1{
	order: 1;	
}
.order2{
	order: 2;	
}	
.menu-green{
	width: 76%;
    top: 127px;
    left: 144px;
}
.section02-pic>.gray{
	width: 100%;
	height: 60%;
	margin: 0;
	top: -34px;
	left: -310px;	
}
.section02-pic{
	padding-left: 0;
}
/*---------------------
*section03-gallery
---------------------*/
.gallery{
	padding: 260px 80px 0;
	display: flex;
}
.gallery-purple{
	width: 44%;
    top: auto;
    bottom: -30px;
    left: -28px;
}
.section03-pic>.gray{
	width: 100%;
	height: 74%;
    top: -25px;
    left: auto;
    right: -190px;
}
.section03-pic{
	padding-right: 0;
}
/*---------------------
*section04-access
---------------------*/
.access{
	padding: 260px 80px 0;
	display: flex;
}
.access-green{
	width: 84%;
    top: -27px;
    right: -30px;
	left: auto;
}
.section04-pic>.gray{
	margin: 0;
	width: 100%;
	height: 64%;
	top: auto;
	bottom: -24px;
    left: -208px;
}
.section04-pic{
	padding-left: 0;
}	
/*---------------------
*section05-contact
---------------------*/
.contact{
	padding: 260px 80px 0;
	display: flex;
}
.contact-pink{
	width: 50%;
    top: -30px;
    left: -22px;
}
.section05-pic>.gray{
	width: 100%;
	height: 72%;
    top: auto;
    bottom: -21px;
    left: 276px;
}
.section05-pic{
	padding-right: 0;
}	
/*---------------------
*footer
---------------------*/	
.footer{
	margin-top: 260px;
	padding: 50px 80px 30px;
}
.summary{
	display: flex;
	justify-content: space-around;
	max-width: 860px;
	margin: auto;
}
.summary-list{
	width: 400px;
	font-size: 1.8rem;
	line-height: 40px;
	padding-top: 52px;
	margin: 0;
}
.summary-list>dd:nth-of-type(1){
	display: block;
	margin-bottom: 46px;
	margin-left: 0;
	width: 400px;
	line-height: 20px;
}
.summary-title{
	width: 100px;
}
.summary-txt{
	width: 270px;
}
.summary-item{
	margin-top: 16px;
}
.summary-item:nth-of-type(2){
	margin-top: 50px;
}
.footer-follow{
	padding-top: 50px;
}
.footer-icon{
	font-size: 3rem;
}
.footer-icon-txt{
	font-size: 1.8rem;
	margin-left: 20px;
	line-height: 30px;
}
.footer-nav{
	padding: 76px 0 68px;
}
.footer-nav-item{
	margin-top: 16px;
	transition: transform .3s;
}
.footer-nav-item a:hover{
	color: #969096;
}
.request-txt {
    font-size: 1.2rem;
    line-height: 1.6rem;
    width: 754px;
    margin: 0px auto 20px;
}
.copy{
	font-size: 1.4rem;
	text-align: center;
}
.pagetop-btn{
	font-size: 3rem;
	bottom: 30px;
}
.pagetop-btn a {
	padding: 30px;
}

}
@media screen and (min-width:1330px){
	
.all-wrap{
	max-width: 1366px;
	margin: auto;
}
/*---------------------
*header
---------------------*/	
.logo-white{
	left: 60%;
	width: 70%;
}
/*---------------------
*main-common-txt
---------------------*/
.title{
	font-size: 7.2rem;
}
.txt{
	font-size: 2rem;
	margin-top: 60px;
}
.en{
	font-size: 1.2rem;
	margin-top: 18px;
}
.list{
	padding-top: 10px;
	margin-left: 134px;
}
.menu .list:nth-of-type(2){
	margin-left: 0;
	margin-right: 134px;
}
.access .list:nth-of-type(2){
	margin-left: 0;
	margin-right: 134px;
}
/*---------------------
*section01-about
---------------------*/

.about{
	padding: 200px 172px 0;
}
.about-pink{
	width:80%;
	top: -34px;
	left: -34px;
}
.gray{
	width: 100%;
	height: 80%;
	margin: 0;
	top:auto;
	left: 280px;
	bottom: -34px;
}
.section01-pic{
	width: 100%;
	padding-right: 0;
}	
/*---------------------
*section02-menu
---------------------*/
.menu{
	padding: 350px 172px 0;
}
.menu-green{
	width:100%;
	top: auto;
	left: 160px;
	bottom: -34px;
}
.section02-pic>.gray{
	width: 100%;
	height: 68%;
	margin: 0;
	top: -34px;
	left: -380px;	
}
.section02-pic{
	padding-left: 0;
}
/*---------------------
*section03-gallery
---------------------*/
.gallery{
	padding: 350px 172px 0;
}
.gallery-purple{
	width:100%;
	top: auto;
	bottom: -34px;
	left: -34px;
}
.section03-pic>.gray{
	width: 100%;
	height: 78%;
	top:-34px;
	left: auto;
	right: -280px;
}
.section03-pic{
	padding-right: 0;
}
/*---------------------
*section04-access
---------------------*/
.access{
	padding: 350px 172px 0;
}
.access-green{
	width:100%;
	top: -34px;
	right: -160px;
	left: auto;
}
.section04-pic>.gray{
	margin: 0;
	width: 100%;
	height: 64%;
	top: auto;
	bottom: -30px;
	left: -240px;
}
.section04-pic{
	padding-left: 0;
}	
/*---------------------
*section05-contact
---------------------*/
.contact{
	padding: 350px 172px 0;
}
.contact-pink{
	width: 100%;
	top: -36px;
	left: -30px
}
.section05-pic>.gray{
	width: 100%;
	height: 70%;
	top:auto;
	bottom: -32px;
	left: 360px;
}
.section05-pic{
	padding-right: 0;
}	
/*---------------------
*footer
---------------------*/	
.footer{
	margin-top: 316px;
	padding: 50px 240px 30px;
}
.request-txt {
    width: 764px;
}
}


/*---------------------
/*---------------------
/*---------------------
*lording
---------------------*/	
@-webkit-keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent; /*透過*/
}
 50% {
 fill:transparent; /*透過*/
}
 100% {
 stroke-dashoffset: 0;
 fill: #fff;
}
}
@keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent; /*透過*/
}
 50% {
 fill:transparent; /*透過*/
}
 100% {
 stroke-dashoffset: 0;
 fill:#fff;
}
}

/*---------------------
*sp-hero-image
---------------------*/	
@keyframes anime{
0%{
	opacity: 0;
}
13%{
     opacity: 1;
}
25%{
	 opacity: 1;
 }
38%{
     opacity: 0;
     transform: scale(1.2) ;
     z-index:9;
}
100%{
	opacity: 0 
}
}

/*---------------------
*arrow
---------------------*/	
@keyframes arrow {
  50% {
    top: -.05em;
  }
  100% {
    top: .2em;
  }
}

/*---------------------
*scroll
---------------------*/	
@-webkit-keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}




