@media screen and (max-width: 640px) {
  .excia-area .inner.sp-custom {
    width: 100% !important;
  }
}
/* kv-set */
.kv-set {
  display: flex;
}
@media screen and (max-width: 640px) {
  .kv-set {
    display: block;
  }
}

.kv-set .set-photo {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .kv-set .set-photo {
    width: 100%;
  }
}
.kv-set .set-photo img {
  width: 100%;
}

.kv-set .set-text {
  padding-top: 140px;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .kv-set .set-text {
    padding-top: 40px;
    padding-bottom: 60px;
    width: 100%;
  }
}
.kv-set .set-text .text-title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .kv-set .set-text .text-title {
    margin-bottom: 30px;
  }
}

.kv-set .set-text .text-title img {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .kv-set .set-text .text-title img {
    max-width: 252px;
  }
}

.kv-set .set-text .text-detail {
  font-family: "Noto Serif JP";
  text-align: center;
  color: #b08d59;
}

.kv-set .set-text .text-detail .detail-title {
  margin-bottom: 42px;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 45px;
  color: #b08d59;
}
@media screen and (max-width: 640px) {
  .kv-set .set-text .text-detail .detail-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 33px;
  }
}

.kv-set .set-text .text-detail .detail-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 37px;
}
@media screen and (max-width: 640px) {
  .kv-set .set-text .text-detail .detail-description {
    font-size: 14px;
    line-height: 26px;
  }
}

.basemake-cover.other-custom {
  padding-top: 130px;
  padding-bottom: 110px;
  background: #f6f6f6;
}

@media screen and (max-width: 640px) {
  .basemake-cover.other-custom {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.component-area {
  padding: 83px 0 105px;
  background: #eff2f5;
}
@media screen and (max-width: 640px) {
  .component-area {
    padding: 60px 0;
  }
}
.component-area .component-title {
  position: relative;
  margin-bottom: 73px;
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 640px) {
  .component-area .component-title {
    margin-bottom: 56px;
  }
}
.component-area .component-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  z-index: 1;
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  transform: translateX(-50%);
}
.component-area .component-title .title-sub {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 34px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 640px) {
  .component-area .component-title .title-sub {
    font-size: 14px;
  }
}
.component-area .component-title .title-main {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 47px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 640px) {
  .component-area .component-title .title-main {
    font-size: 26px;
  }
}
.component-area .component-detail {
  margin-bottom: 47px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 35px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 640px) {
  .component-area .component-detail {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 27px;
  }
}
.component-area .component-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 20px;
}
.component-area .component-list li {
  width: calc(50% - 10px);
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .component-area .component-list li {
    width: 100%;
  }
}
.component-area .component-list li .list-cover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .component-area .component-list li .list-cover {
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .component-area .component-list li.large {
    width: 100%;
  }
  .component-area .component-list li.large .list-cover {
    display: grid;
    grid-template-columns: 139px 1fr;
    column-gap: 20px;
  }
  .component-area .component-list li.large .list-cover .list-photo {
    grid-row: 1/3;
  }
  .component-area .component-list li.large .list-cover .list-detail {
    margin-top: 0;
  }
}
.component-area .component-list .list-photo {
  width: 139px;
}
@media screen and (max-width: 640px) {
  .component-area .component-list .list-photo {
    width: 120px;
  }
}
.component-area .component-list .list-title {
  width: calc(100% - 139px - 20px);
}
@media screen and (max-width: 640px) {
  .component-area .component-list .list-title {
    width: calc(100% - 120px - 14px);
  }
}
@media print, screen and (min-width: 768px) {
  .component-area .component-list .list-title.small .title-main {
    font-size: 18px;
  }
}
.component-area .component-list .list-title .title-main {
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 27px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 640px) {
  .component-area .component-list .list-title .title-main {
    font-size: 16px;
    line-height: 24px;
  }
}
.component-area .component-list .list-title .title-sub {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: left;
  color: #717070;
}
.component-area .component-list .list-detail {
  margin-top: 21px;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 29px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 640px) {
  .component-area .component-list .list-detail {
    font-size: 14px;
    line-height: 26px;
  }
}
.component-area .component-notes {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 26px;
  color: #717070;
}
@media screen and (max-width: 640px) {
  .component-area .component-notes {
    font-size: 12px;
    line-height: 22px;
  }
}
.component-area .map-detail {
  margin-top: 60px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 25px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 640px) {
  .component-area .map-detail {
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
  }
}
.component-area .map-detail p {
  margin-bottom: 20px;
}
.component-area .map-detail p:last-child {
  margin-bottom: 0;
}

.beautiful-area {
  position: relative;
  padding: 107px 0 132px;
  background: #253878;
}
@media screen and (max-width: 640px) {
  .beautiful-area {
    padding: 60px 0 30px;
  }
}
.beautiful-area:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 2, 0) 0%, #000105 100%);
}
.beautiful-area .inner {
  position: relative;
  z-index: 2;
}
.beautiful-area .beautiful-title.type01 {
  margin-bottom: 60px;
  text-align: center;
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 640px) {
  .beautiful-area .beautiful-title.type01 {
    margin-bottom: 30px;
  }
}
.beautiful-area .beautiful-title.type01 .title-sub {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 34px;
  color: #b08d59;
}
@media screen and (max-width: 640px) {
  .beautiful-area .beautiful-title.type01 .title-sub {
    font-size: 14px;
  }
}
.beautiful-area .beautiful-title.type01 .title-main {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 47px;
  color: #b08d59;
}
@media screen and (max-width: 640px) {
  .beautiful-area .beautiful-title.type01 .title-main {
    font-size: 26px;
  }
}
.beautiful-area .beautiful-title.type02 {
  margin-bottom: 41px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .beautiful-area .beautiful-title.type02 {
    margin-bottom: 20px;
  }
}
.beautiful-area .beautiful-title.type02 span {
  display: inline-block;
  padding: 10px 3px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 27px;
  text-align: center;
  color: #b08d59;
  border-top: 1px solid #b08d59;
  border-bottom: 1px solid #b08d59;
}
@media screen and (max-width: 640px) {
  .beautiful-area .beautiful-title.type02 span {
    padding: 7px 4px;
    font-size: 15px;
    line-height: 1;
  }
}
.beautiful-area .beautiful-detail {
  margin-bottom: 50px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 35px;
  text-align: center;
  color: #b08d59;
}
@media screen and (max-width: 640px) {
  .beautiful-area .beautiful-detail {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 27px;
  }
}
.beautiful-area .beautiful-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .beautiful-area .beautiful-list {
    gap: 20px 10px;
  }
}
.beautiful-area .beautiful-list li {
  width: calc(50% - 10px);
}
.beautiful-area .beautiful-list .list-photo {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .beautiful-area .beautiful-list .list-photo {
    margin-bottom: 10px;
  }
}
.beautiful-area .beautiful-list .list-title {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #b08d59;
}
@media screen and (max-width: 640px) {
  .beautiful-area .beautiful-list .list-title {
    font-size: 14px;
  }
}
.beautiful-area .beautiful-notes {
  margin-bottom: 50px;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 18px;
  text-align: left;
  color: #b08d59;
  opacity: 0.55;
}
@media screen and (max-width: 640px) {
  .beautiful-area .beautiful-notes {
    font-size: 11px;
  }
}