@import url('https://fonts.googleapis.com/css?family=Oswald:200,400,600');

html { margin:0; padding:0; overflow-x: hidden; }
body {
	background: #171616;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	*font-size:small;
	*font:x-small;
	color:#eeeeee;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	text-indent:0pt;
	letter-spacing:0px;
	line-height:1.8;
	margin:0;
	padding:0px;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* #####  text  ##### */

a:hover:after {
    width: 50%;
outline:none;
}
a:hover, a:focus {
    color: #171616;
    text-decoration: none;
outline:none;
}
ol, ul {
    list-style: none;
}
p{
	font-size: 13px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.grow-text{ text-shadow:0 0 25px #fff,0 0 20px #fff,0 0 15px #fff; }

.lead{
	color: #4d4d4d;
	font-size: 13px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.lead_bg_white{
    background-color: rgba(255, 255, 255, 0.8);
	padding:20px;
}
.libre-text{
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	sans-serif; font-size: 15px;
}
@media only screen and (max-width : 480px){
	.libre-text{ font-size: 14px; }
}
.white-color{
	color:white;
}
.mq-text{
	color:#1c37a8;
}
.mq-bg{
	background-color:#1c37a8;
	padding:15px;
	color:#fff;
	letter-spacing:2px;
}
.tri-text{
	color:#3fc09d;
}
.tri-bg{
	background-color:#00543d;
	padding:15px;
	color:#fff;
	letter-spacing:2px;
}
.white{
	color:#fff;
}
.uppercase{ text-transform: uppercase; }

ul.social-icons li a:hover{
	color:#7beec7;
}
/* youtubeレスポンシブ */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* sections */
.section-overlay ~ .container {
    position: relative;
    z-index: 5;
}
section{
	position: relative;
}
.center { text-align: center; }
.right{ text-align: right; }
.left{ text-align: left; }


/* links, buttons */

a{
	outline:none;
    text-decoration: none;
    font-weight: 400;
    color: #777;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a img{ outline:none; }

.btn-hero:hover:after {
    width: 100%;
 	background-color: #171616;
}
.btn-hero-white:hover:after {
    width: 100%;
}
.default-btn {
	position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0 0 50px 0;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 70px;
    font-weight: 400;
}
.default-btn i {
    opacity: 0;
    position: absolute;
    font-size: 25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    right: 30px;
    top: 0;
    color:#ccc;
}
.gray-btn{
		color: #777 !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px !important;
}
.default-btn:hover i {
    opacity: 1;
    right: -30px;
}
.default-btn:hover:after {
    width: 100%;
}
.default-btn:after {
    content: "";
    position: absolute;
    top: 27px;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #ccc;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-hero-white:after {
    content: "";
    position: absolute;
    top: 27px;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.white:hover {
    color: #fff;
    text-decoration: none;
}
/* --------------------------------

HEADER & FOOTER

-------------------------------- */
/* header */
.box-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.box-header {
    height: 53px;
    background: transparent;
    box-shadow: none;
    top:0px;
}
.box-header {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box-header.is-fixed {
    position: fixed;
    top: 0px;
    background-color: rgba(0,84,61,1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.box-header.menu-is-open {
    background-color: rgba(0,84,61,1);
}
.box-logo {
    display: block;
    padding: 0px;
    margin-top: 3px;
    margin-left: 10px;
}
.box-logo img { width:190px; height:auto; }

.box-logo span{
	font-size: 11px;
	line-height: 5;
	color: #c7c6c6;
	font-weight: bold;
	padding-left: 6px;
}
@media only screen and (max-width : 530px){
	.box-logo img { width:165px; height:auto; }
	.box-header{ height:52px; }
	.box-logo span{ line-height: 4; }
}
.box-primary-nav-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #fff;
}
.box-primary-nav-trigger .box-menu-icon {
    display: inline-block;
    right: 0;
    top: 0;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 35px;
    height: 2px;
    background-color: #dedfdf;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    list-style: none;
}

.box-primary-nav-trigger .box-menu-icon::before,
.box-primary-nav-trigger .box-menu-icon:after {
    content: '';
    width: 80%;
    height: 100%;
    position: absolute;
    background-color: #c4c4c4;
	box-shadow: 0px 1px 1px #333333;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}
.box-primary-nav-trigger .box-menu-icon::before {
    top: -5px;
}
.box-primary-nav-trigger .box-menu-icon::after {
    top: 5px;
}
.box-primary-nav-trigger .box-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}
.box-primary-nav-trigger .box-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.box-primary-nav-trigger {
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 20px;
    top: 20px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width : 480px){
	.box-primary-nav-trigger { right: 20px; }
}
.box-primary-nav-trigger .box-menu-text {
    display: inline-block;
}
.box-primary-nav-trigger .box-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.box-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.96);
    z-index: 10;
    text-align: center;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    list-style: none;
}
.box-primary-nav li {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .2em 0;
    text-transform: capitalize;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
}
.box-primary-nav a {
    display: inline-block;
    padding: .4em 1em;
    border-radius: 0.25em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    text-decoration: none;
		letter-spacing: 2px;
}
.box-primary-nav a:focus {
    outline: none;
}
.no-touch .box-primary-nav a:hover {
    text-decoration: none;
    color: #ddd;
}
.box-primary-nav .box-label {
    color: #e8e0b0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    margin: 2.4em 0 .8em;
}
.box-primary-nav .box-social {
    display: inline-block;
    margin: 10px .4em;
}
.box-primary-nav .box-social a {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 20px
}
.box-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.box-primary-nav {
    padding: 150px 0 0;
}
.box-primary-nav li {
    font-size: 18px;
}
/* box-intro
==================================================*/
.top-right-separator {
    width: 0;
    position: absolute;
    top: -180px;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 180px 100vw;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
}
.top-right-separator_black {
    width: 0;
    position: absolute;
    top: -180px;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 180px 100vw;
    border-color: transparent transparent #171616 transparent;
    z-index: 1;
}
.separator_space {
    padding: 0 0 200px;
}
.box-intro {
	display: table;
	height: 100vh;
	width: 100%;
	text-align: center;
	background-attachment: fixed;
}
.box-intro::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/top/header.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
}
.box-2ndintro {
	position:relative;
	background-image:url(../images/top/services.jpg);
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	display: table;
	width: 100%;
	text-align: center;
}
.box-newintro {
	position:relative;
	background-image:url(../images/top/concept_bg.png);
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	display: table;
	width: 100%;
	text-align: center;
	padding:50px;
}
.box-2ndnewintro {
	position:relative;
	background-image:url(../images/top/services.jpg);
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	display: table;
	width: 100%;
	text-align: center;
	padding:50px;
}
.box-newrecruit {
	position:relative;
	background-image:url(../images/top/testimonials.jpg);
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	display: table;
	width: 100%;
	text-align: center;
	padding:0px;
}
.concept_bg {
	position:relative;
	background-image:url(../images/salon/concept_bg.jpg);
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	display: table;
	width: 100%;
	text-align: center;
}
.menu_bg {
	position:relative;
	background-image:url(../images/menu/menu_bg.jpg);
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	display: table;
	width: 100%;
	text-align: center;
}
.menu_bg_aveda {
	position:relative;
	background-image:url(../images/menu/menu_bg_aveda.jpg);
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	display: table;
	width: 100%;
	text-align: center;
}
.menu_bg_scalp{
	position:relative;
	background-image:url(../images/menu/menu_bg_scalp.jpg);
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	display: table;
	width: 100%;
	text-align: center;
}
.color_bg{
	background-color:#06221a;
	padding:30px 10px;
}
.full_bg_black20{
	padding:30px 10px;
	background-color:rgba(0,0,0,0.2);
}
.full_bg_black{
	padding:30px 10px;
	background-color:rgba(0,0,0,0.5);
}
.full_bg_white{
	padding:30px 10px;
	background-color:rgba(255,255,255,0.5);
}
.min_bg_white{
	padding:40px 40px;
	background-color:rgba(0,0,0,0.5);
}
@media only screen and (max-width : 530px){
	.box-newintro , .box-2ndnewintro { padding:20px; }
	.box-newintro { background-image:url(../images/top/concept_bg_phone.png); }
	.min_bg_white{ padding:15px 15px; border:0px solid #dddddd; }
}
.box-intro em {
    font-style: normal;
    text-transform: uppercase
}
.box-intro .table-cell {
margin:0 auto;
    display: table-cell;
    vertical-align: middle;
}
.full_bg_black .table-cell ,
.full_bg_white .table-cell {
    display: table-cell;
    vertical-align: top;
}
.table-cell2 {
	position: absolute;
	z-index: 2;
    top: 50%;
    left: 0; right:0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.box-intro h1{
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 40px;
	margin-top: 35px;
	padding:20px;
	color: #e4edeb;
	letter-spacing: 30px;
	text-shadow: 0px 1px 1px #333333;
	font-family: 'Oswald', sans-serif;
	font-weight:200;
}
.box-intro h3 {
	background-color: rgba(0, 0, 0, 0.6);
	padding:5px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 16px;
	letter-spacing: 10px;
	text-transform: uppercase;
	color: #e4edeb;
	line-height: 4;
	text-shadow: 0px 1px 1px #333333;
	text-align:center;
}
.box-intro p {
	padding:5px;
	text-transform: uppercase;
	color: #e4edeb;
	text-shadow: 1px 2px 2px #171616;
	text-align:center;
}
/* mouse effect */
.mouse {
	position: absolute;
	width: 20px;
	height: 35px;
	bottom: 100px;
	left: 50%;
	margin-left: -12px;
	border-radius: 15px;
	border: 2px solid #fff;
	-webkit-animation: intro 1s;
	animation: intro 1s;
}
.scroll {
	display: block;
	width: 2px;
	height: 5px;
	margin: 6px auto;
	border-radius: 4px;
	background: #fff;
	-webkit-animation: finger 2s infinite;
	animation: finger 2s infinite;
}
@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.home_tit_jp{ font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; font-size:180%; letter-spacing:6px; line-height:1.3; font-weight:bold; }
.home_typo_jp{ font-size:130%; line-height:1.8; }

@media only screen and (max-width : 480px){
	.home_tit_jp{ font-size:130%; letter-spacing:1px; }
	.home_typo_jp{ font-size:100%; line-height:1.6; }
}

/* text rotate */
.box-headline {
    font-size: 130px;
    line-height: 1.0;
margin-top:-30px;
}
.box-words-wrapper {
    display: inline-block;
    position: relative;
}
.box-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    right: 0;
    top: 0;
}
.box-words-wrapper b.is-visible {
    position: relative;
}
.no-js .box-words-wrapper b {
    opacity: 0;
}
.no-js .box-words-wrapper b.is-visible {
    opacity: 1;
}
.box-headline.rotate-2 .box-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px;
}
.box-headline.rotate-2 i,
.box-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box-headline.rotate-2 b {
    opacity: 0;
}
.box-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}
.is-visible .box-headline.rotate-2 i {
    opacity: 1;
}
.box-headline.rotate-2 i.in {
    -webkit-animation: box-rotate-2-in 0.4s forwards;
    animation: box-rotate-2-in 0.4s forwards;
}
.box-headline.rotate-2 i.out {
    -webkit-animation: box-rotate-2-out 0.4s forwards;
    animation: box-rotate-2-out 0.4s forwards;
}
.box-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
}
.no-csstransitions .box-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}
.no-csstransitions .box-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.no-csstransitions .box-headline.rotate-2 .is-visible i {
    opacity: 1;
}
@-webkit-keyframes box-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}
@keyframes box-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}
@keyframes box-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}
@media (max-width: 992px) {
	.box-intro h1 {
	font-size: 25px;
	letter-spacing: 5px;
	}
	.box-intro h3 {
	font-size: 12px;
	letter-spacing: 8px;
	}
}
/* #####  Footer  ##### */
footer.main-footer{
	background: #0e5342;
	z-index: 0;
	padding-bottom:40px;
}
footer p {
    color: #d3d3d3;
}
footer a {
    color: #d3d3d3;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}
.logo-footer{
		margin-bottom: 30px;
}
.footer-widget h4 {
		color: #d3d3d3;
		text-transform: uppercase;
		margin-bottom: 30px;
		font-size: 15px;
		position: relative;
		z-index: 2;
}
