@charset "UTF-8";
/* ==========================================================================
   1. Variables
   ========================================================================== */
/* ==========================================================================
   2. Mixins
   ========================================================================== */
/* ==========================================================================
   3. Base & Utility
   ========================================================================== */
body {
  color: #333;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

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

section {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 50px 0 40px;
  }
}

.inner {
  position: relative;
  z-index: 2;
  width: min(80%, 1050px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: min(90%, 1050px);
  }
}

.section-title {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.bg-red {
  background-color: #f0eeee;
}

.en {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 500 !important;
  display: inline-block !important;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* 動きを抑える設定（アクセシビリティ） */
@media (prefers-reduced-motion: reduce) {
  .mv .mv-slide {
    transition: none;
    transform: none;
  }
  .mv .mv-indicator button {
    transition: none;
  }
}
/* ==========================================================================
   4. Layout (Header, Footer)
   ========================================================================== */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  header {
    padding: 13px 15px;
  }
}
header .header-l {
  width: 170px;
}
@media screen and (max-width: 767px) {
  header .header-l {
    width: 110px;
  }
}
header .header-r {
  width: 230px;
}
@media screen and (max-width: 767px) {
  header .header-r {
    width: 150px;
  }
}

footer {
  padding: 60px 0px 50px;
  width: 50%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0px;
    width: 80%;
  }
}

/* ==========================================================================
   5.Section
   ========================================================================== */
/* MV
-------------------------------------------------- */
.mv {
  position: relative;
  width: 100%;
  height: clamp(600px, 45vw, 850px);
  min-height: 0px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 600px;
    min-height: 0;
  }
}
.mv .mv-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.mv .mv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 1.8s ease, transform 7s ease;
  pointer-events: none;
}
.mv .mv-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}
.mv .mv-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv .mv-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(78%, 1110px);
  height: 100%;
  margin: 0 auto;
  padding: 0 0 35px;
  color: #781b31;
  text-align: left;
  text-shadow: 0 1px 16px rgba(255, 245, 221, 0.3);
}
@media screen and (max-width: 767px) {
  .mv .mv-content {
    display: block;
    width: calc(100% - 52px);
    height: auto;
    padding-top: 70px;
  }
}
.mv .mv-lead {
  margin: 0 0 30px 10px;
  font-size: clamp(17px, 1.7vw, 25px);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.28em;
}
@media screen and (max-width: 767px) {
  .mv .mv-lead {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 2;
  }
}
.mv .mv-title {
  margin: 0;
  color: #781b31;
  font-size: clamp(70px, 8vw, 118px);
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: 0.16em;
}
.mv .mv-brand {
  margin: 20px 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 767px) {
  .mv .mv-brand {
    margin-top: 25px;
    font-size: 12px;
  }
}
.mv .mv-indicator {
  position: absolute;
  z-index: 4;
  bottom: 35px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 15px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .mv .mv-indicator {
    bottom: 28px;
  }
}
.mv .mv-indicator button {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.4s ease;
}
.mv .mv-indicator button:hover {
  opacity: 1;
  transform: scale(1.15);
}
.mv .mv-indicator button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.mv .mv-indicator button.is-active {
  background-color: #781b31;
  transform: scale(1.08);
}

/* Top
-------------------------------------------------- */
.top {
  position: relative;
  padding: 75px 0 105px;
  overflow: hidden;
  background-image: url("../img/top_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top {
    padding: 50px 0 65px;
  }
}
.top .top-heading {
  color: #781b31;
  text-align: center;
}
.top .top-group {
  position: relative;
  width: min(100%, 750px);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 22px;
  padding-bottom: 12px;
}
.top .top-group::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: rgba(120, 27, 49, 0.2);
}
@media screen and (max-width: 767px) {
  .top .top-group {
    margin-bottom: 18px;
    padding-bottom: 10px;
    font-size: 18px;
  }
}
.top .top-title {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.18em;
}
.top .top-title > span,
.top .top-title > strong,
.top .top-title > small {
  display: block;
}
.top .top-title > span {
  font-size: clamp(19px, 2.2vw, 30px);
}
.top .top-title > strong {
  margin: 12px 0 3px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
.top .top-title > strong .en {
  display: inline;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1em;
  letter-spacing: 0.12em;
}
.top .top-title > small {
  font-size: clamp(19px, 2.1vw, 28px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top .top-title > span {
    font-size: 16px;
  }
  .top .top-title > strong {
    margin: 12px 0 5px;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .top .top-title > small {
    font-size: 18px;
  }
}
.top .top-contact {
  width: min(100%, 900px);
  margin: 0px auto;
  padding-bottom: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .top .top-contact {
    margin-top: 0px;
  }
}
.top .top-message {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top .top-message {
    margin-top: 48px;
  }
}
.top .top-message h3 {
  margin: 0 0 34px;
  color: #781b31;
  font-size: clamp(20px, 2.3vw, 31px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .top .top-message h3 {
    margin-bottom: 28px;
    font-size: 17px;
    letter-spacing: 0.08em;
  }
}
.top .top-message p {
  margin: 0 0 32px;
  color: #222;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
}
.top .top-message p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top .top-message p {
    margin-bottom: 26px;
    font-size: 14px;
    letter-spacing: 0em;
  }
}

/* Contact
-------------------------------------------------- */
.contact {
  padding: 50px 0;
  background-color: #f0eeee;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 30px 0;
  }
}
.contact h2,
.contact p {
  margin-bottom: 15px;
  color: #781b31;
}
.contact h2 {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .contact h2 {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.contact p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contact p {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.contact img {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contact img {
    margin-bottom: 15px;
  }
}

.contact__button {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.contact__button:last-child {
  margin-bottom: 0;
}
.contact__button:hover {
  opacity: 0.82;
  transform: translateY(-2px);
}
.contact__button:focus-visible {
  outline: 2px solid #781b31;
  outline-offset: 4px;
}
@media screen and (max-width: 767px) {
  .contact__button {
    margin-bottom: 12px;
  }
}

/* About
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .about p {
    margin-top: 25px;
  }
}

/* Achievement
-------------------------------------------------- */
.achievement {
  padding: 0;
}
.achievement .achievement-heading {
  margin: 0;
}
.achievement .achievement-heading__pc {
  display: block;
}
.achievement .achievement-heading__sp {
  display: none;
}
.achievement .area-display--pc {
  display: block;
}
.achievement .area-display--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .achievement .achievement-heading__pc,
  .achievement .area-display--pc {
    display: none;
  }
  .achievement .achievement-heading__sp,
  .achievement .area-display--sp {
    display: block;
  }
}
.achievement .area-display {
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.achievement .area-images {
  position: relative;
  aspect-ratio: 16/9;
}
.achievement .area-image {
  position: absolute;
  inset: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.achievement .area-image.is-active {
  opacity: 1;
  visibility: visible;
}
.achievement .area-button {
  position: absolute;
  z-index: 3;
  width: 10%;
  height: 7%;
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.achievement .area-button:focus-visible {
  outline: 2px solid #781b31;
  outline-offset: 2px;
}
.achievement .area-button--azabu {
  top: 54%;
  left: 28%;
}
.achievement .area-button--aoyama {
  top: 40%;
  left: 22%;
  width: 14%;
}
.achievement .area-button--hiroo {
  top: 56%;
  left: 17%;
}
.achievement .area-button--shoto {
  top: 48%;
  left: 10%;
}
.achievement .area-button--shirokane {
  top: 65%;
  left: 26%;
}
.achievement .area-button--bancho {
  top: 24%;
  left: 30%;
}
.achievement .area-sp {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.achievement .area-sp__image {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.achievement .area-sp.is-changing .area-sp__image {
  opacity: 0;
}
.achievement .area-sp__hotspots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.achievement .area-sp[data-state=detail] .area-sp__hotspots {
  top: 0;
  bottom: auto;
}
.achievement .area-sp__button {
  position: absolute;
  width: 22%;
  height: 9%;
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
.achievement .area-sp__button:focus-visible {
  outline: 2px solid #781b31;
  outline-offset: 2px;
}
.achievement .area-sp__button--azabu {
  top: 59%;
  left: 58%;
}
.achievement .area-sp__button--aoyama {
  top: 46%;
  left: 50%;
  width: 30%;
}
.achievement .area-sp__button--hiroo {
  top: 61%;
  left: 40%;
}
.achievement .area-sp__button--shoto {
  top: 53%;
  left: 37%;
}
.achievement .area-sp__button--shirokane {
  top: 70%;
  left: 57%;
}
.achievement .area-sp__button--bancho {
  top: 25%;
  left: 67%;
}
.achievement .area-sp__reset {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  padding: 7px 10px;
  border: 1px solid #781b31;
  color: #781b31;
  background-color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.achievement .area-sp__reset[hidden] {
  display: none;
}

/* Sale
-------------------------------------------------- */
.sale {
  padding-bottom: 0;
}
.sale .sale_title {
  text-align: center;
  margin: 40px 0px;
}
@media screen and (max-width: 767px) {
  .sale .sale_title {
    margin: 35px 0px 20px;
  }
}
.sale .sale_title h2 {
  font-size: clamp(35px, 2.8vw + 24.4px, 65px);
  color: #781b31;
  letter-spacing: 0.2em;
  line-height: 1;
}
.sale .sale_title p {
  font-size: clamp(16px, 0.7vw + 12.5px, 22px);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .sale .sale_title p {
    margin-top: 10px;
  }
}
.sale .ex_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sale .ex_wrapper {
    display: block;
  }
}
.sale .ex_wrapper img {
  width: 49%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sale .ex_wrapper img {
    width: 100%;
  }
}
.sale .ex_text {
  font-size: 20px;
  color: #781b31;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sale .ex_text {
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}

/* Strong
-------------------------------------------------- */
.strong {
  padding-top: 0px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .strong {
    padding-bottom: 20px;
  }
}
.strong .strong-heading {
  margin: 0;
}
.strong .strong-point {
  padding: 75px 0 90px;
}
@media screen and (max-width: 767px) {
  .strong .strong-point {
    padding: 50px 0 60px;
  }
}
.strong .strong-point h3 {
  margin: 0 0 45px;
  color: #781b31;
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.14em;
}
.strong .strong-point h3 > .strong-point__label {
  display: block;
  margin-bottom: 17px;
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
.strong .strong-point h3 > .en {
  display: inline;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .strong .strong-point h3 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: 0.07em;
  }
  .strong .strong-point h3 > .strong-point__label {
    margin-bottom: 12px;
    font-size: 12px;
  }
}
.strong .strong-point__content {
  width: min(100%, 850px);
  margin: 0 auto;
}
.strong .strong-point__photo {
  display: block;
  width: min(100%, 780px);
  margin: 0 auto;
}
.strong .strong-point__lead {
  margin: 30px 0;
  color: #781b31;
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .strong .strong-point__lead {
    margin: 22px 0;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.07em;
  }
}
.strong .strong-point__description {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 40px;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
.strong .strong-point__description > span,
.strong .strong-point__description > strong {
  display: block;
}
.strong .strong-point__description .strong-point__description-intro {
  color: #333;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 500;
}
.strong .strong-point__description .strong-point__description-main {
  margin: 8px 0;
  color: #781b31;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.11em;
}
.strong .strong-point__description .strong-point__description-main sup {
  position: relative;
  top: -0.2em;
  font-size: 0.5em;
}
.strong .strong-point__description .strong-point__description-bottom {
  color: #333;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 500;
}
.strong .strong-point__description .strong-point__description-bottom small {
  margin-left: 18px;
  font-size: 0.65em;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .strong .strong-point__description {
    margin-bottom: 30px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
  .strong .strong-point__description .strong-point__description-intro {
    font-size: 13px;
  }
  .strong .strong-point__description .strong-point__description-main {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.07em;
  }
  .strong .strong-point__description .strong-point__description-bottom {
    font-size: 13px;
  }
  .strong .strong-point__description .strong-point__description-bottom small {
    display: block;
    margin: 8px 0 0;
    text-align: right;
  }
}
.strong .strong-point__subtext {
  margin: -32px 0 35px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .strong .strong-point__subtext {
    margin: -20px 0 25px;
    font-size: 13px;
    letter-spacing: 0.08em;
  }
}
.strong .strong-point__visual {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.strong .strong-point__visual--01 {
  width: min(100%, 780px);
}
.strong .strong01-summary {
  margin-top: 35px;
  color: #781b31;
}
@media screen and (max-width: 767px) {
  .strong .strong01-summary {
    margin-top: 25px;
  }
}
.strong .strong01-summary .strong01-summary__title {
  margin: 0;
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 600;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .strong .strong01-summary .strong01-summary__title {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.07em;
  }
}
.strong .strong01-summary .strong01-summary__needs {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .strong .strong01-summary .strong01-summary__needs {
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
  }
}
.strong .strong01-summary .strong01-need {
  display: flex;
  align-items: stretch;
}
.strong .strong01-summary .strong01-need p {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px 24px;
  font-size: clamp(15px, 1.7vw, 22px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .strong .strong01-summary .strong01-need {
    width: 100%;
  }
  .strong .strong01-summary .strong01-need p {
    flex: 1;
    padding: 9px 15px;
    font-size: 14px;
  }
}
.strong .strong01-summary .strong01-need__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  padding: 8px;
  color: #fff;
  font-size: clamp(17px, 1.8vw, 23px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .strong .strong01-summary .strong01-need__label {
    min-width: 45px;
    font-size: 16px;
  }
}
.strong .strong01-summary .strong01-need--sale .strong01-need__label {
  background-color: #781b31;
}
.strong .strong01-summary .strong01-need--sale p {
  background-color: rgba(120, 27, 49, 0.1);
}
.strong .strong01-summary .strong01-need--buy {
  color: #916600;
}
.strong .strong01-summary .strong01-need--buy .strong01-need__label {
  background-color: #916600;
}
.strong .strong01-summary .strong01-need--buy p {
  background-color: rgba(211, 182, 126, 0.22);
}
.strong .strong01-summary .strong01-summary__results {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .strong .strong01-summary .strong01-summary__results {
    margin-top: 45px;
  }
}
.strong .strong01-summary .strong01-result {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 45px;
}
.strong .strong01-summary .strong01-result:last-child {
  margin-bottom: 0;
}
.strong .strong01-summary .strong01-result h5 {
  flex: 0 0 31%;
  margin: 0;
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .strong .strong01-summary .strong01-result {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 45px;
  }
  .strong .strong01-summary .strong01-result h5 {
    flex: none;
    width: 100%;
    font-size: 17px;
    line-height: 1.7;
  }
}
.strong .strong01-summary .strong01-result__visual {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .strong .strong01-summary .strong01-result__visual {
    width: 100%;
  }
}
.strong .strong-point__visual--02 {
  width: min(100%, 800px);
}
.strong .strong03-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(35px, 5vw, 75px);
  width: min(100%, 850px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .strong .strong03-intro {
    flex-direction: column;
    gap: 30px;
  }
}
.strong .strong03-intro {
  margin-bottom: 30px;
}
.strong .strong03-intro__visual {
  flex: 0 0 42%;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .strong .strong03-intro__visual {
    flex: none;
    width: min(85%, 340px);
  }
}
.strong .strong03-intro__text {
  flex: 1;
  min-width: 0;
}
.strong .strong03-intro__text h4 {
  margin: 0 0 18px;
  color: #781b31;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .strong .strong03-intro__text h4 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0.08em;
  }
}
.strong .strong03-intro__text p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .strong .strong03-intro__text p {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
.strong .strong-point__visual--04 {
  width: min(100%, 850px);
}
@media screen and (max-width: 767px) {
  .strong .strong-point__visual {
    width: 100%;
  }
}

/* Salon
-------------------------------------------------- */
.salon {
  padding-bottom: 0;
}
.salon .salon-intro {
  display: flex;
  align-items: flex-start;
  gap: clamp(40px, 6vw, 90px);
  width: min(100%, 900px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .salon .salon-intro {
    flex-direction: column;
    gap: 30px;
  }
}
.salon .salon-intro h2 {
  position: relative;
  flex: 0 0 35%;
  margin: 15px 0 0;
  padding-bottom: 35px;
  color: #333;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.salon .salon-intro h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 62px;
  height: 8px;
  background: linear-gradient(90deg, #781b31 0 50%, #d3b67e 50% 100%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .salon .salon-intro h2 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 25px;
    font-size: 20px;
    text-align: center;
    white-space: normal;
  }
  .salon .salon-intro h2::after {
    height: 6px;
  }
}
.salon .salon-intro p {
  flex: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .salon .salon-intro p {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
.salon .salon-image {
  width: min(100%, 900px);
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .salon .salon-image {
    margin-top: 35px;
  }
}

/* Map
-------------------------------------------------- */
.map {
  padding: 0;
}
.map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map iframe {
    margin-bottom: 0px !important;
  }
}/*# sourceMappingURL=style.css.map */