.standardModelTopArea {
  overflow: hidden;
  background: #ffb800;
}
.standardModelTopArea > .modelWrap > .inner01,
.standardModelTopArea > .anchorLink01Wrap > .inner01 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .modelWrap > .inner01 {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .anchorLink01Wrap > .inner01 {
    width: 100%;
  }
}
.standardModelTopArea > .modelWrap {
  min-height: 710px;
  background: url("../img/bg01.jpg") no-repeat 50% 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .modelWrap {
    min-height: 130vw;
    background: url("../img/bg01s.jpg") no-repeat 50% 0/100%;
  }
}
.standardModelTopArea > .modelWrap > .inner01 {
  padding-top: 73px;
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .modelWrap > .inner01 {
    padding-top: 8.625vw;
  }
}
.standardModelTopArea > .modelWrap > .inner01 .hdg01 {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .modelWrap > .inner01 .hdg01 {
    margin-bottom: 5.5vw;
  }
}
.standardModelTopArea > .modelWrap > .inner01 .tx01 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .modelWrap > .inner01 .tx01 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 5vw;
  }
}
.standardModelTopArea > .modelWrap > .inner01 .tx02 {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .modelWrap > .inner01 .tx02 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.standardModelTopArea > .modelWrap > .inner01 .fig01 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 1466px;
  margin-left: -733px;
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .modelWrap > .inner01 .fig01 {
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}
.standardModelTopArea > .anchorLink01Wrap > .inner01 {
  padding: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .anchorLink01Wrap > .inner01 {
    padding: 15px 15px 15px;
  }
}
.standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li {
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li {
    padding-right: 2.7027027027%;
    padding-bottom: 0;
    min-height: 23.5vw;
    padding-top: 3.25vw;
    padding-bottom: 2.5vw;
  }
}
.standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 157px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li::before {
    height: 23.5vw;
    background: rgba(255, 255, 255, 0.8);
  }
}
.standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li figure {
  position: relative;
}
@media screen and (min-width: 768px) {
  .standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li figure {
    width: 94.7368421053%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li figure {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li figure img {
    transform: scale(1);
    transform-origin: center bottom;
    transition: transform 0.15s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li figure img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 48.6486486486%;
    transform: translateY(-50%);
  }
}
.standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li figure figcaption {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li figure figcaption {
    width: 46.25vw;
    margin-left: auto;
    font-size: 3.25vw;
    line-height: 1.3846153846;
  }
}
.standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li .btn--anchor01 a {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  transition: background 0.15s ease-in-out;
}
@media screen and (min-width: 768px) {
  .standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li .btn--anchor01 a:hover {
    color: #fff;
    background: #000;
  }
}
@media screen and (max-width: 767px) {
  .standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li .btn--anchor01 {
    position: absolute;
    bottom: 2.5vw;
    right: 15px;
    width: 46.25vw;
  }
  .standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li .btn--anchor01 a {
    color: #fff;
    background: #000;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li:hover::before {
    background: rgba(255, 255, 255, 0.8);
  }
  .standardModelTopArea > .anchorLink01Wrap > .inner01 .anchorLink01 li:hover figure img {
    transform: scale(1.05);
  }
}

.middleTowerSection {
  background: #f0f0f0;
}
.middleTowerSection .aquaSection {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
  margin-top: 56px !important;
  margin-bottom: -50px;
}
.middleTowerSection .aquaSection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #E4F4FF;
}
@media screen and (max-width: 1220px) {
  .middleTowerSection .aquaSection::before {
    left: -10px;
    width: 1220px;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .middleTowerSection .aquaSection::before {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
}
.middleTowerSection .aquaSection .hdg02,
.middleTowerSection .aquaSection .hdg02_hr,
.middleTowerSection .aquaSection .hdg02_special,
.middleTowerSection .aquaSection .hdg02_sub01 {
  position: relative;
}

.miniTowerSection {
  background: #f3eee5;
}

.savingSpaceSection {
  background: #f3f3f3;
}
