@charset "utf-8";

/* ==========================================================================
   header
   ========================================================================== */
header{
	width: 100vw;
	display: flex;
	align-items: center;
  justify-content: space-between;
	padding: 5vw 5vw;
	z-index: 50;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
}
@media (min-width: 415px){
header{
	padding: 5vw 5vw;
}
}
@media (min-width: 960px){
header{
	padding: 2.3vw 2.5vw;
}
}

.logo img{
	width: auto;
	height: 20px;
	display: block;
}
@media (min-width: 415px){
.logo img{
	width: auto;
	height: 24px;
}
}
@media (min-width: 960px){
.logo img{
	width: auto;
	height: 28px;
}
}

.nav{
	display: none;
}
@media (min-width: 415px){
.nav{
	display: none;
}
}
@media (min-width: 960px){
.nav{
	display: block;
	margin: 0 0 0 0;
}
}

.nav a{
	font-size: 1.6rem;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #E95377;
	color: rgba(233, 89, 113, 1);
  display: block;
  float: left;
	margin: 0 0 0 26px;
  transition: all 0.2s ease;
}

@media (min-width: 960px){
.nav a:hover{
	color: rgba(233, 163, 179, 1);
}
}

.nav a.current{
	font-weight: 600;
	color: #eee;
}


.tag-instagram a{
	position: absolute;
	top: 50%;
	right: 0;
	width: 36px;
	height: 160px;
	margin: -80px 0 0 0;
	background: #E95377;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
	z-index: 50;
	display: none;
}
@media (min-width: 415px){
.tag-instagram a{
	position: fixed;
	top: 50%;
	right: 0;
	width: 40px;
	height: 180px;
	margin: -90px 0 0 0;
	background: #E95377;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
	z-index: 50;
}
}
@media (min-width: 960px){
.tag-instagram a{
	position: fixed;
	top: 50%;
	right: 0;
	width: 45px;
	height: 210px;
	margin: -105px 0 0 0;
	background: #E95377;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
	z-index: 50;
}
}

.tag-instagram a img{
	width: auto;
	height: 80px;
	display: block;
}
@media (min-width: 415px){
.tag-instagram a img{
	width: auto;
	height: 90px;
	display: block;
}
}
@media (min-width: 960px){
.tag-instagram a img{
	width: auto;
	height: 100px;
	display: block;
}
}

@media (min-width: 960px){
.tag-instagram a:hover{
	background: #202020;
}
}


/* ==========================================================================
   top
   ========================================================================== */
@media screen and (max-width: 480px){ /*モバイル*/
.top{
	width: 100%;
	position: relative;
}
.top .mainVisual-sp{
	width: auto;
}
.top .mainVisual-pc, .top .mainVisual-tb{
	display: none;
}
.top .scrool{
	width: 60px;
	height: auto;
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin: 0 0 0 -30px;
	z-index: 50;
}
.top .scrool p{
	color: #FFF;
	font-size: 1.3rem;
	letter-spacing: 0.3rem;
	font-family: 'Barlow Condensed', sans-serif;
	text-align: center;
	margin: 0 0 6px -5px;
}
.top .scrool a{
	width: 50px;
	height: 50px;
	background: #FFF;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top .scrool a img{
	width: 20px;
	height: 20px;
	display: block;
}
.top .logo_slide{
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: absolute;
	bottom: 140px;
	z-index: 10;
}
.top .logo_slide ul {
	margin: 0;
	padding: 0;
}
.top .logo_slide ul li {
	margin: 0 50px 5px 0;
}
.top .logo_slide ul li img{
	width: 363.194px;
	height: 60px;
}
}
@media screen and (min-width: 480px) and (max-width: 1024px){ /*タブレット*/
.top{
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.top .mainVisual-tb{
	width: auto;
}
.top .mainVisual-pc, .top .mainVisual-sp{
	display: none;
}
.top .scrool{
	width: 60px;
	height: auto;
	position: absolute;
	left: 50%;
	bottom: 25px;
	margin: 0 0 0 -30px;
	z-index: 50;
}
.top .scrool p{
	color: #FFF;
	font-size: 1.35rem;
	letter-spacing: 0.35rem;
	font-family: 'Barlow Condensed', sans-serif;
	text-align: center;
	margin: 0 0 7px 0px;
}
.top .scrool a{
	width: 60px;
	height: 60px;
	background: #FFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top .scrool a img{
	width: 25px;
	height: 25px;
	display: block;
}
.top .logo_slide{
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: absolute;
	bottom: 200px;
	margin: 0 0 0 0;
	z-index: 10;
}
.top .logo_slide ul {
	margin: 0;
	padding: 0;
}
.top .logo_slide ul li {
	margin: 0 80px 0 0;
}
.top .logo_slide ul li img{
	width: auto;
	height: 100px;
}
}
@media screen and (min-width: 1025px){ /*PC*/
.top{
	width: 100%;
	position: relative;
}
.top .mainVisual-pc{
	width: auto;
	background: #FFF;
}
.top .mainVisual-tb, .top .mainVisual-sp{
	display: none;
}
.top .scrool{
	width: 60px;
	height: auto;
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin: 0 0 0 -30px;
	z-index: 50;
}
.top .scrool p{
	color: #FFF;
	font-size: 1.35rem;
	letter-spacing: 0.35rem;
	font-family: 'Barlow Condensed', sans-serif;
	text-align: center;
	margin: 0 0 7px 0px;
}
.top .scrool a{
	width: 60px;
	height: 60px;
	background: #FFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top .scrool a img{
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 0 0 0;
}
.top .scrool a .chevron {
  display: block;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.top .logo_slide{
	width: 100%;
	height: 128px;
	overflow: hidden;
	position: absolute;
	bottom: 230px;
	margin: 0 0 0 0;
	z-index: 10;
}
.top .logo_slide ul {
	margin: 0;
	padding: 0;
}
.top .logo_slide ul li {
	margin: 0 100px 0 0;
}
.top .logo_slide ul li img{
	width: 736px;
	height: 128px;
}
}


/* ==========================================================================
   concept
   ========================================================================== */
.concept{
	width: 100%;
	height: auto;
	padding: 90px 0 110px 0;
	display: flex;
	justify-content: center;
}
@media (min-width: 415px){
.concept{
	padding: 150px 0 170px 0;
}
}
@media (min-width: 960px){
.concept{
	padding: 160px 0 180px 0;
}
}

.concept h2{
	font-size: 2.65rem;
	line-height: 1.7em;
	letter-spacing: 0.2em;
	color: #E95377;
	margin: 0 0 20px 0;
	padding: 0 0 0 12.5%;
}
@media (min-width: 415px){
.concept h2{
	font-size: 4.0rem;
	line-height: 1.7em;
	letter-spacing: 0.30em;
	margin: 0 0 30px 0;
	padding: 0 0 0 20%;
}
}
@media (min-width: 960px){
.concept h2{
	font-size: 4.7rem;
	line-height: 1.7em;
	letter-spacing: 0.33em;
	margin: 0 0 32px 0;
	padding: 0;
}
}

.concept p{
	font-size: 1.4rem;
	line-height: 2.0em;
	letter-spacing: 0.05em;
	color: #E95377;
	padding: 0 12.5%;
}
@media (min-width: 415px){
.concept p{
	font-size: 1.4rem;
	line-height: 2.2em;
	letter-spacing: 1.0px;
	padding: 0 20%;
}
}
@media (min-width: 960px){
.concept p{
	font-size: 1.4rem;
	line-height: 2.2em;
	letter-spacing: 1.12px;
	padding: 0;
}
}

.concept p .br{
	display: none;
}
@media (min-width: 415px){
.concept p .br{
	display: none;
}
}
@media (min-width: 960px){
.concept p .br{
	display: block;
}
}


/* ==========================================================================
   images
   ========================================================================== */
#images{
	padding: 0 5vw;
  margin: 0 0 80px 0;
  overflow: hidden;
}
@media (min-width: 440px){
#images{
	padding: 0 6.6vw;
  margin: 0 0 105px 0;
}
}
@media (min-width: 960px){
#images{
	padding: 0 2.5vw;
  margin: 0 0 145px 0;
}
}

#images ul.images{
	width: 100%;
	height: auto;
	position: relative;
}

.images li{
	width: calc( 100% / 3 );
	height: auto;
	aspect-ratio: 1 / 1;
	display: block;
	overflow: hidden;
	float: left;
}
@media (min-width: 440px){
.images li{
	width: calc( 100% / 3 );
}
}
@media (min-width: 960px){
.images li{
	width: calc( 100% / 6 );
}
}

.images li:first-child{
	width: calc( (100% / 3) * 2 );
	aspect-ratio: 1 / 1;
}
@media (min-width: 440px){
.images li:first-child{
	width: calc( 100% / 3 );
}
}
@media (min-width: 960px){
.images li:first-child{
	width: calc( (100% / 6) * 2 );
}
}

.images li a img{
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}


/* ==========================================================================
   staff
   ========================================================================== */
.staff{
	width: 100%;
	margin: 0 0 80px 0;
	padding: 75px 30px 45px;
	background: #FFF;
	overflow: hidden;
	z-index: 30;
	box-sizing: border-box;
}
@media (min-width: 415px){
.staff{
	margin: 0 0 100px 0;
	padding: 100px 60px 70px 30px;
}
}
@media (min-width: 960px){
.staff{
	width: 100%;
	height: auto;
	margin: 0 0 80px 0;
	padding: 140px 0 100px 0;
}
}

.staff ul{
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 960px){
.staff-wrap{
	min-width: 1000px;
	max-width: 1380px;
	height: auto;
	margin: 0 auto;
}
}

.staff ul li{
	width: 46%;
	height: auto;
	display: inline-block;
	color: #E95377;
	text-align: center;
	padding: 0 0 25px 0;
}
@media (min-width: 415px){
.staff ul li{
	width: 21.5%;
	padding: 0 0 20px;
}
}
@media (min-width: 960px){
.staff ul li{
	width: 185px;
}
}

.staff ul li span{
	width: 100%;
	height: auto;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
@media (min-width: 415px){
.staff ul li span{
	width: 100%;
	height: auto;
}
}
@media (min-width: 960px){
.staff ul li span{
	width: 185px;
	height: 185px;
}
}

.staff ul li .name{
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
	margin: 7px 0 0 0;
}
@media (min-width: 415px){
.staff ul li .name{
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	margin: 8px 0 0 0;
}
}
@media (min-width: 960px){
.staff ul li .name{
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	margin: 16px 0 0 0;
}
}

.staff ul li .rubi{
	font-size: 1.0rem;
	margin: 2px 0 0 0;
}
@media (min-width: 415px){
.staff ul li .rubi{
	font-size: 1.0rem;
	margin: 2px 0 0 0;
}
}
@media (min-width: 960px){
.staff ul li .rubi{
	font-size: 1.0rem;
	margin: 4px 0 0 0;
}
}

.staff .staff04,
.staff .staff05{
	display: none;
}
@media (min-width: 960px){
.staff .staff04,
.staff .staff05{
	display: block;
}
}


/* ==========================================================================
   menu
   ========================================================================== */
.menu{
	margin: 0 0 80px;
	padding: 0 5vw;
}
@media (min-width: 415px){
.menu{
	margin: 0 0 100px;
	padding: 0 6.6vw;
}
}
@media (min-width: 960px){
.menu{
	margin: 0 0 140px;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
}

.menu .ttl{
	font-size: 2.9rem;
	letter-spacing: 0.4em;
	line-height: 1em;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #E95377;
	margin: 0 0 30px 0.4em;
}
@media (min-width: 415px){
.menu .ttl{
	font-size: 3.6rem;
	letter-spacing: 0.40em;
	margin: 0 0 40px 0.4em;
}
}
@media (min-width: 960px){
.menu .ttl{
	font-size: 3.8rem;
	letter-spacing: 0.42em;
	margin: 60px 0 60px 0.42em;
}
}

.menu .menu-wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
@media (min-width: 960px){
.menu .menu-wrap{
	width: 1100px;
	height: auto;
}
}

.menu .list-wrap{
	padding: 0 0 12px 0;
}
@media (min-width: 415px){
.menu .list-wrap{
	padding: 0 0 12px 0;
}
}
@media (min-width: 960px){
.menu .list-wrap{
	padding: 0 0 12px 0;
}
}

.menu h3{
	height: 40px;
	padding: 0 0 0 20px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.6em;
	line-height: 40px;
	color: #FFF;
	background: #E95377;
}
@media (min-width: 415px){
.menu h3{
	height: 50px;
	padding: 0 5px 0 25px;
	font-size: 2.0rem;
	letter-spacing: 0.60em;
	line-height: 50px;
}
}
@media (min-width: 960px){
.menu h3{
	height: 50px;
	padding: 0 5px 0 25px;
	font-size: 2.0rem;
	letter-spacing: 0.60em;
	line-height: 50px;
}
}

.menu .list{
	width: 100%;
	margin: 0 0 14px 0;
	padding: 4px 0 2px;
	display: block;
	color: #E95377;
	background: rgba(255, 255, 255, 1);
	float: left;
}
@media (min-width: 415px){
.menu .list{
	width: 100%;
	margin: 0 0 16px 0;
	padding: 6px 0 4px;
}
}
@media (min-width: 960px){
.menu .list{
	width: 100%;
	margin: 0 0 16px 0;
	padding: 6px 0 4px;
}
}

.menu .list dl{
	width: 100%;
	padding: 11px 0 10px;
	float: left;
	border-bottom: 1px dotted rgba(220, 83, 94, 0.2);
}
@media (min-width: 415px){
.menu .list dl{
	padding: 11px 0 10px;
}
}
@media (min-width: 960px){
.menu .list dl{
	padding: 13px 0 12px;
}
}

.menu .list dl:last-child{
	border-bottom: 0 dotted rgba(220, 83, 94, 0.2);
}

.menu .list dt.name{
	width: auto;
	font-size: 1.4rem;
	line-height: 1.6em;
	float: left;
	margin: 0 0 0 10px;
}
@media (min-width: 415px){
.menu .list dt.name{
	font-size: 1.4rem;
	line-height: 1.4em;
	margin: 0 0 0 20px;
}
}
@media (min-width: 960px){
.menu .list dt.name{
	font-size: 1.4rem;
	line-height: 1.4em;
	margin: 0 0 0 20px;
}
}

.menu .list dt.name2{
	margin: 0 0 0 4px;
}
@media (min-width: 415px){
.menu .list dt.name2{
	margin: 0 0 0 14px;
}
}
@media (min-width: 960px){
.menu .list dt.name2{
	margin: 0 0 0 14px;
}
}

.menu .list dt .br-sp{
	display: block;
}
@media (min-width: 415px){
.menu .list dt .br-sp{
	display: none;
}
}
@media (min-width: 960px){
.menu .list dt .br-sp{
	display: none;
}
}

.menu .list dd{
	width: auto;
	float: right;
	margin: 0 10px 0 0;
}
@media (min-width: 415px){
.menu .list dd{
	width: auto;
	float: right;
	margin: 0 20px 0 0;
}
}
@media (min-width: 960px){
.menu .list dd{
	width: auto;
	float: right;
	margin: 0 20px 0 0;
}
}

.menu .list dd span{
	font-size: 1.4rem;
	float: right;
}

.menu .list .price{
	font-size: 1.4rem;
	float: right;
	text-align: right;
	display: inline;
}

.menu .note{
	font-size: 1.3rem;
	color: #E95377;
	margin: 8px 10px 0;
}
@media (min-width: 415px){
.menu .note{
	font-size: 1.3rem;
	margin: 8px 0 0 0;
}
}
@media (min-width: 960px){
.menu .note{
	font-size: 1.3rem;
	margin: 8px 0 0 0;
}
}


/* ==========================================================================
   access
   ========================================================================== */
.map{
	 height: 80vh;
	 margin: 0;
}
@media (min-width: 415px){
.map{
	 height: 80vh;
	 margin: 0;
}
}
@media (min-width: 960px){
.map{
	height: 60vh;
	margin: 0 60px;
}
}


/* ==========================================================================
   salon
   ========================================================================== */
.salon{
	padding: 80px 0 5px;
	margin: 0;
	overflow: hidden;
}
@media (min-width: 415px){
.salon{
	padding: 100px 0 20px;
	margin: 0 6.6vw;
}
}
@media (min-width: 960px){
.salon{
	padding: 130px 0 80px 0;
	margin: 0 5vw;
}
}

.salon .salon-wrap{
	position: relative;
}

.salon li{
	display: block;
	margin: 0 0 16px 0;
	position: 0 0 0 3px;
	color: #E95377;
}
@media (min-width: 415px){
.salon li{
	display: block;
	margin: 0 0 7px 0;
}
}
@media (min-width: 960px){
.salon li{
	display: block;
	margin: 0 0 7px 0;
}
}

.salon h3{
	height: 24px;
	padding: 0 20px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 24px;
	letter-spacing: 3px;
	margin: 0 7vw 8px;
	color: #FFF;
	background: #E95377;
	box-sizing: border-box;
}
@media (min-width: 415px){
.salon h3{
	width: 92px;
	height: 22px;
	font-size: 1.4rem;
	line-height: 22px;
	display: inline-block;
	letter-spacing: 3px;
	margin: 0 15px 0 0;
}
}
@media (min-width: 960px){
.salon h3{
	width: 110px;
	height: 22px;
	font-size: 1.4rem;
	line-height: 22px;
	letter-spacing: 3px;
	margin: 0 15px 0 0;
}
}

.salon .time{
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	display: inline-block;
	font-weight: 500;
	text-align: center;
}
@media (min-width: 415px){
.salon .time{
	font-size: 1.45rem;
	letter-spacing: 1px;
	text-align: left;
}
}
@media (min-width: 960px){
.salon .time{
	font-size: 1.45rem;
}
}

.salon .data{
	font-size: 1.4rem;
	letter-spacing: 0;
	font-weight: 400;
	text-align: center;
}
@media (min-width: 415px){
.salon .data{
	font-size: 1.4rem;
	letter-spacing: 1px;
	display: inline-block;
	text-align: left;
}
}
@media (min-width: 960px){
.salon .data{
	font-size: 1.4rem;
}
}

.salon .note{
	font-size: 1.4rem;
	letter-spacing: 0;
	display: inline-block;
	font-weight: 400;
}
@media (min-width: 415px){
.salon .note{
	font-size: 1.4rem;
	letter-spacing: 1px;
}
}
@media (min-width: 960px){
.salon .note{
	font-size: 1.4rem;
}
}

.salon .add{
	font-size: 1.4rem;
	letter-spacing: 1px;
	text-align: center;
	color: #E95377;
	margin: 50px auto 0;
}
@media (min-width: 415px){
.salon .add{
	font-size: 1.4rem;
	letter-spacing: 1px;
	text-align: left;
	margin: 35px 0 0 0;
}
}
@media (min-width: 960px){
.salon .add{
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin: 40px 0 0 0;
}
}

.salon .tel{
	font-size: 3.3rem;
	letter-spacing: 0.04em;
	font-weight: 600;
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #E95377;
	text-align: center;
	margin: 10px auto 55px;
	display: block;
}
@media (min-width: 415px){
.salon .tel{
	font-size: 3.3rem;
	letter-spacing: 0.04em;
	text-align: left;
	margin: 6px 0 45px 0;
}
}
@media (min-width: 960px){
.salon .tel{
	font-size: 3.5rem;
	letter-spacing: 0.04em;
	margin: 8px 0 60px 0;
}
}

.salon .tel span{
	font-size: 2.4rem;
}
@media (min-width: 415px){
.salon .tel span{
	font-size: 2.4rem;
}
}
@media (min-width: 960px){
.salon .tel span{
	font-size: 2.5rem;
}
}

.salon .btn-reserve-footer{
	width: 100%;
	height: auto;
}

.salon .btn-reserve-footer a{
	width: 74%;
	height: 48px;
	position: relative;
	background: #FFF;
	border: 3px solid #E95377;
	color: #E95377;
	font-size: 1.6rem;
	line-height: 48px;
	font-weight: 500;
	letter-spacing: 0.16rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
@media (min-width: 415px){
.salon .btn-reserve-footer a{
	width: 230px;
	height: 48px;
	font-size: 1.6rem;
	line-height: 48px;
	padding: 0 20px;
	margin: 0;
}
}
@media (min-width: 960px){
.salon .btn-reserve-footer a{
	width: 280px;
	height: 58px;
	font-size: 1.8rem;
	line-height: 58px;
	padding: 0 20px;
	transition: all .2s ease;
}
}

.salon .btn-reserve-footer a::after{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(./images/arrow-rp.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -9px 16px 0 0;
}

@media (min-width: 960px){
.salon .btn-reserve-footer a:hover{
	color: #FFF;
	background: #E95377;
}
}

@media (min-width: 960px){
.salon .btn-reserve-footer a:hover::after{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(./images/arrow-rw.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -9px 16px 0 0;
}
}

.salon .logo-footer{
	width: 150px;
	height: auto;
	margin: 40px auto 5px;
	display: block;
}
@media (min-width: 415px){
.salon .logo-footer{
	width: 170px;
	height: auto;
	margin: 80px auto 5px;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
}
@media (min-width: 960px){
.salon .logo-footer{
	width: 200px;
	height: auto;
	margin: 0;
}
}

.salon .br{
	display: block;
}
@media (min-width: 415px){
.salon .br{
	display: none;
}
}
@media (min-width: 960px){
.salon .br{
	display: none;
}
}


/* ==========================================================================
   footer
   ========================================================================== */
footer{
	height: 50px;
	position: relative;
}
@media (min-width: 415px){
footer{
	height: 90px;
	margin: 0 6.6vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
}
@media (min-width: 960px){
footer{
	width: 60px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 70;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
}

footer .copyright{
 	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #E95377;
	text-align: center;
}
@media (min-width: 415px){
footer .copyright{
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	margin: 40px 0 0 0;
}
}
@media (min-width: 960px){
footer .copyright{
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	margin: 0;
}
}


/* ==========================================================================
   scroll-effect
   ========================================================================== */
.fadeInUp{
  transform: translateY(20px);
  transition: all .3s ease-out 0.4s;
	opacity: 0;
}
@media (min-width: 415px){
.fadeInUp{
  transform: translateY(30px);
}
}
@media (min-width: 960px){
.fadeInUp{
  transform: translateY(40px);
}
}
.fadeInUp.active{
  transform: translateY(0);
	opacity: 1;
}

.fadeInLeft{
  transform: translateX(-10px);
  transition: all .4s ease-out 0.4s;
	opacity: 0;
}
@media (min-width: 415px){
.fadeInLeft{
  transform: translateX(-20px);
}
}
@media (min-width: 960px){
.fadeInLeft{
  transform: translateX(-40px);
}
}
.fadeInLeft.active{
  transform: translateX(0);
	opacity: 1;
}

.fadeInRight{
  transform: translateX(10px);
  transition: all .4s ease-out 0.4s;
	opacity: 0;
}
@media (min-width: 415px){
.fadeInRight{
  transform: translateX(20px);
}
}
@media (min-width: 960px){
.fadeInRight{
  transform: translateX(40px);
}
}
.fadeInRight.active{
  transform: translateX(0);
	opacity: 1;
}

.fadeIn{
  transition: all .8s ease-out 0.5s;
	opacity: 0;
}
.fadeIn.active{
	opacity: 1;
}

#images li:nth-of-type(1){
  transition-delay: .1s;
}
#images li:nth-of-type(2){
  transition-delay: .2s;
}
#images li:nth-of-type(3){
  transition-delay: .3s;
}
#images li:nth-of-type(4){
  transition-delay: .4s;
}
#images li:nth-of-type(5){
  transition-delay: .5s;
}
#images li:nth-of-type(6){
  transition-delay: .6s;
}
#images li:nth-of-type(7){
  transition-delay: .7s;
}
#images li:nth-of-type(8){
  transition-delay: .8s;
}
#images li:nth-of-type(9){
  transition-delay: .9s;
}

#staff li:nth-of-type(3){
  transition-delay: .2s;
}
#staff li:nth-of-type(4){
  transition-delay: .4s;
}
#staff li:nth-of-type(5){
  transition-delay: .6s;
}
#staff li:nth-of-type(6){
  transition-delay: .8s;
}
