.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.head {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/aizawa_salon_oranjour-39.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.navbar-logo-left {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 120px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer {
  letter-spacing: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #f7f4f4;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.text {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.navbar-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ff8154;
  border-radius: 14px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.text-2 {
  color: #fff;
  letter-spacing: 3px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
}

.section {
  background-image: url('../images/aizawa_salon_oranjour-41.jpg');
  background-position: 0 0;
  background-size: 0%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 473px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container {
  text-align: left;
  background-color: #f8f8f800;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 10vh;
  padding: 24px;
  display: flex;
}

.header-contents {
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-section {
  text-align: left;
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -220px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.text-block {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 22px;
  line-height: 48px;
}

.heading {
  color: #a7a7a7;
  letter-spacing: 5px;
  text-transform: capitalize;
  border-bottom: .5px #a7a7a7;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 45px;
}

.stylist {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.stylist-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.content {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.title {
  color: #000;
  text-align: center;
  letter-spacing: 10px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.description {
  color: #000;
  text-align: left;
  font-family: Noto Serif JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
}

.image-wrapper {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  box-shadow: 0 6px 12px #9398aa;
}

.info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-3 {
  color: #000;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 116%;
}

.author-job {
  color: #ff8154;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.sns-metrics {
  opacity: .7;
  color: #f1f1f1;
  background-color: #fff;
  border: 1px #000;
  margin-top: 0;
  padding: 0;
  position: relative;
}

.sns-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.sns-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sns-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.ahis {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-heading-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #ff8154;
  background-image: url('../images/bg-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.container-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-4 {
  color: #fff;
  letter-spacing: 7px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

.salon-oranjour-text {
  color: #fff;
  letter-spacing: 6px;
  -webkit-text-stroke-color: #fff;
  font-family: Noto Serif JP, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 196%;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-2 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f7fa;
  border: 11px #000;
  border-bottom-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 8px;
  display: flex;
}

.columns {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.logo-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.logo-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 141px;
  display: flex;
}

.small-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-top: 16px;
  display: flex;
}

.column-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-7 {
  color: #212121;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.footer-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.link {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.content-3, .content-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.copyright {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.text-8 {
  color: #333;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.news {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.news-innersection {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 24px;
  display: flex;
}

.news-container {
  background-color: #c4919100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  display: flex;
}

._2-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 400px;
  padding: 0 0 24px;
  display: flex;
}

.news-columns {
  width: 100%;
  padding-bottom: 10px;
}

.heading-2 {
  letter-spacing: 7px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 120px;
}

.news-date, .news-article {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.news-section {
  margin-top: 0;
  padding-top: 0;
}

.article-section-5 {
  margin-top: 0;
  padding-top: 0;
}

.menu {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
}

.pricing-comparison {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px 100px;
  display: flex;
}

.columns-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 860px;
  margin-left: 0;
  display: flex;
}

.column-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 4px 20px 20px #6a727e1f;
}

.intro {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-wrapper-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.pricing-1 {
  object-fit: cover;
  border-bottom: 5px solid #ff8154;
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.name {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-9 {
  color: #212121;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 132%;
}

.text-10 {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.pricing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-11 {
  color: #333;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.description-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-12 {
  color: #212121;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.button-2 {
  background-color: #fff;
  border: 1px solid #212121;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 16px 60px;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  background-color: #ff8154;
}

.text-13 {
  color: #000;
  letter-spacing: 2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.separator {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
}

.features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.pricing-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.feature-item {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.column-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 260px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  box-shadow: 0 4px 130px #96a3b54d;
}

.button-3 {
  background-color: #212121;
  border: 1px solid #212121;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.features-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.pricing-feature-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.heading-3 {
  letter-spacing: 7px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 120px;
}

.contact-form {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fce4db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 100px;
  display: flex;
}

.container-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.text-15 {
  color: #000;
  text-align: center;
  letter-spacing: 7px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 120%;
}

.text-16 {
  color: #000;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.form-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block-label {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.form-text-input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #979797;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.form-text-input::placeholder, .text-17 {
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.form-text-input-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #979797;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 42px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.form-text-input-2::placeholder {
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.form-textarea {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #979797;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.form-textarea::placeholder {
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.form-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.text-18 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.div-block {
  background-color: #ff8154;
  width: 100%;
  height: 10px;
}

.about-head {
  background-color: #000;
  border: 1px solid #000;
  height: 100vh;
  overflow: visible;
}

.image-3 {
  width: 80px;
  height: 80px;
}

.map-section {
  width: 100%;
  height: auto;
}

.html-embed {
  width: 100%;
}

.map {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-5 {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 60vh;
  min-height: 200px;
  padding: 0;
  display: flex;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.summary {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 140px;
  display: flex;
}

.container-6 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  display: flex;
}

.heading-4 {
  letter-spacing: 7px;
  margin-bottom: 40px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 120%;
}

.text-block-5 {
  font-size: 20px;
}

.columns-4 {
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 17px;
}

.column-8, .column-9 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gallery-overview {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  border-bottom: 10px #ff8154;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.columns-5 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.column-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.content-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.list-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.text-19 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.description-3 {
  color: gray;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.button-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ff8154;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.small-columns-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-wrapper-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-4, .image-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 292px;
  height: auto;
  display: flex;
}

.image-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 292px;
  height: 119px;
  display: flex;
}

.image-7 {
  object-fit: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 292px;
  height: 154px;
  display: flex;
}

.image-wrapper-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-8, .image-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 292px;
  height: auto;
  display: flex;
}

.image-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 292px;
  height: 104px;
  display: flex;
}

.text-block-6 {
  background-color: #fff;
  border-bottom: 16px #ff8154;
  border-left: 11px solid #ff8154;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
}

.link-2, .link-3 {
  color: #868686;
  font-family: Noto Sans JP, sans-serif;
  text-decoration: none;
}

.link-4, .link-5, .link-6, .link-7 {
  color: #868686;
  text-decoration: none;
}

.link-block {
  text-align: center;
  width: auto;
  margin-top: 20px;
  text-decoration: none;
}

.bold-text {
  color: #747474;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-7 {
  color: #ff6b35;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.image-11 {
  width: 140px;
}

.text-block-8 {
  text-decoration: none;
}

.text-block-9 {
  color: #fff;
  letter-spacing: 7px;
  font-size: 23px;
}

.text-block-10 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
}

.container-7 {
  text-align: center;
  letter-spacing: 7px;
  flex: 0 auto;
  position: fixed;
  inset: 50% 0%;
}

.div-block-2 {
  z-index: auto;
  opacity: 1;
  color: #f5f5f5;
  width: 100%;
  height: 100%;
  position: fixed;
}

.text-block-11 {
  font-family: Noto Sans JP, sans-serif;
}

.text-block-12 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22 {
  font-family: Noto Sans JP, sans-serif;
}

.blur-filter {
  opacity: .2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  mix-blend-mode: soft-light;
  background-color: #fff;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.text-block-23 {
  z-index: 998;
  color: #fff;
  text-align: center;
  margin-top: -48px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: block;
  position: relative;
}

.button-5 {
  z-index: 999;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  height: 100px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  font-weight: 500;
  display: block;
  position: relative;
}

.button-5:hover {
  background-color: #fff6;
}

.container-8 {
  color: #fff6f6;
  background-color: #8a7474;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 100px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-9 {
  width: 100%;
  max-width: none;
}

.pricing-items {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px 140px;
  display: flex;
}

.small-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.pricing-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f7fa;
  border-left: 11px solid #ff8154;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 6px 14px #0000002b;
}

.pricing-item:hover {
  opacity: .5;
}

.image-wrapper-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 180px;
  display: flex;
}

.image-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
}

.info-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
}

.text-21 {
  color: #000;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.pricing-info {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 1px #e4ebf3;
}

.text-22 {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.pricing-details {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.detail {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.description-4 {
  color: #818181;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
}

.text-block-24 {
  color: #ff8154;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.link-block-3 {
  width: 100%;
  max-width: 960px;
  height: 63px;
  margin-bottom: 40px;
  padding-top: 0;
}

.link-block-4 {
  background-color: #777;
  width: 100px;
  height: 140px;
  margin-top: 140px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.link-block-5 {
  background-color: #868686;
  width: 100px;
  height: 10px;
  margin-top: 10px;
  display: block;
  position: static;
}

.link-block-6 {
  width: 100%;
  text-decoration: none;
}

.link-block-6:hover {
  opacity: 1;
}

.text-block-25 {
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
}

.heading-5 {
  letter-spacing: 7px;
  margin-bottom: 20px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 51px;
  font-weight: 500;
  line-height: 54px;
}

.link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12 {
  width: 100%;
  text-decoration: none;
}

.features-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 64px 24px;
  display: flex;
}

.columns-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.column-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.description-5 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-13 {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  background-image: url('../images/aizawa_salon_oranjour-28.jpg');
  background-position: 50%;
  background-size: cover;
}

.personal-main-section {
  background-image: url('../images/aizawa_salon_oranjour-14-gs-master.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  margin-top: -100vh;
  padding-top: 0;
}

.slider {
  height: 100%;
}

.slide-2 {
  background-image: url('../images/slide.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask-container {
  opacity: 0;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: absolute;
}

.container-11 {
  text-align: center;
  mix-blend-mode: lighten;
  background-color: #a05a5a00;
  height: 100%;
  padding-top: 40vh;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.heading-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
}

.text-block-26 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

.button-6 {
  text-align: left;
  background-color: #363636;
  border: 1px solid #fff;
  border-radius: 9px;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 20px;
}

.button-6:hover {
  color: #000;
  background-color: #c4c4c4;
}

.text-block-27 {
  color: #ff8154;
}

.logo-title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 24px 140px;
  display: flex;
}

.title-3 {
  color: #000;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.content-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-icons {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-icon {
  color: #000;
  background-color: #77725900;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  padding: 18px 0 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 54px;
}

.link-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  filter: hue-rotate(180deg);
  color: #fff;
  text-align: center;
  background-color: silver;
  border-radius: 50px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 100px;
  max-width: none;
  height: 100px;
  padding: 0;
  line-height: 60px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: hidden;
}

.link-block-13:hover {
  opacity: .51;
}

.text-block-29 {
  color: #949494;
  text-align: center;
  max-width: 140px;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 19px;
}

.div-block-c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.text-block-c {
  background-color: #f99;
  padding-top: 18px;
  padding-bottom: 40px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 45px;
}

.text-block-sk {
  background-color: #ccf279;
  padding-top: 18px;
  padding-bottom: 40px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 45px;
}

.text-block-30 {
  background-color: #ffb3da;
  padding-top: 18px;
  padding-bottom: 40px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 45px;
}

.text-block-31 {
  background-color: #91f2db;
  padding-top: 18px;
  padding-bottom: 40px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 45px;
}

.text-block-32 {
  background-color: #c7b3ff;
  padding-top: 18px;
  padding-bottom: 40px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 45px;
}

.html-embed-3 {
  width: 100%;
}

.facial-main-section {
  background-image: url('../images/TSZ00161-gs-master.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  margin-top: -120px;
}

.paragraph {
  font-size: 17px;
  line-height: 43px;
}

.paragraph-2 {
  border-bottom: 3px solid #ff8154;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  line-height: 45px;
}

.paragraph-3 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.text-block-ey {
  background-color: #70fff5;
  padding-top: 18px;
  padding-bottom: 40px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 45px;
}

.text-block-fm {
  background-color: #ffc2c2;
  padding-top: 18px;
  padding-bottom: 40px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 45px;
}

.body-2 {
  background-color: #000;
  border: 1px #0000;
}

.blank-section {
  height: 0;
  margin-top: -100vh;
  padding-top: 120px;
}

@media screen and (max-width: 991px) {
  .head {
    height: 100vh;
    overflow: hidden;
  }

  .navbar-logo-left {
    border: 1px #000;
    height: 150px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .navbarcontainer {
    max-width: 1200px;
  }

  .navbar-content {
    max-width: 1200px;
    margin-top: 0;
  }

  .navbar-brand {
    position: static;
  }

  .logo {
    width: 130px;
    height: 130px;
    margin-top: 10px;
  }

  .navbar-menu {
    z-index: 99;
    max-width: unset;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #c8c8c800;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-link {
    opacity: .55;
    filter: invert();
    text-align: center;
    background-color: #000;
    border-radius: 14px;
    justify-content: center;
    margin-bottom: 10px;
  }

  .navbar-button {
    opacity: 1;
    justify-content: center;
    padding: 24px 12px;
  }

  .container {
    margin-bottom: 0;
  }

  .header-section {
    margin-top: -140px;
  }

  .text-block {
    font-size: 18px;
    line-height: 42px;
  }

  .heading {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 45px;
  }

  .menu-button {
    z-index: 100;
    opacity: 1;
    color: #fff;
    align-items: flex-start;
    margin-top: 20px;
    margin-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: #c8c8c800;
    margin-top: 0;
    margin-left: 0;
    margin-right: 100vw;
    display: none;
    position: absolute;
    inset: 20px 0% auto auto;
  }

  .icon {
    margin-top: 17px;
    padding-right: 18px;
    font-size: 40px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .sns-container {
    max-width: 728px;
  }

  .sns-wrapper {
    justify-content: center;
  }

  .container-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .columns {
    flex-direction: column;
    align-items: center;
  }

  .column-3 {
    align-items: center;
  }

  .small-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    margin-top: 20px;
  }

  .content-2, .footer-links, .content-3, .content-4 {
    align-items: center;
  }

  .news-innersection {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._2-columns {
    flex-direction: column;
    align-items: center;
  }

  .news-section {
    margin-top: 0;
    padding-top: 0;
  }

  .article-section-5 {
    padding-top: 0;
  }

  .columns-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    display: grid;
  }

  .column-6 {
    max-width: 350px;
    margin-bottom: 40px;
  }

  .about-head {
    border-style: none;
    overflow: hidden;
  }

  .image-3 {
    width: 130px;
    height: 130px;
    margin-top: 10px;
  }

  .summary {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-4 {
    line-height: 120%;
  }

  .columns-5 {
    flex-direction: column;
    align-items: center;
  }

  .column-10 {
    max-width: 680px;
  }

  .column-11 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .columns-6 {
    flex-direction: column;
    align-items: center;
  }

  .personal-main-section {
    filter: none;
    background-image: url('../images/aizawa_salon_oranjour-14-gs-master.jpg');
    background-position: 50%;
    margin-top: -100vh;
  }

  .mask-container {
    opacity: 0;
  }

  .heading-6 {
    letter-spacing: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-26 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-27 {
    color: #ff8154;
  }

  .menu-icons {
    flex-direction: row;
    align-items: center;
  }

  .facial-main-section {
    margin-top: -150px;
  }

  .icon-x {
    opacity: 1;
    text-align: center;
    margin-top: 24px;
    margin-right: -100vw;
    padding-right: 18px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 40px;
    font-weight: 400;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .body {
    overflow: visible;
  }

  .blank-section {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-bottom: 0;
  }

  .text-block {
    font-size: 15px;
    line-height: 30px;
  }

  .description {
    font-size: 16px;
    line-height: 190%;
  }

  .sns-metrics {
    padding: 0;
  }

  .sns-wrapper {
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .sns-block {
    width: 100%;
    margin-bottom: 0;
  }

  .text-4 {
    letter-spacing: 6px;
    font-size: 35px;
  }

  .columns-3 {
    display: flex;
  }

  .container-5 {
    min-height: 300px;
  }

  .column-8 {
    padding-bottom: 0;
  }

  .column-9 {
    padding-top: 10px;
  }

  .small-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .pricing-item {
    border-top: 11px solid #ff8154;
    border-left-style: none;
    flex-direction: column;
    align-items: center;
  }

  .pricing-info {
    flex-direction: column;
    align-items: center;
  }

  .heading-6 {
    letter-spacing: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-26 {
    font-size: 15px;
  }

  .button-6 {
    font-size: 15px;
    line-height: 0;
  }

  .logo-title {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .menu-icons {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: center;
    display: grid;
  }

  .div-block-c {
    flex-direction: row;
    width: 250px;
    max-width: none;
  }

  .bold-text-2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    background-color: #0000;
  }

  .navbar-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    margin-bottom: 0;
  }

  .text-block {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .sns-container {
    max-width: none;
  }

  .sns-wrapper {
    text-align: left;
    justify-content: center;
  }

  .text-4 {
    letter-spacing: 7px;
    text-indent: 1px;
    max-width: 271px;
    font-size: 34px;
    line-height: 130%;
  }

  .salon-oranjour-text {
    letter-spacing: 0;
    font-size: 16px;
  }

  .actions {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button {
    max-width: 140px;
  }

  .small-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 58px;
  }

  .column-6 {
    max-width: 350px;
  }

  .text-9 {
    letter-spacing: 3px;
    font-size: 23px;
  }

  .heading-3, .text-15 {
    font-size: 35px;
  }

  .about-head {
    background-color: #000;
  }

  .heading-4 {
    letter-spacing: 4px;
    font-size: 35px;
    line-height: 51px;
  }

  .bold-text {
    font-size: 14px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .text-block-11, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22 {
    font-size: 15px;
  }

  .pricing-items {
    padding-bottom: 64px;
  }

  .heading-5 {
    font-size: 35px;
  }

  .personal-main-section {
    background-position: 50%;
    background-size: cover;
  }

  .mask-container {
    opacity: .5;
    padding-left: 0;
    padding-right: 0;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-26 {
    float: none;
    clear: none;
    letter-spacing: 4px;
    object-fit: fill;
    min-width: 0;
    max-width: 320px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 25px;
    display: block;
    position: static;
  }

  .menu-icons {
    display: flex;
  }

  .div-block-c {
    width: 220px;
  }

  .bold-text-2 {
    max-width: none;
  }
}


