*:focus {
  outline: none;
}
body {
  font-family: "Shippori Mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: #101010;
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
pre {
  font-family: "Shippori Mincho", sans-serif;
  white-space: pre-wrap;
  line-height: 1.6;
}
dl {
  line-height: 1.6;
}
html {
  height: 100%;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  html {
    font-size: 16px;
  }
}
a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
p {
  font-size: 1rem;
}
h1 {
  font-size: 1.875rem;
}
h2 {
  font-size: 1.25rem;
}
h3 {
  font-size: 1.125rem;
}
h4 {
  font-size: 1rem;
}
h1,
h2,
h3,
h4 {
  line-height: 1.4;
}
p {
  line-height: 1.8;
}
img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
ul {
  line-height: 1.8;
}
ol {
  line-height: 1.8;
}
table {
  line-height: 1.8;
}
.container {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 960px) {
  .container {
    padding: 0 1.875rem;
  }
}
.text-center {
  text-align: center;
}
.p-15 {
  padding: 15px;
}
.m-0 {
  margin: 0;
}
.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}
header .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  transition: 0.5s;
}
header .header--bgcolor {
  background-color: rgba(0, 0, 0, 0.8);
}
header .header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.9375rem;
}
header .header__sub {
  display: flex;
  justify-content: space-evenly;
  padding: 0.9375rem;
}
header .header__sub > ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
header .header__logo {
  position: relative;
  z-index: 9999;
}
header .header-nav-sp {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  min-height: 100vh;
  transition: 0.2s;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 0.9375rem;
  padding-top: calc(70px + 0.9375rem);
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
header .header-nav-sp li {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
}
header .header-nav-sp .menu > li > a {
  padding-bottom: 0.9375rem;
  color: #fff;
  position: relative;
  font-size: 0.875rem;
  display: block;
  font-size: 1rem;
}
header .header-nav-sp .menu > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #796d5d;
  bottom: 0;
  left: 0;
}
header .header-nav-sp .sub-menu {
  margin-top: 1rem;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
header .header-nav-sp .sub-menu > li {
  padding: 0;
}
header .header-nav-sp .sub-menu > li:last-child a {
  margin-bottom: 0;
}
header .header-nav-sp .sub-menu > li > a {
  margin-bottom: 0.9375rem;
  color: #fff;
  position: relative;
  font-size: 0.875rem;
  display: block;
  font-size: 1rem;
}
header .header-nav-sp .global-sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
header .header-nav-sp .global-sub-menu > li {
  padding: 0.625rem;
}
header .header-nav-sp .global-sub-menu > li > a {
  display: block;
  color: #fff;
  position: relative;
  font-size: 1rem;
  text-align: center;
}
header .header-nav-sp .global-sub-menu > .full {
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
header .header-nav-sp .global-sub-menu > .full a {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
header .header-nav-sp .global-sub-menu .bg {
  background-color: #7c6f5f;
}
header .header-nav-sp .global-sub-menu > .half {
  width: 50%;
}
header .header-nav-sp .global-sub-menu > .half a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .header-nav-sp .global-sub-menu .border {
  border: 1px solid #fff;
}
header .header-nav-sp .menu-item-has-children::before {
  position: absolute;
  content: "";
  background-color: #7c6f5f;
  width: 22px;
  height: 22px;
  top: 0.75rem;
  right: 0;
}
header .header-nav-sp .menu-item-has-children::after {
  position: absolute;
  content: "";
  background-image: url(../images/IPGmySy5JN8q.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  top: calc(0.75rem + 3px);
  right: 4px;
  transition: 0.3s;
}
header .header-nav-sp .header-language {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
header .header-nav-sp .header-language a {
  color: #fff;
}
header .header-nav-sp .header-language span {
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
header .header-nav-pc {
  visibility: visible;
  opacity: 1;
  width: auto;
  margin-top: 0;
  display: flex;
}
header .header-nav-pc ul {
  display: flex;
  align-items: center;
}
header .header-nav-pc .menu > li a {
  padding: 1.875rem 0.9375rem;
  color: #fff;
  position: relative;
  font-size: 0.875rem;
  display: block;
  font-size: 1rem;
}
header .header-nav-pc .menu > li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header .header-nav-pc .menu > li a:hover::before {
  visibility: visible;
  opacity: 1;
}
header .header-nav-pc li .sub-menu {
  margin-top: 1rem;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 510px) {
  header .header-nav-pc li .sub-menu {
    margin-top: 0;
  }
}
header .header-nav-pc li .sub-menu > li {
  width: 100%;
  padding: 0;
}
header .header-nav-pc li .sub-menu > li:last-child a {
  margin-bottom: 0;
}
header .header-nav-pc li .sub-menu > li > a {
  margin-bottom: 0.9375rem;
  color: #fff;
  position: relative;
  font-size: 0.875rem;
  display: block;
  font-size: 1rem;
  padding: 0.9375rem;
}
@media screen and (min-width: 510px) {
  header .header-nav-pc li .sub-menu > li > a {
    margin-bottom: 0;
  }
}
header .header-nav-pc .current_page_item a {
  padding: 0.9375rem;
  color: #fff;
  position: relative;
  font-size: 0.875rem;
}
header .header-nav-pc .current_page_item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
header .header-nav-pc .global-sub-menu {
  margin-left: 1.875rem;
}
header .header-nav-pc .global-sub-menu a {
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding: 0.875rem 1rem;
  transition: 0.3s;
}
header .header-nav-pc .global-sub-menu a:hover {
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 510px) {
  header .header-nav-pc .menu-item-has-children > a {
    position: relative;
    padding-right: calc(0.9375rem + 7px) !important;
  }
  header .header-nav-pc .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 12px;
    top: calc(50% - 3.5px);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
  }
}
header .header__toggle {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 9999;
}
header .header__toggle-icon {
  position: relative;
  display: block;
  height: 3px;
  width: 20px;
  background: #041b3d;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
header .header__toggle-icon:nth-child(1) {
  top: 0;
  background-color: #fff;
}
header .header__toggle-icon:nth-child(2) {
  margin: 6px 0;
  background-color: #601e1e;
}
header .header__toggle-icon:nth-child(3) {
  top: 0;
  background-color: #1e2c60;
}
header .sub-open .sub-menu {
  position: relative;
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.5s;
}
@media screen and (min-width: 510px) {
  header .sub-open .sub-menu {
    position: absolute;
  }
}
header .sub-open.menu-item-has-children::after {
  transform: rotate(45deg);
}
.open .header::before {
  visibility: visible;
  opacity: 1;
}
.open .header-nav-sp {
  visibility: visible;
  opacity: 1;
}
.open .header-nav-sp {
  visibility: visible;
  opacity: 1;
}
.open .header__toggle-icon:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.open .header__toggle-icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.open .header__toggle-icon:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
footer {
  margin-top: auto;
}
footer.footer-mb {
  margin-bottom: 120px;
}
@media screen and (min-width: 510px) {
  footer.footer-mb {
    margin-bottom: 0;
  }
}
footer .footer__menu {
  position: relative;
  margin-top: 1.875rem;
  text-align: center;
}
footer .footer__menu .container {
  max-width: 800px;
}
footer .footer__menu .menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
footer .footer__menu .menu > li > a {
  padding: 0.9375rem;
  color: #fff;
  position: relative;
  font-size: 0.875rem;
  display: block;
  font-size: 1rem;
}
footer .footer__menu .menu > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
footer .footer__menu .menu > li > a:hover::before {
  visibility: visible;
  opacity: 1;
}
footer .footer__copyright {
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
footer .footer__language {
  display: none;
  position: relative;
  border: 1px solid #fff;
  padding: 0.625rem;
  margin-top: 1.875rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 1200px) {
  footer .footer__language {
    display: inline-block;
    position: absolute;
    right: 1.875rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: 0;
  }
}
footer .footer__language a {
  color: #fff;
  font-size: 0.875rem;
  transition: 0.5s;
}
footer .footer__language a:hover {
  text-decoration: underline;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
.start-up {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #101010;
  height: 100%;
  width: 100%;
  z-index: 11000;
  transition: 2s;
}
.start-up img {
  width: 250px;
}

@media screen and (min-width: 510px) {
  .start-up img {
    width: 350px;
  }
}
.start-up__text {
  visibility: hidden;
  opacity: 0;
  font-size: 2.25rem;
  transition: 1s;
}
.start-up__text.open {
  visibility: visible;
  opacity: 1;
}
.top-scroll {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  cursor: pointer;
  z-index: 999;
}
.max-width {
  max-width: 1000px;
  margin: 0 auto;
}
.full-window {
  min-height: 100vh;
  width: 100%;
}
.wrapper {
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (min-width: 510px) {
  .wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.wrapper__bottom {
  padding-bottom: 9.375rem;
}
.toppage-hero {
  position: relative;
}
.toppage-hero__img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.toppage-hero__text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-orientation: upright;
  writing-mode: vertical-rl;
  color: #fff;
  margin: 0 auto;
  font-size: 1.75rem;
  font-weight: bold;
}
.toppage-hero__language {
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
  display: flex;
  justify-content: center;
}
.toppage-hero__language a {
  color: #fff;
  font-size: 0.875rem;
  transition: 0.5s;
}
.toppage-hero__language a:hover {
  color: #000;
  text-decoration: underline;
}
.toppage-hero__language span {
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.toppage-hero__scroll {
  position: absolute;
  font-size: 0.875rem;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25rem;
}
.toppage-hero__scroll span {
  margin-top: 0.625rem;
  display: block;
  text-align: center;
}
.toppage-hero__scroll svg {
  fill: #fff;
}
.home-about {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 510px) {
  .home-about {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 510px) {
  .home-about p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 2000px) {
  .home-about p {
    font-size: min(1.2vw, 23px);
  }
}
.home-about__label {
  text-orientation: upright;
  writing-mode: vertical-rl;
  position: relative;
  margin: 0 auto;
  font-size: 1.75rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 510px) {
  .home-about__label {
    margin: 0;
    padding-bottom: 0;
    margin-left: 3.75rem;
  }
}
.home-about__label::before {
  content: "";
  position: absolute;
  right: -55px;
  top: -40px;
  width: 100px;
  height: 100px;
  background-image: url(../images/BhSkC3fVHm1Z.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 510px) {
  .home-about__label::before {
    top: -30px;
  }
}
.home-about p {
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 510px) {
  .home-about p {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 1.875rem;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
}
.home-about .wp-block-group__inner-container {
  display: block;
}
@media screen and (min-width: 510px) {
  .home-about .wp-block-group__inner-container {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 70vh;
  }
}
@media screen and (min-width: 510px) {
  .home-about .wp-block-group__inner-container > .wp-block-group {
    order: 3;
    flex-direction: row;
  }
}
.home-about2 {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 510px) {
  .home-about2 {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 510px) {
  .home-about2 p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 2000px) {
  .home-about2 p {
    font-size: min(1.2vw, 23px);
  }
}
.home-about2.bg-image {
  background-image: url(../images/jcz2bT6QJCLH.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 510px) {
  .home-about2 {
    display: flex;
    justify-content: center;
  }
}
.home-about2__label {
  text-orientation: upright;
  writing-mode: vertical-rl;
  position: relative;
  font-size: 1.75rem;
  margin-bottom: 5rem;
  z-index: 10;
}
@media screen and (min-width: 510px) {
  .home-about2__label {
    margin-right: 1.875rem;
  }
}
.home-about2__label::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -40px;
  width: 100px;
  height: 100px;
  background-image: url(../images/BhSkC3fVHm1Z.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 510px) {
  .home-about2__label::before {
    right: -30px;
    top: -30px;
  }
}
.home-about2 p {
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 510px) {
  .home-about2 p {
    text-orientation: upright;
    writing-mode: vertical-rl;
    margin: 0;
    margin-left: 1.875rem;
  }
}
.home-about2 .wp-block-group__inner-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 510px) {
  .home-about2 .wp-block-group__inner-container {
    height: 70vh;
  }
}
@media screen and (min-width: 510px) {
  .home-about2 .wp-block-group__inner-container > .wp-block-group {
    order: 2;
    flex-direction: row;
  }
}
.home-about3 {
  display: block;
}
@media screen and (min-width: 510px) {
  .home-about3 p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 2000px) {
  .home-about3 p {
    font-size: min(1.2vw, 23px);
  }
}
@media screen and (min-width: 510px) {
  .home-about3 > .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
  }
}
.home-about3 > .wp-block-group__inner-container .wp-block-button {
  margin-top: 2.75rem;
}
.home-about3 > .wp-block-group__inner-container figure {
  margin: 0;
}
.home-about3__label {
  text-orientation: upright;
  writing-mode: vertical-rl;
  position: relative;
  font-size: 1.75rem;
  margin-bottom: 5rem;
  margin: 5rem auto;
}
@media screen and (min-width: 510px) {
  .home-about3__label {
    margin: 0;
    margin-right: 3.75rem;
  }
}
.home-about3__label::before {
  content: "";
  position: absolute;
  right: -55px;
  top: -40px;
  width: 100px;
  height: 100px;
  background-image: url(../images/BhSkC3fVHm1Z.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 510px) {
  .home-about3__label::before {
    top: -30px;
  }
}
.home-about3__text-wrapper.mt {
  margin-top: 2.75rem;
}
@media screen and (min-width: 510px) {
  .home-about3__text-wrapper.mt {
    margin-top: 0;
    height: 100%;
  }
}
.home-about3__text-wrapper.mb {
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 510px) {
  .home-about3__text-wrapper.mb {
    margin-bottom: 0;
    height: 100%;
  }
}
@media screen and (min-width: 510px) {
  .home-about3__text-wrapper {
    width: 50%;
    order: 1;
  }
}
@media screen and (min-width: 960px) {
  .home-about3__text-wrapper {
    margin-top: 0;
  }
}
.home-about3__text-wrapper .wp-block-group__inner-container {
  height: 100%;
}
.home-about3__text-wrapper .wp-block-group {
  height: 100%;
}
@media screen and (min-width: 510px) {
  .home-about3__text .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    height: 100%;
  }
}
.home-about3 p {
  position: relative;
  text-align: start;
  max-height: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 510px) {
  .home-about3 p {
    max-height: none;
    margin: 0;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
}
.home-about3 figure {
  text-align: center;
}
@media screen and (min-width: 510px) {
  .home-about3 figure {
    width: 50%;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.home-about3 figure img {
  width: 90%;
}
.home-about3 a {
  border-width: 1px;
}
.home-about4 {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 510px) {
  .home-about4 {
    height: 100%;
  }
}
@media screen and (min-width: 510px) {
  .home-about4 p {
    font-size: 1.125rem;
    margin: 0;
    margin-right: 3.75rem;
  }
}
@media screen and (min-width: 2000px) {
  .home-about4 p {
    font-size: min(1.2vw, 23px);
  }
}
.home-about4__label {
  text-orientation: upright;
  writing-mode: vertical-rl;
  position: relative;
  font-size: 1.75rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 510px) {
  .home-about4__label {
    margin-left: 0;
    margin-right: 0;
  }
}
.home-about4__label::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  background-image: url(../images/BhSkC3fVHm1Z.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 510px) {
  .home-about4__label::before {
    right: -55px;
    top: -30px;
  }
}
.home-about4 .wp-block-group {
  width: 100%;
}
.home-about4 > .wp-block-group__inner-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 510px) {
  .home-about4 > .wp-block-group__inner-container {
    height: 70vh;
  }
}
.home-about4 > .wp-block-group__inner-container .wp-block-button {
  margin-top: 2.75rem;
}
@media screen and (min-width: 510px) {
  .home-about4__text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 510px) {
  .home-about4__text > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
  }
}
.home-about4 p {
  position: relative;
  padding: 0.9375rem;
  text-align: left;
}
@media screen and (min-width: 510px) {
  .home-about4 p {
    text-orientation: upright;
    writing-mode: vertical-rl;
    max-height: 400px;
    max-height: none;
  }
}
.home-about4.bg-image {
  background-image: url(../images/nALHetCshEjN.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-about5 {
  position: relative;
}
@media screen and (min-width: 510px) {
  .home-about5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 510px) {
  .home-about5 p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 2000px) {
  .home-about5 p {
    font-size: min(1.2vw, 23px);
  }
}
.home-about5.bg-image {
  background-image: url(../images/jcz2bT6QJCLH.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 510px) {
  .home-about5 {
    display: flex;
    justify-content: center;
  }
}
.home-about5__label {
  text-orientation: upright;
  writing-mode: vertical-rl;
  position: relative;
  font-size: 1.75rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 510px) {
  .home-about5__label {
    margin-left: 0;
    margin-right: 0;
  }
}
.home-about5__label::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  background-image: url(../images/BhSkC3fVHm1Z.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 510px) {
  .home-about5__label::before {
    right: -55px;
    top: -30px;
  }
}
.home-about5 p {
  margin: 1.875rem auto 2.75rem;
}
@media screen and (min-width: 510px) {
  .home-about5 p {
    text-orientation: upright;
    writing-mode: vertical-rl;
    margin: 0;
    margin-left: 3.75rem;
  }
}
.home-about5 > .wp-block-group__inner-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 510px) {
  .home-about5 > .wp-block-group__inner-container {
    height: 70vh;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 510px) {
  .home-about5 > .wp-block-group__inner-container > .wp-block-group {
    order: 2;
    flex-direction: row;
    width: 50%;
    height: 100%;
  }
}
@media screen and (min-width: 510px) {
  .home-about5
    > .wp-block-group__inner-container
    .wp-block-group__inner-container {
    display: flex;
    height: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 510px) {
  .home-about5 > .wp-block-group__inner-container figure {
    width: 50%;
    text-align: center;
  }
}
@media screen and (min-width: 510px) {
  .home-about5 > .wp-block-group__inner-container figure img {
    width: 90%;
  }
}
.home-shops {
  background-color: #7a6d5e;
  position: relative;
}
.home-shops::before {
  content: "";
  position: absolute;
  background-image: url(../images/wTOGPlXXzd13.svg);
  background-repeat: repeat-x;
  background-size: contain;
  top: 1.875rem;
  left: 0;
  height: 30px;
  width: 100%;
}
.home-shops::after {
  content: "";
  position: absolute;
  background-image: url(../images/wTOGPlXXzd13.svg);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 1.875rem;
  left: 0;
  height: 30px;
  width: 100%;
  transform: rotate(180deg);
}
.home-shops__title {
  color: #fff;
  position: relative;
  display: inline-block;
  background-color: #7a6d5e;
  z-index: 10;
  font-size: 1.5rem;
  width: 100%;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.home-shops__title::before {
  content: "";
  position: absolute;
  background-image: url(../images/BhSkC3fVHm1Z.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.home-shops__title::after {
  content: "";
  position: absolute;
  background-color: #7a6d5e;
  width: 100%;
  height: 35px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.home-shops__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.75rem;
}
@media screen and (min-width: 510px) {
  .home-shops__wrapper {
    margin-top: 1.875rem;
  }
}
.home-shops__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
}
.home-shops__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .home-shops__item {
    width: 33.3333333333%;
    padding: 0.9375rem;
    margin-bottom: 0;
  }
}
.home-shops__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}
.home-shops__inner:hover .home-shops__inner-open {
  opacity: 1;
  visibility: visible;
}
.home-shops__inner-default {
  position: absolute;
}
.home-shops__inner-open {
  transition: 0.5s;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  background-color: #101010;
  padding: 2.5rem;
}
.home-shops__inner--tokyo {
  background-image: url(../images/A9TEdRLVaq6T.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}
.home-shops__inner--osaka {
  background-image: url(../images/5YYgEivLBqB2.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}
.home-shops__inner--vietnam {
  background-image: url(../images/zdScYyijUZ3n.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}
.home-shops__label {
  font-size: 1.25rem;
  font-weight: 700;
  text-shadow: 1px 2px 3px #000;
}
.home-shops__list li {
  margin-bottom: 0.625rem;
  line-height: 1.4;
}
.home-shops__list li:last-child {
  margin-bottom: 0;
}
.home-shops__list li a {
  position: relative;
  display: block;
}
.home-shops__list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.9375rem;
  background-color: #7b6d5e;
  height: 100%;
  width: 4px;
  opacity: 0;
  transition: 0.3s;
}
.home-shops__list li a:hover::before {
  opacity: 1;
}
.home-news {
  max-width: 1000px;
}
.home-news__title {
  color: #fff;
  position: relative;
  display: inline-block;
  background-color: #101010;
  z-index: 10;
  font-size: 1.5rem;
  width: 100%;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.home-news__title::before {
  content: "";
  position: absolute;
  background-image: url(../images/BhSkC3fVHm1Z.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.home-news__title::after {
  content: "";
  position: absolute;
  background-color: #101010;
  width: 100%;
  height: 35px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.home-news__note {
  text-align: center;
  margin-top: 2.75rem;
}
.home-news__note a {
  width: 100%;
  border: 1px solid #fff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.0625rem;
  transition: 0.5s;
}
.home-news__note a:hover {
  background-color: #fff;
  color: #000;
}
.home-news__list {
  margin-top: 2.75rem;
}
.home-news__list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  transition: 0.5s;
}
@media screen and (min-width: 510px) {
  .home-news__list li a {
    flex-wrap: nowrap;
  }
}
.home-news__list li a:hover {
  background-color: #fff;
  color: #000;
}
.home-news__list li:first-child {
  border-top: 1px solid #fff;
}
.home-news__list-date {
  font-size: 0.875rem;
  padding-right: 1.875rem;
}
.home-news__list-cate {
  font-size: 0.75rem;
  background-color: #7b6d5e;
  padding: 0.3125rem 0;
  min-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
.home-news__list-title {
  font-size: 1rem;
  display: block;
  margin-top: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 510px) {
  .home-news__list-title {
    margin-top: 0;
    padding-left: 1.875rem;
  }
}
.home-news__btn {
  position: relative;
  padding: 0.625rem 1.875rem;
  z-index: 10;
  border: 1px solid #fff;
  transition: 0.5s;
}
.home-news__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0);
  border-radius: 50%;
}
.home-news__btn:hover {
  color: #000 !important;
}
.home-news__btn:hover::before {
  opacity: 1;
  transform: scale(100%);
  border-radius: 0;
  background-color: #fff;
}
.home-news__btn-wrapper {
  text-align: center;
  margin-top: 2.75rem;
}
.other-businesses {
  background-color: #7a6d5e;
  position: relative;
}
.other-businesses__title {
  color: #fff;
  position: relative;
  display: inline-block;
  background-color: #7a6d5e;
  z-index: 10;
  font-size: 1.5rem;
  width: 100%;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.other-businesses__title::before {
  content: "";
  position: absolute;
  background-image: url(../images/BhSkC3fVHm1Z.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.other-businesses__title::after {
  content: "";
  position: absolute;
  background-color: #7a6d5e;
  width: 100%;
  height: 35px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.other-businesses__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.75rem;
}
@media screen and (min-width: 510px) {
  .other-businesses__list {
    margin-top: 0.9375rem;
  }
}
.other-businesses__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 510px) {
  .other-businesses__item {
    width: 50%;
    padding: 1.875rem;
  }
}
.other-businesses__image {
  width: 100%;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 960px) {
  .other-businesses__image {
    margin-bottom: 0;
    width: 40%;
  }
}
.other-businesses__image a {
  width: 100%;
  transition: 0.3s;
}
.other-businesses__image a:hover {
  opacity: 0.7;
}
.other-businesses__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 960px) {
  .other-businesses__image img {
    height: auto;
  }
}
.other-businesses__info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .other-businesses__info {
    padding-left: 1.25rem;
  }
}
.other-businesses__info h2 a {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  background-color: #101010;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  position: relative;
}
.other-businesses__info h2 a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: #7b6d5e;
  top: 0;
  left: 0.625rem;
}
.other-businesses__info h2 a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #7b6d5e;
  top: 0;
  left: 1.5rem;
}
.other-businesses__info p {
  margin-top: 1.25rem;
  color: #fff;
  margin-bottom: 1.25rem;
}
.other-businesses__btn {
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.625rem 2.75rem;
  z-index: 10;
  transition: 0.5s;
}
.other-businesses__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0);
  border-radius: 50%;
}
.other-businesses__btn:hover {
  color: #fff !important;
}
.other-businesses__btn:hover::before {
  opacity: 1;
  transform: scale(100%);
  border-radius: 0;
  background-color: #000;
}
.other-businesses__btn-wrapper {
  margin-top: auto;
  text-align: center;
}
a.wp-block-button__link {
  position: relative;
  padding: 0.625rem 1.875rem;
  z-index: 10;
  border: 1px solid #fff !important;
  transition: 0.5s;
}
a.wp-block-button__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0);
  border-radius: 50%;
}
a.wp-block-button__link:hover {
  color: #000 !important;
}
a.wp-block-button__link:hover::before {
  opacity: 1;
  transform: scale(100%);
  border-radius: 0;
  background-color: #fff;
}
.salon-header__slider-item {
  position: relative;
  transition: opacity 0.4s;
  transform: scale(0.75);
  transition: 0.4s;
}
@media screen and (min-width: 2000px) {
  .salon-header__slider-item {
    height: 50vh;
  }
}
.salon-header__slider-item::before {
  transition: 0.3s;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #101010;
  opacity: 0.7;
}
.salon-header__slider-item.slick-current {
  transform: scale(1);
  z-index: 10;
}
.slick-slide.slick-current.salon-header__slider-item::before,
.slick-slide.is-active-next.salon-header__slider-item::before {
  opacity: 0;
}
.slick-slider {
  margin-bottom: 0;
}
.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #7b6d5d;
}
.slick-slider .slick-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background-color: #7a6d5e;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  opacity: 0.1;
}
@media screen and (min-width: 800px) {
  .slick-slider .slick-arrow {
    width: 70px;
    height: 70px;
  }
}
.slick-slider .slick-prev {
  left: 0;
}
@media screen and (min-width: 800px) {
  .slick-slider .slick-prev {
    left: calc(25% - 35px);
  }
}
.slick-slider .slick-prev img {
  transform: rotate(90deg);
  margin-left: -3px;
}
.slick-slider .slick-next {
  right: 0;
}
@media screen and (min-width: 800px) {
  .slick-slider .slick-next {
    right: calc(25% - 35px);
  }
}
.slick-slider .slick-next img {
  margin-right: -3px;
  transform: rotate(-90deg);
}
.salon-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.salon-header__menu {
  display: none;
  justify-content: center;
  padding-top: 2.75rem;
}
@media screen and (min-width: 510px) {
  .salon-header__menu {
    display: flex;
  }
}
.salon-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.salon-header__bg img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
}
.salon-header__bg::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.salon-header__inner {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 510px) {
  .salon-header__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 800px) {
  .salon-header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.salon-header__inner h1 {
  font-size: 1.5rem;
}
.salon-header__inner span {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}
.salon-header__slider {
  margin-top: 1.875rem;
}
.salon-header__slider .slick-list img {
  object-fit: cover;
  height: 100%;
}
.salon-header__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 10;
}
.salon-header__pc-item {
  flex-shrink: 0;
}
.salon-header__pc-item a {
  width: 100%;
  position: relative;
  padding: 0.9375rem;
}
.salon-header__pc-item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.salon-header__pc-item a:hover::before {
  visibility: visible;
  opacity: 1;
}
.salon-header__nav-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  padding: 0.9375rem;
  text-align: center;
  z-index: 1000;
}
.salon-header__sp-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.salon-header__sp-item {
  width: 25%;
  flex-shrink: 0;
}
.salon-header__sp-item a {
  width: 100%;
  position: relative;
  padding: 0.3125rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 10px;
}
.salon-header__sp-item a span {
  display: block;
  padding-bottom: 0.3125rem;
}
.salon-header__sp-item a img.top {
  width: 14%;
}
.salon-header__sp-item a img.menu {
  width: 28%;
}
.salon-header__sp-item a img.staff {
  width: 25%;
}
.salon-header__sp-item a img.access {
  width: 21%;
}
.salon-header__sp-item--web {
  width: 100%;
  background-color: #38191a;
  padding: 0.9375rem;
  font-size: 0.875rem;
  margin-right: 1.25rem;
}
.salon-header__sp-item--tel {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 0.9375rem;
  font-size: 0.875rem;
}
.salon-header__sp-item-full {
  display: flex;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 0.9375rem;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.9375rem;
  line-height: 2;
}
.breadcrumb__item {
  font-size: 0.75rem;
  margin-right: 1.25rem;
  position: relative;
}
.breadcrumb__item:last-child {
  margin-right: 0;
}
.breadcrumb__item a {
  text-decoration: underline;
}
.breadcrumb__item::before {
  position: absolute;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: -10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 0;
}
.breadcrumb__item:last-child::before {
  display: none;
}
.shop-body__content {
  padding: 0 0.9375rem 6.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
.shop-body__content .title {
  color: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  width: 100%;
  height: 120px;
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.shop-body__content .title::before {
  content: "";
  position: absolute;
  background-image: url(../images/BhSkC3fVHm1Z.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.shop-body__content .title__wrapper {
  display: flex;
  flex-direction: column;
  background-color: #101010;
  width: 100%;
  padding: 0.3125rem;
  font-size: 1.25rem;
}
.shop-body__content .title__wrapper span {
  font-size: 0.875rem;
}
.shop-body__content p {
  margin-bottom: 1.25rem;
}
.shop-body__info-wrapper {
  position: relative;
  background-color: #7a6d5e;
  padding: 9.25rem 0.9375rem;
}
.shop-body__info-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(../images/wTOGPlXXzd13.svg);
  background-repeat: repeat-x;
  background-size: contain;
  top: 1.875rem;
  left: 0;
  height: 30px;
  width: 100%;
}
.shop-body__info-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../images/wTOGPlXXzd13.svg);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 1.875rem;
  left: 0;
  height: 30px;
  width: 100%;
  transform: rotate(180deg);
}
.shop-body__info {
  max-width: 1100px;
  margin: 0 auto;
}
.shop-body__info dt {
  position: relative;
  display: flex;
  margin-bottom: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 0;
  float: left;
  width: auto;
}
.shop-body__info dt img {
  padding-top: 3px;
}
.shop-body__info dd {
  font-weight: normal;
  line-height: 1.6;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 510px) {
  .shop-body__info dd {
    padding-left: 100px;
  }
}
.shop-body__info dd:last-child {
  margin-bottom: 0;
}
.shop-body__info dd a.route-btn {
  position: relative;
  margin-top: 0.9375rem;
  border: 1px solid #fff;
  padding: 0.3rem 0.9375rem;
  color: #fff;
  z-index: 2;
  transition: 0.5s;
}
.shop-body__info dd a.route-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0);
  border-radius: 50%;
}
.shop-body__info dd a.route-btn:hover {
  color: #000 !important;
}
.shop-body__info dd a.route-btn:hover::before {
  opacity: 1;
  transform: scale(100%);
  border-radius: 0;
  background-color: #fff;
}
.shop-body__info dd.access-list__salon-time pre {
  display: inline-block;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.shop-body__info .news-list li:last-child {
  margin-bottom: 0;
}
.shop-body__info .news-list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  transition: 0.5s;
  color: #fff;
}
@media screen and (min-width: 510px) {
  .shop-body__info .news-list li a {
    flex-wrap: nowrap;
  }
}
.shop-body__info .news-list li a:hover {
  background-color: #fff;
  color: #101010;
}
.shop-body__info .news-list li:first-child a {
  border-top: 1px solid #fff;
}
.shop-body__info .news-list__date {
  font-size: 0.875rem;
  padding-right: 1.875rem;
}
.shop-body__info .news-list__cate {
  font-size: 0.75rem;
  background-color: #101010;
  padding: 0.3125rem 0;
  min-width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
.shop-body__info .news-list__title {
  font-size: 1rem;
  display: block;
  margin-top: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 510px) {
  .shop-body__info .news-list__title {
    margin-top: 0;
    padding-left: 1.875rem;
  }
}
.shop-body__info .news-btn__more {
  position: relative;
  padding: 0.625rem 1.875rem;
  z-index: 10;
  border: 1px solid #fff;
  transition: 0.5s;
  color: #fff;
}
.shop-body__info .news-btn__more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0);
  border-radius: 50%;
}
.shop-body__info .news-btn__more:hover {
  color: #000 !important;
}
.shop-body__info .news-btn__more:hover::before {
  opacity: 1;
  transform: scale(100%);
  border-radius: 0;
  background-color: #fff;
}
.shop-body__info .news-btn__wrapper {
  text-align: center;
  margin-top: 2.75rem;
}
@media screen and (min-width: 960px) {
  .access-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.access-list dt {
  position: relative;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  width: 100%;
}
.access-list dt::before {
  position: absolute;
  content: "";
  background-color: #7a6d5e;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}
.access-list dd {
  margin-bottom: 3.75rem;
  width: 100%;
}
.access-list dd:last-child {
  margin-bottom: 0;
}
.access-list dd.access-list__salon-time pre {
  display: inline-block;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.access-list p {
  margin-bottom: 0.9375rem;
}
.access-list a {
  position: relative;
  border: 1px solid #fff;
  padding: 0.3rem 0.9375rem;
  margin-bottom: 1.25rem;
}
.access-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0);
  border-radius: 50%;
}
.access-list a:hover {
  color: #000 !important;
}
.access-list a:hover::before {
  opacity: 1;
  transform: scale(100%);
  border-radius: 0;
  background-color: #fff;
}
@media screen and (min-width: 510px) {
  .access-list a {
    margin-bottom: 0;
  }
}
.access-list iframe {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 510px) {
  .access-list iframe {
    height: 100%;
  }
}
.access-list__pc-box {
  flex: 1;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 960px) {
  .access-list__pc-box {
    padding-right: 2.75rem;
  }
}
@media screen and (min-width: 960px) {
  .access-list__map-box {
    width: 400px !important;
  }
}
@media screen and (min-width: 960px) {
  .menu-body {
    display: flex;
    flex-wrap: wrap;
  }
}
.menu-list-nav {
  display: none;
  width: 280px;
  padding-left: 2.75rem;
  position: relative;
}

@media screen and (min-width: 960px) {
  .menu-list-nav {
    display: block;
  }
}
.menu-list-nav ul {
  position: sticky;
  top: 90px;
}
.menu-list-nav li a {
  transition: 0.2s;
  padding: 0.625rem 0.9375rem;
  width: 100%;
}
.menu-list-nav li a:hover {
  background-color: #7b6d5d;
}
.menu-list-nav li.menu-list-nav__item.is-active a {
  position: relative;
  padding: 0.625rem 0.9375rem 0.625rem 1.5rem;
}
.menu-list-nav li.menu-list-nav__item.is-active a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/kWumRvorzm0a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 960px) {
  .menu-list {
    flex: 1;
  }
}
.menu-list__title {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 0.9375rem;
  background-color: #101010;
  z-index: 10;
}
.menu-list__title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7a6d5e;
}
.menu-list__title-wrapper::before {
  position: absolute;
  content: "";
  background-color: #7c6f5f;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
  z-index: 20;
}
@media screen and (min-width: 960px) {
  .menu-list__title-wrapper::before {
    display: none;
  }
}
.menu-list__title-wrapper::after {
  position: absolute;
  content: "";
  background-image: url(../images/IPGmySy5JN8q.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  top: 3px;
  right: 4px;
  transition: 0.3s;
  z-index: 30;
}
@media screen and (min-width: 960px) {
  .menu-list__title-wrapper::after {
    display: none;
  }
}
.menu-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 960px) {
  .menu-list__item {
    justify-content: space-between;
  }
  .menu-list__item:first-child {
    padding-top: 0;
  }
}
.menu-list__body {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding-top: 1.25rem;
}
@media screen and (min-width: 960px) {
  .menu-list__body {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    opacity: 1;
    visibility: visible;
    align-items: flex-start;
  }
}
.menu-list__body img {
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 960px) {
  .menu-list__body img {
    width: 40%;
    order: 2;
    padding-left: 0.625rem;
  }
}
.menu-list__menus {
  margin-top: 0.625rem;
}
@media screen and (min-width: 960px) {
  .menu-list__menus {
    order: 1;
    width: 60%;
    padding-right: 0.625rem;
    margin-top: 0;
  }
}
.menu-list li {
  position: relative;
  margin-bottom: 1.875rem;
  overflow: hidden;
}
.menu-list li:last-child {
  margin-bottom: 0;
}
.menu-list li.open {
  overflow: auto;
}
.menu-list li.open .menu-list__title-wrapper::after {
  transform: rotate(45deg);
}
.menu-list li.open .menu-list__body {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.menu-list dt {
  width: auto;
  font-weight: normal;
}
.menu-list dd.menu-list__info {
  text-align: right;
  display: inline-flex;
  justify-content: space-between;
  width: auto;
}
.menu-list dd.menu-list__info span {
  text-align: left;
  margin-right: 0.9375rem;
}
.menu-list .menu-list__info-text {
  padding-top: 0.625rem;
  font-size: 0.875rem;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .staff-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.staff-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 800px) {
  .staff-list li {
    width: 50%;
    margin-bottom: 0;
    padding: 1.25rem;
  }
}
.staff-list li:last-child {
  margin-bottom: 0;
}
.staff-list__img {
  width: 50%;
  padding-right: 0.9375rem;
}
.staff-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-list__info {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.staff-list__class {
  position: relative;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
.staff-list__name {
  position: relative;
  font-size: 1.25rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0.9375rem;
}
.staff-list__name::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7a6d5e;
}
.staff-list__name span {
  display: block;
  padding-top: 0.3125rem;
  font-size: 0.875rem;
}
.staff-list__text {
  font-size: 0.875rem;
}
.staff-list__text-wrapper {
  margin-bottom: 0.9375rem;
}
.staff-list__link {
  position: relative;
  margin-top: auto;
  border: 1px solid #fff;
  padding: 0.75rem 0.9375rem;
  text-align: center;
}
.staff-list__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0);
  border-radius: 50%;
}
.staff-list__link:hover {
  color: #000 !important;
}
.staff-list__link:hover::before {
  opacity: 1;
  transform: scale(100%);
  border-radius: 0;
  background-color: #fff;
}
.staff-list__readmore {
  display: inline-block;
  margin-top: 0.625rem;
  border-radius: 5px;
  text-decoration: underline;
  font-size: 0.875rem;
}
.staff-list__readmore:hover {
  text-decoration: none;
}
.staff-list .modaal-content-container {
  display: flex;
  flex-direction: column;
  background-color: #7a6d5e;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .staff-list .modaal-content-container {
    flex-direction: row;
  }
}
.staff-list .modaal-content-container h3 {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 800px) {
  .staff-list .modaal-content-container h3 {
    text-align: left;
  }
}
.staff-list__modal-img {
  min-width: 50%;
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .staff-list__modal-img {
    margin-right: 1.875rem;
    min-width: 200px;
    max-width: 200px;
  }
}
.staff-list__modal-img img {
  width: 100%;
}
.staff-list__modal-info {
  margin-top: 0.9375rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (min-width: 800px) {
  .staff-list__modal-info {
    margin-top: 0;
  }
}
.staff-list__modal-info h3 {
  font-size: 1.5rem;
}
.staff-list__modal-info span {
  display: block;
  padding-top: 0.3125rem;
  font-size: 0.875rem;
}
.staff-list__modal-info .staff-list__class {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .staff-list__modal-info .staff-list__class {
    text-align: left;
  }
}
.staff-list__modal-info pre {
  margin-bottom: 0.9375rem;
}
.staff-list__modal-btn {
  margin-top: auto;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .staff-list__modal-btn {
    text-align: left;
  }
}
.staff-list__modal-btn a {
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.75rem 0.9375rem;
  text-align: center;
  transition: 0.3s;
  z-index: 1;
}
.staff-list__modal-btn a:hover {
  color: #101010;
}
.staff-list__modal-btn a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0);
  border-radius: 50%;
}
.staff-list__modal-btn a:hover::before {
  opacity: 1;
  transform: scale(100%);
  border-radius: 0;
  background-color: #fff;
}
.archive-page__header {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-page .home-news__list {
  margin-top: 0;
}
.salon-area h2 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
.salon-area__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 510px) {
  .salon-area__list {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.salon-area__list > li {
  width: 100%;
  padding: 0.5rem 0;
}
@media screen and (min-width: 510px) {
  .salon-area__list > li {
    width: 33.3333333333%;
    padding: 0.9375rem;
  }
}
.salon-area__list a {
  border: 2px solid #7a6d5e;
  display: block;
  text-align: center;
  padding: 0.9375rem;
  transition: 0.3s;
}
.salon-area__list a:hover {
  background-color: #7a6d5e;
}
.salon-area__sub-list {
  margin-top: 0.9735rem;
}
.salon-area__sub-list > li {
  width: 100%;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.salon-group h2 {
  position: relative;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
  font-weight: bold;
  width: 100%;
}
.salon-group h2::before {
  position: absolute;
  content: "";
  background-color: #7a6d5e;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}
.salon-group__item {
  margin-bottom: 2.75rem;
}
.salon-group__item:last-child {
  margin-bottom: 0;
}
.salon-list__img {
  width: 100%;
  padding: 0.9375rem;
}
@media screen and (min-width: 960px) {
  .salon-list__img {
    width: 45%;
  }
}
.salon-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.salon-list__info {
  padding: 0.9375rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.salon-list__map {
  font-size: 10px;
  border: 1px solid #fff;
  padding: 0.125rem 0.5rem;
  transition: 0.2s;
}
.salon-list__map:hover {
  background-color: #7a6d5e;
  border: 1px solid #7a6d5e;
}
.salon-list__map-wrapper {
  display: block;
  margin-top: 0.625rem;
}
@media screen and (min-width: 510px) {
  .salon-list__map-wrapper {
    margin-top: 0;
    display: inline-block;
    margin-left: 0.9375rem;
  }
}
.salon-list__title {
  font-size: 1.125rem;
}
.salon-list__btns {
  display: flex;
  margin-top: auto;
}
.salon-list__btns a {
  position: relative;
  font-size: 0.875rem;
  flex: 1;
  background-color: #7a6d5e;
  text-align: center;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  margin-right: 0.9375rem;
  transition: 0.2s;
}
@media screen and (min-width: 510px) {
  .salon-list__btns a {
    margin-right: 1.875rem;
  }
}
.salon-list__btns a:last-child {
  margin-right: 0;
}
.salon-list__btns a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 3px;
  left: 0;
  background-color: #fff;
}
.salon-list__btns a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  background-color: #fff;
}
.salon-list__btns a:hover {
  background-color: #fff;
  color: #000;
}
.salon-list__btns a:hover::before {
  background-color: #7a6d5e;
}
.salon-list__btns a:hover::after {
  background-color: #7a6d5e;
}
.salon-list li {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-bottom: 2.75rem;
}
.salon-list dl {
  margin-top: 1.875rem;
}
.salon-list dt {
  display: flex;
  float: left;
  padding-top: 3px;
}
.salon-list dd {
  padding: 0;
  padding-left: 30px;
  font-size: 13px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 510px) {
  .salon-list dd pre.salon-list__time {
    display: inline-block;
    text-align-last: justify;
    text-justify: inter-ideograph;
  }
}
.blog__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  background-color: #707070;
  padding: 2.75rem;
  background-position: center;
  background-size: cover;
}
.blog__header-title {
  font-size: 2rem;
  font-weight: bold;
}
.blog__container {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.blog__container h1 {
  margin-bottom: 1.875rem;
  position: relative;
  padding-bottom: 1.25rem;
  font-size: 1.5rem;
}
.blog__container h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #7a6d5e;
  width: 100%;
  height: 2px;
}
.blog__container time {
  display: block;
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
}
.blog__body p {
  margin-bottom: 1.25rem;
}
.blog__body p:last-child {
  margin-bottom: 0;
}
.blog__body .wp-block-image {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.blog__bottom {
  margin-top: 6.25rem;
}
.blog__pageLink {
  position: relative;
  border-top: 1px solid #7a6d5e;
  border-bottom: 1px solid #7a6d5e;
  padding: 0.9375rem;
  display: flex;
  justify-content: space-between;
}
.blog__pageLink .home {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog__pageLink a {
  font-size: 0.875rem;
}
.blog__pageLink a:hover {
  text-decoration: underline;
}
.blog__page-return {
  margin-bottom: 1.875rem;
  text-align: center;
}
.blog__page-return a {
  position: relative;
  border: 1px solid #fff;
  width: 300px;
  padding: 0.75rem;
}
.blog__page-return a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0);
  border-radius: 50%;
}
.blog__page-return a:hover {
  color: #000 !important;
}
.blog__page-return a:hover::before {
  opacity: 1;
  transform: scale(100%);
  border-radius: 0;
  background-color: #fff;
}
.pagination {
  margin-top: 2.75rem;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination .nav-links span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #7a6d5e;
  line-height: 1;
  font-size: 0.75rem;
  border: 1px solid #7a6d5e;
}
.pagination .nav-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #fff;
  line-height: 1;
  font-size: 0.75rem;
  transition: 0.1s;
}
.pagination .nav-links a:hover {
  background-color: #7a6d5e;
}
.edit-page {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.edit-page h1 {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 30px;
  margin-bottom: 3.75rem;
}
.edit-page h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  background-image: url(../images/BhSkC3fVHm1Z.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.edit-page h2 {
  font-size: 1.5rem;
}
.edit-page h3 {
  font-size: 1.35rem;
}
.edit-page figure {
  margin: 0 0 1.875rem;
}
.edit-page .treatments {
  margin-top: 6.25rem;
}
.edit-page p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.edit-page a {
  text-decoration: underline;
  text-underline-position: under;
  transition: 0.2s;
}
.edit-page a:hover {
  color: #c9b279;
}
.edit-page ul {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.edit-page section {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.edit-page section:first-child {
  margin-top: 0;
}
.edit-page section:last-child {
  margin-bottom: 0;
}
.edit-page section.has-background {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.edit-page section > .wp-block-group__inner-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.edit-page section.mt-0 {
  margin-top: 0 !important;
}
.edit-page section.mb-0 {
  margin-bottom: 0 !important;
}
.fixed-width {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.fixed-width h1 {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 30px;
  margin-bottom: 3.75rem;
}
.fixed-width h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  background-image: url(../images/BhSkC3fVHm1Z.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.fixed-width p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.treatments .modaal-content-container {
  background-color: #fff;
}
.treatments .modaal-content-container {
  padding: 3.25rem 1.875rem;
}
@media screen and (min-width: 510px) {
  .treatments .modaal-content-container {
    padding: 1.875rem;
  }
}
.treatments .modaal-close:focus:after,
.treatments .modaal-close:focus:before,
.treatments .modaal-close:hover:after,
.treatments .modaal-close:hover:before {
  background: #fff;
}
.treatments .modaal-close {
  background: rgba(0, 0, 0, 0.6);
  top: 50px;
  right: 5px;
}
@media screen and (min-width: 510px) {
  .treatments .modaal-close {
    top: 100px;
    right: 30px;
    height: 80px;
    width: 80px;
  }
}
@media screen and (min-width: 510px) {
  .treatments .modaal-close:before {
    left: 37px;
    height: 50px;
  }
}
@media screen and (min-width: 510px) {
  .treatments .modaal-close:after {
    left: 36px;
    height: 50px;
  }
}
.treatments h2 {
  font-size: 1.25rem;
}
.treatments__note {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
.treatments__list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 510px) {
  .treatments__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.treatments__content {
  position: relative;
  height: 100%;
  width: 100%;
}
.treatments__content::before {
  content: "\8A73\3057\304F\898B\308B";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}
.treatments__content:hover::before {
  opacity: 1;
}
.treatments__content:hover h2 {
  opacity: 0;
}
.treatments__item {
  position: relative;
}
.treatments__item:nth-child(1) {
  grid-row: 1 / span 2;
  grid-column: 1 / span 2;
}
@media screen and (min-width: 510px) {
  .treatments__item:nth-child(1) {
    grid-column: 1 / span 3;
  }
}
@media screen and (min-width: 510px) {
  .treatments__item:nth-child(2) {
    grid-row: 3 / span 2;
    grid-column: 1 / span 2;
  }
}
.treatments__item:nth-child(4) {
  grid-row: 4 / span 2;
  grid-column: 1 / span 2;
}
@media screen and (min-width: 510px) {
  .treatments__item:nth-child(4) {
    grid-row: auto;
    grid-column: auto;
  }
}
.treatments__item:nth-child(5) {
  grid-row: 6 / span 2;
  grid-column: 1 / span 2;
}
@media screen and (min-width: 510px) {
  .treatments__item:nth-child(5) {
    grid-row: 5 / span 2;
    grid-column: 2 / span 2;
  }
}
@media screen and (min-width: 510px) {
  .treatments__item:nth-child(8) {
    grid-row: 7 / span 2;
    grid-column: 1 / span 2;
  }
}
.treatments__item h2 {
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.3s;
}
.treatments__item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  filter: brightness(0.8);
}
.treatments__modal-body .wp-block-columns h2 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  z-index: 1;
  padding-left: 30px;
}
@media screen and (min-width: 510px) {
  .treatments__modal-body .wp-block-columns h2 {
    padding-left: 50px;
  }
}
.treatments__modal-body .wp-block-columns h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url(../images/BhSkC3fVHm1Z.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 510px) {
  .treatments__modal-body .wp-block-columns h2::before {
    width: 90px;
    height: 90px;
  }
}
.treatments__modal-body .wp-block-columns > .wp-block-column {
  display: flex;
  order: 2;
}
@media screen and (min-width: 510px) {
  .treatments__modal-body .wp-block-columns > .wp-block-column {
    order: unset;
  }
}
.treatments__modal-body
  .wp-block-columns
  > .wp-block-column.is-vertically-aligned-center {
  display: flex;
  order: 1;
  justify-content: center;
}
@media screen and (min-width: 510px) {
  .treatments__modal-body
    .wp-block-columns
    > .wp-block-column.is-vertically-aligned-center {
    order: unset;
  }
}
.treatments__modal-body p {
  margin-bottom: 6.25em;
}
.treatments__modal-body figure {
  margin: 0;
}
.treatments__modal-body .is-vertically-aligned-center {
  text-align: center;
}
.treatments__modal-body .treatments__modal-close {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  padding: 0.625rem 0.9375rem;
  padding-left: 1.875rem;
  transition: 0.3s;
  cursor: pointer;
}
.treatments__modal-body .treatments__modal-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  width: 2px;
  height: 17px;
  background: #333;
  transform: translateY(-50%) rotate(45deg);
}
.treatments__modal-body .treatments__modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  width: 2px;
  height: 17px;
  background: #333;
  transform: translateY(-50%) rotate(-45deg);
}
.treatments__modal-body .treatments__modal-close:hover {
  background-color: #ededed;
}
.treatments__modal-body .treatments__modal-close-btn {
  margin-top: 6.25em;
  text-align: center;
}
.implementation-salon h2 {
  text-align: center;
}
.implementation-salon h3 {
  font-size: 1rem;
}
@media screen and (min-width: 510px) {
  .implementation-salon h3 {
    font-size: 1.125rem;
  }
}
.implementation-salon h3.black {
  color: #000;
}
.implementation-salon__title {
  margin-bottom: 1.975rem;
}
.implementation-salon__title--bold {
  font-weight: bold;
}
.implementation-salon__list {
  display: flex;
  flex-wrap: wrap;
}
.implementation-salon__item {
  width: 100%;
  padding: 0.9375rem;
  transition: 0.3s;
}
@media screen and (min-width: 510px) {
  .implementation-salon__item {
    width: 50%;
  }
}
.implementation-salon__item:hover {
  background-color: rgba(237, 237, 237, 0.2);
}
.implementation-salon__item:hover h3 {
  color: #000;
}
.implementation-salon__item a {
  display: flex;
  align-items: center;
  transition: 0.3s;
  text-decoration: unset;
}
.implementation-salon__item img {
  width: 20%;
  border-radius: 100%;
}
.implementation-salon__item h3 {
  padding-left: 0.625rem;
  transition: 0.3s;
}
.braidal-menu h2 {
  margin-bottom: 1.875rem;
}
.braidal-menu__item {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  background-color: #887662;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  padding: 1.25rem;
  border: 2px solid;
  border-image: linear-gradient(
    45deg,
    #b67b03 0%,
    #daaf08 45%,
    #fee9a0 70%,
    #daaf08 85%,
    #b67b03 90% 100%
  );
  border-image-slice: 1;
}
.braidal-menu__item h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #c3a270;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.accordion__item {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.accordion__label {
  position: relative;
  padding: 1.25rem;
  border-radius: 5px;
  background: #887662;
  padding-left: 58px;
  transition: 0.2s;
}
.accordion__label:hover {
  background: #ab957b;
}
.accordion__label::before {
  position: absolute;
  content: "Q";
  margin-left: -40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}
.accordion__label--icon::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.accordion__label--icon::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
.accordion__label p {
  margin: 0;
  font-size: 1.125rem;
}
.accordion__label.open .accordion__label--icon::after {
  display: none;
}
.accordion__label span {
  margin-right: 5px;
}
.accordion__answer {
  position: relative;
  display: none;
  padding: 1.25rem;
  background-color: #949494;
  margin-top: 0.9375rem;
  border-radius: 5px;
  padding-left: 58px;
}
.accordion__answer::before {
  position: absolute;
  content: "A";
  margin-left: -40px;
  background: #7a6d5e;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}
.special-feature-list h2 {
  margin-bottom: 1.875rem;
}
.special-feature-list__item {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  background-color: #887662;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  padding: 1.25rem;
  border: 2px solid;
  border-image: linear-gradient(
    45deg,
    #b67b03 0%,
    #daaf08 45%,
    #fee9a0 70%,
    #daaf08 85%,
    #b67b03 90% 100%
  );
  border-image-slice: 1;
}
.special-feature-list__item h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #c3a270;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 1.25rem;
}
.border-design {
  position: relative;
}
.border-design::before {
  content: "";
  position: absolute;
  background-image: url(../images/wTOGPlXXzd13.svg);
  background-repeat: repeat-x;
  background-size: contain;
  top: 1.875rem;
  left: 0;
  height: 30px;
  width: 100%;
}
.border-design::after {
  content: "";
  position: absolute;
  background-image: url(../images/wTOGPlXXzd13.svg);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 1.875rem;
  left: 0;
  height: 30px;
  width: 100%;
}
.border-gold {
  border: 4px solid;
  border-image: linear-gradient(
    45deg,
    #b67b03 0%,
    #daaf08 45%,
    #fee9a0 70%,
    #daaf08 85%,
    #b67b03 90% 100%
  );
  border-image-slice: 1;
}
.border-gold-img img {
  border: 4px solid;
  border-image: linear-gradient(
    45deg,
    #b67b03 0%,
    #daaf08 45%,
    #fee9a0 70%,
    #daaf08 85%,
    #b67b03 90% 100%
  );
  border-image-slice: 1;
}
.title-border-y-bold {
  border-top: 2px solid #c9b279;
  border-bottom: 2px solid #c9b279;
  padding: 15px 0;
  border-image: linear-gradient(
    45deg,
    #b67b03 0%,
    #daaf08 45%,
    #fee9a0 70%,
    #daaf08 85%,
    #b67b03 90% 100%
  );
  border-image-slice: 1;
}
.title-border-b-bold {
  position: relative;
  padding-bottom: 15px;
  font-size: 26px;
}
.title-border-b-bold::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: repeating-linear-gradient(
    45deg,
    #b4a983 0px,
    #b4a983 1px,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  background-size: 4px 4px;
}
.searchform {
  position: relative;
  background-color: #7b6d5e;
  color: #000;
  padding: 2.65rem 0.9375rem;
  margin-bottom: 3.75rem;
  border-radius: 5px;
}
@media screen and (min-width: 800px) {
  .searchform {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 510px) {
  .searchform__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
	 flex-direction: column;
  }
}
@media screen and (min-width: 800px) {
  .searchform__wrapper {
    flex-direction: unset;
    margin-right: 3.75rem;
  }
}
.searchform__title {
  color: #fff;
  margin-bottom: 0.9375rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .searchform__title {
	 margin-bottom: 0;
	 margin-right: 3.75rem;
  }
}
.searchform__input {
  position: relative;
}
.searchform__input::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.searchform select {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  background-color: #ededed;
  box-shadow: 0 1px 4px #707070;
}
@media screen and (min-width: 510px) {
  .searchform select {
    width: 320px;
  }
}
.searchform__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #101010;
  border: 1px solid #000;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 1px 4px #707070;
  transition: 0.2s;
  margin: 0 auto;
}
@media screen and (min-width: 510px) {
  .searchform__submit {
    width: 220px;
  }
}
.searchform__submit:hover {
  background-color: #404040;
  border: 1px solid #404040;
}
.searchform__submit svg {
  margin-right: 0.625rem;
}
.searchform__submit-wrapper {
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 800px) {
  .searchform__submit-wrapper {
    margin-top: 0;
  }
}
.job-list__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding: 0.9375rem;
  margin-bottom: 0.9375rem;
  background-color: #333;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 510px) {
  .job-list__item {
    flex-direction: row;
  }
}
.job-list__no-item {
  text-align: center;
}
.job-list__image {
  width: 100%;
}
@media screen and (min-width: 510px) {
  .job-list__image {
    width: 500px;
  }
}
.job-list__info-wrapper {
  width: 100%;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 510px) {
  .job-list__info-wrapper {
    padding-top: 0;
    padding-left: 1.875rem;
  }
}
.job-list__title {
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 0.625rem;
}
.job-list__content {
  border-bottom: 1px solid #c3a270;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.job-list__content p {
  margin: 0;
}
.job-list__info {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.job-list__location {
  font-size: 0.875rem;
  display: flex;
}
.job-list__location span {
  display: flex;
  align-items: center;
  margin-right: 3px;
}
.job-list__location a {
  font-size: 0.875rem;
  text-decoration: underline;
  transition: 0.2s;
}
.job-list__location a:hover {
  text-decoration: none;
}
.not-found__btn {
  width: 200px;
  border: 2px solid #887662;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-color: #887662;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 510px) {
  .not-found__btn {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.not-found__btn:hover {
  background-color: #000;
}
.not-found__btn-wrapper {
  margin-top: 1.875rem;
  text-align: center;
}
.wp-block-button a {
  text-decoration: none !important;
  overflow: hidden;
  height: 100%;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 1.25rem !important;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 !important;
  }
}
.wp-block-media-text .wp-block-media-text__content p:first-child {
  margin-top: 0;
}
.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 510px) {
  .fadein {
    opacity: 0;
  }
}
.fadein h2 {
  opacity: 0;
  transition: all 2s;
}
@media screen and (min-width: 510px) {
  .fadein h2 {
    opacity: 1;
  }
}
.fadein p {
  opacity: 0;
  transition: all 2s;
}
@media screen and (min-width: 510px) {
  .fadein p {
    opacity: 1;
  }
}
.fadein figure {
  opacity: 0;
  transition: all 2s;
}
@media screen and (min-width: 510px) {
  .fadein figure {
    opacity: 1;
  }
}
.fadein .wp-block-buttons {
  opacity: 0;
  transition: all 2s;
}
@media screen and (min-width: 510px) {
  .fadein .wp-block-buttons {
    opacity: 1;
  }
}
@media screen and (min-width: 510px) {
  .fadein.active {
    animation-duration: 2s;
    animation-name: fadeInAnime;
    animation-fill-mode: forwards;
    opacity: 1;
  }
}
.fadein.active h2 {
  animation-duration: 2s;
  animation-name: fadeInAnime;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 510px) {
  .fadein.active h2 {
    animation: none;
  }
}
.fadein.active p {
  animation-duration: 2s;
  animation-name: fadeInAnime;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@media screen and (min-width: 510px) {
  .fadein.active p {
    animation: none;
  }
}
.fadein.active figure {
  animation-duration: 2s;
  animation-name: fadeInAnime;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 510px) {
  .fadein.active figure {
    animation: none;
  }
}
.fadein.active .wp-block-buttons {
  animation-duration: 2s;
  animation-name: fadeInAnime;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
@media screen and (min-width: 510px) {
  .fadein.active .wp-block-buttons {
    animation: none;
  }
}
.fadein.active .delay-no {
  animation-delay: 0s;
}
.fadein.active .delay-1 {
  animation-delay: 1s;
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.column-list__item {
  background: #000;
  border-radius: 3px;
  width: 100%;
}
@media screen and (min-width: 510px) {
  .column-list__item {
    width: calc(33.33% - 13.5px);
  }
}
.column-list__item img {
  transition: 0.6s;
  width: 100%;
}
.column-list__item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  border-radius: 3px;
  overflow: hidden;
}
.column-list__item a:hover {
  box-shadow: 0px 5px 15px 0px rgba(112, 112, 112, 0.35);
}
.column-list__item a:hover img {
  transform: scale(1.1);
}
.column-list__image {
  overflow: hidden;
}
.column-list__title {
  font-size: 18px;
  padding: 15px;
}
.column-list__date {
  margin-top: auto;
  padding: 0 15px 15px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.column-list__btn {
  margin-top: 50px;
  position: relative;
  font-size: 0.875rem;
  flex: 1;
  background-color: #7a6d5e;
  text-align: center;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
}
.column-list__btn:hover {
  opacity: 0.8;
}
.column-list__btn-loading {
  margin-left: 5px;
}
.modaal-close {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6) !important;
}
@media screen and (min-width: 510px) {
  .modaal-close {
    top: 144px;
    height: 80px;
    width: 80px;
    right: 30px;
  }
}
@media screen and (min-width: 510px) {
  .modaal-close:before {
    left: 37px;
    height: 50px;
  }
}
@media screen and (min-width: 510px) {
  .modaal-close:after {
    left: 36px;
    height: 50px;
  }
}

.modaal-container {
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 44px;
}
@media screen and (min-width: 510px) {
  .modaal-container {
    margin-top: 88px;
    max-height: 80vh;
  }
}
.modaal-inner-wrapper {
  padding: 0 30px;
}
.modaal-overlay {
  z-index: 1001;
}
.menu-list-before-text {
  line-height: 1.8;
  padding: 0.9375rem 0;
}
.menu-list-after-text {
  line-height: 1.8;
  padding: 0.9375rem 0;
}