@charset "utf-8";
/*css*/
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  transition: 0.3s;
  color: #222;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  outline: none;
}
iframe {
  border: none;
}
html, body {
  height: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p, li, button ,span {
  font-family: 'Lato', sans-serif;
  letter-spacing: .15em;
  font-weight: normal;
}
h1 {
  font-size: 1.2em;
}
h1.h1 {
  position: relative;
  padding: 20px 0;
  margin: 70px auto;
  text-align: center;
}
h1.h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background-color: #222;
  border-radius: 7px;
}
h2 {
  font-size: 1em;
}
/*h2のあしらい*/
h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.2em;
}
h2:before {
  position: absolute;
  bottom: 15px;
  left: calc(50% - 20px);
  width: 40px;
  height: 2px;
  content: '';
  border-radius: 1px;
  background: #000;
}
p {
  font-size: .8em;
}
table {
  font-family: 'Lato', sans-serif;
}
/*layout*/
/*modal*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1000px;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.0);
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  align-content: center;
}
.close-btn span {
  display: inline-block;
  font-size: 2.5em;
  color: #fff;
  transition: .3s;
  transform-origin: center center;
  line-height: 0;
  transform: rotate(135deg);
  font-weight: 100;
}
.close-btn span:hover {
  transform: rotate(45deg);
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
  cursor: pointer;
}
/*modal*/

/* Spinner LoadBar */
.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100vh;
  background: linear-gradient(-60deg, #fff2f0, #FFFAF0);
  background-size: 200% 200%;
  animation: bggradient 8s ease infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1000ms;
}
.col-sm-2_load {
	padding: 10px;
	border-radius: 4px;
	height: 125px;
	margin-bottom: 10px;
}
.col-sm-2_load p{
  text-align: center;
}
.col-sm-2_load img{
  display: block;
  margin: 0 auto;
  width: 100px;
}
.sp_load {
	width: 32px;
	height: 32px;
	clear: both;
	margin: 20px auto;
}
.sp-loadbar {
	width: 140px;
	height: 18px;
	border: 1px #555 solid;
	border-radius: 4px;
	background: linear-gradient(-60deg, transparent 0%, transparent 50%, #555 50%, #555 75%, transparent 75%, transparent);
	background-size: 20px 30px;
	background-position: 0px 0px;
	-webkit-animation: spLoadBar 0.8s infinite linear;
	animation: spLoadBar 0.8s infinite linear;
}
@-webkit-keyframes spLoadBar {
	from { background-position: 0px 0px; }
	to { background-position: -20px 0px; }
}
@keyframes spLoadBar {
	from { background-position: 0px 0px; }
	to { background-position: -20px 0px; }
}
/* Spinner LoadBar */


/*topickSlider*/
.topick_slider .gallery {
  background: #EEE;
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.topick_slider .gallery .gallery-cell {
  width: 70%;
  height: 500px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}
/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
#main-image-gallery {
  padding-top: 100px;
  max-width: 65vw;
  margin: 0 auto;
  padding-bottom: 8px;
}
.flickity-prev-next-button {
  display: none;
}
/*topickSlider*/
/*スクロールボタン*/
/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 40px;
  right: 9%;
}
/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #000;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* 丸の描写 */
.scrolldown2::before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  transition: 0.3s;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.scrolldown2:hover::before, .scrolldown2:hover::after {
  background: red;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #000;
  transition: 0.3s;
}
/*スクロールボタン*/
/*レイアウト*/
.header {
  height: 100svh;
  position: relative;
}
.header div.bg-color {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFAF0;
  height: 94vh;
  width: 80vw;
  z-index: -1;
}
div.logo-nav {
  position: fixed;
  z-index: 999;
  background-color: rgba(255, 250, 240, .6);
  transition: 0.5s;
  width: 80vw;
  height: 100px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom-right-radius: 10px;
}
div.logo-nav .logo-img {
  width: 150px;
  padding: 20px 0 0 50px;
  transition: 1s;
}
.logo-img a span{ 
  font-size: 2.1em;
  font-weight: 600;
  letter-spacing: .1em;
}
div.logo-nav .logo-img a:hover {
  opacity: 0.5;
}
div.logo-nav {
  display: flex;
}
nav.nav-pc > ul {
  display: flex;
  flex-direction: row;
  margin-left: 10vw;
  margin-top: 2.5em;
}
nav.nav-pc > ul > li > a {
  padding-top: 40px;
  position: relative;
  transition: .5s;
}
nav.nav-pc > ul > li > a::after {
  content: "";
  text-align: center;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  transition: .2s;
}
nav.nav-pc > ul > li > a:hover::after {
  background-color: red;
}
nav.nav-pc ul li a {
  padding: 10px;
  margin: 20px;
  border-radius: 5px;
}
.header div.reservation-box {
  position: absolute;
  position: fixed;
  right: 0;
  top: 0;
  border: solid #000 1px;
  width: 13vw;
  margin: 15px 15px 0 0;
  padding: 10px;
  text-align: center;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.50);
  transition: 0.3s;
}
.header div.reservation-box:hover {
  background-color: rgba(255, 255, 255, 0.80);
}
.header div.reservation-box ul li:hover {
  opacity: 0.5;
}
nav.nav-pc ul li.nav-salon ul li, .header div.reservation-box ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
nav.nav-pc ul li.nav-salon ul li {
  background-color: rgba(255, 250, 240, 0);
}
nav.nav-pc ul li.nav-salon:hover ul {
  background-color: rgba(255, 250, 240, .6);
}
nav.nav-pc ul li.nav-salon ul li:nth-child(2) {
  padding-bottom: 10px;
}
nav.nav-pc ul li.nav-salon ul li a, .header div.reservation-box ul li a {
  line-height: 2.5;
  transition: .3s;
}
nav.nav-pc ul li.nav-salon ul li a:hover, .header div.reservation-box ul li a:hover {
  opacity: 0.6;
}
nav.nav-pc ul li.nav-salon:hover ul li, .header div.reservation-box:hover ul li {
  overflow: visible;
  height: 2em;
}
#info-bnr {
  display: flex;
  flex-direction: row;
  background-color: #EFEFEF;
  position: relative;
  padding: 10px 20px;
}
#info-bnr > p {
  margin-left: 20px;
}
.info-link a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: row;
}
#info p::before {
  content: url(img/arrow_fff.png);
}
.mainContainer {
  text-align: center;
}
.bgImg1 {
  height: 100svh;
  width: 100%;
  position: fixed;
  z-index: -1;
  background-image: url("../img/top_img_0002.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
h1 {
  font-size: 2.2em;
}
.vision-box, .mo-box {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 0 auto;
}
.vision-box {
  background: linear-gradient(#fff 0% 50%, #FFFAF0 50% 75%, #FFF8EA 75% 100%);
  margin: 0 auto;
}
.mo-box {
  background: linear-gradient(#FFF8EA 0% 80%, #FFFAF0 80% 100%);
  margin: 0 0;
  padding: 100px 0 200px;
}
.vision-img {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 700px;
  z-index: 500;
}
.vision-img img, .mo-img img {
  filter: drop-shadow(0px 3px 2px rgba(51, 51, 51, 0.1));
}
.vision-tx, .mo-tx {
  background-color: #fff;
  height: 400px;
  transform-origin: center center;
  padding: 0px 25px 70px;
  width: 500px;
  margin-left: 15vw;
  margin-top: 50px;
  line-height: 2;
}
.mo-tx {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.00);
  height: auto;
  margin-bottom: 400px;
}
.mo-tx .h-mo {
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0;
}
.mo-img img:nth-child(2) {
  position: absolute;
  top: 400px;
  right: 20%;
  z-index: 500;
  max-width: 250px;
}
.mo-img img:nth-child(1) {
  position: absolute;
  top: 600px;
  right: 30%;
  z-index: 500;
  max-width: 250px;
}
.vision-tx h2, .mo-tx h2, .vision-tx > p, .mo-tx > p {
  margin-bottom: 50px;
}
.mo-tx > p {
  margin-left: 40px;
  line-height: 2.3;
}
.philosophy_btn button {
  display: flex;
  max-width: 500px;
  padding: 15px 50px;
  background-color: #fff;
  border-radius: 5px;
  border: #222 solid 1px;
  transition: .3s;
  margin: 0px auto;
  font-size: 1em;
  align-items: center;
}
.philosophy_btn button:hover {
  background-color: #222;
  border-radius: 20px;
  color: #fff;
}
.philosophy_btn button span.code_43 {
  padding: 0 20px;
  font-size: 2em;
  align-items: center;
  transition: .3s;
  color: #333;
}
.philosophy_btn button:hover span.code_43 {
  transform: rotate(45deg);
  color: #eee;
}
.philosophy_btn button span.title_btn {
  display: inline-block;
  font-size: 1em;
}
.modal_flex {
  width: 100%;
  color: #eee;
}
.secPh p {
  margin-bottom: 2em;
}
hr.contents_hr {
  transform: translateY(-400px);
  max-width: 80%;
  margin: 0 auto;
  height: 1px;
  border: none;
  border-top: 1px #000000 solid;
}
.secPh h2, .secPh h3 {
  margin-bottom: 30px
}
.secPh h2::before {
  background-color: #eee;
}
.salon-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100svh;
  position: relative;
  width: 100%;
}
.lowha-harajuku, .lowha-ageo {
  content: "";
  display: block;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  text-align: center;
}
.gallery {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  text-align: center;
  background-color: #fff;
}
.lowha-harajuku {
  background-image: url("../img/top_img_0002.jpg");
}
.lowha-ageo {
  background-image: url("../img/top_img_0004.jpg");
}
.recruitBg {
  background-image: url("../img/top_img_0006.jpg");
}
.bg_salon {
  position: absolute;
  content: "";
  top: 10%;
  bottom: 0;
  right: 0;
  left: 0;
  height: 80%;
  width: 65%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.80);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 15px;
  filter: drop-shadow(0px 6px 4px rgba(51, 51, 51, 0.2))
}
.salon_info table {
  margin: 0 auto;
}
section.stylist_area {
  background-color: #F2F2F2;
  padding-top: 100px;
  padding-bottom: 120px;
}
section.stylist_area h2 {
  padding: 50px auto;
}
.sectionBox {
  margin: 0 auto;
  max-width: 65%;
}
.sectionBox h2 {
  display: inline-block;
  padding-top: 50px;
}
ul.imgBox {
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: space-around;
}
ul.imgBox li {
  margin: 40px 20px;
}
ul.imgBox li img {
  max-width: 200px;
  transition: .3s;
  filter: grayscale(100%);
}
ul.imgBox li:hover img {
  filter: grayscale(0%);
  border-radius: 20px;
}
ul.imgBox li p {
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: .9em;
}
ul.imgBox li p {
  display: inline-block;
  position: relative;
}
ul.imgBox li p::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
ul.imgBox li:hover p::after {
  transform: scale(1, 1);
}
.bg_salon h1 {
  margin: 20px 0 20px;
}
.bg_salon img {
  max-width: 200px;
  margin-bottom: 40px;
}
.bg_salon .salon_info p {
  margin-bottom: 30px;
  font-size: .9em;
  letter-spacing: .2em;
}
.bg_salon .salon_info p:nth-of-type(1){
  margin-bottom: 10px;
}
.bg_salon .salon_info a.btnA {
  display: inline-block;
  margin-bottom: 30px;
}
.btn_box a.btnA {
  margin-top: 30px;
}
.telA{
  border-bottom: #000 solid 1px;
}
.salon_info a.btnA {
  background-color: #000;
  color: #eee;
  display: block;
  font-size: 1em;
  font-weight: 100;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100px;
  height: 20px;
  padding: 3px 0;
}
.salon_info a.btnA:hover {
  color: #000;
}
.salon_info a.btnA::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  background-color: #eee;
}
.salon_info a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.salon_info a .in_text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.salon_info {
  letter-spacing: .1em;
}
.salon_info table tr th:not(.spaceTd) {
  text-align: right;
  vertical-align: top;
}
td.spaceTd {
  display: block;
  width: 20px;
}
.salon_info table tr td {
  text-align: left;
}
#salonAgeo img {
  margin-top: 60px;
}
.gallery_grid {
  padding-bottom: 70px;
}
ul.funBox {
  /*display: grid;
  grid-gap: 20px;*/
  /*  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
  /*  margin-bottom: 7em;*/
  display: flex;
}
ul.funBox li a img {
  transition: .3s;
}
ul.funBox li a img:hover {
  opacity: .7;
}
.funBox {
  max-width: 1000px;
  margin: 0 auto;
}
.recruitWrap {
  text-align: center;
}
.bg_salon .recruitWrap > p {
  margin: 70px 0;
  font-size: 1.1em;
  font-weight: 700;
}
.recruitBox {
  display: flex;
  padding: 0 30px;
}
.rIn {
  width: 50%;
}
.rIn h2 {
  margin-bottom: 20px
}
.r1 p {
  line-height: 2.2;
}
.r1 p span {
  font-size: .9em;
  line-height: 8;
}
.r2 table th {
  font-weight: 400;
}
.footer{
  position: sticky;
}
footer .footerWrap {
  padding-top: 140px;
  background-color: #fff;
}
.footerWrap .logo-img {
  width: 200px;
  margin: 0 auto;
}
.footerWrap ul {
  display: flex;
  max-width: 800px;
  margin: 70px auto 100px;
  justify-content: space-between;
}
.footerList {
  display: none;
}
.footerSns p {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
}
.footerSns ul {
  max-width: 400px;
  margin: 50px auto 100px;
  justify-content: center;
}
.footerSns ul li {
  transition: .3s;
}
.footerSns ul li:hover {
  opacity: .6;
}
.footerSns ul li i {
  font-size: 2em;
}
.footerCopy p {
  margin: 100px auto 0;
  text-align: center;
  padding-bottom: 50px;
}
.pc-none {
  display: none;
}
/*spMenu調整*/
header.drawer-navbar {
  /*  visibility: hidden;*/
  display: none;
}
body.drawer--navbarTopGutter {
  padding-top: 0;
}
a.drawer-brand {
  display: none;
}
br.spBr {
  display: none;
}
#concept {
  background-color: #fff;
}
/*spMenu*/
/*navDrawer*/
div.drawer-navbar-header, .drawer-navbar, .drawer-nav {
  background: transparent !important;
  border: none !important;
}
/*ipadPro:1100px*/
@media screen and (max-width:1100px) {
  .vision-box, .mo-box {
    flex-direction: column;
    position: inherit;
  }
  .vision-img, .mo-box .mo-img img {
    position: inherit;
  }
  .vision-img {
    margin: 0px auto;
    width: auto;
  }
  .vision-tx, .mo-tx {
    margin: 0 auto;
    width: auto;
  }
}
@media screen and (max-width:1023px) {
  .drawer-nav {
    background: #fff !important;
    border: none !important;
  }
  header.drawer-navbar {
    display: block;
  }
  body.drawer--navbarTopGutter {
    padding-top: auto;
  }
  div.logo-nav, #main-image-gallery, .reservation-box {
    display: none;
  }
  .scrolldown2 {
    position: absolute;
    bottom: 40px;
    right: 50%;
  }
  .header div.bg-color {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFAF0;
    height: 90vh;
    width: 80vw;
    z-index: -1;
  }
}
@media screen and (max-width:768px) {
  .close-btn {
    top: 8%;
    right: 3%;
  }
  br.spBr {
    display: block;
  }
  ul.imgBox {
    flex-direction: column;
  }
  .mo-tx > p {
    margin-left: 0;
  }
  .recruitBox {
    flex-direction: column;
  }
  .rIn {
    width: 100%;
  }
  .footerSns ul {
    max-width: 300px;
  }
  h1 {
    font-size: 1.7em;
  }
  h1.h1 {
    margin: -1px auto 20px;
    padding: 60px 0 20px;
  }
  h2 {
    font-size: 1em;
  }
  .vision-tx h2, .mo-tx h2, .vision-tx > p, .mo-tx > p {
    margin-bottom: 20px;
  }
  .vision-tx, .mo-tx {
    padding: 0px 0px 70px;
    height: auto;
  }
  .mo-box {
    padding: 70px 0;
  }
  .philosophy_btn button {
    max-width: 300px;
    padding: 15px 10px;
  }
  .bg_salon {
    width: 100%;
    border-radius: 0px;
    position: inherit;
    filter: none;
  }
  .salon-box {
    height: auto;
  }
  .recruitBox {
    padding: 0 10px;
  }
  .bg_salon .recruitWrap > p {
    margin: 50px 0;
    font-size: .95em;
  }
  .vision-box {
    background: none;
  }
  .sectionBox {
    max-width: 100%;
  }
  ul.imgBox li {
    margin: 40px 30px;
  }
  ul.imgBox li a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  ul.imgBox li img {
    max-width: 150px;
  }
  ul.imgBox li p {
    font-size: 1.1em;
    display: block;
    width: 100px;
  }
  .vision-img {
    z-index: 0;
  }
  .bg_salon .recruitWrap .salon_info p {
    margin-bottom: 0;
  }
  .recruitWrap.salon_info table {
    padding-bottom: 60px;
  }
  .r1 p span {
    line-height: 5;
  }
  .pc-none {
    display: block;
  }
  .scrolldown2::before, .scrolldown2:after {
    background: #fff;
  }
  .scrolldown2 span {
    color: #fff;
  }
  .scrolldown2 {
    right: 20%;
  }
  td.spaceTd {
    width: 10px;
  }
  .kvbox {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100svh;
    background-image: url("../img/spKv_01.jpg");
    overflow: hidden;
  }
  .kvImgWrap::before {
    content: "";
    width: 700px;
    height: 900px;
    background-color: rgba(0, 0, 0, .40);
    position: absolute;
    top: 10%;
    left: 20%;
    transform: rotate(45deg);
    animation: topKvLogoBe 1s ease-in-out;
  }
  .kvImgWrap::after {
    content: "";
    width: 200px;
    height: 200px;
    background-color: rgb(255 248 234 / 70%);
    position: fixed;
    top: -15%;
    right: -28%;
    transform: rotate(45deg);
    z-index: 2;
  }
  .kvLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* max-width: 180px; */
  }
  span.kvLogo {
    height: fit-content;
    color: #fff;
    font-size: 12vw;
    font-weight: 600;
    letter-spacing: .1em;
  }
  .mo-img img:nth-child(1) {
    margin: 10px 0px 20px 100px;
    max-width: 200px;
  }
  .mo-img img:nth-child(2) {
    margin: 10px 100px 20px 0px;
    max-width: 200px;
    transform: translateY(-40%);
  }
  hr.contents_hr {
    transform: translateY(-220px);
    max-width: 60%;
    margin: 0 10px 0 80px;
    border-top: #555 1px solid;
  }
  .btn_box {
    padding-bottom: 60px;
  }
  .philosophy_btn button span.title_btn {
    color: #333;
  }
  .secPh p {
    font-size: .7em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width:375px) {
  .kvImgWrap::after {
    top: -20%;
    right: -29%;
  }
  .close-btn {
    top: 10%;
  }
  .kvImgWrap::before {
  width: 1000px;
  }
}
@media screen and (min-width:1920px) {
  #main-image-gallery{
    max-width: 75vw;
  }
  .vision-img {
    width: 1100px;
}
.mo-img img:nth-child(1) {
  top: 500px;
  max-width: 350px;
}
.mo-img img:nth-child(2) {
  top: 200px;
  max-width: 350px;
}
.bg_salon {
  top: 20%;
  height: 60%;
  width: 45%;
}

}
@keyframes topKvLogoBe {
  0% {
    background-color: rgba(0, 0, 0, 0);
    top: 10%;
    left: 100%;
  }
  100% {
    background-color: rgba(0, 0, 0, .40);
    top: 10%;
    left: 20%;
  }
}