/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
.c-child-intro {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/tower-life/bg1-pc.jpg);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/tower-life/bg1-pc.jpg);
  background-size: cover;
  background-position: center top;
}
@media print, screen and (max-width: 1023.9px) {
  .c-child-intro {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/tower-life/bg1-pc.jpg);
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/tower-life/bg1-pc.jpg);
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .intro__cat-wrap {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/tower-life/sp-intro-bg.png);
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/tower-life/sp-intro-bg.png);
    background-size: cover;
    padding-top: 80px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 70px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
}

.intro__cat {
  text-align: center;
  color: #796a56;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.intro__cat span {
  display: block;
}
.intro__cat .en {
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #796a56;
}
@media print, screen and (max-width: 1023.9px) {
  .intro__cat .en {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.intro__cat .ja {
  font-size: 13px;
}
@media print, screen and (max-width: 1023.9px) {
  .intro__cat .ja {
    font-size: 10px;
  }
}

.intro__copy {
  font-size: 38px;
  color: #796a56;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1023.9px) {
  .intro__copy {
    font-size: 22px;
    margin-top: 50px;
  }
}

.section-text {
  font-size: 20px;
  line-height: 3.75;
  color: #796a56;
}
@media print, screen and (max-width: 1023.9px) {
  .section-text {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .yumeto {
    background-size: cover;
    padding-top: 80px;
    padding-inline: 1em;
  }
}

.yumeto__row {
  margin-top: 200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1023.9px) {
  .yumeto__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 0;
    gap: 50px;
  }
}

.yumeto__yumeto {
  width: 310px;
}
@media print, screen and (max-width: 1023.9px) {
  .yumeto__yumeto {
    width: 60%;
  }
}

.yumeto__img {
  margin-top: 150px;
}
@media print, screen and (max-width: 1023.9px) {
  .yumeto__img {
    margin-top: 70px;
    margin-inline: 2em;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .yumeto__img.-n2 {
    margin-inline: auto;
    width: 100%;
  }
}
.yumeto__img.-n2 figcaption {
  right: 10px;
  left: auto;
  color: #000;
  text-shadow: none;
}
.yumeto__img figcaption {
  right: auto;
  left: 10px;
}

.common-space__heading {
  font-size: 33px;
  text-align: center;
  color: #4d4335;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1023.9px) {
  .common-space__heading {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.common-space__heading::before, .common-space__heading::after {
  content: "";
  display: block;
  height: 80px;
  width: 1px;
  background-color: #9a8b75;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .common-space__heading::before, .common-space__heading::after {
    height: 40px;
  }
}
.common-space__heading::before {
  margin-bottom: 10px;
}
.common-space__heading::after {
  margin-top: 10px;
}
.common-space__heading span {
  display: block;
  font-size: 18px;
}

.section-copy {
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #796a56;
}
@media print, screen and (max-width: 1023.9px) {
  .section-copy {
    font-size: 4.5vw;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.residence {
  color: #796a56;
  padding-top: 100px;
  background-size: cover;
  background-position: center bottom;
}
@media print, screen and (max-width: 1023.9px) {
  .residence {
    padding-top: 50px;
  }
}

.u-mt {
  margin-top: 140px;
}
@media print, screen and (max-width: 1023.9px) {
  .u-mt {
    margin-top: 80px;
    letter-spacing: 0;
  }
}

.section-desc {
  font-size: 17px;
  margin-top: 30px;
  line-height: 2.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  line-height: 2.3;
}
@media print, screen and (max-width: 1023.9px) {
  .section-desc {
    font-size: 12px;
    line-height: 2;
    margin-top: 20px;
  }
}

.section-name {
  font-size: 24px;
  letter-spacing: 4px;
  text-align: center;
  line-height: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .section-name {
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.section-name span {
  font-size: 18px;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-name span {
    font-size: 10px;
  }
}
.section-name.-mt {
  margin-top: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-name.-mt {
    margin-top: 20px;
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .section-name.-ss {
    font-size: 3vw;
  }
}

.section-img {
  margin-top: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-img {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .section-img.-sp-full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.book {
  margin-top: 80px;
  background-color: #fff;
  padding: 80px 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .book {
    margin-top: 50px;
    padding: 26px 15px 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.book__item:nth-of-type(1) {
  padding-right: 30px;
  border-right: 1px solid #796a56;
}
@media print, screen and (max-width: 1023.9px) {
  .book__item:nth-of-type(1) {
    padding-right: 0;
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #796a56;
  }
}
.book__item:nth-of-type(2) {
  padding-left: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .book__item:nth-of-type(2) {
    padding-left: 0;
    padding-top: 20px;
  }
}

.book__heading {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 1023.9px) {
  .book__heading {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.book__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 15px 1fr;
  grid-template-columns: 40% 1fr;
  gap: 15px;
  margin-top: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .book__row {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .book__row.-sp-rev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .book__row.-sp-rev.-fig figure {
    width: 40%;
  }
  .book__row.-sp-rev.-fig .book__text {
    width: 55%;
  }
}

.book__text {
  font-size: 14px;
  line-height: 2;
}
@media print, screen and (max-width: 1023.9px) {
  .book__text {
    font-size: 10px;
  }
}

.bar {
  width: 1px;
  height: 60px;
  background-color: #796a56;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .bar {
    margin-top: 50px;
    height: 40px;
    margin-bottom: 40px;
  }
}

.book__usen {
  margin-block: 30px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .book__usen {
    margin-block: 10px;
  }
}

.cafe {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 40px 1fr;
  grid-template-columns: 45% 1fr;
  gap: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .cafe {
    gap: 10px;
  }
}

.sb__text {
  margin-top: 10px;
  font-size: 18px;
}
@media print, screen and (max-width: 1023.9px) {
  .sb__text {
    font-size: 10px;
  }
}

.place {
  padding-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 190px;
}
@media print, screen and (max-width: 1023.9px) {
  .place {
    padding-right: 0;
    gap: 45px;
  }
}
.place .spot {
  margin-top: 0;
}

.place__copy {
  color: #604c3f;
  font-size: 40px;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media print, screen and (max-width: 1023.9px) {
  .place__copy {
    font-size: 20px;
  }
}

.spot {
  margin-top: 100px;
  width: 60%;
}
@media print, screen and (max-width: 1023.9px) {
  .spot {
    margin-top: 40px;
  }
}
.spot.-right {
  margin-left: auto;
}

.konami {
  background-color: #fff;
  padding: 80px 100px;
  position: relative;
  z-index: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .konami {
    padding: 23px 15px;
  }
}
.konami::before {
  display: block;
  content: "";
  height: 100%;
  width: calc(100vw - 40px);
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: -1;
  left: calc(50% - 50vw + 20px);
}

.konami__heading {
  font-size: 30px;
  text-align: center;
  color: #796a56;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1023.9px) {
  .konami__heading {
    font-size: 16px;
  }
}

.konami__row {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px 50px 1fr;
  grid-template-columns: 500px 1fr;
  gap: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .konami__row {
    gap: 10px;
    margin-top: 15px;
    -ms-grid-columns: 40% 10px 1fr;
    grid-template-columns: 40% 1fr;
  }
}

.konami__text {
  line-height: 2;
  font-size: 16px;
}
@media print, screen and (max-width: 1023.9px) {
  .konami__text {
    font-size: 12px;
  }
}

.sky-row {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 50px 1fr;
  grid-template-columns: 55% 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .sky-row {
    margin-top: 25px;
    gap: 10px;
    -ms-grid-columns: 45% 10px 1fr;
    grid-template-columns: 45% 1fr;
  }
}
.sky-row .section-desc {
  margin-top: 0;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .sky-row .section-desc {
    margin-bottom: 20px;
  }
}

.guest {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 50px 1fr;
  grid-template-columns: 55% 1fr;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 1024px) {
  .guest {
    -ms-grid-columns: 65% 1fr;
    grid-template-columns: 65% 1fr;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .guest {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
}
.guest .section-name {
  margin-top: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .guest .section-desc {
    margin-top: 10px;
    font-size: 10px;
  }
}

.eq {
  background-color: #3d3a39;
  color: #c8bb9b;
  padding-block: 80px;
}
.eq .section-copy {
  color: #c8bb9b;
}

.eq__cap {
  text-align: right;
  margin-bottom: 5px;
  margin-top: 30px;
  font-size: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .eq__cap {
    font-size: 10px;
  }
}

.eq__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .eq__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
}

.eq__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.eq__name {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
@media print, screen and (max-width: 1023.9px) {
  .eq__name {
    font-size: 12px;
  }
}

.eq__points {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .eq__points {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.eq__point {
  font-size: 18px;
}
@media print, screen and (max-width: 1023.9px) {
  .eq__point {
    font-size: 14px;
  }
}