/* reset */
html {
  scrollbar-gutter: stable;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #0066cc;
}

button,
input,
textarea,
select {
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img {
  width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
}

/* @font-face {
  font-family: 'Zen Kurenaido';
  src: url('../font/ZenKurenaido-Regular.ttf');
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: 'Zen Kurenaido';
  src: url('../font/ZenKurenaido-Regular.woff2') format('woff2'),
       url('../font/ZenKurenaido-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}

body {
  font-family: "Zen Kurenaido", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  line-height: 1.3;
}

.disPC {
  display: block !important;
}

.disFlexPC {
  display: flex !important;
}

.disSP,
.disFlexSP {
  display: none !important;
}

.container,
body .box_inner {
  width: 1152px;
  margin: 0 auto;
}

body .disPc {
  display: block;
}

body .disSp {
  display: none;
}

/* section header */
.box_banner {
  position: relative;
  color: #fff;
  background-color:#E1E6EA;
}

.box_banner img {
  width: 100%;
  display: block;
}

.box_banner .box_inner {
  width: 90.27%;
  padding: 220px 0 156px;
  margin: 0 auto;
  box-sizing: border-box;

}

.box_banner_inner {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 52.3%;
  left: 4.86%;
  z-index: 2;
}

.box_banner_inner span.disPc {
  display: inline-block;
}

.box_banner_right {
  position: absolute;
  font-size: 12px;
  right: 36px;
  top: 89px;
  transform: translate(-50%);
  letter-spacing: 4px;

}

.box_banner_title {
  font-size: 2.916vw;
  margin-bottom: 18px;
  line-height: 1.2;
}

.box_banner_txt {
  font-size: 1.389vw;
  line-height: 1.2;
}

.box_thoughts {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #1E1E1E;
  padding: 100px 0;
  background: #E1E6EA;
  position: relative;
}

#privacy-page .banner-pic {
  background: #1E1E1E;
}
.page-main{
  position: relative;
}
.bolang {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 0;
  background: #E1E6EA;
}

/* #salon_body .box_thoughts::after {
  background: url(../images/bg_bolang-purel.png), #E1E6EA;
  background-position: left top;
  background-size: 100% auto;
} */

.box_thoughts .box_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 111px;
  /* 	max-width: 574px; */
}

.box_thoughts .box_inner .inner-logo {
  width: 20.4%;
}

.box_thoughts .box_inner .inner-text .text {
  margin-bottom: 20px;
}

.box_thoughts .box_inner .inner-text .text:last-child {
  margin-bottom: 0;
}

/* @media screen and (max-width: 1280px) {
  .box_thoughts::after {
    bottom: -15px;
  }
} */

@media screen and (max-width: 769px) {
  .box_thoughts {
    padding: 90px 0 120px;
  }

  /* .box_thoughts::after {
    height: 119px;
	  background: #E1E6EA url(../images/bg_bolang-sp.svg) no-repeat center bottom;
    background-size: 100% auto;
    bottom: -10px;
  }

  #salon_body .box_thoughts::after {
    background:  #E1E6EA url(../images/bg_bolang-purel-sp.svg) no-repeat center bottom;
    background-size: 100% 100%;
    height: 66px;
  } */
}

/* top */
#header {
  position: relative;
}

#header .top-logo {
  position: fixed;
  top: 28px;
  left: 2.84%;
  z-index: 5;
}

#header .top-logo {
  width: 7.98%;
}

#header .top-logo img {
  width: 100%;
  height: auto;
}

#header .banner-top {
  position: fixed;
  top: 24px;
  right: 28px;
  z-index: 20;
  display: flex;
  align-items: center;
}

#header .banner-top .banner-top_right {
  display: flex;
  align-items: center;
  gap: 26px;
}

#header .calendar {
  display: flex;
  gap: 12px;
}

#header .calendar a {
  color: #F8F9FB;
  font-size: 12px;
  border-radius: 8px;
  width: 146px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#header .calendar a.to-head {
  background: #C08D4B;
  width:180px;
}
#header .calendar.disFlexSP a.to-head{
	width:100%;
}

#header .calendar a.to-body {
  background: #613F91;
}

#header .calendar a img {
  width: 26px;
  height: auto;
}

#header .menu-btn {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
cursor: pointer;
}

#header .menu-btn::before,
#header .menu-btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}

#header .menu-btn::before {
  margin-bottom: 8px;
}

#header .menu-btn.show::before,
#header .menu-btn.show::after {
  position: absolute;
  top: 50%;
  left: 0;
}

#header .menu-btn.show::before {
  transform: rotate(-30deg);
}

#header .menu-btn.show::after {
  transform: rotate(-150deg);
  transform: rotate(-150deg);
}

#header .banner-title_top {
  writing-mode: vertical-lr;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  color: #F8F9FB;
}

#header .banner-title_top span {
  display: block;
  font-size: clamp(28px,1.5625vw,30px);
  margin-right: 30px;
  letter-spacing: 8px;
}

#header .banner-title_top span:nth-child(2) {
  margin: 0 30px;
}

#header .banner-left {
  width: 13.68%;
  height: 90.9%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: rgba(18, 18, 18, 0.2);
  backdrop-filter: blur(24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 110px 0 2.1%;
  box-sizing: border-box;
}

/* #header h1 {
  width: 7.98%;
  height: 15.5%;
}
#header h1 img {
  width: 100%;
  height: auto;
}
#header h1 span {
  position: absolute;
  top: -99999999px;
  left: -9999999px;
} */
/* #header .banner-left h1 img {
  height: 100%;
  width: auto;
}
#header .banner-left h1 span {
  position: absolute;
  top: -99999999px;
  left: -9999999px;
} */
#header .banner-left a,
#header .banner-left dt {
  color: #F8F9FB;
}

#header .banner-left a:hover {
  color: #E4A85A;
}

#header .menu-list {
  font-size: clamp(10px, 0.83vw, 14px);
  /* font-size: 0.83vw; */
}

#header .menu-list>li {
  margin-bottom: 1.39vw;
}

#header .menu-list>li:last-child {
  margin-bottom: 0;
}

#header .main-menu .menu-list .group dt {
  font-size: 1.25vw;
}

#header .banner-left .menu-list .group dt {
  font-size: clamp(12px, 0.83vw, 14px);
}

.menu-list .group dd {
  padding-left: 23px;
  opacity: .5;
  margin-top: 0.625vw;
}

.menu-list .group dd li {
  margin-bottom: 4px;
}

.menu-list .group dd li:last-child {
  margin-bottom: 0;
}

.menu-list .group a {
  position: relative;
  padding-left: 14px;
}

.menu-list .group a::after {
  content: '';
  display: block;
  width: 6px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#header .camera {
  width: 18px;
  margin-top: 2.22vw;
  display: block;
}

#header .main-menu_scroll {
  /* overflow-y: scroll; */
  padding-bottom: 157px;
  height: 100%;
  position: relative;
  z-index: 1;
}

#header .main-menu_scroll::-webkit-scrollbar {
  display: none;
}

#header .main-menu_out {
  width: 45.7%;
  height: 100vh;
  background: #1E1E1E;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 118px 6.25% 157px;
  padding-bottom: 0;
  box-sizing: border-box;
  display: none;
  align-items: center;
}

#header .main-menu_out.show {
  display: flex;
  justify-content: center;
}

#header .main-menu_out.show+.banner-left+.banner-pic {
  position: relative;
}
#header .main-menu_out.show+.banner-left+.banner-pic .mask{
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255,255,255,0.02);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

#header .main-menu_out .circle {
  position: absolute;
  z-index: 0;
}

#header .main-menu_out .circle1 {
  width: 17.64vw;
  bottom: 0;
  left: 0;
}

#header .main-menu_out .circle2 {
  width: 13.54vw;
  bottom: 0;
  right: 0;
}

.main-menu {
  color: #F8F9FB;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
	position: relative;
	z-index: 2;
}

.main-menu .menu-left {
  display: flex;
  flex: 1;
}

.main-menu .menu-title {
  writing-mode: vertical-lr;
  font-size: 1.67vw;
}

.main-menu .menu-list {
  margin: 40px 0 0 18.8%;
}

.main-menu .menu-list a {
  font-size: 1.25vw;
}

.main-menu .menu-list a:hover {
  color: #E4A85A;
}

#header .main-menu .menu-right {
  width: 33.25%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#header .main-menu .menu-right .menu-person {
  display: flex;
  align-items: center;
  gap: 18.86%;
  margin-top: 24px;
}

#header .main-menu .menu-right .menu-person a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .main-menu .menu-right .menu-person img {
  width: 27%;
}

#header .banner-pic img {
  width: 100%;
}

.top-page .bloom {
  padding: 170px 0 170px;
  background-color: #E1E6EA;
  position: relative;
  margin-top: -80px;
  z-index: -1;
  overflow: hidden;
}

.top-page .common-part {
  position: relative;
}

.top-page .common-part dl {
  display: flex;
  justify-content: space-between;
}

.top-page .common-part dt {
  writing-mode: vertical-lr;
  letter-spacing: 5px;
}

.top-page .common-part dt .big {
  font-size: 30px;
  padding-top: 62px;
}

.top-page .common-part dt .small {
  display: block;
  font-size: 22px;
  margin-left: 13px;
}

.top-page .common-part dd {
  line-height: 1.8;
}

.top-page .common-part dd>.text {
  margin-bottom: 26px;
}

.top-page .common-part .to-detail {
  font-size: 14px;
  color: #F8F9FB;
  display: flex;
  align-items: center;
  margin-top: 52px;
  cursor: pointer;
}

.top-page .common-part .to-detail img {
  width: 56px;
  margin-right: 23px;
}

.top-page .common-part .to-detail .orange {
  display: none;
}

.top-page .common-part .pic-show {
  width: 1152px;
  margin: 134px auto 0;
  display: flex;
  gap: 17.7%;
}

.top-page .common-part .pic1 {
  width: 43.4%;
}

.top-page .common-part .pic2 {
  width: 28.12%;
  padding-top: 276px;
}

.top-page .bloom dd {
  padding-top: 187px;
}

.top-page .bloom .text:last-child {
  margin-bottom: 0;
}

.top-page .common-part .circle {
  position: absolute;
  z-index: -1;
}

.top-page .bloom .circle1 {
  top: -187px;
  right: -162px;
}

.top-page .bloom .circle2 {
  bottom: -6.875vw;
  left: 8.85vw;
}

.top-page .common-banner {
  position: relative;
  z-index: 2;
  margin-top: -70px;
}
.top-page .common-banner {
  position: relative;
  z-index: 2;
  margin-top: -102px;
}

.top-page .common-banner .logo {
  width: 16.31%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-page .mind {
  padding-top: 174px;
  padding-bottom: 178px;
  margin-top: -60px;
  background: #1E1E1E;
  color: #F8F9FB;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.top-page .mind dd {
  padding-top: 203px;
  padding-right: 7%;
}

.top-page .mind .circle1 {
  width: 19.52vw;
  top: 28%;
  right: 0;
  z-index: -1;
}

.top-page .mind .circle2 {
  width: 27vw;
  bottom: 0;
  left: 0;
}

.top-page .mind .wave-top {
  position: absolute;
  bottom: -2px;
  left:0;
}

.top-page .warmth {
  background: #432A65;
  color: #F8F9FB;
  margin-top: -60px;
  padding-top: 174px;
  padding-bottom: 190px;
  position: relative;
  z-index: 1;
}

.top-page .warmth dd {
  padding-top: 257px;
}

.top-page .warmth .circle1 {
  width: 21.11vw;
  top: 33.95%;
  right: 0;
}

.top-page .warmth .circle2 {
  width: 35.53vw;
  bottom: 0;
  left: 0;
}

.top-page .warmth .wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

.top-page .three-paths {
  background: #E1E6EA;
  padding: 220px 0 190px;
  background-position: top left;
  margin-top: -83px;
  /*   background: url(../images/bg_paths-circle.png) #E1E6EA no-repeat;
  background-size: 100%;
  background-position: 0 83px; */
}

.top-page .three-paths .circle {
  opacity: .5;
}

.top-page .three-paths dl {
  padding-right: 6.07%;
}

.top-page .three-paths dt .big {
  padding-top: 77px;
}

.top-page .three-paths dd {
  width: 68.8%;
  margin-left: 16.49%;
  padding-top: 149px;
}

.top-page .three-paths li {
  margin-bottom: 243px;
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.top-page .three-paths li:last-child {
  margin-bottom: 0;
}

.top-page .three-paths li:nth-child(odd) {
  padding-left: 8.32%;
}

.top-page .three-paths li:nth-child(even) {
  padding-left: 25.6%;
}

.top-page .three-paths li img {
  width: 81.2%;
}

.top-page .three-paths li:nth-child(even) img {
  width: 100%;
}

.top-page .three-paths li .prompt {
  width: 52.88%;
  position: absolute;
  top: 35.27%;
  right: 0;
  z-index: 2;
  text-align: left;
}

.top-page .three-paths li:nth-child(even) .prompt {
  right: auto;
  left: 0;
}

.top-page .three-paths li .num {
  border-radius: 50%;
  background: #C08D4B;
  font-size: 56px;
  display: block;
  width: 132px;
  height: 132px;
  text-align: center;
  line-height: 132px;
  color: #F8F9FB;
}

.top-page .three-paths li .prompt-main {
  color: #1E1E1E;
  background: url(../images/bg_paths-prompt.png) no-repeat;
  background-size: cover;
  background-position: left top;
  border-radius: 50%;
  width: 382px;
  height: 382px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.8;
  padding: 0 50px 0 64px;
  position: absolute;
  top: 42px;
  left: 12px;
}

.top-page .three-paths .prompt-main .title {
  margin-bottom: 4px;
  font-size: 24px;
}

.top-page .three-paths .to-flow {
  display: block;
  width: 132px;
  height: 129px;
  text-align: center;
  line-height: 132px;
  color: #F8F9FB;
  border-radius: 50%;
  background: url(../images/bg_to-flow.png) no-repeat;
  background-size: cover;
  background-position: left top;
  margin: 272px auto 0;
  cursor: pointer;
}

.top-page .three-paths .circle1 {
  width: 23.61vw;
  top: 20.5%;
  right: 0;
}

.top-page .three-paths .circle2 {
  width: 23.61vw;
  top: 25.18%;
  left: 0;
}

.top-page .three-paths .circle3 {
  width: 26.39vw;
  bottom: 16%;
  right: 0;
}

.top-page .three-paths .circle4 {
  width: 23.61vw;
  bottom: 0;
  left: 0;
}

.top-page .three-paths .wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

.top-page img {
  width: 100%;
}
.top-page .voices.common-part{
  z-index: 1;
}
.top-page .voices {
  background: #1E1E1E;
  padding: 120px 0 190px;
  color: #F8F9FB;
}

.top-page .voices dt .big {
  padding-top: 159px;
}

.top-page .voices dd {
  padding-top: 213px;
}

.top-page .voices .circle1 {
  width: 27.78vw;
  bottom: -184px;
  left: 0;
}

#footer {
  background: #1E1E1E;
  margin-top: -5px;
}

#footer .moment {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #F8F9FB;
  overflow: hidden;
}

#footer .moment .center-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .moment .img {
  width: 100%;
}

#footer .moment .img img{
  width: 100%;
}

#footer .moment .center-text p{
  writing-mode: vertical-lr;
/*   margin-right: 9.1%; */
  letter-spacing: 3px;
}
@media screen and (min-width: 770px) and (max-width: 1260px){
#footer .moment .center-text {
  justify-content: start;
}
  #footer .moment .center-text p{
padding-left: calc(98px + 9.1%);
  }
}
#footer .moment .center-text .big {
  font-size: 32px;
  margin-top: 111px;
}

#footer .moment .center-text .small {
  font-size: 20px;
  margin-left: 4px;
  display: block;
}

#footer .moment .right {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 9.375%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.8;
  padding-left: calc(98px + 9.1%);
}

#footer .moment .go-list {
/*   display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 25px;
  column-gap: 41px; */
  margin-top: 25px;
}

#footer .moment .go-list li:first-of-type{
	margin-bottom:16px;
}

#footer .moment .go-list a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

#footer .moment .go-list img {
  width: 56px;
  margin-right: 23px;
}

#footer .go-list img.after {
  display: none;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 13%;
  padding: 120px 13px 92px 0;
  width: 1152px;
  margin: 0 auto;
}

.footer-main .left {
  width: 28.28%;
}

.footer-main .left .logo {
  display: block;
  width: 165px;
  margin-bottom: 32px;
}

.footer-main .left .footer-menu {
  gap: 14.9%;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-main .left .menu-title {
  font-size: 18px;
  letter-spacing: 8px;
}

.footer-main .left .menu-list {
  margin-top: 46px;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex: 1;
}

.footer-main .left .menu-list>ul:first-child>li {
  margin-bottom: 28px;
}

.footer-main .left .menu-list>ul:last-child {
  margin-left: auto;
}

.footer-main .left .menu-list>ul:last-child>li {
  margin-bottom: 24.5px;
}

.footer-main .left .menu-list a {
  font-size: 14px;
}

.footer-main .right {
  flex: 1;
  margin-top: 232px;
}

.footer-main .right ul {
  justify-content: flex-start;
}

.footer-main .right .go-list {
  display: flex;
  gap: 39px;
  margin-bottom: 48px;
}

.footer-main .right .message-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 48px;
  column-gap: 36px;
}

.footer-main .right .message-list li,
.footer-main .right .message-list li a{
  font-size: 16px;
}

.footer-main .right a,
.footer-main .right li {
  color: #F8F9FB;
  line-height: 2;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.footer-main .right .go-list img {
  width: 46px;
  margin-right: 22px;
}

.footer-main .right .message-list .icon {
  display: inline-block;
  text-align: center;
  width: 46px;
  margin-right: 22px;
}

.footer-main .right .message-list img {
  display: inline-block;
  width: 46px;
  margin: 0 0 0 auto;
}

.footer-main .right .go-list li:first-child,
.footer-main .right .message-list li:nth-child(odd) {
  width: 220px;
}

#footer .copyright {
  height: 73px;
  background: #C08D4B;
  text-align: center;
  line-height: 73px;
  color: #F8F9FB;
  font-size: 12px;
}

#footer .copyright span {
  margin: 0 10px;
}

/* usual-page */
.usual-page .page-main {
  background: #1E1E1E;
}

.usual-page h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 42px;
  text-align: center;
  color: #fff;
}

/* common_salon start */
.common_salon_main .common-part {
  color: #fff;
  margin-bottom: 180px;
  line-height: 1.8;
}

.common_salon_main .common-part:last-child {
  margin-bottom: 0;
}

.common_salon_main .commitments-list li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6.51%;
  margin-bottom: 28px;
}

.common_salon_main .commitments-list li:last-child {
  margin-bottom: 0;
}

.common_salon_main .commitments-list li .left {
  width: 215px;
  display: flex;
  align-items: center;
  font-size: 24px;
}

.common_salon_main .commitments-list .left .small {
  font-size: 12px;
  line-height: 1;
  display: block;
  padding-left: 10px;
}

.common_salon_main .commitments-list .left .little-small {
  font-size: 14px;
}

.common_salon_main .commitments-list .right {
  width: 53.99%;
  padding-top: 20px;
  font-size: 16px;
}

.common_salon_main .space_moment h2 {
  margin-bottom: 22px;
}

.common_salon_main .space_moment_main {
  display: flex;
  justify-content: space-between;
}

.common_salon_main .space_moment_main .left {
  width: 37.76%;
  margin-top: -110px;
  position: relative;
  z-index: 1;
}

.common_salon_main .space_moment_main .right {
  margin-top: 58px;
  color: #F8F9FB;
}

.common_salon_main .space_moment_main .right dt,
.common_salon_main .space_moment_main .right .num,
.common_salon_main .space_moment_main .right .title {
  font-size: 24px;
}

.common_salon_main .space_moment_main .right dt {
  margin-bottom: 28px;
}

.common_salon_main .space_moment_main .right dt span {
  font-size: 14px;
  margin-left: 6px;
}

.common_salon_main .space_moment_main .right .text {
  margin-bottom: 20px;
  font-size: 16px;
}

.common_salon_main .space_moment_main .text .hidden {
  font-size: 24px;
  opacity: 0;
}

.common_salon_main .space_moment_main .right dd .text:last-child {
  margin-bottom: 0;
}

.common_salon_main .flow .space_moment_main .right {
  color: #fff;
}

.common_salon_main .services-list_main {
  display: flex;
  justify-content: space-between;
}

.common_salon_main .services-list_main li {
  width: 29.5%;
  flex-shrink: 0;
}

.common_salon_main .services-list_main .services-detail {
  margin-top: 3px;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.salon_head-main .services-list_main .services-detail {
  line-height: 1.8;
}

.common_salon_main .services-list_main .services-detail .flag,
.common_salon_main .services-list_main .services-detail p span {
  font-size: 18px;
}

.common_salon_main .services-list_main .services-detail .price {
  font-size: 16px;
  line-height: 1.8;
}

.common_salon_main .visit-before h2 {
  margin-bottom: 58px;
}

.common_salon_main .visit-before_main li {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  margin-bottom: 28px;
}

.common_salon_main .visit-before_main li:last-child {
  margin-bottom: 0;
}

.common_salon_main .visit-before_main li .title {
  font-size: 24px;
  display: block;
  width: 20.9%;
  min-width: 200px;
}

.common_salon_main .visit-before_main li .text {
  width: 58.94%;
  font-size: 16px;
}

/* common_salon end*/

#footer .moment-out {
  position: relative;
}

#concept+p+footer .moment-out:after,
#salon_body+p+footer .moment-out:after,
#salon_body+footer .moment-out:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 50%;
  background: #432A65;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#concept+p+footer .moment-out:after {
  background: #E1E6EA;
}

@media screen and (max-width: 1280px) {
  .top-page .three-paths li .prompt-main {
    font-size: 14px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 900px) {

  body .box_inner,
  .container,
  .footer-main,
  .top-page .common-part .pic-show {
    width: 90%;
  }

  /* common_salon start*/
  .common_salon_main .services-list_main .services-detail,
  .common_salon_main .visit-before_main li .title,
  .common_salon_main .space_moment_main .right dt,
  .common_salon_main .space_moment_main .right .num,
  .common_salon_main .space_moment_main .right .title,
  .common_salon_main .space_moment_main .text .hidden {
    font-size: 20px;
  }

  .common_salon_main .space_moment_main {
    gap: 5%;
  }

  .common_salon_main .space_moment_main .left {
    width: 45%;
  }

  .footer-main {
    gap: 5%;
  }

  .footer-main .right .message-list {
    column-gap: 5%;
  }

  .footer-main .right .message-list li{
    font-size: 14px;
  }

  .footer-main .right {
    flex: none;
    width: 57.55%;
  }

  .footer-main .right .go-list img {
    width: 45px;
    margin-right: 20px;
  }

  .footer-main .right .message-list img {
    width: 40px;
    margin-right: 30px;
  }

  /* common_salon end*/
  /* privacy start */
  .privacy-main {
    width: 100%;
  }

  /* privacy end */
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .top-page .three-paths li .prompt-main {
    width: 300px;
    height: 300px;
    padding: 0 30px;
  }

  .top-page .three-paths li .num {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }

  #header .main-menu_out {
    width: 55%;
    padding: 118px 3.5% 157px;
  }

  .main-menu .menu-title {
    font-size: 20px;
  }

  .main-menu .menu-list a {
    font-size: 14px;
  }

  .footer-main {
    gap: 5%;
    flex-direction: column;
    align-items: center;
  }

  .footer-main .left {
    width: 60%;
    min-width: 530px;
  }

  .footer-main .left .logo {
    width: 30%;
    margin: 0 auto 32px;
  }

  .footer-main .left .menu-title {
    font-size: 24px;
  }

  .footer-main .left .menu-list>ul:last-child {
    margin-left: inherit;
  }

  .footer-main .left .menu-list a,
  .footer-main .left .menu-list .group dt {
    font-size: 18px;
  }

  .footer-main .right a,
  .footer-main .right li {
    font-size: 16px;
  }

  .footer-main .right {
    flex: none;
    width: 750px;
    margin-top: 28px;
  }

  .footer-main .right .go-list li:first-child,
  .footer-main .right .message-list li:nth-child(odd) {
    width: 210px;
  }

  .footer-main .right .go-list img {
    width: 60px;
  }

  .footer-main .right .message-list img {
    width: 50px;
  }

  /* privacy start */
  .privacy-main {
    width: 100%;
  }

  /* privacy end */
}

@media screen and (max-width: 1000px) and (min-width: 769px) {

  #header .menu-list,
  #header .banner-left .menu-list .group dt {
    font-size: 10px;
  }
}

@media screen and (max-width: 899px) and (min-width: 769px) {

  body .box_inner,
  .container,
  .footer-main,
  .top-page .common-part .pic-show {
    width: 96%;
  }

  /* common_salon start*/
  .common_salon_main .services-list_main .services-detail,
  .common_salon_main .visit-before_main li .title,
  .common_salon_main .space_moment_main .right dt,
  .common_salon_main .space_moment_main .right .num,
  .common_salon_main .space_moment_main .right .title,
  .common_salon_main .space_moment_main .text .hidden {
    font-size: 20px;
  }

  .common_salon_main .services-list_main .services-detail .flag,
  .common_salon_main .services-list_main .services-detail p span {
    font-size: 16px;
  }

  .common_salon_main .space_moment_main {
    gap: 3%;
  }

  .common_salon_main .space_moment_main .left {
    width: 60%;
  }

  .common_salon_main .services-list_main li {
    width: 32%;
  }

  /* common_salon end*/
}

@media screen and (max-width: 769px) {
  .disSP {
    display: block !important;
  }

  .disFlexSP {
    display: flex !important;
  }

  .disPC,
  .disFlexPC {
    display: none !important;
  }

  .container,
  .footer-main {
    width: 82.5%;
  }

  body .disPc {
    display: none;
  }

  body .disSp {
    display: block;
  }

  body .box_inner {
    max-width: 768px;
    width: 82.56%;
  }

  .box_banner {
    height: 100%;
  }

  .box_banner .box_inner {
    width: 89.23%;
    padding: 154px 0 118px;
  }

  .box_banner_inner {
    letter-spacing: 7px;
    width: 100%;
    top: 89px;
    left: 0;
    display: flex;
    padding: 0 36px 0 21px;
  }

  #treatment .box_banner_inner {
    top: 58px;
  }

  .box_banner_inner span {
    text-orientation: upright;
  }

  .box_banner_inner span.disPc {
    display: none;
  }

  .box_banner_title {
    writing-mode: vertical-lr;
    gap: 12px;
    margin-bottom: 0;
    margin-top: 81px;
    font-size: 22px;
    display: flex;
    flex-direction: column-reverse;
    white-space: nowrap;
    color: #E1E6EA;
  }

  #shop_intro .box_banner_title {
    margin-top: 166px;
  }

  #detail-page .box_banner_title {
    margin-top: 216px;
  }

  .box_banner_title span {
    display: block;
    writing-mode: vertical-lr;
  }

  .box_banner_title span:nth-child(1) {
    margin-top: 116px;
  }

  .box_banner_txt {
    width: 100%;
    writing-mode: vertical-rl;
    font-size: 12px;
    letter-spacing: 3px;
    color: #F8F9FB;
  }

  .box_thoughts {
    padding: 90px 0;
    text-align: left;
  }

  .box_thoughts .box_inner {
    display: flex;
    flex-direction: column;
  }

  .box_thoughts .box_inner .inner-logo {
    width: 76%;
    margin-bottom: 64px;
  }

  .box_thoughts .box_inner .text .spe {
    display: inline;
  }

  #header .top-logo {
    width: 21.53%;
    left: 16px;
    top: 12px;
  }

  #header .menu-btn {
    width: 28px;
    height: 28px;
  }

  #header .banner-top {
    top: 28px;
  }

  #header .banner-title_top span {
    font-size: 22px;
  }

  #header .main-menu_out {
    width: 100%;
    height: 100vh;
    padding-top: 87px;
    padding-bottom: 12px;
    overflow: scroll;
    box-sizing: border-box;
    position: fixed;
    z-index：22;
  }

  #header .main-menu_scroll {
    position: static;
    padding-bottom: 0;
    overflow: visible;
  }

  #header .main-menu_out .circle1 {
    width: 200px;
    position: fixed;
  }

  #header .main-menu_out.show,
  #header .main-menu {
    display: block;
  }

  #header .main-menu {
    height: auto;
  }

  #header .main-menu .logo {
    width: 21.53%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .main-menu {
    color: #E1E6EA;
  }

  .main-menu .menu-left {
    flex-direction: column;
  }

  #header .menu-all_sp {
    margin-bottom: 116px;
    justify-content: center;
    gap: 32px;
  }

  #header .menu-all_sp .menu-list:first-child>li {
    margin-bottom: 32px;
  }

  #header .menu-all_sp .menu-list:last-child>li {
    margin-bottom: 40.5px;
  }

  #header .menu-list {
    margin-left: 0;
    margin-top: 12px;
  }

  .menu-list .group dd li {
    margin-bottom: 14px;
  }

  .main-menu .menu-title {
    writing-mode: vertical-rl;
    font-size: 22px;
  }

  .main-menu .menu-list a,
  #header .main-menu .menu-list .group dt {
    font-size: 18px;
	line-height: 1.3;
  }

  #header .calendar {
    justify-content: center;
    position: fixed;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
	width:100%;
  }

  #header .calendar a {
    height: 46px;
    line-height: 46px;
  }

  #header>.calendar {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
  }
	
  #header>.calendar.homeScrollBtn{
    position: fixed;
    bottom: 22px;
    z-index: 9;
  }

  .top-page .common-part {}

  .top-page .common-part dl {
    flex-direction: column;
    align-items: center;
  }

  .top-page .bloom dd {
    padding-top: 64px;
  }

  .top-page .common-part dd>.text p.spe {
    display: inline;
  }

  .top-page .bloom .circle1 {
    top: -88px;
    right: -110px;
  }

  .top-page .bloom .circle2 {
    bottom: -93px;
    left: -99px;
  }

  .top-page .common-banner .logo {
    width: 38.46%;
  }

  .top-page .mind dd,
  .top-page .warmth dd {
    padding-top: 64px;
    padding-right: 0;
  }

  .top-page .common-part .pic-show {
    width: 100%;
    margin-top: 100px;
    display: block;
  }

  .top-page .common-part .pic1 {
    width: 82.56%;
  }

  .top-page .common-part .pic2 {
    padding-top: 52px;
    width: 61.53%;
    margin-left: auto;
  }

  .top-page .three-paths {
    padding-top: 160px;
    background: #E1E6EA;
  }

  .top-page .three-paths .container {
    width: 100%;
  }

  .top-page .common-part dl {
    padding-right: 0;
  }

  .top-page .three-paths {
    padding-bottom: 116.5px;
  }

  .top-page .three-paths dd {
    width: 100%;
    margin-left: 0;
	padding-top: 64px;
  }

  .top-page .three-paths li {
    margin-bottom: 285px;
  }

  .top-page .three-paths li:nth-child(odd) {
    padding-left: 0;
  }

  .top-page .three-paths li img {
    width: 82%;
  }

  .top-page .three-paths li .prompt {
    width: 100%;
    padding-left: 14.1%;
    bottom: -39.2px;
    top: auto;
  }

  .top-page .three-paths li .num {
    width: 87px;
    height: 87px;
    line-height: 87px;
    font-size: 35px;
    /*     position: absolute; */
    /*     top: 0; */
  }

  .top-page .three-paths li:nth-child(odd) .num {
    /*     left: 55px; */
  }

  .top-page .three-paths li:nth-child(even) .prompt {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 14.1%;
  }

  .top-page .three-paths li .prompt-main {
    width: 282px;
    height: 282px;
    top: 0;
    left: 98px;
    padding: 0 33px;
    font-size: 14px;
  }

  .top-page .three-paths li:nth-child(2) .prompt-main {
    left: auto;
    right: 98px;
    padding-left: 43px;
    padding-right: 16px;
  }

  .top-page .three-paths li:last-child .prompt-main {
    padding-left: 50px;
    padding-right: 20px;
  }

  .top-page .three-paths .prompt-main .title {
    font-size: 20px;
  }

  .top-page .three-paths .to-flow {
    margin-top: 286px;
    width: 133px;
    height: 128px;
  }

  .top-page .voices {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .top-page .voices dd {
    padding-top: 64px;
  }

  #footer .moment {
    display: block;
  }

  #footer .moment .right {
    padding: 477px 8.71% 34px;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.8;
    height: auto;
  }

  #footer .moment .center-text {
    margin: 132px 0 33px;
    height: auto;
  }
  #footer .moment .center-text p{
    margin-right: 0;
    letter-spacing: 6px;
  }
  #footer .moment .center-text .big{
    letter-spacing: 8px;
  }
  #footer .moment .center-text .spe {
    display: inline;
  }

  #footer .moment .go-list {
    margin-top: 52px;
    display: flex;
    flex-direction: column;
  }

  #footer .moment .go-list img {
    width: 53px;
    margin-right: 26px;
  }

  .footer-main {
    padding: 64px 0 309px;
    position: relative;
  }

  .footer-main .left {
    width: 100%;
    padding-left: 5.9%;
  }

  .footer-main .left .logo {
    width: 165px;
    position: absolute;
    bottom: 69.5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-main .left .menu-list {
    flex: none;
  }

  .footer-main .left .menu-list .group dd {
    padding-left: 14px;
  }

  .footer-main .menu-list .group dd li {
    margin-bottom: 9px;
  }

  .footer-main .left .menu-list>ul:last-child>li {
    margin-bottom: 23px;
  }

  .footer-main .right {
    margin-top: 42px;
  }

  .footer-main .right .go-list {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 17px;
  }

  .footer-main .right .message-list {
    row-gap: 23px;
  }

  .footer-main .right .message-list .spe {
    align-items: flex-start;
  }

  .footer-main .right .message-list .spe p {
    margin-top: 16px;
  }

  .footer-main .right a {
    font-size: 14px;
  }

  #footer .copyright {
    height: 41px;
    line-height: 41px;
    font-size: 8px;
  }

  #footer .copyright span {
    margin: 0 4px;
  }

  .footer-main {
    display: block;
  }

  /* usual-page start */
  .usual-page h2 {
    font-size: 30px;
    margin-bottom: 64px;
  }

  /* usual-page end */

  /* common_salon start*/
  .common_salon_main {
    padding: 120px 0;
  }

  .common_salon_main .common-part {
    margin-bottom: 120px;
  }

  .common_salon_main .commitments-list li {
    flex-direction: column;
  }

  .common_salon_main .commitments-list .right {
    width: 100% !important;
    padding-top: 12px;
  }

  .common_salon_main .commitments-list .right .spe {
    display: inline;
  }

  .common_salon_main .space_moment_main {
    flex-direction: column;
  }

  .common_salon_main .space_moment_main .left {
    width: 100%;
    margin-top: 0;
  }

  .common_salon_main .space_moment_main .right {
    margin-top: 64px;
  }

  .common_salon_main .space_moment_main .right dt span {
    display: block;
  }

  .common_salon_main .space_moment_main .right dt {
    margin-bottom: 36px;
  }

  .common_salon_main .space_moment_main .right .spe {
    display: inline;
  }

  .common_salon_main .flow .space_moment_main .right {
    margin-top: 54px;
  }

  .common_salon_main .space_moment_main .right .text {
    margin-top: 12px;
    margin-bottom: 28px;
  }

  .common_salon_main .space_moment_main .text .hidden {
    display: none;
  }

  .common_salon_main .services-list_main {
    flex-direction: column;
  }

  .common_salon_main .services-list_main li {
    width: 100%;
    margin-bottom: 46px;
  }

  .common_salon_main .services-list_main li:last-child {
    margin-bottom: 0;
  }

  .common_salon_main .visit-before_main li {
    flex-direction: column;
  }

  .common_salon_main .visit-before_main li .title,
  .common_salon_main .visit-before_main li .text {
    width: 100%;
    line-height: normal;
  }

  .common_salon_main .visit-before_main li .title {
    margin-bottom: 12px;
  }

  /* common_salon end*/
  .footer-main .right .go-list li:first-child,
  .footer-main .right .message-list li:nth-child(odd) {
    width: 100%;
  }


}

@media screen and (max-width: 390px) {
  .top-page .three-paths li .prompt {
    padding-left: 12%;
  }

  .top-page .three-paths li:nth-child(even) .prompt {
    padding-left: 0;
    padding-right: 8%;
  }

  .top-page .three-paths li .prompt-main {
    /* width: 250px;
    height: 250px; */
    top: 0;
    left: 24%;
    padding: 0 16px 0 35px;
    font-size: 14px;
  }

  .top-page .three-paths li:nth-child(2) .prompt-main {
    right: 20%;
  }

  .footer-main .left {
    padding-left: 0;
  }

  .footer-main .left .footer-menu {
    gap: 8%;
  }
}

@media screen and (max-height: 701px) and (min-width: 770px) {
  #header .main-menu_scroll {
    overflow-y: scroll;
  }
}

@media (any-hover: hover) {
  #header .calendar a:hover {
    background: rgba(248, 249, 251, 0.30) !important;
  }

  .top-page .common-part .to-detail:hover .orange {
    display: block;
  }

  .top-page .common-part .to-detail:hover .white {
    display: none;
  }

  .top-page .three-paths .to-flow:hover {
    background: url(../images/bg_to-flow-orange.png) no-repeat;
    background-size: cover;
    background-position: left top;
  }

  #footer .go-list a:hover .after {
    display: block;
  }

  #footer .go-list a:hover .before {
    display: none;
  }

  a:hover {
    color: #fff;
  }
}

@media screen and (max-width: 330px) {
  #footer .moment .center-text {
    margin: 52px 0 33px;
  }
  #footer .moment .right {
    padding: 350px 8.71% 0;
  }
}

body.page-id-59 #footer .moment{
	position:relative;
}
body.page-id-59 #footer .moment::after{
	content:'';
	left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 40%;
	background: rgba(225, 230, 234, 1);
	z-index: -2;
}