@charset "UTF-8";
/**
* @file _reset.scss
**/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

*::-moz-selection {
  background: #826F34;
  color: white;
}

*::selection {
  background: #826F34;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0;
}

ol,
ul {
  list-style: none;
}

*:focus {
  outline: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

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

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

table td,
table th {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

input:focus {
  outline: 0;
}

td,
th,
tr {
  vertical-align: middle;
}

*,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
picture,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

textarea {
  resize: vertical;
}

fieldset,
legend {
  padding: 0;
}

figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
* @file _common.scss
**/
.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.l-common {
  max-width: 393px;
  margin: 0 auto;
}

body {
  background-image: url(../img/fv_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}

.p-header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  transition: all ease 0.35s;
  width: 100%;
}
.p-header .l-common {
  display: flex;
  justify-content: space-between;
  background: #F5F3EF;
}
.p-header__logo {
  padding-left: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.p-header__logo .__logo-ttl {
  color: #000;
  font-family: graveur-variable, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 26.4px */
}
.p-header__items {
  display: flex;
}
.p-header__call {
  border-radius: 0px 0px 0px 20px;
  background: #90897C;
  width: 74px;
  height: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.p-header__call .__call-text {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  line-height: 180%; /* 14.4px */
  letter-spacing: 0.8px;
}
.p-header__reser {
  background: #706757;
  width: 74px;
  height: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.p-header__reser .__reser-text {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  line-height: 180%; /* 14.4px */
  letter-spacing: 0.8px;
}
.p-header__menu {
  background: #FFF;
  width: 74px;
  height: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 5px;
  transition: all ease 0.35s;
  cursor: pointer;
}
.p-header__menu .__menu-line {
  width: 26px;
  height: 1px;
  background: #706757;
  position: relative;
}
.p-header__menu .__menu-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 26px;
  height: 1px;
  background: #706757;
}
.p-header__menu.is-active {
  border-radius: 0px 0px 0px 20px;
  position: fixed;
}
.p-header__menu.is-active .__menu-line {
  transform: rotate(45deg);
  background: #706757;
}
.p-header__menu.is-active .__menu-line::after {
  transform: rotate(90deg);
  background: #706757;
  bottom: 0;
}
.p-header__menu .__menu-text {
  color: #706757;
  font-family: graveur-variable, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.22px;
}
.p-header__left {
  position: absolute;
  left: 14px;
  top: 14px;
}

.p-salon .l-common {
  background: #F5F3EF;
  position: relative;
}
.p-salon__ttl {
  color: #706757;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  padding-left: 34px;
  padding-top: 160px;
}
.p-salon__subttl {
  color: #B4AFA5;
  font-family: graveur-variable, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 15.4px */
  letter-spacing: 0.7px;
  padding-left: 34px;
  padding-top: 18px;
  padding-bottom: 37px;
}
.p-salon figure {
  position: relative;
}
.p-salon figure img {
  border-radius: 40px 40px 0px 0px;
}
.p-salon figure .abs {
  position: absolute;
  left: 0;
  top: -15px;
  z-index: 1;
}
.p-salon figure .abs-down {
  position: absolute;
  transform: translateY(100%);
  bottom: 0;
  right: 10%;
  z-index: 1;
}
.p-salon__text {
  color: #D6D2CC;
  font-family: graveur-variable, sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 110px */
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 40%;
  right: -20%;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-salon__text {
    display: none;
  }
}

.p-concept .l-common {
  background: #F5F3EF;
  position: relative;
  padding-top: 40px;
  padding-bottom: 58px;
}
.p-concept__ttl {
  color: #90897C;
  font-family: graveur-variable, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 19.8px */
  letter-spacing: 0.9px;
  text-align: center;
  padding-bottom: 10px;
}
.p-concept__subttl {
  color: #706757;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: 1.8px;
  text-align: center;
  padding-top: 15px;
}
.p-concept__text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.p-concept__text .__ttl-re {
  color: #706757;
  text-align: center;
  font-family: graveur-variable, sans-serif;
  font-size: 41.067px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 45.173px */
  letter-spacing: 0.411px;
  position: relative;
}
.p-concept__text .__ttl-re::after {
  content: "再び";
  position: absolute;
  left: 0;
  bottom: -10px;
  color: #706757;
  font-family: "Shippori Mincho", serif;
  font-size: 13.2px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 23.76px */
  letter-spacing: 1.32px;
}
.p-concept__text .__ttl-beauty {
  color: #706757;
  text-align: center;
  font-family: graveur-variable, sans-serif;
  font-size: 41.067px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 45.173px */
  letter-spacing: 0.411px;
  position: relative;
}
.p-concept__text .__ttl-beauty::after {
  content: "美を";
  position: absolute;
  left: 0;
  bottom: -10px;
  color: #706757;
  font-family: "Shippori Mincho", serif;
  font-size: 13.2px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 23.76px */
  letter-spacing: 1.32px;
}
.p-concept__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-bottom: 20px;
}
.p-concept__logo .__ttl {
  color: #333;
  font-family: graveur-variable, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 30.8px */
}
.p-concept__img {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.p-concept__img img {
  border-top-left-radius: 20px;
}
.p-concept__img .abs {
  position: absolute;
  left: 0;
  top: 0;
}
.p-concept__abs {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(40%);
  z-index: 2;
}
.p-concept__abs img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.p-concept__leaf {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(35%);
}

.p-shine .l-common {
  background: white;
}
.p-shine__text {
  color: #706757;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
  padding-top: 105px;
  padding-bottom: 60px;
  padding-right: 8px;
  max-width: 311px;
  width: 100%;
  margin-left: auto;
}

.p-feature .l-common {
  background: #FFF;
  position: relative;
}
.p-feature__experience {
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.p-feature__experience::after {
  content: "";
  position: absolute;
  border-radius: 0px 20px 0px 0px;
  background: #F5F3EF;
  width: 333px;
  height: 632px;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-feature__experience--ttl {
  color: #90897C;
  text-align: center;
  font-family: graveur-variable, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 19.8px */
  letter-spacing: 0.9px;
  padding-bottom: 15px;
}
.p-feature__experience--subttl {
  color: #706757;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 2.4px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.p-feature__experience--img {
  justify-content: unset;
}
.p-feature__experience--img img {
  width: 93%;
  border-top-right-radius: 20px;
}
.p-feature__experience--text {
  color: #706757;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
  padding-top: 30px;
  max-width: 311px;
  margin: 0 auto;
}
.p-feature__tech {
  background: white;
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-feature__tech--ttl {
  color: #706757;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 2.4px;
  padding-bottom: 20px;
}
.p-feature__tech figure {
  justify-content: flex-end;
}
.p-feature__tech figure img {
  border-top-left-radius: 20px;
}
.p-feature__tech--text {
  color: #706757;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
  max-width: 311px;
  margin: 0 auto;
  padding-top: 30px;
}
.p-feature__led {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.p-feature__led::after {
  content: "";
  position: absolute;
  border-radius: 20px 0px 0px 0px;
  background: #F5F3EF;
  width: 333px;
  height: 637px;
  margin-left: auto;
  right: 0;
  top: 0;
  z-index: -1;
}
.p-feature__led--ttl {
  color: #706757;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 2.4px;
  padding-bottom: 20px;
}
.p-feature__led figure {
  justify-content: unset;
}
.p-feature__led figure img {
  border-top-right-radius: 20px;
}
.p-feature__led--text {
  color: #706757;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
  max-width: 311px;
  margin: 0 auto;
  padding-top: 20px;
}
.p-feature__leaf {
  position: absolute;
  left: 10px;
  bottom: -20px;
  z-index: 1;
}

.p-staff .l-common {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 75px;
}
.p-staff__ttl {
  color: #90897C;
  text-align: center;
  font-family: graveur-variable, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 19.8px */
  letter-spacing: 0.9px;
  padding-bottom: 15px;
}
.p-staff__img {
  padding-top: 35px;
}
.p-staff__wrap {
  padding-top: 10px;
}
.p-staff__wrap .__wrap-ttl {
  color: #706757;
  text-align: center;
  font-family: graveur-variable, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 35.2px */
  letter-spacing: 1.6px;
  padding-bottom: 4px;
}
.p-staff__wrap .__wrap-subttl {
  color: #706757;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 1.4px;
  position: relative;
}
.p-staff__wrap .__wrap-subttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
  width: 1px;
  height: 20px;
  background: #D6D2CC;
}
.p-staff__wrap .__wrap-text {
  color: #706757;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
  max-width: 376px;
  margin: 0 auto;
  padding-top: 40px;
}

.p-style .l-common {
  background: white;
  position: relative;
}
.p-style__wrap {
  border-radius: 40px 40px 0px 0px;
  background: #F5F3EF;
  padding-top: 50px;
  padding-bottom: 70px;
}
.p-style__ttl {
  color: #90897C;
  text-align: center;
  font-family: graveur-variable, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 19.8px */
  letter-spacing: 0.9px;
  padding-bottom: 40px;
}
.p-style .swiper {
  width: 100%;
  height: 100%;
}
.p-style .swiper-wrapper {
  padding-bottom: 34px;
}
.p-style .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
.p-style .swiper-slide img {
  display: block;
  width: 100%;
}
.p-style .swiper-scrollbar-horizontal {
  width: 170px !important;
  left: 16px !important;
  height: 1px !important;
}
.p-style .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 96%) !important;
  right: var(--swiper-navigation-sides-offset, 16px) !important;
}
.p-style .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 96%) !important;
  right: var(--swiper-navigation-sides-offset, 48px) !important;
  left: unset !important;
}
.p-style .swiper-button-next:after {
  content: none;
}
.p-style .swiper-button-next::before {
  content: url(../img/arrow-right.svg);
}
.p-style .swiper-button-prev:after {
  content: none;
}
.p-style .swiper-button-prev::before {
  content: url(../img/arrow-left.svg);
}
.p-style__leaf {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(75%);
}
.p-style__leaf--top {
  position: absolute;
  top: 0;
  right: 0;
}

.p-info .l-common {
  background: white;
  padding-top: 100px;
  padding-bottom: 40px;
}
.p-info__ttl {
  color: #90897C;
  text-align: center;
  font-family: graveur-variable, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 19.8px */
  letter-spacing: 0.9px;
  padding-bottom: 15px;
}
.p-info__wrap {
  padding-top: 20px;
  padding-left: 9px;
  padding-right: 8px;
}
.p-info__wrap--item {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dotted #B4AFA5;
}
.p-info__wrap--item:first-child {
  border-top: 1px dotted #B4AFA5;
}
.p-info__wrap--item dt {
  width: 120px;
  color: #706757;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
  position: relative;
}
.p-info__wrap--item dt::after {
  content: "";
  position: absolute;
  left: 0;
  top: -21px;
  width: 110px;
  height: 1px;
  background: #B4AFA5;
}
.p-info__wrap--item dd {
  width: calc(100% - 120px);
  color: #706757;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.4px;
}
.p-info__wrap--item dd .__bold {
  color: #706757;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.4px;
}
.p-info__wrap--item .w-max {
  width: -moz-max-content;
  width: max-content;
}

.p-access .l-common {
  background: white;
  padding-bottom: 80px;
  position: relative;
}
.p-access__ttl {
  color: #706757;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
  padding-bottom: 20px;
}
.p-access__leaf {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-reverse .l-common {
  background: white;
}
.p-reverse__ttl {
  border-radius: 40px 40px 0px 0px;
  background: #90897C;
  height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid #D6D2CC;
}
.p-reverse__ttl .__ttl {
  color: #FFF;
  text-align: center;
  font-family: graveur-variable, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 19.8px */
  letter-spacing: 0.9px;
}
.p-reverse__btn {
  padding-left: 30px;
  padding-right: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D6D2CC;
  background: #756D5F;
  height: 133px;
}
.p-reverse__btn .__btn-ttl {
  color: #FFF;
  font-family: graveur-variable, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 70%; /* 44px */
  letter-spacing: 2px;
}
.p-reverse__btn .__btn-ttl span {
  color: #F5F3EF;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.4px;
}
.p-reverse__phone {
  padding-left: 30px;
  padding-right: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #90897C;
  height: 125px;
}
.p-reverse__phone .__phone-ttl {
  color: #FFF;
  font-family: graveur-variable, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 70%; /* 44px */
  letter-spacing: 2px;
}
.p-reverse__phone .__phone-ttl span {
  color: #F5F3EF;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.4px;
}
.p-reverse__phone .__phone-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-footer .l-common {
  background: white;
}
.p-footer__logo {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-bottom: 1px solid #D6D2CC;
}
.p-footer__logo .__logo-ttl {
  color: #333;
  font-family: graveur-variable, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 26.4px */
}
.p-footer__items {
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-footer__copy {
  background: #F5F3EF;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #90897C;
  text-align: center;
  font-family: graveur-variable, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 14px */
}

.p-menu {
  background: #B4AFA5;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  max-width: 393px;
  margin: 0 auto;
  overflow: hidden;
  transition: all ease 0.35s;
}
.p-menu.h-active {
  height: 100vh;
  transition: all ease 0.35s;
}
.p-menu__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-menu__wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 14px;
  padding-top: 14px;
}
.p-menu__wrap .__wrap-ttl {
  color: #000;
  font-family: graveur-variable, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 26.4px */
}
.p-menu__btn {
  border-radius: 0px 0px 0px 20px;
  background: #FFF;
  width: 74px;
  height: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  justify-content: center;
}
.p-menu__btn .__btn-ttl {
  color: #706757;
  font-family: graveur-variable, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.22px;
}
.p-menu__items .__menu-item {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #D6D2CC;
  text-align: center;
}
.p-menu__items .__menu-item a {
  color: #FFF;
  font-family: graveur-variable, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 26.4px */
  letter-spacing: 1.2px;
}

.d-none {
  display: none;
}

.bg-gray {
  background: #B4AFA5 !important;
  transition: all ease 0.5s;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */