@charset "utf-8";
/* CSS Document */

:root {
  --main-color:rgba(14, 14, 14, 1);
	--second-color:rgba(231, 168, 41, 1);
	--third-color:rgba(255, 255, 255, 1);
  --sub-color:rgba(52, 52, 52, 1);
  --main-gutter: 1rem;
  --sub-gutter: 0.875rem;
  --main-position: center;
  --main-lh: 1.5;
  --text-color:rgba(255, 255, 255, 1);
  --main-text-color:rgba(204, 204, 204, 1);
  --sub-text-color:rgba(0, 0, 0, 1);
  --boder-color:rgba(255, 255, 255, 1);
  --boder-sub-color:rgba(255, 255, 255, 0.2);
  --block-color: #f9f9f9;
	--link-color:rgba(255, 255, 255, 1);
  --link-second-color:rgba(0, 0, 0, 1);
	--button-color:rgba(231, 168, 41, 1);
  --ext-button-color:rgba(231, 168, 41, 1);
}


* {
	box-sizing: border-box;
}



body {
	font-size: 1rem;
	line-height: 1.6;
	color: var(--text-color);
	-webkit-text-size-adjust: 100%;
	background:var(--main-color);
}

.spectral-extralight {
  font-family: "Spectral", serif;
  font-weight: 200;
  font-style: normal;
}

.spectral-light {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: normal;
}

.spectral-regular {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
}

.spectral-medium {
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: normal;
}

.spectral-semibold {
  font-family: "Spectral", serif;
  font-weight: 600;
  font-style: normal;
}

.spectral-bold {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-style: normal;
}

.spectral-extrabold {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-style: normal;
}

.spectral-extralight-italic {
  font-family: "Spectral", serif;
  font-weight: 200;
  font-style: italic;
}

.spectral-light-italic {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: italic;
}

.spectral-regular-italic {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: italic;
}

.spectral-medium-italic {
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: italic;
}

.spectral-semibold-italic {
  font-family: "Spectral", serif;
  font-weight: 600;
  font-style: italic;
}

.spectral-bold-italic {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-style: italic;
}

.spectral-extrabold-italic {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-style: italic;
}



#container {
  overflow: hidden;
}

.wrapper {
    max-width: var(--wrapper-width, 2500px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

#disable-layer {
	display:none;
	position:fixed;
	left:0;
	top:0;;
	z-index:997;
	background:rgba(240, 240, 240, .9);
	width:100%;
	height:100%;
}

/*----------------------------------------------------------------------------*/
/* ヘッダー部分 */
/*----------------------------------------------------------------------------*/

.header {
	display:block;
	position:fixed;
	top: 0;
	left:0;
	padding:0;
	margin: 0;
	width:100%;
	height:70px;
	text-align:center;
	z-index:100;
  background-image: linear-gradient(0deg, transparent,transparent);
}

.header__wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:flex-start;
	position:relative;
	padding:1.5rem 1.5rem;
	margin:0;
}

/* ロゴ */

.header__logo {
	display:block;
	padding:0;
	margin:0;
	color:#ffffff;
	font-size:1.25rem;
	font-family: 'Muli', sans-serif;
	font-weight:bold;
}

.header__logo h1 {
  padding: 0;
  margin: 0;
}

.header__logo a {
	color: #000000;
	text-decoration: none;
}

.header__logo span {
	display:block;
	padding:0;
	margin:0;
  width: 60px;
}

/* SPメニュー */

#nav-mark {
	display: block;
	width:36px;
	height:21px;
	z-index:400;
}

#nav-mark .menu-trigger {
	position: relative;
	width: 30px;
	height: 21px;
	padding:0;
	margin:0;
	cursor:pointer;
}

#nav-mark .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

#nav-mark .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

#nav-mark .menu-trigger span:nth-of-type(1) {
	top: 0;
}

#nav-mark .menu-trigger span:nth-of-type(2) {
	top: 10px;
}

#nav-mark .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

#nav-mark .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

#nav-mark .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

#nav-mark .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}


.new-mark {
	padding: 0 6px;
	color: #FEEB00;
}

#nav {
  display: none;
	position:fixed;
	top:0;
	right:0;
	z-index:-1;
	padding:0;
  background: rgba(14, 14, 14, 0.95);
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .5s linear;
	text-align:center;
}

#nav.active {
  display: block;
	opacity: 1;
	visibility: visible;
}

#nav > .inner {
  padding: 8rem 0 0 0;
  margin: 0 auto;
  width: 80%;
  text-align: left;
}

.nav-list {
  transform: translateX(-20px);
  opacity: 0;
  -webkit-animation: fade_nav_translate .8s ease 0s 1 forwards;
  animation: fade_nav_translate .8s ease 0s 1 forwards;
}

@keyframes fade_nav_translate {
  100% {
      opacity: 1;
      transform: translate(0, 0);
  }
}

.list-item {
  margin: 0 0 1.2rem 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4rem;
}

.list-item a {
  color: var(--second-color);
  text-decoration: none;
}

.list-item a:hover {
  text-decoration: none;
}

.list-item span::after {
  display: inline;
  padding: 0 0 0 1rem;
  font-size:.7rem;
  font-weight: normal;
  line-height: 1.4rem;
}

.list-item span.category-1::after {
  content:"- TOKYO";
}

.list-item span.category-2::after {
  content:"- プラン";
}

.list-item span.category-3::after {
  content:"- サロンライフ";
}

.list-item span.category-4::after {
  content:"- スタッフを紹介しています";
}

.list-item span.category-5::after {
  content:"- 生徒さまの声";
}

.list-item span.category-6::after {
  content:"- 会社概要";
}

.list-item span.category-7::after {
  content:"- お問い合わせ";
}

.social-link {
  padding: 1rem 0 0 0;
  margin: 0;
  border-top: 2px solid #000000;
}

.socila-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 1rem;
}

.social-item {
  display: block;
  width: 2.75rem;
}

.social-item span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 2.75rem;
  overflow: hidden;
}

.social-item span.line {
  background-image: url(../img/line_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.social-item span.instagram {
  background-image: url(../img/instagram_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.experience-link {
  padding: 0;
  margin: 0;
}

.reserve-button {
  padding: 0;
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

.reserve-button a {
  display: block;
  padding: 0.5rem 0;
  background: linear-gradient(rgba(231, 168, 41, 1),rgba(176, 96, 24, 1));
  color: #000000;
}

.reserve-button a:hover {
  text-decoration:none;
}


@keyframes MenuUp {
0% {
    opacity: 1;/* 透明 */
    transform: translateY(20px);
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);
}
}

@keyframes hover {
  0%, 100% {
    color: #333;
  }
  50% {
    color: #fff;
  }
}
@keyframes hover-in {
  0% {
    transform-origin: left top;
    transform: scale(1, 0);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes hover-out {
  0% {
    transform-origin: left bottom;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: left bottom;
    transform: scale(1, 0);
  }
}


/* フッター部分 */

.footer {
  padding: 3rem 0 0 0;
  border-top: 1px solid var(--boder-sub-color);
  background: var(--secondary-color);
  color: var(--link-color);
  text-align: center;
}

.footer__wrapper {
  padding: 0 12px;
  margin: 0;
}

.footer a {
  color: #ffffff;

}

.group-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__profile {
  padding: 0 var(--main-gutter);
  margin: 0;
  flex-basis: 100%;
  text-align: left;
}

.footer__profile-box {
  padding: 0;
  margin: 0 0 2rem 0;
}

.footer__profile p.location {
  margin: 0;
  font-size: 0.8rem;
}

.footer__profile p.location span {
  display: block;
}

.footer__profile p.tel {
  margin:0 auto 0.5rem auto;
  font-size: 0.8rem;
}

.footer__logo {
	display:inline-block;
	padding:0;
	margin:0 auto 0 auto;
	color:#ffffff;
	font-size:1.4rem;
	font-family: 'Muli', sans-serif;
	font-weight:bold;
}

.footer__logo a {
	color: #fffff;
	text-decoration: none;
}

.footer__logo span {
	display:block;
	padding:0;
	margin:0;
}

.footer-navi {
	padding: 1.5rem var(--main-gutter);
  flex-basis: 100%;
}

.footer-navi__list {
  border-top: 1px solid #222222;
}

.footer-navi__link {
  border-bottom: 1px solid #222222;
	font-size: 0.8rem;
  text-align: left;
}

.footer-navi__link a {
  display: block;
	padding: 1rem 0;
	color: var(--link-color);
  text-decoration: none;
}

.footer__copyright {
	padding: 12px 0 24px 0;
	text-align: center;
}

.footer__copyright p {
  font-size: 12px;
}

#back-top {
    position: fixed;
    bottom:140px;
	right:18px;
	width:48px;
    z-index: 998;
}

#back-top:before {
	position:absolute;
	display:inline-block;
	content:"# PAGE TOP";
	top:50px;
	right:-18px;
	transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
	font-size:9px;
	font-family: JosefinSans;
}

#back-top a {
	padding-top: 60px;
}

#back-top a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 80px;
	margin-left: 0px;
}

footer {
	background: var(--main-color);
}


.extra-banner {
	position: fixed;
	bottom: -300px;
	left:0;
	width: 100%;
	padding: 0;
	background: var(--second-color);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	text-align: center;
  z-index: 900;
}

.extra-banner .button-link {
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
}

.extra-banner .button-link small {
	display: block;
	font-size: 0.75rem;
}

.extra-banner .button-link span {
	position:relative;
}

.extra-banner .button-link span::before {
	display: block;
	position: absolute;
	top:0;
	left:-40px;
	content: "";
	margin: 0 0.5rem 0.2rem 0;
	width: 30px;
	height: 30px;
	background-image: url(../img/kazari-01.png);
	background-position:center 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.extra-banner .button-link span::after {
	display: block;
	position: absolute;
	top:0;
	right:-40px;
	content: "";
	margin: 0 0 0.2rem 0.5rem;
	width: 30px;
	height: 30px;
	background-image: url(../img/kazari-02.png);
	background-position:center 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.extra-banner .button-link  a {
	display: block;
	padding: 1rem;
	margin: 0;
	color: #000000;
	font-weight:bold;
}



/*----------------------------------------------------------------------------
 ***                                                                width480
----------------------------------------------------------------------------*/

@media only screen and (min-width: 480px){
}

/*----------------------------------------------------------------------------
 ***                                                                width768
----------------------------------------------------------------------------*/

@media only screen and (min-width: 768px){

/* ヘッダー部分 */

.header {
	height:96px;
  border-bottom: 1px solid #000000;
  background: var(--main-color);
}

.header__wrapper {
	padding: 12.5px 48px;
}

.header__logo h1 {
	display:block;
	padding:0;
	margin:0;
	font-size:18px;
	visibility:visible;
}

#nav > .inner {
  padding: 0;
}

.list-item {
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  text-align: center;
}

.list-item a::before {
  background: rgba(231, 168, 41, 1);
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.list-item a:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}

.list-item span::after {
  display: inline;
  padding: 0;
  font-size:.7rem;
  font-weight: normal;
  line-height: 1rem;
}

.list-item span.category-1::after {
  content:"- TOKYO -";
}

.list-item span.category-2::after {
  content:"- プラン -";
}

.list-item span.category-3::after {
  content:"- サロンライフ -";
}

.list-item span.category-4::after {
  content:"- スタッフを紹介しています -";
}

.list-item span.category-5::after {
  content:"- 生徒さまの声 -";
}

.list-item span.category-6::after {
  content:"- 会社概要 -";
}

.list-item span.category-7::after {
  content:"- お問い合わせ -";
}


.social-link {
  position: absolute;
  top:7rem;
  right:0rem;
  padding: 0;
  margin: 0;
  width: 2.75rem;
  border-top: none;
}

.socila-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 2rem;
  row-gap: 0.75rem;
}

.social-item {
  display: block;
  width: 2rem;
}

.social-item span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 2rem;
  overflow: hidden;
}

.experience-link {
  display: none;
}

footer {
	padding:96px 0 24px 0;
	background: var(--main-color);
}

.footer__wrapper {
  padding: 0 48px;
  margin: 0;
}

.extra-banner {
	position: fixed;
	bottom: -300px;
	left:calc(100% - 25rem);
	width: 24rem;
	padding: 0;
	background: var(--second-color);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-align: center;
}

.extra-banner .button-link {
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
}

.extra-banner .button-link small {
	display: block;
	font-size: 0.75rem;
}

.extra-banner .button-link span {
	position:relative;
}

.extra-banner .button-link span::before {
	display: block;
	position: absolute;
	top:0;
	left:-40px;
	content: "";
	margin: 0 0.5rem 0.2rem 0;
	width: 30px;
	height: 30px;
	background-image: url(../img/kazari-01.png);
	background-position:center 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.extra-banner .button-link span::after {
	display: block;
	position: absolute;
	top:0;
	right:-40px;
	content: "";
	margin: 0 0 0.2rem 0.5rem;
	width: 30px;
	height: 30px;
	background-image: url(../img/kazari-02.png);
	background-position:center 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.extra-banner .button-link  a {
	display: block;
	padding: 1rem;
	margin: 0;
	color: #000000;
	font-weight:bold;
}


}

/*----------------------------------------------------------------------------
 ***                                                                width980
----------------------------------------------------------------------------*/

@media only screen and (min-width: 980px){

#nav-mark {
  display:none;
}

#nav {
  display: block;
  position:relative;
  opacity: 1;
  visibility: visible;
  top:0px;
  right:0px;
  padding:0;
  margin:0;
  box-sizing:border-box;
  width: auto;
  height:auto;
  border-right:none;
  background-color:transparent;
  z-index: 2;
}

#nav > .inner {
  margin: 0;
  width: 100%;
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 1.5px;
  margin: 0;
  transform: none;
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}

.list-item {
  margin: 0;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.4;
}

.list-item span::after {
  display: block;
  text-align: center;
  font-size:.5rem;
  font-weight: normal;
}

.list-item a {
  display: block;
  padding: .3rem .75rem;
}

.list-item a:hover {
}

.footer__profile {
  flex-basis: 40%;
  text-align: left;
}

.footer-navi {
  flex-basis: 58%;
  text-align: left;
}

}
/*----------------------------------------------------------------------------
 ***                                                                width1024
----------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px){

.nav-list {
  column-gap: 3px;
}

.list-item {
  font-size: 0.75rem;
}

}
/*----------------------------------------------------------------------------
 ***                                                                width1280
----------------------------------------------------------------------------*/

@media only screen and (min-width: 1280px){

.nav-list {
  column-gap: 6px;
}

.list-item {
  font-size: 0.9rem;
}

.footer__profile {
  flex-basis: 30%;
  text-align: left;
}

.footer-navi {
  flex-basis: 68%;
  text-align: left;
}


}

@media only screen and (min-width: 1920px){

#container {
	max-width:1700px;
}


}
