.sp {
	display: none;
}

.scroll-message, .scroll-message .mouse-icon {
  left: 50%;
  margin-right: -50%;
  position: absolute;
}

footer, footer ul.social_icons li a {
  color: #FFF;
}

.scroll-message {
  bottom: 5%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .scroll-message {
    display: none;
  }
}
.scroll-message .mouse-icon {
  bottom: 60%;
  fill: #000;
  height: 23px;
  width: 15px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scroll-message p {
  color: #FFF;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
}

footer {
  background: #000;
  width: 100%;
  font-size: 75%;
  padding: 10px 20px;
}

footer p.copyright {
  float: right;
  margin: 0;
  font-size: 65%;
  font-family: Oswald, sans-serif;
  text-align: right;
  width: 50%;
}

footer ul.social_icons {
  float: left;
  margin: 0;
  padding: 0;
}

footer ul.social_icons li {
  float: left;
  list-style: none;
  margin-right: 20px;
	vertical-align: middle;
}

footer ul.social_icons li.end {
  margin-right: 0;
}

footer span {
  font-family: Sofia Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
	float: left;
}
footer>span:after {
    content: '';
    width: 50px;
    border-top: 1px solid #FFF;
    margin: 0 18px 0 8px;
    display: inline-block;
    vertical-align: middle;
}
footer ul.social_icons li span {
    margin-left: .5em;
    float: none;
}

.banner_pc {
  display: none;
}

.banner_sp {
  position: fixed;
  bottom: 65px;
  left: 0;
  z-index: 1000;
}

@media (min-width: 500px) {
  .banner_pc {
    position: fixed;
    bottom: 60px;
    left: 20px;
    z-index: 1000;
    display: block;
  }

  .banner_sp {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
  }

  .menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    background: #000;
    z-index: 2;
  }

  .g-nav {
    position: absolute;
  }

  .menu-trigger span {
    position: absolute;
    background: #fff;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 15px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  h1.logo {
    margin: 0 auto 40px;
    width: 80%;
  }
}
@media (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	footer ul.social_icons {
		font-size: 0;
		text-align: center;
		float: none;
	}
	footer ul.social_icons li {
		display: inline-block;
		float: none;
	}
	footer ul.social_icons li.line {
		margin-top: 10px;
		display: block;
	}
  footer span {
    display: none;
  }
	footer ul.social_icons li span {
		margin: .5em 0 0 0;
		font-size: 10px;
		line-height: 1.5;
		display: block;
	}

  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
  }

  .menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    background: #000;
    z-index: 2;
  }

  .menu-trigger span {
    position: absolute;
    background: #FFF;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 15px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  h1.logo {
    margin: 20px auto;
    width: 80%;
  }

  .pane-header--home .pane-header__content {
    position: absolute;
    left: 0;
    top: 32vw;
    z-index: 1000000;
  }
}
.menu_button01:hover:after, .menu_button02:hover:after {
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.menu_button01:after, .menu_button02:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all .9s ease-out;
  -moz-transition: all .9s ease-out;
  -ms-transition: all 0.9s ease-out;
}

.menu_button01 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.menu_button01:after {
  position: absolute;
  background: url(../images/menu_bg01.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.9s ease-out;
}

.menu_button01:hover:after {
  transform: scale(1.1);
}

.menu_button01 .inner {
  z-index: 1;
  position: relative;
  text-align: center;
}

.menu_button02 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.menu_button02:after {
  position: absolute;
  background: url(../images/menu_bg02.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.9s ease-out;
}

.menu_about:after, .menu_briefing:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all .9s ease-out;
  -moz-transition: all .9s ease-out;
  -ms-transition: all 0.9s ease-out;
}

.menu_button02:hover:after {
  transform: scale(1.1);
}

.menu_about:hover:after, .menu_briefing:hover:after {
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.menu_button02 .inner {
  z-index: 1;
  position: relative;
  text-align: center;
}

.menu_about {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.menu_about:after {
  position: absolute;
  background: url(../images/menu_bg_about.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.9s ease-out;
}

.menu_about:hover:after {
  transform: scale(1.1);
}

.menu_about .inner {
  z-index: 1;
  position: relative;
  text-align: center;
}

.menu_briefing {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.menu_briefing:after {
  position: absolute;
  background: url(../images/menu_bg_briefing.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.9s ease-out;
}

.menu_button05:after, .menu_lesson:after {
  -webkit-transition: all .9s ease-out;
  -moz-transition: all .9s ease-out;
  -ms-transition: all .9s ease-out;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}

.menu_briefing:hover:after {
  transform: scale(1.1);
}

.menu_button05:hover:after, .menu_lesson:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  opacity: 0.8;
}

.menu_briefing .inner {
  z-index: 1;
  position: relative;
  text-align: center;
}

.menu_button05 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.menu_button05:after {
  position: absolute;
  background: url(../images/menu_bg04.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.9s ease-out;
}

.menu_button05:hover:after {
  transform: scale(1.1);
}

.menu_button05 .inner {
  z-index: 1;
  position: relative;
  text-align: center;
}

.menu_lesson {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.menu_lesson:after {
  position: absolute;
  background: url(../images/menu_bg_lesson.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.9s ease-out;
}

.menu_lesson:hover:after {
  transform: scale(1.1);
}

.menu_lesson .inner {
  z-index: 1;
  position: relative;
  text-align: center;
}

.menu_button07 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.menu_button07:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/menu_bg06.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .9s ease-out;
  -moz-transition: all .9s ease-out;
  -ms-transition: all .9s ease-out;
  transition: all 0.9s ease-out;
}

.menu_button07:hover:after {
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.menu_button07 .inner {
  z-index: 1;
  position: relative;
  text-align: center;
}

.menu_instructor {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.menu_instructor:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/menu_bg_instructor.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .9s ease-out;
  -moz-transition: all .9s ease-out;
  -ms-transition: all .9s ease-out;
  transition: all 0.9s ease-out;
}

.menu_instructor:hover:after {
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.menu_instructor .inner {
  z-index: 1;
  position: relative;
  text-align: center;
}

.menu_access:after {
  background-image: url(../images/menu_bg_access.jpg);
}

.menu_button_gel:after {
  background-image: url(../images/menu_bg_gel.png);
}

.menu_button_wax:after {
  background-image: url(../images/menu_bg_wax.png);
}

.menu_button_matwax:after {
  background-image: url(../images/menu_bg_matwax.png);
}

.menu_button_spray:after {
  background-image: url(../images/menu_bg_spray.png);
}

.menu_price:after {
  background-image: url(../images/menu_bg_price.jpg);
}

.item .contaner > div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.item .contaner > div:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .9s ease-out;
  -moz-transition: all .9s ease-out;
  -ms-transition: all .9s ease-out;
  transition: all 0.9s ease-out;
}

.item .contaner > div:hover:after {
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.item .contaner .inner {
	height: 100%;
	z-index: 1;
	position: relative;
	text-align: center;
}

#loader, #loader-bg {
  display: none;
  position: fixed;
}

#wrap {
  height: 100%;
}

#loader-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
}

#loader {
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
