.heroArea {
  background-image: url("/ginza/assets/img/main_22floor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 340px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .heroArea {
    background-image: url("/ginza/assets/img/main_22floor_sp.png");
    height: 184px;
  }
}
.heroArea__titleBox {
  background: #000;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroArea__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: normal;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heroArea__title {
    font-size: 20px;
  }
}

html {
  scroll-behavior: smooth;
}

.flow__outer--bgColor {
  background-color: #F5F1EE;
}
@media screen and (max-width: 768px) {
  .flow__outer--bgColor {
    padding: 28px 0 40px;
  }
}
.flow__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .flow__inner {
    padding: 0 16px;
  }
}
.flow__tabs {
  display: flex;
  gap: 52px;
  justify-content: center;
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .flow__tabs {
    gap: 20px;
    padding: 40px 0 30px;
  }
}
.flow__tab {
  border: 1px solid #916c52;
  height: 62px;
  padding: 10px;
  width: 242px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  background: transparent;
  color: #916c52;
  transition: all 0.3s;
}
.flow__tab:hover {
  background: #916c52;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .flow__tab {
    width: auto;
    padding: 10px 20px;
    font-size: 16px;
    height: 50px;
  }
}
.flow__tab--active {
  background: transparent;
  color: #916c52;
}
.flow__content {
  display: block;
  padding: 60px 0 0;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .flow__content {
    padding: 40px 0;
    scroll-margin-top: 80px;
  }
}
.flow__content:first-of-type {
  padding-top: 0;
}
.flow__content:last-of-type {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .flow__content:last-of-type {
    padding-bottom: 40px;
  }
}
.flow__titleOuter {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  width: 692px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .flow__titleOuter {
    width: 100%;
    margin-bottom: 24px;
  }
}
.flow__titleOuter:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .flow__titleOuter:not(:first-child) {
    margin-top: 40px;
  }
}
.flow__title {
  font-weight: bold;
  font-size: 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  color: #333;
}
@media screen and (max-width: 768px) {
  .flow__title {
    font-size: 20px;
  }
}
.flow__lead {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  font-size: 92px;
  line-height: 109px;
  color: #e9e1d7;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .flow__lead {
    font-size: 60px;
    line-height: 73px;
  }
}
.flow__steps {
  display: flex;
  flex-direction: column;
  max-width: 848px;
  margin: 0 auto;
}
.flow__step {
  display: flex;
  flex-direction: column;
  position: relative;
}
.flow__stepHeader {
  background: #916c52;
  display: flex;
  gap: 37px;
  align-items: center;
  padding: 20px 32px;
}
@media screen and (max-width: 768px) {
  .flow__stepHeader {
    padding: 16px 20px;
  }
}
.flow__stepHeader {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .flow__stepHeader {
    gap: 12px;
  }
}
.flow__stepNumber {
  font-weight: bold;
  font-size: 0;
  color: #fff;
  white-space: nowrap;
}
.flow__stepNumber span {
  font-size: 23px;
  line-height: 1;
}
.flow__stepNumber::before {
  content: "STEP";
  font-size: 19px;
  line-height: 1;
  margin-right: 2px;
}
.flow__stepHeaderContent {
  display: flex;
  gap: 16px;
  align-items: center;
  flex: 1;
}
.flow__stepIcon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow__stepIcon img,
.flow__stepIcon svg {
  width: 100%;
  height: auto;
  display: block;
}
.flow__stepTitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .flow__stepTitle {
    font-size: 18px;
  }
}
.flow__stepBody {
  border: 1px solid #916c52;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 20px 32px;
}
@media screen and (max-width: 768px) {
  .flow__stepBody {
    padding: 16px 20px;
  }
}
.flow__stepBody {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flow__stepText {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.flow__stepText--highlight {
  font-weight: bold;
  color: #916c52;
}
.flow__stepButton {
  margin-top: 10px;
}
.flow__stepLink {
  border: 1px solid #916c52;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  background: transparent;
  color: #916c52;
  transition: all 0.3s;
}
.flow__stepLink:hover {
  background: #916c52;
  color: #fff;
}
.flow__stepTable {
  background: #F5F1EE;
  display: flex;
  gap: 20px;
  padding: 20px;
  border-radius: 4px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .flow__stepTable {
    gap: 12px;
    padding: 16px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.flow__stepTableCol {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .flow__stepTableCol {
    min-width: 140px;
    flex: 0 0 auto;
  }
}
.flow__stepTableHeader {
  border-bottom: 1px solid #916c52;
  padding-bottom: 8px;
  margin-bottom: 0;
}
.flow__stepTableTitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 768px) {
  .flow__stepTableTitle {
    font-size: 14px;
    line-height: 1.6;
  }
}
.flow__stepTableBody {
  display: flex;
  flex-direction: column;
}
.flow__stepTableRow {
  border-bottom: 1px solid #e9e1d7;
  padding: 13px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .flow__stepTableRow {
    padding: 10px 0;
    gap: 4px;
  }
}
.flow__stepTableRow:last-child {
  border-bottom: none;
}
.flow__stepTableText {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 768px) {
  .flow__stepTableText {
    font-size: 12px;
    line-height: 1.6;
  }
}
.flow__stepTableText--note {
  color: #d90000;
}
.flow__stepTableNote {
  padding-top: 13px;
}
.flow__stepTableNoteText {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 5px;
}
.flow__stepTableNoteText--number {
  color: #d90000;
  font-size: 14px;
}
.flow__stepTableNoteList {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
  color: #333;
  padding-left: 1.5em;
  margin: 5px 0;
}
.flow__stepTableNoteList li {
  margin-bottom: 3px;
}
.flow__stepArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto;
}
.flow__stepArrow img,
.flow__stepArrow svg {
  width: 41px;
  height: 28px;
  display: block;
}
.flow__faq {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 848px;
  margin: 0 auto;
}
.flow__faqItem {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.flow__faqQuestion {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-weight: bold;
  color: #916c52;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .flow__faqQuestion {
    gap: 0;
  }
}
.flow__faqQ {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  width: 42px;
  flex-shrink: 0;
}
.flow__faqQuestionText {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  flex: 1;
  color: #916c52;
}
.flow__faqAnswer {
  padding-left: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flow__faqAnswer {
    padding-left: 0;
  }
}
.flow__faqAnswerText {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #333;
  flex: 1;
}
.flow__faqAnswerText p {
  margin-bottom: 0;
}
.flow__faqAnswerText p:not(:last-child) {
  margin-bottom: 1em;
}
.flow__faqAnswerText--section {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.flow__faqAnswerList {
  list-style: none;
  padding-left: 0;
  margin: 0.5em 0 1em;
}
.flow__faqAnswerList li {
  margin-bottom: 1em;
  padding-left: 0;
}
.flow__faqAnswerList li p {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.flow__faqAnswerList li:last-child {
  margin-bottom: 0;
}
.flow__faqAnswerList--nested {
  list-style: none;
  padding-left: 1em;
  margin-top: 0.5em;
}
.flow__faqAnswerList--nested li {
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.flow__faqAnswerList--nested li:last-child {
  margin-bottom: 0;
}
.flow__faqLink {
  color: #11b7e1;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.flow__faqLink:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */