.intro-sec {
  position: relative;
}
.intro-sec::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url("../img/top/bg-top.svg") repeat-y;
  background-size: contain;
  z-index: -1;
}

.intro-inner {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .intro-inner {
    padding-top: 90px;
    padding-bottom: 112px;
  }
}

.lower-width {
  position: relative;
  z-index: 2;
}

.type-ttlCntr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1271px) {
  .type-ttlCntr {
    flex-direction: column;
  }
}
@media screen and (max-width: 1271px) {
  .type-ttlCntr.--l {
    padding-bottom: 40px;
  }
}
.type-ttlCntr.--k {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .type-ttlCntr.--k {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .type-ttlWrap {
    width: 90%;
  }
}

.type-ttl {
  font-size: 28px;
  letter-spacing: 0.2em;
  padding-right: 24px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .type-ttl {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 16px;
    font-size: 16px;
  }
}
.type-ttl::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background-color: #9F9A9A;
  right: 0;
  bottom: 0%;
  transform: translate(50%, 0%);
}
@media screen and (max-width: 767px) {
  .type-ttl::after {
    height: 58px;
  }
}
.type-ttl .big {
  color: #8E8161;
  font-size: 72px;
  font-family: "Cinzel", serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .type-ttl .big {
    font-size: 48px;
    text-align: center;
  }
}

.type-detail {
  font-size: 40px;
  font-family: "Cinzel", serif;
  padding-left: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .type-detail {
    font-size: 18px;
    padding-left: 16px;
  }
}
.type-detail .big {
  font-size: 55px;
}
@media screen and (max-width: 767px) {
  .type-detail .big {
    font-size: 40px;
  }
}

.type-plan {
  color: #fff;
  font-family: "Cinzel", serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  position: relative;
  padding: 7px 16px 5px;
  margin-top: auto;
  margin-bottom: auto;
  margin: auto 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .type-plan {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px 4px;
    font-size: 12px;
  }
}
.type-plan::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, #95A2A8 0%, #95A2A8 20%, #808080 60%, #808080 100%);
}
.type-plan.menu::before {
  background: linear-gradient(to bottom, #AAA088 0%, #8E8061 71%, #808080 100%);
}

.type-ttlFlex {
  display: flex;
  align-items: baseline;
  padding-bottom: 26px;
  border-bottom: 1px solid #9F9A9A;
}
@media screen and (max-width: 767px) {
  .type-ttlFlex {
    min-width: 188px;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  .type-ttlFlex.--j {
    align-items: flex-end;
    position: relative;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .type-ttlFlex.--j .type-detail {
    line-height: 1;
  }
}

.type-txtWrap {
  padding-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .type-txtWrap {
    font-size: 12px;
  }
}

.type-txt {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .type-txt {
    font-size: 12px;
  }
}
.type-txt.small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .type-txt.small {
    font-size: 12px;
  }
}
.type-txt .big {
  font-size: 56px;
  font-family: "Cinzel", serif;
  color: #775B3E;
}
@media screen and (max-width: 767px) {
  .type-txt .big {
    font-size: 40px;
  }
}
.type-txt .large {
  font-size: 32px;
  font-family: "Cinzel", serif;
  color: #775B3E;
}
@media screen and (max-width: 767px) {
  .type-txt .large {
    font-size: 24px;
  }
}
.type-txt .medium {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .type-txt .medium {
    font-size: 20px;
  }
}

@media screen and (max-width: 1271px) {
  .type-ttlImg {
    width: 60%;
    min-width: 250px;
    margin-top: 20px;
  }
}
.type-ttlImg.--i {
  max-width: 408px;
}
.type-ttlImg.--l {
  max-width: 599px;
  width: 100%;
  position: relative;
}
.type-ttlImg.--l .first {
  display: flex;
  max-width: 408px;
  width: 100%;
  margin-left: auto;
}
.type-ttlImg.--l .second {
  position: absolute;
  bottom: 40px;
  max-width: 588px;
  transform: translateY(100%);
  width: 100%;
}
@media screen and (max-width: 1271px) {
  .type-ttlImg.--l .second {
    position: static;
    transform: translateY(0%);
    margin-top: 24px;
  }
}

.type-main {
  margin: 90px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .type-main {
    margin: 24px -10px 0;
  }
}
.type-main img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .type-main img {
    margin-top: 1em;
  }
}
.type-main.--l {
  margin-top: 0;
}
.type-listWrap {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .type-listWrap {
    margin-top: 40px;
  }
}

.type-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.type-list li {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4px;
}
.type-list p {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .type-list p {
    font-size: 11px;
  }
}

.type-listTxt {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .type-listTxt {
    font-size: 11px;
  }
}

.type-pointWrap {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .type-pointWrap {
    margin-top: 24px;
  }
}

.type-point {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .type-point {
    gap: 16px;
  }
}
.type-point li {
  background-color: rgba(149, 162, 168, 0.1);
  display: flex;
  align-items: center;
  width: calc((100% - 32px) / 2);
  border: 1px solid #8E8061;
  padding: 20px 8px;
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .type-point li {
    width: 100%;
    padding: 14px 5px;
  }
}

.type-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex: 1 0 auto;
  padding: 0 16px;
  border-right: 1px solid #8E8061;
}
@media screen and (max-width: 767px) {
  .type-num {
    padding: 0 10px;
  }
}
.type-num p {
  color: #8E8061;
  font-size: 20px;
  font-family: "Cinzel", serif;
  font-weight: 200;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .type-num p {
    font-size: 14px;
  }
}
.type-num .num {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .type-num .num {
    font-size: 20px;
  }
}

.type-pointTxt {
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .type-pointTxt {
    padding-left: 14px;
  }
}
.type-pointTxt p {
  color: #231F20;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .type-pointTxt p {
    font-size: 12px;
  }
}
.type-pointTxt p .big {
  font-size: 130%;
  letter-spacing: 0.1em;
}

.tab-flex {
  display: flex;
  gap: 48px;
  justify-content: center;
  border-bottom: 1px solid #95A2A8;
}
@media screen and (max-width: 767px) {
  .tab-flex {
    gap: 16px;
  }
}

.tab-btn {
  color: #fff;
  font-size: 20px;
  font-family: "Cinzel", serif;
  letter-spacing: 0.1em;
  max-width: 368px;
  width: 100%;
  text-align: center;
  padding: 10px;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tab-btn {
    font-size: 16px;
    max-width: 144px;
    padding: 10px 10px 8px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  }
}
.tab-btn.basic {
  background-color: #95A2A8;
}
.tab-btn.menu {
  background-color: #8E8061;
}
.tab-btn.is-active {
  opacity: 1;
}

.tab-item {
  display: none;
}
.tab-item.is-active {
  display: block;
  animation: fadeIn 0.4s ease;
}

.type-view {
  max-width: 756px;
  margin: 72px auto 0;
}
@media screen and (max-width: 767px) {
  .type-view {
    max-width: 303px;
    margin-top: 24px;
  }
}

.type-living {
  margin: 30px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .type-living {
    margin-top: 24px;
  }
}

.type-backBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 278px;
  padding: 18px 15px 16px;
  margin: 55px auto 0;
  background: linear-gradient(to bottom, #aaa088 9.31%, #8e8061 67.25%, #7b6a46 90.91%);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Cinzel", serif;
  letter-spacing: 0.1em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .type-backBtn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .type-backBtn {
    margin-top: 40px;
    font-size: 14px;
    padding: 18px 15px 16px;
  }
}